Add Caveat information for shell integration

This commit is contained in:
SoraTenshi
2023-08-28 19:44:01 +02:00
parent fcf1537f82
commit ead70eadae

View File

@ -98,6 +98,11 @@ pub const Config = struct {
@"cursor-color": ?Color = null, @"cursor-color": ?Color = null,
/// The style of the cursor. /// 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, @"cursor-style": terminal.CursorStyle = .default,
/// The color of the text under the cursor. If this is not set, a default /// The color of the text under the cursor. If this is not set, a default