Log environment to new panes.

This commit is contained in:
nicm
2016-07-15 09:28:32 +00:00
parent 68b1fd0cc6
commit 1718420c48
3 changed files with 12 additions and 0 deletions

1
tmux.h
View File

@ -1693,6 +1693,7 @@ void environ_put(struct environ *, const char *);
void environ_unset(struct environ *, const char *);
void environ_update(const char *, struct environ *, struct environ *);
void environ_push(struct environ *);
void environ_log(struct environ *);
/* tty.c */
void tty_create_log(void);