"would stop on HELP"? I use RAWKEY and a look-up table so's I don't have to
decode the string of three characters for the help and function keys. —Mike
I was refering to the standard read text file call (fgets…..file get string).
If you are writing a simple application and don't want to bother with keymap
tables etc. Of ocurse I know how, its just that the standard I/O should help
(pun intended) out some. The basic problem is that <return> is necessary for
terminating (fgets() ) calls.
I was refering to the standard read text file call (fgets…..file get string).
If you are writing a simple application and don't want to bother with keymap
tables etc. Of ocurse I know how, its just that the standard I/O should help
(pun intended) out some. The basic problem is that <return> is necessary for
terminating (fgets() ) calls.