diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-09-19 18:53:01 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-09-19 18:53:01 +0000 |
commit | 23d7ed3187512ad53984051069a70eca4fb99edb (patch) | |
tree | a3b667ce8643345061b3437911379365dac43ef7 /tmux.1 | |
parent | a2e03ce3cbc91bc0a56bfd5828da08327f489681 (diff) | |
download | rtmux-23d7ed3187512ad53984051069a70eca4fb99edb.tar.gz rtmux-23d7ed3187512ad53984051069a70eca4fb99edb.tar.bz2 rtmux-23d7ed3187512ad53984051069a70eca4fb99edb.zip |
Sync OpenBSD patchset 331:
New option, set-titles-string, to allow the window title to be specified (as
for status-left/right) if set-titles is on. Also only update the title when the
status line is being redrawn.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -1,4 +1,4 @@ -.\" $Id: tmux.1,v 1.167 2009-09-11 14:13:52 tcunha Exp $ +.\" $Id: tmux.1,v 1.168 2009-09-19 18:53:01 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: September 10 2009 $ +.Dd $Mdocdate: September 18 2009 $ .Dt TMUX 1 .Os .Sh NAME @@ -1287,6 +1287,13 @@ 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 +is on. +Character sequences are replaced as for the +.Ic status-left +option. .It Xo Ic status .Op Ic on | off .Xc |