diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-03-08 14:01:23 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-03-08 14:01:23 +0000 |
commit | 3ea36830f38eed2d6dad6cb057b3efe772237d5e (patch) | |
tree | dad4d842a60527c85e904f63c3e29c596629f4d4 /tmux.h | |
parent | 5d3296c53b820664d50d96b2b926f2c2c1105e97 (diff) | |
parent | 6b2009ad725b662853b8e94aee233fabdc5490f9 (diff) | |
download | rtmux-3ea36830f38eed2d6dad6cb057b3efe772237d5e.tar.gz rtmux-3ea36830f38eed2d6dad6cb057b3efe772237d5e.tar.bz2 rtmux-3ea36830f38eed2d6dad6cb057b3efe772237d5e.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1510,6 +1510,9 @@ void printflike(3, 4) format_add(struct format_tree *, const char *, const char *, ...); char *format_expand_time(struct format_tree *, const char *, time_t); char *format_expand(struct format_tree *, const char *); +char *format_single(struct cmdq_item *, const char *, + struct client *, struct session *, struct winlink *, + struct window_pane *); void format_defaults(struct format_tree *, struct client *, struct session *, struct winlink *, struct window_pane *); void format_defaults_window(struct format_tree *, struct window *); |