diff options
author | Jason McIntyre <jmc@openbsd.org> | 2013-06-02 14:40:17 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@openbsd.org> | 2013-06-02 14:40:17 +0000 |
commit | ddb52a2b157c1970081a2fb30f1413d57ec35b1e (patch) | |
tree | db4fe5680cbde40e283344d7561130f81062676b | |
parent | 13441e8cb8b0ce68db3204a44bbdc004bee42a0f (diff) | |
download | rtmux-ddb52a2b157c1970081a2fb30f1413d57ec35b1e.tar.gz rtmux-ddb52a2b157c1970081a2fb30f1413d57ec35b1e.tar.bz2 rtmux-ddb52a2b157c1970081a2fb30f1413d57ec35b1e.zip |
escape "Ss", becuase groff thinks it has found a macro;
-rw-r--r-- | tmux.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 Ss , Se +.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: |