fix rest_on_space

When rest_on_space is On, assign same function as for #wait to the
<space> key.  When Off, set that key to Null instead.  Binding some
other command to <space> when rest_on_space is Off doesn't work but
I would classify that as something to be discouraged anyway.
This commit is contained in:
PatR
2022-01-21 15:51:05 -08:00
parent 75fed4b92b
commit 6a72e48a40
4 changed files with 26 additions and 4 deletions

View File

@@ -980,8 +980,8 @@ changing engraving to an occupation resulted in not dulling a weapon used to
a change to wounded legs handling resulted in not recovering lost dexterity
or receiving the "leg(s) feel better" message if wound time expired
rather than having legs be explicitly healed
turning movement into commands interfered with using pick-axe plus autodig
in downward direction
turning movement into commands broke the rest_on_space option; it also
interfered with using pick-axe plus autodig in downward direction
curses: 'msg_window' option wasn't functional for curses unless the binary
also included tty support