From 79b728ec3b58721a1cad10f26f3f1d8fb259a254 Mon Sep 17 00:00:00 2001 From: haranp Date: Mon, 2 Jul 2007 14:14:55 +0000 Subject: 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 --- crawl-ref/source/menu.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/menu.h') 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 }; -- cgit v1.2.3-54-g00ecf