mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 08:56:29 +00:00
Revert "tui: improve support for GNU Screen (#12098)"
This reverts commit f3ffe0b325
.
Sending a control sequence to the host terminal, wrapped in DCS, causes
problems because it changes the state of the host terminal outside the
screen's control. This change will therefore be reverted.
This commit is contained in:
@@ -31,9 +31,7 @@
|
||||
#define CSI 0x9b // Control Sequence Introducer
|
||||
#define CSI_STR "\233"
|
||||
#define DCS 0x90 // Device Control String
|
||||
#define DCS_STR "\033P"
|
||||
#define STERM 0x9c // String Terminator
|
||||
#define STERM_STR "\033\\"
|
||||
|
||||
#define POUND 0xA3
|
||||
|
||||
|
Reference in New Issue
Block a user