fix movement prefixes
My earlier change resulted in rejecting all commands entered after a movement prefix key, rather than just ones that aren't supposed to take any prefix. This fixes that and also restores the ability to use 'm>' or 'm<' on stairs to change levels without auto-pickup at the destination.
This commit is contained in:
@@ -1002,6 +1002,9 @@ cursed scroll of light had special message when wielding Sunsword that didn't
|
||||
work for wearing gold dragon scales/mail
|
||||
giving a prefix keystroke other than 'm' prior to a command that doesn't use
|
||||
prefixes was siliently ignored instead of being rejected
|
||||
prior revision broke all prefix usage
|
||||
movement command revamp broke 'm>' and 'm<' on stairs to avoid auto-pickup at
|
||||
the destination
|
||||
|
||||
curses: 'msg_window' option wasn't functional for curses unless the binary
|
||||
also included tty support
|
||||
|
||||
Reference in New Issue
Block a user