Hi guys....
I need help in migrating our program to linux environment but currently stuck about termcap.
The old rig is SCO Unix that has ansi terminal while the redhat is using linux terminal.
I have this on .profile in SCO Unix.
eval `tset -m ansi:ansi -m :\?${TERM:-ansi} -r -s -Q`
Should I just replace the "ansi" with the word "linux"?
Also I have this script code called menu... but when I run this menu script I got a message.
"The Terminal linux is not on the terminal file."
It seems that linux termcap is not on my application terminal database file.
I need help in migrating our program to linux environment but currently stuck about termcap.
The old rig is SCO Unix that has ansi terminal while the redhat is using linux terminal.
I have this on .profile in SCO Unix.
eval `tset -m ansi:ansi -m :\?${TERM:-ansi} -r -s -Q`
Should I just replace the "ansi" with the word "linux"?
Also I have this script code called menu... but when I run this menu script I got a message.
"The Terminal linux is not on the terminal file."
It seems that linux termcap is not on my application terminal database file.