summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/menu.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-02-18 17:06:11 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-02-18 17:06:11 +0000
commit8e2692d7dcf7a55e083413e2eca110b7d5919976 (patch)
treefdd7de3f882f336f7df0f8df134e384ae84d6c93 /crawl-ref/source/menu.h
parenta59025b069d3d08cfa7c5ccd21d3b0ae116da71c (diff)
downloadcrawl-ref-8e2692d7dcf7a55e083413e2eca110b7d5919976.tar.gz
crawl-ref-8e2692d7dcf7a55e083413e2eca110b7d5919976.zip
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
Diffstat (limited to 'crawl-ref/source/menu.h')
-rw-r--r--crawl-ref/source/menu.h8
1 files changed, 5 insertions, 3 deletions
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: