mirror of
https://github.com/tmux/tmux.git
synced 2025-03-24 06:48:48 +00:00
One day I will actually fix ALL the warnings before I commit...
This commit is contained in:
parent
66f04514cf
commit
be7b56a613
2
input.c
2
input.c
@ -978,7 +978,7 @@ input_esc_dispatch(struct input_ctx *ictx)
|
|||||||
ictx->old_cx = 0;
|
ictx->old_cx = 0;
|
||||||
ictx->old_cy = 0;
|
ictx->old_cy = 0;
|
||||||
|
|
||||||
screen_write_reset(sctx->s);
|
screen_write_reset(sctx);
|
||||||
break;
|
break;
|
||||||
case INPUT_ESC_IND:
|
case INPUT_ESC_IND:
|
||||||
screen_write_linefeed(sctx, 0);
|
screen_write_linefeed(sctx, 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user