From deffef6f1378db4986941dd9d83ba61f11142cd8 Mon Sep 17 00:00:00 2001 From: nicm Date: Sat, 18 Apr 2020 15:22:05 +0000 Subject: [PATCH] Reset background colour on scrolled line. --- screen-write.c | 1 + 1 file changed, 1 insertion(+) diff --git a/screen-write.c b/screen-write.c index bd861a42..81d07cbb 100644 --- a/screen-write.c +++ b/screen-write.c @@ -1381,6 +1381,7 @@ screen_write_collect_scroll(struct screen_write_ctx *ctx) ctx->list[y].data = cl->data; } ctx->list[s->rlower].data = saved; + ctx->list[s->rlower].bg = 1 + 8; } /* Flush collected lines. */