diff --git a/kitty/config_data.py b/kitty/config_data.py index 31ab6b756..9218621ec 100644 --- a/kitty/config_data.py +++ b/kitty/config_data.py @@ -479,6 +479,7 @@ 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. +Valid values are: :code:`arrow`, :code:`beam` and :code:`hand` ''')) # }}}