aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2015-05-27 13:28:04 +0000
committernicm <nicm>2015-05-27 13:28:04 +0000
commit379400cfa69f8df9ac13b070c60d5f8a282ddf6e (patch)
treed67394e5c975bae54fc5da0c95b2447ea1b48d09 /tmux.h
parent7140cce7f31eb2135491fdc62645b4753d941520 (diff)
downloadrtmux-379400cfa69f8df9ac13b070c60d5f8a282ddf6e.tar.gz
rtmux-379400cfa69f8df9ac13b070c60d5f8a282ddf6e.tar.bz2
rtmux-379400cfa69f8df9ac13b070c60d5f8a282ddf6e.zip
Move the jobs output cache into the formats code so that #() work more
generally (for example, again working in set-titles-string).
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index bc47a268..78e64170 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1475,7 +1475,9 @@ void cfg_show_causes(struct session *);
/* format.c */
struct format_tree;
+void format_clean(void);
struct format_tree *format_create(void);
+struct format_tree *format_create_status(int);
void format_free(struct format_tree *);
void printflike(3, 4) format_add(struct format_tree *, const char *,
const char *, ...);