diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2021-12-10 12:45:33 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2021-12-10 12:45:33 +0000 |
commit | 727bed3fb7ad00a8546d222237bdbd5b25f41816 (patch) | |
tree | 62b1c130ee67cd863aa2b46380efd3a73c73188d | |
parent | 6dcdf69b56cb86669e15c34a15a3a431e1887062 (diff) |
Mention XParseColor(3) for the cursor colour escape sequence.
-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 a965b7f9ffe..72ae1a06d2d 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.871 2021/11/11 09:22:33 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.872 2021/12/10 12:45:32 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com> .\" @@ -14,7 +14,7 @@ .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: November 11 2021 $ +.Dd $Mdocdate: December 10 2021 $ .Dt TMUX 1 .Os .Sh NAME @@ -6292,6 +6292,11 @@ to change the cursor colour from inside .Bd -literal -offset indent $ printf '\e033]12;red\e033\e\e' .Ed +.Pp +The colour is an +.Xr X 7 +colour, see +.Xr XParseColor 3 . .It Em \&Cmg, \&Clmg, \&Dsmg , \&Enmg Set, clear, disable or enable DECSLRM margins. These are set automatically if the terminal reports it is |