Bring some new formats from the floating panes work: pane_zoomed_flag,

pane_flags, pane_floating_flag. By Michael Grant.
This commit is contained in:
nicm
2026-04-04 16:40:27 +00:00
parent d2d86ac360
commit 87aaff5fae
6 changed files with 77 additions and 9 deletions

View File

@@ -90,7 +90,7 @@ cmd_select_layout_exec(struct cmd *self, struct cmdq_item *item)
previous = 1;
oldlayout = w->old_layout;
w->old_layout = layout_dump(w->layout_root);
w->old_layout = layout_dump(w, w->layout_root);
if (next || previous) {
if (next)