mirror of
https://github.com/tmate-io/tmate.git
synced 2025-06-11 20:26:44 +02: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)
|
||||
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. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user