From 38064e759342b38fbeea48ea716b7d29679271b1 Mon Sep 17 00:00:00 2001 From: nicm Date: Thu, 14 Mar 2019 21:31:43 +0000 Subject: Add T format modifier like E but also do strftime(3). --- tmux.1 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tmux.1') diff --git a/tmux.1 b/tmux.1 index 49e82643..12da91ec 100644 --- a/tmux.1 +++ b/tmux.1 @@ -3719,6 +3719,12 @@ will expand the format twice, for example is the result of expanding the content of the .Ic status-left option rather than the content itself. +.Ql T: +is like +.Ql E: +but also expands +.Xr strftime 3 +specifiers. .Ql S: , .Ql W: or -- cgit