Looks like I answered my own question...here's how:
/*
* First off, (n)curses.h's #define macros for the F keys don't work.
* I took each F key I needed and #defined it explicitly. Then, using
* (n)curses.h's keypad() function, I told curses which windows I wanted
* to process these special...
I'm having problems detecting the function keys, or any non ASCII character for that matter. getch() doesn't work when it comes to picking those keys up. Is there a function anywhere that will detect the non-standard key pressed or any tips on doing it? I'm running linux 2.4.2 with gcc. Also...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.