diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2011-05-08 19:53:09 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2011-05-08 19:53:09 +0000 |
commit | 9f2d1ec07419dca4c66f639ab37ac5bcc7adba04 (patch) | |
tree | b3a159f1ee2f57aa8bd3783a208b99f304269102 /usr.bin/tmux/tmux.1 | |
parent | ccf47d1672cad6888d700a022f431f1ee8d54a95 (diff) |
Use the tsl and fsl terminfo(5) capabilities to update terminal title
and automatically fill them in on terminals with the XT capability
(which means their title setting is xterm-compatible). From hsim at
gmx.li.
Diffstat (limited to 'usr.bin/tmux/tmux.1')
-rw-r--r-- | usr.bin/tmux/tmux.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/tmux/tmux.1 b/usr.bin/tmux/tmux.1 index b5388e49587..2f7763273ed 100644 --- a/usr.bin/tmux/tmux.1 +++ b/usr.bin/tmux/tmux.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tmux.1,v 1.224 2011/04/24 21:32:07 nicm Exp $ +.\" $OpenBSD: tmux.1,v 1.225 2011/05/08 19:53:06 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: April 24 2011 $ +.Dd $Mdocdate: May 8 2011 $ .Dt TMUX 1 .Os .Sh NAME @@ -2145,7 +2145,7 @@ The default value forcibly corrects the .Ql colors entry for terminals which support 88 or 256 colours: .Bd -literal -offset indent -"*88col*:colors=88,*256col*:colors=256" +"*88col*:colors=88,*256col*:colors=256,xterm*:XT" .Ed .It Ic update-environment Ar variables Set a space-separated string containing a list of environment variables to be |