Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2026-06-14 21:00:05 +01:00
7 changed files with 34 additions and 29 deletions

View File

@@ -1165,7 +1165,7 @@ format_cb_pane_at_top(struct format_tree *ft)
return (NULL);
w = wp->window;
status = options_get_number(w->options, "pane-border-status");
status = window_get_pane_status(w);
if (status == PANE_STATUS_TOP)
flag = (wp->yoff == 1);
else