mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-16 16:56:09 +03:00
Add Caveat information for shell integration
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user