Document valid values for pointer_shape_when_grabbed

This commit is contained in:
Kovid Goyal
2019-12-01 08:22:21 +05:30
parent 9b5d88e92d
commit 769998adca

View File

@@ -479,6 +479,7 @@ moving the mouse around'''))
o('pointer_shape_when_grabbed', 'arrow', option_type=choices('arrow', 'beam', 'hand'), long_text=(''' 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. The shape of the mouse pointer when the program running in the terminal grabs the mouse.
Valid values are: :code:`arrow`, :code:`beam` and :code:`hand`
''')) '''))
# }}} # }}}