summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/message.h
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-21 06:37:39 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-21 06:37:39 +0000
commitcf72d214ea56a4198e4fd9817cde7c7bef45622f (patch)
tree0bb445a27608d24e3565324ee013595ec2ef526f /crawl-ref/source/message.h
parent8a71071e3d9dd698f31846f2261e5b77ca7085c8 (diff)
downloadcrawl-ref-cf72d214ea56a4198e4fd9817cde7c7bef45622f.tar.gz
crawl-ref-cf72d214ea56a4198e4fd9817cde7c7bef45622f.zip
If the user presses ESC in response to --more-- then automatically clear
all --more--s until the player can enter a command again, the player gets a prompt, or an error message is given. Move where activity is interrupted on error messages, and also do that for error messages sent through formatted_mpr(). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7893 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/message.h')
-rw-r--r--crawl-ref/source/message.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/message.h b/crawl-ref/source/message.h
index 026ce47950..8b914e39b3 100644
--- a/crawl-ref/source/message.h
+++ b/crawl-ref/source/message.h
@@ -83,6 +83,7 @@ void replay_messages();
void set_colour(char set_message_colour);
+void reset_more_autoclear();
// last updated 13oct2003 {dlb}
/* ***********************************************************************