Qt toolbar 'rest' button
An issue in the core made the "Zz" button in the Qt toolbar only work if rest_on_space was enabled. cmd_from_func() was returning ' ' instead of '.' for the keystroke to run the rest command.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.326 $ $NHDT-Date: 1602355548 2020/10/10 18:45:48 $
|
||||
NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.327 $ $NHDT-Date: 1602621704 2020/10/13 20:41:44 $
|
||||
|
||||
General Fixes and Modified Features
|
||||
-----------------------------------
|
||||
@@ -439,6 +439,8 @@ Qt: implement --More-- prompt to support MSGTYPE=stop
|
||||
Qt: for menu search, don't require clicking on the search target popup before
|
||||
typing target string (was using typed letters to make menu selections
|
||||
if player didn't click on the popup first)
|
||||
Qt: rest ("Zz") button on the toolbar only worked when 'rest_on_space' was On
|
||||
(core issue, not Qt's fault)
|
||||
Qt+QSX: fix control key
|
||||
Qt+OSX: rename menu entry "nethack->Preferences..." for invoking nethack's
|
||||
'O' command to "Game->Run-time options" and entry "Game->Qt settings"
|
||||
|
||||
Reference in New Issue
Block a user