summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stash.h
diff options
context:
space:
mode:
authorBlackSheep <chris.terenzi@gmail.com>2013-08-27 13:40:48 -0400
committerNeil Moore <neil@s-z.org>2013-08-28 09:05:06 -0400
commit7a3ef1bae7bf47ad9620febfca87a1aee5ec5528 (patch)
tree6d16f430cf8c64b87f7962b54d3199f6007af91b /crawl-ref/source/stash.h
parent8398dde4d467a5b0407743a143e8d17889746f30 (diff)
downloadcrawl-ref-7a3ef1bae7bf47ad9620febfca87a1aee5ec5528.tar.gz
crawl-ref-7a3ef1bae7bf47ad9620febfca87a1aee5ec5528.zip
Restore match count to search results and move toggle status into help text
Diffstat (limited to 'crawl-ref/source/stash.h')
-rw-r--r--crawl-ref/source/stash.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/stash.h b/crawl-ref/source/stash.h
index 8f18d73d44..86a3ef492d 100644
--- a/crawl-ref/source/stash.h
+++ b/crawl-ref/source/stash.h
@@ -353,7 +353,8 @@ private:
bool display_search_results(vector<stash_search_result> &results,
bool& sort_by_dist,
bool& show_as_stacks,
- bool& filter_useless);
+ bool& filter_useless,
+ bool& default_execute);
string stash_search_prompt();
private: