summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/message.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2010-01-20 01:17:50 +0100
committerRobert Vollmert <rvollmert@gmx.net>2010-01-20 01:17:50 +0100
commitfe19693b810299cee391e4564099c4810fd7b088 (patch)
treeb18d15de796da7daa852620e19ddadc784a35957 /crawl-ref/source/message.h
parent48d6890187b55c6b69b01991fad9de4983fe9f33 (diff)
downloadcrawl-ref-fe19693b810299cee391e4564099c4810fd7b088.tar.gz
crawl-ref-fe19693b810299cee391e4564099c4810fd7b088.zip
Make (some) more prompts respond to the same keys as they used to.
That's space/enter/escape; also autoclear_more is there once more. Currently only for --more-- prompts issued through "void more()", not those issued for the full message window which will take any key.
Diffstat (limited to 'crawl-ref/source/message.h')
-rw-r--r--crawl-ref/source/message.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/crawl-ref/source/message.h b/crawl-ref/source/message.h
index e810c002db..7b96a491af 100644
--- a/crawl-ref/source/message.h
+++ b/crawl-ref/source/message.h
@@ -83,9 +83,7 @@ inline bool any_messages()
void replay_messages();
-inline void set_more_autoclear(bool on)
-{
-}
+void set_more_autoclear(bool on);
std::string get_last_messages(int mcount);