diff options
author | Tiago Cunha <tcunha@gmx.com> | 2012-01-21 19:32:36 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2012-01-21 19:32:36 +0000 |
commit | cc967ffeb93438ff7ab5d9407bfbeb8d9f79658f (patch) | |
tree | b3ce02b94405e8ae5d14682beb25286e5257e505 /input.c | |
parent | 4bea5590372e69ac90330281c471cf99e3a8653a (diff) | |
download | rtmux-cc967ffeb93438ff7ab5d9407bfbeb8d9f79658f.tar.gz rtmux-cc967ffeb93438ff7ab5d9407bfbeb8d9f79658f.tar.bz2 rtmux-cc967ffeb93438ff7ab5d9407bfbeb8d9f79658f.zip |
Sync OpenBSD patchset 1005:
One day I will actually fix ALL the warnings before I commit...
Diffstat (limited to 'input.c')
-rw-r--r-- | input.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |