aboutsummaryrefslogtreecommitdiff
path: root/screen-write.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-06-26 22:18:36 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-06-26 22:18:36 +0000
commit1fb3948ff1deb2fea013b44924aa2f751dc7df9d (patch)
tree8d8c92480320c15f4508226420065c238695e66a /screen-write.c
parent1496aa5dbca55bbbe3c21d575e4c160441a124a4 (diff)
downloadrtmux-1fb3948ff1deb2fea013b44924aa2f751dc7df9d.tar.gz
rtmux-1fb3948ff1deb2fea013b44924aa2f751dc7df9d.tar.bz2
rtmux-1fb3948ff1deb2fea013b44924aa2f751dc7df9d.zip
Whoops, revert.
Diffstat (limited to 'screen-write.c')
-rw-r--r--screen-write.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/screen-write.c b/screen-write.c
index 5b0eb1e9..73e3fb2d 100644
--- a/screen-write.c
+++ b/screen-write.c
@@ -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. */