mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Merge branch 'obsd-master'
This commit is contained in:
@ -36,7 +36,7 @@ server_fill_environ(struct session *s, struct environ *env)
|
||||
long pid;
|
||||
|
||||
if (s != NULL) {
|
||||
term = options_get_string(&s->options, "default-terminal");
|
||||
term = options_get_string(&global_options, "default-terminal");
|
||||
environ_set(env, "TERM", term);
|
||||
|
||||
idx = s->id;
|
||||
|
Reference in New Issue
Block a user