mirror of
https://github.com/tmate-io/tmate.git
synced 2026-07-19 09:24:02 +00:00
Whoops, revert.
This commit is contained in:
parent
1496aa5dbc
commit
1fb3948ff1
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue