[2988] in Release_Engineering
Re: Dec Termcap
daemon@ATHENA.MIT.EDU (epeisach@Athena.MIT.EDU)
Thu Feb 25 22:09:46 1993
From: epeisach@Athena.MIT.EDU
To: Matt Braun <mhbraun@Athena.MIT.EDU>
Cc: bugs@Athena.MIT.EDU, bug-dialup@Athena.MIT.EDU, jweiss@Athena.MIT.EDU
Cc: rel-eng@Athena.MIT.EDU
In-Reply-To: Your message of Wed, 24 Feb 93 22:06:18 -0500.
Date: Thu, 25 Feb 93 22:09:37 EST
I just looked at your patch a little more carefully, and must reject it.
You conflict on the definition of vt200 which is already defined....
I reject the patch because of conflicting termcaps with vt200,
vt200-nam, dec vt200.
I think that dec-vt200 should be added to the current line and a
separate entry made for vt220 if it warrants it.
I don't think you guys checked out the file carefully enough.
Before accepting it, understand the exact differences of definitions of
vt100p vs vt100-am.
Sorry to be blunt, but I think you have an error. (Copying the line from
the BSD termcap and which has different terminal defs for vt100p and
vt100-am causes me serious consternation. If you want to add the vt220
entries to the end of the line, I'll accept that since a vt220 is a
vt100 with extra features you won't support.
Your patch has:
+ da|vt200|vt200-nam|dec vt200|dec-vt200|vt220|vt200-js|vt220-js|dec vt200 serieswith jump scroll:\
+ :ae=4\E(B:\
+ :as=2\E(<:\
+ :tc=vt100p:
The default termcap has:
da|vt200|vt200-am|dec vt200:\
:ae=4\E(B:\
:al=\E[L:\
:as=2\E(<:\
:dc=\E[P:dl=\E[M:\
:ei=\E[4l:im=\E[4h:mi:nd=\E[C:se=\E[m:so=\E[7m:sr=\EM:\
:ue=\E[m:up=\E[A:us=\E[4m:\
:tc=vt100-am:
--Ezra