fix self-recover prompting on windows

the prompting on Windows wasn't working correctly if a prior game had crashed
and the self-recover feature was trying to kick in. This impacts tty, curses,
and mswin (GUI).
This commit is contained in:
nhmall
2019-12-03 23:32:12 -05:00
parent 8a7ec78d17
commit 5c57804a97
6 changed files with 216 additions and 64 deletions
+1
View File
@@ -327,6 +327,7 @@ windows: fix --showpaths output for the data file which relies on being
constructed programmatically to incorporate the version suffix
windows+tty: add code to make keypad support for swap_yz behave (currently
commented out in include/ntconf.h)
windows: fix self-recover user prompting (tty, curses, mswin)
Platform- and/or Interface-Specific Fixes or Features