Skip to content

Commit 769998a

Browse files
committed
Document valid values for pointer_shape_when_grabbed
1 parent 9b5d88e commit 769998a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kitty/config_data.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,7 @@ def copy_on_select(raw):
479479

480480
o('pointer_shape_when_grabbed', 'arrow', option_type=choices('arrow', 'beam', 'hand'), long_text=('''
481481
The shape of the mouse pointer when the program running in the terminal grabs the mouse.
482+
Valid values are: :code:`arrow`, :code:`beam` and :code:`hand`
482483
'''))
483484

484485
# }}}

0 commit comments

Comments
 (0)