curses: honor menu_next_page/&c option settings

tty and X11 honor the menu_xxx options.  Qt currently doesn't
support menu manipulation by keyboard.  curses does support that
but was only handling the default menu keys.
This commit is contained in:
PatR
2021-02-05 01:04:48 -08:00
parent b14c47132f
commit 74213666bf
2 changed files with 8 additions and 3 deletions

View File

@@ -378,6 +378,7 @@ spells that require a target spot rather than a direction (like skilled
prevent wish request "death wand" from matching Death monster and producing a
random wand instead of a wand of death
grammar bit: "you hear a [AEF] note squeak in the distance" (should be "an")
curses interface failed to honor menu_xxx option settings for menu interaction
Fixes to 3.7.0-x Problems that Were Exposed Via git Repository