From 3a7b9d57355c4b2b521f05049a5c6f5eb2939b5d Mon Sep 17 00:00:00 2001 From: nicm Date: Thu, 22 Nov 2018 10:36:40 +0000 Subject: Do not use PWD unless it actually matches the real working directory. --- tmux.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tmux.h') 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 */ -- cgit