From 82f0c859a2bcdfac79d242793b7720b74d62d04b Mon Sep 17 00:00:00 2001 From: nicm Date: Sat, 16 Feb 2019 11:42:08 +0000 Subject: Use starting client cwd in config file, GitHub issue 1606. --- tmux.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index b263b371..44d5fbcc 100644 --- a/tmux.h +++ b/tmux.h @@ -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 *); -- cgit