Hi all-
When i am at command line where i type a path or command it actually prints it like Function Key 8 or 9.
when i press f8 it echoes Function Key 8 when i press f9 it echoes Function Key 9
How to capture the 8 or 9 for processing?
When i have the terminal open with display when i press F8 - 0 prints out on the screen.
Please assist. thanks. jim
Sent with Proton Mail secure email.
Anonymous
You seem to have CSS turned off. Please don't fill out this field.
Have a look at COB_SCREEN_ESC and COB_SCREEN_EXCEPTIONS runtime settings, as well as the 4-digit code in screenio.c. Also note that function keys commonly only work with "extended" ACCEPT/DISPLAY.
okay- very cool.
THANKS!
Hi all-
When i am at command line where i type a path or command
it actually prints it like Function Key 8 or 9.
when i press f8 it echoes Function Key 8
when i press f9 it echoes Function Key 9
How to capture the 8 or 9 for processing?
When i have the terminal open with display
when i press F8 - 0 prints out on the screen.
Please assist. thanks.
jim
Sent with Proton Mail secure email.
Have a look at COB_SCREEN_ESC and COB_SCREEN_EXCEPTIONS runtime settings, as well as the 4-digit code in screenio.c.
Also note that function keys commonly only work with "extended" ACCEPT/DISPLAY.
okay- very cool.
THANKS!