From f2d2cfec8f18f2c4bda3dbbc7e9dc15a494a72b5 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 2 Nov 2021 13:54:51 +0530 Subject: [PATCH] ... --- kitty/options/definition.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/options/definition.py b/kitty/options/definition.py index 55d654ed3..47d518d69 100644 --- a/kitty/options/definition.py +++ b/kitty/options/definition.py @@ -240,7 +240,7 @@ opt('cursor_shape', 'block', ' cursor shape has not been set by the program 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' - ' 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`.' )