Whoops, revert.

This commit is contained in:
Nicholas Marriott 2009-06-26 22:18:36 +00:00
parent 1496aa5dbc
commit 1fb3948ff1
1 changed files with 1 additions and 1 deletions

View File

@ -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. */