Once logged into SCO 5.0.5 as a wyse60 the down arrow key fails after you press enter. I have found that wyse60ak Terminal type works but my app will not read this as a terminal type. Can I rename wyse60ak as wyse60?
Does your software use termcap or terminfo as it's terminal library? Or are you using Facetterm multi windows?
If it uses terminfo - then simply rename the /usr/lib/terminfo/w/wyse60 file. Login as root and do (I've added ;'s so the word wrap doesn't screw up the example):
cd /usr/lib/terminfo/w;
mv ./wyse60 ./wyse60.orig;
ln ./wyse60ak ./wyse60;
Let me know if you use termcap or Facetterm - they require editing the termcap or facetterm source file.
-Pat
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.