summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/menu.h')
-rw-r--r--crawl-ref/source/menu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/menu.h b/crawl-ref/source/menu.h
index cfe710efd5..6ee0a1551e 100644
--- a/crawl-ref/source/menu.h
+++ b/crawl-ref/source/menu.h
@@ -152,6 +152,8 @@ enum MenuFlag
MF_ALWAYS_SHOW_MORE = 0x0020, // Always show the -more- footer
MF_NOWRAP = 0x0040, // Paging past the end will not wrap back.
+ MF_ALLOW_FILTER = 0x0080, // Control-F will ask for regex and
+ // select the appropriate items.
MF_EASY_EXIT = 0x1000
};