Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2016-06-06 10:01:11 +01:00
5 changed files with 33 additions and 18 deletions

View File

@ -135,7 +135,7 @@ cmd_split_window_exec(struct cmd *self, struct cmd_q *cmdq)
cause = xstrdup("pane too small");
goto error;
}
new_wp = window_add_pane(w, hlimit);
new_wp = window_add_pane(w, wp, hlimit);
layout_assign_pane(lc, new_wp);
path = NULL;