mirror of https://github.com/mpv-player/mpv
osdep/terminal-win: remove unnecessary compatibility defines
No longer neeeded after 9f8b4b38c9
.
This commit is contained in:
parent
4ad3db855a
commit
01383c606c
|
@ -33,15 +33,6 @@
|
|||
#include "osdep/threads.h"
|
||||
#include "osdep/w32_keyboard.h"
|
||||
|
||||
// https://docs.microsoft.com/en-us/windows/console/setconsolemode
|
||||
// These values are effective on Windows 10 build 16257 (August 2017) or later
|
||||
#ifndef ENABLE_VIRTUAL_TERMINAL_PROCESSING
|
||||
#define ENABLE_VIRTUAL_TERMINAL_PROCESSING 0x0004
|
||||
#endif
|
||||
#ifndef DISABLE_NEWLINE_AUTO_RETURN
|
||||
#define DISABLE_NEWLINE_AUTO_RETURN 0x0008
|
||||
#endif
|
||||
|
||||
// Note: the DISABLE_NEWLINE_AUTO_RETURN docs say it enables delayed-wrap, but
|
||||
// it's wrong. It does only what its names suggests - and we want it unset:
|
||||
// https://github.com/microsoft/terminal/issues/4126#issuecomment-571418661
|
||||
|
|
Loading…
Reference in New Issue