From 4839cbe9d064ae51b8afcf98739a362cceb080c0 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 28 Oct 2021 15:04:36 +0530 Subject: [PATCH] ... --- kitty/options/definition.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kitty/options/definition.py b/kitty/options/definition.py index 4a77362ca..ab2c5ba5a 100644 --- a/kitty/options/definition.py +++ b/kitty/options/definition.py @@ -228,7 +228,8 @@ opt('cursor_text_color', '#111111', long_text=''' Choose the color of text under the cursor. If you want it rendered with the background color of the cell underneath instead, use the special keyword: -background. +background. Note that if :opt:`cursor` is set to :code:`none` then this setting +if ignored. ''' )