summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2019-02-16 11:42:08 +0000
committernicm <nicm>2019-02-16 11:42:08 +0000
commit82f0c859a2bcdfac79d242793b7720b74d62d04b (patch)
tree7deb3ba396767e0b720e3a7a7f7f6f419607b0b7 /tmux.h
parentf9c396db41927cd57d7c868c1b8c173cdce95b26 (diff)
Use starting client cwd in config file, GitHub issue 1606.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
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 *);