(ensure_scope_buffer_room): Fix xrealloc call.
[emacs.git] / etc / termcap.src
blobe214fcc452ad5b82e4e17808ff16911e7f97ab06
1 ####### TERMINAL TYPE DESCRIPTIONS SOURCE FILE
3 #       Version 9.8.1
4 #       termcap syntax
6 #       Eric S. Raymond         (current maintainer)
7 #       John Kunze, Berkeley
8 #       Craig Leres, Berkeley
10 # Please e-mail changes to terminfo@ccil.org.  The old termcap@berkeley.edu
11 # address is no longer valid.
13 # PURPOSE OF THIS FILE:
15 # This file describes the capabilities of various character-cell terminals,
16 # as needed by software such as screen-oriented editors.
18 # Pointers to related resources (including the ncurses distribution) may
19 # be found at <http://www.ccil.org/~esr/ncurses.html>.
21 # FILE FORMAT:
23 # The version you are looking at may be in any of three formats: master
24 # (terminfo with OT capabilities), stock terminfo, or termcap.  You can tell
25 # which by the format given in the header above.
27 # The master format is accepted and generated by the terminfo tools in the
28 # ncurses suite; it differs from stock (System V-compatible) terminfo only
29 # in that it admits a group of capabilities (prefixed `OT') equivalent to
30 # various obsolete termcap capabilities.  You can, thus, convert from master
31 # to stock terminfo simply by filtering with `sed "/OT[^,]*,/s///"'; but if
32 # you have ncurses `tic -I' is nicer.
34 # The termcap version is generated automatically from the master version
35 # using tic -C.  This filtering leaves in the OT capabilities under their
36 # original termcap names.  All translated entries fit within the
37 # 1023-byte string-table limit of archaic termcap libraries except where
38 # explicitly noted below.
40 # For details on these formats, see terminfo(5) in the ncurses distribution,
41 # and termcap(5) in the 4.4BSD Unix Programmer's Manual.  Be aware that 4.4BSD
42 # curses has been declared obsolete by the caretakers of the 4.4BSD sources
43 # as of June 1995; they are encouraging everyone to migrate to ncurses.
45 # Note: unlike some other distributed terminfo files (Novell Unix & SCO's),
46 # no entry in this file has embedded comments.  This is so source translation
47 # to termcap only has to carry over leading comments.  Also, no name field
48 # contains embedded whitespace (such whitespace confuses rdist).
50 # Further note: older versions of this file were often installed with an editor
51 # script (reorder) that moved the most common terminal types to the front of
52 # the file.  This should no longer be necessary, as the file is now ordered
53 # roughly by type frequency with ANSI/VT100 and other common types up front.
55 # CONTINUITY WITH HISTORICAL VERSIONS:
57 # The last /etc/termcap version maintained by John Kunze was 8.3, dated 8/5/94.
58 # Releases 9 and up are maintained by Eric Raymond as part of the ncurses
59 # project.
61 # This file contains all the capability information present in John Kunze's
62 # last version of the termcap master file, except as noted in the change 
63 # comments at end of file.  Some information about very ancient obsolete
64 # capabilities has been moved to comments.  Some all-numeric names of older
65 # terminals have been retired.
67 # The 9.1.0 version of this file was translated from a syntax-corrected copy of
68 # 8.3, then mechanically checked against 8.3 using Emacs Lisp code written for
69 # the purpose.  Unless the ncurses tic implementation and the Lisp code were
70 # making perfectly synchronized mistakes which I then failed to catch by
71 # eyeball, the translation was correct and perfectly information-preserving.
73 # Some information has been merged in from terminfo files distributed by
74 # USL and SCO (see COPYRIGHTS AND OTHER DELUSIONS below).  Much information
75 # comes from vendors who maintain official terminfos for their hardware
76 # (notably DEC and Wyse).
78 # A detailed change history is included at the end of this file.
80 # FILE ORGANIZATION:
82 # Comments in this file begin with # - they cannot appear in the middle
83 # of a terminfo/termcap entry.  Individual capabilities are commented out by
84 # placing a period between the colon and the capability name.
86 # Starting with version 9.0.0, the file is divided up into major sections
87 # (headed by lines beginning with "########") and minor sections (beginning
88 # with "####"); do
90 #       grep "^####" <file> | more
92 # to see a listing of section headings.  The intent of the divisions is
93 # (a) to make it easier to find things, and (b) to order the database so
94 # that important and frequently-encountered terminal types are near the
95 # front (so that you'll get reasonable search efficiency even if you don't
96 # use reorder).  Minor sections usually correspond to manufacturers or
97 # standard terminal classes.  Parenthesized words following manufacturer
98 # names are type prefixes or product line names used by that manufacturers.
100 # Finally, because this file is released in both terminfo and termcap formats,
101 # most references to termcap names in comments are bracketed with colons (the
102 # termcap separator) so they can be distinguished from terminfo capability
103 # names.
105 # HOW TO READ THE ENTRIES:
107 # The first name in an entry is the canonical name for the model or
108 # type, last entry is a verbose description.  Others are mnemonic synonyms for
109 # the terminal.
111 # Terminal names look like <manufacturer> <model> - <modes/options>
112 # The part to the left of the dash, if a dash is present, describes the
113 # particular hardware of the terminal.  The part to the right may be used
114 # for flags indicating special ROMs, extra memory, particular terminal modes,
115 # or user preferences.
117 # All names should be in lower case, for consistency in typing.
119 # The following are conventionally used suffixes:
120 #       mono    suppress color support
121 #       rv      Terminal in reverse video mode (black on white)
122 #       2p      Has two pages of memory.  Likewise 4p, 8p, etc.
123 #       w       Wide - in 132 column mode.
124 #       pp      Has a printer port which is used.
125 #       na      No arrow keys - termcap ignores arrow keys which are
126 #               actually there on the terminal, so the user can use
127 #               the arrow keys locally.
128 #       nam     No auto-margin - suppress am capability
129 #       mc      Magic-cookie.  Some terminals (notably older Wyses) can
130 #               only support one attribute without magic-cookie lossage.
131 #               Their base entry is usually paired with another that
132 #               uses magic cookies to support multiple attributes.
133 #       vb      Use visible bell (flash) rather than beep.
135 # To easily test a new terminal description, put it in $HOME/.termcap
136 # and programs will look there before looking in /etc/termcap.
137 # You can also setenv TERMPATH to a list of full pathnames (separated
138 # by spaces or colons) to be searched by tgetent() in the order listed.
139 # The TERMCAP environment variable is usually set to the termcap
140 # entry itself to avoid reading files when starting up a program.
142 # RELEASE 9 COMMENTS:
144 # To avoid search clashes, some older all-numeric names for terminals have
145 # been removed (i.e., "33" for the Model 33 Teletype, "2621" for the HP2621).
146 # All primary names of terminals now have alphanumeric prefixes.
148 # Comments marked "esr" are mostly results of applying the termcap-compiler
149 # code packaged with ncurses and contemplating the resulting error messages. 
150 # In many cases, these indicated obvious fixes to syntax garbled by the
151 # composers.  In a few cases, I was able to deduce corrected forms for garbled
152 # capabilities by looking at context.  All the information in the original
153 # entries is preserved in the comments.
155 # I changed :MT: to :km: (the 4.4BSD name) everywhere.  I commented out some
156 # capabilities (EP, dF, dT, dV, kn, ko, ma, ml, mu, xr, xx) that are no longer
157 # used by BSD curses.
159 # Entries derived from XENIX use a termcap-extension set that showed up in
160 # several entries, notably those for scoansi, ibmpcx, lisa, trs16, fos, and
161 # the altos terminals.  Its signature is the use of GS/GE as an as/ae pair.
162 # This set of extensions and their translations are described in the extended
163 # comment at the end of this file.
165 # There is a second, smaller set of extensions used by AT&T terminals and
166 # also described in the trailing comment.
168 # Besides these and the terminals mentioned above, only the psterm variants,
169 # zen50, wsiris and minitel had unknown capabilities that weren't obviously
170 # garbled.
172 # INTERPRETATION OF USER CAPABILITIES
174 # The System V Release 4 and XPG4 terminfo format defines ten string
175 # capabilities for use by applications, u0...u9.   In this file, we use
176 # certain of these capabilities to describe functions which are not covered
177 # by terminfo.  The mapping is as follows:
179 #       u9      terminal enquire string (equivalent to ANSI DA)
180 #       u8      terminal answerback description
181 #       u7      cursor position request (equivalent to VT100 DSR 6)
182 #       u6      cursor position report (equivalent to ANSI CPR)
184 # The terminal enquire string u9 should elicit an answerback response
185 # from the terminal.  Common values for u9 will be ^E (on older ASCII
186 # terminals) or \E[c (on newer VT100/ANSI-compatible terminals).
188 # The cursor position request (u7) string should elicit a cursor position
189 # report.  A typical value (for ANSI/VT100 terminals) is \E[6n.
191 # The terminal answerback description (u8) must consist of an expected
192 # answerback string.  The string may contain the following scanf(3)-like
193 # escapes:
195 #       %c      Accept any character
196 #       %[...]  Accept any number of characters in the given set
198 # The cursor position report (u6) string must contain two scanf(3)-style 
199 # %d format elements.  The first of these must correspond to the Y coordinate
200 # and the second to the %d.  The typical CPR value is \E[%d;%dR (on VT100/
201 # ANSI-compatible terminals).
203 # These capabilities are used by tac(1m), the terminfo action checker soon
204 # to be distributed with ncurses.
206 # REQUEST FOR CONTACT INFORMATION AND HISTORICAL MATERIAL:
208 # As the ANSI standard and variants take firmer hold, and as character-cell
209 # terminals are increasingly replaced by X displays, much of this file
210 # is becoming a historical document (this is part of the reason for the
211 # new organization, which puts ANSI types, xterm, and vt100 up front in
212 # confidence that this will catch 95% of new hardware).
214 # For the terminal types still alive, I'd like to have manufacturer's
215 # contact data (Internet address and/or snail-mail + phone).
217 # I'm also interested in enriching the comments so that the latter portions of
218 # the file do in fact become a potted history of VDT technology as seen by
219 # UNIX hackers.  Ideally, I'd like the headers for each manufacturer to
220 # include its live/dead/out-of-the-business status, and for as many
221 # terminal types as possible to be tagged with information like years
222 # of heaviest use, popularity, and interesting features.
224 # I'm especially interested in identifying the obscure entries listed under
225 # `Manufacturer unknown' and `Utter unknowns', before the tribal wisdom 
226 # about them gets lost.
228 # If you have been around long enough to contribute, please read the file
229 # with this in mind and send me your annotations.
231 # COPYRIGHTS AND OTHER DELUSIONS
233 # The BSD ancestor of this file had a standard Regents of the University of
234 # California copyright with dates from 1980 to 1993.
236 # Some information has been merged in from a terminfo file SCO distributes.
237 # It has an obnoxious boilerplate copyright which I'm ignoring because they 
238 # took so much of the content from the ancestral BSD versions of this file
239 # and didn't attribute it, thereby violating the BSD Regents' copyright.
241 # Not that anyone should care.  However many valid functions copyrights may
242 # serve, putting one on a termcap/terminfo file with hundreds of anonymous
243 # contributors makes about as much sense as copyrighting a wall-full of
244 # graffiti -- it's legally dubious, ethically bogus, and patently ridiculous.
246 # This file deliberately has no copyright.  It belongs to no one and everyone.
247 # If you claim you own it, you will merely succeed in looking like a fool. 
248 # Use it as you like.  Use it at your own risk.  Copy and redistribute freely.
249 # There are no guarantees anywhere.  Svaha!
251 ######## STANDARD AND SPECIAL TYPES
253 # This section describes terminal classes and maker brands that are still
254 # quite common.
257 #### Specials
259 # Special "terminals".  These are used to label tty lines when you don't
260 # know what kind of terminal is on it.  The characteristics of an unknown
261 # terminal are the lowest common denominator - they look about like a ti 700.
262 # The last one, "other", is like unknown but it allows an escape from software
263 # that insists that a "real" unknown terminal is merely so far unspecified.
266 dumb:\
267         :am:\
268         :co#80:\
269         :bl=^G:cr=^M:do=^J:sf=^J:
270 unknown:\
271         :gn:\
272         :tc=dumb:
273 other|none of the above, but not exactly unknown:\
274         :am:gn:\
275         :co#80:\
276         :cl=^M^J:do=^J:ho=^M:
278 arpanet|bussiplexer|dialup|ethernet|network|net|patch|plugboard|switch|network switch or dialup:\
279         :tc=unknown:
280 lpr|printer|print|printing|line printer:\
281         :hc:os:\
282         :co#132:li#66:\
283         :bl=^G:cr=^M:do=^J:ff=^L:le=^H:sf=^J:
285 #### ANSI terminals and terminal emulators
287 # See near the end of this file for details on ANSI conformance.
288 # Don't mess with these entries!  Lots of other entries depend on them!
290 # This section lists entries in a least-capable to most-capable order.
291 # if you're in doubt about what `ANSI' matches yours, try them in that
292 # order and back off from the first that breaks.
294 # (ansi: changed ":pt:" to ":it#8:" -- esr)
295 ansi-mini|any ansi terminal with pessimistic assumptions:\
296         :am:bs:\
297         :co#80:it#8:li#24:\
298         :ce=\E[K:cl=\E[;H\E[2J:cm=\E[%i%d;%dH:do=\E[B:\
299         :ho=\E[H:le=\E[D:nd=\E[C:up=\E[A:
301 # Color controls corresponding to the ANSI.SYS de-facto standard
302 # (This is not a standalone entry)
303 ansi-pc-color:\
304         :Co#8:NC#3:pa#64:\
305         :AB=\E[4%p1%dm:AF=\E[3%p1%dm:\
306         :..Sb=\E[4%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m:\
307         :..Sf=\E[3%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m:\
308         :op=\E[37;40m:
310 # Procomm and some other ANSI emulations don't recognize all of the ANSI-
311 # standard capabilities.  This entry deletes cuu, cuf, cud, cub, and vpa/hpa
312 # capabilities, forcing curses to use repetitions of cuu1, cuf1, cud1 and cub1.
313 # Also deleted ich and ich1, as QModem up to 5.03 doesn't recognize these.
314 # Finally, we delete rep and ri, which seem to confuse many emulators.
315 # On the other hand, we can count on these programs doing rmacs/smacs/sgr.
316 # From: Eric S. Raymond <esr@snark.thyrsus.com> July 25 1995
317 pcansi-mono|ibm-pc terminal programs claiming to be ansi (mono mode):\
318         :am:bs:mi:ms:pt:\
319         :co#80:it#8:li#24:\
320         :ae=\E[10m:al=\E[L:as=\E[12m:bl=^G:bt=\E[Z:cd=\E[J:\
321         :ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:ct=\E[2g:\
322         :dc=\E[P:dl=\E[M:do=\E[B:ho=\E[H:kb=^H:kd=\E[B:\
323         :kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=\E[D:mb=\E[5m:\
324         :md=\E[1m:me=\E[0m:mk=\E[9m:mr=\E[7m:nd=\E[C:\
325         :..sa=\E[0;10%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;%?%p7%t;8%;%?%p8%t;11%;%?%p9%t;12%;m:\
326         :se=\E[m:sf=^J:so=\E[7m:st=\EH:ta=^I:ue=\E[m:up=\E[A:\
327         :us=\E[4m:
328 pcansi-mono25|ansi25|ibm-pc terminal programs with 25 lines (mono mode):\
329         :li#25:\
330         :tc=pcansi-mono:
331 pcansi-mono33|ansi33|ibm-pc terminal programs with 33 lines (mono mode):\
332         :li#33:\
333         :tc=pcansi-mono:
334 pcansi-mono43|ansi43|ibm-pc terminal programs with 43 lines (mono mode):\
335         :li#43:\
336         :tc=pcansi-mono:
337 # The color versions.  All PC emulators do color...
338 pcansi|ibm-pc terminal programs claiming to be ansi:\
339         :tc=ansi-pc-color:tc=pcansi-mono:
340 pcansi-25|ansi25|ibm-pc terminal programs with 25 lines:\
341         :li#25:\
342         :tc=pcansi:
343 pcansi-33|ansi33|ibm-pc terminal programs with 33 lines:\
344         :li#33:\
345         :tc=pcansi:
346 pcansi-43|ansi43|ibm-pc terminal programs with 43 lines:\
347         :li#43:\
348         :tc=pcansi:
350 # From: Eric S. Raymond <esr@snark.thyrsus.com> Feb 3 1995
351 # ansi-mono -- full X.364 with ANSI.SYS-compatible attributes, no color.
352 # Function-key mappings aren't in X3.64 but these are pretty standard.
353 # If you want pound signs rather than dollars, replace `B' with `A'
354 # in the s?ds capabilities.
355 ansi-mono|ANSI X3.64-1979 terminal with ANSI.SYS compatible attributes:\
356         :5i:\
357         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\E[W:\
358         :F2=\E[X:IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:\
359         :SR=\E[%dT:UP=\E[%dA:cb=\E[1K:ch=\E[%dG:ct=\E[2g:\
360         :cv=\E[%dd:ec=\E[%dX:ei=:im=:k1=\E[M:k2=\E[N:k3=\E[O:\
361         :k4=\E[P:k5=\E[Q:k6=\E[R:k7=\E[S:k8=\E[T:k9=\E[U:\
362         :k;=\E[V:kB=\E[Z:kI=\E[L:kb=^H:kd=\E[B:kl=\E[D:\
363         :kr=\E[C:ku=\E[A:me=\E[0;10m:nw=\r\E[S:pf=\E[4i:\
364         :po=\E[5i:..rp=%p1%c\E[%p2%{1}%-%db:s0=\E(B:s1=\E)B:\
365         :s2=\E*B:s3=\E+B:\
366         :..sa=\E[0;10%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;%?%p7%t;8%;%?%p8%t;11%;%?%p9%t;12%;m:\
367         :ta=\E[I:tc=pcansi:
369 # ansi -- this terminfo expresses the largest subset of X3.64 that will fit in
370 # standard terminfo.  Assumes ANSI.SYS-compatible attributes and color
371 # From: Eric S. Raymond <esr@snark.thyrsus.com> Feb 12 1995
372 ansi|ansi/pc-term compatible with color:\
373         :u6=\E[%d;%dR:u7=\E[6n:..u8=\E[?%[;0123456789]c:\
374         :u9=\E[c:tc=ansi-pc-color:tc=ansi-mono:
377 # ANSI.SYS entries
379 # Cannot use :pt:, it does not work (why?).  :ho: seems required (why?). [gts]
380 # Caution: 4.3 BSD tset does not pass li#25 to stty rows except during login?
381 # :cl: clears attributes and sets wrap at margin before clearing the screen.
382 # (ansi.sys: removed obsolete ":ma=^Hh^Jj^Kk^Ll^^H:" -- esr)
383 # From: greg small <gts@populi.berkeley.edu>
384 ansi.sys|ansisys|PC-DOS 3.1 ANSI.SYS:\
385         :am:bs:ms:\
386         :co#80:li#25:\
387         :ae=\E[10:as=\E[12:ce=\E[K:cl=\E[m\E[7h\E[2J:\
388         :cm=\E[%i%d;%dH:ho=\E[H:\
389         :is=U1 PC-DOS 3.1 ANSI.SYS 9-23-86\n\E[m\E[7h:kd=^J:\
390         :kh=^^:kl=^H:kr=^L:ku=^K:md=\E[1m:me=\E[0;10m:\
391         :mr=\E[7m:nd=\E[C:se=\E[m:so=\E[1m:ue=\E[m:up=\E[A:\
392         :us=\E[4m:
394 # Define IBM PC keypad keys for vi as per MS-Kermit while using ANSI.SYS.
395 # This should only be used when the terminal emulator cannot redefine the keys.
396 # Since redefining keys with ansi.sys also affects PC-DOS programs, the key
397 # definitions must be restored.  If the terminal emulator is quit while in vi
398 # or others using :ks:ke:, the keypad keys will not be defined as per PC-DOS.
399 # The PgUp and PgDn are prefixed with ESC so that tn3270 can be used on Unix
400 # (^U and ^D are already defined for tn3270).  The ESC is safe for vi but it
401 # does "beep".  ESC ESC i is used for Ins to avoid tn3270 ESC i for coltab.
402 # Left arrow is always BS, because PC-dos can tolerate this change.
403 # Caution: vi is limited to 256 string bytes, longer crashes or weirds out vi.
404 # Consequently the End keypad key could not be set (it is relatively safe and
405 # actually useful because it sends ^@ O, which beeps and opens a line above).
406 ansi.sysk|ansisysk|PC-DOS 3.1 ANSI.SYS with keypad redefined for vi:\
407         :is=U2 PC-DOS 3.1 ANSI.SYS with keypad redefined for vi 9-29-86\n\E[;75;8p:\
408         :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:\
409         :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:tc=ansi.sys:
411 # Adds ins/del line/character, hence vi reverse scrolls/inserts/deletes nicer.
412 nansi.sys|nansisys|PC-DOS Public Domain NANSI.SYS:\
413         :al=\E[1L:dc=\E[1P:dl=\E[1M:ei=:ic=\E[1@:im=:\
414         :is=U3 PC-DOS Public Domain NANSI.SYS 9-23-86\n:tc=ansi.sys:
416 # See ansi.sysk and nansi.sys above.
417 nansi.sysk|nansisysk|PC-DOS Public Domain NANSI.SYS with keypad redefined for vi:\
418         :al=\E[1L:dc=\E[1P:dl=\E[1M:ei=:ic=\E[1@:im=:\
419         :is=U4 PC-DOS Public Domain NANSI.SYS with keypad redefined for vi 9-29-86\n\E[;75;8p:tc=ansi.sysk:
421 #### ANSI console types
424 # This entry is good for the 1.1.47 version of the Linux console driver.
426 # It assumes that you want A_PROTECT mapped to the alternate character set
427 # mode that permits IBM ROM characters to be displayed (this is the assumption
428 # used by ncurses version 1.9 and after, in order not to collide with the
429 # internationalization attribute values specified in the XSI Curses standard).
431 # We use \E11m for rmacs rather than \E12m so the acsc string can use the ROM
432 # graphics for control characters such as the diamond, up arrow and down-arrow.
433 # This trick could work with other Intel consoles like the att6386 and pc3.
435 # Note: there are numerous broken linux entries out there, which didn't screw
436 # up BSD termcap but hose ncurses's smarter cursor-movement optimization.
437 # One common pathology is an incorrect tab length of 4.  Also note that the 
438 # hpa=\E[%dG/vpa=\E[%dd capabilities seem not to be reliable.  To reproduce
439 # the bug, re-introduce them and run worm -T 200 212 from the ncurses
440 # test suite, save the trace, then worm -N -T 200 212.  Observe that the first
441 # run fails to properly delete some worm segments, then diff the trace files.
443 # From: Eric S. Raymond <esr@snark.thyrsus.com> 23 July 1995
444 linux|linux console:\
445         :am:bs:eo:mi:ms:ut:xn:xo:\
446         :Co#8:co#80:it#8:li#25:pa#64:\
447         :&7=^Z:@7=\E[4~:AB=\E[4%p1%dm:AF=\E[3%p1%dm:\
448         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:F1=\E[23~:F2=\E[24~:\
449         :F3=\E[25~:F4=\E[26~:F5=\E[28~:F6=\E[29~:F7=\E[31~:\
450         :F8=\E[32~:F9=\E[33~:FA=\E[34~:IC=\E[%d@:K2=\E[G:\
451         :S2=\E[11m:S3=\E[10m:Sb=\E[%+(m:Sf=\E[%+^^m:\
452         :ac=`\004a\261f\370g\361h\260j\331k\277l\332m\300n\305o~q\304r\362s_t\303u\264v\301w\302x\263y\371z\372{\373|\374}\375~\376.\031-\030\054\021+^P0\333:\
453         :ae=\E[10m:al=\E[L:as=\E[11m:bl=^G:cd=\E[J:ce=\E[K:\
454         :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
455         :ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:ho=\E[H:\
456         :ic=\E[@:im=\E[4h:k1=\E[[A:k2=\E[[B:k3=\E[[C:\
457         :k4=\E[[D:k5=\E[[E:k6=\E[17~:k7=\E[18~:k8=\E[19~:\
458         :k9=\E[20~:k;=\E[21~:kD=\E[3~:kI=\E[2~:kN=\E[6~:\
459         :kP=\E[5~:kb=^H:kd=\E[B:kh=\E[1~:kl=\E[D:kr=\E[C:\
460         :ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[0;10m:\
461         :mr=\E[7m:nd=\E[C:nw=^M^J:op=\E[37;40m:r1=\Ec:rc=\E8:\
462         :..sa=\E[0;10%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;%?%p7%t;8%;%?%p8%t;11%;%?%p9%t;11%;m:\
463         :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
464         :u6=\E[%d;%dR:u7=\E[6n:u8=\E[?6c:u9=\E[c:ue=\E[24m:\
465         :up=\E[A:us=\E[4m:vb=\E[?5h\E[?5l:ve=\E[?25h:\
466         :vi=\E[?25l:
467 linux-mono|Linux console, no color:\
468         :Co@:pa@:\
469         :AB@:Sb@:Sf@:tc=linux:
471 # See the note on ICH/ICH1 VERSUS RMIR/SMIR near the end of file
472 linux-nic|linux with ich/ich1 suppressed for non-curses programs:\
473         :IC@:ei=:ic@:im=:tc=linux:
475 # SCO console and SOS-Syscons console for 386bsd
476 # (scoansi: had unknown capabilities
477 #       :Gc=N:Gd=K:Gh=M:Gl=L:Gu=J:Gv=\072:\
478 #       :GC=E:GD=B:GH=D:GL=\64:GU=A:GV=\63:GR=C:RT=^J:
479 #       :G1=?:G2=Z:G3=@:G4=Y:G5=;:G6=I:G7=H:G8=<:\
480 #       :CW=\E[M:NU=\E[N:RF=\E[O:RC=\E[P:\
481 #       :WL=\E[S:WR=\E[T:CL=\E[U:CR=\E[V:\
482 # I renamed GS/GE/HM/EN/PU/PD and mapped ":pt:" to ":it#8:" -- esr)
483 scoansi|SCO Extended ANSI standard crt:\
484         :am:bs:eo:pt:\
485         :co#80:it#8:li#25:\
486         :@7=\E[F:ae=\E[10m:al=\E[L:as=\E[12m:bt=\E[Z:cd=\E[J:\
487         :ce=\E[K:cl=\E[2J\E[H:cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:\
488         :do=\E[B:ei=:ho=\E[H:ic=\E[@:im=:k1=\E[M:k2=\E[N:\
489         :k3=\E[O:k4=\E[P:k5=\E[Q:k6=\E[R:k7=\E[S:k8=\E[T:\
490         :k9=\E[U:k;=\E[V:kN=\E[G:kP=\E[I:kb=^H:kd=\E[B:\
491         :kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:mb=\E[5m:md=\E[1m:\
492         :me=\E[m:nd=\E[C:se=\E[m:sf=\E[S:so=\E[7m:sr=\E[T:\
493         :ue=\E[m:up=\E[A:us=\E[4m:
495 # From: Eric Raymond <esr@snark.thyrsus.com> Wed Jan 18 17:14:34 EST 1995
496 att6386|AT386|at386|386AT|386at|AT&T WGS 6386 console:\
497         :am:bw:eo:xo:\
498         :co#80:it#8:li#25:\
499         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\EOZ:\
500         :F2=\EOA:IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:\
501         :SR=\E[%dT:UP=\E[%dA:\
502         :ac=``a1fxgqh0jYk?lZm@nEooppqDrrsstCu4vAwBx3yyzz{{||}}~~:\
503         :ae=\E[10m:al=\E[1L:as=\E[12m:bl=^G:bt=\E[Z:cd=\E[J:\
504         :ce=\E[K:ch=\E[%i%dG:cl=\E[2J\E[H:cm=\E[%i%d;%dH:\
505         :cr=^M:ct=\E[2g:cv=\E[%dd:dc=\E[P:dl=\E[1M:do=\E[B:\
506         :ec=\E[%dX:ei=:ho=\E[H:ic=\E[1@:im=:is=\E[0;10;39m:\
507         :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOT:k6=\EOU:\
508         :k7=\EOV:k8=\EOW:k9=\EOX:k;=\EOY:kD=\E[P:kI=\E[@:\
509         :kM=\E0:kN=\E[U:kP=\E[V:kb=^H:kd=\E[B:kh=\E[H:\
510         :kl=\E[D:kr=\E[C:ku=\E[A:le=\E[D:mb=\E[5m:md=\E[1m:\
511         :me=\E[0;10m:mk=\E[9m:mr=\E[7m:nd=\E[C:nw=\r\E[S:\
512         :..sa=\E[10m\E[0%?%p1%p3%|%t;7%;%?%p2%t;4%;%?%p4%t;5%;%?%p6%t;1%;%?%p9%t;12%e;10%;%?%p7%t;9%;m:\
513         :se=\E[m:sf=\E[S:so=\E[7m:sr=\E[T:st=\EH:ta=^I:\
514         :ue=\E[m:up=\E[A:us=\E[4m:vb=^G:tc=ansi-pc-color:
515 # (pc6300plus: ":KM=/usr/lib/ua/kmap.s5:"; renamed BO/EE/CI/CV -- esr)
516 pc6300plus|6300plus:\
517         :am:bs:\
518         :co#80:li#24:\
519         :al=\E[1L:bl=^G:cd=\E[0J:ce=\E[0K:cl=\E[2J\E[H:\
520         :cm=\E[%i%2;%2H:cr=^M:ct=\E[3g:dc=\E[1P:dl=\E[1M:\
521         :do=\E[B:ei=:ho=\E[H:ic=\E[1@:im=:k1=\EOc:k2=\EOd:\
522         :k3=\EOe:k4=\EOf:k5=\EOg:k6=\EOh:k7=\EOi:k8=\EOj:\
523         :k9=\EOk:k;=\EOu:kb=^H:kd=\E[B:kl=\E[D:kr=\E[C:\
524         :ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:mh=\E[2m:\
525         :mk=\E[9m:mr=\E[7m:nd=\E[C:nw=^M^J:se=\E[m:sf=^J:\
526         :so=\E[7m:st=\EH:ue=\E[m:up=\E[A:us=\E[4m:ve=\E[=1C:\
527         :vi=\E[=C:
530 #       Terminfo entry for the AT&T Unix PC 7300
531 #       from escape(7) in Unix PC 7300 Manual.
532 #       Somewhat similar to a vt100-am (but different enough
533 #       to redo this from scratch.)
535 #       /***************************************************************
536 #       *
537 #       *           FONT LOADING PROGRAM FOR THE UNIX PC
538 #       *
539 #       *     This routine loads a font defined in the file ALTFONT
540 #       *     into font memory slot #1.  Once the font has been loaded,
541 #       *     it can be used as an alternative character set.
542 #       *
543 #       *     The call to ioctl with the argument WIOCLFONT is the key 
544 #       *     to this routine.  For more information, see window(7) in 
545 #       *     the PC 7300 documentation.
546 #       ***************************************************************/
547 #       #include <string.h>             /* needed for strcpy call */
548 #       #include <sys/window.h>         /* needed for ioctl call */
549 #       #define FNSIZE  60              /* font name size */
550 #       #define ALTFONT  "/usr/lib/wfont/special.8.ft"  /* font file */
551 #       /*
552 #       *     The file /usr/lib/wfont/special.8.ft comes with the
553 #       *     standard PC software.  It defines a graphics character set
554 #       *     similar to that of the Teletype 5425 terminal.  To view
555 #       *     this or other fonts in /usr/lib/wfont, use the command
556 #       *     cfont <filename>.  For further information on fonts see
557 #       *     cfont(1) in the PC 7300 documentation.
558 #       */
559 #       
560 #       struct altfdata         /* structure for alt font data */
561 #       {
562 #       short   altf_slot;              /* memory slot number */
563 #       char    altf_name[FNSIZE];      /* font name (file name) */
564 #       };
565 #       ldfont()
566 #       {
567 #               int wd;         /* window in which altfont will be */
568 #               struct altfdata altf;
569 #               altf.altf_slot=1;
570 #               strcpy(altf.altf_name,ALTFONT);
571 #               for (wd =1; wd < 12; wd++) {
572 #                    ioctl(wd, WIOCLFONT,&altf);
573 #               }
574 #       }
576 att7300|unixpc|pc7300|3b1|s4|AT&T UNIX PC Model 7300:\
577         :am:xn:xo:\
578         :co#80:it#8:li#24:\
579         :!1=\ESV:!3=\EUD:#1=\EHL:#2=\EHM:#3=\ENJ:#4=\EBW:\
580         :%0=\Ero:%1=\Ehl:%2=\Emk:%4=\Emv:%5=\Enx:%6=\Eop:\
581         :%7=\Eot:%8=\Epv:%9=\Epr:%b=\EMV:%c=\ENX:%d=\EOT:\
582         :%e=\EPV:%g=\ERO:%h=\ERP:%i=\EFW:&0=\ECN:&1=\Ere:\
583         :&2=\Erf:&3=\Erp:&4=\Ers:&6=\Esv:&8=\Eud:&9=\EBG:\
584         :*0=\EFI:*2=\ECP:*3=\ECR:*4=\EDC:*5=\EDL:*6=\Esl:\
585         :*7=\EEN:*8=\ECI:@0=\Efi:@1=\Ebg:@2=\Ecn:@3=\Ecl:\
586         :@4=\Ecm:@5=\Ecp:@6=\Ecr:@7=\Een:@9=\Eex:AL=\E[%dL:\
587         :DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
588         :ae=\E[10m:al=\E[L:as=\E[11m:bl=^G:bt=\E^I:cd=\E[0J:\
589         :ce=\E[0K:cl=\E[2J\E[H:cm=\E[%i%d;%dH:cr=^M:dl=\E[M:\
590         :do=\E[B:ho=\E[H:i1=^O:k1=\EOP:k2=\EOQ:k3=\EOR:\
591         :k4=\EOS:k5=\E5:k6=\E6:k7=\E7:k8=\E8:kB=\E^I:kC=\Ece:\
592         :kD=\Edc:kE=\Eci:kF=\Erd:kI=\Eim:kN=\Epg:kP=\EPG:\
593         :kR=\Eru:kS=\Ece:kb=^H:kd=\E[B:kh=\Ehm:kl=\E[D:\
594         :kr=\E[C:ku=\E[A:md=\E[7m:me=\E[0;10m:mh=\E[2m:\
595         :mr=\E[7m:nd=\E[C:nw=\EE:se=\E[0m:sf=^J:so=\E[7m:\
596         :sr=\EM:ue=\E[0m:up=\E[A:us=\E[4m:
598 # From: <davis@unidata.ucar.edu>
599 iris-ansi|iris-ansi-net|IRIS emulating ANSI terminal:\
600         :am:\
601         :co#80:it#8:li#40:\
602         :!2=\E[218q:#2=\E[143q:#4=\E[158q:%9=\E[209q:\
603         :%f=\E[210q:%i=\E[167q:&7=\E[217q:*4=\E[P:*7=\E[147q:\
604         :@7=\E[146q:@8=^M:AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:\
605         :F1=\EOR:F2=\EOS:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
606         :al=\E[L:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:\
607         :cm=\E[%i%d;%dH:cr=^M:ct=\E[3g:dl=\E[M:do=^J:ho=\E[H:\
608         :is=\E[?1l\E>\E[?7h\E[100g\E[0m\E7\E[r\E8:k1=\E[001q:\
609         :k2=\E[002q:k3=\E[003q:k4=\E[004q:k5=\E[005q:\
610         :k6=\E[006q:k7=\E[007q:k8=\E[008q:k9=\EOP:k;=\EOQ:\
611         :kB=\E[Z:kD=\177:kI=\E[139q:kM=\E[146q:kN=\E[154q:\
612         :kP=\E[150q:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:\
613         :ku=\E[A:le=\E[D:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:\
614         :nw=\EE:pk=\EP101;%d.y%s\E\\:rc=\E8:sc=\E7:se=\E[m:\
615         :sf=\ED:so=\E[1;7m:sr=\EM:st=\EH:ta=^I:ue=\E[m:\
616         :up=\E[A:us=\E[4m:ve=\E[9/y\E[12/y\E[=6l:\
617         :vs=\E[10/y\E[=1h\E[=2l\E[=6h:
619 # From: Alex R.N. Wetmore <aw2t@andrew.cmu.edu>
620 oldpc3|oibmpc3|IBM PC 386BSD Console:\
621         :am:bs:bw:eo:\
622         :co#80:li#25:\
623         :ac=l\332q\304k\277x\263j\331m\300w\302u\264v\301t\303n\305:\
624         :cd=\E[J:ce=\E[K:cl=\Ec:cm=\E[%i%2;%2H:do=\E[B:\
625         :ho=\E[;H:kd=\E[B:kh=\E[Y:kl=\E[D:kr=\E[C:ku=\E[A:\
626         :md=\E[7m:me=\E[0m\E[1;0x\E[2;7x:nd=\E[C:\
627         :se=\E[1;0x\E[2;7x:sf=\E[S:so=\E[1;7x\E[2;0x:sr=\E[T:\
628         :ue=\E[1;0x\E[2;7x:up=\E[A:us=\E[1;7x\E[2;0x:
630 # BSD/OS console emulator
631 # The emulator supports many of the additional console features
632 # listed in the iBSC2 (e.g. color and character-set selection).
633 # The console will also work with fewer lines after doing
634 # "stty rows NN", e.g. to use 24 lines.
635 # (This is the entry BSDI ships)
636 pc3|ibmpc3|IBM PC BSD/OS Console:\
637         :am:bw:eo:km:\
638         :co#80:it#8:li#25:\
639         :AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:\
640         :UP=\E[%dA:al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\Ec:\
641         :cm=\E[%i%d;%dH:cr=^M:dl=\E[M:do=^J:ho=\E[H:kH=\E[F:\
642         :kI=\E[L:kN=\E[G:kP=\E[I:kb=^H:kd=\E[B:kh=\E[H:\
643         :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:\
644         :me=\E[0m:mh=\E[=8F:mr=\E[7m:nd=\E[C:nw=^M^J:\
645         :rc=\E[=u:sc=\E[=s:se=\E[0m:sf=^J:so=\E[7m:ta=^I:\
646         :up=\E[A:
647 pc3-bold|ibmpc3|IBM PC BSD/OS Console with bold instead of underline:\
648         :ue=\E[0m:us=\E[1m:tc=pc3:
650 # The following is a version of the ibm-pc entry distributed with PC/IX,
651 # (Interactive Systems' System 3 for the Big Blue), modified by Richard
652 # McIntosh at UCB/CSM.  The :pt: and :uc: have been removed from the original,
653 # (the former is untrue, and the latter failed under UCB/man); standout and
654 # underline modes have been added.  Note: this entry describes the "native"
655 # capabilities of the PC monochrome display, without ANY emulation; most
656 # communications packages (but NOT PC/IX connect) do some kind of emulation.
657 pcix|PC/IX console:\
658         :am:bs:bw:eo:\
659         :co#80:li#24:\
660         :cd=\E[J:ce=\E[K:cl=\Ec:cm=\E[%i%2;%2H:do=\E[B:\
661         :ho=\E[;H:nd=\E[C:se=\E[0m:so=\E[7m:ue=\E[0m:up=\E[A:\
662         :us=\E[4m:
664 # (ibmx: this entry formerly included the following unknown capabilities:
665 #       :GC=b:GL=v:GR=t:RT=^J:\
666 #       :GH=\E[196g:GV=\E[179g:\
667 #       :GU=\E[193g:GD=\E[194g:\
668 #       :G1=\E[191g:G2=\E[218g:G3=\E[192g:G4=\E[217g:\
669 #       :CW=\E[E:NU=\E[F:RF=\E[G:RC=\E[H:\
670 #       :WL=\E[K:WR=\E[L:CL=\E[M:CR=\E[N:\
671 # I renamed GS/GE/WL/WR/CL/CR/PU/PD/HM/EN; also, removed a duplicate
672 # ":kh=\E[Y:" -- esr)
673 ibmpcx|xenix|ibmx|IBM PC xenix console display:\
674         :am:bs:ms:\
675         :co#80:li#25:\
676         :@7=\E[d:MR=\E[0m:ae=\E[10m:al=\E[L:as=\E[11m:\
677         :cd=\E[J:ce=\E[K:cl=^L:cm=\E[%d;%dH:dc=\E[P:dl=\E[M:\
678         :do=\E[B:ei=:ho=\E[H:ic=\E[@:im=:k1=\E[K:k2=\E[L:\
679         :k3=\E[M:k4=\E[N:kN=\E[e:kP=\E[Z:kb=^H:kd=\E[B:\
680         :kh=\E[Y:kl=\E[D:kr=\E[C:ku=\E[A:nd=\E[C:se=\E[0m:\
681         :so=\E[7m:ue=\E[m:up=\E[A:us=\E[4m:
682 ibmc|ibmcpc|IBM PC xenix color console display:\
683         :tc=ibmpcx:
684 ibmcx|ibmcpcx:\
685         :tc=ibmpcx:
687 pcvt25h|386BSD pcvt rel 2.10 vt220 emulator video driver:\
688         :am:km:mi:ms:xn:\
689         :it#8:pb#9216:vt#3:\
690         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
691         :LE=\E[%dD:RI=\E[%dC:SF=\E%dD:SR=\E%dM:UP=\E[%dA:\
692         :ae=^O:al=\E[L:as=^N:bl=^G:cd=\E[J:ce=\E[K:\
693         :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
694         :ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:ho=\E[H:\
695         :i1=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;25r\E[25;1H:\
696         :ic=\E[@:im=\E[4h:k1=\E[17~:k2=\E[18~:k3=\E[19~:\
697         :k4=\E[20~:k5=\E[21~:k6=\E[23~:k7=\E[24~:k8=\E[25~:\
698         :kD=\E[3~:kH=\E[4~:kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^_:\
699         :kd=\EOB:ke=\E[?1l\E>:kh=\E[1~:kl=\EOD:kr=\EOC:\
700         :ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:md=\E[1m:\
701         :me=\E[m:mr=\E[7m:nd=\E[C:nw=^M^J:\
702         :r1=\Ec\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\
703         :rf=/usr/share/tabset/vt100:sc=\E7:se=\E[27m:sf=\ED:\
704         :so=\E[7m:sr=\EM:st=\EH:ta=^I:ue=\E[24m:up=\E[A:\
705         :us=\E[4m:
707 #### DEC VT100 and compatibles
709 # DEC terminals from the vt100 forward are collected here.  Older DEC terminals
710 # and micro consoles can be found in the `obsolete' section.  More details
711 # on the relationship between the VT100 and ANSI X3.64 may be found near the
712 # end of this file.
714 # Except where noted, these entries are DEC's official terminfos.
715 # Contact Bill Hedberg <hedberg@hannah.enet.dec.com> of Terminal Support
716 # Engineering for more information.  Updated terminfos and termcaps 
717 # are kept available at ftp://gatekeeper.dec.com/pub/DEC/termcaps.
720 # Note that the xenl glitch in vt100 is not quite the same as on the Concept,
721 # since the cursor is left in a different position while in the
722 # weird state (concept at beginning of next line, vt100 at end
723 # of this line) so all versions of vi before 3.7 don't handle
724 # xenl right on vt100. The correct way to handle xenl is when
725 # you output the char in column 80, immediately output CR LF
726 # and then assume you are in column 1 of the next line. If xenl
727 # is on, am should be on too.
729 # I assume you have smooth scroll off or are at a slow enough baud
730 # rate that it doesn't matter (1200? or less). Also this assumes
731 # that you set auto-nl to "on", if you set it off use vt100-nam 
732 # below.
734 # The padding requirements listed here are guesses. It is strongly
735 # recommended that xon/xoff be enabled, as this is assumed here.
737 # The vt100 uses rs2 and rf rather than is2/tbc/hts because the 
738 # tab settings are in non-volatile memory and don't need to be 
739 # reset upon login. Also setting the number of columns glitches 
740 # the screen annoyingly. You can type "reset" to get them set.
742 # This is how the keypad gets assigned in Application Keypad mode.
743 #       PF1 = kf1         PF2 = kf2         PF3   = kf3       PF4 = kf4
744 #       7   = kf9         8   = kf10        9     = kf0       - 
745 #       4   = kf5         5   = kf6         6     = kf7       ,   = kf8
746 #       1   = ka1         2   = kb2         3     = ka3
747 #       0   = kc1         .   = kc3         ENTER = kent
749 vt100|vt100-am|dec vt100 (w/advanced video):\
750         :am:mi:ms:xn:xo:\
751         :co#80:it#8:li#24:vt#3:\
752         :@8=\EOM:DO=\E[%dB:K1=\EOq:K2=\EOr:K3=\EOs:K4=\EOp:\
753         :K5=\EOn:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
754         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
755         :ae=^O:as=^N:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\
756         :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
757         :ct=\E[3g:do=^J:eA=\E(B\E)0:ho=\E[H:k0=\EOy:k1=\EOP:\
758         :k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOt:k6=\EOu:k7=\EOv:\
759         :k8=\EOl:k9=\EOw:k;=\EOx:kb=^H:kd=\EOB:ke=\E[?1l\E>:\
760         :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:\
761         :md=\E[1m:me=\E[m\017:mr=\E[7m:nd=\E[C:\
762         :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\
763         :..sa=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;:\
764         :sc=\E7:se=\E[m:sf=^J:so=\E[1;7m:sr=\EM:st=\EH:ta=^I:\
765         :ue=\E[m:up=\E[A:us=\E[4m:
767 vt100nam|vt100-nam|vt100 w/no am (w/advanced video):\
768         :am@:xn@:\
769         :tc=vt100-am:
771 # Ordinary vt100 in 132 column ("wide") mode.
772 vt100-w|vt100-w-am|dec vt100 132 cols (w/advanced video):\
773         :co#132:li#24:\
774         :r2=\E>\E[?3h\E[?4l\E[?5l\E[?8h:tc=vt100-am:
775 vt100-w-nam|vt100-nam-w|dec vt100 132 cols (w/advanced video):\
776         :co#132:li#14:vt@:\
777         :r2=\E>\E[?3h\E[?4l\E[?5l\E[?8h:tc=vt100-nam:
779 # vt100 with no advanced video.
780 vt100-nav|vt100 without advanced video option:\
781         :sg#1:\
782         :mb@:md@:me@:mr@:sa@:se=\E[m:so=\E[7m:ue@:us@:tc=vt100:
783 vt100-nav-w|vt100-w-nav|dec vt100 132 cols 14 lines (no advanced video option):\
784         :co#132:li#14:\
785         :tc=vt100-nav:
787 # vt100 with one of the 24 lines used as a status line.
788 # We put the status line on the top.
789 vt100-s|vt100-s-top|vt100-top-s|vt100 for use with sysline:\
790         :es:hs:\
791         :li#23:\
792         :cl=\E[2;1H\E[J:cm=\E[%i%+^A;%dH:cs=\E[%i%i%d;%dr:\
793         :ds=\E7\E[1;24r\E8:fs=\E8:ho=\E[2;1H:\
794         :is=\E7\E[2;24r\E8:ts=\E7\E[1;%p1%dH\E[1K:tc=vt100-am:
796 # Status line at bottom. 
797 # Clearing the screen will clobber status line.
798 vt100-s-bot|vt100-bot-s|vt100 for use with sysline:\
799         :es:hs:\
800         :li#23:\
801         :ds=\E7\E[1;24r\E8:fs=\E8:is=\E[1;23r\E[23;1H:\
802         :ts=\E7\E[24;%p1%dH\E[1K:tc=vt100-am:
804 # DEC VT100 with Advanced Video Option -- NOT DEC'S ENTRY!!!
805 # This may be used as an alternate vt102 entry; it's probably better than the
806 # stock one if you can live with XON/XOFF.  All the AVO gave you was smul/rmul.
807 # From: Doug Gwyn <gwyn@smoke.brl.mil> 25 Jan 93
808 # The following SET-UP modes are assumed for normal operation:
809 #       ANSI_MODE       AUTO_XON/XOFF_ON        NEWLINE_OFF     80_COLUMNS
810 #       WRAP_AROUND_ON
811 # Other SET-UP modes may be set for operator convenience or communication
812 # requirements; I recommend
813 #       SMOOTH_SCROLL   AUTOREPEAT_ON   BLOCK_CURSOR    MARGIN_BELL_OFF
814 #       SHIFTED_3_#
815 # Unless you have a graphics add-on such as Digital Engineering's VT640
816 # (and even then, whenever it can be arranged!) you should set
817 #       INTERLACE_OFF
818 # Hardware tabs are assumed to be set every 8 columns; they can be set up
819 # by the "reset", "tset", or "tabs" utilities (use vt100-x, 132 columns, for
820 # this).  I have included some compatible code in "rs" for the VT640 if you
821 # have one.  No delays are specified; use "stty ixon -ixany" to enable DC3/DC1
822 # flow control!
823 # Thanks to elsie!ado (Arthur David Olson) for numerous improvements.
824 vt100-avo|DEC VT100 with AVO:\
825         :ms:xo:\
826         :co#80:it#8:li#24:vt#3:\
827         :DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=^O:as=^N:\
828         :bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
829         :cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:do=^J:ho=\E[H:\
830         :is=\E<\E)0:k0=\EOP:k1=\EOQ:k2=\EOR:k3=\EOS:kb=^H:\
831         :kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\
832         :ku=\EOA:l0=PF1:l1=PF2:l2=PF3:l3=PF4:le=^H:ll=\E[24H:\
833         :mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:nw=\EE:\
834         :rc=\E8:sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:\
835         :ta=^I:te=150\E[?7h:ti=\E[?7l:ue=\E[m:up=\EM:\
836         :us=\E[4m:
838 # Most of the `vt100' emulators out there actually emulate a vt102
839 # This entry (or vt102-nsgr) is probably the right thing to use for
840 # these.  
841 vt102|dec vt102:\
842         :mi:\
843         :al=\E[L:dc=\E[P:dl=\E[M:ei=\E[4l:im=\E[4h:tc=vt100:
845 # Many brain-dead PC comm programs that pretend to be `vt100-compatible'
846 # fail to interpret the ^O and ^N escapes properly.  Symptom: the sgr0
847 # string in the canonical vt100 entry above leaves the screen littered
848 # with little  snowflake or star characters (IBM PC ROM character \017 = ^O)
849 # after highlight turnoffs.  This entry should fix that, and even leave
850 # ACS support working, at the cost of making multiple-highlight changes 
851 # slightly more expensive.
852 # From: Eric S. Raymond <esr@snark.thyrsus.com> July 22 1995
853 vt102-nsgr|dec vt102 with ACS support disabled:\
854         :me=\E[m:sa@:tc=vt102:
856 # VT125 Graphics CRT.  Clear screen also erases graphics
857 vt125|vt125 graphics terminal:\
858         :cl=\E[;H\E[2J\EPpS(E)\E\\:tc=vt100:
860 # vt132 - like vt100 but slower and has ins/del line and such.
861 # I'm told that smir/rmir are backwards in the terminal from the
862 # manual and from the ANSI standard, this describes the actual 
863 # terminal. I've never actually used a vt132 myself, so this 
864 # is untested.
866 vt132|DEC vt132:\
867         :xn:\
868         :al=\E[L:dc=\E[P:dl=\E[M:ei=\E[4h:im=\E[4l:ip=:sf=\n:tc=vt100:
870 # vt220:
871 # This vt220 description maps F5--F9 to the second block of function keys
872 # at the top of the keyboard.  The "DO" key is used as F10 to avoid conflict
873 # with the key marked (ESC) on the vt220.  See vt220d for an alternate mapping.
874 # PF1--PF4 are used as F1--F4.
876 vt220|DEC VT220 in vt100 emulation mode:\
877         :am:mi:xn:xo:\
878         :co#80:li#24:vt#3:\
879         :@7=\E[4~:ac=kkllmmjjnnwwqquuttvvxx:ae=\E(B:al=\E[L:\
880         :as=\E(0:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:\
881         :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:\
882         :do=\E[B:ei=\E[4l:ho=\E[H:if=/usr/lib/tabset/vt100:\
883         :im=\E[4h:is=\E[1;24r\E[24;1H:k1=\EOP:k2=\EOQ:\
884         :k3=\EOR:k4=\EOS:k5=\E[17~:k6=\E[18~:k7=\E[19~:\
885         :k8=\E[20~:k9=\E[21~:k;=\E[29~:kD=\E[3~:kI=\E[2~:\
886         :kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:kh=\E[1~:kl=\E[D:\
887         :kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:\
888         :mr=\E[7m:nd=\E[C:\
889         :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\
890         :rf=/usr/lib/tabset/vt100:\
891         :..sa=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e\E(B%;:\
892         :sc=\E7:se=\E[m:sf=20\ED:so=\E[7m:sr=14\EM:ta=^I:\
893         :ue=\E[m:up=\E[A:us=\E[4m:ve=\E[?25h:vi=\E[?25l:
895 # vt220d:
896 # This vt220 description regards F6--F10 as the second block of function keys
897 # at the top of the keyboard.  This mapping follows the description given
898 # in the VT220 Programmer Reference Manual and agrees with the labeling
899 # on some terminals that emulate the vt220.  There is no support for an F5.
900 # See vt220 for an alternate mapping. 
902 vt220d|DEC VT220 in vt100 mode with DEC function key labeling:\
903         :F1=\E[23~:F2=\E[24~:F3=\E[25~:F4=\E[26~:F5=\E[28~:\
904         :F6=\E[29~:F7=\E[31~:F8=\E[32~:F9=\E[33~:FA=\E[34~:\
905         :k5@:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:\
906         :k;=\E[21~:tc=vt220:
908 vt220nam|vt220-nam|v220n|VT220 in vt100 mode with no auto margins:\
909         :am@:\
910         :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7l\E[?8h:tc=vt220:
912 vt220-8|dec vt220 8 bit terminal:\
913         :5i:am:mi:ms:xn:xo:\
914         :co#80:it#8:li#24:\
915         :%0=\E[29~:%1=\E[28~:*6=\E[4~:@0=\E[1~:AL=\E[%dL:\
916         :DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\E[23~:F2=\E[24~:\
917         :F3=\E[25~:F4=\E[26~:F7=\E[31~:F8=\E[32~:F9=\E[33~:\
918         :FA=\E[34~:IC=\E[%d@:LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:\
919         :SA=\E[?7h:UP=\E[%dA:\
920         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
921         :ae=^O:al=\E[L:as=^N:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\
922         :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
923         :ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:eA=\E)0:ec=\E[%dX:\
924         :ei=\E[4l:ho=\E[H:if=/usr/lib/tabset/vt100:im=\E[4h:\
925         :is=\E[?7h\E[>\E[?1h\E F\E[?4l:k1=\EOP:k2=\EOQ:\
926         :k3=\EOR:k4=\EOS:k6=\E[17~:k7=\E[18~:k8=\E[19~:\
927         :k9=\E[20~:k;=\E[21~:kI=\E[2~:kN=\E[6~:kP=\E[5~:\
928         :kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
929         :l1=pf1:l2=pf2:l3=pf3:l4=pf4:le=^H:mb=\E[5m:md=\E[1m:\
930         :me=\E[0m:mr=\E[7m:nd=\E[C:nw=\EE:pf=\E[4i:po=\E[5i:\
931         :ps=\E[i:r1=\E[?3l:rc=\E8:sc=\E7:se=\E[27m:sf=\ED:\
932         :so=\E[7m:sr=\EM:st=\EH:ta=^I:ue=\E[24m:up=\E[A:\
933         :us=\E[4m:vb=\E[?5h\E[?5l:
935 vt320|DEC VT320 in vt100 emulation mode:\
936         :tc=vt220:
938 #  Use v320n for LYRIX
940 vt320nam|vt320-nam|v320n|DEC VT320 in vt100 emul. mode with NO AUTO WRAP mode:\
941         :am@:\
942         :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7l\E[?8h:tc=vt220:
944 vt420|DEC VT420:\
945         :am:mi:xn:xo:\
946         :co#80:li#24:vt#3:\
947         :*6=\E[4~:@0=\E[1~:\
948         :S5=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
949         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
950         :ae=\E(B:al=\E[L:as=\E(0:bl=^G:cd=\E[J:ce=\E[K:\
951         :cl=\E[;H\E[2J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
952         :dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:ho=\E[H:\
953         :i2=\E[?67h\E[64;1"p:if=/usr/lib/tabset/vt100:\
954         :im=\E[4h:is=\E[1;24r\E[24;1H:k0=\E[29~:k1=\EOP:\
955         :k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[17~:k6=\E[18~:\
956         :k7=\E[19~:k8=\E[20~:k9=\E[21~:k;=\E[29~:kD=\E[3~:\
957         :kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:ke=\E>:\
958         :kl=\E[D:kr=\E[C:ks=\E=:ku=\E[A:le=^H:mb=\E[5m:\
959         :md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:\
960         :r3=\E[?67h\E[64;1"p:rc=\E8:rf=/usr/lib/tabset/vt100:\
961         :..sa=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e\E(B%;:\
962         :se=\E[m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:ue=\E[m:\
963         :up=\E[A:us=\E[4m:
965 vt420nam|vt420-nam|v420n|DEC VT420 in vt100 emul. mode with NO AUTO WRAP mode:\
966         :am@:\
967         :tc=vt420:
970 #  DECUDK   
971 #               if (key < 16) then  value = key;
972 #               else if (key < 21) then value = key + 1; 
973 #               else if (key < 25) then value = key + 2;
974 #               else if (key < 27) then value = key + 3;
975 #               else if (key < 30) then value = key + 4;
976 #               else value = key + 5;
978 vt420pc|DEC VT420 w/PC keyboard:\
979         :@7=\E[4~:F1=\E[23~:F2=\E[24~:F3=\E[11;2~:\
980         :F4=\E[12;2~:F5=\E[13;2~:F6=\E[14;2~:F7=\E[15;2~:\
981         :F8=\E[17;2~:F9=\E[18;2~:FA=\E[19;2~:FB=\E[20;2~:\
982         :FC=\E[21;2~:FD=\E[23;2~:FE=\E[24;2~:FF=\E[23~:\
983         :FG=\E[24~:FH=\E[25~:FI=\E[26~:FJ=\E[28~:FK=\E[29~:\
984         :FL=\E[31~:FM=\E[32~:FN=\E[33~:FO=\E[34~:FP=\E[35~:\
985         :FQ=\E[36~:FR=\E[23;2~:FS=\E[24;2~:FT=\E[25;2~:\
986         :FU=\E[26;2~:FV=\E[28;2~:FW=\E[29;2~:FX=\E[31;2~:\
987         :FY=\E[32;2~:FZ=\E[33;2~:Fa=\E[34;2~:Fb=\E[35;2~:\
988         :Fc=\E[36;2~:S6=USR_TERM\072vt420pcdos\072:k1=\E[11~:\
989         :k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:k6=\E[17~:\
990         :k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:kD=^_:\
991         :kh=\E[H:\
992         :..px=\EP1;1|%?%{16}%p1%>%t%{0}%e%{21}%p1%>%t%{1}%e%{25}%p1%>%t%{2}%e%{27}%p1%>%t%{3}%e%{30}%p1%>%t%{4}%e%{5}%;%p1%+%d/%p2%s\E\\:tc=vt420:
994 vt420pcdos|DEC VT420 w/PC for DOS Merge:\
995         :li#25:\
996         :S1=%?%p2%{19}%=%t\E\023\021%e%p2%{32}%<%t\E%p2%c%e%p2%{127}%=%t\E\177%e%p2%c%;:\
997         :S4=\E[?1;2r\E[34h:\
998         :S5=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:S6@:\
999         :me=\E[0m:sa@:tc=vt420pc:
1001 vt420f|DEC VT420 with VT kbd; VT400 mode; F1-F5 used as Fkeys:\
1002         :F1=\E[23~:F2=\E[24~:F3=\E[25~:F4=\E[26~:F5=\E[28~:\
1003         :F6=\E[29~:F7=\E[31~:F8=\E[32~:F9=\E[33~:FA=\E[34~:\
1004         :k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:\
1005         :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:\
1006         :kD=^_:kh=\E[H:l1=\EOP:l2=\EOQ:l3=\EOR:l4=\EOS:tc=vt420:
1008 vt420f-nam|v420fn|DEC VT420 no auto margins:\
1009         :am@:\
1010         :tc=vt420f:
1011 vt420pc-nam|v420pcn|DEC VT420 PC keyboard no auto margins:\
1012         :am@:\
1013         :tc=vt420pc:
1015 vt510|DEC VT510:\
1016         :tc=vt420:
1017 vt510nam|vt510-nam|v510n|DEC VT510 in vt100 emul. mode with NO AUTO WRAP mode:\
1018         :tc=vt420nam:
1019 vt510pc|DEC VT510 w/PC keyboard:\
1020         :tc=vt420pc:
1021 vt510pc-nam|v510pcn|DEC VT510 PC keyboard no auto margins:\
1022         :am@:\
1023         :tc=vt420pc:
1024 vt510pcdos|DEC VT510 w/PC for DOS Merge:\
1025         :tc=vt420pcdos:
1027 # VT520/VT525
1029 # The VT520 is a monochrome text terminal capable of managing up to
1030 # four independent sessions in the terminal.  It has multiple ANSI
1031 # emulations (VT520, VT420, VT320, VT220, VT100, VT PCTerm, SCO Console)
1032 # and ASCII emulations (WY160/60, PCTerm, 50/50+, 150/120, TVI 950,
1033 # 925 910+, ADDS A2).  This terminfo data is for the ANSI emulations only.
1035 # Terminal Set-Up is entered by pressing [F3], [Caps Lock]/[F3] or
1036 # [Alt]/[Print Screen] depending upon which keyboard and which
1037 # terminal mode is being used.  If Set-Up has been disabled or
1038 # assigned to an unknown key, Set-Up may be entered by pressing
1039 # [F3] as the first key after power up, regardless of keyboard type.
1040 vt520|DEC VT520:\
1041         :am:mi:xn:xo:\
1042         :co#80:li#24:vt#3:\
1043         :*6=\E[4~:@0=\E[1~:\
1044         :S5=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
1045         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
1046         :ae=\E(B:al=\E[L:as=\E(0:bl=^G:cd=\E[J:ce=\E[K:\
1047         :cl=\E[;H\E[2J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
1048         :dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:ho=\E[H:\
1049         :i2=\E[?67h\E[64;1"p:if=/usr/lib/tabset/vt100:\
1050         :im=\E[4h:is=\E[1;24r\E[24;1H:k0=\E[29~:k1=\EOP:\
1051         :k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[17~:k6=\E[18~:\
1052         :k7=\E[19~:k8=\E[20~:k9=\E[21~:k;=\E[29~:kD=\E[3~:\
1053         :kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:kl=\E[D:\
1054         :kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:\
1055         :mr=\E[7m:nd=\E[C:\
1056         :..px=\EP1;1|%?%{16}%p1%>%t%{0}%e%{21}%p1%>%t%{1}%e%{25}%p1%>%t%{2}%e%{27}%p1%>%t%{3}%e%{30}%p1%>%t%{4}%e%{5}%;%p1%+%d/%p2%s\E\\:\
1057         :r3=\E[?67h\E[64;1"p:rc=\E8:rf=/usr/lib/tabset/vt100:\
1058         :..sa=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e\E(B%;:\
1059         :se=\E[m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:ue=\E[m:\
1060         :up=\E[A:us=\E[4m:
1062 vt520nam|vt520-nam|v520n|DEC VT520 with NO AUTO WRAP:\
1063         :am@:\
1064         :tc=vt520:
1066 vt525|DEC VT525:\
1067         :am:mi:xn:xo:\
1068         :co#80:li#24:vt#3:\
1069         :*6=\E[4~:@0=\E[1~:\
1070         :S5=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
1071         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
1072         :ae=\E(B:al=\E[L:as=\E(0:bl=^G:cd=\E[J:ce=\E[K:\
1073         :cl=\E[;H\E[2J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
1074         :dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:ho=\E[H:\
1075         :i2=\E[?67h\E[64;1"p:if=/usr/lib/tabset/vt100:\
1076         :im=\E[4h:is=\E[1;24r\E[24;1H:k0=\E[29~:k1=\EOP:\
1077         :k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[17~:k6=\E[18~:\
1078         :k7=\E[19~:k8=\E[20~:k9=\E[21~:k;=\E[29~:kD=\E[3~:\
1079         :kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:kl=\E[D:\
1080         :kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:\
1081         :mr=\E[7m:nd=\E[C:\
1082         :..px=\EP1;1|%?%{16}%p1%>%t%{0}%e%{21}%p1%>%t%{1}%e%{25}%p1%>%t%{2}%e%{27}%p1%>%t%{3}%e%{30}%p1%>%t%{4}%e%{5}%;%p1%+%d/%p2%s\E\\:\
1083         :r3=\E[?67h\E[64;1"p:rc=\E8:rf=/usr/lib/tabset/vt100:\
1084         :..sa=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e\E(B%;:\
1085         :se=\E[m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:ue=\E[m:\
1086         :up=\E[A:us=\E[4m:
1088 vt525nam|vt525-nam|v525n|DEC VT525 with NO AUTO WRAP:\
1089         :am@:\
1090         :tc=vt525:
1092 #### Xterm variants
1095 # X10/6.6       11/7/86, minus alternate screen, plus (csr)
1096 # (xterm: ":MT:" changed to ":km:"; mapped ":pt:" to ":it#8:";
1097 # removed (hs, eslok, tsl=\E[?E\E[?%i%dT, fsl=\E[?F, dsl=\E[?E)
1098 # as these seem not to work -- esr)
1099 x10term|vs100-x10|xterm terminal emulator (X10 window system):\
1100         :am:bs:km:mi:ms:pt:xn:xo:\
1101         :co#80:it#8:li#65:\
1102         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:al=\E[L:cd=\E[J:\
1103         :ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cs=\E[%i%d;%dr:\
1104         :dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:ho=\E[H:im=\E[4h:\
1105         :is=\E\E[m\E[?7h\E[?1;4l:k1=\EOP:k2=\EOQ:k3=\EOR:\
1106         :k4=\EOS:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:\
1107         :ks=\E[?1h\E=:ku=\EOA:le=^H:md=\E[1m:me=\E[m:\
1108         :mr=\E[7m:nd=\E[C:\
1109         :rs=\E[r\E<\E[m\E[H\E[2J\E[?7h\E[?1;3;4;6l:se=\E[m:\
1110         :sf=^J:so=\E[7m:sr=\EM:ue=\E[m:up=\E[A:us=\E[4m:
1111 # X11R6 xterm.  This is known good for the XFree86 version under Linux.
1112 # From: Eric S. Raymond <esr@snark.thyrsus.com> 9 Jul 1995
1113 # Note: If you use the line-drawing character set, the disable afterwards
1114 # will leave you in US-ASCII.  If you live somewhere that wants a pound sign
1115 # at 2/3, change rmacs to "\E(A".  Further note: cuf and cub don't seem
1116 # to be reliable under my xterm, so they're commented out.  Final note:
1117 # Older versions of this entry set/reset application keypad mode (\EO-prefix
1118 # cursor keys) in the [sr]mkx caps, but it wasn't necessary, and doesn't
1119 # actually fit the terminfo model properly.
1120 xterm|vs100|xterm terminal emulator (X11R6 Window System):\
1121         :am:bs:km:mi:ms:pt:xn:xo:\
1122         :co#80:it#8:li#65:\
1123         :@7=\E[[:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:F1=\E[23~:\
1124         :F2=\E[24~:IC=\E[%d@:LE=\E[%dD:UP=\E[%dA:\
1125         :ac=++\054\054..00II--``aaffgghhjjkkllmmnnooqqssttuuvvwwxx~~:\
1126         :ae=\E(B:al=\E[L:as=\E(0:bl=^G:cd=\E[J:ce=\E[K:\
1127         :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
1128         :ct=\E[3k:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:ho=\E[H:\
1129         :ic=\E[@:im=\E[4h:\
1130         :is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l:\
1131         :k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:\
1132         :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:\
1133         :kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:kh=\E[@:\
1134         :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:md=\E[1m:me=\E[m:\
1135         :mr=\E[7m:nd=\E[C:\
1136         :r2=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l\E<:\
1137         :rc=\E8:sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:ta=^I:\
1138         :te=\E[2J\E[?47l\E8:ti=\E7\E[?47h:u6=\E[%d;%dR:\
1139         :u7=\E[6n:u8=\E[?1;2c:u9=\E[c:ue=\E[m:up=\E[A:\
1140         :us=\E[4m:
1141 xterm24|vs100-24|xterm terminal emulator (24 lines) (X11R6 window system):\
1142         :co#80:li#24:\
1143         :tc=xterm:
1144 xterm25|vs100-25|xterm terminal emulator (25 lines) (X11R6 window system):\
1145         :co#80:li#25:\
1146         :tc=xterm:
1147 xterm50|vs100-50|xterm terminal emulator (50 lines) (X11R6 window system):\
1148         :co#80:li#50:\
1149         :tc=xterm:
1150 xterms|vs100s|xterm terminal emulator (small) (X11R6 window system):\
1151         :tc=xterm24:
1152 # (kterm: this had unknown capabilities ":KJ:TY=ascii:" -- esr)
1153 kterm|kterm kanji terminal emulator (X window system):\
1154         :es:hs:\
1155         :cs=\E[%i%d;%dr:ds=\E[?H:fs=\E[?F:rc=\E8:sc=\E7:\
1156         :ts=\E[?E\E[?%i%dT:tc=xterm:
1158 # See the note on ICH/ICH1 VERSUS RMIR/SMIR near the end of file
1159 xterm-nic|xterm with ich/ich1 suppressed for non-curses programs:\
1160         :IC@:ei=:ic@:im=:tc=xterm:
1162 # From: Eric S. Raymond <esr@snark.thyrsus.com> May 4 1995
1163 # Should work with the color xterm on the X11R6 contrib tape.
1164 xterm-color|xterm with color support:\
1165         :tc=xterm:tc=ansi-pc-color:
1167 # From: David J. MacKenzie <djm@va.pubnix.com> 20 Apr 1995
1168 # Here's a termcap entry I've been using for xterm_color, which comes
1169 # with BSD/OS 2.0, and the X11R6 contrib tape too I think.  Besides the
1170 # color stuff, I also have a status line defined as the window manager
1171 # title bar. [I have translated it to terminfo -- ESR]
1172 xterm-pcolor|xterm with color used for highlights and status line:\
1173         :hs:\
1174         :ws#40:\
1175         :ds=\E]0;\007:fs=^G:md=\E[1m\E[43m:mr=\E[7m\E[34m:\
1176         :so=\E[7m\E[31m:ts=\E]0;:us=\E[4m\E[42m:tc=xterm:
1178 ######## UNIX VIRTUAL TERMINALS AND VIRTUAL CONSOLES
1181 # Columbus UNIX virtual terminal. This terminal also appears in 
1182 # UNIX 4.0 and successors as line discipline 1 (?), but is 
1183 # undocumented and does not really work quite right.
1184 cbunix|cb unix virtual terminal:\
1185         :am:bs:da:db:\
1186         :co#80:li#24:lm#0:\
1187         :al=\EP:bl=^G:cd=\EL:ce=\EK:cl=\EL:cm=\EG%r%.%.:\
1188         :cr=^M:dc=\EM:dl=\EN:do=^J:ei=:ic=\EO:im=:kd=\EB:\
1189         :kh=\EE:kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:se=\Eb^D:\
1190         :sf=^J:so=\Ea^D:ue=\Eb^A:up=\EA:us=\Ea^A:
1191 # (vremote: removed obsolete ":nl@:" -- esr)
1192 vremote|virtual remote terminal:\
1193         :am@:\
1194         :co#79:\
1195         :tc=cbunix:
1196 pty|4bsd pseudo teletype:\
1197         :cm=\EG%+ %+ :se=\Eb$:so=\Ea$:ue=\Eb!:us=\Ea!:tc=cbunix:
1199 # Entries for use by the FSF's `screen' program.  These came with version 3.6.2
1200 screen|VT 100/ANSI X3.64 virtual terminal:\
1201         :am:km:mi:ms:xn:\
1202         :co#80:it#8:li#24:\
1203         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\E[23~:\
1204         :F2=\E[24~:IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
1205         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~..--++\054\054hhII00:\
1206         :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:\
1207         :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
1208         :ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:ho=\E[H:\
1209         :im=\E[4h:is=\E)0:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
1210         :k5=\E[15~:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:\
1211         :k;=\E[21~:kD=\E[3~:kH=\E[4~:kI=\E[2~:kN=\E[6~:\
1212         :kP=\E[5~:kb=^H:kd=\EOB:ke=\E[?1l\E>:kh=\E[1~:\
1213         :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:\
1214         :md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:nw=\EE:r2=\Ec:\
1215         :rc=\E8:sc=\E7:se=\E[23m:sf=^J:so=\E[3m:sr=\EM:\
1216         :st=\EH:ta=^I:ue=\E[24m:up=\EM:us=\E[4m:
1217 screen-w|VT 100/ANSI X3.64 virtual terminal with 132 cols:\
1218         :am:km:mi:ms:xn:\
1219         :co#132:it#8:li#24:\
1220         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\E[23~:\
1221         :F2=\E[24~:IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
1222         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~..--++\054\054hhII00:\
1223         :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:\
1224         :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
1225         :ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:ho=\E[H:\
1226         :im=\E[4h:is=\E)0:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
1227         :k5=\E[15~:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:\
1228         :k;=\E[21~:kD=\E[3~:kH=\E[4~:kI=\E[2~:kN=\E[6~:\
1229         :kP=\E[5~:kb=^H:kd=\EOB:ke=\E[?1l\E>:kh=\E[1~:\
1230         :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:\
1231         :md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:nw=\EE:r2=\Ec:\
1232         :rc=\E8:sc=\E7:se=\E[23m:sf=^J:so=\E[3m:sr=\EM:\
1233         :st=\EH:ta=^I:ue=\E[24m:up=\EM:us=\E[4m:
1235 ######## WORKSTATION CONSOLES
1238 #### Sun consoles
1241 # :is: resets scrolling region in case a previous user had used "tset vt100"
1242 # (sun: mapped ":pt:" to ":it#8:" -- esr)
1243 oldsun|Sun Microsystems Workstation console:\
1244         :am:bs:km:mi:ms:pt:\
1245         :co#80:it#8:li#34:\
1246         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:IC=\E[%d@:al=\E[L:\
1247         :bl=^G:cd=\E[J:ce=\E[K:cl=^L:cm=\E[%i%d;%dH:cr=^M:\
1248         :dc=\E[P:dl=\E[M:do=\E[B:ei=:ic=\E[@:im=:is=\E[1r:\
1249         :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kd=\E[B:kh=\E[H:\
1250         :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:nd=\E[C:rs=\E[1r:\
1251         :se=\E[m:sf=^J:so=\E[7m:ta=^I:up=\E[A:
1252 # New entry from vendor
1253 sun|sun1|sun2|Sun Microsystems Inc. workstation:\
1254         :am:km:ms:\
1255         :co#80:li#34:\
1256         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:IC=\E[%d@:al=\E[L:\
1257         :bl=^G:cd=\E[J:ce=\E[K:cl=^L:cm=\E[%i%d;%dH:cr=^M:\
1258         :dc=\E[P:dl=\E[M:do=^J:ei=:ho=\E[H:ic=\E[@:im=:\
1259         :k1=\E[224z:k2=\E[225z:k3=\E[226z:k4=\E[227z:\
1260         :k5=\E[228z:k6=\E[229z:k7=\E[230z:k8=\E[231z:\
1261         :k9=\E[232z:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
1262         :md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:r2=\E[s:\
1263         :..sa=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;m:\
1264         :se=\E[m:sf=^J:so=\E[7m:ta=^I:ue=\E[m:up=\E[A:\
1265         :us=\E[4m:
1266 # From: <john@ucbrenoir>  Tue Sep 24 13:14:44 1985
1267 sun-s|Sun Microsystems Workstation window with status line:\
1268         :hs:\
1269         :ds=\E]l\E\\:fs=\E\\:ts=\E]l:tc=sun:
1270 sun-e-s|sun-s-e|Sun Microsystems Workstation with status hacked for emacs:\
1271         :hs:\
1272         :ds=\E]l\E\\:fs=\E\\:ts=\E]l:tc=sun-e:
1273 sun-48|Sun 48-line window:\
1274         :co#80:li#48:\
1275         :tc=sun:
1276 sun-34|Sun 34-line window:\
1277         :co#80:li#34:\
1278         :tc=sun:
1279 sun-24|Sun 24-line window:\
1280         :co#80:li#24:\
1281         :tc=sun:
1282 sun-17|Sun 17-line window:\
1283         :co#80:li#17:\
1284         :tc=sun:
1285 sun-12|Sun 12-line window:\
1286         :co#80:li#12:\
1287         :tc=sun:
1288 sun-1|Sun 1-line window for sysline:\
1289         :es:hs:\
1290         :co#80:li#1:\
1291         :ds=^L:fs=\E[K:ts=^M:tc=sun:
1292 sun-e|sun-nic|sune|Sun Microsystems Workstation without insert character:\
1293         :ei@:ic@:im@:tc=sun:
1294 sun-c|sun-cmd|Sun Microsystems Workstation console with scrollable history:\
1295         :te=\E[>4h:ti=\E[>4l:tc=sun:
1297 #### Iris consoles
1300 # (wsiris: this had unknown capabilities
1301 #       :HS=\E7F2:HE=\E7F7:\
1302 #       :CT#2:CZ=*Bblack,red,green,yellow,blue,magenta,cyan,*Fwhite:
1303 # I mapped ":pt:" to ":it#8:", removed incorrect ":cl=\Ev:" -- esr)
1304 wsiris|iris40|iris emulating a 40 line visual 50 (approximately):\
1305         :am:bs:pt:\
1306         :co#80:it#8:li#40:\
1307         :al=\EL:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :dl=\EM:\
1308         :ho=\EH:is=\E7B0\E7F7\E7C2\E7R3:k0=\E0:k1=\E1:k2=\E2:\
1309         :k3=\E3:k4=\E4:k5=\E5:k6=\E6:k7=\E7:k8=\E8:k9=\E9:\
1310         :kd=\EB:kl=\ED:kr=\EC:ku=\EA:nd=\EC:se=\E0@:so=\E9P:\
1311         :sr=\EI:ue=\E7R3\E0@:up=\EA:us=\E7R2\E9P:ve=\E>:\
1312         :vs=\E;:
1314 #### Masscomp consoles
1317 masscomp2:\
1318         :co#64:li#21:\
1319         :tc=masscomp:
1320 masscomp1:\
1321         :co#104:li#36:\
1322         :tc=masscomp:
1323 # (masscomp: ":MT:" changed to ":km:"; mapped ":pt:" to ":it#8:" -- esr)
1324 masscomp:\
1325         :bs:km:mi:pt:\
1326         :co#80:it#8:li#24:sg#0:\
1327         :al=\E[L:cd=\E[J:ce=\E[K:cl=\E[2J:cm=\E[%i%d;%dH:\
1328         :dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:im=\E[4h:\
1329         :is=\EGc\EGb\EGw:kb=^H:kd=\EOB:kl=\EOD:kr=\EOC:\
1330         :ku=\EOA:nd=\E[C:se=\E[0m:so=\E[7m:ue=\EGau:up=\E[A:\
1331         :us=\EGu:
1333 #### NeWS consoles
1335 # Console terminal windows under the NeWS (Sun's Display Postscript windowing
1336 # environment).   Note: these have nothing to do with Sony's News workstation
1337 # line.
1340 # Entry for NeWS's psterm from Eric Messick & Hugh Daniel
1341 # (psterm: unknown ":sl=\EOl:el=\ENl:" removed;
1342 # mapped ":pt:" to ":it#8:" -- esr)
1343 psterm|psterm-basic|psterm-80x34:\
1344         :am:bs:hs:km:pt:ul:\
1345         :co#80:it#8:li#34:\
1346         :al=\EA:cd=\EB:ce=\EC:cl=^L:cm=\E%d;%d;:cs=\EE%d;%d;:\
1347         :dc=\EF:dl=\EK:do=\EP:ei=\ENi:fs=\ENl:ho=\ER:im=\EOi:\
1348         :is=\EN*:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=\ET:\
1349         :ll=\EU:mb=\EOb:md=\EOd:me=\EN*:mr=\EOr:nd=\EV:rc=^\:\
1350         :rs=\EN*:sc=^]:se=\ENo:sf=\EW:so=\EOo:sr=\EX:te=\ENt:\
1351         :ti=\EOt:ts=\EOl:ue=\ENu:up=\EY:us=\EOu:vb=\EZ:
1352 psterm-96x48:\
1353         :co#96:li#48:\
1354         :tc=psterm:
1355 psterm-90x28:\
1356         :co#90:li#28:\
1357         :tc=psterm:
1358 psterm-80x24:\
1359         :co#80:li#24:\
1360         :tc=psterm:
1361 # This is a faster termcap for psterm.  Warning:  if you use this termcap,
1362 # some control characters you type will do strange things to the screen.
1363 # (psterm-fast: unknown ":sl=^Ol:el=^Nl:";
1364 # removed; mapped ":pt:" to ":it#8:" -- esr)
1365 psterm-fast:\
1366         :am:bs:hs:km:pt:ul:\
1367         :co#80:it#8:li#34:\
1368         :al=^A:cd=^B:ce=^C:cl=^L:cm=\004%d;%d;:cs=\005%d;%d;:\
1369         :dc=^F:dl=^K:do=^P:ei=^Ni:fs=^Nl:ho=^R:im=^Oi:is=^N*:\
1370         :kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=^T:ll=^U:mb=^Ob:\
1371         :md=^Od:me=^N*:mr=^Or:nd=^V:rc=^\:rs=^N*:sc=^]:\
1372         :se=^No:sf=^W:so=^Oo:sr=^X:te=^Nt:ti=^Ot:ts=^Ol:\
1373         :ue=^Nu:up=^Y:us=^Ou:vb=^Z:
1375 #### Apollo consoles
1377 # Apollo got bought by Hewlett-Packard.  The Apollo workstations are 
1378 # labeled HP700s now.
1381 # From: Gary Darland <goodmanc@garnet.berkeley.edu>
1382 apollo:\
1383         :am:bs:mi:\
1384         :co#88:li#53:\
1385         :al=\EI:cd=\EJ:ce=\EK:ch=\EN%d:cl=^L:cm=\EM%+ %d):\
1386         :cv=\EO+ :dc=\EP:dl=\EL:do=\EB:ei=\ER:im=\EQ:nd=\EC:\
1387         :se=\ET:sf=\EE:so=\ES:sr=\ED:te=\EX:ti=\EW:ue=\EV:\
1388         :up=\EA:us=\EU:
1389 apollo_15P|apollo 15 inch display:\
1390         :dN@:\
1391         :tc=vt132:
1392 apollo_19L|apollo 19 inch display:\
1393         :dN@:\
1394         :tc=vt132:
1395 apollo_color|apollo color display:\
1396         :dN@:\
1397         :tc=vt132:
1399 #### Fortune Systems consoles
1402 # From: Robert Nathanson <c160-3bp@Coral> via tut   Wed Oct 5, 1983
1403 # (This had unknown capabilities
1404 #       :rv=\EH:re=\EI:rg=0:\
1405 #       :GG=0:GV=-:GH=&:GU=%:GD=#:G1=(:G2= :G3=":G4=*:CF=\E]:\
1406 #       :CO=\E\\:WL=^Aa\r:WR=^Ab\r:CL=^Ac\r:CR=^Ad\r:DL=^Ae\r:RF=^Af\r:\
1407 #       :RC=^Ag\r:CW=^Ah\r:NU=^Aj\r:EN=^Ak\r:HM=^Al:PL=^Am\r:\
1408 #       :PU=^An\r:PD=^Ao\r:PR=^Ap\r:HP=^A@\r:RT=^Aq\r:TB=\r:CN=\177:MP=\E+F:
1409 # It had both ":bs:" and ":bs=^H:"; I removed the latter.  Also, it had
1410 # ":sg=0:" and ":ug=0:"; evidently the composer was trying (unnecessarily)
1411 # to force both magic cookie glitches off.  Once upon a time, I
1412 # used a Fortune myself, so I know the capabilities of the form ^A[a-z]\r are
1413 # function keys; thus the "Al" value for HM was certainly an error.  I renamed
1414 # EN/PD/PU/CO/CF according to the XENIX/TC mappings, but not HM/DL/RF/RC/RT.  
1415 # I think rv and re are start and end reverse video and rg is a nonexistent
1416 # "reverse-video-glitch" capability; I have put rv and re in with standard
1417 # names below.  I've removed obsolete ":nl=5^J:" as there is a :do: -- esr)
1418 fos|fortune|Fortune system:\
1419         :am:bs:bw:\
1420         :co#80:li#25:\
1421         :@7=^Ak\r:ae=^O:al=\034E:as=\Eo:bl=^G:cd=\034Y:\
1422         :ce=^\Z:cl=\014:cm=\034C%+ %+ :cr=^M:dc=\034W:\
1423         :dl=\034R:do=\n:ei=:ho=\036:ic=\034Q:im=:is=^_..:\
1424         :k1=^Aa\r:k2=^Ab\r:k3=^Ac\r:k4=^Ad\r:k5=^Ae\r:\
1425         :k6=^Af\r:k7=^Ag\r:k8=^Ah\r:kN=^Ao\r:kP=^An\r:kb=^H:\
1426         :kd=^Ay\r:kh=^A?\r:kl=^Aw\r:kr=^Az\r:ku=^Ax\r:le=^H:\
1427         :mb=\EN:me=\EI:mr=\EH:nw=^M^J:se=^\I`:sf=^J:so=^\H`:\
1428         :ta=^Z:ue=^\IP:up=\013:us=^\HP:ve=\E\\:vi=\E]:\
1429         :vs=\E\072:
1431 ######## COMMON TERMINAL TYPES
1433 # This section describes terminal classes and maker brands that are still
1434 # quite common, but have proprietary command sets not blessed by ANSI.
1436 #### Altos
1438 # Altos descriptions from Ted Mittelstaedt <tedm@agora.rain.com> 4 Sep 1993
1439 # His comments suggest they were shipped with the system.
1442 # (altos2: had unknown capabilities
1443 #       :c0=^A`\r:c1=^Aa\r:c2=^Ab\r:c3=^Ac\r:\
1444 #       :c4=^Ad\r:c5=^Ae\r:c6=^Af\r:c7=^Ag\r:\
1445 #       :c8=^Ah\r:c9=^Ai\r:cA=^Aj\r:cB=^Ak\r:\
1446 #       :cC=^Al\r:cD=^Am\r:cE=^An\r:cF=^Ao\r:
1447 #       :XU=^Aq\r:XD=^Ar\r:XR=^As\r:XL=^At\r:\
1448 #       :YU=^AQ\r:YD=^AR\r:YR=^AS\r:YL=^AT\r:\
1449 #       :HL=^AP\r:SP=\E[i:\
1450 #       :IS=\E[@:DE=\E[P:IL=\E[L:NS=\E[S:PS=\E[T:\
1451 #       :LO=\E[0q:LC=\E[5q:LL=\E[6q:\
1452 # Comparison with the k* capabilities makes it obvious that the c* things are
1453 # shift keys.  I have renamed them to keys 32 and up accordingly.  Also,
1454 # :sr: was given as a boolean-- esr)
1455 altos2|alt2|altos-2|altos II:\
1456         :co#80:it#8:li#24:sg#0:\
1457         :*5=^Am\r:*8=^An\r:DL=\E[M:FM=^A`\r:FN=^Aa\r:\
1458         :FO=^Ab\r:FP=^Ac\r:FQ=^Ad\r:FR=^Ae\r:FS=^Af\r:\
1459         :FT=^Ag\r:FU=^Ah\r:FV=^Ai\r:FW=^Aj\r:FX=^Ak\r:\
1460         :al=\E[L:cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:\
1461         :cm=\E[%i%d;%dH:cr=^M:dc=\E[P:do=\E[1B:ei=:ho=\E[H:\
1462         :ic=\E[@:if=/usr/share/lib/tabset/vt100:im=:\
1463         :is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:k0=^AI\r:\
1464         :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
1465         :k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:kA=^AJ\r:\
1466         :kB=^AK\r:kC=^AL\r:kD=^AM\r:kE=^AN\r:kF=^AO\r:kb=^H:\
1467         :kd=\E[B:kh=\E[f:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
1468         :nd=\E[1C:nw=^M^J:se=\E[m:sf=^J:so=\E[7m:ta=^I:\
1469         :ue=\E[m:up=\E[1A:us=\E[4m:
1470 # (altos3: had unknown capabilities
1471 #       :c0=^A`\r:c1=^Aa\r:c2=^Ab\r:c3=^Ac\r:\
1472 #       :c4=^Ad\r:c5=^Ae\r:c6=^Af\r:c7=^Ag\r:\
1473 #       :c8=^Ah\r:c9=^Ai\r:cA=^Aj\r:cB=^Ak\r:\
1474 #       :cC=^Al\r:cD=^Am\r:cE=^An\r:cF=^Ao\r:
1475 #       :XU=^Aq\r:XD=^Ar\r:XR=^As\r:XL=^At\r:\
1476 #       :HL=^AP\r:SP=\E[i:\
1477 #       :IS=\E[@:DE=\E[P:IL=\E[L:NS=\E[S:PS=\E[T:\
1478 # Comparison with the k* capabilities makes it obvious that the c* things are
1479 # shift keys.  I have renamed them to keys 32 and up accordingly -- esr)
1480 altos3|alt3|altos-3|altos III:\
1481         :co#80:it#8:li#24:sg#0:\
1482         :*5=^Am\r:*8=^An\r:DL=\E[M:FM=^A`\r:FN=^Aa\r:\
1483         :FO=^Ab\r:FP=^Ac\r:FQ=^Ad\r:FR=^Ae\r:FS=^Af\r:\
1484         :FT=^Ag\r:FU=^Ah\r:FV=^Ai\r:FW=^Aj\r:FX=^Ak\r:\
1485         :al=\E[L:cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:\
1486         :cm=\E[%i%d;%dH:cr=^M:dc=\E[P:do=\E[1B:ei=:ho=\E[H:\
1487         :ic=\E[@:if=/usr/share/lib/tabset/vt100:im=:\
1488         :is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:k0=^AI\r:\
1489         :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
1490         :k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:kA=^AJ\r:\
1491         :kB=^AK\r:kC=^AL\r:kD=^AM\r:kE=^AN\r:kF=^AO\r:kb=^H:\
1492         :kd=\E[B:kh=\E[f:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
1493         :mb=\E[5p:me=\E[p:nd=\E[1C:nw=^M^J:se=\E[m:sf=^J:\
1494         :so=\E[7m:sr=\EM:ta=^I:ue=\E[m:up=\E[1A:us=\E[4m:
1495 altos4|alt4|altos-4|altos IV:\
1496         :tc=wy50:
1497 altos5|alt5|altos-5|altos V:\
1498         :tc=altos3:
1499 # (altos7: had unknown capabilities:
1500 #       :GG#0:GS=\EH^B:GE=\EH^C:\
1501 #       :G1=3:G2=2:G3=1:G4=5:GD=0:GU==:GH=\072:\
1502 #       :GV=6:GR=4:GL=9:GC=8:GI=\EH8:GF=\EH7:\
1503 #       :c0=^A`\r:c1=^Aa\r:c2=^Ab\r:c3=^Ac\r:\
1504 #       :c4=^Ad\r:c5=^Ae\r:c6=^Af\r:c7=^Ag\r:\
1505 #       :c8=^Ah\r:c9=^Ai\r:cA=^Aj\r:cB=^Ak\r:\
1506 #       :cC=^Al\r:cD=^Am\r:cE=^An\r:cF=^Ao\r:
1507 #       :PD=\EK:PU=\EJ:PN=\Ed#:PS=\EJ:DL=\ER:\
1508 # Comparison with the k* capabilities makes it obvious that the c* things are
1509 # shift keys.  I have renamed them to keys 32 and up accordingly -- esr)
1510 altos7|alt7|altos VII:\
1511         :am:mi:\
1512         :co#80:li#24:sg#0:\
1513         :*5=^Am\r:*8=^An\r:DL=\ER:FM=^A`\r:FN=^Aa\r:FO=^Ab\r:\
1514         :FP=^Ac\r:FQ=^Ad\r:FR=^Ae\r:FS=^Af\r:FT=^Ag\r:\
1515         :FU=^Ah\r:FV=^Ai\r:FW=^Aj\r:FX=^Ak\r:al=\EE:cd=\EY:\
1516         :ce=\ET:cl=\E+^^:cm=\E=%+ %+ :cr=^M:dc=\EW:do=^J:\
1517         :ei=\Er:ho=^^:im=\Eq:\
1518         :is=\E`\072\Ee(\EO\Ee6\Ec41\E~4\Ec21\Eu\E~2:k0=^AI\r:\
1519         :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
1520         :k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:kA=^AJ\r:\
1521         :kB=^AK\r:kC=^AL\r:kD=^AM\r:kE=^AN\r:kF=^AO\r:kb=^H:\
1522         :kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:mb=\EG2:md=\EGt:\
1523         :me=\EG0:mh=\EGp:mk=\EG1:mr=\EG4:nd=^L:nw=^M^J:\
1524         :se=\EG0:sf=^J:so=\EG4:sr=\Ej:ta=^I:ue=\EG0:up=^K:\
1525         :us=\EG8:
1526 altos7pc|alt7pc|altos PC VII:\
1527         :@7=\ET:tc=altos7:
1529 #### Hewlett-Packard (hp)
1531 #       Hewlett-Packard
1532 #       8000 Foothills Blvd 
1533 #       Roseville, CA 95747
1534 #       Vox: 1-(916)-785-4363   (Technical response line for VDTs)
1535 #            1-(800)-633-3600   (General customer support)
1538 # Generic HP terminal - this should (hopefully) work on any HP terminal.
1539 hpgeneric|hewlett-packar|hewlettpackard:\
1540         :am:da:db:mi:xs:\
1541         :co#80:li#24:lm#0:vt#6:\
1542         :al=\EL:bl=^G:cd=\EJ:ce=\EK:ch=\E&a%dC:cl=\EH\EJ:\
1543         :cm=\E&a%r%dc%dY:cr=^M:ct=\E3:cv=\E&a%dY:dc=\EP:\
1544         :dl=\EM:do=^J:ei=\ER:im=\EQ:kB=\Ei:kb=^H:le=^H:\
1545         :nd=\EC:se=\E&d@:sf=^J:so=\E&dJ:st=\E1:ta=^I:\
1546         :ue=\E&d@:up=\EA:us=\E&dD:
1548 hp110|hewlett-packard model 110 portable:\
1549         :li#16:\
1550         :tc=hpgeneric:
1552 hp+pfk+cr|hp function keys with CR:\
1553         :k1=\Ep\r:k2=\Eq\r:k3=\Er\r:k4=\Es\r:k5=\Et\r:\
1554         :k6=\Eu\r:k7=\Ev\r:k8=\Ew\r:
1556 hp+pfk-cr|hp function keys w/o CR:\
1557         :k1=\Ep:k2=\Eq:k3=\Er:k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:\
1558         :k8=\Ew:
1560 # The 2621s use the same keys for the arrows and function keys, 
1561 # but not separate escape sequences. These definitions allow the 
1562 # user to use those keys as arrow keys rather than as function 
1563 # keys.
1564 hp+pfk+arrows|hp alternate arrow definitions:\
1565         :k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:kF=\Er\r:kH=\Eq\r:\
1566         :kR=\Es\r:kd=\Ew\r:kh=\Ep\r:kl=\Eu\r:kr=\Ev\r:\
1567         :ku=\Et\r:
1569 hp+arrows|hp arrow definitions:\
1570         :kF=\ES:kH=\EF:kR=\ET:kd=\EB:kh=\Eh:kl=\ED:kr=\EC:\
1571         :ku=\EA:
1573 # Generic stuff from the HP 262x series
1575 hp262x:\
1576         :xs:\
1577         :cd=\EJ:dc=\EP:ip=:kA=\EL:kD=\EP:kE=\EK:kF=\ES:\
1578         :kI=\EQ:kL=\EM:kM=\ER:kN=\EU:kP=\EV:kR=\ET:kS=\EJ:\
1579         :kd=\EB:ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:ks=\E&s1A:\
1580         :ku=\EA:mb=\E&dA:me=\E&d@:mk=\E&dS:mr=\E&dB:\
1581         :..sa=\E&d%'@'%?%p1%t%'B'%|%;%?%p2%t%'D'%|%;%?%p3%t%'B'%|%;%?%p4%t%'A'%|%;%c:\
1582         :se=\E&d@:sf=\ES:so=\E&dB:ta=\011:ue=\E&d@:us=\E&dD:
1583 # Note: no "home" on HP's since that homes to top of memory, not screen.
1584 # Due to severe 2621 braindamage, the only way to get the arrow keys to
1585 # transmit anything at all is to turn on the function key labels
1586 # with smkx, and even then the user has to hold down shift!
1587 # The default 2621 turns off the labels except when it has to to 
1588 # enable the function keys. If your installation prefers labels 
1589 # on all the time, or off all the time (at the "expense" of the 
1590 # function keys) move the # 2621-nl or 2621-wl labels to the 
1591 # front using reorder.
1592 # Note: there are newer ROMs for 2621's that allow you to set 
1593 # strap A so the regular arrow keys xmit \EA, etc, as with the 
1594 # 2645. However, even with this strap set, the terminal stops 
1595 # xmitting if you reset it, until you unset and reset the strap!
1596 # Since there is no way to set/unset the strap with an escape 
1597 # sequence, we don't use it in the default.
1598 # If you like, you can use 2621-ba (braindmaged arrow keys).
1599 hp2621-ba|2621-ba|2621 w/new rom and strap A set:\
1600         :ke@:ks@:tc=hp+arrows:tc=hp2621:
1602 # 2621 with function labels. Most of the time they are off,
1603 # but inside vi, the function key labels appear. You have to
1604 # hold down shift to get them to xmit.
1605 hp2621|hp2621a|hp2621A|2621|2621a|2621A|hp2621-wl|2621-wl|hp 2621 w/labels:\
1606         :is=\E&jA\r:ke=\E&jA:tc=hp2621-fl:
1608 # 2621 with function labels.  Most of the time they are off,
1609 # but inside vi, the function key labels appear.  You have to
1610 # hold down shift to get them to xmit.
1611 hp2621-fl|2621-fl|hp 2621:\
1612         :xo:xs@:\
1613         :pb#19200:\
1614         :bt=\Ei:cm=\E&a%r%dc%dY:dc=\EP:ip=:is=\E&j@\r:\
1615         :ke=\E&j@:ks=\E&jB:me=\E&d@:se=\E&d@:so=\E&dD:\
1616         :ta=\011:ue=\E&d@:us=\E&dD:tc=hp+pfk+cr:tc=hpgeneric:
1618 # To use 2621p printer, setenv TERM=2621p, PRINTER=2612p
1619 hp2621p|2621p|2621P|hp 2621 with printer:\
1620         :pf=\E&p13C:po=\E&p11C:tc=hp2621:
1622 hp2621p-a|2621p-a|hp2621p with fn as arrows:\
1623         :tc=hp+pfk+arrows:tc=hp2621p:
1625 # hp2621 with k45 keyboard
1626 hp2621-k45|hp2621k45|2621k45|k45|hp 2621 with 45 keyboard:\
1627         :kb=^H:kd=\EB:ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:\
1628         :ks=\E&s1A:ku=\EA:tc=hp2621:
1630 # This terminal should be used at 4800 baud or less. It needs padding for
1631 # plain characters at 9600, I guessed at an appropriate cr delay.  It really
1632 # wants ^E/^F handshaking, but that doesn't work well even if you write
1633 # software to support it.
1634 hp2645|hp45|hp 264x series:\
1635         :pb#9600:\
1636         :cr=\r:kA=\EL:kD=\EP:kE=\EK:kF=\ES:kI=\EQ:kL=\EM:\
1637         :kM=\ER:kN=\EU:kP=\EV:kR=\ET:kS=\EJ:kT=\E1:kd=\EB:\
1638         :ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:ks=\E&s1A:kt=\E2:\
1639         :ku=\EA:mb=\E&dA:me=\E&d@:mh=\E&dH:mr=\E&dB:\
1640         :..sa=\E&d%'@'%?%p1%t%'B'%|%;%?%p2%t%'D'%|%;%?%p3%t%'B'%|%;%?%p4%t%'A'%|%;%?%p5%t%'H'%|%;%?%p6%t%'B'%|%;%c:\
1641         :us=\E&dD:tc=hpgeneric:
1643 # Hp 2624 B with 4 or 10 pages of memory.
1645 # Some assumptions are made with this entry. These settings are 
1646 # NOT set up by the initialization strings.
1648 # Port Configuration
1649 #       RecvPace=Xon/Xoff
1650 #       XmitPace=Xon/Xoff
1651 #       StripNulDel=Yes
1653 # Terminal Configuration
1654 #       InhHndShk=Yes
1655 #       InhDC2=Yes
1656 #       XmitFnctn(A)=No
1657 #       InhEolWrp=No
1659 # Note: the 2624 DOES have a true "home," believe it or not!
1661 # The 2624 has an "error line" to which messages can be sent. 
1662 # This is CLOSE to what is expected for a "status line". However,
1663 # after a message is sent to the "error line", the next carriage 
1664 # return is EATEN and the "error line" is turned back off again! 
1665 # So I guess we can't define hs, eslok, wsl, dsl, fsl, tsl
1667 # This entry supports emacs (and any other program that uses raw 
1668 # mode) at 4800 baud and less. I couldn't get the padding right 
1669 # for 9.6.
1671 hp2624|hp2624a|hp2624b|hp2624b-4p|2624-4p|2624|2624a|2624b|Hewlett Packard 2624 B:\
1672         :da:db:\
1673         :lm#96:\
1674         :vb=\E&w13F\200\200\200\200\E&w12F\200\200\200\200\E&w13F\200\200\200\200\E&w12F:tc=hp+labels:tc=scrhp:
1676 # These attributes are not set above:
1678 # civis, cmdch, cnorm, csr, cub, cud, cuf, cuu, cvvis, dch, dl, 
1679 # ech, eo, eslok, fsl, gn, hc, hd, hu, hz, ich, ich1, if, il, in,
1680 # indn, iprog, is2, is3, it, ka1, ka3, kb2, kc1, kc3, kclr, kf0, 
1681 # kf10, khts, km, ktbc, lf0, lf1, lf10, lf2, lf3, lf4, lf5, lf6, 
1682 # lf7, lf8, lf9, mc5p, os, pad, pfkey*, pfloc*, pfx*, prot, rc, 
1683 # rep, rin, rmcup, rmdc, rmm, rs2, rs3, sc, smcup, smdc, smm, tsl,
1684 # uc, ul, vt, wind, wsl, xenl, xmc, xsb, xt
1686 # not needed if tset is used:
1687 #       if=/usr/lib/tabset/std,
1689 # This hp2626 entry does not use any of the fancy windowing stuff 
1690 # of the 2626.
1692 # Indeed, terminfo does not yet handle such stuff. Since changing 
1693 # any window clears memory, it is probably not possible to use 
1694 # this for screen opt.
1696 # ed is incredibly slow most of the time - I am guessing at the 
1697 # exact padding. Since the terminal uses xoff/xon this is intended 
1698 # only for cost computation, so that the terminal will prefer el 
1699 # or even dl1 which is probably faster!
1701 # \ED\EJ\EC hack for ed from Ed Bradford - apparently ed is only 
1702 # extra slow # on the last line of the window. 
1704 # The padding probably should be changed.
1706 hp2626|hp2626a|hp2626p|2626|2626a|2626p|2626A|2626P|hp 2626:\
1707         :da:db:\
1708         :lm#0:pb#19200:\
1709         :SF=\E&r%dD:SR=\E&r%dU:cd=\ED\EJ\EC:ip=:is=\E&j@\r:tc=hp+pfk+cr:tc=hp+labels:tc=scrhp:
1711 # This entry is for sysline. It allocates a 23 line window with 
1712 # a 115 line workspace for regular use, and a 1 line window for 
1713 # the status line.
1715 # This assumes port 2 is being used.
1716 # Turn off horizontal line, Create ws #1 with 115 lines,
1717 # Create ws #2 with 1 line, Create window #1 lines 1-23,
1718 # Create window #2 lines 24-24, Attach cursor to workspace #1.
1719 # Note that this clears the tabs so it must be done by tset before
1720 # it sets the tabs.
1722 hp2626-s|2626-s|hp 2626 using only 23 lines:\
1723         :es:hs:\
1724         :li#23:\
1725         :fs=\E&d@\E&w7f2p1I\E&w4f1I:\
1726         :i1=\E&q3t0{0H \E&w0f115n1I \E&w0f1n2I\n\E&w2f1i0d0u22l0S \E&w2f2i0d23u23l0S \E&w7f2p1I \r:\
1727         :ts=\E&w7f2p2I\E&w4f2I\r\EK\E&a%p1%dC:tc=hp2626:
1728 # Force terminal back to 24 lines after being 23.
1730 hp2626-ns|2626-ns|hp 2626 using all 24 lines:\
1731         :i1=\E&q3t0{0H \E&w0f118n1I \E&w0f1n2I\n\E&w2f1i0d0u23l0S \E&w3f2I \E&w7f2p1I \r:tc=hp2626:
1732 # Various entries useful for small windows on 2626.
1734 hp2626-12|2626-12:\
1735         :li#12:\
1736         :tc=hp2626:
1737 hp2626-12x40|2626-12x40:\
1738         :co#40:li#12:\
1739         :tc=hp2626:
1740 hp2626-x40|2626-x40:\
1741         :co#40:\
1742         :tc=hp2626:
1743 hp2626-12-s|2626-12-s:\
1744         :li#11:\
1745         :tc=hp2626-s:
1746 # You should use this terminal at 4800 baud or less.
1748 hp2648|hp2648a|2648a|2648A|2648|HP 2648a graphics terminal:\
1749         :cl=\EH\EJ:cm=\E&a%r%dc%dY:dc=\EP:ip=:tc=hp2645:
1751 # 2640a doesn't have the Y cursor addressing feature, and C is 
1752 # memory relative instead of screen relative, as we need.
1754 hp2640a|2640a|hp 2640a:\
1755         :cm@:ke@:ks@:tc=hp2645:
1757 hp2640b|hp2644a|hp 264x series:\
1758         :ke@:ks@:tc=hp2645:
1760 # 2621 using all 48 lines of memory, only 24 visible at any time.  
1762 hp2621-48|48 line 2621:\
1763         :li#48:\
1764         :cm=\E&a%r%dc%dR:cv=\E&a%dR:ho=\EH:tc=hp2621:
1766 # 2621 with no labels ever. Also prevents vi delays on escape.
1768 hp2621-nl|hp 2621 with no labels:\
1769         :kd@:ke@:kh@:kl@:kr@:ks@:ku@:tc=hp2621-fl:
1771 # Needed for UCB ARPAVAX console, since lsi-11 expands tabs 
1772 # (wrong).
1774 hp2621-nt|hp 2621 w/no tabs:\
1775         :ta@:tc=hp2621:
1777 # The HP 150 terminal is a fairly vanilla HP terminal, with the 
1778 # clreol standout problem. It also has graphics capabilities and 
1779 # a touch screen, which we don't describe here.
1780 hp150|hewlett packard Model 150:\
1781         :tc=hp2622:
1783 # Hp 2382a terminals, "the little ones." They don't have any 
1784 # alternate character set support and sending out ^N/^O will 
1785 # leave the screen blank.
1786 hp2382a|hp2382|hewlett packard 2382a:\
1787         :da:db:\
1788         :lh#1:lm#48:\
1789         :ac@:ae@:as@:me=\E&d@:\
1790         :..pn=\E&f0a%p1%dk%p2%l%Pa%?%ga%t%ga%d%e1%;d0L%?%ga%!%t %;%p2%s:\
1791         :..sa=\E&d%{0}%Pa%?%p4%t%{1}%ga%+%Pa%;%?%p1%p3%|%p6%|%t%{2}%ga%+%Pa%;%?%p2%p6%|%t%{4}%ga%+%Pa%;%?%p1%p5%|%t%{8}%ga%+%Pa%;%?%p7%t%?%ga%ts%ga%'@'%+%e%'S'%;%e%?%ga%t%ga%'@'%+%e%'@'%;%;%c:tc=hp+labels:tc=scrhp:
1793 hp2621-a|hp2621a-a|2621-a|hp2621 with fn as arrows:\
1794         :tc=hp+pfk+arrows:tc=hp2621-fl:
1796 # newer hewlett packard terminals
1798 newhpkeyboard|generic entry for HP extended keyboard:\
1799         :kA=\EL:kB=\Ei:kC=\EJ:kD=\EP:kE=\EK:kF=\ET:kH=\EF:\
1800         :kI=\EQ:kL=\EM:kM=\ER:kN=\EU:kP=\EV:kR=\ES:kS=\EJ:\
1801         :kb=^H:kd=\EB:ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:\
1802         :ks=\E&s1A:ku=\EA:tc=hp+pfk-cr:
1804 newhp|generic entry for new hewlett packard terminals:\
1805         :am:bw:mi:xo:xs:\
1806         :co#80:li#24:pb#4800:\
1807         :ac=T1R!U2S"W3O#V4P$t5u6w7v8\072'9(LQKWlRkT5I3@2[MAJSmFjGdHQ;Y+Z*X\0724>q\\\054x.n/:\
1808         :ae=^O:al=\EL:as=^N:bl=^G:bt=\Ei:cd=\EJ:ce=\EK:cr=^M:\
1809         :ct=\E3:dc=\EP:dl=\EM:do=^J:ei=\ER:i1=\E&jB:im=\EQ:\
1810         :ip=:le=^H:mb=\E&dA:md=\E&dF:me=\E&d@\017:mh=\E&dH:\
1811         :mk=\E&dS:mr=\E&dB:nd=\EC:nw=^M^J:\
1812         :..pk=\E&f0a%p1%dk0d%p2%l%dL%p2%s:\
1813         :..pl=\E&f1a%p1%dk0d%p2%l%dL%p2%s:\
1814         :..px=\E&f2a%p1%dk0d%p2%l%dL%p2%s:r1=\Eg:\
1815         :..sa=\E&d%{0}%Pa%?%p4%t%{1}%ga%+%Pa%;%?%p1%p3%|%p6%|%t%{2}%ga%+%Pa%;%?%p2%p6%|%t%{4}%ga%+%Pa%;%?%p1%p5%|%t%{8}%ga%+%Pa%;%?%p7%t%?%ga%ts%ga%'@'%+%e%'S'%;%e%?%ga%t%ga%'@'%+%e%'@'%;%;%c%?%p9%t\016%e\017%;:\
1816         :se=\E&d@:sf=^J:so=\E&dJ:sr=\ET:st=\E1:ta=\011:\
1817         :ue=\E&d@:up=\EA:us=\E&dD:tc=newhpkeyboard:
1819 memhp|memory relative addressing for new HP ttys:\
1820         :vt#6:\
1821         :CM=\E&a%p1%dr%p2%dC:DO=\E&a+%dR:LE=\E&a-%dC:\
1822         :RI=\E&a+%dC:UP=\E&a-%dR:ch=\E&a%dC:cl=\EH\EJ:\
1823         :cm=\E&a%dr%dC:cv=\E&a%dR:ho=\EH:ll=\E&a23R\r:tc=newhp:
1825 scrhp|screen relative addressing for new HP ttys:\
1826         :CM=\E&a%p1%dr%p2%dC:DO=\E&a+%dR:LE=\E&a-%dC:\
1827         :RI=\E&a+%dC:UP=\E&a-%dR:ch=\E&a%dC:cl=\E&a0c0Y\EJ:\
1828         :cm=\E&a%dy%dC:cv=\E&a%dY:ho=\E&a0y0C:ll=\E&a0y0C\EA:tc=newhp:
1830 hp+labels|"standard" label info for new HP ttys:\
1831         :Nl#8:lh#2:lw#8:\
1832         :LO=\E&jB:\
1833         :..pn=\E&f2a%p1%dk%p2%l%Pa%?%ga%t%ga%d%e1%;d0L%?%ga%!%t %;%p2%s:
1835 hp+printer| "standard" printer info for HP ttys:\
1836         :ff=\E&p4u0C:pf=\E&p13C:po=\E&p11C:ps=\EH\E&p4dF:
1839 # The new hp2621b is kind of a cross between the old 2621 and the
1840 # new 262x series of machines. It has dip-switched options. 
1841 # The firmware has a bug in it such that if you give it a null 
1842 # length label, the following character is eaten!
1843 hp2621b|2621b|hp 2621b with old style keyboard:\
1844         :Nl#8:lh#1:lm#48:lw#8:\
1845         :LO=\E&jB:kF=\ET:kH=\EF:kR=\ES:kd=\EB:kh=\Eh:kl=\ED:\
1846         :kr=\EC:ku=\EA:\
1847         :..pn=\E&f0a%p1%dk%p2%l%Pa%?%ga%t%ga%d%e1%;d3L%?%ga%!%t%{32}%c%;%p2%s\E%'o'%p1%+%c\r:tc=hp2621:
1849 hp2621b-p|2621b-p|hp 2621b with printer:\
1850         :tc=hp+printer:tc=hp2621b:
1852 # hp2621b - new 2621b with new extended keyboard
1853 # these are closer to the new 26xx series than the other 2621b
1854 hp2621b-kx|2621b-kx|hp 2621b with extended keyboard:\
1855         :tc=newhpkeyboard:tc=hp2621b:
1857 hp2621b-kx-p|2621b-kx-p|hp 2621b with new keyboard & printer:\
1858         :tc=hp+printer:tc=hp2621b-kx:
1860 # Some assumptions are made in the following entries.
1861 # These settings are NOT set up by the initialization strings.
1863 #    Port Configuration
1864 # RecvPace=Xon/Xoff     XmitPace=Xon/Xoff       StripNulDel=Yes
1866 #    Terminal Configuration
1867 # InhHndShk(G)=Yes      InhDC2(H)=Yes
1868 # XmitFnctn(A)=No               InhEolWrp=No
1871 # Hp 2622a & hp2623a display and graphics terminals
1873 hp2622|hp2622a|2622|2622a|hp 2622:\
1874         :da:db:\
1875         :lm#0:pb#19200:\
1876         :is=\E&dj@\r:tc=hp+pfk+cr:tc=hp+labels:tc=scrhp:
1878 # The 2623 is a 2622 with extra graphics hardware.
1879 hp2623|hp2623a|2623|2623a|hp 2623:\
1880         :tc=hp2622:
1883 hp2624b-p|hp2624b-4p-p|hewlett packard 2624 B with printer:\
1884         :tc=hp+printer:tc=hp2624:
1886 # The hewlett packard B can have an optional extra 6 pages of 
1887 # memory.
1888 hp2624-10p|hp2624a-10p|hp2624b-10p|2624-10p|2624a-10p|2624b-10p|hewlett packard 2624 B w/ 10 pages of memory:\
1889         :lm#240:\
1890         :tc=hp2624:
1892 hp2624b-10p-p|hewlett packard 2624 B w/ extra memory & printer:\
1893         :lm#240:\
1894         :tc=hp2624b-p:
1896 # Color manipulations for HP terminals
1898 hp+color|hp with colors:\
1899         :cc:\
1900         :Co#16:NC#17:pa#7:\
1901         :..Ip=\E&v%?%p2%{1000}%=%t1%e.%p2%d%;a\n%?%p3%{1000}%=%t1%e.%p3%d%;b\n%?%p4%{1000}%=%t1%e.%p4%d%;c\n%?%p5%{1000}%=%t1%e.%p5%d%;x\n%?%p6%{1000}%=%t1%e.%p6%d%;y\n%?%p7%{1000}%=%t1%e.%p7%d%;z\n%p1%dI:\
1902         :oc=\E&v0m1a1b1c0I\E&v1a1I\E&v1b2I\E&v1a1b3I\E&v1c4I\E&v1a1c5I\E&v1b1c6I\E&v1x1y7I:\
1903         :op=\E&v0S:sp=\E&v%dS:
1905 # is2 set screen to be 80 columns wide
1906 hp2397a|2397a|hp2397|2397|hewlett packard 2397A color terminal:\
1907         :is=\E&w6f80X:tc=memhp:tc=hp+labels:tc=hp+color:
1909 #  HP 700/44 Setup parameters:  
1910 # Terminal Mode         HP-PCterm
1911 # Inhibit Auto Wrap     NO
1912 # Status Line           Host Writable
1913 # PC Character Set      YES
1914 # Twenty-Five Line Mode YES
1915 # XON/XOFF              @128 or 64 (sc)
1916 # Keycode Mode          NO   or YES (sc)
1917 # Backspace Key         BS or BS/DEL
1919 # is2   sets pcterm; autowrap; 25 lines; pc char set; prog DEL key; \E\\?
1920 # does not turn off keycode mode
1921 # smsc  sets alternate start/stop; keycode on
1923 hpansi|hp700|hewlett packard 700/44 in HP-PCterm mode:\
1924         :am:eo:xn:xo:\
1925         :co#80:li#25:\
1926         :@7=\E[4~:S4=\E[>11h\EPO**x0/65;1/67\E\\:\
1927         :S5=\E[>11l\EP1**x0/11;1/13\E[0m\E\\:XF=g:XN=e:\
1928         :ac=k\277l\332m\300j\331n\305w\302q\304u\264t\303v\301x\263:\
1929         :al=\E[L:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[2J\E[H:\
1930         :cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:do=\E[B:ei=:\
1931         :ho=\E[H:ic=\E[@:im=:\
1932         :is=\E[44"p\E[?7h\E[>10h\E[>12h\EP1;1|3/7F\E\\:\
1933         :k1=\E[17~:k2=\E[18~:k3=\E[19~:k4=\E[20~:k5=\E[21~:\
1934         :k6=\E[23~:k7=\E[24~:k8=\E[25~:k9=\E[26~:k;=\E[28~:\
1935         :kB=\E[Z:kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:kh=\E[1~:\
1936         :kl=\E[D:kr=\E[C:ku=\E[A:le=\E[D:nd=\E[C:se=\E[m:\
1937         :sf=^J:so=\E[7m:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:\
1938         :ve=\E[?25h:vi=\E[?25l:
1940 hp2392|2392|2393|239x series:\
1941         :co#80:\
1942         :bt=\Ei:cm=\E&a%dy%dC:cv=\E&a%dY:im=\EQ:k1=\Ep\r:\
1943         :k2=\Eq\r:k3=\Er\r:k4=\Es\r:k5=\Et\r:k6=\Eu\r:\
1944         :k7=\Ev\r:k8=\Ew\r:kF=\EU:kN=\Eu:kP=\Ev:kR=\EV:\
1945         :kh=\Eh:ue=\E&d@:us=\E&dD:tc=hpsub:
1947 2392nam|hp2392nam|HP 239x series with no auto margins:\
1948         :am@:\
1949         :tc=hp2392:
1951 hpsub|hp terminals -- capability subset:\
1952         :am:da:db:mi:xo:xs:\
1953         :li#24:\
1954         :al=\EL:bl=^G:cd=\EJ:ce=\EK:ch=\E&a%dC:cl=\EH\EJ:\
1955         :cr=^M:dc=\EP:dl=\EM:do=\EB:ei=\ER:\
1956         :if=/usr/lib/tabset/stdcrt:is=\E&s1A\E<\E&k0\\:kb=^H:\
1957         :kd=\EB:ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:ks=\E&s1A:\
1958         :ku=\EA:le=^H:nd=\EC:se=\E&d@:sf=^J:so=\E&dB:ta=^I:\
1959         :up=\EA:
1961 # HP 236 console
1962 # From: <ddavis@ic.berkeley.edu>
1963 hp236|hp236 internal terminal emulator:\
1964         :am:bs:\
1965         :co#80:li#24:\
1966         :al=\EG:ce=\EK:cl=\EF:cm=\EE%+ %+ :dc=\EJ:dl=\EH:ei=:\
1967         :ic=\EI:im=:se=\ECI:so=\EBI:up=^K:ve=\EDE:vs=\EDB:
1969 # This works on a hp300 console running Utah 4.3 BSD
1970 # From: Craig Leres <leres@okeeffe.berkeley.edu>
1971 hp300h|HP Catseye console:\
1972         :am:bs:da:db:mi:xs:\
1973         :co#128:li#51:lm#0:sg#0:\
1974         :al=\EL:bl=^G:bt=\Ei:cd=\EJ:ce=\EK:ch=\E&a%dC:\
1975         :cl=\E&a0y0C\EJ:cm=\E&a%dy%dC:cr=^M:ct=\E3:\
1976         :cv=\E&a%dY:dc=\EP:dl=\EM:do=\EB:ei=\ER:\
1977         :if=/usr/share/tabset/stdcrt:im=\EQ:kb=^H:kd=\EB:\
1978         :ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:ks=\E&s1A:ku=\EA:\
1979         :le=^H:me=\E&d@:nd=\EC:se=\E&d@:sf=^J:so=\E&dB:ta=^I:\
1980         :ue=\E&d@:up=\EA:us=\E&dD:
1981 # From: Greg Couch <gregc@ernie.berkeley.edu>
1982 # (hp9837: removed obsolete ":ko=ce,cd,al,im,dl,dc:";
1983 # mapped ":pt:" to ":it#8:" -- esr)
1984 hp9837|hp98720|hp98721|HP 9000/300 workstations:\
1985         :am:bs:da:db:mi:pt:xs:\
1986         :co#128:it#8:li#46:lm#0:\
1987         :al=\EL:bl=^G:bt=\Ei:cd=\EJ:ce=\EK:ch=\E&a%dC:\
1988         :cl=\E&a0y0C\EJ:cm=\E&a%dy%dC:ct=\E3:cv=\E&a%dY:\
1989         :dc=\EP:dl=\EM:do=\EB:ei=\ER:im=\EQ:is=\E&v0m1b0i&j@:\
1990         :kN=\EU:kP=\EV:kb=^H:kd=\EB:ke=\E&s0A:kh=\Eh:kl=\ED:\
1991         :kr=\EC:ks=\E&s1A:ku=\EA:le=^H:me=\E&d@:nd=\EC:\
1992         :se=\E&v0S:sf=^J:so=\E&v5S:st=\E1:ue=\E&d@:up=\EA:\
1993         :us=\E&dD:
1994 # From: Charles A. Finnell of MITRE <finnell@mitre.org>, developed 07SEP90
1995 # (hp98550: removed obsolete ":kn#12:ko=al,cd,ce,ct,dc,dl,do,ei,im,nd,st,up:";
1996 # mapped ":pt:" to ":it#8:" -- esr)
1997 hp98550|hp98550a|HP 9000 Series 300 color console:\
1998         :am:bs:da:db:mi:pt:xs:\
1999         :co#128:it#8:li#49:lm#0:\
2000         :ae=^O:al=\EL:as=^N:bl=^G:bt=\Ei:cd=\EJ:ce=\EK:\
2001         :ch=\E&a%dC:cl=\EH\EJ:cm=\E&a%dy%dC:cr=^M:ct=\E3:\
2002         :cv=\E&a%dY:dc=\EP:dl=\EM:do=^J:ei=\ER:\
2003         :if=/usr/share/tabset/9837:im=\EQ:k1=\Ep:k2=\Eq:\
2004         :k3=\Er:k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:kA=\EL:\
2005         :kC=\EJ:kD=\EP:kE=\EK:kF=\ES:kH=\EF:kI=\EQ:kL=\EM:\
2006         :kM=\ER:kN=\EU:kP=\EV:kR=\ET:kS=\EJ:kT=\E1:ka=\E3:\
2007         :kb=^H:kd=\EB:ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:\
2008         :ks=\E&s1A:kt=\E2:ku=\EA:le=^H:mb=\E&dA:md=\E&dJ:\
2009         :me=\E&d@:mh=\E&dH:mk=\E&ds:mr=\E&dJ:nd=\EC:se=\E&d@:\
2010         :sf=^J:so=\E&dJ:st=\E1:ta=^I:ue=\E&d@:up=\EA:\
2011         :us=\E&dD:ve=\E*dQ:vi=\E*dR:
2012 # From: Victor Duchovni <vic@fine.princeton.edu>
2013 # (hp700-wy: removed obsolete ":ko=cl,ho,ce,bt,ta,im,ei,ce,cd:nl=^J:";
2014 # mapped ":pt:" to ":it#8:" -- esr)
2015 hp700-wy|HP700/41 emulating wyse30:\
2016         :am:bs:bw:mi:ms:pt:\
2017         :co#80:it#8:li#24:sg#1:ug#1:\
2018         :al=0.7*\EE:bl=^G:bt=\EI:cd=\EY:ce=10\ET:cl=^Z:\
2019         :cm=\E=%+ %+ :cr=^M:ct=\E0:cv=\E[%+ :dc=\EW:dl=\ER:\
2020         :do=^V:ei=\Er:ho=^^:if=/usr/share/tabset/hp700-wy:\
2021         :im=\Eq:is=\E~"\EC\Er\E(\EG0\003\E`9\E`1:kb=\177:\
2022         :kd=^V:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:ll=^^^K:nd=^L:\
2023         :rs=\E~"\EC\Er\E(\EG0\003\E`9\E`1:se=10\EG0:\
2024         :so=10\EG4:sr=\Ej:st=\E1:ue=10\EG0:up=^K:us=10\EG8:
2025 hp70092|70092a|70092A|hp70092a|hp70092A|Hewlett-Packard 70092:\
2026         :am:da:db:xs:\
2027         :Nl#8:co#80:lh#2:li#24:lm#0:lw#8:\
2028         :LF=\E&j@:LO=\E&jB:ae=^O:al=\EL:as=^N:bl=^G:bt=\Ei:\
2029         :ce=\EK:ch=\E&a%dC:cl=\E&a0y0C\EJ:cm=\E&a%dy%dC:\
2030         :cr=^M:ct=\E3:cv=\E&a%dY:dc=\EP:dl=\EM:do=\EB:ei=\ER:\
2031         :im=\EQ:k1=\Ep:k2=\Eq:k3=\Er:k4=\Es:k5=\Et:k6=\Eu:\
2032         :k7=\Ev:k8=\Ew:kA=\EL:kC=\EJ:kD=\EP:kE=\EK:kF=\ES:\
2033         :kH=\EF:kI=\EQ:kL=\EM:kM=\ER:kN=\EU:kP=\EV:kR=\ET:\
2034         :kS=\EJ:kT=\E1:ka=\E3:kb=^H:kd=\EB:ke=\E&s0A:kh=\Eh:\
2035         :kl=\ED:kr=\EC:ks=\E&s1A:kt=\E2:ku=\EA:le=^H:\
2036         :mb=\E&dA:md=\E&dB:me=\E&d@:mh=\E&dH:mr=\E&dB:nd=\EC:\
2037         :se=\E&d@:so=\E&dJ:sr=\ET:st=\E1:ta=^I:ue=\E&d@:\
2038         :up=\EA:us=\E&dD:
2040 bobcat|sbobcat|HP 9000 model 300 console:\
2041         :am:da:db:mi:xs:\
2042         :co#128:it#8:li#47:sg#0:\
2043         :al=10*\EL:bt=\Ei:cd=\EJ:ce=\EK:ch=6\E&a%dC:\
2044         :cl=\EH\EJ:cm=6\E&a%dy%dC:cr=^M:cv=6\E&a%dY:dc=\EP:\
2045         :dl=10*\EM:do=\EB:ei=\ER:im=\EQ:kb=^H:kd=\EB:\
2046         :ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:ks=\E&s1A:ku=\EA:\
2047         :le=^H:nd=\EC:nw=^M^J:se=\E&d@:sf=^J:so=\E&dB:ta=^I:\
2048         :ue=\E&d@:up=\EA:us=\E&dD:
2049 gator-t|HP 9000 model 237 emulating extra-tall AAA:\
2050         :bw:km:mi:ul:\
2051         :co#128:it#8:li#94:\
2052         :AL=1*\E[%dL:DC=4\E[%dP:DL=1*\E[%dM:IC=4\E[%d@:\
2053         :al=\E[L:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:ch=\E[%i%d`:\
2054         :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:\
2055         :do=^J:ei=:ho=\E[H:ic=\E[@:im=:kb=^H:kd=^J:kl=^H:\
2056         :le=^H:me=\E[m:mr=\E[7m:nd=\E[C:nw=^M^J:\
2057         :..rp=%.\E[%db:se=\E[m:so=\E[7m:ta=^I:ue=\E[m:up=\EM:\
2058         :us=\E[4m:
2059 gator|HP 9000 model 237 emulating AAA:\
2060         :bw:km:mi:ul:\
2061         :co#128:it#8:li#47:\
2062         :AL=1*\E[%dL:DC=4\E[%dP:DL=1*\E[%dM:IC=4\E[%d@:\
2063         :al=\E[L:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:ch=\E[%i%d`:\
2064         :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:\
2065         :do=^J:ei=:ho=\E[H:ic=\E[@:im=:kb=^H:kd=^J:kl=^H:\
2066         :le=^H:me=\E[m:mr=\E[7m:nd=\E[C:nw=^M^J:\
2067         :..rp=%.\E[%db:se=\E[m:so=\E[7m:ta=^I:ue=\E[m:up=\EM:\
2068         :us=\E[4m:
2069 gator-52|HP 9000 model 237 emulating VT52:\
2070         :co#128:it#8:li#47:\
2071         :bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:..cm=\EY%+ %+ :cr=^M:\
2072         :do=^J:ho=\EH:kb=^H:kd=\EB:kl=\ED:kr=\EC:ku=\EA:\
2073         :le=^H:nd=\EC:nw=^M^J:sr=\EI:ta=^I:up=\EA:
2074 gator-52t|HP 9000 model 237 emulating extra-tall VT52:\
2075         :co#128:it#8:li#94:\
2076         :bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:..cm=\EY%+ %+ :cr=^M:\
2077         :do=^J:ho=\EH:kb=^H:kd=\EB:kl=\ED:kr=\EC:ku=\EA:\
2078         :le=^H:nd=\EC:nw=^M^J:sr=\EI:ta=^I:up=\EA:
2080 #### Honeywell-Bull
2082 # From: Michael Haardt <michael@gandalf.moria> 11 Jan 93
2085 # Honeywell Bull terminal.  Its cursor and function keys send single
2086 # control characters and it has standout/underline glitch.  Most programs
2087 # do not like these features/bugs.  This is a dumb mode for this terminal.
2088 # Visual bell is realized by flashing the "keyboard locked" LED.
2089 dku7003-dumb|Honeywell Bull DKU 7003, dumb mode:\
2090         :co#80:li#25:\
2091         :cd=^_:ce=\E[K:cl=^]^_:cm=\E[%i%d;%dH:cr=^M:do=^K:\
2092         :ho=^]:kb=^H:kd=^K:kh=^]:kl=^Y:kr=^X:ku=^Z:le=^Y:\
2093         :nd=^X:nw=^M^J:sf=^J:ta=^I:up=^Z:vb=\E[2h\E[2l:
2094 # Honeywell Bull terminal.  Its cursor and function keys send single
2095 # control characters and it has standout/underline glitch.  Most programs
2096 # do not like these features/bugs.  The following entry may cause problems
2097 # with some programs.  Visual bell is realized by flashing the "keyboard 
2098 # locked" LED.
2099 dku7003|Honeywell Bull DKU 7003, all features described:\
2100         :ms:\
2101         :co#80:li#25:sg#1:ug#1:\
2102         :cd=^_:ce=\E[K:cl=^]^_:cm=\E[%i%d;%dH:cr=^M:do=^K:\
2103         :ho=^]:kb=^H:kd=^K:kh=^]:kl=^Y:kr=^X:ku=^Z:le=^Y:\
2104         :mb=\E[5m:md=\E[7m:me=\E[0m:mh=\E[2m:mr=\E[7m:nd=^X:\
2105         :nw=^M^J:se=\E[0m:sf=^J:so=\E[7m:ta=^I:ue=\E[0m:\
2106         :up=^Z:us=\E[4m:vb=\E[2h\E[2l:
2108 #### Lear-Siegler (adm)
2110 # These guys are long since out of the terminals business, but
2111 # in 1995 many current terminals still have an adm type as one of their
2112 # emulations (usually their stupidest, and usually labelled adm3, though
2113 # these `adm3' emulations normally have adm3a+ capabilities).
2116 adm1a|adm1|lsi adm1a:\
2117         :am:\
2118         :co#80:li#24:\
2119         :bl=^G:cl=\E;:cm=\E=%+ %+ :cr=^M:do=^J:ho=^^:le=^H:\
2120         :nd=^L:sf=^J:up=^K:
2121 adm2|lsi adm2:\
2122         :am:bs:\
2123         :co#80:li#24:\
2124         :al=\EE:bl=^G:cd=\EY:ce=\ET:cl=\E;:cm=\E=%+ %+ :\
2125         :cr=^M:dc=\EW:dl=\ER:do=^J:ei=:ho=^^:ic=\EQ:im=:\
2126         :kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:nd=^L:sf=^J:\
2127         :up=^K:
2128 # (adm3: removed obsolete ":ma=^K^P:" -- esr)
2129 adm3|lsi adm3:\
2130         :am:bs:\
2131         :co#80:li#24:\
2132         :bl=^G:cl=^Z:cr=^M:do=^J:le=^H:sf=^J:
2133 # The following ADM-3A switch settings are assumed for normal operation:
2134 #       SPACE           U/L_DISP        CLR_SCRN        24_LINE
2135 #       CUR_CTL         LC_EN           AUTO_NL         FDX
2136 # Other switches may be set for operator convenience or communication
2137 # requirements.  I recommend
2138 #       DISABLE_KB_LOCK LOCAL_OFF       103             202_OFF
2139 #       ETX_OFF         EOT_OFF
2140 # (adm3a: removed obsolete ":ma=^K^P:" -- esr)
2141 adm3a|lsi adm3a:\
2142         :am:bs:\
2143         :co#80:li#24:\
2144         :bl=^G:cl=\032:cm=\E=%+ %+ :cr=^M:do=^J:ho=^^:le=^H:\
2145         :nd=^L:sf=^J:up=^K:
2146 adm3a+|adm3aplus:\
2147         :kd=^J:kl=^H:kr=^L:ku=^K:tc=adm3a:
2148 # (adm5: removed obsolete ":ma=^Hh^Jj^Kk^Ll^^H:" & duplicate ":do+^J:" -- esr)
2149 adm5|lsi adm5:\
2150         :sg#1:\
2151         :bl=^G:cd=\EY:ce=\ET:cr=^M:do=^J:kb=^H:kh=^^:se=\EG:\
2152         :so=\EG:tc=adm3a+:
2153 # From: <stephen%comp.lancs.ac.uk@ucl-cs.arpa>
2154 # (adm11: removed obsolete ":ma=^Hh^Jj^Kk^Ll^^H:" -- esr)
2155 adm11|lsi adm11:\
2156         :am:bs:hs:\
2157         :co#80:li#24:\
2158         :bl=^G:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :cr=^M:do=^J:\
2159         :ds=\Eh:fs=\E(\r:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:\
2160         :nd=^L:se=\E(:so=\E):ts=\EF\E):up=^K:
2161 # From: Andrew Scott Beals <bandy@lll-crg.ARPA>
2162 # Corrected by Olaf Siebert <rhialto@polder.ubc.kun.nl>, 11 May 1995
2163 # (adm12: removed obsolete ":kn:ma=j^Jk^P^K^Pl ^R^L^L :" -- esr)
2164 adm12|lsi adm12:\
2165         :am:bs:mi:\
2166         :co#80:li#24:\
2167         :al=\EE:bl=^G:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :cr=^M:\
2168         :dc=\EW:dl=\ER:do=^J:ei=\Er:ho=^^:im=\Eq:is=\Eq:\
2169         :k0=^A0\r:k1=^A1\r:k2=^A2\r:k3=^A3\r:k4=^A4\r:\
2170         :k5=^A5\r:k6=^A6\r:k7=^A7\r:k8=^A8\r:k9=^A9\r:kd=^J:\
2171         :kl=^H:kr=^L:ku=^K:le=^H:mk=\EG1:nd=^L:se=\EG0:\
2172         :so=\EG4:ue=\EG0:up=^K:us=\EG8:
2173 # (adm20: removed obsolete ":kn#7:"; mapped ":pt:" to ":it#8:" -- esr)
2174 adm20|lear siegler adm20:\
2175         :am:bs:pt:\
2176         :co#80:it#8:li#24:\
2177         :al=\EE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=^Z:\
2178         :cm=\E=%i%r%+^_%+^_:cr=^M:dc=\EW:dl=\ER:ei=:ho=^^:\
2179         :ic=\EQ:im=:k1=^A:k2=^B:k3=^W:k4=^D:k5=^E:k6=^X:\
2180         :k7=^Z:nd=^L:se=\E(:so=\E):up=^K:
2181 adm21|lear siegler adm21:\
2182         :sg#1:ug#1:\
2183         :al=30*\EE:bl=^G:cd=\EY:ce=\ET:cr=^M:dc=\EW:\
2184         :dl=30*\ER:do=^J:ei=:ic=\EQ:im=:kb=^H:kd=^J:kh=^^:\
2185         :kl=^H:kr=^L:ku=^K:se=\EG0:sf=^J:so=\EG4:ue=\EG0:\
2186         :us=\EG8:tc=adm3a:
2187 # (adm22: ":em=:" was an obvious typo for ":ei=:"; also,
2188 # removed obsolete ":kn#7:ko=ho:ma=j^Jk^P^K^Pl ^R^L^L :" -- esr)
2189 adm22|lsi adm22:\
2190         :am:bs:\
2191         :co#80:li#24:\
2192         :al=\EE:bl=^G:bt=\EI:cd=\Ey:ce=\Et:cl=\E+:\
2193         :cm=\200\E=%+ %+ :cr=^M:dc=\EW:dl=\ER:do=^J:ei=:\
2194         :ho=^^:ic=\EQ:im=:\
2195         :is=\E%\014\014\014\016\003\200\003\002\003\002\200\200\200\200\200\200\200\200\200\200\200:\
2196         :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
2197         :k6=^AE\r:k7=^AF\r:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:\
2198         :ku=^K:l1=F1:l2=F2:l3=F3:l4=F4:l5=F5:l6=F6:l7=F7:\
2199         :nd=^L:se=\E(:so=\E):ta=\Ei:up=^K:
2200 # If the adm31 gives you trouble with standout mode, check the DIP switch in
2201 # position 6, bank @c11, 25% from back end of the circuit board.  Should be
2202 # OFF.  If there is no such switch, you have an old adm31 and must use oadm31.
2203 # (adm31: removed obsolete ":ma=j^Jk^P^K^Pl ^R^L^L :" -- esr)
2204 adm31|lsi adm31:\
2205         :am:bs:mi:\
2206         :co#80:li#24:\
2207         :al=\EE:bl=^G:cd=\EY:ce=\ET:cl=\E*:cm=\E=%+ %+ :\
2208         :cr=^M:dc=\EW:dl=\ER:do=^J:ei=\Er:ho=^^:im=\Eq:\
2209         :is=\Eu\E0:k0=^A0\r:k1=^A1\r:k2=^A2\r:k3=^A3\r:\
2210         :k4=^A4\r:k5=^A5\r:k6=^A6\r:k7=^A7\r:k8=^A8\r:\
2211         :k9=^A9\r:kd=^J:kl=^H:kr=^L:ku=^K:le=^H:nd=^L:\
2212         :se=\EG0:sf=^J:so=\EG1:ue=\EG0:up=^K:us=\EG1:
2213 oadm31|o31|old adm31:\
2214         :so=\EG4:ue@:us@:tc=adm31:
2215 # ADM36 in native mode (not VT52 emulation mode)
2216 adm36|lsi adm36:\
2217         :am:mi:\
2218         :co#80:li#24:\
2219         :al=\E[1L:cd=\E[0J:ce=\E[0K:cl=\E[H\E[2J:\
2220         :cm=\E[%i%d;%dH:dl=\E[1M:ei=\E[4l:im=\E[4h:\
2221         :is=\E[6;?7h\E[4;20;?1;?3;?6;?4l\E(B\E)B\E>:kd=\EB:\
2222         :kl=\ED:kr=\EC:ku=\E[A:le=^H:nd=\E[D:up=\E[A:
2223 # (adm42: removed obsolete ":ma=^K^P:" -- esr)
2224 adm42|lsi adm42:\
2225         :am:bs:\
2226         :co#80:li#24:\
2227         :al=\EE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E;:\
2228         :cm=\E=%+ %+ :cr=^M:dc=\EW:dl=\ER:do=^J:ei=\Er:\
2229         :im=\Eq:ip=:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:\
2230         :nd=^L:pc=\177:se=\EG0:sf=^J:so=\EG4:ta=^I:up=^K:\
2231         :vs=\EC\E3 \E3(:
2232 # The following termcap for the Lear Siegler ADM-42 leaves the 
2233 # "system line" at the bottom of the screen blank (for those who 
2234 # find it distracting otherwise)
2235 adm42-nl|lsi adm-42 with no system line:\
2236         :al=\EE\EF \011:bt=\EI\EF \011:cd=\EY\EF \011:\
2237         :ce=\ET\EF \011:cl=\E;\EF \011:cm=\E=%+ %+ \EF \011:\
2238         :dc=\EW\EF \011:dl=\ER\EF \011:ei=\Er\EF \011:\
2239         :im=\Eq\EF \011:tc=adm42:
2241 #### Prime
2243 # Yes, Prime makes terminals.  These entries were posted by Kevin J. Cummings
2244 # <cummings@primerd.Prime.COM> on 14 Dec 1992 and lightly edited by esr.
2246 pt100|pt200|wren|fenix|prime pt100/pt200:\
2247         :am:bw:mi:ms:\
2248         :co#80:it#8:li#24:\
2249         :DC=\E[%dP:DL=\E[M:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:\
2250         :UP=\E[%dA:al=\E[L\E[t:bt=\E[Z:cd=\E[J\E[r:\
2251         :ce=\E[K\E[t:cl=\E?:cm=\E0%+!%+!:cr=^M:dc=\E[P:\
2252         :do=\ED:ei=\E[4l:ho=\E$B:im=\E[4h:kb=^H:kd=\E[B:\
2253         :ke=\E[>13l:kh=\E$A:kl=\E[D:kr=\E[C:ks=\E[>13h:\
2254         :ku=\E[A:le=^H:nd=\E[C:nw=^M^J:se=\E[m:sf=^J:\
2255         :so=\E[2;7m:ta=^I:\
2256         :ti=\E[>1l\E[>2l\E[>16l\E[4l\E[>9l\E[20l\E[>3l\E[>7h\E[>12l\E[1Q:\
2257         :ue=\E[m:up=\EM:us=\E[4m:\
2258         :vb=\E$E\200\200\200\200\200\200\200\200\200\200\200\200\200\200\E$P:
2259 pt100w|pt200w|wrenw|fenixw|prime pt100/pt200 in 132-column mode:\
2260         :co#132:\
2261         :cm=\E[%i%d;%dH:tc=pt100:
2262 pt250|Prime PT250:\
2263         :so@:tc=pt100:
2264 pt250w|Prime PT250 in 132-column mode:\
2265         :so@:tc=pt100w:
2267 #### Qume (qvt)
2269 #       Qume, Inc.
2270 #       3475-A North 1st Street
2271 #       San Jose CA 95134
2272 #       Vox: (800)-457-4447
2273 #       Fax: (408)-473-1510
2274 #       Net: josed@techsupp.wyse.com (Jose D'Oliveira)
2276 # Qume was bought by Wyse, but still (as of early 1995) has its own support
2277 # group and production division.
2279 # Discontinued Qume models:
2281 # The qvt101 and qvt102 listed here are long obsolete; so is the qvt101+
2282 # built to replace them, and a qvt119+ which was a 101+ with available wide
2283 # mode (132 columns).  There was a qvt103 which added vt100/vt131 emulations
2284 # and an ANSI-compatible qvt203 that replaced it.  Qume started producing
2285 # ANSI-compatible terminals with the qvt323 and qvt61.
2287 # Current Qume models (as of February 1995):
2289 # All current Qume terminals have ANSI-compatible operation modes.
2290 # Qume is still producing the qvt62, which features emulations for other
2291 # popular lines such as ADDS, and dual-host capabilities.  The qvt82 is
2292 # designed for use as a SCO ANSI terminal.  The qvt70 is a color terminal
2293 # with many emulatioms including Wyse370, Wyse 325, etc.  Their newest
2294 # model is the qvt520, which is vt420-compatible.
2296 # There are some ancient printing Qume terminals under `Daisy Wheel Printers'
2298 qvt101|qvt108|qume qvt 101 and QVT 108:\
2299         :sg#1:\
2300         :se=\EG0:so=\EG4:tc=qvt101+:
2301 qvt101+|qvt101p|qume qvt 101 PLUS product:\
2302         :am:bw:hs:ul:\
2303         :co#80:li#24:sg#0:\
2304         :al=\EE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=^Z:\
2305         :cm=\E=%+ %+ :cr=^M:ct=\E3:dc=\EW:dl=\ER:do=^J:\
2306         :ds=\Eg\Ef\r:ei=:fs=^M:ho=^^:ic=\EQ:im=:k1=^A@\r:\
2307         :k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
2308         :k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:kA=\EE:kB=\EI:\
2309         :kE=\ET:kI=\EQ:kL=\ER:kS=\EY:kb=^H:kd=^J:kh=^^:kl=^H:\
2310         :kr=^L:ku=^K:le=^H:nd=^L:pf=\EA:po=\E@:se=\E(:sf=^J:\
2311         :so=\E0P\E):st=\E1:ta=^I:ts=\Eg\Ef:ue=\EG0:up=^K:\
2312         :us=\EG8:vb=\Eb\Ed:ve=\E.4:vs=\E.2:
2313 qvt102|qume qvt 102 product:\
2314         :ve=\E.:tc=qvt101:
2315 qvt103|qume qvt 103:\
2316         :am:xn:xo:\
2317         :co#80:it#8:li#24:vt#3:\
2318         :DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:bl=^G:\
2319         :cd=\E[J:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:\
2320         :cs=\E[%i%d;%dr:ct=\E[3g:do=^J:ho=\E[H:k1=\EOP:\
2321         :k2=\EOQ:k3=\EOR:k4=\EOS:kb=^H:kd=\EOB:ke=\E[?1l\E>:\
2322         :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:\
2323         :md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:\
2324         :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\
2325         :..sa=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m:\
2326         :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
2327         :ue=\E[m:up=\E[A:us=\E[4m:
2328 qvt103-w|qume qvt103 132 cols:\
2329         :co#132:li#24:\
2330         :r2=\E>\E[?3h\E[?4l\E[?5l\E[?8h:tc=qvt103:
2331 qvt119+|qvt119p|qvt119|qume qvt 119 and 119PLUS terminals:\
2332         :am:hs:mi:ms:\
2333         :co#80:li#24:sg#0:\
2334         :al=\EE:bl=^G:bt=\EI:cd=\Ey:ce=\Et:cl=\E*1:\
2335         :cm=\E=%+ %+ :cr=^M:ct=\E3:dc=\EW:dl=\ER:do=^J:\
2336         :ds=\Eg\Ef\r:ei=\Er:fs=^M:ho=^^:im=\Eq:\
2337         :is=\EDF\EC\EG0\Er\E(\E%EX:k0=^AI\r:k1=^A@\r:\
2338         :k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
2339         :k7=^AF\r:k8=^AG\r:k9=^AH\r:kb=^H:kd=^J:kh=^^:kl=^H:\
2340         :kr=^L:ku=^K:le=^H:nd=^L:pf=\EA:po=\E@:se=\EG0:sf=^J:\
2341         :so=\EG4:sr=\EJ:st=\E1:ta=^I:ts=\Eg\Ef:ue=\EG0:up=^K:\
2342         :us=\EG8:vb=\En0\En1:ve=\E.4:vs=\E.2:
2343 qvt119+-25|qvt119p-25|QVT 119 PLUS with 25 data lines:\
2344         :li#25:\
2345         :tc=qvt119+:
2346 qvt119+-w|qvt119p-w|qvt119-w|QVT 119 and 119 PLUS in 132 column mode:\
2347         :co#132:\
2348         :is=\EDF\EC\EG0\Er\E(\E%\EX\En4:tc=qvt119+:
2349 qvt119+-25-w|qvt119p-25-w|qvt119-25-w|QVT 119 and 119 PLUS 132 by 25:\
2350         :li#25:\
2351         :tc=qvt119+:
2352 qvt203|qvt203+|qume qvt 203 Plus:\
2353         :am:xn:xo:\
2354         :co#80:it#8:li#24:vt#3:\
2355         :DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:al=\E[L:\
2356         :bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:\
2357         :cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:\
2358         :ei=\E[4l:ho=\E[H:im=\E[4h:ip=:k0=\E[29~:k1=\E[17~:\
2359         :k2=\E[18~:k3=\E[19~:k4=\E[20~:k5=\E[21~:k6=\E[23~:\
2360         :k7=\E[24~:k8=\E[25~:k9=\E[28~:kb=^H:kd=\EOB:\
2361         :ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:\
2362         :le=^H:mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:\
2363         :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\
2364         :..sa=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m:\
2365         :sc=\E7:se=\E[m:sf=\n:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
2366         :ue=\E[m:up=\E[A:us=\E[4m:
2367 qvt203-w|qvt203-w-am|qume qvt 203 PLUS in 132 cols (w/advanced video):\
2368         :co#132:li#24:\
2369         :r2=\E>\E[?3h\E[?4l\E[?5l\E[?8h:tc=qvt203:
2371 #       Since a command is present for enabling 25 data lines,
2372 #       a specific terminfo entry may be generated for the 203.
2373 #       If one is desired for the QVT 119 PLUS then 25 lines must
2374 #       be selected in the status line (setup line 9).
2376 qvt203-25|QVT 203 PLUS with 25 by 80 column mode:\
2377         :co#80:li#25:\
2378         :is=\E[=40h\E[?3l:tc=qvt203:
2379 qvt203-25-w|QVT 203 PLUS with 25 by 132 columns:\
2380         :co#132:li#25:\
2381         :r2=\E[?3h\E[=40h:tc=qvt203:
2383 #### Televideo (tvi)
2385 #       TeleVideo
2386 #       550 East Brokaw Road
2387 #       PO Box 49048    95161
2388 #       San Jose CA 95112
2389 #       Vox: (408)-954-8333
2390 #       Fax: (408)-954-0623
2393 # There are some tvi terminals that require incredible amounts of padding and
2394 # some that don't.  I'm assuming 912 and 920 are the old slow ones,
2395 # and 912b, 912c, 920b, 920c are the new ones that don't need padding.
2397 # All of these terminals (912 to 970 and the tvipt) are discontinued.  Newer
2398 # Televideo terminals are ANSI and PC-ANSI compatible.
2400 tvi803|televideo 803:\
2401         :cl=\E*:tc=tvi950:
2403 # Vanilla tvi910 -- W. Gish <cswarren@violet> 10/29/86
2404 # (tvi910: removed obsolete ":ma=^Kk^Ll^R^L:";
2405 # mapped ":pt:" to ":it#8:"; added ":ug#0:" for terminfo translation;
2406 # added khome, cub1, cud1, ind, hpa, vpa, am, msgr from SCO entry -- esr)
2407 tvi910|televideo model 910:\
2408         :am:bs:ms:pt:\
2409         :co#80:it#8:li#24:sg#1:ug#0:\
2410         :bl=^G:bt=\EI:cd=\EY:ce=\ET:ch=\E]%+ :cl=^Z:\
2411         :cm=\E=%+ %+ :cr=^M:cv=\E[%+ :do=^J:ho=\E=\001\001:\
2412         :if=/usr/share/tabset/stdcrt:k0=^AI\r:k1=^A@\r:\
2413         :k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
2414         :k7=^AF\r:k8=^AG\r:k9=^AH\r:kb=^H:kd=^J:kh=^^:kl=^H:\
2415         :kr=^L:ku=^K:le=^H:nd=^L:se=\EG0:sf=^J:so=\EG4:\
2416         :ue=\EG0:up=^K:us=\EG8:
2417 # From: Alan R. Rogers <rogers%albany@csnet-relay>
2418 # as subsequently hacked over by someone at SCO
2419 # (tvi910+: removed obsolete ":ma=^K^P^L :"; mapped ":pt:" to ":it#8:";
2420 # added ":ug#0:" for terminfo translation -- esr)
2421 tvi910+|910+|televideo 910+:\
2422         :am:bs:ms:pt:\
2423         :co#80:it#8:li#24:sg#1:ug#0:\
2424         :al=\EE:bl=^G:bt=\EI:cd=\EY:ce=\ET:ch=\E]%+ :cl=^Z:\
2425         :cm=\E=%+ %+ :cr=^M:cv=\E[%+ :dc=\EW:dl=\ER:do=^J:\
2426         :ei=:ho=^^:ic=\EQ:if=/usr/share/tabset/stdcrt:im=:\
2427         :k0=^A@\r:k1=^AA\r:k2=^AB\r:k3=^AC\r:k4=^AD\r:\
2428         :k5=^AE\r:k6=^AF\r:k7=^AG\r:k8=^AH\r:k9=^AI\r:kb=^H:\
2429         :kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^M:ll=\E=7 :nd=^L:\
2430         :se=\EG0:sf=^J:so=\EG4:ue=\EG0:up=^K:us=\EG8:
2432 # (tvi912: removed obsolete ":ma=^K^P^L :";
2433 # mapped ":pt:" to default tabs -- esr)
2434 tvi912|tvi920|old televideo 912:\
2435         :am:bs:pt:\
2436         :co#80:li#24:sg#1:ug#1:\
2437         :al=\EE:bl=^G:cd=\Ey:ce=\ET:cl=^Z:cm=\E=%+ %+ :cr=^M:\
2438         :ct=\E3:dc=\EW:dl=\ER:do=^J:ei=:ho=^^:ic=\EQ:\
2439         :if=/usr/share/tabset/stdcrt:im=:k0=^AI\r:k1=^A@\r:\
2440         :k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
2441         :k7=^AF\r:k8=^AG\r:k9=^AH\r:kb=^H:kd=^J:kl=^H:kr=^L:\
2442         :ku=^K:le=^H:nd=^L:se=\Ek:sf=^J:so=\Ej:st=\E1:ta=^I:\
2443         :ue=\Em:up=^K:us=\El:
2444 # the 912 has a <funct> key that's like shift: <funct>8 xmits "^A8\r".
2445 # The 920 has this plus real function keys that xmit different things.
2446 # Terminfo makes you use the funct key on the 912 but the real keys on the 920.
2447 tvi912c|tvi912b|912c|912b|tvi|new televideo 912:\
2448         :al=\EE:dl=\ER:tc=tvi912:
2449 # set to page 1 when entering ex (\E-17 )
2450 # reset to page 0 when exiting ex (\E-07 )
2451 tvi912-2p|tvi920-2p|912-2p|920-2p|tvi-2p|televideo w/2 pages:\
2452         :te=\E-07 :ti=\E-17 :tc=tvi912:
2453 # We got some new tvi912c terminals that act really weird on the regular 
2454 # termcap, so one of our gurus worked this up. Seems that cursor 
2455 # addressing is broken.
2456 tvi912cc|tvi912 at cowell college:\
2457         :cm@:tc=tvi912c:
2459 tvi920b|tvi920c|new televideo 920:\
2460         :al=\EE:dl=\ER:k0=^AI\r:k1=^A@\r:k2=^AA\r:k3=^AB\r:\
2461         :k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:\
2462         :k9=^AH\r:tc=tvi912:
2464 tvi924|televideo tvi924:\
2465         :am:bw:hs:in:mi:ms:xn:xo:\
2466         :co#80:it#8:li#24:sg#0:ws#80:\
2467         :F1=^AK\r:F2=^AL\r:F3=^AM\r:F4=^AN\r:F5=^AO\r:al=\EE:\
2468         :bl=^G:bt=\EI:cd=\Ey:ce=\Et:cl=\E*0:cm=\E=%+ %+ :\
2469         :cr=^M:cs=\E_%+ %+ :ct=\E3:dc=\EW:dl=\ER:do=^V:\
2470         :ds=\Es0:ei=:fs=^Y:ho=^^:\
2471         :i1=\017\E%\E'\E(\EDF\EC\EG0\EN0\Es0\Ev0:ic=\EQ:\
2472         :if=/usr/lib/tabset/stdcrt:im=:k0=^A@\r:k1=^AA\r:\
2473         :k2=^AB\r:k3=^AC\r:k4=^AD\r:k5=^AE\r:k6=^AF\r:\
2474         :k7=^AG\r:k8=^AH\r:k9=^AI\r:k;=^AJ\r:kA=\EE:kC=\E*0:\
2475         :kD=\EW:kE=\Et:kI=\EQ:kL=\ER:kS=\Ey:kb=^H:kd=^V:\
2476         :kh=^^:kl=^H:kr=^L:ku=^K:l0=F1:l1=F2:l2=F3:l3=F4:\
2477         :l4=F5:l5=F6:l6=F7:l7=F8:l8=F9:l9=F10:la=F11:le=^H:\
2478         :mb=\EG2:me=\EG0:mk=\EG1:nd=^L:pk=\E|%+1%s\031:\
2479         :se=\EG0:sf=^J:so=\EG4:sr=\Ej:st=\E1:ta=^I:ts=\Ef:\
2480         :ue=\EG0:up=^K:us=\EG8:vb=\Eb\Ed:ve=\E.3:vi=\E.0:\
2481         :vs=\E.1:
2482 tvi924vb|924vb|televideo model 924 visual bells:\
2483         :vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:tc=tvi924:
2485 tvi925|925|televideo 925:\
2486         :am:bw:hs:ul:\
2487         :co#80:li#24:sg#1:ug#1:\
2488         :al=\EE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=^Z:\
2489         :cm=\E=%+ %+ :cr=^M:ct=\E3:dc=\EW:dl=\ER:do=^V:\
2490         :ds=\Eh:ei=:fs=^M\Eg:ho=^^:ic=\EQ:im=:k0=^AI\r:\
2491         :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
2492         :k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:kA=\EE:kC=^Z:\
2493         :kD=\EW:kE=\ET:kI=\EQ:kL=\ER:kS=\EY:kb=^H:kd=^V:\
2494         :kh=^^:kl=^H:kr=^L:ku=^K:le=^H:se=\EG0:sf=^J:so=\EG4:\
2495         :st=\E1:ta=^I:ts=\Eh\Ef:ue=\EG0:up=^K:us=\EG8:\
2496         :vb=\Eb\Ed:ve=\E.4:vs=\E.2:
2497 tvi925vb|925vb|televideo model 925 visual bells:\
2498         :vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:tc=tvi925:
2499 # Since the 925 uses a character position to store the escape sequences to go
2500 # in and out of both stand out and underline modes, screen positioning is
2501 # difficult.  The following 925 entries don't use these modes.
2502 tvi925n|925n|televideo model 925 no standout or underline:\
2503         :se@:so@:ue@:us@:tc=tvi925:
2504 tvi925vbn|925vbn|televideo model 925 visual bells no so or ul:\
2505         :vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:tc=tvi925n:
2507 # From: Tim Curry, Univ. of Central Fla. <duke!ucf-cs!tim> 5/21/82 
2508 # (tvi925a: removed obsolete ":kn#12:"; mapped ":pt:" to ":it#8:" --esr)
2509 tvi925a|925a|TeleVideo Model 925:\
2510         :am:bs:bw:pt:\
2511         :co#80:it#8:li#24:sg#1:ug#1:\
2512         :al=\EE:bt=\EI:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :\
2513         :dc=\EW:dl=\ER:do=^V:ei=:ic=\EQ:\
2514         :if=/usr/share/tabset/std:im=:is=\El:kb=^H:kd=^V:\
2515         :kh=^^:kl=^H:kr=^L:ku=^K:nd=^L:se=\EG0:so=\EG4:\
2516         :ue=\EG0:up=^K:us=\EG8:\
2517         :vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:\
2518         :ve=\E.4:vs=\E.2:
2520 # From: Todd Litwin <litwin@litwin.jpl.nasa.gov> 28 May 1993
2521 # Originally Tim Curry, Univ. of Central Fla., <duke!ucf-cs!tim> 5/21/82
2522 # for additional capabilities, 
2523 # The following tvi descriptions from B:pjphar and virus!mike
2524 # is for all 950s.  It sets the following attributes:
2525 # full duplex (\EDF)            write protect off (\E()
2526 # conversation mode (\EC)       graphics mode off (\E%)
2527 # white on black (\Ed)          auto page flip off (\Ew)
2528 # turn off status line (\Eg)    clear status line (\Ef\r)
2529 # normal video (\E0)            monitor mode off (\EX or \Eu)
2530 # edit mode (\Er)               load blank char to space (\Ee\040)
2531 # line edit mode (\EO)          enable buffer control (^O)
2532 # protect mode off (\E\047)     duplex edit keys (\El)
2533 # program unshifted send key to send line all (\E016)
2534 # program shifted send key to send line unprotected (\E004)
2535 # set the following to nulls:
2536 #       field delimiter (\Ex0\200\200)
2537 #       line delimiter (\Ex1\200\200)
2538 #       start-protected field delimiter (\Ex2\200\200)
2539 #       end-protected field delimiter (\Ex3\200\200)
2540 # set end of text delimiter to carriage return/null (\Ex4\r\200)
2541 # (tvi950: early versions had ":ko=ic,dc,al,dl,cl,bt,ce,cd:"
2542 # and ":ma=^Vj^Kk^Hh^Ll^^H:". I mapped ":pt:" to ":it#8:";
2544 tvi950|950|televideo950:\
2545         :am:bs:hs:mi:ms:pt:xn:xo:\
2546         :co#80:li#24:sg#1:ug#1:\
2547         :ac=d\rc\014e\nb\011i\013:ae=^X:al=\EE:as=^U:bl=^G:\
2548         :bt=\EI:cd=\Ey:ce=\Et:cl=\E*:cm=\E=%+ %+ :cr=^M:\
2549         :ct=\E3:dc=\EW:dl=\ER:do=^J:ds=\Eg\Ef\r:ei=\Er:fs=^M:\
2550         :ho=^^:im=\Eq:\
2551         :is=\EDF\EC\Ed\EG0\Eg\Er\EO\E'\E(\E%\Ew\EX\Ee \017\011\El\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\011\Ex3\200\200\Ex4\r\200\Ef\r:\
2552         :k0=^A0\r:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:\
2553         :k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:kA=\EE:\
2554         :kB=\EI:kC=\E*:kD=\EW:kE=\Et:kL=\ER:kS=\Ey:kb=^H:\
2555         :kd=^V:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:nd=^L:pf=\Ea:\
2556         :po=\E`:se=\EG0:sf=^J:so=\EG4:sr=\Ej:st=\E1:ta=^I:\
2557         :ts=\Eg\Ef:ue=\EG0:up=^K:us=\EG8:\
2558         :vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:
2560 # is for 950 with two pages adds the following:
2561 #       set 48 line page (\E\\2)
2562 #       place cursor at page 0, line 24, column 1 (\E-07 )
2563 #       set local (no send) edit keys (\Ek)
2565 # two page 950 adds the following:
2566 #       when entering ex, set 24 line page (\E\\1)
2567 #       when exiting ex, reset 48 line page (\E\\2)
2568 #                        place cursor at 0,24,1 (\E-07 )
2569 #       set duplex (send) edit keys (\El) when entering vi
2570 #       set local (no send) edit keys (\Ek) when exiting vi
2572 tvi950-2p|950-2p|televideo950 w/2 pages:\
2573         :is=\EDF\EC\Ed\EG0\Eg\Er\EO\E'\E(\E%\Ew\EX\Ee \017\011\Ek\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\011\Ex3\200\200\Ex4\r\200\E\\2\E-07 \011:\
2574         :ke=\Ek:ks=\El:te=\E\\2\E-07 :ti=\E\\1\E-07 :tc=tvi950:
2576 # is for 950 with four pages adds the following:
2577 #       set 96 line page (\E\\3)
2578 #       place cursor at page 0, line 24, column 1 (\E-07 )
2580 # four page 950 adds the following:
2581 #       when entering ex, set 24 line page (\E\\1)
2582 #       when exiting ex, reset 96 line page (\E\\3)
2583 #                        place cursor at 0,24,1 (\E-07 )
2585 tvi950-4p|950-4p|televideo950 w/4 pages:\
2586         :is=\EDF\EC\Ed\EG0\Eg\Er\EO\E'\E(\E%\Ew\EX\Ee \017\011\Ek\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\011\Ex3\200\200\Ex4\r\200\E\\3\E-07 \011:\
2587         :ke=\Ek:ks=\El:te=\E\\3\E-07 :ti=\E\\1\E-07 :tc=tvi950:
2589 # is for reverse video 950 changes the following:
2590 #       set reverse video (\Ed)
2592 # set vb accordingly (\Ed ...nulls... \Eb)
2594 tvi950-rv|950-rv|televideo950 rev video:\
2595         :is=\EDF\EC\Eb\EG0\Eg\Er\EO\E'\E(\E%\Ew\EX\Ee \017\011\El\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\011\Ex3\200\200\Ex4\r\200:\
2596         :vb=\Ed\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Eb:tc=tvi950:
2598 # uses the appropriate entries from 950-2p and 950-rv
2600 tvi950-rv-2p|950-rv-2p|televideo950 rev video w/2 pages:\
2601         :is=\EDF\EC\Eb\EG0\Eg\Er\EO\E'\E(\E%\Ew\EX\Ee \017\011\Ek\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\011\Ex3\200\200\Ex4\r\200\E\\2\E-07 :\
2602         :ke=\Ek:ks=\El:te=\E\\2\E-07 :ti=\E\\1\E-07 :\
2603         :vb=\Ed\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Eb:tc=tvi950:
2605 # uses the appropriate entries from 950-4p and 950-rv
2607 tvi950-rv-4p|950-rv-4p|televideo950 rev video w/4 pages:\
2608         :is=\EDF\EC\Eb\EG0\Er\EO\E'\E(\E%\Ew\EX\Ee \017\011\Ek\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\011\Ex3\200\200\Ex4\r\200\E\\3\E-07 :\
2609         :ke=\Ek:ks=\El:te=\E\\3\E-07 :ti=\E\\1\E-07 :\
2610         :vb=\Ed\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Eb:tc=tvi950:
2611 # From: Andreas Stolcke <stolcke@icsi.berkeley.edu>
2612 # (tvi955: removed obsolete ":ko=ic,dc,al,dl,cl,bt,ce,cd:ma:=^Vj^Kk^Hh^Ll^^H";
2613 # mapped ":pt:" to ":it#8:"; removed incorrect (and overridden) ":do=^J:";
2614 # fixed broken continuations in the :rs: string -- esr)
2615 tvi955|televideo955:\
2616         :5i:am:bs:hs:mi:pt:xn:xo:\
2617         :co#80:it#8:li#24:\
2618         :RA=\E[=7l:RX=^N:SA=\E[=7h:SX=^O:\
2619         :ac=0_`RjHkGlFmEnIoPqKsQtMuLvOwNxJ:ae=\E%:al=\EE:\
2620         :as=\E$:bt=\EI:cd=\Ey:ce=\Et:cl=\E*:cm=\E=%+ %+ :\
2621         :ct=\E3:dc=\EW:dl=\ER:do=^V:ds=\Eg\Ef\r:ei=\Er:fs=^M:\
2622         :ho=^^:im=\Eq:is=\E[=3l\EF1\Ed\EG0\E[=5l\E%\El:\
2623         :k0=^A0\r:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:\
2624         :k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:kA=\EE:\
2625         :kB=\EI:kC=\EY:kD=\EW:kE=\ET:kI=\EQ:kL=\ER:kM=\EQ:\
2626         :kN=\EK:kP=\EJ:kT=\E1:ka=\E3:kb=^H:kd=^V:kh=^^:kl=^H:\
2627         :kr=^L:kt=\E2:ku=^K:le=^H:mb=\EG2:me=\EG0\E[=5l:\
2628         :mh=\E[=5h:mk=\EG1:mr=\EG4:nd=^L:pf=\Ea:po=\E`:\
2629         :ps=\EP:\
2630         :rs=\EDF\EC\Eg\Er\EO\E'\E(\Ew\EX\Ee \017\E0P\E6\200\E0p\E4\200\Ef\r:\
2631         :se=\EG0:so=\EG4:sr=\Ej:st=\E1:ts=\Eg\Ef:ue=\EG0:\
2632         :up=^K:us=\EG8:\
2633         :vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:\
2634         :ve=\E.2:vi=\E.0:vs=\E.1:
2635 tvi955-w|955-w|televideo955 w/132 cols:\
2636         :co#132:\
2637         :cm=\E[%i%d;%dH:is=\E[=3h\EF1\Ed\EG0\E[=5l\E%\El:tc=tvi955:
2638 # use half-intensity as normal mode, full intensity as bold (md)
2639 tvi955-hb|955-hb|televideo955 half-bright:\
2640         :is=\E[=3l\EF1\Ed\EG0\E[=5h\E%\El:md=\E[=5l:\
2641         :me=\EG0\E[=5h:mh@:tc=tvi955:
2642 # From: Humberto Appleton <beto@cs.utexas.edu>, 880521 UT Austin
2643 # (tvi970: removed ":sg#0:"; mapped ":pt:" to ":it#8:" -- esr)
2644 tvi970|televideo970:\
2645         :bs:da:db:mi:ms:pt:\
2646         :co#80:it#8:li#24:\
2647         :ae=\E(B:al=\E[L:as=\E(B:bt=\E[Z:cd=\E[0J:ce=\E[0K:\
2648         :cl=\E[H\E[2J:cm=\E[%i%d;%df:dc=\E[P:dl=\E[M:do=\ED:\
2649         :ei=\E[4l:im=\E[4h:\
2650         :is=\E<\E[?21l\E[19h\E[1Q\E[10l\E[7l\E[H\E[2J:\
2651         :k1=\E?a:k2=\E?b:k3=\E?c:k4=\E?d:k5=\E?e:k6=\E?f:\
2652         :k7=\E?g:k8=\E?h:k9=\E?i:kb=^H:kd=\E[B:kh=\E[H:\
2653         :kl=\E[D:kr=\E[C:ku=\E[A:nd=\E[C:se=\E[0m:so=\E[7m:\
2654         :sr=\EM:ue=\E[0m:up=\EM:us=\E[4m:\
2655         :vb=\E[5;m\200\200\200\200\200\200\200\200\200\E[0;m:\
2656         :vs=\E[1Q:
2657 # From Gene Rochlin <armsis@amber> 9/19/84. 
2658 # Works with vi and rogue.  NOTE: Esc v sets autowrap on, Esc u sets 80 chars
2659 # per line (rather than 40), Esc K chooses the normal character set.  Not sure
2660 # padding is needed, but adapted from the tvi920c termcap.  The :so: and :us:
2661 # strings are klutzy, but at least use no screen space.
2662 # (tvipt: removed obsolete ":ma=^Kk^Ll^R^L:" -- esr)
2663 tvipt|televideopt:\
2664         :am:bs:\
2665         :co#80:li#24:\
2666         :al=\EE<5*>:bt=\EI:ce=\ET:cl=^Z:cm=\E=%+ %+ :\
2667         :dl=\ER<5*>:ho=^^:if=/usr/share/tabset/stdcrt:\
2668         :is=\Ev\Eu\EK:kb=^H:kd=^J:kl=^H:kr=^L:ku=^K:nd=^L:\
2669         :se=\EF:so=\EG1@A\EH:ue=\EF:up=^K:us=\EG1B@\EH:
2671 #### Visual (vi)
2674 # (vi50: mapped ":pt:" to default 8-char tabs -- esr)
2675 vi50|visual 50:\
2676         :am:bs:ms:pt:\
2677         :co#80:li#24:\
2678         :al=\EL:bl=^G:cd=\Ek:ce=\EK:cl=^Z:cm=\E=%+ %+ :cr=^M:\
2679         :dl=\EM:do=^J:ho=\EH:kb=^H:kd=\EB:kh=\EH:kl=\ED:\
2680         :kr=\EC:ku=\EA:le=^H:nd=^L:se=\ET:sf=^J:so=\EU:ta=^I:\
2681         :up=^K:
2682 # From: Jeff Siegal <jbs@athena.mit.edu>
2683 # (vi55: mapped ":pt:" to ":it#8:" -- esr)
2684 vi55|Visual 55:\
2685         :am:bs:mi:ms:pt:\
2686         :co#80:it#8:li#24:\
2687         :al=\EL:cd=\EJ:ce=\EK:cl=\Ev:cm=\EY%+ %+ :\
2688         :cs=\E_%+A%+A:dc=\Ew:dl=\EM:do=^J:ei=\Eb:ho=\EH:\
2689         :im=\Ea:is=\Ev\E_AX\Eb\EW\E9P\ET:kb=^H:kd=\EB:kl=\ED:\
2690         :kr=\EC:ku=\EA:le=^H:nd=\EC:se=\ET:so=\EU:sr=\EI:\
2691         :up=\EA:
2693 # The Visual 200 beeps when you type a character in insert mode.
2694 # This is a horribly obnoxious misfeature, and some of the entries
2695 # below try to get around the problem by ignoring the feature or
2696 # turning it off when inputting a character.  They are said not to
2697 # work well at 300 baud.  (You could always cut the wire to the bell!)
2698 # From: <mike@brl-vgr> Mon Nov 14 08:34:29 1983
2699 # (vi200: mapped ":pt:" to default 8-char tabbing -- esr)
2700 vi200|vis200|visual 200 with function keys:\
2701         :am:bs:pt:\
2702         :co#80:li#24:\
2703         :al=\EL:bl=^G:cd=\Ey:ce=\Ex:cl=\Ev:cm=\EY%+ %+ :\
2704         :cr=^M:dc=\EO:dl=\EM:do=^J:ei=:ho=\EH:ic=\Ei \010\Ej:\
2705         :im=:is=\E3\Eb\Ej\E\\\El\EG\Ec\Ek:k0=\EP:k1=\EQ:\
2706         :k2=\ER:k3=\E :k4=\E!:k5=\E":k6=\E#:k7=\E$:k8=\E%:\
2707         :k9=\E&:kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:le=^H:\
2708         :nd=\EC:se=\E3:sf=^J:so=\E4:sr=\EI:ta=^I:up=\EA:\
2709         :ve=\Ec:vs=\Ed:
2710 vi200-rv-ic|visual 200 reverse video using insert char:\
2711         :ei=\Ej:ic@:im=\Ei:tc=vi200-rv:
2712 # The older Visuals didn't come with function keys. This entry uses
2713 # ks and ke so that the keypad keys can be used as function keys.
2714 # If your version of vi doesn't support function keys you may want
2715 # to use vi200-f.
2716 # (vi200: mapped ":pt:" to ":it#8:" -- esr)
2717 vi200-f|visual|visual 200 no function keys:\
2718         :am:bs:pt:\
2719         :co#80:it#8:li#24:\
2720         :al=\EL:bl=^G:cd=\Ey:ce=\Ex:cl=\Ev:cm=\EY%+ %+ :\
2721         :cr=^M:dc=\EO:dl=\EM:do=^J:ei=:ho=\EH:ic=\Ei \010\Ej:\
2722         :im=:is=\E3\Eb\Ej\E\\\El\EG\Ed\Ek:k0=\E?p:k1=\E?q:\
2723         :k2=\E?r:k3=\E?s:k4=\E?t:k5=\E?u:k6=\E?v:k7=\E?w:\
2724         :k8=\E?x:k9=\E?y:kd=\EB:ke=\E>:kh=\EH:kl=\ED:kr=\EC:\
2725         :ks=\E=:ku=\EA:le=^H:nd=\EC:sf=^J:sr=\EI:ta=^I:\
2726         :up=\EA:ve=\Ec:vs=\Ed:
2727 vi200-rv|visual 200 reverse video:\
2728         :se=\E3:so=\E4:sr@:ve@:vs@:tc=vi200:
2729 vi200-ic|visual 200 using insert char:\
2730         :ei=\Ej:ic@:im=\Ei:tc=vi200:
2732 # the function keys are programmable but we don't reprogram
2733 # them to their default values with "is" because programming
2734 # them is very verbose. maybe an "if" file should be made for
2735 # the 300 and they could be stuck in it.
2736 vi300|visual 300 ansi x3.64:\
2737         :am:bw:mi:xn:\
2738         :co#80:li#24:\
2739         :al=\E[L:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:\
2740         :cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:do=\E[B:\
2741         :ei=\E[4l:ho=\E[H:im=\E[4h:\
2742         :is=\E[7s\E[2;3;4;20;?5;?6l\E[12;?7h\E[1Q\E[0;1(D\E[8s:\
2743         :k1=\E_A\E\\:k2=\E_B\E\\:k3=\E_C\E\\:k4=\E_D\E\\:\
2744         :k5=\E_E\E\\:k6=\E_F\E\\:k7=\E_G\E\\:k8=\E_H\E\\:\
2745         :k9=\E_I\E\\:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
2746         :le=^H:nd=\E[C:se=\E[m:sf=^J:so=\E[1m:sr=\EM:ta=^I:\
2747         :ue=\E[m:up=\E[A:us=\E[4m:
2748 vi300-rv|visual 300 reverse video:\
2749         :bl=^G:cr=^M:do=^J:\
2750         :is=\E[7s\E[2;3;4;20;?6l\E[12;?5;?7h\E[1Q\E[0;1(D\E[8s:\
2751         :sf=^J:tc=vi300:
2752 # slow scroll doesn't work that well; if you type on the
2753 # keyboard while the terminal is scrolling it drops characters
2754 vi300-ss|visual 300 slow scroll:\
2755         :bl=^G:cr=^M:do=^J:sf=^J:ve=\E[?4h:vs=\E[?4l:tc=vi300:
2756 # some of the vi300s have older firmware that has the command
2757 # sequence for setting editing extent reversed.
2758 ovi300|visual 300 old:\
2759         :bl=^G:cr=^M:do=^J:\
2760         :is=\E[7s\E[2;3;4;20;?5;?6l\E[12;?7h\E[2Q\E[0;1(D\E[8s:\
2761         :sf=^J:tc=vi300:
2762 # if your version of ex/vi doesn't correctly implement xn
2763 # use this termcap for the vi300
2764 vi300-aw|visual 300 no autowrap:\
2765         :am@:xn@:\
2766         :ve=\E[?7h:vs=\E[?7l:tc=vi300:
2768 # the visual 550 is a visual 300 with tektronix graphics,
2769 # and with 33 lines. clear screen is modified here to
2770 # also clear the graphics.
2771 vi550|visual 550 ansi x3.64:\
2772         :li#33:\
2773         :bl=^G:cl=\030\E[H\E[2J:cr=^M:do=^J:sf=^J:tc=vi300:
2775 # (vi603: this had ":sb=\EM:"; sb is undefined, prob. an error for sr -- esr)
2776 vi603|visual603|visual 603:\
2777         :hs:mi:\
2778         :al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
2779         :cm=\E[%i%d;%dH:cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:\
2780         :ds=\EP2;1~\E\\:ei=\E[4l:fs=\E\\:im=\E[4h:\
2781         :is=\E>\E[?3l\E[?4l\E[?7h\E[?8h\E[1;24r\E[24;1H:\
2782         :mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:\
2783         :rs=\E>\E[?3l\E[?4l\E[?7h\E[?8h:se=\E[27m:sf=\ED:\
2784         :so=\E[7m:sr=\EM:ts=\EP2~:ue=\E[24m:up=\E[A:us=\E[4m:tc=vt100:
2786 #### Wyse (wy)
2788 #       Wyse Technology
2789 #       3471 North First Street
2790 #       San Jose, CA 95134
2791 #       Vox: (408)-473-1200
2792 #       Fax: (408) 473-1222
2794 # Wyse sales can be reached by phone at 1-800-GET-WYSE.  Tech support is at
2795 # (800)-800-WYSE (option 5 gets you a human).
2797 # All the following entries until (but not including) wy100q are direct from
2798 # Wyse technical support and represent their best knowledge as of January 1995.
2799 # I made two trivial syntax fixes in the wyse30 entry, added OTbs everywhere
2800 # needed, and merged in OTug#1 entries (as indicated by the termcap version of
2801 # their descriptions).
2803 # Note: The wyse75, wyse85, and wyse99 have been discontinued.
2805 #          Although the Wyse 30 can support more than one attribute
2806 #       it requires magic cookies to do so.  Many applications do not
2807 #       function well with magic cookies.  The following terminfo uses
2808 #       the protect mode to support one attribute (dim) without cookies.
2809 #       If more than one attribute is needed then the wy30-mc terminfo
2810 #       should be used.
2812 wy30|wyse30|Wyse 30:\
2813         :5i:am:bs:bw:hs:mi:ms:xo:\
2814         :Nl#8:co#80:lh#1:li#24:lw#8:ma#1:ug#1:ws#45:\
2815         :#2=\E{:&3=\Er:@8=\E7:LF=\EA11:LO=\EA10:\
2816         :ac=0wa_h[jukslrmqnxqzttuyv]wpxv:ae=\EH^C:al=\EE:\
2817         :as=\EH^B:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E+:\
2818         :cm=\E=%+ %+ :cr=^M:ct=\E0:dc=\EW:dl=\ER:do=^J:\
2819         :ds=\EF\r:ei=\Er:fs=^M:ho=^^:im=\Eq:ip=:\
2820         :is=\E'\E(\E^3\E`9\016\024:k1=^A@\r:k2=^AA\r:\
2821         :k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:\
2822         :k8=^AG\r:kA=\EE:kB=\EI:kD=\EW:kE=\ET:kI=\EQ:kL=\ER:\
2823         :kN=\EK:kP=\EJ:kS=\EY:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:\
2824         :ku=^K:le=^H:ll=^^^K:me=\E(\EH\003:mh=\E`7\E):\
2825         :mp=\E`7\E):nd=^L:nw=^M^J:pf=^T:pn=\Ez%+/%s\r:po=^X:\
2826         :ps=\EP:px=\Ez%+?%s\177:\
2827         :..sa=%?%p1%p5%p8%|%|%t\E`7\E)%e\E(%;%?%p9%t\EH\002%e\EH\003%;:\
2828         :se=\E(:sf=\n:so=\E`7\E):sr=\Ej:st=\E1:ta=\011:\
2829         :ts=\EF:up=^K:ve=\E`1:vi=\E`0:
2831 #       This terminal description uses the non-hidden attribute mode
2832 #       (with magic cookie).
2834 wy30-mc|wyse30-mc|wyse 30 with magic cookies:\
2835         :ms@:\
2836         :ma@:sg#1:ug#1:\
2837         :ae=\EG0\EH\003:as=\EG0\EH\002:mb=\EG2:\
2838         :me=\EG0\E(\EH\003:mh=\EGp:mk=\EG1:mp=\EG0\E):\
2839         :mr=\EG4:\
2840         :..sa=\EG%'0'%?%p2%p6%|%t%{8}%|%;%?%p1%p3%|%p6%|%t%{4}%|%;%?%p4%t%{2}%|%;%?%p1%p5%|%t%{64}%|%;%?%p7%t%{1}%|%;%c%?%p8%t\E)%e\E(%;%?%p9%t\EH\002%e\EH\003%;:\
2841         :se=\EG0:so=\EG4:te=\EG0:ue=\EG0:us=\EG8:tc=wy30:
2842 #       The manditorary pause used by flash does not work with
2843 #       older versions of terminfo.  If you see this effect then
2844 #       unset xon and delete the / from the delay.
2845 #       i.e. change $<100/> to $<100>
2846 wy30-vb|wyse30-vb|wyse 30 visible bell:\
2847         :vb=\E`8\E`9:tc=wy30:
2849 #          The Wyse 50 can support one attribute (e.g. Dim, Inverse,
2850 #       Normal) without magic cookies by using the protect mode.
2851 #       The following description uses this feature, but when more
2852 #       than one attribute is put on the screen at once, all attributes
2853 #       will be changed to be the same as the last attribute given.
2854 #          The Wyse 50 can support more attributes when used with magic
2855 #       cookies.  The wy50-mc terminal description uses magic cookies
2856 #       to correctly handle multiple attributes on a screen.
2858 wy50|wyse50|Wyse 50:\
2859         :5i:am:bs:bw:hs:mi:ms:xo:\
2860         :Nl#8:co#80:lh#1:li#24:lw#8:ma#1:ws#45:\
2861         :#2=\E{:%9=\EP:&3=\Er:@8=\E7:F1=^AJ\r:F2=^AK\r:\
2862         :F3=^AL\r:F4=^AM\r:F5=^AN\r:F6=^AO\r:LF=\EA11:\
2863         :LO=\EA10:ac=0wa_h[jukslrmqnxqzttuyv]wpxv:ae=\EH^C:\
2864         :al=\EE:as=\EH^B:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E+:\
2865         :cm=\E=%+ %+ :cr=^M:ct=\E0:dc=\EW:dl=\ER:do=^J:\
2866         :ds=\EF\r:ei=\Er:fs=^M:ho=^^:i1=\E`\072\E`9:im=\Eq:\
2867         :ip=:is=\016\024\E'\E(:k1=^A@\r:k2=^AA\r:k3=^AB\r:\
2868         :k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:\
2869         :k9=^AH\r:k;=^AI\r:kA=\EE:kB=\EI:kD=\EW:kE=\ET:\
2870         :kI=\EQ:kL=\ER:kN=\EK:kP=\EJ:kS=\EY:kb=^H:kd=^J:\
2871         :kh=^^:kl=^H:kr=^L:ku=^K:le=^H:ll=^^^K:me=\E(\EH\003:\
2872         :mh=\E`7\E):mp=\E`7\E):mr=\E`6\E):nd=^L:nw=^M^J:\
2873         :pf=^T:pn=\Ez%+/%s\r:po=^X:ps=\EP:px=\Ez%+?%s\177:\
2874         :..sa=%?%p1%p3%|%t\E`6\E)\n%e%p5%p8%|%t\E`7\E)%e\E(%;\n%?%p9%t\EH\002%e\EH\003%;:\
2875         :se=\E(:sf=\n:so=\E`6\E):sr=\Ej:st=\E1:ta=^I:ts=\EF:\
2876         :up=^K:ve=\E`1:vi=\E`0:
2878 #       This terminal description uses the non-hidden attribute mode
2879 #       (with magic cookie).
2881 wy50-mc|wyse50-mc|wyse 50 with magic cookies:\
2882         :ms@:\
2883         :ma@:sg#1:ug#1:\
2884         :ae=\EG0\EH\003:as=\EG0\EH\002:mb=\EG2:\
2885         :me=\EG0\E(\EH\003:mh=\EGp:mk=\EG1:mp=\EG0\E):\
2886         :mr=\EG4:\
2887         :..sa=\EG%'0'%?%p2%p6%|%t%{8}%|%;%?%p1%p3%|%p6%|%t%{4}%|%;%?%p4%t%{2}%|%;%?%p1%p5%|%t%{64}%|%;%?%p7%t%{1}%|%;%c%?%p8%t\E)%e\E(%;%?%p9%t\EH\002%e\EH\003%;:\
2888         :se=\EG0:so=\EGt:te=\EG0:ue=\EG0:us=\EG8:tc=wy50:
2889 #       The mandatory pause used by flash does not work with
2890 #       older versions of terminfo.  If you see this effect then
2891 #       unset xon and delete the / from the delay.
2892 #       i.e. change $<100/> to $<100>
2893 wy50-vb|wyse50-vb|wyse 50 visible bell:\
2894         :vb=\E`8\E`9:tc=wy50:
2895 wy50-w|wyse50-w|wyse 50 132-column:\
2896         :Nl#16:co#132:lw#7:ws#97:\
2897         :cm=\Ea%i%dR%dC:dc=\EW:i1=\E`;\E`9:tc=wy50:
2898 wy50-wvb|wyse50-wvb|wyse 50 132-column visible bell:\
2899         :vb=\E`8\E`9:tc=wy50-w:
2901 #       The Wyse 350 is a Wyse 50 with color.
2902 #       Unfortunately this means that it has magic cookies.
2903 #       The color attributes are designed to overlap the reverse, dim and
2904 #       underline attributes.  This is nice for monochrome applications
2905 #       because you can make underline stuff green (or any other color)
2906 #       but for true color applications it's not so hot because you cannot
2907 #       mix color with reverse, dim or underline.
2908 #           To further complicate things one of the attributes must be
2909 #       black (either the foreground or the background).  In reverse video
2910 #       the background changes color with black letters.  In normal video
2911 #       the foreground changes colors on a black background.  
2912 #           This terminfo uses some of the more advanced features of curses
2913 #       to display both color and blink.  In the final analysis I am not
2914 #       sure that the wy350 runs better with this terminfo than it does
2915 #       with the wy50 terminfo (with user adjusted colors).
2917 wy350|wyse350|Wyse 350:\
2918         :5i:am:bs:bw:hs:mi:xo:\
2919         :Co#8:NC#55:Nl#8:co#80:lh#1:li#24:lw#8:pa#8:sg#1:\
2920         :ug#1:ws#45:\
2921         :#2=\E{:%9=\EP:&3=\Er:@8=\E7:F1=^AJ\r:F2=^AK\r:\
2922         :F3=^AL\r:F4=^AM\r:F5=^AN\r:F6=^AO\r:LF=\EA11:\
2923         :LO=\EA10:Sb= :\
2924         :..Sf=%?%p1%{0}%=%t%{76}\n%e%p1%{1}%=%t%{64}\n%e%p1%{2}%=%t%{8}\n%e%p1%{3}%=%t%{72}\n%e%p1%{4}%=%t%{4}\n%e%p1%{5}%=%t%{68}\n%e%p1%{6}%=%t%{12}\n%e%p1%{7}%=%t%{0}\n%;%PC\n\EG%gC%gA%+%'0'%+%c:\
2925         :ac=0wa_h[jukslrmqnxqzttuyv]wpxv:ae=\EG0\EH\003:\
2926         :al=\EE:as=\EG0\EH\002:bl=^G:bt=\EI:cd=\EY:ce=\ET:\
2927         :cl=\E+:cm=\E=%+ %+ :cr=^M:ct=\E0:dc=\EW:dl=\ER:\
2928         :do=^J:ds=\EF\r:ei=\Er:fs=^M:ho=^^:i1=\E`\072\E`9:\
2929         :i2=\E%?:im=\Eq:ip=:is=\016\024\E'\E(:k1=^A@\r:\
2930         :k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
2931         :k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:kA=\EE:kB=\EI:\
2932         :kD=\EW:kE=\ET:kI=\EQ:kL=\ER:kN=\EK:kP=\EJ:kS=\EY:\
2933         :kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:ll=^^^K:\
2934         :mb=\EG2:me=\EG0\E(\EH\003%{0}%PA%{0}%PC:mh=\EGp:\
2935         :mk=\EG1:mp=\EG0\E):mr=\EG4:nd=^L:nw=^M^J:oc=\E%?:\
2936         :op=\EG0:pf=^T:pn=\Ez%+/%s\r:po=^X:ps=\EP:\
2937         :px=\Ez%+?%s\177:\
2938         :..sa=%{0}%?%p4%t%{2}%|%;\n%?%p7%t%{1}%|%;%PA\n\EG%?%gC%t%gC%e\n%{0}%?%p1%t%{4}%|%;\n%?%p2%t%{8}%|%;\n%?%p3%t%{4}%|%;\n%?%p5%t%{64}%|%;\n%;%gA%+%'0'%+%c\n%?%p8%t\E)%e\E(%;%?%p9%t\EH\002%e\EH\003%;:\
2939         :se=\EG0:sf=\n:so=\EG4:sr=\Ej:st=\E1:ta=^I:ts=\EF:\
2940         :ue=\EG0:up=^K:us=\EG8:ve=\E`1:vi=\E`0:
2941 #       The manditorary pause used by flash does not work with
2942 #       older versions of terminfo.  If you see this effect then
2943 #       unset xon and delete the / from the delay.
2944 #       i.e. change $<100/> to $<100>
2945 wy350-vb|wyse350-vb|wyse 350 visible bell:\
2946         :vb=\E`8\E`9:tc=wy350:
2947 wy350-w|wyse350-w|wyse 350 132-column:\
2948         :Nl#16:co#132:lw#7:ws#97:\
2949         :cm=\Ea%i%dR%dC:dc=\EW:i1=\E`;\E`9:tc=wy350:
2950 wy350-wvb|wyse350-wvb|wyse 350 132-column visible bell:\
2951         :vb=\E`8\E`9:tc=wy350-w:
2953 #       This terminfo description is untested.
2955 wy100|wyse 100:\
2956         :hs:mi:\
2957         :co#80:li#24:sg#1:ug#1:\
2958         :al=\EE:bl=^G:cd=\EY:ce=\ET:cl=\E;:cm=\E=%+ %+ :\
2959         :cr=^M:dc=\EW:dl=\ER:do=^J:ds=\EA31:ei=\Er:fs=^M:\
2960         :im=\Eq:is=\Eu\E0:k1=^A@\r:k2=^AA\r:k3=^AB\r:\
2961         :k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:kb=^H:\
2962         :kd=^J:kh=\E{:kl=^H:kr=^L:ku=^K:le=^H:nd=^L:se=\EG0:\
2963         :sf=^J:so=\EG4:ts=\EF:ue=\EG0:up=^K:us=\EG8:
2965 #       The Wyse 120/150 has most of the features of the Wyse 60.
2967 #       This terminal does not need padding up to 9600 baud!
2969 #       (msgr) should be set but the clear screen fails when in
2970 #       alt-charset mode.  Try \EcE  \E+  if the screen is really clear
2971 #       then set msgr.
2973 wy120|wyse120|wy150|wyse150|Wyse 120/150:\
2974         :5i:am:bs:bw:hs:km:mi:ms:xo:\
2975         :Nl#8:co#80:it#8:lh#1:li#24:lw#8:pb#9601:ws#45:\
2976         :#2=\E{:%9=\EP:&3=\Er:@8=\E7:F1=^AJ\r:F2=^AK\r:\
2977         :F3=^AL\r:F4=^AM\r:F5=^AN\r:F6=^AO\r:LF=\EA11:\
2978         :LO=\EA10:RA=\Ed.:RX=\Ec20:SA=\Ed/:SX=\Ec21\ntbc=\E0:\
2979         :ac=+/\\\054.0[Iha2fxgqh1jYk?lZm@nEqDtCu4vAwBx3yszr{c~~:\
2980         :ae=\EcD:al=\EE:as=\EcE:bl=^G:bt=\EI:cd=\EY:ce=\ET:\
2981         :cl=\E+:cm=\E=%+ %+ :cr=^M:dc=\EW:dl=\ER:do=^J:\
2982         :ds=\EF\r:ei=\Er:fs=^M:ho=^^:i1=\EcB0\EcC1:\
2983         :i2=\EwJ\Ew1:im=\Eq:ip=:\
2984         :is=\Ed$\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016\024\El:\
2985         :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
2986         :k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:kA=\EE:\
2987         :kB=\EI:kD=\EW:kE=\ET:kI=\EQ:kL=\ER:kN=\EK:kP=\EJ:\
2988         :kS=\EY:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:\
2989         :ll=^^^K:mb=\EG2:me=\E(\EH\003\EG0\EcD:mh=\EGp:\
2990         :mk=\EG1:mp=\E):mr=\EG4:nd=^L:nw=\r\n:pf=^T:\
2991         :pl=\EZ2%+?%s\177:pn=\Ez%+/%s\r:po=\Ed#:ps=\EP:\
2992         :px=\EZ1%+?%s\177:r1=\E~!\E~4:r2=\EeF\E`\072:\
2993         :r3=\EwG\Ee(:\
2994         :..sa=%?%p8%t\E)%e\E(%;%?%p9%t\EcE%e\EcD%;\EG%'0'%?%p2%t%{8}%|%;%?%p1%p3%|%p6%|%t%{4}%|%;%?%p4%t%{2}%|%;%?%p1%p5%|%t%{64}%|%;%?%p7%t%{1}%|%;%c:\
2995         :se=\EG0:sf=\n:so=\EGt:sr=\Ej:st=\E1:ta=\011:te=\Ew1:\
2996         :ti=\Ew0:ts=\EF:ue=\EG0:up=^K:us=\EG8:ve=\E`1:\
2997         :vi=\E`0:
2999 wy120-w|wyse120-w|wy150-w|wyse150-w|wyse 120/150 132-column:\
3000         :Nl#16:co#132:lw#7:ws#97:\
3001         :cm=\Ea%i%dR%dC:dc=\EW:ip=:r2=\E`;:tc=wy120:
3003 wy120-25|wyse120-25|wy150-25|wyse150-25|wyse 120/150 80-column 25-lines:\
3004         :Nl@:lh@:li#25:lw@:\
3005         :pn@:r3=\EwG\Ee):tc=wy120:
3007 wy120-25-w|wyse120-25-w|wy150-25-w|wyse150-25-w|wyse 120/150 132-column 25-lines:\
3008         :Nl@:lh@:li#25:lw@:\
3009         :pn@:r3=\EwG\Ee):tc=wy120-w:
3011 wy120-vb|wyse120-vb|wy150-vb|wyse150-vb|Wyse 120/150 visible bell:\
3012         :vb=\E`8\E`9:tc=wy120:
3014 wy120-w-vb|wy120-wvb|wyse120-wvb|wy150-w-vb|wyse150-w-vb|Wyse 120/150 132-column visible bell:\
3015         :vb=\E`8\E`9:tc=wy120-w:
3017 #       The Wyse 60 is like the Wyse 50 but with more padding.
3018 #       The reset strings are slow and the pad times very depending
3019 #       on other parameters such as font loading.  I have tried
3020 #       to follow the following outline:
3021 #               rs1 -> set personality
3022 #               rs2 -> set number of columns
3023 #               rs3 -> set number of lines
3024 #               is1 -> select the proper font
3025 #               is2 -> do the initialization
3026 #               is3 -> set up display memory (2 pages)
3028 #       The Wyse 60's that have vt100 emulation are slower than the
3029 #       older Wyse 60's.  This change happened mid-1987.
3030 #       The capabilities effected are (dch1) (dl1) (il1) (ind) (ri)
3032 #       The meta key is only half right.  This terminal will return the
3033 #       high order bit set when you hit CTRL-function_key
3035 #       It may be useful to assign two function keys with the
3036 #       values  \E=(\s  look at old data in page 1
3037 #               \E=W,   look at bottem of page 1
3038 #       where \s is a space ( ).
3040 #       Note:
3041 #          The Wyse 60 runs faster when the XON/XOFF
3042 #          handshake is turned off.
3044 wy60|wyse60|Wyse 60:\
3045         :5i:am:bs:bw:hs:km:mi:ms:\
3046         :Nl#8:co#80:lh#1:li#24:lw#8:ws#45:\
3047         :#2=\E{:%9=\EP:&3=\Er:@8=\E7:DK=\E`b:F1=^AJ\r:\
3048         :F2=^AK\r:F3=^AL\r:F4=^AM\r:F5=^AN\r:F6=^AO\r:\
3049         :LF=\EA11:LO=\EA10:RA=\Ed.:RC=\E`c:RX=\Ec20:SA=\Ed/:\
3050         :SX=\Ec21:\
3051         :ac=+/\\\054.0[Iha2fxgqh1jYk?lZm@nEqDtCu4vAwBx3yszr{c~~:\
3052         :ae=\EcD:al=\EE:as=\EcE:bl=^G:bt=\EI:cd=\EY:ce=\ET:\
3053         :cl=\E+:cm=\E=%+ %+ :cr=^M:ct=\E0:dc=\EW:dl=\ER:\
3054         :do=^J:ds=\EF\r:ei=\Er:fs=^M:ho=^^:i1=\EcB0\EcC1:\
3055         :i2=\EwJ\Ew1:im=\Eq:ip=:\
3056         :is=\Ed$\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016\024\El:\
3057         :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
3058         :k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:kA=\EE:\
3059         :kB=\EI:kD=\EW:kE=\ET:kI=\EQ:kL=\ER:kN=\EK:kP=\EJ:\
3060         :kS=\EY:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:\
3061         :ll=^^^K:mb=\EG2:me=\E(\EH\003\EG0\EcD:mh=\EGp:\
3062         :mk=\EG1:mp=\E):mr=\EG4:nd=^L:nw=\r\n:pf=^T:\
3063         :pl=\EZ2%+?%s\177:pn=\Ez%+/%s\r:po=\Ed#:ps=\EP:\
3064         :px=\EZ1%+?%s\177:r1=\E~!\E~4:r2=\EeG:r3=\EwG\Ee(:\
3065         :..sa=%?%p8%t\E)%e\E(%;%?%p9%t\EcE%e\EcD%;\EG%'0'%?%p2%t%{8}%|%;%?%p1%p3%|%p6%|%t%{4}%|%;%?%p4%t%{2}%|%;%?%p1%p5%|%t%{64}%|%;%?%p7%t%{1}%|%;%c:\
3066         :se=\EG0:sf=\n:so=\EGt:sr=\Ej:st=\E1:ta=\011:te=\Ew1:\
3067         :ti=\Ew0:ts=\EF:ue=\EG0:up=^K:us=\EG8:ve=\E`1:\
3068         :vi=\E`0:
3070 wy60-w|wyse60-w|wyse 60 132-column:\
3071         :Nl#16:co#132:lw#7:ws#97:\
3072         :cm=\Ea%i%dR%dC:dc=\EW:ip=:r2=\EeF\E`;:tc=wy60:
3074 wy60-25|wyse60-25|wyse 60 80-column 25-lines:\
3075         :Nl@:lh@:li#25:lw@:\
3076         :pn@:r3=\EwG\Ee):tc=wy60:
3077 wy60-25-w|wyse60-25-w|wyse 60 132-column 25-lines:\
3078         :Nl@:lh@:li#25:lw@:\
3079         :pn@:r3=\EwG\Ee):tc=wy60-w:
3081 wy60-42|wyse60-42|wyse 60 80-column 42-lines:\
3082         :li#42:\
3083         :al=\EE:cd=\Ey:cl=\E+:cm=\E=%+ %+ :dc=\EW:dl=\ER:\
3084         :i1=\EcB2\EcC3:ip=:nw=\r\n:r3=\Ee*:sf=\n:sr=\Ej:tc=wy60:
3085 wy60-42-w|wyse60-42-w|wyse 60 132-column 42-lines:\
3086         :Nl#16:co#132:lw#7:ws#97:\
3087         :cd=\Ey:cl=\E+:cm=\Ea%i%dR%dC:dc=\EW:ho=\036:ip=:\
3088         :nw=\r\n:r2=\EeF\E`;:tc=wy60-42:
3090 wy60-43|wyse60-43|wyse 60 80-column 43-lines:\
3091         :Nl@:lh@:li#43:lw@:\
3092         :pn@:r3=\Ee+:tc=wy60-42:
3093 wy60-43-w|wyse60-43-w|wyse 60 132-column 43-lines:\
3094         :Nl@:lh@:li#43:lw@:\
3095         :pn@:r3=\Ee+:tc=wy60-42-w:
3097 wy60-vb|wyse60-vb|Wyse 60 visible bell:\
3098         :vb=\E`8\E`9:tc=wy60:
3099 wy60-w-vb|wy60-wvb|wyse60-wvb|Wyse 60 132-column visible bell:\
3100         :vb=\E`8\E`9:tc=wy60-w:
3102 #       The Wyse-99GT looks at lot like the Wyse 60 except that it
3103 #       does not have the 42/43 line mode.  In the Wyse-60 the "lines"
3104 #       setup parameter controls the number of lines on the screen.
3105 #       For the Wyse 99GT the "lines" setup parameter controls the
3106 #       number of lines in a page.  The screen can display 25 lines max.
3107 #           The Wyse-99GT also has personalities for the VT220 and
3108 #       Tektronix 4014.  But this has no bearing on the native mode.
3110 #       (msgr) should be set but the clear screen fails when in
3111 #       alt-charset mode.  Try \EcE  \E+  if the screen is really clear
3112 #       then set msgr, else use msgr@.
3114 #       u0 -> enter Tektronix mode
3115 #       u1 -> exit Tektronix mode
3117 wy99gt|wyse99gt|Wyse 99gt:\
3118         :ms@:\
3119         :al=\EE:cd=\Ey:ce=\Et:cl=\E+:dc=\EW:dl=\ER:i2=\Ew0:\
3120         :ip=:nw@:r2=\E`\072:sf=\n:sr=\Ej:ta=\011:te=\Ew0:\
3121         :ti=\Ew1:u0=\E~>\E8:u1=\E[42h:tc=wy60:
3123 wy99gt-w|wyse99gt-w|wyse 99gt 132-column:\
3124         :Nl#16:co#132:lw#7:ws#97:\
3125         :cd=\Ey:cl=\E+:cm=\Ea%i%dR%dC:dc=\EW:ip=:r2=\E`;:tc=wy99gt:
3127 wy99gt-25|wyse99gt-25|wyse 99gt 80-column 25-lines:\
3128         :Nl@:lh@:li#25:lw@:\
3129         :pn@:r2=\E`\072:r3=\EwG\Ee):tc=wy99gt:
3131 wy99gt-25-w|wyse99gt-25-w|wyse 99gt 132-column 25-lines:\
3132         :Nl@:lh@:li#25:lw@:\
3133         :pn@:r2=\E`;:tc=wy99gt-w:
3135 wy99gt-vb|wyse99gt-vb|Wyse 99gt visible bell:\
3136         :vb=\E`8\E`9:tc=wy99gt:
3138 wy99gt-w-vb|wy99gt-wvb|wyse99gt-wvb|Wyse 99gt 132-column visible bell:\
3139         :vb=\E`8\E`9:tc=wy99gt-w:
3141 #       The Wyse 160 is combination of the WY-60 and the WY-99gt.
3142 #       The reset strings are slow and the pad times very depending
3143 #       on other parameters such as font loading.  I have tried
3144 #       to follow the following outline:
3145 #               rs1 -> set personality
3146 #               rs2 -> set number of columns
3147 #               rs3 -> set number of lines
3148 #               is1 -> select the proper font
3149 #               is2 -> do the initialization
3150 #               is3 -> set up display memory (2 pages)
3152 #       The display memory may be used for either text or graphics.
3153 #       When "Display Memory = Shared" the terminal will have more pages
3154 #       but garbage may be left on the screen when you switch from
3155 #       graphics to text.  If "Display Memory = Unshared" then the
3156 #       text area will be only one page long.
3158 wy160|wyse160|Wyse 160:\
3159         :5i:am:bs:bw:hs:km:mi:ms:\
3160         :Nl#8:co#80:lh#1:li#24:lw#8:ws#38:\
3161         :#2=\E{:%9=\EP:&3=\Er:@8=\E7:DK=\E`b:F1=^AJ\r:\
3162         :F2=^AK\r:F3=^AL\r:F4=^AM\r:F5=^AN\r:F6=^AO\r:\
3163         :LF=\EA11:LO=\EA10:RA=\Ed.:RC=\E`c:RX=\Ec20:SA=\Ed/:\
3164         :SX=\Ec21:\
3165         :ac=+/\\\054.0[Iha2fxgqh1jYk?lZm@nEqDtCu4vAwBx3yszr{c~~:\
3166         :ae=\EcD:al=\EE:as=\EcE:bl=^G:bt=\EI:cd=\EY:ce=\ET:\
3167         :cl=\E+:cm=\E=%+ %+ :cr=^M:ct=\E0:dc=\EW:dl=\ER:\
3168         :do=^J:ds=\EF\r:ei=\Er:fs=^M:ho=^^:i1=\EcB0\EcC1:\
3169         :i2=\Ew0:im=\Eq:ip=:\
3170         :is=\Ed$\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016\024\El:\
3171         :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
3172         :k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:kA=\EE:\
3173         :kB=\EI:kD=\EW:kE=\ET:kI=\EQ:kL=\ER:kN=\EK:kP=\EJ:\
3174         :kS=\EY:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:\
3175         :ll=^^^K:mb=\EG2:me=\E(\EH\003\EG0\EcD:mh=\EGp:\
3176         :mk=\EG1:mp=\E):mr=\EG4:nd=^L:nw=\r\n:pf=^T:\
3177         :pl=\EZ2%+?%s\177:pn=\Ez%+/%s\r:po=\Ed#:ps=\EP:\
3178         :px=\EZ1%+?%s\177:r1=\E~!\E~4:r2=\E`\072:r3=\EwG\Ee(:\
3179         :..sa=%?%p8%t\E)%e\E(%;%?%p9%t\EcE%e\EcD%;\EG%'0'%?%p2%t%{8}%|%;%?%p1%p3%|%p6%|%t%{4}%|%;%?%p4%t%{2}%|%;%?%p1%p5%|%t%{64}%|%;%?%p7%t%{1}%|%;%c:\
3180         :se=\EG0:sf=\n:so=\EGt:sr=\Ej:st=\E1:ta=^I:te=\Ew0:\
3181         :ti=\Ew1:ts=\EF:ue=\EG0:up=^K:us=\EG8:ve=\E`1:\
3182         :vi=\E`0:
3184 wy160-w|wyse160-w|wyse 160 132-column:\
3185         :Nl#16:co#132:lw#7:ws#90:\
3186         :cm=\Ea%i%dR%dC:dc=\EW:r2=\EeF\E`;:tc=wy160:
3188 wy160-25|wyse160-25|wyse 160 80-column 25-lines:\
3189         :Nl@:lh@:li#25:lw@:\
3190         :pn@:r3=\EwG\Ee):tc=wy160:
3191 wy160-25-w|wyse160-25-w|wyse 160 132-column 25-lines:\
3192         :Nl@:lh@:li#25:lw@:\
3193         :pn@:r3=\EwG\Ee):tc=wy160-w:
3195 wy160-42|wyse160-42|wyse 160 80-column 42-lines:\
3196         :li#42:\
3197         :al=\EE:cd=\Ey:cl=\E+:dl=\ER:i1=\EcB2\EcC3:nw=\r\n:\
3198         :r3=\Ee*:sf=\n:sr=\Ej:tc=wy160:
3199 wy160-42-w|wyse160-42-w|wyse 160 132-column 42-lines:\
3200         :Nl#16:co#132:lw#7:ws#90:\
3201         :cm=\Ea%i%dR%dC:dc=\EW:ip=:r2=\EeF\E`;:tc=wy160-42:
3203 wy160-43|wyse160-43|wyse 160 80-column 43-lines:\
3204         :Nl@:lh@:li#43:lw@:\
3205         :pn@:r3=\Ee+:tc=wy160-42:
3206 wy160-43-w|wyse160-43-w|wyse 160 132-column 43-lines:\
3207         :Nl@:lh@:li#43:lw@:\
3208         :pn@:r3=\Ee+:tc=wy160-42-w:
3210 wy160-vb|wyse160-vb|Wyse 160 visible bell:\
3211         :vb=\E`8\E`9:tc=wy160:
3212 wy160-w-vb|wy160-wvb|wyse160-wvb|Wyse 160 132-column visible bell:\
3213         :vb=\E`8\E`9:tc=wy160-w:
3215 #       The Wyse 75 is a vt100 lookalike without advanced video.
3217 #          The Wyse 75 can support one attribute (e.g. Dim, Inverse,
3218 #       Underline) without magic cookies.  The following description
3219 #       uses this capability, but when more than one attribute is
3220 #       put on the screen at once, all attributes will be changed
3221 #       to be the same as the last attribute given.
3222 #          The Wyse 75 can support more attributes when used with magic
3223 #       cookies.  The wy75-mc terminal description uses magic cookies
3224 #       to correctly handle multiple attributes on a screen.
3226 wy75|wyse75|wyse 75:\
3227         :5i:am:bs:hs:mi:ms:xn:xo:\
3228         :co#80:li#24:ma#1:pb#1201:ug#1:ws#78:\
3229         :%1=\E[28~:%9=\E[?5i:*6=\E[4~:@0=\E[1~:@8=\EOM:\
3230         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\E[23~:\
3231         :F2=\E[24~:F3=\E[25~:F4=\E[26~:F5=\E[28~:F6=\E[29~:\
3232         :F7=\E[31~:F8=\E[32~:F9=\E[33~:FA=\E[34~:FB=\E[35~:\
3233         :IC=\E[%d@:K1=\EOw:K2=\EOu:K3=\EOy:K4=\EOq:K5=\EOs:\
3234         :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:\
3235         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
3236         :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[J:\
3237         :ce=\E[K:ch=\E[%i%dG:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
3238         :cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:\
3239         :ds=\E[>\\\054\001\001\E[>-\001\001:eA=\E)0:\
3240         :ec=\E[%dX:ei=\E[4l:fs=^A:ho=\E[H:\
3241         :i1=\E[2;4;20;30l\E[?1;10l\E[12h\E[?7;8;25h:i2=\E[m:\
3242         :im=\E[4h:ip=:is=\E>\E(B\E)0\017:k1=\E[?5i:k2=\E[?3i:\
3243         :k3=\E[2i:k4=\E[@:k5=\E[M:k6=\E[17~:k7=\E[18~:\
3244         :k8=\E[19~:k9=\E[20~:k;=\E[21~:kA=\E[L:kE=\E[K:\
3245         :kI=\E[@:kL=\E[M:kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:\
3246         :ke=\E>:kh=\E[H:kl=\E[D:kr=\E[C:ks=\E[?1l\E[?7h\E=:\
3247         :ku=\E[A:le=^H:me=\E[m\017:mh=\E[0t\E[2m:\
3248         :mr=\E[1t\E[7m:nd=\E[C:pf=\E[4i:po=\E[5i:ps=\E[0i:\
3249         :r1=\E[13l\E[3l\E!p:r2=\E[35h\E[?3l:r3=\E[?5l:rc=\E8:\
3250         :..sa=%?%p5%t\E[0t%;%?%p3%p1%|%t\E[1t%;%?%p2%t\E[2t%;%?%p4%t\E[3t%;%?%p1%p2%p3%p4%p5%|%|%|%|%t\E[7m%e\E[m%;%?%p9%t\016%e\017%;:\
3251         :sc=\E7:se=\E[m:sf=\n:so=\E[1t\E[7m:sr=\EM:st=\EH:\
3252         :ta=^I:ts=\E[>\\\054\001:ue=\E[m:up=\E[A:\
3253         :us=\E[2t\E[4m:ve=\E[?25h:vi=\E[?25l:
3255 #       This terminal description uses the non-hidden attribute mode
3256 #       (with magic cookie).
3258 wy75-mc|wyse75-mc|wyse 75 with magic cookies:\
3259         :ms@:\
3260         :ma@:sg#1:ug#1:\
3261         :ae=\E[0p\017:as=\E[0p\016:i2=\E[m\E[p:mb=\E[2p:\
3262         :me=\E[0p\017:mh=\E[1p:mk=\E[4p:mr=\E[16p:\
3263         :..sa=\E[%{0}%?%p2%p6%|%t%{8}%|%;%?%p1%p3%|%p6%|%t%{16}%|%;%?%p4%t%{2}%|%;%?%p1%p5%|%t%{1}%|%;%?%p7%t%{4}%|%;%dp%?%p9%t\016%e\017%;:\
3264         :se=\E[0p:so=\E[17p:ue=\E[0p:us=\E[8p:tc=wy75:
3265 wy75-vb|wyse75-vb|wyse 75 with visible bell:\
3266         :pb@:\
3267         :vb=\E[30h\E\\\054\E[30l:tc=wy75:
3268 wy75-w|wyse75-w|wyse 75 in 132 column mode:\
3269         :co#132:ws#130:\
3270         :r2=\E[35h\E[?3h:tc=wy75:
3271 wy75-wvb|wyse75-wvb|wyse 75 with visible bell 132 columns:\
3272         :pb@:\
3273         :vb=\E[30h\E\\\054\E[30l:tc=wy75-w:
3275 #       Wyse 85 emulating a vt220 7 bit mode.
3276 #               24 line screen with status line.
3278 #       The vt220 mode permits more function keys but it wipes out
3279 #       the escape key.  I strongly reccomend that f11 be set to
3280 #       escape (esc).
3281 #       The terminal may have to be set for 8 data bits and 2 stop
3282 #       bits for the arrow keys to work.
3283 #       The Wyse 85 runs faster with XON/XOFF enabled.  Also the
3284 #       (dch) and (ich) work best when XON/XOFF is set.  (ich) and
3285 #       (dch) leave trash on the screen when used without XON/XOFF.
3287 wy85|wyse85|wyse 85:\
3288         :5i:am:bs:hs:mi:ms:xn:xo:\
3289         :co#80:it#8:li#24:ws#80:\
3290         :%1=\E[28~:*6=\E[4~:@0=\E[1~:@8=\EOM:AL=\E[%dL:\
3291         :DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\E[23~:F2=\E[24~:\
3292         :F3=\E[25~:F4=\E[26~:F5=\E[28~:F6=\E[29~:F7=\E[31~:\
3293         :F8=\E[32~:F9=\E[33~:FA=\E[34~:IC=\E[%d@:K1=\EOw:\
3294         :K2=\EOu:K3=\EOy:K4=\EOq:K5=\EOs:LE=\E[%dD:RA=\E[?7l:\
3295         :RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:\
3296         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
3297         :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[J:\
3298         :ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
3299         :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:\
3300         :ds=\E[40l:eA=\E)0:ec=\E[%dX:ei=\E[4l:fs=\E[1;24r\E8:\
3301         :ho=\E[H:i1=\E[62;1"p\E[?5W:i2=\E>\E(B\E)0\017\E[m:\
3302         :im=\E[4h:ip=:\
3303         :is=\E[2;4;20;30l\E[?1;4;10;16l\E[12h\E[?7;8;25h:\
3304         :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k6=\E[17~:k7=\E[18~:\
3305         :k8=\E[19~:k9=\E[20~:k;=\E[21~:kD=\E[3~:kI=\E[2~:\
3306         :kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:ke=\E>:kh=\E[26~:\
3307         :kl=\E[D:kr=\E[C:ks=\E[?1l\E=:ku=\E[A:l1=PF1:l2=PF2:\
3308         :l3=PF3:l4=PF4:le=^H:mb=\E[5m:md=\E[1m:me=\E[m\017:\
3309         :mh=\E[2m:mk=\E[8m:mr=\E[7m:nd=\E[C:pf=\E[4i:\
3310         :po=\E[5i:ps=\E[0i:r1=\E[13l\E[3l\E!p:\
3311         :r2=\E[35h\E[?3l:r3=\E[?5l:rc=\E8:\
3312         :..sa=\E[0%?%p2%t;4%;%?%p3%p1%|%t;7%;%?%p4%t;5%;%?%p5%t;2%;%?%p6%t;1%;%?%p7%t;8%;m%?%p9%t\016%e\017%;:\
3313         :sc=\E7:se=\E[m:sf=\n:so=\E[7m:sr=\EM:st=\EH:ta=\011:\
3314         :ts=\E[40h\E7\E[25;%i%p1%dH:ue=\E[m:up=\E[A:us=\E[4m:\
3315         :ve=\E[?25h:vi=\E[?25l:
3317 #       Wyse 85 with visual bell.
3318 wy85-vb|wyse85-vb|wyse 85 with visible bell:\
3319         :vb=\E[30h\E\\\054\E[30l:tc=wy85:
3321 #       Wyse 85 in 132-column mode.
3322 wy85-w|wyse85-w|wyse 85 in 132-column mode:\
3323         :co#132:ws#132:\
3324         :r2=\E[35h\E[?3h:tc=wy85:
3326 #       Wyse 85 in 132-column mode with visual bell.
3327 wy85-wvb|wyse85-wvb|wyse 85 with visible bell 132-columns:\
3328         :vb=\E[30h\E\\\054\E[30l:tc=wy85-w:
3330 #       Wyse 185 emulating a vt320 7 bit mode.
3332 #       This terminal always displays 25 lines.  These lines may be used
3333 #       as 24 data lines and a terminal status line (top or bottom) or
3334 #       25 data lines.  The 48 and 50 line modes change the page size
3335 #       and not the number of lines on the screen.
3337 #       The Compose Character key can be used as a meta key if changed
3338 #       by set-up.
3340 wy185|wyse185|wyse 185:\
3341         :5i:am:bs:hs:km:mi:ms:xn:xo:\
3342         :co#80:it#8:li#24:ws#80:\
3343         :%1=\E[28~:*6=\E[4~:@0=\E[1~:@8=\EOM:AL=\E[%dL:\
3344         :DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\E[23~:F2=\E[24~:\
3345         :F3=\E[25~:F4=\E[26~:F5=\E[28~:F6=\E[29~:F7=\E[31~:\
3346         :F8=\E[32~:F9=\E[33~:FA=\E[34~:IC=\E[%d@:K1=\EOw:\
3347         :K2=\EOu:K3=\EOy:K4=\EOq:K5=\EOs:LE=\E[%dD:RA=\E[?7l:\
3348         :RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:\
3349         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
3350         :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[J:\
3351         :ce=\E[K:ch=\E[%i%d`:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
3352         :cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:cv=\E[%i%dd:dc=\E[P:\
3353         :dl=\E[M:do=^J:ds=\E7\E[99;0H\E[K\E8:eA=\E)0:\
3354         :ec=\E[%dX:ei=\E[4l:fs=\E[1;24r\E8:ho=\E[H:i1=\E[?5W:\
3355         :i2=\E>\E(B\E)0\017\E[m:im=\E[4h:ip=:\
3356         :is=\E[2;4;20;30l\E[?1;4;10;16l\E[12h\E[?7;8;25h:\
3357         :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k6=\E[17~:k7=\E[18~:\
3358         :k8=\E[19~:k9=\E[20~:k;=\E[21~:kB=\E[Z:kD=\E[3~:\
3359         :kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:ke=\E>:\
3360         :kh=\E[26~:kl=\E[D:kr=\E[C:ks=\E[?1l\E=:ku=\E[A:\
3361         :l1=PF1:l2=PF2:l3=PF3:l4=PF4:le=^H:mb=\E[5m:md=\E[1m:\
3362         :me=\E[m\017:mh=\E[2m:mk=\E[8m:mr=\E[7m:nd=\E[C:\
3363         :pf=\E[4i:po=\E[5i:ps=\E[0i:\
3364         :r1=\E[13l\E[3l\E\\\E[63;1"p\E[!p:r2=\E[35h\E[?3l:\
3365         :r3=\E[?5l\E[47h\E[40l\E[r:rc=\E8:\
3366         :..sa=\E[0%?%p2%t;4%;%?%p3%p1%|%t;7%;%?%p4%t;5%;%?%p5%t;2%;%?%p6%t;1%;%?%p7%t;8%;m%?%p9%t\016%e\017%;:\
3367         :sc=\E7:se=\E[27m:sf=\n:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
3368         :te=\E[ R:ti=\E[ Q:ts=\E7\E[99;%i%p1%dH:ue=\E[24m:\
3369         :up=\E[A:us=\E[4m:ve=\E[34h\E[?25h:vi=\E[?25l:\
3370         :vs=\E[?25h\E[34l:
3372 #       Wyse 185 with 24 data lines and top status (terminal status)
3373 wy185-24|wyse185-24|wyse 185 with 24 data lines:\
3374         :hs@:\
3375         :ds@:fs@:r3=\E[?5l\E[47h\E[40l\E[1;24r:ts@:tc=wy185:
3377 #       Wyse 185 with visual bell.
3378 wy185-vb|wyse185-vb|wyse 185 with visible bell:\
3379         :vb=\E[30h\E\\\054\E[30l:tc=wy185:
3381 #       Wyse 185 in 132-column mode.
3382 wy185-w|wyse185-w|wyse 185 in 132-column mode:\
3383         :co#132:ws#132:\
3384         :DC=\E[%dP:IC=\E[%d@:dc=\E[P:ei=:im=:ip=:\
3385         :r2=\E[35h\E[?3h:tc=wy185:
3387 #       Wyse 185 in 132-column mode with visual bell.
3388 wy185-wvb|wyse185-wvb|wyse 185 with visible bell 132-columns:\
3389         :vb=\E[30h\E\\\054\E[30l:tc=wy185-w:
3391 # wy325 terminfo entries
3392 # Done by Joe H. Davis        3-9-92
3394 # lines 25  columns 80
3396 wy325|wyse325|Wyse-epc:\
3397         :5i:am:bs:bw:hs:mi:\
3398         :Nl#8:co#80:lh#1:li#24:lw#8:pb#9601:ws#45:\
3399         :#2=\E{:%9=\EP:&3=\Er:@8=\E7:F1=^AJ\r:F2=^AK\r:\
3400         :F3=^AL\r:F4=^AM\r:F5=^AN\r:F6=^AO\r:LF=\EA11:\
3401         :LO=\EA10:RA=\Ed.:SA=\Ed/:\
3402         :ac=+/\\\054.0[Iha2fxgqh1jYk?lZm@nEqDtCu4vAwBx3yszr{c~~:\
3403         :ae=\EcD:al=\EE:as=\EcE:bl=^G:bt=\EI:cd=\EY:ce=\ET:\
3404         :cl=\E+:cm=\E=%+ %+ :cr=^M:ct=\E0:dc=\EW:dl=\ER:\
3405         :do=^J:ds=\EF\r:ei=\Er:fs=^M:ho=^^:i1=\EcB0\EcC1:\
3406         :i2=\Ew0:im=\Eq:ip=:\
3407         :is=\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016\024\El:\
3408         :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
3409         :k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:kA=\EE:\
3410         :kB=\EI:kD=\EW:kE=\ET:kI=\Eq:kL=\ER:kN=\EK:kP=\EJ:\
3411         :kS=\EY:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:\
3412         :ll=^^^K:mb=\EG2:me=\E(\EH\003\EG0\EcD:mh=\EGp:\
3413         :mk=\EG1:mp=\E):mr=\EG4:nd=^L:pf=^T:pl=\EZ2%+?%s\177:\
3414         :pn=\Ez%+/%s\r:po=\Ed#:ps=\EP:px=\EZ1%+?%s\177:\
3415         :r1=\E~!\E~4:r2=\EeF\E`\072:r3=\EwG\Ee(:\
3416         :..sa=%?%p8%t\E)%e\E(%;%?%p9%t\EcE%e\EcD%;\EG%'0'%?%p2%t%{8}%|%;%?%p1%p3%|%p6%|%t%{4}%|%;%?%p4%t%{2}%|%;%?%p1%p5%|%t%{64}%|%;%?%p7%t%{1}%|%;%c:\
3417         :se=\EG0:sf=\n:so=\EGt:sr=\Ej:st=\E1:ta=^I:te=\Ew0:\
3418         :ti=\Ew1:ts=\EF:ue=\EG0:up=^K:us=\EG8:ve=\E`1:\
3419         :vi=\E`0:
3422 # lines 24  columns 80  vb 
3424 wy325-vb|wyse325-vb|wy150-vb:\
3425         :vb=\E`8\E`9:tc=wy325:
3428 # lines 24  columns 132
3430 wy325-w|wyse325-w|wy325w-24:\
3431         :Nl#16:co#132:lw#7:ws#97:\
3432         :cm=\Ea%i%dR%dC:dc=\EW:ip=:r2=\E`;:tc=wy325:
3434 # lines 25  columns 80
3436 wy325-25|wyse325-25|wy325-80:\
3437         :Nl@:lh@:li#25:lw@:\
3438         :pn@:r3=\EwG\Ee):tc=wy325:
3440 # lines 25  columns 132
3442 wy325-25w|wyse325-25w|wy325 132 columns:\
3443         :Nl@:lh@:li#25:lw@:\
3444         :pn@:r3=\EwG\Ee):tc=wy325-w:
3446 # lines 25  columns 132  vb 
3448 wy325-w-vb|wy325-wvb|wyse325-wvb:\
3449         :vb=\E`8\E`9:tc=wy325-w:
3452 # lines 42  columns 80
3454 wy325-42|wyse325-42:\
3455         :Nl@:lh@:li#42:lw@:\
3456         :pn@:r3=\EwG\Ee):tc=wy325:
3458 # lines 42  columns 132
3460 wy325-42w|wyse325-42w:\
3461         :Nl@:lh@:li#42:lw@:\
3462         :pn@:r3=\EwG\Ee):tc=wy325-w:
3464 # lines 42  columns 132  vb 
3466 wy325-42w-vb|wy325-42wvb:\
3467         :vb=\E`8\E`9:tc=wy325-w:
3469 # lines 43  columns 80
3471 wy325-43|wyse325-43:\
3472         :Nl@:lh@:li#43:lw@:\
3473         :pn@:r3=\EwG\Ee):tc=wy325:
3475 # lines 43  columns 132
3477 wy325-43w|wyse325-43w:\
3478         :Nl@:lh@:li#43:lw@:\
3479         :pn@:r3=\EwG\Ee):tc=wy325-w:
3481 # lines 43  columns 132  vb 
3483 wy325-43w-vb|wy325-43wvb:\
3484         :vb=\E`8\E`9:tc=wy325-w:
3485 #       Wyse 370
3487 #               24 line screen with status line.
3489 #       The terminal may have to be set for 8 data bits and 2 stop
3490 #       bits for the arrow keys to work.
3492 #       If you change keyboards the terminal will send different
3493 #       escape sequences.
3494 #       The following definition is for the basic terminal without
3495 #       function keys.
3497 #       u0 -> enter Tektronix 4010/4014 mode
3498 #       u1 -> exit  Tektronix 4010/4014 mode
3499 #       u2 -> enter ASCII mode (from any ANSI mode)
3500 #       u3 -> exit  ASCII mode (goto native ANSI mode)
3501 #       u4 -> enter Tek 4207 ANSI mode (from any ANSI mode)
3502 #       u5 -> exit  Tek 4207 mode (goto native ANSI mode)
3504 # (untranslatable capabilities removed to fit entry within 1023 bytes)
3505 # WARNING: this entry, 1201 bytes long, may core-dump older termcap libraries!
3506 wy370-nk|wyse 370 without function keys:\
3507         :5i:am:bs:cc:hs:mi:ms:xn:xo:\
3508         :Co#64:NC#48:co#80:it#8:li#24:pa#64:ws#80:\
3509         :AL=\E[%dL:DC=\E[%dP:DK=\E[31h:DL=\E[%dM:DO=\E[%dB:\
3510         :IC=\E[%d@::LE=\E[%dD:RA=\E[?7l:RC=\E[31l:RI=\E[%dC:\
3511         :SA=\E[?7h:Sb=\E[62;%dw:Sf=\E[61;%dw:UP=\E[%dA:\
3512         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
3513         :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[J:\
3514         :ce=\E[K:ch=\E[%i%d`:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
3515         :cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:cv=\E[%i%dd:dc=\E[P:\
3516         :dl=\E[M:do=^J:ds=\E[40l:eA=\E)0:ec=\E[%dX:ei=\E[4l:\
3517         :fs=\E[1;24r\E8:ho=\E[H:i1=\E[90;1"p\E[?5W:\
3518         :i2=\E>\017\E)0\E(B\E[63;0w\E[m:im=\E[4h:ip=:\
3519         :is=\E[2;4;20;30;40l\E[?1;10;16l\E[12h\E[?7;8;25h:\
3520         :ke=\E>:ks=\E[?1l\E=:le=^H:mb=\E[5m:md=\E[1m:\
3521         :me=\E[m\017:mh=\E[2m:mk=\E[8m:mr=\E[7m:nd=\E[C:\
3522         :oc=\E[60w\E[63;0w\n\E[66;1;4w\n\E[66;2;13w\n\E[66;3;16w\n\E[66;4;49w\n\E[66;5;51w\n\E[66;6;61w\n\E[66;7;64w:\
3523         :op=\E[m:pf=\E[4i:po=\E[5i:ps=\E[0i:\
3524         :r1=\E[13l\E[3l\E!p\E[?4i:r2=\E[35h\E[?3l:r3=\E[?5l:\
3525         :rc=\E8::sc=\E7:se=\E[27m:sf=\n:so=\E[7m:sr=\EM:\
3526         :st=\EH:ta=\011:te=\E[ R:ti=\E[ Q:\
3527         :ts=\E[40l\E[40h\E7\E[99;%i%p1%dH:u0=\E[?38h\E8:\
3528         :u1=\E[?38l\E)0:u2=\E[92;52"p:u3=\E~B:u4=\E[92;76"p::\
3529         :ue=\E[24m:up=\E[A:us=\E[4m:ve=\E[34h\E[?25h:\
3530         :vi=\E[?25l:vs=\E[?25h\E[34l:
3532 #       Function key set for the ASCII (wy-50 compatable) keyboard
3534 wy370-101k|Wyse 370 with 101 key keyboard:\
3535         :@8=\EOM:F1=\E[23~:F2=\E[24~:F3=\E[25~:F4=\E[26~:\
3536         :F5=\E[28~:F6=\E[29~:k1=\E[?4i:k2=\E[?3i:k3=\E[2i:\
3537         :k4=\E[@:k5=\E[M:k6=\E[17~:k7=\E[18~:k8=\E[19~:\
3538         :k9=\E[20~:k;=\E[21~:kA=\EOP:kB=\E[Z:kD=\EOQ:kI=\EOP:\
3539         :kL=\EOQ:kN=\E[U:kP=\E[V:kb=^H:kd=\E[B:kh=\E[H:\
3540         :kl=\E[D:kr=\E[C:ku=\E[A:tc=wy370-nk:
3542 #       Function key set for the VT-320 (and wy85) compatable keyboard
3544 wy370-105k|Wyse 370 with 105 key keyboard:\
3545         :%1=\E[28~:*6=\E[4~:@0=\E[1~:@8=\EOM:F1=\E[23~:\
3546         :F2=\E[24~:F3=\E[25~:F4=\E[26~:F5=\E[28~:F6=\E[29~:\
3547         :F7=\E[31~:F8=\E[32~:F9=\E[33~:FA=\E[34~:K1=\EOw:\
3548         :K2=\EOu:K3=\EOy:K4=\EOq:K5=\EOs:k1=\EOP:k2=\EOQ:\
3549         :k3=\EOR:k4=\EOS:k6=\E[17~:k7=\E[18~:k8=\E[19~:\
3550         :k9=\E[20~:k;=\E[21~:kD=\E[3~:kI=\E[2~:kN=\E[6~:\
3551         :kP=\E[5~:kb=^H:kd=\E[B:kh=\E[26~:kl=\E[D:kr=\E[C:\
3552         :ku=\E[A:l1=PF1:l2=PF2:l3=PF3:l4=PF4:tc=wy370-nk:
3554 #       Function key set for the PC compatable keyboard
3556 wy370-EPC|Wyse 370 with 102 key keyboard:\
3557         :@7=\E[1~:@8=\EOM:F1=\E[23~:F2=\E[24~:k1=\EOP:\
3558         :k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[M:k6=\E[17~:k7=\E[18~:\
3559         :k8=\E[19~:k9=\E[20~:k;=\E[21~:kB=\E[Z:kI=\E[2~:\
3560         :kN=\E[U:kP=\E[V:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:\
3561         :kr=\E[C:ku=\E[A:tc=wy370-nk:
3563 #       Set up the default WY-370.
3565 wy370|wyse370|Wyse 370:\
3566         :tc=wy370-101k:
3568 #       Wyse 370 with visual bell.
3569 wy370-vb|Wyse 370 with visible bell:\
3570         :vb=\E[30h\E\\\054\E[30l:tc=wy370:
3572 #       Wyse 370 in 132-column mode.
3573 wy370-w|Wyse 370 in 132-column mode:\
3574         :co#132:ws#132:\
3575         :r2=\E[35h\E[?3h:tc=wy370:
3577 #       Wyse 370 in 132-column mode with visual bell.
3578 wy370-wvb|Wyse 370 with visible bell 132-columns:\
3579         :vb=\E[30h\E\\\054\E[30l:tc=wy370-w:
3580 wy370-rv|Wyse 370 reverse video:\
3581         :r3=\E[32h\E[?5h:tc=wy370:
3583 #       Wyse 99gt Tektronix 4010/4014 emulator,
3585 wy99gt-tek|Wyse 99gt Tektronix 4010/4014 emulator:\
3586         :am:bs:os:\
3587         :co#74:li#35:\
3588         :bl=^G:cl=\E^L:\
3589         :..cm=\035%{3040}%{89}%p1%*%-%Py\n%p2%{55}%*%Px\n%gy%{128}%/%{31}%&%{32}%+%c\n%gy%{3}%&%{4}%*%gx%{3}%&%+%{96}%+%c\n%gy%{004}%/%{31}%&%{96}%+%c\n%gx%{128}%/%{31}%&%{32}%+%c\n%gx%{004}%/%{31}%&%{64}%+%c\037:\
3590         :cr=^M:do=^J:ff=^L:\
3591         :hd=\036HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH\037:\
3592         :ho=^]7`x @\037:\
3593         :hu=\036DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD\037:\
3594         :is=\E8:le=^H:nd= :nw=^M^J:u0=\E~>\E8:u1=\E[42h:\
3595         :up=^K:
3597 #       Wyse 160 Tektronix 4010/4014 emulator,
3599 wy160-tek|Wyse 160 Tektronix 4010/4014 emulator:\
3600         :..cm=\035%{3103}%{91}%p1%*%-%Py\n%p2%{55}%*%Px\n%gy%{128}%/%{31}%&%{32}%+%c\n%gy%{3}%&%{4}%*%gx%{3}%&%+%{96}%+%c\n%gy%{004}%/%{31}%&%{96}%+%c\n%gx%{128}%/%{31}%&%{32}%+%c\n%gx%{004}%/%{31}%&%{64}%+%c\037:\
3601         :ho=^]8`g @\037:tc=wy99gt-tek:
3603 #       Wyse 370 Tektronix 4010/4014 emulator,
3605 wy370-tek|Wyse 370 Tektronix 4010/4014 emulator:\
3606         :am:bs:os:\
3607         :co#80:li#36:\
3608         :bl=^G:cl=\E^L:\
3609         :..cm=\035%{775}%{108}%p1%*%{5}%/%-%Py\n%p2%{64}%*%{4}%+%{5}%/%Px\n%gy%{32}%/%{31}%&%{32}%+%c\n%gy%{31}%&%{96}%+%c\n%gx%{32}%/%{31}%&%{32}%+%c\n%gx%{31}%&%{64}%+%c\037:\
3610         :cr=^M:do=^J:ff=^L:\
3611         :hd=\036HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH\037:\
3612         :ho=^]8g @\037:\
3613         :hu=\036DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD\037:\
3614         :is=\E8:kb=^H:kd=^J:kl=^H:kr=^I:ku=^K:le=^H:nd= :\
3615         :nw=^M^J:u0=\E[?38h\E8:u1=\E[?38l\E)0:up=^K:
3617 # Vendor-supplied Wyse entries end here.
3619 # From: Eric Freudenthal <freudent@eric.ultra.nyu.edu>
3620 wy100q|Wyse 100 for Quotron:\
3621         :bs:\
3622         :co#80:li#24:sg#1:ug#1:\
3623         :al=\EE:bt=\EI:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :\
3624         :dc=\EW:dl=\ER:do=^J:ei=\Er:ho=^^:im=\Eq:\
3625         :is=\E`\072\200\EC\EDF\E0\E'\E(\EA21:kd=^J:kl=^H:\
3626         :kr=^L:ku=^K:nd=^L:se=\EG0:so=\EG4:sr=\Ej:ue=\EG0:\
3627         :up=^K:us=\EG8:
3629 #### Kermit terminal emulations
3631 # Obsolete Kermit versions may be listed in the section describing obsolete
3632 # non-ANSI terminal emulators later in the file.
3635 # KERMIT standard all versions.
3636 # Straight ascii keyboard. :sr=\EI: not avail. many versions + bug prone in vi.
3637 # (kermit: removed obsolete ":ma=^Hh^Jj^Kk^Ll^^H:" -- esr)
3638 # From: greg small <gts@populi.berkeley.edu> 9-25-84
3639 kermit|standard kermit:\
3640         :bs:\
3641         :co#80:li#24:\
3642         :cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :ho=\EH:\
3643         :is=K0 Standard Kermit  9-25-84\n:kd=^J:kh=^^:kl=^H:\
3644         :kr=^L:ku=^K:nd=\EC:up=\EA:
3645 kermitam|standard kermit plus auto-margin:\
3646         :am:\
3647         :is=K1 Standard Kermit plus Automatic Margins\n:tc=kermit:
3648 # IBMPC Kermit 1.2.
3649 # Bugs :cd:ce: do not work except at beginning of line!  :cl: does not work,
3650 # but fake with :cl=\EH\EJ (since :cd=\EJ: works at beginning of line).
3651 # From: greg small <gts@populi.berkeley.edu> 8-30-84
3652 pckermit|pckermit12|UCB IBMPC Kermit 1.2:\
3653         :am:\
3654         :li#25:\
3655         :cd@:ce@:cl=\EH\EJ:\
3656         :is=K2 UCB IBMPC Kermit 1.2  8-30-84\n:tc=kermit:
3657 # IBMPC Kermit 1.20
3658 # Cannot use line 25, now acts funny like ansi special scrolling region.
3659 # Initialization must escape from that region by cursor position to line 24.
3660 # Cannot use character insert because 1.20 goes crazy if insert at col 80.
3661 # Does not use am: because autowrap mode lost when kermit dropped and restarted.
3662 # (pckermit: mapped ":pt:" to ":it#8:" -- esr)
3663 # From: greg small <gts@populi.berkeley.edu> 12-19-84
3664 pckermit120|UCB IBMPC Kermit 1.20:\
3665         :am@:pt:\
3666         :it#8:li#24:\
3667         :al=\EL:dc=\EN:dl=\EM:do=\EB:ei@:im@:\
3668         :is=\EO\Eq\EJ\EY7 K3 UCB IBMPC Kermit 1.20  12-19-84\n:\
3669         :se=\Eq:so=\Ep:vs=\EO\Eq\EEK3:tc=kermit:
3670 # MS-DOS Kermit 2.27 for the IBMPC
3671 # Straight ascii keyboard. :sr=\EI: not avail. many versions + bug prone in vi.
3672 # Cannot use line 25, now acts funny like ansi special scrolling region.
3673 # Initialization must escape from that region by cursor position to line 24.
3674 # Does not use am: because autowrap mode lost when kermit dropped and restarted.
3675 # Reverse video for standout like H19.
3676 # (msk227: removed obsolete ":ma=^Hh^Jj^Kk^Ll^^H:";
3677 # mapped ":pt:" to ":it#8:" -- esr)
3678 # From: greg small <gts@populi.berkeley.edu> 3-17-85
3679 msk227|mskermit227|MS-DOS Kermit 2.27 for the IBMPC:\
3680         :am@:bs:pt:\
3681         :co#80:it#8:li#24:\
3682         :al=\EL:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :dc=\EN:\
3683         :dl=\EM:do=\EB:ei=\EO:ho=\EH:im=\E@:\
3684         :is=\EO\Eq\EG\Ew\EJ\EY7 K4 MS Kermit 2.27 for the IBMPC 3-17-85\n:\
3685         :kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:nd=\EC:rc=\Ek:sc=\Ej:\
3686         :se=\Eq:so=\Ep:up=\EA:vs=\EO\Eq\EG\EwK4:
3687 # MS-DOS Kermit 2.27 with automatic margins
3688 # From: greg small <gts@populi.berkeley.edu> 3-17-85
3689 msk227am|mskermit227am|UCB MS-DOS Kermit 2.27 with automatic margins:\
3690         :am:\
3691         :is=\EO\Eq\EG\Ev\EJ\EY7 K5 MS Kermit 2.27 +automatic margins 3-17-85\n:\
3692         :vs=\EO\Eq\EG\EvK5:tc=msk227:
3693 # MS-DOS Kermit 2.27 UCB 227.14 for the IBM PC
3694 # Automatic margins now default.  Use ansi set graphic rendition for standout,
3695 # underline and ul codes (:md:,:me:,:mr:).  Define function keys.
3696 # (msk22714: removed obsolete ":kn#10:" -- esr)
3697 # From: greg small <gts@populi.berkeley.edu> 3-17-85
3698 msk22714|mskermit22714|UCB MS-DOS Kermit 2.27 UCB 227.14 IBM PC:\
3699         :am:\
3700         :is=\EO\Eq\EG\Ev\EJ\EY7 K6 MS Kermit 2.27 UCB 227.14 IBM PC 3-17-85\n:\
3701         :k0=\E0:k1=\E1:k2=\E2:k3=\E3:k4=\E4:k5=\E5:k6=\E6:\
3702         :k7=\E7:k8=\E8:k9=\E9:md=\E[1m:me=\E[m:mr=\E[7m:\
3703         :se=\E[m:so=\E[1m:ue=\E[m:us=\E[4m:vs=\EO\Eq\EG\EvK6:tc=mskermit227:
3704 # This was designed for a VT320 emulator, but it is probably a good start
3705 # at support for the VT320 itself.
3706 # Please send changes with explanations to bug-gnu-emacs@prep.ai.mit.edu.
3707 vt320-k3|MS-Kermit 3.00's vt320 emulation:\
3708         :am:es:hs:km:mi:ms:xn:\
3709         :co#80:it#8:li#49:pb#9600:vt#3:\
3710         :AL=\E[%dL:CC=\E:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:\
3711         :IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:SR=\E[%dL:UP=\E[%dA:\
3712         :ae=\E(B:al=\E[L:as=\E(0:bl=^G:cd=\E[J:ce=\E[K:\
3713         :ch=\E[%i%dG:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
3714         :cs=\E[%i%d;%dr:ct=\E[3g:cv=\E[%i%dd:dc=\E[P:dl=\E[M:\
3715         :do=^J:ds=\E[0$~:ec=\E[%dX:ei=\E[4l:fs=\E[0$}:\
3716         :ho=\E[H:im=\E[4h:is=\E>\E F\E[?1l\E[?7h\E[r\E[2$~:\
3717         :k0=\E[21~:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k6=\E[17~:\
3718         :k7=\E[18~:k8=\E[19~:k9=\E[20~:kI=\E[2~:kL=\E[3~:\
3719         :kN=\E[6~:kP=\E[5~:kb=^H:kd=\EOB:ke=\E[?1l\E>:\
3720         :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:\
3721         :md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:nw=^M^J:pf=\E[4i:\
3722         :po=\E[5i:ps=\E[0i:\
3723         :r1=\E(B\E)B\E>\E F\E[4;20l\E[12h\E[?1;5;6;38;42l\E[?7;25h\E4i\E?4i\E[m\E[r\E[2$~:\
3724         :rc=\E8:sc=\E7:se=\E[27m:sf=^J:so=\E[7m:sr=\EM:\
3725         :st=\EH:ta=^I:ts=\E[1$}\r\E[K:ue=\E[24m:up=\E[A:\
3726         :us=\E[4m:vb=\E[?5h\E[?5l\E[?5h\E[?5l\E[?5h\E[?5l:\
3727         :ve=\E[?25h:vi=\E[?25l:
3729 ######## OLDER TERMINAL TYPES
3731 # This section is devoted to older commercial terminal brands that are now
3732 # discontinued, but known to be still in use or represented by emulations.
3735 #### AT&T (att, tty)
3737 # This section also includes Teletype-branded VDTs.
3739 # The AT&T/Teletype terminals group was sold to SunRiver Data Systems; for
3740 # details, see the header comment on the ADDS section.
3742 # These are AT&T's official terminfo entries
3744 att2300|ATT2300|sv80|AT&T 2300 Video Information Terminal 80 column mode:\
3745         :am:eo:mi:ms:xo:\
3746         :co#80:it#8:li#24:\
3747         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\E[11r:\
3748         :F2=\E[12r:F3=\E[13r:F4=\E[14r:F5=\E[15r:F6=\E[16r:\
3749         :IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:al=\E[L:\
3750         :bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
3751         :cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:\
3752         :ho=\E[H:im=\E[4h:k1=\E[1r:k2=\E[2r:k3=\E[3r:\
3753         :k4=\E[4r:k5=\E[5r:k6=\E[6r:k7=\E[7r:k8=\E[8r:\
3754         :k9=\E[9r:k;=\E[10r:kA=\E[L:kB=\E[Z:kC=\E[J:kD=\E[P:\
3755         :kI=\E[@:kL=\E[M:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:\
3756         :kr=\E[C:ku=\E[A:le=^H:me=\E[m:mr=\E[7m:nd=\E[C:\
3757         :pf=\E[4i:po=\E[5i:ps=\E[0i:se=\E[0m:sf=^J:so=\E[7m:\
3758         :ta=^I:up=\E[A:
3759 att2350|AT&T 2350 Video Information Terminal 80 column mode:\
3760         :pf@:po@:ps@:tc=att2300:
3761 att2300-x40|sv40|AT&T 2300 Video Information Terminal 40 column mode:\
3762         :co#40:it#5:li#23:\
3763         :AL@:al@:tc=att2300:
3764 att2350-x40|ATT2350-x40|AT&T 2350 Video Information Terminal 40 column mode:\
3765         :co#40:it#5:li#23:\
3766         :AL@:al@:tc=att2350:
3768 # Must setup RETURN KEY - CR, REC'VD LF - INDEX.
3769 # Seems upward compatible with vt100, plus ins/del line/char.
3770 # On sgr, the protection parameter is ignored.
3771 # No check is made to make sure that only 3 parameters are output.
3772 #       standout= reverse + half-intensity = 3 | 5.
3773 #       bold= reverse + underline = 2 | 3.
3774 # note that half-bright blinking doesn't look different from normal blinking.
3775 # NOTE:you must program the function keys first, label second!
3776 att5410v1|att4410v1|tty5410v1|AT&T 4410/5410 80 columns - version 1:\
3777         :am:hs:mi:ms:xo:\
3778         :Nl#8:co#80:it#8:lh#2:li#24:lw#8:ws#80:\
3779         :ac=``aaffhhggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~00++--\\\054\\\054..:\
3780         :ae=^O:al=\E[L:as=^N:bl=^G:cd=\E[J:ce=\E[K:\
3781         :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
3782         :dc=\E[P:dl=\E[M:do=\E[B:ei=:fs=\E8:ho=\E[H:\
3783         :i1=\E[?3l\E)0:\
3784         :i2=\E[1;03q   f1           \EOP\E[2;03q   f2           \EOQ\E[3;03q   f3           \EOR\E[4;03q   f4           \EOS\E[5;03q   f5           \EOT\E[6;03q   f6           \EOU\E[7;03q   f7           \EOV\E[8;03q   f8           \EOW:\
3785         :ic=\E[@:im=:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOT:\
3786         :k6=\EOU:k7=\EOV:k8=\EOW:kC=\E[2J:kH=\E[24;1H:kb=^H:\
3787         :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
3788         :ll=\E[24H:mb=\E[5m:md=\E[2;7m:me=\E[m\017:mh=\E[2m:\
3789         :mk=\E[8m:mr=\E[7m:nd=\E[C:nw=^M^J:\
3790         :..pn=\E[%p1%d;00q%p2%\072-16s:\
3791         :..px=\E[%p1%1d;%p2%l%2.2dq   f%p1%1d           %p2%s:\
3792         :r2=\Ec\E[?3l\E[2;0y:rc=\E8:\
3793         :..sa=\E[0%?%p1%p5%|%t;2%;%?%p2%p6%|%t;4%;%?%p4%t;5%;%?%p3%p1%|%p6%|%t;7%;%?%p7%t;8%;m%?%p9%t\016%e\017%;:\
3794         :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:ta=^I:\
3795         :ts=\E7\E[25;%p1%{1}%+%dH:ue=\E[m:up=\E[A:us=\E[4m:
3797 att4410v1-w|att5410v1-w|tty5410v1-w|AT&T 4410/5410 132 columns - version 1:\
3798         :co#132:ws#132:\
3799         :i1=\E[?3h\E)0:r2=\Ec\E[?3h\E[2;0y:tc=att5410v1:
3801 att4410|att5410|tty5410|AT&T 4410/5410 80 columns - version 2:\
3802         :..px=\E[%p1%d;%p2%l%02dq   f%p1%d           %p2%s:tc=att5410v1:
3804 att4410-nfk|att5410-nfk|4410-nfk|tty5410-nfk|5410-nfk|version 1 AT&T 4410/5410 entry without function keys:\
3805         :i3@:k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:pn@:tc=att4410:
3807 att5410-w|att4410-w|4410-w|tty5410-w|5410-w|AT&T 4410/5410 in 132 column mode:\
3808         :co#132:ws#132:\
3809         :i1=\E[?3h\E)0:r2=\Ec\E[?3h\E[2;0y:tc=att4410:
3811 att5410-nsl|4410-nsl|att4410-nsl|ATT4410-nsl|tty5410-nsl|tty5410 entry without pln defined:\
3812         :pn@:tc=att4410:
3814 otty5410|teletype 5410 for S5R2 curses:\
3815         :ts=\E7\E[25;%p1%{1}%+%dH:tc=att4410:
3817 # 5410 in terms of a vt100
3818 v5410|5410 in terms of a vt100:\
3819         :am:mi:ms:xo:\
3820         :co#80:it#8:li#24:vt#3:\
3821         :@8=\EOM:K1=\EOq:K2=\EOr:K3=\EOs:K4=\EOp:K5=\EOn:\
3822         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
3823         :ae=^O:al=\E[L:as=^N:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\
3824         :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
3825         :ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:eA=\E(B\E)0:ei=:\
3826         :ho=\E[H:ic=\E[@:im=:k0=\EOy:k1=\EOP:k2=\EOQ:k3=\EOR:\
3827         :k4=\EOS:k5=\EOt:k6=\EOu:k7=\EOv:k8=\EOl:k9=\EOw:\
3828         :k;=\EOx:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:\
3829         :ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:md=\E[1m:\
3830         :me=\E[m\017:mr=\E[7m:nd=\E[C:\
3831         :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\
3832         :..sa=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;:\
3833         :sc=\E7:se=\E[m:sf=^J:so=\E[1;7m:sr=\EM:st=\EH:ta=^I:\
3834         :ue=\E[m:up=\E[A:us=\E[4m:
3837 # Teletype Model 5420 -- A souped up 5410, with multiple windows,
3838 # even! the 5420 has three modes: scroll, window or page mode
3839 # this terminfo should work in scroll or window mode, but doesn't
3840 # take advantage of any of the differences between them.
3842 # Has memory below (2 lines!)
3843 # 3 pages of memory (plus some spare)
3844 # The 5410 sequences for cup,cvvis,dch,dl,ech,flash,home,hpa,hts would work
3845 # for these, but these work in both scroll and window mode...
3846 # Unset insert character so insert mode works
3847 # is1 sets 80 column mode,
3848 # is2 escape sequence:
3849 # 1) turn off all fonts
3850 # 2) function keys off, keyboard lock off, control display off,
3851 #    insert mode off, erasure mode off,
3852 # 3) full duplex, monitor mode off, send graphics off, nl on lf off
3853 # 4) reset origin mode
3854 # 5) set line wraparound
3855 # 6) exit erasure mode, positional attribute mode, and erasure extent mode
3856 # 7) clear margins
3857 # 8) program ENTER to transmit ^J,
3858 # We use \212 to program the ^J because a bare ^J will get translated by
3859 # UNIX into a CR/LF. The enter key is needed for AT&T uOMS.
3860 #     1      2            3              4     5     6    7  8
3861 # is3 set screen color to black,
3862 # No representation in terminfo for the delete word key: kdw1=\Ed
3863 # Key capabilities assume the power-up send sequence...
3864 # This rmcup is not strictly necessary, but it helps maximize 
3865 # memory usefulness: rmcup=\Ez,
3866 # Alternate sgr0:       sgr0=\E[0m\EW^O,
3867 # Alternate sgr:        sgr=\E[%?%p1%t2;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p5%t;2%;%?%p7%t;8%;m%?%p8%t\EV%;%?%p9%t^N%e^O%;,
3868 # smkx programs the SYS PF keys to send a set sequence.
3869 # It also sets up labels f1, f2, ..., f8, and sends edit keys.
3870 # This string causes them to send the strings kf1-kf8
3871 # when pressed in SYS PF mode.
3872 att4415|tty5420|att5420|AT&T 4415/5420 80 columns:\
3873         :db:mi:xo:\
3874         :Nl#8:lh#2:lm#78:lw#8:ws#55:\
3875         :@1=\Et:@7=\Ez:@8=\Eent:AL=\E[%dL:\
3876         :CM=\E[%i%p1%d;%p2%dt:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:\
3877         :IC=\E[%d@:LE=\E[%dD:LF=\E|:LO=\E~:RI=\E[%dC:\
3878         :SF=\E[%dE:SR=\E[%dF:UP=\E[%dA:bt=\E[Z:ch=\E[%+^AG:\
3879         :cl=\E[x\E[J:cm=\E[%i%d;%dx:ct=\E[3g:cv=\E[%+^Ad:\
3880         :ec=\E[%ds\E[%dD:ei=\E[4l:ho=\E[x:i1=\E[?3l:\
3881         :i2=\E[?5l:ic@:im=\E[4h:\
3882         :is=\E[0m\017\E[1;2;3;4;6l\E[12;13;14;20l\E[?6;97;99l\E[?7h\E[4i\Ex\E[21;1j\212:\
3883         :k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:k5=\EOg:k6=\EOh:\
3884         :k7=\EOi:k8=\EOj:kA=\E[L:kB=\E[Z:kD=\E[P:kE=\E[2K:\
3885         :kF=\E[T:kH=\Eu:kI=\E[4h:kL=\E[M:kN=\E[U:kP=\E[V:\
3886         :kR=\E[S:ke=\E[19;0j\E[21;1j\212:\
3887         :ks=\E[19;1j\E[21;4j\Eent:l1=F1:l2=F2:l3=F3:l4=F4:\
3888         :l5=F5:l6=F6:l7=F7:l8=F8:ll=\Ew:me=\E[0m\017:mp=\EV:\
3889         :pf=\E[?9i:..pn=\E[%p1%d;0;0;0q%p2%\072-16.16s:\
3890         :po=\E[?4i:ps=\E[?2i:\
3891         :..px=\E[%p1%d;%p2%l%02dq   F%p1%d           %p2%s:\
3892         :..sa=\E[0%?%p1%p5%|%t;2%;%?%p2%p6%|%t;4%;%?%p4%t;5%;%?%p3%p1%|%p6%|%t;7%;%?%p7%t;8%;m%?%p9%t\016%e\017%;:\
3893         :st=\EH:ts=\E7\E[25;%p1%{8}%+%dH:vb=\E[?5h\E[?5l:\
3894         :ve=\E[11;0j:vs=\E[11;1j:tc=att4410:
3896 att4415-w|tty5420-w|att5420-w|5420-w|AT&T model 4415/5420 in 132 column mode:\
3897         :co#132:lm#54:ws#97:\
3898         :i1=\E[?3h:tc=att4415:
3900 att4415-rv|tty5420-rv|att5420-rv|AT&T model 4415/5420 80 columns in reverse video:\
3901         :i2=\E[?5h:vb=\E[?5l\E[?5h:tc=att4415:
3903 att4415-w-rv|tty5420-w-rv|att5420-w-rv|AT&T model 4415/5420 132 columns in reverse video:\
3904         :co#132:lm#54:ws#97:\
3905         :i1=\E[?3h:i2=\E[?5h:vb=\E[?5l\E[?5h:tc=att4415:
3907 # Note that this mode permits programming USER PF KEYS and labels
3908 # However, when you program user pf labels you have to reselect
3909 # user pf keys to make them appear! 
3910 att4415+nl|4415+nl|tty5420+nl|att5420+nl|generic AT&T 4415/5420 changes for not changing labels:\
3911         :k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:\
3912         :..pn=\E[%p1%d;0;0;1q%p2%\072-16.16s:\
3913         :..px=\E[%p1%d;%p2%l%02d;0;1q   F%p1%d           %p2%s:
3915 att4415-nl|4415-nl|tty5420-nl|att5420-nl|AT&T 4415/5420 without changing labels:\
3916         :k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:tc=att4415+nl:tc=att4415:
3918 att4415-rv-nl|tty5420-rv-nl|att5420-rv-nl|AT&T 4415/5420 reverse video without changing labels:\
3919         :k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:tc=att4415+nl:tc=att4415-rv:
3921 att4415-w-nl|tty5420-w-nl|att5420-w-nl|AT&T 4415/5420 132 cols without changing labels:\
3922         :k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:tc=att4415+nl:tc=att4415-w:
3924 att4415-w-rv-n|tty5420-w-rv-n|att5420-w-rv-n|AT&T 4415/5420 132 cols reverse without changing labels:\
3925         :k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:tc=att4415+nl:tc=att4415-w-rv:
3927 otty5420|teletype 5420 for SVR2 curses on the 3B-20's:\
3928         :ch=\E[%+^AG:cv=\E[%+^Ad:tc=tty5420:
3930 att5420_2|AT&T 5420 model 2 in 80 column mode:\
3931         :am:db:hs:mi:ms:xo:\
3932         :Nl#8:co#80:it#8:lh#2:li#24:lm#78:lw#8:ws#55:\
3933         :@1=\Et:@7=\Ez:@8=^J:AL=\E[%dL:CM=\E[%i%p1%d;%p2%dt:\
3934         :DC=\E[%dP:DL=\E[%dM:IC=\E[%d@:LE=\E[%dD:LF=\E|:\
3935         :LO=\E~:RI=\E[%dC:SF=\E[%dE:SR=\E[%dF:UP=\E[%dA:\
3936         :ae=^O:al=\E[L:as=^N:bt=\E[1Z:cb=\E[1K:cd=\E[0J:\
3937         :ce=\E[0K:ch=\E[%+^AG:cl=\EH\EJ:cm=\E[%i%d;%dH:\
3938         :cr=\EG:cs=\E[%i%d;%dr:ct=\E[3g:cv=\E[%+^Ad:dc=\E[P:\
3939         :dl=\E[M:do=\E[1B:ec=\E[%ds\E[%dD:ei=:fs=\E8:ho=\E[H:\
3940         :i1=\E[0;23r\Ex\Ey\E[2;0j\E[3;3j\E[4;0j\E[5;0j\E[6;0j\E[7;0j\E[8;0j\E[9;1j\E[10;0j\E[15;0j\E[16;1j\E[19;0j\E[20;1j\E[29;0j\E[1;24r:\
3941         :ic=\E[@:im=:k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:k5=\EOg:\
3942         :k6=\EOh:k7=\EOi:k8=\EOj:kA=\E[L:kB=\E[Z:kC=\E[2J:\
3943         :kD=\E[P:kE=\E[2K:kF=\E[T:kH=\Eu:kI=\E[4h:kL=\E[M:\
3944         :kN=\E[U:kP=\E[V:kR=\E[S:kb=^H:kd=\E[B:ke=\E[19;0j:\
3945         :kh=\E[H:kl=\E[D:kr=\E[C:ks=\E[19;1j:ku=\E[A:l1=F1:\
3946         :l2=F2:l3=F3:l4=F4:l5=F5:l6=F6:l7=F7:l8=F8:le=^H:\
3947         :ll=\Ew:mb=\E[5m:me=\E[0m\017:mh=\E[2m:mk=\E[8m:\
3948         :mp=\EV:mr=\E[7m:nd=\E[1C:nw=^M^J:pf=\E[4i:\
3949         :..pn=\E[%p1%d;0;0;0q%p2%\072-16.16s\E~:po=\E[5i:\
3950         :ps=\E[?;2i:\
3951         :..px=\E[%p1%d;%p2%l%02dq   F%p1%d           %p2%s\E~:\
3952         :r2=\Ec\E[?3l\E[2;0y:rc=\E8:\
3953         :..sa=\E[0%?%p1%p5%|%t;2%;%?%p2%p6%|%t;4%;%?%p4%t;5%;%?%p3%p1%|%p6%|%t;7%;%?%p7%t;8%;m%?%p9%t\016%e\017%;:\
3954         :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
3955         :ts=\E7\E[25;%p1%{8}%+%dH:ue=\E[m:us=\E[4m:\
3956         :vb=\E[?5h\E[?5l:ve=\E[11;0j:vs=\E[11;1j:
3957 att5420_2-w|AT&T 5420 model 2 in 132 column mode:\
3958         :co#132:\
3959         :i1=\E[0;23r\Ex\Ey\E[2;0j\E[3;3j\E[4;0j\E[5;1j\E[6;0j\E[7;0j\E[8;0j\E[9;1j\E[10;0j\E[15;0j\E[16;1j\E[19;0j\E[20;1j\E[29;0j\E[1;24r:tc=att5420_2:
3961 att4418|att5418|ATT5418|AT&T 5418 in 80 column mode:\
3962         :am:xo:\
3963         :co#80:li#24:\
3964         :@8=\E[:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:\
3965         :F1=\E[n:F2=\E[o:F3=\E[H:F4=\E[I:F5=\E[J:F8=\E[K:\
3966         :F9=\E[L:FA=\E[E:FB=\E[_:FC=\E[M:FD=\E[N:FE=\E[O:\
3967         :IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=^O:\
3968         :al=\E[1L:as=^N:bl=^G:cd=\E[0J:ce=\E[0K:cl=\E[H\E[2J:\
3969         :cm=\E[%i%d;%dH:cr=^M:dc=\E[1P:dl=\E[M:do=\E[B:ei=:\
3970         :ho=\E[H:i1=\E[?3l:ic=\E[1@:im=:is=\E)0\E?6l\E?5l:\
3971         :k1=\E[h:k2=\E[i:k3=\E[j:k6=\E[k:k7=\E[l:k8=\E[f:\
3972         :k9=\E[w:k;=\E[m:kC=\E[%:kd=\EU:kh=\Ec:kl=\E@:kr=\EA:\
3973         :ku=\ES:le=\E[D:mb=\E[5m:me=\E[0m\017:mh=\E[2m:\
3974         :mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:se=\E[0m:sf=^J:\
3975         :so=\E[7m:ue=\E[0m:up=\E[A:us=\E[4m:
3976 att4418-w|att5418-w|AT&T 5418 in 132 column mode:\
3977         :co#132:\
3978         :i1=\E[?3h:tc=att5418:
3980 tty4420|teletype 4420:\
3981         :da:db:eo:ms:ul:xo:\
3982         :co#80:li#24:lm#72:\
3983         :al=\EL:bl=^G:cd=\EJ:ce=\Ez:cl=\EH\EJ:cm=\EY%+ %+ :\
3984         :cr=\EG:dc=\EP:dl=\EM:dm@:do=\EB:ed@:ho=\EH:k0=\EU:\
3985         :k3=\E@:kA=\EL:kB=\EO:kC=\EJ:kD=\EP:kF=\ES:kI=\E^:\
3986         :kL=\EM:kR=\ET:kd=\EB:kh=\EH:kl=^H:kr=\EC:ku=\EA:\
3987         :l0=segment advance:l3=cursor tab:le=\ED:nd=\EC:\
3988         :se=\E~:sf=\EH\EM\EY7 :so=\E}:ue=\EZ:up=\EA:us=\E\\:
3990 #  The following is a termcap entry for the Teletype 4424
3991 #  asynchronous keyboard-display terminal.  It supports
3992 #  the vi editor.  The terminal must be "set up" as follows,
3993 #       
3994 #       HIGHLIGHT DEFINITION    3-TONE
3995 #       DISPLAY FUNCTION        GROUP III
3996 #       
3997 #  The second entry below provides limited (a la adm3a)
3998 #  operation under GROUP II.
3999 #       
4000 #  This must be used with DISPLAY FUNCTION GROUP I or III
4001 #       and HIGHLIGHT DEFINITION 3-TONE
4002 # The terminal has either bold or blink, depending on options
4004 att4424|tty4424|4424-3|teletype 4424:\
4005         :am:xo:\
4006         :co#80:li#24:\
4007         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
4008         :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=\E(B:al=\EL:\
4009         :as=\E(0:bl=^G:bt=\EO:cd=\EJ:ce=\Ez:cl=\E[H\E[2J:\
4010         :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\EF:dc=\EP:\
4011         :dl=\EM:do=\EB:ei=:ho=\E[H:ic=\E^:im=:\
4012         :is=\E[20l\E[?7h:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
4013         :kC=\EJ:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:\
4014         :ku=\E[A:le=^H:mb=\E3:md=\E3:me=\EX\E~\EZ\E4\E(B:\
4015         :mh=\EW:mr=\E}:nd=\EC:nw=\EE:\
4016         :..sa=\E[%?%p1%t7%;%?%p2%t;4%;%?%p3%t;7%;%?%p6%t;1%;%?%p6%p4%|%t;5%;%?%p5%t;0%;m:\
4017         :se=\E~:sf=^J:so=\E}:sr=\ET:st=\EH:ta=^I:ti=\E[1m:\
4018         :ue=\EZ:up=\EA:us=\E\\:
4020 att4424-1|tty4424-1|teletype 4424 in display function group I:\
4021         :kC@:kd=\EB:kh@:kl=\ED:kr=\EC:ku=\EA:tc=att4424:
4023 # The Teletype 5425 is really version 2 of the Teletype 5420. It 
4024 # is quite similar, except for some minor differences. No page 
4025 # mode, for example, so all of the cup sequences used above have 
4026 # to change back to what's being used for the 5410. Many of the 
4027 # option settings have changed their numbering as well.
4029 # This has been tested on a preliminary model.
4031 att5425|tty5425|att4425|AT&T 4425/5425:\
4032         :am:da:db:hs:mi:ms:xn:xo:\
4033         :Nl#8:co#80:it#8:lh#2:li#24:lm#78:lw#8:ws#55:\
4034         :@1=\Et:@7=\Ez:@8=\Eent:AL=\E[%dL:DC=\E[%dP:\
4035         :DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:LE=\E[%dD:LF=\E|:\
4036         :LO=\E~:RI=\E[%dC:SF=\E[%dE:SR=\E[%dF:UP=\E[%dA:\
4037         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
4038         :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[J:\
4039         :ce=\E[K:ch=\E[%+^AG:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
4040         :cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:cv=\E[%+^Ad:dc=\E[P:\
4041         :dl=\E[M:do=^J:eA=\E(B\E)0:ec=\E[%ds\E[%dD:ei=\E[4l:\
4042         :fs=\E8:ho=\E[H:i1=\E<\E[?3l:i2=\E[?5l:im=\E[4h:\
4043         :is=\E[0m\017\E[1;2;3;4;6l\E[12;13;14;20l\E[?6;97;99l\E[?7h\E[4i\Ex\E[25;1j\212:\
4044         :k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:k5=\EOg:k6=\EOh:\
4045         :k7=\EOi:k8=\EOj:kA=\E[L:kB=\E[Z:kC=\E[J:kD=\E[P:\
4046         :kE=\E[2K:kF=\E[T:kI=\E[4h:kL=\E[M:kR=\E[S:kb=^H:\
4047         :kd=\E[B:ke=\E[21;0j\E[25;1j\212:kh=\E[H:kl=\E[D:\
4048         :kr=\E[C:ks=\E[21;1j\E[25;4j\Eent\E~:ku=\E[A:le=^H:\
4049         :ll=\E[24H:mb=\E[5m:md=\E[2;7m:me=\E[m\017:mh=\E[2m:\
4050         :mk=\E[8m:mp=\EV:mr=\E[7m:nd=\E[C:nw=^M^J:pf=\E[?9i:\
4051         :..pn=\E[%p1%d;0;0;0q%p2%\072-16.16s:po=\E[?4i:\
4052         :ps=\E[?2i:\
4053         :..px=\E[%p1%d;%p2%l%02dq   F%p1%1d           %p2%s:\
4054         :r2=\Ec\E[?3l\E[2;0y:rc=\E8:\
4055         :..sa=\E[0%?%p1%p5%|%t;2%;%?%p2%p6%|%t;4%;%?%p4%t;5%;%?%p3%p1%|%p6%|%t;7%;%?%p7%t;8%;m%?%p9%t\016%e\017%;:\
4056         :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
4057         :ts=\E7\E[25;%p1%{8}%+%dH:ue=\E[m:up=\E[A:us=\E[4m:\
4058         :vb=\E[?5h\E[?5l:ve=\E[12;0j:vs=\E[12;1j:
4060 att5425-nl|tty5425-nl|att4425-nl|AT&T 4425/5425 80 columns no labels:\
4061         :ks=\E[21;1j\E[25;4j\Eent:tc=att4425:
4063 att5425-nl-w|tty5425-nl-w|att4425-nl-w|AT&T 4425/5425 132 columns no labels:\
4064         :ks=\E[21;1j\E[25;4j\Eent:tc=att4425-w:
4066 tty5425-fk|att4425-fk|AT&T 4425/5425 without function keys:\
4067         :ke@:ks@:tc=att5425:
4069 att5425-w|att4425-w|tty5425-w|teletype 4425/5425 in 132 column mode:\
4070         :co#132:lm#54:ws#97:\
4071         :i1=\E[?3h:tc=tty5425:
4073 tty5425-w-fk|att4425-w-fk|att5425-w-fk|AT&T 4425/5425 without function keys in wide mode:\
4074         :ke@:ks@:tc=att5425-w:
4076         
4077 # This had bogus capabilities: ri=\EM, ri=\E[1U, 
4078 att4426|tty4426|teletype 4426S:\
4079         :am:da:db:xo:\
4080         :co#80:li#24:lm#48:\
4081         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
4082         :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:\
4083         :ae=\E(B:al=\EL:as=\E(0:bl=^G:cd=\E[J:ce=\E[0K:\
4084         :ch=\E[%dG:cl=\E[H\E[2J\E[1U\E[H\E[2J\E[1V:\
4085         :cm=\E[%i%d;%dH:cr=^M:ct=\E[3g:cv=\E[%dd:dc=\EP:\
4086         :dl=\E[M:do=\E[B:ei=:ho=\E[H:i1=\Ec\E[?7h:ic=\E^:im=:\
4087         :is=\E[m\E[1;24r:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
4088         :k5=\EOT:k6=\EOU:k7=\EOV:k8=\EOW:kB=\EO:kC=\E[2J:\
4089         :kH=\E[24;1H:kb=^H:kd=\EB:kh=\E[H:kl=\ED:kr=\EC:\
4090         :ku=\EA:le=\E[D:ll=\E[24H:md=\E[5m:me=\E[0m\E(B:\
4091         :mr=\E[7m:nd=\E[C:nw=^M^J:r2=\Ec\E[?3l\E[2;0y:rc=\E8:\
4092         :sc=\E7:se=\E[0m:sf=^J:so=\E[5m:sr=\ET:st=\E1:ta=^I:\
4093         :ue=\E[m:up=\EA:us=\E[4m:
4096 # Terminfo entry for the AT&T 510 A Personal Terminal
4097 # Function keys 9 - 16 are available only after the 
4098 # screen labeled (soft keys/action blocks) are labeled.  Function key
4099 # 9 corresponds to the leftmost touch target on the screen,
4100 # function key 16 corresponds to the rightmost.
4102 # This entry is based on one done by Ernie Rice at Summit, NJ and
4103 # changed by Anne Gallup, Skokie, IL, ttrdc!anne
4104 att510a|510a|bct510a|510A|AT&T 510A Personal Terminal:\
4105         :am:mi:ms:xn:xo:\
4106         :Nl#8:co#80:lh#2:li#24:lw#7:\
4107         :#4=\E[u:%i=\E[v:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:\
4108         :DO=\E[%dB:F1=\EOe:F2=\EOf:F3=\EOg:F4=\EOh:F5=\EOi:\
4109         :F6=\EOj:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
4110         :ac=hrisjjkkllmmnnqqttuuvvwwxx{{||}}~~-f\\\054h.e+g`b:\
4111         :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[0J:\
4112         :ce=\E[0K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:ct=\E[3g:\
4113         :dc=\E[P:dl=\E[M:do=\E[1B:eA=\E(B\E)1:ff=^L:ho=\E[H:\
4114         :i1=\E(B\E)1\E[2l:i2=\E[21;1|\212:k1=\EOm:k2=\EOV:\
4115         :k3=\EOu:k4=\ENj:k5=\ENe:k6=\ENf:k7=\ENh:k8=\E[H:\
4116         :k9=\EOc:k;=\EOd:kB=\E[Z:kF=\E[S:kR=\E[T:kb=^H:\
4117         :kd=\E[B:ke=\E[19;0|:kl=\E[D:kr=\E[C:ks=\E[19;1|:\
4118         :ku=\E[A:le=^H:mb=\E[5m:md=\E[2;7m:me=\E[m\017:\
4119         :mh=\E[2m:mr=\E[7m:nd=\E[C:nw=\EE:pf=\E[?8i:\
4120         :..pn=\E[%p1%dp%p2%\072-16s:po=\E[?4i:ps=\E[0i:\
4121         :rc=\E8:\
4122         :..sa=\E[0%?%p5%p6%|%t;2%;%?%p2%t;4%;%?%p4%t;5%;%?%p3%p1%|%p6%|%t;7%;m%?%p9%t\016%e\017%;:\
4123         :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
4124         :ue=\E[m:up=\E[A:us=\E[4m:ve=\E[11;3|:vi=\E[11;0|:\
4125         :vs=\E[11;2|:
4127 # Terminfo entry for the AT&T 510 D Personal Terminal
4128 # Function keys 9 through 16 are accessed by bringing up the
4129 # system blocks.
4130 # Function key 9 corresponds to the leftmost touch target on the screen,
4131 # function key 16 corresponds to the rightmost.
4133 # There are problems with soft key labeling.  These are due to 
4134 # strangenesses in the native terminal that are impossible to
4135 # describe in a terminfo.  
4136 att510d|510d|bct510d|510D|AT&T 510D Personal Terminal:\
4137         :am:da:db:mi:ms:xn:xo:\
4138         :Nl#8:co#80:lh#2:li#24:lm#48:lw#7:\
4139         :#4=\E[u:%i=\E[v:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:\
4140         :DO=\E[%dB:F1=\EOe:F2=\EOf:F3=\EOg:F4=\EOh:F5=\EOi:\
4141         :F6=\EOj:IC=\E[%d@:LE=\E[%dD:LF=\E<:LO=\E?:MC=\E\072:\
4142         :ML=\E4:MR=\E5:RI=\E[%dC:RX=\E[29;1|:SF=\E[%dS:\
4143         :SR=\E[%dT:SX=\E[29;0|:UP=\E[%dA:\
4144         :ac=hrisjjkkllmmnnqqttuuvvwwxx{{||}}~~-f\\\054h.e+g`b:\
4145         :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[0J:\
4146         :ce=\E[0K:ch=\E[%+^AG:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
4147         :cr=^M:ct=\E[3g:cv=\E[%+^Ad:dc=\E[P:dl=\E[M:do=\E[1B:\
4148         :eA=\E(B\E)1:ei=\E[4l:ff=^L:ho=\E[H:\
4149         :i1=\E(B\E)1\E[5;0|:i2=\E[21;1|\212:im=\E[4h:k1=\EOm:\
4150         :k2=\EOV:k3=\EOu:k4=\ENj:k5=\ENe:k6=\ENf:k7=\ENh:\
4151         :k8=\E[H:k9=\EOc:k;=\EOd:kB=\E[Z:kF=\E[S:kR=\E[T:\
4152         :kb=^H:kd=\E[B:ke=\E[19;0|:kl=\E[D:kr=\E[C:\
4153         :ks=\E[19;1|:ku=\E[A:le=^H:ll=\E#2:mb=\E[5m:\
4154         :md=\E[2;7m:me=\E[m\017:mh=\E[2m:mk=\E[8m:mr=\E[7m:\
4155         :nd=\E[C:nw=\EE:pf=\E[?8i:..pn=\E[%p1%dp%p2%\072-16s:\
4156         :po=\E[?4i:ps=\E[0i:r2=\E[5;0|:rc=\E8:\
4157         :..rp=%p1%c\E[%p2%{1}%-%db:\
4158         :..sa=\E[0%?%p5%p6%|%t;2%;%?%p2%t;4%;%?%p4%t;5%;%?%p3%p1%|%p6%|%t;7%;%?%p7%t;8%;m%?%p9%t\016%e\017%;:\
4159         :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
4160         :ue=\E[m:up=\E[A:us=\E[4m:ve=\E[11;3|:vs=\E[11;2|:
4162 # (untranslatable capabilities removed to fit entry within 1023 bytes)
4163 # WARNING: this entry, 1245 bytes long, may core-dump older termcap libraries!
4164 att513|att513-page|513-page|attis513-pfk|513bct|AT&T 513 Terminal using page mode:\
4165         :HC:am:mi:ms:xn:xo:\
4166         :Nl#8:co#80:lh#2:li#24:lw#8:\
4167         :!1=\EOO:!2=\EOP:!3=\EOS:#1=\EOM:#2=\ENM:#3=\ENJ:\
4168         :#4=\ENK:%0=\EOt:%1=\EOm:%2=\ENi:%3=\EOl:%4=\ENc:\
4169         :%5=\ENh:%6=\EOv:%7=\EOr:%8=\ENg:%9=\EOz:%a=\EOL:\
4170         :%b=\ENC:%c=\ENH:%d=\EOR:%e=\ENG:%f=\EOZ:%g=\EOT:\
4171         :%h=\EOY:%i=\ENL:%j=\EOQ:&0=\EOW:&1=\EOb:&2=\ENa:\
4172         :&3=\EOy:&4=\EOB:&5=\EOq:&6=\EOo:&7=\EOp:&8=\EOs:\
4173         :&9=\ENB:*0=\EOX:*1=\EOU:*2=\END:*3=\EON:*4=\ENF:\
4174         :*5=\ENE:*6=\ENI:*7=\ENN:*8=\EOA:*9=\EOK:@0=\EOx:\
4175         :@1=\E9:@2=\EOw:@3=\EOV:@4=\EOu:@5=\ENd:@6=\EOn:\
4176         :@7=\E0:@8=\Eent:@9=\EOk:AL=\E[%dL:DC=\E[%dP:\
4177         :DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:LE=\E[%dD:LF=\E<:\
4178         :LO=\E?:RI=\E[%dC:SF=\E[%dE:SR=\E[%dF:UP=\E[%dA:\
4179         :ac=hrisjjkkllmmnnqqttuuvvwwxx{{||}}~~-f\\\054h.e+g`b:\
4180         :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[J:\
4181         :ce=\E[K:ch=\E[%+^AG:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
4182         :cr=^M:cs=%i\E[%d;%dr:ct=\E[3g:cv=\E[%+^Ad:dc=\E[P:\
4183         :dl=\E[M:do=^J:eA=\E(B\E)1:ei=\E[4l:ho=\E[H:\
4184         :i1=\E?\E[3;3|\E[10;0|\E[21;1|\212\E[6;1|\E[1{\E[?99l:\
4185         :im=\E[4h:k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:k5=\EOg:\
4186         :k6=\EOh:k7=\EOi:k8=\EOj:kB=\E[Z:kC=\E[J:kD=\ENf:\
4187         :kE=\EOa:kF=\E[S:kI=\ENj:kL=\ENe:kN=\E[U:kP=\E[V:\
4188         :kR=\E[T:kb=^H:kd=\E[B:ke=\E[19;0|\E[21;1|\212:\
4189         :kh=\E[H:kl=\E[D:kr=\E[C:ks=\E[19;1|\E[21;4|\Eent:\
4190         :ku=\E[A:le=^H:ll=\E#2:mb=\E[5m:md=\E[2;7m:\
4191         :me=\E[m\017:mh=\E[2m:mk=\E[8m:mr=\E[7m:nd=\E[C:\
4192         :nw=\EE:pf=\E[?98l\E[?8i::::po=\E[?98l\E[?4i:\
4193         :ps=\E[?98l\E[0i::\
4194         :r1=\E?\E[3;3|\E[10;0|\E[21;1|\212\E[6;1|\E[1{\E[?99l\E[2;0|\E[6;1|\E[8;0|\E[19;0|\E[1{\E[?99l:\
4195         :r2=\E[5;0|:rc=\E8:::sc=\E7:se=\E[m:sf=^J:so=\E[7m:\
4196         :sr=\EM:st=\EH:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:\
4197         :ve=\E[11;0|:vs=\E[11;1|:
4199 att500|bct500|500|AT&T-IS 500 terminal:\
4200         :tc=att513:
4202 # 01-07-88
4203 # printer must be set to EMUL ANSI to accept ESC codes
4204 # cuu1 stops at top margin
4205 # is1 sets cpi 10,lpi 6,form 66,left 1,right 132,top 1,bottom 66,font
4206 #       and alt font ascii,wrap on,tabs cleared
4207 # is2 disables newline on LF,Emphasized off
4208 # The u0 capability sets form length
4209 # (untranslatable capabilities removed to fit entry within 1023 bytes)
4210 # WARNING: this entry, 1034 bytes long, may core-dump older termcap libraries!
4211 att5320|AT&T Model 5320 matrix printer:\
4212         :YA:YD:\
4213         :Ya#8192:Yi#10:Yj#12:Yk#100:Yl#72:Ym#120:co#132:it#8:\
4214         :li#66:\
4215         :DO=\E[%de:RI=\E[%da:\
4216         :ZA=%?%p1%{10}%=%t\E[w%e%p1%{12}%=%t\E[2w%e%p1%{5}%=%t\E[5w%e%p1%{13}%=%p1%{14}%=%O%t\E[3w%e%p1%{16}%=%p1%{17}%=%O%t\E[4w%e%p1%{6}%=%t\E[6w%e%p1%{7}%=%t\E[7w%e%p1%{8}%=%t\E[8w%;:\
4217         :ZB=%?%p1%{2}%=%t\E[4z%e%p1%{3}%=%t\E[5z%e%p1%{4}%=%t\E[6z%e%p1%{6}%=%t\E[z%e%p1%{8}%=%t\E[2z%e%p1%{12}%=%t\E[3z%;:\
4218         :ZM=\E[5m:ZU=\E[m:\
4219         :Zj=%?%p1%{0}%=%t\E(B%e%p1%{1}%=%t\E(A%e%p1%{2}%=%t\E(C%e%p1%{3}%=%t\E(D%e%p1%{4}%=%t\E(E%e%p1%{5}%=%t\E(H%e%p1%{6}%=%t\E(K%e%p1%{7}%=%t\E(R%e%p1%{8}%=%t\E(Q%e%p1%{9}%=%t\E(Y%e%p1%{10}%=%t\E(Z%e%p1%{11}%=%t\E(0%e%p1%{12}%=%t\E(1%e%p1%{13}%=%t\E(3%e%p1%{14}%=%ttM\x01:\
4220         :Zl=\E[;%dr:Zm=\E[%+^As:Zn=\E[;%+^As:Zp=\E[%dr:\
4221         :Zy=%?%p1%{0}%=%tusascii%e%p1%{1}%=%tenglish%e%p1%{2}%=%tfinnish%e%p1%{3}%=%tjapanese%e%p1%{4}%=%tnorwegian%e%p1%{5}%=%tswedish%e%p1%{6}%=%tgermanic%e%p1%{7}%=%tfrench%e%p1%{8}%=%tcanadian_french%e%p1%{9}%=%titalian%e%p1%{10}%=%tspanish%e%p1%{11}%=%tline%e%p1%ÆM\x01:\
4222         :ch=\E[%d`:cr=^M:cv=\E[%dd:do=^J:ff=^L:i1=\Ec:\
4223         :is=\E[20l\r:nd= :ta=^I:u0=\E[%dt:up=\EM:
4225 att5310|AT&T 5310 matrix printer:\
4226         :co#80:\
4227         :tc=att5320:
4229 # 5620 terminfo  (2.0 or later ROMS with char attributes)
4230 # assumptions: ind (scroll forward one line) is only done at screen bottom
4231 att5620|dmd|tty5620|ttydmd|5620|5620 terminal 88 columns:\
4232         :NL:NP:am:xo:\
4233         :co#88:it#8:li#70:\
4234         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:IC=\E[%d@:SF=\E[%dS:\
4235         :SR=\E[%dT:al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
4236         :cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:do=\E[B:ei=:\
4237         :ho=\E[H:ic=\E[@:im=:kC=\E[2J:kH=\E[70;1H:kb=^H:\
4238         :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
4239         :md=\E[2m:me=\E[0m:mh=\E[2m:mr=\E[7m:nd=\E[C:nw=^J:\
4240         :..px=\E[%p1%d;%p2%l%dq%p2%s:r1=\Ec:rc=\E8:sc=\E7:\
4241         :se=\E[0m:sf=\E[S:so=\E[7m:sr=\E[T:ta=^I:ue=\E[0m:\
4242         :up=\E[A:us=\E[4m:
4244 att5620-24|dmd-24|teletype dmd 5620 in a 24x80 layer:\
4245         :li#24:\
4246         :tc=att5620:
4248 att5620-34|dmd-34|teletype dmd 5620 in a 34x80 layer:\
4249         :li#34:\
4250         :tc=att5620:
4252 # Entries for kf15 thru kf28 refer to the shifted system pf keys.
4254 # Entries for kf29 thru kf46 refer to the alternate keypad mode
4255 # keys:  = * / + 7 8 9 - 4 5 6 , 1 2 3 0 . ENTER
4256 att605|605bct|AT&T 605  80 column  102key keyboard:\
4257         :am:eo:xo:\
4258         :Nl#8:co#80:li#24:lw#8:ws#80:\
4259         :#4=\E[ A:%i=\E[ @:@7=\E[24;1H:DC=\E[%dP:DL=\E[%dM:\
4260         :F1=\ENq:F2=\ENr:F3=\ENs:F4=\ENt:F5=\EOC:F6=\EOD:\
4261         :F7=\EOE:F8=\EOF:F9=\EOG:FA=\EOH:FB=\EOI:FC=\EOJ:\
4262         :FD=\ENO:FE=\ENP:FF=\ENQ:FG=\ENR:FH=\ENS:FI=\ENT:\
4263         :FJ=\EOP:FK=\EOQ:FL=\EOR:FM=\EOS:FN=\EOw:FO=\EOx:\
4264         :FP=\EOy:FQ=\EOm:FR=\EOt:FS=\EOu:FT=\EOv:FU=\EOl:\
4265         :FV=\EOq:FW=\EOr:FX=\EOs:FY=\EOp:FZ=\EOn:Fa=\EOM:\
4266         :IC=\E[%d@:LF=\E[2p:LO=\E[p:\
4267         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
4268         :ae=^O:al=\E[L:as=\E)0\016:bl=^G:bt=\E[Z:cb=\E[1K:\
4269         :cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
4270         :dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:fs=\E8:\
4271         :i1=\E[8;0|\E[?\E[13;20l\E[?\E[12h:ic=\E[@:im=\E[4h:\
4272         :is=\E[0m\017:k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:\
4273         :k5=\EOg:k6=\EOh:k7=\EOi:k8=\EOj:k9=\ENo:k;=\ENp:\
4274         :kA=\E[L:kB=\E[Z:kC=\E[2J:kD=\E[P:kF=\E[S:kI=\E[@:\
4275         :kL=\E[M:kN=\E[U:kP=\E[V:kb=^H:kd=\E[B:kh=\E[H:\
4276         :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:ll=\E[24H:mb=\E[5m:\
4277         :md=\E[1m:me=\E[m\017:mh=\E[2m:mk=\E[8m:mr=\E[7m:\
4278         :nd=\E[C:nw=\EE:pf=\E[?4i:\
4279         :..pn=\E[%p1%d;0;0;0q%p2%\072-16.16s:po=\E[?5i:\
4280         :..px=\E[%p1%d;%p2%l%02dq   F%p1%1d           %p2%s:\
4281         :r2=\Ec\E[?3l:rc=\E8:sc=\E7:se=\E[m:sf=^J:so=\E[7m:\
4282         :ta=^I:ts=\E7\E[25;%i%p1%dx:ue=\E[m:up=\E[A:us=\E[4m:
4283 att605-pc|605bct-pc|ATT 605 in pc term mode:\
4284         :@7=\E[F:AL=\E[L:S4=250\E[?11l\E[50;1|:\
4285         :S5=400\E[50;0|:XF=g:XN=e:\
4286         :ac=k\277l\332m\300j\331n\305w\302q\304u\264t\303v\301x\263:\
4287         :al=\E[L:bt=\E[Z:dc=\E[P:dl=\E[M:do=\E[B:ei=:ic=\E[@:\
4288         :im=:k1=\E[M:k2=\E[N:k3=\E[O:k4=\E[P:k5=\E[Q:k6=\E[R:\
4289         :k7=\E[S:k8=\E[T:k9=\E[U:k;=\E[V:kB=\E[Z:kD=\E[P:\
4290         :kI=\E[@:kL=\E[M:kN=\E[G:kP=\E[I:kd=\E[B:kh=\E[H:\
4291         :kl=\E[D:kr=\E[C:ku=\E[A:le=\E[D:nd=\E[C:up=\E[A:tc=att605:
4292 att605-w|605bct-w|AT&T 605-w 132 column 102 key keyboard:\
4293         :co#132:ws#132:\
4294         :i1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h\E(B\E)0:tc=att605:
4295 att610|610bct|AT&T 610; 80 column; 98key keyboard:\
4296         :am:es:hs:mi:ms:xn:xo:\
4297         :Nl#8:co#80:it#8:lh#2:li#24:lw#8:ws#80:\
4298         :#4=\E[ @:%i=\E[ A:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:\
4299         :DO=\E[%dB:F1=\ENq:F2=\ENr:F3=\ENs:F4=\ENt:IC=\E[%d@:\
4300         :LE=\E[%dD:LF=\E[2p:LO=\E[p:RI=\E[%dC:UP=\E[%dA:\
4301         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
4302         :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[J:\
4303         :ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
4304         :cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:\
4305         :fs=\E8:ho=\E[H:\
4306         :i1=\E[8;0|\E[?3;4;5;13;15l\E[13;20l\E[?7h\E[12h\E(B\E)0:\
4307         :i2=\E(B\E)0:im=\E[4h:is=\E[0m\017:k1=\EOc:k2=\EOd:\
4308         :k3=\EOe:k4=\EOf:k5=\EOg:k6=\EOh:k7=\EOi:k8=\EOj:\
4309         :k9=\ENo:k;=\ENp:kB=\E[Z:kC=\E[2J:kF=\E[S:kR=\E[T:\
4310         :kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
4311         :ll=\E[24H:mb=\E[5m:md=\E[1m:me=\E[m\017:mh=\E[2m:\
4312         :mk=\E[8m:mr=\E[7m:nd=\E[C:nw=\EE:pf=\E[?4i:\
4313         :..pn=\E[%p1%d;0;0;0q%p2%\072-16.16s:po=\E[?5i:\
4314         :..px=\E[%p1%d;%p2%l%02dq   F%p1%1d           %p2%s:\
4315         :r2=\Ec\E[?3l:rc=\E8:\
4316         :..sa=\E[0%?%p6%t;1%;%?%p5%t;2%;%?%p2%t;4%;%?%p4%t;5%;%?%p3%p1%|%t;7%;%?%p7%t;8%;m%?%p9%t\016%e\017%;:\
4317         :sc=\E7:se=\E[m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:\
4318         :ts=\E7\E[25;%i%p1%dx:ue=\E[m:up=\E[A:us=\E[4m:\
4319         :vb=\E[?5h\E[?5l:ve=\E[?25h\E[?12l:vi=\E[?25l:\
4320         :vs=\E[?12;25h:
4321 att610-w|610bct-w|AT&T 610; 132 column; 98key keyboard:\
4322         :co#132:ws#132:\
4323         :i1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h:tc=att610:
4325 att610-103k|610-103k|610bct-103k|AT&T 610; 80 column; 103key keyboard:\
4326         :!1=\EOO:!2=\EOP:!3=\EOS:#1=\EOM:%0=\EOt:%1=\EOm:\
4327         :%2=\ENi:%3=\EOl:%4=\ENc:%5=\ENh:%6=\EOv:%7=\EOr:\
4328         :%8=\ENg:%9=\EOz:%a=\EOL:%b=\ENC:%c=\ENH:%d=\EOR:\
4329         :%e=\ENG:%f=\EOZ:%g=\EOT:%h=\EOY:%j=\EOQ:&0=\EOW:\
4330         :&1=\EOb:&2=\ENa:&3=\EOy:&4=\EOB:&5=\EOq:&6=\EOo:\
4331         :&7=\EOp:&8=\EOs:&9=\ENB:*0=\EOX:*1=\EOU:*2=\END:\
4332         :*3=\EON:*4=\ENF:*5=\ENE:*6=\ENI:*7=\ENN:*8=\EOA:\
4333         :*9=\EOK:@0=\EOx:@1=\E9:@2=\EOw:@3=\EOV:@4=\EOu:\
4334         :@5=\ENd:@6=\EOn:@7=\E0:@8=^M:@9=\EOk:F1@:F2@:F3@:\
4335         :F4@:k9@:k;@:kD=\ENf:kE=\EOa:kI=\ENj:kL=\ENe:kM=\ENj:\
4336         :kN=\E[U:kP=\E[V:tc=att610:
4337 att610-103k-w|610-103k-w|610bct-103k-w|AT&T 610; 132 column; 103key keyboard:\
4338         :co#132:ws#132:\
4339         :i1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h:tc=att610-103k:
4340 att615|615mt|AT&T 615; 80 column; 98key keyboard:\
4341         :#4=\E[ A:%i=\E[ @:F5=\EOC:F6=\EOD:F7=\EOE:F8=\EOF:\
4342         :F9=\EOG:FA=\EOH:FB=\EOI:FC=\EOJ:FD=\ENO:FE=\ENP:\
4343         :FF=\ENQ:FG=\ENR:FH=\ENS:FI=\ENT:FJ=\EOP:FK=\EOQ:\
4344         :FL=\EOR:FM=\EOS:FN=\EOw:FO=\EOx:FP=\EOy:FQ=\EOm:\
4345         :FR=\EOt:FS=\EOu:FT=\EOv:FU=\EOl:FV=\EOq:FW=\EOr:\
4346         :FX=\EOs:FY=\EOp:FZ=\EOn:Fa=\EOM:tc=att610:
4347 att615-w|615-w|615mt-w|AT&T 615; 132 column; 98key keyboard:\
4348         :#4=\E[ A:%i=\E[ @:F5=\EOC:F6=\EOD:F7=\EOE:F8=\EOF:\
4349         :F9=\EOG:FA=\EOH:FB=\EOI:FC=\EOJ:FD=\ENO:FE=\ENP:\
4350         :FF=\ENQ:FG=\ENR:FH=\ENS:FI=\ENT:FJ=\EOP:FK=\EOQ:\
4351         :FL=\EOR:FM=\EOS:FN=\EOw:FO=\EOx:FP=\EOy:FQ=\EOm:\
4352         :FR=\EOt:FS=\EOu:FT=\EOv:FU=\EOl:FV=\EOq:FW=\EOr:\
4353         :FX=\EOs:FY=\EOp:FZ=\EOn:Fa=\EOM:tc=att610-w:
4354 att615-103k|615-103k|615mt-103k|AT&T 615; 80 column; 103key keyboard:\
4355         :#4=\E[ A:%i=\E[ @:tc=att610-103k:
4356 att615-103k-w|615-103k-w|615mt-103k-w|AT&T 615; 132 column; 103key keyboard:\
4357         :#4=\E[ A:%i=\E[ @:tc=att610-103k-w:
4358 att620|620mtg|AT&T 620; 80 column; 98key keyboard:\
4359         :am:es:hs:mi:ms:xn:xo:\
4360         :Nl#8:co#80:it#8:lh#2:li#24:lw#8:ws#80:\
4361         :#4=\E[ A:%i=\E[ @:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:\
4362         :DO=\E[%dB:F1=\ENq:F2=\ENr:F3=\ENs:F4=\ENt:F5=\EOC:\
4363         :F6=\EOD:F7=\EOE:F8=\EOF:F9=\EOG:FA=\EOH:FB=\EOI:\
4364         :FC=\EOJ:FD=\ENO:FE=\ENP:FF=\ENQ:FG=\ENR:FH=\ENS:\
4365         :FI=\ENT:FJ=\EOP:FK=\EOQ:FL=\EOR:FM=\EOS:FN=\EOw:\
4366         :FO=\EOx:FP=\EOy:FQ=\EOm:FR=\EOt:FS=\EOu:FT=\EOv:\
4367         :FU=\EOl:FV=\EOq:FW=\EOr:FX=\EOs:FY=\EOp:FZ=\EOn:\
4368         :Fa=\EOM:IC=\E[%d@:LE=\E[%dD:LF=\E[2p:LO=\E[p:\
4369         :RI=\E[%dC:UP=\E[%dA:\
4370         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
4371         :ae=\E(B\017:al=\E[L:as=\E)0\016:bl=^G:bt=\E[Z:\
4372         :cb=\E[1K:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
4373         :cr=^M:cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:do=\E[B:\
4374         :ei=\E[4l:fs=\E8:ho=\E[H:\
4375         :i1=\E[8;0|\E[?3;4;5;13;15l\E[13;20l\E[?7h\E[12h:\
4376         :i2=\E(B\E)0:im=\E[4h:is=\E[0m\017:k1=\EOc:k2=\EOd:\
4377         :k3=\EOe:k4=\EOf:k5=\EOg:k6=\EOh:k7=\EOi:k8=\EOj:\
4378         :k9=\ENo:k;=\ENp:kB=\E[Z:kC=\E[2J:kF=\E[S:kR=\E[T:\
4379         :kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
4380         :ll=\E[24H:mb=\E[5m:md=\E[1m:me=\E[m\E(B\017:\
4381         :mh=\E[2m:mk=\E[8m:mr=\E[7m:nd=\E[C:nw=\EE:pf=\E[?4i:\
4382         :..pn=\E[%p1%d;0;0;0q%p2%\072-16.16s:po=\E[?5i:\
4383         :..px=\E[%p1%d;%p2%l%02dq   F%p1%1d           %p2%s:\
4384         :r2=\Ec\E[?3l:rc=\E8:\
4385         :..sa=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p3%p1%|%t;7%;%?%p7%t;8%;m%?%p9%t\016%e\017%;:\
4386         :sc=\E7:se=\E[m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:\
4387         :ts=\E7\E[25;%i%p1%dx:ue=\E[m:up=\E[A:us=\E[4m:\
4388         :vb=\E[?5h\E[?5l:ve=\E[?25h\E[?12l:vi=\E[?25l:\
4389         :vs=\E[?12;25h:
4390 att620-w|620-w|620mtg-w|AT&T 620; 132 column; 98key keyboard:\
4391         :co#132:ws#132:\
4392         :i1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h:tc=att620:
4393 att620-103k|620-103k|620mtg-103k|AT&T 620; 80 column; 103key keyboard:\
4394         :!1=\EOO:!2=\EOP:!3=\EOS:#1=\EOM:%0=\EOt:%1=\EOm:\
4395         :%2=\ENi:%3=\EOl:%4=\ENc:%5=\ENh:%6=\EOv:%7=\EOr:\
4396         :%8=\ENg:%9=\EOz:%a=\EOL:%b=\ENC:%c=\ENH:%d=\EOR:\
4397         :%e=\ENG:%f=\EOZ:%g=\EOT:%h=\EOY:%j=\EOQ:&0=\EOW:\
4398         :&1=\EOb:&2=\ENa:&3=\EOy:&4=\EOB:&5=\EOq:&6=\EOo:\
4399         :&7=\EOp:&8=\EOs:&9=\ENB:*0=\EOX:*1=\EOU:*2=\END:\
4400         :*3=\EON:*4=\ENF:*5=\ENE:*6=\ENI:*7=\ENN:*8=\EOA:\
4401         :*9=\EOK:@0=\EOx:@1=\E9:@2=\EOw:@3=\EOV:@4=\EOu:\
4402         :@5=\ENd:@6=\EOn:@7=\E0:@8=^M:@9=\EOk:F1@:F2@:F3@:\
4403         :F4@:F5@:F6@:F7@:F8@:F9@:FA@:FB@:FC@:FD@:FE@:FF@:FG@:\
4404         :FH@:FI@:FJ@:FK@:FL@:FM@:FN@:FO@:FP@:FQ@:FR@:FS@:FT@:\
4405         :FU@:FV@:FW@:FX@:FY@:FZ@:Fa@:k9@:k;@:kD=\ENf:kE=\EOa:\
4406         :kI=\ENj:kL=\ENe:kM=\ENj:kN=\E[U:kP=\E[V:tc=att620:
4408 att620-103k-w|620-103k-w|620mtg-103k-w|AT&T 620; 132 column; 103key keyboard:\
4409         :co#132:ws#132:\
4410         :i1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h:tc=att620-103k:
4412 # 630 short descriptions without \E
4413 att630|5630|5630DMD|630MTG|AT&T 630 windowing terminal:\
4414         :NP:am:da:db:mi:ms:xo:\
4415         :co#80:it#8:li#60:lm#0:\
4416         :@8=^M:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:\
4417         :F1=\ENq:F2=\ENr:F3=\ENs:F4=\ENt:F5=\ENu:F6=\ENv:\
4418         :F7=\ENw:F8=\ENx:F9=\ENy:FA=\ENz:FB=\EN{:FC=\EN|:\
4419         :FD=\EN}:FE=\EN~:IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:\
4420         :SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:al=\E[L:bl=^G:bt=\E[Z:\
4421         :cb=\E[1K:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
4422         :cr=^M:dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:ho=\E[H:\
4423         :im=\E[4h:is=\E[m:k9=\ENo:k;=\ENp:kA=\E[L:kB=\E[Z:\
4424         :kC=\E[2J:kD=\E[P:kI=\E[@:kL=\E[M:kb=^H:kd=\E[B:\
4425         :kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:me=\E[m:\
4426         :mr=\E[7m:nd=\E[C:nw=^M^J:pf=\E[?4i:po=\E[?5i:\
4427         :..px=\E[%p1%d;%p2%l%dq%p2%s:r2=\Ec:rc=\E8:\
4428         :..sa=\E[0%?%p2%t;4%;%?%p1%p3%|%p4%|%p5%|%t;7%;m:\
4429         :sc=\E7:se=\E[m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:ue=\E[m:\
4430         :up=\E[A:us=\E[4m:
4433 att630-24|5630-24|5630DMD-24|630MTG-24|AT&T 630 windowing terminal 24 lines:\
4434         :li#24:\
4435         :tc=att630:
4437 # This entry was modified 3/13/90 by JWE.
4438 # fixes include additions of enacs, correcting rep, and modification
4439 # of kHOM.  (See comments below)
4440 # has status line of 80 chars
4441 # These were commented out: indn=\E[%p1%dS, rin=\E[%p1%dT,
4442 # the k25 and up keys are used for shifted system Fkeys
4443 # NOTE: JWE 3/13/90 The 98 key keyboard translation for shift/HOME is 
4444 # currently the same as khome (unshifted HOME or \E[H).  On the 102, 102+1
4445 # and 122 key keyboards, the 730's translation is \E[2J.  For consistency
4446 # kHOM has been commented out.  The user can uncomment kHOM if using the
4447 # 102, 102+1, or 122 key keyboards
4448 #       kHOM=\E[2J,
4449 # (untranslatable capabilities removed to fit entry within 1023 bytes)
4450 # WARNING: this entry, 1063 bytes long, may core-dump older termcap libraries!
4451 att730|730MTG|AT&T 730 windowing terminal Version:\
4452         :NP:am:da:db:es:hs:mi:ms:xn:xo:\
4453         :Nl#24:co#80:it#8:lh#2:li#60:lm#0:lw#8:ws#80:\
4454         :#4=\E[ @:%i=\E[ A:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:\
4455         :DO=\E[%dB:F1=\ENq:F2=\ENr:F3=\ENs:F4=\ENt:F5=\ENu:\
4456         :F6=\ENv:F7=\ENw:F8=\ENx:F9=\ENy:FA=\ENz:FB=\EN{:\
4457         :FC=\EN|:FD=\EN}:FE=\EN~:FF=\EOC:FG=\EOD:FH=\EOE:\
4458         :FI=\EOF:FJ=\EOG:FK=\EOH:FL=\EOI:FM=\EOJ:FN=\ENO:\
4459         :FO=\ENP:FP=\ENQ:FQ=\ENR:FR=\ENS:FS=\ENT:FT=\EOU:\
4460         :FU=\EOV:FV=\EOW:FW=\EOX:FX=\EOY:FY=\EOZ:FZ=\EO[:\
4461         :Fa=\EO :Fb=\EO]:Fc=\EO^:IC=\E[%d@:LE=\E[%dD:\
4462         :LF=\E[?13h:LO=\E[?13l:RI=\E[%dC:RX=\E[?21l:\
4463         :SX=\E[?21h:UP=\E[%dA:ZF=\E#6:\
4464         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
4465         :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[J:\
4466         :ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
4467         :cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:do=\E[B:eA=\E(B\E)0:\
4468         :ei=\E[4l:fs=\E8:ho=\E[H:\
4469         :i1=\E[8;0|\E[?3;4;5;13;15l\E[13;20l\E[?7h\E[12h\E(B\E)B:\
4470         :i2=\E(B\E)0:im=\E[4h:is=\E[0m\017:k1=\EOc:k2=\EOd:\
4471         :k3=\EOe:k4=\EOf:k5=\EOg:k6=\EOh:k7=\EOi:k8=\EOj:\
4472         :k9=\ENo:k;=\ENp:kA=\E[L:kB=\E[Z:kC=\E[2J:kF=\E[S:\
4473         :kI=\E[@:kR=\E[T:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:\
4474         :kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m\017:\
4475         :mh=\E[2m:mk=\E[8m:mr=\E[7m:nd=\E[C:nw=\EE:pf=\E[?4i:\
4476         ::po=\E[?5i:ps=\E[?19h\E[0i::r2=\Ec\E[?3l:rc=\E8:::\
4477         :sc=\E7:se=\E[27m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:\
4478         :ts=\E7\E[;%i%p1%dx:ue=\E[24m:up=\E[A:us=\E[4m:\
4479         :vb=\E[?5h\E[?5l:ve=\E[?25h\E[?12l:vi=\E[?25l:\
4480         :vs=\E[?12;25h::
4482 att730-41|730MTG-41|AT&T 730-41 windowing terminal Version:\
4483         :li#41:\
4484         :tc=att730:
4486 att730-24|730MTG-24|AT&T 730-24 windowing terminal Version:\
4487         :li#24:\
4488         :tc=att730:
4490 att730r|730MTGr|AT&T 730 rev video windowing terminal Version:\
4491         :i1=\E[8;0|\E[?3;4;13;15l\E[?5h\E[13;20l\E[?7h\E[12h\E(B\E)B:\
4492         :vb=\E[?5l\E[?5h:tc=att730:
4494 att730r-41|730MTG-41r|AT&T 730r-41 rev video windowing terminal Version:\
4495         :li#41:\
4496         :tc=att730r:
4498 att730r-24|730MTGr-24|AT&T 730r-24 rev video windowing terminal Version:\
4499         :li#24:\
4500         :tc=att730r:
4503 # 05-Aug-86:
4504 # The following Terminfo entry describes functions which are supported by
4505 # the AT&T 5430/pt505 terminal software version 2 and later.
4507 # The following represents the screen layout along with the associated
4508 # bezel buttons for the 5430/pt505 terminal. The "kf" designations do
4509 # not appear on the screen but are shown to reference the bezel buttons.
4510 # The "CMD", "MAIL", and "REDRAW" buttons are shown in their approximate
4511 # position relative to the screen.
4515 #      +----------------------------------------------------------------+
4516 #      |                                                                |
4517 # XXXX | kf0                                                       kf24 | XXXX
4518 #      |                                                                |
4519 #      |                                                                |
4520 # XXXX | kf1                                                       kf23 | XXXX
4521 #      |                                                                |
4522 #      |                                                                |
4523 # XXXX | kf2                                                       kf22 | XXXX
4524 #      |                                                                |
4525 #      |                                                                |
4526 # XXXX | kf3                                                       kf21 | XXXX
4527 #      |                                                                |
4528 #      |                                                                |
4529 # XXXX | kf4                                                       kf20 | XXXX
4530 #      |                                                                |
4531 #      |                                                                |
4532 # XXXX | kf5                                                       kf19 | XXXX
4533 #      |                                                                |
4534 #      |                                                                |
4535 # XXXX | kf6                                                       kf18 | XXXX
4536 #      |                                                                |
4537 #      |                                                                |
4538 # XXXX |                                                                | XXXX
4539 #      |                                                                |
4540 #      |                                                                |
4541 #      +----------------------------------------------------------------+
4543 #          XXXX  XXXX  XXXX  XXXX  XXXX  XXXX  XXXX  XXXX  XXXX  XXXX
4545 # Note: XXXX represents the screen buttons
4546 #                                                          CMD   REDRAW
4548 #                                                          MAIL
4550 # Depression of the "CMD" key sends    \E!    (kcmd)
4551 # Depression of the "MAIL" key sends   \E[26s (kf26)
4552 # "REDRAW" same as "REFRESH" (krfr)
4554 # "kf" functions adds carriage return to output string if terminal is in
4555 # 'new line' mode.
4557 # The following are functions not covered in the table above:
4559 #       Set keyboard character (SKC): \EPn1;Pn2w
4560 #                       Pn1= 0 Back Space key
4561 #                       Pn1= 1 Break key
4562 #                       Pn2=   Program char (hex)
4564 #       Screen Definition (SDF): \E[Pn1;Pn2;Pn3;Pn4;Pn5t
4565 #                       Pn1=     Window number (1-39)
4566 #                       Pn2-Pn5= Y;X;Y;X coordinates
4568 #       Screen Selection (SSL): \E[Pnu
4569 #                       Pn= Window number
4571 #       Set Terminal Modes (SM): \E[Pnh
4572 #                       Pn= 3 Graphics mode
4573 #                       Pn= > Cursor blink
4574 #                       Pn= < Enter new line mode
4575 #                       Pn= = Enter reverse insert/replace mode
4576 #                       Pn= ? Enter no scroll mode
4578 #       Reset Terminal Mode (RM): \E[Pnl
4579 #                       Pn= 3 Exit graphics mode
4580 #                       Pn= > Exit cursor blink
4581 #                       Pn= < Exit new line mode
4582 #                       Pn= = Exit reverse insert/replace mode
4583 #                       Pn= ? Exit no scroll mode
4585 #       Screen Status Report (SSR): \E[Pnp
4586 #                       Pn= 0 Request current window number
4587 #                       Pn= 1 Request current window dimensions
4589 #       Device Status Report (DSR): \E[6n    Request cursor position
4591 #       Call Status Report (CSR): \E[Pnv
4592 #                       Pn= 0 Call failed
4593 #                       Pn= 1 Call successful
4595 #       Transparent Button String (TBS): \E[Pn1;Pn2;Pn3;{string
4596 #                       Pn1= Button number to be loaded
4597 #                       Pn2= Character count of "string"
4598 #                       Pn3= Key mode being loaded:
4599 #                               0= Unshifted
4600 #                               1= Shifted
4601 #                               2= Control
4602 #                       String= Text string (15 chars max)
4604 #       Screen Number Report (SNR): \E[Pnp
4605 #                       Pn= Screen number
4607 #       Screen Dimension Report (SDR): \E[Pn1;Pn2r
4608 #                       Pn1= Number of rows available in window
4609 #                       Pn2= Number of columns available in window
4611 #       Cursor Position Report (CPR): \E[Pn1;Pn2R
4612 #                       Pn1= "Y" Position of cousor
4613 #                       Pn2= "X" Position of cursor
4615 #       Request Answer Back (RAB): \E[c
4617 #       Answer Back Response (ABR): \E[?;*;30;VSV
4618 #                       *=  0 No printer available
4619 #                       *=  2 Printer available
4620 #                       V=  Software version number
4621 #                       SV= Software sub version number
4623 #       Screen Alingment Aid: \En
4625 #       Bell (lower pitch): \E[x
4627 #       Dial Phone Number: \EPdstring\
4628 #                       string= Phone number to be dialed
4630 #       Set Phone Labels: \EPpstring\
4631 #                       string= Label for phone buttons
4633 #       Set Clock: \EPchour;minute;second\
4635 #       Position Clock: \EPsY;X\
4636 #                       Y= "Y" coordinate
4637 #                       X= "X" coordinate
4639 #       Delete Clock: \Epr\
4641 #       Programming The Function Buttons: \EPfPn;string\
4642 #                       Pn= Button number (00-06, 18-24)
4643 #                                         (kf00-kf06, kf18-kf24)
4644 #                       string= Text to sent on button depression
4646 #       Request For Local Directory Data: \EPp12;\
4648 #       Local Directory Data to host: \EPp11;LOCAL...DIRECTORY...DATA\
4650 #       Request for Local Directory Data in print format: \EPp13;\
4652 #       Enable 'Prt on Line' mode: \022 (DC2)
4654 #       Disable 'Prt on Line' mode: \024 (DC4)
4656 att505|pt505|att5430|gs5430|AT&T Personal Terminal 505 or 5430 GETSET terminal:\
4657         :am:xo:\
4658         :co#80:it#8:li#24:\
4659         :&2=\E[27s:@4=\E!:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:\
4660         :DO=\E[%dB:F8=\E[18s:F9=\E[19s:FA=\E[20s:FB=\E[21s:\
4661         :FC=\E[22s:FD=\E[23s:FE=\E24s:FG=\E26s:LE=\E[%dD:\
4662         :RA=\E[11;1j:RI=\E[%dC:SA=\E[11;0j:UP=\E[%dA:\
4663         :ae=\E[10m:al=\E[L:as=\E[11m:bl=^G:cb=\E2K:cd=\E[0J:\
4664         :ce=\E[0K:cl=\E[2J\E[H:cm=\E[%d;%dH:cr=^M:dc=\E[P:\
4665         :dl=\E[M:do=\E[B:ei=\E[4l:ho=\E[H:\
4666         :i1=\EPr\\E[0u\E[2J\E[0;0H\E[0m\E[3l\E[<l\E[4l\E[>l\E[=l\E[?l:\
4667         :im=\E[4h:k0=\E[00s:k1=\E[01s:k2=\E[02s:k3=\E[03s:\
4668         :k4=\E[04s:k5=\E[05s:k6=\E[06s:kb=^H:kd=\E[B:kl=\E[D:\
4669         :kr=\E[C:ku=\E[A:le=\E[D:mb=\E[5m:md=\E[1m:me=\E[0m:\
4670         :mr=\E[7m:nd=\E[C:pf=\E[4i:po=\E[5i:r1=\Ec:rc=\E8:\
4671         :sc=\E7:se=\E[0m:sf=^J:so=\E[1m:ta=^I:ue=\E[0m:\
4672         :up=\E[A:us=\E[4m:ve=\E[>l:vs=\E[>h:
4675 # The following Terminfo entry describes functions which are supported by
4676 # the AT&T 5430/pt505 terminal software version 1.
4678 # The following represents the screen layout along with the associated
4679 # bezel buttons for the 5430/pt505 terminal. The "kf" designations do
4680 # not appear on the screen but are shown to reference the bezel buttons.
4681 # The "CMD", "MAIL", and "REDRAW" buttons are shown in their approximate
4682 # position relative to the screen.
4686 #      +----------------------------------------------------------------+
4687 #      |                                                                |
4688 # XXXX | kf0                                                       kf24 | XXXX
4689 #      |                                                                |
4690 #      |                                                                |
4691 # XXXX | kf1                                                       kf23 | XXXX
4692 #      |                                                                |
4693 #      |                                                                |
4694 # XXXX | kf2                                                       kf22 | XXXX
4695 #      |                                                                |
4696 #      |                                                                |
4697 # XXXX | kf3                                                       kf21 | XXXX
4698 #      |                                                                |
4699 #      |                                                                |
4700 # XXXX | kf4                                                       kf20 | XXXX
4701 #      |                                                                |
4702 #      |                                                                |
4703 # XXXX | kf5                                                       kf19 | XXXX
4704 #      |                                                                |
4705 #      |                                                                |
4706 # XXXX | kf6                                                       kf18 | XXXX
4707 #      |                                                                |
4708 #      |                                                                |
4709 # XXXX |                                                                | XXXX
4710 #      |                                                                |
4711 #      |                                                                |
4712 #      +----------------------------------------------------------------+
4714 #          XXXX  XXXX  XXXX  XXXX  XXXX  XXXX  XXXX  XXXX  XXXX  XXXX
4716 # Note: XXXX represents the screen buttons
4717 #                                                          CMD   REDRAW
4719 #                                                          MAIL
4721 #       Depression of the "CMD" key sends    \E!    (kcmd)
4722 # Depression of the "MAIL" key sends   (note) (kf26)
4723 # "REDRAW" same as "REFRESH" (krfr)    (note)
4725 # note: The character string sent by key 'kf26' may be user programmable
4726 #       to send either \E[16s, or \E[26s.
4727 #       The character string sent by key 'krfr' may be user programmable
4728 #       to send either \E[17s, or \E[27s.
4730 # "kf" functions adds carriage return to output string if terminal is in
4731 # 'new line' mode.
4733 # The following are functions not covered in the table above:
4735 #       Set keyboard character (SKC):
4737 #               \EPn1;Pn2w
4739 #                       Pn1= 0 Back Space key
4740 #                       Pn1= 1 Break key
4741 #                       Pn2=   Program char (hex)
4743 #       Screen Definition (SDF):
4745 #               \E[Pn1;Pn2;Pn3;Pn4;Pn5t
4747 #                       Pn1=     Window number (1-39)
4748 #                       Pn2-Pn5= Y;X;Y;X coordinates
4750 #       Screen Selection (SSL):
4752 #               \E[Pnu
4754 #                       Pn= Window number
4756 #       Set Terminal Modes (SM):
4758 #               \E[Pnh
4760 #                       Pn= 3 Graphics mode
4761 #                       Pn= > Cursor blink
4762 #                       Pn= < Enter new line mode
4763 #                       Pn= = Enter reverse insert/replace mode
4764 #                       Pn= ? Enter no scroll mode
4766 #       Reset Terminal Mode (RM):
4768 #               \E[Pnl
4770 #                       Pn= 3 Exit graphics mode
4771 #                       Pn= > Exit cursor blink
4772 #                       Pn= < Exit new line mode
4773 #                       Pn= = Exit reverse insert/replace mode
4774 #                       Pn= ? Exit no scroll mode
4776 #       Screen Status Report (SSR):
4778 #               \E[Pnp
4780 #                       Pn= 0 Request current window number
4781 #                       Pn= 1 Request current window dimensions
4783 #       Device Status Report (DSR):
4785 #               \E[6n    Request cursor position
4787 #       Call Status Report (CSR):
4789 #               \E[Pnv
4791 #                       Pn= 0 Call failed
4792 #                       Pn= 1 Call successful
4794 #       Transparent Button String (TBS):
4796 #               \E[Pn1;Pn2;Pn3;{string
4798 #                       Pn1= Button number to be loaded
4799 #                       Pn2= Character count of "string"
4800 #                       Pn3= Key mode being loaded:
4801 #                               0= Unshifted
4802 #                               1= Shifted
4803 #                               2= Control
4804 #                       String= Text string (15 chars max)
4806 #       Screen Number Report (SNR):
4808 #               \E[Pnp
4810 #                       Pn= Screen number
4812 #       Screen Dimension Report (SDR):
4814 #               \E[Pn1;Pn2r
4816 #                       Pn1= Number of rows available in window
4817 #                       Pn2= Number of columns available in window
4819 #       Cursor Position Report (CPR):
4821 #               \E[Pn1;Pn2R
4823 #                       Pn1= "Y" Position of cousor
4824 #                       Pn2= "X" Position of cursor
4826 #       Request Answer Back (RAB):
4828 #               \E[c
4830 #       Answer Back Response (ABR):
4832 #               \E[?;0;30;VSV
4834 #                       V=  Software version number
4835 #                       SV= Software sub version number
4837 #       Screen Alignment Aid:
4839 #               \En
4841 #       Bell (lower pitch):
4843 #               \E[x
4845 #       Dial Phone Number:
4847 #               \EPdstring\
4849 #                       string= Phone number to be dialed
4851 #       Set Phone Labels:
4853 #               \EPpstring\
4855 #                       string= Label for phone buttons
4857 #       Set Clock:
4859 #               \EPchour;minute;second\
4861 #       Position Clock:
4863 #               \EPsY;X\
4865 #                       Y= "Y" coordinate
4866 #                       X= "X" coordinate
4868 #       Delete Clock:
4870 #               \Epr\
4872 #       Programming The Function Buttons:
4874 #               \EPfPn;string\
4876 #                       Pn= Button number (00-06, 18-24)
4877 #                                         (kf00-kf06, kf18-kf24)
4879 #                       string= Text to sent on button depression
4883 #                                                       05-Aug-86
4886 att505-24|pt505-24|gs5430-24| AT&T PT505 or 5430 GETSET version 1 24 lines:\
4887         :am:xo:\
4888         :co#80:it#8:li#24:\
4889         :&2=\E[27s:@4=\E!:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:\
4890         :DO=\E[%dB:F8=\E[18s:F9=\E[19s:FA=\E[20s:FB=\E[21s:\
4891         :FC=\E[22s:FD=\E[23s:FE=\E24s:FG=\E26s:LE=\E[%dD:\
4892         :RI=\E[%dC:UP=\E[%dA:ae=\E[10m:al=\E[L:as=\E[11m:\
4893         :bl=^G:cb=\E2K:cd=\E[0J:ce=\E[0K:cl=\E[2J\E[H:\
4894         :cm=\E[%d;%dH:cr=^M:dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:\
4895         :ho=\E[H:\
4896         :i1=\EPr\\E[0u\E[2J\E[0;0H\E[0m\E[3l\E[<l\E[4l\E[>l\E[=l\E[?l:\
4897         :im=\E[4h:k0=\E[00s:k1=\E[01s:k2=\E[02s:k3=\E[03s:\
4898         :k4=\E[04s:k5=\E[05s:k6=\E[06s:kb=^H:kd=\E[B:kl=\E[D:\
4899         :kr=\E[C:ku=\E[A:le=\E[D:mb=\E[5m:md=\E[1m:me=\E[0m:\
4900         :mr=\E[7m:nd=\E[C:r1=\Ec:se=\E[0m:sf=^J:so=\E[1m:\
4901         :ta=^I:ue=\E[0m:up=\E[A:us=\E[4m:ve=\E[>l:vs=\E[>h:
4902 att505-22|pt505-22|gs5430-22| AT&T PT505 or 5430 GETSET version 1 22 lines:\
4903         :li#22:\
4904         :tc=att505-24:
4906 # -------------------- TERMINFO FILE CAN BE SPLIT HERE -----------------------
4907 # This cut mark helps make life less painful for people running ncurses tic
4908 # on machines with relatively little RAM.  The file can be broken in half here
4909 # cleanly and compiled in sections -- no `use' references cross this cut
4910 # going forward.
4913 #### Ampex (Dialogue)
4915 # Yes, these are the same people who are better-known for making audio- and
4916 # videotape.  I'm told they are located in Redwood City, CA.
4918 # From: <cbosg!ucbvax!SRC:george> Fri Sep 11 22:38:32 1981
4919 # (ampex80: mapped ":pt:" to default tabs; some capabilities merged in from
4920 # SCO's entry -- esr)
4921 ampex80|a80|d80|dialogue|dialogue80|ampex dialogue 80:\
4922         :am:bs:bw:pt:ul:\
4923         :co#80:li#24:\
4924         :al=\EE:bl=^G:bt=\EI:cd=\Ey:ce=\Et:cl=\E*:\
4925         :cm=\E=%+ %+ :cr=^M:ct=\E3:dc=\EW:dl=\ER:do=^J:ei=:\
4926         :ic=\EQ:im=:is=\EA:le=^H:nd=^L:se=\Ek:sf=^J:so=\Ej:\
4927         :st=\E1:ta=^I:ue=\Em:up=^K:us=\El:
4928 # This entry was from somebody anonymous, Tue Aug  9 20:11:37 1983, who wrote:
4929 ampex175|ampex d175:\
4930         :am:\
4931         :co#80:li#24:\
4932         :al=\EE:bl=^G:cd=\Ey:ce=\Et:cl=\E+:cm=\E=%+ %+ :\
4933         :cr=^M:dc=\EW:dl=\ER:do=^J:ei=:ho=^^:ic=\EQ:im=:\
4934         :is=\EX\EA\EF:kA=\EE:kD=\EW:kI=\EQ:kL=\ER:kd=^J:\
4935         :kh=^^:kl=^H:kr=^L:ku=^K:le=^H:ll=^^^K:nd=^L:se=\Ek:\
4936         :sf=^J:so=\Ej:te=\EF:ti=\EN:ue=\Em:up=^K:us=\El:
4937 # No backspace key in the main QWERTY cluster. Fortunately, it has a
4938 # NEWLINE/PAGE key just above RETURN that sends a strange single-character
4939 # code.  Given a suitable Unix (one that lets you set an echo-erase-as-BS-SP-BS
4940 # mode), this key can be used as the erase key; I find I like this. Because
4941 # some people and some systems may not, there is another termcap ("ampex175")
4942 # that suppresses this little eccentricity by omitting the relevant capability.
4943 ampex175-b|ampex d175 using left arrow for erase:\
4944         :kb=^_:tc=ampex175:
4945 # From: Richard Bascove <atd!dsd!rcb@ucbvax.berkeley.edu>
4946 # (ampex210: removed obsolete ":kn#10:"; mapped ":pt:" to default tabs -- esr)
4947 ampex210|a210|ampex a210:\
4948         :am:bs:hs:pt:xn:\
4949         :co#80:li#24:sg#1:ug#1:\
4950         :al=\EE:bt=\EI:cd=\Ey:ce=\Et:cl=\E*:cm=\E=%+ %+ :\
4951         :dc=\EW:dl=\ER:ei=:fs=\E.2:ho=^^:ic=\EQ:\
4952         :if=/usr/share/tabset/std:im=:\
4953         :is=\EC\Eu\E'\E(\El\EA\E%\E{\E.2\EG0\Ed\En:k0=^A0\r:\
4954         :k1=^A1\r:k2=^A2\r:k3=^A3\r:k4=^A4\r:k5=^A5\r:\
4955         :k6=^A6\r:k7=^A7\r:k8=^A8\r:k9=^A9\r:kd=^V:kh=^^:\
4956         :kl=^H:kr=^L:ku=^K:nd=^L:se=\EG0:so=\EG4:\
4957         :ts=\E.0\Eg\E}\Ef:ue=\EG0:up=^K:us=\EG8:\
4958         :vb=\EU\EX\EU\EX\EU\EX\EU\EX:
4959 ampex219|ampex-219|amp219|Ampex with Automargins:\
4960         :hs:xn:\
4961         :co#80:it#8:li#24:\
4962         :bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:\
4963         :cm=\E[%i%d;%dH:cr=^M:cs=%i\E[%2;%2r:do=\E[B:ho=\E[H:\
4964         :is=\E>\E[?1l\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
4965         :k0=\E[21~:k1=\E[7~:k2=\E[8~:k3=\E[9~:k4=\E[10~:\
4966         :k5=\E[11~:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:\
4967         :kd=\E[B:ke=\E>:kh=\E[H:kl=\E[D:kr=\E[C:ks=\E=:\
4968         :ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[0m:mh=\E[1m:\
4969         :mr=\E[7m:nd=\E[C:se=\E[0m:sf=^J:so=\E[7m:sr=\EM:\
4970         :ta=^I:ue=\E[0m:up=\E[A:us=\E[4m:
4971 ampex219w|ampex-219w|amp219w|Ampex 132 cols:\
4972         :co#132:li#24:\
4973         :bl=^G:cr=^M:do=^J:\
4974         :is=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h:sf=^J:\
4975         :vs=\E[?3h:tc=ampex219:
4976 ampex232|ampex-232|Ampex Model 232:\
4977         :am:\
4978         :co#80:li#24:sg#1:ug#1:\
4979         :al=5*\EE:bt=\EI:cd=\EY:ce=\ET:cl=\E+:cm=\E=%+ %+ :\
4980         :dc=\EW:dl=5*\ER:do=^V:ei=:ic=\EQ:\
4981         :if=/usr/lib/tabset/ampex:im=:is=\Eg\El:k0=^A@\r:\
4982         :k1=^AA\r:k2=^AB\r:k3=^AC\r:k4=^AD\r:k5=^AE\r:\
4983         :k6=^AF\r:k7=^AG\r:k8=^AH\r:k9=^AI\r:kb=^H:kd=^V:\
4984         :kh=^^:kl=^H:kr=^L:ku=^K:le=^H:nd=^L:se=\EG0:so=\EG4:\
4985         :ta=^I:ue=\EG0:up=^K:us=\EG8:\
4986         :vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:\
4987         :ve=\E.4:vi=\E.0:
4988 ampex232w|Ampex Model 232 / 132 columns:\
4989         :co#132:li#24:\
4990         :if=/usr/lib/tabset/amp-132:is=\E\034Eg\El:tc=ampex232:
4992 #### Ann Arbor (aa)
4995 # Originally from Mike O'Brien@Rand and Howard Katseff at Bell Labs.
4996 # Highly modified 6/22 by Mike O'Brien.
4997 # split out into several for the various screen sizes by dave-yost@rand
4998 # Modifications made 3/82 by Mark Horton
4999 # Modified by Tom Quarles at UCB for greater efficiency and more diversity
5000 # status line moved to top of screen, :vb: removed 5/82
5001 # Some unknown person at SCO then hacked the init strings to make them more
5002 # efficient.
5004 # assumes the following setup:
5005 #   A menu: 0000 1010  0001 0000
5006 #   B menu: 9600  0100 1000  0000 0000  1000 0000  17  19
5007 #   C menu: 56   66   0    0    9600  0110 1100
5008 #   D menu: 0110 1001   1   0
5010 #       Briefly, the settings are for the following modes:
5011 #          (values are for bit set/clear with * indicating our preference
5012 #           and the value used to test these termcaps)
5013 #       Note that many of these settings are irelevent to the termcap
5014 #       and are just set to the default mode of the terminal as shipped
5015 #       by the factory.
5017 # A menu: 0000 1010  0001 0000
5018 #       Block/underline cursor*
5019 #       blinking/nonblinking cursor*
5020 #       key click/no key click*
5021 #       bell/no bell at column 72*
5023 #       key pad is cursor control*/key pad is numeric
5024 #       return and line feed/return for <cr> key *
5025 #       repeat after .5 sec*/no repeat
5026 #       repeat at 25/15 chars per sec. *
5028 #       hold data until pause pressed/process data unless pause pressed*
5029 #       slow scroll/no slow scroll*
5030 #       Hold in area/don't hold in area*
5031 #       functions keys have default*/function keys disabled on powerup
5033 #       show/don't show position of cursor during page transmit*
5034 #       unused
5035 #       unused
5036 #       unused
5038 # B menu: 9600  0100 1000  0000 0000  1000 0000  17  19
5039 #       Baud rate (9600*)
5041 #       2 bits of parity - 00=odd,01=even*,10=space,11=mark
5042 #       1 stop bit*/2 stop bits
5043 #       parity error detection off*/on
5045 #       keyboard local/on line*
5046 #       half/full duplex*
5047 #       disable/do not disable keyboard after data transmission*
5049 #       transmit entire page/stop transmission at cursor*
5050 #       transfer/do not transfer protected characters*
5051 #       transmit all characters/transmit only selected characters*
5052 #       transmit all selected areas/transmit only 1 selected area*
5054 #       transmit/do not transmit line seperators to host*
5055 #       transmit/do not transmit page tab stops tabs to host*
5056 #       transmit/do not transmit column tab stop tabs to host*
5057 #       transmit/do not transmit graphics control (underline,inverse..)*
5059 #       enable*/disable auto XON/XOFF control
5060 #       require/do not require receipt of a DC1 from host after each LF*
5061 #       pause key acts as a meta key/pause key is pause*
5062 #       unused
5064 #       unused
5065 #       unused
5066 #       unused
5067 #       unused
5069 #       XON character (17*)
5070 #       XOFF character (19*)
5072 # C menu: 56   66   0    0    9600  0110 1100
5073 #       number of lines to print data on (printer) (56*)
5075 #       number of lines on a sheet of paper (printer) (66*)
5077 #       left margin (printer) (0*)
5079 #       number of pad chars on new line to printer (0*)
5081 #       printer baud rate (9600*)
5083 #       printer parity: 00=odd,01=even*,10=space,11=mark
5084 #       printer stop bits: 2*/1
5085 #       print/do not print guarded areas*
5087 #       new line is: 01=LF,10=CR,11=CRLF*
5088 #       unused
5089 #       unused
5091 # D menu: 0110 1001   1   0
5092 #       LF is newline/LF is down one line, same column*
5093 #       wrap to preceeding line if move left from col 1*/don't wrap
5094 #       wrap to next line if move right from col 80*/don't wrap
5095 #       backspace is/is not destructive*
5097 #       display*/ignore DEL character
5098 #       display will not/will scroll*
5099 #       page/column tab stops*
5100 #       erase everything*/erase unprotected only
5102 #       editing extent: 0=display,1=line*,2=field,3=area
5104 #       unused
5107 annarbor|4080|ann arbor 4080:\
5108         :am:\
5109         :co#80:li#40:\
5110         :bl=^G:cl=\014:\
5111         :..cm=\017%p2%{10}%/%{16}%*%p2%{10}%m%+%c%p1%?%p1%{19}%>%t%{12}%+%;%'@'%+%c:\
5112         :cr=^M:ct=^^P^P:do=^J:ho=^K:kb=^^:kd=^J:kh=^K:kl=^H:\
5113         :kr=^_:ku=^N:le=^H:nd=^_:sf=^J:st=^]^P1:ta=^I:up=^N:
5115 # If you're using the GNU termcap library, add
5116 #       :cS=\E[%d;%d;%d;%dp:
5117 # to these capabilities.  This is the nonstandard GNU termcap scrolling
5118 # capability, arguments are:
5119 #   1. Total number of lines on the screen.
5120 #   2. Number of lines above desired scroll region.
5121 #   3. Number of lines below (outside of) desired scroll region.
5122 #   4. Total number of lines on the screen, the same as the first parameter.
5123 # The generic Ann Arbor entry is the only one that uses this.
5124 aaa+unk|aaa-unk|ann arbor ambassador (internal - don't use this directly):\
5125         :5i:am:km:mi:xo:\
5126         :co#80:it#8:\
5127         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\EOK:\
5128         :F2=\EOL:F3=\EOM:F4=\EON:F5=\EOO:F6=\EOP:F7=\EOQ:\
5129         :F8=\EOR:F9=\EOS:FA=\EOT:FB=\EOU:FC=\EOV:FD=\EOW:\
5130         :FE=\EOX:IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
5131         :al=\E[L:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:ch=\E[%+^AG:\
5132         :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:ct=\E[2g:\
5133         :cv=\E[%+^Ad:dc=\E[P:dl=\E[M:do=^K:ei=:ho=\E[H:\
5134         :i1=\E[m\E7\E[H\E9\E8:i2=\E[1Q\E[>20;30l\EP`+x~M\E\\:\
5135         :ic=\E[@:im=:k1=\EOA:k2=\EOB:k3=\EOC:k4=\EOD:k5=\EOE:\
5136         :k6=\EOF:k7=\EOG:k8=\EOH:k9=\EOI:k;=\EOJ:kA=\E[L:\
5137         :kB=\E[Z:kC=\E[J:kD=\E[P:kI=\E[@:kL=\E[M:kM=\E6:\
5138         :kb=^H:kd=\E[B:\
5139         :ke=\EP`>y~[[J`8xy~[[A`4xy~[[D`6xy~[[C`2xy~[[B\E\\:\
5140         :kh=\E[H:kl=\E[D:kr=\E[C:\
5141         :ks=\EP`>z~[[J`8xz~[[A`4xz~[[D`6xz~[[C`2xz~[[B\E\\:\
5142         :ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[0m:mk=\E[8m:\
5143         :mm=\E[>52h:mo=\E[>52l:mr=\E[7m:nd=\E[C:pO=\E[%dv:\
5144         :pf=^C:po=\E[v:ps=\E[0i:rc=\E8:\
5145         :..rp=%p1%c\E[%p2%{1}%-%db:\
5146         :..sa=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;m:\
5147         :sc=\E7:se=\E[m:sf=^K:so=\E[7m:st=\EH:ta=^I:ue=\E[m:\
5148         :up=\E[A:us=\E[4m:
5150 aaa+rv:\
5151         :i1=\E[7m\E7\E[H\E9\E8:mb=\E[5;7m:md=\E[1;7m:\
5152         :me=\E[7m\016:mk=\E[7;8m:mr=\E[m:r1=\E[H\E[7m\E[J:\
5153         :..sa=\E[%?%p1%p3%|%!%t7;%;%?%p2%t4;%;%?%p4%t5;%;%?%p6%t1;%;%?%p7%t8;%;m:\
5154         :se=\E[7m:so=\E[m:ue=\E[7m:us=\E[4;7m:
5155 # Ambassador with the DEC option, for partial vt100 compatibility.
5156 aaa+dec:\
5157         :ac=aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz||}}:\
5158         :ae=^N:as=^O:cs=\E[%i%d;%dr:eA=\E(0:\
5159         :..sa=\E[%?%p1%p3%|%!%t7;%;%?%p2%t4;%;%?%p4%t5;%;%?%p6%t1;%;%?%p7%t8;%;m%?%p9%t\017%e\016%;:
5160 aaa-18|ann arbor ambassador/18 lines:\
5161         :li#18:\
5162         :is=\E7\E[60;0;0;18p\E8:te=\E[60;0;0;18p\E[60;1H\E[K:\
5163         :ti=\E[18;0;0;18p:tc=aaa+unk:
5164 aaa-18-rv|ann arbor ambassador/18 lines+reverse video:\
5165         :tc=aaa+rv:tc=aaa-18:
5166 aaa-20|ann arbor ambassador/20 lines:\
5167         :li#20:\
5168         :is=\E7\E[60;0;0;20p\E8:te=\E[60;0;0;20p\E[60;1H\E[K:\
5169         :ti=\E[20;0;0;20p:tc=aaa+unk:
5170 aaa-22|ann arbor ambassador/22 lines:\
5171         :li#22:\
5172         :is=\E7\E[60;0;0;22p\E8:te=\E[60;0;0;22p\E[60;1H\E[K:\
5173         :ti=\E[22;0;0;22p:tc=aaa+unk:
5174 aaa-24|ann arbor ambassador/24 lines:\
5175         :li#24:\
5176         :is=\E7\E[60;0;0;24p\E8:te=\E[60;0;0;24p\E[60;1H\E[K:\
5177         :ti=\E[24;0;0;24p:tc=aaa+unk:
5178 aaa-24-rv|ann arbor ambassador/24 lines+reverse video:\
5179         :tc=aaa+rv:tc=aaa-24:
5180 aaa-26|ann arbor ambassador/26 lines:\
5181         :li#26:\
5182         :is=\E7\E[60;0;0;26p\E8:te=\E[60;0;0;26p\E[26;1H\E[K:\
5183         :ti=\E[H\E[J\E[26;0;0;26p:tc=aaa+unk:
5184 aaa-28|ann arbor ambassador/28 lines:\
5185         :li#28:\
5186         :is=\E7\E[60;0;0;28p\E8:te=\E[60;0;0;28p\E[28;1H\E[K:\
5187         :ti=\E[H\E[J\E[28;0;0;28p:tc=aaa+unk:
5188 aaa-30-s|aaa-s|ann arbor ambassador/30 lines w/status:\
5189         :es:hs:\
5190         :li#29:\
5191         :ds=\E7\E[60;0;0;30p\E[1;1H\E[K\E[H\E8\r\n\E[K:\
5192         :fs=\E[>51l:is=\r\n\E[A\E7\E[60;1;0;30p\E8:\
5193         :te=\E[60;1;0;30p\E[29;1H\E[K:\
5194         :ti=\E[H\E[J\E[30;1;0;30p\E[30;1H\E[K:\
5195         :ts=\E[>51h\E[1;%p1%dH\E[2K:tc=aaa+unk:
5196 aaa-30-s-rv|aaa-s-rv|ann arbor ambassador/30 lines+status line+reverse video:\
5197         :tc=aaa+rv:tc=aaa-30-s:
5198 aaa-s-ctxt|aaa-30-s-ctxt|ann arbor ambassador/30 lines+status line+save context:\
5199         :te=\E[60;1;0;30p\E[59;1H\E[K:\
5200         :ti=\E[30;1H\E[K\E[30;1;0;30p:tc=aaa-30-s:
5201 aaa-s-rv-ctxt|aaa-30-s-rv-ct|aaa-30-srvctxt|ann arbor ambassador/30 lines; status line; saving context:\
5202         :te=\E[60;1;0;30p\E[59;1H\E[K:\
5203         :ti=\E[30;1H\E[K\E[30;1;0;30p:tc=aaa-30-s-rv:
5204 aaa|aaa-30|ambas|ambassador|ann arbor ambassador/30 lines:\
5205         :li#30:\
5206         :is=\E7\E[60;0;0;30p\E8:te=\E[60;0;0;30p\E[30;1H\E[K:\
5207         :ti=\E[H\E[J\E[30;0;0;30p:tc=aaa+unk:
5208 aaa-30-rv|aaa-rv|ann arbor ambassador/30 lines in reverse video:\
5209         :tc=aaa+rv:tc=aaa-30:
5210 aaa-30-ctxt|aaa-ctxt|ann arbor ambassador/30 lines; saving context:\
5211         :te=\E[60;0;0;30p\E[60;1H\E[K:ti=\E[30;0;0;30p:tc=aaa-30:
5212 aaa-30-rv-ctxt|aaa-rv-ctxt|ann arbor ambassador/30 lines; saving context:\
5213         :te=\E[60;0;0;30p\E[60;1H\E[K:ti=\E[30;0;0;30p:tc=aaa+rv:tc=aaa-30:
5214 aaa-36|ann arbor ambassador/36 lines:\
5215         :li#36:\
5216         :is=\E7\E[60;0;0;36p\E8:te=\E[60;0;0;36p\E[36;1H\E[K:\
5217         :ti=\E[H\E[J\E[36;0;0;36p:tc=aaa+unk:
5218 aaa-36-rv|ann arbor ambassador/36 lines+reverse video:\
5219         :tc=aaa+rv:tc=aaa-36:
5220 aaa-40|ann arbor ambassador/40 lines:\
5221         :li#40:\
5222         :is=\E7\E[60;0;0;40p\E8:te=\E[60;0;0;40p\E[40;1H\E[K:\
5223         :ti=\E[H\E[J\E[40;0;0;40p:tc=aaa+unk:
5224 aaa-40-rv|ann arbor ambassador/40 lines+reverse video:\
5225         :tc=aaa+rv:tc=aaa-40:
5226 aaa-48|ann arbor ambassador/48 lines:\
5227         :li#48:\
5228         :is=\E7\E[60;0;0;48p\E8:te=\E[60;0;0;48p\E[48;1H\E[K:\
5229         :ti=\E[H\E[J\E[48;0;0;48p:tc=aaa+unk:
5230 aaa-48-rv|ann arbor ambassador/48 lines+reverse video:\
5231         :tc=aaa+rv:tc=aaa-48:
5232 aaa-60-s|ann arbor ambassador/59 lines plus status line:\
5233         :es:hs:\
5234         :li#59:\
5235         :ds=\E7\E[60;0;0;60p\E[1;1H\E[K\E[H\E8\r\n\E[K:\
5236         :fs=\E[>51l:is=\r\n\E[A\E7\E[60;1;0;60p\E8:\
5237         :ts=\E[>51h\E[1;%p1%dH\E[2K:tc=aaa+unk:
5238 aaa-60-s-rv|ann arbor ambassador/59 lines+status line+reverse video:\
5239         :tc=aaa+rv:tc=aaa-60-s:
5240 aaa-60-s-rv-dec|ann arbor ambassador/dec mode+59 lines+status line+rev video:\
5241         :tc=aaa+dec:tc=aaa+rv:tc=aaa-60-s:
5242 aaa-60|ann arbor ambassador/60 lines:\
5243         :li#60:\
5244         :is=\E7\E[60;0;0;60p\E[1Q\E[m\E[>20;30l\E8:tc=aaa+unk:
5245 aaa-60-rv|ann arbor ambassador/60 lines+reverse video:\
5246         :tc=aaa+rv:tc=aaa-60:
5247 aaa-db|ann arbor ambassador 30/destructive backspace:\
5248         :i2=\E[1Q\E[m\E[>20l\E[>30h:le=\E[D:tc=aaa-30:
5250 guru|guru-33|guru+unk|ann arbor guru/33 lines 80 cols:\
5251         :li#33:\
5252         :i2=\E[>59l:is=\E7\E[255;0;0;33;80;80p\E8\E[J:\
5253         :te=\E[255p\E[255;1H\E[K:ti=\E[33p:vb=\E[>59h\E[>59l:tc=aaa+unk:
5254 guru+rv|guru changes for reverse video:\
5255         :i2=\E[>59h:vb=\E[>59l\E[>59h:
5256 guru-rv|guru-33-rv|ann arbor guru/33 lines+reverse video:\
5257         :tc=guru+rv:tc=guru-33:
5258 guru+s|changes for status line:\
5259         :es:hs:\
5260         :ds=\E7\E[;0p\E[1;1H\E[K\E[H\E8\r\n\E[K:fs=\E[>51l:\
5261         :te=\E[255;1p\E[255;1H\E[K:\
5262         :ts=\E[>51h\E[1;%p1%dH\E[2K:
5263 guru-nctxt:\
5264         :ti=\E[H\E[J\E[33p\E[255;1H\E[K:tc=guru:
5265 guru-s|guru-33-s|ann arbor guru/33 lines w/status line:\
5266         :li#32:\
5267         :is=\r\n\E[A\E7\E[255;1;0;33;80;80p\E8\E[J:\
5268         :ti=\E[33;1p\E[255;1H\E[K:tc=guru+s:tc=guru+unk:
5269 guru-24:\
5270         :co#80:li#24:\
5271         :is=\E7\E[255;0;0;24;80;80p\E8\E[J:ti=\E[24p:tc=guru+unk:
5272 guru-44:\
5273         :co#97:li#44:\
5274         :is=\E7\E[255;0;0;44;97;100p\E8\E[J:ti=\E[44p:tc=guru+unk:
5275 guru-44-s|ann arbor guru/44 lines w/status line:\
5276         :li#43:\
5277         :is=\r\n\E[A\E7\E[255;1;0;44;80;80p\E8\E[J:\
5278         :ti=\E[44;1p\E[255;1H\E[K:tc=guru+s:tc=guru+unk:
5279 guru-76|guru with 76 lines by 89 cols:\
5280         :co#89:li#76:\
5281         :is=\E7\E[255;0;0;76;89;100p\E8\E[J:ti=\E[76p:tc=guru+unk:
5282 guru-76-s|ann arbor guru/76 lines w/status line:\
5283         :co#89:li#75:\
5284         :is=\r\n\E[A\E7\E[255;1;0;76;89;100p\E8\E[J:\
5285         :ti=\E[76;1p\E[255;1H\E[K:tc=guru+s:tc=guru+unk:
5286 guru-76-lp|guru-lp|guru with page bigger than line printer:\
5287         :co#134:li#76:\
5288         :is=\E7\E[255;0;0;76;134;134p\E8\E[J:ti=\E[76p:tc=guru+unk:
5289 guru-76-w|guru 76 lines by 178 cols:\
5290         :co#178:li#76:\
5291         :is=\E7\E[255;0;0;76;178;178p\E8\E[J:ti=\E[76p:tc=guru+unk:
5292 guru-76-w-s|ann arbor guru/76 lines w/status line:\
5293         :co#178:li#75:\
5294         :is=\r\n\E[A\E7\E[255;1;0;76;178;178p\E8\E[J:\
5295         :ti=\E[76;1p\E[255;1H\E[K:tc=guru+s:tc=guru+unk:
5296 guru-76-wm|guru 76 lines by 178 cols with 255 cols memory:\
5297         :co#178:li#76:\
5298         :is=\E7\E[255;0;0;76;178;255p\E8\E[J:ti=\E[76p:tc=guru+unk:
5299 aaa-rv-unk:\
5300         :Nl#0:lh#0:lw#0:\
5301         :i1=\E[7m\E7\E[H\E9\E8:mb=\E[5;7m:md=\E[1;7m:\
5302         :me=\E[7m:mk=\E[7;8m:mr=\E[m:r1=\E[H\E[7m\E[J:\
5303         :..sa=\E[%?%p1%!%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;%?%p7%t8;%;m:\
5304         :se=\E[7m:so=\E[m:ue=\E[7m:us=\E[4;7m:
5306 #### Applied Digital Data Systems (adds)
5308 # ADDS itself is long gone.  ADDS was bought by NCR, and the same group made
5309 # ADDS and NCR terminals.  When AT&T and NCR merged, the engineering for
5310 # terminals was merged again.  Then AT&T sold the terminal business to
5311 # SunRiver.  The engineers from Teletype, AT&T terminals, ADDS,
5312 # and NCR (who are still there) are at:
5314 #       SunRiver Data Systems
5315 #       100 Marcus Boulevard
5316 #       Hauppauge, NY 117883-762
5317 #       Vox: (800)-231-5445
5318 #       Fax: (516)-342-7378
5320 # Their voice mail describes the place as "SunRiver (formerly ADDS)". 
5322 # Regent: lowest common denominator, works on all regents.
5323 # (regent: renamed ":bc:" to ":le:" -- esr)
5324 regent|Adds Regent Series:\
5325         :am:bs:\
5326         :co#80:li#24:\
5327         :bl=^G:cl=^L:cr=^M:do=^J:ho=\EY  :le=^U:ll=^A:nd=^F:\
5328         :sf=^J:up=^Z:
5329 # Regent 100 has a bug where if computer sends escape when user is holding
5330 # down shift key it gets confused, so we avoid escape.
5331 regent100|Adds Regent 100:\
5332         :sg#1:ug#1:\
5333         :bl=^G:cm=\013%+ %B\020%.:k0=^B1\r:k1=^B2\r:k2=^B3\r:\
5334         :k3=^B4\r:k4=^B5\r:k5=^B6\r:k6=^B7\r:k7=^B8\r:l0=F1:\
5335         :l1=F2:l2=F3:l3=F4:l4=F5:l5=F6:l6=F7:l7=F8:se=\E0@:\
5336         :so=\E0P:ue=\E0@:us=\E0`:tc=regent:
5337 regent20|Adds Regent 20:\
5338         :bl=^G:cd=\Ek:ce=\EK:cm=\EY%+ %+ :tc=regent:
5339 regent25|Adds Regent 25:\
5340         :bl=^G:kd=^J:kh=^A:kl=^U:kr=^F:ku=^Z:tc=regent20:
5341 regent40|Adds Regent 40:\
5342         :sg#1:ug#1:\
5343         :al=\EM:bl=^G:dl=\El:k0=^B1\r:k1=^B2\r:k2=^B3\r:\
5344         :k3=^B4\r:k4=^B5\r:k5=^B6\r:k6=^B7\r:k7=^B8\r:l0=F1:\
5345         :l1=F2:l2=F3:l3=F4:l4=F5:l5=F6:l6=F7:l7=F8:se=\E0@:\
5346         :so=\E0P:ue=\E0@:us=\E0`:tc=regent25:
5347 regent40+|Adds Regent 40+:\
5348         :is=\EB:tc=regent40:
5349 # (regent60: removed obsolete ":ko=dc,im,ei:" -- esr)
5350 regent60|regent200|Adds Regent 60:\
5351         :dc=\EE:ei=\EF:im=\EF:is=\EV\EB:kD=\EE:kI=\EF:kM=\EF:\
5352         :se=\ER\E0@\EV:so=\ER\E0P\EV:tc=regent40+:
5353 regent60na|regent 60 w/no arrow keys:\
5354         :kd@:kl@:kr@:ku@:tc=regent60:
5355 # From: <edward@onyx.berkeley.edu> Thu Jul  9 09:27:33 1981
5356 # (viewpoint: added kcuf1, kf* and dl1 capabilities -- esr)
5357 viewpoint|addsviewpoint|adds viewpoint:\
5358         :am:bs:\
5359         :co#80:li#24:\
5360         :bl=^G:cd=\Ek:ce=\EK:cl=^L:cm=\EY%+ %+ :cr=^M:dl=\El:\
5361         :do=^J:is=\017\E0`:k0=^B1:k2=^B2:k3=^B!:k4=^B":\
5362         :k5=^B#:kd=^J:kh=^A:kl=^U:kr=^F:ku=^Z:le=^H:ll=^A:\
5363         :nd=^F:se=^O:sf=^J:so=^N:ue=^O:up=^Z:us=^N:\
5364         :ve=\017\E0`:vs=\017\E0P:
5365 screwpoint|adds viewpoint with ^O bug:\
5366         :am:bs:\
5367         :Nl#0:co#80:lh#0:li#24:lw#0:\
5368         :bl=^G:cd=\Ek:ce=\EK:cl=\014:cm=\EY%+ %+ :cr=^M:\
5369         :dl=\El:do=^J:is=^G:kd=^J:kh=^A:kl=^U:kr=^F:ku=^Z:\
5370         :le=^H:ll=^A:nd=^F:sf=^J:up=^Z:
5371 fviewpoint|flaky adds viewpoint with ^O bug:\
5372         :am:bs:\
5373         :co#80:li#24:\
5374         :bl=^G:cd=\Ek:ce=\EK:cl=\014:cm=\EY%+ %+ :cr=^M:\
5375         :dl=\El:do=^J:is=^G:kd=^J:kh=^A:kl=^U:kr=^F:ku=^Z:\
5376         :le=^H:ll=^A:nd=^F:sf=^J:up=^Z:
5377 # From: Jay S. Rouman <jsr@dexter.mi.org> 5 Jul 92
5378 # The civis/cnorm/sgr/sgr0 strings were added by ESR from specs.  
5379 # Theory; the 3a+ wants \E0%c to set highlights, where normal=01000000,
5380 # underline=01100000, rev=01010000, blink=01000010,dim=01000001,
5381 # invis=01000100 and %c is the logical or of desired attributes.
5382 # There is also a `tag bit' enabling attributes, set by \E) and unset by \E(.
5383 vp3a+|viewpoint3a+|adds viewpoint 3a+:\
5384         :am:bw:\
5385         :co#80:it#8:li#24:\
5386         :cd=\EY:ce=\ET:cl=\E*:cm=\E=%+ %+ :cr=^M:do=^J:ho=^^:\
5387         :kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:me=\E(:\
5388         :nd=^L:nw=^M^J:\
5389         :..sa=\E0%'@'%?%p1%tQ%|%;%?%p2%t%'`'%|%;%?%p3%tP%|%;%?%p4%t%{2}%|%;%?%p5%t%{1}%|%;%?%p7%tD%|%;%c\E):\
5390         :se=\E(:sf=^J:so=\E0Q\E):ta=^I:up=^K:ve=^X:vi=^W:
5391 vp60|viewpoint60|addsviewpoint60|adds viewpoint60:\
5392         :tc=regent40:
5394 # adds viewpoint 90 - from cornell
5395 # Note:  emacs sends ei occasionally to insure the terminal is out of
5396 #        insert mode. This unfortunately puts the viewpoint90 IN insert
5397 #        mode.  A hack to get around this is :ic=\EF \EF^U:.  (Also,
5398 #   -    :ei=:im=: must be present in the termcap translation.)
5399 #   -    :xs: indicates glitch that attributes stick to location
5400 #   -    :ms: means it's safe to move in standout mode
5401 #   -    :cl=\EG\Ek: clears screen and visual attributes without affecting
5402 #               the status line
5403 # Function key and label capabilities merged in from SCO.
5404 vp90|viewpoint90|adds viewpoint 90:\
5405         :bs:bw:ms:xs:\
5406         :co#80:li#24:\
5407         :cd=\Ek:ce=\EK:cl=\EG\Ek:cm=\EY%+ %+ :dc=\EE:dl=\El:\
5408         :do=^J:ei=:ho=\EY  :ic=\EF \EF\025:im=:k0=^B1\r:\
5409         :k1=^B2\r:k2=^B3\r:k3=^B4\r:k4=^B5\r:k5=^B6\r:\
5410         :k6=^B7\r:k7=^B8\r:k8=^B9\r:k9=^B\072\r:k;=^B;\r:\
5411         :kb=^H:kd=^J:kh=^A:kl=^U:kr=^F:ku=^Z:l0=F1:l1=F2:\
5412         :l2=F3:l3=F4:l4=F5:l5=F6:l6=F7:l7=F8:l8=F9:l9=F10:\
5413         :la=F11:ll=^A:nd=^F:se=\ER\E0@\EV:sf=^J:\
5414         :so=\ER\E0Q\EV:ta=^I:ue=\ER\E0@\EV:up=^Z:\
5415         :us=\ER\E0`\EV:
5416 # Note: if return acts weird on a980, check internal switch #2
5417 # on the top chip on the CONTROL pc board.
5418 adds980|a980|adds consul 980:\
5419         :am:bs:\
5420         :co#80:li#24:\
5421         :al=\E\016:bl=^G:cl=\014\013@:cm=\013%+@\E\005%2:\
5422         :cr=^M:dl=\E\017:do=^J:k0=\E0:k1=\E1:k2=\E2:k3=\E3:\
5423         :k4=\E4:k5=\E5:k6=\E6:k7=\E7:k8=\E8:k9=\E9:le=^H:\
5424         :nd=\E^E01:se=^O:sf=^J:so=^Y^^^N:
5426 #### C. Itoh Electronics
5428 # As of 1995 these people no longer make terminals (they're still in the
5429 # printer business).  Their terminals were all clones of the DEC VT series.
5430 # They're located in Orange County, CA.
5433 # CIT 80  - vt-52 emulator, the termcap has been modified to remove
5434 #           the delay times and do an auto tab set rather than the indirect
5435 #           file used in vt100.
5436 cit80|cit-80|citoh 80:\
5437         :am:bs:\
5438         :co#80:li#24:\
5439         :cd=\EJ:ce=\EK:cl=\E[;H\EJ:cm=\E[%i%2;%2H:cr=^M:\
5440         :ff=^L:is=\E>:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:\
5441         :ks=\E[?1h\E=:ku=\EOA:nd=\E[C:sf=^J:up=\E[A:
5442 # Alternate cit101 (vt100 em) file used in vt100.
5443 #           Uses 23 lines so can run citsys (like h19sys).
5444 #       24 May 85 (mtxinu!sybase!tim) - removed 2-byte limit on :cm: cursor
5445 #         coordinates otherwise there is garbling on long lines in 
5446 #         co#132 mode; also added support for multipage memory on the Itoh.
5447 # From: Tim Wood <mtxinu!sybase!tim> Fri Sep 27 09:39:12 PDT 1985
5448 citc|Citoh fast vt100:\
5449         :am:bs:xn:\
5450         :co#80:li#23:\
5451         :al=\E[L:cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:\
5452         :cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:ei=:ic=\E[@:im=:\
5453         :is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[3g\E[>5g:\
5454         :kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\
5455         :ku=\EOA:nd=\E[C:se=\E[m:so=\E[7m:ue=\E[m:up=\E[A:\
5456         :us=\E[4m:\
5457         :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:\
5458         :ve=\E[V\E8:vs=\E7\E[U:
5459 cita:\
5460         :am:bs:xn:\
5461         :co#80:li#23:\
5462         :cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:cm=\E[%i%d;%dH:\
5463         :is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[3g\E[>5g:\
5464         :kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\
5465         :ku=\EOA:nd=\E[C:se=\E[m:so=\E[7m:ue=\E[m:up=\E[A:\
5466         :us=\E[4m:\
5467         :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:\
5468         :ve=\E[V\E8:vs=\E7\E[U:
5469 cit101:\
5470         :li#24:\
5471         :vb@:tc=citc:
5472 cit101b:\
5473         :li#24:\
5474         :tc=citc:
5475 # The CIT-500 was unusual in that it had a portrait-style display.
5476 # (cit500: mapped ":pt:" to default tabs -- esr)
5477 cit500|cit-500|cit 500:\
5478         :am:bs:pt:xn:\
5479         :co#80:li#40:\
5480         :al=\E[L:cd=50\E[J:ce=3\E[K:cl=50\E[;H\E[2J:\
5481         :cm=5\E[%i%2;%2H:dc=\E[P:dl=\E[M:do=\ED:\
5482         :is=\E(B\E)0\E>\E[?3l\E[?7h\E[?8h:k1=\EOP:k2=\EOQ:\
5483         :k3=\EOR:k4=\EOS:kd=\EOB:ke=\E[?1l\E>:kh=\E[H:\
5484         :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:nd=2\E[C:\
5485         :se=2\E[m:so=2\E[7m:sr=5\EM:ue=2\E[m:up=2\E[A:\
5486         :us=2\E[4m:
5488 citoh|ci8510|8510|c.itoh 8510a:\
5489         :co#80:it#8:\
5490         :is=\E(009\054017\054025\054033\054041\054049\054057\054065\054073.:\
5491         :le@:md=\E!:me=\E"\EY:rp=\ER%r%03%.:sr=\Er:ue=\EY:\
5492         :us=\EX:tc=lpr:
5493 citoh-pica|citoh in pica:\
5494         :i1=\EN:tc=citoh:
5495 citoh-elite|citoh in elite:\
5496         :co#96:\
5497         :i1=\EE:\
5498         :is=\E(009\054017\054025\054033\054041\054049\054057\054065\054073\054081\054089.:tc=citoh:
5499 citoh-comp|citoh in compressed:\
5500         :co#136:\
5501         :i1=\EQ:\
5502         :is=\E(009\054017\054025\054033\054041\054049\054057\054065\054073\054081\054089\054097\054105\054113\054121\054129.:tc=citoh:
5503 # citoh has infinite cols because we don't want lp ever inserting \n\t**.
5504 citoh-prop|citoh-ps|ips|citoh in proportional spacing mode:\
5505         :co#32767:\
5506         :i1=\EP:tc=citoh:
5507 citoh-6lpi|citoh in 6 lines per inch mode:\
5508         :i2=\EA:tc=citoh:
5509 citoh-8lpi|citoh in 8 lines per inch mode:\
5510         :li#88:\
5511         :i2=\EB:tc=citoh:
5513 #### Control Data (cdc)
5516 cdc456|cdc:\
5517         :am:bs:\
5518         :co#80:li#24:\
5519         :al=\EL:bl=^G:cd=^X:ce=^V:cl=^Y^X:cm=\E1%+ %+ :cr=^M:\
5520         :dl=\EJ:do=^J:ho=^Y:le=^H:nd=^L:sf=^J:up=^Z:
5521 cdc456tst:\
5522         :am:bs:\
5523         :co#80:li#24:\
5524         :bl=^G:cl=^Y^X:cm=\E1%+ %+ :cr=^M:do=^J:le=^H:sf=^J:
5526 #### Human Designed Systems (Concept)
5528 #       Human Designed Systems
5529 #       400 Fehley Drive
5530 #       King of Prussia, PA 19406
5531 #       Vox: (610)-277-8300
5532 #       Fax: (610)-275-5739
5533 #       Net: support@hds.com
5535 # John Martin <john@hds.com> is their termcap expert.  They're mostly out of
5536 # the character-terminal business now (1995) and making X terminals.  In
5537 # particular, the whole `Concept' line described here was discontinued long
5538 # ago.
5540 # From: <vax135!hpk>  Sat Jun 27 07:41:20 1981
5541 # Extensive changes to c108 by arpavax:eric Feb 1982
5542 # Some unknown person at SCO then translated it to terminfo.
5544 # There seem to be a number of different versions of the C108 PROMS
5545 # (with bug fixes in its Z-80 program).
5547 # The first one that we had would lock out the keyboard of you
5548 # sent lots of short lines (like /usr/dict/words) at 9600 baud.
5549 # Try that on your C108 and see if it sends a ^S when you type it.
5550 # If so, you have an old version of the PROMs.
5552 # You should configure the C108 to send ^S/^Q before running this.
5553 # It is much faster (at 9600 baud) than the c100 because the delays
5554 # are not fixed.
5555 # new status line display entries for c108-8p:
5556 # is3 - init str #3 - setup term for status display - 
5557 # set programmer mode, select window 2, define window at last 
5558 # line of memory, set bkgnd stat mesg there, select window 0.
5560 # tsl - to status line - select window 2, home cursor, erase to 
5561 # end-of-window, 1/2 bright on, goto(line#0, col#?)
5563 # fsl - from status line - 1/2 bright off, select window 0
5565 # dsl - disable status display - set bkgnd status mesg with 
5566 # illegal window #
5568 # There are probably more function keys that should be added but 
5569 # I don't know what they are.
5571 c108|concept108|c108-8p|concept108-8p|concept 108 w/8 pages:\
5572         :i2=\EU\E z"\Ev\001\177 !p\E ;"\E z \Ev  \001\177p\Ep\n:\
5573         :te=\Ev  \001\177p\Ep\r\n:tc=c108-4p:
5574 c108+acs|alternate charset defns for c108:\
5575         :ac=l\\qLkTxUmMjE:ae=\Ej :as=\Ej!:
5576 c108-4p-acs|c108-4p w/ acs:\
5577         :tc=c108+acs:tc=c108-4p:
5578 c108-8p-acs|c108-8p w/ acs:\
5579         :tc=c108+acs:tc=c108-8p:
5580 c108-rv-8p-acs|c108-rv-8p w/ acs:\
5581         :tc=c108+acs:tc=c108-rv-8p:
5582 c108-4p|concept108-4p|concept 108 w/4 pages:\
5583         :es:hs:xo:\
5584         :pb@:\
5585         :..cm=\Ea%p1%?%p1%{95}%>%t\001%{96}%-%;%{32}%+%c%p2%?%p2%{95}%>%t\001%{96}%-%;%{32}%+%c:\
5586         :cr=^M:dc=\E 1:ds=\E ;\177:fs=\Ee\E z :i1=\EK\E!\E F:\
5587         :i2=\EU\E z"\Ev\177 !p\E ;"\E z \Ev  \001 p\Ep\n:\
5588         :sf=^J:te=\Ev  \001 p\Ep\r\n:\
5589         :ti=\EU\Ev  8p\Ep\r\E\025:\
5590         :ts=\E z"\E?\E\005\EE\Ea %+ :ve=\Ew:vs=\EW:tc=c100:
5591 c108-rv|c108-rv-8p|concept 108 w/8 pages in reverse video:\
5592         :te=\Ev  \002 p\Ep\r\n:ti=\EU\Ev  8p\Ep\r:tc=c108-rv-4p:
5593 c108-rv-4p|concept108-rv-4p|concept108rv4p|concept 108 w/4 pages in reverse video:\
5594         :i1=\Ek:se=\Ee:so=\EE:vb=\EK\Ek:tc=c108-4p:
5595 c108-rv-4p-acs|c108-rv-4p w/ acs:\
5596         :tc=c108+acs:tc=c108-rv-4p:
5597 c108-na|c108-na-8p|c108-8p-na|concept108-na-|concept108na8p|concept 108 w/8 pages no arrows:\
5598         :k7=\E;:k8=\E<:k9=\E=:ke@:ks@:tc=c108-8p:
5599 c108-na-acs|c108-na w/ acs:\
5600         :tc=c108+acs:tc=c108-na:
5601 c108-rv-na|c108-rv-na-8p|c108-8p-rv-na|concept 108 8 pages no arrows rev video:\
5602         :k7=\E;:k8=\E<:k9=\E=:ke@:ks@:tc=c108-rv-8p:
5603 c108-rv-na-acs|c108-na w/ acs:\
5604         :tc=c108+acs:tc=c108-rv-na:
5605 c108-w|c108-w-8p|concept108-w-8|concept108-w8p|concept 108 w/8 pages in wide mode:\
5606         :co#132:\
5607         :i1=\E F\E":te=\Ev  ^A0\001D\Ep\r\n:\
5608         :ti=\EU\Ev  8\001D\Ep\r:tc=c108-8p:
5609 c108-w-acs|c108-w w/ acs:\
5610         :tc=c108+acs:tc=c108-w:
5612 # Concept 100:
5613 # These have only window relative cursor addressing, not screen 
5614 # relative. To get it to work right here, smcup/rmcup (which 
5615 # were invented for the concept) lock you into a one page 
5616 # window for screen style programs.
5618 # To get out of the one page window, we use a clever trick:
5619 # we set the window size to zero ("\Ev    " in rmcup) which the 
5620 # terminal recognizes as an error and resets the window to all 
5621 # of memory.
5623 # This trick works on c100 but does not on c108, sigh.
5625 # Some tty drivers use cr3 for concept, others use nl3, hence 
5626 # the delays on cr and ind below. This padding is only needed at 
5627 # 9600 baud. One or the other is commented out depending on 
5628 # local conventions.
5630 # 2 ms padding on rmcup isn't always enough. 6 works fine. Maybe 
5631 # less than 6 but more than 2 will work.
5633 # Note: can't use function keys f7-f10 because they are 
5634 # indistinguishable from arrow keys (!), also, del char and 
5635 # clear eol use xon/xoff so they probably won't work very well.
5637 # Also note that we don't define insrt/del char/delline/eop/send 
5638 # because they don't transmit unless we reset them - I figured 
5639 # it was a bad idea to clobber their definitions.
5641 # The mc5 sequence changes the escape character to ^^ so that 
5642 # escapes will be passed through to the printer. Only trouble 
5643 # is that ^^ won't be - ^^ was chosen to be unlikely. 
5644 # Unfortunately, if you're sending raster bits through to be 
5645 # plotted, any character you choose will be likely, so we lose.
5647 # \EQ"\EY(^W (send anything from printer to host, for xon/xoff) 
5648 # cannot be # in is2 because it will hang a c100 with no printer 
5649 # if sent twice.
5650 c100|concept100|concept|c104|c100-4p|hds concept 100:\
5651         :am:eo:mi:ul:xn:\
5652         :co#80:li#24:pb#9600:vt#8:\
5653         :al=\E\022:bl=^G:cd=\E\005:ce=\E\025:cl=\E?\E\005:\
5654         :cm=\Ea%+ %+ :cr=\r:dc=\E\021:dl=\E\002:do=^J:\
5655         :ei=\E  :i1=\EK:i2=\Ev    \Ep\n:im=\E^P:ip=:\
5656         :is=\EU\Ef\E7\E5\E8\El\ENH\E\200\Eo&\200\Eo'\E\Eo!\200\E\007!\E\010A@ \E4#\072"\E\072a\E4#;"\E\072b\E4#<"\E\072c:\
5657         :k1=\E5:k2=\E6:k3=\E7:k4=\E8:k5=\E9:k6=\E\072a:\
5658         :k7=\E\072b:k8=\E\072c:kA=\E^R:kB=\E':kD=\E^Q:\
5659         :kE=\E^S:kF=\E[:kI=\E^P:kL=\E^B:kM=\E\200:kN=\E-:\
5660         :kP=\E.:kR=\E\\:kS=\E^C:kT=\E]:kb=^H:kd=\E<:ke=\Ex:\
5661         :kh=\E?:kl=\E>:kr=\E=:ks=\EX:kt=\E_:ku=\E;:le=^H:\
5662         :mb=\EC:me=\EN@:mh=\EE:mk=\EH:mp=\EI:mr=\ED:nd=\E=:\
5663         :pf=\036o \E\EQ!\EYP\027:po=\EQ"\EY(\027\EYD\Eo \036:\
5664         :rp=\Er%.%+ :se=\Ed:sf=^J:so=\ED:ta=\011:\
5665         :te=\Ev    \Ep\r\n:ti=\EU\Ev  8p\Ep\r\E\025:ue=\Eg:\
5666         :up=\E;:us=\EG:vb=\Ek\EK:
5667 c100-rv|c100-rv-4p|concept100-rv|c100 rev video:\
5668         :i1=\Ek:se=\Ee:so=\EE:vb=\EK\Ek:ve@:vs@:tc=c100:
5669 c100-rv-na|c100-rv-4p-na|c100 with no arrows:\
5670         :ke@:ks@:tc=c100-rv:
5671 oc100|oconcept|c100-1p|old 1 page concept 100:\
5672         :in:\
5673         :i3@:tc=c100:
5675 # ht through el included to specify padding needed in raw mode.
5676 avt-ns|concept avt with status lins disabled:\
5677         :am:eo:mi:ul:xn:xo:\
5678         :co#80:it#8:li#24:lm#192:\
5679         :AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:LE=\E[%dD:\
5680         :RI=\E[%dC:UP=\E[%dA:ae=\016:al=\E[L:as=\017:bl=^G:\
5681         :bt=\E[Z:cd=\E[J:ce=\E[K:ch=\E[%+^AG:cl=\E[H\E[J:\
5682         :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[2g:\
5683         :cv=\E[%+^Ad:dc=\E[P:dl=\E[M:do=^J:ei=\E4l:ho=\E[H:\
5684         :i1=\E[=103l\E[=205l:ic=\E[@:im=\E1:ip=:\
5685         :is=\E[1*q\E[2!t\E[7!t\E[=4;101;119;122l\E[=107;118;207h\E)1\E[1Q\EW\E[!y\E[!z\E>\E[0\0720\07232!r\E[0*w\E[w\E2\r\n\E[2;27!t:\
5686         :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kA=\E^C\r:kD=\E^B\r:\
5687         :kI=\E^A\r:kS=\E^D\r:kb=^H:kd=\E[B:ke=\E[!z\E[0;2u:\
5688         :kh=\E[H:kl=\E[D:kr=\E[C:ks=\E[1!z\E[0;3u:ku=\E[A:\
5689         :le=^H:ll=\E[24H:mb=\E[5m:md=\E[1m:me=\E[m:mh=\E[1!{:\
5690         :mk=\E8m:mp=\E[99m:mr=\E[7m:nd=\E[C:pf=\E[4i:\
5691         :pl=\E[%d;0u#%s#:po=\E[5i:ps=\E[0i:px=\E[%d;1u#%s#:\
5692         :rc=\E8:..rp=%p1%c\E[%p2%{1}%-%db:\
5693         :..sa=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;m:\
5694         :sc=\E7:se=\E[7!{:sf=\n:so=\E[7m:sr=\EM:st=\EH:\
5695         :ta=\011:te=\E[w\E2\r\n:ti=\E[=4l\E[1;24w\E2\r:\
5696         :ue=\E[4!{:up=\E[A:us=\E[4m:ve=\E[=119l:vs=\E[=119h:
5697 avt-rv-ns|concept avt in reverse video mode/no status line:\
5698         :i1=\E[=103l\E[=205h:vb=\E[=205l\E[=205h:tc=avt-ns:
5699 avt-w-ns|concept avt in 132 column mode/no status line:\
5700         :i1=\E[=103h\E[=205l:ti=\E[H\E[1;24;1;132w:tc=avt-ns:
5701 avt-w-rv-ns|concept avt in 132 column mode/no status line:\
5702         :i1=\E[=103h\E[=205h:ti=\E[H\E[1;24;1;132w:\
5703         :vb=\E[=205l\E[=205h:tc=avt-ns:
5705 # Concept AVT with status line. We get the status line using the
5706 # "Background status line" feature of the terminal. We swipe the
5707 # first line of memory in window 2 for the status line, keeping
5708 # 191 lines of memory and 24 screen lines for regular use.
5709 # The first line is used instead of the last so that this works
5710 # on both 4 and 8 page AVTs. (Note the lm#191 or 192 - this
5711 # assumes an 8 page AVT but lm isn't currently used anywhere.)
5713 avt+s|concept avt status line changes:\
5714         :es:hs:\
5715         :lm#191:\
5716         :ds=\E[0*w:fs=\E[1;1!w:\
5717         :i2=\E[2w\E[2!w\E[1;1;1;80w\E[H\E[2*w\E[1!w\E2\r\n:\
5718         :te=\E[2w\E2\r\n:ti=\E[2;25w\E2\r:\
5719         :ts=\E[2;1!w\E[;%p1%dH\E[2K:
5720 avt|avt-s|concept-avt|avt w/80 columns:\
5721         :tc=avt+s:tc=avt-ns:
5722 avt-rv|avt-s-rv|avt-rv-s|concept avt in reverse video w/status line:\
5723         :i1=\E[=103l\E[=205h:vb=\E[=205l\E[=205h:tc=avt+s:tc=avt-ns:
5724 avt-w|avt-w-s|concept avt in 132 column mode w/status line:\
5725         :i1=\E[=103h\E[=205l:ti=\E[H\E[1;24;1;132w:tc=avt+s:tc=avt-ns:
5726 avt-w-rv|avt-rv-w|avt-w-s-rv|avt-w-rv-s|avt 132 cols w/status line:\
5727         :i1=\E[=103h\E[=205h:ti=\E[H\E[1;24;1;132w:\
5728         :vb=\E[=205l\E[=205h:tc=avt+s:tc=avt-ns:
5730 #### Contel Business Systems. 
5733 # Contel c300 and c320 terminals. 
5734 contel300|contel320|c300|Contel Business Systems C-300 or C-320:\
5735         :am:in:xo:\
5736         :co#80:li#24:sg#1:\
5737         :al=\EL:bl=^G:cd=\EJ:ce=\EI:cl=\EK:cm=\EX%+ \EY%+ :\
5738         :cr=^M:ct=\E3:dc=\EO:dl=\EM:do=^J:ei=:ho=\EH:ic=\EN:\
5739         :im=:ip=:k0=\ERJ:k1=\ERA:k2=\ERB:k3=\ERC:k4=\ERD:\
5740         :k5=\ERE:k6=\ERF:k7=\ERG:k8=\ERH:k9=\ERI:kb=^H:le=^H:\
5741         :ll=\EH\EA:nd=\EC:se=\E!\200:sf=^J:so=\E!\r:st=\E1:\
5742         :up=\EA:vb=\020\002\020\003:
5743 # Contel c301 and c321 terminals.
5744 contel301|contel321|c301|c321|Contel Business Systems C-301 or C-321:\
5745         :am:in:xo:\
5746         :co#80:li#24:sg#1:\
5747         :al=\EL:bl=^G:cd=\EJ:ce=\EI:cl=\EK:cm=\EX%+ \EY%+ :\
5748         :cr=^M:ct=\E3:dc=\EO:dl=\EM:do=^J:ho=\EH:k0=\ERJ:\
5749         :k1=\ERA:k2=\ERB:k3=\ERC:k4=\ERD:k5=\ERE:k6=\ERF:\
5750         :k7=\ERG:k8=\ERH:k9=\ERI:kb=^H:le=^H:ll=\EH\EA:\
5751         :nd=\EC:se=\E!\200:sf=^J:so=\E!\r:st=\E1:up=\EA:
5753 #### Data General (dg)
5755 # According to James Carlson <carlson@xylogics.com> writing in January 1995,
5756 # the terminals group at Data General was shut down in 1991; all these
5757 # terminals have thus been discontinued.
5760 dg200|data general dasher 200:\
5761         :NL:am:bw:\
5762         :co#80:li#24:\
5763         :bl=^G:ce=^K:cl=^L:cm=\020%r%.%.:cr=^M:do=^Z:ho=^H:\
5764         :k0=^^z:k1=^^q:k2=^^r:k3=^^s:k4=^^t:k5=^^u:k6=^^v:\
5765         :k7=^^w:k8=^^x:k9=^^y:kd=^Z:kh=^H:kl=^Y:kr=^X:ku=^W:\
5766         :l0=f10:le=^Y:nd=^X:nw=^J:se=^^E:sf=^J:so=^^D:ue=^U:\
5767         :up=^W:us=^T:
5769 # dg450 and dg200 from cornell
5770 dg450|dg6134|data general 6134:\
5771         :bs@:\
5772         :nd=^X:tc=dg200:
5773 # Note: lesser Dasher terminals will not work with vi because vi insists upon
5774 # having a command to move straight down from any position on the bottom line
5775 # and scroll the screen up, or a direct vertical scroll command.  The 460 and
5776 # above have both, the D210/211, for instance, has neither.  We must use ANSI
5777 # mode rather than DG mode because standard UNIX tty drivers assume that ^H is
5778 # backspace on all terminals.  This is not so in DG mode.
5779 # (dg460-ansi: removed obsolete ":kn#6:"; also removed ":mu=\EW:", on the
5780 # grounds that there is no matching ":ml:"; mapped ":pt:" to default tabs; 
5781 # fixed garbled ":k9=\E[00\:z:" capability -- esr)
5782 dg460-ansi|Data General Dasher 460, ANSI-mode:\
5783         :am:bs:ms:pt:ul:\
5784         :co#80:li#24:\
5785         :al=\E[L:cd=\E[J:ce=\E[K:cl=\E[2J:cm=\E[%i%2;%2H:\
5786         :dc=\E[P:dl=\E[M:do=\E[B:ei=:ho=\E[H:ic=\E[@:im=:\
5787         :is=^^F@:k0=\E[001z:k1=\E[002z:k2=\E[003z:k3=\E[004z:\
5788         :k4=\E[005z:k5=\E[006z:k6=\E[007z:k7=\E[008z:\
5789         :k8=\E[009z:k9=\E[010z:kb=\E[D:kd=\E[B:kh=\E[H:\
5790         :kl=\E[D:kr=\E[C:ku=\E[A:l0=f1:l1=f2:l2=f3:l3=f4:\
5791         :l4=f5:l5=f6:l6=f7:l7=f8:l9=f10:le=^H:mb=\E[5m:\
5792         :me=\E[0m:mh=\E[2m:mr=\E[7m:nd=\E[C:nl=\ED:se=\E[0m:\
5793         :sf=\E[S:so=\E[7m:sr=\E[T:ue=\E[05:up=\E[A:us=\E[4m:
5794 # From: Wayne Throop <mcnc!rti-sel!rtp47!throopw>
5795 # Data General 605x     
5796 # Ought to work for a Model 6242, Type D210 as well as a 605x.
5797 # Note that the cursor-down key transmits ^Z.  Job control users, beware!
5798 dg6053|data general 6053:\
5799         :am:bs:bw:pt:ul:\
5800         :co#80:li#24:\
5801         :bl=^G:ce=^K:cl=^L:cm=\020%r%.%.:cr=^M:do=^Z:ho=^H:\
5802         :is=^R:k0=^^q:k1=^^r:k2=^^s:k3=^^t:k4=^^u:k5=^^v:\
5803         :k6=^^w:k7=^^x:k8=^^y:kb=^Y:kd=^Z:kh=^H:kl=^Y:kr=^X:\
5804         :ku=^W:le=^Y:nd=^X:nw=^M^Z:se=\200^^E:\
5805         :so=\200\200\200\200\200\036D:ta=^I:te=^L:ti=^L^R:\
5806         :ue=^U:up=^W:us=^T:ve=^L:vs=^L^R:
5807 # From: Peter N. Wan <ihnp4!gatech!gacsr!wan>
5808 # courtesy of Carlos Rucalde of Vantage Software, Inc.
5809 dgd211|Data General d211:\
5810         :am:bw:\
5811         :co#80:li#24:\
5812         :ce=^K:cl=^L:..cm=\020%r%.%.:cr=^M:do=^Z:ho=^H:kb=^Y:\
5813         :kd=^Z:kh=^H:kl=^Y:kr=^X:ku=^W:le=^Y:nd=^X:nw=^M^Z:\
5814         :se=00\036E\200/>:so=00\036D\200\200\200\200\200/>:\
5815         :ta=^I:te=^L:ti=^L^R:ue=^U:up=^W:us=^T:ve=^L:vs=^L^R:
5816 # From: Joan Walter <joanw@BRL.ARPA>
5817 # Data General/One
5818 #  David Holub got the dg1 to work with jove with this termcap
5819 #   by making li#23 and co#78 to comply with obvious terminal
5820 #   capabilities.  Still waiting for documentation.
5821 # Data General/One from  modified DG Dasher DG210/211 (bw removed)
5822 # From: Peter N. Wan <ihnp4!gatech!gacsr!wan>
5823 # courtesy of Carlos Rucalde of Vantage Software, Inc.
5824 dg1|Data General/One:\
5825         :am:\
5826         :co#78:li#23:\
5827         :ce=^K:cl=^L:cm=\020%r%.%.:cr=^M:do=^Z:ho=^H:kb=^Y:\
5828         :kd=^Z:kh=^H:kl=^Y:kr=^X:ku=^W:le=^Y:nd=^X:nw=^M^Z:\
5829         :ta=^I:up=^W:
5831 #### Datamedia (dm)
5834 cs10|colorscan|Datamedia Color Scan 10:\
5835         :ms:\
5836         :co#80:li#24:\
5837         :bl=^G:cd=\E[J:ce=\E[K:cl=\E[;H\E[J:cm=\E[%i%02;%02H:\
5838         :cr=^M:do=^J:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kd=\E[B:\
5839         :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:nd=\E[C:se=\E[m:sf=^J:\
5840         :so=\E[7m:ue=\E[m:up=\E[A:us=\E[4m:
5841 cs10-w|Datamedia Color Scan 10 with 132 columns:\
5842         :co#132:\
5843         :cm=\E[%i%02;%03H:tc=cs10:
5845 # (dm1520: removed obsolete ":ma=^\ ^_^P^YH:";
5846 # mapped ":pt:" to default tabs -- esr)
5847 dm1520|dm1521|datamedia 1520:\
5848         :am:bs:pt:xn:\
5849         :co#80:li#24:\
5850         :bl=^G:cd=^K:ce=^]:cl=^L:cm=\036%r%+ %+ :cr=^M:do=^J:\
5851         :ho=^Y:kd=^J:kh=^Y:kl=^H:kr=^\:ku=^_:le=^H:nd=^\:\
5852         :sf=^J:ta=^I:up=^_:
5853 dm2500|datamedia2500|datamedia 2500:\
5854         :bs:nc:\
5855         :co#80:li#24:\
5856         :al=\020\n\030\035\030\035:bl=^G:ce=^W:cl=^^^^\177:\
5857         :cm=\014%r%n%.%.:dc=\020\010\030\035:\
5858         :dl=\020\032\030\035:dm=^P:do=^J:ed=^X^]:\
5859         :ei=\377\377\030\035:ho=^B:ic=\020\034\030\035:im=^P:\
5860         :le=^H:nd=^\:pc=\377:se=^X^]:sf=^J:so=^N:up=^Z:
5861 # dmchat is like DM2500, but DOES need "all that padding" (jcm 1/31/82)
5862 # also, has a meta-key (:km:)
5863 # From: <goldberger@su-csli.arpa>
5864 # (dmchat: ":MT:" changed to ":km:" -- esr)
5865 dmchat|dmchat version of datamedia 2500:\
5866         :km:\
5867         :al=1*\020\n\030\035\030\035:dl=2\020\032\030\035:tc=dm2500:
5868 # (dm3025: ":MT:" changed to ":km:"; mapped ":pt:" to default tabs -- esr)
5869 dm3025|datamedia 3025a:\
5870         :bs:km:pt:\
5871         :co#80:li#24:\
5872         :al=\EP\n\EQ:bl=^G:cd=\EJ:ce=\EK:cl=\EM:\
5873         :cm=\EY%r%+ %+ :cr=^M:dc=\010:dl=\EP\EA\EQ:dm=\EP:\
5874         :do=^J:ed=\EQ:ei=\EQ:ho=\EH:im=\EP:ip=:is=\EQ\EU\EV:\
5875         :le=^H:nd=\EC:se=\EO0:sf=^J:so=\EO1:ta=^I:up=\EA:
5876 # (dm3045: mapped ":pt:" to default tabs -- esr)
5877 dm3045|datamedia 3045a:\
5878         :am:bs:eo:pt:ul:xn:\
5879         :co#80:li#24:\
5880         :bl=^G:cd=\EJ:ce=\EK:cl=\EM:cm=\EY%r%+ %+ :cr=^M:\
5881         :dc=\EB:do=^J:ei=\EP:ho=\EH:im=\EP:ip=:is=\EU\EV:\
5882         :k0=\Ey\r:k1=\Ep\r:k2=\Eq\r:k3=\Er\r:k4=\Es\r:\
5883         :k5=\Et\r:k6=\Eu\r:k7=\Ev\r:k8=\Ew\r:k9=\Ex\r:kh=\EH:\
5884         :kr=\EC:ku=\EA:le=^H:nd=\EC:pc=\177:sf=^J:ta=^I:\
5885         :up=\EA:
5886 # dm80/1 is a vt100 lookalike, but it doesn't seem to need any padding.
5887 dm80|dmdt80|dt80|datamedia dt80/1:\
5888         :cd=\E[J:ce=\E[K:cl=\E[2J\E[H:cm=%i\E[%d;%dH:do=^J:\
5889         :ho=\E[H:nd=\E[C:pf=\E[4i:po=\E[5i:ps=\E[0i:se=\E[m:\
5890         :so=\E[7m:sr=\EM:ue=\E[m:up=\E[A:us=\E[4m:tc=vt100:
5891 # except in 132 column mode, where it needs a little padding.
5892 # This is still less padding than the vt100, and you can always turn on
5893 # the ^S/^Q handshaking, so you can use vt100 flavors for things like
5894 # reverse video.
5895 dm80w|dmdt80w|dt80w|datamedia dt80/1 in 132 char mode:\
5896         :co#132:\
5897         :cd=20\E[0J:ce=20\E[0K:cl=50\E[H\E[2J:\
5898         :cm=5\E[%i%d;%dH:do=^J:up=5\E[A:tc=dm80:
5900 #### Falco
5902 #       Falco Data Products
5903 #       440 Potrero Avenue
5904 #       Sunnyvale, CA 940864-196
5905 #       Vox: (800)-325-2648
5906 #       Fax: (408)-745-7860
5907 #       Net: techsup@charm.sys.falco.com
5909 # Current Falco models as of 1995 are generally ANSI-compatible and support
5910 # emulations of DEC VT-series, Wyse, and Televideo types.
5912 # Test version for Falco ts-1. See "arpavax.hickman@ucb" for info
5913 # (falco: mapped ":pt:" to default tabs -- esr)
5914 # This terminal was released around 1983 and was discontinued long ago.
5915 falco|ts1|ts-1|falco ts-1:\
5916         :am:bs:pt:\
5917         :co#80:li#24:\
5918         :al=\EE:bl=^G:cd=\EY:ce=\ET\EG0\010:cl=\E*:\
5919         :cm=\E=%+ %+ :cr=^M:dc=\EW:dl=\ER:do=^J:ei=\Er:ho=^^:\
5920         :im=\Eq:is=\Eu\E3:k0=^A0\r:kd=^J:kl=^H:kr=^L:ku=^K:\
5921         :le=^H:nd=^L:se=\Eg0:sf=^J:so=\Eg1:ta=^I:ue=\Eg0:\
5922         :up=^K:us=\Eg1:
5923 # (falco-p: mapped ":pt:" to default tabs -- esr)
5924 falco-p|ts1p|ts-1p|falco ts-1 with paging option:\
5925         :am:bs:da:db:mi:ms:pt:ul:\
5926         :co#80:li#24:\
5927         :al=\EE:bl=^G:bt=\EI:cd=\EY:ce=\ET\EG0\010\Eg0:\
5928         :cl=\E*:cm=\E=%+ %+ :cr=^M:dc=\EW:dl=\ER:do=\E[B:\
5929         :ei=\Er:im=\Eq:is=\EZ\E3\E_c:kd=\E[B:kh=\E[H:kl=\E[D:\
5930         :kr=\E[C:ku=\E[A:le=^H:nd=\E[C:se=\Eg0:sf=^J:so=\Eg4:\
5931         :ta=^I:te=\E_b:ti=\E_d:ue=\Eg0:up=\E[A:us=\Eg1:
5932 ts100|ts100-sp|falco ts100-sp:\
5933         :am:mi:ms:xn:xo:\
5934         :co#80:it#8:li#24:vt#3:\
5935         :@8=\EOM:DO=\E[%dB:K1=\EOq:K2=\EOr:K3=\EOs:K4=\EOp:\
5936         :K5=\EOn:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
5937         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
5938         :ae=^O:al=\E~E:as=^N:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\
5939         :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
5940         :ct=\E[3g:dc=\E~W:dl=\E~R:do=^J:eA=\E(B\E)0:ei=:\
5941         :ho=\E[H:i1=\E~)\E~ea:ic=\E~Q:im=:k0=\EOy:k1=\EOP:\
5942         :k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOt:k6=\EOu:k7=\EOv:\
5943         :k8=\EOl:k9=\EOw:k;=\EOx:kb=^H:kd=\EOB:ke=\E[?1l\E>:\
5944         :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:\
5945         :md=\E[1m:me=\E[m\017:mr=\E[7m:nd=\E[C:\
5946         :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\
5947         :..sa=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;:\
5948         :sc=\E7:se=\E[m:sf=^J:so=\E[1;7m:sr=\EM:st=\EH:ta=^I:\
5949         :ue=\E[m:up=\E[A:us=\E[4m:
5950 ts100-ctxt|falco ts-100 saving context:\
5951         :te=\E~_b:ti=\E~_d\E[2J:tc=ts100:
5953 #### Florida Computer Graphics
5956 #       Florida Computer Graphics Beacon System, using terminal emulator
5957 #       program "host.com", as provided by FCG.  Entry provided by
5958 #       David Bryant (cbosg!djb) 1/7/83.
5959 #       This description is for an early release of the "host" program.
5960 #       Known bug: ed clears the whole screen, so it's commented out.
5962 beacon|FCG Beacon System:\
5963         :am:da:db:\
5964         :co#80:li#32:\
5965         :al=\EE:bl=\ESTART\r\E37\r\EEND\r:ce=\ET:cl=\EZ:\
5966         :cm=\E=%+ %+ :cr=^M:dc=\EW:dl=\ER:do=^J:ei=:ho=\EH:\
5967         :ic=\EQ:im=:le=^H:mb=\ESTART\r\E61\0541\r\EEND\r:\
5968         :me=\ESTART\r\E78\r\E70\0540\r\EEND\r:\
5969         :mr=\ESTART\r\E59\0541\r\EEND\r:nd=\EV:\
5970         :se=\ESTART\r\E70\0540\r\EEND\r:sf=^J:\
5971         :so=\ESTART\r\E70\0546\r\EEND\r:\
5972         :ti=\ESTART\r\E2\0540\r\E12\r\EEND\r:\
5973         :ue=\ESTART\r\E60\0540\r\EEND\r:up=\EU:\
5974         :us=\ESTART\r\E60\0541\r\EEND\r:
5976 #### Fluke
5979 # The 1720a differences from ANSI: no auto margin, destructive 
5980 # tabs, # of lines, funny highlighting and underlining
5981 f1720|f1720a|fluke 1720A:\
5982         :xt:\
5983         :co#80:li#16:sg#1:ug#1:\
5984         :bl=^G:cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:cm=\E[%i%d;%dH:\
5985         :cr=^M:do=\E[B:is=\E[;H\E[2J:kd=^]:kl=^_:kr=^^:ku=^\:\
5986         :le=^H:nd=\E[C:se=\E[m:sf=\ED:so=\E[7m:sr=\EM:\
5987         :ue=\E[m:up=\E[A:us=\E[4m:
5989 #### Liberty Electronics (Freedom)
5991 #       Liberty Electronics
5992 #       48089 Fremont Blvd
5993 #       Fremont CA 94538
5994 #       Vox: (510)-623-6000
5995 #       Fax: (510)-623-7021
5997 # From: <faletti@berkeley.edu>
5998 f100|freedom|freedom100|freedom model 100:\
5999         :am:bw:hs:mi:ms:xo:\
6000         :co#80:li#24:\
6001         :ae=\E$:al=\EE:as=\E%:bl=^G:bt=\EI:cd=\EY:ce=\ET:\
6002         :ch=\E]%+ :cl=^Z:cm=\E=%+ %+ :cr=^M:ct=\E3:cv=\E[%+ :\
6003         :dc=\EW:dl=\ER:do=^J:ds=\Eg\Ef\r:ei=\Er:fs=^M:ho=^^:\
6004         :im=\Eq:ip=:is=\Eg\Ef\r\Ed:k1=^A@\r:k2=^AA\r:\
6005         :k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:\
6006         :k8=^AG\r:k9=^AH\r:k;=^AI\r:kB=\EI:kb=^H:kd=^V:kh=^^:\
6007         :kl=^H:kr=^L:ku=^K:le=^H:nd=^L:se=\EG0:sf=^J:so=\EG4:\
6008         :sr=\Ej:st=\E1:ta=^I:ts=\Eg\Ef:ue=\EG0:up=^K:us=\EG8:\
6009         :vb=\Eb\Ed:
6010 f100-rv|freedom-rv|freedom 100 in reverse video:\
6011         :is=\Eg\Ef\r\Eb:vb=\Ed\Eb:tc=f100:
6012 # The f110 and f200 have problems with vi(1).  They use the ^V
6013 # code for the down cursor key. When kcud1 is defined in terminfo
6014 # as ^V, the Control Character Quoting capability (^V in insert mode)
6015 # is lost! It cannot be remapped in vi because it is necessary to enter
6016 # a ^V to to quote the ^V that is being remapped!!!
6018 # f110 users will have to decide whether
6019 # to lose the down cursor key or the quoting capability. We will opt
6020 # initially for leaving the quoting capability out, since use of VI
6021 # is not generally applicable to most interactive applications
6023 # The same applies to f200 users, except that another option exists.
6024 # This option has been chosen locally. It will not be distributed unless
6025 # a user runs into this problem and requests assistance. Very few users,
6026 # if any, should run into this problem. The local solution is in
6027 # vifix.local.ti. The f200 has the ability to reprogram the down cursor
6028 # key. The key is reprogrammed to ^J (linefeed). This value is remembered
6029 # in non-volatile RAM, so powering the terminal off and on will not cause
6030 # the change to be lost. The terminfo definition for the f200 is changed
6031 # to identify kcud1 as ^J instead of ^V.
6032 f110|freedom110|Liberty Freedom 110:\
6033         :am:es:hs:mi:ms:xo:\
6034         :co#80:it#8:li#24:ws#80:\
6035         :ae=\E%%:al=\EE:as=\E$:bl=^G:bt=\EI:cd=\EY:ce=\ET:\
6036         :ch=\E]%+ :cl=^Z:cm=\E=%+ %+ :cr=^M:ct=\E3:cv=\E[%+ :\
6037         :dc=\EW:dl=\ER:do=^V:ds=\Ef\r:ei=\Er\EO:fs=^M:ho=^^:\
6038         :k0=^AI\r:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:\
6039         :k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:kA=\EE:\
6040         :kC=^^:kD=\EW:kE=\ET:kI=\EQ:kL=\ER:kS=\EY:kb=^H:\
6041         :kd=^V:kl=^H:kr=^L:ku=^K:le=^H:mb=\EG2:md=\EG0:\
6042         :me=\EG0:mh=\EG@:mk=\EG1:mr=\EG4:nd=^L:pf=\Ea:po=\E`:\
6043         :se=\EG0:sf=^J:so=\EG<:sr=\EJ\nsmir=\EO\Eq:st=\E1:\
6044         :ts=\Ef:ue=\EG0:up=^K:us=\EG8:\
6045         :vb=\Eb\200\200\200\200\Ed:ve=\E.2:vi=\E.1:vs=\E.2:
6046 f110-14|Liberty Freedom 110 14inch:\
6047         :dc@:tc=f110:
6048 f110-w|Liberty Freedom 110 - 132 cols:\
6049         :co#132:\
6050         :tc=f110:
6051 f110-14w|Liberty Freedom 110 14in/132 cols:\
6052         :co#132:\
6053         :dc@:tc=f110:
6054 f200|freedom200|Liberty Freedom 200:\
6055         :am:es:hs:mi:ms:xo:\
6056         :co#80:it#8:li#24:ws#80:\
6057         :ae=\E%%:al=\EE:as=\E$:bl=^G:bt=\EI:cd=\EY:ce=\ET:\
6058         :ch=\E]%+ :cl=^Z:cm=\E=%+ %+ :cr=^M:cs=\Em0%+ %+ :\
6059         :ct=\E3:cv=\E[%+ :dc=\EW:dl=\ER:do=^V:ds=\Ef\r:\
6060         :ei=\Er:fs=^M:ho=^^:im=\Eq:k0=^AI\r:k1=^A@\r:\
6061         :k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
6062         :k7=^AF\r:k8=^AG\r:k9=^AH\r:kA=\EE:kC=^^:kD=\EW:\
6063         :kE=\ET:kI=\EQ:kL=\ER:kS=\EY:kb=^H:kd=^V:kl=^H:kr=^L:\
6064         :ku=^K:le=^H:mb=\EG2:md=\EG0:me=\EG0:mh=\EG@:mk=\EG1:\
6065         :mr=\EG4:nd=^L:pf=\Ea:po=\E`:se=\EG0:sf=^J:so=\EG<:\
6066         :sr=\EJ:st=\E1:ts=\Ef:ue=\EG0:up=^K:us=\EG8:\
6067         :vb=\Eo\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\En:\
6068         :ve=\E.1:vi=\E.0:vs=\E.1:
6069 f200-w|Liberty Freedom 200 - 132 cols:\
6070         :co#132:\
6071         :tc=f200:
6072 f200vi|Liberty Freedom 200 for vi:\
6073         :am:es:hs:mi:ms:xo:\
6074         :co#80:it#8:li#24:ws#80:\
6075         :ae=\E%%:al=\EE:as=\E$:bl=^G:bt=\EI:cd=\EY:ce=\ET:\
6076         :ch=\E]%+ :cl=^Z:cm=\E=%+ %+ :cr=^M:cs=\Em0%+ %+ :\
6077         :ct=\E3:cv=\E[%+ :dc=\EW:dl=\ER:do=^V:ds=\Ef\r:\
6078         :ei=\Er:fs=^M:ho=^^:im=\Eq:k0=^AI\r:k1=^A@\r:\
6079         :k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
6080         :k7=^AF\r:k8=^AG\r:k9=^AH\r:kA=\EE:kC=^^:kD=\EW:\
6081         :kE=\ET:kI=\EQ:kL=\ER:kS=\EY:kb=^H:kd=^J:kl=^H:kr=^L:\
6082         :ku=^K:le=^H:mb=\EG2:md=\EG0:me=\EG0:mh=\EG@:mk=\EG1:\
6083         :mr=\EG4:nd=^L:pf=\Ea:po=\E`:se=\EG0:sf=^J:so=\EG<:\
6084         :sr=\EJ:st=\E1:ts=\Ef:ue=\EG0:up=^K:us=\EG8:\
6085         :vb=\Eb\200\200\200\200\Ed:ve=\E.1:vi=\E.0:vs=\E.1:
6086 f200vi-w|Liberty Freedom 200 - 132 cols for vi:\
6087         :co#132:\
6088         :tc=f200vi:
6090 #### GraphOn (go)
6092 #       Graphon Corporation
6093 #       544 Division Street
6094 #       Campbell, CA 95008
6095 #       Vox: (408)-370-4080
6096 #       Fax: (408)-370-5047
6097 #       Net: troy@graphon.com (Troy Morrison)
6100 # The go140 and go225 have been discontinued.  GraphOn now makes X terminals,
6101 # including one odd hybrid that starts out life on power-up as a character
6102 # terminal, than can be switched to X graphics mode (driven over the serial
6103 # line) by an escape sequence.  No info on this beast yet.
6105 # (go140: mapped ":pt:" to default tabs -- esr)
6106 go140|graphon go-140:\
6107         :bs:pt:\
6108         :co#80:li#24:\
6109         :al=\E[L:cd=10\E[J:ce=\E[K:cl=10\E[;H\E[2J:\
6110         :cm=\E[%i%2;%2H:dc=\E[P:dl=\E[M:ei=\E[4l:\
6111         :if=/usr/share/tabset/vt100:im=\E[4h:\
6112         :is=\E<\E=\E[?3l\E[?7l\E(B\E[J\E7\E[;r\E8\E[m\E[q:\
6113         :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kd=\EOB:\
6114         :ke=\E[?1l\E>:kh=\E[H:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\
6115         :ku=\EOA:nd=\E[C:se=\E[m:so=\E[7m:sr=\EM:ue=\E[m:\
6116         :up=\E[A:us=\E[4m:
6117 go140w|graphon go-140 in 132 column mode:\
6118         :co#132:\
6119         :is=\E<\E=\E[?3h\E[?7h\E(B\E[J\E7\E[;r\E8\E[m\E[q:tc=go140:
6120 # Hacked up vt200 termcap to handle GO-225/VT220
6121 # From: <edm@nwnexus.WA.COM>
6122 # (go225: mapped ":pt:" to default tabs -- esr)
6123 go225|go-225|Graphon 225:\
6124         :am:bs:mi:pt:xn:\
6125         :co#80:li#25:vt#3:\
6126         :al=\E[L:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
6127         :cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:\
6128         :ho=\E[H:im=\E[4h:\
6129         :is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:k1=\EOP:\
6130         :k2=\EOQ:k3=\EOR:k4=\EOS:kb=^H:kd=\E[B:ke=\E>:\
6131         :kh=\E[H:kl=\E[D:kr=\E[C:ks=\E=:ku=\E[A:le=^H:\
6132         :mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:rc=\E8:\
6133         :rf=/usr/share/tabset/vt100:rs=\E[!p\E[?7h\E[2;1;1#w:\
6134         :sc=\E7:se=\E[27m:sf=\ED:so=\E[7m:sr=\EM:\
6135         :te=\E[!p\E[?7h\E[2;1;1#w:ti=\E[2;0#w\E[1;25r:\
6136         :ue=\E[24m:up=\E[A:us=\E[4m:
6138 #### Harris (Beehive)
6140 # Bletch.  These guys shared the Terminal Brain Damage laurels with Hazeltine.
6141 # Their terminal group is ancient history now (1995) though the parent
6142 # company is still in business.
6145 # Beehive documentation is undated and marked Preliminary and has no figures
6146 # so we must have early Superbee2 (Model 600, according to phone conversation
6147 # with mfr.). It has proved reliable except for some missing padding
6148 # (notably after \EK and nl at bottom of screen).
6150 # The key idea is that AEP mode is poison for cup & that US's in 
6151 # the local memory should be avoided like the plague. That means 
6152 # that the 2048 character local buffer is used as 25 lines of 80 
6153 # characters, period. No scrolling local memory, folks. It also 
6154 # appears that we cannot use naked INS LINE feature since it uses
6155 # US. The sbi fakes il1 with an 80-space insert that may be too 
6156 # slow at low speeds; also spaces get converted to \040 which is 
6157 # too long for some programs (not vi).  DEL LINE is ok but slow.
6159 # The nl string is designed for last line of screen ONLY; cup to 
6160 # 25th line corrects the motion inherent in scrolling to Page 1.
6162 # There is one understood bug. It is that the screen appears to
6163 # pop to a new (blank) page after a nel, or leave a half-line 
6164 # elipsis to a quad that is the extra 48 memory locations. The 
6165 # data received is dumped into memory but not displayed.  Not to 
6166 # worry if cup is being used; the lines not displayed will be, 
6167 # whenever the cursor is moved up there. Since cup is addressed 
6168 # relative to MEMORY of window, nothing is lost; but beware of 
6169 # relative cursor motion (cuu1,cud1,cuf1,cub1). Recommended, therefore, 
6170 # is setenv MORE -c .
6172 # WARNING: Not all features tested.
6174 # Timings are assembled from 3 sources. Some timings may reflect 
6175 # SB2/Model 300 that were used if more conservative.
6176 # Tested on a Model 600 at 1200 and 9600 bd.
6178 # The BACKSPACEkb option is cute. The NEWLINE key, so cleverly 
6179 # placed on the keyboard and useless because of AEP, is made 
6180 # into a backspace key. In use ESC must be pressed twice (to send)
6181 # and sending ^C must be prefixed by ESC to avoid that wierd 
6182 # transmit mode associated with ENTER key.
6184 # IF TERMINAL EVER GOES CATATONIC with the cursor buzzing across 
6185 # the screen, then it has dropped into ENTER mode; hit 
6186 # RESET--ONLINE--!tset.
6188 # As delivered this machine has a FATAL feature that will throw 
6189 # it into that strange transmit state (SPOW) if the space bar is 
6190 # hit after a CR is received, but before receiving a LF (or a 
6191 # few others).
6193 # The circuits MUST be modified to eliminate the SPOW latch. 
6194 # This is done by strapping on chip A46 of the I/O board; cut 
6195 # the p.c. connection to Pin 5 and strap Pin 5 to Pin 8 of that 
6196 # chip. This mod has been checked out on a Mod 600 of Superbee II.
6197 # With this modification absurdly high timings on cr are 
6198 # unnecessary.
6200 # NOTE WELL that the rear panel switch should be set to CR/LF, 
6201 # not AEP!
6203 sb1|beehive superbee:\
6204         :am:bw:da:db:mi:ul:xb:\
6205         :co#80:li#25:sg#1:ug#1:\
6206         :al=\EN\EL\EQ                                                                                \EP \EO\ER\EA:\
6207         :bl=^G:bt=\E`:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EF%r%03%03:\
6208         :cr=\r:ct=\E3:dc=\EP:dl=\EM:do=^J:ei=\ER:ho=\EH:\
6209         :im=\EQ\EO:is=\EE\EX\EZ\EO\Eb\Eg\ER:k0=\E2:k1=\Ep:\
6210         :k2=\Eq:k3=\Er:k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:\
6211         :k9=\E1:kE=\EK:kI=\EQ\EO:kL=\EM:kM=\ER:kS=\EJ:kb=^_:\
6212         :kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:l0=TAB CLEAR:\
6213         :l9=TAB SET:le=^H:nd=\EC:se=\E_3:sf=^J:so=\E_1:\
6214         :st=\E1:ta=^I:ti=\EO:ue=\E_3:up=\EA:us=\E_0:
6215 sbi|superbee|beehive superbee at Indiana U.:\
6216         :xb:\
6217         :al=1\EN\EL\EQ \EP \EO\ER\EA:cr=\r:tc=sb1:
6218 # Alternate (older) description of Superbee - f1=escape, f2=^C.
6219 # Note: there are at least 3 kinds of superbees in the world.  The sb1
6220 # holds onto escapes and botches ^C's.  The sb2 is the best of the 3.
6221 # The sb3 puts garbage on the bottom of the screen when you scroll with
6222 # the switch in the back set to CRLF instead of AEP.  This description
6223 # is tested on the sb2 but should work on all with either switch setting.
6224 # The f1/f2 business is for the sb1 and the xsb can be taken out for
6225 # the other two if you want to try to hit that tiny escape key.
6226 # This description is tricky: being able to use cup depends on there being
6227 # 2048 bytes of memory and the hairy nl string.
6228 superbee-xsb|beehive super bee:\
6229         :am:bs:da:db:pt:xb:\
6230         :co#80:dC#10:it#8:li#25:\
6231         :cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EF%r%3%3:cr=\r:ct=\E3:\
6232         :dc=\EP:dl=\EM:do=^J:ho=\EH:is=\EH\EJ:k1=\Ep:k2=\Eq:\
6233         :k3=\Er:k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:kd=\EB:\
6234         :kh=\EH:kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:\
6235         :nl=\n\200\200\200\n\200\200\200\EA\EK\200\200\200\ET\ET:\
6236         :se=\E_3:\
6237         :sf=\n\200\200\200\n\200\200\200\EA\EK\200\200\200\ET\ET:\
6238         :so=\E_1:st=\E1:up=\EA:ve=^J:
6239 # This loses on lines > 80 chars long, use at your own risk
6240 superbeeic|super bee with insert char:\
6241         :ei=\ER:ic=:im=\EQ:tc=superbee-xsb:
6242 sb2|sb3|fixed superbee:\
6243         :xb@:\
6244         :tc=superbee:
6246 # Reports are that most of these Beehive entries (except superbee) have not
6247 # been tested and do not work right.  :se: is a trouble spot.  Be warned.
6249 # (bee: removed obsolete ":ko=al,bt,ce,cl,dc,dl,ei,ho,ic,im:" -- esr)
6250 beehive|bee|harris beehive:\
6251         :am:bs:mi:\
6252         :co#80:li#24:\
6253         :al=\EL:bt=\E>:cd=\EJ:ce=\EK:cl=\EE:cm=\EF%+ %+ :\
6254         :dc=\EP:dl=\EM:do=\EB:ei=\E@:ho=\EH:ic=:im=\EQ:kb=^H:\
6255         :kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:nd=\EC:se=\Ed@:\
6256         :so=\EdP:ue=\Ed@:up=\EA:us=\Ed`:
6257 # set tab is ^F, clear (one) tab is ^V, no way to clear all tabs.
6258 # good grief - does this entry make sg/ug when it doesn't have to?
6259 # look at those spaces in se/so.  Seems strange to me...
6260 # (bh3m: mapped ":pt:" to default tabs -- esr)
6261 beehive3|bh3m|beehiveIIIm:\
6262         :am:bs:pt:\
6263         :co#80:li#20:\
6264         :al=\023:bl=^G:cd=^R:ce=^P:cl=^E^R:cr=^M:dl=\021:\
6265         :do=^J:ho=^E:if=/usr/share/tabset/beehive:le=^H:\
6266         :ll=^E^K:nd=^L:se= ^_:sf=^J:so=^] :ta=^I:up=^K:
6267 beehive4|bh4|beehive 4:\
6268         :am:\
6269         :co#80:li#24:\
6270         :bl=^G:cd=\EJ:ce=\EK:cl=\EE:cr=^M:do=^J:ho=\EH:\
6271         :le=\ED:nd=\EC:sf=^J:up=\EA:
6272 # (microb: mapped ":pt:" to default tabs -- esr)
6273 microb|microbee|micro bee series:\
6274         :am:bs:pt:\
6275         :co#80:li#24:\
6276         :bl=^G:cd=\EJ:ce=\EK:cl=\EE:cm=\EF%+ %+ :cr=^M:do=^J:\
6277         :k1=\Ep:k2=\Eq:k3=\Er:k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:\
6278         :k8=\Ew:k9=\Ex:kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:\
6279         :le=^H:nd=\EC:se=\Ed@ :sf=^J:so= \EdP:ta=^I:ue=\Ed@:\
6280         :up=\EA:us=\Ed`:
6282 # 8675, 8686, and bee from Cyrus Rahman
6283 # (8675: changed k10, k11...k16 to k;, F1...F6 -- esr)
6284 ha8675|harris 8675:\
6285         :F1=^W:F2=\ER:F3=\EE:F4=\EI:F5=\Ei:F6=\Eg:\
6286         :is=\ES\E#\E*\Eh\Em\E?\E1\E9\E@\EX\EU:k1=^F:k2=^P:\
6287         :k3=^N:k4=^V:k5=^J:k6=^T:k7=^H:k8=\177:k9=\Ee:k;=\Ed:tc=bee:
6288 # (8686: changed k10, k11...k16 to k;, F1...F6; fixed broken continuation
6289 # in :is: -- esr)
6290 ha8686|harris 8686:\
6291         :F1=\EW:F2=\002\E{\003:F3=\002\E|\003:F4=\002\E}\003:\
6292         :F5=\002\E~\003:F6=\002\E\177\003:\
6293         :is=\ES\E#\E*\Eh\Em\E?\E1\E9\E@\EX\EU\E"*Z01\E"8F35021B7C83#\E"8F45021B7D83#\E"8F55021B7E83#\E"8F65021B7F83#\E"8F75021B7383#\E"8F851BD7#\E"8F95021B7083#\E"8FA5021B7183#\E"8FB5021B7283#:\
6294         :k1=\002\Ep\003:k2=\002\Eq\003:k3=\002\Er\003:\
6295         :k4=\002\Es\003:k5=\E3:k6=\EI:k7=\ER:k8=\EJ:k9=\E(:\
6296         :k;=\Ej:tc=bee:
6298 #### Hazeltine
6300 # Hazeltine appears to be out of the business now (1995).  These guys were 
6301 # co-owners of the Terminal Brain Damage Hall Of Fame along with Harris.
6302 # Good riddance.
6304 # The ony contact information I have dates from 1993 and is:
6306 # Customer Service Division
6307 # 15 Law Drive
6308 # P.O. Box 2076
6309 # Fairfield, NJ 07007-2078
6311 # Since :nd: is blank, when you want to erase something you
6312 # are out of luck.  You will have to do ^L's a lot to
6313 # redraw the screen.  h1000 is untested.  It doesn't work in
6314 # vi - this terminal is too dumb for even vi.  (The code is
6315 # there but it isn't debugged for this case.)
6316 h1000|hazeltine 1000:\
6317         :bs:\
6318         :co#80:li#12:\
6319         :bl=^G:cl=^L:cr=^M:do=^J:ho=^K:le=^H:nd= :sf=^J:
6320 # From: <cbosg!ucbvax!pur-ee!cincy!chris> Thu Aug 20 09:09:18 1981
6321 h1420|hazeltine 1420:\
6322         :am:bs:\
6323         :co#80:li#24:\
6324         :al=\E^Z:bl=^G:cd=\E^X:ce=\E^O:cl=\E^\:\
6325         :cm=\E\021%r%.%+ :cr=^M:dl=\E^S:do=^J:le=^H:nd=^P:\
6326         :se=\E^Y:sf=^J:so=\E^_:ta=^N:up=\E^L:
6327 # New "safe" cursor movement (11/87) from cgs@umd5.umd.edu.  Prevents freakout
6328 # with out-of-range args and tn3270.  No hz since it needs to receive ~'s.
6329 h1500|hazeltine 1500:\
6330         :am:bs:hz:\
6331         :co#80:li#24:\
6332         :al=~\032:bl=^G:cd=~\030:ce=~^O:cl=~^\:\
6333         :cm=~\021%r%>^^ %+`%+`:cr=^M:dl=~\023:do=~^K:ho=~^R:\
6334         :kd=^J:kh=~^R:kl=^H:kr=^P:ku=~^L:le=^H:nd=^P:se=~^Y:\
6335         :sf=^J:so=~^_:up=~^L:
6336 # h1510 assumed to be in sane escape mode.  Else use h1500.
6337 # (h1510: early versions of this entry apparently had ":se=\E^_:so=\E^Y:",
6338 # but these caps were commented out in 8.3; also, removed incorrect
6339 # and overridden ":do=^J:" -- esr)
6340 h1510|hazeltine 1510:\
6341         :am:bs:\
6342         :co#80:li#24:\
6343         :al=\E^Z:bl=^G:cd=\E^X:ce=\E^O:cl=\E^\:\
6344         :cm=\E\021%r%.%.:cr=^M:dl=\E^S:do=\E^K:le=^H:nd=^P:\
6345         :sf=^J:up=\E^L:
6346 # (h1520: removed incorrect and overridden ":do=^J:" -- esr)
6347 h1520|hazeltine 1520:\
6348         :am:bs:hz:\
6349         :co#80:li#24:\
6350         :al=~^Z:bl=^G:cd=~^X:ce=~^O:cl=~^\:cm=~\021%r%.%.:\
6351         :cr=^M:dl=~^S:do=~^K:ho=~^R:le=^H:nd=^P:se=~^Y:sf=^J:\
6352         :so=~^_:up=~^L:
6353 # Note: the h1552 appears to be the first Hazeltine terminal which
6354 # is not braindamaged.  It has tildes and backprimes and everything!
6355 # Be sure the auto lf/cr switch is set to cr.
6356 h1552|hazeltine 1552:\
6357         :al=\EE:dl=\EO:do=^J:k1=\EP:k2=\EQ:k3=\ER:l1=blue:\
6358         :l2=red:l3=green:tc=vt52:
6359 h1552rv|hazeltine 1552 reverse video:\
6360         :do=^J:se=\ET:so=\ES:tc=h1552:
6361 # Note: h2000 won't work well because of a clash between upper case and ~'s.
6362 h2000|hazeltine 2000:\
6363         :am:bs:nc:\
6364         :co#74:li#27:\
6365         :al=~\032:bl=^G:cl=~\034:cm=~\021%r%.%.:dl=~\023:\
6366         :do=^J:ho=~^R:le=^H:pc=\177:sf=^J:
6367 # Date: Fri Jul 23 10:27:53 1982.  Some unknown person wrote:
6368 # I tested this termcap entry for the Hazeltine Esprit with vi. It seems
6369 # to work ok. There is one problem though if one types a lot of garbage
6370 # characters very fast vi seems not able to keep up and hangs while trying
6371 # to insert. That's in insert mode while trying to insert in the middle of
6372 # a line. It might be because the Esprit doesn't have insert char and delete
6373 # char as a built in function. Vi has to delete to end of line and then 
6374 # redraw the rest of the line.
6375 esprit|Hazeltine Esprit I:\
6376         :am:bw:\
6377         :co#80:li#24:\
6378         :al=\E^Z:bl=^G:bt=\E^T:cd=\E^W:ce=\E^O:cl=\E^\:\
6379         :cm=\E\021%r%.%.:cr=^M:dl=\E^S:do=\E^K:ho=\E^R:\
6380         :is=\E?:k0=^B0^J:k1=^B1^J:k2=^B2^J:k3=^B3^J:k4=^B4^J:\
6381         :k5=^B5^J:k6=^B6^J:k7=^B7^J:k8=^B8^J:k9=^B9^J:kb=^H:\
6382         :kd=\E^K:ke=\E>:kh=\E^R:kl=^H:kr=^P:ks=\E<:ku=\E^L:\
6383         :l0=0:l1=1:l2=2:l3=3:l4=4:l5=5:l6=6:l7=7:l8=8:l9=9:\
6384         :le=^H:nd=^P:se=\E^Y:sf=^J:so=\E^_:up=\E^L:
6385 esprit-am|hazeltine esprit auto-margin:\
6386         :am:\
6387         :tc=esprit:
6389 #### IBM
6392 ibm327x|line mode IBM 3270 style:\
6393         :gn:\
6394         :ce=^M:cl=^M^J:ho=^M:
6395 # From: J.B. Nicholson-Owens <jeffo@uiuc.edu> 8 Mar 94
6396 ibm3101|i3101|IBM 3101-10:\
6397         :am:bs:pt:xo:\
6398         :co#80:li#24:\
6399         :bl=^G:cd=\EJ:ce=\EI:cl=\EK:cm=\EY%+ %+ :cr=^M:\
6400         :ct=\E1:do=^J:ho=\EH:if=/usr/share/tabset/ibm3101:\
6401         :kb=^H:kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:\
6402         :nw=^M^J:sf=^J:st=\E0:ta=^I:up=\EA:
6403 #   Received from the IBM terminals division (given to DRB)
6404 #   June 1988 for PS/2 OS 2.2.3 cut
6405 ibm3151|i3151:\
6406         :me=\E4@:\
6407         :..sa=\E4%{64}%?%p1%{0}%>%p1%{4}%<%&%t%{8}%|%;%?%p1%{7}%=%t%{16}%|%;%?%p2%t%{1}%|%;%?%p3%t%{4}%|%;%?%p4%t%{2}%|%;%c:\
6408         :se=\E4@:so=\E4A:ue=\E4@:us=\E4B:tc=ibm3163:
6409 # From: Mark Easter <marke@fsi-ssd.csg.ssd.fsi.com> 29 Oct 1992 
6410 # I commented out some IBM extensions.
6411 ibm3161|ibm3163|wy60-316X|wyse60-316X|IBM 3161/3163 display:\
6412         :am:mi:ms:\
6413         :co#80:it#8:li#24:\
6414         :F1=\Ek\r:F2=\El\r:F3=\E!a\r:F4=\E!b\r:F5=\E!c\r:\
6415         :F6=\E!d\r:F7=\E!e\r:F8=\E!f\r:F9=\E!g\r:FA=\E!h\r:\
6416         :FB=\E!i\r:FC=\E!j\r:FD=\E!k\r:FE=\E!l\r:bl=^G:\
6417         :cd=\EJ:ce=\EI:cl=\EH\EJ:cm=\EY%+ %+ :cr=^M:dc=\EQ:\
6418         :dl=\EO:do=\EB:ho=\EH:k1=\Ea\r:k2=\Eb\r:k3=\Ec\r:\
6419         :k4=\Ed\r:k5=\Ee\r:k6=\Ef\r:k7=\Eg\r:k8=\Eh\r:\
6420         :k9=\Ei\r:k;=\Ej\r:kA=\EN:kC=\EL\r:kD=\EQ:kE=\EI:\
6421         :kI=\EP \010:kL=\EO:kS=\EJ:kT=\E0:ka=\E 1:kb=^H:\
6422         :kd=\EB:kh=\EH:kl=\ED:kr=\EC:kt=\E1:ku=\EA:le=\ED:\
6423         :mb=\E4D:md=\E4H:me=\E4@\E<@:mk=\E4P:mr=\E4A:nd=\EC:\
6424         :..sa=\E4%'@'%?%p1%t%'A'%|%;\n%?%p2%t%'B'%|%;\n%?%p3%t%'A'%|%;\n%?%p4%t%'D'%|%;\n%?%p5%t%'@'%|%;\n%?%p6%t%'H'%|%;\n%?%p7%t%'P'%|%;%c\n%?%p9%t\E>A%e\E<@%;:\
6425         :se=\E4@:sf=^J:so=\E4A:te=\E>A:ti=\E>A:ue=\E4@:\
6426         :up=\EA:us=\E4B:
6428 # How the 3164 sgr string works:
6429 #       %{32}           # push space for no special video characteristics
6430 #       %?%p2%t%{1}%|%; # if p2 set, then OR the 1 bit for reverse
6431 #       %?%p3%t%{4}%|%; # if p3 set, then OR the 4 bit for blink
6432 #       %?%p4%t%{2}%|%; # if p4 set, then OR the 2 bit for underline
6433 #       %c              # pop Pa1
6434 #       %{39}%p1%-      # calculate 32 + (7 - p1) for foreground
6435 #       %c              # pop Pa2 
6436 #       %{64}           # use only black background for now
6437 #       %c              # pop Pa3
6438 ibm3164|i3164|3164:\
6439         :mb=\E4D:md=\E4H:me=\E4@:\
6440         :..sa=\E4%{32}%?%p2%t%{1}%|%;%?%p3%t%{4}%|%;%?%p4%t%{2}%|%;%c%{39}%p1%-%c%{64}%c:tc=ibm3163:
6442 # (ibmaed: mapped ":pt:" to default tabs -- esr)
6443 ibmaed|IBM Experimental display:\
6444         :am:bs:eo:ms:pt:\
6445         :co#80:li#52:\
6446         :al=\EN:cd=\EJ:ce=\EI:cl=\EH\EK:cm=\EY%+ %+ :dc=\EQ:\
6447         :dl=\EO:do=\EB:ei=:ho=\EH:ic=\EP:im=:kb=^H:kd=\EB:\
6448         :kl=\ED:kr=\EC:ku=\EA:nd=\EC:se=\E0:so=\E0:ue=:\
6449         :up=\EA:us=:vb=\EG:
6450 ibm-apl|apl|IBM apl terminal simulator:\
6451         :li#25:\
6452         :tc=dm1520:
6453 # (ibmmono: this had an unknown `sb' boolean, I changed it to `bs'.  
6454 # Also it had ":I0=f10:" which pretty obviously should be "l0=f10" -- esr)
6455 ibmmono|ibm5151|IBM workstation monochrome:\
6456         :bs:es:hs:\
6457         :al=\EL:dl=\EM:ds=\Ej\EY8 \EI\Ek:fs=\Ek:k0=\E<:\
6458         :k1=\ES:k2=\ET:k3=\EU:k4=\EV:k5=\EW:k6=\EP:k7=\EQ:\
6459         :k8=\ER:k9=\EY:kF=\EE:kI=\200:kN=\EE:kP=\Eg:kR=\EG:\
6460         :kb=^H:kh=\EH:l0=f10:md=\EZ:me=\Ew\Eq\Ez\EB:\
6461         :mk=\EF\Ef0;\Eb0;:mr=\Ep:se=\Ez:so=\EZ:sr=\EA:\
6462         :ts=\Ej\EY8%+ \Eo:ue=\Ew:us=\EW:tc=ibm3101:
6463 ibmega-c|ibm5154-c|IBM Enhanced Color Display:\
6464         :se=\EB:so=\EF\Ef3;:ue=\EB:us=\EF\Ef2;:tc=ibmmono:
6465 # ibmapa* and ibmmono entries come from ACIS 4.3 distribution
6466 rtpc|ibmapa16|ibm6155|IBM 6155 Extended Monochrome Graphics Display:\
6467         :li#32:\
6468         :ds=\Ej\EY@ \EI\Ek:ts=\Ej\EY@%+ \Eo:tc=ibmmono:
6469 # Advanced Monochrome (6153) and Color (6154) Graphics Display:
6470 ibmapa8c|ibmapa8|ibm6154|ibm6153|IBM 6153/4 Advanced Graphics Display:\
6471         :li#31:\
6472         :ds=\Ej\EY? \EI\Ek:ts=\Ej\EY?%+ \Eo:tc=ibmmono:
6473 ibmapa8c-c|ibm6154-c|IBM 6154 Advanced Color Graphics Display:\
6474         :li#31:\
6475         :ds=\Ej\EY? \EI\Ek:mh=\EF\Ef7;:ts=\Ej\EY?%+ \Eo:tc=ibmega-c:
6476 # From: Marc Pawliger <marc@ibminet.awdpa.ibm.com>
6477 # also in /usr/lpp/bos/bsdsysadmin.
6478 # (hft-c: this entry had :kb=\E[D:kf=\E[C: on the line with ku/kd/kh; this was
6479 # pretty obviously mislabeled for :le: and :nd:; also ":ul=\E[4m:" was clearly
6480 # a typo for ":us=\E[4m:"; also ":el=\E[K:" was a typo for ":ce=\E[K:".
6481 # There was an unknown boolean ":ht:" which I assume was meant to set 
6482 # hardware tabs, so I have insrted it#8. Finally, "ac=^N" paired with the
6483 # ae looked like a typo for ":as=^N:" -- esr)
6484 ibm8512|ibm8513|hft-c|IBM High Function Terminal:\
6485         :am:mi:ms:\
6486         :co#80:it#8:li#25:\
6487         :AL=\E[%dL:DL=\E[%dM:ae=^O:al=\E[L:as=^N:cd=\E[J:\
6488         :ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:dl=\E[M:dm=\E[4h:\
6489         :do=^J:ec=\E[%dX:ed=\E[4l:ei=\E[4l:ho=\E[H:im=\E[4h:\
6490         :is=\Eb\E[m\017\E[?7h:k0=\E[010q:k1=\E[001q:\
6491         :k2=\E[002q:k3=\E[003q:k4=\E[004q:k5=\E[005q:\
6492         :k6=\E[006q:k7=\E[007q:k8=\E[008q:k9=\E[009q:kd=\E[B:\
6493         :kh=\E[H:ku=\E[A:le=\E[D:mb=\E[5m:md=\E[1m:me=\E[m:\
6494         :mr=\E[7m:nd=\E[C:rc=\E[u:\
6495         :rs=\Eb\E[m\017\E[?7h\E[H\E[J:sc=\E[s:se=\E[m:\
6496         :so=\E[7m:te=\E[20h:ti=\E[20;4l\E[?7h\Eb:ue=\E[m:\
6497         :up=\E[A:us=\E[4m:
6498 hft|AIWS High Function Terminal:\
6499         :am:xo:\
6500         :co#80:li#25:\
6501         :al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:\
6502         :cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:do=^J:ei=\E6:\
6503         :ho=\E[H:ic=\E[@:im=\E6:k1=\E[001q:k2=\E[002q:\
6504         :k3=\E[003q:k4=\E[004q:k5=\E[005q:k6=\E[006q:\
6505         :k7=\E[007q:k8=\E[008q:k9=\E[009q:kN=\E[153q:\
6506         :kP=\E[159q:ka=\E[010q:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:\
6507         :kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[0m:\
6508         :mk=\E[8m:mr=\E[7m:nd=\E[C:se=\E[m:sf=^J:so=\E[7m:\
6509         :ta=^I:ue=\E[m:up=\E[A:us=\E[4m:
6510 # From: <pryor@math.berkeley.edu>
6511 ibm5081|ibmmpel|IBM 5081 1024x1024 256/4096 color display:\
6512         :es:hs:\
6513         :li#33:\
6514         :ds=\Ej\EYA \EI\Ek:fs=\Ek:ts=\Ej\EYA%+ \Eo:tc=ibmmono:
6515 ibm5081-c|ibmmpel-c|IBM 5081 1024x1024 256/4096 enhanced color display:\
6516         :es:hs:\
6517         :li#33:\
6518         :ds=\Ej\EYA \EI\Ek:fs=\Ek:ts=\Ej\EYA%+ \Eo:tc=ibmega-c:
6519 ibm-system1|system1|ibm system/1 computer:\
6520         :am:xt:\
6521         :co#80:li#24:\
6522         :bl=^G:cl=^Z:cm=\005%+ %+ :ho=^K:le=^H:nd=^\:sf=^J:\
6523         :up=^^:
6525 #### Infoton/General Terminal Corp.
6528 # gt100 sounds like something DEC would come out with.  Let's hope they don't.
6529 i100|gt100|gt100a|General Terminal 100A (formerly Infoton 100):\
6530         :am:bs:\
6531         :co#80:li#24:\
6532         :al=\EL:bl=^G:cd=\EJ:ce=\EK:cl=^L:cm=\Ef%r%+ %+ :\
6533         :cr=^M:dl=\EM:do=^J:ho=\EH:le=^H:nd=\EC:se=\Ea:sf=^J:\
6534         :so=\Eb:up=\EA:vb=\Eb\Ea:
6535 i400|infoton 400:\
6536         :am:bs:\
6537         :co#80:li#25:\
6538         :al=\E[L:bl=^G:ce=\E[N:cl=\E[2J:cm=%i\E[%3;%3H:cr=^M:\
6539         :dc=\E[4h\E[2Q\E[P\E[4l\E[0Q:dl=\E[M:do=^J:\
6540         :ei=\E[4l\E[0Q:im=\E[4h\E[2Q:le=^H:nd=\E[C:sf=^J:\
6541         :up=\E[A:
6542 # (addrinfo: removed obsolete ":bc=^Z:" -- esr)
6543 addrinfo:\
6544         :am:\
6545         :co#80:li#24:\
6546         :bl=^G:cd=^K:cl=^L:..cm=\037%p1%{1}%-%c%p2%{1}%-%c:\
6547         :cr=^M:do=^J:ho=^H:le=^Z:ll=^H^\:nd=^Y:sf=^J:up=^\:
6548 infoton:\
6549         :am:\
6550         :Nl#0:co#80:lh#0:li#24:lw#0:\
6551         :bl=^G:cd=^K:cl=^L:cr=^M:do=^J:le=^Z:ll=^H^\:nd=^Y:\
6552         :sf=^J:up=^\:
6553 # (infotonKAS: removed obsolete ":bc=^Z:" -- esr)
6554 infotonKAS:\
6555         :am:\
6556         :co#80:li#24:\
6557         :bl=^G:cd=^K:cl=^L:cr=^M:do=^J:le=^Z:ll=^H^\:nd=^Y:\
6558         :sf=^J:up=^\:
6560 #### Interactive Systems Corp
6562 # ISC used to sell OEMed and customized hardware to support ISC UNIX.
6563 # ISC UNIX still exists in 1995, but ISC itself is no more; they got
6564 # bought out by Sun.
6567 # From: <cithep!eric>  Wed Sep 16 08:06:44 1981
6568 # (intext: removed obsolete ":ma=^K^P^R^L^L :";
6569 # mapped ":pt:" to default tabs, removed obsolete ":bc=^_:", also the
6570 # ":le=^_:" later overridden -- esr)
6571 intext|Interactive Systems Corporation modified owl 1200:\
6572         :am:\
6573         :co#80:li#24:sg#1:\
6574         :al=\020:bl=^G:bt=^Y:cd=\026J:ce=^Kp^R:cl=\014:\
6575         :cm=\017%+ %+ :cr=^M:dc=\022:dl=\021:do=^J:ei=^V<:\
6576         :im=^V;:ip=:k0=^VJ\r:k1=^VA\r:k2=^VB\r:k3=^VC\r:\
6577         :k4=^VD\r:k5=^VE\r:k6=^VF\r:k7=^VG\r:k8=^VH\r:\
6578         :k9=^VI\r:kb=^H:kd=^J:ke=^V9:kh=^Z:kl=^_:kr=^^:\
6579         :ks=\036\072\264\026%:ku=^\:le=^H:nd=^^:se=^V# :\
6580         :sf=^J:so=^V$\054:ta=^I:up=^\:
6581 intext2|intextii|INTERACTIVE modified owl 1251:\
6582         :am:bw:ul:\
6583         :co#80:li#24:sg#0:\
6584         :al=\E[L:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:ch=\E[%+^AG:\
6585         :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:\
6586         :do=\E[B:ei=:ic=\E[@:im=:k0=\E@\r:k1=\EP\r:k2=\EQ\r:\
6587         :k3=\ES\r:k4=\ET\r:k5=\EU\r:k6=\EV\r:k7=\EW\r:\
6588         :k8=\EX\r:k9=\EY\r:kb=^H:kd=\EB\r:kh=\ER\r:kl=\ED\r:\
6589         :kr=\EC\r:ku=\EA\r:l0=REFRSH:l1=DEL CH:l2=TABSET:\
6590         :l3=GOTO:l4=+PAGE:l5=+SRCH:l6=-PAGE:l7=-SRCH:l8=LEFT:\
6591         :l9=RIGHT:nd=\E[C:se=\E[2 D:sf=\E[S:so=\E[6 D:\
6592         :sr=\E[T:ta=^I:ue=\E[2 D:up=\E[A:us=\E[18 D:\
6593         :vb=\E[;;;;;;;;;2;;u\E[;;;;;;;;;1;;u:
6595 #### Kimtron (abm, kt)
6597 # Kimtron entries include (undocumented) codes for: enter dim mode (:mh:),
6598 # enter bold mode (:md:), enter reverse mode (:mr:), turn off all attributes
6599 # (:me:).
6601 # Kimtron ABM 85 added by Dual Systems
6602 # (abm85: mapped ":pt:" to default tabs; removed duplicated ":kd=^J:" -- esr)
6603 abm85|Kimtron ABM 85:\
6604         :am:bs:bw:ms:pt:\
6605         :co#80:li#24:sg#1:ug#1:\
6606         :al=\EE:bt=\EI:cd=\Ey:ce=\Et:cl=\E*:cm=\E=%+ %+ :\
6607         :dc=\EW:dl=\ER:do=^J:ei=\Er:\
6608         :if=/usr/share/tabset/stdcrt:im=\EQ:\
6609         :is=\EC\EX\Eg\En\E%\Er\E(\Ek\Em\Eq:kb=^H:kd=^J:kh=^^:\
6610         :kl=^H:kr=^L:ku=^K:nd=^L:se=\Ek:so=\Ej:ue=\Em:up=^K:\
6611         :us=\El:
6612 # Kimtron ABM 85H added by Dual Systems.
6613 # Some notes about the 85h entries:
6614 # 1) there are several firmware revs of 85H in the world. Use o85h for
6615 #    firmware revs prior to SP51
6616 # 2) Make sure to use 85h entry if the terminal is in 85H mode and the
6617 #    85e entry if it is in 920 emulation mode. They are incompatible in
6618 #    some places and NOT software settable i.e., :is: can't fix change it)
6619 # 3) In 85h mode, the arrow keys and special functions transmit when
6620 #    the terminal is in dup-edit, and work only locally in local-edit.
6621 #    Vi won't swallow `del char' for instance, but :vs: turns on
6622 #    dup-edit anyway so that the arrow keys will work right. If the
6623 #    arrow keys don't work the way you like, change :vs:, :ve:, and :is:.
6624 #    920E mode does not have software commands to toggle between dup
6625 #    and local edit, so you get whatever was set last on the terminal.
6626 # 4) :vb: attribute is nice, but seems too slow to work correctly (\Eb<pad>\Ed)
6627 # 5) Make sure `hidden' attributes are selected. If `embedded' attributes
6628 #    are selected, the entries :sg@: and :ug@: should be removed.
6629 # 6) auto new-line should be on (selectable from setup mode only)
6631 # From: Erik Fair <fair@ucbarpa>  Sun Oct 27 07:21:05 1985
6632 abm85h|85H|85h|Kimtron ABM 85H, 85H mode:\
6633         :hs:\
6634         :sg@:ug@:\
6635         :ds=\Ee:fs=^M:im=\EZ:\
6636         :is=\EC\EN\EX\024\016\EA\Ea\E%\E9\Ee\Er\En\E"\E}\E'\E(\Ef\r\EG0\Ed\E.4\El:\
6637         :kd=^V:me=\E(\EG0:mh=\E):mr=\EG4:se=\EG0:so=\EG4:\
6638         :ts=\Eg\Ef:ue=\EG0:us=\EG8:vb@:ve=\E.4:vs=\E.2:tc=abm85:
6639 abm85e|85E|85e|Kimtron ABM 85H, 920E mode:\
6640         :sg@:ug@:\
6641         :im=\EZ:\
6642         :is=\EC\EX\EA\E%\E9\Ee\Er\En\E"\E}\E'\E(\Ef\r\Ek\Eq\Em:\
6643         :me=\E(\Ek:mh=\E):mr=\Ej:vb@:tc=abm85:
6644 abm85h-o|oabm85h|o85h|Kimtron ABM 85H, old firmware rev.:\
6645         :sg@:ug@:\
6646         :im=\EZ:\
6647         :is=\E}\EC\EX\Ee\En\E%\Er\E(\Ek\Em\Eq\Ed\ET\EC\E9\EF:\
6648         :me=\E(\Ek:mh=\E):mr=\Ej:\
6649         :vb=\200\200\200\007\200\200\200:tc=abm85:
6650 # From: <malman@bbn-vax.arpa>
6651 # (kt7: removed obsolete ":ko=ic,dc,al,dl,cl,ce,cd,bt:", ":ma=^V^J^L :";
6652 # mapped ":pt:" to default tabs -- esr)
6653 kt7|kimtron model kt-7:\
6654         :am:bs:pt:\
6655         :co#80:li#24:\
6656         :al=\EE:bt=\EI:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :\
6657         :dc=\EW:dl=\ER:do=^V:ei=:fs=\Eg:ho=^^:ic=\EQ:\
6658         :if=/usr/share/tabset/stdcrt:im=:is=\El\E":k0=^AI\r:\
6659         :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
6660         :k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:kb=^H:kd=^V:\
6661         :kh=^^:kl=^H:kr=^L:ku=^K:nd=^L:se=\EG0:so=\EG4:\
6662         :ts=\Ef:ue=\EG0:up=^K:us=\EG8:
6664 #### Microterm (act, mime)
6666 # The mime1 entries refer to the Microterm Mime I or Mime II.
6667 # The default mime is assumed to be in enhanced act iv mode.
6670 # New "safe" cursor movement (5/87) from reuss@umd5.umd.edu.  Prevents freakout with
6671 # out-of-range args on Sytek multiplexors.  No ":so=^N:" and ":se=^N:" since 
6672 # it gets confused and it's too dim anyway.  No ic since Sytek insists ^S 
6673 # means xoff.
6674 # (act4: found ":ic=2^S:ei=:im=:ip=.1*^V:" commented out in 8.3 -- esr)
6675 act4|microterm|microterm act iv:\
6676         :am:bs:\
6677         :co#80:li#24:\
6678         :al=2.3*\001<2.3*/>:bl=^G:cd=2.2*\037:ce=.1*\036:\
6679         :cl=12\014:cm=\024%+^X%>/0%+P:cr=^M:dc=.1*\004:\
6680         :dl=2.3*\027:do=^K:ho=^]:kd=^K:kl=^H:kr=^X:ku=^Z:\
6681         :le=^H:nd=^X:sf=^J:up=^Z:
6682 # The padding on :sr: and :ta: for act5 and mime is a guess and not final.
6683 # The act 5 has hardware tabs, but they are in columns 8, 16, 24, 32, 41 (!)...
6684 # (microterm5: removed obsolete ":ma==^Z^P^Xl^Kj:" -- esr)
6685 act5|microterm5|microterm act v:\
6686         :kd=^K:kl=^H:kr=^X:ku=^Z:sr=\EH:uc=^H\EA:tc=act4:
6687 # Act V in split screen mode.  act5s is not tested and said not to work.
6688 act5s|skinny act5:\
6689         :co#39:li#48:\
6690         :te=\EQ:ti=\EP:tc=act5:
6691 # Mimes using brightness for standout.  Half bright is really dim unless
6692 # you turn up the brightness so far that lines show up on the screen.
6693 mime-fb|full bright mime1:\
6694         :is=^S\E:se=^S:so=^Y:tc=mime:
6695 mime-hb|half bright mime1:\
6696         :is=^Y\E:se=^Y:so=^S:tc=mime:
6697 # (mime: removed obsolete ":ma=^X ^K^J^Z^P:"; removed ":do=^K:" that overrode
6698 # the more plausible ":do=^J:"; mapped ":pt:" to ":it#8:" -- esr)
6699 # uc was at one time disabled to get around a curses bug, be wary of it
6700 mime|mime1|mime2|mimei|mimeii|microterm mime1:\
6701         :am:bs:pt:\
6702         :co#80:it#8:li#24:vt#9:\
6703         :al=\001:bl=^G:cd=^_:ce=^^:cl=^]^C:\
6704         :cm=\024%+^X%> 0%+P:cr=^M:dl=\027:do=^J:ho=^]:\
6705         :is=^S\E^Q:kd=^K:kl=^H:kr=^X:ku=^Z:le=^H:nd=^X:sf=^J:\
6706         :sr=\022:ta=\011:uc=^U:up=^Z:
6707 # These termcaps (for mime 2a) put the terminal in low intensity mode
6708 # since high intensity mode is so obnoxious.
6709 mime2a-s|microterm mime2a (emulating an enhanced soroc iq120):\
6710         :am:bs:\
6711         :co#80:li#24:\
6712         :al=\001:bl=^G:cd=\EJ:ce=\EK:cl=\EL:cm=\E=%+ %+ :\
6713         :cr=^M:dc=\ED:dl=\027:do=^J:ei=^Z:ho=^^:im=\EE:ip=:\
6714         :is=\E):kd=^J:kl=^H:kr=^L:ku=^K:le=^H:nd=^L:se=\E;:\
6715         :sf=^J:so=\E\072:sr=\EI:ue=\E7:up=\EI:us=\E6:
6716 # This is the preferred mode (but ^X can't be used as a kill character)
6717 # (mime2a: replaced ":pt:" with SCO's "it#8" -- esr)
6718 mime2a|mime2a-v|microterm mime2a (emulating an enhanced vt52):\
6719         :bs:pt:\
6720         :co#80:it#8:li#24:\
6721         :al=\001:bl=^G:cd=\EQ:ce=\EP:cl=\EL:cm=\EY%+ %+ :\
6722         :cr=^M:dc=^N:dl=\027:do=^J:ei=^Z:ho=\EH:im=^O:ip=:\
6723         :is=^Y:kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:\
6724         :se=\E9:sf=^J:so=\E8:sr=\EA:ta=^I:ue=\E5:up=\EA:\
6725         :us=\E4:
6726 # (mime3a: removed obsolete ":ma=^X ^K^J^Z^P:" -- esr)
6727 mime3a|mime1 emulating 3a:\
6728         :am@:\
6729         :kd=^K:kl=^H:kr=^X:ku=^Z:tc=adm3a:
6730 # (mime3ax: mapped ":pt:" to default tabs -- esr)
6731 mime3ax|mime-3ax|mime1 emulating enhanced 3a:\
6732         :pt:\
6733         :it#8:\
6734         :al=\001:cd=^_:ce=^X:dl=\027:ta=\011:tc=mime3a:
6735 # Wed Mar  9 18:53:21 1983
6736 # We run our terminals at 2400 baud, so there might be some timing problems at
6737 # higher speeds. The major improvements in this model are the terminal now 
6738 # scrolls down and insert mode works without redrawing the rest of the line
6739 # to the right of the cursor. This is done with a bit of a kludge using the
6740 # exit graphics mode to get out of insert, but it does not appear to hurt
6741 # anything when using vi at least. If you have some users using act4s with
6742 # programs that use curses and graphics mode this could be a problem.
6743 mime314|mm314|mime 314:\
6744         :am:\
6745         :co#80:li#24:\
6746         :al=^A:cd=^_:ce=^^:cl=^L:cm=\024%.%.:dc=^D:dl=^W:\
6747         :ei=^V:ho=^]:im=^S:kd=^K:kl=^H:kr=^X:ku=^Z:le=^H:\
6748         :nd=^X:ta=^I:up=^Z:
6749 # Fri Aug  5 08:11:57 1983
6750 # This entry works for the ergo 4000 with the following setups:
6751 # ansi,wraparound,newline disabled, xon/xoff disabled in both
6752 # setup a & c.
6753 #       
6754 # WARNING!!! There are multiple versions of ERGO 4000 microcode
6755 # Be advised that very early versions DO NOT WORK RIGHT !!  
6756 # Microterm does have a ROM exchange program- use it or lose big
6757 ergo4000|microterm ergo 4000:\
6758         :da:db:ms:\
6759         :co#80:li#66:\
6760         :AL=\E[1L:bl=^G:cd=\E[0J:ce=\E[0K:cl=\E[H\E[2J:\
6761         :cm=\E[%i%d;%dH:cr=^M:dc=\E[1P:dl=\E[1M:do=\E[B:\
6762         :ei=\E[4l:im=\E[4h:\
6763         :is=\E<\E=\E[?1l\E[?4l\E[?5l\E[?7h\E[?8h:k1=\EOP:\
6764         :k2=\EOQ:k3=\EOR:k4=\EOS:kd=\E[B:ke=\E=:kl=\E[D:\
6765         :kr=\E[C:ks=\E=:ku=\E[A:l1=pf1:l2=pf2:l3=pf3:l4=pf4:\
6766         :le=^H:nd=\E[C:se=\E[0m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:\
6767         :up=\E[A:
6769 #### NCR 
6771 # NCR's terminal group was merged with AT&T's when AT&T bought the company.
6772 # For what happened to that group, see the ADDS section.
6775 # From <root@goliath.un.atlantaga.NCR.COM>, init string hacked by SCO.
6776 ncr7900i|7900i|ncr7900|7900|ncr 7900 model 1:\
6777         :am:bw:ul:\
6778         :co#80:li#24:sg#1:ug#1:\
6779         :bl=^G:cd=\Ek:ce=\EK:cl=^L:cm=\E1%r%.%.:cr=^M:do=^J:\
6780         :is=\E0@\010\E3\E4\E7:kd=^J:kh=^A:kl=^U:kr=^F:ku=^Z:\
6781         :le=^H:ll=^A:mb=\E0B:me=\E0@:mh=\E0A:mr=\E0P:nd=^F:\
6782         :pf=^T:po=^R:\
6783         :..sa=\E0%p5%'@'%+%p4%{2}%*%+%p3%{16}%*%+%p2%{32}%*%+%p1%{17}%*%+%c:\
6784         :se=\E0@:sf=^J:so=\E0Q:ue=\E0@:up=^Z:us=\E0`:
6785 ncr7900i-na|ncr7900-na|7900-na|ncr 7900 model 1 with no arrows:\
6786         :kd@:kl@:kr@:ku@:tc=ncr7900i:
6787 ncr7900iv|ncr 7900 model 4:\
6788         :am:bw:es:hs:\
6789         :co#80:li#24:\
6790         :al=\E^N:bl=^G:cl=^L:cm=\013%+@\E\005%02:cr=^M:\
6791         :dl=\E^O:do=^J:ds=\Ey1:fs=\Ek\Ey5:ho=\013@\E^E00:\
6792         :k1=\ES:k2=\ET:k3=\EU:k4=\EV:k5=\EW:k6=\EP:k7=\EQ:\
6793         :k8=\ER:kb=^H:kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:\
6794         :l6=blue:l7=red:l8=white:le=^H:nw=^M^J:sf=^J:\
6795         :ts=\Ej\Ex5\Ex1\EY8%p1%{32}%+%c\Eo:
6796 ncr7901|7901|ncr 7901 model:\
6797         :am:bw:ul:\
6798         :co#80:li#24:\
6799         :bl=^G:cd=\Ek:ce=\EK:ch=\020%+^J:cl=^L:cm=\EY%+ %+ :\
6800         :cr=^M:cv=\013%+@:do=^J:is=\E4^O:kC=^L:kd=^J:kh=^H:\
6801         :kl=^U:kr=^F:ku=^Z:le=^H:ll=^A:mb=\E0B:me=^O:mh=\E0A:\
6802         :mr=\E0P:nd=^F:pf=^T:po=^R:\
6803         :..sa=\E0%p5%'@'%+%p4%{2}%*%+%p3%{16}%*%+%p2%{32}%*%+%p1%{17}%*%+%c\016:\
6804         :se=^O:sf=^J:so=\E0Q\016:ue=^O:up=^Z:us=\E0`\016:\
6805         :ve=^X:vi=^W:
6807 #### Perkin-Elmer (Owl)
6809 # These are official terminfo entries from within Perkin-Elmer.
6812 bantam|pe550|pe6100|perkin elmer 550:\
6813         :co#80:li#24:\
6814         :bl=^G:ce=\EI:cl=\EK:cm=\EX%+ \EY%+ :cr=^M:do=^J:\
6815         :ho=\EH:le=^H:ll=\EH\EA:nd=\EC:sf=^J:up=\EA:
6816 fox|pe1100|perkin elmer 1100:\
6817         :am:\
6818         :co#80:li#24:\
6819         :bl=^G:cd=\EJ:ce=\EI:cl=\EH\EJ:cm=\EX%+ \EY%+ :cr=^M:\
6820         :ct=\E3:do=^J:ho=\EH:le=^H:ll=\EH\EA:nd=\EC:sf=^J:\
6821         :st=\E1:up=\EA:vb=\020\002\020\003:
6822 owl|pe1200|perkin elmer 1200:\
6823         :am:in:\
6824         :co#80:li#24:\
6825         :al=\EL:bl=^G:cd=\EJ:ce=\EI:cl=\EH\EJ:\
6826         :cm=\EX%+ \EY%+ :cr=^M:ct=\E3:dc=\EO:dl=\EM:do=^J:\
6827         :ei=:ho=\EH:ic=\EN:im=:ip=:k0=\ERJ:k1=\ERA:k2=\ERB:\
6828         :k3=\ERC:k4=\ERD:k5=\ERE:k6=\ERF:k7=\ERG:k8=\ERH:\
6829         :k9=\ERI:kb=^H:le=^H:ll=\EH\EA:nd=\EC:se=\E!\200:\
6830         :sf=^J:so=\E!^H:st=\E1:up=\EA:vb=\020\002\020\003:
6831 pe1251|pe6300|pe6312|perkin elmer 1251:\
6832         :am:\
6833         :co#80:it#8:li#24:pb#300:sg#1:vt#8:\
6834         :bl=^G:cd=\EJ:ce=\EI:cl=\EK:cm=\EX%+ \EY%+ :cr=^M:\
6835         :ct=\E3:do=\EB:ho=\EH:k0=\ERA:k1=\ERB:k2=\ERC:\
6836         :k3=\ERD:k4=\ERE:k5=\ERF:k6=\ERG:k7=\ERH:k8=\ERI:\
6837         :k9=\ERJ:k;=\ERK:le=\ED:nd=\EC:sf=^J:st=\E1:up=\EA:
6838 pe7000m|perkin elmer 7000 series monochrome monitor:\
6839         :am:\
6840         :co#80:li#24:\
6841         :bl=^G:bt=\E!Y:cd=\EJ:ce=\EI:cl=\EK:cm=\ES%+ %+ :\
6842         :cr=^M:do=\EB:ho=\EH:i1=\E!\200\EW  7o\Egf\ES7 :\
6843         :k0=\E!\200:k1=\E!^A:k2=\E!^B:k3=\E!^C:k4=\E!^D:\
6844         :k5=\E!^E:k6=\E!^F:k7=\E!^G:k8=\E!^H:k9=\E!^I:\
6845         :k;=\E!^J:kb=^H:kd=\E!U:kh=\E!S:kl=\E!V:kr=\E!W:\
6846         :ku=\E!T:le=\ED:ll=\ES7 :nd=\EC:se=\E!\200:sf=^J:\
6847         :so=\E!^H:sr=\ER:ue=\E!\200:up=\EA:us=\E! :
6848 pe7000c|perkin elmer 7000 series colour monitor:\
6849         :am:\
6850         :co#80:li#24:\
6851         :bl=^G:bt=\E!Y:cd=\EJ:ce=\EI:cl=\EK:cm=\ES%+ %+ :\
6852         :cr=^M:do=\EB:ho=\EH:\
6853         :i1=\E!\200\EW  7o\Egf\Eb0\Ec7\ES7 :k0=\E!\200:\
6854         :k1=\E!^A:k2=\E!^B:k3=\E!^C:k4=\E!^D:k5=\E!^E:\
6855         :k6=\E!^F:k7=\E!^G:k8=\E!^H:k9=\E!^I:k;=\E!^J:kb=^H:\
6856         :kd=\E!U:kh=\E!S:kl=\E!V:kr=\E!W:ku=\E!T:le=\ED:\
6857         :ll=\ES7 :nd=\EC:se=\Eb0:sf=^J:so=\Eb2:sr=\ER:\
6858         :ue=\E!\200:up=\EA:us=\E! :
6860 #### Sperry Univac
6862 # Sperry Univac has merged with Burroughs to form Unisys.
6865 # This entry is for the Sperry UTS30 terminal running the TTY 
6866 # utility under control of CP/M Plus 1R1. The functionality 
6867 # provided is comparable to the DEC vt100.
6868 uts30|sperry uts30 with cp/m@1R1:\
6869         :am:bw:hs:\
6870         :co#80:li#24:ws#40:\
6871         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
6872         :LE=\E[%dD:RI=\E[%dC:SF=\E[%dB:SR=\E[%dA:UP=\E[%dA:\
6873         :ae=\Ed:al=\EN:as=\EF:bl=^G:cd=\E[J:ce=\E[K:cl=^L:\
6874         :cm=\E[%i%d;%dH:cr=^M:cs=\EU%+ %+ :dc=\EM:dl=\EL:\
6875         :do=\EB:ei=:fs=^M:ho=\E[H:ic=\EO:im=:\
6876         :is=\E[U 7\E[24;1H:kb=^H:kd=\EOB:kh=\E[H:kl=\EOD:\
6877         :kr=\EOC:ku=\EOA:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:\
6878         :mr=\E[7m:nd=\EC:\
6879         :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\EX:\
6880         :rf=/usr/lib/tabset/vt100:sc=\EW:se=\E[m:sf=^J:\
6881         :so=\E[7m:sr=\EI:ta=^I:ts=\E]:uc=\EPB:ue=\E[m:\
6882         :up=\E[A:us=\E[4m:ve=\ES:vi=\ER:
6884 #### Tandem
6886 # Tandem builds these things for use with its line of fault-tolerant
6887 # transaction-processing computers.  They aren't generally available
6888 # on the merchant market, and so are fairly uncommon.
6891 tandem6510|adm3a repackaged by Tandem:\
6892         :tc=adm3a:
6894 # A funny series of terminal that TANDEM uses.  The actual model numbers
6895 # have a fourth digit after 653 that designates minor variants.  These are
6896 # natively block-mode and rather ugly, but they have a character mode which
6897 # this doubtless(?) exploits.  There is a 6520 that is slightly dumber.
6898 # (tandem653: had ":sb=\ES:", probably someone's mistake for sf -- esr)
6899 tandem653|t653x|Tandem 653x multipage terminal:\
6900         :am:bs:da:db:hs:\
6901         :co#80:li#24:sg#1:ug#1:ws#64:\
6902         :cd=\EJ:ce=\EK:cl=\EI:cm=\023%+ %+ :do=^J:ds=\Eo\r:\
6903         :fs=^M:ho=\EH:if=/usr/share/tabset/tandem653:le=^H:\
6904         :nd=\EC:se=\E6 :sf=\ES:so=\E6$:sr=\ET:ts=\Eo:ue=\E6 :\
6905         :up=\EA:us=\E60:
6907 #### Tandy/Radio Shack
6909 # Tandy has a line of VDTs distinct from its microcomputers.
6912 dmterm|deskmate terminal:\
6913         :am:bw:\
6914         :co#80:li#24:\
6915         :al=\EP:bl=^G:cd=\EJ:ce=\EK:cl=\Ej:cm=\EY%+ %+ :\
6916         :cr=^M:dc=\ES:dl=\ER:do=\EB:ei=:ho=\EH:ic=\EQ:im=:\
6917         :k0=\E1:k1=\E2:k2=\E3:k3=\E4:k4=\E5:k5=\E6:k6=\E7:\
6918         :k7=\E8:k8=\E9:k9=\E0:kd=\EB:kh=\EH:kl=\ED:kr=\EC:\
6919         :ku=\EA:l0=f1:l1=f2:l2=f3:l3=f4:l4=f5:l5=f6:l6=f7:\
6920         :l7=f8:l8=f9:l9=f10:le=^H:ll=\EE:nd=\EC:se=\EG0:\
6921         :sf=\EX:so=\EG4:ta=^I:up=\EA:ve=\EG6:vi=\EG5:
6922 dt100|dt-100|Tandy DT-100 terminal:\
6923         :xo:\
6924         :co#80:li#24:sg#1:ug#1:\
6925         :ac=kkllmmjjnnwwvvttuuqqxx:ae=^O:al=\E[L:as=^N:bl=^G:\
6926         :cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:cm=\010\E[%i%d;%dH:\
6927         :cr=^M:cs=\E[%2;%2r:dc=\E[P:dl=\E[M:do=\E[B:ei=:\
6928         :ho=\E[H:ic=\E[@:im=:is=\E[?3l\E)0\E(B:k1=\E[?3i:\
6929         :k2=\E[2i:k3=\E[@:k4=\E[M:k5=\E[17~:k6=\E[18~:\
6930         :k7=\E[19~:k8=\E[20~:k9=\E[21~:k;=\E[?5i:kN=\E[29~:\
6931         :kP=\E[28~:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
6932         :l1=f1:l2=f2:l3=f3:l4=f4:l5=f5:l6=f6:l7=f7:l8=f8:\
6933         :le=^H:nd=\E[C:se=\E[m:sf=^J:so=\E[7m:sr=\EM:ta=^I:\
6934         :ue=\E[m:up=\E[A:us=\E[4m:ve=\E[?25h:vi=\E[?25l:
6935 dt100w|dt-100w|Tandy DT-100 terminal:\
6936         :co#132:\
6937         :bl=^G:cr=^M:do=^J:is=\E[?3l\E)0\E(B:sf=^J:tc=dt100:
6938 dt110|Tandy DT-110 emulating ansi:\
6939         :xo:\
6940         :co#80:li#24:\
6941         :@7=\E[K:ac=kkllmmjjnnwwvvuuttqqxx:ae=^O:al=\E[0L:\
6942         :as=^N:bl=^G:cd=\E[0J:ce=\E[0K:cl=\E[;H\E[2J:\
6943         :cm=\010\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:dc=\E[0P:\
6944         :dl=\E[0M:do=\E[0B:eA=\E(B\E)0:ei=:ho=\E[H:ic=\E[0@:\
6945         :im=:is=\E[?3l\E)0\E(B:k1=\E[1~:k2=\E[2~:k3=\E[3~:\
6946         :k4=\E[4~:k5=\E[5~:k6=\E[6~:k7=\E[7~:k8=\E[8~:\
6947         :k9=\E[9~:k;=\E[10~:kI=\E[@:kN=\E[26~:kP=\E[25~:\
6948         :kd=\E[B:kh=\E[G:kl=\E[D:kr=\E[C:ku=\E[A:l0=f1:l1=f2:\
6949         :l2=f3:l3=f4:l4=f5:l5=f6:l6=f7:l7=f8:l8=f9:l9=f10:\
6950         :le=^H:nd=\E[C:se=\E[0m:sf=^J:so=\E[7m:sr=\EM:ta=^I:\
6951         :ue=\E[0m:up=\E[0A:us=\E[4m:ve=\E[?25h:vi=\E[?25l:
6952 dt200|td200|Tandy 200:\
6953         :am:xt:\
6954         :co#40:li#16:\
6955         :al=\EL:bl=^G:cd=^L:ce=\EK:cl=\EE:cm=\EY%+ %+ :cr=^M:\
6956         :dl=\EM:do=^_:kd=^_:kl=^]:kr=^\:ku=^^:le=^H:nd=^\:\
6957         :se=\Eq:sf=^J:so=\Ep:up=\EA:
6958 pt210|TRS-80 PT-210 printing terminal:\
6959         :hc:os:\
6960         :co#80:\
6961         :bl=^G:cr=^M:do=^J:sf=^J:
6963 #### Tektronix (tek)
6965 # Tektronix tubes are graphics terminals.  Most of them use modified 
6966 # oscilloscope technology incorporating a long-persistence green phosphor,
6967 # and support vector graphics on a main screen with an attached "dialogue
6968 # area" for interactive text.
6971 tek|tek4012|4012|tektronix 4012:\
6972         :os:\
6973         :co#75:li#35:\
6974         :bl=^G:cl=\E\014:cr=^M:do=^J:ff=\014:is=\E^O:le=^H:
6975 tek4013|4013|tektronix 4013:\
6976         :ae=\E^O:as=\E^N:tc=tek4012:
6977 tek4014|4014|tektronix 4014:\
6978         :co#81:li#38:\
6979         :is=\E\017\E9:tc=tek4012:
6980 tek4015|4015|tektronix 4015:\
6981         :ae=\E^O:as=\E^N:tc=tek4014:
6982 tek4014-sm|4014-sm|tektronix 4014 in small font:\
6983         :co#121:li#58:\
6984         :is=\E\017\E\072:tc=tek4014:
6985 tek4015-sm|4015-sm|tektronix 4015 in small font:\
6986         :ae=\E^O:as=\E^N:tc=tek4014-sm:
6987 tek4023|4023|tex|tektronix 4023:\
6988         :am:\
6989         :co#80:li#24:vt#4:\
6990         :bl=^G:cl=\E\014:cm=\034%r%+ %+ :cr=^M:do=^J:le=^H:\
6991         :nd=^I:se=^_@:sf=^J:so=^_P:
6992 # It is recommended that you run the 4025 at 4800 baud or less;
6993 # various bugs in the terminal appear at 9600.  It wedges at the
6994 # bottom of memory (try "cat /usr/dict/words"); ^S and ^Q typed
6995 # on keyboard don't work.  You have to hit BREAK twice to get
6996 # one break at any speed - this is a documented feature.
6997 # Can't use cursor motion because it's memory relative, and 
6998 # because it only works in the workspace, not the monitor.  
6999 # Same for home. Likewise, standout only works in the workspace.
7001 # el was commented out since vi and rogue seem to work better 
7002 # simulating it with lots of spaces!
7004 # il1 and il had 145ms of padding, but that slowed down vi's ^U 
7005 # and didn't seem necessary.
7007 tek4024|tek4025|tek4027|tektronix 4024/4025/4027:\
7008         :am:da:db:\
7009         :co#80:it#8:li#34:lm#0:\
7010         :AL=\037up\r\037ili %d\r:CC=^_:DL=\037dli %d\r\006:\
7011         :DO=\037dow %d\r:LE=\037lef %d\r:RI=\037rig %d\r:\
7012         :UP=\037up %d\r:al=\037up\r\037ili\r:bl=^G:\
7013         :cd=\037dli 50\r:cl=\037era\r\n\n:cr=^M:dc=\037dch\r:\
7014         :dl=\037dli\r\006:do=^F^J:ei=:ic=\037ich\r \010:im=:\
7015         :is=!com 31\r\n\037sto 9 17 25 33 41 49 57 65 73\r:\
7016         :ke=\037lea p2\r\037lea p4\r\037lea p6\r\037lea p8\r\037lea f5\r:\
7017         :ks=\037lea p4 /h/\r\037lea p8 /k/\r\037lea p6 / /\r\037lea p2 /j/\r\037lea f5 /H/\r:\
7018         :le=^H:nd=\037rig\r:sf=^F^J:ta=^I:up=^K:
7019 tek4025-17|4025-17|4027-17|tek 4025 17 line window:\
7020         :li#17:\
7021         :tc=tek4025:
7022 tek4025-17-ws|4025-17-ws|4025-17ws|4027-17ws|4027-17-ws|tek 4025 17 line window in workspace:\
7023         :is=!com 31\r\n\037sto 9 17 25 33 41 49 57 65 73\r\037wor 17\r\037mon 17\r:\
7024         :se=\037att s\r:so=\037att e\r:te=\037mon h\r:\
7025         :ti=\037wor h\r:tc=tek4025-17:
7026 tek4025-ex|tek4027-ex|tek 4025/4027 w/!:\
7027         :is=\037com 33\r\n!sto 9 17 25 33 41 49 57 65 73\r:\
7028         :te=\037com 33\r:ti=!com 31\r:tc=tek4025:
7029 # Tektronix 4025a
7030 # From: Doug Gwyn <gwyn@brl-smoke.ARPA>
7031 # The following status modes are assumed for normal operation (replace the
7032 # initial "!" by whatever the current command character is):
7033 #       !COM 29                 # NOTE: changes command character to GS (^])
7034 #       ^]DUP
7035 #       ^]ECH R
7036 #       ^]EOL
7037 #       ^]RSS T
7038 #       ^]SNO N
7039 #       ^]STO 9 17 25 33 41 49 57 65 73
7040 # Other modes may be set according to communication requirements.
7041 # If the command character is inadvertently changed, termcap can't restore it.
7042 # Insert-character cannot be made to work on both top and bottom rows.
7043 # Clear-to-end-of-display emulation via !DLI 988 is too groady to use, alas.
7044 # There also seems to be a problem with vertical motion, perhaps involving
7045 # delete/insert-line, following a typed carriage return.  This terminal sucks.
7046 # Delays not specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
7047 # (tek4025a: mapped ":pt:" to default tabs; removed obsolete ":xx:".
7048 # This may mean the tek4025a entry won't work any more. -- esr)
7049 tek4025a|4025a|Tektronix 4025A:\
7050         :am:bs:bw:da:db:pt:xo:\
7051         :co#80:li#34:\
7052         :CC=^]:DC=\035dch %d;:DL=\035dli %d;:DO=\035dow %d;:\
7053         :LE=\035lef %d;:RI=\035rig %d;:SF=\035dow %d;:\
7054         :UP=\035up %d;:al=\013\035ili;:bl=^G:bt=\035bac;:\
7055         :ce=\035dch 80;:ch=\r\035rig %d;:\
7056         :cl=\035era;\n\035rup;:cr=^M:ct=\035sto;:dc=\035dch;:\
7057         :dl=\035dli;:do=^J:le=^H:nd=\035rig;:\
7058         :rs=!com 29\035del 0\035rss t\035buf\035buf n\035cle\035dis\035dup\035ech r\035eol\035era g\035for n\035pad 203\035pad 209\035sno n\035sto 9 17 25 33 41 49 57 65 73\035wor 0;:\
7059         :sf=^J:ta=^I:up=^K:
7060 # From: cbosg!teklabs!davem Wed Sep 16 21:11:41 1981
7061 # Here's the command file that I use to get rogue to work on the 4025.
7062 # It should work with any program using the old curses (e.g. it better
7063 # not try to scroll, or cursor addressing won't work.  Also, you can't
7064 # see the cursor.)
7065 # (This "learns" the arrow keys for rogue. I have adapted it for termcap - mrh)
7066 # (tek4025-cr: mapped ":pt:" to default tabs -- esr)
7067 tek4025-cr|4025-cr|tek 4025 for curses and rogue:\
7068         :am:bs:pt:\
7069         :co#80:li#33:\
7070         :cl=\037era;:cm=\037jum%i%d\054%d;:do=^F^J:\
7071         :is=!com 31\r\n\037sto 9 17 25 33 41 49 57 65 73\r:\
7072         :le=^H:nd=\037rig;:nl=^F^J:te=\037wor 0:\
7073         :ti=\037wor 33h:up=^K:
7074 # next two lines commented out since curses only allows 128 chars, sigh.
7075 #       :ti=\037lea p1/b/\037lea p2/j/\037lea p3/n/\037lea p4/h/\037lea p5/ /\037lea p6/l/\037lea p7/y/\037lea p8/k/\037lea p9/u/\037lea p./f/\037lea pt/`era w/13\037lea p0/s/\037wor 33h:\
7076 #       :te=\037lea p1\037lea p2\037lea p3\037lea p4\037lea pt\037lea p5\037lea p6\037lea p7\037lea p8\037lea p9/la/13\037lea p.\037lea p0\037wor 0:
7077 tek4025ex|4025ex|4027ex|tek 4025 w/!:\
7078         :is=\037com 33\r\n!sto 9\05417\05425\05433\05441\05449\05457\05465\05473\r:\
7079         :te=\037com 33\r:ti=!com 31\r:tc=tek4025:
7080 tek4105|4105|tektronix 4105:\
7081         :am:mi:ms:ul:xn:xt:\
7082         :co#79:it#8:li#29:\
7083         :ae=\E[0m:al=\E[1L:as=\E[1m:bl=^G:bt=\E[Z:cd=\E[J:\
7084         :ce=\E[K:cl=\E[2J\E[H:cm=\E[%i%2;%2H:cr=^M:ct=\E[1g:\
7085         :dc=\E[1P:dl=\E[1M:do=\E[1B:ei=\E[4l:ho=\E[H:\
7086         :i1=\E%!1\E[0m:im=\E[4h:is=\E%!1\E[?6141\E[0m:kb=^H:\
7087         :kd=\E[1B:kl=\E[1D:kr=\E[1C:ku=\E[1A:mb=\E[=3;<7m:\
7088         :md=\E[=7;<4m:me=\E[=0;<1m:mh=\E[=1;<6m:mk=\E[=6;<5:\
7089         :mr=\E[=1;<3m:nd=\E[1C:se=\E[=0;<1m:sf=\E[S:\
7090         :so=\E[=2;<3m:sr=\E[T:ta=^I:ti=\E%!1\E[?6l\E[2J:\
7091         :ue=\E[=0;<1m:up=\E[1A:us=\E[=5;<2m:
7093 tek4105-30|4105-30|4015 emulating 30 line vt100:\
7094         :am:mi:ms:xn:xo:\
7095         :co#80:it#8:li#30:vt#3:\
7096         :@8=\EOM:DO=\E[%dB:K1=\EOq:K2=\EOr:K3=\EOs:K4=\EOp:\
7097         :K5=\EOn:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
7098         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
7099         :ae=^O:as=^N:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\
7100         :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
7101         :ct=\E[3g:do=^J:eA=\E(B\E)0:ho=\E[H:k0=\EOy:k1=\EOP:\
7102         :k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOt:k6=\EOu:k7=\EOv:\
7103         :k8=\EOl:k9=\EOw:k;=\EOx:kb=^H:kd=\EOB:ke=\E[?1l\E>:\
7104         :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:\
7105         :md=\E[1m:me=\E[m\017:mr=\E[7m:nd=\E[C:\
7106         :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\
7107         :..sa=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;:\
7108         :sc=\E7:se=\E[m:sf=^J:so=\E[1;7m:sr=\EM:st=\EH:ta=^I:\
7109         :ue=\E[m:up=\E[A:us=\E[4m:
7111 tek4107|tek4109|4107|4109|tektronix terminals 4107 4109:\
7112         :am:mi:ms:ul:xn:xt:\
7113         :co#79:it#8:li#29:\
7114         :bl=^G:cd=\EJ:ce=\EK:cl=\ELZ:cm=\EY%+ %+ :cr=^M:\
7115         :do=^J:kb=^H:kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=^H:\
7116         :mb=\E%!1\E[5m\E%!0:md=\E%!1\E[1m\E%!0:\
7117         :me=\E%!1\E[m\E%!0:mh=\E%!1\E[<0m\E%!0:\
7118         :mr=\E%!1\E[7m\E%0:nd=\EC:\
7119         :..sa=\E%%!1\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m\E%%!0:\
7120         :se=\E%!1\E[m\E%!0:sf=^J:so=\E%!1\E[7;5m\E%!0:sr=\EI:\
7121         :ta=^I:ue=\E%!1\E[m\E%!0:up=\EA:us=\E%!1\E[4m\E%!0:\
7122         :ve=\E%!0:vs=\E%!3:
7123 # Tektronix 4207 with sysline.  In the ancestral termcap file this was 4107-s;
7124 # see the note attached to tek4207.
7125 tek4207-s|Tektronix 4207 with sysline but no memory:\
7126         :es:hs:\
7127         :ds=\E7\E[?6l\E[2K\E[?6h\E8:fs=\E[?6h\E8:\
7128         :i2=\E7\E[?6l\E[2K\E[?6h\E8:\
7129         :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:\
7130         :ts=\E7\E[?6l\E[2K\E[;%i%df:tc=tek4107:
7132 # The 4110 series may be a wonderful graphics series, but they make the 4025
7133 # look good for screen editing.  In the dialog area, you can't move the cursor
7134 # off the bottom line.  Out of the dialog area, ^K moves it up, but there
7135 # is no way to scroll.
7137 # Note that there is a floppy for free from Tek that makes the 
7138 # 4112 emulate the vt52 (use the vt52 termcap). There is also
7139 # an expected enhancement that will use ANSI standard sequences.
7141 # 4112 in non-dialog area pretending to scroll. It really wraps 
7142 # but vi is said to work (more or less) in this mode.
7144 # 'vi' works reasonably well with this entry.
7146 otek4112|o4112-nd|otek4113|otek4114|tektronix 4110 series:\
7147         :am:\
7148         :co#80:li#34:\
7149         :bl=^G:cl=\E^L:cr=^M:do=^J:le=^H:sf=^J:te=\EKA1\ELV1:\
7150         :ti=\EKA0\ELV0\EMG0:up=^K:
7151 # The 4112 with the ANSI compatibility enhancement
7152 tek4112|tek4114|tektronix 4110 series:\
7153         :am:bs:db:\
7154         :co#80:li#34:\
7155         :al=\E[L:bt=\E[Z:cd=\E[0J:ce=\E[0K:cl=\E[2J\E[0;0H:\
7156         :cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:ei=:ic=\E[@:im=:\
7157         :is=\E3!1:nd=\E[C:se=\E[m:sf=\E7\E[0;0H\E[M\E8:\
7158         :so=\E[7m:sr=\E7\E[0;0H\E[L\E8:ue=\E[m:up=\EM:\
7159         :us=\E[4m:ve=:vs=:
7160 tek4112-nd|4112-nd|4112 not in dialog area:\
7161         :ns:\
7162         :up=^K:tc=tek4112:
7163 tek4112-5|4112-5|4112 in 5 line dialog area:\
7164         :li#5:\
7165         :tc=tek4112:
7166 # (tek4113: this used to have ":nd=\LM1 \LM0:", someone's mistake;
7167 # removed ":as=\E^N:ae=\E^O:", which had been commented out in 8.3.
7168 # Note, the !0 and !1 sequences in :te:/:ti:/:ve:/:vs: were previously \0410
7169 # and \0411 sequences...I don't *think* they were supposed to be 4-digit
7170 # octal -- esr)
7171 tek4113|tektronix 4113 color graphics, 5 line dialog area:\
7172         :am:bs:da:eo:\
7173         :co#80:li#5:\
7174         :cl=\ELZ:do=^J:is=\EKA1\ELL5\ELV0\ELV1:le=^H:\
7175         :nd=\ELM1 \ELM0:uc=\010\ELM1_\ELM0:\
7176         :vb=\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERB0:
7177 tek4113-34|4113-34|tektronix 4113 color graphics, 34 line dialog area:\
7178         :li#34:\
7179         :is=\EKA1\ELLB2\ELV0\ELV1:tc=tek4113:
7180 # :ns: left off to allow vi visual mode. APL font (:as=\E^N:/:ae=\E^O:) not 
7181 # supported here. :uc: is slow, but looks nice. Suggest setenv MORE -up .
7182 # :vb: needs enough delay to let you see the background color being toggled.
7183 # (tek4113-nd: mapped ":pt:" to default tabs -- esr)
7184 tek4113-nd|4113-nd|tektronix 4113 color graphics, no dialog area:\
7185         :am:bs:eo:pt:\
7186         :co#80:li#34:\
7187         :cl=\E^L:do=^J:ho=\ELF7l\177 @:\
7188         :is=\ELZ\EKA0\ELF7l\177 @:le=^H:ll=\ELF hl @:nd=^I:\
7189         :se=\EMT1:so=\EMT2:uc=\010\EMG1_\EMG0:up=^K:\
7190         :vb=\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERB0:\
7191         :vs=\ELZ\EKA0:
7192 # This entry is from Tek. Inc.  (Brian Biehl)
7193 # (tek4115: mapped ":pt:" to default tabs; :bc: renamed to :le: -- esr)
7194 otek4115|Tektronix 4115:\
7195         :am:bs:da:db:eo:pt:\
7196         :co#80:li#34:\
7197         :al=\E[L:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:\
7198         :cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:\
7199         :ho=\E[;H:if=/usr/share/tabset/vt100:im=\E[4h:\
7200         :is=\E%!0\E%\014\ELV0\EKA1\ELBB2\ENU@=\ELLB2\ELM0\ELV1\EKYA?\E%!1\E[<1l\E[?7h\E[?8h\E[34;1H\E[34B\E[0m:\
7201         :kb=^H:ke=\E>:ks=\E=:le=\E[D:nd=\E[C:se=\E[m:\
7202         :so=\E[7m:sr=\EM:te=\E%!0\ELBG8\E%!1\E[34;1H\E[J:\
7203         :ti=\E%!0\ELBB2\E%!1:ue=\E[m:up=\E[A:us=\E[4m:\
7204         :ve=\E%!0\ELBG8\E%!1\E[34;1H:vs=\E%!0\ELBB2\E%!1:
7205 tek4115|newer tektronix 4115 entry with more ANSI capabilities:\
7206         :am:xo:\
7207         :co#80:li#34:\
7208         :AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:LE=\E[%dD:\
7209         :RI=\E[%dC:UP=\E[%dA:al=\E[L:bl=^G:bt=\E[Z:cd=\E[J:\
7210         :ce=\E[K:ch=\E[%+^AG:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
7211         :cr=^M:ct=\E[2g:cv=\E[%+^Ad:dc=\E[P:dl=\E[M:do=^J:\
7212         :ei=:ho=\E[H:ic=\E[@:im=:kb=^H:kd=\E[B:kh=\E[H:\
7213         :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:\
7214         :me=\E[0m:mk=\E[8m:mr=\E[7m:nd=\E[C:\
7215         :..rp=%p1%c\E[%p2%{1}%-%db:\
7216         :..sa=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;m:\
7217         :se=\E[m:sf=^J:so=\E[7m:st=\EH:ta=^I:ue=\E[m:up=\E[A:\
7218         :us=\E[4m:
7219 # The tek4125 emulates a vt100 incorrectly - the scrolling region
7220 # command is ignored.  The following entry replaces the :cs: with the needed
7221 # :al:, :dl:, and :im:; removes some cursor pad commands that the tek4125
7222 # chokes on; and adds a lot of initialization for the tek dialog area.
7223 # Note that this entry uses all 34 lines and sets the cursor color to green.
7224 # Steve Jacobson 8/85
7225 # (tek4125: there were two "\!"s in the is that I replaced with "\E!" -- esr)
7226 tek4125|4125:\
7227         :li#34:\
7228         :al=\E[1L:cs@:dl=\E[1M:im=\E1:\
7229         :is=\E%\E!0\EQD1\EUX03\EKA\ELBB2\ELCE0\ELI100\ELJ2\ELLB2\ELM0\ELS1\ELX00\ELV1\E%\E!1\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
7230         :ks=\E=:rc@:sc@:tc=vt100:
7232 # From: <jcoker@ucbic>
7233 # (tek4107: mapped ":pt:" to default tabs.  This was the termcap file's
7234 # entry for the 4107/4207, but SCO supplied another, less capable 4107 entry. 
7235 # So we'll use that for 4107 and note that if jcoker wasn't confused you
7236 # may be able to use this one. -- esr)
7237 tek4207|Tektronix 4207 graphics terminal with memory:\
7238         :am:bs:bw:mi:pt:ul:xn:\
7239         :co#80:li#32:\
7240         :al=3\E[L:bt=\E[Z:cd=\E[J:ce=5\E[K:cl=156\E[H\E[J:\
7241         :cm=\E[%i%d;%dH:dc=4\E[P:dl=3\E[M:do=^J:ei=:ho=\E[H:\
7242         :ic=4\E[@:im=:\
7243         :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:\
7244         :kd=\ED:kh=\E[H:kl=\E[D:kr=\E[C:ku=\EM:le=^H:\
7245         :mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:se=\E[m:\
7246         :so=\E[7m:te=\E[?6h\E%!0\ELBP0\E%!1\E[32;1f:\
7247         :ti=\E[?6l\E[H\E[J:ue=\E[m:up=\EM:us=\E[4m:
7249 # From: <carolyn@dali.berkeley.edu>  Thu Oct 31 12:54:27 1985
7250 # (tek4404: There was a "\!" in :ti: that I replaced with "\E!";
7251 # also mapped ":pt:" to default tabs -- esr)
7252 tek4404|4404:\
7253         :bs:pt:\
7254         :co#80:li#32:\
7255         :al=\E[1L:cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:\
7256         :cm=\E[%i%d;%dH:cs=\E[%i%d;%dr:dc=\E[P:dl=\E[1M:\
7257         :do=^J:ei=\E[4l:ho=\E[H:im=\E[4h:kd=\E[B:ke=\E[?1h:\
7258         :kl=\E[D:kr=\E[C:ks=\E[?1l:ku=\E[A:mb=\E[5m:md=\E[1m:\
7259         :me=\E[m:nd=\E[C:rc=\E8:sc=\E7:se=\E[27m:so=\E[7m:\
7260         :ta=\E[2I:te=\E[1;1H\E[0J\E[?6h\E[?1l:\
7261         :ti=\E%\E!1\E[1;32r\E[?6l\E>:ue=\E[m:up=\E[A:\
7262         :us=\E[4m:
7263 # t500 is a local entry for the oddball Tek 500 owned by Fluke 
7264 # Labs
7266 t500|Tek series 500:\
7267         :am:bw:\
7268         :co#80:li#25:\
7269         :bl=^G:cl=\005:cm=\E=%+ %+ :cr=^M:do=^J:ho=^T:le=^H:\
7270         :sf=^J:
7271 # I added the is string - straight Unix has ESC ; in the login 
7272 # string which sets a ct8500 into monitor mode (aka 4025 snoopy 
7273 # mode). The is string here cleans up a few things (but not 
7274 # everything).
7276 ct8500|tektronix ct8500:\
7277         :am:bw:da:db:\
7278         :co#80:li#25:\
7279         :al=\E^L:bl=^G:bt=\E^I:cd=\E^U:ce=\E^T:cl=\E^E:\
7280         :cm=\E|%+ %+ :cr=^M:dc=\E^]:dl=\E^M:do=^J:ei=:\
7281         :ic=\E^\:im=:is=\037\EZ\Ek:le=^H:me=\E :nd=\ES:\
7282         :se=\E :sf=^J:so=\E$:sr=\E^A:ta=^I:ue=\E :up=\ER:\
7283         :us=\E!:
7285 # Tektronix 4205 terminal.
7287 # am is not defined because the wrap around occurs not when the char.
7288 # is placed in the 80'th column, but when we are attempting to type
7289 # the 81'st character on the line.
7291 # Bold, dim, and standout are simulated by colors and thus not allowed
7292 # with colors.  The tektronix color table is mapped into the RGB color
7293 # table by setf/setb. All colors are reset to factory specifications by oc.
7294 # The initc cap uses RGB notation to define colors.  for arguments 1-3 the 
7295 # interval (0-1000) is broken into 8 smaller sub-intervals (125).  Each sub-
7296 # interval then maps into pre-defined value.
7297 # (untranslatable capabilities removed to fit entry within 1023 bytes)
7298 # WARNING: this entry, 1264 bytes long, may core-dump older termcap libraries!
7299 tek4205|4205|tektronix 4205:\
7300         :cc:mi:ms:\
7301         :Co#8:NC#49:co#80:it#8:li#30:pa#63:\
7302         :AL=\E[%dL:DO=\E[%dB:IC=\E[%d@::LE=\E[%dD:RI=\E[%dC::\
7303         ::UP=\E[%dA:\
7304         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
7305         :ae=^O:al=\E[1L:as=^N:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[J:\
7306         :ce=\E[K:cl=\E[2J\E[H:cm=\E[%i%d;%dH:cr=^M:ct=\E[1g:\
7307         :dc=\E[1P:dl=\E[1M:do=\E[B:eA=\E)0:ec=\E%dX:ei=\E[4l:\
7308         :ho=\E[H:i1=\E%!0\ETM1\E%!1\E[0m:im=\E[4h:k0=\EOA:\
7309         :k1=\EOB:k2=\EOC:k3=\EOD:k4=\EP:k5=\EQ:k6=\ER:k7=\ES:\
7310         :kb=^H:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=\E[D:\
7311         :mb=\E[5m:md=\E[=7;<4m:me=\E[=0;<1m\E[24;25;27m\017:\
7312         :mh=\E[=1;<6m:mk=\E[=6;<5:mr=\E[7m:nd=\E[C:\
7313         :oc=\E%!0\n\ETFB0\n0000\n1F4F4F4\n2F400\n30F40\n4A4C<F4\n50F4F4\n6F40F4\n7F4F40\n\E%!1:\
7314         :op=\E[39;40m:se=\E[=0;<1m:sf=\ED:so=\E[=2;<3m:\
7315         :sr=\EM:ta=^I:ti=\E%%!1\E[?6l\E[2J:ue=\E[24m:up=\E[A:\
7316         :us=\E[4m:
7318 #### Teletype (tty)
7320 # These are the hardcopy Teletypes from before AT&T bought the company,
7321 # clattering electromechanical dinosaurs in Bakelite cases that printed on
7322 # pulpy yellow roll paper.  If you remember these you go back a ways.
7323 # Teletype-branded VDTs are listed in the AT&T section.
7325 # The earliest UNIXes were designed to use these clunkers; nroff and a few
7326 # other programs still default to emitting codes for the Model 37.
7329 tty33|model 33 teletype:\
7330         :hc:os:xo:\
7331         :co#72:\
7332         :bl=^G:cr=^M:do=^J:sf=^J:
7333 tty35|model 35 teletype:\
7334         :tc=tty33:
7335 tty37|model 37 teletype:\
7336         :bs:hc:os:xo:\
7337         :bl=^G:cr=^M:do=^J:hd=\E9:hu=\E8:le=^H:sf=^J:up=\E7:
7339 # There are known to be at least three flavors of the tty40, all seem more
7340 # like IBM half duplex forms fillers than ASCII terminals.  They have lots of
7341 # awful braindamage, such as printing a visible newline indicator after each
7342 # newline.  The 40-1 is a half duplex terminal and is hopeless.  The 40-2 is
7343 # braindamaged but has hope and is described here.  The 40-4 is a 3270
7344 # lookalike and beyond hope.  The terminal has visible bell but I don't know
7345 # it - it's null here to prevent it from showing the BL character.
7346 # There is an \EG in :nl: because of a bug in old vi (if stty says you have
7347 # a "newline" style terminal (-crmode) vi figures all it needs is nl
7348 # to get crlf, even if :cr: is not ^M.)
7349 # (tty40: removed obsolete ":nl=\EG\EB:", it's just do+cr -- esr)
7350 tty40|ds40|ds40-2|dataspeed40|teletype dataspeed 40/2:\
7351         :xo:\
7352         :co#80:li#24:\
7353         :al=\EL:cd=\EJ:cl=\EH\EJ:cr=\EG:ct=\EH\E2:dc=\EP:\
7354         :dl=\EM:do=\EB:ei=:ho=\EH:ic=\E^:im=:kb=^]:kl=^H:\
7355         :le=^H:nd=\EC:pf=^T:po=\022:r2=\023\ER:se=\E4:sf=\ES:\
7356         :so=\E3:sr=\ET:st=\E1:ta=\E@:up=\E7:
7357 tty43|model 43 teletype:\
7358         :am:bs:hc:os:xo:\
7359         :co#132:\
7360         :bl=^G:cr=^M:do=^J:kb=^H:le=^H:sf=^J:
7362 #### Tymshare
7365 scanset|sc410|sc415|Tymshare Scan Set:\
7366         :am:bw:ms:\
7367         :co#80:li#24:\
7368         :ac=l<m-k4j%q\\\054x5:ae=^O:as=^N:bl=^G:cd=\EJ:\
7369         :ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :cr=^M:do=^J:ho=\EH:\
7370         :kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=^H:nd=^I:pf=\E;0:\
7371         :po=\E;0:ps=\E;3:r1=\E>:rc=^C:sc=^B:sf=^J:up=^K:
7373 scanset-n|Tymshare Scan Set in 40 col mode:\
7374         :r2=\E<:tc=scanset:
7376 #### Volker-Craig (vc)
7379 # Missing in vc303a and vc303 descriptions:  they scroll 2 lines at a time
7380 # every other linefeed.
7381 vc303a|vc403a|volker-craig 303a:\
7382         :am:bs:ns:\
7383         :co#80:li#24:\
7384         :bl=^G:ce=\026:cl=\030:cr=^M:do=^J:ho=\031:kd=^J:\
7385         :kl=^H:kr=^U:ku=^Z:le=^H:ll=^P:nd=^U:up=^Z:
7386 vc303|vc103|vc203|volker-craig 303:\
7387         :am:bs:ns:\
7388         :co#80:li#24:\
7389         :bl=^G:cl=\014:cr=^M:do=^J:ho=\013:kd=^J:kl=^H:kr=^I:\
7390         :ku=^N:le=^H:ll=\017W:nd=^I:up=^N:
7391 # (vc404: removed obsolete ":ma=^Z^P^U :" -- esr)
7392 vc404|volker-craig 404:\
7393         :am:bs:\
7394         :co#80:li#24:\
7395         :bl=^G:cd=\027:ce=\026:cl=\030:cm=\020%+ %+ :cr=^M:\
7396         :do=^J:ho=\031:kd=^J:kl=^H:kr=^U:ku=^Z:le=^H:nd=^U:\
7397         :sf=^J:up=^Z:
7398 vc404-s|volker-craig 404 w/standout mode:\
7399         :do=^J:se=^O:so=^N:tc=vc404:
7400 # (vc404-na: removed obsolete ":ma@:" -- esr)
7401 vc404-na|volker-craig 404 w/no arrow keys:\
7402         :kr@:ku@:tc=vc404:
7403 vc404-s-na|volker-craig 404 w/standout mode and no arrow keys:\
7404         :se=^O:so=^N:tc=vc404-na:
7405 # From: <wolfgang@cs.sfu.ca>
7406 vc414|vc414h|Volker-Craig 414H in sane escape mode.:\
7407         :am:bs:\
7408         :co#80:li#24:\
7409         :al=\E\032:cd=\E^X:ce=10\E\017:cl=\E\034:dc=\E3:\
7410         :do=\E^K:ei=:ic=\E\072:im=:k0=\EA:k1=\EB:k2=\EC:\
7411         :k3=\ED:k4=\EE:k5=\EF:k6=\EG:k7=\EH:kd=\E^K:kh=\E^R:\
7412         :kl=^H:kr=^P:ku=\E^L:l0=PF1:l1=PF2:l2=PF3:l3=PF4:\
7413         :l4=PF5:l5=PF6:l6=PF7:l7=PF8:nd=^P:se=\E^_:so=\E^Y:\
7414         :up=\E^L:
7415 vc414h-noxon:\
7416         :cm=\E\021%r%.%.:dl=\E\023:ho=\E^R:tc=vc414h:
7417 vc415|volker-craig 415:\
7418         :cl=^L:tc=vc404:
7420 ######## OBSOLETE PERSONAL-MICRO CONSOLES AND EMULATIONS
7423 #### IBM PC and clones
7426 # The pcplot IBM-PC terminal emulation program is really messed up. It is
7427 # supposed to emulate a vt-100, but emulates the wraparound bug incorrectly,
7428 # doesn't support scrolling regions, ignores add line commands, and ignores
7429 # delete line commands. Consequently, the resulting behavior looks like a
7430 # crude adm3a-type terminal.
7431 # Steve Jacobson 8/85
7432 pcplot:\
7433         :xn@:\
7434         :cs@:rc@:sc@:tc=vt100:
7435 # (kaypro: removed obsolete ":ma=^K^P:" -- esr)
7436 kaypro|kaypro2|kaypro II:\
7437         :am:bs:\
7438         :co#80:li#24:\
7439         :cl=1\032:cm=\E=%+ %+ :ho=^^:kd=^J:kl=^H:kr=^L:ku=^K:\
7440         :nd=^L:up=^K:
7441 sanyo55|sanyo|sanyo mbc-55x pc compatible:\
7442         :am:bs:\
7443         :co#80:li#25:\
7444         :cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:nd=\E[C:\
7445         :se=\E[m:so=\E[7m:ue=\E[m:up=\E[A:us=\E[4m:
7447 # From IBM, Thu May  5 19:35:27 1983
7448 ibmpc|ibm-pc|ibm5051|5051|IBM Personal Computer (no ANSI.SYS):\
7449         :am:\
7450         :co#80:li#24:\
7451         :bl=^G:cl=^L^K:cr=^M^^:do=^J:ho=^K:im=\200R:kd=^_:\
7452         :le=^]:nd=^\:sf=\n:up=^^:
7454 #### Apple
7457 # apple -- works with an Apple ][+ that is equipped with a Videx 80 column
7458 # card in slot 3. A special routine must be installed at the apple end to
7459 # enable scroll down, here indicated with a ^U.  The Videx card must have 
7460 # inverse char set, which is used as standout.
7461 apple|apple-v80|Apple][+ w/Videx80 & custom scroll down:\
7462         :am:xn:\
7463         :co#80:li#24:\
7464         :ae=^Z3:as=^Z2:bl=^G:cd=\013:ce=\035:cl=\014:\
7465         :..cm=\r\036%r%p1%{32}%+%c%p2%{32}%+%c$<6>:cr=^M:\
7466         :do=^J:ho=\031:le=\010:nd=^\:se=^Z2:sf=^J:so=^Z3:\
7467         :sr=^P:up=^_:
7468 # (appleII: mapped ":pt:" to default tabs -- esr)
7469 appleII|apple ii plus:\
7470         :am:bs:pt:\
7471         :co#80:li#24:\
7472         :cd=^K:ce=^]:cl=^L:cm=\036%r%+ %+ :do=^J:ho=\E^Y:\
7473         :is=\024T1\016:kd=^J:kr=^U:nd=^\:se=^N:so=^O:up=^_:\
7474         :vb=\024G1\024T1:ve=^TC2:vs=^TC6:
7475 # Originally by Gary Ford 21NOV83
7476 # From: <ee178aci%sdcc7@SDCSVAX.ARPA>  Fri Oct 11 21:27:00 1985
7477 apple-80|apple II with smarterm 80 col:\
7478         :am:bs:bw:\
7479         :co#80:li#24:\
7480         :bt=^R:cd=10*\013:ce=10\035:cl=10*\014:\
7481         :cm=\036%r%+ %+ :cr=10*\r:do=^J:ho=^Y:le=^H:nd=^\:\
7482         :up=^_:
7483 apple-soroc|apple emulating soroc 120:\
7484         :am:\
7485         :co#80:li#24:\
7486         :bl=^G:cd=\EY:ce=\ET:cl=\E*:cm=\E=%+ %+ :cr=^M:do=^J:\
7487         :ho=^^:kd=^J:kl=^H:kr=^L:ku=^K:le=^H:nd=^L:sf=^J:\
7488         :up=^K:
7489 # From Peter Harrison, Computer Graphics Lab, San Francisco
7490 #   ucbvax!ucsfmis!harrison  .....uucp
7491 #   ucbvax!ucsfmis!harrison@BERKELEY   .......ARPA
7492 # "These two work.  If you don't have the inverse video chip for the
7493 # Apple with videx then remove the so and se fields."
7494 # (DaleApple: mapped ":pt:" to default tabs -- esr)
7495 DaleApple|Apple with videx videoterm 80 column board with inverse video:\
7496         :am:bs:pt:xn:\
7497         :co#80:li#24:\
7498         :cd=^K:ce=^]:cl=300\014:cm=\036%r%+ %+ :do=^J:ho=^Y:\
7499         :kd=^J:kh=^Y:kl=^H:kr=^U:le=^H:nd=^\:se=^Z2:so=^Z3:\
7500         :up=^_:
7501 # (lisa: this had forms-drawing capabilities
7502 #       :GV=`:GH=a:G1=c:G2=f:G3=e:G4=d:GU=u:GD=s:GC=b:GL=v:GR=t:
7503 # I renamed GS/GE/CO/CF, mapped ":pt:" to default tabs -- esr)
7504 lisa|apple lisa console display, black on white:\
7505         :am:bs:eo:ms:pt:\
7506         :co#88:li#32:\
7507         :ae=\E[10m:al=\E[L:as=\E[11m:cd=\E[J:ce=\E[K:cl=^L:\
7508         :cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:do=\E[B:ei=:ho=\E[H:\
7509         :ic=\E[@:im=:is=\E>\E[0m\014:kb=^H:kd=\E[B:kl=\E[D:\
7510         :kr=\E[C:ku=\E[A:nd=\E[C:se=\E[m:so=\E[7m:ue=\E[m:\
7511         :up=\E[A:us=\E[4m:vi=\E[5h:vs=\E[5l:
7512 liswb|apple lisa console display, white on black:\
7513         :is=\E>\E[0;7m\014:se=\E[0;7m:so=\E[0m:ue=\E[0;7m:\
7514         :us=\E[4m:tc=lisa:
7515 mac|macintosh|Macintosh with MacTerminal:\
7516         :xn:\
7517         :dN#30:\
7518         :al=20\E[L:dc=7\E[P:dl=20\E[M:ei=:ic=9\E[@:im=:ip=7:tc=vt100:
7520 #### Radio Shack/Tandy
7523 # (coco3: This had "ta" used incorrectly as a boolean and bl given as "bl#7".
7524 # I read these as mistakes for ":it#8:" and ":bl=\007:" respectively -- esr)
7525 # From: <{pbrown,ctl}@ocf.berkeley.edu> 12 Mar 90
7526 coco3|os9LII|Tandy CoCo3 24*80 OS9 Level II:\
7527         :am:bs:\
7528         :co#80:it#8:li#24:\
7529         :al=^_0:bl=^G:cd=^K:ce=^D:cl=5*\014:cm=2\002%r%+ %+ :\
7530         :dl=^_1:do=^J:ho=^A:kd=^J:kl=^H:kr=^I:ku=^L:mb=^_":\
7531         :md=\E\072^A:me=\037!\E\072\200:mr=^_ :nd=^F:se=^_!:\
7532         :so=^_ :ue=^_#:up=^I:us=^_":ve=^E!:vi=^E :
7533 trs80|trs-80|radio shack trs-80 Model I:\
7534         :am:bs:\
7535         :co#64:li#16:\
7536         :bl=^G:cr=^M:do=^J:le=^H:sf=^J:
7537 # (trs2: mapped ":pt:" to default tabs; removed obsolete ":nl=^_:" -- esr)
7538 trs2|trsII|trs80II|Radio Shack Model II using P&T CP/M:\
7539         :am:bs:ms:pt:\
7540         :co#80:li#24:\
7541         :al=^D:bl=^G:cd=^B:ce=^A:cl=^L:cm=\EY%+ %+ :cr=^M:\
7542         :dl=^K:do=^_:ho=^F:kb=^H:kd=^_:kl=^\:kr=^]:ku=^^:\
7543         :nd=^]:se=^O:sf=^J:so=^N:up=^^:
7544 # From: Kevin Braunsdorf <ksb@mentor.cc.purdue.edu>
7545 # (This had unknown capabilities
7546 #       :GV=s:GH=u:GU=e:GD=c:G1=`:G2=_:G3=b:G4=a:\
7547 #       :BN=\E[?33h:BF=\E[?33l:UC=\E[_ q:BC=\E[\177 q:\
7548 #       :CN=\ERC:CF=\ERc:NR=\ERD:NM=\ER@:
7549 # I renamed GS/GE,also deleted the unnecessary ":kn#2:", ":sg#0:"
7550 # and mapped ":pt:" to default tabs -- esr)
7551 trs16|trs-80 model 16 console:\
7552         :am:bs:pt:\
7553         :co#80:li#24:sg#0:\
7554         :ae=\ERg:al=\EL:as=\ERG:bl=^G:cd=\EJ:ce=\EK:cl=^L:\
7555         :cm=\EY%+ %+ :cr=^M:dc=\EQ:dl=\EM:do=\EB:ei=:ho=\EH:\
7556         :ic=\EP:im=:k0=^A:k1=^B:k2=^D:k3=^L:k4=^U:k5=^P:\
7557         :k6=^N:k7=^S:kb=^H:kd=\EB:kh=^W:kl=\ED:kr=\EC:ku=\EA:\
7558         :l0=f1:l1=f2:l2=f3:l3=f4:l4=f5:l5=f6:l6=f7:l7=f8:\
7559         :le=^H:nd=\EC:pf=\E]+:po=\E]=:se=\ER@:sf=^J:so=\ERD:\
7560         :ta=^I:up=\EA:ve=\ERC:vi=\ERc:
7561 # From: Suk Lee <..!{decvax,linus,allegra,ihnp4}!utcsrgv!spoo>
7562 # (civis/cnorm added from SCO description)
7563 trs100|Radio Shack Model 100:\
7564         :am:bs:xt:\
7565         :co#40:li#8:\
7566         :al=\EL:bl=^G:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :\
7567         :cr=^M:dl=\EM:do=^J:ho=\EH:kb=^H:kd=^_:kl=^]:kr=^\:\
7568         :ku=^^:le=^H:nd=\EC:se=\Eq:sf=^J:so=\Ep:up=\EA:\
7569         :ve=\EP:vi=\EQ:
7570 trs200|Tandy 200:\
7571         :am:xt:\
7572         :co#40:li#16:\
7573         :al=\EL:bl=^G:cd=^L:ce=\EK:cl=\EE:cm=\EY%+ %+ :cr=^M:\
7574         :dl=\EM:do=^_:kd=^_:kl=^]:kr=^\:ku=^^:le=^H:nd=^\:\
7575         :se=\Eq:sf=^J:so=\Ep:up=\EA:
7576 trs600|Tandy Model 600:\
7577         :am:\
7578         :co#80:li#15:\
7579         :bl=^G:cl=\EH\EE:cm=\EY%+ 040%+ :cr=^M:do=\EB:kd=\EB:\
7580         :kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:sf=^J:ta=^I:\
7581         :up=\EA:
7583 #### Atari ST
7586 # From: Simson L. Garfinkel <simsong@media-lab.mit.edu>
7587 # (atari: mapped ":pt:" to default tabs -- esr)
7588 atari|atari st:\
7589         :am:bs:pt:\
7590         :co#80:li#25:\
7591         :al=\EL:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :dl=\EM:\
7592         :do=\EB:kd=\EB:kl=\ED:kr=\EC:ku=\EA:nd=\EC:se=\Eq:\
7593         :so=\Ep:sr=\EI:up=\EA:
7594 # UniTerm terminal program for the Atari ST:  49-line VT220 emulation mode
7595 # From: Paul M. Aoki <aoki@ucbvax.berkeley.edu>
7596 uniterm|uniterm49|UniTerm VT220 emulator, 49 lines:\
7597         :li#49:\
7598         :is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;49r\E[49;1H:tc=vt220:
7600 #### Commodore Business Machines
7602 # Formerly located in West Chester, PA; went spectacularly bust in 1994
7603 # after years of shaky engineering and egregious mismanagement.  Made one
7604 # really nice machine (the Amiga) and boatloads of nasty ones (PET, C-64,
7605 # C-128, VIC-20).  The C-64 is said to have been the most popular machine
7606 # ever (most units sold); they can still be found gathering dust in closets
7607 # everywhere.
7610 # From: Kent Polk <kent@swrinde.nde.swri.edu>, 30 May 90
7611 # Added a few more entries, converted caret-type control sequence (^x) entries
7612 # to '\0xx' entries since a couple of people mentioned losing '^x' sequences.
7614 # :as:, :ae:                    Support for alternate character sets.
7615 # :ve=\E[\040p:vi=\E[\060\040p: cursor visible/invisible.
7616 # :xn:  vt100 kludginess at column 80/NEWLINE ignore after 80 cols(Concept)
7617 #     This one appears to fix a problem I always had with a line ending
7618 #     at 'width+1' (I think) followed by a blank line in vi. The blank
7619 #     line tended to disappear and reappear depending on how the screen
7620 #     was refreshed. Note that this is probably needed only if you use
7621 #     something like a Dnet Fterm with the window sized to some peculiar
7622 #     dimension larger than 80 columns.
7623 # :k0=\E9~:     map F10 to k0 - could have F0-9 -> k0-9, but ... F10 was 'k;'
7624 # (amiga: removed obsolete ":kn#10:" -- esr)
7625 amiga|Amiga ANSI:\
7626         :am:bs:bw:xn:\
7627         :co#80:li#24:\
7628         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
7629         :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:\
7630         :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:\
7631         :cl=\E[H\E[J:cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:do=\E[B:\
7632         :ei=:ho=\E[H:ic=\E[@:im=:is=\E[20l:k0=\E9~:k1=\E0~:\
7633         :k2=\E1~:k3=\E2~:k4=\E3~:k5=\E4~:k6=\E5~:k7=\E6~:\
7634         :k8=\E7~:k9=\E8~:kb=^H:kd=\EB:kl=\ED:kr=\EC:ku=\EA:\
7635         :le=\E[D:mb=\E[7;2m:md=\E[1m:me=\E[0m:mh=\E[2m:\
7636         :mk=\E[8m:mr=\E[7m:nd=\E[C:rs=\Ec:se=\E[0m:sf=\E[S:\
7637         :so=\E[7m:sr=\E[T:ue=\E[0m:up=\E[A:us=\E[4m:vb=^G:\
7638         :ve=\E[ p:vi=\E[0 p:
7640 # The legendary home of B1FF...
7641 vic20|vic|VIC-20 Personal Computer:\
7642         :am:\
7643         :co#22:li#20:\
7644         :bl=^G:cl=^K^L:cr=^M:do=^J:ho=^L:nd=^\:sf=^J:up=^^:
7646 #### CompuColor
7648 # These were consoles for a line of Z80-based micros dating from around 1977.
7651 # These compucolors appear similar, but they at least have different
7652 # sized screens.  I don't know what's going on here.
7653 # (compucolor: removed obsolete ":bc=^Z:" -- esr)
7654 compucolor|isc8001|intecolor:\
7655         :am:\
7656         :co#80:li#47:\
7657         :al=\EU:bl=^G:cl=\014:cr=\r:dl=\EV\034:do=\n:\
7658         :ei=\022\EK:im=\023\EQ:kd=^J:kh=^H:kl=^Z:kr=^Y:ku=^\:\
7659         :le=\032:nd=\031:sf=\n:ue=\022:up=\034:us=\021:
7660 # (compucolor2: mapped ":pt:" to default tabs,
7661 # removed obsolete ":bc=^Z:" -- esr)
7662 compucolor2|compucolorII:\
7663         :am:pt:\
7664         :co#64:li#32:\
7665         :bl=^G:cl=^L:cm=\003%r%.%.:cr=^M:do=^J:ho=^H:le=^Z:\
7666         :nd=^Y:sf=^J:ta=^I:up=^\:
7668 #### Exidy Sorcerer
7671 # (exidy: mapped ":pt:" to default tabs -- esr)
7672 exidy|exidy2500|exidy sorcerer as dm2500:\
7673         :am:\
7674         :co#64:li#30:\
7675         :al=^P^J^X:bl=^G:cd=^X:ce=^W:cl=^^:\
7676         :..cm=\014%p2%'`'%^%c%p1%'`'%^%c:cr=^M:dc=^H:\
7677         :dl=^P^Z^X:dm=^P:do=^J:ei=^X:ho=^B:ic=^\:im=^P:le=^H:\
7678         :nd=^\:se=^X:sf=^J:so=^N:ta=^I:up=^Z:
7679 ex3000:\
7680         :co#80:li#24:\
7681         :bl=^G:cr=^M:do=^J:ho=^Q:sf=^J:
7682 # This came from the comp ctr who got it from some user.  Smart indeed!
7683 # (sexidy: looks like an Exidy Sorcerer in some bizarre emulation mode;
7684 # removed obsolete ":ma=^x^J:"; removed obsolete ":bc=^A:"; removed 
7685 # incorrect (and overridden) ":le=^H:" -- esr)
7686 sexidy|exidy smart:\
7687         :bs:\
7688         :co#64:li#24:\
7689         :bl=^G:cl=^L:cr=^M:do=^J:ho=^Q:kd=^S:le=^A:nd=^S:\
7690         :sf=^J:up=^W:
7692 #### Osborne
7694 # Thu Jul  7 03:55:16 1983
7695 #       
7696 # As an aside, be careful; it may sound like an anomaly on the 
7697 # Osborne, but with the 80-column upgrade, it's too easy to 
7698 # enter lines >80 columns!
7699 #       
7700 # I've already had several comments...
7701 # The Osborne-1 with the 80-col option is capable of being 
7702 # 52,80, or 104 characters wide; default to 80 for compatibility 
7703 # with most systems.
7704 #       
7705 # The tab is destructive on the Ozzie; make sure to 'stty -tabs'.
7706 ozzie|osborne|osborne1|osborne 1:\
7707         :ms:ul:xt:\
7708         :co#104:li#24:\
7709         :al=\EE:bl=^G:ce=\ET:cl=^Z:cm=\E=%+ %+ :cr=^M:dc=\EW:\
7710         :dl=\ER:do=^J:ei=:ic=\EQ:im=:kd=^J:kl=^H:kr=^L:ku=^K:\
7711         :le=^H:nd=^L:se=\E(:sf=^J:so=\E):ue=\Em:up=^K:us=\El:
7713 #### Console types for UNIX clones
7716 # According to the Coherent 2.3 manual, the PC console is similar
7717 # to a z19. The differences seem to be (1) 25 lines, (2) no status
7718 # line, (3) standout is broken, (4) ins/del line is broken, (5)
7719 # has blinking and bold.
7720 pc-coherent|pcz19|coherent|IBM PC console running Coherent:\
7721         :am:mi:\
7722         :co#80:it#8:li#25:\
7723         :bl=^G:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :cr=^M:\
7724         :dc=\EN:do=\EB:ei=\EO:ho=\EH:im=\E@:kb=^H:kd=\EB:\
7725         :kh=\EH:kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:se=\Eq:\
7726         :sf=^J:so=\Ep:sr=\EI:ta=^I:up=\EA:
7728 # According to the Venix 1.1 manual, the PC console is similar
7729 # to a DEC vt52.  Differences seem to be (1) arrow keys send 
7730 # different strings, (2) enhanced standout, (3) added insert/delete line.
7731 # Note in particular that it doesn't have automatic margins (am).
7732 # There are other keys (f1-f10, pgup, pgdn, backtab, insch, delch)
7733 # not described here.
7734 pc-venix|venix|IBM PC console running Venix:\
7735         :co#80:it#8:li#25:\
7736         :al=\EL:bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :\
7737         :cr=^M:dl=\EM:do=^J:kb=^H:kd=\EP:kh=\EG:kl=\EK:\
7738         :kr=\EM:ku=\EH:le=^H:nd=\EC:sf=^J:sr=\EI:ta=^I:\
7739         :up=\EA:
7741 #### Miscellaneous microcomputer consoles
7743 # If you know anything more about any of these, please tell me.
7745 # I don't know which, if either, of these sols to believe.
7746 # ^S is an arrow key!  Boy is this guy in for a surprise...
7747 sol|sol1|sol terminal computer:\
7748         :am:\
7749         :co#64:li#16:\
7750         :bl=^G:cl=^K:cm=\E\021%.\E\022%.:cr=^M:do=^J:ho=^N:\
7751         :kd=^Z:kl=^A:kr=^S:ku=^W:le=^H:nd=^S:sf=^J:up=^W:
7752 sol2|sol terminal computer:\
7753         :am:mi:xn:\
7754         :co#64:li#16:\
7755         :al=20\EL:bl=^G:cd=20\EJ:ce=\EK:cl=20\EE:\
7756         :cm=\EY%+ %+ :cr=^M:dc=\EN:dl=20\EM:do=^J:ei=\EO:\
7757         :ho=\EH:im=\E@:kd=\ED:kh=\EH:kl=\EL:kr=\ER:ku=\EU:\
7758         :le=^H:nd=\EC:sf=\n:ta=^I:up=\EA:ve=\EX:vs=^N^Lv:
7759 # basis from Peter Harrison, Computer Graphics Lab, San Francisco
7760 #   ucbvax!ucsfmis!harrison ...uucp / ucbvax!ucsfmis!harrison@BERKELEY ...ARPA
7761 # (basis: removed obsolete ":ma=^K^P^R^L^L :nl=5000*^J:" -- esr)
7762 basis|BASIS108 computer with terminal translation table active:\
7763         :cd=\EY:ce=\ET:cl=300\E*:do=5000\n:kb=^H:kd=^J:kl=^H:\
7764         :kr=^L:ku=^K:se=\E):so=\E(:tc=adm3a:
7765 # luna's BMC terminal emulator
7766 luna|luna68k|LUNA68K Bitmap console:\
7767         :co#88:li#46:\
7768         :tc=ansi-mini:
7769 microkit|mkt|microkit terminal computer:\
7770         :am:mi:xn:\
7771         :co#40:li#23:\
7772         :al=\El:bl=^G:cd=\Ej:ce=\Ek:cl=\Ee:cm=\Ey%+ %+ :\
7773         :cr=^M:dc=\En:dl=\Em:do=^J:ei=\Eo:ho=\Eh:im=\E@:\
7774         :kd=\Ed:kh=\Eh:kl=\El:kr=\Er:ku=\Eu:le=^H:nd=\Ec:\
7775         :sf=^J:ta=^I:up=\Ea:ve=\Ex:vs=\016\014zv:
7776 megatek|pegasus workstation terminal emulator:\
7777         :am:os:\
7778         :co#83:li#60:\
7779         :
7780 # The Xerox 820 was an early Z80 micro that went nowhere (I think)
7781 xerox820|x820|Xerox 820:\
7782         :am:\
7783         :co#80:li#24:\
7784         :bl=^G:cd=^Q:ce=^X:cl=1^Z:cm=\E=%+ %+ :cr=^M:do=^J:\
7785         :ho=^^:le=^H:nd=^L:sf=^J:up=^K:
7787 #### Videotex and teletext
7790 # standard-issue France Telecom minitel terminal (made by Philips)
7791 # (m2-nam: had unknown ":zd=\E[1m:zb=\E[5m:zc=lkmjqxtuwvn:";
7792 # also deleted unnecessary ":ug#0:sg#0:"; mapped ":pt:" to "" -- esr)
7793 m2-nam|minitel|minitel-2|minitel-2-nam|France Telecom Minitel:\
7794         :am@:bs:pt:xn:\
7795         :co#80:it#8:li#24:\
7796         :ae=\E(B:al=\E[L:as=\E(0:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
7797         :cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:ei=\E[4l:ho=\E[H:\
7798         :im=\E[4h:ip=7:is=\E[1;24r\E[24;1H:k1=\EOP:k2=\EOQ:\
7799         :k3=\EOR:k4=\EOS:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:\
7800         :ku=\E[A:nd=\E[C:se=\E[m:sf=^J:so=\E[7m:sr=\EM:\
7801         :ue=\E[m:up=\E[A:us=\E[4m:
7802 # From: Joel Rubin <jmrubin@coral.berkeley.edu>
7803 # This is a preliminary TERMCAP for VIDTEX, a terminal program sold by 
7804 # Compuserve.  Line and column numbers are computer-dependent (I have a
7805 # Commodore '64); you should use the meta-B option to shut off clean-breaking
7806 # of lines.  No key codes included since some of them are programmable and
7807 # most are machine-specific.  Works on vi if you don't use clean-breaking.
7808 # Very similar to the IBM 3101 termcap.  Escape-D used for backspace because
7809 # control-H is destructive backspace.  There seem to be a few weirdnesses
7810 # (especially at the beginning of a wrapped line), and the cursor does not,
7811 # unfortunately, flash.
7812 # (vid: mapped ":pt:" to default tabs; changed :bc: to :le: -- esr)
7813 vid|vidtex|Compuserve vidtex program:\
7814         :am:pt:\
7815         :co#40:li#25:\
7816         :cd=\EJ:ce=\EK:cl=^L:cm=\EY%+ %+ :ho=\EH:le=\ED:\
7817         :nd=\EC:up=\EA:
7818 # This (inherited from the Emacs termcap.dat file) is probably *way* obsolete!
7819 rsvidtx|Radio Shack VIDEOTEX:\
7820         :co#32:li#16:\
7821         :cd=\EJ:ce=\EK:cl=\EH\EJ:..cm=\EY%+ %+ :cr=^M:do=^J:\
7822         :kb=^H:kd=^J:kl=^H:nd=\EC:nw=^M^J:sf=^J:ta=^I:up=\EA:
7824 ######## OBSOLETE VDT TYPES
7826 # These terminals are *long* dead -- these entries are retained for
7827 # historical interest only.
7829 #### AED
7831 # Advanced Electronic Devices made its name manufacturing super-expensive
7832 # vector-graphics displays and frame buffers in the late 1970s.  They used
7833 # to be in Sunnyvale CA 94086 on Pastoria Avenue.  They're long gone now.
7836 # From: Giles Billingsley <gilesb%ucbcad@berkeley.edu>
7837 # rewritten 8/82 for newer AEDs and better operation of vi, etc.
7838 # (bel/cr/cub1/cud1/ind added from SCO entry, which doesn't have db or the
7839 # humongous is2, thus they are commented out here -- esr)
7840 aed|AED|aed512|AED512|aed 512:\
7841         :bs:\
7842         :co#64:li#40:\
7843         :bl=^G:cl=^L:cr=^M:do=^J:le=^H:nd=\Ei0800\001:\
7844         :se=\E[00C80\001:\
7845         :sf=\E;1100\072004=000200??;1300'\200\001\n\E\072004=0002??00;1200\001\n:\
7846         :so=\E\07200>8000140[80C00\001:\
7847         :te=\E\07200>8000100{804<0??00001000L80\072004=000200??\001:\
7848         :ti=\E\07200>8000140{<04<0??00001010L<0\072004=0002??00\001:\
7849         :uc=\Ei???>l0800i0102\001:ue=\E\07200>8000100\001:\
7850         :up=^K:us=\E\07200>8000140\001:\
7851         :vb=\EK0001??0000K0001202080\001:\
7852         :ve=\E\072004=000200??\001:
7853 aed-ucb|AED-UCB|aed512-ucb|AED512-UCB|aed 512 w/o UCB ROM:\
7854         :bs:db:\
7855         :co#64:li#40:\
7856         :cl=^L:if=/usr/share/tabset/aed512:nd=\Ei0800\001:\
7857         :se=\E[00C80\001:so=\E\07200>8000140[80C00\001:\
7858         :te=\E\07200>8000100{804<0??00001000L80\072004=000200??\001:\
7859         :ti=\E\07200>8000140{<04<0??00001010L<0\072004=0002??00\001:\
7860         :uc=\Ei???>l0800i0102\001:ue=\E\07200>8000100\001:\
7861         :up=^K:us=\E\07200>8000140\001:\
7862         :vb=\EK0001??0000K0001202080\001:\
7863         :ve=\E\E\E\E\E\E\E\072004=000200??\001:
7865 #### Amtek Business Machines
7868 # (abm80: early versions of this entry apparently had ":se=\E^_:so=\E^Y",
7869 # but these caps were commented out in 8.3; also, removed overridden
7870 # ":do=^J:" -- esr)
7871 abm80|amtek business machines 80:\
7872         :am:bs:bw:\
7873         :co#80:li#24:\
7874         :al=\E^Z:bt=^T:cd=\E^X:ce=\E^O:cl=\E^\:\
7875         :cm=\E\021%r%+ %+ :dl=\E^S:do=\E^K:ho=\E^R:le=^H:\
7876         :nd=^P:up=\E^L:
7878 #### Bell Labs blit terminals
7880 # These were AT&T's official entries.
7883 blit|jerq|blit running teletype rom:\
7884         :am:eo:ul:xo:\
7885         :co#87:it#8:li#72:\
7886         :AL=\EF%+ :DC=\Ee%+ :DL=\EE%+ :IC=\Ef%+ :al=\EF!:\
7887         :bl=^G:ce=\EK:cl=^L:cm=\EY%r%+ %+ :cr=^M:dc=\Ee!:\
7888         :dl=\EE!:do=^J:ei=:ic=\Ef!:im=:k1=\Ex:k2=\Ey:k3=\Ez:\
7889         :kb=^H:kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=\ED:nd=\EC:\
7890         :sf=^J:ta=^I:up=\EA:
7892 cbblit|fixterm|blit running columbus code:\
7893         :co#88:\
7894         :cd=\EJ:ei=\ER:ic@:im=\EQ:pO=\EP%03:pf=^T:po=^R:\
7895         :se=\EV!:so=\EU!:ue=\EV":us=\EU":vb=\E^G:tc=blit:
7897 oblit|ojerq|first version of blit rom:\
7898         :am:da:db:eo:mi:ul:xo:\
7899         :co#88:it#8:li#72:\
7900         :AL=\Ef%+ :DL=\Ee%+ :al=\EF:bl=^G:cd=\EJ:ce=\EK:\
7901         :cl=^L:cm=\EY%r%+ %+ :cr=^M:dc=\EO:dl=\EE:do=^J:\
7902         :ei=\ER:im=\EQ:kb=^H:le=\ED:nd=\EC:sf=^J:ta=^I:\
7903         :up=\EA:vb=\E^G:
7905 daleblit|daleterm|blit running Dale DeJager's ROM:\
7906         :da@:db@:\
7907         :kd=\EB:kl=\ED:kr=\EC:ku=\EA:se=\EV!:so=\EU!:ue=\EV":\
7908         :us=\EU":tc=oblit:
7910 #### Bolt, Beranek & Newman (bbn)
7912 # The BitGraph was a product of the now-defunct BBN Computer Corporation.
7913 # The parent company, best known as the architects of the Internet, is
7914 # still around.
7917 # Entries for the BitGraph terminals.  The problem 
7918 # with scrolling in vi can only be fixed by getting BBN to put 
7919 # smarter scroll logic in the terminal or changing vi or padding 
7920 # scrolls with about 500 ms delay.
7921 #       
7922 # I always thought the problem was related to the terminal 
7923 # counting newlines in its input buffer before scrolling and 
7924 # then moving the screen that much. Then vi comes along and 
7925 # paints lines in on the bottom line of the screen, so you get 
7926 # this big white gap.
7928 bitgraph|bbn bitgraph:\
7929         :tc=bg3.10rv:
7930 bg3.10rv|bgrv|bbn bitgraph (reverse video):\
7931         :tc=bg2.0rv:
7932 bg3.10nv|bgnv|bbn bitgraph (normal video):\
7933         :tc=bg2.0nv:
7934 bg3.10|bgn|bbn bitgraph (no init):\
7935         :tc=bg2.0:
7936 bg2.0rv|bbn bitgraph (reverse video):\
7937         :is=\E>\E[?5h\E[?7h:vb=\E[?5l\E[?5h:tc=bg2.0:
7938 bg2.0nv|bbn bitgraph (normal video):\
7939         :is=\E>\E[?5l\E[?7h:vb=\E[?5h\E[?5l:tc=bg2.0:
7940 bg2.0|bbn bitgraph (no init):\
7941         :xn:\
7942         :co#85:li#64:\
7943         :al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
7944         :cm=%i\E[%d;%dH:cr=^M:cs=\E[%i%d;%dr:dl=\E[M:do=\E[B:\
7945         :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kd=\E[B:ke=\E>:\
7946         :kl=\E[D:kr=\E[C:ks=\E=:ku=\E[A:l1=PF1:l2=PF2:l3=PF3:\
7947         :l4=PF4:le=^H:nd=\E[C:rc=\E8:sc=\E7:se=\E[0m:sf=\n:\
7948         :so=\E[7m:ta=^I:up=\E[A:
7949 bg1.25rv|bbn bitgraph (reverse video):\
7950         :is=\E>\E[?5h\E[?7h:vb=\E[?5l\E[?5h:tc=bg1.25:
7951 bg1.25nv|bbn bitgraph (normal video):\
7952         :is=\E>\E[?5l\E[?7h:vb=\E[?5h\E[?5l:tc=bg1.25:
7953 bg1.25|bbn bitgraph:\
7954         :co#85:li#64:\
7955         :al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
7956         :cm=%i\E[%d;%dH:cr=^M:dl=\E[M:do=\E[B:k1=\EP:k2=\EQ:\
7957         :k3=\ER:k4=\ES:kd=\EB:ke=\E>:kl=\ED:kr=\EC:ks=\E=:\
7958         :ku=\EA:l1=PF1:l2=PF2:l3=PF3:l4=PF4:le=^H:\
7959         :ll=\E[64;1H:nd=\E[C:se=\E[0m:sf=\n:so=\E[7m:ta=^I:\
7960         :up=\E[A:
7962 #### Chromatics
7965 # cg7900: Following is revised version. As I mentioned, I recompiled 
7966 # curses in order to accomadate the large amount of definition.
7967 # I have put the long strings in ti/te. Ti sets up a window 
7968 # that is smaller than the screen, and puts up a warning message 
7969 # outside the window. Te erases the warning message, puts the 
7970 # window back to be the whole screen, and puts the cursor at just
7971 # below the small window. A defined vs and ve to really turn 
7972 # the cursor on and off, but I have taken this out since I don't 
7973 # like the cursor being turned off when vi exits.   
7974 cg7900|chromatics|chromatics 7900:\
7975         :am:\
7976         :co#80:li#40:\
7977         :al=^A>2:bl=^G:cd=^Al:ce=^A`:cl=^L:\
7978         :cm=\001M%r%d\\\054%d\\\054:cr=^M:dc=^A<1:dl=^A<2:\
7979         :do=^J:ei=:ho=^\:ic=^A>1:im=:le=^H:ll=^A|:nd=^]:\
7980         :se=\001C1\\\054\001c2\\\054:sf=^J:\
7981         :so=\001C4\\\054\001c7\\\054:\
7982         :te=\001W0\\\05440\\\05485\\\05448\\\054\014\001W0\\\0540\\\05485\\\05448\\\054\001M0\\\05440\\\054:\
7983         :ti=\001P0\001O1\001R1\001C4\\\054\001c0\\\054\014\001M0\\\05442\\\054WARNING DOUBLE ENTER ESCAPE and \025\001C1\\\054\001c2\\\054\001W0\\\0540\\\05479\\\05439\\\054:\
7984         :uc=\001\001_\001\200:up=^K:
7986 #### Computer Automation
7989 ca22851|computer automation 22851:\
7990         :am:\
7991         :co#80:li#24:\
7992         :bl=^G:cd=^\:ce=^]:cl=\014:cm=\002%i%.%.:cr=^M:do=^J:\
7993         :ho=^^:kd=^W:kh=^^:kl=^U:ku=^V:le=^U:nd=^I:sf=^J:\
7994         :up=^V:
7996 #### Cybernex
7999 # This entry has correct padding and the undocumented "ri" capability
8000 cyb83|xl83|cybernex xl-83:\
8001         :am:bs:\
8002         :co#80:li#24:\
8003         :bl=^G:cd=\020:ce=\017:cl=\014:cm=\027%+ %+ :cr=^M:\
8004         :do=^J:ho=^K:kd=^J:kl=^H:kr=^I:ku=^N:le=^H:nd=^I:\
8005         :sf=^J:sr=^N:up=^N:
8006 # (mdl110: removed obsolete ":ma=^Z^P:" and overridden ":cd=145^NA^W:" -- esr)
8007 cyb110|mdl110|cybernex mdl-110:\
8008         :am:bs:\
8009         :co#80:li#24:\
8010         :al=\016A\016\035:bl=^G:cd=\016@\026:ce=\016@\026:\
8011         :cl=\030:cm=\020%+ %+ :cr=^M:dc=\016A\036:\
8012         :dl=\016A\016\036:do=^J:ei=:ho=^Y:ic=\016A\035:im=:\
8013         :le=^H:nd=^U:se=^NG:sf=^J:so=^NF:ta=\011:up=^Z:
8015 #### Datapoint
8017 # Datapoint is gone.  They used to be headquartered in Texas.
8018 # They created ARCnet, an Ethernet competitor that flourished for a while
8019 # in the early 1980s before 3COM got wise and cut its prices.  The service
8020 # side of Datapoint still lives (1995) in the form of Intelogic Trace.
8023 dp3360|datapoint|datapoint 3360:\
8024         :am:bs:\
8025         :co#82:li#25:\
8026         :bl=^G:cd=^_:ce=^^:cl=^]^_:cr=^M:do=^J:ho=^]:le=^H:\
8027         :nd=^X:sf=^J:up=^Z:
8029 #### DEC terminals (Obsolete types: DECwriter and vt40/42/50)
8031 # These entries are DEC's official terminfos for its older terminals.
8032 # Contact Bill Hedberg <hedberg@hannah.enet.dec.com> of Terminal Support
8033 # Engineering for more information.  Updated terminfos and termcaps 
8034 # are kept available at ftp://gatekeeper.dec.com/pub/DEC/termcaps.
8037 gt40|dec gt40:\
8038         :os:\
8039         :co#72:li#30:\
8040         :bl=^G:cr=^M:do=^J:le=^H:
8041 gt42|dec gt42:\
8042         :os:\
8043         :co#72:li#40:\
8044         :bl=^G:cr=^M:do=^J:le=^H:
8045 vt50|dec vt50:\
8046         :co#80:li#12:\
8047         :bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cr=^M:do=^J:le=^H:\
8048         :nd=\EC:sf=^J:ta=^I:up=\EA:
8049 vt50h|dec vt50h:\
8050         :co#80:li#12:\
8051         :bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :cr=^M:\
8052         :do=^J:le=^H:nd=\EC:sf=^J:sr=\EI:ta=^I:up=\EA:
8053 vt52|dec vt52:\
8054         :co#80:it#8:li#24:\
8055         :bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :cr=^M:\
8056         :do=^J:kb=^H:kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=^H:\
8057         :nd=\EC:sf=^J:sr=\EI:ta=^I:up=\EA:
8058 vt61|vt-61|vt61.5:\
8059         :co#80:li#24:\
8060         :bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :cr=\r:\
8061         :do=^J:kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:\
8062         :sf=\n:sr=\EI:ta=^I:up=\EA:
8064 # The gigi does standout with red!
8065 gigi|vk100|dec gigi graphics terminal:\
8066         :am:xn:\
8067         :co#84:li#24:\
8068         :DO=\E[%dB:LE=\E[%r%dD:RI=\E[%dC:UP=\E[%dA:bl=^G:\
8069         :cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:cm=\E[%i%d;%dH:cr=^M:\
8070         :do=^J:is=\E>\E[?3l\E[?4l\E[?5l\E[?20l\E[?7h\E[?8h:\
8071         :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kd=\EOB:\
8072         :ke=\E[?1l\E>:kh=\E[H:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\
8073         :ku=\EOA:le=^H:nd=\E[C:se=\E[m:sf=^J:so=\E[7;31m:\
8074         :sr=\EM:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:
8076 # DEC PRO-350 console (VT220-style).  The 350 was DEC's attempt to produce
8077 # a PC differentiated from the IBM clones.  It was a total, ludicrous,
8078 # grossly-overpriced failure (among other things, DEC's OS didn't include
8079 # a format program, so you had to buy pre-formatted floppies from DEC at
8080 # a hefty premium!).
8081 # (pro350: mapped ":pt:" to default tabs -- esr)
8082 pro350|decpro|dec pro console:\
8083         :bs:pt:\
8084         :co#80:li#24:\
8085         :ae=\EG:as=\EF:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :\
8086         :do=\EB:ho=\EH:k0=\EE:k1=\EF:k2=\EG:k3=\EH:k4=\EI:\
8087         :k5=\EJ:k6=\Ei:k7=\Ej:kd=\EB:kh=\EH:kl=\ED:kr=\EC:\
8088         :ku=\EA:nd=\EC:se=\E^N:so=\E^H:sr=\EI:ue=\E^C:up=\EA:\
8089         :us=\E^D:
8091 dw1|decwriter I:\
8092         :hc:os:\
8093         :co#72:\
8094         :bl=^G:cr=^M:do=^J:le=^H:sf=^J:
8095 dw2|decwriter|dw|decwriter II:\
8096         :hc:os:\
8097         :co#132:\
8098         :bl=^G:cr=^M:do=^J:kb=^H:le=^H:sf=^J:
8100 # \E(B          Use U.S. character set (otherwise # => british pound !)
8101 # \E[20l        Disable "linefeed newline" mode (else puts \r after \n,\f,\v)
8102 # \E[w          10 char/in pitch
8103 # \E[1;132      full width horizontal margins
8104 # \E[2g         clear all tab stops
8105 # \E[z          6 lines/in
8106 # \E[66t        66 lines/page (for \f)
8107 # \E[1;66r      full vertical page can be printed
8108 # \E[4g         clear vertical tab stops
8109 # \E>           disable alternate keypad mode (so it transmits numbers!)
8110 # \E[%i%du      set tab stop at column %d (origin == 1)
8111 #               (Full syntax is \E[n;n;n;n;n;...;nu where each 'n' is 
8112 #               a tab stop)
8114 #       The dw3 does standout with wide characters.
8116 dw3|la120|decwriter III:\
8117         :hc:os:\
8118         :co#132:\
8119         :bl=^G:cr=^M:do=^J:\
8120         :i1=\E(B\E[20l\E[w\E[0;132s\E[2g\E[z\E[66t\E[1;66r\E[4g\E>:\
8121         :is=\E[9;17;25;33;41;49;57;65;73;81;89;97;105;113;121;129u\r:\
8122         :kb=^H:le=^H:se=\E[w:sf=^J:so=\E[6w:ta=^I:
8123 dw4|decwriter IV:\
8124         :am:hc:os:\
8125         :co#132:\
8126         :bl=^G:cr=^M:do=^J:is=\Ec:k0=\EOP:k1=\EOQ:k2=\EOR:\
8127         :k3=\EOS:kb=^H:le=^H:sf=^J:ta=^I:
8129 #### Delta Data (dd)
8132 # Untested. The cup sequence is hairy enough that it probably needs work.
8133 # The idea is ctrl(O), dd(row), dd(col), where dd(x) is x - 2*(x%16) + '9'.
8134 # There are BSD-derived termcap entries floating around for this puppy
8135 # that are *certainly* wrong.
8136 delta|dd5000|delta data 5000:\
8137         :am:\
8138         :co#80:li#27:\
8139         :bl=^G:ce=^NU:cl=^NR:cm=\017%+^P%+^P:dc=^NV:do=^J:\
8140         :ho=^NQ:le=^H:nd=^Y:sf=^J:up=^Z:
8142 #### Digital Data Research (ddr)
8145 # (ddr: mapped ":pt:" to default tabs -- esr)
8146 ddr|rebus3180|ddr3180|Rebus/DDR 3180 vt100 emulator:\
8147         :am:bs:pt:xn:\
8148         :co#80:li#24:vt#3:\
8149         :cd=50\E[J:ce=3\E[K:cl=50\E[;H\E[2J:cm=5\E[%i%d;%dH:\
8150         :cs=\E[%i%d;%dr:do=^J:ho=\E[H:is=\E[1;24r\E[24;1H:\
8151         :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kb=^H:kd=\E[B:\
8152         :ke=\E[?1l\E>:kl=\E[D:kr=\E[C:ks=\E[?1h\E=:ku=\E[A:\
8153         :le=^H:mb=2\E[5m:md=2\E[1m:me=2\E[m:mr=2\E[7m:\
8154         :nd=2\E[C:rc=\E8:rf=/usr/share/lib/tabset/vt100:\
8155         :rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:sc=\E7:se=\E[m:\
8156         :sf=5\ED:so=\E[7m:sr=5\EM:ue=2\E[m:up=2\E[A:\
8157         :us=2\E[4m:
8159 #### General Electric (ge)
8162 terminet1200|terminet300|tn1200|tn300|terminet|GE terminet 1200:\
8163         :hc:os:\
8164         :co#120:\
8165         :bl=^G:cr=^M:do=^J:sf=^J:
8167 #### Heathkit/Zenith
8170 h19-a|heath-ansi|heathkit-a|heathkit h19 ansi mode:\
8171         :am:mi:ms:\
8172         :co#80:it#8:li#24:\
8173         :ae=\E[11m:al=\E[1L:as=\E[10m:bl=^G:cd=\E[J:ce=\E[K:\
8174         :cl=\E[2J:cm=\E[%i%d;%dH:cr=^M:dc=\E[1P:dl=\E[1M:\
8175         :do=\E[1B:ei=\E[4l:ho=\E[H:im=\E[4h:\
8176         :is=\E<\E[>1;2;3;4;5;6;7;8;9l\E[0m\E[11m\E[?7h:\
8177         :k1=\EOS:k2=\EOT:k3=\EOU:k4=\EOV:k5=\EOW:k6=\EOP:\
8178         :k7=\EOQ:k8=\EOR:kb=^H:kd=\E[1B:kh=\E[H:kl=\E[1D:\
8179         :kr=\E[1C:ku=\E[1A:l6=blue:l7=red:l8=white:le=^H:\
8180         :nd=\E[1C:se=\E[0m:sf=^J:so=\E[7m:sr=\EM:ta=^I:\
8181         :up=\E[1A:ve=\E[>4l:vs=\E[>4h:
8182 h19-bs|heathkit w/keypad shifted:\
8183         :ke=\Eu:ks=\Et:tc=h19-b:
8184 h19-smul|heathkit w/keypad shifted/underscore cursor:\
8185         :ke=\Eu:ks=\Et:tc=h19-u:
8186 h19|heath|h19-b|heathkit|heath-19|z19|zenith|heathkit h19:\
8187         :am:es:hs:mi:ms:\
8188         :co#80:it#8:li#24:\
8189         :ae=\EG:al=\EL:as=\EF:bl=^G:cd=\EJ:ce=\EK:cl=\EE:\
8190         :cm=\EY%+ %+ :cr=^M:dc=\EN:dl=\EM:do=\EB:ei=\EO:\
8191         :fs=\Ek\Ey5:ho=\EH:im=\E@:k1=\ES:k2=\ET:k3=\EU:\
8192         :k4=\EV:k5=\EW:k6=\EP:k7=\EQ:k8=\ER:kb=^H:kd=\EB:\
8193         :kh=\EH:kl=\ED:kr=\EC:ku=\EA:l6=blue:l7=red:l8=white:\
8194         :le=^H:nd=\EC:se=\Eq:sf=^J:so=\Ep:sr=\EI:ta=^I:\
8195         :ts=\Ej\Ex5\EY8%p1%{32}%+%c\Eo\Eo:up=\EA:ve=\Ey4:\
8196         :vs=\Ex4:
8197 h19-u|heathkit with underscore cursor:\
8198         :ve@:vs@:tc=h19-b:
8199 alto-h19|altoh19|altoheath|alto-heath|alto emulating heathkit h19:\
8200         :li#60:\
8201         :al=\EL:dl=\EM:tc=h19:
8203 # The major problem with the Z29 is that it requires more 
8204 # padding than the Z19. Once again, here's a little termcap 
8205 # entry for it that will do the trick. 
8207 # The problem declaring an H19 to be synonomous with a Z29 is that
8208 # it needs more padding. It especially loses if a program attempts
8209 # to put the Z29 into insert mode and insert text at 9600 baud. It
8210 # even loses worse if the program attempts to insert tabs at 9600
8211 # baud. Adding padding to text that is inserted loses because in 
8212 # order to make the Z29 not die, one must add so much padding that
8213 # whenever the program tries to use insert mode, the effective 
8214 # rate is about 110 baud.
8216 # What program would want to put the terminal into insert mode 
8217 # and shove stuff at it at 9600 baud you ask?  
8219 # Emacs. Emacs seems to want to do the mathematically optimal 
8220 # thing in doing a redisplay rather than the practical thing.
8221 # When it is about to output a line on top of a line that is 
8222 # already on the screen, instead of just killing to the end of 
8223 # the line and outputing the new line, it compares the old line 
8224 # and the new line and if there are any similarities, it 
8225 # constructs the new line by deleting the text on the old line 
8226 # on the terminal that is already there and then inserting new
8227 # text into the line to transform it into the new line that is 
8228 # to be displayed. The Z29 does not react kindly to this.
8230 # But don't cry for too long.... There is a solution. You can make
8231 # a termcap entry for the Z29 that says the Z29 has no insert mode.
8232 # Then Emacs cannot use it. "Oh, no, but now inserting into a 
8233 # line will be really slow", you say. Well there is a sort of a
8234 # solution to that too. There is an insert character option on 
8235 # the Z29 that will insert one character. Unfortunately, it 
8236 # involves putting the terminal into ansi mode, inserting the 
8237 # character, and changing it back to H19 mode. All this takes 12 
8238 # characters. Pretty expensive to insert one character, but it 
8239 # works. Either Emacs doesn't try to use its inserting hack when 
8240 # it's only given an insert character ability or the Z29 doesn't 
8241 # require padding with this (the former is probably more likely, 
8242 # but I haven't checked it out).
8243 z29|zenith29|z29b|zenith z29b:\
8244         :am:ms:\
8245         :co#80:li#24:\
8246         :ae=\EF:al=\EL:as=\EG:bl=^G:bt=\E-:cd=\EJ:ce=\EK:\
8247         :cl=\EE:cm=\EY%+ %+ :cr=^M:dc=\EN:dl=\EM:do=\EB:ei=:\
8248         :ho=\EH:ic=\E<\E[1@\E[?2h:im=:is=\E<\E[?2h\Ev:k0=\E~:\
8249         :k1=\ES:k2=\ET:k3=\EU:k4=\EV:k5=\EW:k6=\EP:k7=\EQ:\
8250         :k8=\ER:k9=\E0I:kb=^H:kd=\EB:kh=\EH:kl=\ED:kr=\EC:\
8251         :ku=\EA:l0=home:le=^H:nd=\EC:se=\Eq:sf=\n:so=\Ep:\
8252         :sr=\EI:ta=^I:ue=\Es0:up=\EA:us=\Es8:ve=\Ey4:vs=\Ex4:
8254 # From: Brad Brahms <Brahms@USC-ECLC>
8255 z100|h100|z110|z-100|h-100|heath/zenith z-100 pc with color monitor:\
8256         :ve=\Ey4\Em70:vs=\Ex4\Em71:tc=z100bw:
8257 # (z100bw: removed obsolete ":kn#10:"; mapped ":pt:" to default tabs -- esr)
8258 z100bw|h100bw|z110bw|z-100bw|h-100bw|heath/zenith z-100 pc:\
8259         :bs:mi:ms:pt:\
8260         :co#80:li#24:\
8261         :ae=\EG:al=5*\EL:as=\EF:cd=\EJ:ce=\EK:cl=5*\EE:\
8262         :cm=1*\EY%+ %+ :dc=1*\EN:dl=5*\EM:do=\EB:ei=\EO:\
8263         :ho=\EH:im=\E@:k0=\EJ:k1=\ES:k2=\ET:k3=\EU:k4=\EV:\
8264         :k5=\EW:k6=\EP:k7=\EQ:k8=\ER:k9=\EOI:kb=^H:kd=\EB:\
8265         :kh=\EH:kl=\ED:kr=\EC:ku=\EA:nd=\EC:se=\Eq:so=\Ep:\
8266         :sr=\EI:up=\EA:ve=\Ey4:vs=\Ex4:
8267 p19:\
8268         :al=2*\EL:dl=2*\EM:tc=h19-b:
8269 # From: <ucscc!B.fiatlux@ucbvax.berkeley.edu>
8270 # (ztx: mapped ":pt:" to default tabs; removed duplicate :sr: -- esr)
8271 ztx|ztx11|zt-1|htx11|ztx-1-a|ztx-10/11:\
8272         :am:bs:es:hs:pt:\
8273         :co#80:li#24:\
8274         :al=\EL:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :dl=\EM:\
8275         :do=^J:ds=\Ey1:fs=\Ek\Ey5:ho=\EH:\
8276         :is=\Ej\EH\Eq\Ek\Ev\Ey1\Ey5\EG\Ey8\Ey9\Ey>:k0=\ES:\
8277         :k1=\EB:k2=\EU:k3=\EV:k4=\EW:k5=\EP:k6=\EQ:k7=\ER:\
8278         :kb=^H:kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:\
8279         :se=\Eq:so=\Es5:sr=\EI:ts=\Ej\Ex5\Ex1\EY8%+ \Eo:\
8280         :ue=\Eq:up=\EA:us=\Es2:
8282 #### IMS International (ims)
8284 # There was a company called IMS International located in Carson City, 
8285 # Nevada, that flourished from the mid-70s to mid-80s.  They made S-100
8286 # bus/Z80 hardware and a line of terminals called Ultimas.  
8288 # From: Erik Fair <fair@ucbarpa.berkeley.edu>  Sun Oct 27 07:21:05 1985
8289 ims950-b|bare ims950 no init string:\
8290         :is@:tc=ims950:
8291 ims950-ns|ims950 w/no standout:\
8292         :se@:so@:ue@:us@:tc=ims950:
8293 # (ims950: removed obsolete ":ko@:" -- esr)
8294 ims950|ims televideo 950 emulation:\
8295         :xn@:\
8296         :k0@:k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:k9@:kb@:kd@:kh@:\
8297         :kl@:kr@:ku@:vb@:tc=tvi950:
8298 # (ims950-rv: removed obsolete ":ko@:" -- esr)
8299 ims950-rv|ims tvi950 rev video:\
8300         :xn@:\
8301         :k0@:k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:k9@:kb@:kd@:kh@:\
8302         :kl@:kr@:ku@:vb@:tc=tvi950-rv:
8303 # (ims-ansi: mapped ":pt:" to default tabs -- esr)
8304 ims-ansi|ultima2|ultimaII|IMS Ultima II:\
8305         :am:bs:pt:\
8306         :co#80:li#24:\
8307         :cd=\E[0J:ce=\E[0K:cl=\E[;H\E[2J:cm=\E[%i%2;%2H:\
8308         :do=\ED:if=/usr/share/tabset/vt100:\
8309         :is=\E[0m\E[>14l\E[?1;?5;20l\E>\E[1m\r:kd=\E[B:\
8310         :kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:se=\E[0m\E[1m:\
8311         :so=\E[7m:sr=\EM:ue=\E[0m\E[1m:up=\EM:us=\E[4m:
8313 #### Intertec Data Systems
8315 # I think this company is long dead as of 1995.  They made an early CP/M
8316 # micro called the "Intertec Superbrain" that was moderately popular,
8317 # then sank out of sight.
8320 superbrain|intertec superbrain:\
8321         :am:bw:\
8322         :co#80:li#24:\
8323         :bl=^G:cd=\E~k<10*>:ce=\E~K:cl=\014:cm=\EY%+ %+ :\
8324         :cr=^M:do=^J:kd=^J:kl=^U:kr=^F:ku=^K:le=^H:nd=^F:\
8325         :sf=^J:ta=^I:te=^L:ti=^L:up=^K:
8326 intertube|intertec|Intertec InterTube:\
8327         :am:\
8328         :co#80:li#25:\
8329         :bl=^G:cl=^L:cm=\EY%+ %+ :cr=^M:do=^J:ho=^A:le=^H:\
8330         :nd=^F:se=\E0@:sf=^J:so=\E0P:up=^Z:
8331 # The intertube 2 has the "full duplex" problem like the tek 4025: if you
8332 # are typing and a command comes in, the keystrokes you type get interspersed
8333 # with the command and it messes up
8334 it2|intertube2|intertec data systems intertube 2:\
8335         :am:\
8336         :co#80:li#25:\
8337         :bl=^G:ce=\EK:ch=\020%+^J:cl=^L:cm=\016%.\020%+^J:\
8338         :cr=^M:cv=\013%.:do=^J:ho=^A:le=^H:ll=^K^X\r:nd=^F:\
8339         :se=\E0@:sf=^J:so=\E0P:up=^Z:
8341 #### Modgraph
8343 # These people used to be reachable at:
8345 #       Modgraph, Inc
8346 #       1393 Main Street,
8347 #       Waltham, MA 02154
8348 #       Vox: (617)-890-5796.
8350 # However, if you call that number today you'll get an insurance company.
8351 # I think Modgraph is long gone.
8354 modgraph|mod|modgraph terminal emulating vt100:\
8355         :xn@:\
8356         :co#80:li#24:\
8357         :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:\
8358         :rf@:sr=5\EM\E[K:vs=\E^9;0s\E^7;1s:tc=vt100:
8359 # (modgraph2: mapped ":pt:" to default tabs -- esr)
8360 # The GX-1000 manual is dated 1984
8361 modgraph2|modgraph gx-1000, set to 80x24, keypad not enabled:\
8362         :am:bs:da:db:pt:\
8363         :co#80:li#24:\
8364         :cd=50\EJ:ce=3\EK:cl=50\EH\EJ:cm=5\EY%+ %+ :\
8365         :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:\
8366         :nd=2\EC:sr=5\EI:up=2\EA:
8368 #### Morrow Designs
8370 # This was George Morrow's company.  They started in the late 1970s making
8371 # S100-bus machines.  They used to be reachable at:
8373 #        Morrow
8374 #        600 McCormick St.
8375 #        San Leandro, CA 94577
8377 # but they're long gone now (1995).
8380 # The mt70 terminal was shipped with the Morrow MD-3 microcomputer. 
8381 # Jeff's specimen was dated June 1984.
8382 # From: Jeff Wieland <wieland@acn.purdue.edu> 24 Feb 1995
8383 mt70|mt-70|Morrow MD-70; native Morrow mode:\
8384         :am:mi:ms:xo:\
8385         :co#80:it#8:li#24:\
8386         :%1=^AO\r:F1=^A`\r:F2=^Aa\r:F3=^Ab\r:F4=^Ac\r:\
8387         :F5=^Ad\r:F6=^Ae\r:F7=^Af\r:F8=^Ag\r:F9=^Ah\r:\
8388         :FA=^Ai\r:ac=+z\\\054{.yOi-x`|jGkFlEmDnHtLuKvNwMxIqJ:\
8389         :ae=\E%:al=\EE:as=\E$:bl=^G:bt=\EI:cd=\EY:ce=\ET:\
8390         :cl=^Z:cm=\E=%+ %+ :cr=^M:ct=\E0:dc=\EW:dl=\ER:do=^J:\
8391         :ei=:ho=^^:i1=\E"2\EG0\E]:ic=\EQ:im=:k1=^A@\r:\
8392         :k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
8393         :k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:kB=^A^Z\r:\
8394         :kC=^An\r:kD=\177:kb=^H:kd=^AK\r:kh=^AN\r:kl=^AL\r:\
8395         :kr=^AM\r:ku=^AJ\r:le=^H:me=\EG0:mh=\EG2:mr=\EG4:\
8396         :nd=^L:nw=^_:se=\EG0:sf=^J:so=\EG4:ta=^I:\
8397         :ti=\E"2\EG0\E]:up=^K:us=\EG1:vb=\EK1\EK0:ve=\E"2:\
8398         :vi=\E"0:
8400 #### Netronics
8402 # The Netronics Smarterm 80 was a kit-built terminal that came in at least two
8403 # flavors, a first 40-column version, and a second 64-column version released
8404 # about 1983.
8406 # (netx: removed obsolete ":ma=j^Jk^Pl :" -- esr)
8407 netx|netronics:\
8408         :bs:\
8409         :co#64:li#16:\
8410         :bl=^G:cd=\006\005:ce=\005:cl=\014:cm=\E=%+@%+@:\
8411         :cr=^M:do=^J:ho=^D:le=^H:nd=\E+@A:sf=^J:sr=\E=@@\013:\
8412         :up=^K:
8413 smartvid|Netronics Smartvid 80:\
8414         :am:bw:eo:ms:xs:\
8415         :co#80:li#24:sg#1:ug#1:\
8416         :ae=\EGB:as=\EG@:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=^L:\
8417         :cm=\E=%+ %+ :cr=^M:dc=\EW:dl=\ER:do=^J:ei=\ED:ho=^Z:\
8418         :ic=\EQ:im=\EC:le=^H:ll=^Z^K:nd=^A:se=\EG@:sf=^J:\
8419         :so=\EGC:sr=^K:ta=\Ei:te=^Z^K:ue=\EG@:up=^K:us=\EGA:\
8420         :ve=^Z^K:
8421 smarterm|smarterm-s|netronics smarterm 80x24 naked terminal:\
8422         :am:ul:\
8423         :co#80:li#24:sg#1:ug#1:\
8424         :al=\EE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=^L:\
8425         :cm=\E=%+ %+ :cr=^M:dc=\EW:dl=\ER:do=^J:ei=\ED:ho=^Z:\
8426         :ic=\EQ:im=\EC:le=^H:nd=^A:sf=^J:ta=^I:ue=\EG@:\
8427         :us=\EGA:
8429 #### Omron
8431 # This company is still around in 1995, manufacturing point-of-sale systems.
8433 omron|Omron 8025AG:\
8434         :am:bs:da:db:\
8435         :co#80:li#24:\
8436         :al=\EL:bl=^G:cd=\ER:ce=\EK:cl=\EJ:cr=^M:dc=\EP:\
8437         :dl=\EM:do=^J:ho=\EH:le=^H:nd=\EC:se=\E4:sf=\ES:\
8438         :so=\Ef:sr=\ET:up=\EA:vs=\EN:
8440 #### Soroc
8443 # (soroc120: removed obsolete ":ma=^K^P^R^L^L :" -- esr)
8444 soroc120|iq120|soroc iq120:\
8445         :cd=\EY:ce=\ET:cl=\E*:do=^J:kd=^J:kl=^H:kr=^L:ku=^K:tc=adm3a:
8446 soroc140|iq140|soroc iq140:\
8447         :am:mi:\
8448         :co#80:li#24:\
8449         :al=\Ee:bl=^G:bt=\EI:cd=\Ey:ce=\Et:cl=\E+:\
8450         :cm=\E=%+ %+ :cr=^M:dc=\Ew:dl=\Er:do=^J:ei=\E8:ho=^^:\
8451         :im=\E9:k0=^A0\r:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:\
8452         :k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:kb=^H:\
8453         :kh=^^:kr=^L:ku=^K:le=^H:ll=^^^K:nd=^L:se=\E\177:\
8454         :sf=^J:so=\E\177:ue=\E^A:up=^K:us=\E^A:
8456 #### Southwest Technical Products
8458 # These guys made an early personal micro called the M6800.  
8459 # The ct82 was probably its console terminal.
8462 # (swtp: removed obsolete ":bc=^D:" -- esr)
8463 swtp|ct82|southwest technical products ct82:\
8464         :am:\
8465         :co#82:li#20:\
8466         :al=^^Y:bl=^G:cd=^V:ce=^F:cl=^L:cm=\013%r%.%.:cr=^M:\
8467         :dc=^^H:dl=^Z:do=^J:ei=:ho=^P:ic=^^X:im=:\
8468         :is=\034\022\036\023\036\004\035\027\011\023\036\035\036\017\035\027\022\011:\
8469         :le=^D:ll=^C:nd=^S:se=^^^F:sf=^N:so=^^^V:sr=^O:up=^A:
8471 #### Synertek
8473 # Bob Manson <manson@pattyr.acs.ohio-state.edu> writes (28 Apr 1995):
8475 # Synertek used to make ICs, various 6502-based single-board process
8476 # control and hobbyist computers, and assorted peripherals including a
8477 # series of small inexpensive terminals (I think they were one of the
8478 # first to have a "terminal-on-a-keyboard", where the terminal itself
8479 # was only slightly larger than the keyboard).
8481 # They apparently had a KTM-1 model, which I've never seen. The KTM-2/40
8482 # was a 40x24 terminal that could connect to a standard TV through a
8483 # video modulator.  The KTM-2/80 was the 80-column version (the 2/40
8484 # could be upgraded to the 2/80 by adding 2 2114 SRAMs and a new ROM).
8485 # I have a KTM-2/80 still in working order.  The KTM-2s had fully
8486 # socketed parts, used 2 6507s, a 6532 as keyboard scanner, a program
8487 # ROM and 2 ROMs as character generators. They were incredibly simple,
8488 # and I've never had any problems with mine (witness the fact that mine
8489 # was made in 1981 and is still working great... I've blown the video
8490 # output transistor a couple of times, but it's a 2N2222 :-)
8492 # The KTM-3 (which is what is listed in the terminfo file) was their
8493 # attempt at putting a KTM-2 in a box (and some models came with a
8494 # CRT). It wasn't much different from the KTM-2 hardware-wise, but the
8495 # control and escape sequences are very different. The KTM-3 was always
8496 # real broken, at least according to the folks I've talked to about it.
8498 # The padding in the entry is probably off--these terminals were very
8499 # slow (it takes like 100ms for the KTM-2 to clear the screen...) And
8500 # anyone with any sanity replaced the ROMs with something that provided
8501 # a reasonable subset of VT100 functionality, since the usual ROMs were
8502 # obviously very primitive... oh, you could get an upgraded ROM from
8503 # Synertek for some incredible amount of money, but what hacker with an
8504 # EPROM burner would do that? :)
8506 # Sorry I don't have any contact info; I believe they were located in
8507 # Sunnyvale, and I'm fairly sure they are still manufacturing ICs
8508 # (they've gone to ASICs and FPGAs), but I doubt they're in the computer
8509 # business these days.
8511 # Tested, seems to work fine with vi.
8512 synertek|ktm|synertek380|synertek ktm 3/80 tubeless terminal:\
8513         :am:\
8514         :co#80:li#24:\
8515         :cd=\EJ:ce=\EK:cl=^Z:cm=\E=%+ %+ :le=^H:nd=^L:up=^K:
8517 #### Tab Office Products
8519 #       TAB Products Co. - Palo Alto, California
8520 #       Electronic Office Products,
8521 #       1451 California Avenue 94304
8523 # I think they're out of business.
8526 # The tab 132 uses xon/xoff, so no padding needed.
8527 # :ks:/:ke: have nothing to do with arrow keys.
8528 # :is: sets 80 col mode, normal video, autowrap on (for :am:).
8529 # Seems to be no way to get rid of status line.
8530 # The manual for this puppy was dated June 1981.  It claims to be VT52-
8531 # compatible.
8532 tab132|tab|tab132-15|tab 132/15:\
8533         :da:db:\
8534         :co#80:dN@:li#24:lm#96:\
8535         :al=\E[L:cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:do=^J:\
8536         :ei=\E[4l:im=\E[4h:is=\E[?7h\E[?3l\E[?5l:kd=\E[B:ke@:\
8537         :kl=\E[D:ks@:ku=\E[A:tc=vt100:
8538 tab132-w:\
8539         :co#132:\
8540         :is=\E[?7h\E[?3h\E[?5l:tc=tab132:
8541 tab132-rv:\
8542         :is=\E[?7h\E[?3l\E[?5h:tc=tab132:
8543 tab132-w-rv:\
8544         :is=\E[?7h\E[?3h\E[?5h:tc=tab132-w:
8547 #### Teleray
8549 #       Research Incorporated
8550 #       6425 Flying Cloud Drive
8551 #       Eden Prairie, MN 55344
8552 #       Vox: (612)-941-3300
8554 # The Teleray terminals were all discontinued in 1992-93.  RI still services
8555 # and repairs these beasts, but no longer manufactures them.  The Teleray
8556 # people believe that all the types listed below are very rare now (1995).
8557 # There was a newer line of Telerays (Model 7, Model 20, Model 30, and
8558 # Model 100) that were ANSI-compatible.
8560 # Note two things called "teleray".  Reorder should move the common one
8561 # to the front if you have either.  A dumb teleray with the cursor stuck
8562 # on the bottom and no obvious model number is probably a 3700.
8565 t3700|dumb teleray 3700:\
8566         :bs:\
8567         :co#80:li#24:\
8568         :bl=^G:cl=^L:cr=^M:do=^J:le=^H:sf=^J:
8569 # (t3800: mapped ":pt:" to default tabs -- esr)
8570 t3800|teleray 3800 series:\
8571         :bs:pt:\
8572         :co#80:li#24:\
8573         :bl=^G:cd=\EJ:ce=\EK:cl=^L:cm=\EY%+ %+ :cr=^M:do=^J:\
8574         :ho=\EH:le=^H:ll=\EY7 :nd=\EC:sf=^J:ta=^I:up=^K:
8575 # (t1061: mapped ":pt:" to default tabs -- esr)
8576 t1061|teleray|teleray 1061:\
8577         :am:km:xs:xt:\
8578         :co#80:li#24:sg#1:ug#1:\
8579         :al=\EL:bl=^G:cd=\EJ:ce=\EK:cl=\014:cm=\EY%+ %+ :\
8580         :cr=^M:ct=\EG:dc=\EQ:dl=\EM:do=^J:ei=:ho=\EH:ic=\EP:\
8581         :im=:ip=:\
8582         :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:\
8583         :k1=^Z1:k2=^Z2:k3=^Z3:k4=^Z4:k5=^Z5:k6=^Z6:k7=^Z7:\
8584         :k8=^Z8:le=^H:nd=\EC:se=\ER@:sf=^J:so= \ERD:st=\EF:\
8585         :ta=^I:ue=\ER@:up=\EA:us=\ERH:
8586 t1061f|teleray 1061 with fast PROMs:\
8587         :al=\EL:dl=\EM:ip@:tc=t1061:
8588 # "Teleray Arpa Special", offically designated as
8589 # "Teleray Arpa network model 10" with "Special feature 720".
8590 # This is the new (1981) fast microcode updating the older "arpa" proms
8591 # (which gave meta-key and progmmable-fxn keys).  720 is much much faster,
8592 # converts the keypad to programmable function keys, and has other goodies.
8593 # Standout mode is still broken (magic cookie, etc) so is suppressed as no
8594 # programs handle such lossage properly.
8595 # Note: this is NOT the old termcap's "t1061f with fast proms."
8596 # From: J. Lepreau <lepreau@utah-cs> Tue Feb  1 06:39:37 1983, Univ of Utah
8597 # (t10: mapped ":pt:" to default tabs;
8598 # removed overridden ":so@:se@:us@:ue@:" -- esr)
8599 t10|teleray 10 special:\
8600         :bs:km:pt:xs:xt:\
8601         :co#80:li#24:sg#2:ug#1:\
8602         :al=\EL:cd=\EJ:ce=\EK:cl=30\Ej:cm=\EY%+ %+ :dc=\EQ:\
8603         :dl=\EM:ei=:ho=\EH:ic=\EP:im=:nd=\EC:pc=\200:se=\ER@:\
8604         :sf=\Eq:so=\ERD:sr=\Ep:ue=\ER@:up=\EA:us=\ERH:
8605 # teleray 16 - map the arrow keys for vi/rogue, shifted to up/down page, and
8606 # back/forth words. Put the function keys (f1-f10) where they can be
8607 # found, and turn off the other magic keys along the top row, except
8608 # for line/local. Do the magic appropriate to make the page shifts work.
8609 # Also toggle ^S/^Q for those of us who use Emacs.
8610 t16|teleray 16:\
8611         :am:da:db:mi:xs:xt:\
8612         :co#80:li#24:\
8613         :al=\E[L:bl=^G:cd=\E[0J:ce=\E[0K:cl=\E[H\E[2J:\
8614         :cm=%i\E[%d;%df:cr=^M:dc=\E[P:dl=\E[M:do=\E[B:\
8615         :ei=\E[4l:ho=\E[H:im=\E[4h:k1=^Z1:k2=^Z2:k3=^Z3:\
8616         :k4=^Z4:k5=^Z5:k6=^Z6:k7=^Z7:k8=^Z8:k9=^Z9:k;=^Z0:\
8617         :le=^H:nd=\E[C:se=\E[m:sf=^J:so=\E[7m:sr=\E[T:ta=^I:\
8618         :te=\E[V\E[24;1f\E[?38h:ti=\E[U\E[?38l:ue=\E[m:\
8619         :up=\E[A:us=\E[4m:
8621 #### Texas Instruments (ti)
8624 ti700|ti733|ti735|ti silent 700:\
8625         :bs:hc:os:\
8626         :co#80:dC#162:\
8627         :bl=^G:cr=\r:do=^J:le=^H:sf=^J:
8628 ti743|ti745|ti silent 745:\
8629         :bs:hc:os:\
8630         :co#80:\
8631         :bl=^G:cr=^M:do=^J:le=^H:sf=^J:
8632 ti800|ti omni 800:\
8633         :bs:hc:os:\
8634         :co#132:\
8635         :bl=^G:cr=^M:do=^J:le=^H:sf=^J:
8636 ti924|Texas Instruments 924 VDT 8859/1 7 bit CTRL:\
8637         :am:xo:\
8638         :co#80:it#8:li#24:\
8639         :al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[2J\E[H:\
8640         :cm=%i\E[%d;%dH:cr=^M:cs=%i\E[%d;%dr:ct=\E[3g:\
8641         :dl=\E[M:do=\E[B:ho=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:\
8642         :k4=\EOS:k5=\E[16~:k6=\E[17~:k7=\E[18~:k8=\E[19~:\
8643         :k9=\E[20~:kD=\E[P:kI=\E[@:kb=^H:kd=\E[B:kl=\E[D:\
8644         :kr=\E[C:ku=\E[A:le=\E[D:mb=\E[5m:md=\E[1m:me=\E[0m:\
8645         :mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:se=\E[m:sf=\ED:\
8646         :so=\E[7m:sr=\EM:st=\EH:ta=^I:ue=\E[m:up=\E[A:\
8647         :us=\E[4m:ve=\E[?25h:vi=\E[?25l:vs=\E[?31h:
8648 ti924-8|Texas Instruments 924 VDT 8859/1 8 bit CTRL:\
8649         :am:xo:\
8650         :co#80:it#8:li#24:\
8651         :al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[2J\E[H:\
8652         :cm=%i\E[%d;%dH:cr=^M:cs=%i\E[%d;%dr:ct=\E[3g:\
8653         :dl=\E[M:do=\E[B:ho=\E[H:k1=P\217>:k2=Q\217>:\
8654         :k3=R\217>:k4=S\217>:k5=~\23316>:k6=~\23317>:\
8655         :k7=~\23318>:k8=~\23319>:k9=~\23320>:kD=P\233>:\
8656         :kI=@\233>:kb=^H:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:\
8657         :le=\E[D:mb=\E[5m:md=\E[1m:me=\E[0m:mr=\E[7m:nd=\E[C:\
8658         :rc=\E8:sc=\E7:se=\E[m:sf=\ED:so=\E[7m:sr=\EM:st=\EH:\
8659         :ta=^I:ue=\E[m:up=\E[A:us=\E[4m:ve=\E[?25h:\
8660         :vi=\E[?25l:vs=\E[?31h:
8661 ti924w|Texas Instruments 924 VDT 7 bit - 132 column mode:\
8662         :co#132:\
8663         :tc=ti924:
8664 ti924-8w|Texas Instruments 924 VDT 8 bit - 132 column mode:\
8665         :co#132:\
8666         :tc=ti924-8:
8667 em931-9|Texas Instruments 924 Emulator in the 931 Mode:\
8668         :tc=ti931:
8669 em924|Texas Instruments 924 Emulator in the 924 Mode:\
8670         :tc=ti924:
8671 em931|Texas Instruments 931 Emulator:\
8672         :tc=ti931:
8673 ti931|Texas Instruments 931 VDT:\
8674         :am:xo:\
8675         :co#80:li#24:\
8676         :LE=ENTR:al=\EN:bl=^G:cd=\EJ:ce=\EI:cl=\EL:\
8677         :cm=\EY%+ %+ :cr=^M:dc=\EQ:dl=\EO:do=\EB:ei=:ho=\EH:\
8678         :ic=\ER\EP\EM:im=:is=\EGB\E(@B@@\E):k1=\Ei1:k2=\Ei2:\
8679         :k3=\Ei3:k4=\Ei4:k5=\Ei5:k6=\Ei6:k7=\Ei7:k8=\Ei8:\
8680         :k9=\Ei9:kA=\EN:kD=\EQ:kI=\EP:kL=\EO:kd=\EB:kl=\ED:\
8681         :kr=\EC:ku=\EA:le=\ED:mb=\E4P:me=\E4@:mk=\E4H:\
8682         :mr=\E4B:nd=\EC:se=\E4@:sf=\Ea:so=\E4A:sr=\Eb:\
8683         :ue=\E4@:up=\EA:us=\E4D:ve=\E4@:
8684 ti926|Texas Instruments 926 VDT 8859/1 7 bit CTRL:\
8685         :cs@:sf=\E[1S:sr=\E[1T:tc=ti924:
8686 ti926-8|Texas Instruments 926 VDT 8859/1 8 bit CTRL:\
8687         :cs@:sf=S\2331>:sr=T\2331>:tc=ti924-8:
8688 ti_ansi|basic entry for ti928:\
8689         :am:eo:ut:xn:xo:\
8690         :Co#8:co#80:it#8:li#25:pa#64:\
8691         :@7=\E[F:Sb=\E[4%dm:Sf=\E[3%dm:al=\E[L:bl=^G:bt=\E[Z:\
8692         :cd=\E[J:ce=\E[K:cl=\E[2J\E[H:cm=\E[%i%d;%dH:cr=^M:\
8693         :cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:do=\E[B:ei=:ho=\E[H:\
8694         :ic=\E[@:im=:k0=\E[V:k1=\E[M:k2=\E[N:k3=\E[O:k4=\E[P:\
8695         :k5=\E[Q:k6=\E[R:k7=\E[S:k8=\E[T:k9=\E[U:kN=\E[G:\
8696         :kP=\E[I:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:\
8697         :ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:nd=\E[C:\
8698         :op=\E[37;40m:se=\E[m:sf=\E[S:so=\E[7m:sr=\E[T:ta=^I:\
8699         :ue=\E[m:up=\E[A:us=\E[4m:
8701 #       928 VDT 7 bit control mode
8703 ti928|Texas Instruments 928 VDT 8859/1 7 bit CTRL::\
8704         :%9=\E[35~:@7=\E_1\E\\:@8=\E[8~:F1=\E[29~:F2=\E[31~:\
8705         :F3=\E[32~:F5=\E[34~:k1=\E[17~:k2=\E[18~:k3=\E[19~:\
8706         :k4=\E[20~:k5=\E[21~:k6=\E[23~:k7=\E[24~:k8=\E[25~:\
8707         :k9=\E[26~:k;=\E[28~:kD=\E[P:kI=\E[@:kN=\E[S:kP=\E[T:tc=ti_ansi:
8709 #       928 VDT 8 bit control mode
8711 ti928-8|Texas Instruments 928 VDT 8859/1 8 bit CTRL::\
8712         :%9=\23335~:@7=\2371\234:@8=\2338~:F1=\23329~:\
8713         :F2=\23331~:F3=\23332~:F5=\23334~:k1=\23317~:\
8714         :k2=\23318~:k3=\23319~:k4=\23320~:k5=\23321~:\
8715         :k6=\23323~:k7=\23324~:k8=\23325~:k9=\23326~:\
8716         :k;=\23328~:kD=\233P:kI=\233@:kN=\233S:kP=\233T:\
8717         :kh=\233H:tc=ti_ansi:
8719 #### Zentec (zen)
8722 # (zen30: removed obsolete ":ma=^L ^R^L^K^P:" -- esr)
8723 zen30|z30|zentec 30:\
8724         :am:bs:mi:ul:\
8725         :co#80:li#24:\
8726         :al=\EE:bl=^G:cd=\EY:ce=\ET:cl=\E*:cm=\E=%+ %+ :\
8727         :cr=^M:dc=\EW:dl=\ER:do=^J:ei=\Er:ho=^^:im=\Eq:le=^H:\
8728         :nd=^L:se=\EG0:sf=^J:so=\EG6:up=^K:
8729 # (zen50: this had unknown capabilities
8730 #       :BS=^U:CL=^V:CR=^B:
8731 # UK/DK/RK/LK/HM were someone's aliases for ku/kd/kl/kr/kh,
8732 # which were also in the original entry -- esr)
8733 # (zen50: removed obsolete ":ma=^Hh^Ll^Jj^Kk:" -- esr)
8734 zen50|z50|zentec zephyr:\
8735         :am:bs:\
8736         :co#80:li#24:sg#1:\
8737         :al=\EE:cd=\EY:ce=\ET:cl=\E+:cm=\E=%+ %+ :dc=\EW:\
8738         :dl=\ER:ei=:ic=\EQ:im=:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:\
8739         :se=\EGO:so=\EG4:up=^K:
8741 ######## OTHER OBSOLETE TYPES
8743 # These terminals are *long* dead -- these entries are retained for
8744 # historical interest only.
8746 #### Obsolete non-ANSI software emulations
8749 # CTRM terminal emulator
8750 # 1. underlining is not allowed with colors: first, is is simulated by 
8751 # black on white, second, it disables background color manipulations.
8752 # 2. BLINKING, REVERSE and BOLD are allowed with colors,
8753 # so we have to save their status in the static registers A, B and H
8754 # respectively, to be able to restore them when color changes
8755 # (because any color change turns off ALL attributes)
8756 # 3. "enter_bold_mode" and "enter_reverse_mode" sequences alternates modes,
8757 # rather then simply  entering them.  Thus we have to check the
8758 # static register B and H to determine the status, before sending the 
8759 # escape sequence.
8760 # 4. sgr0 now must set the status of all 3 register (A,B,H) to zero
8761 # and then reset colors
8762 # 5. implementation of the protect mode would badly penalize the performance.
8763 # we would have to use \E&bn sequence to turn off colors (as well as all
8764 # other attributes), and keep the status of protect mode in yet another
8765 # static variable.  If someone really need this mode, they would have to
8766 # create another terminfo entry.
8767 # 6. original color-pair is white on black.
8768 # store the information about colors into static registers
8769 # 7. set foreground color.  it performs the following steps.
8770 #   1) turn off all attributes
8771 #   2) turn on the background and video attribues that have been turned
8772 #      on before (this information is stored in static registers X,Y,Z,A,B,H,D).
8773 #   3) turn on foreground attributes
8774 #   4) store information about foreground into U,V,W static registers
8775 # 8. turn on background: similar to turn on foreground above
8776 ctrm|C terminal emulator:\
8777         :am:ut:xo:\
8778         :Co#8:NC#2:Nl#0:co#80:lh#0:li#24:lm#0:lw#0:pa#63:\
8779         :pb#19200:vt#6:\
8780         :..Sb=\E&bn\n%?%gA%t\E&dA%;\n%?%gB%t\E&dB%;\n%?%gH%t\E&dH%;\n%?%gU%t\E&bR%;\n%?%gV%t\E&bG%;\n%?%gW%t\E&bB%;\n\n%?%p1%{1}%&%t\E&bb%{1}%e%{0}%;%PZ\n%?%p1%{2}%&%t\E&bg%{1}%e%{0}%;%PY\n%?%p1%{4}%&%t\E&br%{1}%e%{0}%;%PX:\
8781         :..Sf=\E&bn\n%?%gA%t\E&dA%;\n%?%gB%t\E&dB%;\n%?%gH%t\E&dH%;\n%?%gX%t\E&br%;\n%?%gY%t\E&bg%;\n%?%gZ%t\E&bb%;\n\n%?%p1%{1}%&%t\E&bB%{1}%e%{0}%;%PW\n%?%p1%{2}%&%t\E&bG%{1}%e%{0}%;%PV\n%?%p1%{4}%&%t\E&bR%{1}%e%{0}%;%PU:\
8782         :al=\EL:bl=^G:bt=\Ei:cd=\EJ:ce=\EK:ch=\E&a%dC:\
8783         :cl=\EH\EJ:cm=\E&a%r%dc%dY:cr=^M:ct=\E3:cv=\E&a%dY:\
8784         :dc=\EP:dl=\EM:do=^J:ei=\ER:im=\EQ:ip=:is=\E&jA\r:\
8785         :k1=\Ep\r:k2=\Eq\r:k3=\Er\r:k4=\Es\r:k5=\Et\r:\
8786         :k6=\Eu\r:k7=\Ev\r:k8=\Ew\r:kb=^H:kd=\Ew\r:ke=\E&jA:\
8787         :kh=\Ep\r:kl=\Eu\r:kr=\Ev\r:ks=\E&jB:ku=\Et\r:le=^H:\
8788         :mb=\E&dA%{1}%PA:md=%?%gH%{0}%=%t\E&dH%{1}%PH%;:\
8789         :me=\E&d@%{0}%PA%{0}%PB%{0}%PH:\
8790         :mr=%?%gB%{0}%=%t\E&dB%{1}%PB%;:nd=\EC:\
8791         :op=\E&bn\E&bB\E&bG\E&bR\n%{0}%PX%{0}%PY%{0}%PZ\n%{1}%PW%{1}%PV%{1}%PU:\
8792         :..sa=\E&d@%{0}%PA%{0}%PB%{0}%PD%{0}%PH\n%?%p1%p3%p5%|%|%t\E&dB%{1}%PB%;\n%?%p4%t\E&dA%{1}%PA%;\n%?%p6%t\E&dH%{1}%PH%;\n%?%p2%t\E&dD%;:\
8793         :sf=^J:so=\E&dD:st=\E1:ta=\011:up=\EA:us=\E&dD:
8795 # gs6300 - can't use blue foreground, it clashes with underline;
8796 # it's simulated with cyan
8797 gs6300|emots|AT&T PC6300 with EMOTS Terminal Emulator:\
8798         :am:ms:ut:xo:\
8799         :Co#8:co#80:it#8:li#24:pa#63:\
8800         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
8801         :LE=\E[%dD:LF=\E|:RI=\E[%dC:Sb=\E[?;%dm:\
8802         :..Sf=\E[?%?%p1%{0}%=%t0\n%e%p1%{1}%=%t2\n%e%p1%{1}%-%d%;m:\
8803         :UP=\E[%dA:\
8804         :ac=\\\054\\\054..--++``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
8805         :ae=\E[10m:al=\E[L:as=\E[11m:bl=^G:cd=\E[J:ce=\E[K:\
8806         :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:\
8807         :do=^J:ei=:ho=\E[H:ic=\E[@:im=:is=\E[0m:k1=\E[0s:\
8808         :k2=\E[24s:k3=\E[1s:k4=\E[23s:k5=\E[2s:k6=\E[22s:\
8809         :k7=\E[3s:k8=\E[21s:kB=^R^I:kb=^H:kd=\E[B:kh=\E[H:\
8810         :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:\
8811         :me=\E[m\E[10m:mr=\E[7m:nd=\E[C:op=\E[?;m:pf=\E[4i:\
8812         :po=\E[5i:r1=\Ec:sf=^J:so=\E[1m:sr=\E[L:ta=^I:\
8813         :up=\E[A:us=\E[4m:
8815 # From: <earle@smeagol.UUCP> 29 Oct 85 05:40:18 GMT
8816 # MS-Kermit with Heath-19 emulation mode enabled
8817 # (h19k: changed ":pt@:" to ":it@"
8818 h19k|h19kermit|heathkit emulation provided by Kermit (no auto margin):\
8819         :am@:da:db:xt:\
8820         :it@:\
8821         :ta@:tc=h19-u:
8823 # pc52 - can't use blue foreground, it clashes with underline;
8824 # it's simulated with cyan
8825 # bold means: white on black bold, so it not allowed with colors
8826 # rev means: black on white, also not allowed
8827 # smso and dim are simulated with colors, ditto
8828 # smul is allowed, even though it always means white foreground:
8829 # it is too important to leave out.
8830 pc52|dec vt52 for PC:\
8831         :am:ms:ut:\
8832         :Co#8:NC#53:co#80:it#8:li#25:pa#63:\
8833         :Sb=\Ec%d:..Sf=\Eb%?%p1%{1}%=%t3\n%e%p1%d%;:al=\EL:\
8834         :bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :cr=^M:\
8835         :dl=\EM:do=^J:k1=\Ea:k2=\Eb:k3=\Ec:k4=\Ed:k5=\Ee:\
8836         :k6=\Ef:k7=\Eg:k8=\Eh:k9=\Ei:k;=\Ej:kb=^H:kd=\ED:\
8837         :kl=\EL:kr=\ER:ku=\EU:le=^H:mb=\Eo:md=\Ebo\Ec0:\
8838         :me=\Eb7\Ec0\Et:mh=\Eb3\Ec0:mr=\Ep:nd=\EC:\
8839         :op=\Eb7\Ec0:se=\Eb7\Ec0:sf=^J:so=\Eb6\Ec4:sr=\EI:\
8840         :ta=^I:up=\EA:us=\Es:
8842 # vs100 emulator using tsim
8843 # From: <lai@decwrl.dec.com>
8844 # (vs100t: had Al/Dl in front of obvious AL/DL capabilities;
8845 # also mapped ":pt:" to default tabs -- esr)
8846 vs100t|tsim|vs100-tsim:\
8847         :am:bs:pt:\
8848         :co#80:li#24:\
8849         :AL=\E+%+ :DL=\E-%+ :al=\EI:cd=\EQ:ce=\EL:cl=\EE:\
8850         :cm=\EM%+ %+ :cs=\ES%+ %+ :dc=\Ed:dl=\ED:do=^J:ei=:\
8851         :ho=\EH:ic=\Ei:im=:is=\ER:nd=\En:rs=\ER:se=\Er:\
8852         :so=\Eh:ue=\Ev:up=^K:us=\Eu:
8854 # From: Rick Thomas <ihnp4!btlunix!rbt>
8855 xtalk|IBM PC with xtalk communication program (versions up to 3.4):\
8856         :am:mi:ms:xo:\
8857         :co#80:it#8:li#24:sg#1:vt#3:\
8858         :@8=\EOM:DO=\E[%dB:K1=\EOq:K2=\EOr:K3=\EOs:K4=\EOp:\
8859         :K5=\EOn:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
8860         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
8861         :ae=^O:al=\E[L:as=^N:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\
8862         :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:ct=\E[3g:dl=\E[M:\
8863         :do=^J:eA=\E(B\E)0:ho=\E[H:k0=\EOy:k1=\EOP:k2=\EOQ:\
8864         :k3=\EOR:k4=\EOS:k5=\EOt:k6=\EOu:k7=\EOv:k8=\EOl:\
8865         :k9=\EOw:k;=\EOx:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:\
8866         :kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:nd=\E[C:\
8867         :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:se=\E[m :sf=^J:\
8868         :so=\E[7m :sr=\EM:st=\EH:ta=^I:up=\E[A:
8870 # YTERM standard version 1.0.
8871 # Straight old ascii keyboard except function keys are Yale (e.g.,ASCII.KBD).
8872 # Only 80 tab columns (else yterm 1.1 bug).  No :xn: in 1.0.
8873 # Cannot use termcap :sr=\EM: because vi will not work, too bad.
8874 # vi string is given so that yterm is reset each vi startup.
8875 # (yterm10: removed obsolete ":EP:" and ":ma=\bh^Jj\vk\fl\x1eH:" capabilities;
8876 # mapped ":pt:" to default tabs -- esr)
8877 # From: greg small <gts@populi.berkeley.edu> 9-25-84
8878 yterm10|yterm 1.0 UCB ascii.kbd:\
8879         :am:bs:pt:\
8880         :co#80:li#24:\
8881         :cd=^K:ce=^]:cl=^L:cm=\036%r%+ %+ :ho=^Y:\
8882         :is=\017\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:\
8883         :k0=\E0:k1=\E1:k2=\E2:k3=\E3:k4=\E4:k5=\E5:k6=\E6:\
8884         :k7=\E7:k8=\E8:k9=\E9:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:\
8885         :nd=^\:rc=\E8:sc=\E7:se=\E[m:so=\E[7m:ue=\E[m:up=^_:\
8886         :us=\E[4m:\
8887         :vs=\017\E[7i\E[m\E[?7h\E[?3g\r\EHY0      \EH        \EH        \EH        \EH        \EH        \EH        \EH        \EH        \EH\r:
8888 # YTERM variant version 1.1.  Version 1.1 has :xn:.
8889 # From: greg small <gts@populi.berkeley.edu> 9-13-84
8890 yterm11|yterm 1.1 UCB ascii.kbd:\
8891         :xn:\
8892         :is=\017\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:tc=yterm10:
8893 # YTERM 1.0 variant no autowrap or tabs
8894 # X does not remember autowrap or tabs when T is deleted and restarted.
8895 # (yterm: changed ":pt@:" to ":it@:" -- esr)
8896 yterm10nat|yterm 1.0 UCB ascii.kbd no autowrap or tabs:\
8897         :am@:\
8898         :it@:\
8899         :is=\017\E[7i\E[m\E[?7l\E[?3g\rY2  for YTERM 1.0 with ASCII.KBD 9-20-84 no autowrap or tabs\n:\
8900         :vs=\017\E[7i\E[m\E[?7l\E[?3g\rY2\r:tc=yterm10:
8902 # The official PC terminal emulator program of the AT&T Product Centers.
8903 # Note - insert mode commented out - doesn't seem to work on AT&T PC.
8904 simterm|attpc running simterm:\
8905         :am:\
8906         :co#80:li#24:\
8907         :al=\EL:bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\E=%+ %+ :\
8908         :cr=^M:dc=\ER:dl=\EM:do=\EB:ho=\EH:im=\EQ:le=^H:\
8909         :nd=\EC:sf=^J:so=\E&dB:te=\EVE:ti=\EVS:up=\EA:
8911 #### Daisy wheel printers
8914 # This section collects Diablo, DTC, Xerox, Qume, and other daisy
8915 # wheel terminals.  These are now largely obsolete.
8917 # This is an "experimental" entry for the SRI Agiles.
8918 # It has been tried in a minimal way -- the Agile did not blow up!
8919 # However, it has not been exhaustively tested.
8920 # Anyone who tries it and finds it wanting should get in touch with:
8921 # From: Ralph Keirstead <ralph@sri-unix>
8922 #       EK352; SRI International; 333 Ravenswood Avenue; Menlo Park, CA 94025
8923 # (agile: I removed an incorrect ":pl:" -- esr)
8924 agile|agiles|sri agiles:\
8925         :hc:os:\
8926         :co#132:\
8927         :bl=^G:cr=^M:ct=\E2:do=^J:hd=\E9:hu=\E0:is=\EE\EF\EJ:\
8928         :kb=^H:le=^H:sf=^J:st=\E1:ta=^I:up=\E^J:
8929 # (1620: mapped ":pt:" to default tabs -- esr)
8930 diablo1620|diablo1720|diablo450|ipsi|diablo 1620:\
8931         :bs:hc:os:pt:\
8932         :co#132:\
8933         :ch=\E\011%i%.:ct=\E2:do=^J:hd=\ED:hu=\EU:\
8934         :if=/usr/share/tabset/xerox1720:kb=^H:le=^H:st=\E1:\
8935         :up=\E^J:
8936 diablo1620-m8|diablo1640-m8|diablo 1620 w/8 column left margin:\
8937         :co#124:\
8938         :do=^J:is=\r        \E9:tc=diablo1620:
8939 diablo1640|diablo1730|diablo1740|diablo630|x1700|diablo|xerox|diablo 1640:\
8940         :bl=^G:if=/usr/share/tabset/xerox1730:se=\E&:so=\EW:\
8941         :ue=\ER:us=\EE:tc=diablo1620:
8942 diablo1640-lm|diablo-lm|xerox-lm|diablo 1640 with indented left margin:\
8943         :co#124:\
8944         :if=/usr/share/tabset/xerox1730-lm:se=\E&:so=\EW:\
8945         :ue=\ER:us=\EE:tc=diablo1620:
8946 diablo1740-lm|630-lm|1730-lm|x1700-lm:\
8947         :tc=diablo1640-lm:
8948 # DTC 382 with VDU.  Has no :cd: so we fake it with :ce:.  Standout
8949 # (so="^P \002^PF:") works but won't go away without dynamite (":se=^P \200:").
8950 # The terminal has tabs, but I'm getting tired of fighting the braindamage. 
8951 # If no tab is set or the terminal's in a bad mood, it glitches the screen
8952 # around all of memory.  Note that return puts a blank ("a return character")
8953 # in the space the cursor was at, so we use ^P return (and thus ^P newline for
8954 # newline).  Note also that if you turn off pt and let Unix expand tabs,
8955 # curses won't work (current version) because it doesn't turn off this bit,
8956 # and cursor addressing sends a tab for row/column 9.  What a losing terminal!
8957 # I have been unable to get tabs set in all 96 lines - it always leaves at
8958 # least one line with no tabs in it, and once you tab through that line,
8959 # it completely weirds out.
8960 dtc382|DTC 382:\
8961         :am:da:db:xs:\
8962         :co#80:li#24:lm#96:\
8963         :al=^P^Z:bl=^G:cd=\020\025\020\023\020\023:ce=^P^U:\
8964         :cl=\020\035:cm=\020\021%r%.%.:cr=^P^M:dc=^X:dl=^P^S:\
8965         :ei=^Pi:ho=^P^R:im=^PI:le=^H:nd=^PR:pc=\177:sf=^J:\
8966         :te=\020\035:ue=^P \200:up=^P^L:us=^P ^P:ve=^Pb:\
8967         :vs=^PB:
8968 dtc300s|DTC 300s:\
8969         :hc:os:\
8970         :co#132:\
8971         :bl=^G:cr=^M:ct=\E3:do=^J:ff=^L:hd=\Eh:hu=\EH:kb=^H:\
8972         :le=^H:sf=^J:st=\E1:ta=^I:up=^Z:
8973 gsi:\
8974         :hc:os:\
8975         :co#132:\
8976         :bl=^G:cr=^M:do=^J:hd=\Eh:hu=\EH:le=^H:sf=^J:ta=^I:\
8977         :up=^Z:
8978 aj830|aj832|aj|anderson jacobson:\
8979         :bs:hc:os:\
8980         :bl=^G:cr=^M:do=^J:hd=\E9:hu=\E8:le=^H:sf=^J:up=\E7:
8981 # From: Chris Torek <chris@gyre.umd.edu> Thu, 7 Nov 85 18:21:58 EST
8982 aj510|AJ510|Anderson-Jacobson model 510:\
8983         :am:bs:mi:\
8984         :co#80:li#24:\
8985         :al=2*\E&I:cd=\E'P:ce=\E'L:cl=^L:cm=\E#%+ %+ :\
8986         :dc=.1*\E'D:dl=2*\E&D:ei=\E'J:ic=:im=\E'I:ip=.1*:\
8987         :kd=\EZ:kl=\EW:kr=\EX:ku=\EY:nd=\EX:pc=\177:se=\E"I:\
8988         :so=\E"I:te=\E"N:ti=\E"N:ue=\E"U:up=\EY:us=\E"U:
8989 # From: <cbosg!ucbvax!pur-ee!cincy!chris> Thu Aug 20 09:09:18 1981
8990 # This is incomplete, but it's a start.
8991 # (5520: mapped ":pt:" to default tabs -- esr)
8992 nec5520|nec|spinwriter|nec 5520:\
8993         :bs:hc:os:pt:\
8994         :co#132:\
8995         :bl=^G:cr=^M:ct=\E3:do=^J:ff=^L:hd=\E]s\n\E]W:\
8996         :hu=\E]s\E9\E]W:kb=^H:le=^H:sf=^J:st=\E1:ta=^I:\
8997         :up=\E9:
8998 # (qume5: mapped ":pt:" to default tabs -- esr)
8999 qume5|qume|Qume Sprint 5:\
9000         :bs:hc:os:pt:\
9001         :co#80:\
9002         :bl=^G:cr=^M:ct=\E3:do=^J:ff=^L:hd=\Eh:hu=\EH:kb=^H:\
9003         :le=^H:sf=^J:st=\E1:ta=^I:up=^Z:
9004 # I suspect the xerox1720 is the same as the diablo 1620.
9005 # (x1720: mapped ":pt:" to default tabs -- esr)
9006 xerox1720|x1720|x1750|xerox 1720:\
9007         :bs:hc:os:pt:\
9008         :co#132:\
9009         :bl=^G:cr=^M:ct=\E2:do=^J:ff=^L:le=^H:sf=^J:st=\E1:\
9010         :ta=^I:
9012 #### Miscellaneous obsolete terminals, manufacturers unknown
9014 # If you have any information about these (like, a manufacturer's name, 
9015 # and a date on the serial-number plate) please send it!
9017 cad68-3|cgc3|cad68 basic monitor transparent mode size 3 chars:\
9018         :am:bs:\
9019         :co#73:li#36:\
9020         :cl=^Z:ho=^^:nd=^L:up=^K:
9021 cad68-2|cgc2|cad68 basic monitor transparent mode size 2 chars:\
9022         :am:bs:\
9023         :co#85:li#39:\
9024         :cl=^Z:ho=^^:k1=\E5:k2=\E6:k3=\E7:k4=\E8:kd=\E2:\
9025         :kl=\E3:kr=\E4:ku=\E1:nd=^L:se=\Em^C:so=\Em^L:up=^K:
9026 cdi|cdi1203:\
9027         :am:bs:hc:os:\
9028         :co#80:\
9029         :bl=^G:cr=\r:do=^J:le=^H:sf=^J:
9030 cops10|cops|cops-10:\
9031         :am:bw:\
9032         :co#80:li#24:\
9033         :bl=^G:cd=^W:ce=^V:cl=30^X:cm=\020%+ %+ :cr=^M:do=^J:\
9034         :kb=^H:kd=^J:kh=^Y:kl=^H:kr=^L:ku=^K:le=^H:nd=^L:\
9035         :sf=^J:up=^K:
9036 # (d132: removed duplicate ":ic=\E5:" -- esr)
9037 d132|datagraphix|datagraphix 132a:\
9038         :da:db:in:\
9039         :co#80:li#30:\
9040         :al=\E3:bl=^G:cl=^L:cr=^M:dc=\E6:do=^J:ei=:ho=\Et:\
9041         :ic=\E5:im=:nd=\El:sf=\Ev:sr=\Ew:up=\Ek:ve=\Em\En:\
9042         :vs=\Ex:
9043 # I'm told the d800 was an early portable terminal that looked a lot like the
9044 # original Compaq portable.
9045 # (d800: mapped ":pt:" to default tabs -- esr)
9046 d800|Direct 800/A:\
9047         :am:bs:da:db:ms:pt:xs:\
9048         :co#80:li#24:\
9049         :ae=\E[0m:as=\E[1m:bl=^G:cd=\E[J:ce=\E[K:\
9050         :cl=\E[1;1H\E[2J:cm=\E[%i%d;%dH:cr=^M:do=^J:k1=\EOP:\
9051         :k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOT:k6=\EOU:k7=\EOV:\
9052         :k8=\EOW:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
9053         :nd=\E[C:se=\E[0m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:\
9054         :ue=\E[0m:up=\E[A:us=\E[4m:ve=\E[>12h:vs=\E[>12l:
9055 digilog|digilog 333:\
9056         :bs:\
9057         :co#80:li#16:\
9058         :bl=^G:ce=^X:cr=^M:do=^J:ho=^N:le=^H:nd=^I:sf=^J:\
9059         :up=^O:
9060 env230|envision230|envision 230 graphics terminal:\
9061         :am:mi:ms:xo:\
9062         :co#80:it#8:li#24:vt#3:\
9063         :@8=\EOM:DO=\E[%dB:K1=\EOq:K2=\EOr:K3=\EOs:K4=\EOp:\
9064         :K5=\EOn:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
9065         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
9066         :ae=^O:as=^N:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\
9067         :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
9068         :ct=\E[3g:do=^J:eA=\E(B\E)0:ho=\E[H:k0=\EOy:k1=\EOP:\
9069         :k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOt:k6=\EOu:k7=\EOv:\
9070         :k8=\EOl:k9=\EOw:k;=\EOx:kb=^H:kd=\EOB:ke=\E[?1l\E>:\
9071         :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:\
9072         :md=\E[1m:me=\E[m\017:mr=\E[7m:nd=\E[C:pf=\E[4i:\
9073         :po=\E[5i:ps=\E[0i:\
9074         :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\
9075         :..sa=\E[%?%p1%t;1%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m:\
9076         :sc=\E7:se=\E[0m<2>:sf=^J:so=\E[1m<2>:sr=\EM:st=\EH:\
9077         :ta=^I:ue=\E[m:up=\E[A:us=\E[4m:
9078 # These execuports were impact-printer ttys with a 30- or maybe 15-cps acoustic
9079 # coupler attached, the whole rig fitting in a suitcase and more or less
9080 # portable.  Hot stuff for c.1977 :-) -- esr
9081 ep48|ep4080|execuport 4080:\
9082         :am:bs:os:\
9083         :co#80:\
9084         :bl=^G:cr=^M:do=^J:hd=^\:hu=^^:le=^H:sf=^J:
9085 ep40|ep4000|execuport 4000:\
9086         :am:bs:os:\
9087         :co#136:\
9088         :bl=^G:cr=^M:do=^J:hd=^\:hu=^^:le=^H:sf=^J:
9089 # From: Paul Leondis <unllab@amber.berkeley.edu>
9090 ifmr|Informer D304:\
9091         :am:bs:\
9092         :co#80:li#24:\
9093         :cd=\E/:ce=\EQ:cl=\EZ:cm=\EY%r%+ %+ :dc=\E\\:do=^J:\
9094         :ei=:ho=\EH:ic=\E[:im=:nd=\EC:se=\EK:so=\EJ:sr=\En:\
9095         :up=\EA:
9096 # This used to say "de#001202" which presumably refers to the stty bits
9097 # that need to be set for some version of Unix.  We need the real delay
9098 # requirements in MS.
9099 mw2|Multiwriter 2:\
9100         :hc:os:\
9101         :co#132:\
9102         :bl=^G:cr=^M:do=^J:sf=^J:
9103 # Entry largely based on wy60 and has the features of wy60ak.
9104 opus3n1+|Esprit  Opus3n1+ in wy60 mode with ANSI arrow keys +:\
9105         :am:bw:hs:km:mi:ms:ul:xo:\
9106         :Nl#8:co#80:lh#1:li#24:lw#8:ws#80:\
9107         :#2=\E{:%9=\EP:&3=\Er:@7=\E[F:@8=\E7:F1=^AJ\r:\
9108         :F2=^AK\r:F3=^AL\r:F4=^AM\r:F5=^AN\r:F6=^AO\r:\
9109         :LF=\EA11:LO=\EA10:RA=\Ed.:RX=\Ec20:SA=\Ed/:SX=\Ec21:\
9110         :ac=0wa_h[jukslrmqnxqzttuyv]wpxv:ae=\EH^C:al=\EE:\
9111         :as=\EH^B:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E*:\
9112         :cm=\Ea%i%dR%dC:cr=^M:ct=\E0:dc=\EW:dl=\ER:do=^J:\
9113         :ds=\Ez(\r:ei=\Er:fs=^M:ho=\036:\
9114         :if=/usr/lib/tabset/std:im=\Eq:ip=:\
9115         :is=\E`\072\Ee(\EO\Ee6\Ec41\E~4\Ec21\Ed/\Ezz&\E[A\037\Ezz'\E[B\037\Ezz(\E[D\037\Ezz)\E[C\037\Ezz<\E[Q\037\Ezz`\E[F\037\EA1*\EZH12:\
9116         :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
9117         :k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:kA=\EE:\
9118         :kB=\EI:kD=\EW:kE=\ET:kI=\EQ:kL=\ER:kN=\EK:kP=\EJ:\
9119         :kS=\EY:kb=^H:kd=\E[B:kh=^^:kl=\E[D:kr=\E[C:ku=\E[A:\
9120         :le=^H:mb=\EG2:me=\E(\EH\003\EG0\EcD:mh=\EGp:mk=\EG1:\
9121         :mp=\E):mr=\EG4:nd=^L:nw=\r\n:pf=^T:pl=\EZ2%+?%s\177:\
9122         :pn=\Ez%+/%s\r:po=^R:ps=\EP:px=\EZ1%+?%s\177:\
9123         :r1=\E~!\E~4:r2=\EeF:r3=\EwG\Ee(:\
9124         :..sa=%?%p8%t\E)%e\E(%;%?%p9%t\EH\002%e\EH\003%;\EG%'0'%?%p2%p6%|%t%{8}%|%;%?%p1%p3%|%p6%|%t%{4}%|%;%?%p4%t%{2}%|%;%?%p1%p5%|%t%{64}%|%;%?%p7%t%{1}%|%;%c:\
9125         :se=\EG0:sf=^J:so=\EG4:sr=\Ej:st=\E1:ta=\011:\
9126         :ti=\Ezz&\E[A\037\Ezz'\E[B\037\Ezz(\E[D\037\Ezz)\E[C\037\Ezz<\E[Q\037:\
9127         :ts=\Ez(:uc=\EG8%p1%c\EG0:ue=\EG0:up=^K:us=\EG8:\
9128         :ve=\E`1:vi=\E`0:
9129 # (ps300: changed ":pt@:" to "it@" -- esr)
9130 ps300|Picture System 300:\
9131         :xt:\
9132         :it@:\
9133         :se@:so@:ue@:us@:tc=vt100:
9134 ramtek|ramtek 6000:\
9135         :am:\
9136         :co#78:li#24:\
9137         :bl=^G:cl=[alpha]\n[erase]\n:cr=^M:do=^J:le=^H:sf=^J:
9138 # Upper case terminal, uses lower case for control sequences!!!
9139 tec400|tec scope:\
9140         :sg#1:\
9141         :al=e:cd=s:ce=c:cl=f:..cm=l%p2%~%c%p1%~%c:dc=t:dl=u:\
9142         :do=h:ei=:ho=i:ic=d:im=:le=w:nd=g:se=|:so={:up=x:
9143 # From: <ucbvax!geoff> Mon Sep 21 21:15:45 1981
9144 # This entry has been tested.
9145 tec500|tec 500:\
9146         :am:bs:\
9147         :co#80:li#24:\
9148         :bl=^G:cl=\032:cm=\E=%+ %+ :cr=^M:do=^J:ho=^^:le=^H:\
9149         :nd=^L:se=^\:sf=^J:so=^]:up=^K:
9150 # tec is untested, and taken from CB/Unix virtual terminal driver.
9151 # I would appreciate more information on this terminal, such as the
9152 # manufacturer and the model number.  There are too many tecs in here.
9153 # (tec: removed obsolete ":ma=^K^P^_ :" -- esr)
9154 tec:\
9155         :am:bs:\
9156         :co#80:li#24:\
9157         :bl=^G:cl=^L:cr=^M:do=^J:ho=^^:le=^H:nd=^_:sf=^J:\
9158         :up=^K:
9159 teletec|Teletec Datascreen:\
9160         :am:bs:\
9161         :co#80:li#24:\
9162         :bl=^G:cl=^L:cr=^M:do=^J:ho=^^:le=^H:nd=^_:sf=^J:\
9163         :up=^K:
9164 # Terak made a PDP-11 based box with a bitmapped display that ran UCSD
9165 # Pascal as the native O/S. It was quite a nice box, and there were several
9166 # at Berkeley.
9167 terak|Terak emulating Datamedia 1520:\
9168         :tc=dm1520:
9169 # From: Mark Dornfeld <romwa@ucbvax.berkeley.edu>
9170 #               This termcap is for the LANPAR Technologies VISION 3220
9171 #       terminal.  The function key definitions k0-k5 represent the
9172 #       edit keypad: FIND, INSERT HERE, REMOVE, SELECT, PREV SCREEN,
9173 #       NEXT SCREEN. The key definitions k6-k9 represent the PF1 to
9174 #       PF4 keys.
9175 # (v3220: mapped ":pt:" to default tabs, removed obsolete ":kn#10:" -- esr)
9176 v3220|LANPAR Vision II model 3220/3221/3222:\
9177         :am:bs:mi:pt:xn:\
9178         :co#80:li#24:\
9179         :al=\E[L:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
9180         :dc=\E[P:dl=\E[M:ei=\E[4l:im=\E[4h:\
9181         :is=\E>\E[?3l\E[?7h\E[?8h\E[p:k0=\E[1~:k1=\E[2~:\
9182         :k2=\E[3~:k3=\E[4~:k4=\E[5~:k5=\E[6~:k6=\E[OP:\
9183         :k7=\E[OQ:k8=\E[OR:k9=\E[OS:kd=\E[B:ke=\E>:kh=\E[H:\
9184         :kl=\E[D:kr=\E[C:ks=\E=:ku=\E[A:nd=\E[C:se=\E[m:\
9185         :so=\E[7m:sr=\EM:ue=\E[m:up=\E[A:us=\E[4m:
9186 # Does anybody know where these "wind" terminals came from?
9187 wind:\
9188         :bs:\
9189         :co#80:li#24:\
9190         :cl=\EnP(\Eo:cm=\Ep%r%.%.:ho=\Ep\200\200:k1=\E5:\
9191         :k2=\E6:k3=\E7:k4=\E8:kd=\E2:kl=\E3:kr=\E4:ku=\E1:\
9192         :nd=^L:nl=^]:se=\Em^C:so=\Em^L:up=^K:
9193 wind16:\
9194         :bs:\
9195         :co#80:li#16:\
9196         :cl=\EnP\020\Eo:cm=\Ep%r%.%.:ho=\Ep\200\200:nd=^L:\
9197         :nl=^]:se=\Em^C:so=\Em^L:up=^K:
9198 wind40:\
9199         :bs:\
9200         :co#80:li#40:\
9201         :cl=\EnP(\Eo:cm=\Ep%r%.%.:ho=\Ep\200\200:nd=^L:nl=^]:\
9202         :se=\Em^C:so=\Em^L:up=^K:
9203 # (wind50: corrected :cl=\EnP\128\062\Eo: -- esr)
9204 wind50:\
9205         :bs:\
9206         :co#88:li#50:\
9207         :cl=\EnP2\Eo:cm=\Ep%r%.%.:ho=\Ep\200\200:k1=\E5:\
9208         :k2=\E6:k3=\E7:k4=\E8:kd=\E2:kl=\E3:kr=\E4:ku=\E1:\
9209         :nd=^L:nl=^]:se=\Em^C:so=\Em^L:up=^K:
9210 # (xitex: removed obsolete ":ma=j^Jk^Pl :" -- esr)
9211 xitex|xitex sct-100:\
9212         :bs:\
9213         :co#64:li#16:\
9214         :bl=^G:cd=\006\005:ce=\005:cl=\014:cm=\E=%+@%+@:\
9215         :cr=^M:do=^J:ho=^D:le=^H:nd=\E+@A:sf=^J:sr=\E=@@\013:\
9216         :up=^K:
9217 plasma|plasma panel:\
9218         :am:bs:\
9219         :co#85:li#45:\
9220         :bl=^G:cl=^L:cr=^M:do=^J:ho=^^:le=^H:nd=^X:sf=^J:\
9221         :up=^V:
9223 #### Homebrew and custom terminals
9226 # Nu machine parameters taken from mit-vax.
9227 #                                               smc - 5/21/85
9229 nuterminal:\
9230         :am:mi:ms:\
9231         :co#80:it#8:li#24:\
9232         :ae=\EG:al=1*\EL:as=\EF:cd=60\EJ:ce=10\EK:cl=60\EE:\
9233         :..cm=\EY%+ %+ :cr=^M:dc=2.5*\EN:dl=1*\EM:do=\EB:\
9234         :ei=\EO:ho=\EH:im=\E@:ip=2.5*:k1=\ES:k2=\ET:k3=\EU:\
9235         :k4=\EV:k5=\EW:k6=\EP:k7=\EQ:k8=\ER:kb=^H:kd=\EB:\
9236         :kh=\EH:kl=\ED:kr=\EC:ku=\EA:l6=blue:l7=red:l8=white:\
9237         :le=^H:nd=\EC:nw=^M^J:se=\Eq:sf=^J:so=\Ep:sr=\EI:\
9238         :ta=^I:up=\EA:ve=\Ey4:vs=\Ex4:
9239 nu24|nuwindow:\
9240         :mi:ms:\
9241         :co#86:it#8:li#24:\
9242         :ae=\EG:al=1*\EL:as=\EF:cd=\EJ:ce=\EK:cl=\EE:\
9243         :..cm=\EY%+ %+ :cr=^M:dl=1*\EM:do=\EB:ei=\EO:ho=\EH:\
9244         :im=\E@:ip=2.5*:kb=^H:kd=\EB:kh=\EH:kl=\ED:kr=\EC:\
9245         :ku=\EA:le=^H:nd=\EC:nw=^M^J:se=\Eq:sf=^J:so=\Ep:\
9246         :sr=\EI:ta=^I:up=\EA:ve=\Ey4:vs=\Ex4:
9247 bnu|nu51|bnuwindow:\
9248         :co#86:li#51:\
9249         :tc=nuterminal:
9250 fnu|nu61|fnuwindow:\
9251         :co#86:li#61:\
9252         :tc=nuterminal:
9253 nunix-30|nu-telnet-30|nu-half -- Half nu screen thru telnet:\
9254         :am:\
9255         :co#78:it#8:li#30:\
9256         :al=\EL:cd=\EJ:ce=\EK:cl=\EE:..cm=\EY%+ %+ :cr=^M:\
9257         :dl=\EM:do=\EB:ho=\EH:ip=2.5*:kb=^H:kd=^J:kl=^H:\
9258         :le=^H:nd=\EC:nw=^M^J:se=\Eq:sf=^J:so=\Ep:sr=\EI:\
9259         :ta=^I:up=\EA:
9260 nunix-61|nu-telnet-61|nu-full| Full nu screen thru telnet:\
9261         :co#78:li#61:\
9262         :tc=nunix-30:
9264 bch|bc|bill croft homebrew:\
9265         :am:bs:\
9266         :co#96:li#72:\
9267         :cl=^Z:cm=\E=%+ %+ :do=^J:ho=^^:le=^H:nd=^L:up=^K:\
9268         :vb=:
9269 nucterm|rayterm|NUC homebrew:\
9270         :am:bs:\
9271         :co#80:li#24:\
9272         :bl=^G:cd=^E:ce=^A:cl=\014:cr=^M:do=^J:ho=^B:le=^H:\
9273         :ll=^K:nd=^C:sf=^J:up=^N:
9274 carlock|klc:\
9275         :am:bs:\
9276         :co#80:li#24:\
9277         :al=^E:bl=^G:ce=^U:cl=\032:cm=\E=%+ %+ :cr=^M:\
9278         :dc=\177:dl=^D:do=^J:ei=^T:ho=^^:im=^T:nd=^L:se=^V:\
9279         :sf=^J:so=^V:up=^K:vb=\EV\EV:
9280 # uVAX
9281 qdss|qdcons|qdss glass tty:\
9282         :am:bs:\
9283         :co#128:li#57:\
9284         :cl=1\032:cm=\E=%.%.:do=^J:le=^H:nd=^L:up=^K:
9285 # (ubell: removed obsolete ":ma=j^Jk^P^K^Pl :";
9286 # mapped ":pt:" to default tabs; removed obsolete ":bc=^Y:" -- esr)
9287 ubell|ubellchar:\
9288         :am:bs:pt:\
9289         :co#80:li#24:\
9290         :bl=^G:ce=\Ed:cl=^Z:cm=\E=%+ %+ :cr=^M:do=^J:ho=^^:\
9291         :le=^H:nd=^L:sf=^J:ta=^I:up=^K:
9292 ttywilliams:\
9293         :am:\
9294         :co#80:li#12:\
9295         :bl=^G:ce=^_:cl=^^:cr=^M:do=^K:ho=^]:le=^Y:nd=^X:\
9296         :sf=^J:up=^Z:
9297 ######## ICH/ICH1 VERSUS RMIR/SMIR
9299 # Some non-curses applications get confused if both ich/ich1 and rmir/smir
9300 # are present; the symptom is doubled characters in an update using insert.
9301 # These applications are technically correct; in both 4.3BSD termcap and
9302 # terminfo, you're not actually supposed to specify both ich/ich1 and rmir/smir
9303 # unless the terminal needs both.  This requirement is now rare; most ich
9304 # sequences do not require previous smir, and most smir insert modes do not
9305 # require ich1 before each character.
9307 # For ncurses-based applications this is not a problem, as ncurses uses
9308 # one or the other as appropriate but never mixes the two.  Therefore we
9309 # have not corrected entries like `linux' and `xterm' that specify both.
9310 # If you see doubled characters from these, use the linux-nic and xterm-nic
9311 # entries that suppress ich/ich1.
9313 ######## ANSI/VT100/PC-TERM TERMINAL STANDARDS
9315 # ANSI Standard (X3.64) Control Sequences for Video Terminals and Peripherals
9317 # Most of the content of this comment is adapted from a table prepared by
9318 # Richard Shuford, based on a 1984 Byte article.  Terminfo correspondences
9319 # and discussion of some terminfo-related issues have been added.
9321 # The table is a complete list of the defined ANSI X.364 control sequences.
9322 # In the main table, \E stands for an escape (\033) character, SPC for space.
9323 # Pn stands for a single numeric parameter to be inserted in decimal ASCII.
9324 # Ps stands for a list of such parameters separated by semicolons
9326 #                                                   Default    Type
9327 # Sequence     Sequence                             Parameter   or
9328 # Mnemonic     Name              Sequence           Value      Mode   terminfo
9329 # -----------------------------------------------------------------------------
9330 # APC  Applicatn Program Command \E Fe               -         Delim  -
9331 # CBT  Cursor Backward Tab       \E [ Pn Z           1         eF     cbt
9332 # CCH  Cancel Previous Character \E T                -         -      -
9333 # CHA  Cursor Horzntal Absolute  \E [ Pn G           1         eF     hpa (1)
9334 # CHT  Cursor Horizontal Tab     \E [ Pn I           1         eF     tab (2)
9335 # CNL  Cursor Next Line          \E [ Pn E           1         eF     nel (3)
9336 # CPL  Cursor Preceding Line     \E [ Pn F           1         eF     -
9337 # CPR  Cursor Position Report    \E [ Pn ; Pn R      1, 1      -      -
9338 # CSI  Control Sequence Intro    \E [                -         Intro  -
9339 # CTC  Cursor Tab Control        \E [ Ps W           0         eF     -
9340 # CUB  Cursor Backward           \E [ Pn D           1         eF     cub
9341 # CUD  Cursor Down               \E [ Pn B           1         eF     cud
9342 # CUF  Cursor Forward            \E [ Pn C           1         eF     cuf
9343 # CUP  Cursor Position           \E [ Pn ; Pn H      1, 1      eF     cup (4)
9344 # CUU  Cursor Up                 \E [ Pn A           1         eF     cuu
9345 # CVT  Cursor Vertical Tab       \E [ Pn Y           -         eF     -
9346 # DA   Device Attributes         \E [ Pn c           0         -      -
9347 # DAQ  Define Area Qualification \E [ Ps o           0         -      -
9348 # DCH  Delete Character          \E [ Pn P           1         eF     dch
9349 # DCS  Device Control String     \E P                -         Delim  -
9350 # DL   Delete Line               \E [ Pn M           1         eF     dl
9351 # DMI  Disable Manual Input      \E \                -         Fs     -
9352 # DSR  Device Status Report      \E [ Ps n           0         -      -
9353 # EA   Erase in Area             \E [ Ps O           0         eF     -
9354 # ECH  Erase Character           \E [ Pn X           1         eF     ech
9355 # ED   Erase in Display          \E [ Ps J           0         eF     ed  (5)
9356 # EF   Erase in Field            \E [ Ps N           0         eF     -
9357 # EL   Erase in Line             \E [ Ps K           0         eF     el  (5)
9358 # EMI  Enable Manual Input       \E b                          Fs     -
9359 # EPA  End of Protected Area     \E W                -         -      -
9360 # ESA  End of Selected Area      \E G                -         -      -
9361 # FNT  Font Selection            \E [ Pn ; Pn SPC D  0, 0      FE     -
9362 # GSM  Graphic Size Modify       \E [ Pn ; Pn SPC B  100, 100  FE     -
9363 # GSS  Graphic Size Selection    \E [ Pn SPC C       none      FE     -
9364 # HPA  Horz Position Absolute    \E [ Pn `           1         FE     (1)
9365 # HPR  Horz Position Relative    \E [ Pn a           1         FE     (6)
9366 # HTJ  Horz Tab w/Justification  \E I                -         FE     (2)
9367 # HTS  Horizontal Tab Set        \E H                -         FE     hts
9368 # HVP  Horz & Vertical Position  \E [ Pn ; Pn f      1, 1      FE     (4)
9369 # ICH  Insert Character          \E [ Pn @           1         eF     ich
9370 # IL   Insert Line               \E [ Pn L           1         eF     il
9371 # IND  Index                     \E D                -         FE     -
9372 # INT  Interrupt                 \E a                -         Fs     -
9373 # JFY  Justify                   \E [ Ps SPC F       0         FE     -
9374 # MC   Media Copy                \E [ Ps i           0         -      -
9375 # MW   Message Waiting           \E U                -         -      -
9376 # NEL  Next Line                 \E E                -         FE     nel (3)
9377 # NP   Next Page                 \E [ Pn U           1         eF     -
9378 # OSC  Operating System Command  \E ]                -         Delim  -
9379 # PLD  Partial Line Down         \E K                -         FE     -
9380 # PLU  Partial Line Up           \E L                -         FE     -
9381 # PM   Privacy Message           \E ^                -         Delim  -
9382 # PP   Preceding Page            \E [ Pn V           1         eF     -
9383 # PU1  Private Use 1             \E Q                -         -      -
9384 # PU2  Private Use 2             \E R                -         -      -
9385 # QUAD Typographic Quadding      \E [ Ps SPC H       0         FE     -
9386 # REP  Repeat Char or Control    \E [ Pn b           1         -      rep
9387 # RI   Reverse Index             \E M                -         FE     -
9388 # RIS  Reset to Initial State    \E c                -         Fs     -
9389 # RM   Reset Mode                \E [ Ps l           none      -      -
9390 # SD   Scroll Down               \E [ Pn T           1         eF     rin
9391 # SEM  Select Edit Extent Mode   \E [ Ps Q           0         -      -
9392 # SGR  Select Graphic Rendition  \E [ Ps m           0         FE     sgr (7)
9393 # SL   Scroll Left               \E [ Pn SPC @       1         eF     -
9394 # SM   Select Mode               \E [ Ps h           none      -      -
9395 # SPA  Start of Protected Area   \E V                -         -      -
9396 # SPI  Spacing Increment         \E [ Pn ; Pn SPC G  none      FE     -
9397 # SR   Scroll Right              \E [ Pn SPC A       1         eF     -
9398 # SS2  Single Shift 2 (G2 set)   \E N                -         Intro  -
9399 # SS3  Single Shift 3 (G3 set)   \E O                -         Intro  -
9400 # SSA  Start of Selected Area    \E F                -         -      -
9401 # ST   String Terminator         \E \                -         Delim  -
9402 # STS  Set Transmit State        \E S                -         -      -
9403 # SU   Scroll Up                 \E [ Pn S           1         eF     indn
9404 # TBC  Tab Clear                 \E [ Ps g           0         FE     tbc
9405 # TSS  Thin Space Specification  \E [ Pn SC E        none      FE     -
9406 # VPA  Vert Position Absolute    \E [ Pn d           1         FE     vpa
9407 # VPR  Vert Position Relative    \E [ Pn e           1         FE     (8)
9408 # VTS  Vertical Tabulation Set   \E J                -         FE     -
9410 # ---------------------------------------------------------------------------
9412 # Notes:
9414 # (1) There seems to be some confusion abroad between CHA and HPA.  Most
9415 # `ANSI' terminals accept the CHA sequence, not the HPA. but terminfo calls
9416 # the capability (hpa).
9418 # (2) CHT corresponds to terminfo (tab).  Usually it has the value ^I.
9419 # Occasionally (as on, for example, certain HP terminals) this has the HTJ
9420 # value.
9422 # (3) terminfo (nel) is usually \r\n rather than ANSI \EE.
9424 # (4) CUP and HVP are identical in effect.  Some ANSI.SYS versions accept
9425 # HVP, but always allow CUP as an alternate.
9427 # (5) See the VT100 discussion for the meaning of the ED parameter.
9429 # (6) Some ANSI.SYS versions accept HPR, but more commonly `ANSI' terminals
9430 # use CUF for this function and ignore HPR
9432 # (7) In SGR, the ANSI.SYS values for attributes are now nearly universal.
9434 # (8) Some ANSI.SYS versions accept VPR, but more commonly `ANSI' terminals
9435 # use CUD for this function and ignore VPR.
9437 # ---------------------------------------------------------------------------
9439 # Abbreviations:
9441 # Intro  an Introducer of some kind of defined sequence; the normal 7-bit
9442 #        X3.64 Control Sequence Introducer is the two characters "Escape ["
9444 # Delim  a Delimiter
9446 # x/y    identifies a character by position in the ASCII table (column/row)
9448 # eF     editor function (see explanation)
9450 # FE     format effector (see explanation)
9452 # F      is a Final character in
9453 #             an Escape sequence (F from 3/0 to 7/14 in the ASCII table)
9454 #             a control sequence (F from 4/0 to 7/14)
9456 # Gs     is a graphic character appearing in strings (Gs ranges from
9457 #        2/0 to 7/14) in the ASCII table
9459 # Ce     is a control represented as a single bit combination in the C1 set
9460 #        of controls in an 8-bit character set
9462 # C0     the familiar set of 7-bit ASCII control characters
9464 # C1     roughly, the set of control characters available only in 8-bit systems.
9465 #        This is too complicated to explain fully here, so read Jim Fleming's
9466 #        article in the February 1983 BYTE, especially pages 214 through 224.
9468 # Fe     is a Final character of a 2-character Escape sequence that has an
9469 #        equivalent representation in an 8-bit environment as a Ce-type
9470 #        (Fe ranges from 4/0 to 5/15)
9472 # Fs     is a Final character of a 2-character Escape sequence that is
9473 #        standardized internationally with identical representation in 7-bit
9474 #        and 8-bit environments and is independent of the currently
9475 #        designated C0 and C1 control sets (Fs ranges from 6/0 to 7/14)
9477 # I      is an Intermediate character from 2/0 to 2/15 (inclusive) in the
9478 #        ASCII table
9480 # P      is a parameter character from 3/0 to 3/15 (inclusive) in the ASCII
9481 #        table
9483 # Pn     is a numeric parameter in a control sequence, a string of zero or
9484 #        more characters ranging from 3/0 to 3/9 in the ASCII table
9486 # Ps     is a variable number of selective parameters in a control sequence
9487 #        with each selective parameter separated from the other by the code
9488 #        3/11 (which usually represents a semicolon); Ps ranges from
9489 #        3/0 to 3/9 and includes 3/11
9491 # Format Effectors versus Editor Functions
9493 # A format effector specifies how following output is to be displayed.
9494 # An editor function allows you to modify the display.  Informally
9495 # format effectors may be destructive; format effectors should not be.
9497 # For instance, a format effector that moves the "active position" (the 
9498 # cursor or equivalent) one space to the left would be useful when you want to
9499 # create an overstrike, a compound character made of two standard characters
9500 # overlaid. Control-H, the Backspace character, is actually supposed to be a
9501 # format effector, so you can do this. But many systems use it in a
9502 # nonstandard fashion, as an editor function, deleting the character to the
9503 # left of the cursor and moving the cursor left. When Control-H is assumed to
9504 # be an editor function, you cannot predict whether its use will create an
9505 # overstrike unless you also know whether the output device is in an "insert
9506 # mode" or an "overwrite mode". When Control-H is used as a format effector,
9507 # its effect can always be predicted. The familiar characters carriage
9508 # return, linefeed, formfeed, etc., are defined as format effectors.
9510 # The ANSI Standard
9512 # The complete document describing the standard,  "ANSI X3.64-1979:
9513 # Additional Controls for Use with the American National Standard
9514 # Code for Information Interchange," can be ordered for $13.50 (plus
9515 # $4 postage) from
9517 #      Standards Sales Department
9518 #      American National Standards Institute
9519 #      1430 Broadway
9520 #      New York, NY 10018
9521 #      212/354-3300
9523 # It's best to read the full standard before using it. It also helps
9524 # to have copies of the related standards "X3.4-1977: American
9525 # National Standard Code for Information Interchange" (the ASCII
9526 # standard) and "X3.41.1974: Code-Extension Techniques for Use with
9527 # the 7-Bit Coded Character Set of American National Standard for
9528 # Information Interchange."
9530 # NOTES ON THE DEC VT100 IMPLEMENTATION
9532 # Control sequences implemented in the VT100 are as follows:
9534 #      CPR, CUB, CUD, CUF, CUP, CUU, DA, DSR, ED, EL, HTS, HVP, IND,
9535 #      LNM, NEL, RI, RIS, RM, SGR, SM, TBC
9537 # plus several private DEC commands.
9539 # Erasing parts of the display (EL and ED) in the VT100 is performed thus:
9541 #      Erase from cursor to end of line           Esc [ 0 K    or Esc [ K
9542 #      Erase from beginning of line to cursor     Esc [ 1 K
9543 #      Erase line containing cursor               Esc [ 2 K
9544 #      Erase from cursor to end of screen         Esc [ 0 J    or Esc [ J
9545 #      Erase from beginning of screen to cursor   Esc [ 1 J
9546 #      Erase entire screen                        Esc [ 2 J
9548 # The VT100 responds to receiving the DA (Device Attributes) control
9550 #      Esc [ c    (or Esc [ 0 c)
9552 # by transmitting the sequence
9554 #      Esc [ ? l ; Ps c
9556 # where Ps is a character that describes installed options.
9558 # The VT100's cursor location can be read with the DSR (Device Status
9559 # Report) control
9561 #      Esc [ 6 n
9563 # The VT100 reports by transmitting the CPR sequence
9565 #      Esc [ Pl ; Pc R
9567 # where Pl is the line number and Pc is the column number (in decimal).
9569 # The specification for the DEC VT100 is document EK-VT100-UG-003.
9571 # NOTES ON `PC-TERM' COMPATIBILITY
9573 # The MS-DOS ANSI.SYS driver has set the de-facto standard for attribute
9574 # and color values in the SGR string.  These are as follows:
9576 # 0     all attributes off
9577 # 1     foreground bright
9578 # 4     underscore on
9579 # 5     blink on/background bright (not reliable with brown)
9580 # 7     reverse-video
9581 # 8     set blank (non-display)
9582 # 10    set primary font
9583 # 11    set first alternate font (on PCs, display ROM characters 1-31)
9584 # 12    set second alternate font (on PCs, display IBM high-half chars)
9586 #                       Color attribute sets
9587 # 3n    set foreground color       / 0=black, 1=red,     2=green, 3=brown,
9588 # 4n    set background color       \ 4=blue,  5=magenta, 6=cyan,  7=white
9589 # Bright black becomes gray.  Bright brown becomes yellow,
9590 #       
9591 # * Many VGA cards (such as the Paradise and compatibles) do the wrong thing
9592 #   when you try to set a "bright brown" (yellow) background with attribute
9593 #   5 (you get a blinking yellow foreground instead).  A few displays
9594 #   (including the System V console) support an attribute 6 that undoes this
9595 #   braindamage.
9597 # * Some older versions of ANSI.SYS have a bug that causes thems to require
9598 #   ESC [ Pn k as EL rather than the ANSI ESC [ Pn K.
9600 ######## NONSTANDARD CAPABILITY TRANSLATIONS USED IN THIS FILE
9602 # The historical termcap file entries were written primarily in 4.4BSD termcap.
9603 # The 4.4BSD termcap set was substantially larger than the original 4.1BSD set,
9604 # with the extension names chosen for compatibility with the termcap names
9605 # assigned in System V terminfo.  There are some variant extension sets out
9606 # there.  We try to describe them here.
9608 # XENIX extensions:
9610 # The XENIX extensions include a set of function-key capabilities as follows:
9612 #       code    XENIX variable name     terminfo name   name clashes?
9613 #       ----    -------------------     -------------   -----------------------
9614 #       CL      key_char_left
9615 #       CR      key_char_right
9616 #       CW      key_change_window                       create_window
9617 #       EN      key_end                 kend
9618 #       HM      key_home                khome
9619 #       HP      ??
9620 #       LD      key_delete_line         kdl1
9621 #       LF      key_linefeed                            label_off
9622 #       NU      key_next_unlocked_cell
9623 #       PD      key_page_down           knp
9624 #       PL      ??
9625 #       PN      start_print             mc5
9626 #       PR      ??
9627 #       PS      stop_print              mc4
9628 #       PU      key_page_up             kpp             pulse
9629 #       RC      key_recalc                              remove_clock
9630 #       RF      key_toggle_ref                          req_for_input
9631 #       RT      key_return              kent
9632 #       UP      key_up_arrow            kcuu1           parm_up_cursor
9633 #       WL      key_word_left
9634 #       WR      key_word_right
9636 # The XENIX extensions also include the following character-set and highlight
9637 # capabilities:
9639 #       XENIX   terminfo        function
9640 #       -----   --------        ------------------------------
9641 #       GS      smacs           start alternate character set
9642 #       GE      rmacs           end alternate character set
9643 #       GG                      :as:/:ae: glitch (analogous to :sg:/:ug:)
9644 #       bo      blink           begin blink (not used in /etc/termcap)
9645 #       be                      end blink (not used in /etc/termcap)
9646 #       bb                      blink glitch  (not used in /etc/termcap)
9647 #       it      dim             begin dim (not used in /etc/termcap)
9648 #       ie                      end dim (not used in /etc/termcap)
9649 #       ig                      dim glitch  (not used in /etc/termcap)
9651 # XENIX also supposedly uses the following forms-drawing capabilities:
9653 #       single  double type
9654 #       ------  ------  -------------
9655 #       gv      GV      vertical line (|)
9656 #       gh      GH      horizontal line (-)
9657 #       g1      G1      top right corner
9658 #       g4      G4      bottom right corner (_|)
9659 #       g2      G2      top left corner
9660 #       g3      G3      bottom left corner (|_)
9661 #       gd      GD      down-tick character (T)
9662 #       gl      GL      left-tick character (-|)
9663 #       gr      GR      right-tick character (|-)
9664 #       gc      GC      middle intersection (-|-)
9665 #       gu      GU      up-tick character (_|_)
9667 # However, there is some confusion about case.  The scoansi entry uses
9668 # mixed-case versions of these, and the historical ibmpcx, lisa, trs16, and fos
9669 # entries have only the uppercase versions.  Accordingly, the ncurses tools
9670 # don't try to translate these.
9672 # AT&T Extensions:
9674 # The old AT&T 5410, 5420, 5425, pc6300plus, 610, and s4 entries used a set of
9675 # nonstandard capabilities.  Its signature is the KM capability, used to name
9676 # some sort of keymap file.  EE, BO, CI, CV, XS, DS, FL and FE are in this
9677 # set.  Comments in the original, and a little cross-checking with other AT&T
9678 # documentation, seem to establish that BO=:mr: (start reverse video), DS=:mh:
9679 # (start dim), XS=:mk: (secure/invisible mode), EE=:me: (end highlights),
9680 # FL=:LO: (enable soft labels), FE=:LF: (disable soft labels), CI=:vi: (make
9681 # cursor invisible), and CV=:ve: (make cursor normal).
9683 # TC Extensions:
9685 # There is a set of extended termcaps associated with something
9686 # called the "Terminal Control" or TC package created by MainStream Systems,
9687 # Winfield Kansas.  This one also uses GS/GE for as/ae, and also uses
9688 # CF for civis and CO for cvvis.  Finally, they define a boolean :ct:
9689 # that flags color terminals.
9691 ######## CHANGE HISTORY
9693 # 9.1.0 (Wed Feb  1 04:50:32 EST 1995):
9694 #       * First terminfo master translated from 8.3.
9695 # 9.2.0 (Wed Feb  1 12:21:45 EST 1995):
9696 #       * Replaced Wyse entries with updated entries supplied by vendor.
9697 # 9.3.0 (Mon Feb  6 19:14:40 EST 1995):
9698 #       * Added contact & status info from G. Clark Brown <clark@sssi.com>.
9699 # 9.3.1 (Tue Feb  7 12:00:24 EST 1995):
9700 #       * Better XENIX keycap translation.  Describe TC termcaps.
9701 #       * Contact and history info supplied by Qume.
9702 # 9.3.2 (Sat Feb 11 23:40:02 EST 1995):
9703 #       * Raided the Shufort FTP site for recent termcaps/terminfos.
9704 #       * Added information on X3.64 and VT100 standard escape sequences.
9705 # 9.3.3 (Mon Feb 13 12:26:15 EST 1995):
9706 #       * Added a correct X11R6 xterm entry.
9707 #       * Fixed terminfo translations of padding.
9708 # 9.3.4 (Wed Feb 22 19:27:34 EST 1995):
9709 #       * Added correct acsc/smacs/rmacs strings for vt100 and xterm.
9710 #       * Added u6/u7/u8/u9 capabilities.
9711 #       * Added PCVT entry.
9712 # 9.3.5 (Thu Feb 23 09:37:12 EST 1995):
9713 #       * Emacs uses :so:, not :mr:, for its mode line.  Fix linux entry
9714 #         to use reverse-video standout so Emacs will look right.
9715 #       * Added el1 capability to ansi.
9716 #       * Added smacs/rmacs to ansi.sys.
9717 # 9.4.0 (Sat Feb 25 16:43:25 EST 1995):
9718 #       * New mt70 entry.
9719 #       * Added COPYRIGHTS AND OTHER DELUSIONS.
9720 #       * Added AT&T 23xx & 500/513, vt220 and vt420, opus3n1+, netronics
9721 #         smartvid & smarterm, ampex 175 & 219 & 232,
9722 #         env230, falco ts100, fluke, intertube, superbrain, ncr7901, vic20,
9723 #         ozzie, trs200, tr600, Tandy & Texas Instruments VDTs, intext2,
9724 #         screwpoint, fviewpoint, Contel Business Systems, Datamedia Colorscan,
9725 #         adm36, mime314, ergo4000, ca22851.  Replaced att7300, esprit, dd5500.
9726 #       * Replaced the Perkin-Elmer entries with vendor's official ones.
9727 #       * Restored the old minimal-ansi entry, luna needs it.
9728 #       * Fixed some incorrect ip and proportional-padding translations.
9729 # 9.4.1 (Mon Feb 27 14:18:33 EST 1995):
9730 #       * Fix linux & AT386 sgr strings to do A_ALTCHARSET turnoff correctly.
9731 #       * Make the xterm entry 65 lines again; create xterm25 and xterm24
9732 #         to force a particular height.
9733 #       * Added beehive4 and reorganized other Harris entries.
9734 # 9.4.2 (Thu Mar  9 01:45:44 EST 1995):
9735 #       * Merged in DEC's official entries for its terminals.  The only old
9736 #         entry I kept was Doug Gwyn's alternate vt100 (as vt100-avo).
9737 #       * Replaced the translated BBN Bitgraph entries with purpose-built
9738 #         ones from AT&T's SVr3.
9739 #       * Replaced the AT&T entries with AT&T's official terminfos.
9740 #       * Added teleray 16, vc415, cops10. 
9741 #       * Merged in many individual capabilities from SCO terminfo files.
9742 # 9.4.3 (Mon Mar 13 02:37:53 EST 1995):
9743 #       * Typo fixes.
9744 #       * Change linux entry so A_PROTECT enables IBM-PC ROM characters.
9745 # 9.4.4 (Mon Mar 27 12:32:35 EST 1995):
9746 #       * Added tty35, Ann Arbor Guru series. vi300 and 550, cg7900, tvi803,
9747 #         pt210, ibm3164, IBM System 1, ctrm, Tymshare scanset, dt200, adm21,
9748 #         simterm, citoh and variants.
9749 #       * Replaced sol entry with sol1 and sol2.
9750 #       * Replaced Qume QVT and Freedom-series entries with purpose-built
9751 #         terminfo entries.
9752 #       * Enhanced vt220, tvi910, tvi924, hpterm, hp2645, adm42, tek
9753 #         and dg200 entries using caps from from SCO.
9754 #       * Added the usual set of function-key mappings to ANSI entry.
9755 #       * Corrected xterm's function-key capabilities.
9756 # 9.4.5 (Tue Mar 28 14:27:49 EST 1995):
9757 #       * Fix in xterm entry, cub and cud are not reliable under X11R6.
9758 # 9.4.6 (Thu Mar 30 14:52:15 EST 1995):
9759 #       * Fix in xterm entry, get the arrow keys right.
9760 #       * Change some \0 escapes to \200.
9761 # 9.4.7 (Tue Apr  4 11:27:11 EDT 1995)
9762 #       * Added apple (Videx card), adm1a, oadm31.
9763 #       * Fixed malformed ampex csr.
9764 #       * Fixed act4, cyb110; they had old-style prefix padding left in. 
9765 #       * Changed mandatory to advisory padding in many entries.
9766 #       * Replaced HP entries up to hpsub with purpose-built ones.
9767 #       * Blank rmir/smir/rmdc/smdc capabilities removed.
9768 #       * Small fixes merged in from SCO entries for lpr, fos, tvi910+, tvi924.
9769 # 9.4.8 (Fri Apr  7 09:36:34 EDT 199):
9770 #       * Replaced the Ann Arbor entries with SCO's, the init strings are
9771 #         more efficient (but the entries otherwise identical).
9772 #       * Added dg211 from Shuford archive.
9773 #       * Added synertek, apple-soroc, ibmpc, pc-venix, pc-coherent, xtalk,
9774 #         adm42-nl, pc52, gs6300, xerox820, uts30.
9775 #       * Pull SCO's padding into vi200 entry.
9776 #       * Improved capabilities for tvi4107 and other Televideo and Viewpoint
9777 #         entries merged in from SCO's descriptions.
9778 #       * Fixed old-style prefix padding on zen50, h1500.
9779 #       * Moved old superbee entry to superbee-xsb, pulled in new superbee
9780 #         entry from SCO's description.
9781 #       * Reorganized the special entries.
9782 #       * Added lm#0 to cbunix and virtual entries.
9784 # 9.5.0 (Mon Apr 10 11:30:00 EDT 1995):
9785 #       * Restored cdc456tst.
9786 #       * Fixed sb1 entry, SCO erroneously left out the xsb glitch.
9787 #       * Added megatek, beacon, microkit.
9788 #       * Freeze for ncurses-1.9 release.
9790 # 9.5.1 (Fri Apr 21 12:46:42 EDT 1995):
9791 #       * Added historical data for TAB.
9792 #       * Comment fixes from David MacKenzie.
9793 #       * Added the new BSDI pc3 entry.
9795 # 9.5.2 (Tue Apr 25 17:27:52 EDT 1995)
9796 #       * A change in the tic -C logic now ensures that all entries in 
9797 #         the termcap translation will fit in < 1024 bytes.
9798 #       * Added `bobcat' and `gator' HP consoles and the Nu machine entries
9799 #         from GNU termcap file.  This merges in all their local information.
9801 # 9.5.3 (Tue Apr 25 22:28:13 EDT 1995)
9802 #       * Changed tic -C logic to dump all capabilities used by GNU termcap.
9803 #       * Added warnings about entries with long translations (restoring
9804 #         all the GNU termcaps pushes a few over the edge).
9806 # 9.5.4 (Wed Apr 26 15:35:09 EDT 1995)
9807 #       * Yet another tic change, and a couple of entry tweaks, to reduce the
9808 #         number of long (> 1024) termcap translations back to 0.
9810 # 9.6.0 (Mon May  1 10:35:54 EDT 1995)
9811 #       * Added kf13-kf20 to Linux entry.
9812 #       * Regularize Prime terminal names.
9813 #       * Historical data on Synertek.
9814 #       * Freeze for ncurses-1.9.1.
9816 # 9.6.1 (Sat May  6 02:00:52 EDT 1995):
9817 #       * Added true xterm-color entry, renamed djm's pseudo-color entry.
9818 #       * Eliminate whitespace in short name fields, this tanks some scripts.
9819 #       * Name field changes to shorten some long entries.
9820 #       * Termcap translation now automatically generates empty rmir/smir
9821 #         when ich1/ich is present (copes with an ancient vi bug).
9822 #       * Added `screen' entries from FSF's screen-3.6.2.
9823 #       * Added linux-nic and xterm-nic entries.
9825 # 9.6.2 (Sat May  6 17:00:55 EDT 1995):
9826 #       * Change linux entry to use smacs=\E[11m and have an explicit acsc,
9827 #         eliminating some special-case code in ncurses.
9829 # 9.7.0 (Tue May  9 18:03:12 EDT 1995):
9830 #       * Added vt320-k3, rsvidtx from the Emacs termcap.dat file.  I think
9831 #         that captures everything unique from it.
9832 #       * Added reorder script generator.
9833 #       * Freeze for ncurses 1.9.2 release.
9835 # 9.7.1 (Thu Jun 29 09:35:22 EDT 1995):
9836 #       * Added Sean Farley's kspd, flash, rs1 capabilities for linux.
9837 #       * Added Olaf Siebert's corrections for adm12.
9838 #       * ansi-pc-color now includes the colors and pairs caps, so that
9839 #         entries which use it will inherit them automatically.
9840 #       * The linux entry can now recognize the center (keypad 5) key.
9841 #       * Removed some junk that found its way into Linux acsc.
9843 # 9.8.0 (Fri Jul  7 04:46:57 EDT 1995):
9844 #       * Add 50% cut mark as a desperate hack to reduce tic's core usage.
9845 #       * xterm doesn't try to use application keypad mode any more.
9846 #       * Freeze for ncurses-1.9.3 release.
9848 # 9.8.1 (Thu Jul 19 17:02:12 EDT 1995):
9849 #       * Added corrected sun entry from vendor.
9850 #       * Added csr capability to linux entry.
9851 #       * Peter Wemm says the at386 hpa should be \E[%i%p1%dG, not \E[%p1%dG.
9852 #       * Added vt102-nsgr to cope with stupid IBM PC `VT100' emulators.
9853 #       * Some commented-out caps in long entries come back in, my code 
9854 #         for computing string-table lengths had a bug in it.
9855 #       * pcansi series modified to fit comm-program reality better.
9857 ######## REORDER
9859 # Older termcap distributions featured a kluge called `reorder' intended to
9860 # time-optimize access to selected terminals by moving them to the front of
9861 # the file.  This is obsolete under terminfo, but for completeness's sake
9862 # we give a reorder script generator here (strip off the leading #s to use).
9864 #: mkreorder --  generate script to optimize access to given terminal types
9866 #: entries named on command line will be sorted to the front in reverse order
9867 #echo "ed -- termcap <<EOF"
9868 #for x in $*
9870 #       echo "/^$x[|:]/;.,/^[a-z#]/-1m0"
9871 #done
9872 #echo "0a"
9873 #echo "."
9874 #echo "w termcap.sorted"
9875 #echo "q"
9876 #echo "EOF"
9877 #:end of script
9879 # Invoke this script like this:
9881 #       mkreorder h19 wy60 vt100 >reorder
9883 # The following sets edit modes for GNU EMACS
9884 # Local Variables:
9885 # fill-prefix:"\t"
9886 # fill-column:75
9887 # End:
9888 ######## SHANTIH!  SHANTIH!  SHANTIH!