add strtol
[unix-history] / usr / src / share / termcap / termcap.src
CommitLineData
9a9a294a
KL
1# ------------------------
2#
0d36a26c 3# Termcap source file @(#)termcap.src 5.38 (Berkeley) %G%
9db40867
JK
4# John Kunze, Berkeley
5#
6# Please mail changes to (arpanet): termcap@berkeley
acc195ce 7# See DESCRIPTION section for information about contents.
94a6cf70 8#
23b473c6
CL
9# Copyright (c) 1980 Regents of the University of California.
10# All rights reserved. The Berkeley software License Agreement
11# specifies the terms and conditions for redistribution.
12#
acc195ce 13# DESCRIPTION:
9a9a294a
KL
14# This file describes capabilities of various terminals, as needed by
15# software such as screen editors. It does not attempt to describe
16# printing terminals very well, nor graphics terminals. Someday.
17# See termcap(5) in the Unix Programmers Manual for documentation.
18#
19# Conventions: First entry is two chars, first char is manufacturer,
20# second char is canonical name for model or mode.
21# Third entry is the one the editor will print with "set" command.
22# Last entry is verbose description.
23# Others are mnemonic synonyms for the terminal.
24#
25# Terminal naming conventions:
26# Terminal names look like <manufacturer> <model> - <modes/options>
27# Certain abbreviations (e.g. c100 for concept100) are also allowed
28# for upward compatibility. The part to the left of the dash, if a
29# dash is present, describes the particular hardware of the terminal.
30# The part to the right can be used for flags indicating special ROM's,
31# extra memory, particular terminal modes, or user preferences.
32# All names are always in lower case, for consistency in typing.
33#
34# The following are conventionally used flags:
35# rv Terminal in reverse video mode (black on white)
36# 2p Has two pages of memory. Likewise 4p, 8p, etc.
37# w Wide - in 132 column mode.
38# pp Has a printer port which is used.
39# na No arrow keys - termcap ignores arrow keys which are
40# actually there on the terminal, so the user can use
41# the arrow keys locally.
23b473c6 42#
9a9a294a
KL
43# There are some cases where the same name is used for two different
44# terminals, e.g. "teleray" or "2621" or "vt100". In these cases,
45# if a site has one of these, they should choose a local default and
46# bring that terminal to the front in the reorder script. This works
47# because tgetent picks the first match in /etc/termcap.
48# The list of names intentionally duplicated is:
49# 2621, c108, dtc, hp2621, teleray, tvi, vt100.
50#
9db40867
JK
51# To easily test a new terminal description, put it in $HOME/.termcap
52# and programs will look there before looking in /etc/termcap.
53# You can also setenv TERMPATH to a list of full pathnames (separated
54# by spaces or colons) to be searched by tgetent() in the order listed.
55# The TERMCAP environment variable is usually set to the termcap
56# entry itself to avoid reading files when starting up a program.
57#
9a9a294a
KL
58# If you absolutely MUST check for a specific terminal (this is discouraged)
59# check for the 2nd entry (the canonical form) since all other codes are
60# subject to change. The two letter codes are there for version 6 and are
61# EXTREMELY subject to change, or even to go away if version 6 becomes for
62# all practical purposes obsolete. We would much rather put in special
63# capabilities to describe your terminal rather than having you key on the
64# name.
65#
66# Special manufacturer codes:
67# A: hardcopy daisy wheel terminals
68# M: Misc. (with only a few terminals)
23b473c6
CL
69# q: Homemade
70# s: special (dialup, etc.)
71#
9a9a294a
KL
72# Comments in this file begin with # - they cannot appear in the middle
73# of a termcap entry. Individual entries are commented out by
74# placing a period between the colon and the capability name.
75#
76# This file is to be installed with an editor script (reorder)
77# that moves the most common terminals to the front of the file.
78# If the source is not available, it can be constructed by sorting
79# the above entries by the 2 char initial code.
80# \f# --------------------------------
81#
82# A: DAISY WHEEL PRINTERS
83#
84# The A manufacturer represents Diablo, DTC, Xerox, Qume, and other Daisy
85# wheel terminals until such time as termcap distinguishes between them
86# enough to justify separate codes.
87# This is an "experimental" entry for the SRI Agiles.
88# It has been tried in a minimal way -- the Agile did not blow up!
89# However, it has not been exhaustively tested.
90# Anyone who tries it and finds it wanting should get in touch with:
23b473c6 91# Ralph Keirstead (ralph@sri-unix);
9a9a294a
KL
92# EK352; SRI International; 333 Ravenswood Avenue; Menlo Park, CA 94025
93Aa|agile|agiles|sri agiles:\
4c5db4f7 94 :bs:hc:os:pl:co#132:do=^J:kb=^H:up=\E\n:\
bb0e509d 95 :hu=\E0:hd=\E9:if=/usr/lib/tabset/std:is=\EE\EF\EJ:
c9c0e488 96A6|1620|1720|450|ipsi|diablo 1620:\
4c5db4f7 97 :do=^J:ct=\E2:st=\E1:ch=\E\t%i%.:\
c9c0e488 98 :if=/usr/lib/tabset/xerox1720:\
4c5db4f7 99 :kb=^H:le=^H:bs:co#132:hc:hu=\EU:hd=\ED:os:pt:up=\E\n:
9a9a294a 100A7|1620-m8|1640-m8|diablo 1620 w/8 column left margin:\
4c5db4f7 101 :do=^J:co#124:is=\r \E9:tc=1620:
c9c0e488
JB
102A8|1640|1740|630|1730|x1700|diablo|xerox|diablo 1640:\
103 :if=/usr/lib/tabset/xerox1730:\
104 :us=\EE:ue=\ER:so=\EW:se=\E&:tc=1620:
105Am|1640-lm|1740-lm|630-lm|1730-lm|x1700-lm|diablo-lm|xerox-lm|\
106 diablo 1640 with idented left margin:\
107 :if=/usr/lib/tabset/xerox1730-lm:\
108 :co#124:us=\EE:ue=\ER:so=\EW:se=\E&:tc=1620:
9a9a294a
KL
109# DTC 382 with VDU. Has no cd so we fake it with ce. Standout works but
110# won't go away without dynamite. The terminal has tabs, but I'm getting
111# tired of fighting the braindamage. If no tab is set or the terminal's
112# in a bad mood, it glitches the screen around all of memory. Note that
113# return puts a blank ("a return character") in the space the cursor was
114# at, so we use ^P return (and thus ^P newline for newline). Note also
115# that if you turn off pt and let Unix expand tabs, curses won't work
116# (current version) because it doesn't turn off this bit, and cursor
117# addressing sends a tab for row/column 9. What a losing terminal! I
118# have been unable to get tabs set in all 96 lines - it always leaves at
119# least one line with no tabs in it, and once you tab through that line,
120# it completely weirds out.
121Ac|dtc|ps|dtc382|382:\
4c5db4f7 122 :do=^J:al=^P^Z:am:le=^H:\
9a9a294a
KL
123 :bs:co#80:ce=^P^U:cl=20^P^]:cm=%r^P^Q%.%.:dc=^X:\
124 :dl=^P^S:ei=^Pi:ho=^P^R:im=^PI:ve=^Pb:vs=^PB:pc=\177:te=20^P^]:\
125 :li#24:nd=^PR:.se=^P \200:.so=^P \002^PF:us=^P \020:ue=^P \200:\
c9c0e488
JB
126 :up=^P^L:nc:xr:xs:da:db:.pt:cr=^P^M:cd=^P^U^P^S^P^S:\
127 :if=/usr/lib/tabset/dtc382:
1f519d9c 128Ad|dtc300s|300|300s|dtc 300s:\
4c5db4f7
JB
129 :ct=\E3:st=\E1:do=^J:\
130 :kb=^h:le=^H:bs:co#132:hc:hu=\EH:hd=\Eh:os:pt:up=^Z:
9a9a294a 131Ag|gsi:\
4c5db4f7 132 :le=^H:bs:co#132:hc:hd=\Eh:hu=\EH:os:pt:up=^Z:do=^J:
9a9a294a
KL
133# This used to have :pl: - maybe they meant :pt:?
134Aj|aj830|aj832|aj|anderson jacobson:\
4c5db4f7 135 :do=^J:le=^H:bs:hc:hd=\E9:hu=\E8:os:up=\E7:
1e320b68
S
136# From Chris Torek <chris@gyre.umd.edu> Thu, 7 Nov 85 18:21:58 EST
137AJ|aj510|AJ510|Anderson-Jacobson model 510:\
138 :ic=:ip=.1*:so=\E"I:us=\E"U:cd=\E'P:ce=\E'L:cl=^L:cm=\E#%+ %+ :\
139 :dl=2*\E&D:ue=\E"U:co#80:li#24:se=\E"I:al=2*\E&I:im=\E'I:ei=\E'J:\
140 :dc=.1*\E'D:up=\EY:nd=\EX:bs:am:mi:ti=\E"N:te=\E"N:\
141 :ku=\EY:kd=\EZ:kl=\EW:kr=\EX:pc=\177:
9a9a294a
KL
142# From cbosg!ucbvax!pur-ee!cincy!chris Thu Aug 20 09:09:18 1981
143# This is incomplete, but it's a start.
b840628d 144An|5520|nec|spinwriter|nec 5520:\
4c5db4f7
JB
145 :ct=\E3:st=\E1:do=^J:kb=^h:le=^H:bs:co#132:hc:hu=\E]s\E9\E]W:\
146 :hd=\E]s\n\E]W:os:pt:up=\E9:
9a9a294a 147Aq|qume5|qume|Qume Sprint 5:\
4c5db4f7
JB
148 :ct=\E3:st=\E1:do=^J:\
149 :kb=^h:le=^H:bs:co#80:hc:hu=\EH:hd=\Eh:os:pt:up=^Z:
84c96624 150Ar|q102|qume102|Qume 102:\
4c5db4f7
JB
151 :al=\EE:am:bs:bt=\EI:\
152 :cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :co#80:ct=\E3:\
84c96624
KL
153 :dc=\EW:dl=\ER:do=^J:ei=:ho=^^:ic=\EQ:im=:\
154 :k0=^A@\r:k1=^AA\r:k2=^AB\r:k3=^AC\r:kd=^J:kl=^H:kr=^L:ku=^K:\
4c5db4f7
JB
155 :le=^H:li#24:ma=^K^P^L :nd=^L:\
156 :se=\EG0:sg#1:so=\EG4:st=\E1:\
02e69e5e 157 :ue=\EG0:ug#1:up=^K:us=\EG8:
7aaf531b
S
158# From ucbvax!mtxinu!sybase!tim (Tim Wood) Fri Sep 27 10:25:24 PDT 1985
159# This entry supports line and character insert and delete, scroll up and
160# down and the arrow keys. To use it, perform the following on your qvt-101
161# 1) enter SET-UP mode, select the SET 3 line;
162# 2) move the cursor to the EMULATION item and hit SPACE
163# until QVT-101B appears
164# 3) enter SHIFT-S
165# 4) exit SET-UP - the terminal is now configured
166Aq|q101|qvt101|qvt-101|Qume 101 $310 special:\
167 :al=\EE:am:bt=\EI:ce=\Et:cl=\E*:dc=\EW:\
168 :dl=\ER:do=^J:ic=\EQ:ei=:im=:md=\E(:me=\EG0:mh=\E):\
169 :le=^H:bs:cm=\E=%+ %+ :cl=1^Z:co#80:ho=^^:li#24:ma=^K^P:nd=^L:ku=^K:\
79600930 170 :vs=\EM4\040\200\200\200:mr=\EG4:ms:so=\EG4:se=\EG1:
9a9a294a
KL
171# I suspect the xerox1720 is the same as the diablo 1620.
172Ax|x1720|x1700|1700|x1750|xerox 1720:\
4c5db4f7 173 :co#132:le=^H:bs:hc:os:pt:do=^J:ct=\E2:st=\E1:
9a9a294a
KL
174# \f# --------------------------------
175#
acc195ce 176# B: AT&T ATT
9db40867
JK
177#
178# AT&T Teletype 5410 Terminal (a.k.a. 4410)
179# From: carvalho%kepler@Berkeley.EDU (Marcio de Carvalho)
180# Date: Thu, 26 Feb 87 09:16:50 PST
181#
182# Although the 5410 supports labels, it blanks the screen after
183# each label is programmed creating to much visual activity.
184# To use the labels, use FL=\E[%d;00q%-16s
185#
186Ba|5410|4410|tty5410|att4410|AT&T Teletype 5410 terminal with 80 columns:\
187 :al=\E[L:am:bs:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
188 :cm=5\E[%i%2;%2H:co#80:dc=\E[P:dl=\E[M:im=:ei=:ic=\E[@:\
189 :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
190 :li#24:nd=\E[C:se=\E[m:so=\E[2;7m:sr=\EM:\
191 :ue=\E[m:up=\E[A:us=\E[4m:EE=\E[m:BO=\E[0;7m:DS=\E[2m:\
192 :KM=/usr/lib/ua/kmap.5410:is=\E[0m^O\E[?6l:kn#8:\
193 :k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:k4=\EOg:k6=\EOh:\
194 :k7=\EOi:k8=\EOj:ko=nd,up,ho:
195# AT&T Teletype 5420 Terminal (a.k.a. 4415) June 5, 1985
196Bb|5420|4415|tty5420|att4415|AT&T Teletype 5420 terminal:\
197 :al=\E[L:am:bs:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
198 :cm=\E[%i%2;%2H:co#80:dc=\E[P:dl=\E[M:im=\E[4h:ei=\E[4l:\
199 :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
200 :li#24:nd=\E[C:se=\E[m:so=\E[2;7m:sr=\EM:\
201 :ue=\E[m:up=\E[A:us=\E[4m:EE=\E[m:BO=\E[0;7m:DS=\E[2m:\
202 :KM=/usr/lib/ua/kmap.5420:\
203 :is=\E[0m^O\E[1;2;3;4;6l\E[12;13;14;20l\E[?6;97;99l\E[?7h\E[4i\Ex\E[25;1j\212\E[8;0j\E[9;0j\E[10;0j\E[19;1j:\
204 :db:mi:pt:kn#8:k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:k5=\EOg:k6=\EOh:\
205 :k7=\EOi:k8=\EOj:ve=\E[11;0j:\
206 :vs=\E[11;1j:ko=bt,nd,up,dc,dl,ho,im,al:
207# AT&T Teletype 5425 Terminal (a.k.a 4425) June 5, 1985
208Bc|5425|4425|tty5425|att4425|AT&T Teletype 5425:\
209 :FL=\E[%d;00q%-16s\E~:FE=\E|:KM=/usr/lib/ua/kmap.5425:\
210 :is=\E[0m^O\E[1;2;3;4;6l\E[12;13;14;20l\E[?6l\E[?7h\E[4i\E[9;0j\E[10;0j\E[11;0j\E[21;1j\E[25;1j\212:\
211 :ve=\E[12;0j:vs=\E[12;1j:tc=5420:
212Bd|t4|4420|tty4420|Teletype 4420:\
213 :vs=\ER:ve=\ER:am:da:db:mi:cr=\EG:\
214 :im=:ei=:dm=:ed=:nl=\EG\EB:li#23:\
215 :co#80:cl=\EH\EJ:cd=\EJ:cm=\EY%+ %+ :\
216 :bs:up=\E7:do=\EB:nd=\EC:al=\EL:\
217 :dl=\EM:dc=\EP:ic=\E\136:sf=\EH\EM\EY5 :sr=\ET:kb=^H:
218Be|pc6300plus|6300|6300plus:\
219 :al=\E[1L:am:bs:cd=\E[0J:ce=\E[0K:cl=\E[2J\E[H:cm=\E[%i%2;%2H:co#80:\
220 :dc=\E[1P:dl=\E[1M:do=\E[B:ei=:ho=\E[H:\
221 :ic=\E[1@:im=:kb=\10:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:li#24:\
222 :k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:k5=\EOg:k6=\EOh:k7=\EOi:k8=\EOj:\
223 :k9=\EOk:k10=\EOu:nd=\E[C:se=\E[m:so=\E[7m:ue=\E[m:up=\E[A:us=\E[4m:\
224 :EE=\E[m:BO=\E[0;7m:CV=\E[=C:CI=\E[=1C:KM=/usr/lib/ua/kmap.s5:
225Bf|s4|PC7300|unixpc|pc7300|7300|3b1|Safari 4:\
226 :so=\E[2;7m:DS=\E[2m:XS=\E[9m:KM=/usr/lib/ua/kmap.s4:tc=pc6300plus:
227# AT&T Teletype 610 Terminal
228Bg|b610|610|610bct|tty610:\
229 :CV=\E[25h:CI=\E[25l:KM=/usr/lib/ua/kmap.s4:\
230 :FL=\E[%d;00q%-16s\E[0p:FE=\E[2p:cl=\E[1;1H\E[J:\
231 :is=\E[0m^O\E[25;1|^J\E[8;0|\E[4;13;20l\E[?5l\E[12h\E[?7h\E[?4i:\
232 :ve=\E[?12l:vs=\E[?12h:tc=5420:
233# \f# --------------------------------
234#
9a9a294a
KL
235# C: CONTROL DATA
236#
237Ca|cdc456|cdc:\
4c5db4f7 238 :do=^J:li#24:co#80:cl=^Y^X:nd=^L:up=^Z:le=^H:bs:\
9a9a294a
KL
239 :cm=\E1%+ %+ :ho=^Y:al=\E\114:dl=\E\112:ce=^V:cd=^X:am:
240Cc|cdc456tst:\
4c5db4f7 241 :do=^J:li#24:co#80:cl=^y^x:le=^H:bs:cm=\E1%+ %+ :am:
9a9a294a
KL
242# \f# --------------------------------
243#
244# D: DATAMEDIA
245#
246D0|dm1520|dm1521|1521|1520|datamedia 1520:\
4c5db4f7 247 :do=^J:am:le=^H:bs:cd=^K:ce=^]:cl=^L:cm=^^%r%+ %+ :co#80:ho=^Y:\
9a9a294a 248 :ku=^_:kd=^J:kl=^H:kr=^\:kh=^Y:\
4c5db4f7 249 :li#24:nd=^\:up=^_:xn:ma=^\ ^_^P^YH:pt:
9a9a294a 250D2|dm2500|datamedia2500|2500|datamedia 2500:\
4c5db4f7
JB
251 :do=^J:al=15^P\n^X^]^X^]:le=^H:bs:ce=^W:cl=^^^^\177:\
252 :cm=^L%r%n%.%.:co#80:dc=10*^P\b^X^]:dl=10*^P^Z^X^]:\
253 :dm=^P:ed=^X^]:ei=10\377\377^X^]:ho=^B:ic=10*^P^\^X^]:\
254 :im=^P:li#24:nc:nd=^\:pc=\377:so@=^N:se=^X^]:up=^Z:
9a9a294a 255D3|dm3025|datamedia 3025a:\
4c5db4f7 256 :MT:is=\EQ\EU\EV:do=^J:\
9a9a294a
KL
257 :al=130\EP\n\EQ:le=^H:bs:cd=2\EJ:ce=\EK:cl=2\EM:cm=\EY%r%+ %+ :\
258 :co#80:dc=6\b:dl=130\EP\EA\EQ:dm=\EP:ed=\EQ:ei=\EQ:ho=\EH:\
4c5db4f7 259 :im=\EP:ip=6:li#24:nd=\EC:pt:so=\EO1:se=\EO0:up=\EA:
9a9a294a 260D4|3045|dm3045|datamedia 3045a:\
4c5db4f7 261 :is=\EU\EV:do=^J:\
9a9a294a
KL
262 :am:le=^H:bs:cd=2\EJ:ce=\EK:cl=2\EM:cm=\EY%r%+ %+ :co#80:\
263 :dc=6\EB:dm=:ed=:ei=\EP:ho=\EH:ic=:im=\EP:ip=6:\
264 :k0=\Ey\r:k1=\Ep\r:k2=\Eq\r:k3=\Er\r:k4=\Es\r:\
265 :k5=\Et\r:k6=\Eu\r:k7=\Ev\r:k8=\Ew\r:k9=\Ex\r:\
4c5db4f7 266 :kh=\EH:ku=\EA:kr=\EC:li#24:nd=\EC:pc=\177:pt:eo:ul:up=\EA:xn:
9a9a294a
KL
267# dt80/1 is a vt100 lookalike, but it doesn't seem to need any padding.
268D5|dt80|dmdt80|dm80|datamedia dt80/1:\
4c5db4f7
JB
269 :do=^J:cd=\E[J:ce=\E[K:cl=\E[2J\E[H:cm=%i\E[%d;%dH:ho=\E[H:\
270 :nd=\E[C:sr=\EM:so=\E[7m:se=\E[m:up=\E[A:us=\E[4m:ue=\E[m:tc=vt100:
9a9a294a
KL
271# except in 132 column mode, where it needs a little padding.
272# This is still less padding than the vt100, and you can always turn on
273# the ^S/^Q handshaking, so you can use vt100 flavors for things like
274# reverse video.
275D6|dt80w|dmdt80w|dm80w|datamedia dt80/1 in 132 char mode:\
4c5db4f7 276 :do=^J:cd=20\E[0J:co#132:ce=20\E[0K:\
9a9a294a
KL
277 :cm=5\E[%i%d;%dH:cl=50\E[H\E[2J:up=5\E[A:tc=dmdt80:
278# \f# --------------------------------
279#
280# H: HAZELTINE
281#
282# Since nd is blank, when you want to erase something you
283# are out of luck. You will have to do ^L's a lot to
284# redraw the screen. h1000 is untested. It doesn't work in
285# vi - this terminal is too dumb for even vi. (The code is
286# there but it isn't debugged for this case.)
287H1|h1000|hazeltine 1000:\
4c5db4f7 288 :le=^H:bs:ho=^K:cl=^L:nd= :co#80:li#12:do=^J:
9a9a294a
KL
289# Note: the h1552 appears to be the first Hazeltine terminal which
290# is not braindamaged. It has tildes and backprimes and everything!
291# Be sure the auto lf/cr switch is set to cr.
292H2|h1552|hazeltine 1552:\
4c5db4f7
JB
293 :do=^J:al=\EE:dl=\EO:k1=\EP:l1=blue:k2=\EQ:\
294 :l2=red:k3=\ER:l3=green:tc=vt52:
9a9a294a 295H3|h1552rv|hazeltine 1552 reverse video:\
4c5db4f7 296 :do=^J:so=\ES:se=\ET:tc=h1552:
9a9a294a
KL
297# From cbosg!ucbvax!pur-ee!cincy!chris Thu Aug 20 09:09:18 1981
298H4|h1420|hazeltine 1420:\
4c5db4f7 299 :do=^J:le=^H:bs:am:li#24:co#80:al=\E^Z:dl=\E^S:cd=\E^X:cl=\E\034:\
9a9a294a
KL
300 :up=\E^L:nd=^P:ce=\E^O:ta=^N:cm=\E^Q%r%.%+ :so=\E\037:se=\E^Y:
301H5|h1500|hazeltine 1500:\
4c5db4f7 302 :do=^J:al=40~^Z:am:le=^H:bs:cd=10~^X:ce=~^O:cl=~^\:cm=~^Q%r%.%.:\
02e69e5e 303 :co#80:dl=40~^S:do=~^K:hz:li#24:nd=^P:.se=~^_:.so=~^Y:up=~^L:
9a9a294a
KL
304# h1510 assumed to be in sane escape mode. Else use h1500.
305H6|h1510|hazeltine 1510:\
4c5db4f7 306 :do=^J:al=\E^Z:am:le=^H:bs:cd=\E^X:ce=\E^O:cl=\E^\:cm=\E^Q%r%.%.:\
02e69e5e 307 :co#80:dl=\E^S:do=\E^K:hz:li#24:nd=^P:.se=\E^_:.so=\E^Y:up=\E^L:
9a9a294a 308H8|h1520|hazeltine 1520:\
4c5db4f7
JB
309 :do=^J:al=~^Z:am:le=^H:bs:cd=~^X:ce=~^O:cl=~\034:cm=~^Q%r%.%.\200:\
310 :co#80:dl=~^S:do=~^K:hz:li#24:nd=^P:se=~^Y:so=~\037:up=~^L:ho=~^R:
9a9a294a
KL
311# Note: h2000 won't work well because of a clash between upper case and ~'s.
312H7|h2000|hazeltine 2000:\
4c5db4f7 313 :do=^J:al=6~^z:am:le=^H:bs:cl=6~^\:cm=~^q%r%.%.:co#74:\
9a9a294a 314 :dl=6~^s:ho=~^r:li#27:nc:pc=\177:
db252d8d
KL
315# Hazeltine esprit entries from Univ of Utah Tue Feb 1 06:39:37 1983
316# J.Lepreau, lepreau@utah-cs, harpo!utah-cs!lepreau
317HE|esprit|hazeltine esprit:\
318 :al=40\E^Z:bs:cd=5\E^X:ce=\E^O:cl=\E^\:cm=\E^Q%r%>^^ %+`%+`:co#80:\
319 :dl=40\E^S:do=\E^K:ho=\E^R:li#24:nd=^P:se=\E^Y:so=\E^_:up=\E^L:
320HF|esprit-am|hazeltine esprit auto-margin:\
321 :am:tc=esprit:
9a9a294a
KL
322# \f# --------------------------------
323#
acc195ce 324# I: IBM
9a9a294a 325#
02e69e5e
CA
326# ibm61 and ibm63 from Warren Gish (cswarren@violet.berkeley.edu).
327# installed 12-17-86.
328# 3161 only opens a new line if a null line exists on the screen.
329# To ensure a null line exists, an SBA is performed, positioning the
330# Buffer Address in column 0 of the last line. The last line is then
331# cleared to nulls, BA mode is cancelled, and the new line is opened
332# at the cursor position.
333I1|ibm61|ibm3161|3161|IBM 3161-11:\
334 :am:bs:bw:cl=\EL:li#24:co#80:cd=\EJ:al=\EX7 \EI\E Z\EN:\
335 :ce=\EI:cm=\EY%+\040%+\040:nd=\EC:up=\EA:do=\EB:\
336 :dl=\EO:dc=\EQ:kd=\EB:ku=\EA:kl=\ED:kr=\EC:kh=\EH:\
337 :us=\E4\102:ue=\E4\100:so=\E4\110:se=\E4\100:
338I3|ibm63|ibm3163|3163|i3163|IBM 3163:\
acc195ce
JK
339 :tc=ibm61:
340I4|ibm|ibm3101|3101|i3101|IBM 3101-10:\
341 :do=^J:ct=\EH:st=\E0:\
342 :if=/usr/lib/tabset/ibm3101:\
343 :am:le=^H:bs:cl=\EK:li#24:co#80:nd=\EC:up=\EA:cd=\EJ:ce=\EI:\
344 :kd=\EB:kl=\ED:kr=\EC:ku=\EA:ho=\EH:cm=\EY%+\40%+\40:pt:
4c5db4f7
JB
345Ia|ibm-apl|apl|IBM apl terminal simulator:\
346 :li#25:tc=dm1520:
acc195ce
JK
347# ibmapa* and ibmmono entries come from ACIS 4.3 distribution
348Ib|rtpc|ibmapa16|ibm6155|IBM 6155 Extended Monochrome Graphics Display:\
349 :ts=\Ej\EY@%+ \Eo:ds=\Ej\EY@\40\EI\Ek:li#32:tc=ibmconsole:
350# Advanced Monochrome (6153) and Color (6154) Graphics Display:
351Ic|ibmapa8c|ibmapa8|ibm6154|ibm6153|IBM 6153/4 Advanced Graphics Display:\
352 :ts=\Ej\EY?%+ \Eo:ds=\Ej\EY?\40\EI\Ek:li#31:tc=ibmconsole:
353Id|ibmapa8c-c|ibm6154-c|IBM 6154 Advanced Color Graphics Display color termcap:\
354 :ts=\Ej\EY?%+ \Eo:ds=\Ej\EY?\40\EI\Ek:li#31:mh=\EF\Ef7;:tc=ibmega-c:
355Ie|ibmmono|ibmconsole|ibm5151|IBM workstation monochrome:\
356 :se=\Ez:so=\EZ:sr=\EA:al=\EL:dl=\EM:\
357 :kb=^H:us=\EW:ue=\Ew:\
358 :k1=\ES:k2=\ET:k3=\EU:k4=\EV:k5=\EW:k6=\EP:k7=\EQ:k8=\ER:k9=\EY:\
359 :k0=\E<:I0=f10:kI=\000:kh=\EH:kR=\EG:kP=\Eg:kF=\EE:kN=\EE:\
360 :md=\EZ:me=\Ew\Eq\Ez\EB:mk=\EF\Ef0;\Eb0;:mr=\Ep:\
361 :ts=\Ej\EY8%+ \Eo:fs=\Ek:ds=\Ej\EY8\40\EI\Ek:es:hs:sb:tc=ibm3101:
362If|ibmega-c|ibm5154-c|IBM Enhanced Color Display color termcap:\
363 :se=\EB:so=\EF\Ef3;:ue=\EB:us=\EF\Ef2;:tc=ibmconsole:
364# \f# --------------------------------
9a9a294a
KL
365#
366# M: MISCELLANEOUS TERMINALS
367#
368# The tab 132 uses xon/xoff, so no padding needed.
369# ks/ke have nothing to do with arrow keys.
370# is sets 80 col mode, normal video, autowrap on (for am).
371# Seems to be no way to get rid of status line.
a0930429 372M0|abm80|amtek business machines 80:\
4c5db4f7
JB
373 :do=^J:al=\E^Z:am:le=^H:bs:cd=\E^X:ce=\E^O:cl=\E^\:cm=\E^Q%r%+ %+ :\
374 :co#80:dl=\E^S:do=\E^K:li#24:nd=^P:.so=\E^_:.se=\E^Y:up=\E^L:\
a0930429 375 :bw:bt=^T:ho=\E^R:
9a9a294a 376M1|tab132|tab|tab132/15|tab 132/15:\
4c5db4f7 377 :is=\E[?7h\E[?3l\E[?5l:dN@:ks@:ke@:do=^J:\
9a9a294a
KL
378 :da:db:al=\E[L:dl=\E[M:dc=\E[P:ei=\E[4l:im=\E[4h:cm=\E[%i%d;%dH:\
379 :ku=\E[A:kd=\E[B:kl=\E[D:tc=vt100:
380M2|tab132w:\
381 :co#132:is=\E[?7h\E[?3h\E[?5l:tc=tab132:
382M3|tab132rv:\
383 :is=\E[?7h\E[?3l\E[?5h:tc=tab132:
384M4|tab132wrv:\
385 :is=\E[?7h\E[?3h\E[?5h:tc=tab132w:
386# This used to say "de#001202" which presumably refers to the stty bits
387# that need to be set for some version of Unix. We need the real delay
388# requirements in MS.
389M5|mw2|Multiwriter 2:\
4c5db4f7 390 :do=^J:co#132:hc:os:
9a9a294a 391M6|trs80|trs-80|radio shack trs-80 Model I:\
4c5db4f7 392 :do=^J:am:le=^H:bs:co#64:li#16:
9a9a294a 393M7|d800|Direct 800/A:\
4c5db4f7 394 :do=^J:co#80:li#24:am:cl=\E[1;1H\E[2J:le=^H:bs:cm=\E[%i%d;%dH:\
9a9a294a 395 :nd=\E[C:up=\E[A:ce=\E[K:cd=\E[J:\
9a9a294a 396 :so=\E[7m:se=\E[0m:us=\E[4m:ue=\E[0m:xs:vs=\E[>12l:ve=\E[>12h:\
4c5db4f7 397 :sf=\ED:sr=\EM:da:db:as=\E[1m:ae=\E[0m:ms:pt:\
9a9a294a
KL
398 :kl=\E[D:kr=\E[C:ku=\E[A:kd=\E[B:\
399 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
400 :k5=\EOT:k6=\EOU:k7=\EOV:k8=\EOW:
401M8|vc404|volker-craig 404:\
4c5db4f7
JB
402 :do=^J:am:le=^H:bs:cd=40^W:ce=20^V:cl=40^X:cm=^P%+ %+ :co#80:\
403 :ho=40^Y:kd=^J:kl=^H:kr=^U:ku=^Z:li#24:ma=^Z^P^U :nd=^U:up=^Z:
9a9a294a 404M9|vc404-s|volker-craig 404 w/standout mode:\
4c5db4f7 405 :do=^J:se=^O:so=^N:tc=vc404:
9a9a294a
KL
406MA|vc404-na|volker-craig 404 w/no arrow keys:\
407 :ma@:kr@:ku@:tc=vc404:
408MB|vc404-s-na|volker-craig 404 w/standout mode and no arrow keys:\
acc195ce 409 :se=^O:so=^N:tc=vc404-na:
9a9a294a
KL
410# missing in vc303a and vc303 descriptions: they scroll 2 lines at a time
411MC|vc303a|vc403a|volker-craig 303a:\
4c5db4f7 412 :do=^J:am:le=^H:bs:ce=20^V:cl=40^X:co#80:ho=40^Y:kd=^J:kl=^H::kr=^U:\
9a9a294a
KL
413 :ku=^Z:li#24:ll=^P^@W:nd=^U:ns:up=^Z:
414MD|vc303|vc103|vc203|volker-craig 303:\
4c5db4f7
JB
415 :do=^J:am:le=^H:bs:cl=40^L:co#80:ho=40^K:kd=^J:kl=^H:\
416 :kr=^I:ku=^N:li#24:ll=^O\200W:nd=^I:ns:up=^N:
9a9a294a 417# Test version for Falco ts-1. See "arpavax.hickman@ucb" for info
1f519d9c 418ME|falco|ts1|ts-1|falco ts-1:is=\Eu\E3:\
4c5db4f7
JB
419 :do=^J:al=\EE:am:bs:ce=\ET\EG0^h:cm=\E=%+ %+ :cl=\E*:cd=\EY:co#80:\
420 :dc=\EW:dl=\ER:ei=\Er:ho=^^:im=\Eq:k0=^A0\r:kd=^J:kl=^H:pt:\
9a9a294a
KL
421 :kr=^L:ku=^K:li#24:nd=^L:se=\Eg0:so=\Eg1:up=^K:us=\Eg1:ue=\Eg0:
422MF|falco-p|falco ts-1sp|falco with paging option:\
423 :is=\EZ\E3\E_c:\
424 :al=\EE:am:bs:ce=\ET\EG0^H\Eg0:cl=\E*:cd=\EY:co#80:dc=\EW:\
425 :dl=\ER:kd=\E[B:kl=\E[D:ei=\Er:im=\Eq:pt:db:\
426 :kr=\E[C:ku=\E[A:li#24:nd=\E[C:se=\Eg0:so=\Eg4:\
427 :up=\E[A:us=\Eg1:ti=\E_d:te=\E_b:\
02e69e5e 428 :ue=\Eg0:do=\E[B:cm=\E=%+ %+ :ms:kh=\E[H:da:mi:bt=\EI:
9a9a294a
KL
429#NOTE: bg can scroll, it just would rather not (ns) - rwells 3/13/81.
430# (Shouldn't you take out ns and put in an nl instead? - mrh)
431MG|bg|bitgraph|BBN BitGraph terminal:\
4c5db4f7
JB
432 :do=^J:al=2*\E[L:bs:cd=150\E[J:ce=2\E[K:\
433 :cl=150\E[H\E[J:cm=%i\E[%d;%dH:co#85:\
9a9a294a
KL
434 :dl=2*\E[M:k0=\EP:k1=\EQ:k2=\ER:k3=\ES:kd=\EB:ke=\E>:kl=\ED:kr=\EC:\
435 :ks=\E=:ku=\EA:li#64:nd=\E[C:ns:pt:se=\E[0m:so=\E[7m:up=\E[A:sf=280\n:
436MH|d132|datagraphix|datagraphix 132a:\
4c5db4f7 437 :do=^J:co#80:li#30:cl=^l:ho=\Et:da:db:sf=\Ev:sr=\Ew:\
9a9a294a
KL
438 :up=\Ek:nd=\El:vs=\ex:ve=\Em\En:\
439 :al=\E3:ic=\E5:dc=\E6:in:ic=\E5:
440MI|soroc|Soroc 120:\
4c5db4f7 441 :do=^J:cd=\EY:ce=\ET:cl=2\E*:ma=^K^P^R^L^L :\
9a9a294a 442 :kl=^H:ku=^K:kr=^L:kd=^J:tc=adm3a:
fb607493
JB
443# From: ma179abu%sdcc3@sdcsvax.ucsd.edu (Bill Houle)
444MI|iq140|soroc140|Soroc IQ140 with inverse & dim:\
445 :ic=\EQ:dc=\EW:al=\EE:dl=\ER:ce=\ET:cd=\EY:cl=\E+:cm=\E=%+ %+ :\
446 :up=^K:do=^J:le=^H:nd=^L:ho=^^:ta=\Ei:ma=^Kk^Jj^Hh^Ll^^h:am:bs:\
447 :co#80:li#24:ei=:im=:kb=^H:kh=^^:ku=^K:kd=^J:kl=^H:kr=^L:\
448 :k0=^AI:k1=^A@:k2=^AA:k3=^AB:k4=^AC:k5=^AD:k6=^AE:k7=^AF:\
449 :k8=^AG:k9=^AH:se=\E\7f:so=\E\7f:us=\E):ue=\E(:
9a9a294a
KL
450# tec is untested, and taken from CB/Unix virtual terminal driver.
451# Upper case terminal, uses lower case for control sequences!!!
452# The driver shows the C ~ operator used on CM coordinates.
453# Without the terminal in front of me, I can't figure out what's
454# going on, so I've dotted out the cm. Note there is no ~ in tgoto.
455MJ|tec400|tec scope:\
4c5db4f7 456 :do=^J:.cm=l%r%.%.:up=x:do=h:nd=g:le=w:ho=i:so={:se=|:sg#1:\
9a9a294a 457 :cl=f:al=e:dl=u:ic=d:dc=t:ce=c:cd=s:
23b473c6 458# From ucbvax!geoff Mon Sep 21 21:15:45 1981
9a9a294a
KL
459# This entry has been tested.
460MK|tec500|tec 500:\
4c5db4f7 461 :do=^J:am:le=^H:bs:cm=\E=%+ %+ :cl=20^Z:\
9a9a294a
KL
462 :co#80:ho=^^:li#24:nd=^L:up=^K:so=^]:se=^\:
463# I would appreciate more information on this terminal, such as the
9db40867 464# manufacturer and the model number. There are too many tecs in here.
9a9a294a 465ML|tec:\
4c5db4f7
JB
466 :li#24:co#80:cl=^l:up=^k:nd=\037:\
467 :am:le=^H:bs:ho=\036:ma=^K^P^_ :do=^J:
1f519d9c 468MM|teletec|Teletec Datascreen:\
4c5db4f7 469 :do=^J:am:le=^H:bs:co#80:cl=^l:ho=^^:li#24:nd=^_:up=^k:
1f519d9c
KL
470# From cbosg!ucbvax!SRC:george Fri Sep 11 22:38:32 1981
471MN|ampex|d80|dialogue|dialogue80|ampex dialogue 80:\
4c5db4f7
JB
472 :ct=\E3:st=\E1:do=^J:is=\EA:us=\El:ue=\Em:\
473 :am:le=^H:bs:pt:cl=75\E*:cm=\E=%+ %+ :\
1f519d9c
KL
474 :al=5*\EE:bt=\EI:ic=\EQ:im=:ei=:dl=5*\ER:dc=\EW:\
475 :ce=\Et:cd=\Ey:so=\Ej:se=\Ek:li#24:co#80:nd=^L:up=^K:
fb607493
JB
476# From: atd!dsd!rcb@ucbvax.berkeley.edu (Richard Bascove)
477A2|a210|210|ampex210|ampex a210:\
478 :am:bs:cl=\E*:cm=\E=%+ %+ :al=\EE:bt=\EI:ic=\EQ:im=:ei=:\
479 :dl=\ER:dc=\EW:ho=^^:xn:ce=\Et:cd=\Ey:li#24:co#80:nd=^L:up=^K:\
480 :pt:if=/usr/lib/tabset/std:is=\EC\Eu\E'\E(\El\EA\E%\E{\E.2\EG0\Ed\En:\
481 :kl=^H:kr=^L:kd=^V:ku=^K:kh=^^:hs:ts=\E.0\Eg\E}\Ef:fs=\E.2:\
482 :kn#10:k0=^A0^M:k1=^A1^M:k2=^A2^M:k3=^A3^M:k4=^A4^M:k5=^A5^M:\
483 :vb=\EU\EX\EU\EX\EU\EX\EU\EX:k6=^A6^M:k7=^A7^M:k8=^A8^M:k9=^A9^M:\
484 :so=\EG4:se=\EG0:us=\EG8:ue=\EG0:ug#1:sg#1:
7dd19be6 485MO|digilog|333|digilog 333:\
4c5db4f7 486 :le=^H:bs:co#80:ce=\030:ho=^n:li#16:nd=^i:up=^o:do=^J:
7dd19be6 487MP|ep48|ep4080|execuport 4080:\
4c5db4f7 488 :am:le=^H:bs:os:co#80:hu=\036:hd=\034:do=^J:
7dd19be6 489MQ|ep40|ep4000|execuport 4000:\
4c5db4f7 490 :am:le=^H:bs:os:co#136:hu=\036:hd=\034:do=^J:
7dd19be6 491MR|terminet1200|terminet300|tn1200|tn300|terminet|GE terminet 1200:\
4c5db4f7 492 :co#120:hc:os:do=^J:
9a9a294a 493# AED 512
c9c0e488 494# by giles Billingsley (gilesb%ucbcad@berkeley)
9a9a294a 495# rewritten 8/82 for newer AEDs and better operation of vi,etc.
7dd19be6 496MS|aed|AED|aed512|AED512|aed 512:\
4c5db4f7 497 :db:co#64:li#40:cl=^L:bs:nd=\Ei0800\001:\
9a9a294a
KL
498 :up=^K:ve=\E\E\E\E\E\E\E\072004=000200??\001:\
499 :vb=\EK0001??0000K0001202080\001:\
500 :us=\E\07200>8000140\001:ue=\E\07200>8000100\001:\
501 :uc=\Ei???>l0800i0102\001:\
502 :ti=\E\07200>8000140{<04<0??00001010L<0\072004=0002??00\001:\
503 :te=\E\07200>8000100{804<0??00001000L80\072004=000200??\001:\
504 :so=\E\07200>8000140[80C00\001:se=\E[00C80\001:\
505 :is=\EG1MMM.`40K0001202080K8001????00^L\EC80L80{80^L\EK010100????K0601??0000c818100\EG1HHH.\07210000019A27FD006A280D002A200A52429FE8524861086118612861360N031B4C3F3F1800N041B0C1B4C38301800N001B3B313030301800N011B3B313030341800N021B3B313030381800N050800N061B3B313335301800\07211000015A58E8D5011A58F8D5111A5908D5211A5918D531160\07212000015AD5011858EAD5111858FAD52118590AD5311859160\0721300004B2071C5858E0A18658E0A0A858EA900858F268FA5278590A50A29018591A9F51865908590A90165918591A59038E58E8590A591E58F290185912071C5180A0A0A0901858EA900858F268F60\0721350000BA9472031DEA9502031DE60\E\E\E\EG1MMM.^A:
c9c0e488
JB
506zL|aed-ucb|AED-UCB|aed512-ucb|AED512-UCB|aed 512 w/o UCB ROM:\
507 :db:co#64:li#40:cl=^L:bs:nd=\Ei0800\001:up=^K:\
508 :ve=\E\E\E\E\E\E\E\072004=000200??\001:\
509 :vb=\EK0001??0000K0001202080\001:\
510 :us=\E\07200>8000140\001:ue=\E\07200>8000100\001:\
511 :uc=\Ei???>l0800i0102\001:\
512 :ti=\E\07200>8000140{<04<0??00001010L<0\072004=0002??00\001:\
513 :te=\E\07200>8000100{804<0??00001000L80\072004=000200??\001:\
514 :so=\E\07200>8000140[80C00\001:se=\E[00C80\001:\
515 :if=/usr/lib/tabset/aed512:
db252d8d 516# CIT 80 - vt 100 emulator, the termcap has been modified to remove
23b473c6 517# the delay times and do an auto tab set rather than the indirect
db252d8d 518# file used in vt100.
7dd19be6 519MT|cit80|cit 80|Citoh 80:\
db252d8d 520 :co#80:li#24:am:cl=\E[;H\EJ:bs:cm=\E[%i%2;%2H:nd=\E[C:up=\E[A:\
7dd19be6 521 :ce=\EK:cd=\EJ:is=\E>:ks=\E[?1h\E=:ke=\E[?1l\E>:\
db252d8d 522 :ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:
f7e0510b
S
523# From mtxinu!sybase!tim (Tim Wood) Fri Sep 27 09:39:12 PDT 1985
524# Alternate cit101 (vt100 em) file used in vt100.
db252d8d 525# Uses 23 lines so can run citsys (like h19sys).
f7e0510b
S
526# 24 May 85 (mtxinu!sybase!tim) - removed 2-byte limit on 'cm' cursor
527# coordinates otherwise there is garbling on long lines in
528# co#132 mode; also added support for multipage memory on the Itoh.
7dd19be6 529MU|citc|Citoh fast vt100:\
f7e0510b 530 :co#80:li#23:am:cl=\E[;H\E[2J:bs:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\
db252d8d
KL
531 :ce=\E[K:cd=\E[J:so=\E[7m:se=\E[m:us=\E[4m:ue=\E[m:\
532 :is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[3g\E[>5g:\
533 :ks=\E[?1h\E=:ke=\E[?1l\E>:ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:\
c9c0e488 534 :vb=\E[?5h\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\E[?5l:\
f7e0510b
S
535 :dc=\E[P:al=\E[L:im=:ei=:dl=\E[M:ic=\E[@:vs=\E7\E[U:ve=\E[V\E8:xn:
536MV|cita|:\
537 :co#80:li#23:am:cl=\E[;H\E[2J:bs:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\
db252d8d
KL
538 :ce=\E[K:cd=\E[J:so=\E[7m:se=\E[m:us=\E[4m:ue=\E[m:\
539 :is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[3g\E[>5g:\
f7e0510b
S
540 :ks=\E[?1h\E=:ke=\E[?1l\E>:\
541 :ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:vs=\E7\E[U:ve=\E[V\E8:\
c9c0e488 542 :vb=\E[?5h\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\E[?5l:xn:
f7e0510b
S
543MW|cit101:li#24:vb@:tc=citc
544MX|cit101b:li#24:tc=citc
4e2cb5b9
RC
545Mh|cit500|cit-500|cit 500:\
546 :co#80:li#40:cl=50\E[;H\E[2J:bs:am:cm=5\E[%i%2;%2H:nd=2\E[C:up=2\E[A:\
547 :ce=3\E[K:cd=50\E[J:so=2\E[7m:se=2\E[m:us=2\E[4m:ue=2\E[m:\
548 :is=\E(B\E)0\E>\E[?3l\E[?7h\E[?8h:ks=\E[?1h\E=:ke=\E[?1l\E>:\
549 :if=/usr/lib/tabset/vt100:ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:\
550 :kh=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:pt:sr=5\EM:xn:\
551 :do=\ED:al=\E[L:dc=\E[P:dl=\E[M:
9a9a294a
KL
552# Note several versions of blit. I don't know exactly what is what
553# so please send me any corrections to this -- mrh
554# From research!ikeya!rob Tue Aug 31 23:41 EDT 1982
7dd19be6 555MY|blit|jerq|blit-pb|blit running teletype rom:\
4c5db4f7 556 :do=^J:IC=\Ef%+ :DC=\Ee%+ :AL=\EF%+ :DL=\EE%+ :\
9a9a294a
KL
557 :mi:dl=\EE!:ic=\Ef!:dc=\Ee!:al=\EF!:\
558 :ce=\EK:cl=^L:cm=\EY%r%+ %+ :co#87:li#72:nd=\EC:\
559 :up=\EA:ku=\EA:kd=\EB:kr=\EC:kl=\ED:kb=^H:am:ul:pt:eo:
7dd19be6 560MZ|cbblit|columbus enhanced tty blit:\
9a9a294a
KL
561 :vb=\E^G:so=\EU!:se=\EV!:us=\EU":ue=\EV":cd=\EJ:\
562 :im=\EQ:ei=\ER:ic@:co#88:sf=\EG:tc=blit:
7dd19be6 563Ma|oblit|ojerq|first version of blit rom:\
4c5db4f7 564 :do=^J:AL=\Ef%+ :DL=\Ee%+ :mi:dl=\EE:ei=\ER:im=\EQ:dc=\EO:da:db:\
9a9a294a
KL
565 :al=\EF:cd=\EJ:ce=\EK:cl=^L:cm=\EY%r%+ %+ :co#88:li#72:nd=\EC:\
566 :up=\EA:vb=\E^G:am:ul:pt:eo:
567Mb|daleblit|daleterm|blit running Dale DeJager's ROM:\
568 :ku=\EA:kd=\EB:kr=\EC:kl=\ED:so=\EU!:se=\EV!:us=\EU":ue=\EV":\
569 :da@:db@:tc=oblit:
7dd19be6 570Mc|datapoint|dp3|dp3360|datapoint 3360:\
4c5db4f7 571 :do=^J:am:le=^H:bs:cd=^_:ce=^^:cl=^]^_:co#82:ho=^]:li#25:nd=^x:up=^z:
fb607493
JB
572#From: cbosgd!utcs!romwa@ucbvax.berkeley.edu (mark dornfeld)
573# This termcap is for the LANPAR Technologies VISION 3220
574# terminal. The function key definitions k0-k5 represent the
575# edit keypad: FIND, INSERT HERE, REMOVE, SELECT, PREV SCREEN,
576# NEXT SCREEN. The key definitions k6-k9 represent the PF1 to
577# PF4 keys.
578v0|v3220|LANPAR Vision II model 3220/3221/3222:\
579 :co#80:li#24:cl=\E[H\E[J:bs:am:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\
580 :ce=\E[K:cd=\E[J:so=\E[7m:se=\E[m:us=\E[4m:ue=\E[m:\
581 :is=\E>\E[?3l\E[?7h\E[?8h\E[p:ks=\E=:ke=\E>:\
582 :kn#10:k0=\E[1~:k1=\E[2~:k2=\E[3~:k3=\E[4~:k4=\E[5~:k5=\E[6~:\
583 :k6=\E[OP:k7=\E[OQ:k8=\E[OR:k9=\E[OS:\
584 :ku=\E[A:kd=\E[B:kr=\E[C:kl=\E[D:\
585 :kh=\E[H:pt:sr=\EM:xn:\
586 :dl=\E[M:dc=\E[P:ei=\E[4l:al=\E[L:im=\E[4h:mi:
9a9a294a
KL
587# From ucbvax!faletti (Faletti@Berkeley)
588# FREEDOM 100 by Liberty Electronics USA, SF.
589# :kh=^^: left out because it precludes using change-to-alternate-file in vi.
590# Basic Freedom 100 entry, works with VI at 1200 baud.
7dd19be6 591Md|f100|freedom100|freedom|freedom 100 no padding:\
9a9a294a 592 :am:bs:bw:mi:ms:pt:co#80:kn#20:li#24:\
4c5db4f7
JB
593 :ct=\E3:st=\E1:is=\Eg\Ef\r\Ed:kr=^L:\
594 :cl=^Z:do=^J:ho=^^:kb=^H:kl=^H:\:kd=^V:\
595 :ko=dc,al,dl,cl,bt,ce,cd:ku=^K:le=^H:nd=^L:\
596 :ch=\E]%+ :cm=\E=%+ %+ :cv=\E[%+ :sr=\Ej:up=^K:\
9a9a294a
KL
597 :al=\EE:bt=\EI:cd=\EY:ce=\ET:dc=\EW:dl=\ER:ei=\Er:im=\Eq:\
598 :se=\EG0:so=\EG4:ue=\EG0:us=\EG8:as=\E$:ae=\E%:\
599 :vb=\Eb\200\200\Ed:\
600 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
601 :k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:k0=^AI\r:\
602 :hs:ts=\Eg\Ef:fs=\r:ds=\Eg\Ef\r:
7dd19be6 603Me|f100-rv|freedom100-rv|freedom-rv|freedom100 with reverse video at 1200:\
4c5db4f7 604 :is=\Eg\Ef\r\Eb:vb=\Ed\200\200\Eb:tc=freedom100:
9a9a294a
KL
605# VI at 9600 baud (or EMACS at 1200 -- but may be more than is needed for emacs)
606Mf|f100-v|freedom100-v|freedom-v|freedom100 for 9600 vi or 1200 emacs:\
607 :al=6.5*\EE:dl=11.5*\ER:\
608 :vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:\
609 :tc=freedom100:
7dd19be6 610Mx|f100-v-rv|freedom100-v-rv|freedom-v-rv|freedom100 rev. vid. for 9600 vi:\
4c5db4f7 611 :al=6.5*\EE:dl=11.5*\ER:is=\Eg\Ef\r\Eb:\
9a9a294a
KL
612 :vb=\Ed\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Eb:\
613 :tc=freedom100:
614# EMACS at 9600 baud -- this still needs some more work on the padding
7dd19be6 615My|f100-e|freedom100-e|freedom-e|freedom100 for 9600 emacs:\
9a9a294a
KL
616 :al=8.5*\EE:dl=11.5*\ER:ip=6:\
617 :vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:\
618 :tc=freedom100:
7dd19be6 619Mz|f100-e-rv|freedom100-e-rv|freedom-e-rv|freedom100 rev. vid. for emacs 9600:\
4c5db4f7 620 :al=8.5*\EE:dl=11.5*\ER:ip=6:is=\Eg\Ef\r\Eb:\
9a9a294a
KL
621 :vb=\Ed\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Eb:\
622 :tc=freedom100:
fb607493 623zM|f110-v|freedom110-v|freedom110 for 9600 vi or 1200 emacs:\
c9c0e488
JB
624 :is=\Eg\Ef\r\Ed\EO:dc=\EO\EW:im=\EO\Eq:\
625 :al=6.5*\EE:dl=11.5*\ER:\
626 :vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:\
627 :tc=freedom100:
fb607493 628# (from kerch@lll-crg)
9db40867 629Q1|f200|freedom200| Freedom 200 VDT by Liberty Electronics :\
fb607493
JB
630 :if=/usr/lib/tabset/stdcrt:al=\EE:am:bs:bt=\EI:cd=\EY:\
631 :ce=\ET:cl=^Z:cm=\E=%+ %+ :co#80:dc=\EW:dl=\ER:do=^V:\
632 :ds=\Eh:ei=\Er:im=\Eq:is=\Eg\El\E\041\062:\
633 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
634 :k6=^AE\r:k7=^AE\r:k8=^AF\r:k9=^AG\r:kd=^V:kr=L:\
635 :ku=^K:li#24:ms:nd=^L:se=\EG0:so=\EG4:sr=\Ej:\
636 :te=\EJ\E\\2\E|\041\061^L^Y:ti=\E\\1\EK\E|\041\061L^Y:\
637 :ts=\Ef:ue=\EG0:up=^K:us=\EG8:vb=\Eb\Ed:hs:i2=\E^O\Eg:\
638 :ts=\Ef:fs=^M:ds=\E^N:
9a9a294a 639Mg|dg|dg6053|data general 6053:\
4c5db4f7 640 :do=^J:am:le=^H:bs:cm=^P%r%.%.:cl=^L:ho=^H:nd=^S:\
9a9a294a 641 :up=^W:ce=^K:co#80:li#24:
02e69e5e
CA
642# dg450 and dg200 from cornell
643Mj|dg450|dg6134|data general 6134:\
644 :nd=\030:bs@:tc=dg200:
645Mk|dg200|data general Dasher 200:\
646 :am:bc=^Y:bs=0:ce=^K:cl=^L:cm=^P%r%+\200%+\200:co#80:do=^Z:\
647 :ho=^H:li#24:\
648 :ll=\036FP0017:se=\036E:so=\036D:up=^W:\
649 :is=\036O\036FQ2\036FB000\036FE\036FA\036FQ2:
9db40867
JK
650# Note: lesser Dasher terminals will not work with vi because vi insists upon
651# having a command to move straight down from any position on the bottom line
652# and scroll the screen up, or a direct vertical scroll command. The 460 and
653# above have both, the D210/211, for instance, has neither. We must use ANSI
654# mode rather than DG mode because standard UNIX tty drivers assume that ^H is
655# backspace on all terminals. This is not so in DG mode.
656zF|dg460-ansi|Data General Dasher 460, ANSI-mode:\
acc195ce 657 :al=\E[L:am:bs:cd=\E[J:ce=\E[K:cl=\E[2J:\
9db40867
JK
658 :cm=\E[%i%2;%2H:co#80:dc=\E[P:dl=\E[M:do=\E[B:\
659 :ei=:ho=\E[H:ic=\E[@:im=:ue=\E[05:ul:up=\E[A:us=\E[4m:is=\036F@:\
660 :k0=\E[001z:k1=\E[002z:k2=\E[003z:k3=\E[004z:k4=\E[005z:k5=\E[006z:\
661 :k6=\E[007z:k7=\E[008z:k8=\E[009z:k9=\E[00\:z:\
662 :kb=\E[D:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:kn#6:\
663 :l0=f1:l1=f2:l2=f3:l3=f4:l4=f5:l5=f6:l6=f7:l7=f8:l9=f10:\
664 :le=^H:li#24:mb=\E[5m:me=\E[0m:mh=\E[2m:mr=\E[7m:ms:mu=\EW:\
665 :nd=\E[C:nl=\ED:pt:se=\E[0m:sf=\E[S:so=\E[7m:sr=\E[T:
9a9a294a 666Mi|cdi|cdi1203:\
4c5db4f7 667 :am:le=^H:bs:hc:os:co#80:dC#200:do=^J:
9a9a294a
KL
668# ^S is an arrow key! Boy is this guy in for a surprise on v7!
669Ml|sol:\
fb607493 670 :do=^J:am:le=^Y:ho=^H:bs:cm=\E^1%.\E^2%.:cl=^K:ho=^N:co#64:li#16:\
4c5db4f7 671 :nd=^S:up=^W:kl=^A:kr=^S:ku=^W:kd=^Z:ma=^A^H^S ^W^P^Z^N:
9a9a294a 672Mn|xl83|Cybernex XL-83:\
4c5db4f7 673 :do=^J:am:le=^H:bs:cd=62^P:ce=3^O:cl=62^L:cm=^W%+ %+ :co#80:ho=^K:\
9a9a294a
KL
674 :kd=^J:kl=^H:ku=^N:li#24:up=^N:nd=^I:
675Mo|omron|Omron 8025AG:\
4c5db4f7
JB
676 :do=^J:al=\EL:am:le=^H:bs:cd=\ER:co#80:ce=\EK:cl=\EJ:\
677 :da:db:dc=\EP:dl=\EM:ho=\EH:li#24:nd=\EC:se=\E4:sf=\ES:\
678 :so=\Ef:sr=\ET:up=\EA:ve=:vs=\EN:
9a9a294a 679Mp|plasma|plasma panel:\
4c5db4f7 680 :am:le=^H:bs:cl=^L:co#85:ho=^^:li#45:nd=\030:up=\026:do=^J:
1f519d9c 681Mq|pty|psuedo teletype:\
4c5db4f7 682 :do=^J:co#80:li#24:am:cl=\EJ:le=^H:bs:cm=\EG%+ %+ :nd=\EC:\
1f519d9c
KL
683 :up=\EA:ce=\EK:cd=\EL:al=\EP:dl=\EN:ic=\EO:\
684 :so=\Ea$:se=\Eb$:us=\Ea!:ue=\Eb!:
9a9a294a
KL
685Mr|remote|virtual remote terminal:\
686 :co#79:am@:nl@:tc=virtual:
687Ms|swtp|ct82|southwest technical products ct82:\
4c5db4f7 688 :do=^J:am:le=^d:bc=^d:\
9a9a294a
KL
689 :al=^\^y:cd=^v:ce=^F:cl=^L:cm=%r^k%.%.:co#82:li#20:\
690 :dl=^z:nd=^s:up=^a:so=^^^v:se=^^^F:dc=^\^h:ic=^\^x:ho=^p:\
691 :ei=:sf=^n:sr=^o:ll=^c:im=:\
692 :is=^\^r^^^s^^^d^]^w^i^s^^^]^^^o^]^w^r^i:
693Mt|terak|Terak emulating Datamedia 1520:\
694 :tc=dm1520:
bb0e509d 695Mu|sun|Sun Microsystems Workstation console:\
c9f70186 696 :li#34:co#80:cl=^L:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\
2775f4df 697 :am:bs:mi:ms:pt:\
c9f70186 698 :ce=\E[K:cd=\E[J:so=\E[7m:se=\E[m:\
9a9a294a
KL
699 :kd=\E[B:kl=\E[D:ku=\E[A:kr=\E[C:kh=\E[H:\
700 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
79600930 701 :al=\E[L:dl=\E[M:im=:ei=:ic=\E[@:dc=\E[P:\
80fec822 702 :AL=\E[%dL:DL=\E[%dM:
af96de32
S
703# From john@ucbrenoir Tue Sep 24 13:14:44 1985
704Mu|sun-s|Sun Microsystems Workstation window with status line:\
79600930
S
705 :hs:ts=\E]l:fs=\E\\:ds=\E]l\E\\:tc=sun:
706Mu|sun-e-s|sun-s-e|Sun Microsystems Workstation with status hacked for emacs:\
707 :hs:ts=\E]l:fs=\E\\:ds=\E]l\E\\:tc=sun-e:
2775f4df
RC
708M0|sun-48|Sun 48-line window:\
709 :li#48:co#80:tc=sun:
710M1|sun-34|Sun 34-line window:\
711 :li#34:co#80:tc=sun:
792c8a7c 712M2|sun-24|Sun 24-line window:\
2775f4df 713 :li#24:co#80:tc=sun:
792c8a7c 714M3|sun-17|Sun 17-line window:\
2775f4df 715 :li#17:co#80:tc=sun:
792c8a7c 716M4|sun-12|Sun 12-line window:\
2775f4df 717 :li#12:co#80:tc=sun:
792c8a7c 718M5|sun-1|Sun 1-line window for sysline:\
4c5db4f7 719 :li#1:co#80:es:hs:ts=\r:fs=\E[K:ds=^L:tc=sun:
79600930 720M6|sun-e|sun-nic|sune|Sun Microsystems Workstation without insert character:\
792c8a7c 721 :ic@:im@:ei@:tc=sun:
9db40867
JK
722LS|apollo:\
723 :al=\EI:am:bs:cd=\EJ:ce=\EK:ch=\EN%d:cl=^L:cm=\EM%+ %d):\
724 :cv=\EO+ :dc=\EP:dl=\EL:do=\EB:ei=\ER:im=\EQ:mi:nd=\EC:se=\ET:sf=\EE:\
725 :so=\ES:sr=\ED:te=\EX:ti=\EW:ue=\EV:up=\EA:us=\EU:co#88:li#53:
726# Apollo termcaps from Gary Darland, goodmanc@garnet
727LP|apollo_15P|apollo 15 inch display:\
728 :dN@:tc=vt132:
729LQ|apollo_19L|apollo 19 inch display:\
730 :dN@:tc=vt132:
731LR|apollo_color|apollo color display:\
732 :dN@:tc=vt132:
9a9a294a 733Mv|virtual|VIRTUAL|cb unix virtual terminal:\
4c5db4f7 734 :do=^J:co#80:li#24:am:cl=\E\112:le=^H:bs:cm=\E\107%r%.%.:nd=\E\103:\
9a9a294a
KL
735 :up=\E\101:ce=\E\113:cd=\E\114:al=\E\120:dl=\E\116:im=:ei=:ic=\E\117:\
736 :da:db:kl=\E\104:kr=\E\103:ku=\E\101:kd=\E\102:kh=\E\105:\
737 :so=\E\141\004:se=\E\142\004:us=\E\141\001:ue=\E\142\001:
9a9a294a 738Mw|it2|intertube2|intertec data systems intertube 2:\
4c5db4f7 739 :do=^J:am:bs:cl=^L:co#80:ho=^A:li#25:up=^Z:ce=\EK:\
db252d8d 740 :cm=^N%+ %+ :ch=^P%\102%.:cv=^K%.:nd=^F:do=\n:ll=^K^X\r:\
9a9a294a
KL
741 :so=\E0P:se=\E0@:
742Mx|delta|dd5000|delta data 5000:\
4c5db4f7
JB
743 :do=^J:am:le=^H:bs:cl=^NR:cm=^O%\068%+9%\068%+9:co#80:li#27:\
744 :ho=^NQ:nc:nd=^Y:up=^Z:ce=^NU:dc=^NV:ma=^K^J^Z^P^Y :xr:
9a9a294a 745My|mdl110|cybernex mdl-110:\
4c5db4f7 746 :cm=^P%+ %+ :co#80:li#24:am:cl=70^X:le=^H:bs:do=^J:\
9a9a294a 747 :nd=^U:up=^Z:ho=^Y:ce=145^N@^V:cd=145^NA^W:al=65^NA^N^]:\
4c5db4f7
JB
748 :dl=40^NA^N^^:im=:ei=:ic=3.5^NA^]:dm=:ed=:dc=3.5^NA^^:\
749 :so=^NF:se=^NG:ta=43\t:ma=^Z^P:cd=6^N@^V
9a9a294a 750Mz|zen30|z30|zentec 30:\
4c5db4f7 751 :do=^J:mi:co#80:li#24:ma=^L ^R^L^K^P:ul:\
9a9a294a
KL
752 :al=1.5*\EE:le=^H:bs:ce=1.0*\ET:cm=\E=%+ %+ :cl=\E*:\
753 :ho=^^:nd=^L:se=\EG0:so=\EG6:up=^K:im=\Eq:ei=\Er:\
754 :am:dc=\EW:dl=1.5*\ER:cd=\EY:
1e1c2ae2
RC
755m0|modgraph|mod|Modgraph terminal emulating vt100, 24x80:\
756 :xn@:rf@:sr=5\EM\E[K:vs=\E\^9;0s\E\^7;1s:\
757 :is=\E\^9;0s\E\^7;1s\E[3g\E\^11;9s\E\^11;17s\E\^11;25s\E\^11;33s\E\^11;41s\E\^11;49s\E\^11;57s\E\^11;65s\E\^11;73s\E\^11;81s\E\^11;89s:\
758 :tc=vt100:
fb607493
JB
759# dmchat is like DM2500, but DOES need "all that padding" (jcm 1/31/82)
760# also, has a meta-key (MT)
761# from goldberger@su-csli.arpa
762MX|dmchat|dmchat version of datamedia 2500:\
763 :al=1*^P\n^X^]^X^]:\
764 :MT:km:\
765 :dl=2^P^Z^X^]:\
766 :tc=dm2500:
02e69e5e
CA
767#from Carol Block at ear (cblock@ear)
768#
769m7|mt70|m70|morrow mt70:\
770 :is=EGO\E"5:\
771 :cl=^Z:\
772 :cm=\E=%+ %+ :\
773 :do=^J:\
774 :im=:ic=\EQ:ei:\
775 :dm=:dc=\EW:ed=:\
776 :kl=\034L:kr=\034M:ku=\034J:kd=\034K:\
777 :so=\EG4:se=\EGO:\
778 :us=\EG1:ue=\EGO:\
779 :vs=\E"2:ve=\E"5\E(:\
780 :tc=adm31:
781# from keith bostic (bostic@monet)
782#
783m2|mod2|Modgraph GX-1000, set to 80x24, keypad not enabled:\
9db40867 784 :is=\E<\E\^5;2s\E\^7;1s\E[3g\E\^11;9s\E\^11;17s\E\^11;25s\E\^11;33s\E\^11;41s\E\^11;49s\E\^11;57s\E\^11;65s\E\^11;73s\E\^11;81s\E\^11;89s\E\^12;0s\E\^14;2s\E\^15;9s\E\^25;1s\E\^9;1s\E\^27;1:\
02e69e5e
CA
785 :bs:cd=50\EJ:ce=3\EK:cl=50\EH\EJ:cm=5\EY%+ %+ :co#80:li#24:nd=2\EC:\
786 :pt:sr=5\EI:up=2\EA:da:db:am:
787S1|wsiris|iris40|iris emulating a 40 line visual 50 (approximately):\
788 :am:al=\EL:is=\E7B0\E7F7\E7C2\E7R3:\
789 :bs:cd=\EJ:ce=\EK:cl=\EH\EJ:ho=\EH:cm=\EY%+ %+ :co#80:li#40:nd=\EC:\
790 :pt:sr=\EI:up=\EA:ku=\EA:kd=\EB:kr=\EC:kl=\ED:\
9db40867 791 :k0=\E0:k1=\E1:k2=\E2:k3=\E3:k4=\E4:k5=\E5:k6=\E6:k7=\E7:k8=\E8:k9=\E9:\
02e69e5e
CA
792 :vs=\E;:ve=\E>:cl=\Ev:ho=\EH:dl=\EM:so=\E9P:se=\E0@:\
793 :HS=\E7F2:HE=\E7F7:\
794 :us=\E7R2\E9P:ue=\E7R3\E0@:\
795 :CT#2:CZ=*Bblack,red,green,yellow,blue,magenta,cyan,*Fwhite:
796
9a9a294a
KL
797# \f# --------------------------------
798#
799# N: ANN ARBOR
800#
9a9a294a
KL
801# Needs function keys added.
802# Originally from Mike O'Brien@Rand and Howard Katseff at Bell Labs.
803# Highly modified 6/22 by Mike O'Brien.
804# split out into several for the various screen sizes by dave-yost@rand
805# Modifications made 3/82 by Mark Horton
806# Modified by Tom Quarles at UCB for greater efficiency and more diversity
807# status line moved to top of screen, vb removed 5/82
808#
809# assumes the following setup:
9db40867
JK
810# A menu: 0000 1010 0001 0000
811# B menu: 9600 0100 1000 0000 0000 1000 0000 17 19
812# C menu: 56 66 0 0 9600 0110 1100
813# D menu: 0110 1001 1 0
9a9a294a
KL
814#
815# Briefly, the settings are for the following modes:
816# (values are for bit set/clear with * indicating our preference
817# and the value used to test these termcaps)
818# Note that many of these settings are irelevent to the termcap
819# and are just set to the default mode of the terminal as shipped
820# by the factory.
821#
822# A menu: 0000 1010 0001 0000
823# Block/underline cursor*
824# blinking/nonblinking cursor*
825# key click/no key click*
826# bell/no bell at column 72*
23b473c6 827#
9a9a294a
KL
828# key pad is cursor control*/key pad is numeric
829# return and line feed/return for <cr> key *
830# repeat after .5 sec*/no repeat
831# repeat at 25/15 chars per sec. *
832#
833# hold data until pause pressed/process data unless pause pressed*
834# slow scroll/no slow scroll*
835# Hold in area/don't hold in area*
836# functions keys have default*/function keys disabled on powerup
837#
838# show/don't show position of cursor during page transmit*
839# unused
840# unused
841# unused
842#
843# B menu: 9600 0100 1000 0000 0000 1000 0000 17 19
844# Baud rate (9600*)
845#
846# 2 bits of parity - 00=odd,01=even*,10=space,11=mark
847# 1 stop bit*/2 stop bits
848# parity error detection off*/on
849#
850# keyboard local/on line*
851# half/full duplex*
852# disable/do not disable keyboard after data transmission*
853#
854# transmit entire page/stop transmission at cursor*
855# transfer/do not transfer protected characters*
856# transmit all characters/transmit only selected characters*
857# transmit all selected areas/transmit only 1 selected area*
858#
859# transmit/do not transmit line seperators to host*
860# transmit/do not transmit page tab stops tabs to host*
861# transmit/do not transmit column tab stop tabs to host*
862# transmit/do not transmit graphics control (underline,inverse..)*
863#
864# enable*/disable auto XON/XOFF control
865# require/do not require receipt of a DC1 from host after each LF*
866# pause key acts as a meta key/pause key is pause*
867# unused
868#
869# unused
870# unused
871# unused
872# unused
873#
874# XON character (17*)
875# XOFF character (19*)
23b473c6 876#
9a9a294a
KL
877# C menu: 56 66 0 0 9600 0110 1100
878# number of lines to print data on (printer) (56*)
879#
880# number of lines on a sheet of paper (printer) (66*)
881#
882# left margin (printer) (0*)
883#
884# number of pad chars on new line to printer (0*)
885#
886# printer baud rate (9600*)
887#
888# printer parity: 00=odd,01=even*,10=space,11=mark
889# printer stop bits: 2*/1
890# print/do not print guarded areas*
891#
892# new line is: 01=LF,10=CR,11=CRLF*
893# unused
894# unused
895#
896# D menu: 0110 1001 1 0
897# LF is newline/LF is down one line, same column*
898# wrap to preceeding line if move left from col 1*/don't wrap
899# wrap to next line if move right from col 80*/don't wrap
900# backspace is/is not destructive*
901#
902# display*/ignore DEL character
903# display will not/will scroll*
904# page/column tab stops*
905# erase everything*/erase unprotected only
906#
907# editing extent: 0=display,1=line*,2=field,3=area
908#
909# unused
23b473c6 910#
84c96624 911NA|aaa-unk|ann arbor ambassador (internal - don't use this directly):\
4c5db4f7 912 :do=^J:al=3\E[L:am:le=^H:bs:\
9a9a294a
KL
913 :cd=\E[J:ce=5\E[K:cl=156\E[H\E[J:cm=\E[%i%d;%dH:co#80:\
914 :dc=4\E[P:dl=3\E[M:ho=\E[H:ic=4\E[@:\
915 :md=\E[1m:mr=\E[7m:mb=\E[5m:mk=\E[8m:me=\E[m:\
916 :ku=\EM:kd=\ED:kl=\E[D:kr=\E[C:kh=\E[H:ko=cl,dc,dl,ce,cd:\
917 :ks=\EP`?z~[H~[[J`>z~[[J`8xz~[M`4xz~[[D`6xz~[[C`2xz~[D\E\\:\
918 :ke=\EP`?y~[H~[[J`>y~[[2J`8xy~[M`4xy~[[D`6xy~[[C`2xy~[D\E\\:\
02e69e5e 919 :ch=\E[%i%d`:ei=:im=:pt:bw:bt=\E[Z:\
9a9a294a 920 :mi:nd=\E[C:se=\E[m:so=\E[7m:ue=\E[m:us=\E[4m:up=\EM:
84c96624 921NB|aaa-18|ann arbor ambassador/18 lines:\
9a9a294a
KL
922 :ti=\E[2J\E[18;0;0;18p:te=\E[60;0;0;18p\E[18;1H\E[J:\
923 :is=\EP`+x~M\E\\\E[m\E7\E[60;0;0;18p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
924 :li#18:tc=aaa-unk:
84c96624 925NC|aaa-20|ann arbor ambassador/20 lines:\
9a9a294a
KL
926 :ti=\E[2J\E[20;0;0;20p:te=\E[60;0;0;20p\E[20;1H\E[J:\
927 :is=\EP`+x~M\E\\\E[m\E7\E[60;0;0;20p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
928 :li#20:tc=aaa-unk:
84c96624 929ND|aaa-22|ann arbor ambassador/22 lines:\
9a9a294a
KL
930 :ti=\E[2J\E[22;0;0;22p:te=\E[60;0;0;22p\E[22;1H\E[J:\
931 :is=\EP`+x~M\E\\\E[m\E7\E[60;0;0;22p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
932 :li#22:tc=aaa-unk:
84c96624 933NE|aaa-24|ann arbor ambassador/24 lines:\
9a9a294a
KL
934 :ti=\E[2J\E[24;0;0;24p:te=\E[60;0;0;24p\E[24;1H\E[J:\
935 :is=\EP`+x~M\E\\\E[m\E7\E[60;0;0;24p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
936 :li#24:tc=aaa-unk:
84c96624 937NF|aaa-26|ann arbor ambassador/26 lines:\
9a9a294a
KL
938 :ti=\E[2J\E[26;0;0;26p:te=\E[60;0;0;26p\E[26;1H\E[J:\
939 :is=\EP`+x~M\E\\\E[m\E7\E[60;0;0;26p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
940 :li#26:tc=aaa-unk:
84c96624 941NG|aaa-28|ann arbor ambassador/28 lines:\
9a9a294a
KL
942 :ti=\E[2J\E[28;0;0;28p:te=\E[60;0;0;28p\E[28;1H\E[J:\
943 :is=\EP`+x~M\E\\\E[m\E7\E[60;0;0;28p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
944 :li#28:tc=aaa-unk:
84c96624 945NH|aaa|aaa-30|ambas|ambassador|ann arbor ambassador/30 lines:\
9a9a294a
KL
946 :ti=\E[2J\E[30;0;0;30p:te=\E[60;0;0;30p\E[30;1H\E[J:\
947 :is=\EP`+x~M\E\\\E[m\E7\E[60;0;0;30p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
948 :li#30:tc=aaa-unk:
84c96624 949NI|aaa-36|ann arbor ambassador/36 lines:\
9a9a294a
KL
950 :ti=\E[2J\E[36;0;0;36p:te=\E[60;0;0;36p\E[36;1H\E[J:\
951 :is=\EP`+x~M\E\\\E[m\E7\E[60;0;0;36p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
952 :li#36:tc=aaa-unk:
84c96624 953NJ|aaa-40|ann arbor ambassador/40 lines:\
9a9a294a
KL
954 :ti=\E[2J\E[40;0;0;40p:te=\E[60;0;0;40p\E[40;1H\E[J:\
955 :is=\EP`+x~M\E\\\E[m\E7\E[60;0;0;40p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
956 :li#40:tc=aaa-unk:
84c96624 957NK|aaa-48|ann arbor ambassador/48 lines:\
9a9a294a
KL
958 :ti=\E[2J\E[48;0;0;48p:te=\E[60;0;0;48p\E[48;1H\E[J:\
959 :is=\EP`+x~M\E\\\E[m\E7\E[60;0;0;48p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
960 :li#48:tc=aaa-unk:
84c96624 961NL|aaa-60|ann arbor ambassador/60 lines:\
9a9a294a
KL
962 :ti=\E[2J\E[60;0;0;60p:te=\E[60;0;0;60p\E[60;1H\E[J:\
963 :is=\EP`+x~M\E\\\E[m\E7\E[60;0;0;60p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
964 :li#60:tc=aaa-unk:
84c96624
KL
965NS|aaa-unk-s|ann arbor ambassador unknown with/status:\
966 :es:hs:i2=\E7\E[>51h\E[H\E[2K\E[>51l\E8:\
11271461 967 :ts=\E7\E[>51h\E[H\E[2K\E[%i%d`:fs=\E[>51l\E8:\
9a9a294a
KL
968 :ds=\E7\E[>51h\E[H\E[2K\E[>51l\E8:\
969 :tc=aaa-unk:
84c96624 970NM|aaa-18-s|ambassador|ann arbor ambassador/18 lines + status line:\
9a9a294a 971 :ti=\E[2J\E[18;1;0;18p:\
4e2cb5b9 972 :te=\E[60;1;0;18p\E[17;1H\E[J:\
9a9a294a
KL
973 :is=\EP`+x~M\E\\\E[m\E7\E[60;1;0;18p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
974 :li#17:tc=aaa-unk-s:
84c96624 975NN|aaa-20-s|ambassador|ann arbor ambassador/20 lines + status line:\
9a9a294a 976 :ti=\E[2J\E[20;1;0;20p:\
4e2cb5b9 977 :te=\E[60;1;0;20p\E[19;1H\E[J:\
9a9a294a
KL
978 :is=\EP`+x~M\E\\\E[m\E7\E[60;1;0;20p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
979 :li#19:tc=aaa-unk-s:
84c96624 980NO|aaa-22-s|ambassador|ann arbor ambassador/22 lines + status line:\
9a9a294a 981 :ti=\E[2J\E[22;1;0;22p:\
4e2cb5b9 982 :te=\E[60;1;0;22p\E[21;1H\E[J:\
9a9a294a
KL
983 :is=\EP`+x~M\E\\\E[m\E7\E[60;1;0;22p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
984 :li#21:tc=aaa-unk-s:
84c96624 985NP|aaa-24-s|ambassador|ann arbor ambassador/24 lines + status line:\
9a9a294a 986 :ti=\E[2J\E[24;1;0;24p:\
4e2cb5b9 987 :te=\E[60;1;0;24p\E[23;1H\E[J:\
9a9a294a
KL
988 :is=\EP`+x~M\E\\\E[m\E7\E[60;1;0;24p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
989 :li#23:tc=aaa-unk-s:
84c96624 990NQ|aaa-26-s|ambassador|ann arbor ambassador/26 lines + status line:\
9a9a294a 991 :ti=\E[2J\E[26;1;0;26p:\
4e2cb5b9 992 :te=\E[60;1;0;26p\E[25;1H\E[J:\
9a9a294a
KL
993 :is=\EP`+x~M\E\\\E[m\E7\E[60;1;0;26p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
994 :li#25:tc=aaa-unk-s:
84c96624 995NR|aaa-28-s|ambassador|ann arbor ambassador/28 lines + status line:\
9a9a294a 996 :ti=\E[2J\E[28;1;0;28p:\
4e2cb5b9 997 :te=\E[60;1;0;28p\E[27;1H\E[J:\
9a9a294a
KL
998 :is=\EP`+x~M\E\\\E[m\E7\E[60;1;0;28p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
999 :li#27:tc=aaa-unk-s:
84c96624 1000NT|aaa-30-s|ambassador|ann arbor ambassador/30 lines + status line:\
9a9a294a 1001 :ti=\E[2J\E[30;1;0;30p:\
4e2cb5b9 1002 :te=\E[60;1;0;30p\E[29;1H\E[J:\
9a9a294a
KL
1003 :is=\EP`+x~M\E\\\E[m\E7\E[60;1;0;30p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
1004 :li#29:tc=aaa-unk-s:
84c96624 1005NU|aaa-36-s|ambassador|ann arbor ambassador/36 lines + status line:\
9a9a294a 1006 :ti=\E[2J\E[36;1;0;36p:\
4e2cb5b9 1007 :te=\E[60;1;0;36p\E[35;1H\E[J:\
9a9a294a
KL
1008 :is=\EP`+x~M\E\\\E[m\E7\E[60;1;0;36p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
1009 :li#35:tc=aaa-unk-s:
84c96624 1010NV|aaa-40-s|ambassador|ann arbor ambassador/40 lines + status line:\
9a9a294a 1011 :ti=\E[2J\E[40;1;0;40p:\
4e2cb5b9 1012 :te=\E[60;1;0;40p\E[39;1H\E[J:\
9a9a294a
KL
1013 :is=\EP`+x~M\E\\\E[m\E7\E[60;1;0;40p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
1014 :li#39:tc=aaa-unk-s:
84c96624 1015NW|aaa-48-s|ann arbor ambassador/48 lines+sl:\
4e2cb5b9 1016 :ti=\E[2J\E[48;1;0;48p:te=\E[60;1;0;48p\E[47;1H\E[J:\
9a9a294a
KL
1017 :is=\EP`+x~M\E\\\E[m\EP`?y~[[2J~[[H\E7\E[60;1;0;48p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
1018 :li#47:tc=aaa-unk-s:
84c96624 1019NX|aaa-60-s|ambassador|ann arbor ambassador/60 lines + status line:\
4e2cb5b9 1020 :ti=\E[2J\E[60;1;0;60p:te=\E[60;1;0;60p\E[59;1H\E[J:\
9a9a294a
KL
1021 :is=\EP`+x~M\E\\\E[m\E7\E[60;1;0;60p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
1022 :li#59:tc=aaa-unk-s:
84c96624 1023NY|aaa-18-rv|ambassador/18 lines+rv:\
9a9a294a
KL
1024 :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
1025 :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
1026 :is=\EP`+x~M\E\\\E[7m\E7\E[60;0;0;18p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
1027 :tc=aaa-18:
84c96624 1028NZ|aaa-20-rv|ambassador/20 lines+rv:\
9a9a294a
KL
1029 :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
1030 :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
1031 :is=\EP`+x~M\E\\\E[7m\E7\E[60;0;0;20p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
1032 :tc=aaa-20:
84c96624 1033Na|aaa-22-rv|ambassador/22 lines+rv:\
9a9a294a
KL
1034 :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
1035 :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
1036 :is=\EP`+x~M\E\\\E[7m\E7\E[60;0;0;22p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
1037 :tc=aaa-22:
84c96624 1038Nb|aaa-24-rv|ambassador/24 lines+rv:\
9a9a294a
KL
1039 :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
1040 :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
1041 :is=\EP`+x~M\E\\\E[7m\E7\E[60;0;0;24p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
1042 :tc=aaa-24:
84c96624 1043Nc|aaa-26-rv|ambassador/26 lines+rv:\
9a9a294a
KL
1044 :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
1045 :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
1046 :is=\EP`+x~M\E\\\E[7m\E7\E[60;0;0;26p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
1047 :tc=aaa-26:
84c96624 1048Nd|aaa-28-rv|ambassador/28 lines+rv:\
9a9a294a
KL
1049 :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
1050 :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
1051 :is=\EP`+x~M\E\\\E[7m\E7\E[60;0;0;28p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
1052 :tc=aaa-28:
84c96624 1053Ne|aaa-30-rv|ann arbor ambassador/30 lines in reverse video:\
9a9a294a
KL
1054 :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
1055 :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
1056 :is=\EP`+x~M\E\\\E[7m\E7\E[60;0;0;30p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
1057 :tc=aaa-30:
84c96624 1058Nf|aaa-36-rv|ann arbor ambassador/36 lines in reverse video:\
9a9a294a
KL
1059 :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
1060 :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
1061 :is=\EP`+x~M\E\\\E[7m\E7\E[60;0;0;36p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
1062 :tc=aaa-36:
84c96624 1063Ng|aaa-40-rv|ann arbor ambassador/40 lines in reverse video:\
9a9a294a
KL
1064 :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
1065 :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
1066 :is=\EP`+x~M\E\\\E[7m\E7\E[60;0;0;40p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
1067 :tc=aaa-40:
84c96624 1068Nh|aaa-48-rv|ann arbor ambassador/48 lines in reverse video:\
9a9a294a
KL
1069 :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
1070 :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
1071 :is=\EP`+x~M\E\\\E[7m\E7\E[60;0;0;48p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
1072 :tc=aaa-48:
84c96624 1073Ni|aaa-60-rv|ann arbor ambassador/60 lines in reverse video:\
9a9a294a
KL
1074 :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
1075 :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
1076 :is=\EP`+x~M\E\\\E[7m\E7\E[60;0;0;60p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
1077 :tc=aaa-60:
84c96624 1078Nj|aaa-18-rv-s|aaa-18-s-rv|ambassador/18 lines+sl+rv:\
9a9a294a
KL
1079 :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
1080 :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
4e2cb5b9 1081 :ti=\E[2J\E[18;1;0;18p:te=\E[60;1;0;18p\E[17;1H\E[J:li#17:\
9a9a294a 1082 :is=\EP`+x~M\E\\\E[7m\E7\E[60;1;0;18p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
84c96624
KL
1083 :tc=aaa-unk-s:
1084Nk|aaa-20-rv-s|aaa-20-s-rv|ambassador/20 lines+sl+rv:\
9a9a294a
KL
1085 :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
1086 :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
4e2cb5b9 1087 :ti=\E[2J\E[20;1;0;20p:te=\E[60;1;0;20p\E[19;1H\E[J:li#19:\
9a9a294a 1088 :is=\EP`+x~M\E\\\E[7m\E7\E[60;1;0;20p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
84c96624
KL
1089 :tc=aaa-unk-s:
1090Nl|aaa-22-rv-s|aaa-22-s-rv|ambassador/22 lines+sl+rv:\
9a9a294a
KL
1091 :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
1092 :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
4e2cb5b9 1093 :ti=\E[2J\E[22;1;0;22p:te=\E[60;1;0;22p\E[21;1H\E[J:li#21:\
9a9a294a 1094 :is=\EP`+x~M\E\\\E[7m\E7\E[60;1;0;22p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
84c96624
KL
1095 :tc=aaa-unk-s:
1096Nm|aaa-24-rv-s|aaa-24-s-rv|ambassador/24 lines+sl+rv:\
9a9a294a
KL
1097 :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
1098 :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
4e2cb5b9 1099 :ti=\E[2J\E[24;1;0;24p:te=\E[60;1;0;24p\E[23;1H\E[J:li#23:\
9a9a294a 1100 :is=\EP`+x~M\E\\\E[7m\E7\E[60;1;0;24p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
84c96624
KL
1101 :tc=aaa-unk-s:
1102Nn|aaa-26-rv-s|aaa-26-s-rv|ambassador/26 lines+sl+rv:\
9a9a294a
KL
1103 :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
1104 :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
4e2cb5b9 1105 :ti=\E[2J\E[26;1;0;26p:te=\E[60;1;0;26p\E[25;1H\E[J:li#25:\
9a9a294a 1106 :is=\EP`+x~M\E\\\E[7m\E7\E[60;1;0;26p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
84c96624
KL
1107 :tc=aaa-unk-s:
1108No|aaa-28-rv-s|aaa-28-s-rv|ambassador/28 lines+sl+rv:\
9a9a294a
KL
1109 :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
1110 :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
4e2cb5b9 1111 :ti=\E[2J\E[28;1;0;28p:te=\E[60;1;0;28p\E[27;1H\E[J:li#27:\
9a9a294a 1112 :is=\EP`+x~M\E\\\E[7m\E7\E[60;1;0;28p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
84c96624
KL
1113 :tc=aaa-unk-s:
1114Np|aaa-rv|aaa-30-rv-s|aaa-30-s-rv|ambassador/30 lines+sl+rv:\
9a9a294a
KL
1115 :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
1116 :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
4e2cb5b9 1117 :ti=\E[2J\E[30;1;0;30p:te=\E[60;1;0;30p\E[29;1H\E[J:li#29:\
9a9a294a 1118 :is=\EP`+x~M\E\\\E[7m\E7\E[60;1;0;30p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
84c96624
KL
1119 :tc=aaa-unk-s:
1120Nq|aaa-36-rv-s|aaa-36-s-rv|ambassador/36 lines+sl+rv:\
9a9a294a
KL
1121 :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
1122 :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
4e2cb5b9 1123 :ti=\E[2J\E[36;1;0;36p:te=\E[60;1;0;36p\E[35;1H\E[J:li#35:\
9a9a294a 1124 :is=\EP`+x~M\E\\\E[7m\E7\E[60;1;0;36p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
84c96624
KL
1125 :tc=aaa-unk-s:
1126Nr|aaa-40-rv-s|aaa-40-s-rv|ambassador/40 lines+sl+rv:\
9a9a294a
KL
1127 :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
1128 :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
4e2cb5b9 1129 :ti=\E[2J\E[40;1;0;40p:te=\E[60;1;0;40p\E[39;1H\E[J:li#39:\
9a9a294a 1130 :is=\EP`+x~M\E\\\E[7m\E7\E[60;1;0;40p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
84c96624
KL
1131 :tc=aaa-unk-s:
1132Ns|aaa-48-rv-s|aaa-48-s-rv|ambassador/48 lines+sl+rv:\
9a9a294a
KL
1133 :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
1134 :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
4e2cb5b9 1135 :ti=\E[2J\E[48;1;0;48p:te=\E[60;1;0;48p\E[47;1H\E[J:li#47:\
9a9a294a 1136 :is=\EP`+x~M\E\\\E[7m\E7\E[60;1;0;48p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
84c96624
KL
1137 :tc=aaa-unk-s:
1138Nt|aaa-60-rv-s|aaa-60-s-rv|ambassador/60 lines+sl+rv:\
9a9a294a
KL
1139 :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
1140 :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
4e2cb5b9 1141 :ti=\E[2J\E[60;1;0;60p:te=\E[60;1;0;60p\E[59;1H\E[J:li#59:\
9a9a294a 1142 :is=\EP`+x~M\E\\\E[7m\E7\E[60;1;0;60p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
4e2cb5b9 1143 :tc=aaa-unk-s:
84c96624 1144NL|aaa-24-ctxt|ann arbor ambassador/24 lines:\
9a9a294a 1145 :ti=\E[30;1H\E[K\E[24;0;0;24p:te=\E[60;1;0;24p\E[60;1H\E[K:tc=aaa-24:
84c96624 1146NL|aaa-24-rv-ctxt|ambassador/24+rv:\
9a9a294a 1147 :ti=\E[30;1H\E[K\E[24;0;0;24p:te=\E[60;1;0;24p\E[60;1H\E[K:tc=aaa-24-rv:
84c96624 1148NL|aaa-s-ctxt|aaa-30-s-ctxt|hairy aaa:\
9a9a294a 1149 :ti=\E[30;1H\E[K\E[30;1;0;30p:te=\E[60;1;0;30p\E[59;1H\E[K:tc=aaa-30-s:
84c96624
KL
1150NL|aaa-s-rv-ctxt|aaa-30-s-rv-ctxt|hairy aaa:\
1151 :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
1152 :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
1153 :is=\EP`+x~M\E\\\E[7m\E7\E[60;1;0;30p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
1154 :ti=\E[30;1H\E[K\E[30;1;0;30p:te=\E[60;1;0;30p\E[59;1H\E[K:\
1155 :li#29:tc=aaa-unk-s:
1156NH|aaa-ctxt|aaa-30-ctxt|ann arbor ambassador/30 lines:\
9a9a294a 1157 :ti=\E[30;0;0;30p:te=\E[60;0;0;30p\E[60;1H\E[K:tc=aaa-30:
84c96624
KL
1158NH|aaa-rv-ctxt|aaa-30-rv-ctxt|ann arbor ambassador/30 lines:\
1159 :ti=\E[30;0;0;30p:te=\E[60;0;0;30p\E[60;1H\E[K:\
1160 :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
1161 :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
1162 :is=\EP`+x~M\E\\\E[7m\E7\E[60;0;0;30p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
1163 :li#30:tc=aaa-unk:
1164Nd|aaa-db|ann arbor ambassador 30/destructive backspace:\
9a9a294a
KL
1165 :ti=\E[H\E[J\E[30;0;0;30p:te=\E7\E[60;0;0;30p\E8:li#30:\
1166 :is=\E[60;0;0;30p\E[H\E[J\E[1Q\E[m\E[20l\E[>30h:le=\E[D:bc=\E[D:bs@:\
1167 :tc=aaa-unk:
b9cdea97 1168N1|aa|annarbor|4080|ann arbor 4080:\
4c5db4f7 1169 :do=^J:pt:ct=^\^P^P:st=^]^P1:cm=^O%r%\066%.%>^S^L%+@:\
b9cdea97
CL
1170 :co#80:li#40:le=^H:bs:cl=2^L:up=^N:nd=^_:ho=^K:am:\
1171 :kb=^^:kd=^J:ku=^N:kl=^H:kr=^_:kh=^K:ma=^_ ^N^P:
9a9a294a
KL
1172# \f# --------------------------------
1173#
02e69e5e
CA
1174# P: PC entries for use with kermit
1175#
1176# greg small (gts@populi)
1177#
1178# Cannot use :pt:, it does not work (why?). :ho: seems required (why?). [gts]
1179# Caution: 4.3 BSD tset does not pass li#25 to stty rows except during login?
1180# :cl: clears attributes and sets wrap at margin before clearing the screen.
1181P1|ansi.sys|ansisys|PC-DOS 3.1 ANSI.SYS:\
1182 :am:bs:ce=\E[K:cl=\E[m\E[7h\E[2J:cm=\E[%i%d;%dH:co#80:\
1183 :ku=^K:kd=^J:kl=^H:kr=^L:kh=^^:ma=^Hh\012j^Kk^Ll^^H:\
1184 :ho=\E[H:li#25:nd=\E[C:up=\E[A:\
1185 :ms:md=\E[1m:me=\E[m:mr=\E[7m:se=\E[m:so=\E[1m:ue=\E[m:us=\E[4m:\
1186 :is=U1 PC-DOS 3.1 ANSI.SYS 9-23-86\n\E[m\E[7h:
1187#
1188# Define IBM PC keypad keys for vi as per MS-Kermit while using ANSI.SYS.
1189# This should only be used when the terminal emulator cannot redefine the keys.
1190# Since redefining keys with ansi.sys also affects PC-DOS programs, the key
1191# definitions must be restored. If the terminal emulator is quit while in vi
1192# or others using :ks:ke:, the keypad keys will not be defined as per PC-DOS.
1193# The PgUp and PgDn are prefixed with ESC so that tn3270 can be used on Unix
1194# (^U and ^D are already defined for tn3270). The ESC is safe for vi but it
1195# does "beep". ESC ESC i is used for Ins to avoid tn3270 ESC i for coltab.
1196# Left arrow is always BS, because PC-dos can tolerate this change.
1197# Caution: vi is limited to 256 string bytes, longer crashes or wierds vi.
1198# Consequently the End keypad key could not be set (it is relatively safe and
1199# actually useful because it sends ^@ O, which beeps and opens a line above).
1200P2|ansi.sysk|ansisysk|PC-DOS 3.1 ANSI.SYS with keypad redefined for vi:\
1201 :ks=\E[;71;30p\E[;72;11p\E[;73;27;21p\E[;77;12p\E[;80;10p\E[;81;27;4p\E[;82;27;27;105p\E[;83;127p:\
1202 :ke=\E[;71;0;71p\E[;72;0;72p\E[;73;0;73p\E[;77;0;77p\E[;80;0;80p\E[;81;0;81p\E[;82;0;82p\E[;83;0;83p:\
1203 :is=U2 PC-DOS 3.1 ANSI.SYS with keypad redefined for vi 9-29-86\n\E[;75;8p:\
1204 :tc=ansi.sys
1205#
1206# Adds ins/del line/character, hence vi reverse scrolls/inserts/deletes nicer.
1207P3|nansi.sys|nansisys||PC-DOS Public Domain NANSI.SYS:\
1208 :al=\E[1L:dl=\E[1M:ic=\E[1@:dc=\E[1P:\
1209 :is=U3 PC-DOS Public Domain NANSI.SYS 9-23-86\n:\
1210 :tc=ansi.sys:
1211#
1212# See U2 ansi.sysk and U3 nansi.sys above.
1213P4|nansi.sysk|nansisysk|PC-DOS Public Domain NANSI.SYS with keypad redefined for vi:\
1214 :al=\E[1L:dl=\E[1M:ic=\E[1@:dc=\E[1P:\
1215 :is=U4 PC-DOS Public Domain NANSI.SYS with keypad redefined for vi 9-29-86\n\E[;75;8p:\
1216 :tc=ansi.sysk:
1217# \f# --------------------------------
1218#
9a9a294a
KL
1219# T: TELETYPE
1220#
1221# We need descriptions for the model 40. There are known to be at least three
1222# flavors of the 40, both seem more like IBM half duplex forms fillers than
1223# ASCII terminals. They have lots of awful braindamage, such as printing
1224# a visible newline indicator after each newline. The 40-1 is a half duplex
1225# terminal and is hopeless. The 40-2 is braindamaged but has hope and is
1226# described here. The 40-4 is a 3270 lookalike and beyond hope.
1227# The terminal has visible bell but I don't know it - it's
1228# null here to prevent it from showing the BL character.
1229# There is an \EG in nl because of a bug in vi (if stty says you have
1230# a "newline" style terminal (-crmode) vi figures all it needs is nl
1231# to get crlf, even if cr is not ^M.)
1232T0|40|tty40|ds40|ds40/2|ds40-2|dataspeed40|teletype dataspeed 40/2:\
1233 :cl=160\ER:cd=160\EJ:al=160\EL:dl=160\EM:dc=50\EP:im=:ei=:ic=50\E\^:\
1234 :nd=\EC:up=\E7:bs:cr=\EG:nl=\EG\EB:do=\EB:co#80:li#24:vb=:\
1235 :so=\E3:se=\E4:
1236T3|33|tty33|tty|model 33 teletype:\
4c5db4f7 1237 :do=^J:co#72:hc:os:
9a9a294a 1238T4|43|tty43|model 43 teletype:\
4c5db4f7 1239 :do=^J:kb=^h:am:le=^H:bs:hc:os:co#132:
9a9a294a 1240T7|37|tty37|model 37 teletype:\
4c5db4f7 1241 :do=^J:le=^H:bs:hc:hu=\E8:hd=\E9:up=\E7:os:
9a9a294a
KL
1242# From jwb Wed Mar 31 13:25:09 1982 remote from ihuxp
1243# This entry appears to avoid the top line - I have no idea why.
1244TT|4424|tty4424|teletype 4424M:\
1245 :al=\EL:da:db:ip=2:im=:ei=:ic=\E\^:dc=\EP:dl=\EM:\
1246 :co#80:li#23:am:cl=\E[2;H\E[J:bs:cm=\E[%i%2;%2H\E[B:\
1247 :nd=\E[C:up=\E[A:pt:mi:sr=\ET:\
1248 :ce=\E[K:so=\E[7m:se=\E[m:us=\E[4m:ue=\E[m:\
1249 :is=\E[m\E[2;24r:\
1250 :kd=\E[B:kl=\E[D:ku=\E[A:kr=\E[C:\
1251 :kh=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:
23b473c6 1252# Teletype blit.
9de2bc21 1253TD|dmd|5620|ttydmd|tty5620|5620 terminal 88 columns:\
4c5db4f7 1254 :co#88:li#70:am:bs:pt:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\
50dcf877
JB
1255 :cl=\E[H\E[J:cd=\E[J:ce=\E[K:al=\E[L:dl=\E[M:do=^J:\
1256 :im=:ei=:ic=\E[@:dc=\E[P:sr=\E[T:sf=\E[S:le=^H:kb=^H:\
1257 :kl=\E[D:kr=\E[C:ku=\E[A:kd=\E[B:kh=\E[H:ho=\E[H:ll=\E[70;1H:\
1258 :AL=\E[%dL:DL=\E[%dM:IC=\E[%d@:DC=\E[%dP:rc=\E8:rs=\Ec:sc=\E7:\
1259 :so=\E[7m:se=\E[0m:us=\E[4m:ue=\E[0m:ms:me=\E[0m:mr=\E[7m:
9a9a294a
KL
1260# \f# --------------------------------
1261#
1262# V: VISUAL
1263#
1264# The Visual 200 beeps when you type a character in insert mode.
1265# This is a horribly obnoxious misfeature, and some of the entries
1266# below try to get around the problem by ignoring the feature or
1267# turning it off when inputting a character. They are said not to
1268# work well at 300 baud. (You could always cut the wire to the bell!)
84c96624
KL
1269#From mike@brl-vgr Mon Nov 14 08:34:29 1983
1270V2|vi200|vis200|visual 200 with function keys:\
4c5db4f7 1271 :so=\E4:se=\E3:ms:do=^J:\
84c96624
KL
1272 :al=\EL:am:le=^H:bs:cd=\Ey:ce=\Ex:cl=\Ev:\
1273 :cm=\EY%+ %+ :co#80:dc=\EO:dl=\EM:ho=\EH:\
9a9a294a 1274 :im=:ei=:ic=\Ei \b\Ej:\
84c96624 1275 :is=\E3\Eb\Ej\E\\\El\EG\Ec\Ek:\
9a9a294a
KL
1276 :k0=\EP:k1=\EQ:k2=\ER:k3=\E :k4=\E!:k5=\E":k6=\E#:\
1277 :k7=\E$:k8=\E%:k9=\E&:kl=\ED:kr=\EC:ku=\EA:kd=\EB:kh=\EH:\
4c5db4f7 1278 :li#24:nd=\EC:pt:sr=\EI:up=\EA:vs=\Ed:ve=\Ec:
9a9a294a
KL
1279VR|vi200-rv-ic|visual 200 reverse video using insert char:\
1280 :ei=\Ej:im=\Ei:ic@:tc=vi200-rv:
1281# The older Visuals didn't come with function keys. This entry uses
1282# ks and ke so that the keypad keys can be used as function keys.
1283# If your version of vi doesn't support function keys you may want
1284# to use V2.
1285Vf|vi200-f|visual|visual 200 no function keys:\
4c5db4f7 1286 :do=^J:al=\EL:am:le=^H:bs:cd=\Ey:ce=4*\Ex:cl=\Ev:\
9a9a294a
KL
1287 :cm=\EY%+ %+ :co#80:dc=4*\EO:dl=4*\EM:ho=\EH:\
1288 :im=:ei=:ic=\Ei \b\Ej:\
1289 :is=\E3\Eb\Ej\E\\\El\EG\Ed\Ek:ks=\E=:ke=\E>:\
1290 :k0=\E?p:k1=\E?q:k2=\E?r:k3=\E?s:k4=\E?t:k5=\E?u:k6=\E?v:\
1291 :k7=\E?w:k8=\E?x:k9=\E?y:kl=\ED:kr=\EC:ku=\EA:kd=\EB:kh=\EH:\
4c5db4f7 1292 :li#24:nd=\EC:pt:sr=\EI:up=\EA:vs=\Ed:ve=\Ec:
9a9a294a
KL
1293Vr|vi200-rv|visual 200 reverse video:\
1294 :so=\E4:se=\E3:sr@:vs@:ve@:tc=vi200:
1295Vt|vi200-ic|visual 200 using insert char:\
1296 :ei=\Ej:im=\Ei:ic@:tc=vi200:
fb607493
JB
1297# From: jbs@athena.mit.edu Jeff Siegal
1298V5|vi55|Visual 55:\
1299 :im=\Ea:ei=\Eb:mi:dc=\Ew:dm=:ed=:al=\EL:dl=\EM:cs=\E_%+A%+A:\
1300 :ho=\EH:cl=\Ev:is=\Ev\E_AX\Eb\EW\E9P\ET:so=\EU:se=\ET:ms:\
1301 :do=^J:le=^H:bs:cd=\EJ:ce=\EK:cm=\EY%+ %+ :co#80:li#24:\
1302 :nd=\EC:pt:sr=\EI:up=\EA:ku=\EA:kd=\EB:kr=\EC:kl=\ED:kb=^H:
9a9a294a
KL
1303# \f# --------------------------------
1304#
1305# X: TEKTRONIX
1306#
1307Xa|tek|tek4012|4012|tektronix 4012:\
4c5db4f7 1308 :do=^J:is=\E^O:le=^H:bs:cl=1000\E^L:co#75:ns:li#35:os:
9a9a294a 1309Xb|tek4013|4013|tektronix 4013:\
842ec478 1310 :as=\E^N:ae=\E^O:dF#1000:tc=4012:
9a9a294a
KL
1311Xc|tek4014|4014|tektronix 4014:\
1312 :is=\E^O\E9:co#81:li#38:dF#1000:tc=tek4012:
1313Xd|tek4015|4015|tektronix 4015:\
1314 :as=\E^N:ae=\E^O:tc=4014:
1315Xe|tek4014-sm|4014-sm|tektronix 4014 in small font:\
1316 :is=\E^O\E\072:co#121:li#58:tc=tek4014:
1317Xf|tek4015-sm|4015-sm|tektronix 4015 in small font:\
acc195ce 1318 :as=\E^N:ae=\E^O:tc=4014-sm:
9a9a294a
KL
1319# I think the 1000UP is supposed to be so expensive it never happens.
1320X4|tek4023|4023|tex|tektronix 4023:\
4c5db4f7
JB
1321 :do=^J:so=^_P:se=^_@:cm=\034%r%+ %+ :nd=\t:le=^H:\
1322 :bs:cl=4\E^L:co#80:li#24:am:up=1000UP:vt#4:
9a9a294a
KL
1323# Can't use cursor motion because it's memory relative, and because
1324# it only works in the workspace, not the monitor. Same for home.
1325# Likewise, standout only works in the workspace.
1326# 145 ms padding on al and AL taken out since it doesn't seem to be needed much.
1327X5|4025|4027|4024|tek4025|tek4027|tek4024|4025cu|4027cu|tektronix 4024/4025/4027:\
4c5db4f7 1328 :sf=^F^J:do=^F^J:is=\41com 31\r\n^_sto 9 17 25 33 41 49 57 65 73\r:\
9a9a294a
KL
1329 :ks=^_lea p4 /h/\r^_lea p8 /k/\r^_lea p6 / /\r^_lea p2 /j/\r^_lea f5 /H/\r^_lea p5 /H/\r:\
1330 :ke=^_lea p2\r^_lea p4\r^_lea p6\r^_lea p8\r^_lea p5\r^_lea f5\r:\
4c5db4f7 1331 :am:le=^H:bs:da:db:pt:li#34:co#80:cl=^_era\r\n\n:up=^K:nd=^_rig\r:\
9a9a294a
KL
1332 :al=^_up\r^_ili\r:dl=^_dli\r^F:\
1333 :dc=^_dch\r:im=^_ich\r:ei=^F^_dow\r^K:nl=^F\n:\
4c5db4f7 1334 :cd=^_dli 50\r:CC=^_:AL=^_up\r^_ili %d\r:DL=^_dli %d\r^F:\
9a9a294a
KL
1335 :UP=^_up %d\r:DO=^_dow %d\r:LE=^_lef %d\r:RI=^_rig %d\r:
1336X7|4025-17|4027-17|tek 4025 17 line window:\
1337 :li#17:tc=4025:
1338X8|4025-17ws|4027-17ws|tek 4025 17 line window in workspace:\
1339 :is=\41com 31\r\n^_sto 9,17,25,33,41,49,57,65,73\r^_wor 17\r^_mon 17\r:\
1340 :ti=^_wor h\r:te=^_mon h\r:so=^_att e\r:se=^_att s\r:tc=4025-17:
1341X9|4025ex|4027ex|tek 4025 w/!:\
1342 :ti=\41com 31\r:te=^_com 33\r:\
1343 :is=^_com 33\r\n\41sto 9,17,25,33,41,49,57,65,73\r:tc=4025:
9db40867 1344# From jcoker@ucbic
2775f4df 1345Xp|4107|tek4107|Tektronix 4107 graphics terminal with memory:\
4c5db4f7 1346 :ti=\E[?6l\E[H\E[J:te=\E[?6h\E%!0\ELBP0\E%!1\E[32;1f:\
2775f4df 1347 :is=\E%!0\ELBP0\E%!1\E[H\E[2g\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[J:\
4c5db4f7 1348 :li#32:do=^J:al=3\E[L:xn:am:le=^H:bs:cd=\E[J:\
2775f4df
RC
1349 :ce=5\E[K:cl=156\E[H\E[J:cm=\E[%i%d;%dH:co#80:dc=4\E[P:dl=3\E[M:\
1350 :ho=\E[H:ic=4\E[@:md=\E[1m:mr=\E[7m:mb=\E[5m:me=\E[m:ku=\EM:\
1351 :kd=\ED:kl=\E[D:kr=\E[C:kh=\E[H:\
02e69e5e 1352 :ei=:im=:pt:bw:bt=\E[Z:mi:nd=\E[C:se=\E[m:so=\E[7m:\
2775f4df
RC
1353 :ue=\E[m:us=\E[4m:up=\EM:
1354# Tektronix 4107 with sysline
1355Xq|4107-s|tek4107-s|Tektronix 4107 with sysline but no memory:\
1356 :is=\E%!1\E[2;32r\E[132D\E[2g\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[J:\
1357 :es:hs:i2=\E7\E[?6l\E[2K\E[?6h\E8:ts=\E7\E[?6l\E[2K\E[;%i%df:\
4c5db4f7 1358 :fs=\E[?6h\E8:ds=\E7\E[?6l\E[2K\E[?6h\E8:tc=4107:
9a9a294a
KL
1359# From cbosg!teklabs!davem Wed Sep 16 21:11:41 1981
1360# Here's the comamnd file that I use to get rogue to work on the 4025.
1361# It should work with any program using the old curses (e.g. it better
1362# not try to scroll, or cursor addressing won't work. Also, you can't
1363# see the cursor.)
1364# (This "learns" the arrow keys for rogue. I have adapted it for termcap - mrh)
1365Xr|4025-cr|tek 4025 for curses and rogue:\
1366 :is=\41com 31\r\n^_sto 9 17 25 33 41 49 57 65 73\r:\
4c5db4f7
JB
1367 :am:le=^H:bs:pt:li#33:co#80:cm=^_jum%i%d,%d;:up=^K:\
1368 :do=^F^J:cl=^_era;:nd=^_rig;:nl=^F\n:ti=^_wor 33h:te=^_wor 0:
9a9a294a 1369# next two lines commented out since curses only allows 128 chars, sigh.
7800136e
KL
1370# :ti=^_lea p1/b/^_lea p2/j/^_lea p3/n/^_lea p4/h/^_lea p5/ /^_lea p6/l/^_lea p7/y/^_lea p8/k/^_lea p9/u/^_lea p./f/^_lea pt/`era w/13^_lea p0/s/^_wor 33h:\
1371# :te=^_lea p1^_lea p2^_lea p3^_lea p4^_lea pt^_lea p5^_lea p6^_lea p7^_lea p8^_lea p9/la/13^_lea p.^_lea p0^_wor 0:
9a9a294a
KL
1372# The 4110 series may be a wonderful graphics series, but they make the 4025
1373# look good for screen editing. In the dialog area, you can't move the cursor
1374# off the bottom line. Out of the dialog area, ^K moves it up, but there
1375# is no way to scroll.
fb607493 1376Xs|4112|4114|tek4112|tektronix 4110 series:\
4c5db4f7
JB
1377 :is=\E3!1:li#34:co#80:am:al=\E[L:bs:bt=\E[Z:\
1378 :cd=\E[0J:ce=\E[0K:cl=\E[2J\E[0;0H:cm=\E[%i%d;%dH:\
1379 :db:dc=\E[P:dl=\E[M:ic=\E[@:im=:nd=\E[C:se=\E[m:\
1380 :so=\E[7m:ue=\E[m:up=\EM:us=\E[4m:vs=:ve=:\
17cd0f03 1381 :sr=\E7\E[0;0H\E[L\E8:sf=\E7\E[0;0H\E[M\E8:
9a9a294a
KL
1382Xt|4112-nd|4112 not in dialog area:up=^K:ns:tc=4112:
1383Xu|4112-5|4112 in 5 line dialog area:li#5:tc=4112:
84c96624 1384Xv|4113|tek4113|tektronix 4113 color graphics, 5 line dialog area:\
4c5db4f7 1385 :le=^H:do=^J:eo:da:bs:am:li#5:co#80:is=\EKA1\ELL5\ELV0\ELV1:\
84c96624
KL
1386 :vb=\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERB0:\
1387 :cl=\ELZ:uc=^H\ELM1_\ELM0:nd=\LM1 \LM0:\
1388 :.as=\E^N:.ae=\E^O:
1389Xw|4113-34|tek4113-34|tektronix 4113 color graphics, 34 line dialog area:\
1390 :is=\EKA1\ELLB2\ELV0\ELV1:li#34:tc=tek4113:
1391# ns hidden from vi to allow visual mode. APL font (as, ae) not supported here.
1392# uc is slow, but looks nice. Suggest setenv MORE -up . vb needs enough delay
1393# to let you see the background color being toggled.
1394Xy|4113-nd|tek4113-nd|tektronix 4113 color graphics, no dialog area:\
4c5db4f7
JB
1395 :le=^H:do=^J:nd=\t:up=^K:ll=\ELF hl @:ho=\ELF7l\177 @:\
1396 :eo:bs:am:li#34:co#80:is=\ELZ\EKA0\ELF7l\177 @:vs=\ELZ\EKA0:\
84c96624
KL
1397 :vb=\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERB0:\
1398 :cl=\E\f:uc=^H\EMG1_\EMG0:so=\EMT2:se=\EMT1:\
1399 :.ns:.as=\E^N:.ae=\E^O:
48d121e1 1400Xz|4105|tek4105:\
84c96624
KL
1401 :al=\E[1L:am:bs:cd=\E[J:ce=\E[K:cl=\E[2J\E[H:cm=\E[%i%2;%2H:co#80:\
1402 :dc=\E[1P:dl=\E[1M:dn=\E[1B:ho=\E[H:im=\E[4h:li#30:mi:nd=\E[1C:\
1403 :as=\E[1m:ae=\E[0m:ms:pt:se=\E[0m:so=\E[7m:up=\E[1A:kb=^h:ku=\E[1A:\
02e69e5e 1404 :kd=\E[1B:kl=\E[1D:kr=\E[1C:us=\E[4m:ue=\E[0m:is=\E%!1\E[?6l\E[0m:\
84c96624 1405 :mr=\E[<3m:md=\E[<4m:mh=\E[<6m:mb=\E[<7m:me=\E[<1m:ti=\E%!1\E[?6l:xt:
50dcf877
JB
1406# This entry is from Tek. Inc. (Brian Biehl)
1407Xz|4115|tek4115|Tektronix 4115:\
1408 :co#80:li#34:\
1409 :al=\E[L:am:bc=\E[D:bs:bt=\E[Z:cd=\E[J:ce=\E[K:\
1410 :cl=\E[;H\E[2J:cm=\E[%i%d;%dH:da:db:dc=\E[P:dl=\E[M:do=\E[B:\
1411 :ei=\E[4l:eo:ho=\E[;H:im=\E[4h:if=/usr/lib/tabset/vt100:\
1412 :is=\E%\0410\E%\014\ELV0\EKA1\ELBB2\ENU@\075\ELLB2\ELM0\ELV1\EKYA?\E%\0411\E[<1l\E[?7h\E[?8h\E[34;1H\E[34B\E[0m:\
1413 :kb=^H:ke=\E>:ks=\E=:nd=\E[C:pt:se=\E[m:so=\E[7m:sr=\EM:\
1414 :te=\E%\0410\ELBG8\E%\0411\E[34;1H\E[J:
1415 :ti=\E%\0410\ELBB2\E%\0411:\
1416 :ue=\E[m:up=\E[A:us=\E[4m:\
1417 :ve=\E%\0410\ELBG8\E%\0411\E[34;1H:\
1418 :vs=\E%\0410\ELBB2\E%\0411:
c9c0e488
JB
1419# The tek4125 emulates a vt100 incorrectly - the scrolling region
1420# command is ignored. The following entry replaces the cs with the
1421# needed al, dl, and im; removes some cursor pad commands that the tek4125
1422# chokes on; and adds a lot of initialization for the tek dialog area.
9db40867 1423# Note that this entry uses all 34 lines and sets the cursor color to green.
c9c0e488
JB
1424# Steve Jacobson 8/85
1425XB|tek4125:\
1426 :ks=\E=:li#34:\
9db40867 1427 :is=\E%\!0\EQD1\EUX03\EKA\ELBB2\ELCE0\ELI100\ELJ2\ELLB2\ELM0\ELS1\ELX00\ELV1\E%\!1\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:dl=\E[1M:\
c9c0e488 1428 :al=\E[1L:cs@:sc@:rc@:im=\E1:tc=vt100:
48d121e1
S
1429# From carolyn@dali.berkeley.edu Thu Oct 31 12:54:27 1985
1430XA|4404|tek4404:\
1431 :al=\E[1L:bs:cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:cm=\E[%i%d;%dH:co#80:\
1432 :cs=\E[%i%d;%dr:dc=\E[P:dl=\E[1M:do=^J:ei=\E[4l:ho=\E[H:im=\E[4h:\
1433 :kd=\E[B:ke=\E[?1h:kl=\E[D:kr=\E[C:ks=\E[?1l:ku=\E[A:li#32::mb=\E[5m:\
1434 :md=\E[1m:me=\E[m:nd=\E[C:pt:rc=\E8:sc=\E7:se=\E[27m:so=\E[7m:\
1435 :ta=\E[2I:ti=\E%\!1\E[1;32r\E[?6l\E>:te=\E[1;1H\E[0J\E[?6h\E[?1l:\
1436 :ue=\E[m:up=\E[A:us=\E[4m:
9a9a294a
KL
1437# \f# --------------------------------
1438#
acc195ce
JK
1439# Z: Miscellaneous
1440#
1441# These compucolors appear similar, but they at least have different
1442# sized screens. I don't know what's going on here.
1443Z1|8001|ISC8001|compucolor|intecolor:\
1444 :do=^J:al=\EU:am:le=^Z:bc=^Z:cl=3*^L:cm=^C%r%.%.:\
1445 :co#80:cd=\EQ:dm=\EQ:ed=\EF:dc=\177:dl=\EV:ei=\EF:\
1446 :im=\EQ:li#40:nd=1^Y:ta=8\t:up=^\:ho=1^H:pc=^@:
1447Z2|compucolor2|compucolorII:\
1448 :do=^J:pt:am:cm=%r^C%.%.:le=^Z:bc=^Z:li#32:co#64:\
1449 :cl=^L:ho=^H:nd=^Y:up=^\:
1450# From cithep!eric Wed Sep 16 08:06:44 1981
1451Z3|intext|Interactive Systems Corporation modified owl 1200:\
1452 :do=^J:al=5.5*\020:am:le=^_:bc=^_:le=^H:bs:bt=^Y:cd=5.5*\026J:\
1453 :ce=^K\160^R:cl=132\014:cm=\017%+ %+ :co#80:dc=5.5*\022:dl=5.5*\021:\
1454 :ei=\026\074:im=\026\073:ip=5.5*:li#24:nd=\036:pt:up=\034:\
1455 :se=^V# :sg#1:so=^V$,:ma=^K^P^R^L^L :\
1456 :kl=^_:kd=^J:kr=^^:ku=\034:kb=^H:kh=^Z:\
1457 :k1=^VA\r:k2=^VB\r:k3=^VC\r:k4=^VD\r:k5=^VE\r:\
1458 :k6=^VF\r:k7=^VG\r:k8=^VH\r:k9=^VI\r:k0=^VJ\r:
1459# \f# --------------------------------
1460#
9a9a294a
KL
1461# a: ADDS
1462#
1463# Regent: lowest common denominator, works on all regents.
bb0e509d 1464a0|regent|Adds Regent Series:li#24:co#80:am:cl=^L:ll=^A:up=^Z:\
4c5db4f7 1465 :bs:bc=^U:nd=^F:do=^J:ho=\EY :
9a9a294a
KL
1466# Regent 100 has a bug where if computer sends escape when user is holding
1467# down shift key it gets confused, so we avoid escape.
bb0e509d
KL
1468a1|regent100|Adds Regent 100:k0=^B1^M:k1=^B2^M:k2=^B3^M:k3=^B4^M:\
1469 :k4=^B5^M:k5=^B6^M:k6=^B7^M:k7=^B8^M:\
1470 :l0=F1:l1=F2:l2=F3:l3=F4:l4=F5:l5=F6:l6=F7:l7=F8:\
1471 :so=\E0P:ue=\E0@:us=\E0`:se=\E0@:\
1472 :cm=^K%+ %B^P%.:ug#1:sg#1:tc=regent:
1473a2|regent20|Adds Regent 20:cd=\Ek:ce=\EK:cm=\EY%+ %+ :tc=regent:
1474a3|regent25|Adds Regent 25:kh=^A:kl=^U:kr=^F:ku=^Z:kd=^J:tc=regent20:
1475a4|regent40|Adds Regent 40:k0=^B1^M:k1=^B2^M:k2=^B3^M:k3=^B4^M:\
1476 :k4=^B5^M:k5=^B6^M:k6=^B7^M:k7=^B8^M:\
1477 :l0=F1:l1=F2:l2=F3:l3=F4:l4=F5:l5=F6:l6=F7:l7=F8:\
1478 :al=2*\EM:dl=2*\El:\
1479 :so=\E0P:ue=\E0@:us=\E0`:se=\E0@:ug#1:sg#1:tc=regent25:
1480a5|regent40+|Adds Regent 40+:is=\EB:tc=regent40:
1481a6|regent60|regent200|Adds Regent 60:se=\ER\E0@\EV:so=\ER\E0P\EV:dc=\EE:ei=\EF:\
1482 :im=\EF:is=\EV\EB:ko=dc,im,ei:tc=regent40+:
9a9a294a 1483a7|regent60na|regent 60 w/no arrow keys:\
bb0e509d 1484 kl@:kr@:ku@:kd@:tc=regent60:
02e69e5e
CA
1485#
1486# adds viewpoint 90 - from cornell
1487# Note: emacs sends ei occasionally to insure the terminal is out of
1488# insert mode. This unfortunately puts the viewpoint90 IN insert
1489# mode. A hack to get around this is: ic=\EF \EF^U. (Also,
1490# - ei=:im=: must be present.)
1491# - xs indicates glich that attributes stick to location
1492# - bs save to move in standout mode
1493# - cl=\EG\Ek clears screen and visual attributes without affecting
1494# the status line
1495a9|vp90|viewpoint90|adds viewpoint 90:\
c5eebf11 1496 :bs:bw:cd=\Ek:ce=\EK:cl=\EG\Ek:cm=\EY%+ %+ :co#80:\
02e69e5e
CA
1497 :dc=\EE:dl=\El:dm=:do=^J:ed=:ei=:im=:ic=\EF \EF^U:ho=\EY :\
1498 :nd=^F:up=^Z:\
1499 :kb=^H:kd=^J:kh=^A:kl=^U:kr=^F:ku=^Z:li#24:ll=^A:\
9db40867
JK
1500 :so=\ER\E0Q\EV:se=\ER\E0@\EV:\
1501 :us=\ER\E0`\EV:ue=\ER\E0@\EV:\
1502 :xs:ms:
9a9a294a
KL
1503# Note: if return acts weird on a980, check internal switch #2
1504# on the top chip on the CONTROL pc board.
1505ac|a980|adds consul 980:\
4c5db4f7
JB
1506 :do=^J:al=13\E^N:am:le=^H:bs:cl=^L\200^K@:cm=^K%+@\E^E%2:co#80:\
1507 :dl=13\E^O:k0=\E0:k1=\E1:k2=\E2:k3=\E3:k4=\E4:k5=\E5:k6=\E6:k7=\E7:\
1508 :k8=\E8:k9=\E9:li#24:nd=\E^E01:so=^Y^^^N:se=^O:up=9:
bb0e509d
KL
1509as|viewpt60|viewpoint60|addsviewpoint60|adds viewpoint60:\
1510 :tc=regent40:
9a9a294a
KL
1511# From Onyx:edward Thu Jul 9 09:27:33 1981
1512av|viewpoint|addsviewpoint|adds viewpoint:\
4c5db4f7 1513 :do=^J:am:le=^H:bs:li#24:co#80:cm=\EY%+ %+ :cd=\Ek:ce=\EK:\
4e2cb5b9 1514 :up=^Z:cl=^L:ll=^A:kl=^U:kd=^J:ku=^Z:kh=^A:\
9a9a294a
KL
1515 :so=^N:se=^O:us=^N:ue=^O:is=^O\E0`:vs=^O\E0P:ve=^O\E0`:
1516# \f# --------------------------------
1517#
1518# b: BEEHIVE
1519#
1520# Reports are that most of these Beehive entries (except superbee) have not been
1521# tested and do not work right. se is a trouble spot. Be warned.
1522b2|sb2|sb3|fixed superbee:\
1523 :xb@:tc=superbee:
1524# set tab is ^F, clear (one) tab is ^V, no way to clear all tabs.
1525# good grief - does this entry make sg/ug when it doesn't have to?
1526# look at those spaces in se/so. Seems strange to me...
1527bh|bh3m|beehiveIIIm:\
4c5db4f7 1528 :if=/usr/lib/tabset/beehive:do=^J:\
9a9a294a
KL
1529 :al=160^S:am:le=^H:bs:cd=^R:ce=^P:cl=^E^R:\
1530 :co#80:dl=350^Q:ho=^E:li#20:ll=^E^K:\
4c5db4f7 1531 :nd=^L:pt:se= ^_:so=^] :up=^K:
9a9a294a
KL
1532# This loses on lines > 80 chars long, use at your own risk
1533bi|superbeeic|super bee with insert char:\
1534 :ic=:im=\EQ:ei=\ER:tc=superbee:
1535bm|microb|microbee|micro bee series:\
4c5db4f7 1536 :do=^J:am:le=^H:bs:cd=\EJ:ce=\EK:cl=\EE:co#80:cm=\EF%+ %+ :\
9a9a294a
KL
1537 :k1=\Ep:k2=\Eq:k3=\Er:k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:k9=\Ex:\
1538 :kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:\
4c5db4f7 1539 :li#24:nd=\EC:pt:se=\Ed@ :so= \EdP:ue=\Ed@:up=\EA:us=\Ed`:
9a9a294a
KL
1540# Superbee - f1=escape, f2=^C.
1541# Note: there are at least 3 kinds of superbees in the world. The sb1
1542# holds onto escapes and botches ^C's. The sb2 is the best of the 3.
1543# The sb3 puts garbage on the bottom of the screen when you scroll with
1544# the switch in the back set to CRLF instead of AEP. This description
1545# is tested on the sb2 but should work on all with either switch setting.
1546# The f1/f2 business is for the sb1 and the :xb: can be taken out for
1547# the other two if you want to try to hit that tiny escape key.
1548# This description is tricky: being able to use cm depends on there being
1549# 2048 bytes of memory and the hairy nl string.
1550bs|sb1|superbee|superb|beehive super bee:\
e91f348b 1551 :ct=\E3:st=\E1:is=\EH\EJ:do=^J:\
4c5db4f7 1552 :sf=\n\200\200\200\n\200\200\200\EA\EK\200\200\200\ET\ET:\
9a9a294a 1553 :am:le=^H:bs:cd=3\EJ:ce=3\EK:cl=3\EH\EJ:co#80:cm=\EF%r%3%3:cr=1000\r:\
e91f348b 1554 :dC#10:da:db:xb:dc=3\EP:dl=100\EM:so=\E_1:se=\E_3:\
9a9a294a 1555 :li#25:nl=\n\200\200\200\n\200\200\200\EA\EK\200\200\200\ET\ET:\
4c5db4f7 1556 :nd=\EC:pt:up=\EA:ho=\EH:ve=\n:\
9a9a294a
KL
1557 :k1=\Ep:k2=\Eq:k3=\Er:k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:\
1558 :kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:
9db40867
JK
1559# 8675, 8686, and bee from Cyrus Rahman
1560b7|8675|harris 8675:\
1561 :k1=^F:k2=^P:k3=^N:k4=^V:k5=^J:k6=^T:k7=^H:k8=\177:k9=\Ee:k10=\Ed:\
1562 :k11=^W:k12=\ER:k13=\EE:k14=\EI:k15=\Ei:k16=\Eg:\
1563 :is=\ES\E#\E*\Eh\Em\E?\E1\E9\E@\EX\EU:\
1564 :tc=bee:
1565b8|8686|harris 8686:\
1566 :k1=^B^[p^C:k2=^B^[q^C:k3=^B^[r^C:k4=^B^[s^C:k5=\E3:\
1567 :k6=\EI:k7=\ER:k8=\EJ:k9=\E(:k10=\Ej:k11=\EW:\
1568 :k12=^B^[{^C:k13=^B^[|^C:k14=^B^[}^C:k15=^B^[~^C:k16=^B^[\177^C:\
1569 :is=\ES\E#\E*\Eh\Em\E?\E1\E9\E@\EX\EU\E"*Z01\
1570 \E"8F35021B7C83#\E"8F45021B7D83#\E"8F55021B7E83#\E"8F65021B7F83#\
1571 \E"8F75021B7383#\E"8F851BD7#\E"8F95021B7083#\E"8FA5021B7183#\
1572 \E"8FB5021B7283#:\
1573 :tc=bee:
1574be|bee|harris beehive:\
1575 :co#80:li#24:am:bs:cd=\EJ:ce=\EK:cl=\EE:nd=\EC:\
1576 :cm=\EF%+ %+ :up=\EA:do=\EB:ho=\EH:bt=\E>:\
1577 :al=\EL:dc=\EP:dl=\EM:ei=\E@:im=\EQ:ic=:mi:\
1578 :kl=\ED:kr=\EC:ku=\EA:kd=\EB:kh=\EH:kb=^H:\
1579 :us=\Ed`:ue=\Ed@:so=\EdP:se=\Ed@:\
1580 :ko=al,bt,ce,cl,dc,dl,ei,ho,ic,im:
9a9a294a
KL
1581# \f# --------------------------------
1582#
1583# c: CONCEPT (HUMAN DESIGNED SYSTEMS)
1584#
1585# From vax135!hpk Sat Jun 27 07:41:20 1981
1586# Extensive changes to c108 by arpavax:eric Feb 1982
1587#
1588# There seem to be a number of different versions of the C108 PROMS
1589# (with bug fixes in its Z-80 program).
1590# The first one that we had would lock out the keyboard of you
1591# sent lots of short lines (like /usr/dict/words) at 9600 baud.
1592# Try that on your C108 and see if it sends a ^S when you type it.
1593# If so, you have an old version of the PROMs.
1594# The old one also messed up running vi with a 132-character line-length.
1595# You should configure the C108 to send ^S/^Q before running this.
1596# It is much faster (at 9600 baud) than the c100 because the delays
1597# are not fixed.
1598# new status line display entries for c108:
1599# hs - has status capability
1600# es - escape sequences are OK on status line
1601# i2 - second init str - setup term for status display - set programmer mode,
1602# select window 2, define window at last line of memory,
1603# set bkgnd stat mesg there, select window 0.
1604# ts - to status line - select window 2, home cursor, erase to end-of-window,
1605# 1/2 bright on, goto(line#0, col#?)
1606# fs - from status line - 1/2 bright off, select window 0
1607# ds - disable status display - set bkgnd status mesg with illegal window #
23af5d71
KL
1608#
1609# the following two entries are for emacs -- they are just like the regular
1610# entries except that they have buffer overflow control OFF
1611c0|e108-8p:\
1612 :i2=\EU\E z"\Ev^A\177 !p\E ;"\E z \Ev ^A\177p\Ep\n:\
1613 :te=\Ev ^A\177p\Ep\r\n:tc=e108-4p:
1614c1|e108-4p:\
1615 :is=\EU\E f\Ef\E7\E5\E8\El\ENH\EK\E\200\Eo&\200\Eo\47\E\E!\E^G!\E^HA@ :\
1616 :tc=c108-4p:
1617c2|c108|c108-8p|concept108-8p|concept 108 w/8 pages:\
9a9a294a
KL
1618 :i2=\EU\E z"\Ev^A\177 !p\E ;"\E z \Ev ^A\177p\Ep\n:\
1619 :te=\Ev ^A\177p\Ep\r\n:tc=c108-4p:
23af5d71 1620c3|c108-4p|concept108-4p|concept 108 w/4 pages:\
4c5db4f7
JB
1621 :es:hs:ts=\E z"\E?\E^C\Ea %+ :fs=\E z :ds=\E ;\177:\
1622 :i2=\EU\E z"\Ev\177 !p\E ;"\E z \Ev \177p\Ep\n:do=^J:pt:\
9a9a294a
KL
1623 :is=\EU\E F\Ef\E7\E5\E8\El\ENH\EK\E\200\Eo&\200\Eo\47\E\E!\E^G!\E^HA@ :\
1624 :ti=\EU\Ev 8p\Ep\r:te=\Ev \177p\Ep\r\n:\
1625 :al=\E^R:le=^H:bs:cd=\E^C:ce=\E^S:cl=\E?\E^E:cm=\Ea%+ %+ :co#80:\
1626 :dc=\E^Q:dl=\E^B:ei=\E\200:eo:im=\E^P:li#24:mi:nd=\E=:\
02e69e5e 1627 :kb=^h:up=\E;:db:us=\EG:ue=\Eg:vs=\EW:ve=\Ew:am:xn:\
9a9a294a
KL
1628 :vb=\Ek\200\200\200\200\200\200\200\200\200\200\200\200\200\200\EK:\
1629 :ks=\EX:ke=\Ex:ku=\E;:kd=\E<:kl=\E>:kr=\E=:kh=\E?:\
1630 :k1=\E5:k2=\E6:k3=\E7:k4=\E8:k5=\E9:k6=\E\72:\
1631 :so=\ED:se=\Ed:mh=\EE:md=\ED:mr=\ED:me=\Ee\Ed\Eg\Ec:
23af5d71 1632c4|c108-rv-8p|concept108-rv-8p|concept 108 w/8 pages, in reverse video:\
9a9a294a
KL
1633 :vb=\EK\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ek:\
1634 :is=\EU\E F\Ef\E7\E5\E8\El\ENH\Ek\E\200\Eo&\200\Eo\47\E\E!\E^G!\E^HA@ :\
4c5db4f7 1635 :ts=\E z"\E?\E^C\EE\Ea %+ :fs=\Ee\E z :tc=c108-8p:
23af5d71 1636c5|c108-rv-4p|concept108-rv-4p|concept 108 w/4 pages, in reverse video:\
9a9a294a
KL
1637 :vb=\EK\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ek:\
1638 :is=\EU\E F\Ef\E7\E5\E8\El\ENH\Ek\E\200\Eo&\200\Eo\47\E\E!\E^G!\E^HA@ :\
4c5db4f7 1639 :ts=\E z"\E?\E^C\EE\Ea %+ :fs=\Ee\E z :tc=c108-4p:
23af5d71 1640c6|c108-na|c108-na-8p|concept108-na-8p|concept 108 w/8 pages, no arrows:\
9a9a294a 1641 :ks@:ke@:k7=\E;:k8=\E<:k9=\E=:tc=c108-8p
23af5d71 1642c7|c108-rv-na|c108-rv-na-8p|concept 108 w/8 pages, no arrows in rev video:\
c9f70186 1643 :ts=\E z"\E?\E^C\EE\Ea %+ :fs=\Ee\E z :\
acc195ce 1644 :ks@:ke@:k7=\E;:k8=\E<:k9=\E=:tc=c108-rv-8p
9a9a294a 1645# this needs new frotz in the cm capability for 2-char addrs when > 95....
23af5d71 1646c8|c108-w|c108-w-8p|concept108-w-8p|concept 108 w/8 pages in wide mode:\
9a9a294a
KL
1647 :is=\EU\E F\Ef\E7\E5\E8\El\ENH\EK\E\200\Eo&\200\Eo\47\E\E"\E^G!\E^HA@ :\
1648 :ti=\EU\Ev 8^AD\Ep\r:te=\Ev ^A0^AD\Ep\r\n:pt@:cm@:\
1649 :co#132:tc=c108-8p
c9c0e488 1650cA|avt-w|avtw|HDS concept avt w/4 or 8 pages; 132 columns:\
dec1502e
KL
1651 :is=\E[1*q\E[2!t\E[7!t\E[=4;101;119l\E[=103;107;118;207h\E)1\E[1Q\EW\E[7!y\E[0\0720\07232!r\E[w\E2\r\n:\
1652 :ch=\E[%i%3G:cm=\E[%i%2;%3H:co#132:tc=avt:
1653cB|avt-8p-s|concept avt w/8 pages & 80 cols running sysline:\
1654 :is=\E[1*q\E[2!t\E[7!t\E[=4;101;103;119l\E[=107;118;207h\E)1\E[1Q\EW\E[0!y\E[0\0720\07232!r\E[2!w\E[192w\E[2*w\E[!w\E[1;191w\E2\r\n:\
1655 :hs:es:ts=\E[2!w\E[H\E[J\E[%i%dG:fs=\E[!w:\
1656 :ds=\E[2!w\E[2J\E[!w\E[*w:te=\E[1;191w\E2\n:tc=avt:
1657cC|avt-4p-s|concept avt w/4 pages & 80 cols running sysline:\
1658 :is=\E[1*q\E[2!t\E[7!t\E[=4;101;103;119l\E[=107;118;207h\E)1\E[1Q\EW\E[0!y\E[0\0720\07232!r\E[2!w\E[96w\E[2*w\E[!w\E[1;95w\E2\r\n:\
1659 :hs:es:ts=\E[2!w\E[H\E[J\E[%i%dG:fs=\E[!w:\
1660 :ds=\E[2!w\E[2J\E[!w\E[*w:te=\E[1;95w\E2\n:tc=avt:
4de195af
KL
1661cD|avt-rv|HDS concept avt w/4 or 8 pages, 80 columns, reverse video:\
1662 :is=\E[1*q\E[2!t\E[7!t\E[=4;101;103;119l\E[=107;118;205;207h\E)1\E[1Q\EW\E[0!y\E[0\0720\07232!r\E[w\E2\r\n:\
1663 :ve=\E[4l:vs=\E[4l:tc=avt
1664cE|avt|HDS concept avt w/4 or 8 pages, 80 columns:\
fb607493 1665 :is=\E[1*q\E[2!t\E[7!t\E[=4;101;103;119;205l\E[=107;118;207h\E)1\E[1Q\EW\E[0!y\E[0\0720\07232!r\E[w\E2\r\n\E[*w:\
dec1502e
KL
1666 :ae=^O:al=\E[L:am:as=^N:bs:bt=\E[Z:cd=\E[J:ce=\E[K:\
1667 :ch=\E[%i%2G:cl=\E[H\E[J:cm=\E[%i%2;%2H:co#80:cv=\E[%i%2d:\
1668 :dc=\E[P:dl=\E[M:do=\E[B:ei=\E1:eo:ho=\E[H:im=\E1:kb=^H:kd=\E[B:\
33a433ca 1669 :kh=\E[H:kl=\E[D:ko=do,ho,nd,up:kr=\E[C:\
dec1502e
KL
1670 :ks=\E[1;4!z\E[1;8!z\E[1;10!z\E[1;11!z\E[1;12!z\E[1;14!z\E[3;7!z\E[3;9!z:\
1671 :ke=\E[;4!z\E[;8!z\E[;10!z\E[;11!z\E[;12!z\E[3;14!z\E[;7!z\E[;9!z:\
1672 :ku=\E[A:li#24:mi:nd=\E[C:pt:se=\E[7!{:so=\E[7m:\
02e69e5e 1673 :te=\E[w\E2\n:ti=\E[1;24w\E2\n:ue=\E[4!{:\
dec1502e 1674 :up=\E[A:us=\E[4m:ve=\E[=4;119l:vs=\E[4l\E[=119h:xn:
9a9a294a
KL
1675#
1676# Concepts have only window relative cursor addressing, not screen relative.
1677# To get it to work right here, ti/te (which were invented for the concept)
1678# lock you into a one page window for screen style programs. To get out of
1679# the one page window, we use a clever trick: we set the window size to zero
1680# ("\Ev " in te) which the terminal recognizes as an error and resets the
1681# window to all of memory.
1682#
1683# Some tty drivers use cr3 for concept, others use nl3, hence dN/dC below.
1684# This padding is only needed at 9600 baud.
1685# 2 nulls padding on te isn't always enough. 6 works fine. Maybe less
1686# than 6 but more than 2 will work.
23af5d71 1687ca|c100|concept|c1004p|c100-4p|concept100|concept 100:\
9db40867 1688 :is=\EU\Ef\E7\200\200\E5\E8\200\200\El\ENH\EK\E\200\Eo&\200\Eo\47\E\E^G\041\E^HA@ :\
9a9a294a
KL
1689 :ti=\EU\Ev 8p\Ep\r:te=\Ev \200\200\200\200\200\200\Ep\r\n:\
1690 :al=3*\E^R:am:le=^H:bs:cd=16*\E^C:ce=16\E^U:cl=2*^L:cm=\Ea%+ %+ :co#80:\
1691 :dc=16\E^Q:dl=3*\E^B:ei=\E\200:eo:im=\E^P:ip=16*:li#24:mi:nd=\E=:\
02e69e5e 1692 :pt:kb=^h:ta=8\t:up=\E;:db:us=\EG:ue=\Eg:xn:\
9a9a294a
KL
1693 :vb=\Ek\200\200\200\200\200\200\200\200\200\200\200\200\200\200\EK:\
1694 :.dN#9:dC#9:pb#9600:vt#8:us=\EG:ue=\Eg:so=\EE\ED:se=\Ed\Ee:\
4c5db4f7 1695 :mh=\EE:mr=\ED:mb=\EC:mp=\EI:mk=\EH:me=\EN\200:do=^J:\
9a9a294a 1696 :ks=\EX:ke=\Ex:ku=\E;:kd=\E<:kl=\E>:kr=\E=:kh=\E?:k1=\E5:k2=\E6:k3=\E7:
23af5d71 1697cb|c100-rv-pp|c100-rv-4p-pp|concept100-rv-pp|c100rv4ppp|w/ printer port:\
9db40867 1698 :is=\EU\Ef\E7\200\200\E5\E8\200\200\El\ENH\Ek\E\200\Eo&\200\Eo\041\200\EQ"\EY(^W\Eo\47\E\E^G\041\E^HA@ :\
9a9a294a 1699 :tc=c100-rv:
23af5d71 1700cc|c100-rv-na|c100-rv-4p-na|concept100-rv-na|c100rv4pna|c100 with no arrows:\
9a9a294a 1701 :ks@:ke@:tc=c100-rv:
23af5d71 1702cd|c100-rv|c100-rv-4p|concept100-rv|c100rv4p|c100rv|c100 rev video:\
9db40867 1703 :is=\EU\Ef\E7\200\200\E5\E8\200\200\El\ENH\Ek\E\200\Eo&\200\Eo\47\E\E^G\041\E^HA@ :\
9a9a294a
KL
1704 :vb=\EK\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ek:\
1705 :so=\EE:se=\Ee:tc=c100:
1706# This is useful at 1200 baud.
23af5d71 1707ce|c100-s|concept-s|concept100-s|slow concept 100:\
4c5db4f7 1708 :vb=\Ek\200\EK:pt:dC@:dN@:tc=c100:
23af5d71 1709cf|c100-rv-s|concept-rv-s|concept100-rv-s|c100rvs|slow reverse concept 100:\
4c5db4f7 1710 :vb=\EK\200\Ek:pt:dC@:dN@:tc=c100-rv:
9a9a294a
KL
1711# \f# --------------------------------
1712#
1713# d: DEC (DIGITAL EQUIPMENT CORPORATION)
1714#
1715# Note that xn glitch in vt100 is not quite the same as concept, since
1716# the cursor is left in a different position while in the weird state
1717# (concept at beginning of next line, vt100 at end of this line) so
1718# all versions of vi before 3.7 don't handle xn right on vt100.
1719# I assume you have smooth scroll off or are at a slow enough baud
1720# rate that it doesn't matter (1200? or less). Also this assumes
1721# that you set auto-nl to "on", if you set it off use vt100-nam below.
1722#
1723# Since there are two things here called vt100, the installer can make
1724# a local decision to make either one standard "vt100" by including
1725# it in the list of terminals in reorder, since the first vt100 in
1726# /etc/termcap is the one that it will find. The choice is between
1727# nam (no automatic margins) and am (automatic margins), as determined
1728# by the wrapline switch (group 3 #2). I presonally recommend turning
1729# on the bit and using vt100-am, since having stuff hammer on the right
1730# margin is sort of hard to read. However, the xn glitch does not occur
1731# if you turn the bit off.
1732#
1733# I am unsure about the padding requirements listed here. I have heard
1734# a claim that the vt100 needs no padding. It's possible that it needs
1735# padding only if the xon/xoff switch is off. For UNIX, this switch
1736# should probably be on.
1737#
1738# The vt100 uses rs and rf rather than is/ct/st because the tab settings
1739# are in non-volatile memory and don't need to be reset upon login.
1740# You can type "reset" to get them set.
1741dp|vt100-np|vt100 with no padding (for psl games):\
1742 :cl=\E[H\E[2J:sr=\EM:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\
1743 :ce=\E[K:cd=\E[J:so=\E[7m:se=\E[m:us=\E[4m:ue=\E[m:\
1744 :md=\E[1m:mr=\E[7m:mb=\E[5m:me=\E[m:tc=vt100:
c9c0e488 1745d0|vt100|vt100-am|vt100am|dec vt100:\
02e69e5e 1746 :do=^J:co#80:li#24:cl=50\E[;H\E[2J:sf=2*\ED:\
9a9a294a
KL
1747 :le=^H:bs:am:cm=5\E[%i%d;%dH:nd=2\E[C:up=2\E[A:\
1748 :ce=3\E[K:cd=50\E[J:so=2\E[7m:se=2\E[m:us=2\E[4m:ue=2\E[m:\
1749 :md=2\E[1m:mr=2\E[7m:mb=2\E[5m:me=2\E[m:is=\E[1;24r\E[24;1H:\
bb0e509d 1750 :rf=/usr/lib/tabset/vt100:\
9a9a294a
KL
1751 :rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:ks=\E[?1h\E=:ke=\E[?1l\E>:\
1752 :ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:kb=^H:\
02e69e5e 1753 :ho=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:pt:sr=2*\EM:vt#3:xn:\
9a9a294a 1754 :sc=\E7:rc=\E8:cs=\E[%i%d;%dr:
c9c0e488
JB
1755d1|vt100-nam|vt100nam|vt100 w/no am:\
1756 :am@:xn@:\
1757 :is=\E>\E[?3l\E[?4l\E[?5l\E[?7l\E[?8h:ks=\E[?1h\E=:ke=\E[?1l\E>:\
1758 :tc=vt100-am:
9a9a294a 1759d2|gt42|dec gt42:\
4c5db4f7 1760 :do=^J:le=^H:bs:co#72:ns:li#40:os:
9a9a294a
KL
1761d3|vt132|vt132:\
1762 :al=99\E[L:dl=99\E[M:ip=7:dc=7\E[P:ei=\E[4l:im=\E[4h:xn:dN#30:tc=vt100:
1763d4|gt40|dec gt40:\
4c5db4f7 1764 :do=^J:le=^H:bs:co#72:ns:li#30:os:
9a9a294a 1765d5|vt50|dec vt50:\
4c5db4f7 1766 :do=^J:le=^H:bs:cd=\EJ:ce=\EK:cl=\EH\EJ:co#80:li#12:nd=\EC:pt:up=\EA:
dec1502e 1767d6|vt125|vt125-am|DEC vt125:\
9db40867 1768 :xn:do=^J:co#80:li#24:cl=50\E[H\E[2J:dC=10:dN=10:\
03a32f1b
KL
1769 :le=^H:am:bs:cm=5\E[%i%d;%dH:nd=2\E[C:up=2\E[A:ce=3\E[K:cd=50\E[J:\
1770 :so=2\E[7m:se=2\E[m:us=2\E[4m:ue=2\E[m:md=2\E[1m:mr=2\E[7m:mb=2\E[5m:\
dec1502e 1771 :me=2\E[m:is=\E[1;24r\E[24;1H\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
03a32f1b 1772 :ks=\E[?1h\E=:ke=\E[?1l\E>:if=/usr/lib/tabset/vt100:ku=\EOA:kd=\EOB:\
4c5db4f7 1773 :kr=\EOC:kl=\EOD:kb=^H:ho=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
03a32f1b 1774 :pt:sr=5\EM:vt#3:sc=\E7:rc=\E8:cs=\E[%i%d;%dr:
c9c0e488
JB
1775d9|vt125-nam|DEC vt125 no automatic margin:\
1776 :am@:tc=vt125-am:
9db40867 1777# DEC gigi color graphic terminal, same as vt52
1f519d9c
KL
1778d7|gigi|dec gigi terminal:\
1779 :co#80:is=200\E>\E[?4l\E[?5l\E[?7h\E[?8h:\
1780 :li#24:cl=100\E[;H\E[2J:bs:cm=50\E[%i%2;%2H:nd=200\E[C:up=100\E[A:\
1781 :ce=120\E[K:cd=100\E[J:so=20\E[7m:se=20\E[m:us=20\E[4m:ue=20\E[m:\
1782 :ks=200\E[?1h\E=:ke=200\E[?1l\E>:\
1783 :ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:\
1784 :kh=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:pt:sr=200\EM:\
1785 :dC=50:dF=200:dN=50:dT=50:
9a9a294a 1786dI|dw1|decwriter I:\
4c5db4f7 1787 :do=^J:le=^H:bs:co#72:hc:os:
dec1502e
KL
1788# From tut@Topaz.CC Thu May 12 14:49:02 1983
1789dJ|dw3|la120|decwriter III:\
1790 :bs:kb=^H:co#132:hc:os:pt:\
1791 :is=\E(B\E[20l\E[w\E[1;132s\E[2g\E[9;17;25;33;41;49;57;65;73;81;89;97;105;113;121;129u\E[z\E[66t\E[1;66r\E[4g\E>\r:
1792# From tut@topaz.CC Thu Sep 24 22:10:46 1981
1f519d9c 1793df|dw4|decwriter IV:\
4c5db4f7
JB
1794 :do=^J:le=^H:bs:co#132:hc:os:am:\
1795 :pt:is=\Ec:k0=\EOP:k1=\EOQ:k2=\EOR:k3=\EOS:kb=^H:
9a9a294a 1796dh|vt50h|dec vt50h:\
4c5db4f7
JB
1797 :do=^J:le=^H:bs:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :\
1798 :co#80:li#12:nd=\EC:pt:sr=\EI:up=\EA:
9a9a294a 1799di|vt100-s|vt100 with status line at top:\
4c5db4f7 1800 :li#23:i2=\E[2;24r\E[24;1H:cm@:ho=\E[H^J:cl=50\E[;H^J\E[0J:\
9a9a294a
KL
1801 :hs:es:ts=\E7\E[1;%dH\E[1K:fs=\E8:tc=vt100-am:
1802dj|vt100-s-bot|vt100 with status line at bottom:\
1803 :li#23:i2=\E[1;23r\E[23;1H:\
1804 :hs:es:ts=\E7\E[24;%dH\E[1K:fs=\E8:tc=vt100-am:
1805ds|vt100-nav|dec vt100 132 cols 14 lines (w/o advanced video option):\
1806 :li#14:tc=vt100-w:
1807dt|vt100-w|dec vt100 132 cols (w/advanced video):\
1808 :co#132:li#24:rs=\E>\E[?3h\E[?4l\E[?5l\E[?8h:tc=vt100-am:
1f519d9c 1809dv|vt100-w-nam|dec vt100 132 cols (w/advanced video), no am:\
9a9a294a 1810 :co#132:li#24:rs=\E>\E[?3h\E[?4l\E[?5l\E[?8h:vt@:tc=vt100-nam:
9db40867
JK
1811d8|vt102|vt100 w/adv. video:\
1812 :al=\E[1L:dl=\E[1M:im=\E[4h:ei=\E[4l:mi:dc=\E[1P:ku=\EOA:kd=\EOB:\
1813 :kr=\EOC:kl=\EOD:k0=\EOp:k1=\EOq:k2=\EOr:k3=\EOs:k4=\EOt:k5=\EOu:\
1814 :k6=\EOv:k7=\EOw:k8=\EOx:k9=\EOy:as=\E(0:ae=\E(B:am@:xn@:tc=vt100am:
1815# (from lai@decwrl) should be a vt102, but have heard enough
1816# unsubstantiated complaints to make it an alternate (obsolete) version
1817dy|vt102-obs|dec vt102:\
62c417d4 1818 :do=^J:co#80:li#24:cl=50\E[;H\E[2J:\
f76d72b1
JB
1819 :le=^H:bs:cm=5\E[%i%d;%dH:nd=2\E[C:up=2\E[A:\
1820 :ce=3\E[K:cd=50\E[J:so=2\E[7m:se=2\E[m:us=2\E[4m:ue=2\E[m:\
1821 :md=2\E[1m:mr=2\E[7m:mb=2\E[5m:me=2\E[m:is=\E[1;24r\E[24;1H:\
1822 :rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:ks=\E[?1h\E=:ke=\E[?1l\E>:\
1823 :ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:kb=^H:\
1824 :ho=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:pt:sr=5\EM:vt#3:\
1825 :sc=\E7:rc=\E8:cs=\E[%i%d;%dr:vs=\E[?7l:ve=\E[?7h:
1f519d9c 1826dw|vt52|dec vt52:\
4c5db4f7
JB
1827 :do=^J:le=^H:bs:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :co#80:li#24:\
1828 :nd=\EC:pt:sr=\EI:up=\EA:ku=\EA:kd=\EB:kr=\EC:kl=\ED:kb=^H:
fb607493
JB
1829# vt61 created by Roger Sacilotto Massachusetts Computer Associates, Inc
1830# Similar to vt52 but add al and dl
1831#
1832dq|vt61|dec vt61:\
1833 :al=\EPf:dl=\EPd:tc=vt52:
7dd19be6 1834dx|dw2|decwriter II:\
4c5db4f7 1835 :do=^J:kb=^h:le=^H:bs:co#132:hc:os:
fa584f41 1836# DEC PRO-350 console (VT220-style)
5982a4d4 1837dP|pro350|decpro|dec pro console:\
fa584f41
RC
1838 :bs:cd=\EJ:ce=\EK:cl=\EH\EJ:\
1839 :cm=\EY%+ %+ :co#80:ho=\EH:\
1840 :kl=\ED:kr=\EC:ku=\EA:kd=\EB:kh=\EH:\
5982a4d4
RC
1841 :k0=\EE:k1=\EF:k2=\EG:k3=\EH:k4=\EI:k5=\EJ:k6=\Ei:k7=\Ej:\
1842 :li#24:nd=\EC:pt:sr=\EI:up=\EA:do=\EB:\
1843 :se=\E^N:so=\E^H:us=\E^D:ue=\E^C:\
1844 :ae=\EG:as=\EF:
1845#
f8bb8651
RC
1846# From: Bracy H. Elton <elton@lll-crg>
1847dl|vt200|vt220|vt200-js|vt220-js|dec vt200 series with jump scroll:\
4c5db4f7 1848 :im=\E[4h:ei=\E[4l:mi:dc=\E[P:dm=:ed=:al=\E[L:dl=\E[M:\
f8bb8651 1849 :cs=\E[%i%d;%dr:sf=\ED:sr=\EM:sb=\EM:\
4c5db4f7 1850 :ce=\E[K:cl=\E[H\E[J:cd=\E[J:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\
f8bb8651
RC
1851 :so=\E[7m:se=\E[27m:us=\E[4m:ue=\E[24m:\
1852 :md=\E[1m:mr=\E[7m:mb=\E[5m:me=\E[m:\
1853 :is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H:\
1854 :rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
1855 :tc=vt100:
1856dm|vt200-ss|vt220-ss|dec vt200 series with smooth scroll:\
1857 :is=\E>\E[?3l\E[?4h\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H:\
1858 :rs=\E>\E[?3l\E[?4h\E[?5l\E[?7h\E[?8h:\
1859 :tc=vt200:
1860dn|vt200-w|vt220-w|vt200-wj|vt220-wj|dec vt200 series; 132 col.; jump scroll:\
1861 :is=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H:\
1862 :rs=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h:\
4c5db4f7 1863 :co#132:tc=vt200:
f8bb8651
RC
1864do|vt200-ws|vt220-ws|dec vt200 series; 132 col.; smooth scroll:\
1865 :is=\E>\E[?3h\E[?4h\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H:\
1866 :rs=\E>\E[?3h\E[?4h\E[?5l\E[?7h\E[?8h:\
4c5db4f7 1867 :co#132:tc=vt200:
9db40867 1868# @(#)termcap X10/6.6 11/7/86, minus alternate screen, plus :cs
6523a1b3 1869vs|xterm|vs100|xterm terminal emulator (X window system):\
acc195ce 1870 :do=^J:le=^H:ho=\E[H:\
9db40867
JK
1871 :co#80:li#65:cl=\E[H\E[2J:bs:am:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\
1872 :ce=\E[K:cd=\E[J:so=\E[7m:se=\E[m:us=\E[4m:ue=\E[m:\
1873 :md=\E[1m:mr=\E[7m:me=\E[m:\
f2ec6cd6 1874 :ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:kb=^H:\
acc195ce 1875 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:pt:sf=\n:sr=\EM:\
f2ec6cd6 1876 :al=\E[L:dl=\E[M:ic=\E[@:dc=\E[P:\
b6de3895 1877 :MT:ks=\E[?1h\E=:ke=\E[?1l\E>:xn:\
9db40867
JK
1878 :AL=\E[%dL:DL=\E[%dM:IC=\E[%d@:DC=\E[%dP:\
1879 :hs:ts=\E[?E\E[?%i%dT:fs=\E[?F:es:ds=\E[?E:\
1880 :is=\E\E[m\E[?7h\E[?1;4l:cs=\E[%i%d;%dr:\
19a04b49 1881 :rs=\E[r\E<\E[m\E[H\E[2J\E[?7h\E[?1;3;4;6l:
6523a1b3
MK
1882v2|xterms|vs100s|xterm terminal emulator (small)(X window system):\
1883 :co#80:li#24:tc=xterm:
f76d72b1
JB
1884# vs100 emulator using tsim (from lai@decwrl)
1885vt|vs100t|tsim|vs100-tsim:\
1886 :bs:cm=\EM%+ %+ :ho=\EH:do=^J:up=^K:cl=\EE:ce=\EL:cs=\ES%+ %+ :\
1887 :so=\Eh:se=\Er:us=\Eu:ue=\Ev:al=\EI:Al=\E+%+ :dl=\ED:Dl=\E-%+ :\
1888 :ic=\Ei:dc=\Ed:is=\ER:rs=\ER:am:cd=\EQ:pt:nd=\En:li#24:co#80:
9a9a294a
KL
1889# \f# --------------------------------
1890#
1891# h: HEWLETT PACKARD
1892#
1893# Note: no "ho" on HP's since that homes to top of memory, not screen.
1894# Due to severe 2621 braindamage, the only way to get the arrow keys to
1895# transmit anything at all is to turn on the function key labels
1896# (f1-f8) with ks, and even then the poor user has to hold down shift!
1897# The default 2621 turns off the labels except when it has to to enable
1898# the function keys. If your installation prefers labels on all the time,
1899# or off all the time (at the "expense" of the function keys) move the
1900# 2621-nl or 2621-wl labels to the front using reorder.
1901# Note: there are newer ROM's for 2621's that allow you to set strap A
1902# so the regular arrow keys xmit \EA, etc, as with the 2645. However,
1903# even with this strap set, the terminal stops xmitting if you reset it,
1904# until you unset and reset the strap! Since there is no way to set/unset
1905# the strap with an escape sequence, we don't use it in the default.
1906# If you like, you can use 2621-ba (braindamaged arrow keys).
1907h1|2621-ba|2621 w/new rom, strap A set:\
1908 :ks@:ke@:ku=\EA:kd=\EB:kl=\ED:kr=\EC:kh=\Eh:tc=hp2621:
1909# 2621 with function labels. Most of the time they are off,
1910# but inside vi, the function key labels appear. You have to
1911# hold down shift to get them to xmit.
1f519d9c 1912h2|2621|hp2621|hp2621a|hp2621p|2621a|2621p|2621-pb|hp2621-fl|hp 2621:\
9a9a294a
KL
1913 :is=\E&j@\r:bt=\Ei:cm=\E&a%r%dc%dY:dc=2\EP:ip=2:pb#19200:\
1914 :so=\E&dD:se=\E&d@:us=\E&dD:ue=\E&d@:me=\E&d@:\
1915 :kh=\Ep\r:ku=\Et\r:kl=\Eu\r:kr=\Ev\r:kd=\Ew\r:\
1916 :kn#8:k1=\Ep\r:k2=\Eq\r:k3=\Er\r:k4=\Es\r:k5=\Et\r:k6=\Eu\r:k7=\Ev\r:\
1917 :k8=\Ew\r:ks=\E&jB:ke=\E&j@:ta=2^I:tc=hp:
1918# 2621k45: untested
1919# 2622: unsure if this is quite it, have only heard about the terminal.
1920h3|2621k45|hp2621k45|k45|2622|hp2622|hp 2621 with 45 keyboard:\
1921 :kb=^H:ku=\EA:kd=\EB:kl=\ED:kr=\EC:kh=\Eh:ks=\E&s1A:ke=\E&s0A:tc=2621:
1f519d9c 1922h4|hp2645|2645|hp45:\
9a9a294a
KL
1923 :mh=\E&dH:mr=\E&dB:us=\E&dD:mb=\E&dA:me=\E&d@:\
1924 :ku=\EA:kd=\EB:kl=\ED:kr=\EC:kh=\Eh:ks=\E&s1A:ke=\E&s0A:tc=hp:
1925h5|hp|hewlett-packard:\
4c5db4f7 1926 :ct=\E3:st=\E1:do=^J:al=\EL:am:le=^H:bs:\
9a9a294a
KL
1927 :cd=\EJ:ce=\EK:ch=\E&a%dC:cl=\EH\EJ:cm=6\E&a%r%dc%dY:\
1928 :co#80:cv=\E&a%dY:da:db:dc=\EP:dl=\EM:ei=\ER:im=\EQ:\
4c5db4f7 1929 :kb=^H:li#24:mi:nd=\EC:pt:se=\E&d@:so=\E&dJ:\
9a9a294a
KL
1930 :us=\E&dD:ue=\E&d@:up=\EA:xs:vt#6:pb#9600:
1931# This entry does not use any of the fancy windowing stuff of the 2621.
1932# Indeed, termcap does not yet handle such stuff. We are looking at it.
1933h6|hp2626|hp2626a|hp2626p|2626|2626a|2626p|hp 2626:\
1934 :dc=2\EP:ip=2:se=\E&d@:so=\E&dB:cd=500\EJ:\
1935 :mr=\E&dB:us=\E&dD:mb=\E&dA:mk=\E&dS:me=\E&d@:ue=\E&d@:\
1936 :kh=\Eh:ku=\EA:kl=\ED:kr=\EC:kd=\EB:ks=\E&s1A:ke=\E&s0A:\
1937 :sf=\ES:ta=2^I:xs:tc=2621:
9a9a294a
KL
1938# cD is a pain - but it only screws up at 9600 baud.
1939# You should use this terminal at 4800 baud or less.
1940h8|hp2648|hp2648a|2648a|2648|HP 2648a graphics terminal:\
1941 :cl=50\EH\EJ:cm=20\E&a%r%dc%dY:dc=7\EP:ip=5:tc=2645:
1f519d9c
KL
1942# This terminal should be used at 4800 baud or less.
1943h9|hp2645-np|2645 w/no padding:cm=\E&a%r%dc%dY:tc=hp2645:
9a9a294a
KL
1944# 2640a doesn't have the Y cursor addressing feature, and C is memory relative
1945# instead of screen relative, as we need.
1946ha|2640|hp2640a|2640a|hp 2640a:\
1947 :cm@:ks@:ke@:tc=2645:
1948hb|2640b|hp2640b|2644a|hp2644a|hp 264x series:\
1949 :ks@:ke@:tc=2645:
1950# 2621 using all 48 lines of memory, only 24 visible at any time. Untested.
1951hl|2621-48|48 line 2621:\
1952 :li#48:ho=\EH:cm=\E&a%r%dc%dR:tc=2621:
792c8a7c
JB
1953# Hp 110 computer is the same as 2621 except has 16 lines
1954hm|hp110|110|hp 110 computer:\
1955 :li#16:tc=2621:
9a9a294a 1956# 2621 with no labels ever. Also prevents vi delays on escape.
a0930429 1957hn|2621-nl|hp2621nl|2621nl|hp2621-nl|hp 2621 with no labels:\
9a9a294a
KL
1958 :ks@:ke@:kh@:ku@:kl@:kr@:kd@:tc=hp2621-fl:
1959# Needed for UCB ARPAVAX console, since lsi-11 expands tabs (wrong).
a0930429 1960ht|hp2621-nt|2621nt|2621-nt|hp2621nt|hp 2621 w/no tabs:\
9a9a294a
KL
1961 :pt@:tc=hp2621:
1962# 2621 with labels on all the time - normal outside vi, function inside vi.
a0930429 1963hw|hp2621wl|2621wl|2621-wl|hp2621-wl|hp 2621 w/labels:\
9a9a294a 1964 :is=\E&jA\r:ke=\E&jA:tc=hp2621-fl:
117ec7f1
JB
1965# 2392 (from haddix@arpa?)
1966hz|2392|hp2392|hp2392a:\
1967 :bt=\Ei:ip=2:is=\E&j@\E3\r:if=/usr/lib/tabset/stdcrt:\
1968 :ml=\El:MT:mu=\Em:km:\
1969 :mh=\E&dH:mr=\E&dB:us=\E&dD:mb=\E&dA:me=\E&d@:\
1970 :ku=\EA:kd=\EB:kl=\ED:kr=\EC:kh=\Eh:ks=\E&s1A:ke=\E&s0A:tc=hp:
0d36a26c 1971#HP 236 console
43fdca83
JB
1972#from ddavis@ic.berkeley.edu
1973h7|236|hp236|HP236 internal terminal emulator:\
1974 :am:bs:li#24:co#80:cl=\EF:cm=\EE%+ %+ :\
1975 :dc=\EJ:dl=\EH:ic=\EI:al=\EG:up=^K:im=:ei=:\
1976 :so=\EBI:se=\ECI:vs=\EDB:ve=\EDE:
1977# hp150 from ddavis@ic.berkeley.edu
1978h0|150|hp150|hp150a|150a:\
1979 :is=\E&s1A\E&f0a1k2L\Ep\r\E&k0K\E&f0a2k2L\Eq\r\E&f0a3k2L\Er\r\E&f0a4k2L\Es\r\E&f0a5k2L\Et\r\E&f0a6k2L\Eu\r\E&f0a7k2L\Ev\r\E&f0a8k2L\Ew\r\E&k0D\E&s0A:\
1980 :bt=\Ei:li#24:cm=\E&a%r%dc%dY:dc=2\EP:ip=2:pb#19200:so=\E&dJ:\
1981 :se=\E&d@:us=\E&dD:ue=\E&d@:me=\E&d@:kh=\Eh:ku=\EA:kl=\ED:kr=\EC:\
1982 :kd=\EB:kn#8:k1=\Ep:k2=\Eq:k3=\Er:k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:\
1983 :k8=\Ew:ta=2^I:ct=\E3:st=\E1:do=^J:al=\EL:am:le=^H:\
1984 :bs:cd=\EJ:ce=\EK:ch=\E&a%dC:cl=\Eh\EJ:co#80:cv=\E&a%dY:da:db:dl=\EM:\
1985 :ei=\ER:im=\EQ:kb=^H:mi:nd=\EC:pt:up=\EA:xs:vt#6:sf=\ES:sr=\ET:\
1986 :vs=\E&s1A:ve=\E&s0A:ks=\E&jB\E&j@:ke=\E&j@:
9a9a294a
KL
1987# \f# --------------------------------
1988#
1989# i: INFOTON (GENERAL TERMINAL)
1990#
1991# Infoton is now called General Terminal Corp. or some such thing.
1992# gt100 sounds like something DEC would come out with. Lets hope they don't.
1993i1|i100|gt100|gt100a|General Terminal 100A (formerly Infoton 100):\
4c5db4f7 1994 :do=^J:cl=^L:cd=\EJ:ce=\EK:li#24:co#80:\
9a9a294a
KL
1995 :al=\EL:dl=\EM:up=\EA:nd=\EC:ho=\EH:cm=\Ef%r%+ %+ :vb=\Eb\Ea:\
1996 :am:le=^H:bs:so=\Eb:se=\Ea:
1997i4|i400|400|infoton 400:\
4c5db4f7
JB
1998 :do=^J:al=\E[L:am:le=^H:bs:ce=\E[N:cl=\E[2J:cm=%i\E[%3;%3H:co#80:\
1999 :dl=\E[M:li#25:nd=\E[C:up=\E[A:im=\E[4h\E[2Q:ei=\E[4l\E[0Q:\
9a9a294a
KL
2000 :dc=\E[4h\E[2Q\E[P\E[4l\E[0Q:
2001ia|addrinfo:\
4c5db4f7 2002 :do=^J:li#24:co#80:cl=^L:ho=^H:nd=^Y:cd=^K:\
9a9a294a
KL
2003 :up=^\:am:le=^Z:bc=^Z:cm=\037%+\377%+\377:ll=^H^\:
2004ik|infotonKAS:\
4c5db4f7 2005 :do=^J:am:le=^Z:bc=^Z:cd=^K:cl=^L:co#80:li#24:nd=^Y:up=^\:ll=^H^\:
9a9a294a
KL
2006# \f# --------------------------------
2007#
2008# k: HEATHKIT (ZENITH)
2009#
a0930429 2010kA|h19-a|h19a|heath-ansi|heathkit-a|heathkit h19 ansi mode:\
4c5db4f7 2011 :\
9a9a294a
KL
2012 :al=1*\E[1L:am:le=^H:bs:cd=\E[J:ce=\E[K:cl=\E[2J:cm=\E[%i%2;%2H:co#80:\
2013 :dc=\E[1P:dl=1*\E[1M:do=\E[1B:ei=\E[4l:ho=\E[H:im=\E[4h:li#24:mi:\
4c5db4f7 2014 :nd=\E[1C:as=\E[10m:ae=\E[11m:ms:pt:se=\E[0m:so=\E[7m:up=\E[1A:\
9a9a294a
KL
2015 :vs=\E[>4h:ve=\E[>4l:kb=^h:ku=\E[1A:kd=\E[1B:kl=\E[1D:kr=\E[1C:\
2016 :kh=\E[H:kn#8:k1=\EOS:k2=\EOT:k3=\EOU:k4=\EOV:k5=\EOW:l6=blue:\
2017 :l7=red:l8=white:k6=\EOP:k7=\EOQ:k8=\EOR:\
2018 :sr=\EM:is=\E<\E[>1;2;3;4;5;6;7;8;9l\E[0m\E[11m\E[?7h:
a0930429 2019kB|h19-bs|h19bs|heathkit w/keypad shifted:\
9a9a294a 2020 :ks=\Et:ke=\Eu:tc=h19-b:
84c96624
KL
2021#written by David Shewmake, UCSF Medical Information Science
2022#ucbvax!ucsfmis!shewmake
2023kC|h29|heath-29|z29|zenith-29:\
4c5db4f7 2024 :am:bc=\ED:bt=\E-:do=^J:\
84c96624
KL
2025 :al=\EL:le=^H:bs:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :co#80:dc=\EN:\
2026 :dl=1*\EM:do=\EB:ei=\EO:ho=\EH:im=\E@:li#24:mi:nd=\EC:as=\EF:ae=\EG:\
4c5db4f7 2027 :ms:pt:sr=\EI:se=\Eq:so=\Ep:up=\EA:vs=\Ex4:ve=\Ey4:\
84c96624 2028 :kb=^H:ku=\EA:kd=\EB:kl=\ED:kr=\EC:kh=\EH:kn#1:k0=\E~:l0=HOME:\
63e55a3f 2029 :k1=\ES:k2=\ET:k3=\EU:k4=\EV:k5=\EW:k6=\EP:k7=\EQ:k8=\ER:k9=\E0I:\
84c96624 2030 :es:hs:ts=\Ej\Ex5\Ex1\EY8%+ \Eo:fs=\Ek\Ey5:ds=\Ey1:us=\Es8:ue=\Es0:
779a5b21
KL
2031#the z29-e entry sucks...but it works with emacs
2032kD|z29-e|zenith 29 hacked for emacs:\
4c5db4f7 2033 :ip=1.5:ks=\Et:ke=\Eu:vs@:ve@:al=1*\EL:am:le=^H:\
779a5b21
KL
2034 :bs:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :co#80:dc=\EN:dl=1*\EM:\
2035 :do=\EB:ho=\EH:li#24:nd=\EC:as=\EF:ae=\EG:ms:\
4c5db4f7 2036 :pt:sr=\EI:se=\Eq:so=\Ep:up=\EA:vs=\Ex4:ve=\Ey4:kb=^h:\
779a5b21
KL
2037 :ku=\EA:kd=\EB:kl=\ED:kr=\EC:kh=\EH:kn#8:k1=\ES:k2=\ET:k3=\EU:\
2038 :k4=\EV:k5=\EW:l6=blue:l7=red:l8=white:k6=\EP:k7=\EQ:k8=\ER:es:hs:\
2039 :ts=\Ej\Ex5\Ex1\EY8%+ \Eo:fs=\Ek\Ey5:ds=\Ey1:
c9c0e488
JB
2040# z29 in ansi mode. Assumes that the cursor is in the correct state, and that
2041# the world is stable. `rs' causes the terminal to be reset to the state
2042# indicated by the name. kc -> key click, nkc -> no key click, uc -> underscore
2043# cursor, bc -> block cursor.
2044# from Mike Meyers
2045kF|z29a|z29a-kc-bc|h29a-kc-bc|heath/zenith 29 in ansi mode:\
2046 :do=^J:co#80:li#24:cl=\E[2J:pt:ho=\E[H:\
2047 :le=^H:bs:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:mb=\E[5m:mr=\E7m:\
2048 :ce=\E[K:cd=\E[J:so=\E[7;2m:se=\E[m:us=\E[4m:ue=\E[m:mh=\E[2m:\
2049 :md=\E[2m:mr=\E[7m:mb=\E[5m:me=\E[m:\
2050 :rs=\E<\E[1;24r\E[24;1H\E[?7h\E[>4h\E[>1;2;3;5;6;7;8;9l\E[m\E[11m:\
2051 :ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:kb=^H:\
2052 :k1=\EOS:k2=\EOT:k3=\EOU:k4=\EOV:k5=\EOW:k6=\EOP:k7=\EOQ:k8=\EOR:\
2053 :k9=\EOX:k0=\E[~:l0=help:kn#2:ko=ho,cd:if=/usr/lib/tabset/zenith29:\
2054 :es:hs:ts=\E[s\E[>5;1h\E[25;%i%dH\E[1K:fs=\E[u\E[>5l:ds=\E[>1l:\
2055 :cs=\E[%i%d;%dr:sr=\EM:sf=\ED:DO=\E[%dB:UP=\E[%dA:LE=\E[%dD:\
2056 :RI=\E[%dC:AL=\E[%dL:DL=\E[%dM:sc=\E[s:rc=\E[r:dc=\E[1P:DC=\E[%dP:\
2057 :kC=\E[J:ct=\E[3g:st=\EH:ti=\E[?7l:te=\E[?7h:ps=\E#7:
fb607493 2058kG|z29a-kc-uc|h29a-kc-uc|heath/zenith 29 in ansi mode:\
c9c0e488
JB
2059 :rs=\E<\E[1;24r\E[24;1H\E[?7h\E[>1;2;3;4;5;6;7;8;9l\E[m\E[11m:\
2060 :tc=z29a:
fb607493 2061kH|z29a-nkc-bc|h29a-nkc-bc|heath/zenith 29 in ansi mode:\
c9c0e488
JB
2062 :rs=\E<\E[1;24r\E[24;1H\E[?7h\E[>2;4h\E[>1;3;5;6;7;8;9l\E[m\E[11m:\
2063 :tc=z29a:
fb607493 2064kI|z29a-nkc-uc|h29a-nkc-uc|heath/zenith 29 in ansi mode:\
c9c0e488
JB
2065 :rs=\E<\E[1;24r\E[24;1H\E[?7h\E[>2h\E[>1;3;4;5;6;7;8;9l\E[m\E[11m:\
2066 :tc=z29a:
2067#z100 entry from Brad Brahms at TRW (Brahms@USC-ECLC)
2068# usenet: {decvax,ucbvax}!trwrb!trwspp!brahms
2069kc|z100|h100|z110|z-100|h-100|heath/zenith z-100 pc with color monitor:\
2070 :vs=\Ex4\Em71:ve=\Ey4\Em70:tc=z100bw:
2071kY|z100bw|h100bw|z110bw|z-100bw|h-100bw|heath/zenith z-100 pc:\
2072 :al=5*\EL:bs:cd=\EJ:ce=\EK:cl=5*\EE:cm=1*\EY%+ %+ :co#80:dc=1*\EN:\
2073 :dl=5*\EM:do=\EB:ei=\EO:ho=\EH:im=\E@:li#24:mi:nd=\EC:as=\EF:ae=\EG:\
2074 :ms:pt:sr=\EI:se=\Eq:so=\Ep:up=\EA:vs=\Ex4:ve=\Ey4:\
2075 :kb=^h:ku=\EA:kd=\EB:kl=\ED:kr=\EC:kh=\EH:kn#10:\
2076 :k0=\EJ:k1=\ES:k2=\ET:k3=\EU:k4=\EV:k5=\EW:\k6=\EP:k7=\EQ:\
2077 :k8=\ER:k9=\EOI:
779a5b21
KL
2078kp|p19:\
2079 :al=2*\EL:dl=2*\EM:tc=h19-b:
a0930429 2080kU|h19-us|h19us|heathkit w/keypad shifted/underscore cursor:\
9a9a294a 2081 :ks=\Et:ke=\Eu:tc=h19-u:
a0930429 2082kb|h19|heath|h19-b|h19b|heathkit|heath-19|z19|zenith|heathkit h19:\
9a9a294a
KL
2083 :al=1*\EL:am:le=^H:bs:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :co#80:dc=\EN:\
2084 :dl=1*\EM:do=\EB:ei=\EO:ho=\EH:im=\E@:li#24:mi:nd=\EC:as=\EF:ae=\EG:\
4c5db4f7 2085 :ms:pt:sr=\EI:se=\Eq:so=\Ep:up=\EA:vs=\Ex4:ve=\Ey4:\
c9c0e488 2086 :kb=^h:ku=\EA:kd=\EB:kl=\ED:kr=\EC:kh=\EH:kn#8:ke=\E>:ks=\E=:\
9a9a294a
KL
2087 :k1=\ES:k2=\ET:k3=\EU:k4=\EV:k5=\EW:\
2088 :l6=blue:l7=red:l8=white:k6=\EP:k7=\EQ:k8=\ER:\
2089 :es:hs:ts=\Ej\Ex5\Ex1\EY8%+ \Eo:fs=\Ek\Ey5:ds=\Ey1:
2090ke|h19-e|h19e|h19 for emacs:ip=1.5:tc=h19-us:
a0930429 2091ku|h19-u|h19u|heathkit with underscore cursor:\
9a9a294a 2092 :vs@:ve@:tc=h19-b:
a0930429 2093kg|h19-g|h19g|heathkit w/block cursor:\
9a9a294a 2094 :ve=\Ex4:tc=h19-b:
50dcf877
JB
2095# from ucscc!B.fiatlux@ucbvax.berkeley.edu
2096zx|ztx|ztx11|zt-1|htx11|ztx-1-a|ztx-10/11:\
2097 :al=\EL:am:bs:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :co#80:\
2098 :dl=\EM:do=^J:ho=\EH:is=\Ej\EH\Eq\Ek\Ev\Ey1\Ey5\EG\Ey8\Ey9\Ey>:\
2099 :k0=\ES:k1=\EB:k2=\EU:k3=\EV:k4=\EW:k5=\EP:k6=\EQ:k7=\ER:kb=^H:kd=\EB:\
2100 :kl=\ED:kr=\EC:ku=\EA:le=^H:li#24:nd=\EC:pt:se=\Eq:so=\Es5:\
2101 :sr=\EI:sr=\EI:ue=\Eq:up=\EA:us=\Es2:\
2102 :es:hs:ts=\Ej\Ex5\Ex1\EY8%+ \Eo:fs=\Ek\Ey5:ds=\Ey1:
9a9a294a
KL
2103# \f# --------------------------------
2104#
2105# l: LEAR SIEGLER (ADM)
2106#
2107# If the adm31 gives you trouble with standout mode, check the DIP switch
2108# in position 6, bank @c11, 25% from back end of pc. Should be OFF.
2109# If there is no such switch, you have an old adm31 and must use oadm31
2110l1|adm31|31|lsi adm31:\
4c5db4f7
JB
2111 :is=\Eu\E0:do=^J:al=\EE:am:le=^H:bs:ce=\ET:cm=\E=%+ %+ :\
2112 :cl=\E*:cd=\EY:co#80:dc=\EW:dl=\ER:ei=\Er:ho=^^:im=\Eq:\
9a9a294a
KL
2113 :k0=^A0\r:k1=^A1\r:k2=^A2\r:k3=^A3\r:k4=^A4\r:\
2114 :k5=^A5\r:k6=^A6\r:k7=^A7\r:k8=^A8\r:k9=^A9\r:kd=^J:kl=^H:kr=^L:ku=^K:\
2115 :li#24:ma=j^Jk^P^K^Pl ^R^L^L :mi:nd=^L:\
2116 :se=\EG0:so=\EG1:up=^K:us=\EG1:ue=\EG0:
2117l2|adm2|lsi adm2:\
4c5db4f7 2118 :do=^J:al=\EE:am:le=^H:bs:cd=\EY:ce=\ET:cl=\E;:\
9a9a294a
KL
2119 :cm=\E=%+ %+ :co#80:dc=\EW:dl=\ER:\
2120 :ei=:ho=^^:ic=\EQ:im=:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:li#24:nd=^L:up=^K:
2121l3|adm3|3|lsi adm3:\
4c5db4f7 2122 :do=^J:am:le=^H:bs:cl=^Z:li#24:ma=^K^P:co#80:
9a9a294a 2123l4|adm42|42|lsi adm42:\
4c5db4f7
JB
2124 :vs=\EC\E3 \E3(:do=^J:al=270\EE:am:le=^H:bs:cd=\EY:ce=\ET:cl=\E;:\
2125 :cm=\E=%+ %+ :co#80:dc=\EW:dl=\ER:ei=\Er:im=\Eq:ip=6*:li#24:\
62c417d4 2126 :bt=\EI:nd=^L:se=\EG0:so=\EG4:up=^k:ma=^K^P:pc=\177:
9a9a294a 2127l5|adm5|5|lsi adm5:\
4c5db4f7 2128 :do=^J:cd=\EY:ce=\ET:do=^J:kb=^H:kh=^^:\
9a9a294a 2129 :ma=^Hh^Jj^Kk^Ll^^H:se=\EG:sg#1:so=\EG:tc=adm3aplus:
a0930429 2130l7|adm20|lear siegler adm20:\
84c96624 2131 :am:li#24:co#80:bs:cl=^Z:cm=\E=%i%r%+^_%+^_:nd=^L:up=^K:ho=^^:ce=\ET:\
a0930429 2132 :cd=\EY:al=\EE:dl=\ER:im=:ei=:ic=\EQ:dm=:ed=:dc=\EW:so=\E):se=\E(:\
84c96624 2133 :bt=\EI:pt:kn#7:k1=^A:k2=^B:k3=^W:k4=^D:k5=^E:k6:^X:k7=^Z:
fa311929
RC
2134# From Andrew Scott Beals <bandy@lll-crg.ARPA>
2135l8|adm12|12|lsi adm12:\
4c5db4f7 2136 :is=\Eq:do=^J:al=\EE:am:le=^H:bs:ce=\ET:cm=\E=%+ %+ :cl=^Z:cd=\EY:\
fa311929
RC
2137 :co#80:dc=\EW:dl=\ER:ei=\Er:ho=^^:im=\Eq:\
2138 :k0=^A0\r:k1=^A1\r:k2=^A2\r:k3=^A3\r:k4=^A4\r:\
2139 :k5=^A5\r:k6=^A6\r:k7=^A7\r:k8=^A8\r:k9=^A9\r:kd=^J:kl=^H:kr=^L:ku=^K:\
2140 :li#24:ma=j^Jk^P^K^Pl ^R^L^L :mi:nd=^L:\
2141 :se=\EG0:so=\EG4:up=^K:us=\EG1:ue=\EG0:
9a9a294a 2142la|adm3a|3a|lsi adm3a:\
4c5db4f7
JB
2143 :am:do=^J:le=^H:bs:cm=\E=%+ %+ :cl=1^Z:co#80:ho=^^:\
2144 :li#24:ma=^K^P:nd=^L:up=^K:
9a9a294a
KL
2145lb|adm3a+|3a+|adm3aplus:\
2146 :kl=^H:kd=^J:ku=^K:kr=^L:tc=adm3a:
84c96624
KL
2147lc|adm22|22|lsi adm22:\
2148 :is=\E%\014\014\014\016\003\000\003\002\003\002\000\000\000\000\000\000\000\000\000\000\000:\
2149 :al=\EE:am:bs:bt=\EI:cd=\Ey:ce=\Et:cl=\E+:cm=\000\E=%+ %+ :co#80:\
4c5db4f7 2150 :dc=\EW:dl=\ER:do=^J:em=:ho=^^:ic=\EQ:im=:\
84c96624
KL
2151 :k1=\001@\015:k2=\001A\015:k3=\001B\015:k4=\001C\015:\
2152 :k5=\001D\015:k6=\001E\015:k7=\001F\015:kn#7:\
4c5db4f7 2153 :ko=ho:l1=F1:l2=F2:l3=F3:l4=F4:l5=F5:l6=F6:l7=F7:\
84c96624 2154 :kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:li#24:\
4c5db4f7 2155 :ma=j^Jk^P^K^Pl ^R^L^L :nd=^L:se=\E(:so=\E):ta=\Ei:up=^K:
fb607493
JB
2156#From: stephen%comp.lancs.ac.uk@ucl-cs.arpa
2157le|adm11|lsi adm11:\
2158 :do=^J:bs:\
2159 :cd=\EY:ce=\ET:kb=^H:kh=^^:\
2160 :ma=^Hh^Jj^Kk^Ll^^H:so=\E):se=\E(:\
2161 :kl=^H:kd=^J:ku=^K:kr=^L:\
2162 :am:cm=\E=%+ %+ :cl=^Z:co#80:li#24:nd=^L:up=^K:\
2163 :hs:ts=\EF\E):fs=\E(^M:ds=\Eh:
9a9a294a
KL
2164# \f# --------------------------------
2165#
2166# m: MICROTERM
2167#
2168# These mime1 entries refer to the Microterm Mime I or Mime II.
2169# The default mime is assumed to be in enhanced act iv mode.
2170m3|mime3a|mime1 emulating 3a:\
2171 :am@:ma=^X ^K^J^Z^P:ku=^Z:kd=^K:kl=^H:kr=^X:tc=adm3a:
2172m4|microterm|act4|microterm act iv:\
4c5db4f7
JB
2173 :am:do=^J:le=^H:bs:cd=^_:ce=^^:cl=^L:cm=^T%.%.:\
2174 :co#80:li#24:nd=^X:up=^Z:ho=^]:
9a9a294a
KL
2175# The padding on sr and ta for act5 and mime is a guess and not final.
2176# The act 5 has hardware tabs, but they are in columns 8, 16, 24, 32, 41 (!)...
2177m5|microterm5|act5|microterm act v:\
50dcf877 2178 :uc=^H\EA:sr=3\EH:ku=^Z:kd=^K:kl=^H:kr=^X:ma=^Z^P^Xl^Kj:tc=act4:
9a9a294a
KL
2179# Act V in split screen mode. act5s is not tested and said not to work.
2180mS|act5s|skinny act5:\
2181 :ti=\EP:te=\EQ:li#48:co#39:tc=act5:
2182# Mimes using brightness for standout. Half bright is really dim unless
2183# you turn up the brightness so far that lines show up on the screen.
a0930429 2184# uc is disabled to get around a curses bug, should be put back in someday.
9a9a294a
KL
2185mf|mime-fb|full bright mime1:\
2186 :so=^Y:se=^S:is=^S\E:tc=mime:
2187mh|mime-hb|half bright mime1:\
2188 :so=^S:se=^Y:is=^Y\E:tc=mime:
2189mm|mime|mime1|mime2|mimei|mimeii|microterm mime1:\
4c5db4f7
JB
2190 :do=^J:al=80^A:am:le=^H:bs:cd=^_:ce=^^:cl=\035^C:cm=^T%+^X%> 0%+P:\
2191 :co#80:dl=80^W:ta=2^I:li#24:nd=^X:pt:uc=^U:up=^z:ho=\035:do=^K:\
9a9a294a
KL
2192 :is=^S\E^Q:ma=^X ^K^J^Z^P:ku=^Z:kd=^K:kl=^H:kr=^X:sr=3^R:vt#9:
2193# These termcaps (for mime 2a) put the terminal in low intensity mode
2194# since high intensity mode is so obnoxious.
2195ms|mime2a-s|microterm mime2a (emulating an enhanced soroc iq120):\
4c5db4f7 2196 :do=^J:\
9a9a294a
KL
2197 :al=20*^A:am:le=^H:bs:cd=20*\EJ:ce=\EK:cl=\EL:cm=\E=%+ %+ :co#80:dc=\ED:\
2198 :dl=20*^W:kl=^H:kr=^L:ku=^K:kd=^J:ho=^^:is=\E):sr=\EI\
2199 :im=\EE:ei=^Z:ip=2:li#24:nd=^L:so=\E\072:se=\E;:up=\EI:\
2200 :us=\E6:ue=\E7:
2201# This is the preferred mode (but ^X can't be used as a kill character)
2202mv|mime2a|mime2a-v|microterm mime2a (emulating an enhanced vt52):\
4c5db4f7
JB
2203 :do=^J:al=20*^A:le=^H:bs:cd=20*\EQ:co#80:ce=\EP:cl=\EL:cm=\EY%+ %+ :\
2204 :is=^Ydc=^N:dl=20*^W:ip=2:ei=^Z:ho=\EH:im=^O:kd=\EB:kl=\ED:kr=\EC:\
2205 :ku=\EA:li#24:nd=\EC:pt:se=\E9:so=\E8:up=\EA:sr=\EA:us=\E4:ue=\E5:
acc195ce
JK
2206mx|mime3ax|mime-3ax|mime1 emulating enhanced 3a:\
2207 :al=80^A:dl=80^W:pt:ce=^X:cd=^_:tc=mime3a:
9a9a294a
KL
2208# \f# --------------------------------
2209#
2210# p: PERKIN ELMER
2211#
2212pe|pe550|bantam|perkin elmer 550:\
4c5db4f7
JB
2213 :do=^J:le=^H:bs:co#80:ce=20\EI:cl=20\EK:cm=\EX%+ \EY%+ :\
2214 :ho=\EH:li#24:ll=\EH\EA:nd=\EC:up=\EA:ma=^Z^P:cd=6^N@^V:
9a9a294a 2215pf|fox|perkin elmer 1100:\
4c5db4f7 2216 :ct=\E3:st=\E1:do=^J:\
9a9a294a
KL
2217 :am:le=^H:bs:cd=5.5*\EJ:ce=\EI:cl=132\EH\EJ:co#80:ho=\EH:li#24:\
2218 :ll=\EH\EA:nd=\EC:cm=\EX%+ \EY%+ :up=\EA:vb=^P^B^P^C:
2219po|owl|perkin elmer 1200:\
4c5db4f7 2220 :ct=\E3:st=\E1:do=^J:al=5.5*\EL:am:le=^H:\
9a9a294a
KL
2221 :bs:cd=5.5*\EJ:ce=5.5\EI:cl=132\EH\EJ:ho=\EH:ll=\EH\EA:\
2222 :cm=\EX%+ \EY%+ :co#80:dc=5.5*\EO:dl=5.5*\EM:ei=:ic=\EN:im=:ip=5.5*:\
2223 :kb=^h:in:li#24:nd=\EC:up=\EA:se?=\E!\200:so?=\E!^H:vb=^P^B^P^C:\
2224 :k1=\ERA:k2=\ERB:k3=\ERC:k4=\ERD:k5=\ERE:k6=\ERF:\
2225 :k7=\ERG:k8=\ERH:k9=\ERI:k0=\ERJ:
2226# \f# --------------------------------
2227#
2228# q: HOME MADE TERMINALS
2229#
2230qB|bc|bill croft homebrew:\
4c5db4f7 2231 :do=^J:am:le=^H:bs:cm=\E=%+ %+ :cl=^Z:co#96:ho=^^:li#72:\
9a9a294a
KL
2232 :nd=^L:up=^K:vb=:
2233qN|nucterm|rayterm|NUC homebrew:\
4c5db4f7
JB
2234 :do=^J:am:le=^H:bs:cl=1^L:li#24:co#80:nd=^C:\
2235 :up=^N:ho=^B:ll=^K:ce=^A:cd=^E:
9a9a294a 2236qb|ex3000:\
4c5db4f7 2237 :do=^J:li#24:co#80:ho=^Q:
9a9a294a 2238qc|carlock|klc:\
4c5db4f7
JB
2239 :do=^J:al=^E:am:bs:ce=^U:cl=100^Z:cm=\E=%+ %+ :co#80:dc=\177:dl=^D:\
2240 :dm=:ed=:ei=^T:ho=^^:im=^T:li#24:nd=^L:se=^V:so=^V:up=^K:vb=\EV\EV:
0d36a26c
KB
2241# uVAX
2242qd|qdss|qdcons|qdss glass tty:\
9db40867 2243 :am:do=^J:le=^H:bs:cm=\E=%.%.:cl=1^Z:co#128:li#57::nd=^L:up=^K:
9a9a294a 2244qe|exidy|exidy2500|exidy sorcerer as dm2500:\
4c5db4f7 2245 :do=^J:al=^P^J^X:am:le=^H:bs:ce=^W:cl=^^:cm=^L%r%n%.%.:co#64:\
9a9a294a 2246 :dc=\b:dl=^P^Z^X:dm=^P:ed=^X:ei=^X:ho=^B:ic=^\:\
4c5db4f7 2247 :im=^P:li#30:nd=^\:pt:so=^N:se=^X:up=^Z:
9a9a294a 2248qn|netx|netronics:\
4c5db4f7
JB
2249 :do=^J:le=^H:bs:cd=2000^F^E:ce=1600^E:cl=466^L:cm=\E=%+@%+@:\
2250 :co#64:ho=^D:li#16:ma=j^Jk^Pl :nd=\E+@A:pc=\200:sr=\E=@@^K:up=^K:
9a9a294a
KL
2251# This came from the comp ctr who got it from some user. Smart indeed!
2252qs|sexidy|exidy smart:\
4c5db4f7 2253 :do=^J:li#24:co#64:cl=^l:ho=^q:nd=^s:\
9a9a294a
KL
2254 :up=^w:le=^H:bs:le=^a:bc=^a:ma=^x^J:kd=^S:
2255qu|ubell|ubellchar:\
4c5db4f7
JB
2256 :if=/usr/lib/tabset/ubell:do=^J:am:le=^H:bs:pt:ce=\Ed:cl=^Z:\
2257 :cm=\E=%+ %+ :co#80:li#24:nd=^L:up=^K:ma=j^Jk^P^K^Pl :ho=^^:
9a9a294a 2258qw|ttyWilliams:\
4c5db4f7 2259 :do=^J:co#80:li#12:le=^Y:bc=^Y:do=^K:up=^Z:cl=^^:ce=^_:am:ho=^]:nd=^X:
9a9a294a 2260qx|xitex|xitex sct-100:\
4c5db4f7
JB
2261 :do=^J:le=^H:bs:cd=2000^F^E:ce=1600^E:cl=400^L:cm=\E=%+@%+@:co#64:\
2262 :ho=^D:li#16:ma=j^Jk^Pl :nd=\E+@A:pc=\200:sr=\E=@@^K:up=^K:
9a9a294a
KL
2263# \f# --------------------------------
2264#
2265# s: SPECIALS
2266#
2267# Special "terminals". These are used to label tty lines when you don't
2268# know what kind of terminal is on it. The characteristics of an unknown
2269# terminal are the lowest common denominator - they look about like a ti 700.
1f519d9c
KL
2270sa|network:\
2271 :tc=unknown:
2272sb|arpanet:\
9a9a294a 2273 :tc=unknown:
1f519d9c 2274sc|bussiplexer:\
9a9a294a
KL
2275 :tc=unknown:
2276sd|du|dialup:\
2277 :tc=unknown:
1f519d9c 2278se|ethernet:\
9a9a294a
KL
2279 :tc=unknown:
2280sl|lpr|printer|print|printing|line printer:\
4c5db4f7 2281 :do=^J:le=^H:bs:co#132:hc:os:
9a9a294a
KL
2282sp|plugboard|patch|patchboard:\
2283 :tc=unknown:
2284su|dumb|un|unknown:\
4c5db4f7 2285 :am:co#80:do=^J:
9a9a294a
KL
2286sw|switch|intelligent switch:\
2287 :tc=unknown:
2288sx|ansi|any ansi terminal with pessimistic assumptions:\
4c5db4f7
JB
2289 :co#80:li#24:cl=50\E[;H\E[2J:bs:am:cm=\E[%i%d;%dH:\
2290 :nd=\E[C:up=\E[A:ce=\E[K:ho=\E[H:pt:
9a9a294a
KL
2291# \f# --------------------------------
2292#
2293# t: TEXAS INSTRUMENTS
2294#
2295t3|ti|ti700|ti733|735|ti735|ti silent 700:\
4c5db4f7 2296 :do=^J:le=^H:bs:co#80:hc:os:dC#162:
9a9a294a 2297t4|ti745|745|743|ti silent 745:\
4c5db4f7 2298 :do=^J:le=^H:bs:co#80:hc:os:
9a9a294a 2299t8|ti800|ti omni 800:\
4c5db4f7 2300 :do=^J:le=^H:bs:co#132:hc:os:
1ff3f8c7
JK
2301# From lesleymw@topaz.berkeley.edu
2302t9|ti931|ti 931:\
2303 al=\EN:am:bs:cd=\EJ:ce=\EI:cl=\EL:cm=\EY%+ %+ :co=#80:dl=\EO:do=\EB:\
2304 eo:ho=\EH:li=#24:ku=\EA:kd=\EB:kr=\EC:kl=\ED:mi:nd:sf=\Eb:sr=\Ea:up=\EA:
9a9a294a
KL
2305# \f# --------------------------------
2306#
2307# v: TELEVIDEO
2308#
2309# There are some tvi's that require incredible amounts of padding and
2310# some that don't. I'm assuming 912 and 920 are the old slow ones,
2311# and 912b, 912c, 920b, 920c are the new ones that don't need padding.
2312v1|tvi912|912|920|tvi920|old televideo:\
4c5db4f7 2313 :ct=\E3:st=\E1:do=^J:\
a0930429 2314 :al=33*\EE:le=^H:ce=\ET:cm=\E=%+ %+ :cl=^Z:co#80:dc=\EW:dl=33*\ER:ei=:\
c9c0e488
JB
2315 :kb=^H:ku=^K:kd=^J:kl=^H:kr=^L:k0=^AI\r:k1=^A@\r:k2=^AA\r:k3=^AB\r:\
2316 :bs:am:k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:\
4c5db4f7 2317 :ho=^^:im=:ic=\EQ:li#24:nd=^L:pt:se=\Ek:so=\Ej:up=^K:us=\El:ue=\Em:\
c9c0e488 2318 :ma=^K^P^L :sg#1:ug#1:if=/usr/lib/tabset/stdcrt
9a9a294a
KL
2319# the 912 has a <funct> key that's like shift: <funct>8 xmits "^A8\r".
2320# The 920 has this plus real function keys that xmit different things.
2321# Termcap makes you use the funct key on the 912 but the real keys on the 920.
2322v2|912b|912c|tvi912b|tvi912c|tvi|new televideo 912:\
2323 :al=5*\EE:dl=5*\ER:tc=tvi912:
1f519d9c 2324v3|920b|920c|tvi920b|tvi920c|new televideo 920:\
c9c0e488 2325 :k0=^AI\r:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
9db40867 2326 :k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:al=5*\EE:dl=5*\ER:tc=tvi912:
9a9a294a
KL
2327# set to page 1 when entering ex (\E-17 )
2328# reset to page 0 when exiting ex (\E-07 )
2329v4|tvi912-2p|tvi920-2p|912-2p|920-2p|tvi-2p|televideo w/2 pages:\
acc195ce 2330 :ti=\E-17 :te=\E-07 :tc=tvi912:
9a9a294a
KL
2331v5|tvi950-ap|tvi 950 w/alt pages:\
2332 :is=\E\\1:ti=\E-06 :te=\E-16 :tc=tvi950:
2333v6|tvi950-b|bare tvi950 no is:\
2334 :is@:tc=tvi950:
2335v7|tvi950-ns|tvi950 w/no standout:\
2336 :so@:se@:us@:ue@:tc=tvi950:
c9c0e488
JB
2337vi|tvi925|925|televideo model 925:\
2338 :hs:xn:am:bs:co#80:li#24:cm=\E=%+ %+ :cl=\E*:cd=\Ey:ce=\Et:is=\El\E":\
557ee860 2339 :al=\EE:dl=\ER:im=:ei=:ic=\EQ:dc=\EW:if=/usr/lib/tabset/stdcrt:\
db252d8d
KL
2340 :ho=^^:nd=^L:bt=\EI:pt:so=\EG4:se=\EG0:sg#1:us=\EG8:ue=\EG0:ug#1:\
2341 :up=^K:do=^V:kb=^H:ku=^K:kd=^V:kl=^H:kr=^L:kh=^^:ma=^V^J^L :\
2342 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:\
bb0e509d 2343 :k8=^AG\r:k9=^AH\r:k0=^AI\r:ko=ic,dc,al,dl,cl,ce,cd,bt:\
c9c0e488
JB
2344 :ts=\Ef:fs=^M\Eg:ds=\Eh:sr=\Ej:
2345vj|tvi925vb|925vb|televideo model 925 visual bells:\
2346 :vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:\
2347 :tc=tvi925:
2348# Since the 925's uses a character position to store the escape sequences to go
2349# in and out of both stand out and underline modes, screen positioning is
2350# difficult. The following 925 entries don't use these modes.
2351vn|tvi925n|925n|televideo model 925 no standout or underline:\
2352 :so@:se@:us@:ue@:tc=tvi925:
2353vk|tvi925vbn|925vbn|televideo model 925 visual bells no so or ul:\
2354 :vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:\
2355 :tc=tvi925n:
db252d8d
KL
2356# entry by Tim Curry 5/21/82 Univ. of Central Fla. duke!ucf-cs!tim
2357v9|925a|tvi925a|TeleVideo Model 925:\
23b473c6
CL
2358 :al=\EE:am:bs:bt=\EI:bw:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :co#80:dc=\EW:\
2359 :dl=\ER:do=^V:ei=:ic=\EQ:if=/usr/lib/tabset/std:im=:kb=^H:kd=^V:\
2360 :kh=^^:kl=^H:kn#12:kr=^L:ku=^K:li#24:nd=^L:pt:se=\EG0:sg=#1:so=\EG4:\
02e69e5e 2361 :ue=\EG0:ug#1:up=^K:us=\EG8:is=\El\
23b473c6
CL
2362 :vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:\
2363 :ve=\E.4:vs=\E.2:
9a9a294a
KL
2364# The following tvi descriptions from B:pjphar and virus!mike
2365# is for all 950's. It sets the following attributes:
2366# full duplex (\EDF) write protect off (\E()
2367# conversation mode (\EC) graphics mode off (\E%)
2368# white on black (\Ed) auto page flip off (\Ew)
2369# turn off status line (\Eg) clear status line (\Ef\r)
2370# normal video (\E0) monitor mode off (\EX or \Eu)
2371# edit mode (\Er) load blank char to space (\Ee\040)
2372# line edit mode (\EO) enable buffer control (^O)
2373# protect mode off (\E\047) duplex edit keys (\El)
2374# program unshifted send key to send line all (\E016)
2375# program shifted send key to send line unprotected (\E004)
2376# set the following to nulls:
2377# field delimiter (\Ex0\200\200)
2378# line delimiter (\Ex1\200\200)
2379# start-protected field delimiter (\Ex2\200\200)
2380# end-protected field delimiter (\Ex3\200\200)
2381# set end of text delimiter to carriage return/null (\Ex4\r\200)
1ff3f8c7 2382# CHANGED 4-29-87 to set tabs and keep status line --John Kunze (jak@opal)
9a9a294a 2383va|tvi950|950|televideo950:\
4c5db4f7 2384 :ct=\E3:st=\E1:do=^J:\
1ff3f8c7 2385 :is=\EDF\EC\Ed\EG0\Er\EO\E\047\E(\E%\Ew\EX\Ee ^O\
9a9a294a 2386 \El\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\
1ff3f8c7 2387 \Ex3\200\200\Ex4\r\200\Ef\r:if=/usr/lib/tabset/stdcrt:\
9a9a294a
KL
2388 :al=\EE:am:le=^H:bs:bt=\EI:cd=\Ey:ce=\Et:cl=\E*:cm=\E=%+ %+ :\
2389 :co#80:dc=\EW:dl=\ER:do=^V:ei=\Er:ho=^^:im=\Eq:k0=^A0\r:\
2390 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
2391 :k7=^AF\r:k8=^AG\r:k9=^AH\r:kb=^H:kd=^V:kh=^^:kl=^H:\
2392 :ko=ic\054dc\054al\054dl\054cl\054bt\054ce\054cd:kr=^L:\
4c5db4f7 2393 :ku=^K:li#24:ma=^Vj^Kk^Hh^Ll^^H:mi:ms:nd=^L:pt:se=\EG0:\
9a9a294a
KL
2394 :sg#1:so=\EG4:sr=\Ej:ue=\EG0:ug#1:up=^K:us=\EG8:\
2395 :vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:\
2396 :xn:hs:ts=\Eg\Ef:fs=\r:ds=\Eg\Ef\r:
2397#
2398# is for 950 with two pages adds the following:
2399# set 48 line page (\E\\2)
2400# place cursor at page 0, line 24, column 1 (\E-07 )
2401# set local (no send) edit keys (\Ek)
2402#
2403# two page 950 adds the following:
2404# when entering ex, set 24 line page (\E\\1)
2405# when exiting ex, reset 48 line page (\E\\2)
2406# place cursor at 0,24,1 (\E-07 )
2407# set duplex (send) edit keys (\El) when entering vi
2408# set local (no send) edit keys (\Ek) when exiting vi
2409#
2410vb|tvi950-2p|950-2p|televideo950 w/2 pages:\
2411 :is=\EDF\EC\Ed\EG0\Eg\Er\EO\E\047\E(\E%\Ew\EX\Ee ^O\
2412 \Ek\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\
2413 \Ex3\200\200\Ex4\r\200\E\\2\E-07 \
2414 :te=\E\\2\E-07 :ti=\E\\1\E-07 :ks=\El:ke=\Ek:tc=tvi950:
2415#
2416# is for 950 with four pages adds the following:
2417# set 96 line page (\E\\3)
2418# place cursor at page 0, line 24, column 1 (\E-07 )
2419#
2420# four page 950 adds the following:
2421# when entering ex, set 24 line page (\E\\1)
2422# when exiting ex, reset 96 line page (\E\\3)
2423# place cursor at 0,24,1 (\E-07 )
2424#
2425vc|tvi950-4p|950-4p|televideo950 w/4 pages:\
2426 :is=\EDF\EC\Ed\EG0\Eg\Er\EO\E\047\E(\E%\Ew\EX\Ee ^O\
2427 \Ek\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\
2428 \Ex3\200\200\Ex4\r\200\E\\3\E-07 \
2429 :te=\E\\3\E-07 :ti=\E\\1\E-07 :ks=\El:ke=\Ek:tc=tvi950:
2430#
2431# is for reverse video 950 changes the following:
2432# set reverse video (\Ed)
2433#
2434# set vb accordingly (\Ed ...nulls... \Eb)
2435#
2436vd|tvi950-rv|950-rv|televideo950 rev video:\
2437 :is=\EDF\EC\Eb\EG0\Eg\Er\EO\E\047\E(\E%\Ew\EX\Ee ^O\
bb0e509d 2438 \El\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\
9a9a294a
KL
2439 \Ex3\200\200\Ex4\r\200:\
2440 :vb=\Ed\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Eb:\
2441 :tc=tvi950:
2442#
2443# uses the appropriate entries from 950-2p and 950-rv
2444#
2445ve|tvi950-rv-2p|950-rv-2p|televideo950 rev video w/2 pages:\
2446 :is=\EDF\EC\Eb\EG0\Eg\Er\EO\E\047\E(\E%\Ew\EX\Ee ^O\
bb0e509d 2447 \Ek\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\
9a9a294a
KL
2448 \Ex3\200\200\Ex4\r\200\E\\2\E-07 :\
2449 :vb=\Ed\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Eb:\
2450 :te=\E\\2\E-07 :ti=\E\\1\E-07 :ks=\El:ke=\Ek:tc=tvi950:
2451#
2452# uses the appropriate entries from 950-4p and 950-rv
2453#
2454vf|tvi950-rv-4p|950-rv-4p|televideo950 rev video w/4 pages:\
2455 :is=\EDF\EC\Eb\EG0\Er\EO\E\047\E(\E%\Ew\EX\Ee ^O\
bb0e509d 2456 \Ek\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\
9a9a294a
KL
2457 \Ex3\200\200\Ex4\r\200\E\\3\E-07 :\
2458 :vb=\Ed\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Eb:\
2459 :te=\E\\3\E-07 :ti=\E\\1\E-07 :ks=\El:ke=\Ek:tc=tvi950:
c513505c 2460vg|tvi924|924|televideo model 924:\
4e2cb5b9
RC
2461 :am:bs:xn:co#80:li#24:cm=\E=%+ %+ :cl=\E*0:cd=\Ey:ce=\Et:is=\Ek0\E"^O:\
2462 :al=\EE:dl=\ER:im=:ei=:ic=\EQ:dc=\EW:if=/usr/lib/tabset/stdcrt:ho=^^:\
2463 :nd=^L:bt=\EI:pt:so=\EG4:se=\EG0:us=\EG8:ue=\EG0:up=^K:do=^V:kb=^H:\
2464 :ku=^K:kd=^V:kl=^H:kr=^L:kh=^^:ma=^Vj^Kk^Ll^^H^R^L:k1=^A@\r:k2=^AA\r:\
2465 :k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:\
2466 :k0=^AI\r:ko=ic,dc,al,dl,cl,ce,cd,bt:sr=\Ej:\
2467 :hs:fs=^Y\Es1:ts=\Ef:ds=\Es0\Ef^Y:
c9c0e488
JB
2468vo|tvi924vb|924vb|televideo model 924 visual bells:\
2469 :vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:\
2470 :tc=tvi924:
2471# tvipt termcap from armsis@amber (Gene Rochlin), 9/19/84. Works with vi and
2472# rogue. NOTE: Esc v sets autowrap on, Esc u sets 80 char/line (rather than
2473# 40), Esc K chooses the normal character set. Not sure padding is needed, but
2474# adapted from the tvi920c termcap. so and us are klutzy, but at least use no
2475# screen space.
2476vp|tvipt|televideopt:if=/usr/lib/tabset/stdcrt:\
2477 :is=\Ev\Eu\EK:al=5*\EE:am:bs:bt=\EI:ce=\ET:cm=\E=%+ %+ :cl=^Z:co#80:\
2478 :dl=5*\ER:kb=^H:ku=^K:kd=^J:kl=^H:kr=^L:ho=^^:li#24:nd=^L:se=\EF:\
2479 :so=\EG1@A\EH:ue=\EF:us=\EG1B@\EH:up=^K:ma=^Kk^Ll^R^L:
9db40867
JK
2480# Vanilla tvi910 -- W. Gish (cswarren@violet) 10/29/86
2481vm|tvi910|910|televideo model 910:if=/usr/lib/tabset/stdcrt:\
2482 :bs:bt=\EI:cd=\EY:ce=\ET:cm=\E=%+ %+ :cl=^Z:co#80:\
2483 :kb=^H:ku=^K:kd=^J:kl=^H:kr=^L:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:\
2484 :k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:k0=^AI\r:\
2485 :li#24:nd=^L:pt:se=\EG0:so=\EG4:up=^K:us=\EG8:ue=\EG0:\
2486 :ho=\E=\001\001:ma=^Kk^Ll^R^L:sg#1:
c513505c
RC
2487# from Alan R. Rogers (rogers%albany@csnet-relay)
2488vh|tvi910+|910+|televideo 910+:\
2489 :al=5*\EE:am:bs:bt=\EI:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+\040%+\040:\
2490 :co#80:dc=\EW:dl=\ER:do=^J:ei=:ho=^^:ic=\EQ:\
2491 :if=/usr/lib/tabset/stdcrt:im=:k0=^A@\r:k1=^AA\r:k2=^AB\r:k3=^AC\r:\
2492 :k4=^AD\r:k5=^AE\r:k6=^AF\r:k7=^AG\r:k8=^AH\r:k9=^AI\r:kb=^H:\
2493 :kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:li#24:ll=\E=7\040:ma=^K^P^L\040:\
2494 :nd=^L:pt:se=\EG0:sg#1:so=\EG4:ue=\EG0:up=^K:us=\EG8:xn:
79600930
S
2495# From fair@ucbarpa Sun Oct 27 07:21:05 1985
2496v6|ims950-b|bare ims950 no is:\
2497 :is@:tc=ims950:
2498v7|ims950-ns|ims950 w/no standout:\
2499 :so@:se@:us@:ue@:tc=ims950:
2500va|ims950|ims televideo 950 emulation:\
2501 :k0@:k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:k9@:kb@:kd@:kh@:kl@:ko@:kr@:ku@:\
2502 :vb@:xn@:tc=tvi950:
2503vd|ims950-rv|ims tvi950 rev video:\
2504 :k0@:k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:k9@:kb@:kd@:kh@:kl@:ko@:kr@:ku@:\
2505 :vb@:xn@:tc=tvi950-rv:
2506vx|ims-ansi|ultima2|ultimaII|IMS Ultima II:\
2507 :pt:am:bs:co#80:li#24:\
2508 :is=\E[0m\E[>14l\E[?1;?5;20l\E>\E[1m^M:if=/usr/lib/tabset/vt100:\
2509 :cl=\E[;H\E[2J:cd=\E[0J:ce=\E[0K:cm=\E[%i%2;%2H:up=\EM:do=\ED:\
2510 :ku=\E[A:kd=\E[B:kr=\E[C:kl=\E[D:kh=\E[H:\
2511 :so=\E[7m:se=\E[0m\E[1m:us=\E[4m:ue=\E[0m\E[1m:sr=\EM:
9a9a294a
KL
2512# \f# --------------------------------
2513#
2514# y: TELERAY
2515#
2516# Note two things called "teleray". Reorder should move the common one
2517# to the front if you have either. A dumb teleray with the cursor stuck
2518# on the bottom and no obvious model number is probably a 3700.
2519y1|t3700|teleray|dumb teleray 3700:\
4c5db4f7 2520 :do=^J:le=^H:bs:cl=^L:co#80:li#24:
9a9a294a 2521y3|t3800|teleray 3800 series:\
4c5db4f7
JB
2522 :do=^J:le=^H:bs:cd=\EJ:ce=\EK:cl=^L:cm=\EY%+ %+ :co#80: \
2523 :do=\n:ho=\EH:li#24:ll=\EY7 :nd=\EC:pt:up=^K:
1f519d9c 2524y6|t1061|teleray 1061:\
c9c0e488 2525 :if=/usr/lib/tabset/teleray:\
4c5db4f7 2526 :ct=\EG:st=\EF:do=^J:\
9a9a294a
KL
2527 :al=2*\EL:am:le=^H:bs:cd=1\EJ:ce=\EK:cl=1^L:cm=\EY%+ %+ :co#80:\
2528 :dc=\EQ:dl=2*\EM:ei=:ho=\EH:ic=\EP:im=:ip=0.4*:\
2529 :k1=^Z1:k2=^Z2:k3=^Z3:k4=^Z4:k5=^Z5:k6=^Z6:k7=^Z7:k8=^Z8:\
4c5db4f7 2530 :li#24:nd=\EC:pt:se=\ER@:so= \ERD:\
9a9a294a
KL
2531 :is=\Ee\EU01^Z1\EV\EU02^Z2\EV\EU03^Z3\EV\EU04^Z4\EV\EU05^Z5\EV\EU06^Z6\EV\EU07^Z7\EV\EU08^Z8\EV\Ef:\
2532 :up=\EA:us=\ERH:ue=\ER@:xs:xt:sg#2:ug#1:
db252d8d
KL
2533# "Teleray Arpa Special", offically designated as
2534# "Teleray Arpa network model 10" with "Special feature 720".
2535# This is the new (1981) fast microcode updating the older "arpa" proms
2536# (which gave meta-key and pgmmable-fxn keys). 720 is much much faster,
2537# converts the keypad to programmable function keys, and has other goodies.
2538# Standout mode is still broken (magic cookie, etc) so is suppressed as no
2539# programs handle such lossage properly.
2540# Note: this is NOT the old termcap's "t1061f with fast proms."
2541# From Univ of Utah, J.Lepreau Tue Feb 1 06:39:37 1983
2542# lepreau@utah-cs, harpo!utah-cs!lepreau
2543#
2544y7|t10|teleray 10 special:\
2545 :so@:se@:us@:ue@:\
2546 :al=\EL:bs:cd=\EJ:ce=\EK:cl=30\Ej:cm=\EY%+ %+ :co#80:\
4bc3897d 2547 :dc=\EQ:dl=\EM:ei=:ho=\EH:ic=\EP:im=:km:li#24:nd=\EC:pc=\200:pt:\
db252d8d
KL
2548 :se=\ER@:so=\ERD:sf=\Eq:sg#2:sr=\Ep:up=\EA:ug#1:ue=\ER@:us=\ERH:\
2549 :xs:xt:
9a9a294a
KL
2550yf|t1061f|teleray 1061 with fast PROMs:\
2551 :al=\EL:ip@:dl=\EM:tc=t1061:
4e2cb5b9
RC
2552# Wyse 50 entry by Toni Guttman extended by Jeff Anton
2553ye|w50|wyse50|Wyse 50:\
2554 :al=\EE:am:bs:bt=\EI:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :co#80:\
7bbba281 2555 :dc=\EW:dl=\ER:do=^J:ei=\Er:im=\Eq:is=\E`\072\200\EC\EDF\E0\E'\E(\EA21:\
4e2cb5b9 2556 :kd=^J:kl=^H:kr=^L:ku=^K:li#24:nd=^L:up=^K:us=\EG8:ue=\EG0:\
fb607493
JB
2557 :so=\EG4:se=\EG0:sg#1:sr=\Ej:ho=^^:ug#1:
2558# it is not known if the status line works with sysline
9db40867 2559yh|w50-s|wyse50-s|Wyse 50 for sysline:\
fb607493 2560 :hs:ts=\Ef:fs=\r:ds=\Ef\r:es:tc=w50:
c95e9eb1
S
2561yg|w50-w|w50-132|wyse50-132|Wyse 50-132:\
2562 :cm=\Ea%i%dR%dC:co#132:is=\E`;\200\EC\EDF\E0\E'\E(\EA21:tc=w50:
9db40867 2563w6|w60|wyse60|Wyse 60 in native mode:\
acc195ce 2564 :ae=\EcD:al=\EE:am:as=\EcE:bs:bt=\EI:bw:cd=\Ey:ce=\Et:\
9db40867
JK
2565 :cl=^Z:cm=\E=%+\040%+\040:co#80:ct=\E0:dc=\EW:dl=\ER:do=^J:\
2566 :ei=\Er:im=\Eq:is=:kb=^?:kd=^N:ke=\E~2:kl=^B:kr=^F:ks=\E~3:ku=^P:\
2567 :le=^H:li#43:ll=^^^K:mb=\EG2:me=\EG0:mh=\EGp:mi:mr=\EG4:ms:\
2568 :nd=^L:pt:se=\EG0:sf=\n:so=\EG4:sr=\Ej:ue=\EG0:up=^K:us=\EG8:
fb607493
JB
2569# from John Gillmore hoptoad!gnu@lll-crg.arpa
2570wv|wyse-vp|wyse|Wyse 50 in ADDS Viewpoint emulation mode with "enhance" on:\
2571 :am:do=^J:if=/usr/lib/tabset/wyse-adds:\
2572 :le=^H:bs:li#24:co#80:cm=\EY%+ %+ :cd=\Ek:ce=\EK:nd=^F:\
2573 :up=^Z:cl=^L:ho=^A:ll=^A^Z:kl=^U:kr=^F:kd=^J:ku=^Z:kh=^A:\
2574 :pt:so=^N:se=^O:us=^N:ue=^O:dl=\El:al=\EM:im=\Eq:ei=\Er:dc=\EW:\
2575 :is=\E`\072\E`9^O\Er:rs=\E`\072\E`9^O\Er:
2576wk|wyse-vp-nk|Wyse 50 in ADDS Viewpoint enhanced mode with cursor keys gone:\
2577 :kl@:kr@:kd@:ku@:kh@:tc=wyse-vp:
2578vw|wyse925|Wyse-50 emulating tvi925:\
2579 :xn@:tc=tvi925:
50dcf877
JB
2580# wyse 75 series from JLarson.pa@xerox.arpa
2581wx|wyse75|wy75|wyse 75 terminal :\
fb607493
JB
2582 :co#80:li#24:cl=50\E[H\E[2J:bs:cm=5\E[%i%d;%dH:nd=\E[C:up=\E[A:\
2583 :al=3\E[L:dl=3\E[M:ku=\E[A:kd=\E[B:kr=\E[C:kl=\E[D:do=\E[B:\
2584 :ic=\E[@:ei=:im=:pt:bw:dc=\E[P:ce=3\E[K:ho=10\E[H:pt:\
50dcf877 2585 :mi:nd=\E[C:bt=\E[Z:us=\E[8p:ue=\E[p:so=\E[5m:se=\E[m:\
fb607493
JB
2586 :md=\E[1p:mr=\E[16p:mb=\E[2p:mk=\E[4p:me=\E[0p:hs:ll=\E[24;1H:\
2587 :cd=50\E[J:cs=9\E[%i%d;%dr:ae=\E(B:as=\E(0:kh=\E[H:kb=^H:\
2588 :k0=\EOP:k1=\EOQ:k2=\EOR:k3=\EOS:k4=\E[M:\
2589 :k5=\E[17~:k6=\E[31~:k7=\E[18~:k8=\E[19~:k9=\E[20~:kn#10:\
2590 :l0=PF1:l1=PF2:l2=PF3:l3=PF4:l4=F5:\
2591 :l5=F6:l6=F7:l7=F8:l8=F9:l9=F10:\
02e69e5e 2592 :is=\E[1;24r\E[24;1H\E[35;?25h\E[4;?10;3;1l\E[m\E(B\E>:\
50dcf877
JB
2593 :ds=\E7\E[>,//\E8:ts=\E7\E[>,^A:fs=^A\E8:
2594wx|wyse75-80|wy75-80|wyse 75 terminal with 80-column initialization:\
2595 :is=\E[?3l:tc=wy75:
2596wl|wyse75-132|wy75-132|wyse 75 terminal with 132 columns :\
2597 :is=\E[?3h:co#132:tc=wy75:
fb607493
JB
2598#
2599# Wyse WY75 utilizing keypad
2600#
2601w5|wy75ap|wyse75ap|wy-75ap|wyse-75ap|Wyse WY-75 Applications and Cursor keypad:\
2602 :is=\E[1;24r\E[?10;3l\E[?1;25h\E[4l\E[m\E(B\E=:\
2603 :kd=\EOB:ke=10\E[?1l\E>:kh=\EOH:kl=\EOD:kr=\EOC:\
2604 :ks=10\E[?1h\E=:ku=\EOA:\
2605 :tc=wyse75:
50dcf877
JB
2606# from ucbvax!ucsfmis!shewmake
2607Wc|wy85|wyse85|wyse-85:\
2608 :do=^J:co#80:li#24:cl=\E[;H\E[2J:\
2609 :le=^H:bs:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\
2610 :ce=\E[0K:cd=\E[0J:so=\E[7m:se=\E[27m:\
2611 :us=\E[4m:ue=\E[24m:\
2612 :is=\E[1;24r\E[24;1H\E[0m:\
2613 :ks=\E[?1h\E=:ke=\E[?1l\E>:\
2614 :ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:kb=^H:\
2615 :ho=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kh=\E[H"ta=^I:pt:sr=\EM:\
2616 :sc=\E7:rc=\E8:cs=\E[%i%d;%dr:as=^N:ae=^O:bt=\E[Z:\
2617 :dc=\E[P:dl=\E[M:al=\E[L:ei=\E[4l:im=\E[4h:\
2618 :vb=\E[?5h\E[?5l:\
2619 :hs:es:ts=\E7\E[?25l\E[40h\E[25;%dH\E[2K:fs=\E[1;24r\E8\E[?25h:
a0930429
KL
2620# \f# --------------------------------
2621#
acc195ce 2622# z: Miscellaneous
a0930429
KL
2623#
2624z0|wind:\
2625 :bs:cm=\Ep%r%.%.:cl=\En\120\030\Eo:co#80:\
2626 :ho=\Ep\200\200:li#24:nd=^L:up=^K:nl=\035:\
2627 :kl=\E3:kr=\E4:ku=\E1:kd=\E2:k1=\E5:k2=\E6:k3=\E7:k4=\E8:\
2628 :so=\Em\014:se=\Em\003:
2629z1|wind16:\
2630 :bs:cm=\Ep%r%.%.:cl=\En\120\020\Eo:co#80:\
2631 :ho=\Ep\200\200:li#16:nd=^L:up=^K:nl=\035:\
2632 :so=\Em\014:se=\Em\003:
2633z2|wind40:\
2634 :bs:cm=\Ep%r%.%.:cl=\En\120\050\Eo:co#80:\
2635 :ho=\Ep\200\200:li#40:nd=^L:up=^K:nl=\035:\
2636 :so=\Em\014:se=\Em\003:
2637z3|wind50:\
2638 :bs:cm=\Ep%r%.%.:cl=\En\128\062\Eo:co#88:\
2639 :ho=\Ep\200\200:li#50:nd=^L:up=^K:nl=\035:\
2640 :kl=\E3:kr=\E4:ku=\E1:kd=\E2:k1=\E5:k2=\E6:k3=\E7:k4=\E8:\
2641 :so=\Em\014:se=\Em\003:
7dd19be6 2642z4|cad68-3|cgc3|cad68 basic monitor transparent mode size 3 chars:\
a0930429 2643 :am:bs:cl=^Z:co#73:ho=\036:li#36:nd=^L:up=^K:
7dd19be6 2644z5|cad68-2|cgc2|cad68 basic monitor transparent mode size 2 chars:\
b840628d 2645 :am:bs:cl=^Z:co#85:ho=\036:li#39:nd=^L:up=^K:\
a0930429
KL
2646 :kl=\E3:kr=\E4:ku=\E1:kd=\E2:k1=\E5:k2=\E6:k3=\E7:k4=\E8:\
2647 :so=\Em\014:se=\Em\003:
7dd19be6 2648z6|v50|visual 50:\
1849456a
KL
2649 :am:bs:al=\EL:dl=\EM:\
2650 :cd=\Ek:ce=\EK:cl=^Z:cm=\E=%+\040%+\040:co#80:do=^J:ho=\EH:\
2651 :kb=^H:kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:li#24:ms:nd=^L:pt:\
2652 :so=\EU:se=\ET:up=^K:
7dd19be6 2653z7|trs2|trsII|trs80II|Radio Shack Model II using P&T CP/M:\
4c5db4f7
JB
2654 :nl=^_:al=^D:am:bs:cd=^B:ce=^A:cl=^L:cm=\EY%+ %+ :co#80:\
2655 :dl=^K:do=^_:ho=^F:li#24:nd=^]:ms:pt:se=^O:so=^N:up:=^^:\
d234e389 2656 :kb=^H:kd=^_:kl=^\:kr=^]:ku=^^:
84c96624
KL
2657z9|ps300|Picture System 300:us@:ue@:so@:se@:xt:pt@:tc=vt100:
2658za|masscomp2:co#64:li#21:tc=masscomp:
2659zb|masscomp1:co#104:li#36:tc=masscomp:
2660zc|masscomp:\
2661 :al=\E[L:bs:cd=\E[J:ce=\E[K:co#80:dc=\E[P:dl=\E[M:do=\E[B:\
2662 :ei=\E[4l:im=\E[4h:is=\EGc\EGb\EGw:li#24:mi:MT:nd=\E[C:pt:se=\E[0m:\
2663 :sg#0:so=\E[7m:cm=\E[%i%d;%dH:ue=\EGau:us=\EGu:up=\E[A:\
2664 :ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:kb=^h:cl=\E[2J:
2665# Kimtron TC entries include (undocumented) codes for: enter dim mode (mh),
2666# enter bold mode (md), enter reverse mode (mr), turn off all attributes (me)
2667# Kimtron ABM 85 added by Dual Systems
2668zd|abm85|Kimtron ABM 85:\
2669 :is=\EC\EX\Eg\En\E%\Er\E(\Ek\Em\Eq:if=/usr/lib/tabset/stdcrt:\
2670 :li#24:co#80:am:bs:bw:ms:pt:\
2671 :cl=\E*:cd=\Ey:dl=\ER:al=\EE:ce=\Et:dc=\EW:im=\EQ:ei=\Er:\
2672 :cm=\E=%+ %+ :do=^J:nd=^L:up=^K:bt=\EI:\
2673 :kh=^^:kb=^H:kd=^J:ku=^K:kd=^J:kl=^H:kr=^L:\
496001ea 2674 :so=\Ej:se=\Ek:sg#1:us=\El:ue=\Em:ug#1:
84c96624
KL
2675# Kimtron ABM 85H added by Dual Systems.
2676# Some notes about the 85h entries:
23b473c6 2677# 1) there are several firmware revs of 85H in the world. Use o85h for
84c96624
KL
2678# firmware revs prior to SP51
2679# 2) Make sure to use 85h entry if the terminal is in 85H mode and the
2680# 85e entry if it is in 920 emulation mode. They are incompatible in
2681# some places and NOT software settable i.e., `is' can't fix change it)
2682# 3) In 85h mode, the arrow keys and special functions transmit when
2683# the terminal is in dup-edit, and work only locally in local-edit.
2684# Vi won't swallow `del char' for instance, but `vs' turns on
2685# dup-edit anyway so that the arrow keys will work right. If the
2686# arrow keys don't work the way you like, change `vs', `ve', and `is'.
2687# 920E mode does not have software commands to toggle between dup
2688# and local edit, so you get whatever was set last on the terminal.
2689# 4) vb attribute is nice, but seems too slow to work correctly (\Eb<pad>\Ed)
2690# 5) Make sure `hidden' attributes are selected. If `embedded' attributes
2691# are selected, the entries :sg@: and :ug@: should be removed.
2692# 6) auto new-line should be on (selectable from setup mode only)
2693#
496001ea 2694# From fair@ucbarpa Sun Oct 27 07:21:05 1985
84c96624 2695ze|85h|85H|abm85h|Kimtron ABM 85H, 85H mode:\
496001ea
S
2696 :is=\EC\EN\EX^T^N\EA\Ea\E%\E9\Ee\Er\En\E"\E}\E'\E(\Ef^M\EG0\Ed\E.4\El:\
2697 :im=\EZ:kd=^V:so=\EG4:se=\EG0:us=\EG8:ue=\EG0:vb@:vs=\E.2:ve=\E.4:\
2698 :mh=\E):mr=\EG4:me=\E(\EG0:sg@:ug@:ds=\Ee:fs=^M:hs:ts=\Eg\Ef:tc=abm85:
84c96624
KL
2699zf|85e|85E|abm85e|Kimtron ABM 85H, 920E mode:\
2700 :is=\EC\EX\EA\E%\E9\Ee\Er\En\E"\E}\E'\E(\Ef^M\Ek\Eq\Em:\
2701 :mh=\E):mr=\Ej:me=\E(\Ek:im=\EZ:sg@:ug@:vb@:tc=abm85:
496001ea 2702zg|o85h|oabm85h|Kimtron ABM 85H, old firmware rev.:\
84c96624
KL
2703 :is=\E}\EC\EX\Ee\En\E%\Er\E(\Ek\Em\Eq\Ed\ET\EC\E9\EF:\
2704 :im=\EZ:sg@:ug@:vb=\200\200\200^G\200\200\200:\
2705 :mh=\E):mr=\Ej:me=\E(\Ek:tc=abm85:
fb607493
JB
2706#from malman@bbn-vax.arpa
2707zE|kt7|kimtron model kt-7:\
2708 :am:bs:co#80:li#24:cm=\E=%+ %+ :cl=^Z:cd=\EY:ce=\ET:is=\El\E":\
2709 :al=\EE:dl=\ER:im=:ei=:ic=\EQ:dc=\EW:if=/usr/lib/tabset/stdcrt:\
2710 :ho=^^:nd=^L:bt=\EI:pt:so=\EG4:se=\EG0:sg#0:us=\EG8:ue=\EG0:ug#0:\
2711 :up=^K:do=^V:kb=^H:ku=^K:kd=^V:kl=^H:kr=^L:kh=^^:ma=^V^J^L :\
2712 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:\
2713 :k8=^AG\r:k9=^AH\r:k0=^AI\r:ko=ic,dc,al,dl,cl,ce,cd,bt:\
2714 :ts=\Ef:fs=\Eg:
84c96624 2715zh|appleII|apple ii plus:vs=\024\103\066:ve=\024\103\062:\
23b473c6
CL
2716 :am:co#80:ce=\035:li#24:cl=\014:bs:nd=\034:up=\037:ho=\E\031:pt:\
2717 :cd=\013:so=\017:se=\016:cm=\036%r%+ %+ :is=\024T1\016:do=^J:kd=^J:\
2718 :vb=\024G1\024T1:kr=\15:
84c96624 2719# Gary Ford 21NOV83
1e2b385d 2720# New version from ee178aci%sdcc7@SDCSVAX.ARPA Fri Oct 11 21:27:00 1985
84c96624 2721zi|apple-80|apple II with smarterm 80 col:\
1e2b385d
S
2722 :am:bs:bt=^R:bw:cd=10*^K:ce=10^]:cl=10*^L:cm=^^%r%+ %+ :\
2723 :co#80:cr=10*^M:do=^J:ho=^Y:le=^H:li#24:nd=^\\:up=^_:
9a9a294a 2724#
4e2cb5b9
RC
2725zj|lisa|apple lisa xenix console display (white on black):\
2726 :al=\E[L:am:bs:cd=\E[J:ce=\E[K:cl=^L:cm=\E[%i%d;%dH:co#88:\
2727 :dc=\E[P:dl=\E[M:dn=\E[B:ei=:ho=\E[H:ic=\E[@:im=:li#32:\
2728 :nd=\E[C:ms:pt:so=\E[m:se=\E[7m:us=\E[4m:ue=\E[7m:up=\E[A:\
2729 :kb=^h:ku=\E[A:kd=\E[B:kl=\E[D:kr=\E[C:eo:\
4c5db4f7
JB
2730 :is=\E[7m^L:GS=\E[11m:GE=\E[10m:GV=\140:GH=a:G1=c:\
2731 :G2=f:G3=e:G4=d:GU=u:GD=s:GC=b:GL=v:GR=t:
c9c0e488
JB
2732# The following is a version of the ibm-pc entry distributed with PC/IX,
2733# (Interactive Systems' System 3 for the Big Blue), modified by Richard
2734# McIntosh at UCB/CSM. The :pt: and :uc: have been removed from the original,
2735# (the former is untrue, and the latter failed under UCB/man); standout and
2736# underline modes have been added. Note: this entry describes the "native"
2737# capabilities of the PC monochrome display, without ANY emulation; most
2738# communications packages (but NOT PC/IX connect) do some kind of emulation.
2739pc|ibmpc|ibm pc PC/IX:\
50dcf877 2740 :li#24:co#80:am:bs:bw:eo:\
c9c0e488
JB
2741 :cd=\E[J:ce=\E[K:cl=\Ec:cm=\E[%i%2;%2H:do=\E[B:ho=\E[;H:\
2742 :nd=\E[C:up=\E[A:so=\E[7m:se=\E[0m:us=\E[4m:ue=\E[0m:
2743zk|ibmx|ibmpcx|IBM PC xenix console display:\
23b473c6
CL
2744 :al=\E[L:am:bs:cd=\E[J:ce=\E[K:cl=^L:cm=\E[%d;%dH:co#80:\
2745 :dc=\E[P:dl=\E[M:dn=\E[B:ei=:ho=\E[H:ic=\E[@:im=:li#25:\
2746 :nd=\E[C:ms:se=\E[0m:so=\E[7m:us=\E[4m:\
4e2cb5b9 2747 :ue=\E[m:up=\E[A:MR=\E[0m:\
23b473c6
CL
2748 :kb=^h:kh=\E[Y:ku=\E[A:kd=\E[B:kl=\E[D:kr=\E[C:eo:\
2749 :GS=\E[11m:GE=\E[10m:\
2750 :GC=b:GL=v:GR=t:RT=^J:\
4e2cb5b9
RC
2751 :GH=\E[196g:GV=\E[179g:\
2752 :GU=\E[193g:GD=\E[194g:\
2753 :G1=\E[191g:G2=\E[218g:G3=\E[192g:G4=\E[217g:\
2754 :CW=\E[E:NU=\E[F:RF=\E[G:RC=\E[H:\
2755 :WL=\E[K:WR=\E[L:CL=\E[M:CR=\E[N:\
2756 :HM=\E[Y:EN=\E[d:PU=\E[Z:PD=\E[e:
2757zl|ibmc|ibmcpc|IBM PC xenix color console display:\
2758 :tc=ibm:
c9c0e488
JB
2759zl|ibmcx|ibmcpcx|IBM PC xenix color console display:\
2760 :tc=ibmx:
2761zm|kaypro|kaypro2|kaypro II:\
4e2cb5b9 2762 :am:bs:cm=\E=%+ %+ :cl=1^Z:co#80:ho=^^:li#24:ma=^K^P:nd=^L:up=^K:\
23b473c6 2763 :kr=\f:kl=^H:ku=\v:kd=^J:
4e2cb5b9
RC
2764# From Suk Lee ..!{decvax,linus,allegra,ihnp4}!utcsrgv!spoo
2765zn|trs100|Radio Shack Model 100:\
4c5db4f7
JB
2766 :am:bs:le=^H:li#8:co#40:ku=^^:kd=^_:kl=^]:kr=^\:up=\EA:\
2767 :nd=\EC:ho=\EH:ce=\EK:cd=\EJ:cl=\EE:xt:cm=\EY%+ %+ :\
4e2cb5b9 2768 :so=\Ep:se=\Eq:al=\EL:dl=\EM:
fa584f41
RC
2769zt|mac|macintosh|Macintosh with MacTerminal:\
2770 :al=20\E[L:dl=20\E[M:ip=7:dc=7\E[P:ic=9\E[@:xn:dN#30:tc=vt100:
792c8a7c 2771zs|zen50|z50:zephyr:\
23b473c6
CL
2772 :cm=\E=%+ %+ :cd=\EY:co#80:li#24:\
2773 :am:al=\EE:ce=\ET:dc=\EW:dl=\ER:ic=\EQ:im=:ei=:\
2774 :cl=\E+:bs:ma=^Hh^Ll^Jj^Kk:sg#1:se=\EGO:so=\EG4:\
2775 :kl=^H:kr=^L:ku=^K:kd=^J:kh=\036:up=^K:\
2776 :BS=^U:CL=^V:CR=^B:RK=^L:UK=^K:LK=^H:DK=^J:HM=\036:
877d7a0b 2777zu|go140|graphon go-140:\
6fab1b1d 2778 :co#80:li#24:cl=10\E[;H\E[2J:bs:cm=\E[%i%2;%2H:nd=\E[C:up=\E[A:\
23b473c6
CL
2779 :ce=\E[K:cd=10\E[J:so=\E[7m:se=\E[m:us=\E[4m:ue=\E[m:\
2780 :is=\E<\E=\E[?3l\E[?7l\E(B\E[J\E7\E[;r\E8\E[m\E[q:\
2781 :dl=\E[M:al=\E[L:dc=\E[P:im=\E[4h:ei=\E[4l:\
2782 :ks=\E[?1h\E=:ke=\E[?1l\E>:\
2783 :if=/usr/lib/tabset/vt100:ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:\
2784 :kh=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:pt:sr=\EM:
877d7a0b 2785zv|go140w|graphon go-140 in 132 column mode:\
23b473c6
CL
2786 :co#132:is=\E<\E=\E[?3h\E[?7h\E(B\E[J\E7\E[;r\E8\E[m\E[q:\
2787 :tc=go140:
b9516c28
CL
2788zw|sanyo55|sanyo|sanyo mbc-55x pc compatible:\
2789 :co#80:li#25:am:cl=\E[H\E[J:bs:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\
2790 :ce=\E[K:cd=\E[J:so=\E[7m:se=\E[m:us=\E[4m:ue=\E[m:
fb607493 2791#From: Simson L. Garfinkel <simsong@media-lab.mit.edu>
9db40867 2792zC|ST|atari st:\
fb607493
JB
2793 :bs:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :co#80:li#25:nd=\EC:\
2794 :pt:sr=\EI:up=\EA:ku=\EA:kd=\EB:kr=\EC:kl=\ED:\
2795 :do=\EB:\
2796 :so=\Ep:se=\Eq:dl=\EM:al=\EL:am:
9db40867
JK
2797# UniTerm terminal program for the Atari ST: 49-line VT220 emulation mode
2798# From Paul M. Aoki, aoki@ucbvax.Berkeley.EDU
2799zD|uniterm|uniterm49|UniTerm VT200 emulator, 49 lines:\
2800 :li#49:is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;49r\E[49;1H:\
2801 :tc=vt200:
c9c0e488
JB
2802# YTERM standard version 1.0. (gts 9-25-84)
2803# Straight old ascii keyboard except function keys are Yale (e.g.,ASCII.KBD).
2804# Only 80 tab columns (else yterm 1.1 bug). No :xn: in 1.0.
2805# Cannot use termcap :sr=\EM: because vi will not work, too bad.
2806# vi string is given so that yterm is reset each vi startup.
2807Y0|yterm10|yterm 1.0 UCB ascii.kbd:\
2808 :am:bs:cd=^K:ce=^]:cl=^L:cm=^^%r%+ %+ :co#80:EP:ho=^Y:li#24:nd=^\:pt:\
2809 :rc=\E8:sc=\E7:so=\E[7m:se=\E[m:up=^_:us=\E[4m:ue=\E[m:\
2810 :is=^O\E[7i\E[m\E[?7h\E[?3g\r\EHY0 for \EHYTERM 1.\EH0 with A\EHSCII.KBD\EH 9-13-84\EH \EH \EH \EH \EH\n:\
2811 :ku=^K:kd=^J:kl=^H:kr=^L:kh=^^:ma=\bh\012j\vk\fl\1eH:\
2812 :k0=\E0:k1=\E1:k2=\E2:k3=\E3:k4=\E4:k5=\E5:k6=\E6:k7=\E7:k8=\E8:k9=\E9:\
2813 :vs=^O\E[7i\E[m\E[?7h\E[?3g\r\EHY0 \EH \EH \EH \EH \EH \EH \EH \EH \EH\r:
2814# YTERM varient version 1.1. (gts 9-13-84) Version 1.1 has :xn:.
2815Y1|yterm11|yterm 1.1 UCB ascii.kbd:\
2816 :xn:is=^O\E[7i\E[m\E[?7h\E[?3g\r\EHY1 for \EHYTERM 1.\EH1 with A\EHSCII.KBD\EH 9-13-84\EH \EH \EH \EH \EH\n:\
2817 :tc=yterm10
2818# YTERM 1.0 varient no autowrap or tabs
2819# X does not remember autowrap or tabs when T is deleted and restarted.
2820Y2|yterm10nat|yterm 1.0 UCB ascii.kbd no autowrap or tabs:\
2821 :am@:pt@:vs=^O\E[7i\E[m\E[?7l\E[?3g\rY2\r:\
2822 :is=^O\E[7i\E[m\E[?7l\E[?3g\rY2 for YTERM 1.0 with ASCII.KBD 9-20-84 no autowrap or tabs\n:\
2823 :tc=yterm10
ccabebd9
RC
2824# KERMIT standard all versions. (gts 9-25-84)
2825# Straight ascii keyboard. :sr=\EI: not avail. many versions + bug prone in vi.
2826K0|kermit|standard kermit:\
2827 :bs:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :co#80:ho=\EH:li#24:nd=\EC:up=\EA:\
c9c0e488 2828 :ku=^K:kd=^J:kl=^H:kr=^L:kh=^^:ma=^Hh\012j^Kk^Ll^^H:\
ccabebd9
RC
2829 :is=K0 Standard Kermit 9-25-84\n:
2830K1|kermitam|standard kermit plus am:\
2831 :am:is=K1 Standard Kermit plus Automatic Margins\n:tc=kermit:
2832# IBMPC Kermit 1.2. (gts 8-30-84)
2833# Bugs :cd:ce: do not work except at beginning of line! :cl: does not work,
2834# but fake with :cl=\EH\EJ (since :cd=\EJ: works at beginning of line).
2835K2|pckermit|pckermit12|UCB IBMPC Kermit 1.2:\
2836 :am:li#25:cd@:ce@:cl=\EH\EJ:\
2837 :is=K2 UCB IBMPC Kermit 1.2 8-30-84\n:tc=kermit:
c9c0e488
JB
2838# IBMPC Kermit 1.20 (gts 12-19-84)
2839# Cannot use line 25, now acts funny like ansi special scrolling region.
2840# Initialization must escape from that region by cursor position to line 24.
2841# Cannot use character insert because 1.20 goes crazy if insert at col 80.
2842# Does not use am: because autowrap mode lost when kermit dropped and restarted.
2843K3|pckermit120|UCB IBMPC Kermit 1.20:\
2844 :al=\EL:am@:dc=\EN:dl=\EM:do=\EB:ei@:im@:li#24:pt:se=\Eq:so=\Ep:\
2845 :is=\EO\Eq\EJ\EY7 K3 UCB IBMPC Kermit 1.20 12-19-84\n:\
2846 :vs=\EO\Eq\EEK3:tc=kermit:
2847# MS-DOS Kermit 2.27 for the IBMPC (UCB gts 3-17-85)
1de0ed9e
RC
2848# Straight ascii keyboard. :sr=\EI: not avail. many versions + bug prone in vi.
2849# Cannot use line 25, now acts funny like ansi special scrolling region.
2850# Initialization must escape from that region by cursor position to line 24.
2851# Does not use am: because autowrap mode lost when kermit dropped and restarted.
2852# Reverse video for standout like H19.
02e69e5e 2853K4|msk227|mskermit227|MS-DOS Kermit 2.27 for the IBMPC:\
1de0ed9e
RC
2854 :al=\EL:am@:bs:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :co#80:\
2855 :dc=\EN:dl=\EM:do=\EB:ei=\EO:im=\E@:\
2856 :ho=\EH:li#24:nd=\EC:up=\EA:pt:rc=\Ek:sc=\Ej:se=\Eq:so=\Ep:\
2857 :ku=^K:kd=^J:kl=^H:kr=^L:kh=^^:ma=^Hh\012j^Kk^Ll^^H:\
c9c0e488
JB
2858 :is=\EO\Eq\EG\Ew\EJ\EY7 K4 MS Kermit 2.27 for the IBMPC 3-17-85\n:\
2859 :vs=\EO\Eq\EG\EwK4:
2860# MS-DOS Kermit 2.27 with automatic margins (UCB gts 3-17-85)
02e69e5e 2861K5|msk227am|mskermit227am|UCB MS-DOS Kermit 2.27 with automatic margins:\
c9c0e488
JB
2862 :am:\
2863 :is=\EO\Eq\EG\Ev\EJ\EY7 K5 MS Kermit 2.27 +automatic margins 3-17-85\n:\
2864 :vs=\EO\Eq\EG\EvK5:tc=mskermit227:
2865# MS-DOS Kermit 2.27 UCB 227.14 for the IBM PC (UCB gts 3-17-85)
1de0ed9e
RC
2866# Automatic margins now default. Use ansi set graphic rendition for standout,
2867# underline and ul codes (md,me,mr). Define function keys.
02e69e5e 2868K6|msk22714|mskermit22714|UCB MS-DOS Kermit 2.27 UCB 227.14 IBM PC:\
c9c0e488
JB
2869 :am:kn#10:\
2870 :k0=\E0:k1=\E1:k2=\E2:k3=\E3:k4=\E4:k5=\E5:k6=\E6:k7=\E7:k8=\E8:k9=\E9:\
2871 :md=\E[1m:me=\E[m:mr=\E[7m:se=\E[m:so=\E[1m:ue=\E[m:us=\E[4m:\
2872 :is=\EO\Eq\EG\Ev\EJ\EY7 K6 MS Kermit 2.27 UCB 227.14 IBM PC 3-17-85\n:\
2873 :vs=\EO\Eq\EG\EvK6:tc=mskermit227:
8c4a089a
S
2874# From earle@smeagol.UUCP 29 Oct 85 05:40:18 GMT
2875# MS-Kermit with Heath-19 emulation mode enabled
02e69e5e 2876Kh|h19k|h19kermit|heathkit emulation provided by Kermit (no auto margin):\
8c4a089a 2877 :am@:ta@:pt@:xt:da:db:tc=h19-u:
c9c0e488
JB
2878# rough draft of Amiga termcap by Mike Meyer
2879AA|amiga|Amiga ANSI:\
50dcf877 2880 :co#80:li#25:am:do=\E[B:ce=\E[K:cd=\E[J:\
c9c0e488
JB
2881 :cl=\E[H\E[J:ku=\E[A:kd=\E[B:kl=\E[C:kr=\E[D:kb=^H:\
2882 :al=\E[L:dl=\E[M:le=^H:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\
2883 :ce=\E[K:ho=\E[H:dc=\E[P:ic=\E[@:\
2884 :so=\E[2m:se=\E[m:us=\E[4m:ue=\E[m:mr=\E[7m:mb=\E[7;2m:me=\E[m:
2885# The pcplot IBM-PC terminal emulation program is really messed up. It is
2886# supposed to emulate a vt-100, but emulates the wraparound bug incorrectly,
2887# doesn't support scrolling regions, ignores add line commands, and ignores
2888# delete line commands. Consequently, the resulting behavior looks like a
2889# crude adm3a-type terminal.
2890# Steve Jacobson 8/85
2891pp|pcplot:\
2892 :cs@:sc@:rc@:xn@:tc=vt100:
2893# From Joel Rubin, jmrubin@coral, a preliminary TERMCAP for VIDTEX,
2894# a terminal program sold by Compuserve. Line and column numbers are
2895# computer-dependent (I have a Commodore '64); you should use the meta-B
2896# option to shut off clean-breaking of lines. No key codes included
2897# since some of them are programmable and most are machine-specific.
2898# Works on vi if you don't use clean-breaking. Very similar to the IBM 3101
2899# termcap. Escape-D used for backspace because control-H is destructive
2900# backspace. There seem to be a few weirdnesses (especially at the beginning
2901# of a wrapped line), and the cursor does not, unfortunately, flash.
2902zQ|vid|vidtex|Compuserve vidtex program:\
2903 :am:bc=\ED:cl=^L:li#25:co#40:nd=\EC:up=\EA:cd=\EJ:ce=\EK:\
2904 :ho=\EH:cm=\EY%+\40%+\40:pt:
2905# Fortune from c160-3bp@Coral (Robert Nathanson) via tut Wed Oct 5, 1983
2906zK|fos|fortune|Fortune system:\
2907 :is=^_..:li#25:co#80:am:bs:bw:cl=20^L:cd=3*^\Y:\
2908 :ic=5^\Q:dc=5^\W:dl=15^\R:al=15^\E:cm=^\C%+ %+ :ta=^Z:ho=10^^:do=3^J:\
2909 :up=3^K:bs=^H:kb=^H:kd=^Ay\r:kh=^A?\r:kl=^Aw\r:kr=^Az\r:ku=^Ax\r:\
2910 :nl=5^J:so=^\H`:se=^\I`:sg=0:us=^\HP:ue=^\IP:ug=0:ce=^\Z:rv=\EH:re=\EI:\
2911 :rg=0:GS=\Eo:GE=^O:GG=0:GV=-:GH=&:GU=%:GD=#:G1=(:G2= :G3=":G4=*:CF=\E]:\
2912 :CO=\E\\:WL=^Aa\r:WR=^Ab\r:CL=^Ac\r:CR=^Ad\r:DL=^Ae\r:RF=^Af\r:\
2913 :RC=^Ag\r:CW=^Ah\r:NU=^Aj\r:EN=^Ak\r:HM=^Al:PL=^Am\r:PU=^An\r:PD=^Ao\r:\
2914 :PR=^Ap\r:HP=^A@\r:RT=^Aq\r:TB=\r:CN=\177:MP=\E+F:
2915# basis from Peter Harrison, Computer Graphics Lab, San Francisco
2916# ucbvax!ucsfmis!harrison ...uucp / ucbvax!ucsfmis!harrison@BERKELEY ...ARPA
2917ba|basis|BASIS108 computer with terminal translation table active:\
50dcf877 2918 :do=5000^J:nl=5000*^J:\
c9c0e488
JB
2919 :cd=\EY:ce=\ET:cl=300\E*:ma=^K^P^R^L^L :\
2920 :kb=^H:kl=^H:ku=^K:kr=^L:kd=^J:so=\E(:se=\E):tc=adm3a:
2921# From Peter Harrison, Computer Graphics Lab, San Francisco
2922# ucbvax!ucsfmis!harrison .....uucp
2923# ucbvax!ucsfmis!harrison@BERKELEY .......ARPA
2924# "These two work. If you don't have the inverse video chip for the
2925# Apple with videx then remove the so and se fields."
2926zO|DaleApple|Apple with videx videoterm 80 column board with inverse video:\
50dcf877 2927 :do=^J:am:le=^H:bs:cd=^K:ce=^]:cl=300^L:cm=^^%r%+ %+ :co#80:ho=^Y:\
c9c0e488
JB
2928 :kd=^J:kl=^H:kr=^U:kh=^Y:\
2929 :li#24:nd=^\:pt:so=^Z3:se=^Z2:up=^_:xn:
2930zJ|ibmaed|IBM Experimental display:\
2931 :al=\EN:am:bs:cd=\EJ:ce=\EI:cl=\EH\EK:cm=\EY%+\40%+\40:co#80:\
50dcf877
JB
2932 :dc=\EQ:dl=\EO:do=\EB:ei=:ho=\EH:ic=\EP:im=:li#52:\
2933 :nd=\EC:ms:so=\E0:se=\E0:us=:ue=:up=\EA:\
c9c0e488
JB
2934 :kb=^h:ku=\EA:kd=\EB:kl=\ED:kr=\EC:eo:vb=\EG:pt:
2935# funny terminal that the TANDEM uses.
2936zA|653|t653x|Tandem 653x multipage terminal:\
2937 :li#24:co#80:ho=\EH:cm=\023%+ %+ :cl=\EI:cd=\EJ:ce=\EK:am:bs:\
2938 :if=/usr/lib/tabset/tandem653:sb=\ES:sr=\ET:da:db:so=\E6$:se=\E6 :\
2939 :us=\E60:ue=\E6 :sg#1:ug#1:up=\EA:do=\012:le=\010:nd=\EC:\
2940 :hs:ts=\Eo:fs=\r:ds=\Eo\r:ws#64:
1ff3f8c7
JK
2941# From Paul Leondis, unllab@amber.berkeley.edu
2942zB|ifmr|Informer D304:\
2943 :am:bs:cd=\E/:ce=\EQ:cl=\EZ:cm=\EY%r%+ %+ :co#80:dc=\E\\:\
2944 :do=^J:im=:ei=:ic=\E[:li#24:nd=\EC:so=\EJ:se=\EK:up=\EA:\
2945 :sr=\En:ho=\EH:
4e2cb5b9 2946#
9a9a294a
KL
2947# END OF TERMCAP
2948# ------------------------