=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.228 retrieving revision 1.229 diff -u -r1.228 -r1.229 --- src/usr.bin/tmux/tmux.1 2011/05/18 20:24:29 1.228 +++ src/usr.bin/tmux/tmux.1 2011/05/20 19:03:58 1.229 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.228 2011/05/18 20:24:29 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.229 2011/05/20 19:03:58 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: May 18 2011 $ +.Dd $Mdocdate: May 20 2011 $ .Dt TMUX 1 .Os .Sh NAME @@ -2832,6 +2832,15 @@ option above and the .Xr xterm 1 man page. +.It Em Cc, Cr +The first takes one string argument and is used to set the cursor colour; +the second takes no arguments and restores the default cursor colour. +If they present, a sequence such as this may be used to change the +cursor colour from inside +.Nm : +.Bd -literal -offset indent +$ printf '\e033]12;red\e033\e\e' +.Ed .El .Sh FILES .Bl -tag -width "/etc/tmux.confXXX" -compact