mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-24 01:08:10 +02:00
Add a new option :opt:pointer_shape_when_grabbed that allows you to control the mouse pointer shape when the terminal programs grabs the pointer
Fixes #1808
This commit is contained in:
@@ -44,6 +44,7 @@ typedef struct {
|
||||
bool window_alert_on_bell;
|
||||
bool debug_keyboard;
|
||||
double resize_debounce_time;
|
||||
MouseShape pointer_shape_when_grabbed;
|
||||
} Options;
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user