diff options
author | nicm <nicm> | 2015-02-06 17:11:39 +0000 |
---|---|---|
committer | nicm <nicm> | 2015-02-06 17:11:39 +0000 |
commit | 03758a50dc21b7c77b75f689d06f81292266c20a (patch) | |
tree | cae22c5417ac2176a5e082e71705a10d0f18a992 /tmux.h | |
parent | 83a8e1fd20e3cbd6da38d0b4d6973cad0484c27b (diff) | |
download | rtmux-03758a50dc21b7c77b75f689d06f81292266c20a.tar.gz rtmux-03758a50dc21b7c77b75f689d06f81292266c20a.tar.bz2 rtmux-03758a50dc21b7c77b75f689d06f81292266c20a.zip |
Add format_expand_time and use it instead of status_replace where
command execution is not needed.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1512,6 +1512,7 @@ void format_free(struct format_tree *); void printflike(3, 4) format_add(struct format_tree *, const char *, const char *, ...); const char *format_find(struct format_tree *, const char *); +char *format_expand_time(struct format_tree *, const char *, time_t); char *format_expand(struct format_tree *, const char *); void format_defaults(struct format_tree *, struct client *, struct session *, struct winlink *, struct window_pane *); |