[input] set evtype on SIGWINCH

pull/2242/head
nick black 3 years ago
parent d7a0657198
commit 21f38824ad
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -1216,6 +1216,7 @@ add_unicode(inputctx* ictx, uint32_t id){
ni->ctrl = false;
ni->shift = false;
ni->x = ni->y = 0;
ni->evtype = NCTYPE_UNKNOWN;
if(++ictx->iwrite == ictx->isize){
ictx->iwrite = 0;
}

Loading…
Cancel
Save