mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-18 14:34:52 +02:00
Add keypad mode support to replay commands
Also name the constants correctly
This commit is contained in:
@@ -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.
|
||||
// ---------------------
|
||||
|
||||
Reference in New Issue
Block a user