From cd9ccbc1e98b48fd8bfb64356664313a8eb1f7b0 Mon Sep 17 00:00:00 2001 From: nicm Date: Wed, 11 Mar 2015 08:17:37 +0000 Subject: [PATCH] set-titles-string now uses formats, not the status bits (so no #() for now). Reported by landry. --- tmux.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tmux.1 b/tmux.1 index ca7d392a..7052484c 100644 --- a/tmux.1 +++ b/tmux.1 @@ -2499,9 +2499,9 @@ variable is set. String used to set the window title if .Ic set-titles is on. -Character sequences are replaced as for the -.Ic status-left -option. +Formats are expanded, see the +.Sx FORMATS +section. .It Xo Ic status .Op Ic on | off .Xc