Move format job cleanup onto its own timer.

This commit is contained in:
nicm
2015-08-28 11:38:27 +00:00
parent ee9f708500
commit b6618b631b
3 changed files with 16 additions and 4 deletions

1
tmux.h
View File

@ -1449,7 +1449,6 @@ 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 *);