diff --git a/src/winio.c b/src/winio.c index 0b87f91e..1d4c44f5 100644 --- a/src/winio.c +++ b/src/winio.c @@ -1400,12 +1400,13 @@ int *parse_verbatim_kbinput(WINDOW *win, size_t *count) linger_after_escape = FALSE; +#ifndef NANO_TINY if (keycode == KEY_WINCH) { *count = 999; free(yield); return NULL; } - +#endif /* For an invalid digit, discard its possible continuation bytes. */ if (unicode == INVALID_DIGIT) { if (keycode == ESC_CODE) {