diff options
author | Thomas Adam <thomas@xteddy.org> | 2012-11-22 13:24:14 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2012-11-22 13:24:14 +0000 |
commit | c04aa9020782fe0a944db2adf5a03e9f52618bea (patch) | |
tree | 37c0578ed65f027e2cbd95671fb3a6ccab4ce547 /tmux.h | |
parent | e4679172e3f4307b14f0e1715dc33ca640dc038b (diff) | |
parent | 0679eb6a6d6bab129264784009e70333b34ca6a8 (diff) | |
download | rtmux-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 *); |