mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Add BCE for clear to start of screen, which was somehow missed.
This commit is contained in:
2
input.c
2
input.c
@ -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);
|
||||
|
Reference in New Issue
Block a user