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:
erw7
2020-08-27 00:52:49 +09:00
parent 8628dfe365
commit 994e40914b
2 changed files with 43 additions and 106 deletions

View File

@@ -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