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
The timeout and wtimeout routines set blocking or non-blocking read for
a given window. If delay is negative, blocking read is used (i.e.,
waits indefinitely for input).