mirror of
https://github.com/tmux/tmux.git
synced 2025-09-04 15:26:58 +00:00
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.
This commit is contained in:
4
tmux.1
4
tmux.1
@ -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:
|
||||
|
Reference in New Issue
Block a user