Do not use PWD unless it actually matches the real working directory.

This commit is contained in:
nicm
2018-11-22 10:36:40 +00:00
parent 749f67b7d8
commit 3a7b9d5735
3 changed files with 29 additions and 7 deletions

1
tmux.h
View File

@ -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 */