summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stash.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-30 17:18:31 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-30 17:18:31 +0000
commit2d3f243d6828ab20789b6b95dc501806f903b927 (patch)
treeed5a2df8de1dc4670e6f8d6249def1a89f4c136c /crawl-ref/source/stash.h
parente2179589b89a1d9786aa3111286af81878d21219 (diff)
downloadcrawl-ref-2d3f243d6828ab20789b6b95dc501806f903b927.tar.gz
crawl-ref-2d3f243d6828ab20789b6b95dc501806f903b927.zip
Fixed regex escapes for "." stash search.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2266 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/stash.h')
-rw-r--r--crawl-ref/source/stash.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/stash.h b/crawl-ref/source/stash.h
index 8841911b74..3510d09b07 100644
--- a/crawl-ref/source/stash.h
+++ b/crawl-ref/source/stash.h
@@ -315,6 +315,7 @@ private:
void get_matching_stashes(const base_pattern &search,
std::vector<stash_search_result> &results) const;
void display_search_results(std::vector<stash_search_result> &results);
+ void show_stash_search_prompt();
private:
typedef std::map<level_id, LevelStashes> stash_levels_t;