Did you ONLY upgrade the jBASE version? In your working version, get to a shell and see what the value of the environment variable TERM is. Make sure that this is the same in your new environment. If you upgrade Linux at the same time, then it is possible that the definition of the terminal changed. You need to see what sequence those keys send to the tty and make sure that the same codes are defined in the terminfo definition for your terminal (whatever the TERM variable is set to).
So:
$ echo $TERM
vt100
$ infocmp vt100
I think there is a program called jkeys which will tell you the hex codes being sent for any key
$ man tic
$ man terminfo
It's also possible that you 'got away with it' before but don't now. But without more info, I cannot tell you ;-)
Please read the posting guidelines and make sure you include all the relevant info you can think of when posting.
Jim
> --
> Please read the posting guidelines at:
>
http://groups.google.com/group/jBASE/web/Posting%20Guidelines
>
> IMPORTANT: Type T24: at the start of the subject line for questions
> specific to Globus/T24
>
> To post, send email to
jB...@googlegroups.com
> To unsubscribe, send email to
jBASE-un...@googlegroups.com
> For more options, visit this group at
>
http://groups.google.com/group/jBASE?hl=en