CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/10/25 16:29:17
Modified files:
usr.bin/tmux : cmd-choose-client.c cmd-list-sessions.c
format.c tmux.1 tmux.h
Log message:
Extend the modifiers allowed before formats: as well as the existing
#{=10:...} length limit, add #{t:...} to convert a time_t format to a
string, #{b:...} for basename and #{d:...} for dirname. Remove all the
foo_string time formats as they can now be replaced by "t:", for example
#{window_activity_string} becomes #{t:window_activity}.