Also allow all mouse motion tracking mode

This commit is contained in:
Kovid Goyal
2016-11-25 08:38:22 +05:30
parent 5ce6c5fbc9
commit 0ad81ae6fe
3 changed files with 5 additions and 1 deletions

View File

@@ -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)