diff options
author | Tiago Cunha <tcunha@gmx.com> | 2011-05-18 20:28:43 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2011-05-18 20:28:43 +0000 |
commit | 4fcbf4b872bb2b30a34edaf7e0b95a01c17a8aa7 (patch) | |
tree | 3e2246963d761c24ccfd19327ce0d2b07d940ab9 /tmux.1 | |
parent | 046e8363b4f07dae83b6390e8dc49628dd0f250a (diff) | |
download | rtmux-4fcbf4b872bb2b30a34edaf7e0b95a01c17a8aa7.tar.gz rtmux-4fcbf4b872bb2b30a34edaf7e0b95a01c17a8aa7.tar.bz2 rtmux-4fcbf4b872bb2b30a34edaf7e0b95a01c17a8aa7.zip |
Sync OpenBSD patchset 904:
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 'tmux.1')
-rw-r--r-- | tmux.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.310 2011-04-25 20:35:22 tcunha Exp $ +.\" $Id: tmux.1,v 1.311 2011-05-18 20:28:40 tcunha 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 @@ -2149,7 +2149,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 |