Merge branch 'obsd-master' into master

This commit is contained in:
Thomas Adam
2021-03-11 08:01:29 +00:00
19 changed files with 286 additions and 96 deletions

View File

@ -146,7 +146,7 @@ cmd_join_pane_exec(struct cmd *self, struct cmdq_item *item)
TAILQ_INSERT_BEFORE(dst_wp, src_wp, entry);
else
TAILQ_INSERT_AFTER(&dst_w->panes, dst_wp, src_wp, entry);
layout_assign_pane(lc, src_wp);
layout_assign_pane(lc, src_wp, 0);
recalculate_sizes();