default_pointer_shape option

This commit is contained in:
Jay Han
2020-10-17 09:28:04 -07:00
parent 532eebaefb
commit 03ac6cab99
4 changed files with 8 additions and 1 deletions

View File

@@ -576,6 +576,11 @@ The shape of the mouse pointer when the program running in the terminal grabs th
Valid values are: :code:`arrow`, :code:`beam` and :code:`hand`
'''))
o('default_pointer_shape', 'beam', option_type=choices('arrow', 'beam', 'hand'), long_text=('''
The default shape of the mouse pointer.
Valid values are: :code:`arrow`, :code:`beam` and :code:`hand`
'''))
# }}}
g('performance') # {{{