diff options
author | 2015-07-20 10:34:11 +0000 | |
---|---|---|
committer | 2015-07-20 10:34:11 +0000 | |
commit | 06eb23f95059c1a056ec268d6c7573f318bc59b3 (patch) | |
tree | f953679f2ec4e17c2fedd5442c42aca0f584d835 | |
parent | Remove leftover xfree() prototype. (diff) | |
download | wireguard-openbsd-06eb23f95059c1a056ec268d6c7573f318bc59b3.tar.xz wireguard-openbsd-06eb23f95059c1a056ec268d6c7573f318bc59b3.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-- | usr.bin/tmux/tmux.1 | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index c8daa22df80..ccb44423f24 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.443 2015/07/13 15:37:26 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.444 2015/07/20 10:34:11 nicm Exp $ .\" .\" Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> .\" @@ -14,7 +14,7 @@ .\" IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING .\" OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: July 13 2015 $ +.Dd $Mdocdate: July 20 2015 $ .Dt TMUX 1 .Os .Sh NAME @@ -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 |