This commit is contained in:
Kovid Goyal 2021-11-02 13:54:51 +05:30
parent 46625d207b
commit f2d2cfec8f
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -240,7 +240,7 @@ opt('cursor_shape', 'block',
' cursor shape has not been set by the program running in the terminal.' ' cursor shape has not been set by the program running in the terminal.'
' This sets the default cursor shape. Applications running in the terminal' ' This sets the default cursor shape. Applications running in the terminal'
' can override it. In particular, :ref:`shell_integration` in kitty' ' can override it. In particular, :ref:`shell_integration` in kitty'
' sets the cursor shape to bar at shell prompts. You can avoid this' ' sets the cursor shape to :code:`beam` at shell prompts. You can avoid this'
' by setting :opt:`shell_integration` to :code:`no-cursor`.' ' by setting :opt:`shell_integration` to :code:`no-cursor`.'
) )