mirror of
https://github.com/neovim/neovim.git
synced 2025-09-17 16:58:17 +00:00
ascii: Readd DEL_STR define
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
#define ESC '\033'
|
||||
#define ESC_STR "\033"
|
||||
#define DEL 0x7f
|
||||
#define DEL_STR "\177"
|
||||
#define CSI 0x9b // Control Sequence Introducer
|
||||
#define CSI_STR "\233"
|
||||
#define DCS 0x90 /* Device Control String */
|
||||
|
Reference in New Issue
Block a user