Files
nethack/win
PatR 73feb80a00 fix #K4097 - ^C during DECgraphics on tty
For tty, if ^C interrupt occurred while the terminal was displaying
VT line drawing characters, it wouldn't finish updating the map and
switch back to regular characters, so the "Really quit?" prompt was
illegible.

Rather than muck about with the signal handler, just add a fixup to
tty_putstr() since prompting ultimately uses putstr(WIN_MESSAGE).
Reproducing the situation isn't straightforward; I didn't even try.
2024-02-03 16:22:45 -08:00
..
2022-10-26 14:21:23 -04:00
2024-01-29 10:55:44 -05:00
2024-01-29 14:54:46 +02:00
2023-12-08 21:16:02 +02:00
2023-11-26 22:52:46 -05:00
2024-01-29 08:40:05 -05:00
2024-01-29 10:55:44 -05:00