summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stash.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2010-01-22 13:29:29 +0100
committerRobert Vollmert <rvollmert@gmx.net>2010-01-22 13:29:29 +0100
commita3504a65baaee3d2dfc8eb58d77271b704d189d2 (patch)
tree68f2ea909d3a550c032e8623c9389fd8e98d2ce2 /crawl-ref/source/stash.h
parentfcfcb486ba20f2faed9ef9fa25dc3bf8116572d5 (diff)
downloadcrawl-ref-a3504a65baaee3d2dfc8eb58d77271b704d189d2.tar.gz
crawl-ref-a3504a65baaee3d2dfc8eb58d77271b704d189d2.zip
Save stash tracker reply to stash tracker.
Also don't redraw the prompt each iteration, since the message window can now redisplay the prompt after exiting the help menu.
Diffstat (limited to 'crawl-ref/source/stash.h')
-rw-r--r--crawl-ref/source/stash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/stash.h b/crawl-ref/source/stash.h
index 35b9c62030..264f2ec8cf 100644
--- a/crawl-ref/source/stash.h
+++ b/crawl-ref/source/stash.h
@@ -350,7 +350,7 @@ private:
std::vector<stash_search_result> &results) const;
bool display_search_results(std::vector<stash_search_result> &results,
const char* sort_style);
- void show_stash_search_prompt();
+ std::string stash_search_prompt();
private:
typedef std::map<level_id, LevelStashes> stash_levels_t;