diff options
author | nicm <nicm> | 2017-04-25 15:35:10 +0000 |
---|---|---|
committer | nicm <nicm> | 2017-04-25 15:35:10 +0000 |
commit | c48d09ec8870ac218d6cc2bbec638d59839eda27 (patch) | |
tree | 6fa9eb5674abcad38ddc108802b9cb80c793f222 /tmux.h | |
parent | 4a51a9d9d5b43f6b576692f9ce5f5ccfa425f806 (diff) | |
download | rtmux-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |