Sync OpenBSD patchset 968:

Try to resolve relative paths for loadb and saveb (first using client
working directory if any then default-path or session wd).
This commit is contained in:
Tiago Cunha
2011-10-23 15:08:58 +00:00
parent 7d169a3679
commit a8ca1340ad
4 changed files with 48 additions and 2 deletions

1
tmux.h
View File

@ -1341,6 +1341,7 @@ void logfile(const char *);
const char *getshell(void);
int checkshell(const char *);
int areshell(const char *);
const char* get_full_path(const char *, const char *);
void setblocking(int, int);
__dead void shell_exec(const char *, const char *);