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:
Kovid Goyal
2019-07-19 19:34:32 +05:30
parent 4e427d05b7
commit 87ed774cb4
5 changed files with 33 additions and 3 deletions

View File

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