From ee0df1b8f8a9099fbd67a73c9fb20b89c64d6106 Mon Sep 17 00:00:00 2001 From: nicm Date: Thu, 11 Mar 2021 07:08:18 +0000 Subject: Tidy old jobs every hour instead of every 30 seconds. --- tmux.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index e8d2e8c3..1fc27b53 100644 --- a/tmux.h +++ b/tmux.h @@ -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, -- cgit