jaar23/tui_widget

`getKeyWithTimeout` undeclared identifier

mantielero opened this issue · 2 comments

Many tests use getKeyWithTimeout that seems to be missing:

tui_widget/src/widget/display_wg.nim(248, 15) Error: undeclared identifier: 'getKeyWithTimeout'

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.

You are right. Thank you.