mirror of
https://github.com/tmux/tmux.git
synced 2024-11-05 10:28:48 +00:00
Merge branch 'obsd-master'
This commit is contained in:
commit
6e99a2f4bb
@ -138,6 +138,8 @@ layout_set_even(struct window *w, enum layout_type type)
|
||||
TAILQ_FOREACH(wp, &w->panes, entry) {
|
||||
lcnew = layout_create_cell(lc);
|
||||
layout_make_leaf(lcnew, wp);
|
||||
lcnew->sx = w->sx;
|
||||
lcnew->sy = w->sy;
|
||||
TAILQ_INSERT_TAIL(&lc->cells, lcnew, entry);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user