From c48d09ec8870ac218d6cc2bbec638d59839eda27 Mon Sep 17 00:00:00 2001 From: nicm Date: Tue, 25 Apr 2017 15:35:10 +0000 Subject: Do not update TERM into config file parsing has finished. --- tmux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index 0e64b1bb..b9ee9516 100644 --- a/tmux.h +++ b/tmux.h @@ -1612,7 +1612,7 @@ void environ_unset(struct environ *, const char *); void environ_update(struct options *, struct environ *, struct environ *); void environ_push(struct environ *); void environ_log(struct environ *, const char *); -struct environ *environ_for_session(struct session *); +struct environ *environ_for_session(struct session *, int); /* tty.c */ void tty_create_log(void); -- cgit