decide whether you want to use float or double constants, not mixed type
[unix-history] / usr / src / share / termcap / termcap.src
CommitLineData
9a9a294a
KL
1# ------------------------
2#
34187f2a 3# Termcap source file @(#)termcap.src 5.7 (Berkeley) %G%
db252d8d
KL
4# Kevin Layer, Berkeley
5# Craig Leres, Berkeley
557ee860 6# Mark Horton, Berkeley
9a9a294a 7#
94a6cf70
KL
8# Please mail changes to (arpanet): termcap@berkeley
9#
23b473c6
CL
10# Copyright (c) 1980 Regents of the University of California.
11# All rights reserved. The Berkeley software License Agreement
12# specifies the terms and conditions for redistribution.
13#
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#
51# If you absolutely MUST check for a specific terminal (this is discouraged)
52# check for the 2nd entry (the canonical form) since all other codes are
53# subject to change. The two letter codes are there for version 6 and are
54# EXTREMELY subject to change, or even to go away if version 6 becomes for
55# all practical purposes obsolete. We would much rather put in special
56# capabilities to describe your terminal rather than having you key on the
57# name.
58#
59# Special manufacturer codes:
60# A: hardcopy daisy wheel terminals
61# M: Misc. (with only a few terminals)
23b473c6
CL
62# q: Homemade
63# s: special (dialup, etc.)
64#
9a9a294a
KL
65# Comments in this file begin with # - they cannot appear in the middle
66# of a termcap entry. Individual entries are commented out by
67# placing a period between the colon and the capability name.
68#
69# This file is to be installed with an editor script (reorder)
70# that moves the most common terminals to the front of the file.
71# If the source is not available, it can be constructed by sorting
72# the above entries by the 2 char initial code.
73# \f# --------------------------------
74#
75# A: DAISY WHEEL PRINTERS
76#
77# The A manufacturer represents Diablo, DTC, Xerox, Qume, and other Daisy
78# wheel terminals until such time as termcap distinguishes between them
79# enough to justify separate codes.
80# This is an "experimental" entry for the SRI Agiles.
81# It has been tried in a minimal way -- the Agile did not blow up!
82# However, it has not been exhaustively tested.
83# Anyone who tries it and finds it wanting should get in touch with:
23b473c6 84# Ralph Keirstead (ralph@sri-unix);
9a9a294a
KL
85# EK352; SRI International; 333 Ravenswood Avenue; Menlo Park, CA 94025
86Aa|agile|agiles|sri agiles:\
4c5db4f7 87 :bs:hc:os:pl:co#132:do=^J:kb=^H:up=\E\n:\
bb0e509d 88 :hu=\E0:hd=\E9:if=/usr/lib/tabset/std:is=\EE\EF\EJ:
9a9a294a 89A6|1620|1640|450|diablo 1620:\
4c5db4f7
JB
90 :do=^J:ct=\E2:st=\E1:ch=\E\t%i%.:\
91 :kb=^H:le=^H:bs:co#132:hc:hu=\EU:hd=\ED:os:pt:up=\E\n:
9a9a294a 92A7|1620-m8|1640-m8|diablo 1620 w/8 column left margin:\
4c5db4f7 93 :do=^J:co#124:is=\r \E9:tc=1620:
9a9a294a
KL
94# DTC 382 with VDU. Has no cd so we fake it with ce. Standout works but
95# won't go away without dynamite. The terminal has tabs, but I'm getting
96# tired of fighting the braindamage. If no tab is set or the terminal's
97# in a bad mood, it glitches the screen around all of memory. Note that
98# return puts a blank ("a return character") in the space the cursor was
99# at, so we use ^P return (and thus ^P newline for newline). Note also
100# that if you turn off pt and let Unix expand tabs, curses won't work
101# (current version) because it doesn't turn off this bit, and cursor
102# addressing sends a tab for row/column 9. What a losing terminal! I
103# have been unable to get tabs set in all 96 lines - it always leaves at
104# least one line with no tabs in it, and once you tab through that line,
105# it completely weirds out.
106Ac|dtc|ps|dtc382|382:\
4c5db4f7 107 :do=^J:al=^P^Z:am:le=^H:\
9a9a294a
KL
108 :bs:co#80:ce=^P^U:cl=20^P^]:cm=%r^P^Q%.%.:dc=^X:\
109 :dl=^P^S:ei=^Pi:ho=^P^R:im=^PI:ve=^Pb:vs=^PB:pc=\177:te=20^P^]:\
110 :li#24:nd=^PR:.se=^P \200:.so=^P \002^PF:us=^P \020:ue=^P \200:\
111 :up=^P^L:nc:nl=\n:xr:xs:da:db:.pt:cr=^P^M:cd=^P^U^P^S^P^S:
1f519d9c 112Ad|dtc300s|300|300s|dtc 300s:\
4c5db4f7
JB
113 :ct=\E3:st=\E1:do=^J:\
114 :kb=^h:le=^H:bs:co#132:hc:hu=\EH:hd=\Eh:os:pt:up=^Z:
9a9a294a 115Ag|gsi:\
4c5db4f7 116 :le=^H:bs:co#132:hc:hd=\Eh:hu=\EH:os:pt:up=^Z:do=^J:
9a9a294a
KL
117# This used to have :pl: - maybe they meant :pt:?
118Aj|aj830|aj832|aj|anderson jacobson:\
4c5db4f7 119 :do=^J:le=^H:bs:hc:hd=\E9:hu=\E8:os:up=\E7:
9a9a294a
KL
120# From cbosg!ucbvax!pur-ee!cincy!chris Thu Aug 20 09:09:18 1981
121# This is incomplete, but it's a start.
b840628d 122An|5520|nec|spinwriter|nec 5520:\
4c5db4f7
JB
123 :ct=\E3:st=\E1:do=^J:kb=^h:le=^H:bs:co#132:hc:hu=\E]s\E9\E]W:\
124 :hd=\E]s\n\E]W:os:pt:up=\E9:
9a9a294a 125Aq|qume5|qume|Qume Sprint 5:\
4c5db4f7
JB
126 :ct=\E3:st=\E1:do=^J:\
127 :kb=^h:le=^H:bs:co#80:hc:hu=\EH:hd=\Eh:os:pt:up=^Z:
84c96624 128Ar|q102|qume102|Qume 102:\
4c5db4f7
JB
129 :al=\EE:am:bs:bt=\EI:\
130 :cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :co#80:ct=\E3:\
84c96624
KL
131 :dc=\EW:dl=\ER:do=^J:ei=:ho=^^:ic=\EQ:im=:\
132 :k0=^A@\r:k1=^AA\r:k2=^AB\r:k3=^AC\r:kd=^J:kl=^H:kr=^L:ku=^K:\
4c5db4f7
JB
133 :le=^H:li#24:ma=^K^P^L :nd=^L:\
134 :se=\EG0:sg#1:so=\EG4:st=\E1:\
84c96624 135 :ue=\EG0:ug#1:ul:up=^K:us=\EG8:
9a9a294a
KL
136# I suspect the xerox1720 is the same as the diablo 1620.
137Ax|x1720|x1700|1700|x1750|xerox 1720:\
4c5db4f7 138 :co#132:le=^H:bs:hc:os:pt:do=^J:ct=\E2:st=\E1:
9a9a294a
KL
139# \f# --------------------------------
140#
141# C: CONTROL DATA
142#
143Ca|cdc456|cdc:\
4c5db4f7 144 :do=^J:li#24:co#80:cl=^Y^X:nd=^L:up=^Z:le=^H:bs:\
9a9a294a
KL
145 :cm=\E1%+ %+ :ho=^Y:al=\E\114:dl=\E\112:ce=^V:cd=^X:am:
146Cc|cdc456tst:\
4c5db4f7 147 :do=^J:li#24:co#80:cl=^y^x:le=^H:bs:cm=\E1%+ %+ :am:
9a9a294a
KL
148# \f# --------------------------------
149#
150# D: DATAMEDIA
151#
152D0|dm1520|dm1521|1521|1520|datamedia 1520:\
4c5db4f7 153 :do=^J:am:le=^H:bs:cd=^K:ce=^]:cl=^L:cm=^^%r%+ %+ :co#80:ho=^Y:\
9a9a294a 154 :ku=^_:kd=^J:kl=^H:kr=^\:kh=^Y:\
4c5db4f7 155 :li#24:nd=^\:up=^_:xn:ma=^\ ^_^P^YH:pt:
9a9a294a 156D2|dm2500|datamedia2500|2500|datamedia 2500:\
4c5db4f7
JB
157 :do=^J:al=15^P\n^X^]^X^]:le=^H:bs:ce=^W:cl=^^^^\177:\
158 :cm=^L%r%n%.%.:co#80:dc=10*^P\b^X^]:dl=10*^P^Z^X^]:\
159 :dm=^P:ed=^X^]:ei=10\377\377^X^]:ho=^B:ic=10*^P^\^X^]:\
160 :im=^P:li#24:nc:nd=^\:pc=\377:so@=^N:se=^X^]:up=^Z:
9a9a294a 161D3|dm3025|datamedia 3025a:\
4c5db4f7 162 :MT:is=\EQ\EU\EV:do=^J:\
9a9a294a
KL
163 :al=130\EP\n\EQ:le=^H:bs:cd=2\EJ:ce=\EK:cl=2\EM:cm=\EY%r%+ %+ :\
164 :co#80:dc=6\b:dl=130\EP\EA\EQ:dm=\EP:ed=\EQ:ei=\EQ:ho=\EH:\
4c5db4f7 165 :im=\EP:ip=6:li#24:nd=\EC:pt:so=\EO1:se=\EO0:up=\EA:
9a9a294a 166D4|3045|dm3045|datamedia 3045a:\
4c5db4f7 167 :is=\EU\EV:do=^J:\
9a9a294a
KL
168 :am:le=^H:bs:cd=2\EJ:ce=\EK:cl=2\EM:cm=\EY%r%+ %+ :co#80:\
169 :dc=6\EB:dm=:ed=:ei=\EP:ho=\EH:ic=:im=\EP:ip=6:\
170 :k0=\Ey\r:k1=\Ep\r:k2=\Eq\r:k3=\Er\r:k4=\Es\r:\
171 :k5=\Et\r:k6=\Eu\r:k7=\Ev\r:k8=\Ew\r:k9=\Ex\r:\
4c5db4f7 172 :kh=\EH:ku=\EA:kr=\EC:li#24:nd=\EC:pc=\177:pt:eo:ul:up=\EA:xn:
9a9a294a
KL
173# dt80/1 is a vt100 lookalike, but it doesn't seem to need any padding.
174D5|dt80|dmdt80|dm80|datamedia dt80/1:\
4c5db4f7
JB
175 :do=^J:cd=\E[J:ce=\E[K:cl=\E[2J\E[H:cm=%i\E[%d;%dH:ho=\E[H:\
176 :nd=\E[C:sr=\EM:so=\E[7m:se=\E[m:up=\E[A:us=\E[4m:ue=\E[m:tc=vt100:
9a9a294a
KL
177# except in 132 column mode, where it needs a little padding.
178# This is still less padding than the vt100, and you can always turn on
179# the ^S/^Q handshaking, so you can use vt100 flavors for things like
180# reverse video.
181D6|dt80w|dmdt80w|dm80w|datamedia dt80/1 in 132 char mode:\
4c5db4f7 182 :do=^J:cd=20\E[0J:co#132:ce=20\E[0K:\
9a9a294a
KL
183 :cm=5\E[%i%d;%dH:cl=50\E[H\E[2J:up=5\E[A:tc=dmdt80:
184# \f# --------------------------------
185#
186# H: HAZELTINE
187#
188# Since nd is blank, when you want to erase something you
189# are out of luck. You will have to do ^L's a lot to
190# redraw the screen. h1000 is untested. It doesn't work in
191# vi - this terminal is too dumb for even vi. (The code is
192# there but it isn't debugged for this case.)
193H1|h1000|hazeltine 1000:\
4c5db4f7 194 :le=^H:bs:ho=^K:cl=^L:nd= :co#80:li#12:do=^J:
9a9a294a
KL
195# Note: the h1552 appears to be the first Hazeltine terminal which
196# is not braindamaged. It has tildes and backprimes and everything!
197# Be sure the auto lf/cr switch is set to cr.
198H2|h1552|hazeltine 1552:\
4c5db4f7
JB
199 :do=^J:al=\EE:dl=\EO:k1=\EP:l1=blue:k2=\EQ:\
200 :l2=red:k3=\ER:l3=green:tc=vt52:
9a9a294a 201H3|h1552rv|hazeltine 1552 reverse video:\
4c5db4f7 202 :do=^J:so=\ES:se=\ET:tc=h1552:
9a9a294a
KL
203# From cbosg!ucbvax!pur-ee!cincy!chris Thu Aug 20 09:09:18 1981
204H4|h1420|hazeltine 1420:\
4c5db4f7 205 :do=^J:le=^H:bs:am:li#24:co#80:al=\E^Z:dl=\E^S:cd=\E^X:cl=\E\034:\
9a9a294a
KL
206 :up=\E^L:nd=^P:ce=\E^O:ta=^N:cm=\E^Q%r%.%+ :so=\E\037:se=\E^Y:
207H5|h1500|hazeltine 1500:\
4c5db4f7
JB
208 :do=^J:al=40~^Z:am:le=^H:bs:cd=10~^X:ce=~^O:cl=~^\:cm=~^Q%r%.%.:\
209 :co#80:dl=40~^S:do=~^K:li#24:nd=^P:.se=~^_:.so=~^Y:up=~^L:
9a9a294a
KL
210# h1510 assumed to be in sane escape mode. Else use h1500.
211H6|h1510|hazeltine 1510:\
4c5db4f7
JB
212 :do=^J:al=\E^Z:am:le=^H:bs:cd=\E^X:ce=\E^O:cl=\E^\:cm=\E^Q%r%.%.:\
213 :co#80:dl=\E^S:do=\E^K:li#24:nd=^P:.se=\E^_:.so=\E^Y:up=\E^L:
9a9a294a 214H8|h1520|hazeltine 1520:\
4c5db4f7
JB
215 :do=^J:al=~^Z:am:le=^H:bs:cd=~^X:ce=~^O:cl=~\034:cm=~^Q%r%.%.\200:\
216 :co#80:dl=~^S:do=~^K:hz:li#24:nd=^P:se=~^Y:so=~\037:up=~^L:ho=~^R:
9a9a294a
KL
217# Note: h2000 won't work well because of a clash between upper case and ~'s.
218H7|h2000|hazeltine 2000:\
4c5db4f7 219 :do=^J:al=6~^z:am:le=^H:bs:cl=6~^\:cm=~^q%r%.%.:co#74:\
9a9a294a 220 :dl=6~^s:ho=~^r:li#27:nc:pc=\177:
db252d8d
KL
221# Hazeltine esprit entries from Univ of Utah Tue Feb 1 06:39:37 1983
222# J.Lepreau, lepreau@utah-cs, harpo!utah-cs!lepreau
223HE|esprit|hazeltine esprit:\
224 :al=40\E^Z:bs:cd=5\E^X:ce=\E^O:cl=\E^\:cm=\E^Q%r%>^^ %+`%+`:co#80:\
225 :dl=40\E^S:do=\E^K:ho=\E^R:li#24:nd=^P:se=\E^Y:so=\E^_:up=\E^L:
226HF|esprit-am|hazeltine esprit auto-margin:\
227 :am:tc=esprit:
9a9a294a
KL
228# \f# --------------------------------
229#
230# I: IBM, INTERACTIVE SYSTEMS, and INTECOLOR
231#
232# Some of these should go in the misc category, IBM, ISC, and ISC can't
233# all have I. I will wait to see who comes out with more terminals.
234# These compucolors appear similar, but they at least have different
235# sized screens. I don't know what's going on here.
236I8|8001|ISC8001|compucolor|intecolor:\
4c5db4f7
JB
237 :do=^J:al=\EU:am:le=^Z:bc=^Z:cl=3*^L:cm=^C%r%.%.:\
238 :co#80:cd=\EQ:dm=\EQ:ed=\EF:dc=\177:dl=\EV:ei=\EF:\
239 :im=\EQ:li#40:nd=1^Y:ta=8\t:up=^\:ho=1^H:pc=^@:
9a9a294a 240IG|compucolor2|compucolorII:\
4c5db4f7 241 :do=^J:pt:am:cm=%r^C%.%.:le=^Z:bc=^Z:li#32:co#64:\
9a9a294a
KL
242 :cl=^L:ho=^H:nd=^Y:up=^\:
243# From cithep!eric Wed Sep 16 08:06:44 1981
244It|intext|Interactive Systems Corporation modified owl 1200:\
4c5db4f7
JB
245 :do=^J:al=5.5*\020:am:le=^_:bc=^_:le=^H:bs:bt=^Y:cd=5.5*\026J:\
246 :ce=^K\160^R:cl=132\014:cm=\017%+ %+ :co#80:dc=5.5*\022:dl=5.5*\021:\
247 :ei=\026\074:im=\026\073:ip=5.5*:li#24:nd=\036:pt:up=\034:\
9a9a294a
KL
248 :se=^V# :sg#1:so=^V$,:ma=^K^P^R^L^L :\
249 :kl=^_:kd=^J:kr=^^:ku=\034:kb=^H:kh=^Z:\
250 :k1=^VA\r:k2=^VB\r:k3=^VC\r:k4=^VD\r:k5=^VE\r:\
251 :k6=^VF\r:k7=^VG\r:k8=^VH\r:k9=^VI\r:k0=^VJ\r:
252I9|ibm|ibm3101|3101|i3101|IBM 3101-10:\
4c5db4f7 253 :do=^J:ct=\EH:st=\E0:\
9a9a294a 254 :am:le=^H:bs:cl=\EK:li#24:co#80:nd=\EC:up=\EA:cd=\EJ:ce=\EI:\
4c5db4f7
JB
255 :kd=\EB:kl=\ED:kr=\EC:ku=\EA:ho=\EH:cm=\EY%+\40%+\40:pt:
256Ia|ibm-apl|apl|IBM apl terminal simulator:\
257 :li#25:tc=dm1520:
9a9a294a
KL
258#
259# M: MISCELLANEOUS TERMINALS
260#
261# The tab 132 uses xon/xoff, so no padding needed.
262# ks/ke have nothing to do with arrow keys.
263# is sets 80 col mode, normal video, autowrap on (for am).
264# Seems to be no way to get rid of status line.
a0930429 265M0|abm80|amtek business machines 80:\
4c5db4f7
JB
266 :do=^J:al=\E^Z:am:le=^H:bs:cd=\E^X:ce=\E^O:cl=\E^\:cm=\E^Q%r%+ %+ :\
267 :co#80:dl=\E^S:do=\E^K:li#24:nd=^P:.so=\E^_:.se=\E^Y:up=\E^L:\
a0930429 268 :bw:bt=^T:ho=\E^R:
9a9a294a 269M1|tab132|tab|tab132/15|tab 132/15:\
4c5db4f7 270 :is=\E[?7h\E[?3l\E[?5l:dN@:ks@:ke@:do=^J:\
9a9a294a
KL
271 :da:db:al=\E[L:dl=\E[M:dc=\E[P:ei=\E[4l:im=\E[4h:cm=\E[%i%d;%dH:\
272 :ku=\E[A:kd=\E[B:kl=\E[D:tc=vt100:
273M2|tab132w:\
274 :co#132:is=\E[?7h\E[?3h\E[?5l:tc=tab132:
275M3|tab132rv:\
276 :is=\E[?7h\E[?3l\E[?5h:tc=tab132:
277M4|tab132wrv:\
278 :is=\E[?7h\E[?3h\E[?5h:tc=tab132w:
279# This used to say "de#001202" which presumably refers to the stty bits
280# that need to be set for some version of Unix. We need the real delay
281# requirements in MS.
282M5|mw2|Multiwriter 2:\
4c5db4f7 283 :do=^J:co#132:hc:os:
9a9a294a 284M6|trs80|trs-80|radio shack trs-80 Model I:\
4c5db4f7 285 :do=^J:am:le=^H:bs:co#64:li#16:
9a9a294a 286M7|d800|Direct 800/A:\
4c5db4f7 287 :do=^J:co#80:li#24:am:cl=\E[1;1H\E[2J:le=^H:bs:cm=\E[%i%d;%dH:\
9a9a294a 288 :nd=\E[C:up=\E[A:ce=\E[K:cd=\E[J:\
9a9a294a 289 :so=\E[7m:se=\E[0m:us=\E[4m:ue=\E[0m:xs:vs=\E[>12l:ve=\E[>12h:\
4c5db4f7 290 :sf=\ED:sr=\EM:da:db:as=\E[1m:ae=\E[0m:ms:pt:\
9a9a294a
KL
291 :kl=\E[D:kr=\E[C:ku=\E[A:kd=\E[B:\
292 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
293 :k5=\EOT:k6=\EOU:k7=\EOV:k8=\EOW:
294M8|vc404|volker-craig 404:\
4c5db4f7
JB
295 :do=^J:am:le=^H:bs:cd=40^W:ce=20^V:cl=40^X:cm=^P%+ %+ :co#80:\
296 :ho=40^Y:kd=^J:kl=^H:kr=^U:ku=^Z:li#24:ma=^Z^P^U :nd=^U:up=^Z:
9a9a294a 297M9|vc404-s|volker-craig 404 w/standout mode:\
4c5db4f7 298 :do=^J:se=^O:so=^N:tc=vc404:
9a9a294a
KL
299MA|vc404-na|volker-craig 404 w/no arrow keys:\
300 :ma@:kr@:ku@:tc=vc404:
301MB|vc404-s-na|volker-craig 404 w/standout mode and no arrow keys:\
302 :se=^O:so=^N:tc=vc404na:
303# missing in vc303a and vc303 descriptions: they scroll 2 lines at a time
304MC|vc303a|vc403a|volker-craig 303a:\
4c5db4f7 305 :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
306 :ku=^Z:li#24:ll=^P^@W:nd=^U:ns:up=^Z:
307MD|vc303|vc103|vc203|volker-craig 303:\
4c5db4f7
JB
308 :do=^J:am:le=^H:bs:cl=40^L:co#80:ho=40^K:kd=^J:kl=^H:\
309 :kr=^I:ku=^N:li#24:ll=^O\200W:nd=^I:ns:up=^N:
9a9a294a 310# Test version for Falco ts-1. See "arpavax.hickman@ucb" for info
1f519d9c 311ME|falco|ts1|ts-1|falco ts-1:is=\Eu\E3:\
4c5db4f7
JB
312 :do=^J:al=\EE:am:bs:ce=\ET\EG0^h:cm=\E=%+ %+ :cl=\E*:cd=\EY:co#80:\
313 :dc=\EW:dl=\ER:ei=\Er:ho=^^:im=\Eq:k0=^A0\r:kd=^J:kl=^H:pt:\
9a9a294a
KL
314 :kr=^L:ku=^K:li#24:nd=^L:se=\Eg0:so=\Eg1:up=^K:us=\Eg1:ue=\Eg0:
315MF|falco-p|falco ts-1sp|falco with paging option:\
316 :is=\EZ\E3\E_c:\
317 :al=\EE:am:bs:ce=\ET\EG0^H\Eg0:cl=\E*:cd=\EY:co#80:dc=\EW:\
318 :dl=\ER:kd=\E[B:kl=\E[D:ei=\Er:im=\Eq:pt:db:\
319 :kr=\E[C:ku=\E[A:li#24:nd=\E[C:se=\Eg0:so=\Eg4:\
320 :up=\E[A:us=\Eg1:ti=\E_d:te=\E_b:\
321 :ue=\Eg0:do=\E[B:cm=\E=%+ %+ :ms:ul:kh=\E[H:da:mi:bt=\EI:
322#NOTE: bg can scroll, it just would rather not (ns) - rwells 3/13/81.
323# (Shouldn't you take out ns and put in an nl instead? - mrh)
324MG|bg|bitgraph|BBN BitGraph terminal:\
4c5db4f7
JB
325 :do=^J:al=2*\E[L:bs:cd=150\E[J:ce=2\E[K:\
326 :cl=150\E[H\E[J:cm=%i\E[%d;%dH:co#85:\
9a9a294a
KL
327 :dl=2*\E[M:k0=\EP:k1=\EQ:k2=\ER:k3=\ES:kd=\EB:ke=\E>:kl=\ED:kr=\EC:\
328 :ks=\E=:ku=\EA:li#64:nd=\E[C:ns:pt:se=\E[0m:so=\E[7m:up=\E[A:sf=280\n:
329MH|d132|datagraphix|datagraphix 132a:\
4c5db4f7 330 :do=^J:co#80:li#30:cl=^l:ho=\Et:da:db:sf=\Ev:sr=\Ew:\
9a9a294a
KL
331 :up=\Ek:nd=\El:vs=\ex:ve=\Em\En:\
332 :al=\E3:ic=\E5:dc=\E6:in:ic=\E5:
333MI|soroc|Soroc 120:\
4c5db4f7 334 :do=^J:cd=\EY:ce=\ET:cl=2\E*:ma=^K^P^R^L^L :\
9a9a294a
KL
335 :kl=^H:ku=^K:kr=^L:kd=^J:tc=adm3a:
336# tec is untested, and taken from CB/Unix virtual terminal driver.
337# Upper case terminal, uses lower case for control sequences!!!
338# The driver shows the C ~ operator used on CM coordinates.
339# Without the terminal in front of me, I can't figure out what's
340# going on, so I've dotted out the cm. Note there is no ~ in tgoto.
341MJ|tec400|tec scope:\
4c5db4f7 342 :do=^J:.cm=l%r%.%.:up=x:do=h:nd=g:le=w:ho=i:so={:se=|:sg#1:\
9a9a294a 343 :cl=f:al=e:dl=u:ic=d:dc=t:ce=c:cd=s:
23b473c6 344# From ucbvax!geoff Mon Sep 21 21:15:45 1981
9a9a294a
KL
345# This entry has been tested.
346MK|tec500|tec 500:\
4c5db4f7 347 :do=^J:am:le=^H:bs:cm=\E=%+ %+ :cl=20^Z:\
9a9a294a
KL
348 :co#80:ho=^^:li#24:nd=^L:up=^K:so=^]:se=^\:
349# I would appreciate more information on this terminal, such as the
350# manufacturer and the model number. There is too many tecs in here.
351ML|tec:\
4c5db4f7
JB
352 :li#24:co#80:cl=^l:up=^k:nd=\037:\
353 :am:le=^H:bs:ho=\036:ma=^K^P^_ :do=^J:
1f519d9c 354MM|teletec|Teletec Datascreen:\
4c5db4f7 355 :do=^J:am:le=^H:bs:co#80:cl=^l:ho=^^:li#24:nd=^_:up=^k:
1f519d9c
KL
356# From cbosg!ucbvax!SRC:george Fri Sep 11 22:38:32 1981
357MN|ampex|d80|dialogue|dialogue80|ampex dialogue 80:\
4c5db4f7
JB
358 :ct=\E3:st=\E1:do=^J:is=\EA:us=\El:ue=\Em:\
359 :am:le=^H:bs:pt:cl=75\E*:cm=\E=%+ %+ :\
1f519d9c
KL
360 :al=5*\EE:bt=\EI:ic=\EQ:im=:ei=:dl=5*\ER:dc=\EW:\
361 :ce=\Et:cd=\Ey:so=\Ej:se=\Ek:li#24:co#80:nd=^L:up=^K:
7dd19be6 362MO|digilog|333|digilog 333:\
4c5db4f7 363 :le=^H:bs:co#80:ce=\030:ho=^n:li#16:nd=^i:up=^o:do=^J:
7dd19be6 364MP|ep48|ep4080|execuport 4080:\
4c5db4f7 365 :am:le=^H:bs:os:co#80:hu=\036:hd=\034:do=^J:
7dd19be6 366MQ|ep40|ep4000|execuport 4000:\
4c5db4f7 367 :am:le=^H:bs:os:co#136:hu=\036:hd=\034:do=^J:
7dd19be6 368MR|terminet1200|terminet300|tn1200|tn300|terminet|GE terminet 1200:\
4c5db4f7 369 :co#120:hc:os:do=^J:
9a9a294a
KL
370# AED 512
371# by giles Billingsley (ucbcad.gilesb@berkeley)
372# rewritten 8/82 for newer AEDs and better operation of vi,etc.
7dd19be6 373MS|aed|AED|aed512|AED512|aed 512:\
4c5db4f7 374 :db:co#64:li#40:cl=^L:bs:nd=\Ei0800\001:\
9a9a294a
KL
375 :up=^K:ve=\E\E\E\E\E\E\E\072004=000200??\001:\
376 :vb=\EK0001??0000K0001202080\001:\
377 :us=\E\07200>8000140\001:ue=\E\07200>8000100\001:\
378 :uc=\Ei???>l0800i0102\001:\
379 :ti=\E\07200>8000140{<04<0??00001010L<0\072004=0002??00\001:\
380 :te=\E\07200>8000100{804<0??00001000L80\072004=000200??\001:\
381 :so=\E\07200>8000140[80C00\001:se=\E[00C80\001:\
382 :is=\EG1MMM.`40K0001202080K8001????00^L\EC80L80{80^L\EK010100????K0601??0000c818100\EG1HHH.\07210000019A27FD006A280D002A200A52429FE8524861086118612861360N031B4C3F3F1800N041B0C1B4C38301800N001B3B313030301800N011B3B313030341800N021B3B313030381800N050800N061B3B313335301800\07211000015A58E8D5011A58F8D5111A5908D5211A5918D531160\07212000015AD5011858EAD5111858FAD52118590AD5311859160\0721300004B2071C5858E0A18658E0A0A858EA900858F268FA5278590A50A29018591A9F51865908590A90165918591A59038E58E8590A591E58F290185912071C5180A0A0A0901858EA900858F268F60\0721350000BA9472031DEA9502031DE60\E\E\E\EG1MMM.^A:
db252d8d 383# CIT 80 - vt 100 emulator, the termcap has been modified to remove
23b473c6 384# the delay times and do an auto tab set rather than the indirect
db252d8d 385# file used in vt100.
7dd19be6 386MT|cit80|cit 80|Citoh 80:\
db252d8d 387 :co#80:li#24:am:cl=\E[;H\EJ:bs:cm=\E[%i%2;%2H:nd=\E[C:up=\E[A:\
7dd19be6 388 :ce=\EK:cd=\EJ:is=\E>:ks=\E[?1h\E=:ke=\E[?1l\E>:\
db252d8d
KL
389 :ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:
390# AlternateCIT 101 - vt 100 emulator, the termcap has been modified to remove
23b473c6 391# the delay times and do an auto tab set rather than the indirect
db252d8d
KL
392# file used in vt100.
393# Uses 23 lines so can run citsys (like h19sys).
7dd19be6 394MU|citc|Citoh fast vt100:\
db252d8d
KL
395 :co#80:li#23:am:cl=\E[;H\E[2J:bs:cm=\E[%i%2;%2H:nd=\E[C:up=\E[A:\
396 :ce=\E[K:cd=\E[J:so=\E[7m:se=\E[m:us=\E[4m:ue=\E[m:\
397 :is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[3g\E[>5g:\
398 :ks=\E[?1h\E=:ke=\E[?1l\E>:ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:\
23b473c6 399 :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:\
db252d8d 400 :dc=\E[P:al=\E[L:im=:ei=:dl=\E[M:ic=\E[@:
b840628d 401MV|cita:\
db252d8d
KL
402 :co#80:li#23:am:cl=\E[;H\E[2J:bs:cm=\E[%i%2;%2H:nd=\E[C:up=\E[A:\
403 :ce=\E[K:cd=\E[J:so=\E[7m:se=\E[m:us=\E[4m:ue=\E[m:\
404 :is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[3g\E[>5g:\
4c5db4f7 405 :ks=\E[?1h\E=:ke=\E[?1l\E>:ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:\
23b473c6 406 :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:
7dd19be6
KL
407MW|cit101:li#24:vb@:tc=cita
408MX|cit101b:li#24:tc=cita
4e2cb5b9
RC
409Mh|cit500|cit-500|cit 500:\
410 :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:\
411 :ce=3\E[K:cd=50\E[J:so=2\E[7m:se=2\E[m:us=2\E[4m:ue=2\E[m:\
412 :is=\E(B\E)0\E>\E[?3l\E[?7h\E[?8h:ks=\E[?1h\E=:ke=\E[?1l\E>:\
413 :if=/usr/lib/tabset/vt100:ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:\
414 :kh=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:pt:sr=5\EM:xn:\
415 :do=\ED:al=\E[L:dc=\E[P:dl=\E[M:
9a9a294a
KL
416# Note several versions of blit. I don't know exactly what is what
417# so please send me any corrections to this -- mrh
418# From research!ikeya!rob Tue Aug 31 23:41 EDT 1982
7dd19be6 419MY|blit|jerq|blit-pb|blit running teletype rom:\
4c5db4f7 420 :do=^J:IC=\Ef%+ :DC=\Ee%+ :AL=\EF%+ :DL=\EE%+ :\
9a9a294a
KL
421 :mi:dl=\EE!:ic=\Ef!:dc=\Ee!:al=\EF!:\
422 :ce=\EK:cl=^L:cm=\EY%r%+ %+ :co#87:li#72:nd=\EC:\
423 :up=\EA:ku=\EA:kd=\EB:kr=\EC:kl=\ED:kb=^H:am:ul:pt:eo:
7dd19be6 424MZ|cbblit|columbus enhanced tty blit:\
9a9a294a
KL
425 :vb=\E^G:so=\EU!:se=\EV!:us=\EU":ue=\EV":cd=\EJ:\
426 :im=\EQ:ei=\ER:ic@:co#88:sf=\EG:tc=blit:
7dd19be6 427Ma|oblit|ojerq|first version of blit rom:\
4c5db4f7 428 :do=^J:AL=\Ef%+ :DL=\Ee%+ :mi:dl=\EE:ei=\ER:im=\EQ:dc=\EO:da:db:\
9a9a294a
KL
429 :al=\EF:cd=\EJ:ce=\EK:cl=^L:cm=\EY%r%+ %+ :co#88:li#72:nd=\EC:\
430 :up=\EA:vb=\E^G:am:ul:pt:eo:
431Mb|daleblit|daleterm|blit running Dale DeJager's ROM:\
432 :ku=\EA:kd=\EB:kr=\EC:kl=\ED:so=\EU!:se=\EV!:us=\EU":ue=\EV":\
433 :da@:db@:tc=oblit:
7dd19be6 434Mc|datapoint|dp3|dp3360|datapoint 3360:\
4c5db4f7 435 :do=^J:am:le=^H:bs:cd=^_:ce=^^:cl=^]^_:co#82:ho=^]:li#25:nd=^x:up=^z:
9a9a294a
KL
436# From ucbvax!faletti (Faletti@Berkeley)
437# FREEDOM 100 by Liberty Electronics USA, SF.
438# :kh=^^: left out because it precludes using change-to-alternate-file in vi.
439# Basic Freedom 100 entry, works with VI at 1200 baud.
7dd19be6 440Md|f100|freedom100|freedom|freedom 100 no padding:\
9a9a294a 441 :am:bs:bw:mi:ms:pt:co#80:kn#20:li#24:\
4c5db4f7
JB
442 :ct=\E3:st=\E1:is=\Eg\Ef\r\Ed:kr=^L:\
443 :cl=^Z:do=^J:ho=^^:kb=^H:kl=^H:\:kd=^V:\
444 :ko=dc,al,dl,cl,bt,ce,cd:ku=^K:le=^H:nd=^L:\
445 :ch=\E]%+ :cm=\E=%+ %+ :cv=\E[%+ :sr=\Ej:up=^K:\
9a9a294a
KL
446 :al=\EE:bt=\EI:cd=\EY:ce=\ET:dc=\EW:dl=\ER:ei=\Er:im=\Eq:\
447 :se=\EG0:so=\EG4:ue=\EG0:us=\EG8:as=\E$:ae=\E%:\
448 :vb=\Eb\200\200\Ed:\
449 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
450 :k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:k0=^AI\r:\
451 :hs:ts=\Eg\Ef:fs=\r:ds=\Eg\Ef\r:
7dd19be6 452Me|f100-rv|freedom100-rv|freedom-rv|freedom100 with reverse video at 1200:\
4c5db4f7 453 :is=\Eg\Ef\r\Eb:vb=\Ed\200\200\Eb:tc=freedom100:
9a9a294a
KL
454# VI at 9600 baud (or EMACS at 1200 -- but may be more than is needed for emacs)
455Mf|f100-v|freedom100-v|freedom-v|freedom100 for 9600 vi or 1200 emacs:\
456 :al=6.5*\EE:dl=11.5*\ER:\
457 :vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:\
458 :tc=freedom100:
7dd19be6 459Mx|f100-v-rv|freedom100-v-rv|freedom-v-rv|freedom100 rev. vid. for 9600 vi:\
4c5db4f7 460 :al=6.5*\EE:dl=11.5*\ER:is=\Eg\Ef\r\Eb:\
9a9a294a
KL
461 :vb=\Ed\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Eb:\
462 :tc=freedom100:
463# EMACS at 9600 baud -- this still needs some more work on the padding
7dd19be6 464My|f100-e|freedom100-e|freedom-e|freedom100 for 9600 emacs:\
9a9a294a
KL
465 :al=8.5*\EE:dl=11.5*\ER:ip=6:\
466 :vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:\
467 :tc=freedom100:
7dd19be6 468Mz|f100-e-rv|freedom100-e-rv|freedom-e-rv|freedom100 rev. vid. for emacs 9600:\
4c5db4f7 469 :al=8.5*\EE:dl=11.5*\ER:ip=6:is=\Eg\Ef\r\Eb:\
9a9a294a
KL
470 :vb=\Ed\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Eb:\
471 :tc=freedom100:
472Mg|dg|dg6053|data general 6053:\
4c5db4f7 473 :do=^J:am:le=^H:bs:cm=^P%r%.%.:cl=^L:ho=^H:nd=^S:\
9a9a294a
KL
474 :up=^W:ce=^K:co#80:li#24:
475Mi|cdi|cdi1203:\
4c5db4f7 476 :am:le=^H:bs:hc:os:co#80:dC#200:do=^J:
9a9a294a
KL
477# ^S is an arrow key! Boy is this guy in for a surprise on v7!
478Ml|sol:\
4c5db4f7
JB
479 :do=^J:am:le=^H:bs:cm=\E^1%.\E^2%.:cl=^K:ho=^N:co#64:li#16:\
480 :nd=^S:up=^W:kl=^A:kr=^S:ku=^W:kd=^Z:ma=^A^H^S ^W^P^Z^N:
9a9a294a 481Mn|xl83|Cybernex XL-83:\
4c5db4f7 482 :do=^J:am:le=^H:bs:cd=62^P:ce=3^O:cl=62^L:cm=^W%+ %+ :co#80:ho=^K:\
9a9a294a
KL
483 :kd=^J:kl=^H:ku=^N:li#24:up=^N:nd=^I:
484Mo|omron|Omron 8025AG:\
4c5db4f7
JB
485 :do=^J:al=\EL:am:le=^H:bs:cd=\ER:co#80:ce=\EK:cl=\EJ:\
486 :da:db:dc=\EP:dl=\EM:ho=\EH:li#24:nd=\EC:se=\E4:sf=\ES:\
487 :so=\Ef:sr=\ET:up=\EA:ve=:vs=\EN:
9a9a294a 488Mp|plasma|plasma panel:\
4c5db4f7 489 :am:le=^H:bs:cl=^L:co#85:ho=^^:li#45:nd=\030:up=\026:do=^J:
1f519d9c 490Mq|pty|psuedo teletype:\
4c5db4f7 491 :do=^J:co#80:li#24:am:cl=\EJ:le=^H:bs:cm=\EG%+ %+ :nd=\EC:\
1f519d9c
KL
492 :up=\EA:ce=\EK:cd=\EL:al=\EP:dl=\EN:ic=\EO:\
493 :so=\Ea$:se=\Eb$:us=\Ea!:ue=\Eb!:
9a9a294a
KL
494Mr|remote|virtual remote terminal:\
495 :co#79:am@:nl@:tc=virtual:
496Ms|swtp|ct82|southwest technical products ct82:\
4c5db4f7 497 :do=^J:am:le=^d:bc=^d:\
9a9a294a
KL
498 :al=^\^y:cd=^v:ce=^F:cl=^L:cm=%r^k%.%.:co#82:li#20:\
499 :dl=^z:nd=^s:up=^a:so=^^^v:se=^^^F:dc=^\^h:ic=^\^x:ho=^p:\
500 :ei=:sf=^n:sr=^o:ll=^c:im=:\
501 :is=^\^r^^^s^^^d^]^w^i^s^^^]^^^o^]^w^r^i:
502Mt|terak|Terak emulating Datamedia 1520:\
503 :tc=dm1520:
bb0e509d 504Mu|sun|Sun Microsystems Workstation console:\
c9f70186 505 :li#34:co#80:cl=^L:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\
2775f4df 506 :am:bs:mi:ms:pt:\
c9f70186 507 :ce=\E[K:cd=\E[J:so=\E[7m:se=\E[m:\
9a9a294a
KL
508 :kd=\E[B:kl=\E[D:ku=\E[A:kr=\E[C:kh=\E[H:\
509 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
c9f70186 510 :al=\E[L:dl=\E[M:im=:ei=:ic=\E[@:dc=\E[P:
84c96624
KL
511Mu|sun-e|Sun Microsystems Workstation console hacked for emacs:\
512 :li#34:co#80:cl=^L:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\
2775f4df 513 :am:bs:mi:ms:pt:\
84c96624
KL
514 :ce=\E[K:cd=\E[J:so=\E[7m:se=\E[m:\
515 :kd=\E[B:kl=\E[D:ku=\E[A:kr=\E[C:kh=\E[H:\
516 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
517 :al=\E[L:dl=\E[M:dc=\E[P:
2775f4df
RC
518M0|sun-48|Sun 48-line window:\
519 :li#48:co#80:tc=sun:
520M1|sun-34|Sun 34-line window:\
521 :li#34:co#80:tc=sun:
792c8a7c 522M2|sun-24|Sun 24-line window:\
2775f4df 523 :li#24:co#80:tc=sun:
792c8a7c 524M3|sun-17|Sun 17-line window:\
2775f4df 525 :li#17:co#80:tc=sun:
792c8a7c 526M4|sun-12|Sun 12-line window:\
2775f4df 527 :li#12:co#80:tc=sun:
792c8a7c 528M5|sun-1|Sun 1-line window for sysline:\
4c5db4f7 529 :li#1:co#80:es:hs:ts=\r:fs=\E[K:ds=^L:tc=sun:
792c8a7c
JB
530M6|sun-nic|sune|Sun Microsystems Workstation console without insert character:\
531 :ic@:im@:ei@:tc=sun:
9a9a294a 532Mv|virtual|VIRTUAL|cb unix virtual terminal:\
4c5db4f7 533 :do=^J:co#80:li#24:am:cl=\E\112:le=^H:bs:cm=\E\107%r%.%.:nd=\E\103:\
9a9a294a
KL
534 :up=\E\101:ce=\E\113:cd=\E\114:al=\E\120:dl=\E\116:im=:ei=:ic=\E\117:\
535 :da:db:kl=\E\104:kr=\E\103:ku=\E\101:kd=\E\102:kh=\E\105:\
536 :so=\E\141\004:se=\E\142\004:us=\E\141\001:ue=\E\142\001:
9a9a294a 537Mw|it2|intertube2|intertec data systems intertube 2:\
4c5db4f7 538 :do=^J:am:bs:cl=^L:co#80:ho=^A:li#25:up=^Z:ce=\EK:\
db252d8d 539 :cm=^N%+ %+ :ch=^P%\102%.:cv=^K%.:nd=^F:do=\n:ll=^K^X\r:\
9a9a294a
KL
540 :so=\E0P:se=\E0@:
541Mx|delta|dd5000|delta data 5000:\
4c5db4f7
JB
542 :do=^J:am:le=^H:bs:cl=^NR:cm=^O%\068%+9%\068%+9:co#80:li#27:\
543 :ho=^NQ:nc:nd=^Y:up=^Z:ce=^NU:dc=^NV:ma=^K^J^Z^P^Y :xr:
9a9a294a 544My|mdl110|cybernex mdl-110:\
4c5db4f7 545 :cm=^P%+ %+ :co#80:li#24:am:cl=70^X:le=^H:bs:do=^J:\
9a9a294a 546 :nd=^U:up=^Z:ho=^Y:ce=145^N@^V:cd=145^NA^W:al=65^NA^N^]:\
4c5db4f7
JB
547 :dl=40^NA^N^^:im=:ei=:ic=3.5^NA^]:dm=:ed=:dc=3.5^NA^^:\
548 :so=^NF:se=^NG:ta=43\t:ma=^Z^P:cd=6^N@^V
9a9a294a 549Mz|zen30|z30|zentec 30:\
4c5db4f7 550 :do=^J:mi:co#80:li#24:ma=^L ^R^L^K^P:ul:\
9a9a294a
KL
551 :al=1.5*\EE:le=^H:bs:ce=1.0*\ET:cm=\E=%+ %+ :cl=\E*:\
552 :ho=^^:nd=^L:se=\EG0:so=\EG6:up=^K:im=\Eq:ei=\Er:\
553 :am:dc=\EW:dl=1.5*\ER:cd=\EY:
1e1c2ae2
RC
554m0|modgraph|mod|Modgraph terminal emulating vt100, 24x80:\
555 :xn@:rf@:sr=5\EM\E[K:vs=\E\^9;0s\E\^7;1s:\
556 :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:\
557 :tc=vt100:
558# \f# --------------------------------
9a9a294a
KL
559# \f# --------------------------------
560#
561# N: ANN ARBOR
562#
9a9a294a
KL
563# Needs function keys added.
564# Originally from Mike O'Brien@Rand and Howard Katseff at Bell Labs.
565# Highly modified 6/22 by Mike O'Brien.
566# split out into several for the various screen sizes by dave-yost@rand
567# Modifications made 3/82 by Mark Horton
568# Modified by Tom Quarles at UCB for greater efficiency and more diversity
569# status line moved to top of screen, vb removed 5/82
570#
571# assumes the following setup:
572# A: 0000 1010 0001 0000
573# B: 9600 0100 1000 0000 0000 1000 0000 17 19
574# C: 56 66 0 0 9600 0110 1100
575# D: 0110 1001 1 0
576#
577# Briefly, the settings are for the following modes:
578# (values are for bit set/clear with * indicating our preference
579# and the value used to test these termcaps)
580# Note that many of these settings are irelevent to the termcap
581# and are just set to the default mode of the terminal as shipped
582# by the factory.
583#
584# A menu: 0000 1010 0001 0000
585# Block/underline cursor*
586# blinking/nonblinking cursor*
587# key click/no key click*
588# bell/no bell at column 72*
23b473c6 589#
9a9a294a
KL
590# key pad is cursor control*/key pad is numeric
591# return and line feed/return for <cr> key *
592# repeat after .5 sec*/no repeat
593# repeat at 25/15 chars per sec. *
594#
595# hold data until pause pressed/process data unless pause pressed*
596# slow scroll/no slow scroll*
597# Hold in area/don't hold in area*
598# functions keys have default*/function keys disabled on powerup
599#
600# show/don't show position of cursor during page transmit*
601# unused
602# unused
603# unused
604#
605# B menu: 9600 0100 1000 0000 0000 1000 0000 17 19
606# Baud rate (9600*)
607#
608# 2 bits of parity - 00=odd,01=even*,10=space,11=mark
609# 1 stop bit*/2 stop bits
610# parity error detection off*/on
611#
612# keyboard local/on line*
613# half/full duplex*
614# disable/do not disable keyboard after data transmission*
615#
616# transmit entire page/stop transmission at cursor*
617# transfer/do not transfer protected characters*
618# transmit all characters/transmit only selected characters*
619# transmit all selected areas/transmit only 1 selected area*
620#
621# transmit/do not transmit line seperators to host*
622# transmit/do not transmit page tab stops tabs to host*
623# transmit/do not transmit column tab stop tabs to host*
624# transmit/do not transmit graphics control (underline,inverse..)*
625#
626# enable*/disable auto XON/XOFF control
627# require/do not require receipt of a DC1 from host after each LF*
628# pause key acts as a meta key/pause key is pause*
629# unused
630#
631# unused
632# unused
633# unused
634# unused
635#
636# XON character (17*)
637# XOFF character (19*)
23b473c6 638#
9a9a294a
KL
639# C menu: 56 66 0 0 9600 0110 1100
640# number of lines to print data on (printer) (56*)
641#
642# number of lines on a sheet of paper (printer) (66*)
643#
644# left margin (printer) (0*)
645#
646# number of pad chars on new line to printer (0*)
647#
648# printer baud rate (9600*)
649#
650# printer parity: 00=odd,01=even*,10=space,11=mark
651# printer stop bits: 2*/1
652# print/do not print guarded areas*
653#
654# new line is: 01=LF,10=CR,11=CRLF*
655# unused
656# unused
657#
658# D menu: 0110 1001 1 0
659# LF is newline/LF is down one line, same column*
660# wrap to preceeding line if move left from col 1*/don't wrap
661# wrap to next line if move right from col 80*/don't wrap
662# backspace is/is not destructive*
663#
664# display*/ignore DEL character
665# display will not/will scroll*
666# page/column tab stops*
667# erase everything*/erase unprotected only
668#
669# editing extent: 0=display,1=line*,2=field,3=area
670#
671# unused
23b473c6 672#
84c96624 673N0|aaa-29-np|aaa-29 with no padding (for psl):\
4c5db4f7 674 :al=\E[L:ce=\E[K:cl=\E[H\E[J:dc=\E[P:dl=\E[M:ic=\E[@:tc=aaa-29:
84c96624 675NA|aaa-unk|ann arbor ambassador (internal - don't use this directly):\
4c5db4f7 676 :do=^J:al=3\E[L:am:le=^H:bs:\
9a9a294a
KL
677 :cd=\E[J:ce=5\E[K:cl=156\E[H\E[J:cm=\E[%i%d;%dH:co#80:\
678 :dc=4\E[P:dl=3\E[M:ho=\E[H:ic=4\E[@:\
679 :md=\E[1m:mr=\E[7m:mb=\E[5m:mk=\E[8m:me=\E[m:\
680 :ku=\EM:kd=\ED:kl=\E[D:kr=\E[C:kh=\E[H:ko=cl,dc,dl,ce,cd:\
681 :ks=\EP`?z~[H~[[J`>z~[[J`8xz~[M`4xz~[[D`6xz~[[C`2xz~[D\E\\:\
682 :ke=\EP`?y~[H~[[J`>y~[[2J`8xy~[M`4xy~[[D`6xy~[[C`2xy~[D\E\\:\
4c5db4f7 683 :ch=\E[%i%d`:ul:ei=:im=:pt:bw:bt=\E[Z:\
9a9a294a 684 :mi:nd=\E[C:se=\E[m:so=\E[7m:ue=\E[m:us=\E[4m:up=\EM:
84c96624 685NB|aaa-18|ann arbor ambassador/18 lines:\
9a9a294a
KL
686 :ti=\E[2J\E[18;0;0;18p:te=\E[60;0;0;18p\E[18;1H\E[J:\
687 :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:\
688 :li#18:tc=aaa-unk:
84c96624 689NC|aaa-20|ann arbor ambassador/20 lines:\
9a9a294a
KL
690 :ti=\E[2J\E[20;0;0;20p:te=\E[60;0;0;20p\E[20;1H\E[J:\
691 :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:\
692 :li#20:tc=aaa-unk:
84c96624 693ND|aaa-22|ann arbor ambassador/22 lines:\
9a9a294a
KL
694 :ti=\E[2J\E[22;0;0;22p:te=\E[60;0;0;22p\E[22;1H\E[J:\
695 :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:\
696 :li#22:tc=aaa-unk:
84c96624 697NE|aaa-24|ann arbor ambassador/24 lines:\
9a9a294a
KL
698 :ti=\E[2J\E[24;0;0;24p:te=\E[60;0;0;24p\E[24;1H\E[J:\
699 :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:\
700 :li#24:tc=aaa-unk:
84c96624 701NF|aaa-26|ann arbor ambassador/26 lines:\
9a9a294a
KL
702 :ti=\E[2J\E[26;0;0;26p:te=\E[60;0;0;26p\E[26;1H\E[J:\
703 :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:\
704 :li#26:tc=aaa-unk:
84c96624 705NG|aaa-28|ann arbor ambassador/28 lines:\
9a9a294a
KL
706 :ti=\E[2J\E[28;0;0;28p:te=\E[60;0;0;28p\E[28;1H\E[J:\
707 :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:\
708 :li#28:tc=aaa-unk:
84c96624 709NH|aaa|aaa-30|ambas|ambassador|ann arbor ambassador/30 lines:\
9a9a294a
KL
710 :ti=\E[2J\E[30;0;0;30p:te=\E[60;0;0;30p\E[30;1H\E[J:\
711 :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:\
712 :li#30:tc=aaa-unk:
84c96624 713NI|aaa-36|ann arbor ambassador/36 lines:\
9a9a294a
KL
714 :ti=\E[2J\E[36;0;0;36p:te=\E[60;0;0;36p\E[36;1H\E[J:\
715 :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:\
716 :li#36:tc=aaa-unk:
84c96624 717NJ|aaa-40|ann arbor ambassador/40 lines:\
9a9a294a
KL
718 :ti=\E[2J\E[40;0;0;40p:te=\E[60;0;0;40p\E[40;1H\E[J:\
719 :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:\
720 :li#40:tc=aaa-unk:
84c96624 721NK|aaa-48|ann arbor ambassador/48 lines:\
9a9a294a
KL
722 :ti=\E[2J\E[48;0;0;48p:te=\E[60;0;0;48p\E[48;1H\E[J:\
723 :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:\
724 :li#48:tc=aaa-unk:
84c96624 725NL|aaa-60|ann arbor ambassador/60 lines:\
9a9a294a
KL
726 :ti=\E[2J\E[60;0;0;60p:te=\E[60;0;0;60p\E[60;1H\E[J:\
727 :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:\
728 :li#60:tc=aaa-unk:
84c96624
KL
729NS|aaa-unk-s|ann arbor ambassador unknown with/status:\
730 :es:hs:i2=\E7\E[>51h\E[H\E[2K\E[>51l\E8:\
11271461 731 :ts=\E7\E[>51h\E[H\E[2K\E[%i%d`:fs=\E[>51l\E8:\
9a9a294a
KL
732 :ds=\E7\E[>51h\E[H\E[2K\E[>51l\E8:\
733 :tc=aaa-unk:
84c96624 734NM|aaa-18-s|ambassador|ann arbor ambassador/18 lines + status line:\
9a9a294a 735 :ti=\E[2J\E[18;1;0;18p:\
4e2cb5b9 736 :te=\E[60;1;0;18p\E[17;1H\E[J:\
9a9a294a
KL
737 :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:\
738 :li#17:tc=aaa-unk-s:
84c96624 739NN|aaa-20-s|ambassador|ann arbor ambassador/20 lines + status line:\
9a9a294a 740 :ti=\E[2J\E[20;1;0;20p:\
4e2cb5b9 741 :te=\E[60;1;0;20p\E[19;1H\E[J:\
9a9a294a
KL
742 :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:\
743 :li#19:tc=aaa-unk-s:
84c96624 744NO|aaa-22-s|ambassador|ann arbor ambassador/22 lines + status line:\
9a9a294a 745 :ti=\E[2J\E[22;1;0;22p:\
4e2cb5b9 746 :te=\E[60;1;0;22p\E[21;1H\E[J:\
9a9a294a
KL
747 :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:\
748 :li#21:tc=aaa-unk-s:
84c96624 749NP|aaa-24-s|ambassador|ann arbor ambassador/24 lines + status line:\
9a9a294a 750 :ti=\E[2J\E[24;1;0;24p:\
4e2cb5b9 751 :te=\E[60;1;0;24p\E[23;1H\E[J:\
9a9a294a
KL
752 :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:\
753 :li#23:tc=aaa-unk-s:
84c96624 754NQ|aaa-26-s|ambassador|ann arbor ambassador/26 lines + status line:\
9a9a294a 755 :ti=\E[2J\E[26;1;0;26p:\
4e2cb5b9 756 :te=\E[60;1;0;26p\E[25;1H\E[J:\
9a9a294a
KL
757 :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:\
758 :li#25:tc=aaa-unk-s:
84c96624 759NR|aaa-28-s|ambassador|ann arbor ambassador/28 lines + status line:\
9a9a294a 760 :ti=\E[2J\E[28;1;0;28p:\
4e2cb5b9 761 :te=\E[60;1;0;28p\E[27;1H\E[J:\
9a9a294a
KL
762 :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:\
763 :li#27:tc=aaa-unk-s:
84c96624 764NT|aaa-30-s|ambassador|ann arbor ambassador/30 lines + status line:\
9a9a294a 765 :ti=\E[2J\E[30;1;0;30p:\
4e2cb5b9 766 :te=\E[60;1;0;30p\E[29;1H\E[J:\
9a9a294a
KL
767 :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:\
768 :li#29:tc=aaa-unk-s:
84c96624 769NU|aaa-36-s|ambassador|ann arbor ambassador/36 lines + status line:\
9a9a294a 770 :ti=\E[2J\E[36;1;0;36p:\
4e2cb5b9 771 :te=\E[60;1;0;36p\E[35;1H\E[J:\
9a9a294a
KL
772 :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:\
773 :li#35:tc=aaa-unk-s:
84c96624 774NV|aaa-40-s|ambassador|ann arbor ambassador/40 lines + status line:\
9a9a294a 775 :ti=\E[2J\E[40;1;0;40p:\
4e2cb5b9 776 :te=\E[60;1;0;40p\E[39;1H\E[J:\
9a9a294a
KL
777 :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:\
778 :li#39:tc=aaa-unk-s:
84c96624 779NW|aaa-48-s|ann arbor ambassador/48 lines+sl:\
4e2cb5b9 780 :ti=\E[2J\E[48;1;0;48p:te=\E[60;1;0;48p\E[47;1H\E[J:\
9a9a294a
KL
781 :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:\
782 :li#47:tc=aaa-unk-s:
84c96624 783NX|aaa-60-s|ambassador|ann arbor ambassador/60 lines + status line:\
4e2cb5b9 784 :ti=\E[2J\E[60;1;0;60p:te=\E[60;1;0;60p\E[59;1H\E[J:\
9a9a294a
KL
785 :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:\
786 :li#59:tc=aaa-unk-s:
84c96624 787NY|aaa-18-rv|ambassador/18 lines+rv:\
9a9a294a
KL
788 :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
789 :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
790 :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:\
791 :tc=aaa-18:
84c96624 792NZ|aaa-20-rv|ambassador/20 lines+rv:\
9a9a294a
KL
793 :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
794 :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
795 :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:\
796 :tc=aaa-20:
84c96624 797Na|aaa-22-rv|ambassador/22 lines+rv:\
9a9a294a
KL
798 :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
799 :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
800 :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:\
801 :tc=aaa-22:
84c96624 802Nb|aaa-24-rv|ambassador/24 lines+rv:\
9a9a294a
KL
803 :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
804 :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
805 :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:\
806 :tc=aaa-24:
84c96624 807Nc|aaa-26-rv|ambassador/26 lines+rv:\
9a9a294a
KL
808 :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
809 :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
810 :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:\
811 :tc=aaa-26:
84c96624 812Nd|aaa-28-rv|ambassador/28 lines+rv:\
9a9a294a
KL
813 :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
814 :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
815 :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:\
816 :tc=aaa-28:
84c96624 817Ne|aaa-30-rv|ann arbor ambassador/30 lines in reverse video:\
9a9a294a
KL
818 :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
819 :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
820 :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:\
821 :tc=aaa-30:
84c96624 822Nf|aaa-36-rv|ann arbor ambassador/36 lines in reverse video:\
9a9a294a
KL
823 :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
824 :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
825 :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:\
826 :tc=aaa-36:
84c96624 827Ng|aaa-40-rv|ann arbor ambassador/40 lines in reverse video:\
9a9a294a
KL
828 :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
829 :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
830 :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:\
831 :tc=aaa-40:
84c96624 832Nh|aaa-48-rv|ann arbor ambassador/48 lines in reverse video:\
9a9a294a
KL
833 :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
834 :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
835 :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:\
836 :tc=aaa-48:
84c96624 837Ni|aaa-60-rv|ann arbor ambassador/60 lines in reverse video:\
9a9a294a
KL
838 :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
839 :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
840 :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:\
841 :tc=aaa-60:
84c96624 842Nj|aaa-18-rv-s|aaa-18-s-rv|ambassador/18 lines+sl+rv:\
9a9a294a
KL
843 :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
844 :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
4e2cb5b9 845 :ti=\E[2J\E[18;1;0;18p:te=\E[60;1;0;18p\E[17;1H\E[J:li#17:\
9a9a294a 846 :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
847 :tc=aaa-unk-s:
848Nk|aaa-20-rv-s|aaa-20-s-rv|ambassador/20 lines+sl+rv:\
9a9a294a
KL
849 :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
850 :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
4e2cb5b9 851 :ti=\E[2J\E[20;1;0;20p:te=\E[60;1;0;20p\E[19;1H\E[J:li#19:\
9a9a294a 852 :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
853 :tc=aaa-unk-s:
854Nl|aaa-22-rv-s|aaa-22-s-rv|ambassador/22 lines+sl+rv:\
9a9a294a
KL
855 :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
856 :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
4e2cb5b9 857 :ti=\E[2J\E[22;1;0;22p:te=\E[60;1;0;22p\E[21;1H\E[J:li#21:\
9a9a294a 858 :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
859 :tc=aaa-unk-s:
860Nm|aaa-24-rv-s|aaa-24-s-rv|ambassador/24 lines+sl+rv:\
9a9a294a
KL
861 :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
862 :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
4e2cb5b9 863 :ti=\E[2J\E[24;1;0;24p:te=\E[60;1;0;24p\E[23;1H\E[J:li#23:\
9a9a294a 864 :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
865 :tc=aaa-unk-s:
866Nn|aaa-26-rv-s|aaa-26-s-rv|ambassador/26 lines+sl+rv:\
9a9a294a
KL
867 :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
868 :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
4e2cb5b9 869 :ti=\E[2J\E[26;1;0;26p:te=\E[60;1;0;26p\E[25;1H\E[J:li#25:\
9a9a294a 870 :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
871 :tc=aaa-unk-s:
872No|aaa-28-rv-s|aaa-28-s-rv|ambassador/28 lines+sl+rv:\
9a9a294a
KL
873 :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
874 :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
4e2cb5b9 875 :ti=\E[2J\E[28;1;0;28p:te=\E[60;1;0;28p\E[27;1H\E[J:li#27:\
9a9a294a 876 :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
877 :tc=aaa-unk-s:
878Np|aaa-rv|aaa-30-rv-s|aaa-30-s-rv|ambassador/30 lines+sl+rv:\
9a9a294a
KL
879 :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
880 :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
4e2cb5b9 881 :ti=\E[2J\E[30;1;0;30p:te=\E[60;1;0;30p\E[29;1H\E[J:li#29:\
9a9a294a 882 :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
883 :tc=aaa-unk-s:
884Nq|aaa-36-rv-s|aaa-36-s-rv|ambassador/36 lines+sl+rv:\
9a9a294a
KL
885 :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
886 :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
4e2cb5b9 887 :ti=\E[2J\E[36;1;0;36p:te=\E[60;1;0;36p\E[35;1H\E[J:li#35:\
9a9a294a 888 :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
889 :tc=aaa-unk-s:
890Nr|aaa-40-rv-s|aaa-40-s-rv|ambassador/40 lines+sl+rv:\
9a9a294a
KL
891 :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
892 :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
4e2cb5b9 893 :ti=\E[2J\E[40;1;0;40p:te=\E[60;1;0;40p\E[39;1H\E[J:li#39:\
9a9a294a 894 :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
895 :tc=aaa-unk-s:
896Ns|aaa-48-rv-s|aaa-48-s-rv|ambassador/48 lines+sl+rv:\
9a9a294a
KL
897 :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
898 :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
4e2cb5b9 899 :ti=\E[2J\E[48;1;0;48p:te=\E[60;1;0;48p\E[47;1H\E[J:li#47:\
9a9a294a 900 :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
901 :tc=aaa-unk-s:
902Nt|aaa-60-rv-s|aaa-60-s-rv|ambassador/60 lines+sl+rv:\
9a9a294a
KL
903 :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
904 :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
4e2cb5b9 905 :ti=\E[2J\E[60;1;0;60p:te=\E[60;1;0;60p\E[59;1H\E[J:li#59:\
9a9a294a 906 :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 907 :tc=aaa-unk-s:
84c96624 908NL|aaa-24-ctxt|ann arbor ambassador/24 lines:\
9a9a294a 909 :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 910NL|aaa-24-rv-ctxt|ambassador/24+rv:\
9a9a294a 911 :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 912NL|aaa-s-ctxt|aaa-30-s-ctxt|hairy aaa:\
9a9a294a 913 :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
914NL|aaa-s-rv-ctxt|aaa-30-s-rv-ctxt|hairy aaa:\
915 :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
916 :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
917 :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:\
918 :ti=\E[30;1H\E[K\E[30;1;0;30p:te=\E[60;1;0;30p\E[59;1H\E[K:\
919 :li#29:tc=aaa-unk-s:
920NH|aaa-ctxt|aaa-30-ctxt|ann arbor ambassador/30 lines:\
9a9a294a 921 :ti=\E[30;0;0;30p:te=\E[60;0;0;30p\E[60;1H\E[K:tc=aaa-30:
84c96624
KL
922NH|aaa-rv-ctxt|aaa-30-rv-ctxt|ann arbor ambassador/30 lines:\
923 :ti=\E[30;0;0;30p:te=\E[60;0;0;30p\E[60;1H\E[K:\
924 :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
925 :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
926 :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:\
927 :li#30:tc=aaa-unk:
928Nd|aaa-db|ann arbor ambassador 30/destructive backspace:\
9a9a294a
KL
929 :ti=\E[H\E[J\E[30;0;0;30p:te=\E7\E[60;0;0;30p\E8:li#30:\
930 :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@:\
931 :tc=aaa-unk:
b9cdea97 932N1|aa|annarbor|4080|ann arbor 4080:\
4c5db4f7 933 :do=^J:pt:ct=^\^P^P:st=^]^P1:cm=^O%r%\066%.%>^S^L%+@:\
b9cdea97
CL
934 :co#80:li#40:le=^H:bs:cl=2^L:up=^N:nd=^_:ho=^K:am:\
935 :kb=^^:kd=^J:ku=^N:kl=^H:kr=^_:kh=^K:ma=^_ ^N^P:
9a9a294a
KL
936# \f# --------------------------------
937#
938# T: TELETYPE
939#
940# We need descriptions for the model 40. There are known to be at least three
941# flavors of the 40, both seem more like IBM half duplex forms fillers than
942# ASCII terminals. They have lots of awful braindamage, such as printing
943# a visible newline indicator after each newline. The 40-1 is a half duplex
944# terminal and is hopeless. The 40-2 is braindamaged but has hope and is
945# described here. The 40-4 is a 3270 lookalike and beyond hope.
946# The terminal has visible bell but I don't know it - it's
947# null here to prevent it from showing the BL character.
948# There is an \EG in nl because of a bug in vi (if stty says you have
949# a "newline" style terminal (-crmode) vi figures all it needs is nl
950# to get crlf, even if cr is not ^M.)
951T0|40|tty40|ds40|ds40/2|ds40-2|dataspeed40|teletype dataspeed 40/2:\
952 :cl=160\ER:cd=160\EJ:al=160\EL:dl=160\EM:dc=50\EP:im=:ei=:ic=50\E\^:\
953 :nd=\EC:up=\E7:bs:cr=\EG:nl=\EG\EB:do=\EB:co#80:li#24:vb=:\
954 :so=\E3:se=\E4:
955T3|33|tty33|tty|model 33 teletype:\
4c5db4f7 956 :do=^J:co#72:hc:os:
9a9a294a 957T4|43|tty43|model 43 teletype:\
4c5db4f7 958 :do=^J:kb=^h:am:le=^H:bs:hc:os:co#132:
9a9a294a 959T7|37|tty37|model 37 teletype:\
4c5db4f7 960 :do=^J:le=^H:bs:hc:hu=\E8:hd=\E9:up=\E7:os:
9a9a294a
KL
961# From jwb Wed Mar 31 13:25:09 1982 remote from ihuxp
962# This entry appears to avoid the top line - I have no idea why.
963TT|4424|tty4424|teletype 4424M:\
964 :al=\EL:da:db:ip=2:im=:ei=:ic=\E\^:dc=\EP:dl=\EM:\
965 :co#80:li#23:am:cl=\E[2;H\E[J:bs:cm=\E[%i%2;%2H\E[B:\
966 :nd=\E[C:up=\E[A:pt:mi:sr=\ET:\
967 :ce=\E[K:so=\E[7m:se=\E[m:us=\E[4m:ue=\E[m:\
968 :is=\E[m\E[2;24r:\
969 :kd=\E[B:kl=\E[D:ku=\E[A:kr=\E[C:\
970 :kh=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:
23b473c6 971# Teletype blit.
9de2bc21 972TD|dmd|5620|ttydmd|tty5620|5620 terminal 88 columns:\
4c5db4f7
JB
973 :co#88:li#70:am:bs:pt:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\
974 :cl=\E[H\E[J:cd=\E[J:ce=\E[K:al=\E[L:dl=\E[M:\
975 :im=:ei=:ic=\E[@:dm=:ed=:dc=\E[P:sr=\E[T:sf=\E[S:\
bbf41422
EA
976 :kl=\E[D:kr=\E[C:ku=\E[A:kd=\E[B:kh=\E[H:\
977 :so=\E[7m:se=\E[0m:us=\E[4m:ue=\E[0m:
9a9a294a
KL
978# \f# --------------------------------
979#
980# V: VISUAL
981#
982# The Visual 200 beeps when you type a character in insert mode.
983# This is a horribly obnoxious misfeature, and some of the entries
984# below try to get around the problem by ignoring the feature or
985# turning it off when inputting a character. They are said not to
986# work well at 300 baud. (You could always cut the wire to the bell!)
84c96624
KL
987#From mike@brl-vgr Mon Nov 14 08:34:29 1983
988V2|vi200|vis200|visual 200 with function keys:\
4c5db4f7 989 :so=\E4:se=\E3:ms:do=^J:\
84c96624
KL
990 :al=\EL:am:le=^H:bs:cd=\Ey:ce=\Ex:cl=\Ev:\
991 :cm=\EY%+ %+ :co#80:dc=\EO:dl=\EM:ho=\EH:\
9a9a294a 992 :im=:ei=:ic=\Ei \b\Ej:\
84c96624 993 :is=\E3\Eb\Ej\E\\\El\EG\Ec\Ek:\
9a9a294a
KL
994 :k0=\EP:k1=\EQ:k2=\ER:k3=\E :k4=\E!:k5=\E":k6=\E#:\
995 :k7=\E$:k8=\E%:k9=\E&:kl=\ED:kr=\EC:ku=\EA:kd=\EB:kh=\EH:\
4c5db4f7 996 :li#24:nd=\EC:pt:sr=\EI:up=\EA:vs=\Ed:ve=\Ec:
9a9a294a
KL
997VR|vi200-rv-ic|visual 200 reverse video using insert char:\
998 :ei=\Ej:im=\Ei:ic@:tc=vi200-rv:
999# The older Visuals didn't come with function keys. This entry uses
1000# ks and ke so that the keypad keys can be used as function keys.
1001# If your version of vi doesn't support function keys you may want
1002# to use V2.
1003Vf|vi200-f|visual|visual 200 no function keys:\
4c5db4f7 1004 :do=^J:al=\EL:am:le=^H:bs:cd=\Ey:ce=4*\Ex:cl=\Ev:\
9a9a294a
KL
1005 :cm=\EY%+ %+ :co#80:dc=4*\EO:dl=4*\EM:ho=\EH:\
1006 :im=:ei=:ic=\Ei \b\Ej:\
1007 :is=\E3\Eb\Ej\E\\\El\EG\Ed\Ek:ks=\E=:ke=\E>:\
1008 :k0=\E?p:k1=\E?q:k2=\E?r:k3=\E?s:k4=\E?t:k5=\E?u:k6=\E?v:\
1009 :k7=\E?w:k8=\E?x:k9=\E?y:kl=\ED:kr=\EC:ku=\EA:kd=\EB:kh=\EH:\
4c5db4f7 1010 :li#24:nd=\EC:pt:sr=\EI:up=\EA:vs=\Ed:ve=\Ec:
9a9a294a
KL
1011Vr|vi200-rv|visual 200 reverse video:\
1012 :so=\E4:se=\E3:sr@:vs@:ve@:tc=vi200:
1013Vt|vi200-ic|visual 200 using insert char:\
1014 :ei=\Ej:im=\Ei:ic@:tc=vi200:
1015# \f# --------------------------------
1016#
1017# X: TEKTRONIX
1018#
1019Xa|tek|tek4012|4012|tektronix 4012:\
4c5db4f7 1020 :do=^J:is=\E^O:le=^H:bs:cl=1000\E^L:co#75:ns:li#35:os:
9a9a294a 1021Xb|tek4013|4013|tektronix 4013:\
842ec478 1022 :as=\E^N:ae=\E^O:dF#1000:tc=4012:
9a9a294a
KL
1023Xc|tek4014|4014|tektronix 4014:\
1024 :is=\E^O\E9:co#81:li#38:dF#1000:tc=tek4012:
1025Xd|tek4015|4015|tektronix 4015:\
1026 :as=\E^N:ae=\E^O:tc=4014:
1027Xe|tek4014-sm|4014-sm|tektronix 4014 in small font:\
1028 :is=\E^O\E\072:co#121:li#58:tc=tek4014:
1029Xf|tek4015-sm|4015-sm|tektronix 4015 in small font:\
1030 :as=\E^N:ae=\E^O:tc=4014sm:
1031# I think the 1000UP is supposed to be so expensive it never happens.
1032X4|tek4023|4023|tex|tektronix 4023:\
4c5db4f7
JB
1033 :do=^J:so=^_P:se=^_@:cm=\034%r%+ %+ :nd=\t:le=^H:\
1034 :bs:cl=4\E^L:co#80:li#24:am:up=1000UP:vt#4:
9a9a294a
KL
1035# Can't use cursor motion because it's memory relative, and because
1036# it only works in the workspace, not the monitor. Same for home.
1037# Likewise, standout only works in the workspace.
1038# 145 ms padding on al and AL taken out since it doesn't seem to be needed much.
1039X5|4025|4027|4024|tek4025|tek4027|tek4024|4025cu|4027cu|tektronix 4024/4025/4027:\
4c5db4f7 1040 :sf=^F^J:do=^F^J:is=\41com 31\r\n^_sto 9 17 25 33 41 49 57 65 73\r:\
9a9a294a
KL
1041 :ks=^_lea p4 /h/\r^_lea p8 /k/\r^_lea p6 / /\r^_lea p2 /j/\r^_lea f5 /H/\r^_lea p5 /H/\r:\
1042 :ke=^_lea p2\r^_lea p4\r^_lea p6\r^_lea p8\r^_lea p5\r^_lea f5\r:\
4c5db4f7 1043 :am:le=^H:bs:da:db:pt:li#34:co#80:cl=^_era\r\n\n:up=^K:nd=^_rig\r:\
9a9a294a
KL
1044 :al=^_up\r^_ili\r:dl=^_dli\r^F:\
1045 :dc=^_dch\r:im=^_ich\r:ei=^F^_dow\r^K:nl=^F\n:\
4c5db4f7 1046 :cd=^_dli 50\r:CC=^_:AL=^_up\r^_ili %d\r:DL=^_dli %d\r^F:\
9a9a294a
KL
1047 :UP=^_up %d\r:DO=^_dow %d\r:LE=^_lef %d\r:RI=^_rig %d\r:
1048X7|4025-17|4027-17|tek 4025 17 line window:\
1049 :li#17:tc=4025:
1050X8|4025-17ws|4027-17ws|tek 4025 17 line window in workspace:\
1051 :is=\41com 31\r\n^_sto 9,17,25,33,41,49,57,65,73\r^_wor 17\r^_mon 17\r:\
1052 :ti=^_wor h\r:te=^_mon h\r:so=^_att e\r:se=^_att s\r:tc=4025-17:
1053X9|4025ex|4027ex|tek 4025 w/!:\
1054 :ti=\41com 31\r:te=^_com 33\r:\
1055 :is=^_com 33\r\n\41sto 9,17,25,33,41,49,57,65,73\r:tc=4025:
2775f4df
RC
1056# From jcoker @ ucbic
1057Xp|4107|tek4107|Tektronix 4107 graphics terminal with memory:\
4c5db4f7 1058 :ti=\E[?6l\E[H\E[J:te=\E[?6h\E%!0\ELBP0\E%!1\E[32;1f:\
2775f4df 1059 :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 1060 :li#32:do=^J:al=3\E[L:xn:am:le=^H:bs:cd=\E[J:\
2775f4df
RC
1061 :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:\
1062 :ho=\E[H:ic=4\E[@:md=\E[1m:mr=\E[7m:mb=\E[5m:me=\E[m:ku=\EM:\
1063 :kd=\ED:kl=\E[D:kr=\E[C:kh=\E[H:\
1064 :ul:ei=:im=:pt:bw:bt=\E[Z:mi:nd=\E[C:se=\E[m:so=\E[7m:\
1065 :ue=\E[m:us=\E[4m:up=\EM:
1066# Tektronix 4107 with sysline
1067Xq|4107-s|tek4107-s|Tektronix 4107 with sysline but no memory:\
1068 :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:\
1069 :es:hs:i2=\E7\E[?6l\E[2K\E[?6h\E8:ts=\E7\E[?6l\E[2K\E[;%i%df:\
4c5db4f7 1070 :fs=\E[?6h\E8:ds=\E7\E[?6l\E[2K\E[?6h\E8:tc=4107:
9a9a294a
KL
1071# From cbosg!teklabs!davem Wed Sep 16 21:11:41 1981
1072# Here's the comamnd file that I use to get rogue to work on the 4025.
1073# It should work with any program using the old curses (e.g. it better
1074# not try to scroll, or cursor addressing won't work. Also, you can't
1075# see the cursor.)
1076# (This "learns" the arrow keys for rogue. I have adapted it for termcap - mrh)
1077Xr|4025-cr|tek 4025 for curses and rogue:\
1078 :is=\41com 31\r\n^_sto 9 17 25 33 41 49 57 65 73\r:\
4c5db4f7
JB
1079 :am:le=^H:bs:pt:li#33:co#80:cm=^_jum%i%d,%d;:up=^K:\
1080 :do=^F^J:cl=^_era;:nd=^_rig;:nl=^F\n:ti=^_wor 33h:te=^_wor 0:
9a9a294a 1081# next two lines commented out since curses only allows 128 chars, sigh.
7800136e
KL
1082# :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:\
1083# :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
1084# The 4110 series may be a wonderful graphics series, but they make the 4025
1085# look good for screen editing. In the dialog area, you can't move the cursor
1086# off the bottom line. Out of the dialog area, ^K moves it up, but there
1087# is no way to scroll.
1088Xs|4112|4113|4114|tek4112|tektronix 4110 series:\
4c5db4f7
JB
1089 :is=\E3!1:li#34:co#80:am:al=\E[L:bs:bt=\E[Z:\
1090 :cd=\E[0J:ce=\E[0K:cl=\E[2J\E[0;0H:cm=\E[%i%d;%dH:\
1091 :db:dc=\E[P:dl=\E[M:ic=\E[@:im=:nd=\E[C:se=\E[m:\
1092 :so=\E[7m:ue=\E[m:up=\EM:us=\E[4m:vs=:ve=:\
17cd0f03 1093 :sr=\E7\E[0;0H\E[L\E8:sf=\E7\E[0;0H\E[M\E8:
9a9a294a
KL
1094Xt|4112-nd|4112 not in dialog area:up=^K:ns:tc=4112:
1095Xu|4112-5|4112 in 5 line dialog area:li#5:tc=4112:
84c96624 1096Xv|4113|tek4113|tektronix 4113 color graphics, 5 line dialog area:\
4c5db4f7 1097 :le=^H:do=^J:eo:da:bs:am:li#5:co#80:is=\EKA1\ELL5\ELV0\ELV1:\
84c96624
KL
1098 :vb=\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERB0:\
1099 :cl=\ELZ:uc=^H\ELM1_\ELM0:nd=\LM1 \LM0:\
1100 :.as=\E^N:.ae=\E^O:
1101Xw|4113-34|tek4113-34|tektronix 4113 color graphics, 34 line dialog area:\
1102 :is=\EKA1\ELLB2\ELV0\ELV1:li#34:tc=tek4113:
1103# ns hidden from vi to allow visual mode. APL font (as, ae) not supported here.
1104# uc is slow, but looks nice. Suggest setenv MORE -up . vb needs enough delay
1105# to let you see the background color being toggled.
1106Xy|4113-nd|tek4113-nd|tektronix 4113 color graphics, no dialog area:\
4c5db4f7
JB
1107 :le=^H:do=^J:nd=\t:up=^K:ll=\ELF hl @:ho=\ELF7l\177 @:\
1108 :eo:bs:am:li#34:co#80:is=\ELZ\EKA0\ELF7l\177 @:vs=\ELZ\EKA0:\
84c96624
KL
1109 :vb=\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERB0:\
1110 :cl=\E\f:uc=^H\EMG1_\EMG0:so=\EMT2:se=\EMT1:\
1111 :.ns:.as=\E^N:.ae=\E^O:
1112Xz|4105|tek4105: \
1113 :al=\E[1L:am:bs:cd=\E[J:ce=\E[K:cl=\E[2J\E[H:cm=\E[%i%2;%2H:co#80:\
1114 :dc=\E[1P:dl=\E[1M:dn=\E[1B:ho=\E[H:im=\E[4h:li#30:mi:nd=\E[1C:\
1115 :as=\E[1m:ae=\E[0m:ms:pt:se=\E[0m:so=\E[7m:up=\E[1A:kb=^h:ku=\E[1A:\
1116 :kd=\E[1B:kl=\E[1D:kr=\E[1C:ul:us=\E[4m:ue=\E[0m:is=\E%!1\E[?6l\E[0m:\
1117 :mr=\E[<3m:md=\E[<4m:mh=\E[<6m:mb=\E[<7m:me=\E[<1m:ti=\E%!1\E[?6l:xt:
9a9a294a
KL
1118# \f# --------------------------------
1119#
1120# a: ADDS
1121#
1122# Regent: lowest common denominator, works on all regents.
bb0e509d 1123a0|regent|Adds Regent Series:li#24:co#80:am:cl=^L:ll=^A:up=^Z:\
4c5db4f7 1124 :bs:bc=^U:nd=^F:do=^J:ho=\EY :
9a9a294a
KL
1125# Regent 100 has a bug where if computer sends escape when user is holding
1126# down shift key it gets confused, so we avoid escape.
bb0e509d
KL
1127a1|regent100|Adds Regent 100:k0=^B1^M:k1=^B2^M:k2=^B3^M:k3=^B4^M:\
1128 :k4=^B5^M:k5=^B6^M:k6=^B7^M:k7=^B8^M:\
1129 :l0=F1:l1=F2:l2=F3:l3=F4:l4=F5:l5=F6:l6=F7:l7=F8:\
1130 :so=\E0P:ue=\E0@:us=\E0`:se=\E0@:\
1131 :cm=^K%+ %B^P%.:ug#1:sg#1:tc=regent:
1132a2|regent20|Adds Regent 20:cd=\Ek:ce=\EK:cm=\EY%+ %+ :tc=regent:
1133a3|regent25|Adds Regent 25:kh=^A:kl=^U:kr=^F:ku=^Z:kd=^J:tc=regent20:
1134a4|regent40|Adds Regent 40:k0=^B1^M:k1=^B2^M:k2=^B3^M:k3=^B4^M:\
1135 :k4=^B5^M:k5=^B6^M:k6=^B7^M:k7=^B8^M:\
1136 :l0=F1:l1=F2:l2=F3:l3=F4:l4=F5:l5=F6:l6=F7:l7=F8:\
1137 :al=2*\EM:dl=2*\El:\
1138 :so=\E0P:ue=\E0@:us=\E0`:se=\E0@:ug#1:sg#1:tc=regent25:
1139a5|regent40+|Adds Regent 40+:is=\EB:tc=regent40:
1140a6|regent60|regent200|Adds Regent 60:se=\ER\E0@\EV:so=\ER\E0P\EV:dc=\EE:ei=\EF:\
1141 :im=\EF:is=\EV\EB:ko=dc,im,ei:tc=regent40+:
9a9a294a 1142a7|regent60na|regent 60 w/no arrow keys:\
bb0e509d 1143 kl@:kr@:ku@:kd@:tc=regent60:
9a9a294a
KL
1144# Note: if return acts weird on a980, check internal switch #2
1145# on the top chip on the CONTROL pc board.
1146ac|a980|adds consul 980:\
4c5db4f7
JB
1147 :do=^J:al=13\E^N:am:le=^H:bs:cl=^L\200^K@:cm=^K%+@\E^E%2:co#80:\
1148 :dl=13\E^O:k0=\E0:k1=\E1:k2=\E2:k3=\E3:k4=\E4:k5=\E5:k6=\E6:k7=\E7:\
1149 :k8=\E8:k9=\E9:li#24:nd=\E^E01:so=^Y^^^N:se=^O:up=9:
bb0e509d
KL
1150as|viewpt60|viewpoint60|addsviewpoint60|adds viewpoint60:\
1151 :tc=regent40:
9a9a294a
KL
1152# From Onyx:edward Thu Jul 9 09:27:33 1981
1153av|viewpoint|addsviewpoint|adds viewpoint:\
4c5db4f7 1154 :do=^J:am:le=^H:bs:li#24:co#80:cm=\EY%+ %+ :cd=\Ek:ce=\EK:\
4e2cb5b9 1155 :up=^Z:cl=^L:ll=^A:kl=^U:kd=^J:ku=^Z:kh=^A:\
9a9a294a
KL
1156 :so=^N:se=^O:us=^N:ue=^O:is=^O\E0`:vs=^O\E0P:ve=^O\E0`:
1157# \f# --------------------------------
1158#
1159# b: BEEHIVE
1160#
1161# Reports are that most of these Beehive entries (except superbee) have not been
1162# tested and do not work right. se is a trouble spot. Be warned.
1163b2|sb2|sb3|fixed superbee:\
1164 :xb@:tc=superbee:
1165# set tab is ^F, clear (one) tab is ^V, no way to clear all tabs.
1166# good grief - does this entry make sg/ug when it doesn't have to?
1167# look at those spaces in se/so. Seems strange to me...
1168bh|bh3m|beehiveIIIm:\
4c5db4f7 1169 :if=/usr/lib/tabset/beehive:do=^J:\
9a9a294a
KL
1170 :al=160^S:am:le=^H:bs:cd=^R:ce=^P:cl=^E^R:\
1171 :co#80:dl=350^Q:ho=^E:li#20:ll=^E^K:\
4c5db4f7 1172 :nd=^L:pt:se= ^_:so=^] :up=^K:
9a9a294a
KL
1173# This loses on lines > 80 chars long, use at your own risk
1174bi|superbeeic|super bee with insert char:\
1175 :ic=:im=\EQ:ei=\ER:tc=superbee:
1176bm|microb|microbee|micro bee series:\
4c5db4f7 1177 :do=^J:am:le=^H:bs:cd=\EJ:ce=\EK:cl=\EE:co#80:cm=\EF%+ %+ :\
9a9a294a
KL
1178 :k1=\Ep:k2=\Eq:k3=\Er:k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:k9=\Ex:\
1179 :kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:\
4c5db4f7 1180 :li#24:nd=\EC:pt:se=\Ed@ :so= \EdP:ue=\Ed@:up=\EA:us=\Ed`:
9a9a294a
KL
1181# Superbee - f1=escape, f2=^C.
1182# Note: there are at least 3 kinds of superbees in the world. The sb1
1183# holds onto escapes and botches ^C's. The sb2 is the best of the 3.
1184# The sb3 puts garbage on the bottom of the screen when you scroll with
1185# the switch in the back set to CRLF instead of AEP. This description
1186# is tested on the sb2 but should work on all with either switch setting.
1187# The f1/f2 business is for the sb1 and the :xb: can be taken out for
1188# the other two if you want to try to hit that tiny escape key.
1189# This description is tricky: being able to use cm depends on there being
1190# 2048 bytes of memory and the hairy nl string.
1191bs|sb1|superbee|superb|beehive super bee:\
e91f348b 1192 :ct=\E3:st=\E1:is=\EH\EJ:do=^J:\
4c5db4f7 1193 :sf=\n\200\200\200\n\200\200\200\EA\EK\200\200\200\ET\ET:\
9a9a294a 1194 :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 1195 :dC#10:da:db:xb:dc=3\EP:dl=100\EM:so=\E_1:se=\E_3:\
9a9a294a 1196 :li#25:nl=\n\200\200\200\n\200\200\200\EA\EK\200\200\200\ET\ET:\
4c5db4f7 1197 :nd=\EC:pt:up=\EA:ho=\EH:ve=\n:\
9a9a294a
KL
1198 :k1=\Ep:k2=\Eq:k3=\Er:k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:\
1199 :kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:
1200# \f# --------------------------------
1201#
1202# c: CONCEPT (HUMAN DESIGNED SYSTEMS)
1203#
1204# From vax135!hpk Sat Jun 27 07:41:20 1981
1205# Extensive changes to c108 by arpavax:eric Feb 1982
1206#
1207# There seem to be a number of different versions of the C108 PROMS
1208# (with bug fixes in its Z-80 program).
1209# The first one that we had would lock out the keyboard of you
1210# sent lots of short lines (like /usr/dict/words) at 9600 baud.
1211# Try that on your C108 and see if it sends a ^S when you type it.
1212# If so, you have an old version of the PROMs.
1213# The old one also messed up running vi with a 132-character line-length.
1214# You should configure the C108 to send ^S/^Q before running this.
1215# It is much faster (at 9600 baud) than the c100 because the delays
1216# are not fixed.
1217# new status line display entries for c108:
1218# hs - has status capability
1219# es - escape sequences are OK on status line
1220# i2 - second init str - setup term for status display - set programmer mode,
1221# select window 2, define window at last line of memory,
1222# set bkgnd stat mesg there, select window 0.
1223# ts - to status line - select window 2, home cursor, erase to end-of-window,
1224# 1/2 bright on, goto(line#0, col#?)
1225# fs - from status line - 1/2 bright off, select window 0
1226# ds - disable status display - set bkgnd status mesg with illegal window #
23af5d71
KL
1227#
1228# the following two entries are for emacs -- they are just like the regular
1229# entries except that they have buffer overflow control OFF
1230c0|e108-8p:\
1231 :i2=\EU\E z"\Ev^A\177 !p\E ;"\E z \Ev ^A\177p\Ep\n:\
1232 :te=\Ev ^A\177p\Ep\r\n:tc=e108-4p:
1233c1|e108-4p:\
1234 :is=\EU\E f\Ef\E7\E5\E8\El\ENH\EK\E\200\Eo&\200\Eo\47\E\E!\E^G!\E^HA@ :\
1235 :tc=c108-4p:
1236c2|c108|c108-8p|concept108-8p|concept 108 w/8 pages:\
9a9a294a
KL
1237 :i2=\EU\E z"\Ev^A\177 !p\E ;"\E z \Ev ^A\177p\Ep\n:\
1238 :te=\Ev ^A\177p\Ep\r\n:tc=c108-4p:
23af5d71 1239c3|c108-4p|concept108-4p|concept 108 w/4 pages:\
4c5db4f7
JB
1240 :es:hs:ts=\E z"\E?\E^C\Ea %+ :fs=\E z :ds=\E ;\177:\
1241 :i2=\EU\E z"\Ev\177 !p\E ;"\E z \Ev \177p\Ep\n:do=^J:pt:\
9a9a294a
KL
1242 :is=\EU\E F\Ef\E7\E5\E8\El\ENH\EK\E\200\Eo&\200\Eo\47\E\E!\E^G!\E^HA@ :\
1243 :ti=\EU\Ev 8p\Ep\r:te=\Ev \177p\Ep\r\n:\
1244 :al=\E^R:le=^H:bs:cd=\E^C:ce=\E^S:cl=\E?\E^E:cm=\Ea%+ %+ :co#80:\
1245 :dc=\E^Q:dl=\E^B:ei=\E\200:eo:im=\E^P:li#24:mi:nd=\E=:\
1246 :kb=^h:ul:up=\E;:db:us=\EG:ue=\Eg:vs=\EW:ve=\Ew:am:xn:\
1247 :vb=\Ek\200\200\200\200\200\200\200\200\200\200\200\200\200\200\EK:\
1248 :ks=\EX:ke=\Ex:ku=\E;:kd=\E<:kl=\E>:kr=\E=:kh=\E?:\
1249 :k1=\E5:k2=\E6:k3=\E7:k4=\E8:k5=\E9:k6=\E\72:\
1250 :so=\ED:se=\Ed:mh=\EE:md=\ED:mr=\ED:me=\Ee\Ed\Eg\Ec:
23af5d71 1251c4|c108-rv-8p|concept108-rv-8p|concept 108 w/8 pages, in reverse video:\
9a9a294a
KL
1252 :vb=\EK\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ek:\
1253 :is=\EU\E F\Ef\E7\E5\E8\El\ENH\Ek\E\200\Eo&\200\Eo\47\E\E!\E^G!\E^HA@ :\
4c5db4f7 1254 :ts=\E z"\E?\E^C\EE\Ea %+ :fs=\Ee\E z :tc=c108-8p:
23af5d71 1255c5|c108-rv-4p|concept108-rv-4p|concept 108 w/4 pages, in reverse video:\
9a9a294a
KL
1256 :vb=\EK\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ek:\
1257 :is=\EU\E F\Ef\E7\E5\E8\El\ENH\Ek\E\200\Eo&\200\Eo\47\E\E!\E^G!\E^HA@ :\
4c5db4f7 1258 :ts=\E z"\E?\E^C\EE\Ea %+ :fs=\Ee\E z :tc=c108-4p:
23af5d71 1259c6|c108-na|c108-na-8p|concept108-na-8p|concept 108 w/8 pages, no arrows:\
9a9a294a 1260 :ks@:ke@:k7=\E;:k8=\E<:k9=\E=:tc=c108-8p
23af5d71 1261c7|c108-rv-na|c108-rv-na-8p|concept 108 w/8 pages, no arrows in rev video:\
c9f70186 1262 :ts=\E z"\E?\E^C\EE\Ea %+ :fs=\Ee\E z :\
9a9a294a
KL
1263 :ks@:ke@:k7=\E;:k8=\E<:k9=\E=:tc=c108-rv8p
1264# this needs new frotz in the cm capability for 2-char addrs when > 95....
23af5d71 1265c8|c108-w|c108-w-8p|concept108-w-8p|concept 108 w/8 pages in wide mode:\
9a9a294a
KL
1266 :is=\EU\E F\Ef\E7\E5\E8\El\ENH\EK\E\200\Eo&\200\Eo\47\E\E"\E^G!\E^HA@ :\
1267 :ti=\EU\Ev 8^AD\Ep\r:te=\Ev ^A0^AD\Ep\r\n:pt@:cm@:\
1268 :co#132:tc=c108-8p
4de195af 1269cA|avt-w|HDS concept avt w/4 or 8 pages; 132 columns:\
dec1502e
KL
1270 :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:\
1271 :ch=\E[%i%3G:cm=\E[%i%2;%3H:co#132:tc=avt:
1272cB|avt-8p-s|concept avt w/8 pages & 80 cols running sysline:\
1273 :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:\
1274 :hs:es:ts=\E[2!w\E[H\E[J\E[%i%dG:fs=\E[!w:\
1275 :ds=\E[2!w\E[2J\E[!w\E[*w:te=\E[1;191w\E2\n:tc=avt:
1276cC|avt-4p-s|concept avt w/4 pages & 80 cols running sysline:\
1277 :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:\
1278 :hs:es:ts=\E[2!w\E[H\E[J\E[%i%dG:fs=\E[!w:\
1279 :ds=\E[2!w\E[2J\E[!w\E[*w:te=\E[1;95w\E2\n:tc=avt:
4de195af
KL
1280cD|avt-rv|HDS concept avt w/4 or 8 pages, 80 columns, reverse video:\
1281 :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:\
1282 :ve=\E[4l:vs=\E[4l:tc=avt
1283cE|avt|HDS concept avt w/4 or 8 pages, 80 columns:\
1284 :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:\
dec1502e
KL
1285 :ae=^O:al=\E[L:am:as=^N:bs:bt=\E[Z:cd=\E[J:ce=\E[K:\
1286 :ch=\E[%i%2G:cl=\E[H\E[J:cm=\E[%i%2;%2H:co#80:cv=\E[%i%2d:\
1287 :dc=\E[P:dl=\E[M:do=\E[B:ei=\E1:eo:ho=\E[H:im=\E1:kb=^H:kd=\E[B:\
33a433ca 1288 :kh=\E[H:kl=\E[D:ko=do,ho,nd,up:kr=\E[C:\
dec1502e
KL
1289 :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:\
1290 :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:\
1291 :ku=\E[A:li#24:mi:nd=\E[C:pt:se=\E[7!{:so=\E[7m:\
1292 :te=\E[w\E2\n:ti=\E[1;24w\E2\n:ue=\E[4!{:ul:\
1293 :up=\E[A:us=\E[4m:ve=\E[=4;119l:vs=\E[4l\E[=119h:xn:
9a9a294a
KL
1294#
1295# Concepts have only window relative cursor addressing, not screen relative.
1296# To get it to work right here, ti/te (which were invented for the concept)
1297# lock you into a one page window for screen style programs. To get out of
1298# the one page window, we use a clever trick: we set the window size to zero
1299# ("\Ev " in te) which the terminal recognizes as an error and resets the
1300# window to all of memory.
1301#
1302# Some tty drivers use cr3 for concept, others use nl3, hence dN/dC below.
1303# This padding is only needed at 9600 baud.
1304# 2 nulls padding on te isn't always enough. 6 works fine. Maybe less
1305# than 6 but more than 2 will work.
23af5d71 1306ca|c100|concept|c1004p|c100-4p|concept100|concept 100:\
9a9a294a
KL
1307 :is=\EU\Ef\E7\E5\E8\El\ENH\EK\E\200\Eo&\200\Eo\47\E\E^G\041\E^HA@ :\
1308 :ti=\EU\Ev 8p\Ep\r:te=\Ev \200\200\200\200\200\200\Ep\r\n:\
1309 :al=3*\E^R:am:le=^H:bs:cd=16*\E^C:ce=16\E^U:cl=2*^L:cm=\Ea%+ %+ :co#80:\
1310 :dc=16\E^Q:dl=3*\E^B:ei=\E\200:eo:im=\E^P:ip=16*:li#24:mi:nd=\E=:\
4c5db4f7 1311 :pt:kb=^h:ta=8\t:ul:up=\E;:db:us=\EG:ue=\Eg:xn:\
9a9a294a
KL
1312 :vb=\Ek\200\200\200\200\200\200\200\200\200\200\200\200\200\200\EK:\
1313 :.dN#9:dC#9:pb#9600:vt#8:us=\EG:ue=\Eg:so=\EE\ED:se=\Ed\Ee:\
4c5db4f7 1314 :mh=\EE:mr=\ED:mb=\EC:mp=\EI:mk=\EH:me=\EN\200:do=^J:\
9a9a294a 1315 :ks=\EX:ke=\Ex:ku=\E;:kd=\E<:kl=\E>:kr=\E=:kh=\E?:k1=\E5:k2=\E6:k3=\E7:
23af5d71 1316cb|c100-rv-pp|c100-rv-4p-pp|concept100-rv-pp|c100rv4ppp|w/ printer port:\
9a9a294a
KL
1317 :is=\EU\Ef\E7\E5\E8\El\ENH\Ek\E\200\Eo&\200\Eo\041\200\EQ"\EY(^W\Eo\47\E\E^G\041\E^HA@ :\
1318 :tc=c100-rv:
23af5d71 1319cc|c100-rv-na|c100-rv-4p-na|concept100-rv-na|c100rv4pna|c100 with no arrows:\
9a9a294a 1320 :ks@:ke@:tc=c100-rv:
23af5d71 1321cd|c100-rv|c100-rv-4p|concept100-rv|c100rv4p|c100rv|c100 rev video:\
9a9a294a
KL
1322 :is=\EU\Ef\E7\E5\E8\El\ENH\Ek\E\200\Eo&\200\Eo\47\E\E^G\041\E^HA@ :\
1323 :vb=\EK\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ek:\
1324 :so=\EE:se=\Ee:tc=c100:
1325# This is useful at 1200 baud.
23af5d71 1326ce|c100-s|concept-s|concept100-s|slow concept 100:\
4c5db4f7 1327 :vb=\Ek\200\EK:pt:dC@:dN@:tc=c100:
23af5d71 1328cf|c100-rv-s|concept-rv-s|concept100-rv-s|c100rvs|slow reverse concept 100:\
4c5db4f7 1329 :vb=\EK\200\Ek:pt:dC@:dN@:tc=c100-rv:
9a9a294a
KL
1330# \f# --------------------------------
1331#
1332# d: DEC (DIGITAL EQUIPMENT CORPORATION)
1333#
1334# Note that xn glitch in vt100 is not quite the same as concept, since
1335# the cursor is left in a different position while in the weird state
1336# (concept at beginning of next line, vt100 at end of this line) so
1337# all versions of vi before 3.7 don't handle xn right on vt100.
1338# I assume you have smooth scroll off or are at a slow enough baud
1339# rate that it doesn't matter (1200? or less). Also this assumes
1340# that you set auto-nl to "on", if you set it off use vt100-nam below.
1341#
1342# Since there are two things here called vt100, the installer can make
1343# a local decision to make either one standard "vt100" by including
1344# it in the list of terminals in reorder, since the first vt100 in
1345# /etc/termcap is the one that it will find. The choice is between
1346# nam (no automatic margins) and am (automatic margins), as determined
1347# by the wrapline switch (group 3 #2). I presonally recommend turning
1348# on the bit and using vt100-am, since having stuff hammer on the right
1349# margin is sort of hard to read. However, the xn glitch does not occur
1350# if you turn the bit off.
1351#
1352# I am unsure about the padding requirements listed here. I have heard
1353# a claim that the vt100 needs no padding. It's possible that it needs
1354# padding only if the xon/xoff switch is off. For UNIX, this switch
1355# should probably be on.
1356#
1357# The vt100 uses rs and rf rather than is/ct/st because the tab settings
1358# are in non-volatile memory and don't need to be reset upon login.
1359# You can type "reset" to get them set.
1360dp|vt100-np|vt100 with no padding (for psl games):\
1361 :cl=\E[H\E[2J:sr=\EM:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\
1362 :ce=\E[K:cd=\E[J:so=\E[7m:se=\E[m:us=\E[4m:ue=\E[m:\
1363 :md=\E[1m:mr=\E[7m:mb=\E[5m:me=\E[m:tc=vt100:
1f519d9c 1364d0|vt100|vt100-am|dec vt100:\
4c5db4f7 1365 :do=^J:co#80:li#24:cl=50\E[;H\E[2J:\
9a9a294a
KL
1366 :le=^H:bs:am:cm=5\E[%i%d;%dH:nd=2\E[C:up=2\E[A:\
1367 :ce=3\E[K:cd=50\E[J:so=2\E[7m:se=2\E[m:us=2\E[4m:ue=2\E[m:\
1368 :md=2\E[1m:mr=2\E[7m:mb=2\E[5m:me=2\E[m:is=\E[1;24r\E[24;1H:\
bb0e509d 1369 :rf=/usr/lib/tabset/vt100:\
9a9a294a
KL
1370 :rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:ks=\E[?1h\E=:ke=\E[?1l\E>:\
1371 :ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:kb=^H:\
4c5db4f7 1372 :ho=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:pt:sr=5\EM:vt#3:xn:\
9a9a294a 1373 :sc=\E7:rc=\E8:cs=\E[%i%d;%dr:
1f519d9c 1374d1|vt100-nam|vt100 w/no am:\
9a9a294a
KL
1375 :am@:xn@:tc=vt100-am:
1376d2|gt42|dec gt42:\
4c5db4f7 1377 :do=^J:le=^H:bs:co#72:ns:li#40:os:
9a9a294a
KL
1378d3|vt132|vt132:\
1379 :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:
1380d4|gt40|dec gt40:\
4c5db4f7 1381 :do=^J:le=^H:bs:co#72:ns:li#30:os:
9a9a294a 1382d5|vt50|dec vt50:\
4c5db4f7 1383 :do=^J:le=^H:bs:cd=\EJ:ce=\EK:cl=\EH\EJ:co#80:li#12:nd=\EC:pt:up=\EA:
dec1502e 1384d6|vt125|vt125-am|DEC vt125:\
4c5db4f7 1385 :xn:do=^J:co#80:li#24:cl=50\E[H\E[2J:\
03a32f1b
KL
1386 :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:\
1387 :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 1388 :me=2\E[m:is=\E[1;24r\E[24;1H\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
03a32f1b 1389 :ks=\E[?1h\E=:ke=\E[?1l\E>:if=/usr/lib/tabset/vt100:ku=\EOA:kd=\EOB:\
4c5db4f7 1390 :kr=\EOC:kl=\EOD:kb=^H:ho=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
03a32f1b 1391 :pt:sr=5\EM:vt#3:sc=\E7:rc=\E8:cs=\E[%i%d;%dr:
1f519d9c
KL
1392# DEC gigi color graphic terminal , same as vt52
1393d7|gigi|dec gigi terminal:\
1394 :co#80:is=200\E>\E[?4l\E[?5l\E[?7h\E[?8h:\
1395 :li#24:cl=100\E[;H\E[2J:bs:cm=50\E[%i%2;%2H:nd=200\E[C:up=100\E[A:\
1396 :ce=120\E[K:cd=100\E[J:so=20\E[7m:se=20\E[m:us=20\E[4m:ue=20\E[m:\
1397 :ks=200\E[?1h\E=:ke=200\E[?1l\E>:\
1398 :ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:\
1399 :kh=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:pt:sr=200\EM:\
1400 :dC=50:dF=200:dN=50:dT=50:
9a9a294a 1401dI|dw1|decwriter I:\
4c5db4f7 1402 :do=^J:le=^H:bs:co#72:hc:os:
dec1502e
KL
1403# From tut@Topaz.CC Thu May 12 14:49:02 1983
1404dJ|dw3|la120|decwriter III:\
1405 :bs:kb=^H:co#132:hc:os:pt:\
1406 :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:
1407# From tut@topaz.CC Thu Sep 24 22:10:46 1981
1f519d9c 1408df|dw4|decwriter IV:\
4c5db4f7
JB
1409 :do=^J:le=^H:bs:co#132:hc:os:am:\
1410 :pt:is=\Ec:k0=\EOP:k1=\EOQ:k2=\EOR:k3=\EOS:kb=^H:
9a9a294a 1411dh|vt50h|dec vt50h:\
4c5db4f7
JB
1412 :do=^J:le=^H:bs:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :\
1413 :co#80:li#12:nd=\EC:pt:sr=\EI:up=\EA:
9a9a294a 1414di|vt100-s|vt100 with status line at top:\
4c5db4f7 1415 :li#23:i2=\E[2;24r\E[24;1H:cm@:ho=\E[H^J:cl=50\E[;H^J\E[0J:\
9a9a294a
KL
1416 :hs:es:ts=\E7\E[1;%dH\E[1K:fs=\E8:tc=vt100-am:
1417dj|vt100-s-bot|vt100 with status line at bottom:\
1418 :li#23:i2=\E[1;23r\E[23;1H:\
1419 :hs:es:ts=\E7\E[24;%dH\E[1K:fs=\E8:tc=vt100-am:
1420ds|vt100-nav|dec vt100 132 cols 14 lines (w/o advanced video option):\
1421 :li#14:tc=vt100-w:
1422dt|vt100-w|dec vt100 132 cols (w/advanced video):\
1423 :co#132:li#24:rs=\E>\E[?3h\E[?4l\E[?5l\E[?8h:tc=vt100-am:
1f519d9c 1424dv|vt100-w-nam|dec vt100 132 cols (w/advanced video), no am:\
9a9a294a 1425 :co#132:li#24:rs=\E>\E[?3h\E[?4l\E[?5l\E[?8h:vt@:tc=vt100-nam:
f76d72b1
JB
1426# vt 102 (from lai@decwrl)
1427vt102|vt-102|dec vt102:\
62c417d4 1428 :do=^J:co#80:li#24:cl=50\E[;H\E[2J:\
f76d72b1
JB
1429 :le=^H:bs:cm=5\E[%i%d;%dH:nd=2\E[C:up=2\E[A:\
1430 :ce=3\E[K:cd=50\E[J:so=2\E[7m:se=2\E[m:us=2\E[4m:ue=2\E[m:\
1431 :md=2\E[1m:mr=2\E[7m:mb=2\E[5m:me=2\E[m:is=\E[1;24r\E[24;1H:\
1432 :rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:ks=\E[?1h\E=:ke=\E[?1l\E>:\
1433 :ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:kb=^H:\
1434 :ho=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:pt:sr=5\EM:vt#3:\
1435 :sc=\E7:rc=\E8:cs=\E[%i%d;%dr:vs=\E[?7l:ve=\E[?7h:
1f519d9c 1436dw|vt52|dec vt52:\
4c5db4f7
JB
1437 :do=^J:le=^H:bs:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :co#80:li#24:\
1438 :nd=\EC:pt:sr=\EI:up=\EA:ku=\EA:kd=\EB:kr=\EC:kl=\ED:kb=^H:
7dd19be6 1439dx|dw2|decwriter II:\
4c5db4f7 1440 :do=^J:kb=^h:le=^H:bs:co#132:hc:os:
fa584f41 1441# DEC PRO-350 console (VT220-style)
5982a4d4 1442dP|pro350|decpro|dec pro console:\
fa584f41
RC
1443 :bs:cd=\EJ:ce=\EK:cl=\EH\EJ:\
1444 :cm=\EY%+ %+ :co#80:ho=\EH:\
1445 :kl=\ED:kr=\EC:ku=\EA:kd=\EB:kh=\EH:\
5982a4d4
RC
1446 :k0=\EE:k1=\EF:k2=\EG:k3=\EH:k4=\EI:k5=\EJ:k6=\Ei:k7=\Ej:\
1447 :li#24:nd=\EC:pt:sr=\EI:up=\EA:do=\EB:\
1448 :se=\E^N:so=\E^H:us=\E^D:ue=\E^C:\
1449 :ae=\EG:as=\EF:
1450#
f8bb8651
RC
1451# From: Bracy H. Elton <elton@lll-crg>
1452dl|vt200|vt220|vt200-js|vt220-js|dec vt200 series with jump scroll:\
4c5db4f7 1453 :im=\E[4h:ei=\E[4l:mi:dc=\E[P:dm=:ed=:al=\E[L:dl=\E[M:\
f8bb8651 1454 :cs=\E[%i%d;%dr:sf=\ED:sr=\EM:sb=\EM:\
4c5db4f7 1455 :ce=\E[K:cl=\E[H\E[J:cd=\E[J:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\
f8bb8651
RC
1456 :so=\E[7m:se=\E[27m:us=\E[4m:ue=\E[24m:\
1457 :md=\E[1m:mr=\E[7m:mb=\E[5m:me=\E[m:\
1458 :is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H:\
1459 :rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
1460 :tc=vt100:
1461dm|vt200-ss|vt220-ss|dec vt200 series with smooth scroll:\
1462 :is=\E>\E[?3l\E[?4h\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H:\
1463 :rs=\E>\E[?3l\E[?4h\E[?5l\E[?7h\E[?8h:\
1464 :tc=vt200:
1465dn|vt200-w|vt220-w|vt200-wj|vt220-wj|dec vt200 series; 132 col.; jump scroll:\
1466 :is=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H:\
1467 :rs=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h:\
4c5db4f7 1468 :co#132:tc=vt200:
f8bb8651
RC
1469do|vt200-ws|vt220-ws|dec vt200 series; 132 col.; smooth scroll:\
1470 :is=\E>\E[?3h\E[?4h\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H:\
1471 :rs=\E>\E[?3h\E[?4h\E[?5l\E[?7h\E[?8h:\
4c5db4f7 1472 :co#132:tc=vt200:
6523a1b3 1473vs|xterm|vs100|xterm terminal emulator (X window system):\
62c417d4 1474 :do=^J:le=^H:ho=\E[H:\
f2ec6cd6
RC
1475 :co#80:li#65:cl=\E[H\E[2J:bs:am:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\
1476 :ce=\E[K:cd=\E[J:so=\E[7m:se=2\E[m:us=\E[4m:ue=\E[m:\
1477 :md=\E[1m:mr=\E[7m:me=2\E[m:\
1478 :ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:kb=^H:\
f76d72b1 1479 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:pt:sf=\n:sr=\EM:\
f2ec6cd6
RC
1480 :al=\E[L:dl=\E[M:ic=\E[@:dc=\E[P:\
1481 :MT:ks=\E[?1h\E=:ke=\E[?1l\E>:\
1482 :is=\E[r\E\E[m\E[2J\E[H\E[?7h\E[?1;3;4;5;6l:\
34187f2a 1483 :rs=\E[r\E<\E[m\E[2J\E[H\E[?7h\E[?1;3;4;5;6l:
6523a1b3
MK
1484v2|xterms|vs100s|xterm terminal emulator (small)(X window system):\
1485 :co#80:li#24:tc=xterm:
f76d72b1
JB
1486# vs100 emulator using tsim (from lai@decwrl)
1487vt|vs100t|tsim|vs100-tsim:\
1488 :bs:cm=\EM%+ %+ :ho=\EH:do=^J:up=^K:cl=\EE:ce=\EL:cs=\ES%+ %+ :\
1489 :so=\Eh:se=\Er:us=\Eu:ue=\Ev:al=\EI:Al=\E+%+ :dl=\ED:Dl=\E-%+ :\
1490 :ic=\Ei:dc=\Ed:is=\ER:rs=\ER:am:cd=\EQ:pt:nd=\En:li#24:co#80:
9a9a294a
KL
1491# \f# --------------------------------
1492#
1493# h: HEWLETT PACKARD
1494#
1495# Note: no "ho" on HP's since that homes to top of memory, not screen.
1496# Due to severe 2621 braindamage, the only way to get the arrow keys to
1497# transmit anything at all is to turn on the function key labels
1498# (f1-f8) with ks, and even then the poor user has to hold down shift!
1499# The default 2621 turns off the labels except when it has to to enable
1500# the function keys. If your installation prefers labels on all the time,
1501# or off all the time (at the "expense" of the function keys) move the
1502# 2621-nl or 2621-wl labels to the front using reorder.
1503# Note: there are newer ROM's for 2621's that allow you to set strap A
1504# so the regular arrow keys xmit \EA, etc, as with the 2645. However,
1505# even with this strap set, the terminal stops xmitting if you reset it,
1506# until you unset and reset the strap! Since there is no way to set/unset
1507# the strap with an escape sequence, we don't use it in the default.
1508# If you like, you can use 2621-ba (braindamaged arrow keys).
1509h1|2621-ba|2621 w/new rom, strap A set:\
1510 :ks@:ke@:ku=\EA:kd=\EB:kl=\ED:kr=\EC:kh=\Eh:tc=hp2621:
1511# 2621 with function labels. Most of the time they are off,
1512# but inside vi, the function key labels appear. You have to
1513# hold down shift to get them to xmit.
1f519d9c 1514h2|2621|hp2621|hp2621a|hp2621p|2621a|2621p|2621-pb|hp2621-fl|hp 2621:\
9a9a294a
KL
1515 :is=\E&j@\r:bt=\Ei:cm=\E&a%r%dc%dY:dc=2\EP:ip=2:pb#19200:\
1516 :so=\E&dD:se=\E&d@:us=\E&dD:ue=\E&d@:me=\E&d@:\
1517 :kh=\Ep\r:ku=\Et\r:kl=\Eu\r:kr=\Ev\r:kd=\Ew\r:\
1518 :kn#8:k1=\Ep\r:k2=\Eq\r:k3=\Er\r:k4=\Es\r:k5=\Et\r:k6=\Eu\r:k7=\Ev\r:\
1519 :k8=\Ew\r:ks=\E&jB:ke=\E&j@:ta=2^I:tc=hp:
1520# 2621k45: untested
1521# 2622: unsure if this is quite it, have only heard about the terminal.
1522h3|2621k45|hp2621k45|k45|2622|hp2622|hp 2621 with 45 keyboard:\
1523 :kb=^H:ku=\EA:kd=\EB:kl=\ED:kr=\EC:kh=\Eh:ks=\E&s1A:ke=\E&s0A:tc=2621:
1f519d9c 1524h4|hp2645|2645|hp45:\
9a9a294a
KL
1525 :mh=\E&dH:mr=\E&dB:us=\E&dD:mb=\E&dA:me=\E&d@:\
1526 :ku=\EA:kd=\EB:kl=\ED:kr=\EC:kh=\Eh:ks=\E&s1A:ke=\E&s0A:tc=hp:
1527h5|hp|hewlett-packard:\
4c5db4f7 1528 :ct=\E3:st=\E1:do=^J:al=\EL:am:le=^H:bs:\
9a9a294a
KL
1529 :cd=\EJ:ce=\EK:ch=\E&a%dC:cl=\EH\EJ:cm=6\E&a%r%dc%dY:\
1530 :co#80:cv=\E&a%dY:da:db:dc=\EP:dl=\EM:ei=\ER:im=\EQ:\
4c5db4f7 1531 :kb=^H:li#24:mi:nd=\EC:pt:se=\E&d@:so=\E&dJ:\
9a9a294a
KL
1532 :us=\E&dD:ue=\E&d@:up=\EA:xs:vt#6:pb#9600:
1533# This entry does not use any of the fancy windowing stuff of the 2621.
1534# Indeed, termcap does not yet handle such stuff. We are looking at it.
1535h6|hp2626|hp2626a|hp2626p|2626|2626a|2626p|hp 2626:\
1536 :dc=2\EP:ip=2:se=\E&d@:so=\E&dB:cd=500\EJ:\
1537 :mr=\E&dB:us=\E&dD:mb=\E&dA:mk=\E&dS:me=\E&d@:ue=\E&d@:\
1538 :kh=\Eh:ku=\EA:kl=\ED:kr=\EC:kd=\EB:ks=\E&s1A:ke=\E&s0A:\
1539 :sf=\ES:ta=2^I:xs:tc=2621:
9a9a294a
KL
1540# cD is a pain - but it only screws up at 9600 baud.
1541# You should use this terminal at 4800 baud or less.
1542h8|hp2648|hp2648a|2648a|2648|HP 2648a graphics terminal:\
1543 :cl=50\EH\EJ:cm=20\E&a%r%dc%dY:dc=7\EP:ip=5:tc=2645:
1f519d9c
KL
1544# This terminal should be used at 4800 baud or less.
1545h9|hp2645-np|2645 w/no padding:cm=\E&a%r%dc%dY:tc=hp2645:
9a9a294a
KL
1546# 2640a doesn't have the Y cursor addressing feature, and C is memory relative
1547# instead of screen relative, as we need.
1548ha|2640|hp2640a|2640a|hp 2640a:\
1549 :cm@:ks@:ke@:tc=2645:
1550hb|2640b|hp2640b|2644a|hp2644a|hp 264x series:\
1551 :ks@:ke@:tc=2645:
1552# 2621 using all 48 lines of memory, only 24 visible at any time. Untested.
1553hl|2621-48|48 line 2621:\
1554 :li#48:ho=\EH:cm=\E&a%r%dc%dR:tc=2621:
792c8a7c
JB
1555# Hp 110 computer is the same as 2621 except has 16 lines
1556hm|hp110|110|hp 110 computer:\
1557 :li#16:tc=2621:
9a9a294a 1558# 2621 with no labels ever. Also prevents vi delays on escape.
a0930429 1559hn|2621-nl|hp2621nl|2621nl|hp2621-nl|hp 2621 with no labels:\
9a9a294a
KL
1560 :ks@:ke@:kh@:ku@:kl@:kr@:kd@:tc=hp2621-fl:
1561# Needed for UCB ARPAVAX console, since lsi-11 expands tabs (wrong).
a0930429 1562ht|hp2621-nt|2621nt|2621-nt|hp2621nt|hp 2621 w/no tabs:\
9a9a294a
KL
1563 :pt@:tc=hp2621:
1564# 2621 with labels on all the time - normal outside vi, function inside vi.
a0930429 1565hw|hp2621wl|2621wl|2621-wl|hp2621-wl|hp 2621 w/labels:\
9a9a294a 1566 :is=\E&jA\r:ke=\E&jA:tc=hp2621-fl:
117ec7f1
JB
1567# 2392 (from haddix@arpa?)
1568hz|2392|hp2392|hp2392a:\
1569 :bt=\Ei:ip=2:is=\E&j@\E3\r:if=/usr/lib/tabset/stdcrt:\
1570 :ml=\El:MT:mu=\Em:km:\
1571 :mh=\E&dH:mr=\E&dB:us=\E&dD:mb=\E&dA:me=\E&d@:\
1572 :ku=\EA:kd=\EB:kl=\ED:kr=\EC:kh=\Eh:ks=\E&s1A:ke=\E&s0A:tc=hp:
9a9a294a
KL
1573# \f# --------------------------------
1574#
1575# i: INFOTON (GENERAL TERMINAL)
1576#
1577# Infoton is now called General Terminal Corp. or some such thing.
1578# gt100 sounds like something DEC would come out with. Lets hope they don't.
1579i1|i100|gt100|gt100a|General Terminal 100A (formerly Infoton 100):\
4c5db4f7 1580 :do=^J:cl=^L:cd=\EJ:ce=\EK:li#24:co#80:\
9a9a294a
KL
1581 :al=\EL:dl=\EM:up=\EA:nd=\EC:ho=\EH:cm=\Ef%r%+ %+ :vb=\Eb\Ea:\
1582 :am:le=^H:bs:so=\Eb:se=\Ea:
1583i4|i400|400|infoton 400:\
4c5db4f7
JB
1584 :do=^J:al=\E[L:am:le=^H:bs:ce=\E[N:cl=\E[2J:cm=%i\E[%3;%3H:co#80:\
1585 :dl=\E[M:li#25:nd=\E[C:up=\E[A:im=\E[4h\E[2Q:ei=\E[4l\E[0Q:\
9a9a294a
KL
1586 :dc=\E[4h\E[2Q\E[P\E[4l\E[0Q:
1587ia|addrinfo:\
4c5db4f7 1588 :do=^J:li#24:co#80:cl=^L:ho=^H:nd=^Y:cd=^K:\
9a9a294a
KL
1589 :up=^\:am:le=^Z:bc=^Z:cm=\037%+\377%+\377:ll=^H^\:
1590ik|infotonKAS:\
4c5db4f7 1591 :do=^J:am:le=^Z:bc=^Z:cd=^K:cl=^L:co#80:li#24:nd=^Y:up=^\:ll=^H^\:
9a9a294a
KL
1592# \f# --------------------------------
1593#
1594# k: HEATHKIT (ZENITH)
1595#
a0930429 1596kA|h19-a|h19a|heath-ansi|heathkit-a|heathkit h19 ansi mode:\
4c5db4f7 1597 :\
9a9a294a
KL
1598 :al=1*\E[1L:am:le=^H:bs:cd=\E[J:ce=\E[K:cl=\E[2J:cm=\E[%i%2;%2H:co#80:\
1599 :dc=\E[1P:dl=1*\E[1M:do=\E[1B:ei=\E[4l:ho=\E[H:im=\E[4h:li#24:mi:\
4c5db4f7 1600 :nd=\E[1C:as=\E[10m:ae=\E[11m:ms:pt:se=\E[0m:so=\E[7m:up=\E[1A:\
9a9a294a
KL
1601 :vs=\E[>4h:ve=\E[>4l:kb=^h:ku=\E[1A:kd=\E[1B:kl=\E[1D:kr=\E[1C:\
1602 :kh=\E[H:kn#8:k1=\EOS:k2=\EOT:k3=\EOU:k4=\EOV:k5=\EOW:l6=blue:\
1603 :l7=red:l8=white:k6=\EOP:k7=\EOQ:k8=\EOR:\
1604 :sr=\EM:is=\E<\E[>1;2;3;4;5;6;7;8;9l\E[0m\E[11m\E[?7h:
a0930429 1605kB|h19-bs|h19bs|heathkit w/keypad shifted:\
9a9a294a 1606 :ks=\Et:ke=\Eu:tc=h19-b:
84c96624
KL
1607#written by David Shewmake, UCSF Medical Information Science
1608#ucbvax!ucsfmis!shewmake
1609kC|h29|heath-29|z29|zenith-29:\
4c5db4f7 1610 :am:bc=\ED:bt=\E-:do=^J:\
84c96624
KL
1611 :al=\EL:le=^H:bs:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :co#80:dc=\EN:\
1612 :dl=1*\EM:do=\EB:ei=\EO:ho=\EH:im=\E@:li#24:mi:nd=\EC:as=\EF:ae=\EG:\
4c5db4f7 1613 :ms:pt:sr=\EI:se=\Eq:so=\Ep:up=\EA:vs=\Ex4:ve=\Ey4:\
84c96624 1614 :kb=^H:ku=\EA:kd=\EB:kl=\ED:kr=\EC:kh=\EH:kn#1:k0=\E~:l0=HOME:\
63e55a3f 1615 :k1=\ES:k2=\ET:k3=\EU:k4=\EV:k5=\EW:k6=\EP:k7=\EQ:k8=\ER:k9=\E0I:\
84c96624 1616 :es:hs:ts=\Ej\Ex5\Ex1\EY8%+ \Eo:fs=\Ek\Ey5:ds=\Ey1:us=\Es8:ue=\Es0:
779a5b21
KL
1617#the z29-e entry sucks...but it works with emacs
1618kD|z29-e|zenith 29 hacked for emacs:\
4c5db4f7 1619 :ip=1.5:ks=\Et:ke=\Eu:vs@:ve@:al=1*\EL:am:le=^H:\
779a5b21
KL
1620 :bs:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :co#80:dc=\EN:dl=1*\EM:\
1621 :do=\EB:ho=\EH:li#24:nd=\EC:as=\EF:ae=\EG:ms:\
4c5db4f7 1622 :pt:sr=\EI:se=\Eq:so=\Ep:up=\EA:vs=\Ex4:ve=\Ey4:kb=^h:\
779a5b21
KL
1623 :ku=\EA:kd=\EB:kl=\ED:kr=\EC:kh=\EH:kn#8:k1=\ES:k2=\ET:k3=\EU:\
1624 :k4=\EV:k5=\EW:l6=blue:l7=red:l8=white:k6=\EP:k7=\EQ:k8=\ER:es:hs:\
1625 :ts=\Ej\Ex5\Ex1\EY8%+ \Eo:fs=\Ek\Ey5:ds=\Ey1:
1626kp|p19:\
1627 :al=2*\EL:dl=2*\EM:tc=h19-b:
a0930429 1628kU|h19-us|h19us|heathkit w/keypad shifted/underscore cursor:\
9a9a294a 1629 :ks=\Et:ke=\Eu:tc=h19-u:
a0930429 1630kb|h19|heath|h19-b|h19b|heathkit|heath-19|z19|zenith|heathkit h19:\
9a9a294a
KL
1631 :al=1*\EL:am:le=^H:bs:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :co#80:dc=\EN:\
1632 :dl=1*\EM:do=\EB:ei=\EO:ho=\EH:im=\E@:li#24:mi:nd=\EC:as=\EF:ae=\EG:\
4c5db4f7 1633 :ms:pt:sr=\EI:se=\Eq:so=\Ep:up=\EA:vs=\Ex4:ve=\Ey4:\
9a9a294a
KL
1634 :kb=^h:ku=\EA:kd=\EB:kl=\ED:kr=\EC:kh=\EH:kn#8:\
1635 :k1=\ES:k2=\ET:k3=\EU:k4=\EV:k5=\EW:\
1636 :l6=blue:l7=red:l8=white:k6=\EP:k7=\EQ:k8=\ER:\
1637 :es:hs:ts=\Ej\Ex5\Ex1\EY8%+ \Eo:fs=\Ek\Ey5:ds=\Ey1:
1638ke|h19-e|h19e|h19 for emacs:ip=1.5:tc=h19-us:
a0930429 1639ku|h19-u|h19u|heathkit with underscore cursor:\
9a9a294a 1640 :vs@:ve@:tc=h19-b:
a0930429 1641kg|h19-g|h19g|heathkit w/block cursor:\
9a9a294a
KL
1642 :ve=\Ex4:tc=h19-b:
1643kp|p19:\
1644 :al=2*\EL:dl=2*\EM:tc=h19-b:
1645# \f# --------------------------------
1646#
1647# l: LEAR SIEGLER (ADM)
1648#
1649# If the adm31 gives you trouble with standout mode, check the DIP switch
1650# in position 6, bank @c11, 25% from back end of pc. Should be OFF.
1651# If there is no such switch, you have an old adm31 and must use oadm31
1652l1|adm31|31|lsi adm31:\
4c5db4f7
JB
1653 :is=\Eu\E0:do=^J:al=\EE:am:le=^H:bs:ce=\ET:cm=\E=%+ %+ :\
1654 :cl=\E*:cd=\EY:co#80:dc=\EW:dl=\ER:ei=\Er:ho=^^:im=\Eq:\
9a9a294a
KL
1655 :k0=^A0\r:k1=^A1\r:k2=^A2\r:k3=^A3\r:k4=^A4\r:\
1656 :k5=^A5\r:k6=^A6\r:k7=^A7\r:k8=^A8\r:k9=^A9\r:kd=^J:kl=^H:kr=^L:ku=^K:\
1657 :li#24:ma=j^Jk^P^K^Pl ^R^L^L :mi:nd=^L:\
1658 :se=\EG0:so=\EG1:up=^K:us=\EG1:ue=\EG0:
1659l2|adm2|lsi adm2:\
4c5db4f7 1660 :do=^J:al=\EE:am:le=^H:bs:cd=\EY:ce=\ET:cl=\E;:\
9a9a294a
KL
1661 :cm=\E=%+ %+ :co#80:dc=\EW:dl=\ER:\
1662 :ei=:ho=^^:ic=\EQ:im=:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:li#24:nd=^L:up=^K:
1663l3|adm3|3|lsi adm3:\
4c5db4f7 1664 :do=^J:am:le=^H:bs:cl=^Z:li#24:ma=^K^P:co#80:
9a9a294a 1665l4|adm42|42|lsi adm42:\
4c5db4f7
JB
1666 :vs=\EC\E3 \E3(:do=^J:al=270\EE:am:le=^H:bs:cd=\EY:ce=\ET:cl=\E;:\
1667 :cm=\E=%+ %+ :co#80:dc=\EW:dl=\ER:ei=\Er:im=\Eq:ip=6*:li#24:\
62c417d4 1668 :bt=\EI:nd=^L:se=\EG0:so=\EG4:up=^k:ma=^K^P:pc=\177:
9a9a294a 1669l5|adm5|5|lsi adm5:\
4c5db4f7 1670 :do=^J:cd=\EY:ce=\ET:do=^J:kb=^H:kh=^^:\
9a9a294a 1671 :ma=^Hh^Jj^Kk^Ll^^H:se=\EG:sg#1:so=\EG:tc=adm3aplus:
a0930429 1672l7|adm20|lear siegler adm20:\
84c96624 1673 :am:li#24:co#80:bs:cl=^Z:cm=\E=%i%r%+^_%+^_:nd=^L:up=^K:ho=^^:ce=\ET:\
a0930429 1674 :cd=\EY:al=\EE:dl=\ER:im=:ei=:ic=\EQ:dm=:ed=:dc=\EW:so=\E):se=\E(:\
84c96624 1675 :bt=\EI:pt:kn#7:k1=^A:k2=^B:k3=^W:k4=^D:k5=^E:k6:^X:k7=^Z:
fa311929
RC
1676# From Andrew Scott Beals <bandy@lll-crg.ARPA>
1677l8|adm12|12|lsi adm12:\
4c5db4f7 1678 :is=\Eq:do=^J:al=\EE:am:le=^H:bs:ce=\ET:cm=\E=%+ %+ :cl=^Z:cd=\EY:\
fa311929
RC
1679 :co#80:dc=\EW:dl=\ER:ei=\Er:ho=^^:im=\Eq:\
1680 :k0=^A0\r:k1=^A1\r:k2=^A2\r:k3=^A3\r:k4=^A4\r:\
1681 :k5=^A5\r:k6=^A6\r:k7=^A7\r:k8=^A8\r:k9=^A9\r:kd=^J:kl=^H:kr=^L:ku=^K:\
1682 :li#24:ma=j^Jk^P^K^Pl ^R^L^L :mi:nd=^L:\
1683 :se=\EG0:so=\EG4:up=^K:us=\EG1:ue=\EG0:
9a9a294a 1684la|adm3a|3a|lsi adm3a:\
4c5db4f7
JB
1685 :am:do=^J:le=^H:bs:cm=\E=%+ %+ :cl=1^Z:co#80:ho=^^:\
1686 :li#24:ma=^K^P:nd=^L:up=^K:
9a9a294a
KL
1687lb|adm3a+|3a+|adm3aplus:\
1688 :kl=^H:kd=^J:ku=^K:kr=^L:tc=adm3a:
84c96624
KL
1689lc|adm22|22|lsi adm22:\
1690 :is=\E%\014\014\014\016\003\000\003\002\003\002\000\000\000\000\000\000\000\000\000\000\000:\
1691 :al=\EE:am:bs:bt=\EI:cd=\Ey:ce=\Et:cl=\E+:cm=\000\E=%+ %+ :co#80:\
4c5db4f7 1692 :dc=\EW:dl=\ER:do=^J:em=:ho=^^:ic=\EQ:im=:\
84c96624
KL
1693 :k1=\001@\015:k2=\001A\015:k3=\001B\015:k4=\001C\015:\
1694 :k5=\001D\015:k6=\001E\015:k7=\001F\015:kn#7:\
4c5db4f7 1695 :ko=ho:l1=F1:l2=F2:l3=F3:l4=F4:l5=F5:l6=F6:l7=F7:\
84c96624 1696 :kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:li#24:\
4c5db4f7 1697 :ma=j^Jk^P^K^Pl ^R^L^L :nd=^L:se=\E(:so=\E):ta=\Ei:up=^K:
9a9a294a
KL
1698# \f# --------------------------------
1699#
1700# m: MICROTERM
1701#
1702# These mime1 entries refer to the Microterm Mime I or Mime II.
1703# The default mime is assumed to be in enhanced act iv mode.
1704m3|mime3a|mime1 emulating 3a:\
1705 :am@:ma=^X ^K^J^Z^P:ku=^Z:kd=^K:kl=^H:kr=^X:tc=adm3a:
1706m4|microterm|act4|microterm act iv:\
4c5db4f7
JB
1707 :am:do=^J:le=^H:bs:cd=^_:ce=^^:cl=^L:cm=^T%.%.:\
1708 :co#80:li#24:nd=^X:up=^Z:ho=^]:
9a9a294a
KL
1709# The padding on sr and ta for act5 and mime is a guess and not final.
1710# The act 5 has hardware tabs, but they are in columns 8, 16, 24, 32, 41 (!)...
1711m5|microterm5|act5|microterm act v:\
1712 :uc=\EA:sr=3\EH:ku=^Z:kd=^K:kl=^H:kr=^X:ma=^Z^P^Xl^Kj:tc=act4:
1713# Act V in split screen mode. act5s is not tested and said not to work.
1714mS|act5s|skinny act5:\
1715 :ti=\EP:te=\EQ:li#48:co#39:tc=act5:
1716# Mimes using brightness for standout. Half bright is really dim unless
1717# you turn up the brightness so far that lines show up on the screen.
a0930429 1718# uc is disabled to get around a curses bug, should be put back in someday.
9a9a294a
KL
1719mf|mime-fb|full bright mime1:\
1720 :so=^Y:se=^S:is=^S\E:tc=mime:
1721mh|mime-hb|half bright mime1:\
1722 :so=^S:se=^Y:is=^Y\E:tc=mime:
1723mm|mime|mime1|mime2|mimei|mimeii|microterm mime1:\
4c5db4f7
JB
1724 :do=^J:al=80^A:am:le=^H:bs:cd=^_:ce=^^:cl=\035^C:cm=^T%+^X%> 0%+P:\
1725 :co#80:dl=80^W:ta=2^I:li#24:nd=^X:pt:uc=^U:up=^z:ho=\035:do=^K:\
9a9a294a
KL
1726 :is=^S\E^Q:ma=^X ^K^J^Z^P:ku=^Z:kd=^K:kl=^H:kr=^X:sr=3^R:vt#9:
1727# These termcaps (for mime 2a) put the terminal in low intensity mode
1728# since high intensity mode is so obnoxious.
1729ms|mime2a-s|microterm mime2a (emulating an enhanced soroc iq120):\
4c5db4f7 1730 :do=^J:\
9a9a294a
KL
1731 :al=20*^A:am:le=^H:bs:cd=20*\EJ:ce=\EK:cl=\EL:cm=\E=%+ %+ :co#80:dc=\ED:\
1732 :dl=20*^W:kl=^H:kr=^L:ku=^K:kd=^J:ho=^^:is=\E):sr=\EI\
1733 :im=\EE:ei=^Z:ip=2:li#24:nd=^L:so=\E\072:se=\E;:up=\EI:\
1734 :us=\E6:ue=\E7:
1735# This is the preferred mode (but ^X can't be used as a kill character)
1736mv|mime2a|mime2a-v|microterm mime2a (emulating an enhanced vt52):\
4c5db4f7
JB
1737 :do=^J:al=20*^A:le=^H:bs:cd=20*\EQ:co#80:ce=\EP:cl=\EL:cm=\EY%+ %+ :\
1738 :is=^Ydc=^N:dl=20*^W:ip=2:ei=^Z:ho=\EH:im=^O:kd=\EB:kl=\ED:kr=\EC:\
1739 :ku=\EA:li#24:nd=\EC:pt:se=\E9:so=\E8:up=\EA:sr=\EA:us=\E4:ue=\E5:
9a9a294a 1740mx|mime-3ax|mime1 emulating enhanced 3a:\
4c5db4f7 1741 :al=80^A:dl=80^W:pt:ce=^X:cd=^_:tc=mime-3a:
9a9a294a
KL
1742# \f# --------------------------------
1743#
1744# p: PERKIN ELMER
1745#
1746pe|pe550|bantam|perkin elmer 550:\
4c5db4f7
JB
1747 :do=^J:le=^H:bs:co#80:ce=20\EI:cl=20\EK:cm=\EX%+ \EY%+ :\
1748 :ho=\EH:li#24:ll=\EH\EA:nd=\EC:up=\EA:ma=^Z^P:cd=6^N@^V:
9a9a294a 1749pf|fox|perkin elmer 1100:\
4c5db4f7 1750 :ct=\E3:st=\E1:do=^J:\
9a9a294a
KL
1751 :am:le=^H:bs:cd=5.5*\EJ:ce=\EI:cl=132\EH\EJ:co#80:ho=\EH:li#24:\
1752 :ll=\EH\EA:nd=\EC:cm=\EX%+ \EY%+ :up=\EA:vb=^P^B^P^C:
1753po|owl|perkin elmer 1200:\
4c5db4f7 1754 :ct=\E3:st=\E1:do=^J:al=5.5*\EL:am:le=^H:\
9a9a294a
KL
1755 :bs:cd=5.5*\EJ:ce=5.5\EI:cl=132\EH\EJ:ho=\EH:ll=\EH\EA:\
1756 :cm=\EX%+ \EY%+ :co#80:dc=5.5*\EO:dl=5.5*\EM:ei=:ic=\EN:im=:ip=5.5*:\
1757 :kb=^h:in:li#24:nd=\EC:up=\EA:se?=\E!\200:so?=\E!^H:vb=^P^B^P^C:\
1758 :k1=\ERA:k2=\ERB:k3=\ERC:k4=\ERD:k5=\ERE:k6=\ERF:\
1759 :k7=\ERG:k8=\ERH:k9=\ERI:k0=\ERJ:
1760# \f# --------------------------------
1761#
1762# q: HOME MADE TERMINALS
1763#
1764qB|bc|bill croft homebrew:\
4c5db4f7 1765 :do=^J:am:le=^H:bs:cm=\E=%+ %+ :cl=^Z:co#96:ho=^^:li#72:\
9a9a294a
KL
1766 :nd=^L:up=^K:vb=:
1767qN|nucterm|rayterm|NUC homebrew:\
4c5db4f7
JB
1768 :do=^J:am:le=^H:bs:cl=1^L:li#24:co#80:nd=^C:\
1769 :up=^N:ho=^B:ll=^K:ce=^A:cd=^E:
9a9a294a 1770qb|ex3000:\
4c5db4f7 1771 :do=^J:li#24:co#80:ho=^Q:
9a9a294a 1772qc|carlock|klc:\
4c5db4f7
JB
1773 :do=^J:al=^E:am:bs:ce=^U:cl=100^Z:cm=\E=%+ %+ :co#80:dc=\177:dl=^D:\
1774 :dm=:ed=:ei=^T:ho=^^:im=^T:li#24:nd=^L:se=^V:so=^V:up=^K:vb=\EV\EV:
9a9a294a 1775qe|exidy|exidy2500|exidy sorcerer as dm2500:\
4c5db4f7 1776 :do=^J:al=^P^J^X:am:le=^H:bs:ce=^W:cl=^^:cm=^L%r%n%.%.:co#64:\
9a9a294a 1777 :dc=\b:dl=^P^Z^X:dm=^P:ed=^X:ei=^X:ho=^B:ic=^\:\
4c5db4f7 1778 :im=^P:li#30:nd=^\:pt:so=^N:se=^X:up=^Z:
9a9a294a 1779qn|netx|netronics:\
4c5db4f7
JB
1780 :do=^J:le=^H:bs:cd=2000^F^E:ce=1600^E:cl=466^L:cm=\E=%+@%+@:\
1781 :co#64:ho=^D:li#16:ma=j^Jk^Pl :nd=\E+@A:pc=\200:sr=\E=@@^K:up=^K:
9a9a294a
KL
1782# This came from the comp ctr who got it from some user. Smart indeed!
1783qs|sexidy|exidy smart:\
4c5db4f7 1784 :do=^J:li#24:co#64:cl=^l:ho=^q:nd=^s:\
9a9a294a
KL
1785 :up=^w:le=^H:bs:le=^a:bc=^a:ma=^x^J:kd=^S:
1786qu|ubell|ubellchar:\
4c5db4f7
JB
1787 :if=/usr/lib/tabset/ubell:do=^J:am:le=^H:bs:pt:ce=\Ed:cl=^Z:\
1788 :cm=\E=%+ %+ :co#80:li#24:nd=^L:up=^K:ma=j^Jk^P^K^Pl :ho=^^:
9a9a294a 1789qw|ttyWilliams:\
4c5db4f7 1790 :do=^J:co#80:li#12:le=^Y:bc=^Y:do=^K:up=^Z:cl=^^:ce=^_:am:ho=^]:nd=^X:
9a9a294a 1791qx|xitex|xitex sct-100:\
4c5db4f7
JB
1792 :do=^J:le=^H:bs:cd=2000^F^E:ce=1600^E:cl=400^L:cm=\E=%+@%+@:co#64:\
1793 :ho=^D:li#16:ma=j^Jk^Pl :nd=\E+@A:pc=\200:sr=\E=@@^K:up=^K:
9a9a294a
KL
1794# \f# --------------------------------
1795#
1796# s: SPECIALS
1797#
1798# Special "terminals". These are used to label tty lines when you don't
1799# know what kind of terminal is on it. The characteristics of an unknown
1800# terminal are the lowest common denominator - they look about like a ti 700.
1f519d9c
KL
1801sa|network:\
1802 :tc=unknown:
1803sb|arpanet:\
9a9a294a 1804 :tc=unknown:
1f519d9c 1805sc|bussiplexer:\
9a9a294a
KL
1806 :tc=unknown:
1807sd|du|dialup:\
1808 :tc=unknown:
1f519d9c 1809se|ethernet:\
9a9a294a
KL
1810 :tc=unknown:
1811sl|lpr|printer|print|printing|line printer:\
4c5db4f7 1812 :do=^J:le=^H:bs:co#132:hc:os:
9a9a294a
KL
1813sp|plugboard|patch|patchboard:\
1814 :tc=unknown:
1815su|dumb|un|unknown:\
4c5db4f7 1816 :am:co#80:do=^J:
9a9a294a
KL
1817sw|switch|intelligent switch:\
1818 :tc=unknown:
1819sx|ansi|any ansi terminal with pessimistic assumptions:\
4c5db4f7
JB
1820 :co#80:li#24:cl=50\E[;H\E[2J:bs:am:cm=\E[%i%d;%dH:\
1821 :nd=\E[C:up=\E[A:ce=\E[K:ho=\E[H:pt:
9a9a294a
KL
1822# \f# --------------------------------
1823#
1824# t: TEXAS INSTRUMENTS
1825#
1826t3|ti|ti700|ti733|735|ti735|ti silent 700:\
4c5db4f7 1827 :do=^J:le=^H:bs:co#80:hc:os:dC#162:
9a9a294a 1828t4|ti745|745|743|ti silent 745:\
4c5db4f7 1829 :do=^J:le=^H:bs:co#80:hc:os:
9a9a294a 1830t8|ti800|ti omni 800:\
4c5db4f7 1831 :do=^J:le=^H:bs:co#132:hc:os:
9a9a294a
KL
1832# \f# --------------------------------
1833#
1834# v: TELEVIDEO
1835#
1836# There are some tvi's that require incredible amounts of padding and
1837# some that don't. I'm assuming 912 and 920 are the old slow ones,
1838# and 912b, 912c, 920b, 920c are the new ones that don't need padding.
1839v1|tvi912|912|920|tvi920|old televideo:\
4c5db4f7 1840 :ct=\E3:st=\E1:do=^J:\
a0930429 1841 :al=33*\EE:le=^H:ce=\ET:cm=\E=%+ %+ :cl=^Z:co#80:dc=\EW:dl=33*\ER:ei=:\
9a9a294a 1842 :kb=^h:ku=^K:kd=^J:kl=^H:kr=^L:k0=^A@\r:k1=^AA\r:k2=^AB\r:k3=^AC\r:\
a0930429 1843 :bs:am:k4=^AD\r:k5=^AE\r:k6=^AF\r:k7=^AG\r:k8=^AH\r:k9=^AI\r:\
4c5db4f7 1844 :ho=^^:im=:ic=\EQ:li#24:nd=^L:pt:se=\Ek:so=\Ej:up=^K:us=\El:ue=\Em:\
9a9a294a
KL
1845 :ma=^K^P^L :sg#1:ug#1:
1846# the 912 has a <funct> key that's like shift: <funct>8 xmits "^A8\r".
1847# The 920 has this plus real function keys that xmit different things.
1848# Termcap makes you use the funct key on the 912 but the real keys on the 920.
1849v2|912b|912c|tvi912b|tvi912c|tvi|new televideo 912:\
1850 :al=5*\EE:dl=5*\ER:tc=tvi912:
1f519d9c 1851v3|920b|920c|tvi920b|tvi920c|new televideo 920:\
9a9a294a
KL
1852 :k0=^A@\r:k1=^AA\r:k2=^AB\r:k3=^AC\r:k4=^AD\r:k5=^AE\r:\
1853 :k6=^AF\r:k7=^AG\r:k8=^AH\r:k9=^AI\r:tc=tvi912b:
1854# set to page 1 when entering ex (\E-17 )
1855# reset to page 0 when exiting ex (\E-07 )
1856v4|tvi912-2p|tvi920-2p|912-2p|920-2p|tvi-2p|televideo w/2 pages:\
1857 :ti=\E-17 :te=\E-07 :tc=tvi912:\
1858v5|tvi950-ap|tvi 950 w/alt pages:\
1859 :is=\E\\1:ti=\E-06 :te=\E-16 :tc=tvi950:
1860v6|tvi950-b|bare tvi950 no is:\
1861 :is@:tc=tvi950:
1862v7|tvi950-ns|tvi950 w/no standout:\
1863 :so@:se@:us@:ue@:tc=tvi950:
db252d8d 1864v8|tvi925|925|televideo model 925:\
557ee860
KL
1865 :hs:xn:am:bs:co#80:li#24:cm=\E=%+ %+ :cl=^Z:cd=\EY:ce=\ET:is=\El\E":\
1866 :al=\EE:dl=\ER:im=:ei=:ic=\EQ:dc=\EW:if=/usr/lib/tabset/stdcrt:\
db252d8d
KL
1867 :ho=^^:nd=^L:bt=\EI:pt:so=\EG4:se=\EG0:sg#1:us=\EG8:ue=\EG0:ug#1:\
1868 :up=^K:do=^V:kb=^H:ku=^K:kd=^V:kl=^H:kr=^L:kh=^^:ma=^V^J^L :\
1869 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:\
bb0e509d
KL
1870 :k8=^AG\r:k9=^AH\r:k0=^AI\r:ko=ic,dc,al,dl,cl,ce,cd,bt:\
1871 :ts=\Ef:fs=\Eg:
db252d8d
KL
1872# entry by Tim Curry 5/21/82 Univ. of Central Fla. duke!ucf-cs!tim
1873v9|925a|tvi925a|TeleVideo Model 925:\
23b473c6
CL
1874 :al=\EE:am:bs:bt=\EI:bw:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :co#80:dc=\EW:\
1875 :dl=\ER:do=^V:ei=:ic=\EQ:if=/usr/lib/tabset/std:im=:kb=^H:kd=^V:\
1876 :kh=^^:kl=^H:kn#12:kr=^L:ku=^K:li#24:nd=^L:pt:se=\EG0:sg=#1:so=\EG4:\
1877 :ue=\EG0:ug#1:ul:up=^K:us=\EG8:is=\El\
1878 :vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:\
1879 :ve=\E.4:vs=\E.2:
9a9a294a
KL
1880# The following tvi descriptions from B:pjphar and virus!mike
1881# is for all 950's. It sets the following attributes:
1882# full duplex (\EDF) write protect off (\E()
1883# conversation mode (\EC) graphics mode off (\E%)
1884# white on black (\Ed) auto page flip off (\Ew)
1885# turn off status line (\Eg) clear status line (\Ef\r)
1886# normal video (\E0) monitor mode off (\EX or \Eu)
1887# edit mode (\Er) load blank char to space (\Ee\040)
1888# line edit mode (\EO) enable buffer control (^O)
1889# protect mode off (\E\047) duplex edit keys (\El)
1890# program unshifted send key to send line all (\E016)
1891# program shifted send key to send line unprotected (\E004)
1892# set the following to nulls:
1893# field delimiter (\Ex0\200\200)
1894# line delimiter (\Ex1\200\200)
1895# start-protected field delimiter (\Ex2\200\200)
1896# end-protected field delimiter (\Ex3\200\200)
1897# set end of text delimiter to carriage return/null (\Ex4\r\200)
1898#
1899va|tvi950|950|televideo950:\
4c5db4f7 1900 :ct=\E3:st=\E1:do=^J:\
9a9a294a
KL
1901 :is=\EDF\EC\Ed\EG0\Eg\Er\EO\E\047\E(\E%\Ew\EX\Ee ^O\
1902 \El\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\
1903 \Ex3\200\200\Ex4\r\200\Ef\r:\
1904 :al=\EE:am:le=^H:bs:bt=\EI:cd=\Ey:ce=\Et:cl=\E*:cm=\E=%+ %+ :\
1905 :co#80:dc=\EW:dl=\ER:do=^V:ei=\Er:ho=^^:im=\Eq:k0=^A0\r:\
1906 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
1907 :k7=^AF\r:k8=^AG\r:k9=^AH\r:kb=^H:kd=^V:kh=^^:kl=^H:\
1908 :ko=ic\054dc\054al\054dl\054cl\054bt\054ce\054cd:kr=^L:\
4c5db4f7 1909 :ku=^K:li#24:ma=^Vj^Kk^Hh^Ll^^H:mi:ms:nd=^L:pt:se=\EG0:\
9a9a294a
KL
1910 :sg#1:so=\EG4:sr=\Ej:ue=\EG0:ug#1:up=^K:us=\EG8:\
1911 :vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:\
1912 :xn:hs:ts=\Eg\Ef:fs=\r:ds=\Eg\Ef\r:
1913#
1914# is for 950 with two pages adds the following:
1915# set 48 line page (\E\\2)
1916# place cursor at page 0, line 24, column 1 (\E-07 )
1917# set local (no send) edit keys (\Ek)
1918#
1919# two page 950 adds the following:
1920# when entering ex, set 24 line page (\E\\1)
1921# when exiting ex, reset 48 line page (\E\\2)
1922# place cursor at 0,24,1 (\E-07 )
1923# set duplex (send) edit keys (\El) when entering vi
1924# set local (no send) edit keys (\Ek) when exiting vi
1925#
1926vb|tvi950-2p|950-2p|televideo950 w/2 pages:\
1927 :is=\EDF\EC\Ed\EG0\Eg\Er\EO\E\047\E(\E%\Ew\EX\Ee ^O\
1928 \Ek\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\
1929 \Ex3\200\200\Ex4\r\200\E\\2\E-07 \
1930 :te=\E\\2\E-07 :ti=\E\\1\E-07 :ks=\El:ke=\Ek:tc=tvi950:
1931#
1932# is for 950 with four pages adds the following:
1933# set 96 line page (\E\\3)
1934# place cursor at page 0, line 24, column 1 (\E-07 )
1935#
1936# four page 950 adds the following:
1937# when entering ex, set 24 line page (\E\\1)
1938# when exiting ex, reset 96 line page (\E\\3)
1939# place cursor at 0,24,1 (\E-07 )
1940#
1941vc|tvi950-4p|950-4p|televideo950 w/4 pages:\
1942 :is=\EDF\EC\Ed\EG0\Eg\Er\EO\E\047\E(\E%\Ew\EX\Ee ^O\
1943 \Ek\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\
1944 \Ex3\200\200\Ex4\r\200\E\\3\E-07 \
1945 :te=\E\\3\E-07 :ti=\E\\1\E-07 :ks=\El:ke=\Ek:tc=tvi950:
1946#
1947# is for reverse video 950 changes the following:
1948# set reverse video (\Ed)
1949#
1950# set vb accordingly (\Ed ...nulls... \Eb)
1951#
1952vd|tvi950-rv|950-rv|televideo950 rev video:\
1953 :is=\EDF\EC\Eb\EG0\Eg\Er\EO\E\047\E(\E%\Ew\EX\Ee ^O\
bb0e509d 1954 \El\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\
9a9a294a
KL
1955 \Ex3\200\200\Ex4\r\200:\
1956 :vb=\Ed\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Eb:\
1957 :tc=tvi950:
1958#
1959# uses the appropriate entries from 950-2p and 950-rv
1960#
1961ve|tvi950-rv-2p|950-rv-2p|televideo950 rev video w/2 pages:\
1962 :is=\EDF\EC\Eb\EG0\Eg\Er\EO\E\047\E(\E%\Ew\EX\Ee ^O\
bb0e509d 1963 \Ek\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\
9a9a294a
KL
1964 \Ex3\200\200\Ex4\r\200\E\\2\E-07 :\
1965 :vb=\Ed\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Eb:\
1966 :te=\E\\2\E-07 :ti=\E\\1\E-07 :ks=\El:ke=\Ek:tc=tvi950:
1967#
1968# uses the appropriate entries from 950-4p and 950-rv
1969#
1970vf|tvi950-rv-4p|950-rv-4p|televideo950 rev video w/4 pages:\
1971 :is=\EDF\EC\Eb\EG0\Er\EO\E\047\E(\E%\Ew\EX\Ee ^O\
bb0e509d 1972 \Ek\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\
9a9a294a
KL
1973 \Ex3\200\200\Ex4\r\200\E\\3\E-07 :\
1974 :vb=\Ed\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Eb:\
1975 :te=\E\\3\E-07 :ti=\E\\1\E-07 :ks=\El:ke=\Ek:tc=tvi950:
c513505c 1976vg|tvi924|924|televideo model 924:\
4e2cb5b9
RC
1977 :am:bs:xn:co#80:li#24:cm=\E=%+ %+ :cl=\E*0:cd=\Ey:ce=\Et:is=\Ek0\E"^O:\
1978 :al=\EE:dl=\ER:im=:ei=:ic=\EQ:dc=\EW:if=/usr/lib/tabset/stdcrt:ho=^^:\
1979 :nd=^L:bt=\EI:pt:so=\EG4:se=\EG0:us=\EG8:ue=\EG0:up=^K:do=^V:kb=^H:\
1980 :ku=^K:kd=^V:kl=^H:kr=^L:kh=^^:ma=^Vj^Kk^Ll^^H^R^L:k1=^A@\r:k2=^AA\r:\
1981 :k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:\
1982 :k0=^AI\r:ko=ic,dc,al,dl,cl,ce,cd,bt:sr=\Ej:\
1983 :hs:fs=^Y\Es1:ts=\Ef:ds=\Es0\Ef^Y:
c513505c
RC
1984# from Alan R. Rogers (rogers%albany@csnet-relay)
1985vh|tvi910+|910+|televideo 910+:\
1986 :al=5*\EE:am:bs:bt=\EI:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+\040%+\040:\
1987 :co#80:dc=\EW:dl=\ER:do=^J:ei=:ho=^^:ic=\EQ:\
1988 :if=/usr/lib/tabset/stdcrt:im=:k0=^A@\r:k1=^AA\r:k2=^AB\r:k3=^AC\r:\
1989 :k4=^AD\r:k5=^AE\r:k6=^AF\r:k7=^AG\r:k8=^AH\r:k9=^AI\r:kb=^H:\
1990 :kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:li#24:ll=\E=7\040:ma=^K^P^L\040:\
1991 :nd=^L:pt:se=\EG0:sg#1:so=\EG4:ue=\EG0:up=^K:us=\EG8:xn:
9a9a294a
KL
1992# \f# --------------------------------
1993#
1994# y: TELERAY
1995#
1996# Note two things called "teleray". Reorder should move the common one
1997# to the front if you have either. A dumb teleray with the cursor stuck
1998# on the bottom and no obvious model number is probably a 3700.
1999y1|t3700|teleray|dumb teleray 3700:\
4c5db4f7 2000 :do=^J:le=^H:bs:cl=^L:co#80:li#24:
9a9a294a 2001y3|t3800|teleray 3800 series:\
4c5db4f7
JB
2002 :do=^J:le=^H:bs:cd=\EJ:ce=\EK:cl=^L:cm=\EY%+ %+ :co#80: \
2003 :do=\n:ho=\EH:li#24:ll=\EY7 :nd=\EC:pt:up=^K:
1f519d9c 2004y6|t1061|teleray 1061:\
4c5db4f7 2005 :ct=\EG:st=\EF:do=^J:\
9a9a294a
KL
2006 :al=2*\EL:am:le=^H:bs:cd=1\EJ:ce=\EK:cl=1^L:cm=\EY%+ %+ :co#80:\
2007 :dc=\EQ:dl=2*\EM:ei=:ho=\EH:ic=\EP:im=:ip=0.4*:\
2008 :k1=^Z1:k2=^Z2:k3=^Z3:k4=^Z4:k5=^Z5:k6=^Z6:k7=^Z7:k8=^Z8:\
4c5db4f7 2009 :li#24:nd=\EC:pt:se=\ER@:so= \ERD:\
9a9a294a
KL
2010 :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:\
2011 :up=\EA:us=\ERH:ue=\ER@:xs:xt:sg#2:ug#1:
db252d8d
KL
2012# "Teleray Arpa Special", offically designated as
2013# "Teleray Arpa network model 10" with "Special feature 720".
2014# This is the new (1981) fast microcode updating the older "arpa" proms
2015# (which gave meta-key and pgmmable-fxn keys). 720 is much much faster,
2016# converts the keypad to programmable function keys, and has other goodies.
2017# Standout mode is still broken (magic cookie, etc) so is suppressed as no
2018# programs handle such lossage properly.
2019# Note: this is NOT the old termcap's "t1061f with fast proms."
2020# From Univ of Utah, J.Lepreau Tue Feb 1 06:39:37 1983
2021# lepreau@utah-cs, harpo!utah-cs!lepreau
2022#
2023y7|t10|teleray 10 special:\
2024 :so@:se@:us@:ue@:\
2025 :al=\EL:bs:cd=\EJ:ce=\EK:cl=30\Ej:cm=\EY%+ %+ :co#80:\
2026 :dc=\EQ:dl=\EM:ei=:ho=\EH:ic=\EP:im=:km:li#24:nd=\EC:nl=\n:pc=\200:pt:\
2027 :se=\ER@:so=\ERD:sf=\Eq:sg#2:sr=\Ep:up=\EA:ug#1:ue=\ER@:us=\ERH:\
2028 :xs:xt:
9a9a294a
KL
2029yf|t1061f|teleray 1061 with fast PROMs:\
2030 :al=\EL:ip@:dl=\EM:tc=t1061:
4e2cb5b9
RC
2031# Wyse 50 entry by Toni Guttman extended by Jeff Anton
2032ye|w50|wyse50|Wyse 50:\
2033 :al=\EE:am:bs:bt=\EI:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :co#80:\
2034 :dc=\EW:dl=\ER:do=^J:ei=\Er:im=\Eq:is=\E`\:\200\EC\EDF\E0\E'\E(\EA21:\
2035 :kd=^J:kl=^H:kr=^L:ku=^K:li#24:nd=^L:up=^K:us=\EG8:ue=\EG0:\
2036 :so=\EG4:se=\EG0:
2037# :hs:ts=\Ef:fs=\Eg: status line does not work with sysline
2038yg|w50-132|wyse50-132|Wyse 50-132:\
5982a4d4 2039 :al=\EE:am:bs:bt=\EI:cd=\EY:ce=\ET:cl=^Z:cm=\Ea%i%dR%dC:co#132:\
4e2cb5b9
RC
2040 :dc=\EW:dl=\ER:do=^J:ei=\Er:im=\Eq:is=\E`;\200\EC\EDF\E0\E'\E(\EA21:\
2041 :kd=^J:kl=^H:kr=^L:ku=^K:li#24:nd=^L:up=^K:us=\EG8:ue=\EG0:\
2042 :so=\EG4:se=\EG0:
2043#
a0930429
KL
2044# \f# --------------------------------
2045#
1849456a 2046# z: MISC (cont)
a0930429
KL
2047#
2048z0|wind:\
2049 :bs:cm=\Ep%r%.%.:cl=\En\120\030\Eo:co#80:\
2050 :ho=\Ep\200\200:li#24:nd=^L:up=^K:nl=\035:\
2051 :kl=\E3:kr=\E4:ku=\E1:kd=\E2:k1=\E5:k2=\E6:k3=\E7:k4=\E8:\
2052 :so=\Em\014:se=\Em\003:
2053z1|wind16:\
2054 :bs:cm=\Ep%r%.%.:cl=\En\120\020\Eo:co#80:\
2055 :ho=\Ep\200\200:li#16:nd=^L:up=^K:nl=\035:\
2056 :so=\Em\014:se=\Em\003:
2057z2|wind40:\
2058 :bs:cm=\Ep%r%.%.:cl=\En\120\050\Eo:co#80:\
2059 :ho=\Ep\200\200:li#40:nd=^L:up=^K:nl=\035:\
2060 :so=\Em\014:se=\Em\003:
2061z3|wind50:\
2062 :bs:cm=\Ep%r%.%.:cl=\En\128\062\Eo:co#88:\
2063 :ho=\Ep\200\200:li#50:nd=^L:up=^K:nl=\035:\
2064 :kl=\E3:kr=\E4:ku=\E1:kd=\E2:k1=\E5:k2=\E6:k3=\E7:k4=\E8:\
2065 :so=\Em\014:se=\Em\003:
7dd19be6 2066z4|cad68-3|cgc3|cad68 basic monitor transparent mode size 3 chars:\
a0930429 2067 :am:bs:cl=^Z:co#73:ho=\036:li#36:nd=^L:up=^K:
7dd19be6 2068z5|cad68-2|cgc2|cad68 basic monitor transparent mode size 2 chars:\
b840628d 2069 :am:bs:cl=^Z:co#85:ho=\036:li#39:nd=^L:up=^K:\
a0930429
KL
2070 :kl=\E3:kr=\E4:ku=\E1:kd=\E2:k1=\E5:k2=\E6:k3=\E7:k4=\E8:\
2071 :so=\Em\014:se=\Em\003:
7dd19be6 2072z6|v50|visual 50:\
1849456a
KL
2073 :am:bs:al=\EL:dl=\EM:\
2074 :cd=\Ek:ce=\EK:cl=^Z:cm=\E=%+\040%+\040:co#80:do=^J:ho=\EH:\
2075 :kb=^H:kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:li#24:ms:nd=^L:pt:\
2076 :so=\EU:se=\ET:up=^K:
7dd19be6 2077z7|trs2|trsII|trs80II|Radio Shack Model II using P&T CP/M:\
4c5db4f7
JB
2078 :nl=^_:al=^D:am:bs:cd=^B:ce=^A:cl=^L:cm=\EY%+ %+ :co#80:\
2079 :dl=^K:do=^_:ho=^F:li#24:nd=^]:ms:pt:se=^O:so=^N:up:=^^:\
d234e389 2080 :kb=^H:kd=^_:kl=^\:kr=^]:ku=^^:
84c96624
KL
2081z8|apollo:\
2082 :al=\EI:am:bs:cd=\EJ:ce=\EK:ch=\EN%d:cl=^L:cm=\EM%+ %d):\
2083 :cv=\EO+ :dc=\EP:dl=\EL:do=\EB:ei=\ER:im=\EQ:mi:nd=\EC:se=\ET:sf=\EE:\
2084 :so=\ES:sr=\ED:te=\EX:ti=\EW:ue=\EV:ul:up=\EA:us=\EU:co#88:li#53:
2085z9|ps300|Picture System 300:us@:ue@:so@:se@:xt:pt@:tc=vt100:
2086za|masscomp2:co#64:li#21:tc=masscomp:
2087zb|masscomp1:co#104:li#36:tc=masscomp:
2088zc|masscomp:\
2089 :al=\E[L:bs:cd=\E[J:ce=\E[K:co#80:dc=\E[P:dl=\E[M:do=\E[B:\
2090 :ei=\E[4l:im=\E[4h:is=\EGc\EGb\EGw:li#24:mi:MT:nd=\E[C:pt:se=\E[0m:\
2091 :sg#0:so=\E[7m:cm=\E[%i%d;%dH:ue=\EGau:us=\EGu:up=\E[A:\
2092 :ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:kb=^h:cl=\E[2J:
2093# Kimtron TC entries include (undocumented) codes for: enter dim mode (mh),
2094# enter bold mode (md), enter reverse mode (mr), turn off all attributes (me)
2095# Kimtron ABM 85 added by Dual Systems
2096zd|abm85|Kimtron ABM 85:\
2097 :is=\EC\EX\Eg\En\E%\Er\E(\Ek\Em\Eq:if=/usr/lib/tabset/stdcrt:\
2098 :li#24:co#80:am:bs:bw:ms:pt:\
2099 :cl=\E*:cd=\Ey:dl=\ER:al=\EE:ce=\Et:dc=\EW:im=\EQ:ei=\Er:\
2100 :cm=\E=%+ %+ :do=^J:nd=^L:up=^K:bt=\EI:\
2101 :kh=^^:kb=^H:kd=^J:ku=^K:kd=^J:kl=^H:kr=^L:\
2102 :so=\Ej:se=\Ek:sg#1:us=\El:ue=\Em:ug#1:\
2103# Kimtron ABM 85H added by Dual Systems.
2104# Some notes about the 85h entries:
23b473c6 2105# 1) there are several firmware revs of 85H in the world. Use o85h for
84c96624
KL
2106# firmware revs prior to SP51
2107# 2) Make sure to use 85h entry if the terminal is in 85H mode and the
2108# 85e entry if it is in 920 emulation mode. They are incompatible in
2109# some places and NOT software settable i.e., `is' can't fix change it)
2110# 3) In 85h mode, the arrow keys and special functions transmit when
2111# the terminal is in dup-edit, and work only locally in local-edit.
2112# Vi won't swallow `del char' for instance, but `vs' turns on
2113# dup-edit anyway so that the arrow keys will work right. If the
2114# arrow keys don't work the way you like, change `vs', `ve', and `is'.
2115# 920E mode does not have software commands to toggle between dup
2116# and local edit, so you get whatever was set last on the terminal.
2117# 4) vb attribute is nice, but seems too slow to work correctly (\Eb<pad>\Ed)
2118# 5) Make sure `hidden' attributes are selected. If `embedded' attributes
2119# are selected, the entries :sg@: and :ug@: should be removed.
2120# 6) auto new-line should be on (selectable from setup mode only)
2121#
2122ze|85h|85H|abm85h|Kimtron ABM 85H, 85H mode:\
2123 :is=\EC\EN\EX^T^N\EA\Ea\E%\E9\Ee\Er\En\E"\E}\E'\E(\Ef^M\EG0\Ed:\
2124 :im=\EZ:kd=^V:so=\EG4:se=\EG0:us=\EG8:ue=\EG0:vb@:vs=\El:ve=\Ek:\
2125 :mh=\E):mr=\EG4:me=\E(\EG0:sg@:ug@:tc=abm85:
2126zf|85e|85E|abm85e|Kimtron ABM 85H, 920E mode:\
2127 :is=\EC\EX\EA\E%\E9\Ee\Er\En\E"\E}\E'\E(\Ef^M\Ek\Eq\Em:\
2128 :mh=\E):mr=\Ej:me=\E(\Ek:im=\EZ:sg@:ug@:vb@:tc=abm85:
2129zg|o85h|oabm85h:Kimtron ABM 85H, old firmware rev.:\
2130 :is=\E}\EC\EX\Ee\En\E%\Er\E(\Ek\Em\Eq\Ed\ET\EC\E9\EF:\
2131 :im=\EZ:sg@:ug@:vb=\200\200\200^G\200\200\200:\
2132 :mh=\E):mr=\Ej:me=\E(\Ek:tc=abm85:
2133zh|appleII|apple ii plus:vs=\024\103\066:ve=\024\103\062:\
23b473c6
CL
2134 :am:co#80:ce=\035:li#24:cl=\014:bs:nd=\034:up=\037:ho=\E\031:pt:\
2135 :cd=\013:so=\017:se=\016:cm=\036%r%+ %+ :is=\024T1\016:do=^J:kd=^J:\
2136 :vb=\024G1\024T1:kr=\15:
84c96624
KL
2137# Gary Ford 21NOV83
2138zi|apple-80|apple II with smarterm 80 col:\
23b473c6
CL
2139 :do=^J:co#80:li#24:le=^H:bs:am:cl=50^L:cm=5^^%r%+ %+ :bt=2^R:cd=50^K:\
2140 :ce=3^]:nd=2^\:up=2^_:is=^TR^V^A:
9a9a294a 2141#
4e2cb5b9
RC
2142zj|lisa|apple lisa xenix console display (white on black):\
2143 :al=\E[L:am:bs:cd=\E[J:ce=\E[K:cl=^L:cm=\E[%i%d;%dH:co#88:\
2144 :dc=\E[P:dl=\E[M:dn=\E[B:ei=:ho=\E[H:ic=\E[@:im=:li#32:\
2145 :nd=\E[C:ms:pt:so=\E[m:se=\E[7m:us=\E[4m:ue=\E[7m:up=\E[A:\
2146 :kb=^h:ku=\E[A:kd=\E[B:kl=\E[D:kr=\E[C:eo:\
4c5db4f7
JB
2147 :is=\E[7m^L:GS=\E[11m:GE=\E[10m:GV=\140:GH=a:G1=c:\
2148 :G2=f:G3=e:G4=d:GU=u:GD=s:GC=b:GL=v:GR=t:
4e2cb5b9 2149zk|ibm|ibmpc|IBM PC xenix console display:\
23b473c6
CL
2150 :al=\E[L:am:bs:cd=\E[J:ce=\E[K:cl=^L:cm=\E[%d;%dH:co#80:\
2151 :dc=\E[P:dl=\E[M:dn=\E[B:ei=:ho=\E[H:ic=\E[@:im=:li#25:\
2152 :nd=\E[C:ms:se=\E[0m:so=\E[7m:us=\E[4m:\
4e2cb5b9 2153 :ue=\E[m:up=\E[A:MR=\E[0m:\
23b473c6
CL
2154 :kb=^h:kh=\E[Y:ku=\E[A:kd=\E[B:kl=\E[D:kr=\E[C:eo:\
2155 :GS=\E[11m:GE=\E[10m:\
2156 :GC=b:GL=v:GR=t:RT=^J:\
4e2cb5b9
RC
2157 :GH=\E[196g:GV=\E[179g:\
2158 :GU=\E[193g:GD=\E[194g:\
2159 :G1=\E[191g:G2=\E[218g:G3=\E[192g:G4=\E[217g:\
2160 :CW=\E[E:NU=\E[F:RF=\E[G:RC=\E[H:\
2161 :WL=\E[K:WR=\E[L:CL=\E[M:CR=\E[N:\
2162 :HM=\E[Y:EN=\E[d:PU=\E[Z:PD=\E[e:
2163zl|ibmc|ibmcpc|IBM PC xenix color console display:\
2164 :tc=ibm:
2165zm|kaypro|kaypro II:\
2166 :am:bs:cm=\E=%+ %+ :cl=1^Z:co#80:ho=^^:li#24:ma=^K^P:nd=^L:up=^K:\
23b473c6 2167 :kr=\f:kl=^H:ku=\v:kd=^J:
4e2cb5b9
RC
2168# From Suk Lee ..!{decvax,linus,allegra,ihnp4}!utcsrgv!spoo
2169zn|trs100|Radio Shack Model 100:\
4c5db4f7
JB
2170 :am:bs:le=^H:li#8:co#40:ku=^^:kd=^_:kl=^]:kr=^\:up=\EA:\
2171 :nd=\EC:ho=\EH:ce=\EK:cd=\EJ:cl=\EE:xt:cm=\EY%+ %+ :\
4e2cb5b9 2172 :so=\Ep:se=\Eq:al=\EL:dl=\EM:
fa584f41
RC
2173zt|mac|macintosh|Macintosh with MacTerminal:\
2174 :al=20\E[L:dl=20\E[M:ip=7:dc=7\E[P:ic=9\E[@:xn:dN#30:tc=vt100:
792c8a7c 2175zs|zen50|z50:zephyr:\
23b473c6
CL
2176 :cm=\E=%+ %+ :cd=\EY:co#80:li#24:\
2177 :am:al=\EE:ce=\ET:dc=\EW:dl=\ER:ic=\EQ:im=:ei=:\
2178 :cl=\E+:bs:ma=^Hh^Ll^Jj^Kk:sg#1:se=\EGO:so=\EG4:\
2179 :kl=^H:kr=^L:ku=^K:kd=^J:kh=\036:up=^K:\
2180 :BS=^U:CL=^V:CR=^B:RK=^L:UK=^K:LK=^H:DK=^J:HM=\036:
877d7a0b 2181zu|go140|graphon go-140:\
23b473c6
CL
2182 :co#80:li#24:cl=10\E[;H\E[2J:bs:cm\E[%i%2;%2H:nd=\E[C:up=\E[A:\
2183 :ce=\E[K:cd=10\E[J:so=\E[7m:se=\E[m:us=\E[4m:ue=\E[m:\
2184 :is=\E<\E=\E[?3l\E[?7l\E(B\E[J\E7\E[;r\E8\E[m\E[q:\
2185 :dl=\E[M:al=\E[L:dc=\E[P:im=\E[4h:ei=\E[4l:\
2186 :ks=\E[?1h\E=:ke=\E[?1l\E>:\
2187 :if=/usr/lib/tabset/vt100:ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:\
2188 :kh=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:pt:sr=\EM:
877d7a0b 2189zv|go140w|graphon go-140 in 132 column mode:\
23b473c6
CL
2190 :co#132:is=\E<\E=\E[?3h\E[?7h\E(B\E[J\E7\E[;r\E8\E[m\E[q:\
2191 :tc=go140:
b9516c28
CL
2192zw|sanyo55|sanyo|sanyo mbc-55x pc compatible:\
2193 :co#80:li#25:am:cl=\E[H\E[J:bs:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\
2194 :ce=\E[K:cd=\E[J:so=\E[7m:se=\E[m:us=\E[4m:ue=\E[m:
ccabebd9
RC
2195# KERMIT standard all versions. (gts 9-25-84)
2196# Straight ascii keyboard. :sr=\EI: not avail. many versions + bug prone in vi.
2197K0|kermit|standard kermit:\
2198 :bs:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :co#80:ho=\EH:li#24:nd=\EC:up=\EA:\
2199 :ku=^K:kd=^J:kl=^H:kr=^L:kh=^^:ma=\bh\012j\vk\fl\1eH:\
2200 :is=K0 Standard Kermit 9-25-84\n:
2201K1|kermitam|standard kermit plus am:\
2202 :am:is=K1 Standard Kermit plus Automatic Margins\n:tc=kermit:
2203# IBMPC Kermit 1.2. (gts 8-30-84)
2204# Bugs :cd:ce: do not work except at beginning of line! :cl: does not work,
2205# but fake with :cl=\EH\EJ (since :cd=\EJ: works at beginning of line).
2206K2|pckermit|pckermit12|UCB IBMPC Kermit 1.2:\
2207 :am:li#25:cd@:ce@:cl=\EH\EJ:\
2208 :is=K2 UCB IBMPC Kermit 1.2 8-30-84\n:tc=kermit:
1de0ed9e
RC
2209# MS-DOS Kermit 2.27 for the IBMPC (UCB gts 1-22-85)
2210# Straight ascii keyboard. :sr=\EI: not avail. many versions + bug prone in vi.
2211# Cannot use line 25, now acts funny like ansi special scrolling region.
2212# Initialization must escape from that region by cursor position to line 24.
2213# Does not use am: because autowrap mode lost when kermit dropped and restarted.
2214# Reverse video for standout like H19.
2215K4|mskermit227|msk227|MS-DOS Kermit 2.27 for the IBMPC:\
2216 :al=\EL:am@:bs:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :co#80:\
2217 :dc=\EN:dl=\EM:do=\EB:ei=\EO:im=\E@:\
2218 :ho=\EH:li#24:nd=\EC:up=\EA:pt:rc=\Ek:sc=\Ej:se=\Eq:so=\Ep:\
2219 :ku=^K:kd=^J:kl=^H:kr=^L:kh=^^:ma=^Hh\012j^Kk^Ll^^H:\
2220 :is=\EO\Eq\EG\Ew\EJ\EY7 K4 MS Kermit 2.27 for the IBMPC 1-22-85\n:\
2221 :vs=\EO\Eq\EG\Ew\EEK4:
2222#
2223# MS-DOS Kermit 2.27 with automatic margins (UCB gts 3-2-85)
2224K5|mskermit227am|msk227am|UCB MS-DOS Kermit 2.27 with automatic margins:\
1de0ed9e 2225 :is=\EO\Eq\EG\Ev\EJ\EY7 K5 MS Kermit 2.27 + automatic margins 3-2-85\n:\
4c5db4f7 2226 :am:vs=\EO\Eq\EG\Ev\EEK5:tc=mskermit227:
1de0ed9e
RC
2227#
2228# MS-DOS Kermit 2.27 UCB 227.14 for the IBM PC (UCB gts 3-4-85)
2229# Automatic margins now default. Use ansi set graphic rendition for standout,
2230# underline and ul codes (md,me,mr). Define function keys.
2231K6|mskermit22714|msk22714|UCB MS-DOS Kermit 2.27 UCB 227.14 IBM PC:\
4c5db4f7
JB
2232 :am:kn#10:k0=\E0:k1=\E1:k2=\E2:k3=\E3:k4=\E4:k5=\E5:k6=\E6:\
2233 :k7=\E7:k8=\E8:k9=\E9:md=\E[1m:me=\E[m:mr=\E[7m:\
1de0ed9e
RC
2234 :se=\E[m:so=\E[1m:ue=\E[m:us=\E[4m:\
2235 :is=\EO\Eq\EG\Ev\EJ\EY7 K6 MS Kermit 2.27 UCB 227.14 IBM PC 3-5-86\n:\
2236 :vs=\EO\Eq\EG\Ev\EEK6:tc=mskermit227:
4e2cb5b9 2237#
9a9a294a
KL
2238# END OF TERMCAP
2239# ------------------------