<div class="gmail_quote">On Mon, May 4, 2009 at 09:42, John Lange <span dir="ltr">&lt;<a href="mailto:john@johnlange.ca">john@johnlange.ca</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Does anyone have a quick way to make Linux telnet work with SCO?<br>
<br>
Apparently SCO uses something called SCOANSI? Mostly it seems to be<br>
compatible but any of the SCO menu driven stuff is unreadable and<br>
backspace is broken.</blockquote><div><br>As Sean said, using Ctrl-H might work instead of the &quot;Backspace&quot; key; in either case you can also use stty(1) on the SCO system to make it adapt to whatever ASCII sequence your Backspace key sends.<br>
If the Backspace key works at the command line but not inside other programs (vi, for example) then you&#39;ll need to escape it:<br>   stty erase &lt;Ctrl-V&gt;&lt;Backspace&gt;<br>will generally work.  If on the other hand hitting Backspace at the command prompt simply displays a control sequence of some sort, then<br>
   stty erase &lt;Backspace&gt;<br>should be sufficient.  As of that point, the backspace key should function normally.<br><br>As to the menu-driven stuff, you&#39;re largely going to be S.O.L. unless it&#39;s actually termcap/terminfo-driven.  In which case, your best bet would be to use an xterm, not the Linux console as I don&#39;t know of any SCO systems that have a termcap entry that matches the Linux console...<br>
<br>Best option I can think of for compatability if you need true SCOANSI would be to tunnel X by SSHing to the SCO system and run &quot;scoterm&quot; or &quot;dtterm&quot; (typically found in /usr/dt/bin, IIRC) one of which should provide full emulation.  Or run a Windows terminal emulator that supports SCOANSI under WINE :-)<br>
</div></div><br>-- <br>-Adam Thompson<br> &lt;<a href="mailto:athompso@athompso.net">athompso@athompso.net</a>&gt;<br><br>