This commit is contained in:
Kovid Goyal 2016-11-24 21:18:57 +05:30
parent 4f5daa94d0
commit 5ce6c5fbc9

View File

@ -54,7 +54,7 @@
#define MOUSE_BUTTON_TRACKING (1000 << 5)
#define MOUSE_MOTION_TRACKING (1002 << 5)
#define FOCUS_TRACKING (1004 << 5)
#define MOUSE_SGR_MODE (1006 << 6)
#define MOUSE_SGR_MODE (1006 << 5)
// Alternate screen buffer
#define ALTERNATE_SCREEN (1049 << 5)