Do not send DA and DSR again if already have a response.

This commit is contained in:
nicm
2020-01-29 15:07:49 +00:00
parent 7a15d10bf4
commit 531daba584
2 changed files with 5 additions and 2 deletions

View File

@ -773,6 +773,7 @@ input_save_state(struct input_ctx *ictx)
ictx->old_mode = s->mode;
}
/* Restore screen state. */
static void
input_restore_state(struct input_ctx *ictx)
{