mirror of
https://github.com/tmux/tmux.git
synced 2024-12-12 17:38:48 +00:00
Use the clear history function for the 3J sequence rather than doing it manually.
This commit is contained in:
parent
ddf53d6e4e
commit
cbe781203f
@ -1169,11 +1169,7 @@ screen_write_clearscreen(struct screen_write_ctx *ctx, u_int bg)
|
||||
void
|
||||
screen_write_clearhistory(struct screen_write_ctx *ctx)
|
||||
{
|
||||
struct screen *s = ctx->s;
|
||||
struct grid *gd = s->grid;
|
||||
|
||||
grid_move_lines(gd, 0, gd->hsize, gd->sy, 8);
|
||||
gd->hscrolled = gd->hsize = 0;
|
||||
grid_clear_history(ctx->s->grid);
|
||||
}
|
||||
|
||||
/* Clear a collected line. */
|
||||
|
Loading…
Reference in New Issue
Block a user