aboutsummaryrefslogtreecommitdiff
path: root/tmux.1
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-09-18 15:19:27 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-09-18 15:19:27 +0000
commit63d499f480e264f8251552fb6d16965a1065e0e6 (patch)
treeb5d14ca954947eda66d20562649e43b7da792adf /tmux.1
parent5c60162e3c4f8ac9deede6c0fb5a21930d92e3b4 (diff)
downloadrtmux-63d499f480e264f8251552fb6d16965a1065e0e6.tar.gz
rtmux-63d499f480e264f8251552fb6d16965a1065e0e6.tar.bz2
rtmux-63d499f480e264f8251552fb6d16965a1065e0e6.zip
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.17
1 files changed, 7 insertions, 0 deletions
diff --git a/tmux.1 b/tmux.1
index fb733bd5..5db6c0c9 100644
--- a/tmux.1
+++ b/tmux.1
@@ -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