From de6b30a51ca2acf77831de2a71c465a07e95df19 Mon Sep 17 00:00:00 2001 From: nicm Date: Sun, 12 Apr 2020 20:16:36 +0000 Subject: Mention RGB, pointed out by Jody Frankowski. --- tmux.1 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index be62588f..956a3911 100644 --- a/tmux.1 +++ b/tmux.1 @@ -5470,7 +5470,7 @@ The server crashed or otherwise exited without telling the client the reason. understands some unofficial extensions to .Xr terminfo 5 : .Bl -tag -width Ds -.It Em Cs , Cr +.It Em \&Cs , Cr Set the cursor colour. The first takes a single string argument and is used to set the colour; the second takes no arguments and restores the default cursor colour. @@ -5534,6 +5534,11 @@ capabilities to the .Nm .Xr terminfo 5 entry). +.Pp +This is equivalent to the +.Em RGB +.Xr terminfo 5 +capability. .It Em \&Ms Store the current buffer in the host terminal's selection (clipboard). See the -- cgit