mirror of
https://github.com/neovim/neovim.git
synced 2025-10-04 08:56:29 +00:00
tui: improve support for tmux, GNU Screen
Wrapping it in DCS allows the get_bg features to work with tmux, GNU Screen.
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