From 1718420c48737a3038966611c83f37f3c272901e Mon Sep 17 00:00:00 2001 From: nicm Date: Fri, 15 Jul 2016 09:28:32 +0000 Subject: Log environment to new panes. --- tmux.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index f461c495..95d942f2 100644 --- a/tmux.h +++ b/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); -- cgit From 9436a316038d1d1c9bc161d282564ed67e2f8ce2 Mon Sep 17 00:00:00 2001 From: nicm Date: Fri, 15 Jul 2016 09:52:34 +0000 Subject: Tweak output of environment logging. --- tmux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index 95d942f2..bad1d87e 100644 --- a/tmux.h +++ b/tmux.h @@ -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); -- cgit