aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2021-03-11 07:08:18 +0000
committernicm <nicm>2021-03-11 07:08:18 +0000
commitee0df1b8f8a9099fbd67a73c9fb20b89c64d6106 (patch)
treeccc065d063e1c1849b144767c26c11a3f9cc0277 /tmux.h
parent3eb91efba160eff0b077a5fee902edb632f7fdca (diff)
downloadrtmux-ee0df1b8f8a9099fbd67a73c9fb20b89c64d6106.tar.gz
rtmux-ee0df1b8f8a9099fbd67a73c9fb20b89c64d6106.tar.bz2
rtmux-ee0df1b8f8a9099fbd67a73c9fb20b89c64d6106.zip
Tidy old jobs every hour instead of every 30 seconds.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
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,