summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/message.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2010-01-19 00:05:45 +0100
committerRobert Vollmert <rvollmert@gmx.net>2010-01-19 00:05:45 +0100
commitc123509144017f8c0c2b229d2f3f6174579c89e7 (patch)
tree72b099373d00025d093e071e851cd0d825efa73a /crawl-ref/source/message.h
parente03a91056a5b1d71cfafa23653a9d6248dcebbb6 (diff)
downloadcrawl-ref-c123509144017f8c0c2b229d2f3f6174579c89e7.tar.gz
crawl-ref-c123509144017f8c0c2b229d2f3f6174579c89e7.zip
Output solitary leading dash on new turn.
Diffstat (limited to 'crawl-ref/source/message.h')
-rw-r--r--crawl-ref/source/message.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/message.h b/crawl-ref/source/message.h
index 19b2161d50..e810c002db 100644
--- a/crawl-ref/source/message.h
+++ b/crawl-ref/source/message.h
@@ -62,6 +62,8 @@ template<int> static int msgwin_get_line_autohist_temp(std::string prompt,
#define msgwin_get_line_autohist(prompt, buf, len) \
msgwin_get_line_autohist_temp<__LINE__>(prompt, buf, len)
+void msgwin_new_turn();
+
class no_messages
{
public: