docs: clarify infocmp/tic requirements for ssh-terminfo feature

infocmp is required locally to extract terminfo, tic is required on
remote hosts to install it
pull/7608/head
Jason Rayne 2025-06-25 17:47:26 -07:00
parent eed2006b4d
commit b5372468e4
No known key found for this signature in database
GPG Key ID: 097A1F6E614573B7
1 changed files with 4 additions and 4 deletions

View File

@ -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