Recognize extended keyboard mode

This commit is contained in:
Kovid Goyal
2017-02-10 12:13:31 +05:30
parent 96921e3a39
commit 45334d6b35
3 changed files with 8 additions and 1 deletions

View File

@@ -75,3 +75,6 @@
#define BRACKETED_PASTE (2004 << 5)
#define BRACKETED_PASTE_START "\033[200~"
#define BRACKETED_PASTE_END "\033[201~"
// Extended keyboard protocol
#define EXTENDED_KEYBOARD (2017 << 5)