Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2026-07-06 13:00:06 +01:00

View File

@@ -461,7 +461,8 @@ layout_fix_panes(struct window *w, struct window_pane *skip)
layout_add_horizontal_border(w, lc, status)) {
if (status == PANE_STATUS_TOP)
wp->yoff++;
sy--;
if (sy > 1)
sy--;
}
if (window_pane_scrollbar_reserve(wp)) {