diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2020-08-29 22:19:15 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-29 22:19:15 -0700 |
commit | fbbc8cb8b110ebf05f33dd4bce83a59b7a79d822 (patch) | |
tree | 29f9754978a96191b0cdbf5b95074870ce25e449 /src/nvim/ascii.h | |
parent | 46e74142abe6d731c0456eb7680163ac7feccfa1 (diff) | |
parent | 994e40914b37b8b041e296f53aba47ea7cf0118e (diff) | |
download | rneovim-fbbc8cb8b110ebf05f33dd4bce83a59b7a79d822.tar.gz rneovim-fbbc8cb8b110ebf05f33dd4bce83a59b7a79d822.tar.bz2 rneovim-fbbc8cb8b110ebf05f33dd4bce83a59b7a79d822.zip |
Merge #12794 'tui: Fixing problems with GNU Screen'
Diffstat (limited to 'src/nvim/ascii.h')
-rw-r--r-- | src/nvim/ascii.h | 2 |
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 |