nttty topten output processing

switch back to using the safe routines
after tty port exits on Windows console
tty port.

Fixes H7758
1613
This commit is contained in:
nhmall
2018-12-29 12:26:33 -05:00
parent 5882832ef0
commit eed7c4bdd1
4 changed files with 33 additions and 7 deletions

View File

@@ -1355,6 +1355,9 @@ const char *str;
#ifndef NO_TERMS /*(until this gets added to the window interface)*/
tty_shutdown(); /* cleanup termcap/terminfo/whatever */
#endif
#ifdef WIN32
nttty_exit();
#endif
iflags.window_inited = 0;
}