One day I will actually fix ALL the warnings before I commit...

pull/1/head
Nicholas Marriott 2012-01-21 08:12:03 +00:00
parent 66f04514cf
commit be7b56a613
1 changed files with 1 additions and 1 deletions

View File

@ -978,7 +978,7 @@ input_esc_dispatch(struct input_ctx *ictx)
ictx->old_cx = 0;
ictx->old_cy = 0;
screen_write_reset(sctx->s);
screen_write_reset(sctx);
break;
case INPUT_ESC_IND:
screen_write_linefeed(sctx, 0);