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:
@ -359,7 +359,7 @@ session_new(struct session *s, const char *name, int argc, char **argv,
|
||||
shell = _PATH_BSHELL;
|
||||
|
||||
hlimit = options_get_number(s->options, "history-limit");
|
||||
env = environ_for_session(s);
|
||||
env = environ_for_session(s, 0);
|
||||
w = window_create_spawn(name, argc, argv, path, shell, cwd, env, s->tio,
|
||||
s->sx, s->sy, hlimit, cause);
|
||||
if (w == NULL) {
|
||||
|
Reference in New Issue
Block a user