mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 08:56:29 +00:00
tui: improve support for GNU Screen (#12098)
Wrapping it in DCS allows the following features to work with GNU Screen. - Changing the cursor style. - bracketed paste. - focus reporting.
This commit is contained in:
@@ -31,7 +31,9 @@
|
||||
#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