summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--screen-write.c1
1 files changed, 1 insertions, 0 deletions
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. */