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

@@ -193,6 +193,8 @@ struct instance_flags {
#endif
#ifdef MICRO
boolean BIOS; /* use IBM or ST BIOS calls when appropriate */
#endif
#if defined(MICRO) || defined(WIN32)
boolean rawio; /* whether can use rawio (IOCTL call) */
#endif
#ifdef MAC_GRAPHICS_ENV