mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
config: add available since for SSH shell integration
This commit is contained in:
@ -689,10 +689,10 @@ palette: Palette = .{},
|
|||||||
/// other colors at runtime:
|
/// other colors at runtime:
|
||||||
///
|
///
|
||||||
/// * `cell-foreground` - Match the cell foreground color.
|
/// * `cell-foreground` - Match the cell foreground color.
|
||||||
/// (Available since version 1.2.0)
|
/// (Available since: 1.2.0)
|
||||||
///
|
///
|
||||||
/// * `cell-background` - Match the cell background color.
|
/// * `cell-background` - Match the cell background color.
|
||||||
/// (Available since version 1.2.0)
|
/// (Available since: 1.2.0)
|
||||||
@"cursor-color": ?TerminalColor = null,
|
@"cursor-color": ?TerminalColor = null,
|
||||||
|
|
||||||
/// The opacity level (opposite of transparency) of the cursor. A value of 1
|
/// The opacity level (opposite of transparency) of the cursor. A value of 1
|
||||||
@ -2217,6 +2217,7 @@ keybind: Keybinds = .{},
|
|||||||
/// remote hosts and propagates COLORTERM, TERM_PROGRAM, and TERM_PROGRAM_VERSION.
|
/// remote hosts and propagates COLORTERM, TERM_PROGRAM, and TERM_PROGRAM_VERSION.
|
||||||
/// Whether or not these variables will be accepted by the remote host(s) will
|
/// Whether or not these variables will be accepted by the remote host(s) will
|
||||||
/// depend on whether or not the variables are allowed in their sshd_config.
|
/// depend on whether or not the variables are allowed in their sshd_config.
|
||||||
|
/// (Available since: 1.2.0)
|
||||||
///
|
///
|
||||||
/// * `ssh-terminfo` - Enable automatic terminfo installation on remote hosts.
|
/// * `ssh-terminfo` - Enable automatic terminfo installation on remote hosts.
|
||||||
/// Attempts to install Ghostty's terminfo entry using `infocmp` and `tic` when
|
/// Attempts to install Ghostty's terminfo entry using `infocmp` and `tic` when
|
||||||
@ -2225,6 +2226,7 @@ keybind: Keybinds = .{},
|
|||||||
/// remote host, it will be automatically "cached" to avoid repeat installations.
|
/// remote host, it will be automatically "cached" to avoid repeat installations.
|
||||||
/// If desired, the `+ssh-cache` CLI action can be used to manage the installation
|
/// If desired, the `+ssh-cache` CLI action can be used to manage the installation
|
||||||
/// cache manually using various arguments.
|
/// cache manually using various arguments.
|
||||||
|
/// (Available since: 1.2.0)
|
||||||
///
|
///
|
||||||
/// SSH features work independently and can be combined for optimal experience:
|
/// SSH features work independently and can be combined for optimal experience:
|
||||||
/// when both `ssh-env` and `ssh-terminfo` are enabled, Ghostty will install its
|
/// when both `ssh-env` and `ssh-terminfo` are enabled, Ghostty will install its
|
||||||
|
Reference in New Issue
Block a user