summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/macro.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/macro.h')
-rw-r--r--crawl-ref/source/macro.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/macro.h b/crawl-ref/source/macro.h
index 90d0557cda..1405cb7e19 100644
--- a/crawl-ref/source/macro.h
+++ b/crawl-ref/source/macro.h
@@ -29,7 +29,8 @@ enum KeymapContext {
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
+ KC_CONTEXT_COUNT, // Must always be the last real context
+ KC_NONE // Don't apply any keymaps (for menus)
};
class key_recorder;