mirror of
https://github.com/tmate-io/tmate.git
synced 2026-07-27 12:54:02 +00:00
Sync OpenBSD patchset 1005:
One day I will actually fix ALL the warnings before I commit...
This commit is contained in:
parent
4bea559037
commit
cc967ffeb9
1 changed files with 1 additions and 1 deletions
2
input.c
2
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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue