Date : Sat, 29 Apr 1989 01:41:51 GMT
From : usc!eve.usc.edu!mlinar@elroy.jpl.nasa.gov (Mitch Mlinar)
Subject: VT100 for the Osborne 1
In article <1046@calvin.EE.CORNELL.EDU> glenn@calvin.ee.cornell.edu.UUCP
(PUT YOUR NAME HERE) writes:
>I just got my hands on a Xerox CP/M computer which I would like to use
>extensively as a terminal. I've tried it out, assuming that it
>emulates a VT52 (which I'm not sure about), and everything works fine
A Xerox CP/M system inherently looks like either an ADM-3A (for -I) or
*almost* an ADM-31 for the -II.
>until I try to run vi or emacs on the remote machine. It doesn't seem
>to handle full-screen editing. Does anyone have a clue as to what the
>problem might be? Better yet, can this thing do VT100 or H19 emulation?
>
Better yet, fix your UN*X termcap for the following Xerox and Kaypro
entries:
#
# Termcaps for Xerox 820p, 820-II, and Kaypro 10 (or any 84+ Kaypro)
#
# Mitchell Mlinar
#
xx|xrx820p|820p|xerox 820p:\
:do=^J:al=\EE:am:le=^H:bs:ce=^X:cm=\E=%+ %+ :\
:cl=^Z:cd=^Q:co#80:dc=\EW:dl=\ER:ic=\EQ:ho=^^:\
:li#24:nd=^L:se=\Ex:so=\Ex:up=^K:
x2|xrx822|822|xerox 820-II:\
:is=\E7:do=^J:al=\EE:am:le=^H:bs:ce=^X:cm=\E=%+ %+ :\
:cl=^Z:cd=^Q:co#80:dc=\EW:dl=\ER:ic=\EQ:ho=^^:\
:li#24:nd=^L:se=\E(:so=\E):up=^K:
xk|kay10|k10|kaypro 10:\
:do=^J:al=\EE:am:le=^H:bs:ce=^X:cm=\E=%+ %+ :\
:cl=^Z:cd=^W:co#80:dc=\EW:dl=\ER:ic=\EQ:ho=^^:\
:li#24:nd=^L:se=\EC0:so=\EB0:up=^K:us=\EB3:ue=\EC3:
----
I faked out the standout/standend modes in the -I since I think that blinking
characters suck. Emacs wants them regardless. Oh, and the 820p is for
UPGRADED ROM only since the generic 820-I does not support insert line/delete
line. There are several places that sell Xerox upgrade ROMs.
Hope this helps!
-Mitch