Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2017-02-27 14:01:20 +00:00
3 changed files with 13 additions and 10 deletions

View File

@ -138,7 +138,7 @@ cmd_split_window_exec(struct cmd *self, struct cmdq_item *item)
cause = xstrdup("pane too small");
goto error;
}
new_wp = window_add_pane(w, wp, hlimit);
new_wp = window_add_pane(w, wp, args_has(args, 'b'), hlimit);
layout_assign_pane(lc, new_wp);
path = NULL;