Merge branch 'NetHack-3.6'

This commit is contained in:
nhmall
2019-12-04 17:13:01 -05:00
4 changed files with 18 additions and 2 deletions

View File

@@ -1190,7 +1190,9 @@ tty_self_recover_prompt()
c = 'n';
ct = 0;
saved_procs = windowprocs;
safe_routines();
if (!WINDOWPORT("safe-startup"))
windowprocs = *get_safe_procs(2); /* arg 2 uses no-newline variant */
windowprocs.win_nhgetch = windows_console_custom_nhgetch;
raw_print("\n");
raw_print("\n");
raw_print("\n");