mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-24 09:18:08 +02:00
Add support for reporting mouse events with pixel co-ordinates using the SGR_PIXEL_PROTOCOL introduced in xterm 359
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user