summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2011-10-23 08:34:01 +0000
committerNicholas Marriott <nicm@openbsd.org>2011-10-23 08:34:01 +0000
commit7ff4cf94050e11517bb6fa89be2f5f4c85af12e3 (patch)
treec7d09a942ab3b667d9bb3f009523ed9fcfa3d402 /tmux.h
parent179d0686d78ec6489572e122dbb50220471531a2 (diff)
Try to resolve relative paths for loadb and saveb (first using client
working directory if any then default-path or session wd).
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 5fef5dfe..a94bbaf9 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1345,6 +1345,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 *);