mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-27 10:41:58 +02:00
Also allow all mouse motion tracking mode
This commit is contained in:
@@ -53,6 +53,7 @@
|
||||
// Xterm mouse protocol
|
||||
#define MOUSE_BUTTON_TRACKING (1000 << 5)
|
||||
#define MOUSE_MOTION_TRACKING (1002 << 5)
|
||||
#define MOUSE_MOVE_TRACKING (1003 << 5)
|
||||
#define FOCUS_TRACKING (1004 << 5)
|
||||
#define MOUSE_SGR_MODE (1006 << 5)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user