docs: clarify infocmp/tic requirements for ssh-terminfo feature
infocmp is required locally to extract terminfo, tic is required on remote hosts to install itpull/7608/head
parent
eed2006b4d
commit
b5372468e4
|
|
@ -2069,10 +2069,10 @@ keybind: Keybinds = .{},
|
|||
///
|
||||
/// * `ssh-terminfo` - Enable automatic terminfo installation on remote hosts.
|
||||
/// Attempts to install Ghostty's terminfo entry using `infocmp` and `tic` when
|
||||
/// connecting to hosts that lack it. Requires `infocmp` and `tic` to be available
|
||||
/// locally. Provides `+list-ssh-cache` and `+clear-ssh-cache` CLI actions for
|
||||
/// managing the installation cache (caching is otherwise automatic and requires
|
||||
/// no user intervention).
|
||||
/// connecting to hosts that lack it. Requires `infocmp` to be available locally
|
||||
/// and `tic` to be available on remote hosts. Provides `+list-ssh-cache` and
|
||||
/// `+clear-ssh-cache` CLI actions for managing the installation cache (caching
|
||||
/// is otherwise automatic and requires no user intervention).
|
||||
///
|
||||
/// SSH features work independently and can be combined for optimal experience:
|
||||
/// when both `ssh-env` and `ssh-terminfo` are enabled, Ghostty will install its
|
||||
|
|
|
|||
Loading…
Reference in New Issue