summaryrefslogtreecommitdiffstats
path: root/input.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2012-01-21 08:12:03 +0000
committerNicholas Marriott <nicm@openbsd.org>2012-01-21 08:12:03 +0000
commitbe7b56a6137847823bfb56f35d1d92f29f2650ad (patch)
treee4d37c06099d9a3b72b6d1206b178004c43f7cce /input.c
parent66f04514cf23a6202ad2dae3cdb96cd0ae74010c (diff)
One day I will actually fix ALL the warnings before I commit...
Diffstat (limited to 'input.c')
-rw-r--r--input.c2
1 files changed, 1 insertions, 1 deletions
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);