fix display problem with tabs on win32tty

This commit is contained in:
nethack.allison
2003-07-27 03:22:15 +00:00
parent cadd29b13a
commit b750eee32a
8 changed files with 60 additions and 2 deletions

View File

@@ -263,6 +263,9 @@ gotlock:
# if defined(MSDOS) && defined(NO_TERMS)
if (grmode) gr_init();
# endif
#ifdef WIN32CON
if (!iflags.rawio) set_output_mode(1);
#endif
}
#endif /* PC_LOCKING */