1
0
mirror of https://github.com/tmux/tmux.git synced 2025-04-12 03:58:47 +00:00

Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam 2018-07-15 11:02:25 +01:00
commit 6de991d855

View File

@ -103,7 +103,6 @@ cmd_new_window_exec(struct cmd *self, struct cmdq_item *item)
else
name = NULL;
wl = NULL;
if (idx != -1)
wl = winlink_find_by_index(&s->windows, idx);
if (wl != NULL && args_has(args, 'k')) {