Non blocking keyboard in curses
Posted: Sun Aug 01, 2021 12:58 am
I have been working on a curses driven program and I am hitting the problem that keyboard input is always blocking.
Probably something simple I have missed about QL.
raw() - is set
nodelay() - is set
wgetch() is still blocking though when docs say it should not be.
Probably something simple I have missed about QL.
raw() - is set
nodelay() - is set
wgetch() is still blocking though when docs say it should not be.