From 9aafe6224faf01a1ec8ddf12aeac8b3957746292 Mon Sep 17 00:00:00 2001 From: nicm Date: Fri, 10 Dec 2021 12:45:32 +0000 Subject: [PATCH] Mention XParseColor(3) for the cursor colour escape sequence. --- usr.bin/tmux/tmux.1 | 9 +++++++-- 1 file 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 .\" @@ -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 -- 2.20.1