diff options
author | nicm <nicm> | 2016-10-15 09:27:52 +0000 |
---|---|---|
committer | nicm <nicm> | 2016-10-15 09:27:52 +0000 |
commit | e7990375cb130853505fb2ff3a2fa801537119e5 (patch) | |
tree | 501a6ff0a8c03edb935aecd5ebeb95fc07c804f6 /session.c | |
parent | 3f138dc40c37ddee021b92e5d29676ed96b6cab8 (diff) | |
download | rtmux-e7990375cb130853505fb2ff3a2fa801537119e5.tar.gz rtmux-e7990375cb130853505fb2ff3a2fa801537119e5.tar.bz2 rtmux-e7990375cb130853505fb2ff3a2fa801537119e5.zip |
Give window_create and window_create1 better names.
Diffstat (limited to 'session.c')
-rw-r--r-- | session.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -349,7 +349,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); |