aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ascii.h
diff options
context:
space:
mode:
authorerw7 <erw7.github@gmail.com>2020-08-27 00:52:49 +0900
committererw7 <erw7.github@gmail.com>2020-08-27 00:52:49 +0900
commit994e40914b37b8b041e296f53aba47ea7cf0118e (patch)
tree12bf56a3ff4c11a58e5d9ff5d6fb52cf5879c5fb /src/nvim/ascii.h
parent8628dfe3658ea4022cec8a87b009afe02d1e72f3 (diff)
downloadrneovim-994e40914b37b8b041e296f53aba47ea7cf0118e.tar.gz
rneovim-994e40914b37b8b041e296f53aba47ea7cf0118e.tar.bz2
rneovim-994e40914b37b8b041e296f53aba47ea7cf0118e.zip
Revert "tui: improve support for GNU Screen (#12098)"
This reverts commit f3ffe0b325170dd214b80e371bee5a56b7054940. 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.
Diffstat (limited to 'src/nvim/ascii.h')
-rw-r--r--src/nvim/ascii.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/ascii.h b/src/nvim/ascii.h
index 31423e79af..2397af27cc 100644
--- a/src/nvim/ascii.h
+++ b/src/nvim/ascii.h
@@ -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