diff options
author | nicm <nicm> | 2015-07-20 10:34:11 +0000 |
---|---|---|
committer | nicm <nicm> | 2015-07-20 10:34:11 +0000 |
commit | d4ce210713cc907fc69497c51cf9b64d2f414ca4 (patch) | |
tree | c554a6ebb8a1881d67756ce4f1afc38603c92c0d | |
parent | bad8d0fd200c7718a8f51f52b9dd2f23c74d996f (diff) | |
download | rtmux-d4ce210713cc907fc69497c51cf9b64d2f414ca4.tar.gz rtmux-d4ce210713cc907fc69497c51cf9b64d2f414ca4.tar.bz2 rtmux-d4ce210713cc907fc69497c51cf9b64d2f414ca4.zip |
Correct the tsl/fsl sequence to ]0 not ]2 (from Marcel Korpel). While
here, Xr xterm and remove some advice about elinks that is better
elsewhere.
-rw-r--r-- | tmux.1 | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -2709,12 +2709,10 @@ and .Xr terminfo 5 entries if they exist. .Nm -automatically sets these to the \ee]2;...\e007 sequence if -the terminal appears to be an xterm. +automatically sets these to the \ee]0;...\e007 sequence if +the terminal appears to be +.Xr xterm 1 . This option is off by default. -Note that elinks -will only attempt to set the window title if the STY environment -variable is set. .It Ic set-titles-string Ar string String used to set the window title if .Ic set-titles |