From ead70eadae293464f5d7f5270d266d07d4aa9a98 Mon Sep 17 00:00:00 2001 From: SoraTenshi Date: Mon, 28 Aug 2023 19:44:01 +0200 Subject: [PATCH] Add Caveat information for shell integration --- src/config.zig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/config.zig b/src/config.zig index 0f8eb97de..891595aaf 100644 --- a/src/config.zig +++ b/src/config.zig @@ -98,6 +98,11 @@ pub const Config = struct { @"cursor-color": ?Color = null, /// The style of the cursor. + /// + /// Caveat: Shell integration currently defaults to always be a bar + /// In order to fix it, we probably would want to add something similar to Kitty's + /// shell integration options (no-cursor). For more information see: + /// https://sw.kovidgoyal.net/kitty/conf/#opt-kitty.shell_integration @"cursor-style": terminal.CursorStyle = .default, /// The color of the text under the cursor. If this is not set, a default