termcap.src revision 86792
1178786Skmacy# Copyright (c) 1980, 1985, 1989, 1993
2178786Skmacy#	The Regents of the University of California.  All rights reserved.
3178786Skmacy#
4178786Skmacy# Redistribution and use in source and binary forms, with or without
5178786Skmacy# modification, are permitted provided that the following conditions
6178786Skmacy# are met:
7178786Skmacy# 1. Redistributions of source code must retain the above copyright
8178786Skmacy#    notice, this list of conditions and the following disclaimer.
9178786Skmacy# 2. Redistributions in binary form must reproduce the above copyright
10178786Skmacy#    notice, this list of conditions and the following disclaimer in the
11178786Skmacy#    documentation and/or other materials provided with the distribution.
12178786Skmacy# 3. All advertising materials mentioning features or use of this software
13178786Skmacy#    must display the following acknowledgement:
14178786Skmacy#	This product includes software developed by the University of
15178786Skmacy#	California, Berkeley and its contributors.
16178786Skmacy# 4. Neither the name of the University nor the names of its contributors
17178786Skmacy#    may be used to endorse or promote products derived from this software
18178786Skmacy#    without specific prior written permission.
19178786Skmacy#
20178786Skmacy# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
21178786Skmacy# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22178786Skmacy# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23178786Skmacy# ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
24178786Skmacy# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25178786Skmacy# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26178786Skmacy# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27178786Skmacy# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28178786Skmacy# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29178786Skmacy# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30178786Skmacy# SUCH DAMAGE.
31178786Skmacy#
32237263Snp#	@(#)termcap.src	8.2 (Berkeley) 11/17/93
33237263Snp# $FreeBSD: head/share/termcap/termcap.src 86792 2001-11-22 21:41:43Z ache $
34237263Snp
35178786Skmacy#	Termcap source file
36178786Skmacy#	John Kunze, Berkeley
37178786Skmacy#	Craig Leres, Berkeley
38178786Skmacy#
39178786Skmacy# Please e-mail changes to termcap@berkeley.edu or uunet!ucbvax!termcap.
40178786Skmacy#
41178786Skmacy# << EOH - after reordering, above header lines survive and this line dies >>
42178786Skmacy#
43178786Skmacy# DESCRIPTION:
44178786Skmacy# This file describes capabilities of various terminals, as needed by
45178786Skmacy# software such as screen editors.  It does not attempt to describe
46178786Skmacy# printing terminals very well, nor graphics terminals.  Someday.
47178786Skmacy# See termcap(5) in the Unix Programmers Manual for documentation.
48178786Skmacy#
49178786Skmacy# Conventions: First entry is canonical name for model or mode, last entry
50178786Skmacy# is verbose description.  Others are mnemonic synonyms for the terminal.
51178786Skmacy#
52237263Snp# Terminal naming conventions:
53178786Skmacy# Terminal names look like <manufacturer> <model> - <modes/options>
54178786Skmacy# Certain abbreviations (e.g. c100 for concept100) are also allowed
55178786Skmacy# for upward compatibility.  The part to the left of the dash, if a
56178786Skmacy# dash is present, describes the particular hardware of the terminal.
57178786Skmacy# The part to the right can be used for flags indicating special ROM's,
58178786Skmacy# extra memory, particular terminal modes, or user preferences.
59178786Skmacy# All names should be in lower case, for consistency in typing.
60178786Skmacy#
61178786Skmacy# The following are conventionally used flags:
62237263Snp#	rv	Terminal in reverse video mode (black on white)
63237263Snp#	2p	Has two pages of memory.  Likewise 4p, 8p, etc.
64178786Skmacy#	w	Wide - in 132 column mode.
65237263Snp#	pp	Has a printer port which is used.
66237263Snp#	na	No arrow keys - termcap ignores arrow keys which are
67237263Snp#		actually there on the terminal, so the user can use
68237263Snp#		the arrow keys locally.
69237263Snp#
70237263Snp# To easily test a new terminal description, put it in $HOME/.termcap
71237263Snp# and programs will look there before looking in /etc/termcap.
72178786Skmacy# You can also setenv TERMPATH to a list of full pathnames (separated
73237263Snp# by spaces or colons) to be searched by tgetent() in the order listed.
74237263Snp# The TERMCAP environment variable is usually set to the termcap
75237263Snp# entry itself to avoid reading files when starting up a program.
76237263Snp#
77237263Snp# If you absolutely MUST check for a specific terminal (this is discouraged)
78178786Skmacy# check for the 2nd entry (the canonical form) since all other codes are
79178786Skmacy# subject to change.  We would much rather put in special capabilities
80183321Skmacy# to describe your terminal than have you key on the name.
81237263Snp#
82178786Skmacy#  Special manufacturer codes:
83178786Skmacy#	A: hardcopy daisy wheel terminals
84178786Skmacy#	M: Misc. (with only a few terminals)
85178786Skmacy#	q: Homemade
86178786Skmacy#	s: special (dialup, etc.)
87178786Skmacy#
88178786Skmacy# Comments in this file begin with # - they cannot appear in the middle
89178786Skmacy# of a termcap entry.  Individual entries are commented out by
90178786Skmacy# placing a period between the colon and the capability name.
91178786Skmacy#
92237263Snp#  This file is to be installed with an editor script (reorder)
93178786Skmacy#  that moves the most common terminals to the front of the file.
94178786Skmacy# # --------------------------------
95178786Skmacy#
96178786Skmacy# A: DAISY WHEEL PRINTERS
97178786Skmacy#
98178786Skmacy# The A manufacturer represents Diablo, DTC, Xerox, Qume, and other Daisy
99178786Skmacy# wheel terminals until such time as termcap distinguishes between them
100178786Skmacy# enough to justify separate codes.
101178786Skmacy# This is an "experimental" entry for the SRI Agiles.
102178786Skmacy# It has been tried in a minimal way -- the Agile did not blow up!
103178786Skmacy# However, it has not been exhaustively tested.
104178786Skmacy# Anyone who tries it and finds it wanting should get in touch with:
105178786Skmacy#	Ralph Keirstead (ralph@sri-unix);
106237263Snp#	EK352; SRI International; 333 Ravenswood Avenue; Menlo Park, CA 94025
107237263Snpagile|agiles|sri agiles:\
108237263Snp	:bs:hc:os:pl:co#132:do=^J:kb=^H:up=\E\n:\
109237263Snp	:hu=\E0:hd=\E9:if=/usr/share/tabset/std:is=\EE\EF\EJ:
110237263Snp1620|1720|450|ipsi|diablo 1620:\
111237263Snp	:do=^J:ct=\E2:st=\E1:ch=\E\t%i%.:\
112178786Skmacy	:if=/usr/share/tabset/xerox1720:\
113178786Skmacy	:kb=^H:le=^H:bs:co#132:hc:hu=\EU:hd=\ED:os:pt:up=\E\n:
114237263Snp1620-m8|1640-m8|diablo 1620 w/8 column left margin:\
115178786Skmacy	:do=^J:co#124:is=\r        \E9:tc=1620:
116178786Skmacy1640|1740|630|1730|x1700|diablo|xerox|diablo 1640:\
117178786Skmacy	:if=/usr/share/tabset/xerox1730:\
118178786Skmacy	:us=\EE:ue=\ER:so=\EW:se=\E&:tc=1620:
119178786Skmacy1640-lm|1740-lm|630-lm|1730-lm|x1700-lm|diablo-lm|xerox-lm|\
120178786Skmacy	diablo 1640 with idented left margin:\
121237263Snp	:if=/usr/share/tabset/xerox1730-lm:\
122237263Snp	:co#124:us=\EE:ue=\ER:so=\EW:se=\E&:tc=1620:
123237263Snp# DTC 382 with VDU.  Has no cd so we fake it with ce.  Standout works but
124237263Snp# won't go away without dynamite.  The terminal has tabs, but I'm getting
125178786Skmacy# tired of fighting the braindamage.  If no tab is set or the terminal's
126237263Snp# in a bad mood, it glitches the screen around all of memory.  Note that
127237263Snp# return puts a blank ("a return character") in the space the cursor was
128237263Snp# at, so we use ^P return (and thus ^P newline for newline).  Note also
129237263Snp# that if you turn off pt and let Unix expand tabs, curses won't work
130237263Snp# (current version) because it doesn't turn off this bit, and cursor
131237263Snp# addressing sends a tab for row/column 9.  What a losing terminal!  I
132178786Skmacy# have been unable to get tabs set in all 96 lines - it always leaves at
133237263Snp# least one line with no tabs in it, and once you tab through that line,
134237263Snp# it completely weirds out.
135178786Skmacydtc|ps|dtc382|382:\
136178786Skmacy	:do=^J:al=^P^Z:am:le=^H:\
137178786Skmacy	:bs:co#80:ce=^P^U:cl=20^P^]:cm=%r^P^Q%.%.:dc=^X:\
138178786Skmacy	:dl=^P^S:ei=^Pi:ho=^P^R:im=^PI:ve=^Pb:vs=^PB:pc=\177:te=20^P^]:\
139237263Snp	:li#24:nd=^PR:.se=^P \200:.so=^P \002^PF:us=^P \020:ue=^P \200:\
140178786Skmacy	:up=^P^L:nc:xr:xs:da:db:.pt:cr=^P^M:cd=^P^U^P^S^P^S:\
141178786Skmacy	:if=/usr/share/tabset/dtc382:
142178786Skmacydtc300s|300|300s|dtc 300s:\
143178786Skmacy	:ct=\E3:st=\E1:do=^J:\
144178786Skmacy	:kb=^h:le=^H:bs:co#132:hc:hu=\EH:hd=\Eh:os:pt:up=^Z:
145178786Skmacygsi:\
146178786Skmacy	:le=^H:bs:co#132:hc:hd=\Eh:hu=\EH:os:pt:up=^Z:do=^J:
147178786Skmacy# This used to have :pl: - maybe they meant :pt:?
148178786Skmacyaj830|aj832|aj|anderson jacobson:\
149178786Skmacy	:do=^J:le=^H:bs:hc:hd=\E9:hu=\E8:os:up=\E7:
150178786Skmacy# From Chris Torek <chris@gyre.umd.edu> Thu, 7 Nov 85 18:21:58 EST
151178786Skmacyaj510|AJ510|Anderson-Jacobson model 510:\
152178786Skmacy	:ip=.1*:so=\E"I:us=\E"U:cd=\E'P:ce=\E'L:cl=^L:cm=\E#%+ %+ :\
153178786Skmacy	:dl=2*\E&D:ue=\E"U:co#80:li#24:se=\E"I:al=2*\E&I:im=\E'I:ei=\E'J:\
154178786Skmacy	:dc=.1*\E'D:up=\EY:nd=\EX:bs:am:mi:ti=\E"N:te=\E"N:\
155178786Skmacy	:ku=\EY:kd=\EZ:kl=\EW:kr=\EX:pc=\177:
156237263Snp# From cbosg!ucbvax!pur-ee!cincy!chris Thu Aug 20 09:09:18 1981
157178786Skmacy# This is incomplete, but it's a start.
158178786Skmacy5520|nec|spinwriter|nec 5520:\
159178786Skmacy	:ct=\E3:st=\E1:do=^J:kb=^h:le=^H:bs:co#132:hc:hu=\E]s\E9\E]W:\
160178786Skmacy	:hd=\E]s\n\E]W:os:pt:up=\E9:
161178786Skmacyqume5|qume|Qume Sprint 5:\
162178786Skmacy	:ct=\E3:st=\E1:do=^J:\
163178786Skmacy	:kb=^h:le=^H:bs:co#80:hc:hu=\EH:hd=\Eh:os:pt:up=^Z:
164178786Skmacyq102|qume102|Qume 102:\
165178786Skmacy	:al=\EE:am:bs:bt=\EI:\
166178786Skmacy	:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :co#80:ct=\E3:\
167178786Skmacy	:dc=\EW:dl=\ER:do=^J:ho=^^:ic=\EQ:\
168178786Skmacy	:k0=^A@\r:k1=^AA\r:k2=^AB\r:k3=^AC\r:kd=^J:kl=^H:kr=^L:ku=^K:\
169178786Skmacy	:le=^H:li#24:ma=^K^P^L :nd=^L:\
170178786Skmacy	:se=\EG0:sg#1:so=\EG4:st=\E1:\
171178786Skmacy	:ue=\EG0:ug#1:up=^K:us=\EG8:
172178786Skmacy# From ucbvax!mtxinu!sybase!tim (Tim Wood) Fri Sep 27 10:25:24 PDT 1985
173178786Skmacy# This entry supports line and character insert and delete, scroll up and
174178786Skmacy# down and the arrow keys.  To use it, perform the following on your qvt-101
175178786Skmacy#	1) enter SET-UP mode, select the SET 3 line;
176178786Skmacy#	2) move the cursor to the EMULATION item and hit SPACE
177178786Skmacy#	   until QVT-101B appears
178178786Skmacy#	3) enter SHIFT-S
179178786Skmacy#	4) exit SET-UP - the terminal is now configured
180178786Skmacyq101|qvt101|qvt-101|Qume 101 $310 special:\
181237263Snp	:al=\EE:am:bt=\EI:ce=\Et:cl=\E*:dc=\EW:\
182178786Skmacy	:dl=\ER:do=^J:ic=\EQ:md=\E(:me=\EG0:mh=\E):\
183178786Skmacy	:le=^H:bs:cm=\E=%+ %+ :cl=1^Z:co#80:ho=^^:li#24:ma=^K^P:nd=^L:ku=^K:\
184178786Skmacy	:vs=\EM4\040\200\200\200:mr=\EG4:ms:so=\EG4:se=\EG1:
185178786Skmacy# I suspect the xerox1720 is the same as the diablo 1620.
186178786Skmacyx1720|1700|x1750|xerox 1720:\
187178786Skmacy	:co#132:le=^H:bs:hc:os:pt:do=^J:ct=\E2:st=\E1:
188178786Skmacy# # --------------------------------
189178786Skmacy#
190178786Skmacy# B: AT&T ATT
191178786Skmacy#
192178786Skmacy# AT&T Teletype 5410 Terminal (a.k.a. 4410)
193178786Skmacy# From: carvalho%kepler@Berkeley.EDU (Marcio de Carvalho)
194178786Skmacy# Date: Thu, 26 Feb 87 09:16:50 PST
195178786Skmacy#
196178786Skmacy# Although the 5410 supports labels, it blanks the screen after
197178786Skmacy# each label is programmed creating to much visual activity.
198178786Skmacy# To use the labels, use FL=\E[%d;00q%-16s
199178786Skmacy#
200178786Skmacy5410|4410|tty5410|att4410|AT&T Teletype 5410 terminal with 80 columns:\
201178786Skmacy	:al=\E[L:am:bs:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
202178786Skmacy	:cm=5\E[%i%2;%2H:co#80:dc=\E[P:dl=\E[M:ic=\E[@:\
203178786Skmacy	:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
204237263Snp	:li#24:nd=\E[C:se=\E[m:so=\E[2;7m:sr=\EM:\
205178786Skmacy	:ue=\E[m:up=\E[A:us=\E[4m:EE=\E[m:BO=\E[0;7m:DS=\E[2m:\
206178786Skmacy	:KM=/usr/lib/ua/kmap.5410:is=\E[0m^O\E[?6l:kn#8:\
207178786Skmacy	:k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:k4=\EOg:k6=\EOh:\
208178786Skmacy	:k7=\EOi:k8=\EOj:ko=nd,up,ho:
209178786Skmacy# AT&T 630 MTG DMD from muller%sdcc7@ucsd.edu (Keith Muller)
210178786Skmacyatt630|dmd630|ATT630|630DMD|630dmd|630MTG|AT&T 630 windowing terminal:\
211178786Skmacy	:am:da:db:ms:bs:co#80:it#8:li#60:lm#0:\
212178786Skmacy	:up=\E[A:do=\E[B:nd=\E[C:le=\b:UP=\E[%dA:DO=\E[%dB:RI=\E[%dC:\
213178786Skmacy	:LE=\E[%dD:cm=\E[%i%d;%dH:ho=\E[H:bt=\E[Z:\
214178786Skmacy	:sf=\n:sr=\EM:SF=\E[%dS:SR=\E[%dT:us=\E[4m:ue=\E[m:so=\E[7m:se=\E[m:\
215178786Skmacy	:mr=\E[7m:mh=\E[2m:mb=\E[5m:me=\E[m:ce=\E[K:cd=\E[J:cl=\E[H\E[J:\
216178786Skmacy	:dc=\E[P:dl=\E[M:al=\E[L:DC=\E[%dP:DL=\E[%dM:AL=\E[%dL:\
217178786Skmacy	:ic=\E[@:IC=\E[%d@:sc=\E7:rc=\E8:i2=\E[m:rs=\Ec:\
218178786Skmacy	:pf=\E[?4i:po=\E[?5i:\
219178786Skmacy	:kb=\b:kC=\E[2J:kh=\E[H:ku=\E[A:kd=\E[B:kr=\E[C:kl=\E[D:
220178786Skmacydmd630-24|att630-24|ATT630-24|630DMD-24|630MTG-24|AT&T 630 windowing terminal 24 lines:\
221178786Skmacy	:li#24:tc=att630:
222178786Skmacydmd615|att615|ATT615|615DMD|615MTG|AT&T 615 windowing terminal 80 column:\
223178786Skmacy	:li#24:tc=att630:
224178786Skmacydmd615-w|att615-w|ATT615-w|615DMD-w|615MTG-w|AT&T 615 windowing terminal 132 column:\
225178786Skmacy	:li#24:co#132:tc=att630:
226178786Skmacydmd620|att620|ATT620|620DMD|620MTG|AT&T 620 windowing terminal 80 column:\
227178786Skmacy	:li#24:tc=att630:
228178786Skmacydmd620-w|att620-w|ATT620-w|620DMD-w|620MTG-w|AT&T 620 windowing terminal 132 column:\
229178786Skmacy	:li#24:co#132:tc=att630:
230178786Skmacy# AT&T Teletype 5420 Terminal (a.k.a. 4415) June 5, 1985
231178786Skmacy5420|4415|tty5420|att4415|AT&T Teletype 5420 terminal:\
232178786Skmacy	:al=\E[L:am:bs:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
233178786Skmacy	:cm=\E[%i%2;%2H:co#80:dc=\E[P:dl=\E[M:im=\E[4h:ei=\E[4l:\
234178786Skmacy	:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
235178786Skmacy	:li#24:nd=\E[C:se=\E[m:so=\E[2;7m:sr=\EM:\
236237263Snp	:ue=\E[m:up=\E[A:us=\E[4m:EE=\E[m:BO=\E[0;7m:DS=\E[2m:\
237237263Snp	:KM=/usr/lib/ua/kmap.5420:\
238178786Skmacy	:is=\E[0m^O\E[1;2;3;4;6l\E[12;13;14;20l\E[?6;97;99l\E[?7h\E[4i\Ex\E[25;1j\212\E[8;0j\E[9;0j\E[10;0j\E[19;1j:\
239178786Skmacy	:db:mi:pt:kn#8:k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:k5=\EOg:k6=\EOh:\
240178786Skmacy	:k7=\EOi:k8=\EOj:ve=\E[11;0j:\
241178786Skmacy	:vs=\E[11;1j:ko=bt,nd,up,dc,dl,ho,im,al:
242178786Skmacy# AT&T Teletype 5425 Terminal (a.k.a 4425) June 5, 1985
243178786Skmacy5425|4425|tty5425|att4425|AT&T Teletype 5425:\
244178786Skmacy	:FL=\E[%d;00q%-16s\E~:FE=\E|:KM=/usr/lib/ua/kmap.5425:\
245178786Skmacy	:is=\E[0m^O\E[1;2;3;4;6l\E[12;13;14;20l\E[?6l\E[?7h\E[4i\E[9;0j\E[10;0j\E[11;0j\E[21;1j\E[25;1j\212:\
246237263Snp	:ve=\E[12;0j:vs=\E[12;1j:tc=5420:
247178786Skmacyt4|4420|tty4420|Teletype 4420:\
248178786Skmacy	:vs=\ER:ve=\ER:am:da:db:mi:cr=\EG:\
249237263Snp	:nl=\EG\EB:li#23:\
250237263Snp	:co#80:cl=\EH\EJ:cd=\EJ:cm=\EY%+ %+ :\
251237263Snp	:bs:up=\E7:do=\EB:nd=\EC:al=\EL:\
252237263Snp	:dl=\EM:dc=\EP:ic=\E\136:sf=\EH\EM\EY5 :sr=\ET:kb=^H:
253237263Snppc6300plus|6300|6300plus:\
254178786Skmacy	:al=\E[1L:am:bs:cd=\E[0J:ce=\E[0K:cl=\E[2J\E[H:cm=\E[%i%2;%2H:co#80:\
255237263Snp	:dc=\E[1P:dl=\E[1M:do=\E[B:ho=\E[H:\
256237263Snp	:ic=\E[1@:kb=\10:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:li#24:\
257237263Snp	:k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:k5=\EOg:k6=\EOh:k7=\EOi:k8=\EOj:\
258237263Snp	:k9=\EOk:k10=\EOu:nd=\E[C:se=\E[m:so=\E[7m:ue=\E[m:up=\E[A:us=\E[4m:\
259237263Snp	:EE=\E[m:BO=\E[0;7m:CV=\E[=C:CI=\E[=1C:KM=/usr/lib/ua/kmap.s5:
260237263Snp# AT&T 6386 decompiled and hacked from SVR3.1 terminfo
261237263Snp# From: caron@polya.Stanford.EDU (Ilan G. Caron)
262237263Snp# Problems:  (1) The mode lines are screwed up - they're not in standout
263237263Snp# (an extraneous ESC-RD sequence is prepended to each mode line).
264237263Snp# (2) Cursor addressing into the mode line is often off-by-one,
265178786Skmacy# in particular, when the percentage indicator is updated.
266237263Snp# (3) When reverting to a single window (C-x 1), the display
267178786Skmacy# needs refreshing (an extraneous ESC-S seems to be generated).
268178786Skmacy# (The above 3 might be manifestations of the same problem).
269178786Skmacy# (4) Deletes sometime don't, especially when done fast - does this
270237263Snp# suggest that I need to pad something?
271237263SnpAT386|at386|386AT|386at|at/386 console:\
272237263Snp	:am:bw:eo:xo:Co#8:NC#3:co#80:li#25:pa#64:kn#6:\
273237263Snp	:@7=\E[Y:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:\
274178786Skmacy	:F1=\EOZ:F2=\EOA:IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:\
275178786Skmacy	:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:\
276178786Skmacy	:ac=``a1fxgqh0jYk?lZm@nEooppqDrrsstCu4vAwBx3yyzz{{||}}~~:\
277178786Skmacy	:ae=\E[10m:al=\E[1L:as=\E[12m:bl=^G:cd=\E[J:ce=\E[K:\
278178786Skmacy	:cl=\E[2J\E[H:cm=\E[%i%2;%2H:cr=\r:dc=\E[P:dl=\E[1M:\
279237263Snp	:do=\E[B:ho=\E[H:ic=\E[1@:is=\E[0;10;39m:k1=\EOP:\
280178786Skmacy	:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOT:k6=\EOU:k7=\EOV:\
281237263Snp	:k8=\EOW:k9=\EOX:k;=\EOY:kB=^]:kC=\E[2J:kD=\E[P:\
282237263Snp	:kI=\E[@:kM=\E0:kN=\E[U:kP=\E[V:kb=\b:kd=\E[B:kh=\E[H:\
283237263Snp	:kl=\E[D:kr=\E[C:ku=\E[A:le=\E[D:mb=\E[5m:md=\E[1m:\
284237263Snp	:me=\E[0;10m:mk=\E[9m:mr=\E[7m:nd=\E[C:op=\E[0m:\
285237263Snp	:se=\E[m:sf=\E[S:so=\E[43;30m:ta=\t:ue=\E[m:up=\E[A:\
286237263Snp	:sr=\E[T:TC=\E[%d@:IC=\E[%d@:\
287178786Skmacy	:us=\E[4m:vb=^G:bc=\E[D:
288178786Skmacys4|PC7300|unixpc|pc7300|7300|3b1|Safari 4:\
289178786Skmacy	:so=\E[2;7m:DS=\E[2m:XS=\E[9m:KM=/usr/lib/ua/kmap.s4:tc=pc6300plus:
290237263Snp# AT&T Teletype 610 Terminal
291237263Snpb610|610|610bct|tty610:\
292237263Snp	:CV=\E[25h:CI=\E[25l:KM=/usr/lib/ua/kmap.s4:\
293237263Snp	:FL=\E[%d;00q%-16s\E[0p:FE=\E[2p:cl=\E[1;1H\E[J:\
294237263Snp	:is=\E[0m^O\E[25;1|^J\E[8;0|\E[4;13;20l\E[?5l\E[12h\E[?7h\E[?4i:\
295237263Snp	:ve=\E[?12l:vs=\E[?12h:tc=5420:
296237263Snp# # --------------------------------
297237263Snp#
298237263Snp# C: CONTROL DATA
299237263Snp#
300237263Snpcdc456|cdc:\
301237263Snp	:do=^J:li#24:co#80:cl=^Y^X:nd=^L:up=^Z:le=^H:bs:\
302237263Snp	:cm=\E1%+ %+ :ho=^Y:al=\E\114:dl=\E\112:ce=^V:cd=^X:am:
303237263Snpcdc456tst:\
304237263Snp	:do=^J:li#24:co#80:cl=^y^x:le=^H:bs:cm=\E1%+ %+ :am:
305237263Snp# # --------------------------------
306237263Snp#
307237263Snp# D: DATAMEDIA
308237263Snp#
309237263Snpdm1520|dm1521|1521|1520|datamedia 1520:\
310237263Snp	:do=^J:am:le=^H:bs:cd=^K:ce=^]:cl=^L:cm=^^%r%+ %+ :co#80:ho=^Y:\
311237263Snp	:ku=^_:kd=^J:kl=^H:kr=^\:kh=^Y:\
312237263Snp	:li#24:nd=^\:up=^_:xn:ma=^\ ^_^P^YH:pt:
313237263Snpdm2500|datamedia2500|2500|datamedia 2500:\
314237263Snp	:do=^J:al=15^P\n^X^]^X^]:le=^H:bs:ce=^W:cl=^^^^\177:\
315237263Snp	:cm=^L%r%n%.%.:co#80:dc=10*^P\b^X^]:dl=10*^P^Z^X^]:\
316237263Snp	:dm=^P:ed=^X^]:ei=10\377\377^X^]:ho=^B:ic=10*^P^\^X^]:\
317237263Snp	:im=^P:li#24:nc:nd=^\:pc=\377:so@=^N:se=^X^]:up=^Z:
318237263Snpdm3025|datamedia 3025a:\
319237263Snp	:MT:is=\EQ\EU\EV:do=^J:\
320237263Snp	:al=130\EP\n\EQ:le=^H:bs:cd=2\EJ:ce=\EK:cl=2\EM:cm=\EY%r%+ %+ :\
321237263Snp	:co#80:dc=6\b:dl=130\EP\EA\EQ:dm=\EP:ed=\EQ:ei=\EQ:ho=\EH:\
322237263Snp	:im=\EP:ip=6:li#24:nd=\EC:pt:so=\EO1:se=\EO0:up=\EA:
323237263Snp3045|dm3045|datamedia 3045a:\
324237263Snp	:is=\EU\EV:do=^J:\
325237263Snp	:am:le=^H:bs:cd=2\EJ:ce=\EK:cl=2\EM:cm=\EY%r%+ %+ :co#80:\
326237263Snp	:dc=6\EB:ei=\EP:ho=\EH:im=\EP:ip=6:\
327237263Snp	:k0=\Ey\r:k1=\Ep\r:k2=\Eq\r:k3=\Er\r:k4=\Es\r:\
328237263Snp	:k5=\Et\r:k6=\Eu\r:k7=\Ev\r:k8=\Ew\r:k9=\Ex\r:\
329237263Snp	:kh=\EH:ku=\EA:kr=\EC:li#24:nd=\EC:pc=\177:pt:eo:ul:up=\EA:xn:
330237263Snp# dt80/1 is a vt100 lookalike, but it doesn't seem to need any padding.
331237263Snpdt80|dmdt80|dm80|datamedia dt80/1:\
332237263Snp	:do=^J:cd=\E[J:ce=\E[K:cl=\E[2J\E[H:cm=%i\E[%d;%dH:ho=\E[H:\
333237263Snp	:nd=\E[C:sr=\EM:so=\E[7m:se=\E[m:up=\E[A:us=\E[4m:ue=\E[m:tc=vt100:
334237263Snp# except in 132 column mode, where it needs a little padding.
335237263Snp# This is still less padding than the vt100, and you can always turn on
336237263Snp# the ^S/^Q handshaking, so you can use vt100 flavors for things like
337237263Snp# reverse video.
338237263Snpdt80w|dmdt80w|dm80w|datamedia dt80/1 in 132 char mode:\
339237263Snp	:do=^J:cd=20\E[0J:co#132:ce=20\E[0K:\
340237263Snp	:cm=5\E[%i%d;%dH:cl=50\E[H\E[2J:up=5\E[A:tc=dmdt80:
341237263Snp# # --------------------------------
342237263Snp#
343237263Snp# H: HAZELTINE
344237263Snp#
345237263Snp# Since nd is blank, when you want to erase something you
346237263Snp# are out of luck.  You will have to do ^L's a lot to
347237263Snp# redraw the screen.  h1000 is untested.  It doesn't work in
348237263Snp# vi - this terminal is too dumb for even vi.  (The code is
349237263Snp# there but it isn't debugged for this case.)
350237263Snph1000|hazeltine 1000:\
351237263Snp	:le=^H:bs:ho=^K:cl=^L:nd= :co#80:li#12:do=^J:
352237263Snp# Note: the h1552 appears to be the first Hazeltine terminal which
353178786Skmacy# is not braindamaged.  It has tildes and backprimes and everything!
354178786Skmacy# Be sure the auto lf/cr switch is set to cr.
355178786Skmacyh1552|hazeltine 1552:\
356178786Skmacy	:do=^J:al=\EE:dl=\EO:k1=\EP:l1=blue:k2=\EQ:\
357178786Skmacy	:l2=red:k3=\ER:l3=green:tc=vt52:
358178786Skmacyh1552rv|hazeltine 1552 reverse video:\
359178786Skmacy	:do=^J:so=\ES:se=\ET:tc=h1552:
360178786Skmacy# From cbosg!ucbvax!pur-ee!cincy!chris Thu Aug 20 09:09:18 1981
361178786Skmacyh1420|hazeltine 1420:\
362178786Skmacy	:do=^J:le=^H:bs:am:li#24:co#80:al=\E^Z:dl=\E^S:cd=\E^X:cl=\E\034:\
363178786Skmacy	:up=\E^L:nd=^P:ce=\E^O:ta=^N:cm=\E^Q%r%.%+ :so=\E\037:se=\E^Y:
364178786Skmacy# New "safe" cursor movement (11/87) from cgs@umd5.  Prevents freakout with
365178786Skmacy# out-of-range args and tn3270.  No hz since it needs to receive ~'s.
366178786Skmacyh1500|hazeltine 1500:\
367178786Skmacy	:al=40~^Z:am:bs:cd=10~^X:ce=~^O:cl=~^\:cm=~^Q%r%>^^ %+`%+`:\
368178786Skmacy	:co#80:dl=40~^S:do=~^K:ho=~^R:kh=~^R:kr=^P:ku=~^L:kd=^J:kl=^H:\
369178786Skmacy	:le=^H:li#24:nd=^P:so=~^_:se=~^Y:up=~^L:.cm=~^Q%r%.%.:
370237263Snp# h1510 assumed to be in sane escape mode.  Else use h1500.
371237263Snph1510|hazeltine 1510:\
372178786Skmacy	:do=^J:al=\E^Z:am:le=^H:bs:cd=\E^X:ce=\E^O:cl=\E^\:cm=\E^Q%r%.%.:\
373178786Skmacy	:co#80:dl=\E^S:do=\E^K:hz:li#24:nd=^P:.se=\E^_:.so=\E^Y:up=\E^L:
374178786Skmacyh1520|hazeltine 1520:\
375237263Snp	:do=^J:al=~^Z:am:le=^H:bs:cd=~^X:ce=~^O:cl=~\034:cm=~^Q%r%.%.\200:\
376178786Skmacy	:co#80:dl=~^S:do=~^K:hz:li#24:nd=^P:se=~^Y:so=~\037:up=~^L:ho=~^R:
377237263Snp# Note: h2000 won't work well because of a clash between upper case and ~'s.
378237263Snph2000|hazeltine 2000:\
379178786Skmacy	:do=^J:al=6~^z:am:le=^H:bs:cl=6~^\:cm=~^q%r%.%.:co#74:\
380178786Skmacy	:dl=6~^s:ho=~^r:li#27:nc:pc=\177:
381178786Skmacy# Hazeltine esprit entries from Univ of Utah  Tue Feb  1 06:39:37 1983
382178786Skmacy# J.Lepreau, lepreau@utah-cs, harpo!utah-cs!lepreau
383178786Skmacyesprit|hazeltine esprit:\
384178786Skmacy	:al=40\E^Z:bs:cd=5\E^X:ce=\E^O:cl=\E^\:cm=\E^Q%r%>^^ %+`%+`:co#80:\
385178786Skmacy	:dl=40\E^S:do=\E^K:ho=\E^R:li#24:nd=^P:se=\E^Y:so=\E^_:up=\E^L:
386178786Skmacyesprit-am|hazeltine esprit auto-margin:\
387178786Skmacy	:am:tc=esprit:
388178786Skmacy# # --------------------------------
389178786Skmacy#
390178786Skmacy# I: IBM
391178786Skmacy#
392178786Skmacy# ibm61 and ibm63 from Warren Gish (cswarren@violet.berkeley.edu).
393178786Skmacy# installed 12-17-86.
394178786Skmacy# 3161 only opens a new line if a null line exists on the screen.
395178786Skmacy# To ensure a null line exists, an SBA is performed, positioning the
396178786Skmacy# Buffer Address in column 0 of the last line.  The last line is then
397178786Skmacy# cleared to nulls, BA mode is cancelled, and the new line is opened
398178786Skmacy# at the cursor position.
399178786Skmacyibm61|ibm3161|3161|IBM 3161-11:\
400237263Snp	:am:bs:bw:cl=\EL:li#24:co#80:cd=\EJ:al=\EX7 \EI\E Z\EN:\
401178786Skmacy	:ce=\EI:cm=\EY%+\040%+\040:nd=\EC:up=\EA:do=\EB:\
402178786Skmacy	:dl=\EO:dc=\EQ:kd=\EB:ku=\EA:kl=\ED:kr=\EC:kh=\EH:\
403178786Skmacy	:us=\E4\102:ue=\E4\100:so=\E4\110:se=\E4\100:
404178786Skmacy#From seth@sirius.ctr.columbia.edu Sun May 20 11:02:34 1990
405237263Snpibm3163|ibm63|i3163|3163|IBM 3163:\
406178786Skmacy	:al=\EN:am:bs:bt=\E2:cd=\EJ:ce=\EI:cl=\EL:\
407178786Skmacy	:cm=\EY%+\040%+\040:co#80:ct=\E 1:dc=\EQ:\
408178786Skmacy	:dl=\EO:do=\EB:ds=\E#\072:es:fs=\E=:ho=\EH:\
409178786Skmacy	:hs:ic=\EP:kA=\EN:kB=\E2:kC=\EQ:\
410237263Snp	:kD=\EQ:kE=\EI:kI=\EI:kL=\EO:kS=\EJ:\
411178786Skmacy	:kb=^H:kd=\EB:kl=\ED:kr=\EC:ku=\EA:kh=\EH:\
412178786Skmacy	:le=\ED:li#24:mb=\E4D:md=\E4H:me=\E4@:\
413178786Skmacy	:mk=\E4P:mr=\E4A:nd=\EC:\
414178786Skmacy	:ds=\E#\::es:fs=\E=\E#;:hs:ts=\E=:ws#80:\
415178786Skmacy	:se=\E4@:so=\E4I:ue=\E4@:up=\EA:us=\E4B:
416178786Skmacyibm|ibm3101|3101|i3101|IBM 3101-10:\
417178786Skmacy	:do=^J:ct=\EH:st=\E0:\
418178786Skmacy	:if=/usr/share/tabset/ibm3101:\
419178786Skmacy	:am:le=^H:bs:cl=\EK:li#24:co#80:nd=\EC:up=\EA:cd=\EJ:ce=\EI:\
420178786Skmacy	:kd=\EB:kl=\ED:kr=\EC:ku=\EA:ho=\EH:cm=\EY%+\40%+\40:pt:
421178786Skmacyibm327-789|ibm-3277-2|ibm-3278-2|ibm-3278-3|ibm-3278-4|ibm-3278-5|ibm-3279-2|ibm-3279-3:\
422237263Snp	:tc=ibm327-56:
423178786Skmacyibm327-56|ibm-3275-2|ibm-3276-2|ibm-3276-3|ibm-3276-4|line mode IBM 3270 style:\
424237263Snp	:gn:ce=\r:cl=\r\n:ho=\r:
425178786Skmacyibm-apl|apl|IBM apl terminal simulator:\
426178786Skmacy	:li#25:tc=dm1520:
427178786Skmacy# ibmapa* and ibmmono entries come from ACIS 4.3 distribution
428178786Skmacyrtpc|ibmapa16|ibm6155|IBM 6155 Extended Monochrome Graphics Display:\
429178786Skmacy	:ts=\Ej\EY@%+ \Eo:ds=\Ej\EY@\40\EI\Ek:li#32:tc=ibmconsole:
430178786Skmacy# Advanced Monochrome (6153) and Color (6154) Graphics Display:
431178786Skmacyibmapa8c|ibmapa8|ibm6154|ibm6153|IBM 6153/4 Advanced Graphics Display:\
432178786Skmacy	:ts=\Ej\EY?%+ \Eo:ds=\Ej\EY?\40\EI\Ek:li#31:tc=ibmconsole:
433178786Skmacyibmapa8c-c|ibm6154-c|IBM 6154 Advanced Color Graphics Display color termcap:\
434178786Skmacy	:ts=\Ej\EY?%+ \Eo:ds=\Ej\EY?\40\EI\Ek:li#31:mh=\EF\Ef7;:tc=ibmega-c:
435178786Skmacyibmmono|ibmconsole|ibm5151|IBM workstation monochrome:\
436178786Skmacy	:se=\Ez:so=\EZ:sr=\EA:al=\EL:dl=\EM:\
437178786Skmacy	:kb=^H:us=\EW:ue=\Ew:\
438178786Skmacy	:k1=\ES:k2=\ET:k3=\EU:k4=\EV:k5=\EW:k6=\EP:k7=\EQ:k8=\ER:k9=\EY:\
439178786Skmacy	:k0=\E<:I0=f10:kI=\000:kh=\EH:kR=\EG:kP=\Eg:kF=\EE:kN=\EE:\
440178786Skmacy	:md=\EZ:me=\Ew\Eq\Ez\EB:mk=\EF\Ef0;\Eb0;:mr=\Ep:\
441178786Skmacy	:ts=\Ej\EY8%+ \Eo:fs=\Ek:ds=\Ej\EY8\40\EI\Ek:es:hs:sb:tc=ibm3101:
442178786Skmacyibmega-c|ibm5154-c|IBM Enhanced Color Display color termcap:\
443178786Skmacy	:se=\EB:so=\EF\Ef3;:ue=\EB:us=\EF\Ef2;:tc=ibmconsole:
444178786Skmacy#from marc pawliger--marc@ibminet.awdpa.ibm.com
445178786Skmacy#also in /usr/lpp/bos/bsdsysadmin.
446237263Snphft-c|ibm8512|ibm8513|IBM High Function Terminal:\
447237263Snp	:co#80:li#25:am:ht:\
448237263Snp	:cm=\E[%i%d;%dH:ti=\E[20;4l\E[?7h\Eb:te=\E[20h:\
449178786Skmacy	:nd=\E[C:up=\E[A:do=^J:ho=\E[H:\
450178786Skmacy	:ec=\E[%dX:\
451178786Skmacy	:cl=\E[H\E[J:cd=\E[J:el=\E[K:\
452178786Skmacy	:AL=\E[%dL:DL=\E[%dM:al=\E[L:dl=\E[M:\
453178786Skmacy	:im=\E[4h:ei=\E[4l:mi:\
454178786Skmacy	:dm=\E[4h:ed=\E[4l:\
455178786Skmacy	:so=\E[7m:se=\E[m:ul=\E[4m:ue=\E[m:ms:\
456178786Skmacy	:md=\E[1m:mr=\E[7m:mb=\E[5m:me=\E[m:\
457178786Skmacy	:as=^N:ae=^O:sc=\E[s:rc=\E[u:\
458178786Skmacy	:kb=\E[D:kf=\E[C:ku=\E[A:kd=\E[B:kh=\E[H:\
459178786Skmacy	:k1=\E[001q:k2=\E[002q:k3=\E[003q:k4=\E[004q:k5=\E[005q:\
460178786Skmacy	:k6=\E[006q:k7=\E[007q:k8=\E[008q:k9=\E[009q:k0=\E[010q:\
461178786Skmacy	:is=\Eb\E[m^O\E[?7h:rs=\Eb\E[m^O\E[?7h\E[H\E[J:
462178786Skmacyhft|AIWS High Function Terminal:\
463178786Skmacy	:al=\E[L:cr=^M:do=^J:sf=^J:bl=^G:am:le=^H:cd=\E[J:\
464178786Skmacy	:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:co#80:li#25:\
465237263Snp	:dc=\E[P:dl=\E[M:ho=\E[H:\
466237263Snp	:ic=\E[@:im=\E6:ei=\E6:\
467178786Skmacy	:md=\E[1m:mr=\E[7m:mb=\E[5m:mk=\E[8m:me=\E[0m:\
468178786Skmacy	:ku=\E[A:kd=\E[B:kl=\E[D:kr=\E[C:kh=\E[H:kb=^H:\
469178786Skmacy	:nd=\E[C:ta=^I:up=\E[A:xo:\
470178786Skmacy	:ue=\E[m:us=\E[4m:se=\E[m:so=\E[7m:\
471178786Skmacy	:kP=\E[159q:kN=\E[153q:\
472237263Snp	:k1=\E[001q:k2=\E[002q:k3=\E[003q:k4=\E[004q:\
473237263Snp	:k5=\E[005q:k6=\E[006q:k7=\E[007q:k8=\E[008q:\
474178786Skmacy	:k9=\E[009q:ka=\E[010q:
475237263Snp#From pryor@math.berkeley.edu
476178786Skmacyibm5081|ibmmpel|IBM 5081 1024x1024 256/4096 color display:\
477237263Snp	:ts=\Ej\EYA%+ \Eo:fs=\Ek:ds=\Ej\EYA\40\EI\Ek:es:hs:\
478237263Snp	:li#33:tc=ibmconsole:
479237263Snpibm5081-c|ibmmpel-c|IBM 5081 1024x1024 256/4096 enhanced color display:\
480237263Snp	:ts=\Ej\EYA%+ \Eo:fs=\Ek:ds=\Ej\EYA\40\EI\Ek:es:hs:\
481237263Snp	:li#33:tc=ibmega-c:
482178786Skmacy# # --------------------------------
483178786Skmacy#
484237263Snp# M: MISCELLANEOUS TERMINALS
485237263Snp#
486237263Snp# The tab 132 uses xon/xoff, so no padding needed.
487237263Snp# ks/ke have nothing to do with arrow keys.
488237263Snp# is sets 80 col mode, normal video, autowrap on (for am).
489237263Snp# Seems to be no way to get rid of status line.
490178786Skmacyabm80|amtek business machines 80:\
491237263Snp	:do=^J:al=\E^Z:am:le=^H:bs:cd=\E^X:ce=\E^O:cl=\E^\:cm=\E^Q%r%+ %+ :\
492178786Skmacy	:co#80:dl=\E^S:do=\E^K:li#24:nd=^P:.so=\E^_:.se=\E^Y:up=\E^L:\
493237263Snp	:bw:bt=^T:ho=\E^R:
494178786Skmacytab132|tab|tab132-15|tab 132-15:\
495178786Skmacy	:is=\E[?7h\E[?3l\E[?5l:dN@:ks@:ke@:do=^J:\
496178786Skmacy	:da:db:al=\E[L:dl=\E[M:dc=\E[P:ei=\E[4l:im=\E[4h:cm=\E[%i%d;%dH:\
497178786Skmacy	:ku=\E[A:kd=\E[B:kl=\E[D:tc=vt100:
498178786Skmacytab132w:\
499178786Skmacy	:co#132:is=\E[?7h\E[?3h\E[?5l:tc=tab132:
500178786Skmacytab132rv:\
501178786Skmacy	:is=\E[?7h\E[?3l\E[?5h:tc=tab132:
502178786Skmacytab132wrv:\
503178786Skmacy	:is=\E[?7h\E[?3h\E[?5h:tc=tab132w:
504178786Skmacy# This used to say "de#001202" which presumably refers to the stty bits
505178786Skmacy# that need to be set for some version of Unix.  We need the real delay
506178786Skmacy# requirements in MS.
507237263Snpmw2|Multiwriter 2:\
508237263Snp	:do=^J:co#132:hc:os:
509237263Snpddr|rebus3180|ddr3180|Rebus/DDR 3180 vt100 emulator:\
510178786Skmacy	:do=^J:co#80:li#24:cl=50\E[;H\E[2J:sf=5\ED:\
511178786Skmacy	:le=^H:bs:am:cm=5\E[%i%d;%dH:nd=2\E[C:up=2\E[A:\
512178786Skmacy	:ce=3\E[K:cd=50\E[J:so=\E[7m:se=\E[m:us=2\E[4m:ue=2\E[m:\
513178786Skmacy	:md=2\E[1m:mr=2\E[7m:mb=2\E[5m:me=2\E[m:is=\E[1;24r\E[24;1H:\
514178786Skmacy	:rf=/usr/share/lib/tabset/vt100:\
515178786Skmacy	:rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:ks=\E[?1h\E=:ke=\E[?1l\E>:\
516178786Skmacy	:ku=\E[A:kd=\E[B:kr=\E[C:kl=\E[D:kb=^H:\
517178786Skmacy	:ho=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:pt:sr=5\EM:vt#3:xn:\
518178786Skmacy	:sc=\E7:rc=\E8:cs=\E[%i%d;%dr:
519178786Skmacy# luna's BMC terminal emulator
520178786Skmacyluna|luna68k|LUNA68K Bitmap console:\
521178786Skmacy	:li#46:co#88:tc=ansi:
522178786Skmacy# SCO console and SOS-Syscons console for 386bsd
523178786Skmacyscoansi|SCO Extended ANSI standard crt:\
524178786Skmacy	:al=\E[L:am:bs:cd=\E[J:ce=\E[K:cl=\E[2J\E[H:cm=\E[%i%d;%dH:co#80:\
525178786Skmacy	:dc=\E[P:dl=\E[M:do=\E[B:bt=\E[Z:ho=\E[H:ic=\E[@:li#25:\
526178786Skmacy	:nd=\E[C:pt:so=\E[7m:se=\E[m:us=\E[4m:ue=\E[m:up=\E[A:\
527178786Skmacy	:k1=\E[M:k2=\E[N:k3=\E[O:k4=\E[P:k5=\E[Q:k6=\E[R:\
528178786Skmacy	:k7=\E[S:k8=\E[T:k9=\E[U:k0=\E[V:\
529178786Skmacy	:kb=^h:ku=\E[A:kd=\E[B:kl=\E[D:kr=\E[C:eo:sf=\E[S:sr=\E[T:\
530178786Skmacy	:mb=\E[5m:md=\E[1m:me=\E[m:\
531178786Skmacy	:GS=\E[12m:GE=\E[10m:GV=\63:GH=D:\
532178786Skmacy	:GC=E:GL=\64:GR=C:RT=^J:G1=?:G2=Z:G3=@:G4=Y:G5=;:G6=I:G7=H:G8=<:\
533178786Skmacy	:GU=A:GD=B:\
534178786Skmacy	:CW=\E[M:NU=\E[N:RF=\E[O:RC=\E[P:\
535178786Skmacy	:WL=\E[S:WR=\E[T:CL=\E[U:CR=\E[V:\
536178786Skmacy	:HM=\E[H:EN=\E[F:PU=\E[I:PD=\E[G:\
537178786Skmacy	:Gc=N:Gd=K:Gh=M:Gl=L:Gu=J:Gv=\072:
538178786Skmacytrs80|trs-80|radio shack trs-80 Model I:\
539178786Skmacy	:do=^J:am:le=^H:bs:co#64:li#16:
540178786Skmacyd800|Direct 800/A:\
541237263Snp	:do=^J:co#80:li#24:am:cl=\E[1;1H\E[2J:le=^H:bs:cm=\E[%i%d;%dH:\
542178786Skmacy	:nd=\E[C:up=\E[A:ce=\E[K:cd=\E[J:\
543178786Skmacy	:so=\E[7m:se=\E[0m:us=\E[4m:ue=\E[0m:xs:vs=\E[>12l:ve=\E[>12h:\
544178786Skmacy	:sf=\ED:sr=\EM:da:db:as=\E[1m:ae=\E[0m:ms:pt:\
545178786Skmacy	:kl=\E[D:kr=\E[C:ku=\E[A:kd=\E[B:\
546178786Skmacy	:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
547178786Skmacy	:k5=\EOT:k6=\EOU:k7=\EOV:k8=\EOW:
548178786Skmacyvc404|volker-craig 404:\
549178786Skmacy	:do=^J:am:le=^H:bs:cd=40^W:ce=20^V:cl=40^X:cm=^P%+ %+ :co#80:\
550178786Skmacy	:ho=40^Y:kd=^J:kl=^H:kr=^U:ku=^Z:li#24:ma=^Z^P^U :nd=^U:up=^Z:
551178786Skmacyvc404-s|volker-craig 404 w/standout mode:\
552178786Skmacy	:do=^J:se=^O:so=^N:tc=vc404:
553178786Skmacyvc404-na|volker-craig 404 w/no arrow keys:\
554178786Skmacy	:ma@:kr@:ku@:tc=vc404:
555178786Skmacyvc404-s-na|volker-craig 404 w/standout mode and no arrow keys:\
556178786Skmacy	:se=^O:so=^N:tc=vc404-na:
557178786Skmacy# From: wolfgang@cs.sfu.ca
558178786Skmacyvc414|vc414h|Volker-Craig 414H in sane escape mode.:\
559178786Skmacy	:am:ic=\E\072:dc=\E\063:so=\E\031:se=\E\037:\
560178786Skmacy	:kl=^H:kr=^P:ku=\E^L:kd=\E^K:kh=\E^R:\
561178786Skmacy	:k0=\EA:k1=\EB:k2=\EC:k3=\ED:k4=\EE:k5=\EF:k6=\EG:k7=\EH:\
562178786Skmacy	:l0=PF1:l1=PF2:l2=PF3:l3=PF4:l4=PF5:l5=PF6:l6=PF7:l7=PF8:\
563178786Skmacy	:al=40\E^Z:bs:cd=\E^X:ce=10\E^O:cl=40\E^\:co#80:\
564178786Skmacy	:do=\E^K:li#24:nd=^P:up=\E^L:
565178786Skmacyvc414h-noxon:\
566178786Skmacy	:dl=40\E^S:cm=40\E^Q%r%.%.:ho=\E^R:\
567178786Skmacy	:tc=vc414h:
568178786Skmacy# missing in vc303a and vc303 descriptions:  they scroll 2 lines at a time
569178786Skmacyvc303a|vc403a|volker-craig 303a:\
570178786Skmacy	:do=^J:am:le=^H:bs:ce=20^V:cl=40^X:co#80:ho=40^Y:kd=^J:kl=^H::kr=^U:\
571178786Skmacy	:ku=^Z:li#24:ll=^P^@W:nd=^U:ns:up=^Z:
572178786Skmacyvc303|vc103|vc203|volker-craig 303:\
573178786Skmacy	:do=^J:am:le=^H:bs:cl=40^L:co#80:ho=40^K:kd=^J:kl=^H:\
574178786Skmacy	:kr=^I:ku=^N:li#24:ll=^O\200W:nd=^I:ns:up=^N:
575178786Skmacy# Test version for Falco ts-1. See "arpavax.hickman@ucb" for info
576178786Skmacyfalco|ts1|ts-1|falco ts-1:is=\Eu\E3:\
577178786Skmacy	:do=^J:al=\EE:am:bs:ce=\ET\EG0^h:cm=\E=%+ %+ :cl=\E*:cd=\EY:co#80:\
578178786Skmacy	:dc=\EW:dl=\ER:ei=\Er:ho=^^:im=\Eq:k0=^A0\r:kd=^J:kl=^H:pt:\
579178786Skmacy	:kr=^L:ku=^K:li#24:nd=^L:se=\Eg0:so=\Eg1:up=^K:us=\Eg1:ue=\Eg0:
580178786Skmacyfalco-p|falco ts-1sp|falco with paging option:\
581178786Skmacy	:is=\EZ\E3\E_c:\
582178786Skmacy	:al=\EE:am:bs:ce=\ET\EG0^H\Eg0:cl=\E*:cd=\EY:co#80:dc=\EW:\
583178786Skmacy	:dl=\ER:kd=\E[B:kl=\E[D:ei=\Er:im=\Eq:pt:db:\
584178786Skmacy	:kr=\E[C:ku=\E[A:li#24:nd=\E[C:se=\Eg0:so=\Eg4:\
585178786Skmacy	:up=\E[A:us=\Eg1:ti=\E_d:te=\E_b:\
586178786Skmacy	:ue=\Eg0:do=\E[B:cm=\E=%+ %+ :ms:kh=\E[H:da:mi:bt=\EI:
587178786Skmacy#NOTE: bg can scroll, it just would rather not (ns) - rwells 3/13/81.
588178786Skmacy# (Shouldn't you take out ns and put in an nl instead? - mrh)
589178786Skmacybg|bitgraph|BBN BitGraph terminal:\
590178786Skmacy	:do=^J:al=2*\E[L:bs:cd=150\E[J:ce=2\E[K:\
591178786Skmacy	:cl=150\E[H\E[J:cm=%i\E[%d;%dH:co#85:\
592178786Skmacy	:dl=2*\E[M:k0=\EP:k1=\EQ:k2=\ER:k3=\ES:kd=\EB:ke=\E>:kl=\ED:kr=\EC:\
593237263Snp	:ks=\E=:ku=\EA:li#64:nd=\E[C:ns:pt:se=\E[0m:so=\E[7m:up=\E[A:sf=280\n:
594178786Skmacyd132|datagraphix|datagraphix 132a:\
595178786Skmacy	:do=^J:co#80:li#30:cl=^l:ho=\Et:da:db:sf=\Ev:sr=\Ew:\
596178786Skmacy	:up=\Ek:nd=\El:vs=\ex:ve=\Em\En:\
597178786Skmacy	:al=\E3:ic=\E5:dc=\E6:in:ic=\E5:
598178786Skmacysoroc|Soroc 120:\
599178786Skmacy	:do=^J:cd=\EY:ce=\ET:cl=2\E*:ma=^K^P^R^L^L :\
600178786Skmacy	:kl=^H:ku=^K:kr=^L:kd=^J:tc=adm3a:
601178786Skmacy#  From: ma179abu%sdcc3@sdcsvax.ucsd.edu (Bill Houle)
602178786Skmacyiq140|soroc140|Soroc IQ140 with inverse & dim:\
603178786Skmacy	:ic=\EQ:dc=\EW:al=\EE:dl=\ER:ce=\ET:cd=\EY:cl=\E+:cm=\E=%+ %+ :\
604178786Skmacy	:up=^K:do=^J:le=^H:nd=^L:ho=^^:ta=\Ei:ma=^Kk^Jj^Hh^Ll^^h:am:bs:\
605178786Skmacy	:co#80:li#24:kb=^H:kh=^^:ku=^K:kd=^J:kl=^H:kr=^L:\
606178786Skmacy	:k0=^AI:k1=^A@:k2=^AA:k3=^AB:k4=^AC:k5=^AD:k6=^AE:k7=^AF:\
607178786Skmacy	:k8=^AG:k9=^AH:se=\E^?:so=\E^?:us=\E):ue=\E(:
608178786Skmacy# tec is untested, and taken from CB/Unix virtual terminal driver.
609178786Skmacy# Upper case terminal, uses lower case for control sequences!!!
610178786Skmacy# The driver shows the C ~ operator used on CM coordinates.
611178786Skmacy# Without the terminal in front of me, I can't figure out what's
612178786Skmacy# going on, so I've dotted out the cm.  Note there is no ~ in tgoto.
613178786Skmacytec400|tec scope:\
614178786Skmacy	:do=^J:.cm=l%r%.%.:up=x:do=h:nd=g:le=w:ho=i:so={:se=|:sg#1:\
615178786Skmacy	:cl=f:al=e:dl=u:ic=d:dc=t:ce=c:cd=s:
616178786Skmacy# From ucbvax!geoff Mon Sep 21 21:15:45 1981
617178786Skmacy# This entry has been tested.
618178786Skmacytec500|tec 500:\
619178786Skmacy	:do=^J:am:le=^H:bs:cm=\E=%+ %+ :cl=20^Z:\
620178786Skmacy	:co#80:ho=^^:li#24:nd=^L:up=^K:so=^]:se=^\:
621178786Skmacy# I would appreciate more information on this terminal, such as the
622178786Skmacy# manufacturer and the model number.  There are too many tecs in here.
623178786Skmacytec:\
624178786Skmacy	:li#24:co#80:cl=^l:up=^k:nd=\037:\
625178786Skmacy	:am:le=^H:bs:ho=\036:ma=^K^P^_ :do=^J:
626178786Skmacyteletec|Teletec Datascreen:\
627178786Skmacy	:do=^J:am:le=^H:bs:co#80:cl=^l:ho=^^:li#24:nd=^_:up=^k:
628178786Skmacy# From cbosg!ucbvax!SRC:george Fri Sep 11 22:38:32 1981
629178786Skmacyampex|d80|dialogue|dialogue80|ampex dialogue 80:\
630178786Skmacy	:ct=\E3:st=\E1:do=^J:is=\EA:us=\El:ue=\Em:\
631178786Skmacy	:am:le=^H:bs:pt:cl=75\E*:cm=\E=%+ %+ :\
632178786Skmacy	:al=5*\EE:bt=\EI:ic=\EQ:dl=5*\ER:dc=\EW:\
633178786Skmacy	:ce=\Et:cd=\Ey:so=\Ej:se=\Ek:li#24:co#80:nd=^L:up=^K:
634178786Skmacy#  From: atd!dsd!rcb@ucbvax.berkeley.edu (Richard Bascove)
635178786Skmacya210|210|ampex210|ampex a210:\
636178786Skmacy	:am:bs:cl=\E*:cm=\E=%+ %+ :al=\EE:bt=\EI:ic=\EQ:\
637178786Skmacy	:dl=\ER:dc=\EW:ho=^^:xn:ce=\Et:cd=\Ey:li#24:co#80:nd=^L:up=^K:\
638178786Skmacy	:pt:if=/usr/share/tabset/std:is=\EC\Eu\E'\E(\El\EA\E%\E{\E.2\EG0\Ed\En:\
639178786Skmacy	:kl=^H:kr=^L:kd=^V:ku=^K:kh=^^:hs:ts=\E.0\Eg\E}\Ef:fs=\E.2:\
640178786Skmacy	:kn#10:k0=^A0^M:k1=^A1^M:k2=^A2^M:k3=^A3^M:k4=^A4^M:k5=^A5^M:\
641178786Skmacy	:vb=\EU\EX\EU\EX\EU\EX\EU\EX:k6=^A6^M:k7=^A7^M:k8=^A8^M:k9=^A9^M:\
642178786Skmacy	:so=\EG4:se=\EG0:us=\EG8:ue=\EG0:ug#1:sg#1:
643178786Skmacydigilog|333|digilog 333:\
644178786Skmacy	:le=^H:bs:co#80:ce=\030:ho=^n:li#16:nd=^i:up=^o:do=^J:
645178786Skmacyep48|ep4080|execuport 4080:\
646178786Skmacy	:am:le=^H:bs:os:co#80:hu=\036:hd=\034:do=^J:
647178786Skmacyep40|ep4000|execuport 4000:\
648178786Skmacy	:am:le=^H:bs:os:co#136:hu=\036:hd=\034:do=^J:
649178786Skmacyterminet1200|terminet300|tn1200|tn300|terminet|GE terminet 1200:\
650178786Skmacy	:co#120:hc:os:do=^J:
651178786Skmacy# AED 512
652178786Skmacy# by giles Billingsley (gilesb%ucbcad@berkeley)
653178786Skmacy# rewritten 8/82 for newer AEDs and better operation of vi,etc.
654178786Skmacyaed|AED|aed512|AED512|aed 512:\
655178786Skmacy	:db:co#64:li#40:cl=^L:bs:nd=\Ei0800\001:\
656178786Skmacy	:up=^K:ve=\E\E\E\E\E\E\E\072004=000200??\001:\
657178786Skmacy	:vb=\EK0001??0000K0001202080\001:\
658178786Skmacy	:us=\E\07200>8000140\001:ue=\E\07200>8000100\001:\
659178786Skmacy	:uc=\Ei???>l0800i0102\001:\
660178786Skmacy	:ti=\E\07200>8000140{<04<0??00001010L<0\072004=0002??00\001:\
661178786Skmacy	:te=\E\07200>8000100{804<0??00001000L80\072004=000200??\001:\
662178786Skmacy	:so=\E\07200>8000140[80C00\001:se=\E[00C80\001:\
663178786Skmacy	:is=\EG1MMM.`40K0001202080K8001????00^L\EC80L80{80^L\EK010100????K0601??0000c818100\EG1HHH.\07210000019A27FD006A280D002A200A52429FE8524861086118612861360N031B4C3F3F1800N041B0C1B4C38301800N001B3B313030301800N011B3B313030341800N021B3B313030381800N050800N061B3B313335301800\07211000015A58E8D5011A58F8D5111A5908D5211A5918D531160\07212000015AD5011858EAD5111858FAD52118590AD5311859160\0721300004B2071C5858E0A18658E0A0A858EA900858F268FA5278590A50A29018591A9F51865908590A90165918591A59038E58E8590A591E58F290185912071C5180A0A0A0901858EA900858F268F60\0721350000BA9472031DEA9502031DE60\E\E\E\EG1MMM.^A:
664178786Skmacyaed-ucb|AED-UCB|aed512-ucb|AED512-UCB|aed 512 w/o UCB ROM:\
665178786Skmacy	:db:co#64:li#40:cl=^L:bs:nd=\Ei0800\001:up=^K:\
666178786Skmacy	:ve=\E\E\E\E\E\E\E\072004=000200??\001:\
667178786Skmacy	:vb=\EK0001??0000K0001202080\001:\
668178786Skmacy	:us=\E\07200>8000140\001:ue=\E\07200>8000100\001:\
669178786Skmacy	:uc=\Ei???>l0800i0102\001:\
670178786Skmacy	:ti=\E\07200>8000140{<04<0??00001010L<0\072004=0002??00\001:\
671178786Skmacy	:te=\E\07200>8000100{804<0??00001000L80\072004=000200??\001:\
672178786Skmacy	:so=\E\07200>8000140[80C00\001:se=\E[00C80\001:\
673178786Skmacy	:if=/usr/share/tabset/aed512:
674178786Skmacy# CIT 80  - vt 100 emulator, the termcap has been modified to remove
675178786Skmacy#           the delay times and do an auto tab set rather than the indirect
676178786Skmacy#           file used in vt100.
677178786Skmacycit80|cit 80|Citoh 80:\
678178786Skmacy	:co#80:li#24:am:cl=\E[;H\EJ:bs:cm=\E[%i%2;%2H:nd=\E[C:up=\E[A:\
679178786Skmacy	:ce=\EK:cd=\EJ:is=\E>:ks=\E[?1h\E=:ke=\E[?1l\E>:\
680178786Skmacy	:ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:
681178786Skmacy# From mtxinu!sybase!tim (Tim Wood) Fri Sep 27 09:39:12 PDT 1985
682178786Skmacy# Alternate cit101 (vt100 em) file used in vt100.
683178786Skmacy#	    Uses 23 lines so can run citsys (like h19sys).
684178786Skmacy#	24 May 85 (mtxinu!sybase!tim) - removed 2-byte limit on 'cm' cursor
685178786Skmacy#	  coordinates otherwise there is garbling on long lines in 
686178786Skmacy#	  co#132 mode; also added support for multipage	memory on the Itoh.
687178786Skmacycitc|Citoh fast vt100:\
688178786Skmacy	:co#80:li#23:am:cl=\E[;H\E[2J:bs:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\
689178786Skmacy	:ce=\E[K:cd=\E[J:so=\E[7m:se=\E[m:us=\E[4m:ue=\E[m:\
690178786Skmacy	:is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[3g\E[>5g:\
691178786Skmacy	:ks=\E[?1h\E=:ke=\E[?1l\E>:ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:\
692178786Skmacy	: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:\
693178786Skmacy	:dc=\E[P:al=\E[L:dl=\E[M:ic=\E[@:vs=\E7\E[U:ve=\E[V\E8:xn:
694178786Skmacycita:\
695178786Skmacy	:co#80:li#23:am:cl=\E[;H\E[2J:bs:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\
696178786Skmacy	:ce=\E[K:cd=\E[J:so=\E[7m:se=\E[m:us=\E[4m:ue=\E[m:\
697178786Skmacy	:is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[3g\E[>5g:\
698178786Skmacy	:ks=\E[?1h\E=:ke=\E[?1l\E>:\
699178786Skmacy	:ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:vs=\E7\E[U:ve=\E[V\E8:\
700178786Skmacy	:vb=\E[?5h\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\E[?5l:xn:
701178786Skmacycit101:li#24:vb@:tc=citc:
702178786Skmacycit101b:li#24:tc=citc:
703178786Skmacycit500|cit-500|cit 500:\
704178786Skmacy	: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:\
705178786Skmacy	:ce=3\E[K:cd=50\E[J:so=2\E[7m:se=2\E[m:us=2\E[4m:ue=2\E[m:\
706178786Skmacy	:is=\E(B\E)0\E>\E[?3l\E[?7h\E[?8h:ks=\E[?1h\E=:ke=\E[?1l\E>:\
707178786Skmacy	:if=/usr/share/tabset/vt100:ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:\
708178786Skmacy	:kh=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:pt:sr=5\EM:xn:\
709178786Skmacy	:do=\ED:al=\E[L:dc=\E[P:dl=\E[M:
710178786Skmacy# Note several versions of blit.  I don't know exactly what is what
711178786Skmacy# so please send me any corrections to this -- mrh
712178786Skmacy# From research!ikeya!rob Tue Aug 31 23:41 EDT 1982
713178786Skmacyblit|jerq|blit-pb|blit running teletype rom:\
714178786Skmacy	:do=^J:IC=\Ef%+ :DC=\Ee%+ :AL=\EF%+ :DL=\EE%+ :\
715178786Skmacy	:mi:dl=\EE!:ic=\Ef!:dc=\Ee!:al=\EF!:\
716178786Skmacy	:ce=\EK:cl=^L:cm=\EY%r%+ %+ :co#87:li#72:nd=\EC:\
717178786Skmacy	:up=\EA:ku=\EA:kd=\EB:kr=\EC:kl=\ED:kb=^H:am:ul:pt:eo:
718178786Skmacycbblit|columbus enhanced tty blit:\
719178786Skmacy	:vb=\E^G:so=\EU!:se=\EV!:us=\EU":ue=\EV":cd=\EJ:\
720178786Skmacy	:im=\EQ:ei=\ER:ic@:co#88:sf=\EG:tc=blit:
721178786Skmacyoblit|ojerq|first version of blit rom:\
722178786Skmacy	:do=^J:AL=\Ef%+ :DL=\Ee%+ :mi:dl=\EE:ei=\ER:im=\EQ:dc=\EO:da:db:\
723178786Skmacy	:al=\EF:cd=\EJ:ce=\EK:cl=^L:cm=\EY%r%+ %+ :co#88:li#72:nd=\EC:\
724178786Skmacy	:up=\EA:vb=\E^G:am:ul:pt:eo:
725178786Skmacydaleblit|daleterm|blit running Dale DeJager's ROM:\
726178786Skmacy	:ku=\EA:kd=\EB:kr=\EC:kl=\ED:so=\EU!:se=\EV!:us=\EU":ue=\EV":\
727178786Skmacy	:da@:db@:tc=oblit:
728178786Skmacydatapoint|dp3|dp3360|datapoint 3360:\
729178786Skmacy	:do=^J:am:le=^H:bs:cd=^_:ce=^^:cl=^]^_:co#82:ho=^]:li#25:nd=^x:up=^z:
730178786Skmacy#From: cbosgd!utcs!romwa@ucbvax.berkeley.edu (mark dornfeld)
731178786Skmacy#		This termcap is for the LANPAR Technologies VISION 3220
732178786Skmacy#	terminal.  The function key definitions k0-k5 represent the
733237263Snp#	edit keypad: FIND, INSERT HERE, REMOVE, SELECT, PREV SCREEN,
734178786Skmacy#	NEXT SCREEN. The key definitions k6-k9 represent the PF1 to
735237263Snp#	PF4 keys.
736237263Snpv3220|LANPAR Vision II model 3220/3221/3222:\
737237263Snp	:co#80:li#24:cl=\E[H\E[J:bs:am:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\
738178786Skmacy	:ce=\E[K:cd=\E[J:so=\E[7m:se=\E[m:us=\E[4m:ue=\E[m:\
739178786Skmacy	:is=\E>\E[?3l\E[?7h\E[?8h\E[p:ks=\E=:ke=\E>:\
740178786Skmacy	:kn#10:k0=\E[1~:k1=\E[2~:k2=\E[3~:k3=\E[4~:k4=\E[5~:k5=\E[6~:\
741237263Snp	:k6=\E[OP:k7=\E[OQ:k8=\E[OR:k9=\E[OS:\
742237263Snp	:ku=\E[A:kd=\E[B:kr=\E[C:kl=\E[D:\
743237263Snp	:kh=\E[H:pt:sr=\EM:xn:\
744237263Snp	:dl=\E[M:dc=\E[P:ei=\E[4l:al=\E[L:im=\E[4h:mi:
745178786Skmacy# From ucbvax!faletti (Faletti@Berkeley)
746178786Skmacy# FREEDOM 100 by Liberty Electronics USA, SF.
747178786Skmacy# :kh=^^:  left out because it precludes using change-to-alternate-file in vi.
748178786Skmacy# Basic Freedom 100 entry, works with VI at 1200 baud.
749178786Skmacyf100|freedom100|freedom|freedom 100 no padding:\
750178786Skmacy	:am:bs:bw:mi:ms:pt:co#80:kn#20:li#24:\
751178786Skmacy	:ct=\E3:st=\E1:is=\Eg\Ef\r\Ed:kr=^L:\
752178786Skmacy	:cl=^Z:do=^J:ho=^^:kb=^H:kl=^H:\:kd=^V:\
753178786Skmacy	:ko=dc,al,dl,cl,bt,ce,cd:ku=^K:le=^H:nd=^L:\
754178786Skmacy	:ch=\E]%+ :cm=\E=%+ %+ :cv=\E[%+ :sr=\Ej:up=^K:\
755178786Skmacy	:al=\EE:bt=\EI:cd=\EY:ce=\ET:dc=\EW:dl=\ER:ei=\Er:im=\Eq:\
756178786Skmacy	:se=\EG0:so=\EG4:ue=\EG0:us=\EG8:as=\E$:ae=\E%:\
757178786Skmacy	:vb=\Eb\200\200\Ed:\
758237263Snp	:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
759178786Skmacy	:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:k0=^AI\r:\
760178786Skmacy	:hs:ts=\Eg\Ef:fs=\r:ds=\Eg\Ef\r:
761178786Skmacyf100-rv|freedom100-rv|freedom-rv|freedom100 with reverse video at 1200:\
762178786Skmacy	:is=\Eg\Ef\r\Eb:vb=\Ed\200\200\Eb:tc=freedom100:
763178786Skmacy# VI at 9600 baud (or EMACS at 1200 -- but may be more than is needed for emacs)
764237263Snpf100-v|freedom100-v|freedom-v|freedom100 for 9600 vi or 1200 emacs:\
765237263Snp	:al=6.5*\EE:dl=11.5*\ER:\
766178786Skmacy	:vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:\
767178786Skmacy	:tc=freedom100:
768237263Snpf100-v-rv|freedom100-v-rv|freedom-v-rv|freedom100 rev. vid. for 9600 vi:\
769178786Skmacy	:al=6.5*\EE:dl=11.5*\ER:is=\Eg\Ef\r\Eb:\
770178786Skmacy	:vb=\Ed\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Eb:\
771178786Skmacy	:tc=freedom100:
772178786Skmacy# EMACS at 9600 baud -- this still needs some more work on the padding
773178786Skmacyf100-e|freedom100-e|freedom-e|freedom100 for 9600 emacs:\
774178786Skmacy	:al=8.5*\EE:dl=11.5*\ER:ip=6:\
775204111Suqs	:vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:\
776178786Skmacy	:tc=freedom100:
777178786Skmacyf100-e-rv|freedom100-e-rv|freedom-e-rv|freedom100 rev. vid. for emacs 9600:\
778178786Skmacy	:al=8.5*\EE:dl=11.5*\ER:ip=6:is=\Eg\Ef\r\Eb:\
779178786Skmacy	:vb=\Ed\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Eb:\
780237263Snp	:tc=freedom100:
781178786Skmacyf110-v|freedom110-v|freedom110 for 9600 vi or 1200 emacs:\
782178786Skmacy	:is=\Eg\Ef\r\Ed\EO:dc=\EO\EW:im=\EO\Eq:\
783237263Snp	:al=6.5*\EE:dl=11.5*\ER:\
784237263Snp	:vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:\
785178786Skmacy	:tc=freedom100:
786204111Suqs# (from kerch@lll-crg)
787178786Skmacyf200|freedom200| Freedom 200 VDT by Liberty Electronics :\
788178786Skmacy	:if=/usr/share/tabset/stdcrt:al=\EE:am:bs:bt=\EI:cd=\EY:\
789178786Skmacy	:ce=\ET:cl=^Z:cm=\E=%+ %+ :co#80:dc=\EW:dl=\ER:do=^V:\
790178786Skmacy	:ds=\Eh:ei=\Er:im=\Eq:is=\Eg\El\E\041\062:\
791237263Snp	:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
792178786Skmacy	:k6=^AE\r:k7=^AE\r:k8=^AF\r:k9=^AG\r:kd=^V:kr=L:\
793178786Skmacy	:ku=^K:li#24:ms:nd=^L:se=\EG0:so=\EG4:sr=\Ej:\
794237263Snp	:te=\EJ\E\\2\E|\041\061^L^Y:ti=\E\\1\EK\E|\041\061L^Y:\
795237263Snp	:ts=\Ef:ue=\EG0:up=^K:us=\EG8:vb=\Eb\Ed:hs:i2=\E^O\Eg:\
796178786Skmacy	:ts=\Ef:fs=^M:ds=\E^N:
797178786Skmacydg|dg6053|data general 6053:\
798178786Skmacy	:do=^J:am:le=^H:bs:cm=^P%r%.%.:cl=^L:ho=^H:nd=^S:\
799178786Skmacy	:up=^W:ce=^K:co#80:li#24:
800178786Skmacy# dg450 and dg200 from cornell
801178786Skmacydg450|dg6134|data general 6134:\
802178786Skmacy	:nd=\030:bs@:tc=dg200:
803178786Skmacydg200|data general Dasher 200:\
804178786Skmacy	:am:bc=^Y:bs=0:ce=^K:cl=^L:cm=^P%r%+\200%+\200:co#80:do=^Z:\
805237263Snp	:ho=^H:li#24:\
806237263Snp	:ll=\036FP\017:se=\036E:so=\036D:up=^W:\
807237263Snp	:is=\036O\036FQ2\036FB000\036FE\036FA\036FQ2:
808237263Snp# Note: lesser Dasher terminals will not work with vi because vi insists upon
809237263Snp# having a command to move straight down from any position on the bottom line
810237263Snp# and scroll the screen up, or a direct vertical scroll command.  The 460 and
811178786Skmacy# above have both, the D210/211, for instance, has neither.  We must use ANSI
812237263Snp# mode rather than DG mode because standard UNIX tty drivers assume that ^H is
813237263Snp# backspace on all terminals.  This is not so in DG mode.
814237263Snpdg460-ansi|Data General Dasher 460, ANSI-mode:\
815237263Snp	:al=\E[L:am:bs:cd=\E[J:ce=\E[K:cl=\E[2J:\
816237263Snp	:cm=\E[%i%2;%2H:co#80:dc=\E[P:dl=\E[M:do=\E[B:\
817237263Snp	:ho=\E[H:ic=\E[@:ue=\E[05:ul:up=\E[A:us=\E[4m:is=\036F@:\
818237263Snp	:k0=\E[001z:k1=\E[002z:k2=\E[003z:k3=\E[004z:k4=\E[005z:k5=\E[006z:\
819237263Snp	:k6=\E[007z:k7=\E[008z:k8=\E[009z:k9=\E[00\:z:\
820237263Snp	:kb=\E[D:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:kn#6:\
821237263Snp	:l0=f1:l1=f2:l2=f3:l3=f4:l4=f5:l5=f6:l6=f7:l7=f8:l9=f10:\
822178786Skmacy	:le=^H:li#24:mb=\E[5m:me=\E[0m:mh=\E[2m:mr=\E[7m:ms:mu=\EW:\
823178786Skmacy	:nd=\E[C:nl=\ED:pt:se=\E[0m:sf=\E[S:so=\E[7m:sr=\E[T:
824178786Skmacyv603|visual603|603|Visual model 603:\
825178786Skmacy	:hs:ts=\EP2~:fs=\E\\:ds=\EP2;1~\E\\:\
826178786Skmacy	:im=\E[4h:ei=\E[4l:mi:dc=\E[P:al=\E[L:dl=\E[M:\
827178786Skmacy	:cs=\E[%i%d;%dr:sf=\ED:sr=\EM:sb=\EM:\
828178786Skmacy	:ce=\E[K:cl=\E[H\E[J:cd=\E[J:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\
829178786Skmacy	:so=\E[7m:se=\E[27m:us=\E[4m:ue=\E[24m:\
830237263Snp	:md=\E[1m:mr=\E[7m:mb=\E[5m:me=\E[m:\
831237263Snp	:is=\E>\E[?3l\E[?4l\E[?7h\E[?8h\E[1;24r\E[24;1H:\
832237263Snp	:rs=\E>\E[?3l\E[?4l\E[?7h\E[?8h:\
833237263Snp	:tc=vt100:
834237263Snpcdi|cdi1203:\
835237263Snp	:am:le=^H:bs:hc:os:co#80:dC#200:do=^J:
836237263Snp# ^S is an arrow key!  Boy is this guy in for a surprise on v7!
837178786Skmacysol:\
838178786Skmacy	:do=^J:am:le=^Y:ho=^H:bs:cm=\E^1%.\E^2%.:cl=^K:ho=^N:co#64:li#16:\
839178786Skmacy	:nd=^S:up=^W:kl=^A:kr=^S:ku=^W:kd=^Z:ma=^A^H^S ^W^P^Z^N:
840178786Skmacyxl83|Cybernex XL-83:\
841178786Skmacy	:do=^J:am:le=^H:bs:cd=62^P:ce=3^O:cl=62^L:cm=^W%+ %+ :co#80:ho=^K:\
842178786Skmacy	:kd=^J:kl=^H:ku=^N:li#24:up=^N:nd=^I:
843178786Skmacyomron|Omron 8025AG:\
844178786Skmacy	:do=^J:al=\EL:am:le=^H:bs:cd=\ER:co#80:ce=\EK:cl=\EJ:\
845237263Snp	:da:db:dc=\EP:dl=\EM:ho=\EH:li#24:nd=\EC:se=\E4:sf=\ES:\
846237263Snp	:so=\Ef:sr=\ET:up=\EA:ve=:vs=\EN:
847237263Snpplasma|plasma panel:\
848237263Snp	:am:le=^H:bs:cl=^L:co#85:ho=^^:li#45:nd=\030:up=\026:do=^J:
849178786Skmacypty|psuedo teletype:\
850178786Skmacy	:do=^J:co#80:li#24:am:cl=\EJ:le=^H:bs:cm=\EG%+ %+ :nd=\EC:\
851178786Skmacy	:up=\EA:ce=\EK:cd=\EL:al=\EP:dl=\EN:ic=\EO:\
852178786Skmacy	:so=\Ea$:se=\Eb$:us=\Ea!:ue=\Eb!:
853178786Skmacyremote|virtual remote terminal:\
854178786Skmacy	:co#79:am@:nl@:tc=virtual:
855178786Skmacyswtp|ct82|southwest technical products ct82:\
856178786Skmacy	:do=^J:am:le=^d:bc=^d:\
857178786Skmacy	:al=^\^y:cd=^v:ce=^F:cl=^L:cm=%r^k%.%.:co#82:li#20:\
858178786Skmacy	:dl=^z:nd=^s:up=^a:so=^^^v:se=^^^F:dc=^\^h:ic=^\^x:ho=^p:\
859178786Skmacy	:sf=^n:sr=^o:ll=^c:\
860178786Skmacy	:is=^\^r^^^s^^^d^]^w^i^s^^^]^^^o^]^w^r^i:
861178786Skmacyterak|Terak emulating Datamedia 1520:\
862237263Snp	:tc=dm1520:
863237263Snp# :is resets scrolling region in case a previous user had used "tset vt100"
864237263Snpsun|Sun Microsystems Workstation console:\
865237263Snp	:li#34:co#80:cl=^L:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\
866237263Snp	:am:bs:mi:ms:pt:km:\
867178786Skmacy	:ce=\E[K:cd=\E[J:so=\E[7m:se=\E[m:is=\E[1r:rs=\E[1r:\
868178786Skmacy	:kd=\E[B:kl=\E[D:ku=\E[A:kr=\E[C:kh=\E[H:\
869178786Skmacy	:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
870178786Skmacy	:al=\E[L:dl=\E[M:ic=\E[@:dc=\E[P:\
871178786Skmacy	:AL=\E[%dL:DL=\E[%dM:IC=\E[%d@:DC=\E[%dP:
872237263Snp# From john@ucbrenoir  Tue Sep 24 13:14:44 1985
873237263Snpsun-s|Sun Microsystems Workstation window with status line:\
874237263Snp	:hs:ts=\E]l:fs=\E\\:ds=\E]l\E\\:tc=sun:
875237263Snpsun-e-s|sun-s-e|Sun Microsystems Workstation with status hacked for emacs:\
876237263Snp	:hs:ts=\E]l:fs=\E\\:ds=\E]l\E\\:tc=sun-e:
877237263Snpsun-48|Sun 48-line window:\
878178786Skmacy	:li#48:co#80:tc=sun:
879178786Skmacysun-34|Sun 34-line window:\
880178786Skmacy	:li#34:co#80:tc=sun:
881178786Skmacysun-24|Sun 24-line window:\
882178786Skmacy	:li#24:co#80:tc=sun:
883237263Snpsun-17|Sun 17-line window:\
884178786Skmacy	:li#17:co#80:tc=sun:
885178786Skmacysun-12|Sun 12-line window:\
886178786Skmacy	:li#12:co#80:tc=sun:
887178786Skmacysun-1|Sun 1-line window for sysline:\
888178786Skmacy	:li#1:co#80:es:hs:ts=\r:fs=\E[K:ds=^L:tc=sun:
889178786Skmacysun-e|sun-nic|sune|Sun Microsystems Workstation without insert character:\
890178786Skmacy	:ic@:im@:ei@:tc=sun:
891178786Skmacysun-c|sun-cmd|Sun Microsystems Workstation console with scrollable history:\
892178786Skmacy	:te=\E[>4h:ti=\E[>4l:tc=sun:
893178786Skmacy# For NeWS's psterm from Eric Messick & Hugh Daniel
894178786Skmacypsterm|psterm-basic|psterm-80x34:\
895178786Skmacy	:am:bs:al=\EA:cd=\EB:ce=\EC:cl=^L:cm=\E%d;%d;:cs=\EE%d;%d;:\
896178786Skmacy	:dc=\EF:dl=\EK:do=\EP:ei=\ENi:el=\ENl:fs=\ENl:\
897178786Skmacy	:ho=\ER:hs:im=\EOi:is=\EN*:km:kd=\E[B:ku=\E[A:kr=\E[C:kl=\E[D:\
898178786Skmacy	:mb=\EOb:md=\EOd:me=\EN*:mr=\EOr:nd=\EV:pt:rc=\034:rs=\EN*:sc=\035:\
899178786Skmacy	:se=\ENo:sf=\EW:sl=\EOl:so=\EOo:sr=\EX:te=\ENt:ti=\EOt:ts=\EOl:\
900178786Skmacy	:ue=\ENu:le=\ET:ll=\EU:ul:up=\EY:us=\EOu:vb=\EZ:co#80:li#34:
901178786Skmacypsterm-96x48:\
902178786Skmacy	:co#96:li#48:tc=psterm-basic:
903178786Skmacypsterm-90x28:\
904178786Skmacy	:co#90:li#28:tc=psterm-basic:
905178786Skmacypsterm-80x24:\
906178786Skmacy	:co#80:li#24:tc=psterm-basic:
907178786Skmacy# This is a faster termcap for psterm.  Warning:  if you use this termcap,
908178786Skmacy# some control characters you type will do strange things to the screen.
909178786Skmacypsterm-fast:\
910178786Skmacy	:am:bs:al=^A:cd=^B:ce=^C:cl=^L:cm=^D%d;%d;:cs=^E%d;%d;:\
911178786Skmacy	:dc=^F:dl=^K:do=^P:ei=^Ni:el=^Nl:fs=^Nl:\
912178786Skmacy	:ho=^R:hs:im=^Oi:is=^N*:km:kd=\E[B:ku=\E[A:kr=\E[C:kl=\E[D:\
913178786Skmacy	:mb=^Ob:md=^Od:me=^N*:mr=^Or:nd=^V:pt:rc=\034:rs=^N*:sc=\035:\
914178786Skmacy	:se=^No:sf=^W:sl=^Ol:so=^Oo:sr=^X:te=^Nt:ti=^Ot:ts=^Ol:ue=^Nu:\
915178786Skmacy	:le=^T:ll=^U:ul:up=^Y:us=^Ou:vb=^Z:co#80:li#34:
916178786Skmacyapollo:\
917178786Skmacy	:al=\EI:am:bs:cd=\EJ:ce=\EK:ch=\EN%d:cl=^L:cm=\EM%+ %d):\
918178786Skmacy	:cv=\EO+ :dc=\EP:dl=\EL:do=\EB:ei=\ER:im=\EQ:mi:nd=\EC:se=\ET:sf=\EE:\
919178786Skmacy	:so=\ES:sr=\ED:te=\EX:ti=\EW:ue=\EV:up=\EA:us=\EU:co#88:li#53:
920178786Skmacy# Apollo termcaps from Gary Darland, goodmanc@garnet
921178786Skmacyapollo_15P|apollo 15 inch display:\
922178786Skmacy	:dN@:tc=vt132:
923178786Skmacyapollo_19L|apollo 19 inch display:\
924178786Skmacy	:dN@:tc=vt132:
925178786Skmacyapollo_color|apollo color display:\
926178786Skmacy	:dN@:tc=vt132:
927178786Skmacyvirtual|VIRTUAL|cb unix virtual terminal:\
928178786Skmacy	:do=^J:co#80:li#24:am:cl=\E\112:le=^H:bs:cm=\E\107%r%.%.:nd=\E\103:\
929178786Skmacy	:up=\E\101:ce=\E\113:cd=\E\114:al=\E\120:dl=\E\116:ic=\E\117:\
930178786Skmacy	:da:db:kl=\E\104:kr=\E\103:ku=\E\101:kd=\E\102:kh=\E\105:\
931178786Skmacy	:so=\E\141\004:se=\E\142\004:us=\E\141\001:ue=\E\142\001:
932178786Skmacyit2|intertube2|intertec data systems intertube 2:\
933178786Skmacy	:do=^J:am:bs:cl=^L:co#80:ho=^A:li#25:up=^Z:ce=\EK:\
934178786Skmacy	:cm=^N%+ %+ :ch=^P%\102%.:cv=^K%.:nd=^F:do=\n:ll=^K^X\r:\
935178786Skmacy	:so=\E0P:se=\E0@:
936178786Skmacydelta|dd5000|delta data 5000:\
937178786Skmacy	:do=^J:am:le=^H:bs:cl=^NR:cm=^O%\068%+9%\068%+9:co#80:li#27:\
938178786Skmacy	:ho=^NQ:nc:nd=^Y:up=^Z:ce=^NU:dc=^NV:ma=^K^J^Z^P^Y :xr:
939178786Skmacymdl110|cybernex mdl-110:\
940178786Skmacy	:cm=^P%+ %+ :co#80:li#24:am:cl=70^X:le=^H:bs:do=^J:\
941178786Skmacy	:nd=^U:up=^Z:ho=^Y:ce=145^N@^V:cd=145^NA^W:al=65^NA^N^]:\
942178786Skmacy	:dl=40^NA^N^^:ic=3.5^NA^]:dc=3.5^NA^^:\
943178786Skmacy	:so=^NF:se=^NG:ta=43\t:ma=^Z^P:cd=6^N@^V:
944178786Skmacyzen30|z30|zentec 30:\
945178786Skmacy	:do=^J:mi:co#80:li#24:ma=^L ^R^L^K^P:ul:\
946178786Skmacy	:al=1.5*\EE:le=^H:bs:ce=1.0*\ET:cm=\E=%+ %+ :cl=\E*:\
947178786Skmacy	:ho=^^:nd=^L:se=\EG0:so=\EG6:up=^K:im=\Eq:ei=\Er:\
948178786Skmacy	:am:dc=\EW:dl=1.5*\ER:cd=\EY:
949178786Skmacymodgraph|mod|Modgraph terminal emulating vt100, 24x80:\
950178786Skmacy	:xn@:rf@:sr=5\EM\E[K:vs=\E\^9;0s\E\^7;1s:\
951178786Skmacy	: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:\
952178786Skmacy	:tc=vt100:
953178786Skmacy# dmchat is like DM2500, but DOES need "all that padding" (jcm 1/31/82)
954178786Skmacy# also, has a meta-key (MT)
955178786Skmacy# from goldberger@su-csli.arpa
956178786Skmacydmchat|dmchat version of datamedia 2500:\
957178786Skmacy	:al=1*^P\n^X^]^X^]:\
958178786Skmacy	:MT:km:\
959178786Skmacy	:dl=2^P^Z^X^]:\
960178786Skmacy	:tc=dm2500:
961178786Skmacy# originally from Carol Block at ear (cblock@ear); changed O's to 0's and
962178786Skmacy# fixed :is \E from pcuser@garnet.berkeley.edu, 27 Feb 90
963178786Skmacymt70|m70|morrow mt70:\
964178786Skmacy	:is=\EG0\E"5:cl=^Z:cm=\E=%+ %+ :do=^J:ic=\EQ:\
965178786Skmacy	:dc=\EW:kl=\034L:kr=\034M:ku=\034J:kd=\034K:\
966178786Skmacy	:so=\EG4:se=\EG0:us=\EG1:ue=\EG0:vs=\E"2:ve=\E"5\E(:\
967178786Skmacy	:tc=adm31:
968178786Skmacy# standard-issue France Telecom minitel terminal (made by Philips)
969178786Skmacym2-nam|minitel|minitel-2|minitel-2-nam|minitel 2|France Telecom Minitel:\
970178786Skmacy	:li#24:al=\E[L:dl=\E[M:ip=7:dc=\E[P:ei=\E[4l:im=\E[4h:xn:\
971178786Skmacy	:ho=\E[H:cl=\E[H\E[J:ug#0:sg#0:\
972178786Skmacy	:co#80:am@:bs:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\
973178786Skmacy	:as=\E(0:ae=\E(B:sf=^j:sr=\EM:is=\E[1;24r\E[24;1H:\
974178786Skmacy	:ce=\E[K:cd=\E[J:so=\E[7m:se=\E[m:us=\E[4m:ue=\E[m:\
975178786Skmacy	:zd=\E[1m:zb=\E[5m:zc=lkmjqxtuwvn:\
976178786Skmacy	:ku=\E[A:kd=\E[B:kr=\E[C:kl=\E[D:\
977178786Skmacy	:kh=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:pt:
978178786Skmacy# from keith bostic (bostic@monet)
979178786Skmacy#
980178786Skmacymod2|Modgraph GX-1000, set to 80x24, keypad not enabled:\
981178786Skmacy	:is=\E<\E\^5;2s\E\^7;1s\E[3g\E\^11;9s\E\^11;17s\E\^11;25s\E\^11;33s\E\^11;41s\E\^11;49s\E\^11;57s\E\^11;65s\E\^11;73s\E\^11;81s\E\^11;89s\E\^12;0s\E\^14;2s\E\^15;9s\E\^25;1s\E\^9;1s\E\^27;1:\
982178786Skmacy	:bs:cd=50\EJ:ce=3\EK:cl=50\EH\EJ:cm=5\EY%+ %+ :co#80:li#24:nd=2\EC:\
983178786Skmacy	:pt:sr=5\EI:up=2\EA:da:db:am:
984178786Skmacywsiris|iris40|iris emulating a 40 line visual 50 (approximately):\
985178786Skmacy	:am:al=\EL:is=\E7B0\E7F7\E7C2\E7R3:\
986178786Skmacy	:bs:cd=\EJ:ce=\EK:cl=\EH\EJ:ho=\EH:cm=\EY%+ %+ :co#80:li#40:nd=\EC:\
987178786Skmacy	:pt:sr=\EI:up=\EA:ku=\EA:kd=\EB:kr=\EC:kl=\ED:\
988178786Skmacy	:k0=\E0:k1=\E1:k2=\E2:k3=\E3:k4=\E4:k5=\E5:k6=\E6:k7=\E7:k8=\E8:k9=\E9:\
989178786Skmacy	:vs=\E;:ve=\E>:cl=\Ev:ho=\EH:dl=\EM:so=\E9P:se=\E0@:\
990178786Skmacy	:HS=\E7F2:HE=\E7F7:\
991237263Snp	:us=\E7R2\E9P:ue=\E7R3\E0@:\
992178786Skmacy	:CT#2:CZ=*Bblack,red,green,yellow,blue,magenta,cyan,*Fwhite:
993178786Skmacy# davis@unidata.ucar.edu
994178786Skmacyiris-ansi|iris-ansi-net|IRIS emulating ANSI terminal:\
995178786Skmacy	:am:co#80:it#8:li#40:bl=^G:md=\E[1m:cl=\E[H\E[2J:\
996178786Skmacy	:ve=\E[9/y\E[12/y\E[=6l:cr=\r:LE=\E[%dD:\
997178786Skmacy	:le=\E[D:DO=\E[%dB:do=\n:RI=\E[%dC:\
998178786Skmacy	:nd=\E[C:cm=\E[%i%d;%dH:UP=\E[%dA:\
999178786Skmacy	:up=\E[A:vs=\E[10/y\E[=1h\E[=2l\E[=6h:\
1000178786Skmacy	:DL=\E[%dM:dl=\E[M:cd=\E[J:ce=\E[K:cb=\E[1K:\
1001178786Skmacy	:ho=\E[H:ta=\t:st=\EH:AL=\E[%dL:al=\E[L:\
1002178786Skmacy	:sf=\ED:is=\E[?1l\E>\E[?7h\E[100g\E[0m\E7\E[r\E8:\
1003178786Skmacy	:*4=\E[P:*7=\E[147q:#2=\E[143q:#4=\E[158q:\
1004178786Skmacy	:%f=\E[210q:%i=\E[167q:!2=\E[218q:kb=\b:\
1005178786Skmacy	:kB=\E[Z:kl=\E[D:kd=\E[B:kr=\E[C:\
1006178786Skmacy	:ku=\E[A:kD=\177:@7=\E[146q:@8=\r:\
1007237263Snp	:k1=\E[001q:k;=\EOQ:F1=\EOR:F2=\EOS:\
1008178786Skmacy	:k2=\E[002q:k3=\E[003q:k4=\E[004q:k5=\E[005q:\
1009178786Skmacy	:k6=\E[006q:k7=\E[007q:k8=\E[008q:k9=\EOP:\
1010178786Skmacy	:kh=\E[H:kI=\E[139q:kN=\E[154q:kP=\E[150q:\
1011178786Skmacy	:%9=\E[209q:kM=\E[146q:&7=\E[217q:nw=\EE:\
1012178786Skmacy	:pk=\EP101;%d.y%s\E\\:rc=\E8:mr=\E[7m:\
1013178786Skmacy	:sr=\EM:se=\E[m:ue=\E[m:sc=\E7:me=\E[m:\
1014178786Skmacy	:so=\E[1;7m:us=\E[4m:ct=\E[3g:
1015178786Skmacy# # --------------------------------
1016178786Skmacy#
1017178786Skmacy# N: ANN ARBOR
1018178786Skmacy#
1019178786Skmacy# Needs function keys added.
1020178786Skmacy# Originally from Mike O'Brien@Rand and Howard Katseff at Bell Labs.
1021178786Skmacy# Highly modified 6/22 by Mike O'Brien.
1022178786Skmacy# split out into several for the various screen sizes by dave-yost@rand
1023237263Snp# Modifications made 3/82 by Mark Horton
1024178786Skmacy# Modified by Tom Quarles at UCB for greater efficiency and more diversity
1025178786Skmacy# status line moved to top of screen, vb removed 5/82
1026178786Skmacy#
1027178786Skmacy# assumes the following setup:
1028178786Skmacy#   A menu: 0000 1010  0001 0000
1029178786Skmacy#   B menu: 9600  0100 1000  0000 0000  1000 0000  17  19
1030178786Skmacy#   C menu: 56   66   0    0    9600  0110 1100
1031178786Skmacy#   D menu: 0110 1001   1   0
1032178786Skmacy#
1033178786Skmacy#	Briefly, the settings are for the following modes:
1034178786Skmacy#	   (values are for bit set/clear with * indicating our preference
1035178786Skmacy#	    and the value used to test these termcaps)
1036178786Skmacy#	Note that many of these settings are irelevent to the termcap
1037178786Skmacy#	and are just set to the default mode of the terminal as shipped
1038178786Skmacy#	by the factory.
1039178786Skmacy#
1040178786Skmacy# A menu: 0000 1010  0001 0000
1041178786Skmacy#	Block/underline cursor*
1042178786Skmacy#	blinking/nonblinking cursor*
1043178786Skmacy#	key click/no key click*
1044178786Skmacy#	bell/no bell at column 72*
1045178786Skmacy#
1046178786Skmacy#	key pad is cursor control*/key pad is numeric
1047178786Skmacy#	return and line feed/return for <cr> key *
1048178786Skmacy#	repeat after .5 sec*/no repeat
1049178786Skmacy#	repeat at 25/15 chars per sec. *
1050178786Skmacy#
1051178786Skmacy#	hold data until pause pressed/process data unless pause pressed*
1052178786Skmacy#	slow scroll/no slow scroll*
1053178786Skmacy#	Hold in area/don't hold in area*
1054178786Skmacy#	functions keys have default*/function keys disabled on powerup
1055178786Skmacy#
1056178786Skmacy#	show/don't show position of cursor during page transmit*
1057178786Skmacy#	unused
1058178786Skmacy#	unused
1059178786Skmacy#	unused
1060178786Skmacy#
1061178786Skmacy# B menu: 9600  0100 1000  0000 0000  1000 0000  17  19
1062178786Skmacy#	Baud rate (9600*)
1063178786Skmacy#
1064178786Skmacy#	2 bits of parity - 00=odd,01=even*,10=space,11=mark
1065178786Skmacy#	1 stop bit*/2 stop bits
1066178786Skmacy#	parity error detection off*/on
1067178786Skmacy#
1068178786Skmacy#	keyboard local/on line*
1069178786Skmacy#	half/full duplex*
1070178786Skmacy#	disable/do not disable keyboard after data transmission*
1071178786Skmacy#
1072178786Skmacy#	transmit entire page/stop transmission at cursor*
1073178786Skmacy#	transfer/do not transfer protected characters*
1074178786Skmacy#	transmit all characters/transmit only selected characters*
1075178786Skmacy#	transmit all selected areas/transmit only 1 selected area*
1076178786Skmacy#
1077178786Skmacy#	transmit/do not transmit line seperators to host*
1078178786Skmacy#	transmit/do not transmit page tab stops tabs to host*
1079178786Skmacy#	transmit/do not transmit column tab stop tabs to host*
1080178786Skmacy#	transmit/do not transmit graphics control (underline,inverse..)*
1081178786Skmacy#
1082237263Snp#	enable*/disable auto XON/XOFF control
1083178786Skmacy#	require/do not require receipt of a DC1 from host after each LF*
1084237263Snp#	pause key acts as a meta key/pause key is pause*
1085178786Skmacy#	unused
1086178786Skmacy#
1087178786Skmacy#	unused
1088178786Skmacy#	unused
1089178786Skmacy#	unused
1090178786Skmacy#	unused
1091237263Snp#
1092178786Skmacy#	XON character (17*)
1093237263Snp#	XOFF character (19*)
1094237263Snp#
1095237263Snp# C menu: 56   66   0    0    9600  0110 1100
1096178786Skmacy#	number of lines to print data on (printer) (56*)
1097178786Skmacy#
1098178786Skmacy#	number of lines on a sheet of paper (printer) (66*)
1099178786Skmacy#
1100254731Snp#	left margin (printer) (0*)
1101178786Skmacy#
1102178786Skmacy#	number of pad chars on new line to printer (0*)
1103178786Skmacy#
1104178786Skmacy#	printer baud rate (9600*)
1105178786Skmacy#
1106237263Snp#	printer parity: 00=odd,01=even*,10=space,11=mark
1107#	printer stop bits: 2*/1
1108#	print/do not print guarded areas*
1109#
1110#	new line is: 01=LF,10=CR,11=CRLF*
1111#	unused
1112#	unused
1113#
1114# D menu: 0110 1001   1   0
1115#	LF is newline/LF is down one line, same column*
1116#	wrap to preceding line if move left from col 1*/don't wrap
1117#	wrap to next line if move right from col 80*/don't wrap
1118#	backspace is/is not destructive*
1119#
1120#	display*/ignore DEL character
1121#	display will not/will scroll*
1122#	page/column tab stops*
1123#	erase everything*/erase unprotected only
1124#
1125#	editing extent: 0=display,1=line*,2=field,3=area
1126#
1127#	unused
1128#
1129aaa-unk|ann arbor ambassador (internal - don't use this directly):\
1130	:do=^J:al=3\E[L:am:le=^H:bs:\
1131	:cd=\E[J:ce=5\E[K:cl=156\E[H\E[J:cm=\E[%i%d;%dH:co#80:\
1132	:dc=4\E[P:dl=3\E[M:ho=\E[H:ic=4\E[@:\
1133	:md=\E[1m:mr=\E[7m:mb=\E[5m:mk=\E[8m:me=\E[m:\
1134	:ku=\EM:kd=\ED:kl=\E[D:kr=\E[C:kh=\E[H:ko=cl,dc,dl,ce,cd:\
1135	:ks=\EP`?z~[H~[[J`>z~[[J`8xz~[M`4xz~[[D`6xz~[[C`2xz~[D\E\\:\
1136	:ke=\EP`?y~[H~[[J`>y~[[2J`8xy~[M`4xy~[[D`6xy~[[C`2xy~[D\E\\:\
1137	:ch=\E[%i%d`:pt:bw:bt=\E[Z:\
1138	:mi:nd=\E[C:se=\E[m:so=\E[7m:ue=\E[m:us=\E[4m:up=\EM:
1139aaa-18|ann arbor ambassador/18 lines:\
1140	:ti=\E[2J\E[18;0;0;18p:te=\E[60;0;0;18p\E[18;1H\E[J:\
1141	: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:\
1142	:li#18:tc=aaa-unk:
1143aaa-20|ann arbor ambassador/20 lines:\
1144	:ti=\E[2J\E[20;0;0;20p:te=\E[60;0;0;20p\E[20;1H\E[J:\
1145	: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:\
1146	:li#20:tc=aaa-unk:
1147aaa-22|ann arbor ambassador/22 lines:\
1148	:ti=\E[2J\E[22;0;0;22p:te=\E[60;0;0;22p\E[22;1H\E[J:\
1149	: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:\
1150	:li#22:tc=aaa-unk:
1151aaa-24|ann arbor ambassador/24 lines:\
1152	:ti=\E[2J\E[24;0;0;24p:te=\E[60;0;0;24p\E[24;1H\E[J:\
1153	: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:\
1154	:li#24:tc=aaa-unk:
1155aaa-26|ann arbor ambassador/26 lines:\
1156	:ti=\E[2J\E[26;0;0;26p:te=\E[60;0;0;26p\E[26;1H\E[J:\
1157	: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:\
1158	:li#26:tc=aaa-unk:
1159aaa-28|ann arbor ambassador/28 lines:\
1160	:ti=\E[2J\E[28;0;0;28p:te=\E[60;0;0;28p\E[28;1H\E[J:\
1161	: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:\
1162	:li#28:tc=aaa-unk:
1163aaa|aaa-30|ambas|ambassador|ann arbor ambassador/30 lines:\
1164	:ti=\E[2J\E[30;0;0;30p:te=\E[60;0;0;30p\E[30;1H\E[J:\
1165	: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:\
1166	:li#30:tc=aaa-unk:
1167aaa-36|ann arbor ambassador/36 lines:\
1168	:ti=\E[2J\E[36;0;0;36p:te=\E[60;0;0;36p\E[36;1H\E[J:\
1169	: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:\
1170	:li#36:tc=aaa-unk:
1171aaa-40|ann arbor ambassador/40 lines:\
1172	:ti=\E[2J\E[40;0;0;40p:te=\E[60;0;0;40p\E[40;1H\E[J:\
1173	: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:\
1174	:li#40:tc=aaa-unk:
1175aaa-48|ann arbor ambassador/48 lines:\
1176	:ti=\E[2J\E[48;0;0;48p:te=\E[60;0;0;48p\E[48;1H\E[J:\
1177	: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:\
1178	:li#48:tc=aaa-unk:
1179aaa-60|ann arbor ambassador/60 lines:\
1180	:ti=\E[2J\E[60;0;0;60p:te=\E[60;0;0;60p\E[60;1H\E[J:\
1181	: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:\
1182	:li#60:tc=aaa-unk:
1183aaa-unk-s|ann arbor ambassador unknown with/status:\
1184	:es:hs:i2=\E7\E[>51h\E[H\E[2K\E[>51l\E8:\
1185	:ts=\E7\E[>51h\E[H\E[2K\E[%i%d`:fs=\E[>51l\E8:\
1186	:ds=\E7\E[>51h\E[H\E[2K\E[>51l\E8:\
1187	:tc=aaa-unk:
1188aaa-18-s|ann arbor ambassador/18 lines + status line:\
1189	:ti=\E[2J\E[18;1;0;18p:\
1190	:te=\E[60;1;0;18p\E[17;1H\E[J:\
1191	: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:\
1192	:li#17:tc=aaa-unk-s:
1193aaa-20-s|ann arbor ambassador/20 lines + status line:\
1194	:ti=\E[2J\E[20;1;0;20p:\
1195	:te=\E[60;1;0;20p\E[19;1H\E[J:\
1196	: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:\
1197	:li#19:tc=aaa-unk-s:
1198aaa-22-s|ann arbor ambassador/22 lines + status line:\
1199	:ti=\E[2J\E[22;1;0;22p:\
1200	:te=\E[60;1;0;22p\E[21;1H\E[J:\
1201	: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:\
1202	:li#21:tc=aaa-unk-s:
1203aaa-24-s|ann arbor ambassador/24 lines + status line:\
1204	:ti=\E[2J\E[24;1;0;24p:\
1205	:te=\E[60;1;0;24p\E[23;1H\E[J:\
1206	: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:\
1207	:li#23:tc=aaa-unk-s:
1208aaa-26-s|ann arbor ambassador/26 lines + status line:\
1209	:ti=\E[2J\E[26;1;0;26p:\
1210	:te=\E[60;1;0;26p\E[25;1H\E[J:\
1211	: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:\
1212	:li#25:tc=aaa-unk-s:
1213aaa-28-s|ann arbor ambassador/28 lines + status line:\
1214	:ti=\E[2J\E[28;1;0;28p:\
1215	:te=\E[60;1;0;28p\E[27;1H\E[J:\
1216	: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:\
1217	:li#27:tc=aaa-unk-s:
1218aaa-30-s|ann arbor ambassador/30 lines + status line:\
1219	:ti=\E[2J\E[30;1;0;30p:\
1220	:te=\E[60;1;0;30p\E[29;1H\E[J:\
1221	: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:\
1222	:li#29:tc=aaa-unk-s:
1223aaa-36-s|ann arbor ambassador/36 lines + status line:\
1224	:ti=\E[2J\E[36;1;0;36p:\
1225	:te=\E[60;1;0;36p\E[35;1H\E[J:\
1226	: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:\
1227	:li#35:tc=aaa-unk-s:
1228aaa-40-s|ann arbor ambassador/40 lines + status line:\
1229	:ti=\E[2J\E[40;1;0;40p:\
1230	:te=\E[60;1;0;40p\E[39;1H\E[J:\
1231	: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:\
1232	:li#39:tc=aaa-unk-s:
1233aaa-48-s|ann arbor ambassador/48 lines+sl:\
1234	:ti=\E[2J\E[48;1;0;48p:te=\E[60;1;0;48p\E[47;1H\E[J:\
1235	: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:\
1236	:li#47:tc=aaa-unk-s:
1237aaa-60-s|ann arbor ambassador/60 lines + status line:\
1238	:ti=\E[2J\E[60;1;0;60p:te=\E[60;1;0;60p\E[59;1H\E[J:\
1239	: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:\
1240	:li#59:tc=aaa-unk-s:
1241aaa-18-rv|ambassador/18 lines+rv:\
1242	:md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
1243	:us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
1244	: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:\
1245	:tc=aaa-18:
1246aaa-20-rv|ambassador/20 lines+rv:\
1247	:md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
1248	:us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
1249	: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:\
1250	:tc=aaa-20:
1251aaa-22-rv|ambassador/22 lines+rv:\
1252	:md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
1253	:us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
1254	: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:\
1255	:tc=aaa-22:
1256aaa-24-rv|ambassador/24 lines+rv:\
1257	:md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
1258	:us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
1259	: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:\
1260	:tc=aaa-24:
1261aaa-26-rv|ambassador/26 lines+rv:\
1262	:md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
1263	:us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
1264	: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:\
1265	:tc=aaa-26:
1266aaa-28-rv|ambassador/28 lines+rv:\
1267	:md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
1268	:us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
1269	: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:\
1270	:tc=aaa-28:
1271aaa-30-rv|ann arbor ambassador/30 lines in reverse video:\
1272	:md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
1273	:us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
1274	: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:\
1275	:tc=aaa-30:
1276aaa-36-rv|ann arbor ambassador/36 lines in reverse video:\
1277	:md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
1278	:us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
1279	: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:\
1280	:tc=aaa-36:
1281aaa-40-rv|ann arbor ambassador/40 lines in reverse video:\
1282	:md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
1283	:us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
1284	: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:\
1285	:tc=aaa-40:
1286aaa-48-rv|ann arbor ambassador/48 lines in reverse video:\
1287	:md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
1288	:us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
1289	: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:\
1290	:tc=aaa-48:
1291aaa-60-rv|ann arbor ambassador/60 lines in reverse video:\
1292	:md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
1293	:us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
1294	: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:\
1295	:tc=aaa-60:
1296aaa-18-rv-s|aaa-18-s-rv|ambassador/18 lines+sl+rv:\
1297	:md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
1298	:us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
1299	:ti=\E[2J\E[18;1;0;18p:te=\E[60;1;0;18p\E[17;1H\E[J:li#17:\
1300	: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:\
1301	:tc=aaa-unk-s:
1302aaa-20-rv-s|aaa-20-s-rv|ambassador/20 lines+sl+rv:\
1303	:md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
1304	:us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
1305	:ti=\E[2J\E[20;1;0;20p:te=\E[60;1;0;20p\E[19;1H\E[J:li#19:\
1306	: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:\
1307	:tc=aaa-unk-s:
1308aaa-22-rv-s|aaa-22-s-rv|ambassador/22 lines+sl+rv:\
1309	:md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
1310	:us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
1311	:ti=\E[2J\E[22;1;0;22p:te=\E[60;1;0;22p\E[21;1H\E[J:li#21:\
1312	: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:\
1313	:tc=aaa-unk-s:
1314aaa-24-rv-s|aaa-24-s-rv|ambassador/24 lines+sl+rv:\
1315	:md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
1316	:us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
1317	:ti=\E[2J\E[24;1;0;24p:te=\E[60;1;0;24p\E[23;1H\E[J:li#23:\
1318	: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:\
1319	:tc=aaa-unk-s:
1320aaa-26-rv-s|aaa-26-s-rv|ambassador/26 lines+sl+rv:\
1321	:md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
1322	:us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
1323	:ti=\E[2J\E[26;1;0;26p:te=\E[60;1;0;26p\E[25;1H\E[J:li#25:\
1324	: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:\
1325	:tc=aaa-unk-s:
1326aaa-28-rv-s|aaa-28-s-rv|ambassador/28 lines+sl+rv:\
1327	:md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
1328	:us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
1329	:ti=\E[2J\E[28;1;0;28p:te=\E[60;1;0;28p\E[27;1H\E[J:li#27:\
1330	: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:\
1331	:tc=aaa-unk-s:
1332aaa-rv|aaa-30-rv-s|aaa-30-s-rv|ambassador/30 lines+sl+rv:\
1333	:md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
1334	:us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
1335	:ti=\E[2J\E[30;1;0;30p:te=\E[60;1;0;30p\E[29;1H\E[J:li#29:\
1336	: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:\
1337	:tc=aaa-unk-s:
1338aaa-36-rv-s|aaa-36-s-rv|ambassador/36 lines+sl+rv:\
1339	:md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
1340	:us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
1341	:ti=\E[2J\E[36;1;0;36p:te=\E[60;1;0;36p\E[35;1H\E[J:li#35:\
1342	: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:\
1343	:tc=aaa-unk-s:
1344aaa-40-rv-s|aaa-40-s-rv|ambassador/40 lines+sl+rv:\
1345	:md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
1346	:us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
1347	:ti=\E[2J\E[40;1;0;40p:te=\E[60;1;0;40p\E[39;1H\E[J:li#39:\
1348	: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:\
1349	:tc=aaa-unk-s:
1350aaa-48-rv-s|aaa-48-s-rv|ambassador/48 lines+sl+rv:\
1351	:md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
1352	:us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
1353	:ti=\E[2J\E[48;1;0;48p:te=\E[60;1;0;48p\E[47;1H\E[J:li#47:\
1354	: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:\
1355	:tc=aaa-unk-s:
1356aaa-60-rv-s|aaa-60-s-rv|ambassador/60 lines+sl+rv:\
1357	:md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
1358	:us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
1359	:ti=\E[2J\E[60;1;0;60p:te=\E[60;1;0;60p\E[59;1H\E[J:li#59:\
1360	: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:\
1361	:tc=aaa-unk-s:
1362aaa-24-ctxt:\
1363	: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:
1364aaa-24-rv-ctxt|ambassador/24+rv:\
1365	: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:
1366aaa-s-ctxt|aaa-30-s-ctxt|hairy aaa:\
1367	: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:
1368aaa-s-rv-ctxt|aaa-30-s-rv-ctxt:\
1369	:md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
1370	:us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
1371	: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:\
1372	:ti=\E[30;1H\E[K\E[30;1;0;30p:te=\E[60;1;0;30p\E[59;1H\E[K:\
1373	:li#29:tc=aaa-unk-s:
1374aaa-ctxt|aaa-30-ctxt:\
1375	:ti=\E[30;0;0;30p:te=\E[60;0;0;30p\E[60;1H\E[K:tc=aaa-30:
1376aaa-rv-ctxt|aaa-30-rv-ctxt:\
1377	:ti=\E[30;0;0;30p:te=\E[60;0;0;30p\E[60;1H\E[K:\
1378	:md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
1379	:us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
1380	: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:\
1381	:li#30:tc=aaa-unk:
1382aaa-db|ann arbor ambassador 30/destructive backspace:\
1383	:ti=\E[H\E[J\E[30;0;0;30p:te=\E7\E[60;0;0;30p\E8:li#30:\
1384	: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@:\
1385	:tc=aaa-unk:
1386aa|annarbor|4080|ann arbor 4080:\
1387	:do=^J:pt:ct=^\^P^P:st=^]^P1:cm=^O%r%\066%.%>^S^L%+@:\
1388	:co#80:li#40:le=^H:bs:cl=2^L:up=^N:nd=^_:ho=^K:am:\
1389	:kb=^^:kd=^J:ku=^N:kl=^H:kr=^_:kh=^K:ma=^_ ^N^P:
1390# # --------------------------------
1391#
1392# P: PC entries for use with kermit
1393#
1394# greg small (gts@populi)
1395#
1396# Cannot use :pt:, it does not work (why?).  :ho: seems required (why?). [gts]
1397# Caution: 4.3 BSD tset does not pass li#25 to stty rows except during login?
1398# :cl: clears attributes and sets wrap at margin before clearing the screen.
1399ansi.sys|ansisys|PC-DOS 3.1 ANSI.SYS:\
1400	:am:bs:ce=\E[K:cl=\E[m\E[7h\E[2J:cm=\E[%i%d;%dH:co#80:\
1401	:ku=^K:kd=^J:kl=^H:kr=^L:kh=^^:ma=^Hh\012j^Kk^Ll^^H:\
1402	:ho=\E[H:li#25:nd=\E[C:up=\E[A:\
1403	:ms:md=\E[1m:me=\E[m:mr=\E[7m:se=\E[m:so=\E[1m:ue=\E[m:us=\E[4m:\
1404	:is=U1 PC-DOS 3.1 ANSI.SYS 9-23-86\n\E[m\E[7h:
1405#
1406# Define IBM PC keypad keys for vi as per MS-Kermit while using ANSI.SYS.
1407# This should only be used when the terminal emulator cannot redefine the keys.
1408# Since redefining keys with ansi.sys also affects PC-DOS programs, the key
1409# definitions must be restored.  If the terminal emulator is quit while in vi
1410# or others using :ks:ke:, the keypad keys will not be defined as per PC-DOS.
1411# The PgUp and PgDn are prefixed with ESC so that tn3270 can be used on Unix
1412# (^U and ^D are already defined for tn3270).  The ESC is safe for vi but it
1413# does "beep".  ESC ESC i is used for Ins to avoid tn3270 ESC i for coltab.
1414# Left arrow is always BS, because PC-dos can tolerate this change.
1415# Caution: vi is limited to 256 string bytes, longer crashes or wierds vi.
1416# Consequently the End keypad key could not be set (it is relatively safe and
1417# actually useful because it sends ^@ O, which beeps and opens a line above).
1418ansi.sysk|ansisysk|PC-DOS 3.1 ANSI.SYS with keypad redefined for vi:\
1419	:ks=\E[;71;30p\E[;72;11p\E[;73;27;21p\E[;77;12p\E[;80;10p\E[;81;27;4p\E[;82;27;27;105p\E[;83;127p:\
1420	:ke=\E[;71;0;71p\E[;72;0;72p\E[;73;0;73p\E[;77;0;77p\E[;80;0;80p\E[;81;0;81p\E[;82;0;82p\E[;83;0;83p:\
1421	:is=U2 PC-DOS 3.1 ANSI.SYS with keypad redefined for vi 9-29-86\n\E[;75;8p:\
1422	:tc=ansi.sys:
1423#
1424# Adds ins/del line/character, hence vi reverse scrolls/inserts/deletes nicer.
1425nansi.sys|nansisys|PC-DOS Public Domain NANSI.SYS:\
1426	:al=\E[1L:dl=\E[1M:ic=\E[1@:dc=\E[1P:\
1427	:is=U3 PC-DOS Public Domain NANSI.SYS 9-23-86\n:\
1428	:tc=ansi.sys:
1429#
1430# See U2 ansi.sysk and U3 nansi.sys above.
1431nansi.sysk|nansisysk|PC-DOS Public Domain NANSI.SYS with keypad redefined for vi:\
1432	:al=\E[1L:dl=\E[1M:ic=\E[1@:dc=\E[1P:\
1433	:is=U4 PC-DOS Public Domain NANSI.SYS with keypad redefined for vi 9-29-86\n\E[;75;8p:\
1434	:tc=ansi.sysk:
1435#	Helmuth Michaelis <hm@FreeBSD.org>
1436#	386bsd vt220 terminal emulator console (pc keyboard & monitor)
1437#	termcap entries for pure VT220-Emulation and 25, 28, 35, 40, 43 and
1438#	50 lines entries
1439#	80 columns
1440#---------------------------------------------------------------------------
1441pcvt25|dec vt220 with 25 lines:\
1442	:li#25:\
1443	:co#80:\
1444	:is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;25r\E[25;1H:\
1445	:tc=pcvtXX:
1446
1447pcvt28|dec vt220 with 28 lines:\
1448	:li#28:\
1449	:co#80:\
1450	:is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;28r\E[28;1H:\
1451	:tc=pcvtXX:
1452
1453pcvt35|dec vt220 with 35 lines:\
1454	:li#35:\
1455	:co#80:\
1456	:is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;35r\E[35;1H:\
1457	:tc=pcvtXX:
1458
1459pcvt40|dec vt220 with 40 lines:\
1460	:li#40:\
1461	:co#80:\
1462	:is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;40r\E[40;1H:\
1463	:tc=pcvtXX:
1464
1465pcvt43|dec vt220 with 43 lines:\
1466	:li#43:\
1467	:co#80:\
1468	:is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;43r\E[43;1H:\
1469	:tc=pcvtXX:
1470
1471pcvt50|dec vt220 with 50 lines:\
1472	:li#50:\
1473	:co#80:\
1474	:is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;50r\E[50;1H:\
1475	:tc=pcvtXX:
1476#	termcap entries for pure VT220-Emulation and 25, 28, 35, 40, 43 and
1477#	50 lines entries
1478#	132 columns
1479pcvt25w|dec vt220 with 25 lines and 132 cols:\
1480	:li#25:\
1481	:co#132:\
1482	:is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;25r\E[25;1H:\
1483	:tc=pcvtXX:
1484
1485pcvt28w|dec vt220 with 28 lines and 132 cols:\
1486	:li#28:\
1487	:co#132:\
1488	:is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;28r\E[28;1H:\
1489	:tc=pcvtXX:
1490
1491pcvt35w|dec vt220 with 35 lines and 132 cols:\
1492	:li#35:\
1493	:co#132:\
1494	:is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;35r\E[35;1H:\
1495	:tc=pcvtXX:
1496
1497pcvt40w|dec vt220 with 40 lines and 132 cols:\
1498	:li#40:\
1499	:co#132:\
1500	:is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;40r\E[40;1H:\
1501	:tc=pcvtXX:
1502
1503pcvt43w|dec vt220 with 43 lines and 132 cols:\
1504	:li#43:\
1505	:co#132:\
1506	:is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;43r\E[43;1H:\
1507	:tc=pcvtXX:
1508
1509pcvt50w|dec vt220 with 50 lines and 132 cols:\
1510	:li#50:\
1511	:co#132:\
1512	:is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;50r\E[50;1H:\
1513	:tc=pcvtXX:
1514#	termcap entries for HP-Emulation and 25, 28, 35, 40, 43 and 50
1515#	lines entries. note that the HP-Emulation uses the bottom 3 lines
1516#	for status and function key labels, so we get always 3 lines less.
1517#	"Xs" is a nonstandard, private flag indicating HP-like fkey labels
1518#	80 column entries
1519pcvt22h|dec vt220 with HP-fkey labels and 22 lines:\
1520	:li#22:\
1521	:co#80:\
1522	:Xs:\
1523	:is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;22r\E[22;1H:\
1524	:tc=pcvtXX:
1525
1526pcvt25h|dec vt220 with HP-fkey labels and 25 lines:\
1527	:li#25:\
1528	:co#80:\
1529	:Xs:\
1530	:is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;25r\E[25;1H:\
1531	:tc=pcvtXX:
1532
1533pcvt32h|dec vt220 with HP-fkey labels and 32 lines:\
1534	:li#32:\
1535	:co#80:\
1536	:Xs:\
1537	:is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;32r\E[32;1H:\
1538	:tc=pcvtXX:
1539
1540pcvt37h|dec vt220 with HP-fkey labels and 37 lines:\
1541	:li#37:\
1542	:co#80:\
1543	:Xs:\
1544	:is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;37r\E[37;1H:\
1545	:tc=pcvtXX:
1546
1547pcvt40h|dec vt220 with HP-fkey labels and 40 lines:\
1548	:li#40:\
1549	:co#80:\
1550	:Xs:\
1551	:is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;40r\E[40;1H:\
1552	:tc=pcvtXX:
1553
1554pcvt47h|dec vt220 with HP-fkey labels and 47 lines:\
1555	:li#47:\
1556	:co#80:\
1557	:Xs:\
1558	:is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;47r\E[47;1H:\
1559	:tc=pcvtXX:
1560#	termcap entries for HP-Emulation and 25, 28, 35, 40, 43 and 50
1561#	lines entries. note that the HP-Emulation uses the bottom 3 lines
1562#	for status and function key labels, so we get always 3 lines less.
1563#	"Xs" is a nonstandard, private flag indicating HP-like fkey labels
1564#	132 column entries
1565pcvt22hw|dec vt220 with HP-fkey labels, 22 lines and 132 cols:\
1566	:li#22:\
1567	:co#132:\
1568	:Xs:\
1569	:is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;22r\E[22;1H:\
1570	:tc=pcvtXX:
1571
1572pcvt25hw|dec vt220 with HP-fkey labels, 25 lines and 132 cols:\
1573	:li#25:\
1574	:co#132:\
1575	:Xs:\
1576	:is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;25r\E[25;1H:\
1577	:tc=pcvtXX:
1578
1579pcvt32hw|dec vt220 with HP-fkey labels, 32 lines and 132 cols:\
1580	:li#32:\
1581	:co#132:\
1582	:Xs:\
1583	:is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;32r\E[32;1H:\
1584	:tc=pcvtXX:
1585
1586pcvt37hw|dec vt220 with HP-fkey labels, 37 lines and 132 cols:\
1587	:li#37:\
1588	:co#132:\
1589	:Xs:\
1590	:is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;37r\E[37;1H:\
1591	:tc=pcvtXX:
1592
1593pcvt40hw|dec vt220 with HP-fkey labels, 40 lines and 132 cols:\
1594	:li#40:\
1595	:co#132:\
1596	:Xs:\
1597	:is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;40r\E[40;1H:\
1598	:tc=pcvtXX:
1599
1600pcvt47hw|dec vt220 with HP-fkey labels, 47 lines and 132 cols:\
1601	:li#47:\
1602	:co#132:\
1603	:Xs:\
1604	:is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;47r\E[47;1H:\
1605	:tc=pcvtXX:
1606#	main entry, without "is" and "li" capabilities
1607pcvtXX|pcvt vt200 emulator (DEC VT220):\
1608	:AL=\E[%dL:\
1609	:DC=\E[%dP:\
1610	:DL=\E[%dM:\
1611	:DO=\E[%dB:\
1612	:IC=\E[%d@:\
1613	:LE=\E[%dD:\
1614	:RI=\E[%dC:\
1615	:SF=\E[%dS:\
1616	:SR=\E[%dT:\
1617	:UP=\E[%dA:\
1618	:ae=^O:\
1619	:al=\E[L:\
1620	:am:\
1621	:as=^N:\
1622	:bl=^G:\
1623	:bs:\
1624	:cb=\E[1K:\
1625	:cd=\E[J:\
1626	:ce=\E[K:\
1627	:cl=\E[H\E[J:\
1628	:cm=\E[%i%d;%dH:\
1629	:cr=^M:\
1630	:cs=\E[%i%d;%dr:\
1631	:ct=\E[3g:\
1632	:dc=\E[P:\
1633	:dl=\E[M:\
1634	:do=^J:\
1635	:ei=\E[4l:\
1636	:ho=\E[H:\
1637	:im=\E[4h:\
1638	:it#8:\
1639	:k1=\E[17~:\
1640	:k2=\E[18~:\
1641	:k3=\E[19~:\
1642	:k4=\E[20~:\
1643	:k5=\E[21~:\
1644	:k6=\E[23~:\
1645	:k7=\E[24~:\
1646	:k8=\E[25~:\
1647	:kD=\E[3~:\
1648	:kH=\E[4~:\
1649	:kI=\E[2~:\
1650	:kN=\E[6~:\
1651	:kP=\E[5~:\
1652	:kb=\177:\
1653	:kd=\EOB:\
1654	:ke=\E[?1l\E>:\
1655	:kh=\E[1~:\
1656	:kl=\EOD:\
1657	:km:\
1658	:kr=\EOC:\
1659	:ks=\E[?1h\E=:\
1660	:ku=\EOA:\
1661	:le=^H:\
1662	:mb=\E[5m:\
1663	:md=\E[1m:\
1664	:me=\E[m:\
1665	:mi:\
1666	:mr=\E[7m:\
1667	:ms:\
1668	:nd=\E[C:\
1669	:pb#16000000:\
1670	:pt:\
1671	:rc=\E8:\
1672	:rf=/usr/share/tabset/vt100:\
1673	:rs=\Ec\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
1674	:sc=\E7:\
1675	:se=\E[27m:\
1676	:sf=\ED:\
1677	:so=\E[7m:\
1678	:sr=\EM:\
1679	:st=\EH:\
1680	:ue=\E[24m:\
1681	:up=\E[A:\
1682	:us=\E[4m:\
1683	:vt#3:\
1684	:xn:
1685# # --------------------------------
1686#
1687# T: TELETYPE
1688#
1689# We need descriptions for the model 40.  There are known to be at least three
1690# flavors of the 40, both seem more like IBM half duplex forms fillers than
1691# ASCII terminals.  They have lots of awful braindamage, such as printing
1692# a visible newline indicator after each newline.  The 40-1 is a half duplex
1693# terminal and is hopeless.  The 40-2 is braindamaged but has hope and is
1694# described here.  The 40-4 is a 3270 lookalike and beyond hope.
1695# The terminal has visible bell but I don't know it - it's
1696# null here to prevent it from showing the BL character.
1697# There is an \EG in nl because of a bug in vi (if stty says you have
1698# a "newline" style terminal (-crmode) vi figures all it needs is nl
1699# to get crlf, even if cr is not ^M.)
170040|tty40|ds40|ds40/2|ds40-2|dataspeed40|teletype dataspeed 40/2:\
1701	:cl=160\ER:cd=160\EJ:al=160\EL:dl=160\EM:dc=50\EP:ic=50\E\^:\
1702	:nd=\EC:up=\E7:bs:cr=\EG:nl=\EG\EB:do=\EB:co#80:li#24:vb=:\
1703	:so=\E3:se=\E4:
170433|tty33|tty|model 33 teletype:\
1705	:do=^J:co#72:hc:os:
170643|tty43|model 43 teletype:\
1707	:do=^J:kb=^h:am:le=^H:bs:hc:os:co#132:
170837|tty37|model 37 teletype:\
1709	:do=^J:le=^H:bs:hc:hu=\E8:hd=\E9:up=\E7:os:
1710# From jwb Wed Mar 31 13:25:09 1982 remote from ihuxp
1711# This entry appears to avoid the top line - I have no idea why.
17124424|tty4424|teletype 4424M:\
1713	:al=\EL:da:db:ip=2:ic=\E\^:dc=\EP:dl=\EM:\
1714	:co#80:li#23:am:cl=\E[2;H\E[J:bs:cm=\E[%i%2;%2H\E[B:\
1715	:nd=\E[C:up=\E[A:pt:mi:sr=\ET:\
1716	:ce=\E[K:so=\E[7m:se=\E[m:us=\E[4m:ue=\E[m:\
1717	:is=\E[m\E[2;24r:\
1718	:kd=\E[B:kl=\E[D:ku=\E[A:kr=\E[C:\
1719	:kh=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:
1720# Teletype blit.
1721dmd|5620|ttydmd|tty5620|5620	terminal 88 columns:\
1722	:co#88:li#70:am:bs:pt:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\
1723	:cl=\E[H\E[J:cd=\E[J:ce=\E[K:al=\E[L:dl=\E[M:do=^J:\
1724	:ic=\E[@:dc=\E[P:sr=\E[T:sf=\E[S:le=^H:kb=^H:\
1725	:kl=\E[D:kr=\E[C:ku=\E[A:kd=\E[B:kh=\E[H:ho=\E[H:ll=\E[70;1H:\
1726	:AL=\E[%dL:DL=\E[%dM:IC=\E[%d@:DC=\E[%dP:rc=\E8:rs=\Ec:sc=\E7:\
1727	:so=\E[7m:se=\E[0m:us=\E[4m:ue=\E[0m:ms:me=\E[0m:mr=\E[7m:
1728# # --------------------------------
1729#
1730# V: VISUAL
1731#
1732# The Visual 200 beeps when you type a character in insert mode.
1733# This is a horribly obnoxious misfeature, and some of the entries
1734# below try to get around the problem by ignoring the feature or
1735# turning it off when inputting a character.  They are said not to
1736# work well at 300 baud.  (You could always cut the wire to the bell!)
1737#From mike@brl-vgr Mon Nov 14 08:34:29 1983
1738vi200|vis200|visual 200 with function keys:\
1739	:so=\E4:se=\E3:ms:do=^J:\
1740	:al=\EL:am:le=^H:bs:cd=\Ey:ce=\Ex:cl=\Ev:\
1741	:cm=\EY%+ %+ :co#80:dc=\EO:dl=\EM:ho=\EH:\
1742	:ic=\Ei \b\Ej:\
1743	:is=\E3\Eb\Ej\E\\\El\EG\Ec\Ek:\
1744	:k0=\EP:k1=\EQ:k2=\ER:k3=\E :k4=\E!:k5=\E":k6=\E#:\
1745	:k7=\E$:k8=\E%:k9=\E&:kl=\ED:kr=\EC:ku=\EA:kd=\EB:kh=\EH:\
1746	:li#24:nd=\EC:pt:sr=\EI:up=\EA:vs=\Ed:ve=\Ec:
1747vi200-rv-ic|visual 200 reverse video using insert char:\
1748	:ei=\Ej:im=\Ei:ic@:tc=vi200-rv:
1749# The older Visuals didn't come with function keys. This entry uses
1750# ks and ke so that the keypad keys can be used as function keys.
1751# If your version of vi doesn't support function keys you may want
1752# to use V2.
1753vi200-f|visual|visual 200 no function keys:\
1754	:do=^J:al=\EL:am:le=^H:bs:cd=\Ey:ce=4*\Ex:cl=\Ev:\
1755	:cm=\EY%+ %+ :co#80:dc=4*\EO:dl=4*\EM:ho=\EH:\
1756	:ic=\Ei \b\Ej:\
1757	:is=\E3\Eb\Ej\E\\\El\EG\Ed\Ek:ks=\E=:ke=\E>:\
1758	:k0=\E?p:k1=\E?q:k2=\E?r:k3=\E?s:k4=\E?t:k5=\E?u:k6=\E?v:\
1759	:k7=\E?w:k8=\E?x:k9=\E?y:kl=\ED:kr=\EC:ku=\EA:kd=\EB:kh=\EH:\
1760	:li#24:nd=\EC:pt:sr=\EI:up=\EA:vs=\Ed:ve=\Ec:
1761vi200-rv|visual 200 reverse video:\
1762	:so=\E4:se=\E3:sr@:vs@:ve@:tc=vi200:
1763vi200-ic|visual 200 using insert char:\
1764	:ei=\Ej:im=\Ei:ic@:tc=vi200:
1765# From: jbs@athena.mit.edu	Jeff Siegal
1766vi55|Visual 55:\
1767	:im=\Ea:ei=\Eb:mi:dc=\Ew:al=\EL:dl=\EM:cs=\E_%+A%+A:\
1768	:ho=\EH:cl=\Ev:is=\Ev\E_AX\Eb\EW\E9P\ET:so=\EU:se=\ET:ms:\
1769	:do=^J:le=^H:bs:cd=\EJ:ce=\EK:cm=\EY%+ %+ :co#80:li#24:\
1770	:nd=\EC:pt:am:sr=\EI:up=\EA:ku=\EA:kd=\EB:kr=\EC:kl=\ED:kb=^H:
1771# # --------------------------------
1772#
1773# X: TEKTRONIX
1774#
1775tek|tek4012|4012|tektronix 4012:\
1776	:do=^J:is=\E^O:le=^H:bs:cl=1000\E^L:co#75:ns:li#35:os:
1777tek4013|4013|tektronix 4013:\
1778	:as=\E^N:ae=\E^O:dF#1000:tc=4012:
1779tek4014|4014|tektronix 4014:\
1780	:is=\E^O\E9:co#81:li#38:dF#1000:tc=tek4012:
1781tek4015|4015|tektronix 4015:\
1782	:as=\E^N:ae=\E^O:tc=4014:
1783tek4014-sm|4014-sm|tektronix 4014 in small font:\
1784	:is=\E^O\E\072:co#121:li#58:tc=tek4014:
1785tek4015-sm|4015-sm|tektronix 4015 in small font:\
1786	:as=\E^N:ae=\E^O:tc=4014-sm:
1787# I think the 1000UP is supposed to be so expensive it never happens.
1788tek4023|4023|tex|tektronix 4023:\
1789	:do=^J:so=^_P:se=^_@:cm=\034%r%+ %+ :nd=\t:le=^H:\
1790	:bs:cl=4\E^L:co#80:li#24:am:up=1000UP:vt#4:
1791# Can't use cursor motion because it's memory relative, and because
1792# it only works in the workspace, not the monitor.  Same for home.
1793# Likewise, standout only works in the workspace.
1794# 145 ms padding on al and AL taken out since it doesn't seem to be needed much.
17954025|4027|4024|tek4025|tek4027|tek4024|4025cu|4027cu|tektronix 4024/4025/4027:\
1796	:sf=^F^J:do=^F^J:is=\41com 31\r\n^_sto 9 17 25 33 41 49 57 65 73\r:\
1797	:ks=^_lea p4 /h/\r^_lea p8 /k/\r^_lea p6 / /\r^_lea p2 /j/\r^_lea f5 /H/\r^_lea p5 /H/\r:\
1798	:ke=^_lea p2\r^_lea p4\r^_lea p6\r^_lea p8\r^_lea p5\r^_lea f5\r:\
1799	:am:le=^H:bs:da:db:pt:li#34:co#80:cl=^_era\r\n\n:up=^K:nd=^_rig\r:\
1800	:al=^_up\r^_ili\r:dl=^_dli\r^F:\
1801	:dc=^_dch\r:im=^_ich\r:ei=^F^_dow\r^K:nl=^F\n:\
1802	:cd=^_dli 50\r:CC=^_:AL=^_up\r^_ili %d\r:DL=^_dli %d\r^F:\
1803	:UP=^_up %d\r:DO=^_dow %d\r:LE=^_lef %d\r:RI=^_rig %d\r:
1804# Tektronix 4025A from gwyn@brl-smoke.ARPA (Doug Gwyn )
1805# The following status modes are assumed for normal operation (replace the
1806# initial "!" by whatever the current command character is):
1807#	!COM 29			# NOTE: changes command character to GS (^])
1808#	^]DUP
1809#	^]ECH R
1810#	^]EOL
1811#	^]RSS T
1812#	^]SNO N
1813#	^]STO 9 17 25 33 41 49 57 65 73
1814# Other modes may be set according to communication requirements.
1815# If the command character is inadvertently changed, termcap can't restore it.
1816# Insert-character cannot be made to work on both top and bottom rows.
1817# Clear-to-end-of-display emulation via !DLI 988 is too groady to use, alas.
1818# There also seems to be a problem with vertical motion, perhaps involving
1819# delete/insert-line, following a typed carriage return.  This terminal sucks.
1820# Delays not specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
1821tek4025a|4025a|Tektronix 4025A:\
1822	:al=^K^]ili;:am:bl=^G:bt=^]bac;:bw:CC=^]:cl=^]era;^J^]rup;:co#80:\
1823	:cr=^M:ct=^]sto;:da:db:DC=^]dch %d;:dc=^]dch;:DL=^]dli %d;:dl=^]dli;:\
1824	:DO=^]dow %d;:do=^J:it#8:LE=^]lef %d;:le=^H:li#34:nd=^]rig;:\
1825	:RI=^]rig %d;:\
1826	:rs=!com 29^]del 0^]rss t^]buf^]buf n^]cle^]dis^]dup^]ech r^]eol\
1827^]era g^]for n^]pad 203^]pad 209^]sno n^]sto 9 17 25 33 41 49 57 65 73\
1828^]wor 0;:\
1829	:SF=^]dow %d;:sf=^J:ta=^I:UP=^]up %d;:up=^K:xo:\
1830	:ce=^]dch 80;:ch=\r^]rig %d;:\
1831	:bs:pt:xx:
18324025-17|4027-17|tek 4025 17 line window:\
1833	:li#17:tc=4025:
18344025-17ws|4027-17ws|tek 4025 17 line window in workspace:\
1835	:is=\41com 31\r\n^_sto 9,17,25,33,41,49,57,65,73\r^_wor 17\r^_mon 17\r:\
1836	:ti=^_wor h\r:te=^_mon h\r:so=^_att e\r:se=^_att s\r:tc=4025-17:
18374025ex|4027ex|tek 4025 w/!:\
1838	:ti=\41com 31\r:te=^_com 33\r:\
1839	:is=^_com 33\r\n\41sto 9,17,25,33,41,49,57,65,73\r:tc=4025:
1840# From jcoker@ucbic
1841tek4107|tek4207|4107|4207|Tektronix 4107 graphics terminal with memory:\
1842	:ti=\E[?6l\E[H\E[J:te=\E[?6h\E%!0\ELBP0\E%!1\E[32;1f:\
1843	: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:\
1844	:li#32:do=^J:al=3\E[L:xn:am:le=^H:bs:cd=\E[J:\
1845	: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:\
1846	:ho=\E[H:ic=4\E[@:md=\E[1m:mr=\E[7m:mb=\E[5m:me=\E[m:ku=\EM:\
1847	:kd=\ED:kl=\E[D:kr=\E[C:kh=\E[H:\
1848	:ul:pt:bw:bt=\E[Z:mi:nd=\E[C:se=\E[m:so=\E[7m:\
1849	:ue=\E[m:us=\E[4m:up=\EM:
1850#  Tektronix 4107 with sysline
18514107-s|tek4107-s|Tektronix 4107 with sysline but no memory:\
1852	: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:\
1853	:es:hs:i2=\E7\E[?6l\E[2K\E[?6h\E8:ts=\E7\E[?6l\E[2K\E[;%i%df:\
1854	:fs=\E[?6h\E8:ds=\E7\E[?6l\E[2K\E[?6h\E8:tc=4107:
1855# From cbosg!teklabs!davem Wed Sep 16 21:11:41 1981
1856# Here's the comamnd file that I use to get rogue to work on the 4025.
1857# It should work with any program using the old curses (e.g. it better
1858# not try to scroll, or cursor addressing won't work.  Also, you can't
1859# see the cursor.)
1860# (This "learns" the arrow keys for rogue. I have adapted it for termcap - mrh)
18614025-cr|tek 4025 for curses and rogue:\
1862	:is=\41com 31\r\n^_sto 9 17 25 33 41 49 57 65 73\r:\
1863	:am:le=^H:bs:pt:li#33:co#80:cm=^_jum%i%d,%d;:up=^K:\
1864	:do=^F^J:cl=^_era;:nd=^_rig;:nl=^F\n:ti=^_wor 33h:te=^_wor 0:
1865# next two lines commented out since curses only allows 128 chars, sigh.
1866#	: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:\
1867#	: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:
1868# The 4110 series may be a wonderful graphics series, but they make the 4025
1869# look good for screen editing.  In the dialog area, you can't move the cursor
1870# off the bottom line.  Out of the dialog area, ^K moves it up, but there
1871# is no way to scroll.
18724112|4114|tek4112|tektronix 4110 series:\
1873	:is=\E3!1:li#34:co#80:am:al=\E[L:bs:bt=\E[Z:\
1874	:cd=\E[0J:ce=\E[0K:cl=\E[2J\E[0;0H:cm=\E[%i%d;%dH:\
1875	:db:dc=\E[P:dl=\E[M:ic=\E[@:nd=\E[C:se=\E[m:\
1876	:so=\E[7m:ue=\E[m:up=\EM:us=\E[4m:vs=:ve=:\
1877	:sr=\E7\E[0;0H\E[L\E8:sf=\E7\E[0;0H\E[M\E8:
18784112-nd|4112 not in dialog area:up=^K:ns:tc=4112:
18794112-5|4112 in 5 line dialog area:li#5:tc=4112:
18804113|tek4113|tektronix 4113 color graphics, 5 line dialog area:\
1881	:le=^H:do=^J:eo:da:bs:am:li#5:co#80:is=\EKA1\ELL5\ELV0\ELV1:\
1882	:vb=\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERB0:\
1883	:cl=\ELZ:uc=^H\ELM1_\ELM0:nd=\LM1 \LM0:\
1884	:.as=\E^N:.ae=\E^O:
18854113-34|tek4113-34|tektronix 4113 color graphics, 34 line dialog area:\
1886	:is=\EKA1\ELLB2\ELV0\ELV1:li#34:tc=tek4113:
1887# ns hidden from vi to allow visual mode. APL font (as, ae) not supported here.
1888# uc is slow, but looks nice. Suggest setenv MORE -up . vb needs enough delay
1889# to let you see the background color being toggled.
18904113-nd|tek4113-nd|tektronix 4113 color graphics, no dialog area:\
1891	:le=^H:do=^J:nd=\t:up=^K:ll=\ELF hl @:ho=\ELF7l\177 @:\
1892	:eo:bs:am:li#34:co#80:is=\ELZ\EKA0\ELF7l\177 @:vs=\ELZ\EKA0:\
1893	:vb=\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERB0:\
1894	:cl=\E\f:uc=^H\EMG1_\EMG0:so=\EMT2:se=\EMT1:\
1895	:.ns:.as=\E^N:.ae=\E^O:
18964105|tek4105:\
1897	:al=\E[1L:am:bs:cd=\E[J:ce=\E[K:cl=\E[2J\E[H:cm=\E[%i%2;%2H:co#80:\
1898	:dc=\E[1P:dl=\E[1M:do=\E[1B:ho=\E[H:im=\E[4h:li#30:mi:nd=\E[1C:\
1899	:as=\E[1m:ae=\E[0m:ms:pt:se=\E[0m:so=\E[7m:up=\E[1A:kb=^h:ku=\E[1A:\
1900	:kd=\E[1B:kl=\E[1D:kr=\E[1C:us=\E[4m:ue=\E[0m:is=\E%!1\E[?6l\E[0m:\
1901	:mr=\E[<3m:md=\E[<4m:mh=\E[<6m:mb=\E[<7m:me=\E[<1m:ti=\E%!1\E[?6l:xt:
1902# This entry is from Tek. Inc.  (Brian Biehl)
19034115|tek4115|Tektronix 4115:\
1904	:co#80:li#34:\
1905	:al=\E[L:am:bc=\E[D:bs:bt=\E[Z:cd=\E[J:ce=\E[K:\
1906	:cl=\E[;H\E[2J:cm=\E[%i%d;%dH:da:db:dc=\E[P:dl=\E[M:do=\E[B:\
1907	:ei=\E[4l:eo:ho=\E[;H:im=\E[4h:if=/usr/share/tabset/vt100:\
1908	:is=\E%\0410\E%\014\ELV0\EKA1\ELBB2\ENU@\075\ELLB2\ELM0\ELV1\EKYA?\E%\0411\E[<1l\E[?7h\E[?8h\E[34;1H\E[34B\E[0m:\
1909	:kb=^H:ke=\E>:ks=\E=:nd=\E[C:pt:se=\E[m:so=\E[7m:sr=\EM:\
1910	:te=\E%\0410\ELBG8\E%\0411\E[34;1H\E[J:\
1911	:ti=\E%\0410\ELBB2\E%\0411:\
1912	:ue=\E[m:up=\E[A:us=\E[4m:\
1913	:ve=\E%\0410\ELBG8\E%\0411\E[34;1H:\
1914	:vs=\E%\0410\ELBB2\E%\0411:
1915# The tek4125 emulates a vt100 incorrectly - the scrolling region
1916# command is ignored. The following entry replaces the cs with the
1917# needed al, dl, and im; removes some cursor pad commands that the tek4125
1918# chokes on; and adds a lot of initialization for the tek dialog area.
1919# Note that this entry uses all 34 lines and sets the cursor color to green.
1920# Steve Jacobson 8/85
1921tek4125:\
1922	:ks=\E=:li#34:\
1923	:is=\E%\!0\EQD1\EUX03\EKA\ELBB2\ELCE0\ELI100\ELJ2\ELLB2\ELM0\ELS1\ELX00\ELV1\E%\!1\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:dl=\E[1M:\
1924	:al=\E[1L:cs@:sc@:rc@:im=\E1:tc=vt100:
1925# From carolyn@dali.berkeley.edu  Thu Oct 31 12:54:27 1985
19264404|tek4404:\
1927	:al=\E[1L:bs:cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:cm=\E[%i%d;%dH:co#80:\
1928	:cs=\E[%i%d;%dr:dc=\E[P:dl=\E[1M:do=^J:ei=\E[4l:ho=\E[H:im=\E[4h:\
1929	:kd=\E[B:ke=\E[?1h:kl=\E[D:kr=\E[C:ks=\E[?1l:ku=\E[A:li#32::mb=\E[5m:\
1930	:md=\E[1m:me=\E[m:nd=\E[C:pt:rc=\E8:sc=\E7:se=\E[27m:so=\E[7m:\
1931	:ta=\E[2I:ti=\E%\!1\E[1;32r\E[?6l\E>:te=\E[1;1H\E[0J\E[?6h\E[?1l:\
1932	:ue=\E[m:up=\E[A:us=\E[4m:
1933# # --------------------------------
1934#
1935# Z: Miscellaneous
1936#
1937# These compucolors appear similar, but they at least have different
1938# sized screens.  I don't know what's going on here.
19398001|ISC8001|compucolor|intecolor:\
1940	:do=^J:al=\EU:am:le=^Z:bc=^Z:cl=3*^L:cm=^C%r%.%.:\
1941	:co#80:cd=\EQ:dm=\EQ:ed=\EF:dc=\177:dl=\EV:ei=\EF:\
1942	:im=\EQ:li#40:nd=1^Y:ta=8\t:up=^\:ho=1^H:pc=^@:
1943compucolor2|compucolorII:\
1944	:do=^J:pt:am:cm=%r^C%.%.:le=^Z:bc=^Z:li#32:co#64:\
1945	:cl=^L:ho=^H:nd=^Y:up=^\:
1946# From cithep!eric  Wed Sep 16 08:06:44 1981
1947intext|Interactive Systems Corporation modified owl 1200:\
1948	:do=^J:al=5.5*\020:am:le=^_:bc=^_:le=^H:bs:bt=^Y:cd=5.5*\026J:\
1949	:ce=^K\160^R:cl=132\014:cm=\017%+ %+ :co#80:dc=5.5*\022:dl=5.5*\021:\
1950	:ei=\026\074:im=\026\073:ip=5.5*:li#24:nd=\036:pt:up=\034:\
1951	:se=^V# :sg#1:so=^V$,:ma=^K^P^R^L^L :\
1952	:kl=^_:kd=^J:kr=^^:ku=\034:kb=^H:kh=^Z:\
1953	:k1=^VA\r:k2=^VB\r:k3=^VC\r:k4=^VD\r:k5=^VE\r:\
1954	:k6=^VF\r:k7=^VG\r:k8=^VH\r:k9=^VI\r:k0=^VJ\r:
1955# # --------------------------------
1956#
1957# a: ADDS
1958#
1959# Regent: lowest common denominator, works on all regents.
1960regent|Adds Regent Series:li#24:co#80:am:cl=^L:ll=^A:up=^Z:\
1961	:bs:bc=^U:nd=^F:do=^J:ho=\EY  :
1962# Regent 100 has a bug where if computer sends escape when user is holding
1963# down shift key it gets confused, so we avoid escape.
1964regent100|Adds Regent 100:k0=^B1^M:k1=^B2^M:k2=^B3^M:k3=^B4^M:\
1965	:k4=^B5^M:k5=^B6^M:k6=^B7^M:k7=^B8^M:\
1966	:l0=F1:l1=F2:l2=F3:l3=F4:l4=F5:l5=F6:l6=F7:l7=F8:\
1967	:so=\E0P:ue=\E0@:us=\E0`:se=\E0@:\
1968	:cm=^K%+ %B^P%.:ug#1:sg#1:tc=regent:
1969regent20|Adds Regent 20:cd=\Ek:ce=\EK:cm=\EY%+ %+ :tc=regent:
1970regent25|Adds Regent 25:kh=^A:kl=^U:kr=^F:ku=^Z:kd=^J:tc=regent20:
1971regent40|Adds Regent 40:k0=^B1^M:k1=^B2^M:k2=^B3^M:k3=^B4^M:\
1972	:k4=^B5^M:k5=^B6^M:k6=^B7^M:k7=^B8^M:\
1973	:l0=F1:l1=F2:l2=F3:l3=F4:l4=F5:l5=F6:l6=F7:l7=F8:\
1974	:al=2*\EM:dl=2*\El:\
1975	:so=\E0P:ue=\E0@:us=\E0`:se=\E0@:ug#1:sg#1:tc=regent25:
1976regent40+|Adds Regent 40+:is=\EB:tc=regent40:
1977regent60|regent200|Adds Regent 60:se=\ER\E0@\EV:so=\ER\E0P\EV:dc=\EE:ei=\EF:\
1978	:im=\EF:is=\EV\EB:ko=dc,im,ei:tc=regent40+:
1979regent60na|regent 60 w/no arrow keys:\
1980	kl@:kr@:ku@:kd@:tc=regent60:
1981#
1982# adds viewpoint 90 - from cornell
1983# Note:  emacs sends ei occasionally to insure the terminal is out of
1984#        insert mode. This unfortunately puts the viewpoint90 IN insert
1985#        mode.  A hack to get around this is:  ic=\EF \EF^U.  (Also,
1986#   -    ei=:im=: must be present.)
1987#   -    xs indicates glich that attributes stick to location
1988#   -    bs save to move in standout mode
1989#   -    cl=\EG\Ek clears screen and visual attributes without affecting
1990#               the status line
1991vp90|viewpoint90|adds viewpoint 90:\
1992	:bs:bw:cd=\Ek:ce=\EK:cl=\EG\Ek:cm=\EY%+ %+ :co#80:\
1993	:dc=\EE:dl=\El:do=^J:ic=\EF \EF^U:ho=\EY  :\
1994	:nd=^F:up=^Z:\
1995	:kb=^H:kd=^J:kh=^A:kl=^U:kr=^F:ku=^Z:li#24:ll=^A:\
1996	:so=\ER\E0Q\EV:se=\ER\E0@\EV:\
1997	:us=\ER\E0`\EV:ue=\ER\E0@\EV:\
1998	:xs:ms:
1999# Note: if return acts weird on a980, check internal switch #2
2000# on the top chip on the CONTROL pc board.
2001a980|adds consul 980:\
2002	:do=^J:al=13\E^N:am:le=^H:bs:cl=^L\200^K@:cm=^K%+@\E^E%2:co#80:\
2003	:dl=13\E^O:k0=\E0:k1=\E1:k2=\E2:k3=\E3:k4=\E4:k5=\E5:k6=\E6:k7=\E7:\
2004	:k8=\E8:k9=\E9:li#24:nd=\E^E01:so=^Y^^^N:se=^O:up=9:
2005viewpt60|viewpoint60|addsviewpoint60|adds viewpoint60:\
2006	:tc=regent40:
2007# From Onyx:edward  Thu Jul  9 09:27:33 1981
2008viewpoint|addsviewpoint|adds viewpoint:\
2009	:do=^J:am:le=^H:bs:li#24:co#80:cm=\EY%+ %+ :cd=\Ek:ce=\EK:\
2010	:up=^Z:cl=^L:ll=^A:kl=^U:kd=^J:ku=^Z:kh=^A:\
2011	:so=^N:se=^O:us=^N:ue=^O:is=^O\E0`:vs=^O\E0P:ve=^O\E0`:
2012# # --------------------------------
2013#
2014# b: BEEHIVE
2015#
2016# Reports are that most of these Beehive entries (except superbee) have not been
2017# tested and do not work right.  se is a trouble spot.  Be warned.
2018sb2|sb3|fixed superbee:\
2019	:xb@:tc=superbee:
2020# set tab is ^F, clear (one) tab is ^V, no way to clear all tabs.
2021# good grief - does this entry make sg/ug when it doesn't have to?
2022# look at those spaces in se/so.  Seems strange to me...
2023bh3m|beehiveIIIm:\
2024	:if=/usr/share/tabset/beehive:do=^J:\
2025	:al=160^S:am:le=^H:bs:cd=^R:ce=^P:cl=^E^R:\
2026	:co#80:dl=350^Q:ho=^E:li#20:ll=^E^K:\
2027	:nd=^L:pt:se= ^_:so=^] :up=^K:
2028# This loses on lines > 80 chars long, use at your own risk
2029superbeeic|super bee with insert char:\
2030	:im=\EQ:ei=\ER:tc=superbee:
2031microb|microbee|micro bee series:\
2032	:do=^J:am:le=^H:bs:cd=\EJ:ce=\EK:cl=\EE:co#80:cm=\EF%+ %+ :\
2033	:k1=\Ep:k2=\Eq:k3=\Er:k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:k9=\Ex:\
2034	:kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:\
2035	:li#24:nd=\EC:pt:se=\Ed@ :so= \EdP:ue=\Ed@:up=\EA:us=\Ed`:
2036# Superbee - f1=escape, f2=^C.
2037# Note: there are at least 3 kinds of superbees in the world.  The sb1
2038# holds onto escapes and botches ^C's.  The sb2 is the best of the 3.
2039# The sb3 puts garbage on the bottom of the screen when you scroll with
2040# the switch in the back set to CRLF instead of AEP.  This description
2041# is tested on the sb2 but should work on all with either switch setting.
2042# The f1/f2 business is for the sb1 and the :xb: can be taken out for
2043# the other two if you want to try to hit that tiny escape key.
2044# This description is tricky: being able to use cm depends on there being
2045# 2048 bytes of memory and the hairy nl string.
2046sb1|superbee|superb|beehive super bee:\
2047	:ct=\E3:st=\E1:is=\EH\EJ:do=^J:\
2048	:sf=\n\200\200\200\n\200\200\200\EA\EK\200\200\200\ET\ET:\
2049	:am:le=^H:bs:cd=3\EJ:ce=3\EK:cl=3\EH\EJ:co#80:cm=\EF%r%3%3:cr=1000\r:\
2050	:dC#10:da:db:xb:dc=3\EP:dl=100\EM:so=\E_1:se=\E_3:\
2051	:li#25:nl=\n\200\200\200\n\200\200\200\EA\EK\200\200\200\ET\ET:\
2052	:nd=\EC:pt:up=\EA:ho=\EH:ve=\n:\
2053	:k1=\Ep:k2=\Eq:k3=\Er:k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:\
2054	:kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:
2055# 8675, 8686, and bee from Cyrus Rahman
20568675|harris 8675:\
2057	:k1=^F:k2=^P:k3=^N:k4=^V:k5=^J:k6=^T:k7=^H:k8=\177:k9=\Ee:k10=\Ed:\
2058	:k11=^W:k12=\ER:k13=\EE:k14=\EI:k15=\Ei:k16=\Eg:\
2059	:is=\ES\E#\E*\Eh\Em\E?\E1\E9\E@\EX\EU:\
2060	:tc=bee:
20618686|harris 8686:\
2062	:k1=^B^[p^C:k2=^B^[q^C:k3=^B^[r^C:k4=^B^[s^C:k5=\E3:\
2063	:k6=\EI:k7=\ER:k8=\EJ:k9=\E(:k10=\Ej:k11=\EW:\
2064	:k12=^B^[{^C:k13=^B^[|^C:k14=^B^[}^C:k15=^B^[~^C:k16=^B^[\177^C:\
2065	:is=\ES\E#\E*\Eh\Em\E?\E1\E9\E@\EX\EU\E"*Z01\
2066	\E"8F35021B7C83#\E"8F45021B7D83#\E"8F55021B7E83#\E"8F65021B7F83#\
2067	\E"8F75021B7383#\E"8F851BD7#\E"8F95021B7083#\E"8FA5021B7183#\
2068	\E"8FB5021B7283#:\
2069	:tc=bee:
2070bee|harris beehive:\
2071	:co#80:li#24:am:bs:cd=\EJ:ce=\EK:cl=\EE:nd=\EC:\
2072	:cm=\EF%+ %+ :up=\EA:do=\EB:ho=\EH:bt=\E>:\
2073	:al=\EL:dc=\EP:dl=\EM:ei=\E@:im=\EQ:mi:\
2074	:kl=\ED:kr=\EC:ku=\EA:kd=\EB:kh=\EH:kb=^H:\
2075	:us=\Ed`:ue=\Ed@:so=\EdP:se=\Ed@:\
2076	:ko=al,bt,ce,cl,dc,dl,ei,ho,ic,im:
2077# # --------------------------------
2078#
2079# c: CONCEPT (HUMAN DESIGNED SYSTEMS)
2080#
2081# From vax135!hpk  Sat Jun 27 07:41:20 1981
2082# Extensive changes to c108 by arpavax:eric Feb 1982
2083#
2084# There seem to be a number of different versions of the C108 PROMS
2085# (with bug fixes in its Z-80 program).
2086# The first one that we had would lock out the keyboard of you
2087# sent lots of short lines (like /usr/dict/words) at 9600 baud.
2088# Try that on your C108 and see if it sends a ^S when you type it.
2089# If so, you have an old version of the PROMs.
2090# The old one also messed up running vi with a 132-character line-length.
2091# You should configure the C108 to send ^S/^Q before running this.
2092# It is much faster (at 9600 baud) than the c100 because the delays
2093# are not fixed.
2094# new status line display entries for c108:
2095# hs - has status capability
2096# es - escape sequences are OK on status line
2097# i2 - second init str - setup term for status display - set programmer mode,
2098#	select window 2, define window at last line of memory,
2099#	set bkgnd stat mesg there, select window 0.
2100# ts - to status line - select window 2, home cursor, erase to end-of-window,
2101#	1/2 bright on, goto(line#0, col#?)
2102# fs - from status line - 1/2 bright off, select window 0
2103# ds - disable status display - set bkgnd status mesg with illegal window #
2104#
2105# the following two entries are for emacs -- they are just like the regular
2106# entries except that they have buffer overflow control OFF
2107e108-8p:\
2108	:i2=\EU\E z"\Ev^A\177 !p\E ;"\E z \Ev  ^A\177p\Ep\n:\
2109	:te=\Ev  ^A\177p\Ep\r\n:tc=e108-4p:
2110e108-4p:\
2111	:is=\EU\E f\Ef\E7\E5\E8\El\ENH\EK\E\200\Eo&\200\Eo\47\E\E!\E^G!\E^HA@ :\
2112	:tc=c108-4p:
2113c108|c108-8p|concept108-8p|concept 108 w/8 pages:\
2114	:i2=\EU\E z"\Ev^A\177 !p\E ;"\E z \Ev  ^A\177p\Ep\n:\
2115	:te=\Ev  ^A\177p\Ep\r\n:tc=c108-4p:
2116c108-4p|concept108-4p|concept 108 w/4 pages:\
2117	:es:hs:ts=\E z"\E?\E^C\Ea %+ :fs=\E z :ds=\E ;\177:\
2118	:i2=\EU\E z"\Ev\177 !p\E ;"\E z \Ev  \177p\Ep\n:do=^J:pt:\
2119	:is=\EU\E F\Ef\E7\E5\E8\El\ENH\EK\E\200\Eo&\200\Eo\47\E\E!\E^G!\E^HA@ :\
2120	:ti=\EU\Ev  8p\Ep\r:te=\Ev  \177p\Ep\r\n:\
2121	:al=\E^R:le=^H:bs:cd=\E^C:ce=\E^S:cl=\E?\E^E:cm=\Ea%+ %+ :co#80:\
2122	:dc=\E^Q:dl=\E^B:ei=\E\200:eo:im=\E^P:li#24:mi:nd=\E=:\
2123	:kb=^h:up=\E;:db:us=\EG:ue=\Eg:vs=\EW:ve=\Ew:am:xn:\
2124	:vb=\Ek\200\200\200\200\200\200\200\200\200\200\200\200\200\200\EK:\
2125	:ks=\EX:ke=\Ex:ku=\E;:kd=\E<:kl=\E>:kr=\E=:kh=\E?:\
2126	:k1=\E5:k2=\E6:k3=\E7:k4=\E8:k5=\E9:k6=\E\72:\
2127	:so=\ED:se=\Ed:mh=\EE:md=\ED:mr=\ED:me=\Ee\Ed\Eg\Ec:
2128c108-rv-8p|concept108-rv-8p|concept 108 w/8 pages, in reverse video:\
2129	:vb=\EK\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ek:\
2130	:is=\EU\E F\Ef\E7\E5\E8\El\ENH\Ek\E\200\Eo&\200\Eo\47\E\E!\E^G!\E^HA@ :\
2131	:ts=\E z"\E?\E^C\EE\Ea %+ :fs=\Ee\E z :tc=c108-8p:
2132c108-rv-4p|concept108-rv-4p|concept 108 w/4 pages, in reverse video:\
2133	:vb=\EK\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ek:\
2134	:is=\EU\E F\Ef\E7\E5\E8\El\ENH\Ek\E\200\Eo&\200\Eo\47\E\E!\E^G!\E^HA@ :\
2135	:ts=\E z"\E?\E^C\EE\Ea %+ :fs=\Ee\E z :tc=c108-4p:
2136c108-na|c108-na-8p|concept108-na-8p|concept 108 w/8 pages, no arrows:\
2137	:ks@:ke@:k7=\E;:k8=\E<:k9=\E=:tc=c108-8p:
2138c108-rv-na|c108-rv-na-8p|concept 108 w/8 pages, no arrows in rev video:\
2139	:ts=\E z"\E?\E^C\EE\Ea %+ :fs=\Ee\E z :\
2140	:ks@:ke@:k7=\E;:k8=\E<:k9=\E=:tc=c108-rv-8p:
2141# this needs new frotz in the cm capability for 2-char addrs when > 95....
2142c108-w|c108-w-8p|concept108-w-8p|concept 108 w/8 pages in wide mode:\
2143	:is=\EU\E F\Ef\E7\E5\E8\El\ENH\EK\E\200\Eo&\200\Eo\47\E\E"\E^G!\E^HA@ :\
2144	:ti=\EU\Ev  8^AD\Ep\r:te=\Ev  ^A0^AD\Ep\r\n:pt@:cm@:\
2145	:co#132:tc=c108-8p:
2146avt-w|avtw|HDS concept avt w/4 or 8 pages; 132 columns:\
2147	: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[0!y\E[0\0720\07232!r\E[w\E2\r\n:\
2148	:ch=\E[%i%3G:cm=\E[%i%2;%3H:co#132:tc=avt:
2149avt-8p-s|concept avt w/8 pages & 80 cols running sysline:\
2150	: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:\
2151	:hs:es:ts=\E[2!w\E[H\E[J\E[%i%dG:fs=\E[!w:\
2152	:ds=\E[2!w\E[2J\E[!w\E[*w:te=\E[1;191w\E2\n:tc=avt:
2153avt-4p-s|concept avt w/4 pages & 80 cols running sysline:\
2154	: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:\
2155	:hs:es:ts=\E[2!w\E[H\E[J\E[%i%dG:fs=\E[!w:\
2156	:ds=\E[2!w\E[2J\E[!w\E[*w:te=\E[1;95w\E2\n:tc=avt:
2157avt-rv|HDS concept avt w/4 or 8 pages, 80 columns, reverse video:\
2158	: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:\
2159	:ve=\E[4l:vs=\E[4l:tc=avt:
2160avt|HDS concept avt w/4 or 8 pages, 80 columns:\
2161	:is=\E[1*q\E[2!t\E[7!t\E[=4;101;103;119;205l\E[=107;118;207h\E)1\E[1Q\EW\E[0!y\E[0\0720\07232!r\E[w\E2\r\n\E[*w:\
2162	:ae=^O:al=\E[L:am:as=^N:bs:bt=\E[Z:cd=\E[J:ce=\E[K:\
2163	:ch=\E[%i%2G:cl=\E[H\E[J:cm=\E[%i%2;%2H:co#80:cv=\E[%i%2d:\
2164	:dc=\E[P:dl=\E[M:do=\E[B:ei=\E1:eo:ho=\E[H:im=\E1:kb=^H:kd=\E[B:\
2165	:kh=\E[H:kl=\E[D:ko=do,ho,nd,up:kr=\E[C:\
2166	: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:\
2167	: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:\
2168	:ku=\E[A:li#24:mi:nd=\E[C:pt:se=\E[7!{:so=\E[7m:\
2169	:te=\E[w\E2\n:ti=\E[1;24w\E2\n:ue=\E[4!{:\
2170	:up=\E[A:us=\E[4m:ve=\E[=4;119l:vs=\E[4l\E[=119h:xn:
2171#
2172# Concepts have only window relative cursor addressing, not screen relative.
2173# To get it to work right here, ti/te (which were invented for the concept)
2174# lock you into a one page window for screen style programs.  To get out of
2175# the one page window, we use a clever trick: we set the window size to zero
2176# ("\Ev    " in te) which the terminal recognizes as an error and resets the
2177# window to all of memory.
2178#
2179# Some tty drivers use cr3 for concept, others use nl3, hence dN/dC below.
2180# This padding is only needed at 9600 baud.
2181# 2 nulls padding on te isn't always enough.  6 works fine.  Maybe less
2182# than 6 but more than 2 will work.
2183c100|concept|c1004p|c100-4p|concept100|concept 100:\
2184	:is=\EU\Ef\E7\200\200\E5\E8\200\200\El\ENH\EK\E\200\Eo&\200\Eo\47\E\E^G\041\E^HA@ :\
2185	:ti=\EU\Ev  8p\Ep\r:te=\Ev    \200\200\200\200\200\200\Ep\r\n:\
2186	:al=3*\E^R:am:le=^H:bs:cd=16*\E^C:ce=16\E^U:cl=2*^L:cm=\Ea%+ %+ :co#80:\
2187	:dc=16\E^Q:dl=3*\E^B:ei=\E\200:eo:im=\E^P:ip=16*:li#24:mi:nd=\E=:\
2188	:pt:kb=^h:ta=8\t:up=\E;:db:us=\EG:ue=\Eg:xn:\
2189	:vb=\Ek\200\200\200\200\200\200\200\200\200\200\200\200\200\200\EK:\
2190	:.dN#9:dC#9:pb#9600:vt#8:us=\EG:ue=\Eg:so=\EE\ED:se=\Ed\Ee:\
2191	:mh=\EE:mr=\ED:mb=\EC:mp=\EI:mk=\EH:me=\EN\200:do=^J:\
2192	:ks=\EX:ke=\Ex:ku=\E;:kd=\E<:kl=\E>:kr=\E=:kh=\E?:k1=\E5:k2=\E6:k3=\E7:
2193c100-rv-pp|c100-rv-4p-pp|concept100-rv-pp|c100rv4ppp|w/ printer port:\
2194	:is=\EU\Ef\E7\200\200\E5\E8\200\200\El\ENH\Ek\E\200\Eo&\200\Eo\041\200\EQ"\EY(^W\Eo\47\E\E^G\041\E^HA@ :\
2195	:tc=c100-rv:
2196c100-rv-na|c100-rv-4p-na|concept100-rv-na|c100rv4pna|c100 with no arrows:\
2197	:ks@:ke@:tc=c100-rv:
2198c100-rv|c100-rv-4p|concept100-rv|c100rv4p|c100rv|c100 rev video:\
2199	:is=\EU\Ef\E7\200\200\E5\E8\200\200\El\ENH\Ek\E\200\Eo&\200\Eo\47\E\E^G\041\E^HA@ :\
2200	:vb=\EK\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ek:\
2201	:so=\EE:se=\Ee:tc=c100:
2202# This is useful at 1200 baud.
2203c100-s|concept-s|concept100-s|slow concept 100:\
2204	:vb=\Ek\200\EK:pt:dC@:dN@:tc=c100:
2205c100-rv-s|concept-rv-s|concept100-rv-s|c100rvs|slow reverse concept 100:\
2206	:vb=\EK\200\Ek:pt:dC@:dN@:tc=c100-rv:
2207# for syscons
2208# common entry without semigraphics
2209cons25w|ansiw|ansi80x25-raw:\
2210	:am:bs:NP:ms:pt:AX:eo:bw:ut:km:\
2211	:co#80:li#25:pa#64:Co#8:it#8:\
2212	:al=\E[L:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
2213	:dc=\E[P:dl=\E[M:do=\E[B:bt=\E[Z:ho=\E[H:ic=\E[@:cb=\E[1K:\
2214	:nd=\E[C:rs=\Ec:so=\E[7m:se=\E[27m:up=\E[A:cr=^M:ta=^I:\
2215	:AF=\E[3%dm:AB=\E[4%dm:op=\E[39;49m:sc=\E7:rc=\E8:\
2216	:k1=\E[M:k2=\E[N:k3=\E[O:k4=\E[P:k5=\E[Q:k6=\E[R:k7=\E[S:k8=\E[T:\
2217	:k9=\E[U:k;=\E[V:F1=\E[W:F2=\E[X:K2=\E[E:nw=\E[E:ec=\E[%dX:\
2218	:kb=^H:kh=\E[H:ku=\E[A:kd=\E[B:kl=\E[D:kr=\E[C:le=^H:sf=\E[S:sr=\E[T:\
2219	:kN=\E[G:kP=\E[I:@7=\E[F:kI=\E[L:kD=\177:kB=\E[Z:\
2220	:IC=\E[%d@:DC=\E[%dP:SF=\E[%dS:SR=\E[%dT:AL=\E[%dL:DL=\E[%dM:\
2221	:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:cv=\E[%i%dd:ch=\E[%i%d`:\
2222	:mb=\E[5m:md=\E[1m:mr=\E[7m:me=\E[m:bl=^G:\
2223	:ve=\E[=S:vi=\E[=1S:vs=\E[=2S:
2224# CP437 FreeBSD console with ACS support
2225cons25|ansis|ansi80x25:\
2226	:ac=l\332m\300k\277j\331u\264t\303v\301w\302q\304x\263n\305`^Da\260f\370g\361~\371.^Y-^Xh\261i^U0\333y\363z\362:\
2227	:tc=cons25w:
2228cons25-m|ansis-mono|ansi80x25-mono:\
2229	:pa@:Co@:AF@:AB@:AX@:op@:us=\E[4m:ue=\E[24m:tc=cons25:
2230cons30|ansi80x30:\
2231	:li#30:tc=cons25:
2232cons30-m|ansi80x30-mono:\
2233	:li#30:tc=cons25-m:
2234cons43|ansi80x43:\
2235	:li#43:tc=cons25:
2236cons43-m|ansi80x43-mono:\
2237	:li#43:tc=cons25-m:
2238cons50|ansil|ansi80x50:\
2239	:li#50:tc=cons25:
2240cons50-m|ansil-mono|ansi80x50-mono:\
2241	:li#50:tc=cons25-m:
2242cons60|ansi80x60:\
2243	:li#60:tc=cons25:
2244cons60-m|ansi80x60-mono:\
2245	:li#60:tc=cons25-m:
2246# KOI8-R/KOI8-U FreeBSD console with ACS support
2247cons25r|cons25u|pc3r|ibmpc3r|cons25-koi8:\
2248	:ac=q\200x\201m\204v\211j\205t\206n\212u\207l\202w\210k\203y\230z\231f\234~\225a\220h\2210\215:\
2249	:tc=cons25w:
2250cons25r-m|cons25u-m|pc3r-m|ibmpc3r-mono|cons25-koi8-mono:\
2251	:pa@:Co@:AF@:AB@:AX@:op@:us=\E[4m:ue=\E[24m:tc=cons25r:
2252cons30r|cons30u|cons30-koi8:\
2253	:li#30:tc=cons25r:
2254cons30r-m|cons30u-m|cons30-koi8-mono:\
2255	:li#30:tc=cons25r-m:
2256cons43r|cons43u|cons43-koi8:\
2257	:li#43:tc=cons25r:
2258cons43r-m|cons43u-m|cons43-koi8-mono:\
2259	:li#43:tc=cons25r-m:
2260cons50r|cons50u|cons50-koi8:\
2261	:li#50:tc=cons25r:
2262cons50r-m|cons50u-m|cons50-koi8-mono:\
2263	:li#50:tc=cons25r-m:
2264cons60r|cons60u|cons60-koi8:\
2265	:li#60:tc=cons25r:
2266cons60r-m|cons60u-m|cons60-koi8-mono:\
2267	:li#60:tc=cons25r-m:
2268# ISO 8859-2 FreeBSD console with ACS support
2269cons25l2|cons25-iso8859-2:\
2270	:ac=f\260i\247:\
2271	:tc=cons25w:
2272cons25l2-m|cons25-iso8859-2-mono:\
2273	:pa@:Co@:AF@:AB@:AX@:op@:us=\E[4m:ue=\E[24m:tc=cons25l2:
2274cons30l2|cons30-iso8859-2:\
2275	:li#30:tc=cons25l2:
2276cons30l2-m|cons30-iso8859-2-mono:\
2277	:li#30:tc=cons25l2-m:
2278cons43l2|cons43-iso8859-2:\
2279	:li#43:tc=cons25l2:
2280cons43l2-m|cons43-iso8859-2-mono:\
2281	:li#43:tc=cons25l2-m:
2282cons50l2|cons50-iso8859-2:\
2283	:li#50:tc=cons25l2:
2284cons50l2-m|cons50-iso8859-2-mono:\
2285	:li#50:tc=cons25l2-m:
2286cons60l2|cons60-iso8859-2:\
2287	:li#60:tc=cons25l2:
2288cons60l2-m|cons60-iso8859-2-mono:\
2289	:li#60:tc=cons25l2-m:
2290# ISO 8859-1 FreeBSD console with ACS support
2291cons25l1|cons25-iso8859-1:\
2292	:ac=f\260g\261}\243+\253,\273i\247:\
2293	:tc=cons25w:
2294cons25l1-m|cons25-iso8859-1-mono:\
2295	:pa@:Co@:AF@:AB@:AX@:op@:us=\E[4m:ue=\E[24m:tc=cons25l1:
2296cons30l1|cons30-iso8859-1:\
2297	:li#30:tc=cons25l1:
2298cons30l1-m|cons30-iso8859-1-mono:\
2299	:li#30:tc=cons25l1-m:
2300cons43l1|cons43-iso8859-1:\
2301	:li#43:tc=cons25l1:
2302cons43l1-m|cons43-iso8859-1-mono:\
2303	:li#43:tc=cons25l1-m:
2304cons50l1|cons50-iso8859-1:\
2305	:li#50:tc=cons25l1:
2306cons50l1-m|cons50-iso8859-1-mono:\
2307	:li#50:tc=cons25l1-m:
2308cons60l1|cons60-iso8859-1:\
2309	:li#60:tc=cons25l1:
2310cons60l1-m|cons60-iso8859-1-mono:\
2311	:li#60:tc=cons25l1-m:
2312# ISO 8859-7 FreeBSD console with ACS support
2313cons25l7:cons25-iso8859-7:\
2314	:ac=f\260g\261{\360}\243+\253,\273i\247:\
2315	:tc=cons25w:
2316cons25l7-m|cons25-iso8859-7-mono:\
2317	:pa@:Co@:AF@:AB@:AX@:op@:us=\E[4m:ue=\E[24m:tc=cons25l7:
2318cons30l7|cons30-iso8859-7:\
2319	:li#30:tc=cons25l7:
2320cons30l7-m|cons30-iso8859-7-mono:\
2321	:li#30:tc=cons25l7-m:
2322cons43l7|cons43-iso8859-7:\
2323	:li#43:tc=cons25l7:
2324cons43l7-m|cons43-iso8859-7-mono:\
2325	:li#43:tc=cons25l7-m:
2326cons50l7|cons50-iso8859-7:\
2327	:li#50:tc=cons25l7:
2328cons50l7-m|cons50-iso8859-7-mono:\
2329	:li#50:tc=cons25l7-m:
2330cons60l7|cons60-iso8859-7:\
2331	:li#60:tc=cons25l7:
2332cons60l7-m|cons60-iso8859-7-mono:\
2333	:li#60:tc=cons25l7-m:
2334#
2335dosansi|ANSI.SYS standard crt:\
2336	:am:bs:ce=\E[K:cl=\E[2J:cm=\E[%i%d;%dH:co#80:\
2337	:do=\E[B:li#25:mi:nd=\E[C:\
2338	:se=\E[m:so=\E[7m:up=\E[A:us=\E[4m:ue=\E[m:\
2339	:md=\E[1m:mr=\E[7m:mb=\E[5m:me=\E[m:\
2340	:kh=\EG:kb=^h:ku=\EH:kd=\EP:kl=\EK:kr=\EM:\
2341	:k1=\E;:k2=\E<:k3=\E=:k4=\E>:k5=\E?:\
2342	:k6=\E@:k7=\EA:k8=\EB:k9=\EC:k0=\ED:
2343# # --------------------------------
2344#
2345# d: DEC (DIGITAL EQUIPMENT CORPORATION)
2346#
2347# Note that xn glitch in vt100 is not quite the same as concept, since
2348# the cursor is left in a different position while in the weird state
2349# (concept at beginning of next line, vt100 at end of this line) so
2350# all versions of vi before 3.7 don't handle xn right on vt100.
2351# I assume you have smooth scroll off or are at a slow enough baud
2352# rate that it doesn't matter (1200? or less).  Also this assumes
2353# that you set auto-nl to "on", if you set it off use vt100-nam below.
2354#
2355# Since there are two things here called vt100, the installer can make
2356# a local decision to make either one standard "vt100" by including
2357# it in the list of terminals in reorder, since the first vt100 in
2358# /etc/termcap is the one that it will find.  The choice is between
2359# nam (no automatic margins) and am (automatic margins), as determined
2360# by the wrapline switch (group 3 #2).  I presonally recommend turning
2361# on the bit and using vt100-am, since having stuff hammer on the right
2362# margin is sort of hard to read.  However, the xn glitch does not occur
2363# if you turn the bit off.
2364#
2365# I am unsure about the padding requirements listed here.  I have heard
2366# a claim that the vt100 needs no padding.  It's possible that it needs
2367# padding only if the xon/xoff switch is off.  For UNIX, this switch
2368# should probably be on.
2369#
2370# The vt100 uses rs and rf rather than is/ct/st because the tab settings
2371# are in non-volatile memory and don't need to be reset upon login.
2372# You can type "reset" to get them set.
2373#
2374# Full vt200 keys set added to k1-k4 to help various emulators.
2375# Since no pgms asks for funkeys present, it isn't affect standard vt100
2376#
2377vt100|dec-vt100|vt100-am|vt100am|dec vt100:\
2378	:do=2\E[B:co#80:li#24:cl=50\E[H\E[J:sf=2*\ED:\
2379	:le=^H:bs:am:cm=5\E[%i%d;%dH:nd=2\E[C:up=2\E[A:\
2380	:ce=3\E[K:cd=50\E[J:so=2\E[7m:se=2\E[m:us=2\E[4m:ue=2\E[m:\
2381	:md=2\E[1m:mr=2\E[7m:mb=2\E[5m:me=2\E[m:\
2382	:is=\E>\E[?1;3;4;5l\E[?7;8h\E[1;24r\E[24;1H:\
2383	:if=/usr/share/tabset/vt100:nw=2\EE:ho=\E[H:\
2384	:as=2\E(0:ae=2\E(B:ac=llmmkkjjuuttvvwwqqxxnnpprr``aa:\
2385	:rs=\E>\E[?1;3;4;5l\E[?7;8h:ks=\E[?1h\E=:ke=\E[?1l\E>:\
2386	:ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:kb=\177:\
2387	:k0=\EOy:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOt:\
2388	:k6=\EOu:k7=\EOv:k8=\EOl:k9=\EOw:k;=\EOx:@8=\EOM:\
2389	:K1=\EOq:K2=\EOr:K3=\EOs:K4=\EOp:K5=\EOn:pt:sr=2*\EM:vt#3:xn:\
2390	:sc=2\E7:rc=2\E8:cs=5\E[%i%d;%dr:UP=2\E[%dA:DO=2\E[%dB:RI=2\E[%dC:\
2391	:LE=2\E[%dD:ct=2\E[3g:st=2\EH:ta=^I:ms:bl=^G:cr=^M:eo:it#8:ut:\
2392	:RA=\E[?7l:SA=\E[?7h:
2393vt100-nam|dec-vt100-nam|vt100nam|vt100 w/no am:\
2394	:am@:xn@:\
2395	:is=\E>\E[?1;3;4;5;7l\E[?8h\E[1;24r\E[24;1H:\
2396	:rs=\E>\E[?1;3;4;5;7l\E[?8h:\
2397	:tc=vt100-am:
2398vt100-np|dec-vt100-np|vt100 with no padding (for psl games):\
2399	:do=\E[B:cl=\E[H\E[J:sf=\ED:as=\E(0:ae=\E(B:\
2400	:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:nw=\EE:\
2401	:ce=\E[K:cd=\E[J:so=\E[7m:se=\E[m:us=\E[4m:ue=\E[m:\
2402	:md=\E[1m:mr=\E[7m:mb=\E[5m:me=\E[m:sr=\EM:\
2403	:sc=\E7:rc=\E8:cs=\E[%i%d;%dr:UP=\E[%dA:DO=\E[%dB:RI=\E[%dC:\
2404	:LE=\E[%dD:ct=\E[3g:st=\EH:tc=vt100-am:
2405vt100-nac|dec-vt100-nac|vt100 without pseudographics and padding:\
2406	:as@:ae@:ac@:tc=vt100-np:
2407gt42|dec gt42:\
2408	:do=^J:le=^H:bs:co#72:ns:li#40:os:
2409#From ts@pc.ecn.purdue.edu (Thomas Ruschak)
2410vt131|dec vt131:\
2411	:cr=^M:do=^J:nl=^J:bl=^G:co#80:li#24:cl=50\E[;H\E[2J:\
2412	:le=^H:bs:am:cm=5\E[%i%d;%dH:nd=2\E[C:up=2\E[A:\
2413	:ce=3\E[K:cd=50\E[J:so=2\E[7m:se=2\E[m:us=2\E[4m:ue=2\E[m:\
2414	:md=2\E[1m:mr=2\E[7m:mb=2\E[5m:me=2\E[m:is=\E[1;24r\E[24;1H:\
2415	:rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:.ks=\E[?1h\E=:.ke=\E[?1l\E>:\
2416	:ku=\E[A:kd=\E[B:kr=\E[C:kl=\E[D:kb=^H:\
2417	:ho=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:ta=^I:pt:sr=5\EM:vt#3:xn:\
2418	:sc=\E7:rc=\E8:cs=\E[%i%d;%dr:
2419vt132:\
2420	: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:
2421gt40|dec gt40:\
2422	:do=^J:le=^H:bs:co#72:ns:li#30:os:
2423vt50|dec vt50:\
2424	:do=^J:le=^H:bs:cd=\EJ:ce=\EK:cl=\EH\EJ:co#80:li#12:nd=\EC:pt:up=\EA:
2425vt125|vt125-am|DEC vt125:\
2426	:xn:do=^J:co#80:li#24:cl=50\E[H\E[2J:dC=10:dN#10:\
2427	: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:\
2428	: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:\
2429	:me=2\E[m:is=\E[1;24r\E[24;1H\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
2430	:ks=\E[?1h\E=:ke=\E[?1l\E>:if=/usr/share/tabset/vt100:ku=\EOA:kd=\EOB:\
2431	:kr=\EOC:kl=\EOD:kb=^H:ho=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
2432	:pt:sr=5\EM:vt#3:sc=\E7:rc=\E8:cs=\E[%i%d;%dr:
2433vt125-nam|DEC vt125 no automatic margin:\
2434	:am@:tc=vt125-am:
2435# DEC gigi color graphic terminal, same as vt52
2436gigi|dec gigi terminal:\
2437	:co#80:is=200\E>\E[?4l\E[?5l\E[?7h\E[?8h:\
2438	:li#24:cl=100\E[;H\E[2J:bs:cm=50\E[%i%2;%2H:nd=200\E[C:up=100\E[A:\
2439	:ce=120\E[K:cd=100\E[J:so=20\E[7m:se=20\E[m:us=20\E[4m:ue=20\E[m:\
2440	:ks=200\E[?1h\E=:ke=200\E[?1l\E>:\
2441	:ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:\
2442	:kh=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:pt:sr=200\EM:\
2443	:dC=50:dF=200:dN#50:dT=50:
2444#From William King <abvax!wrk@uunet.UU.NET>, basic ln03 entries
2445ln03|dec ln03 LaserPrinter:\
2446	:co#80:li#66:hc:hu=\EL:hd=\EK:so=\E[1m:se=\E[22m:\
2447	:us=\E[4m:ue=\E[24m:
2448ln03-w|dec ln03 LaserPrinter 132 cols:\
2449	:co#132:tc=ln03:
2450dw1|decwriter I:\
2451	:do=^J:le=^H:bs:co#72:hc:os:
2452# From tut@Topaz.CC Thu May 12 14:49:02 1983
2453dw3|la120|decwriter III:\
2454	:bs:kb=^H:co#132:hc:os:pt:\
2455	: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:
2456# From tut@topaz.CC Thu Sep 24 22:10:46 1981
2457dw4|decwriter IV:\
2458	:do=^J:le=^H:bs:co#132:hc:os:am:\
2459	:pt:is=\Ec:k0=\EOP:k1=\EOQ:k2=\EOR:k3=\EOS:kb=^H:
2460vt50h|dec vt50h:\
2461	:do=^J:le=^H:bs:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :\
2462	:co#80:li#12:nd=\EC:pt:sr=\EI:up=\EA:
2463vt100-s|dec-vt100-s|vt100 with status line at top:\
2464	:li#23:i2=\E[2;24r\E[24;1H:cm@:ho=\E[H^J:cl=50\E[;H^J\E[0J:\
2465	:hs:es:ts=\E7\E[1;%dH\E[1K:fs=\E8:tc=vt100-am:
2466vt100-s-bot|dec-vt100-s-bot|vt100 with status line at bottom:\
2467	:li#23:i2=\E[1;23r\E[23;1H:\
2468	:hs:es:ts=\E7\E[24;%dH\E[1K:fs=\E8:tc=vt100-am:
2469vt100-nav|dec-vt100-nav|dec vt100 132 cols 14 lines (w/o advanced video option):\
2470	:li#14:tc=vt100-w:
2471vt100-w|dec-vt100-w|dec vt100 132 cols (w/advanced video):\
2472	:if=/usr/share/tabset/vt100-w:\
2473	:is=\E>\E[?1;4;5l\E[?3;7;8h\E[1;24r\E[24;1H:\
2474	:rs=\E>\E[?1;4;5l\E[?3;7;8h:\
2475	:co#132:tc=vt100-am:
2476vt100-w-nam|dec-vt100-w-nam|dec vt100 132 cols (w/advanced video), no am:\
2477	:if=/usr/share/tabset/vt100-w:\
2478	:is=\E>\E[?1;4;5;7l\E[?3;8h\E[1;24r\E[24;1H:\
2479	:rs=\E>\E[?1;4;5;7l\E[?3;8h:\
2480	:co#132:vt@:tc=vt100-nam:
2481vt102|dec-vt102-am|vt102am|vt100 w/adv. video:\
2482	:al=\E[L:dl=\E[M:im=\E[4h:ei=\E[4l:mi:dc=\E[P:\
2483	:AL=\E[%dL:DL=\E[%dM:DC=\E[%dP:tc=vt100-np:
2484vt102-nam|dec-vt102-nam|vt102nam|vt102 w/no am:\
2485	:am@:xn@:\
2486	:is=\E>\E[?1;3;4;5;7l\E[?8h\E[1;24r\E[24;1H:\
2487	:rs=\E>\E[?1;3;4;5;7l\E[?8h:\
2488	:tc=vt102am:
2489vt102-w|dec vt102 132 cols (w/advanced video):\
2490	:if=/usr/share/tabset/vt100-w:\
2491	:is=\E>\E[?1;4;5l\E[?3;7;8h\E[1;24r\E[24;1H:\
2492	:rs=\E>\E[?1;4;5l\E[?3;7;8h:\
2493	:co#132:vt@:tc=vt102:
2494vt102-w-nam|dec-vt102-w-nam|dec vt102 132 cols (w/advanced video), no am:\
2495	:if=/usr/share/tabset/vt100-w:\
2496	:is=\E>\E[?1;4;5;7l\E[?3;8h\E[1;24r\E[24;1H:\
2497	:rs=\E>\E[?1;4;5;7l\E[?3;8h:\
2498	:co#132:vt@:tc=vt102-nam:
2499vt102-nac|dec-vt102-nac|vt102 without pseugraphics:\
2500	:as@:ae@:ac@:tc=vt102:
2501vt52|dec-vt52|dec vt52:\
2502	:do=^J:le=^H:bs:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :co#80:li#24:\
2503	:nd=\EC:pt:sr=\EI:up=\EA:ku=\EA:kd=\EB:kr=\EC:kl=\ED:kb=^H:
2504# vt61 created by Roger Sacilotto  Massachusetts Computer Associates, Inc
2505# Similar to vt52 but add al and dl
2506#
2507vt61|dec vt61:\
2508	:al=\EPf:dl=\EPd:tc=vt52:
2509dw2|decwriter II:\
2510	:do=^J:kb=^h:le=^H:bs:co#132:hc:os:
2511# DEC PRO-350 console (VT220-style)
2512pro350|decpro|dec pro console:\
2513	:bs:cd=\EJ:ce=\EK:cl=\EH\EJ:\
2514	:cm=\EY%+ %+ :co#80:ho=\EH:\
2515	:kl=\ED:kr=\EC:ku=\EA:kd=\EB:kh=\EH:\
2516	:k0=\EE:k1=\EF:k2=\EG:k3=\EH:k4=\EI:k5=\EJ:k6=\Ei:k7=\Ej:\
2517	:li#24:nd=\EC:pt:sr=\EI:up=\EA:do=\EB:\
2518	:se=\E^N:so=\E^H:us=\E^D:ue=\E^C:\
2519	:ae=\EG:as=\EF:
2520#
2521vt200|vt220|vt220am|vt200am|dec-vt220|dec-vt200|dec vt200 series with jump scroll:\
2522	:@7=\E[4~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:kh=\E[1~:\
2523	:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:\
2524	:k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:\
2525	:ve=\E[?25h:vi=\E[?25l:k0@:im@:ei@:\
2526	:F1=\E[23~:F2=\E[24~:ic=\E[@:IC=\E[%d@:ec=\E[%dX:tc=vt102:
2527vt220-pf|vt200-pf|dec-vt220-pf|dec-vt200-pf|dec vt200 with PF1-PF4:\
2528	:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
2529	:tc=vt220:
2530vt200-nam|dec-vt200-nam|vt200nam|vt200 w/no am:\
2531	:tc=vt220nam:
2532vt220-nam|dec-vt220-nam|vt220nam|vt220 w/no am:\
2533	:am@:xn@:\
2534	:is=\E>\E[?1;3;4;5;7l\E[?8h\E[1;24r\E[24;1H:\
2535	:rs=\E>\E[?1;3;4;5;7l\E[?8h:\
2536	:tc=vt220am:
2537vt200-ss|vt220-ss|dec-vt220-ss|dec vt200 series with smooth scroll:\
2538	:is=\E>\E[?1;3;5l\E[?4;7;8h\E[1;24r\E[24;1H:\
2539	:rs=\E>\E[?1;3;5l\E[?4;7;8h:\
2540	:tc=vt200:
2541vt200-w|vt220-w|dec-vt220-w|vt200-wj|vt220-wj|dec vt200 series; 132 col.; jump scroll:\
2542	:is=\E>\E[?1;4;5l\E[?3;7;8h\E[1;24r\E[24;1H:\
2543	:rs=\E>\E[?1;4;5l\E[?3;7;8h:\
2544	:co#132:vt@:tc=vt200:
2545vt200-ws|vt220-ws|dec-vt220-ws|dec vt200 series; 132 col.; smooth scroll:\
2546	:is=\E>\E[?1;5l\E[?3;4;7;8h\E[1;24r\E[24;1H:\
2547	:rs=\E>\E[?1;5l\E[?3;4;7;8h:\
2548	:co#132:vt@:tc=vt200:
2549vt200-nac|vt220-nac|dec-vt200-nac|dec-vt220-nac|dec vt200 without pseudographics:\
2550	:as@:ae@:ac@:tc=vt200:
2551#
2552vt320|vt300|vt340|vt320 with status line:\
2553	:ds=\E[2$~\r\E[1$}\E[K\E[$}:ts=\E[2$~\E[1$}\E[1;%dH:\
2554	:fs=\E[$}:tc=vt220:
2555dec-vt320|dec-vt300|dec-vt340|dec vt320 with status line:\
2556	:tc=vt320:
2557vt320-pf|vt300-pf|vt340-pf|vt320 with PF1-PF4:\
2558	:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
2559	:tc=vt320:
2560dec-vt320-pf|dec-vt300-pf|dec-vt340-pf|dec vt320 with PF1-PF4:\
2561	:tc=vt320-pf:
2562vt320-nac|vt300-nac|vt340-nac|vt320 without pseudographics:\
2563	:as@:ae@:ac@:tc=vt320:
2564dec-vt320-nac|dec-vt300-nac|dec-vt340-nac|dec vt320 without pseudographics:\
2565	:tc=vt320-nac:
2566#
2567# SC,SW names needed for screen(1)        ache
2568SC|screen|VT 100/ANSI X3.64 virtual terminal:\
2569	:am:xn:ms:mi:G0:km:\
2570	:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:bs:bt=\E[Z:\
2571	:cb=\E[1K:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:ct=\E[3g:\
2572	:do=^J:nd=\E[C:pt:rc=\E8:rs=\Ec:sc=\E7:st=\EH:up=\EM:\
2573	:le=^H:bl=^G:cr=^M:it#8:ho=\E[H:nw=\EE:ta=^I:is=\E)0:\
2574	:li#24:co#80:us=\E[4m:ue=\E[24m:so=\E[3m:se=\E[23m:\
2575	:mb=\E[5m:md=\E[1m:mr=\E[7m:me=\E[m:sr=\EM:al=\E[L:\
2576	:AL=\E[%dL:dl=\E[M:DL=\E[%dM:cs=\E[%i%d;%dr:dc=\E[P:\
2577	:DC=\E[%dP:ic=\E[@:IC=\E[%d@:\
2578	:ks=\E[?1h\E=:ke=\E[?1l\E>:vb=\Eg:\
2579	:ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:kb=^H:\
2580	:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[15~:k6=\E[17~:\
2581	:k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:F1=\E[23~:F2=\E[24~:\
2582	:kh=\E[1~:kI=\E[2~:kD=\E[3~:kH=\E[4~:kP=\E[5~:kN=\E[6~:\
2583	:eA=\E(B\E)0:as=^N:ae=^O:\
2584	:vi=\E[?25l:ve=\E[34h\E[?25h:vs=\E[34l:\
2585	:Co#8:pa#64:AF=\E[3%dm:AB=\E[4%dm:op=\E[39;49m:AX:\
2586	:ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~..--++,,hhii00:
2587SW|screen-w|VT 100/ANSI X3.64 virtual terminal with 132 cols:\
2588	:co#132:tc=screen:
2589xterm-r5|xterm X11R5 version:\
2590	:am:km:ms:xn:\
2591	:co#80:it#8:li#24:\
2592	:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\E[23~:\
2593	:F2=\E[24~:IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
2594	:al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:\
2595	:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:\
2596	:dl=\E[M:do=^J:ho=\E[H:ic=\E[@:k0=\EOq:k1=\E[11~:\
2597	:k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:k6=\E[17~:\
2598	:k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:kA=\E[30~:\
2599	:kD=\E[3~:kE=\E[8~:kI=\E[2~:kL=\E[31~:kN=\E[6~:kP=\E[5~:\
2600	:kb=^H:kd=\EOB:ke=\E[?1l\E>:kh=\E[7~:kl=\EOD:kr=\EOC:\
2601	:ks=\E[?1h\E=:ku=\EOA:le=^H:md=\E[1m:me=\E[m:mr=\E[7m:\
2602	:nd=\E[C:r1=\E>\E[1;3;4;5;6l\E[?7h\E[m\E[r\E[2J\E[H:\
2603	:rc=\E8:\
2604	:sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:up=\E[A:
2605xterm-r6|xterm-old|xterm X11R6 version:\
2606	:am:km:mi:ms:xn:\
2607	:co#80:it#8:li#24:\
2608	:*6=\E[4~:@0=\E[1~:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:\
2609	:DO=\E[%dB:F1=\E[23~:F2=\E[24~:F3=\E[25~:F4=\E[26~:\
2610	:F5=\E[28~:F6=\E[29~:F7=\E[31~:F8=\E[32~:F9=\E[33~:\
2611	:FA=\E[34~:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:\
2612	:as=^N:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:\
2613	:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:\
2614	:eA=\E)0:ho=\E[H:ic=\E[@:IC=\E[%d@:\
2615	:is=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E>:k1=\EOP:\
2616	:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[15~:k6=\E[17~:k7=\E[18~:\
2617	:k8=\E[19~:k9=\E[20~:k;=\E[21~:kD=\E[3~:kI=\E[2~:kN=\E[6~:\
2618	:kP=\E[5~:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:\
2619	:ks=\E[?1h\E=:ku=\EOA:le=^H:md=\E[1m:me=\E[m:ml=\El:\
2620	:mr=\E[7m:mu=\Em:nd=\E[C:\
2621	:r2=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E>:rc=\E8:\
2622	:sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:ta=^I:\
2623	:te=\E[2J\E[?47l\E8:ti=\E7\E[?47h:ue=\E[m:up=\E[A:\
2624	:us=\E[4m:
2625xterm-xf86-v32|xterm terminal emulator (X Window System):\
2626	:am:km:mi:ms:xn:\
2627	:co#80:it#8:li#24:\
2628	:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
2629	:K1=\EOw:K2=\EOy:K3=\EOu:K4=\EOq:K5=\EOs:LE=\E[%dD:\
2630	:RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:cd=\E[J:\
2631	:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:\
2632	:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ec=\E[%dX:\
2633	:ho=\E[H:ic=\E[@:\
2634	:is=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E>:\
2635	:k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:\
2636	:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:kD=\177:kI=\E[2~:\
2637	:kN=\E[6~:kP=\E[5~:kb=^H:kd=\EOB:ke=\E[?1l\E>:kh=\EOH:\
2638	:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:md=\E[1m:\
2639	:me=\E[m\017:mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:se=\E[27m:\
2640	:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:te=\E[2J\E[?47l\E8:\
2641	:ti=\E7\E[?47h:ue=\E[24m:up=\E[A:us=\E[4m:\
2642	:vb=\E[?5h\E[?5l:ve=\E[?25h:vi=\E[?25l:vs=\E[?25h:\
2643	:ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~..--++\054\054ii00:\
2644	:u6=\E[%i%d;%dR:u7=\E[6n:u8=\E[?1;2c:u9=\E[c:
2645# @(#)termcap	X10/6.6	11/7/86, minus alternate screen, plus :cs
2646xterm|vs100|xterm terminal emulator (X window system):\
2647	:li#24:\
2648	:kh=\EOH:@7=\EOF:kb=^H:kD=^?:\
2649	:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:km:\
2650	:is=\E>\E[?1;3;4;5l\E[?7;8h\E[1;65r\E[65;1H:\
2651	:rs=\E>\E[?1;3;4;5l\E[?7;8h:\
2652	:tc=vt220:
2653xterms|vs100s|xterm terminal emulator (small)(X window system):\
2654	:is=\E>\E[?1;3;4;5l\E[?7;8h\E[1;24r\E[24;1H:\
2655	:li#24:tc=xterm:
2656xterm-color|xterm-co|xterm with ANSI colors:\
2657	:pa#64:Co#8:AF=\E[3%dm:AB=\E[4%dm:op=\E[39;49m:tc=xterm:
2658# dtterm termcap entry - Obtained from Xinside's CDE with permission
2659# from Thomas Roell
2660dtterm|dtterm-cde10:\
2661	:am:km:mi:ms:xn:\
2662	:co#80:li#24:Co#8:it#8:lm#0:pa#8:\
2663	:AF=\E[3%dm:AB=\E[4%dm:op=\E[39;49m:\
2664 	:ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
2665	:bl=^G:cr=\r:ta=\t:\
2666	:cl=\E[H\E[J:cb=\E[1K:ce=\E[K:cd=\E[J:\
2667	:cm=\E[%i%d;%dH:ho=\E[H:\
2668	:LE=\E[%dD:le=\b:\
2669	:DO=\E[%dB:do=\n:\
2670	:RI=\E[%dC:nd=\E[C:\
2671        :UP=\E[%dA:up=\E[A:\
2672	:DC=\E[%dP:dc=\E[P:DL=\E[%dM:dl=\E[M:\
2673	:IC=\E[%d@:ic=\E[@:AL=\E[%dL:al=\E[L:\
2674	:sc=\E7:rc=\E8:\
2675	:sf=\ED:sr=\EM:\
2676	:st=\EH:ct=\E[3g:\
2677	:me=\E[0m:md=\E[1m:mr=\E[7m:\
2678	:as=^N:ae=^O:\
2679	:SA=\E[?7h:RA=\E[?7l:\
2680	:so=\E[2;7m:se=\E[22;27m:\
2681	:us=\E[4m:ue=\E[24m:\
2682	:mh=\E[2m:mb=\E[5m:vi=\E[?25l:ve=\E[?25h:ec=\E[%dX:\
2683	:mk=\E[8m:i2=\E\sF\E>\E[?1l\E[?7h\E[?45l:\
2684	:nw=\EE:op=\E[39;49m:\
2685	:kb=\b:kl=\E[D:kd=\E[B:kr=\E[C:ku=\E[A:kD=\E[3~:k1=\E[11~:k2=\E[12~:\
2686	:k3=\E[13~:k4=\E[14~:k5=\E[15~:k6=\E[17~:k7=\E[18~:k8=\E[19~:\
2687	:k9=\E[20~:k;=\E[21~:F1=\E[23~:F2=\E[24~:F3=\E[25~:F4=\E[26~:\
2688	:F5=\E[28~:F6=\E[29~:F7=\E[31~:F8=\E[32~:F9=\E[33~:F20=\E[34~:\
2689	:@0=\E[1~:%1=\E[28~:kI=\E[2~:kN=\E[6~:kP=\E[5~:*6=\E[4~:
2690# vs100 emulator using tsim	(from lai@decwrl)
2691vs100t|tsim|vs100-tsim:\
2692	:bs:cm=\EM%+ %+ :ho=\EH:do=^J:up=^K:cl=\EE:ce=\EL:cs=\ES%+ %+ :\
2693	:so=\Eh:se=\Er:us=\Eu:ue=\Ev:al=\EI:Al=\E+%+ :dl=\ED:Dl=\E-%+ :\
2694	:ic=\Ei:dc=\Ed:is=\ER:rs=\ER:am:cd=\EQ:pt:nd=\En:li#24:co#80:
2695kterm|kterm kanji terminal emulator (X window system):\
2696	:hs:es:ts=\E[?E\E[?%i%dT:fs=\E[?F:ds=\E[?H:\
2697	:KJ:sc=\E7:rc=\E8:cs=\E[%i%d;%dr:TY=ascii:tc=xterm:
2698kterm-color|kterm-co|kterm with ANSI colors:\
2699	:pa#64:Co#8:AF=\E[3%dm:AB=\E[4%dm:op=\E[39;49m:tc=kterm:
2700# # --------------------------------
2701#
2702# h: HEWLETT PACKARD
2703#
2704# Note: no "ho" on HP's since that homes to top of memory, not screen.
2705# Due to severe 2621 braindamage, the only way to get the arrow keys to
2706# transmit anything at all is to turn on the function key labels
2707# (f1-f8) with ks, and even then the poor user has to hold down shift!
2708# The default 2621 turns off the labels except when it has to enable
2709# the function keys.  If your installation prefers labels on all the time,
2710# or off all the time (at the "expense" of the function keys) move the
2711# 2621-nl or 2621-wl labels to the front using reorder.
2712# Note: there are newer ROM's for 2621's that allow you to set strap A
2713# so the regular arrow keys xmit \EA, etc, as with the 2645.  However,
2714# even with this strap set, the terminal stops xmitting if you reset it,
2715# until you unset and reset the strap!  Since there is no way to set/unset
2716# the strap with an escape sequence, we don't use it in the default.
2717# If you like, you can use 2621-ba (braindamaged arrow keys).
27182621-ba|2621 w/new rom, strap A set:\
2719	:ks@:ke@:ku=\EA:kd=\EB:kl=\ED:kr=\EC:kh=\Eh:tc=hp2621:
2720# 2621 with function labels.  Most of the time they are off,
2721# but inside vi, the function key labels appear.  You have to
2722# hold down shift to get them to xmit.
27232621|hp2621|hp2621a|hp2621p|2621a|2621p|2621-pb|hp2621-fl|hp 2621:\
2724	:is=\E&j@\r:bt=\Ei:cm=\E&a%r%dc%dY:dc=2\EP:ip=2:pb#19200:\
2725	:so=\E&dD:se=\E&d@:us=\E&dD:ue=\E&d@:me=\E&d@:\
2726	:kh=\Ep\r:ku=\Et\r:kl=\Eu\r:kr=\Ev\r:kd=\Ew\r:\
2727	:kn#8:k1=\Ep\r:k2=\Eq\r:k3=\Er\r:k4=\Es\r:k5=\Et\r:k6=\Eu\r:k7=\Ev\r:\
2728	:k8=\Ew\r:ks=\E&jB:ke=\E&j@:ta=2^I:tc=hp:
2729# 2621k45: untested
2730# 2622: unsure if this is quite it, have only heard about the terminal.
27312621k45|hp2621k45|k45|2622|hp2622|hp 2621 with 45 keyboard:\
2732	:kb=^H:ku=\EA:kd=\EB:kl=\ED:kr=\EC:kh=\Eh:ks=\E&s1A:ke=\E&s0A:tc=2621:
2733hp2645|2645|hp45:\
2734	:mh=\E&dH:mr=\E&dB:us=\E&dD:mb=\E&dA:me=\E&d@:\
2735	:ku=\EA:kd=\EB:kl=\ED:kr=\EC:kh=\Eh:ks=\E&s1A:ke=\E&s0A:tc=hp:
2736hp|hpterm|hewlett-packard:\
2737	:ct=\E3:st=\E1:do=^J:al=\EL:am:le=^H:bs:\
2738	:cd=\EJ:ce=\EK:ch=\E&a%dC:cl=\EH\EJ:cm=6\E&a%r%dc%dY:\
2739	:co#80:cv=\E&a%dY:da:db:dc=\EP:dl=\EM:ei=\ER:im=\EQ:\
2740	:kb=^H:li#24:mi:nd=\EC:pt:se=\E&d@:so=\E&dJ:\
2741	:us=\E&dD:ue=\E&d@:up=\EA:xs:vt#6:pb#9600:
2742# This entry does not use any of the fancy windowing stuff of the 2621.
2743# Indeed, termcap does not yet handle such stuff.  We are looking at it.
2744hp2626|hp2626a|hp2626p|2626|2626a|2626p|hp 2626:\
2745	:dc=2\EP:ip=2:se=\E&d@:so=\E&dB:cd=500\EJ:\
2746	:mr=\E&dB:us=\E&dD:mb=\E&dA:mk=\E&dS:me=\E&d@:ue=\E&d@:\
2747	:kh=\Eh:ku=\EA:kl=\ED:kr=\EC:kd=\EB:ks=\E&s1A:ke=\E&s0A:\
2748	:sf=\ES:ta=2^I:xs:tc=2621:
2749# cD is a pain - but it only screws up at 9600 baud.
2750# You should use this terminal at 4800 baud or less.
2751hp2648|hp2648a|2648a|2648|HP 2648a graphics terminal:\
2752	:cl=50\EH\EJ:cm=20\E&a%r%dc%dY:dc=7\EP:ip=5:tc=2645:
2753# This terminal should be used at 4800 baud or less.
2754hp2645-np|2645 w/no padding:cm=\E&a%r%dc%dY:tc=hp2645:
2755# 2640a doesn't have the Y cursor addressing feature, and C is memory relative
2756# instead of screen relative, as we need.
27572640|hp2640a|2640a|hp 2640a:\
2758	:cm@:ks@:ke@:tc=2645:
27592640b|hp2640b|2644a|hp2644a|hp 264x series:\
2760	:ks@:ke@:tc=2645:
2761# 2621 using all 48 lines of memory, only 24 visible at any time.  Untested.
27622621-48|48 line 2621:\
2763	:li#48:ho=\EH:cm=\E&a%r%dc%dR:tc=2621:
2764# From: mcvax!westc!ahof@seismo.css.gov (Anton Hofland) (ahof@westc.uucp)
2765# For newer versions, :li should correspond to the actual number of lines.
2766hp110|HP110|HP110A|Hewlett Packard 110A Portable Computer:\
2767	:co#80:li#16:am:db:cl=\E[2J:is=\E&j@\E[=7h:ch=\E&a%2C:cv=\E&a%2R:\
2768	:cm=\E&a%2r%2C:ho=\Eh:cr=^M:nl=^J:ks=\E&s1A:ke=\E&s0A:kd=\EB:\
2769	:ku=\EA:kr=\EC:kl=\ED:nd=\EC:up=\EA:le=^H:do=^J:bc=^H:bt=\Ei:\
2770	:ta=\EI:sf=\E[s\EH\EM\E[u\EJ:sr=\ET:al=\EL:dl=\EM:kb=^H:bl=^G:\
2771	:kh=\Eh:dc=\EP:im=\EQ:ei=\ER:mi:ms:xs:mr=\E[7m:mb=\E[5m:me=\E[0m:\
2772	:so=\E[7m:se=\E[0m:rs=\E[0m\E&j@:cd=\EJ:ce=\EK:kn#8:k1=\Ep:k2=\Eq:\
2773	:k3=\Er:k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:
2774# 2621 with no labels ever.  Also prevents vi delays on escape.
27752621-nl|hp2621nl|2621nl|hp2621-nl|hp 2621 with no labels:\
2776	:ks@:ke@:kh@:ku@:kl@:kr@:kd@:tc=hp2621-fl:
2777# Needed for UCB ARPAVAX console, since lsi-11 expands tabs (wrong).
2778hp2621-nt|2621nt|2621-nt|hp2621nt|hp 2621 w/no tabs:\
2779	:pt@:tc=hp2621:
2780# 2621 with labels on all the time - normal outside vi, function inside vi.
2781hp2621wl|2621wl|2621-wl|hp2621-wl|hp 2621 w/labels:\
2782	:is=\E&jA\r:ke=\E&jA:tc=hp2621-fl:
2783# 2392 (from haddix@arpa?)
27842392|hp2392|hp2392a:\
2785	:bt=\Ei:ip=2:is=\E&j@\E3\r:if=/usr/share/tabset/stdcrt:\
2786	:ml=\El:MT:mu=\Em:km:\
2787	:mh=\E&dH:mr=\E&dB:us=\E&dD:mb=\E&dA:me=\E&d@:\
2788	:ku=\EA:kd=\EB:kl=\ED:kr=\EC:kh=\Eh:ks=\E&s1A:ke=\E&s0A:tc=hp:
2789#HP 236 console
2790#from ddavis@ic.berkeley.edu
2791236|hp236|HP236 internal terminal emulator:\
2792	:am:bs:li#24:co#80:ce=\EK:cl=\EF:cm=\EE%+ %+ :\
2793	:dc=\EJ:dl=\EH:ic=\EI:al=\EG:up=^K:\
2794	:so=\EBI:se=\ECI:vs=\EDB:ve=\EDE:
2795# hp150 from ddavis@ic.berkeley.edu
2796150|hp150|hp150a|150a:\
2797	:is=\E&s1A\E&f0a1k2L\Ep\r\E&k0K\E&f0a2k2L\Eq\r\E&f0a3k2L\Er\r\E&f0a4k2L\Es\r\E&f0a5k2L\Et\r\E&f0a6k2L\Eu\r\E&f0a7k2L\Ev\r\E&f0a8k2L\Ew\r\E&k0D\E&s0A:\
2798	:bt=\Ei:li#24:cm=\E&a%r%dc%dY:dc=2\EP:ip=2:pb#19200:so=\E&dJ:\
2799	:se=\E&d@:us=\E&dD:ue=\E&d@:me=\E&d@:kh=\Eh:ku=\EA:kl=\ED:kr=\EC:\
2800	:kd=\EB:kn#8:k1=\Ep:k2=\Eq:k3=\Er:k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:\
2801	:k8=\Ew:ta=2^I:ct=\E3:st=\E1:do=^J:al=\EL:am:le=^H:\
2802	:bs:cd=\EJ:ce=\EK:ch=\E&a%dC:cl=\Eh\EJ:co#80:cv=\E&a%dY:da:db:dl=\EM:\
2803	:ei=\ER:im=\EQ:kb=^H:mi:nd=\EC:pt:up=\EA:xs:vt#6:sf=\ES:sr=\ET:\
2804	:vs=\E&s1A:ve=\E&s0A:ks=\E&jB\E&j@:ke=\E&j@:
2805# From leres@okeeffe: This works on a hp300 console running Utah 4.3 BSD
2806300h|hp300h|HP Catseye console:\
2807	:am:bs:cm=\E&a%dy%dC:do=\EB:le=\b:nd=\EC:up=\EA:dc=\EP:dl=\EM:\
2808	:xs:da:db:mi:co#128:li#51:lm#0:sg#0:bt=\Ei:bl=^G:cr=\r:\
2809	:ct=\E3:cl=\E&a0y0C\EJ:ce=\EK:cd=\EJ:ch=\E&a%dC:cv=\E&a%dY:\
2810	:se=\E&d@:ue=\E&d@:im=\EQ:so=\E&dB:us=\E&dD:me=\E&d@:ei=\ER:\
2811	:if=/usr/share/tabset/stdcrt:al=\EL:kb=\b:kd=\EB:kh=\Eh:kl=\ED:\
2812	:kr=\EC:ku=\EA:ke=\E&s0A:ks=\E&s1A:sf=\n:ta=\t:
2813#From gregc@ernie.berkeley.edu (Greg Couch)
28149837|hp9837|98720|hp98720|98721|hp98721|HP 9000/300 workstations:\
2815	:bs:pt:am:xs:da:db:mi:\
2816	:co#128:li#46:lm#0:\
2817	:is=\E&v0m1b0i&j@:bt=\Ei:bl=^G:ct=\E3:\
2818	:cl=\E&a0y0C\EJ:ce=\EK:cd=\EJ:ch=\E&a%dC:\
2819	:cm=\E&a%dy%dC:do=\EB:le=^H:nd=\EC:\
2820	:up=\EA:dc=\EP:dl=\EM:im=\EQ:\
2821	:so=\E&v5S:us=\E&dD:me=\E&d@:ei=\ER:\
2822	:se=\E&v0S:ue=\E&d@:al=\EL:\
2823	:kb=^H:kd=\EB:kh=\Eh:kl=\ED:\
2824	:kr=\EC:ku=\EA:ke=\E&s0A:ks=\E&s1A:\
2825	:cv=\E&a%dY:sf=\n:st=\E1:\
2826	:ko=ce,cd,al,im,dl,dc:kN=\EU:kP=\EV:
2827# Developed 07SEP90 by Charles A. Finnell of MITRE   <finnell@mitre.org>
282898550|hp98550|98550a|hp98550a|HP 9000 Series 300 color console:\
2829	:ae=^O:al=\EL:am:as=^N:bl=^G:bs:bt=\Ei:cd=\EJ:ce=\EK:ch=\E&a%dC:\
2830	:cl=\EH\EJ:cm=\E&a%dy%dC:co#128:cr=\r:ct=\E3:cv=\E&a%dY:da:db:dc=\EP:\
2831	:dl=\EM:do=\n:ei=\ER:if=/usr/share/tabset/9837:im=\EQ:k1=\Ep:k2=\Eq:\
2832	:k3=\Er:k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:kA=\EL:kC=\EJ:kD=\EP:\
2833	:kE=\EK:kF=\ES:kH=\EF:kI=\EQ:kL=\EM:kM=\ER:kN=\EU:kP=\EV:kR=\ET:\
2834	:kS=\EJ:kT=\E1:ka=\E3:kb=\b:kd=\EB:ke=\E&s0A:kh=\Eh:kl=\ED:kn#12:\
2835	:ko=al,cd,ce,ct,dc,dl,do,ei,im,nd,st,up:kr=\EC:ks=\E&s1A:kt=\E2:\
2836	:ku=\EA:le=\b:li#49:lm#0:mb=\E&dA:md=\E&dJ:me=\E&d@:mh=\E&dH:mi:\
2837	:mk=\E&ds:mr=\E&dJ:nd=\EC:pt:se=\E&d@:sf=\n:so=\E&dJ:st=\E1:ta=\t:\
2838	:ue=\E&d@:up=\EA:us=\E&dD:ve=\E*dQ:vi=\E*dR:xs:
2839# From: vic@fine.Princeton.EDU (Victor Duchovni)
2840hp700-wy|HP700/41 emulating wyse30:\
2841	:al=0.7*\EE:am:bl=^G:bs:bt=\EI:bw:cd=\EY:ce=10\ET:cl=^Z:cm=\E=%+ %+ :\
2842	:co#80:cr=^M:ct=\E0:cv=\E[%+ :dc=\EW:dl=\ER:do=^V:ei=\Er:\
2843	:ho=^^:if=/usr/share/tabset/hp700-wy:ll=^^^K:mi:ms:nd=^L:nl=^J:pt:\
2844	:im=\Eq:is=\E~"\EC\Er\E(\EG0^C\E`9\E`1:kb=^?:kd=^V:\
2845	:kh=^^:kl=^H:ko=cl,ho,ce,bt,ta,im,ei,ce,cd:kr=^L:ku=^K:le=^H:li#24:\
2846	:rs=\E~"\EC\Er\E(\EG0^C\E`9\E`1:se=10\EG0:sg#1:so=10\EG4:sr=\Ej:\
2847	:st=\E1:ue=10\EG0:up=^K:ug#1:us=10\EG8:
2848# # --------------------------------
2849#
2850# i: INFOTON (GENERAL TERMINAL)
2851#
2852# Infoton is now called General Terminal Corp. or some such thing.
2853# gt100 sounds like something DEC would come out with.  Lets hope they don't.
2854i100|gt100|gt100a|General Terminal 100A (formerly Infoton 100):\
2855	:do=^J:cl=^L:cd=\EJ:ce=\EK:li#24:co#80:\
2856	:al=\EL:dl=\EM:up=\EA:nd=\EC:ho=\EH:cm=\Ef%r%+ %+ :vb=\Eb\Ea:\
2857	:am:le=^H:bs:so=\Eb:se=\Ea:
2858i400|400|infoton 400:\
2859	:do=^J:al=\E[L:am:le=^H:bs:ce=\E[N:cl=\E[2J:cm=%i\E[%3;%3H:co#80:\
2860	:dl=\E[M:li#25:nd=\E[C:up=\E[A:im=\E[4h\E[2Q:ei=\E[4l\E[0Q:\
2861	:dc=\E[4h\E[2Q\E[P\E[4l\E[0Q:
2862addrinfo:\
2863	:do=^J:li#24:co#80:cl=^L:ho=^H:nd=^Y:cd=^K:\
2864	:up=^\:am:le=^Z:bc=^Z:cm=\037%+\377%+\377:ll=^H^\:
2865infotonKAS:\
2866	:do=^J:am:le=^Z:bc=^Z:cd=^K:cl=^L:co#80:li#24:nd=^Y:up=^\:ll=^H^\:
2867# # --------------------------------
2868#
2869# k: HEATHKIT (ZENITH)
2870#
2871h19-a|h19a|heath-ansi|heathkit-a|heathkit h19 ansi mode:\
2872	:\
2873	:al=1*\E[1L:am:le=^H:bs:cd=\E[J:ce=\E[K:cl=\E[2J:cm=\E[%i%2;%2H:co#80:\
2874	:dc=\E[1P:dl=1*\E[1M:do=\E[1B:ei=\E[4l:ho=\E[H:im=\E[4h:li#24:mi:\
2875	:nd=\E[1C:as=\E[10m:ae=\E[11m:ms:pt:se=\E[0m:so=\E[7m:up=\E[1A:\
2876	:vs=\E[>4h:ve=\E[>4l:kb=^h:ku=\E[1A:kd=\E[1B:kl=\E[1D:kr=\E[1C:\
2877	:kh=\E[H:kn#8:k1=\EOS:k2=\EOT:k3=\EOU:k4=\EOV:k5=\EOW:l6=blue:\
2878	:l7=red:l8=white:k6=\EOP:k7=\EOQ:k8=\EOR:\
2879	:sr=\EM:is=\E<\E[>1;2;3;4;5;6;7;8;9l\E[0m\E[11m\E[?7h:
2880h19-bs|h19bs|heathkit w/keypad shifted:\
2881	:ks=\Et:ke=\Eu:tc=h19-b:
2882#written by David Shewmake, UCSF Medical Information Science
2883#ucbvax!ucsfmis!shewmake
2884h29|heath-29|z29|zenith-29:\
2885	:am:bc=\ED:bt=\E-:do=^J:\
2886	:al=\EL:le=^H:bs:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :co#80:dc=\EN:\
2887	:dl=1*\EM:do=\EB:ei=\EO:ho=\EH:im=\E@:li#24:mi:nd=\EC:as=\EF:ae=\EG:\
2888	:ms:pt:sr=\EI:se=\Eq:so=\Ep:up=\EA:vs=\Ex4:ve=\Ey4:\
2889	:kb=^H:ku=\EA:kd=\EB:kl=\ED:kr=\EC:kh=\EH:kn#1:k0=\E~:l0=HOME:\
2890	:k1=\ES:k2=\ET:k3=\EU:k4=\EV:k5=\EW:k6=\EP:k7=\EQ:k8=\ER:k9=\E0I:\
2891	:es:hs:ts=\Ej\Ex5\Ex1\EY8%+ \Eo:fs=\Ek\Ey5:ds=\Ey1:us=\Es8:ue=\Es0:
2892#the z29-e entry sucks...but it works with emacs
2893z29-e|zenith 29 hacked for emacs:\
2894	:ip=1.5:ks=\Et:ke=\Eu:vs@:ve@:al=1*\EL:am:le=^H:\
2895	:bs:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :co#80:dc=\EN:dl=1*\EM:\
2896	:do=\EB:ho=\EH:li#24:nd=\EC:as=\EF:ae=\EG:ms:\
2897	:pt:sr=\EI:se=\Eq:so=\Ep:up=\EA:vs=\Ex4:ve=\Ey4:kb=^h:\
2898	:ku=\EA:kd=\EB:kl=\ED:kr=\EC:kh=\EH:kn#8:k1=\ES:k2=\ET:k3=\EU:\
2899	:k4=\EV:k5=\EW:l6=blue:l7=red:l8=white:k6=\EP:k7=\EQ:k8=\ER:es:hs:\
2900	:ts=\Ej\Ex5\Ex1\EY8%+ \Eo:fs=\Ek\Ey5:ds=\Ey1:
2901# z29 in ansi mode. Assumes that the cursor is in the correct state, and that
2902# the world is stable. `rs' causes the terminal to be reset to the state
2903# indicated by the name. kc -> key click, nkc -> no key click, uc -> underscore
2904# cursor, bc -> block cursor.
2905# from Mike Meyers
2906z29a|z29a-kc-bc|h29a-kc-bc|heath/zenith 29 in ansi mode:\
2907	:do=^J:co#80:li#24:cl=\E[2J:pt:ho=\E[H:\
2908	:le=^H:bs:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:mb=\E[5m:mr=\E7m:\
2909	:ce=\E[K:cd=\E[J:so=\E[7;2m:se=\E[m:us=\E[4m:ue=\E[m:mh=\E[2m:\
2910	:md=\E[2m:mr=\E[7m:mb=\E[5m:me=\E[m:\
2911	:rs=\E<\E[1;24r\E[24;1H\E[?7h\E[>4h\E[>1;2;3;5;6;7;8;9l\E[m\E[11m:\
2912	:ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:kb=^H:\
2913	:k1=\EOS:k2=\EOT:k3=\EOU:k4=\EOV:k5=\EOW:k6=\EOP:k7=\EOQ:k8=\EOR:\
2914	:k9=\EOX:k0=\E[~:l0=help:kn#2:ko=ho,cd:if=/usr/share/tabset/zenith29:\
2915	:es:hs:ts=\E[s\E[>5;1h\E[25;%i%dH\E[1K:fs=\E[u\E[>5l:ds=\E[>1l:\
2916	:cs=\E[%i%d;%dr:sr=\EM:sf=\ED:DO=\E[%dB:UP=\E[%dA:LE=\E[%dD:\
2917	:RI=\E[%dC:AL=\E[%dL:DL=\E[%dM:sc=\E[s:rc=\E[r:dc=\E[1P:DC=\E[%dP:\
2918	:kC=\E[J:ct=\E[3g:st=\EH:ti=\E[?7l:te=\E[?7h:ps=\E#7:
2919z29a-kc-uc|h29a-kc-uc:\
2920	:rs=\E<\E[1;24r\E[24;1H\E[?7h\E[>1;2;3;4;5;6;7;8;9l\E[m\E[11m:\
2921	:tc=z29a:
2922z29a-nkc-bc|h29a-nkc-bc:\
2923	:rs=\E<\E[1;24r\E[24;1H\E[?7h\E[>2;4h\E[>1;3;5;6;7;8;9l\E[m\E[11m:\
2924	:tc=z29a:
2925z29a-nkc-uc|h29a-nkc-uc:\
2926	:rs=\E<\E[1;24r\E[24;1H\E[?7h\E[>2h\E[>1;3;4;5;6;7;8;9l\E[m\E[11m:\
2927	:tc=z29a:
2928#z100 entry from Brad Brahms at TRW (Brahms@USC-ECLC)
2929#			   usenet: {decvax,ucbvax}!trwrb!trwspp!brahms
2930z100|h100|z110|z-100|h-100|heath/zenith z-100 pc with color monitor:\
2931	:vs=\Ex4\Em71:ve=\Ey4\Em70:tc=z100bw:
2932z100bw|h100bw|z110bw|z-100bw|h-100bw|heath/zenith z-100 pc:\
2933	:al=5*\EL:bs:cd=\EJ:ce=\EK:cl=5*\EE:cm=1*\EY%+ %+ :co#80:dc=1*\EN:\
2934	:dl=5*\EM:do=\EB:ei=\EO:ho=\EH:im=\E@:li#24:mi:nd=\EC:as=\EF:ae=\EG:\
2935	:ms:pt:sr=\EI:se=\Eq:so=\Ep:up=\EA:vs=\Ex4:ve=\Ey4:\
2936	:kb=^h:ku=\EA:kd=\EB:kl=\ED:kr=\EC:kh=\EH:kn#10:\
2937	:k0=\EJ:k1=\ES:k2=\ET:k3=\EU:k4=\EV:k5=\EW:\k6=\EP:k7=\EQ:\
2938	:k8=\ER:k9=\EOI:
2939p19:\
2940	:al=2*\EL:dl=2*\EM:tc=h19-b:
2941h19-us|h19us|heathkit w/keypad shifted/underscore cursor:\
2942	:ks=\Et:ke=\Eu:tc=h19-u:
2943h19|heath|h19-b|h19b|heathkit|heath-19|z19|zenith|heathkit h19:\
2944	:al=1*\EL:am:le=^H:bs:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :co#80:dc=\EN:\
2945	:dl=1*\EM:do=\EB:ei=\EO:ho=\EH:im=\E@:li#24:mi:nd=\EC:as=\EF:ae=\EG:\
2946	:ms:pt:sr=\EI:se=\Eq:so=\Ep:up=\EA:vs=\Ex4:ve=\Ey4:\
2947	:kb=^h:ku=\EA:kd=\EB:kl=\ED:kr=\EC:kh=\EH:kn#8:ke=\E>:ks=\E=:\
2948	:k1=\ES:k2=\ET:k3=\EU:k4=\EV:k5=\EW:\
2949	:l6=blue:l7=red:l8=white:k6=\EP:k7=\EQ:k8=\ER:\
2950	:es:hs:ts=\Ej\Ex5\Ex1\EY8%+ \Eo:fs=\Ek\Ey5:ds=\Ey1:
2951h19-e|h19e|h19 for emacs:ip=1.5:tc=h19-us:
2952h19-u|h19u|heathkit with underscore cursor:\
2953	:vs@:ve@:tc=h19-b:
2954h19-g|h19g|heathkit w/block cursor:\
2955	:ve=\Ex4:tc=h19-b:
2956# from ucscc!B.fiatlux@ucbvax.berkeley.edu
2957ztx|ztx11|zt-1|htx11|ztx-1-a|ztx-10/11:\
2958	:al=\EL:am:bs:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :co#80:\
2959	:dl=\EM:do=^J:ho=\EH:is=\Ej\EH\Eq\Ek\Ev\Ey1\Ey5\EG\Ey8\Ey9\Ey>:\
2960	:k0=\ES:k1=\EB:k2=\EU:k3=\EV:k4=\EW:k5=\EP:k6=\EQ:k7=\ER:kb=^H:kd=\EB:\
2961	:kl=\ED:kr=\EC:ku=\EA:le=^H:li#24:nd=\EC:pt:se=\Eq:so=\Es5:\
2962	:sr=\EI:sr=\EI:ue=\Eq:up=\EA:us=\Es2:\
2963	:es:hs:ts=\Ej\Ex5\Ex1\EY8%+ \Eo:fs=\Ek\Ey5:ds=\Ey1:
2964# # --------------------------------
2965#
2966# l: LEAR SIEGLER (ADM)
2967#
2968# If the adm31 gives you trouble with standout mode, check the DIP switch
2969# in position 6, bank @c11, 25% from back end of pc.  Should be OFF.
2970# If there is no such switch, you have an old adm31 and must use oadm31
2971adm31|31|lsi adm31:\
2972	:is=\Eu\E0:do=^J:al=\EE:am:le=^H:bs:ce=\ET:cm=\E=%+ %+ :\
2973	:cl=\E*:cd=\EY:co#80:dc=\EW:dl=\ER:ei=\Er:ho=^^:im=\Eq:\
2974	:k0=^A0\r:k1=^A1\r:k2=^A2\r:k3=^A3\r:k4=^A4\r:\
2975	:k5=^A5\r:k6=^A6\r:k7=^A7\r:k8=^A8\r:k9=^A9\r:kd=^J:kl=^H:kr=^L:ku=^K:\
2976	:li#24:ma=j^Jk^P^K^Pl ^R^L^L :mi:nd=^L:\
2977	:se=\EG0:so=\EG1:up=^K:us=\EG1:ue=\EG0:
2978adm2|lsi adm2:\
2979	:do=^J:al=\EE:am:le=^H:bs:cd=\EY:ce=\ET:cl=\E;:\
2980	:cm=\E=%+ %+ :co#80:dc=\EW:dl=\ER:\
2981	:ho=^^:ic=\EQ:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:li#24:nd=^L:up=^K:
2982adm3|3|lsi adm3:\
2983	:do=^J:am:le=^H:bs:cl=^Z:li#24:ma=^K^P:co#80:
2984adm42|42|lsi adm42:\
2985	:vs=\EC\E3 \E3(:do=^J:al=270\EE:am:le=^H:bs:cd=\EY:ce=\ET:cl=\E;:\
2986	:cm=\E=%+ %+ :co#80:dc=\EW:dl=\ER:ei=\Er:im=\Eq:ip=6*:li#24:\
2987	:bt=\EI:nd=^L:se=\EG0:so=\EG4:up=^k:ma=^K^P:pc=\177:
2988adm5|5|lsi adm5:\
2989	:do=^J:cd=\EY:ce=\ET:do=^J:kb=^H:kh=^^:\
2990	:ma=^Hh^Jj^Kk^Ll^^H:se=\EG:sg#1:so=\EG:tc=adm3aplus:
2991adm20|lear siegler adm20:\
2992	:am:li#24:co#80:bs:cl=^Z:cm=\E=%i%r%+^_%+^_:nd=^L:up=^K:ho=^^:ce=\ET:\
2993	:cd=\EY:al=\EE:dl=\ER:ic=\EQ:dc=\EW:so=\E):se=\E(:\
2994	:bt=\EI:pt:kn#7:k1=^A:k2=^B:k3=^W:k4=^D:k5=^E:k6:^X:k7=^Z:
2995# From Andrew Scott Beals <bandy@lll-crg.ARPA>
2996adm12|12|lsi adm12:\
2997	:is=\Eq:do=^J:al=\EE:am:le=^H:bs:ce=\ET:cm=\E=%+ %+ :cl=^Z:cd=\EY:\
2998	:co#80:dc=\EW:dl=\ER:ei=\Er:ho=^^:im=\Eq:\
2999	:k0=^A0\r:k1=^A1\r:k2=^A2\r:k3=^A3\r:k4=^A4\r:\
3000	:k5=^A5\r:k6=^A6\r:k7=^A7\r:k8=^A8\r:k9=^A9\r:kd=^J:kl=^H:kr=^L:ku=^K:\
3001	:li#24:ma=j^Jk^P^K^Pl ^R^L^L :mi:nd=^L:\
3002	:se=\EG0:so=\EG4:up=^K:us=\EG1:ue=\EG0:
3003adm3a|3a|lsi adm3a:\
3004	:am:do=^J:le=^H:bs:cm=\E=%+ %+ :cl=1^Z:co#80:ho=^^:\
3005	:li#24:ma=^K^P:nd=^L:up=^K:
3006adm3a+|3a+|adm3aplus:\
3007	:kl=^H:kd=^J:ku=^K:kr=^L:tc=adm3a:
3008adm22|22|lsi adm22:\
3009	:is=\E%\014\014\014\016\003\000\003\002\003\002\000\000\000\000\000\000\000\000\000\000\000:\
3010	:al=\EE:am:bs:bt=\EI:cd=\Ey:ce=\Et:cl=\E+:cm=\000\E=%+ %+ :co#80:\
3011	:dc=\EW:dl=\ER:do=^J:ho=^^:ic=\EQ:\
3012	:k1=\001@\015:k2=\001A\015:k3=\001B\015:k4=\001C\015:\
3013	:k5=\001D\015:k6=\001E\015:k7=\001F\015:kn#7:\
3014	:ko=ho:l1=F1:l2=F2:l3=F3:l4=F4:l5=F5:l6=F6:l7=F7:\
3015	:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:li#24:\
3016	:ma=j^Jk^P^K^Pl ^R^L^L :nd=^L:se=\E(:so=\E):ta=\Ei:up=^K:
3017#From: stephen%comp.lancs.ac.uk@ucl-cs.arpa
3018adm11|lsi adm11:\
3019	:do=^J:bs:\
3020	:cd=\EY:ce=\ET:kb=^H:kh=^^:\
3021	:ma=^Hh^Jj^Kk^Ll^^H:so=\E):se=\E(:\
3022	:kl=^H:kd=^J:ku=^K:kr=^L:\
3023	:am:cm=\E=%+ %+ :cl=^Z:co#80:li#24:nd=^L:up=^K:\
3024	:hs:ts=\EF\E):fs=\E(^M:ds=\Eh:
3025# # --------------------------------
3026#
3027# m: MICROTERM
3028#
3029# These mime1 entries refer to the Microterm Mime I or Mime II.
3030# The default mime is assumed to be in enhanced act iv mode.
3031mime3a|mime1 emulating 3a:\
3032	:am@:ma=^X ^K^J^Z^P:ku=^Z:kd=^K:kl=^H:kr=^X:tc=adm3a:
3033# New "safe" cursor movement (5/87) from reuss@umd5.  Prevents freakout with
3034# out-of-range args on Sytek multiplexors.  No so and se since it gets confused
3035# and it's too dim anyway.  No ic since Sytek insists ^S means xoff.
3036act4|microterm|microterm act iv:\
3037	:am:bs:cd=2.2*^_:ce=.1*^~:cl=12^L:cm=^T%+^X%>/0%+P:co#80:li#24:\
3038	:le=^H:nd=^X:up=^Z:ho=^]:al=2.3*^A:do=^K:dc=.1*^D:dl=2.3*^W:\
3039	:ku=^Z:kd=^K:kl=^H:kr=^X:\
3040	:.so=^N:.se=^N:.ic=2^S:.ip=.1*^V:.cm=^T%.%.:
3041# The padding on sr and ta for act5 and mime is a guess and not final.
3042# The act 5 has hardware tabs, but they are in columns 8, 16, 24, 32, 41 (!)...
3043microterm5|act5|microterm act v:\
3044	:uc=^H\EA:sr=3\EH:ku=^Z:kd=^K:kl=^H:kr=^X:ma=^Z^P^Xl^Kj:tc=act4:
3045# Act V in split screen mode.  act5s is not tested and said not to work.
3046act5s|skinny act5:\
3047	:ti=\EP:te=\EQ:li#48:co#39:tc=act5:
3048# Mimes using brightness for standout.  Half bright is really dim unless
3049# you turn up the brightness so far that lines show up on the screen.
3050# uc is disabled to get around a curses bug, should be put back in someday.
3051mime-fb|full bright mime1:\
3052	:so=^Y:se=^S:is=^S\E:tc=mime:
3053mime-hb|half bright mime1:\
3054	:so=^S:se=^Y:is=^Y\E:tc=mime:
3055mime|mime1|mime2|mimei|mimeii|microterm mime1:\
3056	:do=^J:al=80^A:am:le=^H:bs:cd=^_:ce=^^:cl=\035^C:cm=^T%+^X%> 0%+P:\
3057	:co#80:dl=80^W:ta=2^I:li#24:nd=^X:pt:uc=^U:up=^z:ho=\035:do=^K:\
3058	:is=^S\E^Q:ma=^X ^K^J^Z^P:ku=^Z:kd=^K:kl=^H:kr=^X:sr=3^R:vt#9:
3059# These termcaps (for mime 2a) put the terminal in low intensity mode
3060# since high intensity mode is so obnoxious.
3061mime2a-s|microterm mime2a (emulating an enhanced soroc iq120):\
3062	:do=^J:al=20*^A:am:le=^H:bs:cd=20*\EJ:ce=\EK:cl=\EL:cm=\E=%+ %+ :\
3063	:us=\E6:ue=\E7:co#80:dc=\ED:\
3064	:dl=20*^W:kl=^H:kr=^L:ku=^K:kd=^J:ho=^^:is=\E):sr=\EI\
3065	:im=\EE:ei=^Z:ip=2:li#24:nd=^L:so=\E\072:se=\E;:up=\EI:
3066# This is the preferred mode (but ^X can't be used as a kill character)
3067mime2a|mime2a-v|microterm mime2a (emulating an enhanced vt52):\
3068	:do=^J:al=20*^A:le=^H:bs:cd=20*\EQ:co#80:ce=\EP:cl=\EL:cm=\EY%+ %+ :\
3069	:is=^Y:dc=^N:dl=20*^W:ip=2:ei=^Z:ho=\EH:im=^O:kd=\EB:kl=\ED:kr=\EC:\
3070	:ku=\EA:li#24:nd=\EC:pt:se=\E9:so=\E8:up=\EA:sr=\EA:us=\E4:ue=\E5:
3071mime3ax|mime-3ax|mime1 emulating enhanced 3a:\
3072	:al=80^A:dl=80^W:pt:ce=^X:cd=^_:tc=mime3a:
3073# # --------------------------------
3074#
3075# p: PERKIN ELMER
3076#
3077pe550|bantam|perkin elmer 550:\
3078	:do=^J:le=^H:bs:co#80:ce=20\EI:cl=20\EK:cm=\EX%+ \EY%+ :\
3079	:ho=\EH:li#24:ll=\EH\EA:nd=\EC:up=\EA:ma=^Z^P:cd=6^N@^V:
3080fox|perkin elmer 1100:\
3081	:ct=\E3:st=\E1:do=^J:\
3082	:am:le=^H:bs:cd=5.5*\EJ:ce=\EI:cl=132\EH\EJ:co#80:ho=\EH:li#24:\
3083	:ll=\EH\EA:nd=\EC:cm=\EX%+ \EY%+ :up=\EA:vb=^P^B^P^C:
3084owl|perkin elmer 1200:\
3085	:ct=\E3:st=\E1:do=^J:al=5.5*\EL:am:le=^H:\
3086	:bs:cd=5.5*\EJ:ce=5.5\EI:cl=132\EH\EJ:ho=\EH:ll=\EH\EA:\
3087	:cm=\EX%+ \EY%+ :co#80:dc=5.5*\EO:dl=5.5*\EM:ic=\EN:ip=5.5*:\
3088	:kb=^h:in:li#24:nd=\EC:up=\EA:se=\E!\200:so=\E!^H:vb=^P^B^P^C:\
3089	:k1=\ERA:k2=\ERB:k3=\ERC:k4=\ERD:k5=\ERE:k6=\ERF:\
3090	:k7=\ERG:k8=\ERH:k9=\ERI:k0=\ERJ:
3091# # --------------------------------
3092#
3093# q: HOME MADE TERMINALS
3094#
3095bc|bill croft homebrew:\
3096	:do=^J:am:le=^H:bs:cm=\E=%+ %+ :cl=^Z:co#96:ho=^^:li#72:\
3097	:nd=^L:up=^K:vb=:
3098nucterm|rayterm|NUC homebrew:\
3099	:do=^J:am:le=^H:bs:cl=1^L:li#24:co#80:nd=^C:\
3100	:up=^N:ho=^B:ll=^K:ce=^A:cd=^E:
3101ex3000:\
3102	:do=^J:li#24:co#80:ho=^Q:
3103carlock|klc:\
3104	:do=^J:al=^E:am:bs:ce=^U:cl=100^Z:cm=\E=%+ %+ :co#80:dc=\177:dl=^D:\
3105	:ei=^T:ho=^^:im=^T:li#24:nd=^L:se=^V:so=^V:up=^K:vb=\EV\EV:
3106# uVAX
3107qdss|qdcons|qdss glass tty:\
3108	:am:do=^J:le=^H:bs:cm=\E=%.%.:cl=1^Z:co#128:li#57::nd=^L:up=^K:
3109exidy|exidy2500|exidy sorcerer as dm2500:\
3110	:do=^J:al=^P^J^X:am:le=^H:bs:ce=^W:cl=^^:cm=^L%r%n%.%.:co#64:\
3111	:dc=\b:dl=^P^Z^X:dm=^P:ed=^X:ei=^X:ho=^B:ic=^\:\
3112	:im=^P:li#30:nd=^\:pt:so=^N:se=^X:up=^Z:
3113netx|netronics:\
3114	:do=^J:le=^H:bs:cd=2000^F^E:ce=1600^E:cl=466^L:cm=\E=%+@%+@:\
3115	:co#64:ho=^D:li#16:ma=j^Jk^Pl :nd=\E+@A:pc=\200:sr=\E=@@^K:up=^K:
3116# This came from the comp ctr who got it from some user.  Smart indeed!
3117sexidy|exidy smart:\
3118	:do=^J:li#24:co#64:cl=^l:ho=^q:nd=^s:\
3119	:up=^w:le=^H:bs:le=^a:bc=^a:ma=^x^J:kd=^S:
3120ubell|ubellchar:\
3121	:if=/usr/share/tabset/ubell:do=^J:am:le=^H:bs:pt:ce=\Ed:cl=^Z:\
3122	:cm=\E=%+ %+ :co#80:li#24:nd=^L:up=^K:ma=j^Jk^P^K^Pl :ho=^^:
3123ttyWilliams:\
3124	:do=^J:co#80:li#12:le=^Y:bc=^Y:do=^K:up=^Z:cl=^^:ce=^_:am:ho=^]:nd=^X:
3125xitex|xitex sct-100:\
3126	:do=^J:le=^H:bs:cd=2000^F^E:ce=1600^E:cl=400^L:cm=\E=%+@%+@:co#64:\
3127	:ho=^D:li#16:ma=j^Jk^Pl :nd=\E+@A:pc=\200:sr=\E=@@^K:up=^K:
3128# # --------------------------------
3129#
3130# s: SPECIALS
3131#
3132# Special "terminals".  These are used to label tty lines when you don't
3133# know what kind of terminal is on it.  The characteristics of an unknown
3134# terminal are the lowest common denominator - they look about like a ti 700.
3135# The last one, "other", is like unknown but it allows an escape from software
3136# that insists that a "real" unknown terminal is merely so far unspecified.
3137network:\
3138	:tc=unknown:
3139arpanet:\
3140	:tc=unknown:
3141bussiplexer:\
3142	:tc=unknown:
3143du|dialup:\
3144	:tc=unknown:
3145ethernet:\
3146	:tc=unknown:
3147lpr|printer|print|printing|line printer:\
3148	:do=^J:le=^H:bs:co#132:hc:os:
3149plugboard|patch|patchboard:\
3150	:tc=unknown:
3151dumb|un|unknown:\
3152	:am:co#80:do=^J:
3153switch|intelligent switch:\
3154	:tc=unknown:
3155ansi|any ansi terminal with pessimistic assumptions:\
3156	:co#80:li#24:cl=50\E[;H\E[2J:bs:am:cm=\E[%i%d;%dH:\
3157	:nd=\E[C:up=\E[A:ce=\E[K:ho=\E[H:pt:
3158other|None of the above, but not exactly unknown:\
3159	:gn:cl=\r\n:ho=\r:am:co#80:do=^J:
3160# # --------------------------------
3161#
3162# t: TEXAS INSTRUMENTS
3163#
3164ti|ti700|ti733|735|ti735|ti silent 700:\
3165	:do=^J:le=^H:bs:co#80:hc:os:dC#162:
3166ti745|745|743|ti silent 745:\
3167	:do=^J:le=^H:bs:co#80:hc:os:
3168ti800|ti omni 800:\
3169	:do=^J:le=^H:bs:co#132:hc:os:
3170# From lesleymw@topaz.berkeley.edu
3171ti931|ti 931:\
3172	al=\EN:am:bs:cd=\EJ:ce=\EI:cl=\EL:cm=\EY%+ %+ :co#80:dl=\EO:do=\EB:\
3173	eo:ho=\EH:li#24:ku=\EA:kd=\EB:kr=\EC:kl=\ED:mi:nd:sf=\Eb:sr=\Ea:up=\EA:
3174# # --------------------------------
3175#
3176# v: TELEVIDEO
3177#
3178# There are some tvi's that require incredible amounts of padding and
3179# some that don't.  I'm assuming 912 and 920 are the old slow ones,
3180# and 912b, 912c, 920b, 920c are the new ones that don't need padding.
3181tvi912|912|920|tvi920|old televideo:\
3182	:ct=\E3:st=\E1:do=^J:\
3183	:al=33*\EE:le=^H:ce=\ET:cm=\E=%+ %+ :cl=^Z:co#80:dc=\EW:dl=33*\ER:\
3184	:kb=^H:ku=^K:kd=^J:kl=^H:kr=^L:k0=^AI\r:k1=^A@\r:k2=^AA\r:k3=^AB\r:\
3185	:bs:am:k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:\
3186	:ho=^^:ic=\EQ:li#24:nd=^L:pt:se=\Ek:so=\Ej:up=^K:us=\El:ue=\Em:\
3187	:ma=^K^P^L :sg#1:ug#1:if=/usr/share/tabset/stdcrt:
3188# the 912 has a <funct> key that's like shift: <funct>8 xmits "^A8\r".
3189# The 920 has this plus real function keys that xmit different things.
3190# Termcap makes you use the funct key on the 912 but the real keys on the 920.
3191912b|912c|tvi912b|tvi912c|tvi|new televideo 912:\
3192	:al=5*\EE:dl=5*\ER:tc=tvi912:
3193920b|920c|tvi920b|tvi920c|new televideo 920:\
3194	:k0=^AI\r:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
3195	:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:al=5*\EE:dl=5*\ER:tc=tvi912:
3196# set to page 1 when entering ex (\E-17 )
3197# reset to page 0 when exiting ex (\E-07 )
3198tvi912-2p|tvi920-2p|912-2p|920-2p|tvi-2p|televideo w/2 pages:\
3199	:ti=\E-17 :te=\E-07 :tc=tvi912:
3200tvi950-ap|tvi 950 w/alt pages:\
3201	:is=\E\\1:ti=\E-06 :te=\E-16 :tc=tvi950:
3202tvi950-b|bare tvi950 no is:\
3203	:is@:tc=tvi950:
3204tvi950-ns|tvi950 w/no standout:\
3205	:so@:se@:us@:ue@:tc=tvi950:
3206tvi925|925|televideo model 925:\
3207	:hs:xn:am:bs:co#80:li#24:cm=\E=%+ %+ :cl=\E*:cd=\Ey:ce=\Et:is=\El\E":\
3208	:al=\EE:dl=\ER:ic=\EQ:dc=\EW:if=/usr/share/tabset/stdcrt:\
3209	:ho=^^:nd=^L:bt=\EI:pt:so=\EG4:se=\EG0:sg#1:us=\EG8:ue=\EG0:ug#1:\
3210	:up=^K:do=^V:kb=^H:ku=^K:kd=^V:kl=^H:kr=^L:kh=^^:ma=^V^J^L :\
3211	:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:\
3212	:k8=^AG\r:k9=^AH\r:k0=^AI\r:ko=ic,dc,al,dl,cl,ce,cd,bt:\
3213	:ts=\Ef:fs=^M\Eg:ds=\Eh:sr=\Ej:
3214tvi925vb|925vb|televideo model 925 visual bells:\
3215	:vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:\
3216	:tc=tvi925:
3217# Since the 925's uses a character position to store the escape sequences to go
3218# in and out of both stand out and underline modes, screen positioning is
3219# difficult.  The following 925 entries don't use these modes.
3220tvi925n|925n|televideo model 925 no standout or underline:\
3221	:so@:se@:us@:ue@:tc=tvi925:
3222tvi925vbn|925vbn|televideo model 925 visual bells no so or ul:\
3223	:vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:\
3224	:tc=tvi925n:
3225# entry by Tim Curry 5/21/82 Univ. of Central Fla. duke!ucf-cs!tim
3226925a|tvi925a|TeleVideo Model 925:\
3227	:al=\EE:am:bs:bt=\EI:bw:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :co#80:dc=\EW:\
3228	:dl=\ER:do=^V:ic=\EQ:if=/usr/share/tabset/std:kb=^H:kd=^V:\
3229	:kh=^^:kl=^H:kn#12:kr=^L:ku=^K:li#24:nd=^L:pt:se=\EG0:sg#1:so=\EG4:\
3230	:ue=\EG0:ug#1:up=^K:us=\EG8:is=\El\
3231	:vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:\
3232	:ve=\E.4:vs=\E.2:
3233# The following tvi descriptions from B:pjphar and virus!mike
3234# is for all 950's.  It sets the following attributes:
3235# full duplex (\EDF)		write protect off (\E()
3236# conversation mode (\EC)	graphics mode off (\E%)
3237# white on black (\Ed)		auto page flip off (\Ew)
3238# turn off status line (\Eg)	clear status line (\Ef\r)
3239# normal video (\E0)		monitor mode off (\EX or \Eu)
3240# edit mode (\Er)		load blank char to space (\Ee\040)
3241# line edit mode (\EO)		enable buffer control (^O)
3242# protect mode off (\E\047)	duplex edit keys (\El)
3243# program unshifted send key to send line all (\E016)
3244# program shifted send key to send line unprotected (\E004)
3245# set the following to nulls:
3246#	field delimiter (\Ex0\200\200)
3247#	line delimiter (\Ex1\200\200)
3248#	start-protected field delimiter (\Ex2\200\200)
3249#	end-protected field delimiter (\Ex3\200\200)
3250# set end of text delimiter to carriage return/null (\Ex4\r\200)
3251# CHANGED 4-29-87 to set tabs and keep status line --John Kunze (jak@opal)
3252tvi950|950|televideo950:\
3253	:ct=\E3:st=\E1:do=^J:\
3254	:is=\EDF\EC\Ed\EG0\Er\EO\E\047\E(\E%\Ew\EX\Ee ^O\
3255	\El\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\
3256	\Ex3\200\200\Ex4\r\200\Ef\r:if=/usr/share/tabset/stdcrt:\
3257	:al=\EE:am:le=^H:bs:bt=\EI:cd=\Ey:ce=\Et:cl=\E*:cm=\E=%+ %+ :\
3258	:co#80:dc=\EW:dl=\ER:do=^V:ei=\Er:ho=^^:im=\Eq:k0=^A0\r:\
3259	:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
3260	:k7=^AF\r:k8=^AG\r:k9=^AH\r:kb=^H:kd=^V:kh=^^:kl=^H:\
3261	:ko=ic\054dc\054al\054dl\054cl\054bt\054ce\054cd:kr=^L:\
3262	:ku=^K:li#24:ma=^Vj^Kk^Hh^Ll^^H:mi:ms:nd=^L:pt:se=\EG0:\
3263	:sg#1:so=\EG4:sr=\Ej:ue=\EG0:ug#1:up=^K:us=\EG8:\
3264	:vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:\
3265	:xn:hs:ts=\Eg\Ef:fs=\r:ds=\Eg\Ef\r:
3266#
3267# is for 950 with two pages adds the following:
3268#	set 48 line page (\E\\2)
3269#	place cursor at page 0, line 24, column 1 (\E-07 )
3270#	set local (no send) edit keys (\Ek)
3271#
3272# two page 950 adds the following:
3273#	when entering ex, set 24 line page (\E\\1)
3274#	when exiting ex, reset 48 line page (\E\\2)
3275#			 place cursor at 0,24,1 (\E-07 )
3276#	set duplex (send) edit keys (\El) when entering vi
3277#	set local (no send) edit keys (\Ek) when exiting vi
3278#
3279tvi950-2p|950-2p|televideo950 w/2 pages:\
3280	:is=\EDF\EC\Ed\EG0\Eg\Er\EO\E\047\E(\E%\Ew\EX\Ee ^O\
3281	\Ek\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\
3282	\Ex3\200\200\Ex4\r\200\E\\2\E-07 \
3283	:te=\E\\2\E-07 :ti=\E\\1\E-07 :ks=\El:ke=\Ek:tc=tvi950:
3284#
3285# is for 950 with four pages adds the following:
3286#	set 96 line page (\E\\3)
3287#	place cursor at page 0, line 24, column 1 (\E-07 )
3288#
3289# four page 950 adds the following:
3290#	when entering ex, set 24 line page (\E\\1)
3291#	when exiting ex, reset 96 line page (\E\\3)
3292#			 place cursor at 0,24,1 (\E-07 )
3293#
3294tvi950-4p|950-4p|televideo950 w/4 pages:\
3295	:is=\EDF\EC\Ed\EG0\Eg\Er\EO\E\047\E(\E%\Ew\EX\Ee ^O\
3296	\Ek\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\
3297	\Ex3\200\200\Ex4\r\200\E\\3\E-07 \
3298	:te=\E\\3\E-07 :ti=\E\\1\E-07 :ks=\El:ke=\Ek:tc=tvi950:
3299#
3300# is for reverse video 950 changes the following:
3301#	set reverse video (\Ed)
3302#
3303# set vb accordingly (\Ed ...nulls... \Eb)
3304#
3305tvi950-rv|950-rv|televideo950 rev video:\
3306	:is=\EDF\EC\Eb\EG0\Eg\Er\EO\E\047\E(\E%\Ew\EX\Ee ^O\
3307	\El\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\
3308	\Ex3\200\200\Ex4\r\200:\
3309	:vb=\Ed\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Eb:\
3310	:tc=tvi950:
3311#
3312# uses the appropriate entries from 950-2p and 950-rv
3313#
3314tvi950-rv-2p|950-rv-2p|televideo950 rev video w/2 pages:\
3315	:is=\EDF\EC\Eb\EG0\Eg\Er\EO\E\047\E(\E%\Ew\EX\Ee ^O\
3316	\Ek\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\
3317	\Ex3\200\200\Ex4\r\200\E\\2\E-07 :\
3318	:vb=\Ed\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Eb:\
3319	:te=\E\\2\E-07 :ti=\E\\1\E-07 :ks=\El:ke=\Ek:tc=tvi950:
3320#
3321# uses the appropriate entries from 950-4p and 950-rv
3322#
3323tvi950-rv-4p|950-rv-4p|televideo950 rev video w/4 pages:\
3324	:is=\EDF\EC\Eb\EG0\Er\EO\E\047\E(\E%\Ew\EX\Ee ^O\
3325	\Ek\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\
3326	\Ex3\200\200\Ex4\r\200\E\\3\E-07 :\
3327	:vb=\Ed\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Eb:\
3328	:te=\E\\3\E-07 :ti=\E\\1\E-07 :ks=\El:ke=\Ek:tc=tvi950:
3329tvi924|924|televideo model 924:\
3330	:am:bs:xn:co#80:li#24:cm=\E=%+ %+ :cl=\E*0:cd=\Ey:ce=\Et:is=\Ek0\E"^O:\
3331	:al=\EE:dl=\ER:ic=\EQ:dc=\EW:if=/usr/share/tabset/stdcrt:ho=^^:\
3332	:nd=^L:bt=\EI:pt:so=\EG4:se=\EG0:us=\EG8:ue=\EG0:up=^K:do=^V:kb=^H:\
3333	:ku=^K:kd=^V:kl=^H:kr=^L:kh=^^:ma=^Vj^Kk^Ll^^H^R^L:k1=^A@\r:k2=^AA\r:\
3334	:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:\
3335	:k0=^AI\r:ko=ic,dc,al,dl,cl,ce,cd,bt:sr=\Ej:\
3336	:hs:fs=^Y\Es1:ts=\Ef:ds=\Es0\Ef^Y:
3337tvi924vb|924vb|televideo model 924 visual bells:\
3338	:vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:\
3339	:tc=tvi924:
3340# tvipt termcap from armsis@amber (Gene Rochlin), 9/19/84.  Works with vi and
3341# rogue.  NOTE: Esc v sets autowrap on, Esc u sets 80 char/line (rather than
3342# 40), Esc K chooses the normal character set.  Not sure padding is needed, but
3343# adapted from the tvi920c termcap.  so and us are klutzy, but at least use no
3344# screen space.
3345tvipt|televideopt:if=/usr/share/tabset/stdcrt:\
3346	:is=\Ev\Eu\EK:al=5*\EE:am:bs:bt=\EI:ce=\ET:cm=\E=%+ %+ :cl=^Z:co#80:\
3347	:dl=5*\ER:kb=^H:ku=^K:kd=^J:kl=^H:kr=^L:ho=^^:li#24:nd=^L:se=\EF:\
3348	:so=\EG1@A\EH:ue=\EF:us=\EG1B@\EH:up=^K:ma=^Kk^Ll^R^L:
3349# Vanilla tvi910 -- W. Gish (cswarren@violet) 10/29/86
3350tvi910|910|televideo model 910:if=/usr/share/tabset/stdcrt:\
3351	:bs:bt=\EI:cd=\EY:ce=\ET:cm=\E=%+ %+ :cl=^Z:co#80:\
3352	:kb=^H:ku=^K:kd=^J:kl=^H:kr=^L:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:\
3353	:k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:k0=^AI\r:\
3354	:li#24:nd=^L:pt:se=\EG0:so=\EG4:up=^K:us=\EG8:ue=\EG0:\
3355	:ho=\E=\001\001:ma=^Kk^Ll^R^L:sg#1:
3356# from Alan R. Rogers (rogers%albany@csnet-relay)
3357tvi910+|910+|televideo 910+:\
3358	:al=5*\EE:am:bs:bt=\EI:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+\040%+\040:\
3359	:co#80:dc=\EW:dl=\ER:do=^J:ho=^^:ic=\EQ:\
3360	:if=/usr/share/tabset/stdcrt:k0=^A@\r:k1=^AA\r:k2=^AB\r:k3=^AC\r:\
3361	:k4=^AD\r:k5=^AE\r:k6=^AF\r:k7=^AG\r:k8=^AH\r:k9=^AI\r:kb=^H:\
3362	:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:li#24:ll=\E=7\040:ma=^K^P^L\040:\
3363	:nd=^L:pt:se=\EG0:sg#1:so=\EG4:ue=\EG0:up=^K:us=\EG8:xn:
3364# From Humberto Appleton, beto@cs.utexas.edu, 880521 UT Austin
3365tvi970|970|televideo970:\
3366	:is=\E<\E[?21l\E[19h\E[1Q\E[10l\E[7l\E[H\E[2J:\
3367	:ae=\E(B:al=\E[L:as=\E(B:bs:bt=\E[Z:\
3368	:cd=\E[0J:ce=\E[0K:cl=\E[H\E[2J:cm=\E[%i%d;%df:co#80:\
3369	:da:db:dc=\E[P:dl=\E[M:do=\ED:ei=\E[4l:im=\E[4h:\
3370	:k1=\E?a:k2=\E?b:k3=\E?c:k4=\E?d:k5=\E?e:k6=\E?f:k7=\E?g:k8=\E?h:\
3371	:k9=\E?i:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
3372	:li#24:mi:ms:nd=\E[C:pt:se=\E[0m:sg#0:so=\E[7m:sr=\EM:\
3373	:ue=\E[0m:ug#0:up=\EM:us=\E[4m:vs=\E[1Q:\
3374	:vb=\E[5;m\200\200\200\200\200\200\200\200\200\E[0;m
3375# From fair@ucbarpa  Sun Oct 27 07:21:05 1985
3376ims950-b|bare ims950 no is:\
3377	:is@:tc=ims950:
3378ims950-ns|ims950 w/no standout:\
3379	:so@:se@:us@:ue@:tc=ims950:
3380ims950|ims televideo 950 emulation:\
3381	:k0@:k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:k9@:kb@:kd@:kh@:kl@:ko@:kr@:ku@:\
3382	:vb@:xn@:tc=tvi950:
3383ims950-rv|ims tvi950 rev video:\
3384	:k0@:k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:k9@:kb@:kd@:kh@:kl@:ko@:kr@:ku@:\
3385	:vb@:xn@:tc=tvi950-rv:
3386#From Andreas Stolcke <stolcke@icsi.berkeley.edu>
3387tvi955|955|televideo955:\
3388	:ct=\E3:st=\E1:do=^J:\
3389	:rs=\EDF\EC\Eg\Er\EO\E\047\E(\Ew\EX\Ee ^O\
3390	\E0P\E6\200\E0p\E4\200\Ef\r:\
3391	:is=\E[=3l\EF1\Ed\EG0\E[=5l\E%\El:\
3392	:al=\EE:am:le=^H:bs:bt=\EI:cd=\Ey:ce=\Et:cl=\E*:cm=\E=%+ %+ :\
3393	:co#80:dc=\EW:dl=\ER:do=^V:ei=\Er:ho=^^:im=\Eq:k0=^A0\r:\
3394	:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
3395	:k7=^AF\r:k8=^AG\r:k9=^AH\r:kb=^H:kd=^V:kh=^^:kl=^H:\
3396	:ko=ic\054dc\054al\054dl\054cl\054bt\054ce\054cd:kr=^L:\
3397	:ku=^K:li#24:ma=^Vj^Kk^Hh^Ll^^H:mi:nd=^L:pt:se=\EG0:\
3398	:so=\EG4:sr=\Ej:ue=\EG0:up=^K:us=\EG8:\
3399	:vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:\
3400	:xn:hs:ts=\Eg\Ef:fs=\r:ds=\Eg\Ef\r:\
3401	:mb=\EG2:mh=\E[=5h:me=\EG0\E[=5l:mk=\EG1:mr=\EG4:\
3402	:ve=\E.2:vi=\E.0:vs=\E.1:\
3403	:xo:RX=^N:SX=^O:RA=\E[=7l:SA=\E[=7h:\
3404	:kA=\EE:kB=\EI:kC=\EY:kD=\EW:kE=\ET:kI=\EQ:kL=\ER:kM=\EQ:\
3405	:kN=\EK:kP=\EJ:kT=\E1:ka=\E3:kt=\E2:\
3406	:as=\E$:ae=\E%:ac=0_`RjHkGlFmEnIoPqKsQtMuLvOwNxJ:\
3407	:5i:ps=\EP:po=\E`:pf=\Ea:
3408tvi955-w|955-w|televideo955 w/132 cols:\
3409	:is=\E[=3h\EF1\Ed\EG0\E[=5l\E%\El:\
3410	:co#132:tc=tvi955:
3411# use half-intensity as normal mode, full intensity as bold (md)
3412tvi955-hb|955-hb|televideo955 half-bright:\
3413	:is=\E[=3l\EF1\Ed\EG0\E[=5h\E%\El:\
3414	:mh@:md=\E[=5l:me=\EG0\E[=5h:\
3415	:tc=tvi955:
3416ims-ansi|ultima2|ultimaII|IMS Ultima II:\
3417	:pt:am:bs:co#80:li#24:\
3418	:is=\E[0m\E[>14l\E[?1;?5;20l\E>\E[1m^M:if=/usr/share/tabset/vt100:\
3419	:cl=\E[;H\E[2J:cd=\E[0J:ce=\E[0K:cm=\E[%i%2;%2H:up=\EM:do=\ED:\
3420	:ku=\E[A:kd=\E[B:kr=\E[C:kl=\E[D:kh=\E[H:\
3421	:so=\E[7m:se=\E[0m\E[1m:us=\E[4m:ue=\E[0m\E[1m:sr=\EM:
3422# # --------------------------------
3423#
3424# w: WYSE
3425#
3426# The wy{30,50,75,85} entries are recommended by
3427#	Wyse Technology
3428#	3571 North First Street
3429#	San Jose, CA 95134
3430# Entries for the wy60 and wy99 are only based on Wyse's recommendations.
3431#
3432# Advice on the Wyse 30 and 50 standout mode glitch:
3433#			(from steve@omni.com or ...pyramid!koosh!steve)
3434# 
3435# These terminals support a "PROTECT" sequence on/off that has no
3436# standout-glitch (xmc), while the regular "attribute" stuff enabled
3437# with <ESC>G'some-character' gives a 1-space glitch.
3438# 
3439# All but the very old revision firmware on both terminals support a
3440# visible PROTECT attribute that's selectable by the ol' SETUP menu.
3441# (The older rev. terminals do support PROTECT attribute but only
3442#  have the options REGULAR and DIM)
3443# 
3444# Get into your terminal's SETUP menu, and down-key to the 5'th
3445# menu (on a wyse 30; I think 3'rd or 4'th on a wyse 50) and
3446# right-key over to the PROTECT item.
3447# 
3448# Change PROTECT to REVERSE or REVERSE/DIM, and go over to the next
3449# item -- ATTRIBUTE and change it to LINE;  then save the changes for
3450# power-on.  (ATTRIBUTE change isn't necessary but looks a whole lot
3451# nicer to the eye when inverting the remainder of a line rather then
3452# the rest of the screen!).
3453# 
3454# The next thing to do is change your /usr/lib/something?/terminfo/w/wyse50
3455# so that it uses the proper escape sequences to turn on/off the protect
3456# sequence rather than the very-ugly \EG4 and \EG0.
3457# 
3458# Change standout to \E), standend to \E(, and glitch to 0, which means
3459# changing the so, se, and sg fields to :so=\E):se=\E(:sg#0:
3460#
3461wy30|wyse30|Wyse 30:\
3462	:am:bw:hs:mi:xo:bs:pt:\
3463	:co#80:li#24:sg#1:ug#1:kn#9:\
3464	:ae=\EG0\EH^C:al=2\EE:as=\EG0\EH^B:bt=\EI:cd=80\Ey:\
3465	:ce=\Et:cl=80\E*:cm=\E=%+ %+ :ct=\E0:dc=10\EW:dl=1\ER:\
3466	:ds=\EF\r:ei=\Er:fs=\r:ho=^^:im=\Eq:ip=2:\
3467	:is=\E'\E(\E\^3\E`9^N^T:k1=^A@\r:k2=^AA\r:k3=^AB\r:\
3468	:k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:kb=\b:\
3469	:kd=\n:kh=^^:kl=\b:kr=\f:ku=^K:nd=\f:se=\EG0:so=\EG4:\
3470	:sr=3\Ej:st=\E1:ts=\EF:ue=\EG0:up=^K:us=\EG8:ve=\E`1:\
3471	:pf=^T:po=^R:\
3472	:vi=\E`0:ko=bt,le,do,nd,up,dc,dl,ho,al:
3473wy30-vb|wyse30-vb|wyse 30 visual bell:\
3474	:vb=\E`8\E`\072\E`9:\
3475	:tc=wy30:
3476wy50|wyse50|Wyse 50:\
3477	:am:bw:hs:mi:xo:bs:pt:\
3478	:co#80:li#24:sg#1:ug#1:kn#9:\
3479	:ae=\EG0\EH^C:al=\EE:as=\EG0\EH^B:bt=\EI:cd=20\Ey:\
3480	:ce=\Et:cl=20\E*:cm=\E=%+ %+ :ct=\E0:dc=1\EW:dl=\ER:\
3481	:ds=\EF\r:ei=\Er:fs=\r:ho=^^:i1=30\E`\072\E`9:im=\Eq:\
3482	:ip=1:is=^N^T\E'\E(:k1=^A@\r:k2=^AA\r:k3=^AB\r:\
3483	:k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:\
3484	:k9=^AH\r:kb=\b:kd=\n:kh=^^:kl=\b:kr=\f:ku=^K:nd=\f:\
3485	:se=\EG0:so=\EGt:sr=\Ej:st=\E1:ts=\EF:ue=\EG0:up=^K:\
3486	:us=\EG8:ve=\E`1:vi=\E`0:\
3487	:pf=^T:po=^R:\
3488	:ko=bt,le,do,nd,up,dc,dl,ho,al:
3489wy50-vb|wyse50-vb|wyse 50 visual bell:\
3490	:vb=\E`8\E`\072\E`9:\
3491	:tc=wy50:
3492wy50-w|wyse50-w|wyse 50 132-column:\
3493	:cm=\Ea%i%dR%dC:co#132:dc=2\EW:i1=\E`;\E`9:\
3494	:tc=wy50:
3495wy50-wvb|wyse50-wvb|wyse 50 132-column visual bell:\
3496	:cm=\Ea%i%dR%dC:co#132:dc=2\EW:i1=\E`;\E`9:\
3497	:vb=\E`8\E`;\E`9:\
3498	:tc=wy50:
3499# from John Gillmore hoptoad!gnu@lll-crg.arpa
3500wyse-vp|wyse|Wyse 50 in ADDS Viewpoint emulation mode with "enhance" on:\
3501	:am:do=^J:if=/usr/share/tabset/wyse-adds:\
3502	:le=^H:bs:li#24:co#80:cm=\EY%+ %+ :cd=\Ek:ce=\EK:nd=^F:\
3503	:up=^Z:cl=^L:ho=^A:ll=^A^Z:kl=^U:kr=^F:kd=^J:ku=^Z:kh=^A:\
3504	:pt:so=^N:se=^O:us=^N:ue=^O:dl=\El:al=\EM:im=\Eq:ei=\Er:dc=\EW:\
3505	:is=\E`\072\E`9^O\Er:rs=\E`\072\E`9^O\Er:
3506wyse-vp-nk|Wyse 50 in ADDS Viewpoint enhanced mode with cursor keys gone:\
3507	:kl@:kr@:kd@:ku@:kh@:tc=wyse-vp:
3508wyse925|Wyse-50 emulating tvi925:\
3509	:xn@:tc=tvi925:
3510# Wyse 60 in 24 row native mode.
3511# This termcap is a composite of entries submitted by Steve Van Domelen
3512# (Wyse Tech, svd@bigboy.wyse.com) and Douglas Good (doug@cli.com).
3513# Merged by Paul Vojta (vojta@math.berkeley.edu).
3514wy60|wyse60|Wyse 60 in native mode:\
3515	:ae=\EH^C:al=4\EE:am:as=\EH^B:bl=^G:bs:bt=\EI:bw:cd=100\Ey:ce=\Et:\
3516	:cl=100\E*:cm=\E=%+ %+ :co#80:ct=\E0:da:db:dc=11\EW:dl=5\ER:do=^J:\
3517	:ds=\EF\r:ei=\Er:fs=\r:ho=^^:hs:if=/usr/share/tabset/std:im=\Eq:ip=3:\
3518	:is=\Ed$\EcD\E'\Er\EH^C\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1^N^T\EwG\Ew0^^^K:\
3519	:it#8:k0=^A@\r:k1=^AA\r:k2=^AB\r:k3=^AC\r:k4=^AD\r:k5=^AE\r:k6=^AF\r:\
3520	:k7=^AG\r:k8=^AH\r:k9=^AI\r:kb=\b:kd=\EOB:ke=200\EcU:kh=\E{:kl=\EOD:\
3521	:kn#10:ko=bt,le,do,nd,up,dc,dl,ho,al:kr=\EOC:\
3522	:ks=200\EZ0+\EOA\177\EZ0,\EOB\177\EZ0.\EOC\177\EZ0-\EOD\177\EZ0*\E{\177:\
3523	:ku=\EOA:l0=F1:l1=F2:l2=F3:l3=F4:l4=F5:l5=F6:l6=F7:l7=F8:l8=F9:l9=F10:\
3524	:le=\b:li#24:ll=^^^K:mb=\EG2:me=\EG0:mh=\EGp:mi:mr=\EG4:ms:nd=\f:pf=^T:\
3525	:po=^R:pt:rs=500\E~!\E~4\E`\:\EeF\Ee(\EwG:se=\EG0:sf=^J:so=\EGt:\
3526	:sr=7\Ej:st=\E1:ts=\EF:ue=\EG0:up=^K:us=\EG8:
3527#	Must delete tc= if using infocomp to translate
3528wy60-w|wyse60-w|wyse 60 132-column:\
3529	:co#132:cm=\Ea%i%dR%dC:dc=16\EW:ip=5:\
3530	:rs=500\E~!\E~4\EeF\E`;\Ee(\EwG:tc=wy60:
3531wy60-25|wyse60-25|wyse 60 80-column 25-lines:\
3532	:li#25:\
3533	:rs=500\E~!\E~4\E`\:\EeG\Ee)\EwG:tc=wy60:
3534wy60-25-w|wyse60-25-w|wyse 60 132-column 25-lines:\
3535	:co#132:li#25:cm=\Ea%i%dR%dC:dc=16\EW:ip=5:\
3536	:rs=500\E~!\E~4\EeF\E`;\Ee)\EwG:tc=wy60:
3537wy60-42|wyse60-42|wyse 60 80-column 42-lines:\
3538	:li#42:al=11\EE:cd=260\Ey:cl=260\E*:cm=2\E=%+ %+ :dc=16\EW:\
3539	:dl=11\ER:ip=5:sr=10\Ej:\
3540	:rs=500\E~!\E~4\E`\:\EeF\Ee*\EwG:tc=wy60:
3541wy60-42-w|wyse60-42-w|wyse 60 132-column 42-lines:\
3542	:co#132:li#42:al=11\EE:cd=260\Ey:cl=260\E*:cm=2\Ea%i%dR%dC:dc=19\EW:\
3543	:dl=11\ER:ho=2^^:ip=6:sr=10\Ej:\
3544	:rs=500\E~!\E~4\EeF\E`;\Ee*\EwG:tc=wy60:
3545wy60-43|wyse60-43|wyse 60 80-column 43-lines:\
3546	:li#43:al=11\EE:cd=260\Ey:cl=260\E*:cm=2\E=%+ %+ :dc=16\EW:\
3547	:dl=11\ER:ip=5:sr=10\Ej:\
3548	:rs=500\E~!\E~4\E`\:\EeF\Ee+\EwG:tc=wy60:
3549wy60-43-w|wyse60-43-w|wyse 60 132-column 43-lines:\
3550	:co#132:li#43:al=11\EE:cd=260\Ey:cl=260\E*:cm=2\Ea%i%dR%dC:dc=19\EW:\
3551	:dl=11\ER:ho=2^^:ip=6:sr=10\Ej:\
3552	:rs=500\E~!\E~4\EeF\E`;\Ee+\EwG:tc=wy60:
3553#	Not recommended at high baud rates
3554wy60-vb|wyse60-vb|Wyse 60 visual bell:\
3555	:vb=\E`8\E`9:\
3556	:tc=wy60:
3557wy60-w-vb|wy60-wvb|wyse60-w-vb|Wyse 60 132-column visual bell:\
3558	:vb=\E`8\E`9:\
3559	:tc=wy60-w:
3560#	The following switch screens for vi and emacs
3561wy60-s|wyse60-s|Wyse 60 with screen switching:\
3562	:te=50^Z\Ew0:ti=50\Ew1:tc=wy60:
3563wy60-w-s|wyse60-w-s|Wyse 60 132-column with screen switching:\
3564	:te=50^Z\Ew0:ti=50\Ew1:tc=wy60-w:
3565wy60-nt|wyse60-nt|Wyse 60 with broken tab support:\
3566	:pt@:tc=wy60:
3567#
3568#	The Wyse 75 is a vt100 lookalike without advanced video.
3569#
3570#	   The Wyse 75 can support one attribute (e.g. Dim, Inverse,
3571#	Underline) without magic cookies.  The following description
3572#	uses this capability, but when more than one attribute is
3573#	put on the screen at once, all attributes will be changed
3574#	to be the same as the last attribute given.
3575#	   The Wyse 75 can support more attributes when used with magic
3576#	cookies.  The wy75-mc terminal description uses magic cookies
3577#	to correctly handle multiple attributes on a screen.
3578#
3579wy75|wyse75|wyse 75:\
3580	:am:hs:mi:ms:xn:xo:bs:pt:\
3581	:co#80:li#24:pb#1201:kn#6:\
3582	:AL=2*\E[%dL:DC=3*\E[%dP:DL=1*\E[%dM:DO=\E[%dB:\
3583	:IC=1*\E[%d@:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=^O:\
3584	:al=2\E[L:as=\E[0m^N:bt=\E[1Z:cd=30\E[J:ce=3\E[K:\
3585	:ch=\E[%i%dG:cl=30\E[H\E[J:cm=\E[%i%d;%dH:\
3586	:cs=2\E[%i%d;%dr:ct=\E[3g:dc=3\E[P:dl=\E[M:\
3587	:ds=\E[>,^A^A\E[>-^A^A:ei=\E[4l:fs=^A:ho=\E[H:\
3588	:im=\E[4h:ip=1:is=\E>\E[?7;?8h\E[4;?1l^O\E)0:kb=\b:\
3589	:kd=\E[B:ke=\E[?1l\E>:kh=\E[H:kl=\E[D:kr=\E[C:\
3590	:ks=\E[?1l\E[?7h\E=:ku=\E[A:nd=\E[C:r1=\E7\E[1;24r\E8:\
3591	:r2=20\E[0m\E[35;?7;?8h\E[30;?1l:r3=80\E[?3l:rc=\E8:\
3592	:sc=\E7:se=\E[0m:so=\E[1t\E[7m:sr=2\EM:st=\EH:\
3593	:ts=\E[>,^A:ue=\E[0m:up=\E[A:us=\E[2t\E[4m:ve=\E[?25h:\
3594	:po=\E[5i:pf=\E[4i:\
3595	:vi=\E[?25l:ko=nd,up,dl,ce,ho,al:
3596#
3597#	This terminal description uses the non-hidden attribute mode
3598#	(with magic cookie).
3599#
3600wy75-mc|wyse75-mc|wyse 75 with magic cookies:\
3601	:ae=\E[0p^O:as=\E[0p^N:ms@:r2=20\E[0p\E[35;?7;?8h\E[30;?1l:\
3602	:se=\E[0p:sg#1:so=\E[17p:ue=\E[0p:ug#1:us=\E[8p:\
3603	:tc=wy75:
3604wy75-vb|wyse75-vb|wyse 75 with visual bell:\
3605	:vb=\E[30h\E,\E[30l:\
3606	:tc=wy75:
3607wy75-w|wyse75-w|wyse 75 in 132 column mode:\
3608	:co#132:r3=80\E[?3h:\
3609	:tc=wy75:
3610wy75-wvb|wyse75-wvb|wyse 75 with visual bell 132 columns:\
3611	:co#132:r3=80\E[?3h:vb=\E[30h\E,\E[30l:\
3612	:tc=wy75:
3613#
3614wy75ap|wyse75ap|wy-75ap|wyse-75ap|Wyse WY-75 Applications and Cursor keypad:\
3615	:is=\E[1;24r\E[?10;3l\E[?1;25h\E[4l\E[m\E(B\E=:\
3616	:kd=\EOB:ke=10\E[?1l\E>:kh=\EOH:kl=\EOD:kr=\EOC:\
3617	:ks=10\E[?1h\E=:ku=\EOA:\
3618	:tc=wyse75:
3619#
3620#	Wyse 85 emulating a vt220 7 bit mode.
3621#		24 line screen with status line.
3622#
3623#	The vt220 mode permits more function keys but it wipes out
3624#	the escape key.  I strongly reccomend that f11 be set to
3625#	escape (esc).
3626#	The terminal may have to be set for 8 data bits and 2 stop
3627#	bits for the arrow keys to work.
3628#	The Wyse 85 runs faster with XON/XOFF enabled.  Also the
3629#	(dch) and (ich) work best when XON/XOFF is set.  (ich) and
3630#	(dch) leave trash on the screen when used without XON/XOFF.
3631#
3632wy85|wyse85|wyse 85:\
3633	:am:hs:mi:ms:xn:xo:bs:pt:\
3634	:co#80:li#24:kn#3:\
3635	:AL=5*\E[%dL:DC=3*\E[%dP:DL=3*\E[%dM:DO=\E[%dB:\
3636	:IC=4*\E[%d@:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=^O:\
3637	:al=5\E[L:as=^N:bt=\E[Z:cd=110\E[J:ce=\E[K:\
3638	:cl=110\E[H\E[J:cm=1\E[%i%d;%dH:cs=\E[%i%d;%dr:\
3639	:ct=\E[3g:dc=3\E[P:dl=3\E[M:ds=\E[40l:ei=\E[4l:\
3640	:fs=\E[1;24r\E8:ho=\E[H:\
3641	:i1=\E[62;1"p\E7\E[?6l\E8\E[?5W:im=\E[4h:ip=3:\
3642	:is=16\E[2;4;20;30l\E[?1;4;10;16l\E[12;36h\E[?7;8;25h:\
3643	:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
3644	:kb=\b:kd=\E[B:ke=\E>:kh=\E[26~:\
3645	:kl=\E[D:kr=\E[C:ks=\E[?1l\E=:ku=\E[A:l1=PF1:l2=PF2:\
3646	:l3=PF3:l4=PF4:nd=\E[C:\
3647	:r1=\E<\E[3;13l\E[!p\E7\E[1;24r\E8\E(B:\
3648	:r2=70\E[35h\E[?3l:rc=\E8:sc=\E7:se=\E[m:so=\E[1m:\
3649	:sr=3\EM:st=\EH:ts=\E[40h\E7\E[25;%i%dH:ue=\E[m:\
3650	:up=\E[A:us=\E[4m:ve=\E[?25h:vi=\E[?25l:nl=\E[B:\
3651	:po=\E[5i:pf=\E[4i:\
3652	:ko=do,nd,up:
3653#
3654#	Wyse 85 with visual bell.
3655wy85-vb|wyse85-vb|wyse 85 with visual bell:\
3656	:vb=\E[30h\E,\E[30l:\
3657	:tc=wy85:
3658#
3659#	Wyse 85 in 132-column mode.
3660wy85-w|wyse85-w|wyse 85 in 132-column mode:\
3661	:co#132:\
3662	:r2=120\E[35h\E[?3h:\
3663	:tc=wy85:
3664#
3665#	Wyse 85 in 132-column mode with visual bell.
3666wy85-wvb|wyse85-wvb|wyse 85 with visual bell 132-columns:\
3667	:vb=\E[30h\E,\E[30l:\
3668	:tc=wy85:
3669# From pett@cgl.ucsf.edu
3670wy99|wyse-99gt|wyse99gt|wyse 99GT, 80 col, native mode:\
3671	:is=\E\140\072\Ee(\Ew1\Ee-\Ee$\Ee'\EeT^T:ct=\E0:st=\E1:gn:\
3672	:li#24:co#80:bl=^G:am:bw:ul:hs:as=\EcE:ae=\EcD:bt=\EI:\
3673	:ma=^Kj^Jk^Hh^Ll^^H:cm=\Ea%i%2R%3C:it#8:\
3674	:vs=^^\EY\E\140\072:vi=\E`0:es:ws#80:\
3675	:lm#0:md=\Ee1\EG6:me=\Ee0\E(:mh=\Ee1\EGb:mb=\Ee1\EG2:\
3676	:mk=\Ee1\EG1:mp=\E):mr=\Ee1\EG4:pf=^T:po=\EP\E7:ps=:\Ed&\E7\
3677	:fs=\004:ds=\EA31:i2=\EA30:vb=\E\1361\E\1360:da:db:sf=^J:sr=\Ej:\
3678	:cl=^Z:ce=\ET:cd=\EY:al=\EE:dl=\ER:dc=\EW:\
3679	:so=\EGt:se=\EG0:sg#1:ue=\EG0:us=\EG8:ug#1:ll=\Ea24R1C:\
3680	:pt:bs:nd=^L:up=^K:do=^J:ho=^^:kl=^H:kr=^L:ku=^K:kd=^J:kh=^^:kn#20:\
3681	:ei=\Er:im=\Eq:mi:if=/usr/share/tabset/stdcrt:\
3682	:k1=^A@^M:k2=^AA^M:k3=^AB^M:k4=^AC^M:k5=^AD^M:\
3683	:k6=^AE^M:k7=^AF^M:k8=^AG^M:k9=^AH^M:k0=^AI^M:\
3684	:l1=^A`^M:l2=^Aa^M:l3=^Ab^M:l4=^Ac^M:l5=^Ad^M:\
3685	:l6=^Ae^M:l7=^Af^M:l8=^Ag^M:l9=^Ah^M:l0=^Ai^M:
3686# From freudent@eric.ultra.nyu.edu (Eric Freudenthal)
3687wy100q|Wyse 100 for Quotron:\
3688	:al=\EE:bs:bt=\EI:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :co#80:\
3689	:dc=\EW:dl=\ER:do=^J:ei=\Er:im=\Eq:is=\E`\072\200\EC\EDF\E0\E'\E(\EA21:\
3690	:kd=^J:kl=^H:kr=^L:ku=^K:li#24:nd=^L:up=^K:us=\EG8:ue=\EG0:\
3691	:so=\EG4:se=\EG0:sg#1:sr=\Ej:ho=^^:ug#1:
3692# # --------------------------------
3693#
3694# y: TELERAY
3695#
3696# Note two things called "teleray".  Reorder should move the common one
3697# to the front if you have either.  A dumb teleray with the cursor stuck
3698# on the bottom and no obvious model number is probably a 3700.
3699t3700|teleray|dumb teleray 3700:\
3700	:do=^J:le=^H:bs:cl=^L:co#80:li#24:
3701t3800|teleray 3800 series:\
3702	:do=^J:le=^H:bs:cd=\EJ:ce=\EK:cl=^L:cm=\EY%+ %+ :co#80: \
3703	:do=\n:ho=\EH:li#24:ll=\EY7 :nd=\EC:pt:up=^K:
3704t1061|teleray 1061:\
3705	:if=/usr/share/tabset/teleray:\
3706	:ct=\EG:st=\EF:do=^J:\
3707	:al=2*\EL:am:le=^H:bs:cd=1\EJ:ce=\EK:cl=1^L:cm=\EY%+ %+ :co#80:\
3708	:dc=\EQ:dl=2*\EM:ho=\EH:ic=\EP:ip=0.4*:\
3709	:k1=^Z1:k2=^Z2:k3=^Z3:k4=^Z4:k5=^Z5:k6=^Z6:k7=^Z7:k8=^Z8:\
3710	:li#24:nd=\EC:pt:se=\ER@:so= \ERD:\
3711	: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:\
3712	:up=\EA:us=\ERH:ue=\ER@:xs:xt:sg#2:ug#1:
3713# "Teleray Arpa Special", offically designated as
3714# "Teleray Arpa network model 10" with "Special feature 720".
3715# This is the new (1981) fast microcode updating the older "arpa" proms
3716# (which gave meta-key and pgmmable-fxn keys).  720 is much much faster,
3717# converts the keypad to programmable function keys, and has other goodies.
3718# Standout mode is still broken (magic cookie, etc) so is suppressed as no
3719# programs handle such lossage properly.
3720# Note: this is NOT the old termcap's "t1061f with fast proms."
3721# From Univ of Utah, J.Lepreau  Tue Feb  1 06:39:37 1983
3722# lepreau@utah-cs, harpo!utah-cs!lepreau
3723#
3724t10|teleray 10 special:\
3725	:so@:se@:us@:ue@:\
3726	:al=\EL:bs:cd=\EJ:ce=\EK:cl=30\Ej:cm=\EY%+ %+ :co#80:\
3727	:dc=\EQ:dl=\EM:ho=\EH:ic=\EP:km:li#24:nd=\EC:pc=\200:pt:\
3728	:se=\ER@:so=\ERD:sf=\Eq:sg#2:sr=\Ep:up=\EA:ug#1:ue=\ER@:us=\ERH:\
3729	:xs:xt:
3730t1061f|teleray 1061 with fast PROMs:\
3731	:al=\EL:ip@:dl=\EM:tc=t1061:
3732# # --------------------------------
3733#
3734# z: Miscellaneous
3735#
3736wind:\
3737	:bs:cm=\Ep%r%.%.:cl=\En\120\030\Eo:co#80:\
3738	:ho=\Ep\200\200:li#24:nd=^L:up=^K:nl=\035:\
3739	:kl=\E3:kr=\E4:ku=\E1:kd=\E2:k1=\E5:k2=\E6:k3=\E7:k4=\E8:\
3740	:so=\Em\014:se=\Em\003:
3741wind16:\
3742	:bs:cm=\Ep%r%.%.:cl=\En\120\020\Eo:co#80:\
3743	:ho=\Ep\200\200:li#16:nd=^L:up=^K:nl=\035:\
3744	:so=\Em\014:se=\Em\003:
3745wind40:\
3746	:bs:cm=\Ep%r%.%.:cl=\En\120\050\Eo:co#80:\
3747	:ho=\Ep\200\200:li#40:nd=^L:up=^K:nl=\035:\
3748	:so=\Em\014:se=\Em\003:
3749wind50:\
3750	:bs:cm=\Ep%r%.%.:cl=\En\128\062\Eo:co#88:\
3751	:ho=\Ep\200\200:li#50:nd=^L:up=^K:nl=\035:\
3752	:kl=\E3:kr=\E4:ku=\E1:kd=\E2:k1=\E5:k2=\E6:k3=\E7:k4=\E8:\
3753	:so=\Em\014:se=\Em\003:
3754cad68-3|cgc3|cad68 basic monitor transparent mode size 3 chars:\
3755	:am:bs:cl=^Z:co#73:ho=\036:li#36:nd=^L:up=^K:
3756cad68-2|cgc2|cad68 basic monitor transparent mode size 2 chars:\
3757	:am:bs:cl=^Z:co#85:ho=\036:li#39:nd=^L:up=^K:\
3758	:kl=\E3:kr=\E4:ku=\E1:kd=\E2:k1=\E5:k2=\E6:k3=\E7:k4=\E8:\
3759	:so=\Em\014:se=\Em\003:
3760v50|visual 50:\
3761	:am:bs:al=\EL:dl=\EM:\
3762	:cd=\Ek:ce=\EK:cl=^Z:cm=\E=%+\040%+\040:co#80:do=^J:ho=\EH:\
3763	:kb=^H:kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:li#24:ms:nd=^L:pt:\
3764	:so=\EU:se=\ET:up=^K:
3765trs2|trsII|trs80II|Radio Shack Model II using P&T CP/M:\
3766	:nl=^_:al=^D:am:bs:cd=^B:ce=^A:cl=^L:cm=\EY%+ %+ :co#80:\
3767	:dl=^K:do=^_:ho=^F:li#24:nd=^]:ms:pt:se=^O:so=^N:up=^^:\
3768	:kb=^H:kd=^_:kl=^\:kr=^]:ku=^^:
3769#From: ksb@mentor.cc.purdue.edu (Kevin Braunsdorf)
3770trs16|trs-80 model 16 console:\
3771	:al=\EL:am:bs:cd=\EJ:ce=\EK:cl=^L:cm=\EY%+ %+ :co#80:dc=\EQ:dl=\EM:\
3772	:do=\EB:ic=\EP:ho=\EH:kb=^H:kd=\EB:kl=\ED:kn#2:kr=\EC:\
3773	:ku=\EA:k0=^A:k1=^B:l0=f1:l1=f2:li#24:nd=\EC:pt:se=\ER@:sg#0:so=\ERD:\
3774	:k2=^D:k3=^L:k4=^U:k5=^P:k6=^N:k7=^S:\
3775	:l2=f3:l3=f4:l4=f5:l5=f6:l6=f7:l7=f8:\
3776	:up=\EA:GS=\ERG:GE=\ERg:GV=s:GH=u:GU=e:GD=c:G1=`:G2=_:G3=b:G4=a:\
3777	:BN=\E[?33h:BF=\E[?33l:UC=\E[_\040q:BC=\E[\177\040q:\
3778	:PN=\E]=:PS=\E]+:\
3779	:CN=\ERC:CF=\ERc:NR=\ERD:NM=\ER@:
3780#From {pbrown,ctl}@ocf.berkeley.edu, 12 Mar 90
3781coco3|os9LII|Tandy CoCo3 24*80 OS9 Level II:\
3782	:am:bs:cl=5*^L:li#24:co#80:ho=^A:\
3783	:cd=^K:ce=^D:cm=2%r^B%+ %+ :\
3784	:bl#7:do=^J:up=^I:nd=^F:so=\037\040:se=\037\041:\
3785	:us=\037\042:ue=\037\043:al=\037\060:dl=\037\061:\
3786	:ku=^L:kd=^J:kr=^I:kl=^H:ta:mb=\037\042:md=\E\072^A:\
3787	:mr=\037\040:me=\037\041\E\072\000:\
3788	:vi=\005\040:ve=\005\041
3789ps300|Picture System 300:us@:ue@:so@:se@:xt:pt@:tc=vt100:
3790masscomp2:co#64:li#21:tc=masscomp:
3791masscomp1:co#104:li#36:tc=masscomp:
3792masscomp:\
3793	:al=\E[L:bs:cd=\E[J:ce=\E[K:co#80:dc=\E[P:dl=\E[M:do=\E[B:\
3794	:ei=\E[4l:im=\E[4h:is=\EGc\EGb\EGw:li#24:mi:MT:nd=\E[C:pt:se=\E[0m:\
3795	:sg#0:so=\E[7m:cm=\E[%i%d;%dH:ue=\EGau:us=\EGu:up=\E[A:\
3796	:ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:kb=^h:cl=\E[2J:
3797# Kimtron TC entries include (undocumented) codes for: enter dim mode (mh),
3798# enter bold mode (md), enter reverse mode (mr), turn off all attributes (me)
3799# Kimtron ABM 85 added by Dual Systems
3800abm85|Kimtron ABM 85:\
3801	:is=\EC\EX\Eg\En\E%\Er\E(\Ek\Em\Eq:if=/usr/share/tabset/stdcrt:\
3802	:li#24:co#80:am:bs:bw:ms:pt:\
3803	:cl=\E*:cd=\Ey:dl=\ER:al=\EE:ce=\Et:dc=\EW:im=\EQ:ei=\Er:\
3804	:cm=\E=%+ %+ :do=^J:nd=^L:up=^K:bt=\EI:\
3805	:kh=^^:kb=^H:kd=^J:ku=^K:kd=^J:kl=^H:kr=^L:\
3806	:so=\Ej:se=\Ek:sg#1:us=\El:ue=\Em:ug#1:
3807# Kimtron ABM 85H added by Dual Systems.
3808# Some notes about the 85h entries:
3809# 1) there are several firmware revs of 85H in the world. Use o85h for
3810#    firmware revs prior to SP51
3811# 2) Make sure to use 85h entry if the terminal is in 85H mode and the
3812#    85e entry if it is in 920 emulation mode. They are incompatible in
3813#    some places and NOT software settable i.e., `is' can't fix change it)
3814# 3) In 85h mode, the arrow keys and special functions transmit when
3815#    the terminal is in dup-edit, and work only locally in local-edit.
3816#    Vi won't swallow `del char' for instance, but `vs' turns on
3817#    dup-edit anyway so that the arrow keys will work right. If the
3818#    arrow keys don't work the way you like, change `vs', `ve', and `is'.
3819#    920E mode does not have software commands to toggle between dup
3820#    and local edit, so you get whatever was set last on the terminal.
3821# 4) vb attribute is nice, but seems too slow to work correctly (\Eb<pad>\Ed)
3822# 5) Make sure `hidden' attributes are selected. If `embedded' attributes
3823#    are selected, the entries :sg@: and :ug@: should be removed.
3824# 6) auto new-line should be on (selectable from setup mode only)
3825#
3826# From fair@ucbarpa  Sun Oct 27 07:21:05 1985
382785h|85H|abm85h|Kimtron ABM 85H, 85H mode:\
3828	:is=\EC\EN\EX^T^N\EA\Ea\E%\E9\Ee\Er\En\E"\E}\E'\E(\Ef^M\EG0\Ed\E.4\El:\
3829	:im=\EZ:kd=^V:so=\EG4:se=\EG0:us=\EG8:ue=\EG0:vb@:vs=\E.2:ve=\E.4:\
3830	:mh=\E):mr=\EG4:me=\E(\EG0:sg@:ug@:ds=\Ee:fs=^M:hs:ts=\Eg\Ef:tc=abm85:
383185e|85E|abm85e|Kimtron ABM 85H, 920E mode:\
3832	:is=\EC\EX\EA\E%\E9\Ee\Er\En\E"\E}\E'\E(\Ef^M\Ek\Eq\Em:\
3833	:mh=\E):mr=\Ej:me=\E(\Ek:im=\EZ:sg@:ug@:vb@:tc=abm85:
3834o85h|oabm85h|Kimtron ABM 85H, old firmware rev.:\
3835	:is=\E}\EC\EX\Ee\En\E%\Er\E(\Ek\Em\Eq\Ed\ET\EC\E9\EF:\
3836	:im=\EZ:sg@:ug@:vb=\200\200\200^G\200\200\200:\
3837	:mh=\E):mr=\Ej:me=\E(\Ek:tc=abm85:
3838#from  malman@bbn-vax.arpa
3839kt7|kimtron model kt-7:\
3840	:am:bs:co#80:li#24:cm=\E=%+ %+ :cl=^Z:cd=\EY:ce=\ET:is=\El\E":\
3841	:al=\EE:dl=\ER:ic=\EQ:dc=\EW:if=/usr/share/tabset/stdcrt:\
3842	:ho=^^:nd=^L:bt=\EI:pt:so=\EG4:se=\EG0:sg#0:us=\EG8:ue=\EG0:ug#0:\
3843	:up=^K:do=^V:kb=^H:ku=^K:kd=^V:kl=^H:kr=^L:kh=^^:ma=^V^J^L :\
3844	:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:\
3845	:k8=^AG\r:k9=^AH\r:k0=^AI\r:ko=ic,dc,al,dl,cl,ce,cd,bt:\
3846	:ts=\Ef:fs=\Eg:
3847appleII|apple ii plus:vs=\024\103\066:ve=\024\103\062:\
3848	:am:co#80:ce=\035:li#24:cl=\014:bs:nd=\034:up=\037:ho=\E\031:pt:\
3849	:cd=\013:so=\017:se=\016:cm=\036%r%+ %+ :is=\024T1\016:do=^J:kd=^J:\
3850	:vb=\024G1\024T1:kr=^U:
3851#  Gary Ford 21NOV83
3852#  New version from ee178aci%sdcc7@SDCSVAX.ARPA  Fri Oct 11 21:27:00 1985
3853apple-80|apple II with smarterm 80 col:\
3854	:am:bs:bt=^R:bw:cd=10*^K:ce=10^]:cl=10*^L:cm=^^%r%+ %+ :\
3855	:co#80:cr=10*^M:do=^J:ho=^Y:le=^H:li#24:nd=^\\:up=^_:
3856lisa|apple lisa console display, black on white:\
3857	:al=\E[L:am:bs:cd=\E[J:ce=\E[K:cl=^L:cm=\E[%i%d;%dH:co#88:\
3858	:dc=\E[P:dl=\E[M:do=\E[B:ho=\E[H:ic=\E[@:li#32:\
3859	:nd=\E[C:ms:pt:so=\E[7m:se=\E[m:us=\E[4m:ue=\E[m:up=\E[A:\
3860	:kb=^h:ku=\E[A:kd=\E[B:kl=\E[D:kr=\E[C:eo:is=\E>\E[0m^L:\
3861	:GS=\E[11m:GE=\E[10m:GV=\140:GH=a:G1=c:G2=f:G3=e:G4=d:GU=u:\
3862	:GD=s:GC=b:GL=v:GR=t:CO=\E[5l:CF=\E[5h:
3863liswb|apple lisa console display, white on black:\
3864	:so=\E[0m:se=\E[0;7m:us=\E[4m:ue=\E[0;7m:is=\E>\E[0;7m^L:\
3865	:tc=lisa:
3866# The following is a version of the ibm-pc entry distributed with PC/IX,
3867# (Interactive Systems' System 3 for the Big Blue), modified by Richard
3868# McIntosh at UCB/CSM.  The :pt: and :uc: have been removed from the original,
3869# (the former is untrue, and the latter failed under UCB/man); standout and
3870# underline modes have been added.  Note: this entry describes the "native"
3871# capabilities of the PC monochrome display, without ANY emulation; most
3872# communications packages (but NOT PC/IX connect) do some kind of emulation.
3873pc|ibmpc|ibm pc PC/IX:\
3874	:li#24:co#80:am:bs:bw:eo:\
3875	:cd=\E[J:ce=\E[K:cl=\Ec:cm=\E[%i%2;%2H:do=\E[B:ho=\E[;H:\
3876	:nd=\E[C:up=\E[A:so=\E[7m:se=\E[0m:us=\E[4m:ue=\E[0m:
3877pc3|ibmpc3|IBM PC 386BSD Console:\
3878	:Co#8:\
3879	:DO=\E[%dB:\
3880	:F1=\E[W:\
3881	:F2=\E[X:\
3882	:K1=\E[H:\
3883	:K2=\E[I:\
3884	:K3=\E[E:\
3885	:K4=\E[F:\
3886	:K5=\E[G:\
3887	:LE=\E[%dD:\
3888	:RI=\E[%dC:\
3889	:AB=\E[1;%dx:\
3890	:AF=\E[2;%dx:\
3891	:UP=\E[%dA:\
3892	:ac=l\332m\300k\277j\331u\264t\303v\301w\302q\304x\263n\305`^Da\260f\370g\361~\371.^Y-^Xh\261i^U0\333y\363z\362:\
3893	:am:\
3894	:bl=^G:\
3895	:bs:\
3896	:cb=\E[1K:\
3897	:cd=\E[J:\
3898	:ce=\E[K:\
3899	:cl=\E[H\E[J:\
3900	:cm=\E[%i%d;%dH:\
3901	:co#80:\
3902	:cr=^M:\
3903	:do=\E[B:\
3904	:ho=\E[H:\
3905	:is=\E[m:\
3906	:it#8:\
3907	:k;=\E[V:\
3908	:k1=\E[M:\
3909	:k2=\E[N:\
3910	:k3=\E[O:\
3911	:k4=\E[P:\
3912	:k5=\E[Q:\
3913	:k6=\E[R:\
3914	:k7=\E[S:\
3915	:k8=\E[T:\
3916	:k9=\E[U:\
3917	:kD=\177:\
3918	:@7=\E[F:\
3919	:kN=\E[G:\
3920	:kP=\E[I:\
3921	:kb=\177:\
3922	:kd=\E[B:\
3923	:kh=\E[H:\
3924	:kl=\E[D:\
3925	:kr=\E[C:\
3926	:ku=\E[A:\
3927	:le=^H:\
3928	:li#25:\
3929	:ms:\
3930	:nd=\E[C:\
3931	:op=\E[x:\
3932	:pa#64:\
3933	:rs=\E[m:\
3934	:se=\E[m:\
3935	:sf=\E[S:\
3936	:so=\E[7;1r\E[7m:\
3937	:sr=\E[T:\
3938	:ta=^I:\
3939	:te=\E[m:\
3940	:ti=\E[m:\
3941	:up=\E[A:\
3942	:ut:
3943ibmx|ibmpcx|IBM PC xenix console display:\
3944	:al=\E[L:am:bs:cd=\E[J:ce=\E[K:cl=^L:cm=\E[%d;%dH:co#80:\
3945	:dc=\E[P:dl=\E[M:do=\E[B:ho=\E[H:ic=\E[@:li#25:\
3946	:nd=\E[C:ms:se=\E[0m:so=\E[7m:us=\E[4m:\
3947	:ue=\E[m:up=\E[A:MR=\E[0m:\
3948	:kb=^h:kh=\E[Y:ku=\E[A:kd=\E[B:kl=\E[D:kr=\E[C:eo:\
3949	:GS=\E[11m:GE=\E[10m:\
3950	:GC=b:GL=v:GR=t:RT=^J:\
3951	:GH=\E[196g:GV=\E[179g:\
3952	:GU=\E[193g:GD=\E[194g:\
3953	:G1=\E[191g:G2=\E[218g:G3=\E[192g:G4=\E[217g:\
3954	:CW=\E[E:NU=\E[F:RF=\E[G:RC=\E[H:\
3955	:WL=\E[K:WR=\E[L:CL=\E[M:CR=\E[N:\
3956	:HM=\E[Y:EN=\E[d:PU=\E[Z:PD=\E[e:
3957ibmc|ibmcpc|IBM PC xenix color console display:\
3958	:tc=ibm:
3959ibmcx|ibmcpcx:\
3960	:tc=ibmx:
3961kaypro|kaypro2|kaypro II:\
3962	:am:bs:cm=\E=%+ %+ :cl=1^Z:co#80:ho=^^:li#24:ma=^K^P:nd=^L:up=^K:\
3963	:kr=^L:kl=^H:ku=^K:kd=^J:
3964# From Suk Lee ..!{decvax,linus,allegra,ihnp4}!utcsrgv!spoo
3965trs100|Radio Shack Model 100:\
3966	:am:bs:le=^H:li#8:co#40:ku=^^:kd=^_:kl=^]:kr=^\:up=\EA:\
3967	:nd=\EC:ho=\EH:ce=\EK:cd=\EJ:cl=\EE:xt:cm=\EY%+ %+ :\
3968	:so=\Ep:se=\Eq:al=\EL:dl=\EM:
3969mac|macintosh|Macintosh with MacTerminal:\
3970	:al=20\E[L:dl=20\E[M:ip=7:dc=7\E[P:ic=9\E[@:xn:dN#30:tc=vt100:
3971zen50|z50:zephyr:\
3972	:cm=\E=%+ %+ :cd=\EY:co#80:li#24:\
3973	:am:al=\EE:ce=\ET:dc=\EW:dl=\ER:ic=\EQ:\
3974	:cl=\E+:bs:ma=^Hh^Ll^Jj^Kk:sg#1:se=\EGO:so=\EG4:\
3975	:kl=^H:kr=^L:ku=^K:kd=^J:kh=\036:up=^K:\
3976	:BS=^U:CL=^V:CR=^B:RK=^L:UK=^K:LK=^H:DK=^J:HM=\036:
3977go140|graphon go-140:\
3978	:co#80:li#24:cl=10\E[;H\E[2J:bs:cm=\E[%i%2;%2H:nd=\E[C:up=\E[A:\
3979	:ce=\E[K:cd=10\E[J:so=\E[7m:se=\E[m:us=\E[4m:ue=\E[m:\
3980	:is=\E<\E=\E[?3l\E[?7l\E(B\E[J\E7\E[;r\E8\E[m\E[q:\
3981	:dl=\E[M:al=\E[L:dc=\E[P:im=\E[4h:ei=\E[4l:\
3982	:ks=\E[?1h\E=:ke=\E[?1l\E>:\
3983	:if=/usr/share/tabset/vt100:ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:\
3984	:kh=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:pt:sr=\EM:
3985go140w|graphon go-140 in 132 column mode:\
3986	:co#132:is=\E<\E=\E[?3h\E[?7h\E(B\E[J\E7\E[;r\E8\E[m\E[q:\
3987	:tc=go140:
3988#From edm@nwnexus.WA.COM.  Hacked up vt200 termcap to handle GO-225/VT220
3989go225|go-225|Graphon 225:\
3990	:im=\E[4h:ei=\E[4l:mi:dc=\E[P:al=\E[L:dl=\E[M:\
3991	:cs=\E[%i%d;%dr:sf=\ED:sr=\EM:\
3992	:ce=\E[K:cl=\E[H\E[J:cd=\E[J:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\
3993	:so=\E[7m:se=\E[27m:us=\E[4m:ue=\E[24m:\
3994	:md=\E[1m:mr=\E[7m:mb=\E[5m:me=\E[m:\
3995	:is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
3996	:rs=\E[!p\E[?7h\E[2;1;1#w:rf=/usr/share/tabset/vt100:\
3997	:do=^J:co#80:li#25:le=^H:bs:am:ks=\E=:ke=\E>:\
3998	:ku=\E[A:kd=\E[B:kr=\E[C:kl=\E[D:kb=^H:kh=\E[H:\
3999	:ho=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:pt:vt#3:xn:\
4000	:sc=\E7:rc=\E8:ti=\E[2;0#w\E[1;25r:te=\E[!p\E[?7h\E[2;1;1#w:
4001sanyo55|sanyo|sanyo mbc-55x pc compatible:\
4002	:co#80:li#25:am:cl=\E[H\E[J:bs:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\
4003	:ce=\E[K:cd=\E[J:so=\E[7m:se=\E[m:us=\E[4m:ue=\E[m:
4004#From: Simson L. Garfinkel <simsong@media-lab.mit.edu>
4005ST|atari st:\
4006	:bs:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :co#80:li#25:nd=\EC:\
4007	:pt:sr=\EI:up=\EA:ku=\EA:kd=\EB:kr=\EC:kl=\ED:\
4008	:do=\EB:\
4009	:so=\Ep:se=\Eq:dl=\EM:al=\EL:am:
4010# UniTerm terminal program for the Atari ST:  49-line VT220 emulation mode
4011# From Paul M. Aoki, aoki@ucbvax.Berkeley.EDU
4012uniterm|uniterm49|UniTerm VT200 emulator, 49 lines:\
4013	:li#49:is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;49r\E[49;1H:\
4014	:tc=vt200:
4015# YTERM standard version 1.0.  (gts 9-25-84)
4016# Straight old ascii keyboard except function keys are Yale (e.g.,ASCII.KBD).
4017# Only 80 tab columns (else yterm 1.1 bug).  No :xn: in 1.0.
4018# Cannot use termcap :sr=\EM: because vi will not work, too bad.
4019# vi string is given so that yterm is reset each vi startup.
4020yterm10|yterm 1.0 UCB ascii.kbd:\
4021	:am:bs:cd=^K:ce=^]:cl=^L:cm=^^%r%+ %+ :co#80:EP:ho=^Y:li#24:nd=^\:pt:\
4022	:rc=\E8:sc=\E7:so=\E[7m:se=\E[m:up=^_:us=\E[4m:ue=\E[m:\
4023	:is=^O\E[7i\E[m\E[?7h\E[?3g\r\EHY0  for \EHYTERM 1.\EH0 with A\EHSCII.KBD\EH 9-13-84\EH        \EH        \EH        \EH        \EH\n:\
4024	:ku=^K:kd=^J:kl=^H:kr=^L:kh=^^:ma=^Hh\012j^Kk^Ll^^H:\
4025	:k0=\E0:k1=\E1:k2=\E2:k3=\E3:k4=\E4:k5=\E5:k6=\E6:k7=\E7:k8=\E8:k9=\E9:\
4026	:vs=^O\E[7i\E[m\E[?7h\E[?3g\r\EHY0      \EH        \EH        \EH        \EH        \EH        \EH        \EH        \EH        \EH\r:
4027# YTERM varient version 1.1.  (gts 9-13-84)  Version 1.1 has :xn:.
4028yterm11|yterm 1.1 UCB ascii.kbd:\
4029	:xn:is=^O\E[7i\E[m\E[?7h\E[?3g\r\EHY1  for \EHYTERM 1.\EH1 with A\EHSCII.KBD\EH 9-13-84\EH        \EH        \EH        \EH        \EH\n:\
4030	:tc=yterm10:
4031# YTERM 1.0 varient no autowrap or tabs
4032# X does not remember autowrap or tabs when T is deleted and restarted.
4033yterm10nat|yterm 1.0 UCB ascii.kbd no autowrap or tabs:\
4034	:am@:pt@:vs=^O\E[7i\E[m\E[?7l\E[?3g\rY2\r:\
4035	:is=^O\E[7i\E[m\E[?7l\E[?3g\rY2  for YTERM 1.0 with ASCII.KBD 9-20-84 no autowrap or tabs\n:\
4036	:tc=yterm10:
4037# KERMIT standard all versions.  (gts 9-25-84)
4038# Straight ascii keyboard. :sr=\EI: not avail. many versions + bug prone in vi.
4039kermit|standard kermit:\
4040	:bs:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :co#80:ho=\EH:li#24:nd=\EC:up=\EA:\
4041	:ku=^K:kd=^J:kl=^H:kr=^L:kh=^^:ma=^Hh\012j^Kk^Ll^^H:\
4042	:is=K0 Standard Kermit  9-25-84\n:
4043kermitam|standard kermit plus am:\
4044	:am:is=K1 Standard Kermit plus Automatic Margins\n:tc=kermit:
4045# IBMPC Kermit 1.2.  (gts 8-30-84)
4046# Bugs :cd:ce: do not work except at beginning of line!  :cl: does not work,
4047# but fake with :cl=\EH\EJ (since :cd=\EJ: works at beginning of line).
4048pckermit|pckermit12|UCB IBMPC Kermit 1.2:\
4049	:am:li#25:cd@:ce@:cl=\EH\EJ:\
4050	:is=K2 UCB IBMPC Kermit 1.2  8-30-84\n:tc=kermit:
4051# IBMPC Kermit 1.20	(gts 12-19-84)
4052# Cannot use line 25, now acts funny like ansi special scrolling region.
4053# Initialization must escape from that region by cursor position to line 24.
4054# Cannot use character insert because 1.20 goes crazy if insert at col 80.
4055# Does not use am: because autowrap mode lost when kermit dropped and restarted.
4056pckermit120|UCB IBMPC Kermit 1.20:\
4057	:al=\EL:am@:dc=\EN:dl=\EM:do=\EB:ei@:im@:li#24:pt:se=\Eq:so=\Ep:\
4058	:is=\EO\Eq\EJ\EY7 K3 UCB IBMPC Kermit 1.20  12-19-84\n:\
4059	:vs=\EO\Eq\EEK3:tc=kermit:
4060# MS-DOS Kermit 2.27 for the IBMPC	(UCB gts 3-17-85)
4061# Straight ascii keyboard. :sr=\EI: not avail. many versions + bug prone in vi.
4062# Cannot use line 25, now acts funny like ansi special scrolling region.
4063# Initialization must escape from that region by cursor position to line 24.
4064# Does not use am: because autowrap mode lost when kermit dropped and restarted.
4065# Reverse video for standout like H19.
4066msk227|mskermit227|MS-DOS Kermit 2.27 for the IBMPC:\
4067	:al=\EL:am@:bs:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :co#80:\
4068	:dc=\EN:dl=\EM:do=\EB:ei=\EO:im=\E@:\
4069	:ho=\EH:li#24:nd=\EC:up=\EA:pt:rc=\Ek:sc=\Ej:se=\Eq:so=\Ep:\
4070	:ku=^K:kd=^J:kl=^H:kr=^L:kh=^^:ma=^Hh\012j^Kk^Ll^^H:\
4071	:is=\EO\Eq\EG\Ew\EJ\EY7 K4 MS Kermit 2.27 for the IBMPC 3-17-85\n:\
4072	:vs=\EO\Eq\EG\EwK4:
4073# MS-DOS Kermit 2.27 with automatic margins	(UCB gts 3-17-85)
4074msk227am|mskermit227am|UCB MS-DOS Kermit 2.27 with automatic margins:\
4075	:am:\
4076	:is=\EO\Eq\EG\Ev\EJ\EY7 K5 MS Kermit 2.27 +automatic margins 3-17-85\n:\
4077	:vs=\EO\Eq\EG\EvK5:tc=mskermit227:
4078# MS-DOS Kermit 2.27 UCB 227.14 for the IBM PC	(UCB gts 3-17-85)
4079# Automatic margins now default.  Use ansi set graphic rendition for standout,
4080# underline and ul codes (md,me,mr).  Define function keys.
4081msk22714|mskermit22714|UCB MS-DOS Kermit 2.27 UCB 227.14 IBM PC:\
4082	:am:kn#10:\
4083	:k0=\E0:k1=\E1:k2=\E2:k3=\E3:k4=\E4:k5=\E5:k6=\E6:k7=\E7:k8=\E8:k9=\E9:\
4084	:md=\E[1m:me=\E[m:mr=\E[7m:se=\E[m:so=\E[1m:ue=\E[m:us=\E[4m:\
4085	:is=\EO\Eq\EG\Ev\EJ\EY7 K6 MS Kermit 2.27 UCB 227.14 IBM PC 3-17-85\n:\
4086	:vs=\EO\Eq\EG\EvK6:tc=mskermit227:
4087# From earle@smeagol.UUCP 29 Oct 85 05:40:18 GMT
4088# MS-Kermit with Heath-19 emulation mode enabled
4089h19k|h19kermit|heathkit emulation provided by Kermit (no auto margin):\
4090	:am@:ta@:pt@:xt:da:db:tc=h19-u:
4091# Amiga termcap by Kent Polk, kent@swrinde.nde.swri.edu (30 May 90)
4092# Added a few more entries, converted caret-type control sequence (^x) entries
4093# to '\0xx' entries since a couple of people mentioned loosing '^x' sequences.
4094#
4095# :as, :ae			Support for alternate character sets.
4096# :ve=\E[\040p:vi=\E[\060\040p	cursor visible/invisible.
4097# :xn:  vt100 kludginess at column 80/NEWLINE ignore after 80 cols(Concept)
4098#     This one appears to fix a problem I always had with a line ending
4099#     at 'width+1' (I think) followed by a blank line in vi. The blank
4100#     line tended to disappear and reappear depending on how the screen
4101#     was refreshed. Note that this is probably needed only if you use
4102#     something like a Dnet Fterm with the window sized to some peculiar
4103#     dimension larger than 80 columns.
4104# :k0=\E9~	map F10 to k0 - could have F0-9 -> k0-9, but ... F10 was 'k;'
4105# :F1-FA			removed F11 through F20. 
4106amiga|Amiga ANSI:\
4107	:co#80:li#24:am:bs:bw:\
4108	:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:\
4109	:LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:IC=\E[%d@:\
4110	:ae=\017:al=\E[L:as=\016:bl=\007:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
4111	:cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:do=\E[B:ho=\E[H:ic=\E[@:is=\E[20l:\
4112	:k1=\E0~:k2=\E1~:k3=\E2~:k4=\E3~:k5=\E4~:k6=\E5~:k7=\E6~:k8=\E7~:\
4113	:k9=\E8~:k0=\E9~:kn#10:kb=^H:kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=\E[D:\
4114	:mb=\E[7;2m:md=\E[1m:me=\E[0m:mh=\E[2m:mk=\E[8m:mr=\E[7m:nd=\E[C:\
4115	:rs=\Ec:se=\E[0m:sf=\E[S:so=\E[7m:sr=\E[T:ue=\E[0m:up=\E[A:us=\E[4m:\
4116	:vb=\007:ve=\E[\040p:vi=\E[\060\040p:xn:
4117# The pcplot IBM-PC terminal emulation program is really messed up. It is
4118# supposed to emulate a vt-100, but emulates the wraparound bug incorrectly,
4119# doesn't support scrolling regions, ignores add line commands, and ignores
4120# delete line commands. Consequently, the resulting behavior looks like a
4121# crude adm3a-type terminal.
4122# Steve Jacobson 8/85
4123pcplot:\
4124	:cs@:sc@:rc@:xn@:tc=vt100:
4125# From Joel Rubin, jmrubin@coral, a preliminary TERMCAP for VIDTEX,
4126# a terminal program sold by Compuserve.  Line and column numbers are
4127# computer-dependent (I have a Commodore '64); you should use the meta-B
4128# option to shut off clean-breaking of lines.  No key codes included 
4129# since some of them are programmable and most are machine-specific.
4130# Works on vi if you don't use clean-breaking.  Very similar to the IBM 3101
4131# termcap.  Escape-D used for backspace because control-H is destructive
4132# backspace.  There seem to be a few weirdnesses (especially at the beginning
4133# of a wrapped line), and the cursor does not, unfortunately, flash.
4134vid|vidtex|Compuserve vidtex program:\
4135	:am:bc=\ED:cl=^L:li#25:co#40:nd=\EC:up=\EA:cd=\EJ:ce=\EK:\
4136	:ho=\EH:cm=\EY%+\40%+\40:pt:
4137# Fortune from c160-3bp@Coral (Robert Nathanson) via tut   Wed Oct 5, 1983
4138fos|fortune|Fortune system:\
4139	:is=^_..:li#25:co#80:am:bs:bw:cl=20^L:cd=3*^\Y:\
4140	:ic=5^\Q:dc=5^\W:dl=15^\R:al=15^\E:cm=^\C%+ %+ :ta=^Z:ho=10^^:do=3^J:\
4141	:up=3^K:bs=^H:kb=^H:kd=^Ay\r:kh=^A?\r:kl=^Aw\r:kr=^Az\r:ku=^Ax\r:\
4142	:nl=5^J:so=^\H`:se=^\I`:sg=0:us=^\HP:ue=^\IP:ug=0:ce=^\Z:rv=\EH:re=\EI:\
4143	:rg=0:GS=\Eo:GE=^O:GG=0:GV=-:GH=&:GU=%:GD=#:G1=(:G2= :G3=":G4=*:CF=\E]:\
4144	:CO=\E\\:WL=^Aa\r:WR=^Ab\r:CL=^Ac\r:CR=^Ad\r:DL=^Ae\r:RF=^Af\r:\
4145	:RC=^Ag\r:CW=^Ah\r:NU=^Aj\r:EN=^Ak\r:HM=^Al:PL=^Am\r:PU=^An\r:PD=^Ao\r:\
4146	:PR=^Ap\r:HP=^A@\r:RT=^Aq\r:TB=\r:CN=\177:MP=\E+F:
4147# basis from Peter Harrison, Computer Graphics Lab, San Francisco
4148#   ucbvax!ucsfmis!harrison ...uucp / ucbvax!ucsfmis!harrison@BERKELEY ...ARPA
4149basis|BASIS108 computer with terminal translation table active:\
4150	:do=5000^J:nl=5000*^J:\
4151	:cd=\EY:ce=\ET:cl=300\E*:ma=^K^P^R^L^L :\
4152	:kb=^H:kl=^H:ku=^K:kr=^L:kd=^J:so=\E(:se=\E):tc=adm3a:
4153# From Peter Harrison, Computer Graphics Lab, San Francisco
4154#   ucbvax!ucsfmis!harrison  .....uucp
4155#   ucbvax!ucsfmis!harrison@BERKELEY   .......ARPA
4156# "These two work.  If you don't have the inverse video chip for the
4157# Apple with videx then remove the so and se fields."
4158DaleApple|Apple with videx videoterm 80 column board with inverse video:\
4159	:do=^J:am:le=^H:bs:cd=^K:ce=^]:cl=300^L:cm=^^%r%+ %+ :co#80:ho=^Y:\
4160	:kd=^J:kl=^H:kr=^U:kh=^Y:\
4161	:li#24:nd=^\:pt:so=^Z3:se=^Z2:up=^_:xn:
4162ibmaed|IBM Experimental display:\
4163	:al=\EN:am:bs:cd=\EJ:ce=\EI:cl=\EH\EK:cm=\EY%+\40%+\40:co#80:\
4164	:dc=\EQ:dl=\EO:do=\EB:ho=\EH:ic=\EP:li#52:\
4165	:nd=\EC:ms:so=\E0:se=\E0:us=:ue=:up=\EA:\
4166	:kb=^h:ku=\EA:kd=\EB:kl=\ED:kr=\EC:eo:vb=\EG:pt:
4167# funny terminal that the TANDEM uses.
4168653|t653x|Tandem 653x multipage terminal:\
4169	:li#24:co#80:ho=\EH:cm=\023%+ %+ :cl=\EI:cd=\EJ:ce=\EK:am:bs:\
4170	:if=/usr/share/tabset/tandem653:sb=\ES:sr=\ET:da:db:so=\E6$:se=\E6 :\
4171	:us=\E60:ue=\E6 :sg#1:ug#1:up=\EA:do=\012:le=\010:nd=\EC:\
4172	:hs:ts=\Eo:fs=\r:ds=\Eo\r:ws#64:
4173# From Paul Leondis, unllab@amber.berkeley.edu
4174ifmr|Informer D304:\
4175	:am:bs:cd=\E/:ce=\EQ:cl=\EZ:cm=\EY%r%+ %+ :co#80:dc=\E\\:\
4176	:do=^J:ic=\E[:li#24:nd=\EC:so=\EJ:se=\EK:up=\EA:\
4177	:sr=\En:ho=\EH:
4178# From Christian Weisgerber, naddy@mips.inka.de, a TERMCAP entry 
4179# for Linux consoles.
4180linux|Linux Console:\
4181	:am:eo:mi:ms:xn:xo:\
4182	:co#80:it#8:li#25:\
4183	:pa#64:Co#8:AF=\E[3%dm:AB=\E[4%dm:op=\E[39;49m:\
4184	:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:K2=\E[G:\
4185	:ae=\E[10m:al=\E[L:as=\E[11m:bl=^G:cd=\E[J:ce=\E[K:\
4186	:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
4187	:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:ho=\E[H:\
4188	:im=\E[4h:k1=\E[[A:k2=\E[[B:k3=\E[[C:k4=\E[[D:k5=\E[[E:\
4189	:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:kD=\E[3~:\
4190	:kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=\177:kd=\E[B:kh=\E[1~:\
4191	:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:\
4192	:me=\E[0;10m:mh=\E[2m:mr=\E[7m:nd=\E[C:nw=^M^J:rc=\E8:\
4193	:sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
4194	:ue=\E[24m:up=\E[A:us=\E[4m:vb=200\E[?5h\E[?5l:\
4195	:ve=\E[?25h:vi=\E[?25l:
4196linux-m|Linux Console no color:\
4197	:pa@:Co@:AF@:AB@:op@:\
4198	:tc=linux:
4199cygwin:\
4200	:xn@:op=\E[39;49m:Km=\E[M:tc=linux:
4201# Multilingual Sysinstall (kon2 console)
4202# HOSOKAWA, Tatsumi (hosokawa@FreeBSD.org)
4203kons25jx|kon3jx|jkons3jx|kons24-jis1983-j:\
4204	:ac=q\207x\214m\205v\212j\202t\210n\206u\211l\204w\213k\203y\053z\053f\336~\245a\043h\043`^D.v-\136I^U0\215:\
4205	:ve=\E[25h:vi=\E[25l:\
4206	:k1=\E[M:k2=\E[N:k3=\E[O:k4=\E[P:k5=\E[Q:k6=\E[R:k7=\E[S:k8=\E[T:\
4207	:k9=\E[U:k;=\E[V:F1=\E[W:F2=\E[X:K2=\E[E:\
4208	:kN=\E[G:kP=\E[I:\
4209	:tc=linux:
4210kons25jx-m|kon3jx-m|jkons3jx-mono|kons24-jis1983-j-mono:\
4211	:pa@:Co@:Sf@:Sb@:op@:us=\E[4m:ue=\E[m:md@:mh@:tc=kons25jx:
4212
4213# Termcap for Top Gun Telnet and SSH on the Palm Pilot.
4214# http://www.isaac.cs.berkeley.edu/pilot/tgtelnet.html
4215pi|pilot|tgtelnet:am:xn:bs:co#39:li#16:cl=\Ec:cm=\Em%+ %+ :ho=\Em  :nw=\Em~ :\
4216	:so=\Eb:se=\EB:bl=^g:cr=^m:do=^j:le=^h:kP=^k:kN=^l:
4217
4218# Termcap entry for rxvt, taken from the sources of rxvt-2.6.3
4219# with additional @7 capability to make END work correctly.
4220# From Giorgos Keramidas <charon@labs.gr>
4221rxvt|rxvt terminal emulator (X Window System):\
4222	:am:eo:km:mi:ms:xn:xo:\
4223	:co#80:it#8:li#24:\
4224	:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
4225	:K1=\EOw:K2=\EOu:K3=\EOy:K4=\EOq:K5=\EOs:LE=\E[%dD:\
4226	:RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:cd=\E[J:\
4227	:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:\
4228	:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:\
4229	:ho=\E[H:i1=\E[?47l\E=\E[?1l:ic=\E[@:im=\E[4h:\
4230	:is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l:\
4231	:k0=\E[21~:k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:\
4232	:k5=\E[15~:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:\
4233	:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:ke=\E>:\
4234	:kh=\E[7~:@7=\E[8~:kl=\E[D:kr=\E[C:ks=\E=:ku=\E[A:le=^H:mb=\E[5m:\
4235	:md=\E[1m:me=\E[m\017:mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:\
4236	:se=\E[27m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
4237	:te=\E[?47l\E8:ti=\E7\E[?47h:ue=\E[24m:up=\E[A:us=\E[4m:\
4238	:vb=\E[?5h\E[?5l:ve=\E[?25h:vi=\E[?25l:vs=\E[?25h:
4239
4240#
4241# END OF TERMCAP
4242#  ------------------------
4243