mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-19 23:14:55 +02:00
Extend the SGR Pixel mouse reporting protocol to also report when the mouse leaves the window
This commit is contained in:
@@ -332,7 +332,7 @@ typedef struct {
|
||||
bool has_pending_resizes, has_pending_closes;
|
||||
bool check_for_active_animated_images;
|
||||
struct { double x, y; } default_dpi;
|
||||
id_type active_drag_in_window, tracked_drag_in_window;
|
||||
id_type active_drag_in_window, tracked_drag_in_window, mouse_hover_in_window;
|
||||
int active_drag_button, tracked_drag_button;
|
||||
CloseRequest quit_request;
|
||||
bool redirect_mouse_handling;
|
||||
|
||||
Reference in New Issue
Block a user