mirror of
https://github.com/tmux/tmux.git
synced 2025-03-29 02:08: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
|
void
|
||||||
screen_write_clearhistory(struct screen_write_ctx *ctx)
|
screen_write_clearhistory(struct screen_write_ctx *ctx)
|
||||||
{
|
{
|
||||||
struct screen *s = ctx->s;
|
grid_clear_history(ctx->s->grid);
|
||||||
struct grid *gd = s->grid;
|
|
||||||
|
|
||||||
grid_move_lines(gd, 0, gd->hsize, gd->sy, 8);
|
|
||||||
gd->hscrolled = gd->hsize = 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Clear a collected line. */
|
/* Clear a collected line. */
|
||||||
|
Loading…
Reference in New Issue
Block a user