Tweak output of environment logging.

This commit is contained in:
nicm
2016-07-15 09:52:34 +00:00
parent 1718420c48
commit 9436a31603
3 changed files with 9 additions and 5 deletions

2
tmux.h
View File

@ -1693,7 +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 *);
void environ_log(struct environ *, const char *);
/* tty.c */
void tty_create_log(void);