mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
More unnecessary arguments now winlink points back to session.
This commit is contained in:
@ -147,7 +147,7 @@ cmd_new_window_exec(struct cmd *self, struct cmdq_item *item)
|
||||
if (to_free != NULL)
|
||||
free((void *)to_free);
|
||||
|
||||
cmd_find_from_winlink(&fs, s, wl);
|
||||
cmd_find_from_winlink(&fs, wl);
|
||||
hooks_insert(s->hooks, item, &fs, "after-new-window");
|
||||
|
||||
return (CMD_RETURN_NORMAL);
|
||||
|
Reference in New Issue
Block a user