diff options
author | nicm <nicm> | 2018-11-22 10:36:40 +0000 |
---|---|---|
committer | nicm <nicm> | 2018-11-22 10:36:40 +0000 |
commit | 3a7b9d57355c4b2b521f05049a5c6f5eb2939b5d (patch) | |
tree | e8745b18e9ba6095e272c954deb83f244e87a6f8 /tmux.h | |
parent | 749f67b7d801eed03345fef9c04206fbd079c3cb (diff) | |
download | rtmux-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ |