On Mon, Sep 16, 2013 at 9:17 PM, Garrett Meiers <me at garrettmeiers.com> wrote:
I have a C.Itoh CIT-467 Terminal....
I don't have a termcap entry for it, or anything close to it, on a few
Linux systems I've checked.
cie467
http://osr600doc.sco.com/man/html.M/terminals.M.html
- or -
(quoted from
http://bcmccoy.com/unix41gcp45.txt)
#* @(#) &(#) CIE467.GCP 1 20-Nov-95 *#
###########################################################################
# C-ITOH 467 Graphics Terminal in Tektronix 4010/4014 mode #
# Created: XXX-XX/XX/XX Modified: XXX-91/02/05 Verified: XXX-XX/XX/XX #
# Minor changes from tek4010 entry. #
###########################################################################
cie467-4010|C-ITOH 467 in Tektronix 4010/4014 mode:\
:mi=\E2J\035:\
:mt=\E2\E\"0g:\
:sd=tek4010:
CIE467-4010|C-ITOH 467 in Tektronix 4010/4014 mode:\
:sd=cie467-4010:
###########################################################################
# C-ITOH 467 Graphics Terminal in Tektronix 4027 mode #
# Created: XXX-XX/XX/XX Modified: XXX-91/02/05 Verified: XXX-XX/XX/XX #
# Unique entry. #
# Subordinate entries: #
# cie467f - Uses fill patterns and color, instead of crosshatching. #
###########################################################################
cie467|C-ITOH 467 in Tektronix 4027 mode:\
:eA=\033)0:as=\016:ae=\017:\
:cg=32/120/113/113/113/120/120/46/109/108/106/107/110\
/116/117/119/118/32/110:\
:ls#8:pw#0:pf#2:\
:ld#1:rd#639:td#432:bd#0:\
:mi=\E[2J\E1\EO:gi=!GRA 1 32\r:\
:mt=\E[2J:gt=!ERA G\r!BYE\r\E\014\E2:\
:pa=!VEC 0,0\r!COL C0\r !STR \"Press <RETURN> to continue \"\r:\
:co#17:\
:cm=0/1/2/4/3/6/5/0/7/7/1/2/4/3/6/5/0/7:\
:sb="!ERA G C %u\r",a:cc="!COL C%u\r",a:\
:l0=!LIN 1\r:l1=!LIN 3\r:l2=!LIN 2\r:l3=!LIN 5\r:l4=!LIN 4\r:\
:ds="!VEC %3u %3u %3u %3u\r",a,b,c,d:\
:ms="!VEC %3u %3u\r",a,b:\
:cf="!COL C%u C%u\r",a,attr(1):gb=!POL :gs="%3u %3u ",a,b:\
:pl#1:sc#1:ge="%3u %3u\r",a,b:\
:dz#1:fn#1:cs#1:ot="!STR\"%c\"\r",a:
CIE467|C-ITOH 467 in Tektronix 4027 mode:\
:sd=cie467:
cie467f|C-ITOH 467 with (fill patterns,color):\
:pl#3:pf#2:pg#48:\
:sd=cie467:
CIE467F|C-ITOH 467 with (fill patterns,color):\
:sd=cie467f:
This confirms what I expected - the 467 emulates a specific model of
Tektronix terminal, the 4027 (with B&W support for the 4010/4014), but
it has its own entry because it's not a 100% clone.
Coming from the PC world where you are expected to have a graphics
card and 101-key keyboard, Linux is not famous for terminal support.
I haven't done a lot with graphics terminals on UNIX systems, but we
used to have to maintain rather extensive termcap entries in the 1980s
when terminals were a daily-use item. Mostly, I used real DEC and
very close DEC clones, but occasionally, usually at Uni, there was an
oddball here or there that required a tweaked entry. It really
mattered for full-screen text editors and curses games.
Enjoy,
-ethan