diff options
author | 2020-04-12 20:16:36 +0000 | |
---|---|---|
committer | 2020-04-12 20:16:36 +0000 | |
commit | 4a63d7647bd50abf0b93197776ebcb52853d7ed9 (patch) | |
tree | 0aeb975d953ef76c33a01054bbd3d57ef34e73ae | |
parent | Turn those spinlock and seqlock inline functions to macros (diff) | |
download | wireguard-openbsd-4a63d7647bd50abf0b93197776ebcb52853d7ed9.tar.xz wireguard-openbsd-4a63d7647bd50abf0b93197776ebcb52853d7ed9.zip |
Mention RGB, pointed out by Jody Frankowski.
-rw-r--r-- | usr.bin/tmux/tmux.1 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index 015c2225e3c..2414963b2bf 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.738 2020/04/12 08:36:18 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.739 2020/04/12 20:16:36 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com> .\" @@ -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 |