hello gurus
we are using a third party tool. which is a graphical user interface . and all of our programs are written in c with using these tool
last week we have upgraded our development machine to the 4.0D but after the compiling the library of the third part toool
it doesnt recognize the function key responses.
what i mean here:
getting the keys from the user is a function such that
initscr();
nonl();
intrflush(stdscr,FALSE);
keypad(stdscr,TRUE);
but it does not return the distinct values for example F1 key must return 265 but it returs 77
so how can i go araound these problem
Please all responses to
atasoy_at_sigorta.com
Thanks a lot.
Received on Thu Nov 18 1999 - 09:44:17 NZDT