`getKeyWithTimeout` undeclared identifier
mantielero opened this issue · 2 comments
mantielero commented
Many tests use getKeyWithTimeout
that seems to be missing:
tui_widget/src/widget/display_wg.nim(248, 15) Error: undeclared identifier: 'getKeyWithTimeout'
jaar23 commented
hi.
i guess, you are using an older version of illwill, getKeyWithTimeout
is updated recently.
you can try git pull again and install illwill@0.4.0.
mantielero commented
You are right. Thank you.