Add BCE for clear to start of screen, which was somehow missed.

This commit is contained in:
nicm
2017-02-06 19:26:49 +00:00
parent e67548dc36
commit 10e14ae504
4 changed files with 8 additions and 7 deletions

View File

@ -1330,7 +1330,7 @@ input_csi_dispatch(struct input_ctx *ictx)
screen_write_clearendofscreen(sctx, ictx->cell.cell.bg);
break;
case 1:
screen_write_clearstartofscreen(sctx);
screen_write_clearstartofscreen(sctx, ictx->cell.cell.bg);
break;
case 2:
screen_write_clearscreen(sctx, ictx->cell.cell.bg);