Tagged Questions
1
vote
3answers
6k views
Non-blocking getch(), ncurses
I'm having some problems getting ncurses' getch() to block. Default operation seems to be non-blocking (or have I missed some initialization)? I would like it to work like getch() in Windows. I have ...