Hello,
I develop some programs that could be used either under Windows (in graphical mode) or under Linux (in character screen mode or graphical mode depending on how the user is connected to the server).
I use the following setting
KEYSTROKE Edit=Down kd
KEYSTROKE Edit=Up ku
to configure a different behavior for arrow keys Up and Down (compare to TAB and SHIFT-TAB)
This works fine with Graphical mode (Windows or Linux) but doesn't work in Character screen mode.
I have reproduced this issue with the sample program custrpt.cbl. If you execute it with wrun32.exe and the configuration above, it is Ok. But if you execute it with crun32.exe (to be in character screen), arrow keys Up and Down are no more working.
Do you have any idea ?
Thanks by advance for your help.
Jean-Luc