summaryrefslogtreecommitdiffstats
path: root/tmux.1
diff options
context:
space:
mode:
authorJason McIntyre <jmc@openbsd.org>2011-05-21 10:04:17 +0000
committerJason McIntyre <jmc@openbsd.org>2011-05-21 10:04:17 +0000
commit240cae4c92529ded71e13c5b5ae0a2f4bbe5ff95 (patch)
treec6816127ae3e36b8f370fdb0c81b55db2ad82c5e /tmux.1
parent1af2021de6b004c932832061c2c0a03581a52af4 (diff)
tweak the TERMINFO section; ok nicm
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.143
1 files changed, 22 insertions, 21 deletions
diff --git a/tmux.1 b/tmux.1
index 87949d34..c5866c95 100644
--- a/tmux.1
+++ b/tmux.1
@@ -2830,37 +2830,38 @@ Show server information and terminal details.
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