Properly Configuring Terminal Emulation in Unix?
Jobe_br asks: "I've recently come across a need for a way of connecting to a SCO Unix box with full SCO-ANSI emulation (so that I can send F1-F12 commands and ASCII line art appears as lines, not strange foreign letters). After checking out the Terminal-HOWTO at linuxdoc.org I came away with no clearer understanding of what I need to do. I can pretty much pick any 'ole terminal emulator for win32 and get what I need, but no matter what I do to fiddle with my xterms/eterms/vts I can't get things to go. Is this not facilitated under Linux?"
We had this problem too at work, our solution run CRT in wine. It was a pain to configure but works really well now after some trouble shooting. Found one other package that claims to do what you want out of the box but couldn't even get the software to run for me, it was from Pericom-Software.com. Crappy install and just all around seems like pretty poor software but your mileage may vary.
PAGERANK++ Robsell.com
Found this on google.
A "terminal" is a keyboard and monitor (or in the old days, a teletype machine (that's where "tty" comes from), basically a keyboard and line printer) with a wire connection to a host computer. For each such piece of hardware built, there was a protocol for how the host computer could tell the screen what to display and what bytes would be sent with each keystroke. (Actually some terminals allowed you edit an entire line and then send it at once.)
When I take one computer and hook it to another with a piece of wire, the software that causes the first computer to send exactly the same things to make it look like the terminal hardware is on the other end is naturally enough called a "terminal emulator."
You can take an old PDP11, disconnect it's vt220 or vt100 terminal, hook up the wire to a computer instead, run kermit connected to that port, tell kermit to pretend to be a vt100 or vt220 or whatever, and the PDP11 should not be able to figure out that there isn't a real hardware terminal on the other end.
These days you don't have to have a separate hardware port for each terminal, you can connect many at once via Linux's virtual terminals or networks or whatever.
I had a similar problem with AIX. If you do a CTRL^Left-Click (of an xterm), you will see the option 'Old Function-Keys'. --try it
If it works, then add this line to your ~/.Xdefaults file:
XTerm*oldXtermFKeys: true