diff --git a/src/inputs.c b/src/inputs.c index fda16b2..0e32779 100644 --- a/src/inputs.c +++ b/src/inputs.c @@ -326,13 +326,6 @@ get_ncurses_event(NCursesEventData *nced, bool *sigint, bool *sigwinch) } } - /* - * Workaround for issue #204. MacOS returns ERR when there are not - * any other activity after ESC in ESCDELAY limit. - */ - if (nced->keycode == ERR && !first_event && errno == 0) - nced->keycode = PSPG_NOTASSIGNED_CODE; - #if PDCURSES nced->alt = is_alt(&nced->keycode);