Closed seporaitis closed 5 years ago
Part of #1
This adds nodelay(stdscr, TRUE) which makes getch non-blocking. This is useful in the context of showing accurate time information in the qsoform.
nodelay(stdscr, TRUE)
getch
Part of #1
This adds
nodelay(stdscr, TRUE)
which makesgetch
non-blocking. This is useful in the context of showing accurate time information in the qsoform.