Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2025-12-17 14:01:08 +00:00
7 changed files with 87 additions and 1 deletions

View File

@@ -898,6 +898,9 @@ screen_redraw_draw_pane(struct screen_redraw_ctx *ctx, struct window_pane *wp)
struct grid_cell defaults;
u_int i, j, top, x, y, width;
if (wp->base.mode & MODE_SYNC)
screen_write_stop_sync(wp);
log_debug("%s: %s @%u %%%u", __func__, c->name, w->id, wp->id);
if (wp->xoff + wp->sx <= ctx->ox || wp->xoff >= ctx->ox + ctx->sx)