mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Give window_create and window_create1 better names.
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user