tasknc: fix build against upcoming ncurses-6.3
Without the change build fails as:
src/keys.c:122:6: error: 'KEY_EVENT' undeclared here (not in a function); did you mean 'KEY_SLEFT'?
122 | {KEY_EVENT, "event"},
| ^~~~~~~~~
| KEY_SLEFT