Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2026-06-02 09:30:06 +01:00
14 changed files with 69 additions and 52 deletions

View File

@@ -1035,7 +1035,7 @@ format_cb_pane_floating_flag(struct format_tree *ft)
struct window_pane *wp = ft->wp;
if (wp != NULL) {
if (wp->flags & PANE_FLOATING)
if (window_pane_is_floating(wp))
return (xstrdup("1"));
return (xstrdup("0"));
}