diff options
author | nicm <nicm> | 2014-10-18 20:28:19 +0000 |
---|---|---|
committer | nicm <nicm> | 2014-10-18 20:28:19 +0000 |
commit | f0b69c771173583eee8f1457c080746ea6144c5f (patch) | |
tree | 3ac83d4b5fe51de603ae165b173d728dae34d1ec | |
parent | a27ba6e38006c12c48de88600b8cff9f6aabfed7 (diff) | |
download | rtmux-f0b69c771173583eee8f1457c080746ea6144c5f.tar.gz rtmux-f0b69c771173583eee8f1457c080746ea6144c5f.tar.bz2 rtmux-f0b69c771173583eee8f1457c080746ea6144c5f.zip |
Fix description of Ss and Se.
-rw-r--r-- | tmux.1 | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -3648,7 +3648,7 @@ to change the cursor colour from inside $ printf '\e033]12;red\e033\e\e' .Ed .It Em \&Ss , Se -Change the cursor style. +Set or reset the cursor style. If set, a sequence such as this may be used to change the cursor to an underline: .Bd -literal -offset indent @@ -3656,10 +3656,8 @@ $ printf '\e033[4 q' .Ed .Pp If -.Em Csr -is set, it will be used to reset the cursor style instead -of -.Em Cs . +.Em Se +is not set, \&Ss with argument 0 will be used to reset the cursor style instead. .It Em \&Ms This sequence can be used by .Nm |