Add keypad mode support to replay commands

Also name the constants correctly
This commit is contained in:
Kovid Goyal
2020-06-29 12:46:34 +05:30
parent c68516ca8d
commit 025f6d7701
3 changed files with 12 additions and 4 deletions

View File

@@ -110,10 +110,10 @@
#define ESC_DECRC '8'
// Set normal keypad mode
#define ESC_DECPNM '>'
#define ESC_DECKPNM '>'
// Set alternate keypad mode
#define ESC_DECPAM '='
#define ESC_DECKPAM '='
// ECMA-48 CSI sequences.
// ---------------------