summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 739482db13..28a846bb8b 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -750,6 +750,10 @@ enum command_type
CMD_TARGET_WIZARD_MAKE_FRIENDLY,
CMD_TARGET_HELP,
+ // Disable/enable -more- prompts.
+ CMD_DISABLE_MORE,
+ CMD_ENABLE_MORE,
+
// [ds] Silently ignored, requests another round of input.
CMD_NEXT_CMD