Files
nethack/win/tty
PatR 305967add4 tty perm_invent option handling
The code for toggling perm_invent when windowtype=="tty" was inserted
into the middle of several switch cases that share 'need_redraw' so
was getting executed for various other options such as 'use_inverse'
that precede it in the list of cases.  It was also continuing on to
general feedback for boolean options, reporting "'perm_invent option
toggled on" even if it failed and the option stayed off.
2022-06-20 16:18:50 -07:00
..
2018-11-11 10:29:52 -05:00
2022-05-07 10:25:13 -04:00
2022-05-07 10:25:13 -04:00
2022-06-20 16:18:50 -07:00