From ec892c14d900528e44e3bec8f889f6b194c64d5c Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Tue, 12 Mar 2002 11:59:10 +0000 Subject: [PATCH] a statement in window.doc didn't reflect code --- doc/window.doc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/window.doc b/doc/window.doc index b24e06f86..17b14cfd9 100644 --- a/doc/window.doc +++ b/doc/window.doc @@ -256,7 +256,9 @@ add_menu(windid window, int glyph, const anything identifier, window port cannot or does not want to display it, this is OK. If there is no glyph applicable, then this value will be NO_GLYPH. - -- All accelerators should be in the range [A-Za-z]. + -- All accelerators should be in the range [A-Za-z], + but there are a few exceptions such as the tty player + selection code which uses '*'. -- It is expected that callers do not mix accelerator choices. Either all selectable items have an accelerator or let the window system pick them. Don't do both.