mirror of
https://github.com/tmux/tmux.git
synced 2024-12-12 17:38:48 +00:00
Reset background colour on scrolled line.
This commit is contained in:
parent
ea5fdd5331
commit
deffef6f13
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user