Update of /cvsroot/tmux/tmux
In directory vz-cvs-2.sog:/tmp/cvs-serv21681
Modified Files:
tmux.1
Log Message:
Sync OpenBSD patchset 918:
tweak the TERMINFO section; ok nicm
Index: tmux.1
===================================================================
RCS file: /cvsroot/tmux/tmux/tmux.1,v
retrieving revision 1.317
retrieving revision 1.318
diff -u -d -r1.317 -r1.318
--- tmux.1 22 May 2011 16:26:38 -0000 1.317
+++ tmux.1 22 May 2011 16:26:58 -0000 1.318
@@ -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 20 2011 $
+.Dd $Mdocdate: May 21 2011 $
.Dt TMUX 1
.Os
.Sh NAME
@@ -2834,37 +2834,38 @@
understands some extensions to
.Xr terminfo 5 :
.Bl -tag -width Ds
-.It Em \&Ms
-This sequence can be used by
-.Nm
-to store the current buffer in the host terminal's selection (clipboard).
-See the
-.Em set-clipboard
-option above and the
-.Xr xterm 1
-man page.
-.It Em Cs, Csr
+.It Em Cc , Cr
+Set the cursor color.
+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.
+If set, 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
+.It Em Cs , Csr
Change the cursor style.
-If set allows a sequence such as:
+If set, a sequence such as this may be used
+to change the cursor to an underline:
.Bd -literal -offset indent
$ printf '\e033[4 q'
.Ed
.Pp
-To change the cursor to an underline.
If
.Em Csr
is set, it will be used to reset the cursor style instead
of
.Em Cs .
-.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
+.It Em \&Ms
+This sequence can be used by
+.Nm
+to store the current buffer in the host terminal's selection (clipboard).
+See the
+.Em set-clipboard
+option above and the
+.Xr xterm 1
+man page.
.El
.Sh FILES
.Bl -tag -width "/etc/tmux.confXXX" -compact
------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its
next-generation tools to help Windows* and Linux* C/C++ and Fortran
developers boost performance applications - including clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs