From be7b56a6137847823bfb56f35d1d92f29f2650ad Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sat, 21 Jan 2012 08:12:03 +0000 Subject: [PATCH] One day I will actually fix ALL the warnings before I commit... --- input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/input.c b/input.c index f5ffe8f2..e6c63207 100644 --- a/input.c +++ b/input.c @@ -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);