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

@@ -472,6 +472,10 @@ o('focus_follows_mouse', False, long_text=_('''
Set the active window to the window under the mouse when
moving the mouse around'''))
o('pointer_shape_when_grabbed', 'arrow', option_type=choices('arrow', 'beam', 'hand'), long_text=('''
The shape of the mouse pointer when the program running in the terminal grabs the mouse.
'''))
# }}}
g('performance') # {{{