mirror of
https://github.com/tmux/tmux.git
synced 2025-09-04 15:26:58 +00:00
- Rework load_cfg() error handling a little.
- Add -q to source-file to suppress errors about nonexistent files. Input and OK nicm@
This commit is contained in:
2
tmux.h
2
tmux.h
@ -1555,7 +1555,7 @@ extern int cfg_finished;
|
||||
extern int cfg_references;
|
||||
extern struct client *cfg_client;
|
||||
void start_cfg(void);
|
||||
int load_cfg(const char *, struct cmd_q *, char **);
|
||||
int load_cfg(const char *, struct cmd_q *, int);
|
||||
void set_cfg_file(const char *);
|
||||
void printflike(1, 2) cfg_add_cause(const char *, ...);
|
||||
void cfg_print_causes(struct cmd_q *);
|
||||
|
Reference in New Issue
Block a user