commit | e65306d8e7bd6db99bd0746cd16a21d2c066b8db | [log] [download] |
---|---|---|
author | nicm <nicm> | Sun Oct 25 22:29:17 2015 +0000 |
committer | nicm <nicm> | Sun Oct 25 22:29:17 2015 +0000 |
tree | 24b3e8cc7e367c16627ade3989389d85744c83e2 | |
parent | 3faa51a0caebb56746988ae7f5e9e9f649dc42b6 [diff] |
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}.