diff options
Diffstat (limited to 'win32')
-rw-r--r-- | win32/winansi.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/win32/winansi.c b/win32/winansi.c index 14fbee75f..84652b5f2 100644 --- a/win32/winansi.c +++ b/win32/winansi.c | |||
@@ -75,6 +75,10 @@ static int is_wine(void) | |||
75 | #define DISABLE_NEWLINE_AUTO_RETURN 0x0008 | 75 | #define DISABLE_NEWLINE_AUTO_RETURN 0x0008 |
76 | #endif | 76 | #endif |
77 | 77 | ||
78 | #ifndef ENABLE_VIRTUAL_TERMINAL_INPUT | ||
79 | #define ENABLE_VIRTUAL_TERMINAL_INPUT 0x0200 | ||
80 | #endif | ||
81 | |||
78 | int terminal_mode(int reset) | 82 | int terminal_mode(int reset) |
79 | { | 83 | { |
80 | static int mode = -1; | 84 | static int mode = -1; |