Need to store bg for ECH.

pull/581/merge
nicm 2017-05-12 14:56:56 +00:00
parent da724fe1c0
commit e2a18e2b37
1 changed files with 1 additions and 1 deletions

View File

@ -630,7 +630,7 @@ screen_write_clearcharacter(struct screen_write_ctx *ctx, u_int nx, u_int bg)
screen_write_initctx(ctx, &ttyctx);
ttyctx.bg = bg;
grid_view_clear(s->grid, s->cx, s->cy, nx, 1, 8);
grid_view_clear(s->grid, s->cx, s->cy, nx, 1, bg);
screen_write_collect_flush(ctx, 0);
ttyctx.num = nx;