Use starting client cwd in config file, GitHub issue 1606.

This commit is contained in:
nicm
2019-02-16 11:42:08 +00:00
parent f9c396db41
commit 82f0c859a2
3 changed files with 5 additions and 1 deletions

1
tmux.h
View File

@ -1527,6 +1527,7 @@ void proc_toggle_log(struct tmuxproc *);
/* cfg.c */
extern int cfg_finished;
extern struct client *cfg_client;
void start_cfg(void);
int load_cfg(const char *, struct client *, struct cmdq_item *, int);
void set_cfg_file(const char *);