diff options
Diffstat (limited to 'src/screen.c')
-rw-r--r-- | src/screen.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/screen.c b/src/screen.c index d06cc3fcb..4973b510d 100644 --- a/src/screen.c +++ b/src/screen.c @@ -7974,7 +7974,7 @@ screen_start_highlight(int attr) screen_attr = attr; if (full_screen -#ifdef WIN3264 +#ifdef MSWIN && termcap_active #endif ) @@ -8081,7 +8081,7 @@ screen_stop_highlight(void) int do_ME = FALSE; /* output T_ME code */ if (screen_attr != 0 -#ifdef WIN3264 +#ifdef MSWIN && termcap_active #endif ) |