Files
nethack/win
PatR 2a9a18fa2f curses askname()
Noticed when implementing restore-via-menu for curses a couple
of days ago:  The "Who are you?" prompt wouldn't let me cancel
out via <escape>.  I created a character named '\033' which was
displayed as "^[" during play and produced a save file shown by
'ls' as "501?.Z".

To fix this properly, we will need to replace use of wgetnstr()
with something of our own.  That's more work than I feel like
tackling.  This fakes ESC handling if the player is willing to
type <escape><return> rather than just <escape> when terminating
the prompt.
2021-01-04 18:01:49 -08:00
..
2021-01-02 09:22:53 -05:00
2021-01-04 18:01:49 -08:00
2021-01-02 09:22:53 -05:00
2020-12-28 09:19:07 -05:00
2020-12-31 16:09:46 -08:00
2021-01-02 09:22:53 -05:00
2021-01-02 09:44:09 -05:00