mirror of
https://github.com/tmux/tmux.git
synced 2025-10-26 12:27:15 +00:00
Use a utility function for common code to show errors in config file,
from Thomas Adam.
This commit is contained in:
1
tmux.h
1
tmux.h
@@ -1520,6 +1520,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 *);
|
||||
|
||||
Reference in New Issue
Block a user