mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
tmux: add note for tmux-direct in module option
Signed-off-by: Maurice Zhou <yuchen@apvc.uk>
This commit is contained in:
parent
7a2de0ca09
commit
bcccfee659
1 changed files with 4 additions and 1 deletions
|
@ -160,7 +160,10 @@ in {
|
||||||
default = defaultTerminal;
|
default = defaultTerminal;
|
||||||
example = "screen-256color";
|
example = "screen-256color";
|
||||||
type = types.str;
|
type = types.str;
|
||||||
description = lib.mdDoc "Set the $TERM variable.";
|
description = lib.mdDoc ''
|
||||||
|
Set the $TERM variable. Use tmux-direct if italics or 24bit true color
|
||||||
|
support is needed.
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
secureSocket = mkOption {
|
secureSocket = mkOption {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue