Restore pane_current_path format from portable tmux, it is no longer

used by default and is very useful.
This commit is contained in:
nicm
2020-04-08 11:26:07 +00:00
parent d388dbdea9
commit 5d0eb619f1
4 changed files with 33 additions and 0 deletions

1
tmux.h
View File

@ -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);