fix display problem with tabs on win32tty
This commit is contained in:
@@ -1324,6 +1324,7 @@ E void NDECL(nttty_open);
|
||||
E void NDECL(nttty_rubout);
|
||||
E int NDECL(tgetch);
|
||||
E int FDECL(ntposkey,(int *, int *, int *));
|
||||
E void FDECL(set_output_mode, (int));
|
||||
#endif
|
||||
|
||||
/* ### o_init.c ### */
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user