Add support for reporting mouse events with pixel co-ordinates using the SGR_PIXEL_PROTOCOL introduced in xterm 359

This commit is contained in:
Kovid Goyal
2021-09-28 11:41:35 +05:30
parent f3447d187d
commit 9a3d99515f
5 changed files with 22 additions and 7 deletions

View File

@@ -66,6 +66,7 @@
#define MOUSE_UTF8_MODE (1005 << 5)
#define MOUSE_SGR_MODE (1006 << 5)
#define MOUSE_URXVT_MODE (1015 << 5)
#define MOUSE_SGR_PIXEL_MODE (1016 << 5)
// Save cursor (DECSC)
#define SAVE_CURSOR (1048 << 5)