From 63d499f480e264f8251552fb6d16965a1065e0e6 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Fri, 18 Sep 2009 15:19:27 +0000 Subject: 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. --- tmux.1 | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tmux.1') 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 -- cgit