aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2017-04-25 15:35:10 +0000
committernicm <nicm>2017-04-25 15:35:10 +0000
commitc48d09ec8870ac218d6cc2bbec638d59839eda27 (patch)
tree6fa9eb5674abcad38ddc108802b9cb80c793f222 /tmux.h
parent4a51a9d9d5b43f6b576692f9ce5f5ccfa425f806 (diff)
downloadrtmux-c48d09ec8870ac218d6cc2bbec638d59839eda27.tar.gz
rtmux-c48d09ec8870ac218d6cc2bbec638d59839eda27.tar.bz2
rtmux-c48d09ec8870ac218d6cc2bbec638d59839eda27.zip
Do not update TERM into config file parsing has finished.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 1 insertions, 1 deletions
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);