aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2012-11-22 13:24:14 +0000
committerThomas Adam <thomas@xteddy.org>2012-11-22 13:24:14 +0000
commitc04aa9020782fe0a944db2adf5a03e9f52618bea (patch)
tree37c0578ed65f027e2cbd95671fb3a6ccab4ce547 /tmux.h
parente4679172e3f4307b14f0e1715dc33ca640dc038b (diff)
parent0679eb6a6d6bab129264784009e70333b34ca6a8 (diff)
downloadrtmux-c04aa9020782fe0a944db2adf5a03e9f52618bea.tar.gz
rtmux-c04aa9020782fe0a944db2adf5a03e9f52618bea.tar.bz2
rtmux-c04aa9020782fe0a944db2adf5a03e9f52618bea.zip
Merge branch 'obsd-master'
Sync from OpenBSD. * obsd-master: Add halfpage commands to mode command string table (missed by accident), from Thomas Adam. Clarify some points about config files, notably that they are only read at server start. From Thomas Adam. Use a utility function for common code to show errors in config file, from Thomas Adam.
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 59882029..aca96613 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1516,6 +1516,7 @@ extern int cfg_finished;
extern struct causelist cfg_causes;
void printflike2 cfg_add_cause(struct causelist *, const char *, ...);
int load_cfg(const char *, struct cmd_ctx *, struct causelist *);
+void show_cfg_causes(struct session *);
/* format.c */
int format_cmp(struct format_entry *, struct format_entry *);