mirror of
https://github.com/tmate-io/tmate.git
synced 2025-08-19 09:52:06 +02:00
Move the jobs output cache into the formats code so that #() work more
generally (for example, again working in set-titles-string).
This commit is contained in:
2
tmux.h
2
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 *, ...);
|
||||
|
Reference in New Issue
Block a user