Hi, I was exploring a module that draws widgets on screen using curses (A mixture of Perl and C++). I managed to figure out most of how it works, however there is one thing that I still can't figure out.
I tried to bind KEY_F9 to a sub, however, my program cannot trap that keystroke, although the key has been mentioned in all the subs!! I think it could be because of a Term attribute. Something to do with the Unix environment itself. Could someone please tell me if there is something that I need to change so that my progam picks it up. George.
