mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 14:27:09 +00:00
Whoops, revert.
This commit is contained in:
@ -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. */
|
||||
|
Reference in New Issue
Block a user