mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 22:43:58 +00:00
Do not update TERM into config file parsing has finished.
This commit is contained in:
2
tmux.h
2
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);
|
||||
|
Reference in New Issue
Block a user