mirror of
https://github.com/tmux/tmux.git
synced 2026-05-30 14:16:18 +00:00
Some more trivial floating panes bits.
This commit is contained in:
@@ -336,7 +336,7 @@ layout_assign(struct window_pane **wp, struct layout_cell *lc, int flags)
|
||||
case LAYOUT_TOPBOTTOM:
|
||||
case LAYOUT_FLOATING:
|
||||
TAILQ_FOREACH(lcchild, &lc->cells, entry)
|
||||
layout_assign(wp, lcchild, 1);
|
||||
layout_assign(wp, lcchild, PANE_FLOATING);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user