=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.1,v retrieving revision 1.359 retrieving revision 1.360 diff -c -r1.359 -r1.360 *** src/usr.bin/tmux/tmux.1 2013/05/31 19:56:05 1.359 --- src/usr.bin/tmux/tmux.1 2013/06/02 07:52:15 1.360 *************** *** 1,4 **** ! .\" $OpenBSD: tmux.1,v 1.359 2013/05/31 19:56:05 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" --- 1,4 ---- ! .\" $OpenBSD: tmux.1,v 1.360 2013/06/02 07:52:15 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott .\" *************** *** 14,20 **** .\" 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 31 2013 $ .Dt TMUX 1 .Os .Sh NAME --- 14,20 ---- .\" 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: June 2 2013 $ .Dt TMUX 1 .Os .Sh NAME *************** *** 3571,3577 **** understands some extensions to .Xr terminfo 5 : .Bl -tag -width Ds ! .It Em Cc , 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. --- 3571,3577 ---- understands some extensions to .Xr terminfo 5 : .Bl -tag -width Ds ! .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. *************** *** 3581,3587 **** .Bd -literal -offset indent $ printf '\e033]12;red\e033\e\e' .Ed ! .It Em Cs , Csr Change the cursor style. If set, a sequence such as this may be used to change the cursor to an underline: --- 3581,3587 ---- .Bd -literal -offset indent $ printf '\e033]12;red\e033\e\e' .Ed ! .It Em Ss , Se Change the cursor style. If set, a sequence such as this may be used to change the cursor to an underline: