mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-15 16:26:08 +03:00
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
This commit is contained in:
@ -2069,10 +2069,10 @@ keybind: Keybinds = .{},
|
|||||||
///
|
///
|
||||||
/// * `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
|
||||||
/// connecting to hosts that lack it. Requires `infocmp` and `tic` to be available
|
/// connecting to hosts that lack it. Requires `infocmp` to be available locally
|
||||||
/// locally. Provides `+list-ssh-cache` and `+clear-ssh-cache` CLI actions for
|
/// and `tic` to be available on remote hosts. Provides `+list-ssh-cache` and
|
||||||
/// managing the installation cache (caching is otherwise automatic and requires
|
/// `+clear-ssh-cache` CLI actions for managing the installation cache (caching
|
||||||
/// no user intervention).
|
/// is otherwise automatic and requires no user intervention).
|
||||||
///
|
///
|
||||||
/// 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