summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/menu.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-02 14:14:55 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-02 14:14:55 +0000
commit79b728ec3b58721a1cad10f26f3f1d8fb259a254 (patch)
treebad60f665a5fa04c24d533a02513eb23c82decc0 /crawl-ref/source/menu.h
parentd6998c47fdd4ff96f59b234b063291ccdf546612 (diff)
downloadcrawl-ref-79b728ec3b58721a1cad10f26f3f1d8fb259a254.tar.gz
crawl-ref-79b728ec3b58721a1cad10f26f3f1d8fb259a254.zip
Drop and pickup menus now support Ctrl-F to select all items matching a regex.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1716 c06c8d41-db1a-0410-9941-cceddc491573
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
};