aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2020-04-08 11:26:07 +0000
committernicm <nicm>2020-04-08 11:26:07 +0000
commit5d0eb619f18b1ed98d0ecf492dddf66ab49bed03 (patch)
treee7a35048bcea4bed43f1b3b4e7094908647d09d5 /tmux.h
parentd388dbdea9ceacacadc27a36ccc968fa7d6070ec (diff)
downloadrtmux-5d0eb619f18b1ed98d0ecf492dddf66ab49bed03.tar.gz
rtmux-5d0eb619f18b1ed98d0ecf492dddf66ab49bed03.tar.bz2
rtmux-5d0eb619f18b1ed98d0ecf492dddf66ab49bed03.zip
Restore pane_current_path format from portable tmux, it is no longer
used by default and is very useful.
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 fbf10cf4..fd739974 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2743,6 +2743,7 @@ int utf8_cstrhas(const char *, const struct utf8_data *);
/* procname.c */
char *get_proc_name(int, char *);
+char *get_proc_cwd(int);
/* log.c */
void log_add_level(void);