aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2012-11-27 16:12:29 +0000
committerNicholas Marriott <nicm@openbsd.org>2012-11-27 16:12:29 +0000
commit9b8998aeec9c4dff695ae4108965677d90d9c9c7 (patch)
tree358a98012cf609e45ff77aaecc8f01000aee0425 /tmux.h
parent4aa4e9fb267a2169c6446da5cc2edaafd56b0195 (diff)
downloadrtmux-9b8998aeec9c4dff695ae4108965677d90d9c9c7.tar.gz
rtmux-9b8998aeec9c4dff695ae4108965677d90d9c9c7.tar.bz2
rtmux-9b8998aeec9c4dff695ae4108965677d90d9c9c7.zip
Correctly aggregate together errors from nested config files (with
source-file). Fix by Thomas Adam, reported by Sam Livingstone-Gray
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 98677f78..2b5f19d8 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1517,6 +1517,7 @@ __dead void shell_exec(const char *, const char *);
/* cfg.c */
extern int cfg_finished;
+extern int cfg_references;
extern struct causelist cfg_causes;
void printflike2 cfg_add_cause(struct causelist *, const char *, ...);
int load_cfg(const char *, struct cmd_ctx *, struct causelist *);