mirror of
https://github.com/tmux/tmux.git
synced 2025-09-05 16:27:03 +00:00
Log environment to new panes.
This commit is contained in:
1
tmux.h
1
tmux.h
@ -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);
|
||||
|
Reference in New Issue
Block a user