aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2018-11-22 10:36:40 +0000
committernicm <nicm>2018-11-22 10:36:40 +0000
commit3a7b9d57355c4b2b521f05049a5c6f5eb2939b5d (patch)
treee8745b18e9ba6095e272c954deb83f244e87a6f8 /tmux.h
parent749f67b7d801eed03345fef9c04206fbd079c3cb (diff)
downloadrtmux-3a7b9d57355c4b2b521f05049a5c6f5eb2939b5d.tar.gz
rtmux-3a7b9d57355c4b2b521f05049a5c6f5eb2939b5d.tar.bz2
rtmux-3a7b9d57355c4b2b521f05049a5c6f5eb2939b5d.zip
Do not use PWD unless it actually matches the real working directory.
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 8b41a785..b76d15e8 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1506,6 +1506,7 @@ extern int ptm_fd;
extern const char *shell_command;
int areshell(const char *);
void setblocking(int, int);
+const char *find_cwd(void);
const char *find_home(void);
/* proc.c */