summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/macro.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-02 08:06:33 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-02 08:06:33 +0000
commitaeb8693fded3aa3d0810bd6af7caea46c7bcffbf (patch)
tree69333c3f482ea51b1aa009ac6e9a9d1679208e6f /crawl-ref/source/macro.h
parente9183b0754c65eccbb6edb43f73f8657763bcda7 (diff)
downloadcrawl-ref-aeb8693fded3aa3d0810bd6af7caea46c7bcffbf.tar.gz
crawl-ref-aeb8693fded3aa3d0810bd6af7caea46c7bcffbf.zip
1622385: there is now a Confirm keymap context for yesno() and
yesnoquit(). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1714 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/macro.h')
-rw-r--r--crawl-ref/source/macro.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/macro.h b/crawl-ref/source/macro.h
index e5b507d531..ff1c01b076 100644
--- a/crawl-ref/source/macro.h
+++ b/crawl-ref/source/macro.h
@@ -25,6 +25,7 @@ enum KeymapContext {
KC_DEFAULT, // For no-arg getchm(), must be zero.
KC_LEVELMAP, // When in the 'X' level map
KC_TARGETING, // Only during 'x' and other targeting modes
+ KC_CONFIRM, // When being asked y/n/q questions
KC_CONTEXT_COUNT // Must always be the last
};