diff options
author | Nicholas Marriott <nicm@openbsd.org> | 2013-06-02 07:52:15 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@openbsd.org> | 2013-06-02 07:52:15 +0000 |
commit | 13441e8cb8b0ce68db3204a44bbdc004bee42a0f (patch) | |
tree | ae11f4eb9ef9aa9a7610abf5fdf81eec1a0c1118 /tmux.1 | |
parent | c231381aa3a22340e787baaf78781d9b8ecd6a2c (diff) | |
download | rtmux-13441e8cb8b0ce68db3204a44bbdc004bee42a0f.tar.gz rtmux-13441e8cb8b0ce68db3204a44bbdc004bee42a0f.tar.bz2 rtmux-13441e8cb8b0ce68db3204a44bbdc004bee42a0f.zip |
The actual terminfo entries we ended up with for cursor changes are Cs,
Ce, Ss and Se (not Cc, Ce, Cs, Csr). So use and document these instead
of the ones we were using earlier.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3571,7 +3571,7 @@ This command only works from outside understands some extensions to .Xr terminfo 5 : .Bl -tag -width Ds -.It Em Cc , Cr +.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,7 +3581,7 @@ to change the cursor colour from inside .Bd -literal -offset indent $ printf '\e033]12;red\e033\e\e' .Ed -.It Em Cs , Csr +.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: |