mirror of
https://github.com/tmux/tmux.git
synced 2024-11-17 09:58:52 +00:00
Whoops, revert.
This commit is contained in:
parent
1496aa5dbc
commit
1fb3948ff1
@ -357,7 +357,7 @@ screen_write_deletecharacter(struct screen_write_ctx *ctx, u_int nx)
|
|||||||
if (s->cx <= screen_size_x(s) - 1)
|
if (s->cx <= screen_size_x(s) - 1)
|
||||||
grid_view_delete_cells(s->grid, s->cx, s->cy, nx);
|
grid_view_delete_cells(s->grid, s->cx, s->cy, nx);
|
||||||
|
|
||||||
// tty_write_cmd(ctx->wp, TTY_DELETECHARACTER, nx);
|
tty_write_cmd(ctx->wp, TTY_DELETECHARACTER, nx);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Insert ny lines. */
|
/* Insert ny lines. */
|
||||||
|
Loading…
Reference in New Issue
Block a user