By default ncurses_wgetch does not return keypad keys. If you need to use function or arrow keys in a sub window, simply do this first.
ncurses_keypad($win, TRUE);
![]() | ncurses_wgetch![]()
john at bowlingball dot com
23-Feb-2006 12:19
By default ncurses_wgetch does not return keypad keys. If you need to use function or arrow keys in a sub window, simply do this first.
gf3 dot bm3 at gmail dot com
09-Oct-2004 07:41
Heres a function to get a string from a specific window and return it on ENTER.
| ![]() |