From 8e2692d7dcf7a55e083413e2eca110b7d5919976 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Mon, 18 Feb 2008 17:06:11 +0000 Subject: Finally implemented by applying Paul Du Bois' latest patch. :) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3442 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/menu.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'crawl-ref/source/menu.h') diff --git a/crawl-ref/source/menu.h b/crawl-ref/source/menu.h index de060b354f..2e84cfd59d 100644 --- a/crawl-ref/source/menu.h +++ b/crawl-ref/source/menu.h @@ -413,9 +413,11 @@ private: }; // This class is for when (some of) your items are formatted, and -// selection is impossible...in other words, you just want a browser. -// Hotkeys can be set on menu items, in which case you can jump -// to them by pressing the appropriate key. +// you want mostly a browser. +// +// If MF_NOSELECT, hotkeys jump to menu items. +// If MF_SINGLESELECT, hotkeys end the menu immediately. +// MF_MULTISELECT is not supported. class formatted_scroller : public Menu { public: -- cgit v1.2.3-54-g00ecf