Add T format modifier like E but also do strftime(3).

This commit is contained in:
nicm
2019-03-14 21:31:43 +00:00
parent 1416ceb575
commit 38064e7593
2 changed files with 20 additions and 5 deletions

6
tmux.1
View File

@ -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