diff options
author | Thomas Adam <thomas@xteddy.org> | 2016-10-15 12:01:14 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2016-10-15 12:01:14 +0100 |
commit | 59d11474694ba0f1cc38b65d19a25b4e7c22a523 (patch) | |
tree | 8b9fe526af062ba104c5c40432f904fd9c445c34 /session.c | |
parent | 623e54788e77068779933eb60a042e5a82f32673 (diff) | |
parent | e7990375cb130853505fb2ff3a2fa801537119e5 (diff) | |
download | rtmux-59d11474694ba0f1cc38b65d19a25b4e7c22a523.tar.gz rtmux-59d11474694ba0f1cc38b65d19a25b4e7c22a523.tar.bz2 rtmux-59d11474694ba0f1cc38b65d19a25b4e7c22a523.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'session.c')
-rw-r--r-- | session.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -348,7 +348,7 @@ session_new(struct session *s, const char *name, int argc, char **argv, shell = _PATH_BSHELL; hlimit = options_get_number(s->options, "history-limit"); - w = window_create(name, argc, argv, path, shell, cwd, env, s->tio, + w = window_create_spawn(name, argc, argv, path, shell, cwd, env, s->tio, s->sx, s->sy, hlimit, cause); if (w == NULL) { winlink_remove(&s->windows, wl); |