win32tty: startup msg cleanup
the win32 cursor restriction stuff messed up any messages displayed during abnormal start conditions where the window system never got initialized properly. among them: - messages relating to lock files or games in progress - dungeon errors - early panic messages
This commit is contained in:
@@ -1333,6 +1333,7 @@ E void NDECL(lan_mail_terminate);
|
||||
E void NDECL(get_scr_size);
|
||||
E int NDECL(nttty_kbhit);
|
||||
E void NDECL(nttty_open);
|
||||
E void NDECL(nttty_close);
|
||||
E void NDECL(nttty_rubout);
|
||||
E int NDECL(tgetch);
|
||||
E int FDECL(ntposkey,(int *, int *, int *));
|
||||
|
||||
Reference in New Issue
Block a user