Tidy old jobs every hour instead of every 30 seconds.

This commit is contained in:
nicm
2021-03-11 07:08:18 +00:00
parent 3eb91efba1
commit ee0df1b8f8
3 changed files with 36 additions and 28 deletions

1
tmux.h
View File

@ -1947,6 +1947,7 @@ char *paste_make_sample(struct paste_buffer *);
struct format_tree;
struct format_modifier;
typedef void *(*format_cb)(struct format_tree *);
void format_tidy_jobs(void);
const char *format_skip(const char *, const char *);
int format_true(const char *);
struct format_tree *format_create(struct client *, struct cmdq_item *, int,