(VALBITS): Define in terms of GCTYPEBITS.
[emacs.git] / etc / termcap.src
blobc982aececf3592abb926feb0f6a8b2c6278376a2
1 ######## TERMINAL TYPE DESCRIPTIONS SOURCE FILE
3 # This version of terminfo.src is distributed with ncurses.
4 # Report bugs and new terminal descriptions to
5 #       bug-ncurses@gnu.org
7 # The original header is preserved below for reference.  It is noted that there
8 # is a newer version which differs in some cosmetic details; we have decided
9 # to not change the header unless there is also a change in content.
11 #------------------------------------------------------------------------------
12 #       Version 10.2.1
13 #       $Date: 2002/04/20 07:38:53 $
14 #       terminfo syntax
16 #       Eric S. Raymond         (current maintainer)
17 #       John Kunze, Berkeley
18 #       Craig Leres, Berkeley
20 # Please e-mail changes to terminfo@thyrsus.com; the old termcap@berkeley.edu
21 # address is no longer valid.  The latest version can always be found at
22 # <http://www.tuxedo.org/terminfo>.
24 # PURPOSE OF THIS FILE:
26 # This file describes the capabilities of various character-cell terminals,
27 # as needed by software such as screen-oriented editors.
29 # Other terminfo and termcap files exist, supported by various OS vendors
30 # or as relics of various older versions of UNIX.  This one is the longest
31 # and most comprehensive one in existence.  It subsumes not only the entirety
32 # of the historical 4.4BSD, GNU, System V and SCO termcap files and the BRL
33 # termcap file, but also large numbers of vendor-maintained termcap and
34 # terminfo entries more complete and carefully tested than those in historical
35 # termcap/terminfo versions.
37 # Pointers to related resources (including the ncurses distribution) may
38 # be found at <http://www.tuxedo.org/terminfo>.
40 # INTERNATIONALIZATION:
42 # This file uses only the US-ASCII character set (no ISO8859 characters).
44 # This file assumes a US-ASCII character set. If you need to fix this, start
45 # by global-replacing \E(B and \E)B with the appropriate ISO 6429 enablers
46 # for your character set.  \E(A and \E)A enables the British character set
47 # with the pound sign at position 2/3.
49 # In a Japanese-processing environment using EUC/Japanese or Shift-JIS,
50 # C1 characters are considered the first-byte set of the Japanese encodings,
51 # so \E)0 should be avoided in <enacs> and initialization strings.
53 # FILE FORMAT:
55 # The version you are looking at may be in any of three formats: master
56 # (terminfo with OT capabilities), stock terminfo, or termcap.  You can tell
57 # which by the format given in the header above.
59 # The master format is accepted and generated by the terminfo tools in the
60 # ncurses suite; it differs from stock (System V-compatible) terminfo only
61 # in that it admits a group of capabilities (prefixed `OT') equivalent to
62 # various obsolete termcap capabilities.  You can, thus, convert from master
63 # to stock terminfo simply by filtering with `sed "/OT[^,]*,/s///"'; but if
64 # you have ncurses `tic -I' is nicer (among other things, it automatically
65 # outputs entries in a canonical form).
67 # The termcap version is generated automatically from the master version
68 # using tic -C.  This filtering leaves in the OT capabilities under their
69 # original termcap names.  All translated entries fit within the 1023-byte
70 # string-table limit of archaic termcap libraries except where explicitly
71 # noted below.  Note that the termcap translation assumes that your termcap
72 # library can handle multiple tc capabilities in an entry. 4.4BSD has this
73 # capability.  Older versions of GNU termcap, through 1.3, do not.
75 # For details on these formats, see terminfo(5) in the ncurses distribution,
76 # and termcap(5) in the 4.4BSD Unix Programmer's Manual.  Be aware that 4.4BSD
77 # curses has been declared obsolete by the caretakers of the 4.4BSD sources
78 # as of June 1995; they are encouraging everyone to migrate to ncurses.
80 # Note: unlike some other distributed terminfo files (Novell Unix & SCO's),
81 # no entry in this file has embedded comments.  This is so source translation
82 # to termcap only has to carry over leading comments.  Also, no name field
83 # contains embedded whitespace (such whitespace confuses rdist).
85 # Further note: older versions of this file were often installed with an editor
86 # script (reorder) that moved the most common terminal types to the front of
87 # the file.  This should no longer be necessary, as the file is now ordered
88 # roughly by type frequency with ANSI/VT100 and other common types up front.
90 # Some information has been merged in from terminfo files distributed by
91 # USL and SCO (see COPYRIGHTS AND OTHER DELUSIONS below).  Much information
92 # comes from vendors who maintain official terminfos for their hardware
93 # (notably DEC and Wyse).
95 # A detailed change history is included at the end of this file.
97 # FILE ORGANIZATION:
99 # Comments in this file begin with # - they cannot appear in the middle
100 # of a terminfo/termcap entry (this feature had to be sacrificed in order
101 # to allow standard terminfo and termcap syntax to be generated cleanly from
102 # the master format).  Individual capabilities are commented out by
103 # placing a period between the colon and the capability name.
105 # The file is divided up into major sections (headed by lines beginning with
106 # the string "########") and minor sections (beginning with "####"); do
108 #       grep "^####" <file> | more
110 # to see a listing of section headings.  The intent of the divisions is
111 # (a) to make it easier to find things, and (b) to order the database so
112 # that important and frequently-encountered terminal types are near the
113 # front (so that you'll get reasonable search efficiency from a linear
114 # search of the termcap form even if you don't use reorder).  Minor sections
115 # usually correspond to manufacturers or standard terminal classes.
116 # Parenthesized words following manufacturer names are type prefixes or
117 # product line names used by that manufacturers.
119 # HOW TO READ THE ENTRIES:
121 # The first name in an entry is the canonical name for the model or
122 # type, last entry is a verbose description.  Others are mnemonic synonyms for
123 # the terminal.
125 # Terminal names look like <manufacturer> <model> - <modes/options>
126 # The part to the left of the dash, if a dash is present, describes the
127 # particular hardware of the terminal.  The part to the right may be used
128 # for flags indicating special ROMs, extra memory, particular terminal modes,
129 # or user preferences.
131 # All names should be in lower case, for consistency in typing.
133 # The following are conventionally used suffixes:
134 #       -2p     Has two pages of memory.  Likewise 4p, 8p, etc.
135 #       -am     Enable auto-margin.
136 #       -m      Monochrome.  Suppress color support
137 #       -mc     Magic-cookie.  Some terminals (notably older Wyses) can
138 #               only support one attribute without magic-cookie lossage.
139 #               Their base entry is usually paired with another that
140 #               uses magic cookies to support multiple attributes.
141 #       -nam    No auto-margin - suppress :am: capability
142 #       -nl     No labels - suppress soft labels
143 #       -ns     No status line - suppress status line
144 #       -rv     Terminal in reverse video mode (black on white)
145 #       -s      Enable status line.
146 #       -vb     Use visible bell (:vb:) rather than :bl:.
147 #       -w      Wide - in 132 column mode.
148 # If a name has multiple suffixes and one is a line height, that one should
149 # go first.  Thus `aaa-30-s-rv' is recommended over `aaa-s-rv-30'.
151 # Entries with embedded plus signs are designed to be included through use/tc
152 # capabilities, not used as standalone entries.
154 # To avoid search clashes, some older all-numeric names for terminals have
155 # been removed (i.e., "33" for the Model 33 Teletype, "2621" for the HP2621).
156 # All primary names of terminals now have alphanumeric prefixes.
158 # Comments marked "esr" are mostly results of applying the termcap-compiler
159 # code packaged with ncurses and contemplating the resulting error messages.
160 # In many cases, these indicated obvious fixes to syntax garbled by the
161 # composers.  In a few cases, I was able to deduce corrected forms for garbled
162 # capabilities by looking at context.  All the information in the original
163 # entries is preserved in the comments.
165 # In the comments, terminfo capability names are bracketed with <> (angle
166 # brackets).  Termcap capability names are bracketed with :: (colons).
168 # INTERPRETATION OF USER CAPABILITIES
170 # The System V Release 4 and XPG4 terminfo format defines ten string
171 # capabilities for use by applications, <u0>...<u9>.   In this file, we use
172 # certain of these capabilities to describe functions which are not covered
173 # by terminfo.  The mapping is as follows:
175 #       u9      terminal enquire string (equiv. to ANSI/ECMA-48 DA)
176 #       u8      terminal answerback description
177 #       u7      cursor position request (equiv. to VT100/ANSI/ECMA-48 DSR 6)
178 #       u6      cursor position report (equiv. to ANSI/ECMA-48 CPR)
180 # The terminal enquire string <u9> should elicit an answerback response
181 # from the terminal.  Common values for <u9> will be ^E (on older ASCII
182 # terminals) or \E[c (on newer VT100/ANSI/ECMA-48-compatible terminals).
184 # The cursor position request (<u7>) string should elicit a cursor position
185 # report.  A typical value (for VT100 terminals) is \E[6n.
187 # The terminal answerback description (u8) must consist of an expected
188 # answerback string.  The string may contain the following scanf(3)-like
189 # escapes:
191 #       %c      Accept any character
192 #       %[...]  Accept any number of characters in the given set
194 # The cursor position report (<u6>) string must contain two scanf(3)-style
195 # %d format elements.  The first of these must correspond to the Y coordinate
196 # and the second to the %d.  If the string contains the sequence %i, it is
197 # taken as an instruction to decrement each value after reading it (this is
198 # the inverse sense from the cup string).  The typical CPR value is
199 # \E[%i%d;%dR (on VT100/ANSI/ECMA-48-compatible terminals).
201 # These capabilities are used by tack(1m), the terminfo action checker
202 # (distributed with ncurses 5.0).
204 # TABSET FILES
206 # All the entries in this file have been edited to assume that the tabset
207 # files directory is /usr/share/tabset, in conformance with the File Hierarchy
208 # Standard for Linux and open-source BSD systems.  Some vendors (notably Sun)
209 # use /usr/lib/tabset or (more recently) /usr/share/lib/tabset.
211 # No curses package we know of actually uses these files.  If their location
212 # is an issue, you will have to hand-patch the file locations before compiling
213 # this file.
215 # REQUEST FOR CONTACT INFORMATION AND HISTORICAL MATERIAL
217 # As the ANSI/ECMA-48 standard and variants take firmer hold, and as
218 # character-cell terminals are increasingly replaced by X displays, much of
219 # this file is becoming a historical document (this is part of the reason for
220 # the new organization, which puts ANSI types, xterm, Unix consoles,
221 # and vt100 up front in confidence that this will catch 95% of new hardware).
223 # For the terminal types still alive, I'd like to have manufacturer's
224 # contact data (Internet address and/or snail-mail + phone).
226 # I'm also interested in enriching the comments so that the latter portions of
227 # the file do in fact become a potted history of VDT technology as seen by
228 # UNIX hackers.  Ideally, I'd like the headers for each manufacturer to
229 # include its live/dead/out-of-the-business status, and for as many
230 # terminal types as possible to be tagged with information like years
231 # of heaviest use, popularity, and interesting features.
233 # I'm especially interested in identifying the obscure entries listed under
234 # `Miscellaneous obsolete terminals, manufacturers unknown' before the tribal
235 # wisdom about them gets lost.  If you know a lot about obscure old terminals,
236 # please go to the terminfo resource page, grab the UFO file (ufo.ti), and
237 # eyeball it for things you can identify and describe.
239 # If you have been around long enough to contribute, please read the file
240 # with this in mind and send me your annotations.
242 # COPYRIGHTS AND OTHER DELUSIONS
244 # The BSD ancestor of this file had a standard Regents of the University of
245 # California copyright with dates from 1980 to 1993.
247 # Some information has been merged in from a terminfo file SCO distributes.
248 # It has an obnoxious boilerplate copyright which I'm ignoring because they
249 # took so much of the content from the ancestral BSD versions of this file
250 # and didn't attribute it, thereby violating the BSD Regents' copyright.
252 # Not that anyone should care.  However many valid functions copyrights may
253 # serve, putting one on a termcap/terminfo file with hundreds of anonymous
254 # contributors makes about as much sense as copyrighting a wall-full of
255 # graffiti -- it's legally dubious, ethically bogus, and patently ridiculous.
257 # This file deliberately has no copyright.  It belongs to no one and everyone.
258 # If you claim you own it, you will merely succeed in looking like a fool.
259 # Use it as you like.  Use it at your own risk.  Copy and redistribute freely.
260 # There are no guarantees anywhere.  Svaha!
263 ######## ANSI, UNIX CONSOLE, AND SPECIAL TYPES
265 # This section describes terminal classes and brands that are still
266 # quite common.
269 #### Specials
271 # Special "terminals".  These are used to label tty lines when you don't
272 # know what kind of terminal is on it.  The characteristics of an unknown
273 # terminal are the lowest common denominator - they look about like a ti 700.
276 dumb|80-column dumb tty:\
277         :am:\
278         :co#80:\
279         :bl=^G:cr=^M:do=^J:sf=^J:
280 unknown|unknown terminal type:\
281         :gn:tc=dumb:
282 lpr|printer|line printer:\
283         :bs:hc:os:\
284         :co#132:li#66:\
285         :bl=^G:cr=^M:do=^J:ff=^L:le=^H:sf=^J:
286 glasstty|classic glass tty interpreting ASCII control characters:\
287         :am:bs:\
288         :co#80:\
289         :bl=^G:cl=^L:cr=^M:do=^J:kd=^J:kl=^H:le=^H:nw=^M^J:ta=^I:\
290         :.kbs=^H:
292 vanilla:\
293         :bs:\
294         :bl=^G:cr=^M:do=^J:sf=^J:
296 #### ANSI.SYS/ISO 6429/ECMA-48 Capabilities
298 # See the end-of-file comment for more on these.
301 # ANSI capabilities are broken up into pieces, so that a terminal
302 # implementing some ANSI subset can use many of them.
303 ansi+local1:\
304         :do=\E[B:le=\E[D:nd=\E[C:up=\E[A:
305 ansi+local:\
306         :DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:tc=ansi+local1:
307 ansi+tabs:\
308         :bt=\E[Z:ct=\E[2g:st=\EH:ta=^I:
309 ansi+inittabs:\
310         :it#8:tc=ansi+tabs:
311 ansi+erase:\
312         :cd=\E[J:ce=\E[K:cl=\E[H\E[J:
313 ansi+rca:\
314         :ch=\E[%+^AG:cv=\E[%+^Ad:
315 ansi+cup:\
316         :cm=\E[%i%d;%dH:ho=\E[H:
317 ansi+rep:\
318         :..rp=%p1%c\E[%p2%{1}%-%db:
319 ansi+idl1:\
320         :al=\E[L:dl=\E[M:
321 ansi+idl:\
322         :AL=\E[%dL:DL=\E[%dM:tc=ansi+idl1:
323 ansi+idc:\
324         :IC=\E[%d@:dc=\E[P:ei=\E6:ic=\E[@:im=\E6:
325 ansi+arrows:\
326         :kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:
327 ansi+sgr|ansi graphic renditions:\
328         :mb=\E[5m:me=\E[0m:mk=\E[8m:mr=\E[7m:
329 ansi+sgrso|ansi standout only:\
330         :se=\E[m:so=\E[7m:
331 ansi+sgrul|ansi underline only:\
332         :ue=\E[m:us=\E[4m:
333 ansi+sgrbold|ansi graphic renditions; assuming terminal has bold; not dim:\
334         :md=\E[1m:\
335         :..sa=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;%?%p7%t8;%;m:\
336         :tc=ansi+sgr:tc=ansi+sgrso:tc=ansi+sgrul:
337 ansi+sgrdim|ansi graphic renditions; assuming terminal has dim; not bold:\
338         :mh=\E[2m:\
339         :..sa=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p5%t2;%;%?%p7%t8;%;m:\
340         :tc=ansi+sgr:tc=ansi+sgrso:tc=ansi+sgrul:
341 ansi+pp|ansi printer port:\
342         :pf=\E[4i:po=\E[5i:ps=\E[0i:
343 ansi+csr|ansi scroll-region plus cursor save & restore:\
344         :cs=\E[%i%d;%dr:rc=\E8:sc=\E7:
346 # The IBM PC alternate character set.  Plug this into any Intel console entry.
347 # We use \E[11m for rmacs rather than \E[12m so the <acsc> string can use the
348 # ROM graphics for control characters such as the diamond, up- and down-arrow.
349 # This works with the System V, Linux, and BSDI consoles.  It's a safe bet this
350 # will work with any Intel console, they all seem to have inherited \E[11m
351 # from the ANSI.SYS de-facto standard.
352 klone+acs|alternate character set for ansi.sys displays:\
353         :ac=+\020,\021-\030.^Y0\333`\004a\261f\370g\361h\260j\331k\277l\332m\300n\305o~p\304q\304r\304s_t\303u\264v\301w\302x\263y\363z\362{\343|\330}\234~\376:\
354         :ae=\E[10m:as=\E[11m:
356 # Highlight controls corresponding to the ANSI.SYS standard.  Most
357 # console drivers for Intel boxes obey these.  Makes the same assumption
358 # about \E[11m as klone+acs.  True ANSI/ECMA-48 would have :se=\E[27m:,
359 # :ue=\E[24m:, but this isn't a documented feature of ANSI.SYS.
360 klone+sgr|attribute control for ansi.sys displays:\
361         :S2=\E[11m:S3=\E[10m:mb=\E[5m:md=\E[1m:me=\E[0;10m:\
362         :mk=\E[8m:mr=\E[7m:\
363         :..sa=\E[0;10%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;%?%p7%t;8%;%?%p9%t;11%;m:\
364         :se=\E[m:so=\E[7m:ue=\E[m:us=\E[4m:tc=klone+acs:
366 # Highlight controls corresponding to the ANSI.SYS standard.  *All*
367 # console drivers for Intel boxes obey these.  Does not assume \E[11m will
368 # work; uses \E[12m instead, which is pretty bulletproof but loses you the ACS
369 # diamond and arrow characters under curses.
370 klone+sgr-dumb|attribute control for ansi.sys displays (no ESC [ 11 m):\
371         :as=\E[12m:mb=\E[5m:md=\E[1m:me=\E[0;10m:mk=\E[8m:\
372         :mr=\E[7m:\
373         :..sa=\E[0;10%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;%?%p7%t;8%;%?%p9%t;12%;m:\
374         :se=\E[m:so=\E[7m:ue=\E[m:us=\E[4m:tc=klone+acs:
376 # KOI8-R (RFC1489) acs (alternate character set)
377 # From: Qing Long <qinglong@Bolizm.ihep.su>, 24 Feb 1996.
378 klone+koi8acs|alternate character set for ansi.sys displays with KOI8 charset:\
379         :ac=+\020,\021-\036.^_0\215`\004a\237f\234g\232h\222i\220j\205k\203l\202m\204n\212o\213p\216q\0r\217s\214t\206u\207v\210w\211x\201y\230z\231{\267|\274}L~\225:\
380         :ae=\E[10m:as=\E[11m:
382 # ANSI.SYS color control.  The setab/setaf caps depend on the coincidence
383 # between SVr4/XPG4's color numbers and ANSI.SYS attributes.  Here are longer
384 # but equivalent strings that don't rely on that coincidence:
385 # setb=\E[4%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m,
386 # setf=\E[3%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m,
387 # The DOS 5 manual asserts that these sequences meet the ISO 6429 standard.
388 # They match a subset of ECMA-48.
389 klone+color|color control for ansi.sys and ISO6429-compatible displays:\
390         :Co#8:NC#3:pa#64:\
391         :AB=\E[4%dm:AF=\E[3%dm:op=\E[37;40m:
393 # This is better than klone+color, it doesn't assume white-on-black as the
394 # default color pair,  but many `ANSI' terminals don't grok the <op> cap.
395 ecma+color|color control for ECMA-48-compatible terminals:\
396         :AX:\
397         :Co#8:NC#3:pa#64:\
398         :AB=\E[4%dm:AF=\E[3%dm:op=\E[39;49m:
400 # Attribute control for ECMA-48-compatible terminals
401 ecma+sgr|attribute capabilities for true ECMA-48 terminals:\
402         :se=\E[27m:ue=\E[24m:tc=klone+sgr:
404 # For comparison, here are all the capabilities implied by the Intel
405 # Binary Compatibility Standard (level 2) that fit within terminfo.
406 # For more detail on this rather pathetic standard, see the comments
407 # near the end of this file.
408 ibcs2|Intel Binary Compatibility Standard prescriptions:\
409         :AL=\E[%dL:DC=\E[%dP:DO=\E[%dB:IC=\E[%d@:LE=\E[%dD:\
410         :RA=\E[?7l:RI=\E[%dC:S1=\E=%dg:SA=\E[?7h:SF=\E[%dS:\
411         :SR=\E[%dT:UP=\E[%dA:bt=\E[Z:ch=\E[%i%dG:cl=\Ec:\
412         :cm=\E[%i%d;%dH:ct=\E[g:cv=\E[%i%dd:ec=\E[%dX:ei=:im=:\
413         :rc=\E7:sc=\E7:st=\EH:
415 #### ANSI/ECMA-48 terminals and terminal emulators
417 # See near the end of this file for details on ANSI conformance.
418 # Don't mess with these entries!  Lots of other entries depend on them!
420 # This section lists entries in a least-capable to most-capable order.
421 # if you're in doubt about what `ANSI' matches yours, try them in that
422 # order and back off from the first that breaks.
424 # ansi-mr is for ANSI terminals with ONLY relative cursor addressing
425 # and more than one page of memory.  It uses local motions instead of
426 # direct cursor addressing, and makes almost no assumptions. It does
427 # assume auto margins, no padding and/or xon/xoff, and a 24x80 screen.
428 ansi-mr|mem rel cup ansi:\
429         :am:xo:\
430         :co#80:li#24:tc=vanilla:tc=ansi+erase:tc=ansi+local1:
432 # ansi-mini is a bare minimum ANSI terminal. This should work on anything, but
433 # beware of screen size problems and memory relative cursor addressing.
434 ansi-mini|any ansi terminal with pessimistic assumptions:\
435         :am:xo:\
436         :co#80:li#24:tc=vanilla:tc=ansi+cup:tc=ansi+erase:
438 # ansi-mtabs adds relative addressing and minimal tab support
439 ansi-mtabs|any ansi terminal with pessimistic assumptions:\
440         :it#8:\
441         :ta=^I:tc=ansi+local1:tc=ansi-mini:
443 # ANSI X3.64 from emory!mlhhh (Hugh Hansard) via BRL
445 # The following is an entry for the full ANSI 3.64 (1977).  It lacks
446 # padding, but most terminals using the standard are "fast" enough
447 # not to require any -- even at 9600 bps.  If you encounter problems,
448 # try including the padding specifications.
450 # Note: the :as: and :ae: specifications are not implemented here, for
451 # the available termcap documentation does not make clear WHICH alternate
452 # character set to specify.  ANSI 3.64 seems to make allowances for several.
453 # Please make the appropriate adjustments to fit your needs -- that is
454 # if you will be using alternate character sets.
456 # There are very few terminals running the full ANSI 3.64 standard,
457 # so I could only test this entry on one verified terminal (Visual 102).
458 # I would appreciate the results on other terminals sent to me.
460 # Please report comments, changes, and problems to:
462 # U.S. MAIL:   Hugh Hansard
463 #              Box: 22830
464 #              Emory University
465 #              Atlanta, GA. 30322.
467 # USENET {akgua,msdc,sb1,sb6,gatech}!emory!mlhhh.
469 # (Added vt100 :rc:,:sc: to quiet a tic warning --esr)
470 ansi77|ansi 3.64 standard 1977 version:\
471         :am:bs:mi:\
472         :co#80:it#8:li#24:\
473         :al=5*\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:\
474         :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:dc=\E[P:dl=5*\E[M:\
475         :do=\E[B:ei=\E[4l:ho=\E[H:im=\E[4h:k1=\EOP:k2=\EOR:k4=\EOS:\
476         :kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
477         :nd=\E[C:nw=^M\ED:rc=\E8:sc=\E7:se=\E[m:sf=\ED:so=\E[7m:\
478         :sr=\EM:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:
480 # Procomm and some other ANSI emulations don't recognize all of the ANSI-
481 # standard capabilities.  This entry deletes :UP:, :RI:, :DO:, :LE:, and
482 # <vpa>/<hpa> capabilities, forcing curses to use repetitions of :up:,
483 # :nd:, :do: and :le:.  Also deleted :IC: and :ic:, as QModem up to
484 # 5.03 doesn't recognize these.  Finally, we delete :rp: and :sr:, which seem
485 # to confuse many emulators.  On the other hand, we can count on these programs
486 # doing :ae:/:as:/:sa:. Older versions of this entry featured
487 # <invis=\E[9m>, but <invis=\E[8m> now seems to be more common under
488 # ANSI.SYS influence.
489 # From: Eric S. Raymond <esr@snark.thyrsus.com> Oct 30 1995
490 pcansi-m|pcansi-mono|ibm-pc terminal programs claiming to be ansi (mono mode):\
491         :am:bs:mi:ms:\
492         :co#80:it#8:li#24:\
493         :al=\E[L:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
494         :cm=\E[%i%d;%dH:cr=^M:ct=\E[2g:dc=\E[P:dl=\E[M:do=\E[B:\
495         :ho=\E[H:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
496         :le=\E[D:nd=\E[C:sf=^J:st=\EH:ta=^I:up=\E[A:\
497         :tc=klone+sgr-dumb:
498 pcansi-25-m|pcansi25m|ibm-pc terminal programs with 25 lines (mono mode):\
499         :li#25:tc=pcansi-m:
500 pcansi-33-m|pcansi33m|ibm-pc terminal programs with 33 lines (mono mode):\
501         :li#33:tc=pcansi-m:
502 pcansi-43-m|ansi43m|ibm-pc terminal programs with 43 lines (mono mode):\
503         :li#43:tc=pcansi-m:
504 # The color versions.  All PC emulators do color...
505 pcansi|ibm-pc terminal programs claiming to be ansi:\
506         :tc=klone+color:tc=pcansi-m:
507 pcansi-25|pcansi25|ibm-pc terminal programs with 25 lines:\
508         :li#25:tc=pcansi:
509 pcansi-33|pcansi33|ibm-pc terminal programs with 33 lines:\
510         :li#33:tc=pcansi:
511 pcansi-43|pcansi43|ibm-pc terminal programs with 43 lines:\
512         :li#43:tc=pcansi:
514 # ansi-m -- full ANSI X3.64 with ANSI.SYS-compatible attributes, no color.
515 # If you want pound signs rather than dollars, replace `B' with `A'
516 # in the <s0ds>, <s1ds>, <s2ds>, and <s3ds> capabilities.
517 # From: Eric S. Raymond <esr@snark.thyrsus.com> Nov 6 1995
518 ansi-m|ansi-mono|ANSI X3.64-1979 terminal with ANSI.SYS compatible attributes:\
519         :5i:\
520         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
521         :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:\
522         :cb=\E[1K:ch=\E[%i%dG:ct=\E[2g:cv=\E[%i%dd:ec=\E[%dX:ei=:\
523         :im=:kB=\E[Z:kI=\E[L:kb=^H:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:\
524         :nw=\r\E[S:pf=\E[4i:po=\E[5i:..rp=%p1%c\E[%p2%{1}%-%db:\
525         :s0=\E(B:s1=\E)B:s2=\E*B:s3=\E+B:ta=\E[I:tc=pcansi-m:
527 # ansi -- this terminfo expresses the largest subset of X3.64 that will fit in
528 # standard terminfo.  Assumes ANSI.SYS-compatible attributes and color.
529 # From: Eric S. Raymond <esr@snark.thyrsus.com> Nov 6 1995
530 ansi|ansi/pc-term compatible with color:\
531         :u6=\E[%i%d;%dR:u7=\E[6n:..u8=\E[?%[;0123456789]c:\
532         :u9=\E[c:tc=ecma+color:tc=klone+sgr:tc=ansi-m:
534 # ansi-generic is a vanilla ANSI terminal. This is assumed to implement
535 # all the normal ANSI stuff with no extensions. It assumes
536 # insert/delete line/char is there, so it won't work with
537 # vt100 clones. It assumes video attributes for bold, blink,
538 # underline, and reverse, which won't matter much if the terminal
539 # can't do some of those. Padding is assumed to be zero, which
540 # shouldn't hurt since xon/xoff is assumed.
541 ansi-generic|generic ansi standard terminal:\
542         :am:xo:\
543         :co#80:li#24:tc=vanilla:tc=ansi+csr:tc=ansi+cup:\
544         :tc=ansi+rca:tc=ansi+erase:tc=ansi+tabs:tc=ansi+local:\
545         :tc=ansi+idc:tc=ansi+idl:tc=ansi+rep:tc=ansi+sgrbold:\
546         :tc=ansi+arrows:
548 #### DOS ANSI.SYS variants
550 # This completely describes the sequences specified in the DOS 2.1 ANSI.SYS
551 # documentation (except for the keyboard key reassignment feature, which
552 # doen't fit the <pfkey> model well).  The klone+acs sequences were valid
553 # though undocumented.  The <pfkey> capability is untested but should work for
554 # keys F1-F10 (%p1 values outside this range will yield unpredictable results).
555 # From: Eric S. Raymond <esr@snark.thyrsus.com> Nov 7 1995
556 ansi.sys-old|ANSI.SYS under PC-DOS 2.1:\
557         :am:bs:mi:ms:xo:\
558         :co#80:li#25:\
559         :RA=\E[?7l:SA=\E[?7h:ce=\E[k:cl=\E[2J:cm=\E[%i%d;%dH:\
560         :do=\E[B:ho=\E[H:is=\E[m\E[?7h:kd=^J:kh=^^:kl=^H:kr=^L:\
561         :ku=^K:le=^H:nd=\E[C:pk=\E[0;%+\:;"%s":rc=\E[u:sc=\E[s:\
562         :u6=\E[%i%d;%dR:u7=\E[6n:up=\E[A:tc=klone+color:\
563         :tc=klone+sgr:
564 ansi.sys|ANSI.SYS 3.1 and later versions:\
565         :ce=\E[K:tc=ansi.sys-old:
568 # Define IBM PC keypad keys for vi as per MS-Kermit while using ANSI.SYS.
569 # This should only be used when the terminal emulator cannot redefine the keys.
570 # Since redefining keys with ansi.sys also affects PC-DOS programs, the key
571 # definitions must be restored.  If the terminal emulator is quit while in vi
572 # or others using :ks:/:ke:, the keypad will not be defined as per PC-DOS.
573 # The PgUp and PgDn are prefixed with ESC so that tn3270 can be used on Unix
574 # (^U and ^D are already defined for tn3270).  The ESC is safe for vi but it
575 # does "beep".  ESC ESC i is used for Ins to avoid tn3270 ESC i for coltab.
576 # Note that :kl: is always BS, because PC-dos can tolerate this change.
577 # Caution: vi is limited to 256 string bytes, longer crashes or weirds out vi.
578 # Consequently the End keypad key could not be set (it is relatively safe and
579 # actually useful because it sends ^@ O, which beeps and opens a line above).
580 ansi.sysk|ansisysk|PC-DOS 3.1 ANSI.SYS with keypad redefined for vi:\
581         :is=U2 PC-DOS 3.1 ANSI.SYS with keypad redefined for vi 9-29-86\n\E[;75;8p:\
582         :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:\
583         :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:\
584         :tc=ansi.sys:
586 # Adds ins/del line/character, hence vi reverse scrolls/inserts/deletes nicer.
587 nansi.sys|nansisys|PC-DOS Public Domain NANSI.SYS:\
588         :al=\E[1L:dc=\E[1P:dl=\E[1M:ei=:ic=\E[1@:im=:\
589         :is=U3 PC-DOS Public Domain NANSI.SYS 9-23-86\n:\
590         :tc=ansi.sys:
592 # See ansi.sysk and nansi.sys above.
593 nansi.sysk|nansisysk|PC-DOS Public Domain NANSI.SYS with keypad redefined for vi:\
594         :al=\E[1L:dc=\E[1P:dl=\E[1M:ei=:ic=\E[1@:im=:\
595         :is=U4 PC-DOS Public Domain NANSI.SYS with keypad redefined for vi 9-29-86\n\E[;75;8p:\
596         :tc=ansi.sysk:
598 #### ANSI console types
601 #### BeOS
603 # BeOS entry for Terminal program Seems to be almost ANSI
604 beterm|BeOS Terminal:\
605         :am:eo:mi:ms:xn:xo:\
606         :Co#8:NC#5:co#80:it#8:li#25:pa#64:\
607         :&7=^Z:@7=\E[4~:AB=\E[4%dm:AF=\E[3%dm:AL=\E[%dL:DC=\E[%dP:\
608         :DL=\E[%dM:DO=\E[%dB:F1=\E[21~:F2=\E[22~:IC=\E[%d@:\
609         :LE=\E[%dD:RI=\E[%dC:Sb=\E[%+(m:Sf=\E[%+^^m:UP=\E[%dA:\
610         :al=\E[L:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:ch=\E[%i%dG:\
611         :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
612         :cv=\E[%i%dd:dc=\E[P:dl=\E[M:do=^J:ec=\E[%dX:ei=\E[4l:\
613         :ho=\E[H:ic=\E[@:im=\E[4h:k1=\E[11~:k2=\E[12~:k3=\E[13~:\
614         :k4=\E[14~:k5=\E[15~:k6=\E[16~:k7=\E[17~:k8=\E[18~:\
615         :k9=\E[19~:k;=\E[20~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:\
616         :kb=^H:kd=\E[B:ke=\E[?4l:kh=\E[1~:kl=\E[D:kr=\E[C:\
617         :ks=\E[?4h:ku=\E[A:le=^H:md=\E[1m:me=\E[0;10m:mr=\E[7m:\
618         :nd=\E[C:nw=^M^J:op=\E[m:r1=\Ec:rc=\E8:sc=\E7:se=\E[m:sf=^J:\
619         :so=\E[7m:sr=\EM:st=\EH:ta=^I:u6=\E[%i%d;%dR:u7=\E[6n:\
620         :ue=\E[24m:up=\E[A:us=\E[4m:
622 #### Linux consoles
625 # This entry is good for the 1.2.13 or later version of the Linux console.
627 # ***************************************************************************
628 # *                                                                         *
629 # *                           WARNING:                                      *
630 # * Linuxes come with a default keyboard mapping kcbt=^I.  This entry, in   *
631 # * response to user requests, assumes kcbt=\E[Z, the ANSI/ECMA reverse-tab *
632 # * character. Here are the keymap replacement lines that will set this up: *
633 # *                                                                         *
634 #       keycode  15 = Tab             Tab
635 #               alt     keycode  15 = Meta_Tab
636 #               shift   keycode  15 = F26
637 #       string F26 ="\033[Z"
638 # *                                                                         *
639 # * This has to use a key slot which is unfortunate (any unused one will    *
640 # * do, F26 is the higher-numbered one).  The change ought to be built      *
641 # * into the kernel tables.                                                 *
642 # *                                                                         *
643 # ***************************************************************************
645 # The 1.3.x kernels add color-change capabilities; if yours doesn't have this
646 # and it matters, turn off <ccc>.  The %02x escape used to implement this is
647 # not back-portable to SV curses and not supported in ncurses versions before
648 # 1.9.9. All linux kernels since 1.2.13 (at least) set the screen size
649 # themselves; this entry assumes that capability.
651 # This entry is good for the 1.2.13 or later version of the Linux console.
653 # ***************************************************************************
654 # *                                                                         *
655 # *                           WARNING:                                      *
656 # * Linuxes come with a default keyboard mapping kcbt=^I.  This entry, in   *
657 # * response to user requests, assumes kcbt=\E[Z, the ANSI/ECMA reverse-tab *
658 # * character. Here are the keymap replacement lines that will set this up: *
659 # *                                                                         *
660 #       keycode  15 = Tab             Tab
661 #               alt     keycode  15 = Meta_Tab
662 #               shift   keycode  15 = F26
663 #       string F26 ="\033[Z"
664 # *                                                                         *
665 # * This has to use a key slot which is unfortunate (any unused one will    *
666 # * do, F26 is the higher-numbered one).  The change ought to be built      *
667 # * into the kernel tables.                                                 *
668 # *                                                                         *
669 # ***************************************************************************
671 # The 1.3.x kernels add color-change capabilities; if yours doesn't have this
672 # and it matters, turn off <ccc>.  The %02x escape used to implement this is
673 # not back-portable to SV curses and not supported in ncurses versions before
674 # 1.9.9. All linux kernels since 1.2.13 (at least) set the screen size
675 # themselves; this entry assumes that capability.
677 # The 2.2.x kernels add a private mode that sets the cursor type; use that to
678 # get a block cursor for cvvis.
679 # reported by Frank Heckenbach <frank@g-n-u.de>.
680 # (untranslatable capabilities removed to fit entry within 1023 bytes)
681 # (sgr removed to fit entry within 1023 bytes)
682 # (acsc removed to fit entry within 1023 bytes)
683 linux|linux console:\
684         :am:eo:mi:ms:ut:xn:xo:\
685         :NC#18:it#8:\
686         :&7=^Z:@7=\E[4~:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:F1=\E[23~:\
687         :F2=\E[24~:F3=\E[25~:F4=\E[26~:F5=\E[28~:F6=\E[29~:\
688         :F7=\E[31~:F8=\E[32~:F9=\E[33~:FA=\E[34~:IC=\E[%d@:\
689         :K2=\E[G:Km=\E[M:al=\E[L:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\
690         :ch=\E[%i%dG:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
691         :cs=\E[%i%d;%dr:ct=\E[3g:cv=\E[%i%dd:dc=\E[P:dl=\E[M:\
692         :do=^J:ec=\E[%dX:ei=\E[4l:ho=\E[H:ic=\E[@:im=\E[4h:\
693         :k1=\E[[A:k2=\E[[B:k3=\E[[C:k4=\E[[D:k5=\E[[E:k6=\E[17~:\
694         :k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:kB=\E[Z:kD=\E[3~:\
695         :kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=\177:kd=\E[B:kh=\E[1~:\
696         :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mh=\E[2m:mr=\E[7m:nd=\E[C:\
697         :nw=^M^J:r1=\Ec\E]R:rc=\E8:sc=\E7:se=\E[27m:sf=^J:sr=\EM:\
698         :st=\EH:ta=^I:u6=\E[%i%d;%dR:u7=\E[6n:u8=\E[?6c:u9=\E[c:\
699         :ue=\E[24m:up=\E[A:us=\E[4m:vb=200\E[?5h\E[?5l:\
700         :ve=\E[?25h\E[?0c:vi=\E[?25l\E[?1c:vs=\E[?25h\E[?8c:\
701         :tc=klone+sgr:tc=ecma+color:
702 linux-m|Linux console no color:\
703         :Co@:pa@:\
704         :AB@:AF@:Sb@:Sf@:tc=linux:
705 linux-c-nc|linux console 1.3.x hack for ncurses only:\
706         :cc:\
707         :..Ic=\E]P%p1%x%p2%{255}%*%{1000}%/%02x%p3%{255}%*%{1000}%/%02x%p4%{255}%*%{1000}%/%02x:\
708         :oc=\E]R:tc=linux:
709 # From: Dennis Henriksen <opus@osrl.dk>, 9 July 1996
710 linux-c|linux console 1.3.6+ with private palette for each virtual console:\
711         :cc:\
712         :Co#8:pa#64:\
713         :..Ic=\E]P%?%p1%{9}%>%t%p1%{10}%-%'a'%+%c%e%p1%d%;%p2%{255}%&%Pr%gr%{16}%/%Px%?%gx%{9}%>%t%gx%{10}%-%'A'%+%c%e%gx%d%;%gr%{15}%&%Px%?%gx%{9}%>%t%gx%{10}%-%'A'%+%c%e%gx%d%;%p3%{255}%&%Pr%gr%{16}%/%Px%?%gx%{9}%>%t%gx%{10}%-%'A'%+%c%e%gx%d%;%gr%{15}%&%Px%?%gx%{9}%>%t%gx%{10}%-%'A'%+%c%e%gx%d%;%p4%{255}%&%Pr%gr%{16}%/%Px%?%gx%{9}%>%t%gx%{10}%-%'A'%+%c%e%gx%d%;%gr%{15}%&%Px%?%gx%{9}%>%t%gx%{10}%-%'A'%+%c%e%gx%d%;:\
714         :oc=\E]R:tc=linux:
716 # See the note on ICH/ICH1 VERSUS RMIR/SMIR near the end of file
717 linux-nic|linux with ich/ich1 suppressed for non-curses programs:\
718         :IC@:ei=:ic@:im=:tc=linux:
720 # This assumes you have used setfont(8) to load one of the Linux koi8-r fonts.
721 # acsc entry from Pavel Roskin" <pavel@absolute.spb.su>, 29 Sep 1997.
722 linux-koi8|linux with koi8 alternate character set:\
723         :ac=+\020,\021-\030.^Y0\215`\004a\221f\234g\237h\220i\276j\205k\203l\202m\204n\212o~p\0q\0r\0s_t\206u\207v\211w\210x\201y\230z\231{\267|\274~\224:\
724         :tc=linux:tc=klone+koi8acs:
726 # Another entry for KOI8-r with Qing Long's acsc.
727 # (which one better complies with the standard?)
728 linux-koi8r|linux with koi8-r alternate character set:\
729         :tc=linux:tc=klone+koi8acs:
731 # Entry for the latin1 and latin2 fonts
732 linux-lat|linux with latin1 or latin2 alternate character set:\
733         :ac=+\020,\021-\030.^Y0\333`\004a\013f\370g\361h\260i\316j\211k\214l\206m\203n\305o~p\304q\212r\304s_t\207u\215v\301w\302x\205y\363z\362{\343|\330}\234~\376:\
734         :tc=linux:
736 #### Mach
739 # From: Matthew Vernon <mcv21@pick.sel.cam.ac.uk>
740 mach|Mach Console:\
741         :am:km:\
742         :co#80:it#8:li#25:\
743         :@7=\E[Y:AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:\
744         :RI=\E[%dC:UP=\E[%dA:al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\Ec:\
745         :cm=\E[%i%d;%dH:cr=^M:dl=\E[M:do=^J:ho=\E[H:k1=\EOP:\
746         :k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOT:k6=\EOU:k7=\EOV:k8=\EOW:\
747         :k9=\EOX:k;=\EOY:kD=\E[9:kH=\E[F:kI=\E[@:kN=\E[U:kP=\E[V:\
748         :kb=\177:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
749         :mb=\E[5m:md=\E[1m:me=\E[0m:mr=\E[7m:nd=\E[C:se=\E[0m:\
750         :sf=^J:so=\E[7m:ta=^I:ue=\E[24m:up=\E[A:us=\E[4m:
751 mach-bold|Mach Console with bold instead of underline:\
752         :ue=\E[0m:us=\E[1m:tc=mach:
753 mach-color|Mach Console with ANSI color:\
754         :Co#8:pa#64:\
755         :AB=\E[4%dm:AF=\E[3%dm:mh=\E[2m:mk=\E[8m:op=\E[37;40m:\
756         :se=\E[27m:tc=mach:
758 #### OSF Unix
761 # OSF/1 1.1 Snapshot 2
762 pmcons|pmconsole|PMAX console:\
763         :am:\
764         :co#128:li#57:\
765         :bl=^G:cl=^L:cr=^M:do=^J:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
766         :kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:sf=^J:ta=^I:up=^K:
768 # SCO console and SOS-Syscons console for 386bsd
769 # (scoansi: had unknown capabilities
770 #       :Gc=N:Gd=K:Gh=M:Gl=L:Gu=J:Gv=\072:\
771 #       :GC=E:GD=B:GH=D:GL=\64:GU=A:GV=\63:GR=C:
772 #       :G1=?:G2=Z:G3=@:G4=Y:G5=;:G6=I:G7=H:G8=<:\
773 #       :CW=\E[M:NU=\E[N:RF=\E[O:RC=\E[P:\
774 #       :WL=\E[S:WR=\E[T:CL=\E[U:CR=\E[V:\
775 # I renamed GS/GE/HM/EN/PU/PD/RT and added klone+sgr-dumb, based
776 # on the :as:=\E[12m  -- esr)
778 # klone+sgr-dumb is an error since the acsc does not match -TD
780 # In this description based on SCO's keyboard(HW) manpage list of default function key
781 # values:
782 #       F13-F24 are shifted F1-F12
783 #       F25-F36 are control F1-F12
784 #       F37-F48 are shift+control F1-F12
786 # hpa/vpa work in the console, but not in scoterm:
787 #       hpa=\E[%p1%dG,
788 #       vpa=\E[%p1%dd,
790 # SCO's terminfo uses
791 #       kLFT=\E[d,
792 #       kRIT=\E[c,
793 # which do not work (console or scoterm).
795 # Console documents only 3 attributes can be set with SGR (so we don't use sgr).
796 # (untranslatable capabilities removed to fit entry within 1023 bytes)
797 # (sgr removed to fit entry within 1023 bytes)
798 # (acsc removed to fit entry within 1023 bytes)
799 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
800 scoansi|SCO Extended ANSI standard crt:\
801         :am:bs:eo:xo:\
802         :co#80:it#8:li#25:\
803         :AL=\E[%dL:DL=\E[%dM:SF=\E[%dS:SR=\E[%dT:ae=\E[10m:\
804         :al=\E[L:as=\E[12m:bl=^G:bt=\E[Z:cd=\E[m\E[J:ce=\E[m\E[K:\
805         :cl=\E[2J\E[H:cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:do=\E[B:ei=:\
806         :ho=\E[H:ic=\E[@:im=:k1=\E[M:k2=\E[N:k3=\E[O:k4=\E[P:\
807         :k5=\E[Q:k6=\E[R:k7=\E[S:k8=\E[T:k9=\E[U:kD=^_:kI=\E[L:\
808         :kN=\E[G:kP=\E[I:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:\
809         :ku=\E[A:le=\E[D:mb=\E[5m:md=\E[1m:me=\E[0;10m:mr=\E[7m:\
810         :nd=\E[C:se=\E[m:sf=\E[S:so=\E[7m:sr=\E[T:ta=^I:ue=\E[m:\
811         :up=\E[A:us=\E[4m:ve=\E[=10;12C:vi=\E[=14;12C:\
812         :vs=\E[=0;12C:
814 # This actually describes the generic SVr4 display driver for Intel boxes.
815 # The :mh=\E[2m: isn't documented and therefore may not be reliable.
816 # From: Eric Raymond <esr@snark.thyrsus.com> Mon Nov 27 19:00:53 EST 1995
817 att6386|at386|386at|AT&T WGS 6386 console:\
818         :am:bw:eo:xo:\
819         :co#80:it#8:li#25:\
820         :@7=\E[Y:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\EOZ:\
821         :F2=\EOA:IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:\
822         :SR=\E[%dT:UP=\E[%dA:\
823         :ac=``a1fxgqh0jYk?lZm@nEooppqDrrsstCu4vAwBx3yyzz{{||}}~~:\
824         :ae=\E[10m:al=\E[1L:as=\E[12m:bl=^G:bt=\E[Z:cd=\E[J:\
825         :ce=\E[K:ch=\E[%i%dG:cl=\E[2J\E[H:cm=\E[%i%d;%dH:cr=^M:\
826         :ct=\E[2g:cv=\E[%i%dd:dc=\E[P:dl=\E[1M:do=\E[B:ec=\E[%dX:\
827         :ei=:ho=\E[H:ic=\E[1@:im=:is=\E[0;10;39m:k1=\EOP:k2=\EOQ:\
828         :k3=\EOR:k4=\EOS:k5=\EOT:k6=\EOU:k7=\EOV:k8=\EOW:k9=\EOX:\
829         :k;=\EOY:kB=^]:kD=\E[P:kI=\E[@:kM=\E0:kN=\E[U:kP=\E[V:kb=^H:\
830         :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=\E[D:mb=\E[5m:\
831         :md=\E[1m:me=\E[0;10m:mh=\E[2m:mk=\E[9m:mr=\E[7m:nd=\E[C:\
832         :nw=\r\E[S:rc=\E8:\
833         :..sa=\E[10m\E[0%?%p1%p3%|%t;7%;%?%p2%t;4%;%?%p4%t;5%;%?%p5%t;2%;%?%p6%t;1%;%?%p9%t;12%e;10%;%?%p7%t;9%;m:\
834         :sc=\E7:se=\E[m:sf=\E[S:so=\E[7m:sr=\E[T:st=\EH:ta=^I:\
835         :ue=\E[m:up=\E[A:us=\E[4m:ve=\E[=1C:vi=\E[=C:\
836         :tc=klone+color:
837 # (pc6300plus: removed ":KM=/usr/lib/ua/kmap.s5:"; renamed BO/EE/CI/CV -- esr)
838 pc6300plus|AT&T 6300 plus:\
839         :am:bs:xo:\
840         :co#80:li#24:\
841         :al=\E[1L:bl=^G:cd=\E[0J:ce=\E[0K:cl=\E[2J\E[H:\
842         :cm=\E[%i%2;%2H:cr=^M:ct=\E[3g:dc=\E[1P:dl=\E[1M:do=\E[B:\
843         :ei=:ho=\E[H:ic=\E[1@:im=:k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:\
844         :k5=\EOg:k6=\EOh:k7=\EOi:k8=\EOj:k9=\EOk:k;=\EOu:kb=^H:\
845         :kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:\
846         :me=\E[m:mh=\E[2m:mk=\E[9m:mr=\E[7m:nd=\E[C:nw=^M^J:\
847         :se=\E[m:sf=^J:so=\E[7m:st=\EH:ue=\E[m:up=\E[A:us=\E[4m:\
848         :ve=\E[=1C:vi=\E[=C:
850 # From: Benjamin C. W. Sittler <bsittler@nmt.edu>
852 # I have a UNIX PC which I use as a terminal attached to my Linux PC.
853 # Unfortunately, the UNIX PC terminfo entry that comes with ncurses
854 # is broken. All the special key sequences are broken, making it unusable
855 # with Emacs. The problem stems from the following:
857 # The UNIX PC has a plethora of keys (103 of them, and there's no numeric
858 # keypad!), loadable fonts, and strange highlighting modes ("dithered"
859 # half-intensity, "smeared" bold, and real strike-out, for example.) It also
860 # uses resizable terminal windows, but the bundled terminal program always
861 # uses an 80x24 window (and doesn't support seem to support a 132-column
862 # mode.)
864 # HISTORY: The UNIX PC was one of the first machines with a GUI, and used a
865 # library which was a superset of SVr3.5 curses (called tam, for "terminal
866 # access method".) tam includes support for real, overlapping windows,
867 # onscreen function key labels, and bitmap graphics. But since the primary
868 # user interface on the UNIX PC was a GUI program (ua, for "user
869 # assistant",) and remote administration was considered important for the
870 # machine, tam also supported VT100-compatible terminals attached to the
871 # serial port or used across the StarLan network. To simulate the extra keys
872 # not present on a VT100, users could press ESC and a two-letter sequence,
873 # such as u d (Undo) or U D (Shift-Undo.) These two-letter sequences,
874 # however, were not the same as those sent by the actual Undo key. The
875 # actual Undo key sends ESC 0 s unshifted, and ESC 0 S shifted, for example.
876 # (If you're interested in adding some of the tam calls to ncurses, btw, I
877 # have the full documentation and several programs which use tam. It also
878 # used an extended terminfo format to describe key sequences, special
879 # highlighting modes, etc.)
881 # KEYS: This means that ncurses would quite painful on the UNIX PC, since
882 # there are two sequences for every key-modifier combination (local keyboard
883 # sequence and remote "VT100" sequence.) But I doubt many people are trying
884 # to use ncurses on the UNIX PC, since ncurses doesn't properly handle the
885 # GUI. Unfortunately, the terminfo entry (and the termcap, too, I presume)
886 # seem to have been built from the manual describing the VT100 sequences.
887 # This means it doesn't work for a real live UNIX PC.
889 # FONTS: The UNIX PC also has a strange interpretation of "alternate
890 # character set". Rather than the VT100 graphics you might expect, it allows
891 # up to 8 custom fonts to be loaded at any given time. This means that
892 # programs expecting VT100 graphics will usually be disappointed. For this
893 # reason I have disabled the smacs/rmacs sequences, but they could easily be
894 # re-enabled. Here are the relevant control sequences (from the ESCAPE(7)
895 # manpage), should you wish to do so:
897 # SGR10 - Select font 0 - ESC [ 10 m or SO
898 # SGR11 - Select font 1 - ESC [ 11 m or SI
899 # SGR12 - Select font 2 - ESC [ 12 m
900 # ... (etc.)
901 # SGR17 - Select font 7 - ESC [ 17 m
903 # Graphics for line drawing are not reliably found at *any* character
904 # location because the UNIX PC has dynamically reloadable fonts. I use font
905 # 0 for regular text and font 1 for italics, but this is by no means
906 # universal. So ASCII line drawing is in order if smacs/rmacs are enabled.
908 # MISC: The cursor visible/cursor invisible sequences were swapped in the
909 # distributed terminfo.
911 # To ameliorate these problems (and fix a few highlighting bugs) I rewrote
912 # the UNIX PC terminfo entry. The modified version works great with Lynx,
913 # Emacs, and XEmacs running on my Linux PC and displaying on the UNIX PC
914 # attached by serial cable. In Emacs, even the Undo key works, and many
915 # applications can now use the F1-F8 keys.
917 # esr's notes:
918 #       Terminfo entry for the AT&T Unix PC 7300
919 #       from escape(7) in Unix PC 7300 Manual.
920 #       Somewhat similar to a vt100-am (but different enough
921 #       to redo this from scratch.)
923 #       /***************************************************************
924 #       *
925 #       *           FONT LOADING PROGRAM FOR THE UNIX PC
926 #       *
927 #       *     This routine loads a font defined in the file ALTFONT
928 #       *     into font memory slot #1.  Once the font has been loaded,
929 #       *     it can be used as an alternative character set.
930 #       *
931 #       *     The call to ioctl with the argument WIOCLFONT is the key
932 #       *     to this routine.  For more information, see window(7) in
933 #       *     the PC 7300 documentation.
934 #       ***************************************************************/
935 #       #include <string.h>             /* needed for strcpy call */
936 #       #include <sys/window.h>         /* needed for ioctl call */
937 #       #define FNSIZE  60              /* font name size */
938 #       #define ALTFONT  "/usr/lib/wfont/special.8.ft"  /* font file */
939 #       /*
940 #       *     The file /usr/lib/wfont/special.8.ft comes with the
941 #       *     standard PC software.  It defines a graphics character set
942 #       *     similar to that of the Teletype 5425 terminal.  To view
943 #       *     this or other fonts in /usr/lib/wfont, use the command
944 #       *     cfont <filename>.  For further information on fonts see
945 #       *     cfont(1) in the PC 7300 documentation.
946 #       */
948 #       struct altfdata         /* structure for alt font data */
949 #       {
950 #       short   altf_slot;              /* memory slot number */
951 #       char    altf_name[FNSIZE];      /* font name (file name) */
952 #       };
953 #       ldfont()
954 #       {
955 #               int wd;         /* window in which altfont will be */
956 #               struct altfdata altf;
957 #               altf.altf_slot=1;
958 #               strcpy(altf.altf_name,ALTFONT);
959 #               for (wd =1; wd < 12; wd++) {
960 #                    ioctl(wd, WIOCLFONT,&altf);
961 #               }
962 #       }
964 # (att7300: added :vi:/:ve:/:ic:/<invis> from the BSDI entry,
965 # they're confirmed by the man page for the System V display---esr)
967 # (untranslatable capabilities removed to fit entry within 1023 bytes)
968 # (sgr removed to fit entry within 1023 bytes)
969 # (acsc removed to fit entry within 1023 bytes)
970 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
971 att7300|unixpc|pc7300|3b1|s4|AT&T UNIX PC Model 7300:\
972         :am:xo:\
973         :co#80:it#8:li#24:\
974         :AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:\
975         :UP=\E[%dA:al=\E[L:bl=^G:bt=\E^I:cd=\E[0J:ce=\E[0K:\
976         :cl=\E[2J\E[H:cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:\
977         :do=\E[B:ei=:ho=\E[H:i1=\017\E[=1w:ic=\E[@:im=:k1=\EOc:\
978         :k2=\EOd:k3=\EOe:k4=\EOf:k5=\EOg:k6=\EOh:k7=\EOi:k8=\EOj:\
979         :kD=\ENf:kI=\ENj:kN=\E[U:kP=\E[V:kb=^H:kd=\E[B:kh=\E[H:\
980         :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[9m:md=\E[1m:\
981         :me=\E[0;10m:mh=\E[2m:mr=\E[7m:nd=\E[C:nw=\EE:se=\E[m:\
982         :sf=^J:so=\E[7m:sr=\EM:ue=\E[m:up=\E[A:us=\E[4m:ve=\E[=0C:\
983         :vi=\E[=1C:
985 # Sent by Stefan Stapelberg <stefan@rent-a-guru.de>, 24 Feb 1997, this is
986 # from SGI's terminfo database.  SGI's entry shows F9-F12 with the codes
987 # for the application keypad mode.  We have added iris-ansi-ap rather than
988 # change the original to keypad mode.
990 # (iris-ansi: added rmam/smam based on init string -- esr)
992 # This entry, and those derived from it, is used in xwsh (also known as
993 # winterm).  Some capabilities that do not fit into the terminfo model
994 # include the shift- and control-functionkeys:
996 # F1-F12 generate different codes when shift or control modifiers are used.
997 # For example:
998 #       F1              \E[001q
999 #       shift F1        \E[013q
1000 #       control-F1      \E[025q
1002 # In application keypad mode, F9-F12 generate codes like vt100 PF1-PF4, i.e.,
1003 # \EOP to \EOS.  The shifted and control modifiers still do the same thing.
1005 # The cursor keys also have different codes:
1006 #       control-up      \E[162q
1007 #       control-down    \E[165q
1008 #       control-left    \E[159q
1009 #       control-right   \E[168q
1011 #       shift-up        \E[161q
1012 #       shift-down      \E[164q
1013 #       shift-left      \E[158q
1014 #       shift-right     \E[167q
1016 #       control-tab     \[072q
1018 iris-ansi|iris-ansi-net|IRIS emulating 40 line ANSI terminal (almost VT100):\
1019         :am:\
1020         :co#80:it#8:li#40:\
1021         :!2=\E[218q:#2=\E[143q:#4=\E[158q:%9=\E[209q:%f=\E[210q:\
1022         :%i=\E[167q:&7=\E[217q:*4=\E[P:*7=\E[147q:@7=\E[146q:\
1023         :@8=^M:AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:F1=\E[011q:\
1024         :F2=\E[012q:LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:\
1025         :UP=\E[%dA:al=\E[L:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\
1026         :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:ct=\E[3g:dl=\E[M:do=^J:\
1027         :ho=\E[H:is=\E[?1l\E>\E[?7h\E[100g\E[0m\E7\E[r\E8:\
1028         :k1=\E[001q:k2=\E[002q:k3=\E[003q:k4=\E[004q:k5=\E[005q:\
1029         :k6=\E[006q:k7=\E[007q:k8=\E[008q:k9=\E[009q:k;=\E[010q:\
1030         :kB=\E[Z:kD=\177:kI=\E[139q:kM=\E[146q:kN=\E[154q:\
1031         :kP=\E[150q:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
1032         :le=\E[D:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:nw=\EE:\
1033         :pk=\EP101;%d.y%s\E\\:rc=\E8:sc=\E7:se=\E[m:sf=\ED:\
1034         :so=\E[1;7m:sr=\EM:st=\EH:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:\
1035         :ve=\E[9/y\E[12/y\E[=6l:vs=\E[10/y\E[=1h\E[=2l\E[=6h:
1036 iris-ansi-ap|IRIS ANSI in application-keypad mode:\
1037         :@8=\EOM:F1=\E[011q:F2=\E[012q:is=\E[?1l\E=\E[?7h:\
1038         :k9=\E[009q:k;=\E[010q:tc=iris-ansi:
1040 # From the man-page, this is a quasi-vt100 emulator that runs on SGI's IRIX
1041 # (T.Dickey 98/1/24)
1042 iris-color|xwsh|IRIX ANSI with color:\
1043         :NC#33:\
1044         :DC=\E[%dP:IC=\E[%d@:ZH=\E[3m:ZR=\E[23m:cs=\E[%i%d;%dr:\
1045         :ec=\E[%dX:ei=:im=:mh=\E[2m:r1=\Ec:\
1046         :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:sc=\E7:\
1047         :u6=\E[%i%d;%dR:u7=\E[6n:u8=\E[?1;2c:u9=\E[c:ue=\E[24m:\
1048         :tc=klone+color:tc=iris-ansi-ap:
1050 # The following is a version of the ibm-pc entry distributed with PC/IX,
1051 # (Interactive Systems' System 3 for the Big Blue), modified by Richard
1052 # McIntosh at UCB/CSM.  The :pt: and :uc: have been removed from the original,
1053 # (the former is untrue, and the latter failed under UCB/man); standout and
1054 # underline modes have been added.  Note: this entry describes the "native"
1055 # capabilities of the PC monochrome display, without ANY emulation; most
1056 # communications packages (but NOT PC/IX connect) do some kind of emulation.
1057 pcix|PC/IX console:\
1058         :am:bw:eo:\
1059         :co#80:li#24:\
1060         :cd=\E[J:ce=\E[K:cl=\Ec:cm=\E[%i%2;%2H:do=\E[B:ho=\E[H:\
1061         :le=^H:me=\E[m:nd=\E[C:se=\E[m:so=\E[7m:ue=\E[m:up=\E[A:\
1062         :us=\E[4m:
1064 # (ibmpcx: this entry used to be known as ibmx.
1065 # It formerly included the following extension capabilities:
1066 #       :GC=b:GL=v:GR=t:RT=^J:\
1067 #       :GH=\E[196g:GV=\E[179g:\
1068 #       :GU=\E[193g:GD=\E[194g:\
1069 #       :G1=\E[191g:G2=\E[218g:G3=\E[192g:G4=\E[217g:\
1070 #       :CW=\E[E:NU=\E[F:RF=\E[G:RC=\E[H:\
1071 #       :WL=\E[K:WR=\E[L:CL=\E[M:CR=\E[N:\
1072 # I renamed GS/GE/WL/WR/CL/CR/PU/PD/HM/EN; also, removed a duplicate
1073 # ":kh=\E[Y:".  Added IBM-PC forms characters and highlights, they match
1074 # what was there before. -- esr)
1075 ibmpcx|xenix|ibmx|IBM PC xenix console display:\
1076         :am:bs:ms:\
1077         :co#80:li#25:\
1078         :@7=\E[d:al=\E[L:cd=\E[J:ce=\E[K:cl=^L:cm=\E[%d;%dH:\
1079         :dc=\E[P:dl=\E[M:do=\E[B:ei=:ho=\E[H:ic=\E[@:im=:k1=\E[K:\
1080         :k2=\E[L:k3=\E[M:k4=\E[N:kN=\E[e:kP=\E[Z:kb=^H:kd=\E[B:\
1081         :kh=\E[Y:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:nd=\E[C:up=\E[A:\
1082         :tc=klone+acs:tc=klone+sgr:
1084 #### QNX
1087 # QNX 4.0 Console
1088 # Michael's original version of this entry had <am@>, :ti=\Ei:,
1089 # :te=\Eh\ER:; this was so terminfo applications could write the lower
1090 # right corner without triggering a scroll.  The ncurses terminfo library can
1091 # handle this case with the :ic: capability, and prefers :am: for better
1092 # optimization.  Bug: The <op> capability resets attributes.
1093 # From: Michael Hunter <mphunter@qnx.com> 30 Jul 1996
1094 # (removed: :sa=%?%p1%t\E<%;%p2%t\E[%;%p3%t\E(%;%p4%t\E{%;%p6%t\E<%;,:)
1095 # (untranslatable capabilities removed to fit entry within 1023 bytes)
1096 # (sgr removed to fit entry within 1023 bytes)
1097 # (acsc removed to fit entry within 1023 bytes)
1098 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
1099 qnx|qnx4|qnx console:\
1100         :km:mi:ms:xt:\
1101         :co#80:it#4:li#25:\
1102         :al=\EE:bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :cr=^M:\
1103         :dc=\Ef:dl=\EF:do=^J:ei=:ho=\EH:ic=\Ee:im=:k1=\377\201:\
1104         :k2=\377\202:k3=\377\203:k4=\377\204:k5=\377\205:\
1105         :k6=\377\206:k7=\377\207:k8=\377\210:k9=\377\211:\
1106         :kD=\377\254:kI=\377\253:kN=\377\252:kP=\377\242:\
1107         :kd=\377\251:kh=\377\240:kl=\377\244:kr=\377\246:\
1108         :ku=\377\241:le=^H:mb=\E{:md=\E<:me=\E}\E]\E>\E):mr=\E(:\
1109         :nd=\EC:rp=\Eg%r%+ %.:se=\E):sf=^J:so=\E(:sr=\EI:ta=^I:\
1110         :te=\Eh\ER:ti=\Ei:ue=\E]:up=\EA:us=\E[:ve=\Ey1:vi=\Ey0:\
1111         :vs=\Ey2:
1114 qnxt|qnxt4|QNX4 terminal:\
1115         :YB:tc=qnx4:
1117 qnxm|QNX4 with mouse events:\
1118         :Yd#1:\
1119         :ZC=\E/:ZD=\E":ZJ=\E/>2h:ZT=\E/>2l:ZZ=\E/>1l\E/>9h:\
1120         :Za=\E/>7h:Zb=\E/>7l:Zd=\E/>6l:Zf=\E/>1h:Zg=\E/>1h:\
1121         :Zh=\E/>1h\E/>9l:Zi=\E/>6h:i1=\E/0t:tc=qnx4:
1123 qnxw|QNX4 windows:\
1124         :YD:tc=qnxm:
1126 #       Monochrome QNX4 terminal or console. Setting this terminal type will
1127 #       allow an application running on a color console to behave as if it
1128 #       were a monochrome terminal. Output will be through stdout instead of
1129 #       console writes because the term routines will recognize that the
1130 #       terminal name starts with 'qnxt'.
1132 qnxtmono|Monochrome QNX4 terminal or console:\
1133         :Co@:pa@:\
1134         :sp@:tc=qnx4:
1136 # From: Federico Bianchi <bianchi@pc-arte2.arte.unipi.it>, 1 Jul 1998
1137 # (esr: commented out <scp> and :te: to avoid warnings.)
1138 # (TD: derive from original qnx4 entry)
1139 qnxt2|qnx 2.15 serial terminal:\
1140         :am:\
1141         :!3@:%h@:%j@:&7@:Sb@:Sf@:dc@:ei=:ic@:im=:rp@:se=\E>:so=\E<:te@:ti@:\
1142         :ve@:vi@:vs@:tc=qnx4:
1144 # QNX ANSI terminal definition
1145 # (untranslatable capabilities removed to fit entry within 1023 bytes)
1146 # (sgr removed to fit entry within 1023 bytes)
1147 # (acsc removed to fit entry within 1023 bytes)
1148 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
1149 qansi-g|QNX ANSI:\
1150         :am:es:hs:xo:\
1151         :co#80:it#8:li#25:ws#80:\
1152         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
1153         :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:ae=^O:\
1154         :al=\E[1L:as=^N:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[2J\E[H:\
1155         :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[2g:dc=\E[P:\
1156         :dl=\E[1M:do=\E[B:ds=\E[r:ec=\E[%dX:ei=:fs=\E[?6h\E8:\
1157         :ho=\E[H:i2=\E(B\E)0:ic=\E[1@:im=:\
1158         :is=\E>\E[?1l\E[?7h\E[0;10;39;49m:k1=\EOP:k2=\EOQ:\
1159         :k3=\EOR:k4=\EOS:k5=\EOT:k6=\EOU:k7=\EOV:k8=\EOW:k9=\EOX:\
1160         :kD=\E[P:kI=\E[@:kN=\E[U:kP=\E[V:kb=^H:kd=\E[B:kh=\E[H:\
1161         :kl=\E[D:kr=\E[C:ku=\E[A:le=\E[D:ll=\E[99H:mb=\E[5m:\
1162         :md=\E[1m:me=\E[m\017:mh=\E[2m:mr=\E[7m:nd=\E[C:nw=\EE:\
1163         :se=\E[27m:sf=\E[S:so=\E[7m:sr=\E[T:st=\EH:ta=^I:\
1164         :ts=\E7\E1;24r\E[?6l\E[25;%i%dH:ue=\E[24m:up=\E[A:\
1165         :us=\E[4m:vb=\E[?5h\E[?5l:ve=\E[?25h\E[?12l:vi=\E[?25l:\
1166         :vs=\E[?12;25h:
1168 qansi|QNX ansi with console writes:\
1169         :YA:YC:tc=qansi-g:
1171 qansi-t|QNX ansi without console writes:\
1172         :YB:tc=qansi:
1174 qansi-m|QNX ansi with mouse:\
1175         :Yd#1:\
1176         :ZC=\E[:ZD=\E]:ZJ=\E[>2h:ZT=\E[>2l:ZZ=\E[>1l\E[>9h:\
1177         :Za=\E[>7h:Zb=\E[>7l:Zd=\E[>6l:Zf=\E[>1h:Zg=\E[>1h:\
1178         :Zh=\E[>1h\E[>9l:Zi=\E[>6h:i1=\E[0t:tc=qansi:
1180 qansi-w|QNX ansi for windows:\
1181         :YD:tc=qansi-m:
1183 #### NetBSD consoles
1185 # pcvt termcap database entries (corresponding to release 3.31)
1186 # Author's last edit-date: [Fri Sep 15 20:29:10 1995]
1188 # (For the terminfo master file, I translated these into terminfo syntax.
1189 # Then I dropped all the pseudo-HP entries. we don't want and can't use
1190 # the :Xs: flag. Then I split :is: into a size-independent :i1: and a
1191 # size-dependent :is:.  Finally, I added <rmam>/<smam> -- esr)
1193 # NOTE: :ic: has been taken out of this entry. for reference, it should
1194 # be <ich1=\E[@>.  For discussion, see ICH/ICH1 VERSUS RMIR/SMIR below.
1195 # (esr: added :vi: and :ve: to resolve NetBSD Problem Report #4583)
1196 pcvtXX|pcvt vt200 emulator (DEC VT220):\
1197         :am:km:mi:ms:xn:\
1198         :it#8:vt#3:\
1199         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
1200         :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:SF=\E[%dS:\
1201         :SR=\E[%dT:UP=\E[%dA:\
1202         :ac=++,,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz~~:\
1203         :ae=\E(B:al=\E[L:as=\E(0:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\
1204         :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
1205         :ct=\E[3g:dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:ho=\E[H:\
1206         :i1=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:im=\E[4h:\
1207         :k1=\E[17~:k2=\E[18~:k3=\E[19~:k4=\E[20~:k5=\E[21~:\
1208         :k6=\E[23~:k7=\E[24~:k8=\E[25~:kD=\E[3~:kH=\E[4~:kI=\E[2~:\
1209         :kN=\E[6~:kP=\E[5~:kb=\177:kd=\EOB:ke=\E[?1l\E>:kh=\E[1~:\
1210         :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:\
1211         :md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:nw=\EE:\
1212         :r1=\Ec\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\
1213         :rf=/usr/share/tabset/vt100:sc=\E7:se=\E[27m:sf=\ED:\
1214         :so=\E[7m:sr=\EM:st=\EH:ta=^I:ue=\E[24m:up=\E[A:us=\E[4m:\
1215         :ve=\E[?25h:vi=\E[?25l:
1217 #       NetBSD/FreeBSD vt220 terminal emulator console (pc keyboard & monitor)
1218 #       termcap entries for pure VT220-Emulation and 25, 28, 35, 40, 43 and
1219 #       50 lines entries; 80 columns
1220 pcvt25|dec vt220 emulation with 25 lines:\
1221         :co#80:li#25:\
1222         :is=\E[1;25r\E[25;1H:tc=pcvtXX:
1223 pcvt28|dec vt220 emulation with 28 lines:\
1224         :co#80:li#28:\
1225         :is=\E[1;28r\E[28;1H:tc=pcvtXX:
1226 pcvt35|dec vt220 emulation with 35 lines:\
1227         :co#80:li#35:\
1228         :is=\E[1;35r\E[35;1H:tc=pcvtXX:
1229 pcvt40|dec vt220 emulation with 40 lines:\
1230         :co#80:li#40:\
1231         :is=\E[1;40r\E[40;1H:tc=pcvtXX:
1232 pcvt43|dec vt220 emulation with 43 lines:\
1233         :co#80:li#43:\
1234         :is=\E[1;43r\E[43;1H:tc=pcvtXX:
1235 pcvt50|dec vt220 emulation with 50 lines:\
1236         :co#80:li#50:\
1237         :is=\E[1;50r\E[50;1H:tc=pcvtXX:
1239 #       NetBSD/FreeBSD vt220 terminal emulator console (pc keyboard & monitor)
1240 #       termcap entries for pure VT220-Emulation and 25, 28, 35, 40, 43 and
1241 #       50 lines entries; 132 columns
1242 pcvt25w|dec vt220 emulation with 25 lines and 132 cols:\
1243         :co#132:li#25:\
1244         :is=\E[1;25r\E[25;1H:tc=pcvtXX:
1245 pcvt28w|dec vt220 emulation with 28 lines and 132 cols:\
1246         :co#132:li#28:\
1247         :is=\E[1;28r\E[28;1H:tc=pcvtXX:
1248 pcvt35w|dec vt220 emulation with 35 lines and 132 cols:\
1249         :co#132:li#35:\
1250         :is=\E[1;35r\E[35;1H:tc=pcvtXX:
1251 pcvt40w|dec vt220 emulation with 40 lines and 132 cols:\
1252         :co#132:li#40:\
1253         :is=\E[1;40r\E[40;1H:tc=pcvtXX:
1254 pcvt43w|dec vt220 emulation with 43 lines and 132 cols:\
1255         :co#132:li#43:\
1256         :is=\E[1;43r\E[43;1H:tc=pcvtXX:
1257 pcvt50w|dec vt220 emulation with 50 lines and 132 cols:\
1258         :co#132:li#50:\
1259         :is=\E[1;50r\E[50;1H:tc=pcvtXX:
1261 # Terminfo entries to enable the use of the ncurses library in colour on a
1262 # NetBSD-arm32 console (only tested on a RiscPC).
1263 # Created by Dave Millen <dmill@globalnet.co.uk> 22.07.98
1264 # modified codes for setf/setb to setaf/setab, then to klone+color, corrected
1265 # typo in invis - TD
1266 arm100|arm100-am|Arm(RiscPC) ncurses compatible (for 640x480):\
1267         :am:ms:ut:xn:xo:\
1268         :co#80:it#8:li#30:\
1269         :@8=\E[M:DO=\E[%dB:K1=\E[q:K2=\E[r:K3=\E[s:K4=\E[p:K5=\E[n:\
1270         :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:\
1271         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
1272         :ae=^O:as=^N:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
1273         :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:do=^J:\
1274         :eA=\E(B\E)0:ho=\E[H:k0=\E[y:k1=\E[P:k2=\E[Q:k3=\E[R:\
1275         :k4=\E[S:k5=\E[t:k6=\E[u:k7=\E[v:k8=\E[l:k9=\E[w:k;=\E[x:\
1276         :kb=^H:kd=\E[B:ke=\E[?1l\E>:kl=\E[D:kr=\E[C:ks=\E[?1h\E=:\
1277         :ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m\017:mk=\E[8m:\
1278         :mr=\E[7m:nd=\E[C:rc=\E8:\
1279         :rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
1280         :..sa=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;%?%p7%t;8%;m%?%p9%t\016%e\017%;$<2>:\
1281         :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:ue=\E[m:\
1282         :up=\E[A:us=\E[4m:tc=ecma+sgr:tc=klone+color:
1284 arm100-w|arm100-wam|Arm(RiscPC) ncurses compatible (for 1024x768):\
1285         :co#132:li#50:tc=arm100:
1287 # NetBSD/x68k console vt200 emulator. This port runs on a 68K machine
1288 # manufactured by Sharp for the Japenese market.
1289 # From Minoura Makoto <minoura@netlaputa.or.jp>, 12 May 1996
1290 x68k|x68k-ite|NetBSD/x68k ITE:\
1291         :co#96:li#32:\
1292         :%1=\E[28~:kC=\E[9~:tc=vt220:
1294 # <tv@pobox.com>:
1295 # Entry for the DNARD OpenFirmware console, close to ANSI but not quite.
1297 # (still unfinished, but good enough so far.)
1298 ofcons:\
1299         :bw:\
1300         :co#80:li#30:\
1301         :AL=\233%dL:DC=\233%dP:DL=\233%dM:DO=\233%dB:IC=\233%d@:\
1302         :LE=\233%dD:RI=\233%dC:UP=\233%dA:al=\233L:bl=^G:cd=\233J:\
1303         :ce=\233K:cl=^L:cm=\233%i%d;%dH:cr=^M:dc=\233P:dl=\233M:\
1304         :do=\233B:ei=:ic=\233@:im=:k1=\2330P:k2=\2330Q:k3=\2330W:\
1305         :k4=\2330x:k5=\2330t:k6=\2330u:k7=\2330q:k8=\2330r:\
1306         :k9=\2330p:k;=\2330M:kD=\233P:kN=\233/:kP=\233?:kb=^H:\
1307         :kd=\233B:kl=\233D:kr=\233C:ku=\233A:le=\233D:mb=\2337;2m:\
1308         :md=\2331m:me=\2330m:mh=\2332m:mk=\2338m:mr=\2337m:\
1309         :nd=\233C:nw=^M^J:se=\2330m:sf=^J:ta=^I:ue=\2330m:up=\233A:\
1310         :vb=^G:
1312 # NetBSD "wscons" emulator in vt220 mode
1313 # These are micro-minimal and probably need to be redone for real
1314 # after the manner of the pcvt entries.
1315 wsvt25|NetBSD wscons in 25 line DEC VT220 mode:\
1316         :co#80:li#25:tc=vt220:
1318 wsvt25m|NetBSD wscons in 25 line DEC VT220 mode with Meta:\
1319         :km:\
1320         :co#80:li#25:tc=vt220:
1322 # `rasterconsole' provided by 4.4BSD, NetBSD and OpenBSD on SPARC, and
1323 # DECstation/pmax.
1324 rcons|BSD rasterconsole:\
1325         :tc=sun-il:
1326 # Color version of above. Color currenly only provided by NetBSD.
1327 rcons-color|BSD rasterconsole with ANSI color:\
1328         :ut:\
1329         :Co#8:pa#64:\
1330         :AB=\E[4%dm:AF=\E[3%dm:op=\E[m:tc=rcons:
1332 # mgterm -- MGL/MGL2, MobileGear Graphic Library
1333 # for PocketBSD,PocketLinux,NetBSD/{hpcmips,mac68k}
1334 # -- the setf/setb are probably incorrect, more likely setaf/setab -TD
1335 # -- compare with cons25w
1336 mgterm:\
1337         :NP:am:bs:bw:eo:km:ms:pt:ut:\
1338         :Co#8:co#80:it#8:li#18:pa#64:\
1339         :@7=\E[F:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\E[W:\
1340         :F2=\E[X:IC=\E[%d@:K2=\E[E:LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:\
1341         :SR=\E[%dT:Sb=\E[4%dm:Sf=\E[3%dm:UP=\E[%dA:al=\E[L:bl=^G:\
1342         :bt=\E[Z:cb=\E[1K:cd=\E[J:ce=\E[K:ch=\E[%i%d`:cl=\E[H\E[J:\
1343         :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:cv=\E[%i%dd:dc=\E[P:\
1344         :dl=\E[M:do=\E[B:ec=\E[%dX:ei=:ho=\E[H:ic=\E[@:im=:k1=\E[M:\
1345         :k2=\E[N:k3=\E[O:k4=\E[P:k5=\E[Q:k6=\E[R:k7=\E[S:k8=\E[T:\
1346         :k9=\E[U:k;=\E[V:kB=\E[Z:kD=\177:kI=\E[L:kN=\E[G:kP=\E[I:\
1347         :kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
1348         :mb=\E[5m:md=\E[1m:me=\E[m:mh=\E[30;1m:mr=\E[7m:nd=\E[C:\
1349         :nw=\E[E:op=\E[x:rc=\E8:rs=\E[x\E[m\Ec:sc=\E7:se=\E[m:\
1350         :sf=\E[S:so=\E[7m:sr=\E[T:ta=^I:up=\E[A:
1352 #### FreeBSD console entries
1354 # From: Andrey Chernov <ache@astral.msk.su> 29 Mar 1996
1355 # Andrey Chernov maintains the FreeBSD termcap distributions.
1357 # Note: Users of FreeBSD 2.1.0 and older versions must either upgrade
1358 # or comment out the :cb: capability in the console entry.
1360 # Alexander Lukyanov reports:
1361 # I have seen FreeBSD-2.1.5R... The old el1 bug changed, but it is still there.
1362 # Now el1 clears not only to the line beginning, but also a large chunk
1363 # of previous line. But there is another bug - ech does not work at all.
1366 # for syscons
1367 # common entry without semigraphics
1368 # Bug: The <op> capability resets attributes.
1369 # Bug? The ech and el1 attributes appear to move the cursor in some cases; for
1370 # instance el1 does if the cursor is moved to the right margin first.  Removed
1371 # by T.Dickey 97/5/3 (ech=\E[%p1%dX, el1=\E[1K)
1373 # Setting colors turns off reverse; we cannot guarantee order, so use ncv.
1374 # Note that this disables standout with color.
1375 cons25w|ansiw|ansi80x25-raw|freebsd console (25-line raw mode):\
1376         :NP:am:bw:eo:ms:ut:\
1377         :Co#8:NC#21:co#80:it#8:li#25:pa#64:\
1378         :@7=\E[F:AB=\E[4%dm:AF=\E[3%dm:AL=\E[%dL:DC=\E[%dP:\
1379         :DL=\E[%dM:DO=\E[%dB:F1=\E[W:F2=\E[X:IC=\E[%d@:K2=\E[E:\
1380         :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:\
1381         :al=\E[L:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:ch=\E[%i%d`:\
1382         :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cv=\E[%i%dd:dc=\E[P:\
1383         :dl=\E[M:do=\E[B:ei=:ho=\E[H:ic=\E[@:im=:k1=\E[M:k2=\E[N:\
1384         :k3=\E[O:k4=\E[P:k5=\E[Q:k6=\E[R:k7=\E[S:k8=\E[T:k9=\E[U:\
1385         :k;=\E[V:kB=\E[Z:kD=\177:kI=\E[L:kN=\E[G:kP=\E[I:kb=^H:\
1386         :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:\
1387         :md=\E[1m:me=\E[m:mh=\E[30;1m:mr=\E[7m:nd=\E[C:nw=\E[E:\
1388         :op=\E[x:rs=\E[x\E[m\Ec:se=\E[m:sf=\E[S:so=\E[7m:sr=\E[T:\
1389         :ta=^I:up=\E[A:ve=\E[=0C:vs=\E[=1C:
1390 cons25|ansis|ansi80x25|freebsd console (25-line ansi mode):\
1391         :ac=-\030.^Y0\333`\004a\260f\370g\361h\261i\025j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x\263y\363z\362~\371:\
1392         :tc=cons25w:
1393 cons25-m|ansis-mono|ansi80x25-mono|freebsd console (25-line mono ansi mode):\
1394         :Co@:pa@:\
1395         :AB@:AF@:md@:mh@:op@:ue=\E[m:us=\E[4m:tc=cons25:
1396 cons30|ansi80x30|freebsd console (30-line ansi mode):\
1397         :li#30:tc=cons25:
1398 cons30-m|ansi80x30-mono|freebsd console (30-line mono ansi mode):\
1399         :li#30:tc=cons25-m:
1400 cons43|ansi80x43|freebsd console (43-line ansi mode):\
1401         :li#43:tc=cons25:
1402 cons43-m|ansi80x43-mono|freebsd console (43-line mono ansi mode):\
1403         :li#43:tc=cons25-m:
1404 cons50|ansil|ansi80x50|freebsd console (50-line ansi mode):\
1405         :li#50:tc=cons25:
1406 cons50-m|ansil-mono|ansi80x50-mono|freebsd console (50-line mono ansi mode):\
1407         :li#50:tc=cons25-m:
1408 cons60|ansi80x60|freebsd console (60-line ansi mode):\
1409         :li#60:tc=cons25:
1410 cons60-m|ansi80x60-mono|freebsd console (60-line mono ansi mode):\
1411         :li#60:tc=cons25-m:
1412 cons25r|pc3r|ibmpc3r|cons25-koi8-r|freebsd console w/koi8-r cyrillic:\
1413         :ac=-\030.^Y0\215`\004a\220f\234h\221i\025j\205k\203l\202m\204n\212q\0t\206u\207v\211w\210x\201y\230z\231~\225:\
1414         :tc=cons25w:
1415 cons25r-m|pc3r-m|ibmpc3r-mono|cons25-koi8r-m|freebsd console w/koi8-r cyrillic (mono):\
1416         :Co@:pa@:\
1417         :AB@:AF@:op@:ue=\E[m:us=\E[4m:tc=cons25r:
1418 cons50r|cons50-koi8r|freebsd console w/koi8-r cyrillic (50 lines):\
1419         :li#50:tc=cons25r:
1420 cons50r-m|cons50-koi8r-m|freebsd console w/koi8-r cyrillic (50-line mono):\
1421         :li#50:tc=cons25r-m:
1422 cons60r|cons60-koi8r|freebsd console w/koi8-r cyrillic (60 lines):\
1423         :li#60:tc=cons25r:
1424 cons60r-m|cons60-koi8r-m|freebsd console w/koi8-r cyrillic (60-line mono):\
1425         :li#60:tc=cons25r-m:
1426 # ISO 8859-1 FreeBSD console
1427 cons25l1|cons25-iso8859|freebsd console w/iso 8859-1 chars:\
1428         :ac=+\253,\273-\030.\031`\201a\202f\207g\210i\247j\213k\214l\215m\216n\217o\220p\221q\222r\223s\224t\225u\226v\227w\230x\231y\232z\233~\237:\
1429         :tc=cons25w:
1430 cons25l1-m|cons25-iso-m|freebsd console w/iso 8859-1 chars (mono):\
1431         :Co@:pa@:\
1432         :AB@:AF@:md@:mh@:op@:ue=\E[m:us=\E[4m:tc=cons25l1:
1433 cons50l1|cons50-iso8859|freebsd console w/iso 8859-1 chars (50 lines):\
1434         :li#50:tc=cons25l1:
1435 cons50l1-m|cons50-iso-m|freebsd console w/iso 8859-1 chars (50-line mono):\
1436         :li#50:tc=cons25l1-m:
1437 cons60l1|cons60-iso|freebsd console w/iso 8859-1 chars (60 lines):\
1438         :li#60:tc=cons25l1:
1439 cons60l1-m|cons60-iso-m|freebsd console w/iso 8859-1 chars (60-line mono):\
1440         :li#60:tc=cons25l1-m:
1442 #### 386BSD and BSD/OS Consoles
1445 # This was the original 386BSD console entry (I think).
1446 # Some places it's named oldpc3|oldibmpc3.
1447 # From: Alex R.N. Wetmore <aw2t@andrew.cmu.edu>
1448 origpc3|origibmpc3|IBM PC 386BSD Console:\
1449         :am:bs:bw:eo:xo:\
1450         :co#80:li#25:\
1451         :ac=j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x\263:\
1452         :cd=\E[J:ce=\E[K:cl=\Ec:cm=\E[%i%2;%2H:do=\E[B:ho=\E[H:\
1453         :kd=\E[B:kh=\E[Y:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:md=\E[7m:\
1454         :me=\E[m\E[1;0x\E[2;7x:nd=\E[C:se=\E[1;0x\E[2;7x:\
1455         :sf=\E[S:so=\E[1;7x\E[2;0x:sr=\E[T:ue=\E[1;0x\E[2;7x:\
1456         :up=\E[A:us=\E[1;7x\E[2;0x:
1458 # description of BSD/386 console emulator in version 1.0 (supplied by BSDI)
1459 oldpc3|oldibmpc3|old IBM PC BSD/386 Console:\
1460         :bs:km:\
1461         :li#25:\
1462         :al=\E[L:bl=^G:cr=^M:dl=\E[M:do=^J:kH=\E[F:kI=\E[L:kN=\E[G:\
1463         :kP=\E[I:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
1464         :md=\E[=15F:me=\E[=R:mh=\E[=8F:nw=^M^J:sf=^J:ta=^I:
1466 # Description of BSD/OS console emulator in version 1.1, 2.0, 2.1
1467 # Note, the emulator supports many of the additional console features
1468 # listed in the iBCS2 (e.g. character-set selection) though not all
1469 # are described here.  This entry really ought to be upgraded.
1470 # Also note, the console will also work with fewer lines after doing
1471 # "stty rows NN", e.g. to use 24 lines.
1472 # (Color support from Kevin Rosenberg <kevin@cyberport.com>, 2 May 1996)
1473 # Bug: The <op> capability resets attributes.
1474 bsdos-pc|IBM PC BSD/OS Console:\
1475         :..sa=\E[0;10%?%p1%t;7%;%?%p2%t;1%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;%?%p7%t;8%;%?%p9%t;11%;m:\
1476         :tc=bsdos-pc-nobold:
1478 bsdos-pc-nobold|BSD/OS PC console w/o bold:\
1479         :tc=klone+color:tc=bsdos-pc-m:
1481 bsdos-pc-m|bsdos-pc-mono|BSD/OS PC console mono:\
1482         :am:bs:eo:km:xo:\
1483         :co#80:it#8:li#25:\
1484         :AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:\
1485         :UP=\E[%dA:al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\Ec:\
1486         :cm=\E[%i%d;%dH:cr=^M:dl=\E[M:do=^J:ho=\E[H:kH=\E[F:\
1487         :kI=\E[L:kN=\E[G:kP=\E[I:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:\
1488         :kr=\E[C:ku=\E[A:le=^H:nd=\E[C:nw=^M^J:rc=\E8:\
1489         :..sa=\E[0;10%?%p1%t;7%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;%?%p7%t;8%;%?%p9%t;11%;m%?%p5%t\E[=8F%;:\
1490         :sc=\E7:sf=^J:ta=^I:up=\E[A:tc=klone+sgr:
1492 # Old names for BSD/OS PC console used in releases before 4.1.
1493 pc3|BSD/OS on the PC Console:\
1494         :tc=bsdos-pc-nobold:
1495 ibmpc3|pc3-bold|BSD/OS on the PC Console with bold instead of underline:\
1496         :tc=bsdos-pc:
1498 # BSD/OS on the SPARC
1499 bsdos-sparc|Sun SPARC BSD/OS Console:\
1500         :tc=sun:
1502 # BSD/OS on the PowerPC
1503 bsdos-ppc|PowerPC BSD/OS Console:\
1504         :tc=bsdos-pc:
1506 #### DEC VT52
1507 # (<acsc>/:ae:/:as: capabilities aren't in DEC's official entry -- esr)
1508 vt52|dec vt52:\
1509         :bs:\
1510         :co#80:it#8:li#24:\
1511         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
1512         :ae=\EG:as=\EF:bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :\
1513         :cr=^M:do=\EB:ho=\EH:kb=^H:kd=\EB:kl=\ED:kr=\EC:ku=\EA:\
1514         :le=\ED:nd=\EC:nw=^M^J:sf=^J:sr=\EI:ta=^I:up=\EA:
1516 #### DEC VT100 and compatibles
1518 # DEC terminals from the vt100 forward are collected here. Older DEC terminals
1519 # and micro consoles can be found in the `obsolete' section.  More details on
1520 # the relationship between the VT100 and ANSI X3.64/ISO 6429/ECMA-48 may be
1521 # found near the end of this file.
1523 # Except where noted, these entries are DEC's official terminfos.
1524 # Contact Bill Hedberg <hedberg@hannah.enet.dec.com> of Terminal Support
1525 # Engineering for more information.  Updated terminfos and termcaps
1526 # are kept available at ftp://gatekeeper.dec.com/pub/DEC/termcaps.
1528 # In October 1995 DEC sold its terminals business, including the VT and Dorio
1529 # line and trademark, to SunRiver Data Systems.  SunRiver has since changed
1530 # its name to Boundless Technologies; see http://www.boundless.com.
1533 # NOTE:  Any VT100 emulation, whether in hardware or software, almost
1534 # certainly includes what DEC called the `Level 1 editing extension' codes;
1535 # only the very oldest VT100s lacked these and there probably aren't any of
1536 # those left alive.  To capture these, use one of the VT102 entries.
1538 # Note that the :xn: glitch in vt100 is not quite the same as on the Concept,
1539 # since the cursor is left in a different position while in the
1540 # weird state (concept at beginning of next line, vt100 at end
1541 # of this line) so all versions of vi before 3.7 don't handle
1542 # :xn: right on vt100. The correct way to handle :xn: is when
1543 # you output the char in column 80, immediately output CR LF
1544 # and then assume you are in column 1 of the next line. If :xn:
1545 # is on, am should be on too.
1547 # I assume you have smooth scroll off or are at a slow enough baud
1548 # rate that it doesn't matter (1200? or less). Also this assumes
1549 # that you set auto-nl to "on", if you set it off use vt100-nam
1550 # below.
1552 # The padding requirements listed here are guesses. It is strongly
1553 # recommended that xon/xoff be enabled, as this is assumed here.
1555 # The vt100 uses <rs2> and <rf> rather than :is:/:ct:/:st: because the
1556 # tab settings are in non-volatile memory and don't need to be
1557 # reset upon login. Also setting the number of columns glitches
1558 # the screen annoyingly. You can type "reset" to get them set.
1560 # The VT100 series terminals have cursor ("arrows") keys which can operate
1561 # in two different modes: Cursor Mode and Application Mode.  Cursor Mode
1562 # is the reset state, and is assumed to be the normal state.  Application
1563 # Mode is the "set" state.  In Cursor Mode, the cursor keys transmit
1564 # "Esc [ {code}" sequences, conforming to ANSI standards.  In Application
1565 # Mode, the cursor keys transmit "Esc O <code>" sequences.  Application Mode
1566 # was provided primarily as an aid to the porting of VT52 applications.  It is
1567 # assumed that the cursor keys are normally in Cursor Mode, and expected that
1568 # applications such as vi will always transmit the :ks: string.  Therefore,
1569 # the definitions for the cursor keys are made to match what the terminal
1570 # transmits after the :ks: string is transmitted.  If the :ks: string
1571 # is a null string or is not defined, then cursor keys are assumed to be in
1572 # "Cursor Mode", and the cursor keys definitions should match that assumption,
1573 # else the application may fail.  It is also expected that applications will
1574 # always transmit the :ke: string to the terminal before they exit.
1576 # The VT100 series terminals have an auxiliary keypad, commonly referred to as
1577 # the "Numeric Keypad", because it is a cluster of numeric and function keys.
1578 # The Numeric Keypad which can operate in two different modes: Numeric Mode and
1579 # Application Mode.  Numeric Mode is the reset state, and is assumed to be
1580 # the normal state.  Application Mode is the "set" state.  In Numeric Mode,
1581 # the numeric and punctuation keys transmit ASCII 7-bit characters, and the
1582 # Enter key transmits the same as the Return key (Note: the Return key
1583 # can be configured to send either LF (\015) or CR LF).  In Application Mode,
1584 # all the keypad keys transmit "Esc O {code}" sequences.  The PF1 - PF4 keys
1585 # always send the same "Esc O {code}" sequences.  It is assumed that the keypad
1586 # is normally in Numeric Mode.  If an application requires that the keypad be
1587 # in Application Mode then it is expected that the user, or the application,
1588 # will set the TERM environment variable to point to a terminfo entry which has
1589 # defined the :ks: string to include the codes that switch the keypad into
1590 # Application Mode, and the terminfo entry will also define function key
1591 # fields to match the Application Mode control codes.  If the :ks: string
1592 # is a null string or is not defined, then the keypad is assumed to be in
1593 # Numeric Mode.  If the :ks: string switches the keypad into Application
1594 # Mode, it is expected that the :ke: string will contain the control codes
1595 # necessary to reset the keypad to "Normal" mode, and it is also expected that
1596 # applications which transmit the :ks: string will also always transmit the
1597 # :ke: string to the terminal before they exit.
1599 # Here's a diagram of the VT100 keypad keys with their bindings.
1600 # The top line is the name of the key (some DEC keyboards have the keys
1601 # labelled somewhat differently, like GOLD instead of PF1, but this is
1602 # the most "official" name).  The second line is the escape sequence it
1603 # generates in Application Keypad mode (where "$" means the ESC
1604 # character).  The third line contains two items, first the mapping of
1605 # the key in terminfo, and then in termcap.
1606 #   _______________________________________
1607 #  |   PF1   |   PF2   |   PF3   |   PF4   |
1608 #  |   $OP   |   $OQ   |   $OR   |   $OS   |
1609 #  |_kf1__k1_|_kf2__k2_|_kf3__k3_|_kf4__k4_|
1610 #  |    7         8         9         -    |
1611 #  |   $Ow   |   $Ox   |   $Oy   |   $Om   |
1612 #  |_kf9__k9_|_kf10_k;_|_kf0__k0_|_________|
1613 #  |    4    |    5    |    6    |    ,    |
1614 #  |   $Ot   |   $Ou   |   $Ov   |   $Ol   |
1615 #  |_kf5__k5_|_kf6__k6_|_kf7__k7_|_kf8__k8_|
1616 #  |    1    |    2    |    3    |         |
1617 #  |   $Oq   |   $Or   |   $Os   |  enter  |
1618 #  |_ka1__K1_|_kb2__K2_|_ka3__K3_|  $OM    |
1619 #  |         0         |   .     |         |
1620 #  |        $Op        |  $On    |         |
1621 #  |___kc1_______K4____|_kc3__K5_|_kent_@8_|
1623 # And here, for those of you with orphaned VT100s lacking documentation, is
1624 # a description of the soft switches invoked when you do `Set Up'.
1626 #  Scroll 0-Jump               Shifted 3   0-#
1627 #  |      1-Smooth             |           1-British pound sign
1628 #  | Autorepeat 0-Off          | Wrap Around 0-Off
1629 #  | |          1-On           | |           1-On
1630 #  | | Screen 0-Dark Bkg       | | New Line 0-Off
1631 #  | | |      1-Light Bkg      | | |        1-On
1632 #  | | | Cursor 0-Underline    | | | Interlace 0-Off
1633 #  | | | |      1-Block        | | | |         1-On
1634 #  | | | |                     | | | |
1635 #  1 1 0 1       1 1 1 1       0 1 0 0       0 0 1 0       <--Standard Settings
1636 #                | | | |                     | | | |
1637 #                | | | Auto XON/XOFF 0-Off   | | | Power 0-60 Hz
1638 #                | | |               1-On    | | |       1-50 Hz
1639 #                | | Ansi/VT52 0-VT52        | | Bits Per Char. 0-7 Bits
1640 #                | |           1-ANSI        | |                1-8 Bits
1641 #                | Keyclick 0-Off            | Parity 0-Off
1642 #                |          1-On             |        1-On
1643 #                Margin Bell 0-Off           Parity Sense 0-Odd
1644 #                            1-On                         1-Even
1646 # The following SET-UP modes are assumed for normal operation:
1647 #       ANSI_MODE       AUTO_XON/XOFF_ON        NEWLINE_OFF     80_COLUMNS
1648 #       WRAP_AROUND_ON  JUMP_SCROLL_OFF
1649 # Other SET-UP modes may be set for operator convenience or communication
1650 # requirements; I recommend
1651 #       AUTOREPEAT_ON   BLOCK_CURSOR    MARGIN_BELL_OFF    SHIFTED_3_#
1652 # Unless you have a graphics add-on such as Digital Engineering's VT640
1653 # (and even then, whenever it can be arranged!) you should set
1654 #       INTERLACE_OFF
1656 # (vt100: I added <rmam>/<smam> based on the init string, also :bs:. -- esr)
1657 vt100|vt100-am|dec vt100 (w/advanced video):\
1658         :am:bs:ms:xn:xo:\
1659         :co#80:it#8:li#24:vt#3:\
1660         :@8=\EOM:DO=\E[%dB:K1=\EOq:K2=\EOr:K3=\EOs:K4=\EOp:K5=\EOn:\
1661         :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:\
1662         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
1663         :ae=^O:as=^N:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
1664         :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:do=^J:\
1665         :eA=\E(B\E)0:ho=\E[H:k0=\EOy:k1=\EOP:k2=\EOQ:k3=\EOR:\
1666         :k4=\EOS:k5=\EOt:k6=\EOu:k7=\EOv:k8=\EOl:k9=\EOw:k;=\EOx:\
1667         :kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\
1668         :ku=\EOA:le=^H:mb=\E[5m:md=\E[1m:me=\E[m\017:mr=\E[7m:\
1669         :nd=\E[C:rc=\E8:rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
1670         :..sa=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;$<2>:\
1671         :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:ue=\E[m:\
1672         :up=\E[A:us=\E[4m:
1673 vt100nam|vt100-nam|vt100 no automargins:\
1674         :am@:xn@:tc=vt100-am:
1675 vt100-vb|dec vt100 (w/advanced video) & no beep:\
1676         :bl@:vb=\E[?5h\E[?5l:tc=vt100:
1678 # Ordinary vt100 in 132 column ("wide") mode.
1679 vt100-w|vt100-w-am|dec vt100 132 cols (w/advanced video):\
1680         :co#132:li#24:\
1681         :rs=\E>\E[?3h\E[?4l\E[?5l\E[?8h:tc=vt100-am:
1682 vt100-w-nam|vt100-nam-w|dec vt100 132 cols (w/advanced video no automargin):\
1683         :co#132:li#14:vt@:\
1684         :rs=\E>\E[?3h\E[?4l\E[?5l\E[?8h:tc=vt100-nam:
1686 # vt100 with no advanced video.
1687 vt100-nav|vt100 without advanced video option:\
1688         :sg#1:\
1689         :mb@:md@:me@:mr@:sa@:se=\E[m:so=\E[7m:ue@:us@:tc=vt100:
1690 vt100-nav-w|vt100-w-nav|dec vt100 132 cols 14 lines (no advanced video option):\
1691         :co#132:li#14:tc=vt100-nav:
1693 # vt100 with one of the 24 lines used as a status line.
1694 # We put the status line on the top.
1695 vt100-s|vt100-s-top|vt100-top-s|vt100 for use with top sysline:\
1696         :es:hs:\
1697         :li#23:\
1698         :cl=\E[2;1H\E[J:cm=\E[%i%+^A;%dH:cs=\E[%i%i%d;%dr:\
1699         :ds=\E7\E[1;24r\E8:fs=\E8:ho=\E[2;1H:is=\E7\E[2;24r\E8:\
1700         :ts=\E7\E[1;%dH\E[1K:tc=vt100-am:
1702 # Status line at bottom.
1703 # Clearing the screen will clobber status line.
1704 vt100-s-bot|vt100-bot-s|vt100 for use with bottom sysline:\
1705         :es:hs:\
1706         :li#23:\
1707         :ds=\E7\E[1;24r\E8:fs=\E8:is=\E[1;23r\E[23;1H:\
1708         :ts=\E7\E[24;%dH\E[1K:tc=vt100-am:
1710 # Most of the `vt100' emulators out there actually emulate a vt102
1711 # This entry (or vt102-nsgr) is probably the right thing to use for
1712 # these.
1713 vt102|dec vt102:\
1714         :mi:\
1715         :al=\E[L:dc=\E[P:dl=\E[M:ei=\E[4l:im=\E[4h:tc=vt100:
1716 vt102-w|dec vt102 in wide mode:\
1717         :co#132:\
1718         :r3=\E[?3h:tc=vt102:
1720 # Many brain-dead PC comm programs that pretend to be `vt100-compatible'
1721 # fail to interpret the ^O and ^N escapes properly.  Symptom: the :me:
1722 # string in the canonical vt100 entry above leaves the screen littered
1723 # with little  snowflake or star characters (IBM PC ROM character \017 = ^O)
1724 # after highlight turnoffs.  This entry should fix that, and even leave
1725 # ACS support working, at the cost of making multiple-highlight changes
1726 # slightly more expensive.
1727 # From: Eric S. Raymond <esr@snark.thyrsus.com> July 22 1995
1728 vt102-nsgr|vt102 no sgr (use if you see snowflakes after highlight changes):\
1729         :me=\E[m:sa@:tc=vt102:
1731 # VT125 Graphics CRT.  Clear screen also erases graphics
1732 vt125|vt125 graphics terminal:\
1733         :cl=\E[H\E[2J\EPpS(E)\E\\:tc=vt100:
1735 # This isn't a DEC entry, it came from University of Wisconsin.
1736 # (vt131: I added <rmam>/<smam> based on the init string, also :bs: -- esr)
1737 vt131|dec vt131:\
1738         :am:bs:xn:\
1739         :co#80:it#8:li#24:vt#3:\
1740         :RA=\E[?7h:SA=\E[?7h:bl=^G:cd=50\E[J:ce=3\E[K:\
1741         :cl=50\E[;H\E[2J:cm=5\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
1742         :do=^J:ho=\E[H:is=\E[1;24r\E[24;1H:k1=\EOP:k2=\EOQ:\
1743         :k3=\EOR:k4=\EOS:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:\
1744         :kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:mb=2\E[5m:md=2\E[1m:\
1745         :me=2\E[m:mr=2\E[7m:nd=2\E[C:nw=^M^J:\
1746         :r1=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:sc=\E7:\
1747         :se=2\E[m:so=2\E[7m:sr=5\EM:ta=^I:ue=2\E[m:up=2\E[A:\
1748         :us=2\E[4m:
1750 # vt132 - like vt100 but slower and has ins/del line and such.
1751 # I'm told that :im:/:ei: are backwards in the terminal from the
1752 # manual and from the ANSI standard, this describes the actual
1753 # terminal. I've never actually used a vt132 myself, so this
1754 # is untested.
1756 vt132|DEC vt132:\
1757         :xn:\
1758         :al=\E[L:dc=\E[P:dl=\E[M:ei=\E[4h:im=\E[4l:ip=:sf=\n:\
1759         :tc=vt100:
1761 # This vt220 description maps F5--F9 to the second block of function keys
1762 # at the top of the keyboard.  The "DO" key is used as F10 to avoid conflict
1763 # with the key marked (ESC) on the vt220.  See vt220d for an alternate mapping.
1764 # PF1--PF4 are used as F1--F4.
1766 vt220-old|vt200-old|DEC VT220 in vt100 emulation mode:\
1767         :am:bs:mi:pt:xn:xo:\
1768         :co#80:li#24:vt#3:\
1769         :@7=\E[4~:RA=\E[?7l:SA=\E[?7h:\
1770         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
1771         :ae=\E(B:al=\E[L:as=\E(0:bl=^G:cd=\E[J:ce=\E[K:\
1772         :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
1773         :dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:ho=\E[H:\
1774         :if=/usr/share/tabset/vt100:im=\E[4h:\
1775         :is=\E[1;24r\E[24;1H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
1776         :k5=\E[17~:k6=\E[18~:k7=\E[19~:k8=\E[20~:k9=\E[21~:\
1777         :k;=\E[29~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:\
1778         :kd=\E[B:kh=\E[1~:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:\
1779         :md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:nl=^J:rc=\E8:\
1780         :rf=/usr/share/tabset/vt100:\
1781         :rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
1782         :..sa=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e\E(B%;$<2>:\
1783         :sc=\E7:se=\E[27m:sf=20\ED:so=\E[7m:sr=14\EM:ta=^I:\
1784         :ue=\E[24m:up=\E[A:us=\E[4m:ve=\E[?25h:vi=\E[?25l:
1786 # A much better description of the VT200/220; used to be vt220-8
1787 # changed rmacs/smacs from shift-in/shift-out to vt200-old's explicit G0/G1
1788 # designation to accommodate bug in pcvt -TD
1789 # (untranslatable capabilities removed to fit entry within 1023 bytes)
1790 # (sgr removed to fit entry within 1023 bytes)
1791 # (acsc removed to fit entry within 1023 bytes)
1792 vt220|vt200|dec vt220:\
1793         :5i:am:bs:mi:ms:xn:xo:\
1794         :co#80:it#8:li#24:vt#3:\
1795         :%0=\E[29~:%1=\E[28~:*6=\E[4~:@0=\E[1~:AL=\E[%dL:\
1796         :DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\E[23~:F2=\E[24~:\
1797         :F3=\E[25~:F4=\E[26~:F7=\E[31~:F8=\E[32~:F9=\E[33~:\
1798         :FA=\E[34~:IC=\E[%d@:LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:\
1799         :SA=\E[?7h:UP=\E[%dA:ae=\E(B:al=\E[L:as=\E(0:bl=^G:\
1800         :cb=\E[1K:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
1801         :cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:\
1802         :eA=\E)0:ec=\E[%dX:ei=\E[4l:ho=\E[H:\
1803         :if=/usr/share/tabset/vt100:im=\E[4h:\
1804         :is=\E[?7h\E[>\E[?1h\E F\E[?4l:k1=\EOP:k2=\EOQ:k3=\EOR:\
1805         :k4=\EOS:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:\
1806         :k;=\E[21~:kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:\
1807         :kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:l1=pf1:l2=pf2:l3=pf3:\
1808         :l4=pf4:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:\
1809         :nw=\EE:pf=\E[4i:po=\E[5i:ps=\E[i:r1=\E[?3l:rc=\E8:sc=\E7:\
1810         :se=\E[27m:sf=\ED:so=\E[7m:sr=\EM:st=\EH:ta=^I:ue=\E[24m:\
1811         :up=\E[A:us=\E[4m:vb=\E[?5h\E[?5l:
1812 vt220-w|vt200-w|DEC vt220 in wide mode:\
1813         :co#132:\
1814         :r3=\E[?3h:tc=vt220:
1815 # (untranslatable capabilities removed to fit entry within 1023 bytes)
1816 # (sgr removed to fit entry within 1023 bytes)
1817 # (acsc removed to fit entry within 1023 bytes)
1818 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
1819 vt220-8bit|vt220-8|vt200-8bit|vt200-8|dec vt220/200 in 8-bit mode:\
1820         :am:bs:mi:ms:xn:xo:\
1821         :co#80:it#8:li#24:vt#3:\
1822         :AL=\233%dL:DC=\233%dP:DL=\233%dM:DO=\233%dB:IC=\233%d@:\
1823         :LE=\233%dD:RI=\233%dC:UP=\233%dA:ae=^O:al=\233L:as=^N:\
1824         :bl=^G:cd=\233J:ce=\233K:cl=\233H\233J:cm=\233%i%d;%dH:\
1825         :cr=^M:cs=\233%i%d;%dr:ct=\2333g:dc=\233P:dl=\233M:do=^J:\
1826         :ec=\233%dX:ei=\2334l:ho=\233H:\
1827         :if=/usr/share/tabset/vt100:im=\2334h:\
1828         :is=\233?7h\233>\233?1h\E F\233?4l:k1=\EOP:k2=\EOQ:\
1829         :k3=\EOR:k4=\EOS:k6=\23317~:k7=\23318~:k8=\23319~:\
1830         :k9=\23320~:kI=\2332~:kN=\2336~:kP=\2335~:kb=^H:kd=\233B:\
1831         :kh=\233H:kl=\233D:kr=\233C:ku=\233A:le=^H:mb=\2335m:\
1832         :md=\2331m:me=\233m:mr=\2337m:nd=\233C:nw=\EE:rc=\E8:\
1833         :sc=\E7:se=\23327m:sf=\ED:so=\2337m:sr=\EM:st=\EH:ta=^I:\
1834         :ue=\23324m:up=\233A:us=\2334m:vb=\233?5h\233?5l:
1837 # vt220d:
1838 # This vt220 description regards F6--F10 as the second block of function keys
1839 # at the top of the keyboard.  This mapping follows the description given
1840 # in the VT220 Programmer Reference Manual and agrees with the labeling
1841 # on some terminals that emulate the vt220.  There is no support for an F5.
1842 # See vt220 for an alternate mapping.
1844 vt220d|DEC VT220 in vt100 mode with DEC function key labeling:\
1845         :F1=\E[23~:F2=\E[24~:F3=\E[25~:F4=\E[26~:F5=\E[28~:\
1846         :F6=\E[29~:F7=\E[31~:F8=\E[32~:F9=\E[33~:FA=\E[34~:k5@:\
1847         :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:\
1848         :tc=vt220-old:
1850 vt220-nam|v200-nam|VT220 in vt100 mode with no auto margins:\
1851         :am@:\
1852         :rs=\E>\E[?3l\E[?4l\E[?5l\E[?7l\E[?8h:tc=vt220:
1854 # vt220 termcap written Tue Oct 25 20:41:10 1988 by Alex Latzko
1855 # (not an official DEC entry!)
1856 # The problem with real vt220 terminals is they don't send escapes when in
1857 # in vt220 mode.  This can be gotten around two ways.  1> don't send
1858 # escapes or 2> put the vt220 into vt100 mode and use all the nifty
1859 # features of vt100 advanced video which it then has.
1861 # This entry takes the view of putting a vt220 into vt100 mode so
1862 # you can use the escape key in emacs and everything else which needs it.
1864 # You probably don't want to use this on a VMS machine since VMS will think
1865 # it has a vt220 and will get fouled up coming out of emacs
1867 # From: Alexander Latzko <latzko@marsenius.rutgers.edu>, 30 Dec 1996
1868 # (Added vt100 :rc:,:sc: to quiet a tic warning -- esr)
1869 vt200-js|vt220-js|dec vt200 series with jump scroll:\
1870         :am:\
1871         :co#80:\
1872         :al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
1873         :cr=^M:cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:dm=:do=^J:ed=:\
1874         :ei=\E[4l:ho=\E[H:im=\E[4h:\
1875         :is=\E[61"p\E[H\E[?3l\E[?4l\E[?1l\E[?5l\E[?6l\E[?7h\E[?8h\E[?25h\E>\E[m:\
1876         :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kb=^H:kd=\EOB:\
1877         :ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:\
1878         :nw=^M\ED:r1=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\
1879         :rf=/usr/lib/tabset/vt100:sc=\E7:se=5\E[27m:sf=\ED:\
1880         :so=5\E[7m:sr=\EM:ta=^I:ue=\E[24m:up=\E[A:us=\E[4m:
1882 # This was DEC's vt320.  Use the purpose-built one below instead
1883 #vt320|DEC VT320 in vt100 emulation mode,
1884 #       use=vt220,
1887 # Use v320n for SCO's LYRIX.  Otherwise, use Adam Thompson's vt320-nam.
1889 vt320nam|v320n|DEC VT320 in vt100 emul. mode with NO AUTO WRAP mode:\
1890         :am@:\
1891         :rs=\E>\E[?3l\E[?4l\E[?5l\E[?7l\E[?8h:tc=vt220:
1893 # These entries are not DEC's official ones, they were purpose-built for the
1894 # VT320.  Here are the designer's notes:
1895 # <kel> is end on a PC kbd.  Actually 'select' on a VT.  Mapped to
1896 # 'Erase to End of Field'... since nothing seems to use 'end' anyways...
1897 # khome is Home on a PC kbd.  Actually 'FIND' on a VT.
1898 # Things that use <knxt> usually use tab anyways... and things that don't use
1899 # tab usually use <knxt> instead...
1900 # kprv is same as tab - Backtab is useless...
1901 # I left out :sa: because of its RIDICULOUS complexity,
1902 # and the resulting fact that it causes the termcap translation of the entry
1903 # to SMASH the 1k-barrier...
1904 # From: Adam Thompson <athompso@pangea.ca> Sept 10 1995
1905 # (vt320: uncommented :fs: --esr)
1906 # (untranslatable capabilities removed to fit entry within 1023 bytes)
1907 # (sgr removed to fit entry within 1023 bytes)
1908 # (acsc removed to fit entry within 1023 bytes)
1909 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
1910 vt320|vt300|dec vt320 7 bit terminal:\
1911         :am:es:hs:mi:ms:xn:\
1912         :co#80:li#24:ws#80:\
1913         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
1914         :K1=\EOw:K2=\EOu:K3=\EOy:K4=\EOq:K5=\EOs:LE=\E[%dD:\
1915         :RI=\E[%dC:UP=\E[%dA:ae=\E(B:al=\E[L:as=\E(0:bl=^G:cd=\E[J:\
1916         :ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:\
1917         :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ec=\E[%dX:\
1918         :ei=\E[4l:fs=\E[0$}:ho=\E[H:im=\E[4h:\
1919         :is=\E>\E[?3l\E[?4l\E[5?l\E[?7h\E[?8h\E[1;24r\E[24;1H:\
1920         :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k6=\E[17~:k7=\E[18~:\
1921         :k8=\E[19~:k9=\E[20~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:\
1922         :kb=\177:kd=\EOB:ke=\E[?1l\E>:kh=\E[1~:kl=\EOD:kr=\EOC:\
1923         :ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:\
1924         :mr=\E[7m:nd=\E[C:nw=\EE:rc=\E8:\
1925         :rs=\E>\E[?3l\E[?4l\E[5?l\E[?7h\E[?8h\E[1;24r\E[24;1H:\
1926         :sc=\E7:se=\E[m:sf=\ED:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
1927         :ts=\E[1$}\E[H\E[K:ue=\E[m:up=\E[A:us=\E[4m:ve=\E[?25h:\
1928         :vi=\E[?25l:
1929 vt320-nam|vt300-nam|dec vt320 7 bit terminal with no am to make SAS happy:\
1930         :am@:\
1931         :is=\E>\E[?3l\E[?4l\E[5?l\E[?7l\E[?8h\E[1;24r\E[24;1H:\
1932         :rs=\E>\E[?3l\E[?4l\E[5?l\E[?7l\E[?8h\E[1;24r\E[24;1H:\
1933         :tc=vt320:
1934 # We have to init 132-col mode, not 80-col mode.
1935 vt320-w|vt300-w|dec vt320 wide 7 bit terminal:\
1936         :co#132:ws#132:\
1937         :is=\E>\E[?3h\E[?4l\E[5?l\E[?7h\E[?8h\E[1;24r\E[24;1H:\
1938         :rs=\E>\E[?3h\E[?4l\E[5?l\E[?7h\E[?8h\E[1;24r\E[24;1H:\
1939         :tc=vt320:
1940 vt320-w-nam|vt300-w-nam|dec vt320 wide 7 bit terminal with no am:\
1941         :am@:\
1942         :is=\E>\E[?3h\E[?4l\E[5?l\E[?7l\E[?8h\E[1;24r\E[24;1H:\
1943         :rs=\E>\E[?3h\E[?4l\E[5?l\E[?7l\E[?8h\E[1;24r\E[24;1H:\
1944         :tc=vt320-w:
1946 # VT330 and VT340 -- These are ReGIS and SIXEL graphics terminals
1947 #   which are pretty much a superset of the VT320.  They have the
1948 #   host writable status line, yet another different DRCS matrix size,
1949 #   and such, but they add the DEC Technical character set, Multiple text
1950 #   pages, selectable length pages, and the like.  The difference between
1951 #   the vt330 and vt340 is that the latter has only 2 planes and a monochrome
1952 #   monitor, the former has 4 planes and a color monitor.  These terminals
1953 #   support VT131 and ANSI block mode, but as with much of these things,
1954 #   termcap/terminfo doesn't deal with these features.
1956 # Note that this entry is are set up in what was the standard way for GNU
1957 # Emacs v18 terminal modes to deal with the cursor keys in that the arrow
1958 # keys were switched into application mode at the same time the numeric pad
1959 # is switched into application mode.  This changes the definitions of the
1960 # arrow keys.  Emacs v19 is smarter and mines its keys directly out of
1961 # your termcap or terminfo entry,
1963 # From: Daniel Glasser <dag@persoft.persoft.com>, 13 Oct 1993
1964 # (vt340: string capability "sb=\E[M" corrected to "sr";
1965 # also, added <rmam>/<smam> based on the init string -- esr)
1966 vt340|dec-vt340|vt330|dec-vt330|dec vt340 graphics terminal with 24 line page:\
1967         :am:es:hs:mi:ms:xn:xo:\
1968         :co#80:it#8:li#24:vt#3:\
1969         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
1970         :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:\
1971         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
1972         :ae=^O:al=\E[L:as=^N:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
1973         :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:\
1974         :dl=\E[M:do=^J:ds=\E[2$~\r\E[1$}\E[K\E[$}:ei=\E[4l:\
1975         :fs=\E[$}:ho=\E[H:im=\E[4h:\
1976         :is=\E<\E F\E>\E[?1h\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H:\
1977         :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k6=\E[17~:k7=\E[18~:\
1978         :k8=\E[19~:k9=\E[20~:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:\
1979         :kr=\EOC:ks=\E[?1h\E=:ku=\EOA:l1=pf1:l2=pf2:l3=pf3:l4=pf4:\
1980         :le=^H:mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:nw=^M\ED:\
1981         :r1=\E[?3l:rc=\E8:rf=/usr/share/tabset/vt300:sc=\E7:\
1982         :se=\E[27m:sf=\ED:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
1983         :ts=\E[2$~\E[1$}\E[1;%dH:ue=\E[24m:up=\E[A:us=\E[4m:\
1984         :vb=200\E[?5h\E[?5l:ve=\E[?25h:vi=\E[?25l:vs=\E[?25h:
1986 # DEC doesn't supply a vt400 description, so we add Daniel Glasser's
1987 # (originally written with vt420 as its primary name, and usable for it).
1989 # VT400/420 -- This terminal is a superset of the vt320.  It adds the multiple
1990 #    text pages and long text pages with selectable length of the vt340, along
1991 #    with left and right margins, rectangular area text copy, fill, and erase
1992 #    operations, selected region character attribute change operations,
1993 #    page memory and rectangle checksums, insert/delete column, reception
1994 #    macros, and other features too numerous to remember right now.  TERMCAP
1995 #    can only take advantage of a few of these added features.
1997 # Note that this entry is are set up in what was the standard way for GNU
1998 # Emacs v18 terminal modes to deal with the cursor keys in that the arrow
1999 # keys were switched into application mode at the same time the numeric pad
2000 # is switched into application mode.  This changes the definitions of the
2001 # arrow keys.  Emacs v19 is smarter and mines its keys directly out of
2002 # your termcap entry,
2004 # From: Daniel Glasser <dag@persoft.persoft.com>, 13 Oct 1993
2005 # (vt400: string capability ":sb=\E[M:" corrected to ":sr=\E[M:";
2006 # also, added <rmam>/<smam> based on the init string -- esr)
2007 vt400|vt400-24|dec-vt400|dec vt400 24x80 column autowrap:\
2008         :am:es:hs:mi:ms:xn:xo:\
2009         :co#80:it#8:li#24:vt#3:\
2010         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
2011         :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:\
2012         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
2013         :ae=^O:al=\E[L:as=^N:cd=10\E[J:ce=4\E[K:cl=10\E[H\E[J:\
2014         :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:\
2015         :dl=\E[M:do=^J:ds=\E[2$~\r\E[1$}\E[K\E[$}:ei=\E[4l:\
2016         :fs=\E[$}:ho=\E[H:ic=\E[@:im=\E[4h:\
2017         :is=\E<\E F\E>\E[?1h\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H:\
2018         :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k6=\E[17~:k7=\E[18~:\
2019         :k8=\E[19~:k9=\E[20~:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:\
2020         :kr=\EOC:ks=\E[?1h\E=:ku=\EOA:l1=pf1:l2=pf2:l3=pf3:l4=pf4:\
2021         :le=^H:mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:nw=^M\ED:\
2022         :r1=\E<\E[?3l\E[!p\E[?7h:rc=\E8:\
2023         :rf=/usr/share/tabset/vt300:sc=\E7:se=\E[27m:sf=\ED:\
2024         :so=\E[7m:sr=\EM:st=\EH:ta=^I:ts=\E[2$~\E[1$}\E[1;%dH:\
2025         :ue=\E[24m:up=\E[A:us=\E[4m:vb=200\E[?5h\E[?5l:\
2026         :ve=\E[?25h:vi=\E[?25l:vs=\E[?25h:
2028 # (vt420: I removed :k0:, it collided with <kf10>.  I also restored
2029 # a missing :sc: -- esr)
2030 vt420|DEC VT420:\
2031         :am:mi:xn:xo:\
2032         :co#80:li#24:vt#3:\
2033         :*6=\E[4~:@0=\E[1~:RA=\E[?7l:\
2034         :S5=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
2035         :SA=\E[?7h:\
2036         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
2037         :ae=\E(B:al=\E[L:as=\E(0:bl=^G:cd=\E[J:ce=\E[K:\
2038         :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
2039         :dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:ho=\E[H:\
2040         :i2=\E[?67h\E[64;1"p:if=/usr/share/tabset/vt300:\
2041         :im=\E[4h:is=\E[1;24r\E[24;1H:k1=\EOP:k2=\EOQ:k3=\EOR:\
2042         :k4=\EOS:k5=\E[17~:k6=\E[18~:k7=\E[19~:k8=\E[20~:\
2043         :k9=\E[21~:k;=\E[29~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:\
2044         :kb=^H:kd=\E[B:ke=\E>:kl=\E[D:kr=\E[C:ks=\E=:ku=\E[A:le=^H:\
2045         :mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:\
2046         :r3=\E[?67h\E[64;1"p:rc=\E8:rf=/usr/share/tabset/vt300:\
2047         :..sa=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e\E(B%;$<2>:\
2048         :sc=\E7:se=\E[m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:ue=\E[m:\
2049         :up=\E[A:us=\E[4m:
2052 # DEC VT220 and up support DECUDK (user-defined keys).  DECUDK (i.e., pfx)
2053 # takes two parameters, the key and the string.  Translating the key is
2054 # straightforward (keys 1-5 are not defined on real terminals, though some
2055 # emulators define these):
2057 #               if (key < 16) then  value = key;
2058 #               else if (key < 21) then value = key + 1;
2059 #               else if (key < 25) then value = key + 2;
2060 #               else if (key < 27) then value = key + 3;
2061 #               else if (key < 30) then value = key + 4;
2062 #               else value = key + 5;
2064 # The string must be the hexadecimal equivalent, e.g., "5052494E" for "PRINT".
2065 # There's no provision in terminfo for emitting a string in this format, so the
2066 # application has to know it.
2068 vt420pc|DEC VT420 w/PC keyboard:\
2069         :@7=\E[4~:F1=\E[23~:F2=\E[24~:F3=\E[11;2~:F4=\E[12;2~:\
2070         :F5=\E[13;2~:F6=\E[14;2~:F7=\E[15;2~:F8=\E[17;2~:\
2071         :F9=\E[18;2~:FA=\E[19;2~:FB=\E[20;2~:FC=\E[21;2~:\
2072         :FD=\E[23;2~:FE=\E[24;2~:FF=\E[23~:FG=\E[24~:FH=\E[25~:\
2073         :FI=\E[26~:FJ=\E[28~:FK=\E[29~:FL=\E[31~:FM=\E[32~:\
2074         :FN=\E[33~:FO=\E[34~:FP=\E[35~:FQ=\E[36~:FR=\E[23;2~:\
2075         :FS=\E[24;2~:FT=\E[25;2~:FU=\E[26;2~:FV=\E[28;2~:\
2076         :FW=\E[29;2~:FX=\E[31;2~:FY=\E[32;2~:FZ=\E[33;2~:\
2077         :Fa=\E[34;2~:Fb=\E[35;2~:Fc=\E[36;2~:\
2078         :S6=USR_TERM\:vt420pcdos\::k1=\E[11~:k2=\E[12~:\
2079         :k3=\E[13~:k4=\E[14~:k5=\E[15~:k6=\E[17~:k7=\E[18~:\
2080         :k8=\E[19~:k9=\E[20~:k;=\E[21~:kD=\177:kh=\E[H:\
2081         :..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\\:\
2082         :tc=vt420:
2084 vt420pcdos|DEC VT420 w/PC for DOS Merge:\
2085         :li#25:\
2086         :..S1=%?%p1%{19}%=%t\E\023\021%e%p1%{32}%<%t\E%p1%c%e%p1%{127}%=%t\E\177%e%p1%c%;:\
2087         :S4=\E[?1;2r\E[34h:\
2088         :S5=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:S6@:\
2089         :me=\E[m:sa@:tc=vt420pc:
2091 vt420f|DEC VT420 with VT kbd; VT400 mode; F1-F5 used as Fkeys:\
2092         :F1=\E[23~:F2=\E[24~:F3=\E[25~:F4=\E[26~:F5=\E[28~:\
2093         :F6=\E[29~:F7=\E[31~:F8=\E[32~:F9=\E[33~:FA=\E[34~:\
2094         :k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:\
2095         :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:\
2096         :kD=\177:kh=\E[H:l1=\EOP:l2=\EOQ:l3=\EOR:l4=\EOS:tc=vt420:
2098 vt510|DEC VT510:\
2099         :tc=vt420:
2100 vt510pc|DEC VT510 w/PC keyboard:\
2101         :tc=vt420pc:
2102 vt510pcdos|DEC VT510 w/PC for DOS Merge:\
2103         :tc=vt420pcdos:
2105 # VT520/VT525
2107 # The VT520 is a monochrome text terminal capable of managing up to
2108 # four independent sessions in the terminal.  It has multiple ANSI
2109 # emulations (VT520, VT420, VT320, VT220, VT100, VT PCTerm, SCO Console)
2110 # and ASCII emulations (WY160/60, PCTerm, 50/50+, 150/120, TVI 950,
2111 # 925 910+, ADDS A2).  This terminfo data is for the ANSI emulations only.
2113 # Terminal Set-Up is entered by pressing [F3], [Caps Lock]/[F3] or
2114 # [Alt]/[Print Screen] depending upon which keyboard and which
2115 # terminal mode is being used.  If Set-Up has been disabled or
2116 # assigned to an unknown key, Set-Up may be entered by pressing
2117 # [F3] as the first key after power up, regardless of keyboard type.
2118 # (vt520: I added <rmam>/<smam> based on the init string, also :sc: -- esr)
2119 vt520|DEC VT520:\
2120         :am:mi:xn:xo:\
2121         :co#80:li#24:vt#3:\
2122         :*6=\E[4~:@0=\E[1~:RA=\E[?7l:\
2123         :S5=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
2124         :SA=\E[?7h:\
2125         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
2126         :ae=\E(B:al=\E[L:as=\E(0:bl=^G:cd=\E[J:ce=\E[K:\
2127         :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
2128         :dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:ho=\E[H:\
2129         :i2=\E[?67h\E[64;1"p:if=/usr/share/tabset/vt300:\
2130         :im=\E[4h:is=\E[1;24r\E[24;1H:k1=\EOP:k2=\EOQ:k3=\EOR:\
2131         :k4=\EOS:k5=\E[17~:k6=\E[18~:k7=\E[19~:k8=\E[20~:\
2132         :k9=\E[21~:k;=\E[29~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:\
2133         :kb=^H:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:\
2134         :md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:\
2135         :..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\\:\
2136         :r3=\E[?67h\E[64;1"p:rc=\E8:rf=/usr/share/tabset/vt300:\
2137         :..sa=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e\E(B%;$<2>:\
2138         :sc=\E7:se=\E[m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:ue=\E[m:\
2139         :up=\E[A:us=\E[4m:
2141 # (vt525: I added <rmam>/<smam> based on the init string;
2142 # removed :se:=\E[m, :ue:=\E[m, added :sc: -- esr)
2143 vt525|DEC VT525:\
2144         :am:mi:xn:xo:\
2145         :co#80:li#24:vt#3:\
2146         :*6=\E[4~:@0=\E[1~:RA=\E[?7l:\
2147         :S5=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
2148         :SA=\E[?7h:\
2149         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
2150         :ae=\E(B:al=\E[L:as=\E(0:bl=^G:cd=\E[J:ce=\E[K:\
2151         :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
2152         :dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:ho=\E[H:\
2153         :i2=\E[?67h\E[64;1"p:if=/usr/share/tabset/vt300:\
2154         :im=\E[4h:is=\E[1;24r\E[24;1H:k1=\EOP:k2=\EOQ:k3=\EOR:\
2155         :k4=\EOS:k5=\E[17~:k6=\E[18~:k7=\E[19~:k8=\E[20~:\
2156         :k9=\E[21~:k;=\E[29~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:\
2157         :kb=^H:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:\
2158         :md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:\
2159         :..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\\:\
2160         :r3=\E[?67h\E[64;1"p:rc=\E8:rf=/usr/share/tabset/vt300:\
2161         :..sa=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e\E(B%;$<2>:\
2162         :sc=\E7:se=\E[m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:ue=\E[m:\
2163         :up=\E[A:us=\E[4m:
2165 #### VT100 emulations
2168 # John Hawkinson <jhawk@MIT.EDU> tells us that the EWAN telnet for Windows
2169 # (the best Windows telnet as of September 1995) presents the name `dec-vt100'
2170 # to telnetd.   Michael Deutschmann <ldeutsch@mail.netshop.net> informs us
2171 # that this works best with a stock vt100 entry.
2172 dec-vt100|EWAN telnet's vt100 emulation:\
2173         :tc=vt100:
2175 # From: Adrian Garside <94ajg2@eng.cam.ac.uk>, 19 Nov 1996
2176 dec-vt220|DOS tnvt200 terminal emulator:\
2177         :am@:tc=vt220:
2179 # Zstem340 is an (IMHO) excellent VT emulator for PC's.  I recommend it to
2180 # anyone who needs PC VT340 emulation. (or anything below that level, for
2181 # that matter -- DEC's ALL-in-1 seems happy with it, as does INFOPLUS's
2182 # RDBM systems, it includes ReGIS and SiXel support!  I'm impressed...
2183 # I can send the address if requested.
2184 # (z340: changed garbled \E[5?l to \E[?5l, DEC smooth scroll off -- esr)
2185 # From: Adam Thompson <athompso@pangea.ca> Sept 10 1995
2186 z340|zstem vt340 terminal emulator 132col 42line:\
2187         :li#42:\
2188         :is=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h\E[1;42r\E[42;1H:\
2189         :rs=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h\E[1;42r\E[42;1H:\
2190         :tc=vt320-w:
2191 z340-nam|zstem vt340 terminal emulator 132col 42line (no automatic margins):\
2192         :am@:\
2193         :is=\E>\E[?3h\E[?4l\E[?5l\E[?7l\E[?8h\E[1;42r\E[42;1H:\
2194         :rs=\E>\E[?3h\E[?4l\E[?5l\E[?7l\E[?8h\E[1;42r\E[42;1H:\
2195         :tc=z340:
2197 # CRT is shareware.  It implements some xterm features, including mouse.
2198 crt|crt-vt220|CRT 2.3 emulating VT220:\
2199         :ms:ut:\
2200         :NC@:\
2201         :st=\EH:u6=\E[%i%d;%dR:u7=\E[6n:u8=\E[?1;2c:u9=\E[c:\
2202         :tc=vt220:tc=ecma+color:
2204 # PuTTY 0.51 (released 14 December 2000)
2205 # http://www.chiark.greenend.org.uk/~sgtatham/putty/
2207 # This emulates vt100 + vt52 (plus a few vt220 features:  ech, SRM, DECTCEM, as
2208 # well as SCO and Atari, color palettes from Linux console).  Reading the code,
2209 # it is intended to be VT102 plus selected features By default, it sets $TERM
2210 # to xterm, which is incorrect, since several features are misimplemented:
2212 #       Alt+key always sends ESC+key, so 'km' capability is removed.
2214 #       Control responses, wrapping and tabs are buggy, failing a couple of
2215 #       screens in vttest.
2217 #       xterm mouse support is not implemented (unrelease version may).
2219 # Several features such as backspace/delete are optional; this entry documents
2220 # the default behavior -TD
2221 # (untranslatable capabilities removed to fit entry within 1023 bytes)
2222 # (sgr removed to fit entry within 1023 bytes)
2223 # (acsc removed to fit entry within 1023 bytes)
2224 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
2225 putty|xterm clone (win32):\
2226         :am:bw:km:mi:ms:xn:\
2227         :co#80:it#8:li#24:\
2228         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:\
2229         :RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:cd=\E[J:\
2230         :ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:\
2231         :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ec=\E[%dX:\
2232         :ei=\E[4l:ho=\E[H:im=\E[4h:\
2233         :is=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E>:\
2234         :k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:\
2235         :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:kD=\E[3~:\
2236         :kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=\177:kd=\EOB:ke=\E[?1l\E>:\
2237         :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:\
2238         :md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:rc=\E8:\
2239         :rs=\E7\E[r\E8\E[m\E[?7h\E[?1;3;4;6l\E[4l\E>:sc=\E7:\
2240         :se=\E[27m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
2241         :te=\E[2J\E[?47l\E8:ti=\E7\E[?47h:ue=\E[24m:up=\E[A:\
2242         :us=\E[4m:ve=\E[?25h:vi=\E[?25l:
2244 # This entry is for Tera Term Pro version 2.3, for MS-Windows 95/NT written by
2245 # T. Teranishi dated Mar 10, 1998.  It is a free software terminal emulator
2246 # (communication program) which supports:
2248 #       - Serial port connections.
2249 #       - TCP/IP (telnet) connections.
2250 #       - VT100 emulation, and selected VT200/300 emulation.
2251 #       - TEK4010 emulation.
2252 #       - File transfer protocols (Kermit, XMODEM, ZMODEM, B-PLUS and
2253 #         Quick-VAN).
2254 #       - Scripts using the "Tera Term Language".
2255 #       - Japanese and Russian character sets.
2257 # The program does not come with terminfo or termcap entries.  However, the
2258 # emulation (testing with vttest and ncurses) is reasonably close to vt100 (no
2259 # vt52 or doublesize character support; blinking is done with color).  Besides
2260 # the HPA, VPA extensions it also implements CPL and CNL.
2262 # All of the function keys can be remapped.  This description shows the default
2263 # mapping, as installed.  Both vt100 PF1-PF4 keys and quasi-vt220 F1-F4 keys
2264 # are supported.  F13-F20 are obtained by shifting F3-F10.  The editing keypad
2265 # is laid out like vt220, rather than the face codes on the PC keyboard, i.e,
2266 #       kfnd    Insert
2267 #       kslt    Delete
2268 #       kich1   Home
2269 #       kdch1   PageUp
2270 #       kpp     End
2271 #       knp     PageDown
2273 # ANSI colors are implemented, but cannot be combined with video attributes
2274 # except for reverse.
2276 # No fonts are supplied with the program, so the acsc string is chosen to
2277 # correspond with the default Microsoft terminal font.
2279 # Tera Term recognizes some xterm sequences, including those for setting and
2280 # retrieving the window title, and for setting the window size (i.e., using
2281 # "resize -s"), though it does not pass SIGWINCH to the application if the
2282 # user resizes the window with the mouse.
2283 teraterm|Tera Term Pro:\
2284         :km:xo@:\
2285         :NC#43:vt@:\
2286         :*6=\E[4~:@0=\E[1~:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:\
2287         :F1=\E[23~:F2=\E[24~:F3=\E[25~:F4=\E[26~:F5=\E[28~:\
2288         :F6=\E[29~:F7=\E[31~:F8=\E[32~:F9=\E[33~:FA=\E[34~:\
2289         :ac=+\020,\021-\030.^Y0\333`\004a\261f\370g\361h\260i\316j\331k\277l\332m\300n\305o~p\304q\304r\304s_t\303u\264v\301w\302x\263y\363z\362{\343|\330}\234~\376:\
2290         :al=\E[L:cb=\E[1K:cd=\E[J:ce=\E[K:ch=\E[%i%dG:cl=\E[H\E[J:\
2291         :cm=\E[%i%d;%dH:cv=\E[%i%dd:dc=\E[P:dl=\E[M:ec=\E[%dX:\
2292         :k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:\
2293         :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:\
2294         :kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:mb=\E[5m:md=\E[1m:\
2295         :me=\E[m:mr=\E[7m:nd=\E[C:op=\E[100m:se=\E[27m:so=\E[7m:\
2296         :sr=\EM:u6=\E[%i%d;%dR:u7=\E[6n:u8=\E[?1;2c:u9=\E[c:\
2297         :ue=\E[24m:up=\E[A:us=\E[4m:vb=200\E[?5h\E[?5l:\
2298         :ve=\E[?25h:vi=\E[?25l:tc=klone+color:tc=vt100:
2300 # Tested with WinNT 4.0, the telnet application assumes the screensize is
2301 # 25x80.  This entry uses the 'Terminal' font, to get line-drawing characters.
2303 # Other notes:
2304 # a) Fails tack's cup (cursor-addressing) test, though cup works well enough
2305 #    for casual (occasional) use.  Also fails several of the vttest screens,
2306 #    but that is not unusual for vt100 "emulators".
2307 # b) Does not implement vt100 keypad
2308 # c) Recognizes a subset of vt52 controls.
2309 ms-vt100|MS telnet imitating dec vt100:\
2310         :li#25:\
2311         :@8@:K1@:K2@:K3@:K4@:K5@:\
2312         :ac=+\020,\021-\030.^Y0\333`\004a\261f\370g\361h\260i\316j\331k\277l\332m\300n\305o~p\304q\304r\304s_t\303u\264v\301w\302x\263y\363z\362{\343|\330}\234~\376:\
2313         :ct@:k0@:k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:k9@:k;@:u6=\E[%i%d;%dR:\
2314         :u7=\E[6n:u8=\E[?6c:u9=\E[c:tc=vt100:
2316 # Tested with Windows 2000, the telnet application runs in a console window,
2317 # also using 'Terminal' font.
2319 # Other notes:
2320 # a) This version has no function keys or numeric keypad.  Unlike the older
2321 #    version, the numeric keypad is entirely ignored.
2322 # b) The program sets $TERM to "ansi", which of course is inaccurate.
2323 ms-vt100-color|windows 2000 ansi (sic):\
2324         :ut:\
2325         :DC=\E[%dP:IC=\E[%d@:ei=:im=:tc=ecma+color:tc=ms-vt100:
2327 #### X terminal emulators
2329 # You can add the following line to your .Xdefaults to change the terminal type
2330 # set by the xterms you start up to my-xterm:
2332 # *termName:  my-xterm
2334 # System administrators can change the default entry for xterm instances
2335 # by adding a similar line to /usr/X11/lib/X11/app-defaults/XTerm.  In either
2336 # case, xterm will detect and reject an invalid terminal type, falling back
2337 # to the default of xterm.
2340 # X10/6.6       11/7/86, minus alternate screen, plus (csr)
2341 # (xterm: ":MT:" changed to ":km:"; added <smam>/<rmam> based on init string;
2342 # removed (hs, eslok, tsl=\E[?E\E[?%i%dT, fsl=\E[?F, dsl=\E[?E)
2343 # as these seem not to work -- esr)
2344 x10term|vs100-x10|xterm terminal emulator (X10 window system):\
2345         :am:bs:km:mi:ms:xn:xo:\
2346         :co#80:it#8:li#65:\
2347         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:RA=\E[?7l:SA=\E[?7h:\
2348         :al=\E[L:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:\
2349         :cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:ho=\E[H:\
2350         :im=\E[4h:is=\E\E[m\E[?7h\E[?1;4l:k1=\EOP:k2=\EOQ:\
2351         :k3=\EOR:k4=\EOS:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:\
2352         :kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:md=\E[1m:me=\E[m:\
2353         :mr=\E[7m:nd=\E[C:se=\E[m:sf=^J:so=\E[7m:sr=\EM:ta=^I:\
2354         :ue=\E[m:up=\E[A:us=\E[4m:
2355 # Compatible with the R5 xterm
2356 # (from the XFree86 3.2 distribution, <blink=@> removed)
2357 # added khome/kend, rmir/smir, rmul/smul, hts based on the R5 xterm code - TD
2358 # corrected typos in rs2 string - TD
2359 # added u6-u9 -TD
2360 xterm-r5|xterm R5 version:\
2361         :am:bs:km:ms:xn:\
2362         :co#80:it#8:li#24:\
2363         :@7=\E[4~:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:\
2364         :F1=\E[23~:F2=\E[24~:IC=\E[%d@:Km=\E[M:LE=\E[%dD:\
2365         :RI=\E[%dC:UP=\E[%dA:al=\E[L:bl=^G:cd=\E[J:ce=\E[K:\
2366         :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
2367         :ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:ho=\E[H:ic=\E[@:\
2368         :im=\E[4h:k0=\EOq:k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:\
2369         :k5=\E[15~:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:\
2370         :k;=\E[21~:kA=\E[30~:kD=\E[3~:kE=\E[8~:kI=\E[2~:kL=\E[31~:\
2371         :kN=\E[6~:kP=\E[5~:kb=^H:kd=\EOB:ke=\E[?1l\E>:kh=\E[1~:\
2372         :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:md=\E[1m:\
2373         :me=\E[m:mr=\E[7m:nd=\E[C:rc=\E8:\
2374         :rs=\E>\E[?1;3;4;5;6l\E[4l\E[?7h\E[m\E[r\E[2J\E[H:\
2375         :..sa=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m:\
2376         :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
2377         :u6=\E[%i%d;%dR:u7=\E[6n:u8=\E[?1;2c:u9=\E[c:ue=\E[m:\
2378         :up=\E[A:us=\E[4m:
2379 # Compatible with the R6 xterm
2380 # (from XFree86 3.2 distribution, <acsc> and :it: added, <blink@> removed)
2381 # added khome/kend, hts based on the R6 xterm code - TD
2382 # (khome/kend do not actually work in X11R5 or X11R6, but many people use this
2383 # for compatibility with other emulators).
2384 # (untranslatable capabilities removed to fit entry within 1023 bytes)
2385 # (sgr removed to fit entry within 1023 bytes)
2386 # (acsc removed to fit entry within 1023 bytes)
2387 xterm-r6|xterm-old|xterm X11R6 version:\
2388         :am:bs:km:mi:ms:xn:\
2389         :co#80:it#8:li#24:\
2390         :*6=\E[4~:@0=\E[1~:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:\
2391         :DO=\E[%dB:F1=\E[23~:F2=\E[24~:F3=\E[25~:F4=\E[26~:\
2392         :F5=\E[28~:F6=\E[29~:F7=\E[31~:F8=\E[32~:F9=\E[33~:\
2393         :FA=\E[34~:Km=\E[M:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=^O:\
2394         :al=\E[L:as=^N:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:\
2395         :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:\
2396         :dl=\E[M:do=^J:eA=\E)0:ei=\E[4l:ho=\E[H:im=\E[4h:\
2397         :is=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E>:\
2398         :k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:\
2399         :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:\
2400         :kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:kd=\EOB:\
2401         :ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:\
2402         :md=\E[1m:me=\E[m:ml=\El:mr=\E[7m:mu=\Em:nd=\E[C:rc=\E8:\
2403         :rs=\E7\E[r\E8\E[m\E[?7h\E[?1;3;4;6l\E[4l\E>:sc=\E7:\
2404         :se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
2405         :te=\E[2J\E[?47l\E8:ti=\E7\E[?47h:u6=\E[%i%d;%dR:\
2406         :u7=\E[6n:u8=\E[?1;2c:u9=\E[c:ue=\E[m:up=\E[A:us=\E[4m:
2407 # This is the base xterm entry for the xterm supplied with XFree86 3.2 & up.
2408 # The name has been changed and some aliases have been removed.
2409 # (untranslatable capabilities removed to fit entry within 1023 bytes)
2410 # (sgr removed to fit entry within 1023 bytes)
2411 # (acsc removed to fit entry within 1023 bytes)
2412 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
2413 xterm-xf86-v32|xterm terminal emulator (XFree86 3.2 Window System):\
2414         :am:bs:km:mi:ms:xn:\
2415         :co#80:it#8:li#24:\
2416         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
2417         :K1=\EOw:K2=\EOy:K3=\EOu:K4=\EOq:K5=\EOs:LE=\E[%dD:\
2418         :RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:\
2419         :cd=\E[J:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:\
2420         :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ec=\E[%dX:\
2421         :ei=\E[4l:ho=\E[H:ic=\E[@:im=\E[4h:\
2422         :is=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E>:\
2423         :k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:\
2424         :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:kD=\177:kI=\E[2~:\
2425         :kN=\E[6~:kP=\E[5~:kb=^H:kd=\EOB:ke=\E[?1l\E>:kh=\EOH:\
2426         :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:md=\E[1m:\
2427         :me=\E[m\017:mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:se=\E[27m:\
2428         :sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:te=\E[2J\E[?47l\E8:\
2429         :ti=\E7\E[?47h:ue=\E[24m:up=\E[A:us=\E[4m:\
2430         :vb=\E[?5h\E[?5l:ve=\E[?25h:vi=\E[?25l:tc=ecma+color:
2432 # This is the stock xterm entry supplied with XFree86 3.3, which uses VT100
2433 # codes for F1-F4 except while in VT220 mode.
2434 xterm-xf86-v33|xterm terminal emulator (XFree86 3.3 Window System):\
2435         :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:tc=xterm-xf86-v32:
2437 # This version was released in XFree86 3.3.3 (November 1998).
2438 # Besides providing printer support, it exploits a new feature that allows
2439 # xterm to use terminfo-based descriptions with the titeInhibit resource.
2440 # -- the distribution contained incorrect khome/kend values -TD
2441 xterm-xf86-v333|xterm terminal emulator (XFree86 3.3.3 Window System):\
2442         :5i:\
2443         :*6@:@0@:ei=:ic@:im=:is=\E[!p\E[?3;4l\E[4l\E>:kD=\E[3~:\
2444         :mb=\E[5m:mk=\E[8m:pf=\E[4i:po=\E[5i:ps=\E[i:r1=\Ec:\
2445         :r2=\E[!p\E[?3;4l\E[4l\E>:\
2446         :..sa=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;%?%p7%t;8%;m%?%p9%t\016%e\017%;:\
2447         :te=\E[?1047l\E[?1048l:ti=\E[?1048h\E[?1047h:\
2448         :tc=xterm-xf86-v33:
2450 # This version was released in XFree86 4.0.
2451 xterm-xf86-v40|xterm terminal emulator (XFree86 4.0 Window System):\
2452         :NP:\
2453         :#2=\EO5H:#3=\E[2;5~:#4=\EO5D:%c=\E[6;5~:%e=\E[5;5~:\
2454         :%i=\EO5C:*4=\E[3;5~:*7=\EO5F:@7=\EOF:F3=\EO2P:F4=\EO2Q:\
2455         :F5=\EO2R:F6=\EO2S:F7=\E[15;2~:F8=\E[17;2~:F9=\E[18;2~:\
2456         :FA=\E[19;2~:FB=\E[20;2~:FC=\E[21;2~:FD=\E[23;2~:\
2457         :FE=\E[24;2~:FF=\EO5P:FG=\EO5Q:FH=\EO5R:FI=\EO5S:\
2458         :FJ=\E[15;5~:FK=\E[17;5~:FL=\E[18;5~:FM=\E[19;5~:\
2459         :FN=\E[20;5~:FO=\E[21;5~:FP=\E[23;5~:FQ=\E[24;5~:\
2460         :FR=\EO6P:FS=\EO6Q:FT=\EO6R:FU=\EO6S:FV=\E[15;6~:\
2461         :FW=\E[17;6~:FX=\E[18;6~:FY=\E[19;6~:FZ=\E[20;6~:\
2462         :Fa=\E[21;6~:Fb=\E[23;6~:Fc=\E[24;6~:K1@:K2=\EOE:K3@:K4@:\
2463         :K5@:kB=\E[Z:kD=\E[3~:kh=\EOH:\
2464         :..sa=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;:\
2465         :te=\E[?1049l:ti=\E[?1049h:tc=xterm-xf86-v333:
2467 xterm-xfree86|xterm-new|xterm terminal emulator (XFree86 4.0 Window System):\
2468         :NP:\
2469         :#2=\EO2H:#3=\E[2;2~:#4=\EO2D:%c=\E[6;2~:%e=\E[5;2~:\
2470         :%i=\EO2C:*4=\E[3;2~:*7=\EO2F:@7=\EOF:@8=\EOM:F1=\E[23~:\
2471         :F2=\E[24~:F3=\EO2P:F4=\EO2Q:F5=\EO2R:F6=\EO2S:\
2472         :F7=\E[15;2~:F8=\E[17;2~:F9=\E[18;2~:FA=\E[19;2~:\
2473         :FB=\E[20;2~:FC=\E[21;2~:FD=\E[23;2~:FE=\E[24;2~:\
2474         :FF=\EO5P:FG=\EO5Q:FH=\EO5R:FI=\EO5S:FJ=\E[15;5~:\
2475         :FK=\E[17;5~:FL=\E[18;5~:FM=\E[19;5~:FN=\E[20;5~:\
2476         :FO=\E[21;5~:FP=\E[23;5~:FQ=\E[24;5~:FR=\EO6P:FS=\EO6Q:\
2477         :FT=\EO6R:FU=\EO6S:FV=\E[15;6~:FW=\E[17;6~:FX=\E[18;6~:\
2478         :FY=\E[19;6~:FZ=\E[20;6~:Fa=\E[21;6~:Fb=\E[23;6~:\
2479         :Fc=\E[24;6~:K2=\EOE:Km=\E[M:k1=\EOP:k2=\EOQ:k3=\EOR:\
2480         :k4=\EOS:k5=\E[15~:k6=\E[17~:k7=\E[18~:k8=\E[19~:\
2481         :k9=\E[20~:k;=\E[21~:kB=\E[Z:kI=\E[2~:kN=\E[6~:kP=\E[5~:\
2482         :kd=\EOB:kh=\EOH:kl=\EOD:kr=\EOC:ku=\EOA:tc=xterm-basic:
2484 # This chunk is used for building the VT220/Sun/PC keyboard variants.
2485 # (untranslatable capabilities removed to fit entry within 1023 bytes)
2486 xterm-basic|xterm terminal emulator - common (XFree86):\
2487         :5i:am:km:mi:ms:ut:xn:\
2488         :Co#8:co#80:it#8:li#24:pa#64:\
2489         :AB=\E[4%dm:AF=\E[3%dm:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:\
2490         :DO=\E[%dB:IC=\E[%d@:LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:\
2491         :SA=\E[?7h:UP=\E[%dA:\
2492         :ac=``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
2493         :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[J:ce=\E[K:\
2494         :ch=\E[%i%dG:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:\
2495         :cs=\E[%i%d;%dr:ct=\E[3g:cv=\E[%i%dd:dc=\E[P:dl=\E[M:\
2496         :do=^J:eA=\E(B\E)0:ec=\E[%dX:ei=\E[4l:ho=\E[H:im=\E[4h:\
2497         :is=\E[!p\E[?3;4l\E[4l\E>:kD=\E[3~:kb=^H:ke=\E[?1l\E>:\
2498         :ks=\E[?1h\E=:le=^H:mb=\E[5m:md=\E[1m:me=\E[m\017:\
2499         :mk=\E[8m:ml=\El:mr=\E[7m:mu=\Em:nd=\E[C:op=\E[39;49m:\
2500         :pf=\E[4i:po=\E[5i:ps=\E[i:r1=\Ec:\
2501         :r2=\E[!p\E[?3;4l\E[4l\E>:rc=\E8:sc=\E7:se=\E[27m:sf=^J:\
2502         :so=\E[7m:sr=\EM:st=\EH:ta=^I:te=\E[?1049l:ti=\E[?1049h:\
2503         :u6=\E[%i%d;%dR:u7=\E[6n:u8=\E[?1;2c:u9=\E[c:ue=\E[24m:\
2504         :up=\E[A:us=\E[4m:vb=\E[?5h\E[?5l:ve=\E[?25h:vi=\E[?25l:
2506 # From: David J. MacKenzie <djm@va.pubnix.com>, 14 Nov 1997
2507 xterm-xi|xterm on XI Graphics Accelerated X under BSD/OS 3.1:\
2508         :se=\E[m:ue=\E[m:tc=xterm-xf86-v33:
2510 # This is one of the variants of XFree86 3.3 xterm, updated for 4.0 (T.Dickey)
2511 xterm-16color|xterm with 16 colors like aixterm:\
2512         :Co#16:NC#32:pa#256:\
2513         :..AB=\E[%?%p1%{8}%<%t%p1%{40}%+%e%p1%{92}%+%;%dm:\
2514         :..AF=\E[%?%p1%{8}%<%t%p1%{30}%+%e%p1%{82}%+%;%dm:\
2515         :..Sb=%p1%{8}%/%{6}%*%{4}%+\E[%d%p1%{8}%m%Pa%?%ga%{1}%=%t4%e%ga%{3}%=%t6%e%ga%{4}%=%t1%e%ga%{6}%=%t3%e%ga%d%;m:\
2516         :..Sf=%p1%{8}%/%{6}%*%{3}%+\E[%d%p1%{8}%m%Pa%?%ga%{1}%=%t4%e%ga%{3}%=%t6%e%ga%{4}%=%t1%e%ga%{6}%=%t3%e%ga%d%;m:\
2517         :tc=xterm-xfree86:
2519 # These variants of XFree86 3.9.16 xterm are built as a configure option.
2520 xterm-256color|xterm with 256 colors:\
2521         :cc:\
2522         :Co#256:NC#32:pa#256:\
2523         :AB=\E[48;5;%dm:AF=\E[38;5;%dm:\
2524         :..Ic=\E]4;%p1%d;rgb\:%p2%{255}%*%{1000}%/%2.2X/%p3%{255}%*%{1000}%/%2.2X/%p4%{255}%*%{1000}%/%2.2X\E\\:\
2525         :Sb=\E[48;5;%dm:Sf=\E[38;5;%dm:tc=xterm-xfree86:
2526 xterm-88color|xterm with 88 colors:\
2527         :Co#88:pa#88:tc=xterm-256color:
2529 # This is another variant, for XFree86 4.0 xterm (T.Dickey)
2530 # This is an 8-bit version of xterm, which emulates DEC vt220 with ANSI color.
2531 # To use it, your decTerminalID resource must be set to 200 or above.
2533 #       HTS     \E H    \210
2534 #       RI      \E M    \215
2535 #       SS3     \E O    \217
2536 #       CSI     \E [    \233
2538 # (untranslatable capabilities removed to fit entry within 1023 bytes)
2539 # (sgr removed to fit entry within 1023 bytes)
2540 # (acsc removed to fit entry within 1023 bytes)
2541 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
2542 xterm-8bit|xterm terminal emulator 8-bit controls (X Window System):\
2543         :am:bs:km:mi:ms:xn:\
2544         :co#80:it#8:li#24:\
2545         :AL=\233%dL:DC=\233%dP:DL=\233%dM:DO=\233%dB:IC=\233%d@:\
2546         :K1=\217w:K2=\217y:K3=\217u:K4=\217q:K5=\217s:LE=\233%dD:\
2547         :RI=\233%dC:UP=\233%dA:ae=^O:al=\233L:as=^N:bl=^G:bt=\233Z:\
2548         :cd=\233J:ce=\233K:cl=\233H\2332J:cm=\233%i%d;%dH:cr=^M:\
2549         :cs=\233%i%d;%dr:ct=\2333g:dc=\233P:dl=\233M:do=^J:\
2550         :ec=\233%dX:ei=\2334l:ho=\233H:im=\2334h:\
2551         :is=\E7\E G\233r\233m\233?7h\233?1;3;4;6l\2334l\E8\E>:\
2552         :k1=\23311~:k2=\23312~:k3=\23313~:k4=\23314~:k5=\23315~:\
2553         :k6=\23317~:k7=\23318~:k8=\23319~:k9=\23320~:kD=\2333~:\
2554         :kI=\2332~:kN=\2336~:kP=\2335~:kb=^H:kd=\217B:\
2555         :ke=\233?1l\E>:kh=\2331~:kl=\217D:kr=\217C:ks=\233?1h\E=:\
2556         :ku=\217A:le=^H:mb=\2335m:md=\2331m:me=\233m^O:mr=\2337m:\
2557         :nd=\233C:rc=\E8:sc=\E7:se=\23327m:sf=^J:so=\2337m:sr=\215:\
2558         :st=\210:ta=^I:te=\233?1049l:ti=\233?1049h:ue=\23324m:\
2559         :up=\233A:us=\2334m:vb=\233?5h\233?5l:ve=\233?25h:\
2560         :vi=\233?25l:
2562 xterm-hp|XFree86 xterm with hpterm function keys:\
2563         :@7=\EF:k1=\Ep:k2=\Eq:k3=\Er:k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:\
2564         :k8=\Ew:kC=\EJ:kD=\EP:kI=\EQ:kN=\ES:kP=\ET:kd=\EB:kh=\Eh:\
2565         :kl=\ED:kr=\EC:ku=\EA:tc=xterm-basic:
2567 xterm-sco|XFree86 xterm with SCO function keys:\
2568         :@7=\E[F:F1=\E[W:F2=\E[X:F3=\E[Y:F5=\E[a:F6=\E[b:F7=\E[c:\
2569         :F8=\E[d:F9=\E[e:FA=\E[f:FB=\E[g:FC=\E[h:FD=\E[i:FE=\E[j:\
2570         :FF=\E[k:FG=\E[l:FH=\E[m:FI=\E[n:FJ=\E[o:FK=\E[p:FL=\E[q:\
2571         :FM=\E[r:FN=\E[s:FO=\E[t:FP=\E[u:k1=\E[M:k2=\E[N:k3=\E[O:\
2572         :k4=\E[P:k5=\E[Q:k6=\E[R:k7=\E[S:k8=\E[T:k9=\E[U:k;=\E[V:\
2573         :kI=\E[L:kN=\E[G:kP=\E[I:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:\
2574         :ku=\E[A:tc=xterm-basic:
2576 # The xterm-xfree86 description has all of the features, but is not completely
2577 # compatible with vt220.  If you are using a Sun or PC keyboard, set the
2578 # sunKeyboard resource to true:
2579 #       + maps the editing keypad
2580 #       + interprets control-function-key as a second array of keys, so a
2581 #         12-fkey keyboard can support vt220's 20-fkeys.
2582 #       + maps numeric keypad "+" to ",".
2583 #       + uses DEC-style control sequences for the application keypad.
2585 xterm-vt220|XFree86 xterm emulating vt220:\
2586         :@1=\EOu:@7=\E[4~:@8=\EOM:F1=\E[23~:F2=\E[24~:F3=\E[25~:\
2587         :F4=\E[26~:F5=\E[28~:F6=\E[29~:F7=\E[31~:F8=\E[32~:\
2588         :F9=\E[33~:FA=\E[34~:K1=\EOw:K3=\EOy:K4=\EOq:K5=\EOs:\
2589         :Km=\E[M:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[15~:\
2590         :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:\
2591         :kB=\E[Z:kI=\E[2~:kN=\E[6~:kP=\E[5~:kd=\EOB:kh=\E[1~:\
2592         :kl=\EOD:kr=\EOC:ku=\EOA:tc=xterm-basic:
2594 xterm-vt52|XFree86 xterm emulating dec vt52:\
2595         :co#80:it#8:li#24:\
2596         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
2597         :ae=\EG:as=\EF:bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :\
2598         :cr=^M:do=\EB:ho=\EH:kb=^H:kd=\EB:kl=\ED:kr=\EC:ku=\EA:\
2599         :le=\ED:nd=\EC:nw=^M^J:sf=^J:sr=\EI:ta=^I:up=\EA:
2601 xterm-noapp|xterm with cursor keys in normal mode:\
2602         :kd=\E[B:ke=\E>:kl=\E[D:kr=\E[C:ks=\E=:ku=\E[A:te@:ti@:\
2603         :tc=xterm:
2605 xterm-24|vs100|xterms|xterm terminal emulator (X Window System):\
2606         :li#24:tc=xterm-r6:
2608 # This is xterm for ncurses.
2609 xterm|xterm terminal emulator (X Window System):\
2610         :tc=xterm-r6:
2611 #       use=xterm-xfree86,
2613 # These entries allow access to the X titlebar and icon name as a status line.
2614 # Note that twm (and possibly window managers descended from it such as tvtwm,
2615 # ctwm, and vtwm) track windows by icon-name; thus, you don't want to mess
2616 # with it.
2617 xterm+sl|access X title line and icon name:\
2618         :hs:\
2619         :ws#40:\
2620         :ds=\E]0;\007:fs=^G:ts=\E]0;:tc=xterm:
2621 xterm+sl-twm|access X title line (pacify twm-descended window managers):\
2622         :hs:\
2623         :ws#40:\
2624         :ds=\E]2;\007:fs=^G:ts=\E]2;:tc=xterm:
2627 # The following xterm variants don't depend on your base version
2629 # xterm with bold instead of underline
2630 xterm-bold|xterm terminal emulator (X11R6 Window System) standout w/bold:\
2631         :so=\E[7m:us=\E[1m:tc=xterm:
2632 # (kterm: this had extension capabilities ":KJ:TY=ascii:" -- esr)
2633 # (kterm should not invoke DEC Graphics as the alternate character set
2634 #  -- Kenji Rikitake)
2635 # (proper setting of enacs, smacs, rmacs makes kterm to use DEC Graphics
2636 #  -- MATSUMOTO Shoji)
2637 kterm|kterm kanji terminal emulator (X window system):\
2638         :es:hs:\
2639         :Km=\E[M:\
2640         :ac=++,,--..00II``aaffgghhjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
2641         :ae=\E(B:as=\E(0:cs=\E[%i%d;%dr:ds=\E[?H:eA=:fs=\E[?F:\
2642         :rc=\E8:sc=\E7:ts=\E[?E\E[?%i%dT:tc=xterm-r6:\
2643         :tc=ecma+color:
2644 kterm-color|kterm-co|kterm with ANSI colors:\
2645         :NC@:tc=kterm:tc=ecma+color:
2646 # See the note on ICH/ICH1 VERSUS RMIR/SMIR near the end of file
2647 xterm-nic|xterm with ich/ich1 suppressed for non-curses programs:\
2648         :IC@:ei=:ic@:im=:tc=xterm:
2649 # From: Mark Sheppard <kimble@mistral.co.uk>, 4 May 1996
2650 xterm1|xterm terminal emulator ignoring the alternate screen buffer:\
2651         :te@:ti@:tc=xterm:
2653 # This describes the capabilities of color_xterm, an xterm variant from
2654 # before ECMA-64 color support was folded into the main-line xterm release.
2655 # This entry is straight from color_xterm's maintainer.
2656 # From: Jacob Mandelson <jlm@ugcs.caltech.edu>, 09 Nov 1996
2657 # The README's with the distribution also say that it supports SGR 21, 24, 25
2658 # and 27, but they are not present in the terminfo or termcap.
2659 # (untranslatable capabilities removed to fit entry within 1023 bytes)
2660 color_xterm|cx|cx100|color_xterm color terminal emulator for X:\
2661         :am:bs:km:mi:ms:xn:\
2662         :NC@:co#80:it#8:li#65:\
2663         :@7=\E[8~:@8=\EOM:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:\
2664         :F1=\E[23~:F2=\E[24~:IC=\E[%d@:K1=\EOw:K2=\EOu:K3=\EOy:\
2665         :K4=\EOq:K5=\EOs:Km=\E[M:LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:\
2666         :SA=\E[?7h:UP=\E[%dA:\
2667         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
2668         :ae=^O:al=\E[L:as=^N:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\
2669         :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
2670         :dc=\E[P:dl=\E[M:do=^J:eA=\E(B\E)0:ei=\E[4l:ho=\E[H:\
2671         :i1=\E[r\E[m\E[?7h\E[?4;6l\E[4l:im=\E[4h:k1=\E[11~:\
2672         :k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:k6=\E[17~:\
2673         :k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:kI=\E[2~:\
2674         :kN=\E[6~:kP=\E[5~:kb=^H:kd=\EOB:kh=\E[7~:kl=\EOD:kr=\EOC:\
2675         :ku=\EOA:le=^H:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:\
2676         :r1=\E(B\017\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l\E<:\
2677         :rc=\E8:sc=\E7:se=\E[27m:sf=^J:so=\E[7m:sr=\EM:ta=^I:\
2678         :te=\E>\E[?41;1r:ti=\E[?1;41s\E[?1;41h\E=:ue=\E[24m:\
2679         :up=\E[A:us=\E[4m:tc=ecma+color:
2681 # The 'nxterm' distributed with Redhat Linux 5.2 is a slight rehack of
2682 # xterm-sb_right-ansi-3d, which implements ANSI colors, but does not support
2683 # SGR 39 or 49.  SGR 0 does reset colors (along with everything else).  This
2684 # description is "compatible" with color_xterm, rxvt and XFree86 xterm, except
2685 # that each of those implements the home, end, delete keys differently.
2687 # Redhat Linux 6.x distributes XFree86 xterm as "nxterm", which uses bce
2688 # colors; note that this is not compatible with the 5.2 version.
2689 nxterm|xterm-color|generic color xterm:\
2690         :NC@:\
2691         :op=\E[m:tc=xterm-r6:tc=klone+color:
2693 # this describes the alpha-version of Gnome terminal shipped with Redhat 6.0
2694 gnome-rh62|Gnome terminal:\
2695         :ut:\
2696         :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kD=\177:tc=xterm-color:
2698 # GNOME Terminal 1.4.0.4 (Redhat 7.2)
2700 # This implements a subset of vt102 with a random selection of features from
2701 # other terminals such as color and function-keys.
2703 # shift-f1 to shift-f10 are f11 to f20
2705 # NumLock changes the application keypad to approximate vt100 keypad, except
2706 # that there is no escape sequence matching comma (,).
2708 # Other defects observed:
2709 #       vt100 LNM mode is not implemented.
2710 #       vt100 80/132 column mode is not implemented.
2711 #       vt100 DECALN is not implemented.
2712 #       vt100 DECSCNM mode is not implemented, so flash does not work.
2713 #       vt100 TBC (tab reset) is not implemented.
2714 #       xterm alternate screen controls do not restore cursor position properly
2715 #       it hangs in tack after running function-keys test.
2716 gnome-rh72|GNOME Terminal:\
2717         :ut:\
2718         :RA=\E[?7l:SA=\E[?7h:ct@:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
2719         :kD=\E[3~:\
2720         :..sa=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;m%?%p9%t\016%e\017%;:\
2721         :ve=\E[?25h:vi=\E[?25l:tc=xterm-color:
2723 gnome|GNOME Terminal:\
2724         :tc=gnome-rh72:
2726 # This is kvt 0-18.7, shipped with Redhat 6.0 (though whether it supports bce
2727 # or not is debatable).
2728 kvt|KDE terminal:\
2729         :km@:ut:\
2730         :@7=\E[F:kD=\177:kh=\E[H:tc=xterm-color:
2732 # Konsole 1.0.1
2733 # (formerly known as kvt)
2735 # This program hardcodes $TERM to 'xterm', which is not accurate.  However, to
2736 # simplify this entry (and point out why konsole isn't xterm), we base this on
2737 # xterm-r6.  The default keyboard appears to be 'linux'.
2739 # Notes:
2740 # a) konsole implements several features from XFree86 xterm, though none of
2741 #    that is documented - except of course in its source code - apparently
2742 #    because its implementors are unaccustomed to reading documentation - as
2743 #    evidenced by the sparse and poorly edited documentation distributed with
2744 #    konsole.  Some features such as the 1049 private mode are recognized but
2745 #    incorrectly implemented as a duplicate of the 47 private mode.
2746 # b) even with the "vt100 (historical)" keyboard setting, the numeric keypad
2747 #    sends PC-style escapes rather than vt100.
2748 # c) fails vttest menu 3 (Test of character sets) because it does not properly
2749 #    parse some control sequences.  Also fails vttest Primary Device Attributes
2750 #    by sending a bogus code (in the source it says it's supposed to be a
2751 #    vt220, which is doubly incorrect because it does not implement vt220
2752 #    control sequences except for a few special cases).  Treat it as a
2753 #    mildly-broken vt102.
2754 konsole-base|KDE console window:\
2755         :NP:km@:ut:\
2756         :*6@:@0@:@7@:F1@:F2@:F3@:F4@:F5@:F6@:F7@:F8@:F9@:FA@:RA=\E[?7l:\
2757         :SA=\E[?7h:bl@:ch=\E[%i%dG:cv=\E[%i%dd:ec=\E[%dX:k1@:k2@:\
2758         :k3@:k4@:k5@:k6@:k7@:k8@:k9@:k;@:kD@:kb@:kh@:mb=\E[5m:\
2759         :..sa=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;:\
2760         :se=\E[27m:ue=\E[24m:vb=\E[?5h\E[?5l:ve=\E[?25h:\
2761         :vi=\E[?25l:tc=ecma+color:tc=xterm-r6:
2762 konsole-linux|KDE console window with linux keyboard:\
2763         :F1=\E[23~:F2=\E[24~:F3@:F4@:F5@:F6@:F7@:F8@:F9@:FA@:k1=\E[[A:\
2764         :k2=\E[[B:k3=\E[[C:k4=\E[[D:k5=\E[[E:k6=\E[17~:k7=\E[18~:\
2765         :k8=\E[19~:k9=\E[20~:k;=\E[21~:kD=\E[3~:tc=konsole-base:
2766 # KDE's "XFree86 3.x.x" keyboard is based on reading the xterm terminfo rather
2767 # than testing the code.
2768 konsole-xf3x|KDE console window with keyboard for XFree86 3.x xterm:\
2769         :@7=\E[4~:kh=\E[1~:tc=konsole-vt100:
2770 # The value for kbs reflects local customization rather than the settings used
2771 # for XFree86 xterm.
2772 konsole-xf4x|KDE console window with keyboard for XFree86 4.x xterm:\
2773         :@7=\EOF:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kb=^H:kh=\EOH:\
2774         :tc=konsole-vt100:
2775 # KDE's "vt100" keyboard has no relationship to any terminal that DEC made, but
2776 # it is still useful for deriving the other entries.
2777 konsole-vt100|KDE console window with vt100 (sic) keyboard:\
2778         :@7=\E[F:F1=\E[23~:F2=\E[24~:F3@:F4@:F5@:F6@:F7@:F8@:F9@:FA@:\
2779         :k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:\
2780         :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:\
2781         :kD=\E[3~:kb=\177:kh=\E[H:tc=konsole-base:
2782 konsole-vt420pc|KDE console window with vt420 pc keyboard:\
2783         :kD=\177:kb=^H:tc=konsole-vt100:
2784 konsole-16color|klone of xterm-16color:\
2785         :Co#16:NC#32:pa#256:\
2786         :..AB=\E[%?%p1%{8}%<%t%p1%'('%+%e%p1%{92}%+%;%dm:\
2787         :..AF=\E[%?%p1%{8}%<%t%p1%{30}%+%e%p1%'R'%+%;%dm:\
2788         :..Sb=%p1%{8}%/%{6}%*%{4}%+\E[%d%p1%{8}%m%Pa%?%ga%{1}%=%t4%e%ga%{3}%=%t6%e%ga%{4}%=%t1%e%ga%{6}%=%t3%e%ga%d%;m':\
2789         :..Sf=%p1%{8}%/%{6}%*%{3}%+\E[%d%p1%{8}%m%Pa%?%ga%{1}%=%t4%e%ga%{3}%=%t6%e%ga%{4}%=%t1%e%ga%{6}%=%t3%e%ga%d%;m':\
2790         :tc=konsole:
2791 # make a default entry for konsole
2792 konsole|KDE console window:\
2793         :tc=konsole-linux:
2795 # From: Thomas Dickey <dickey@clark.net> 04 Oct 1997
2796 # Updated: Oezguer Kesim <kesim@math.fu-berlin.de> 02 Nov 1997
2797 # Notes:
2798 # rxvt 2.21b uses
2799 #       smacs=\E(B\E)U^N, rmacs=\E(B\E)0^O,
2800 # but some applications don't work with that.
2801 # It also has an AIX extension
2802 #       box2=lqkxjmwuvtn,
2803 # and
2804 #       ech=\E[%p1%dX,
2805 # but the latter does not work correctly.
2807 # The distributed terminfo says it implements hpa and vpa, but they are not
2808 # implemented correctly, using relative rather than absolute positioning.
2810 # rxvt is normally configured to look for "xterm" or "xterm-color" as $TERM.
2811 # Since rxvt is not really compatible with xterm, it should be configured as
2812 # "rxvt" (monochrome) and "rxvt-color".
2813 # (untranslatable capabilities removed to fit entry within 1023 bytes)
2814 # (sgr removed to fit entry within 1023 bytes)
2815 # (acsc removed to fit entry within 1023 bytes)
2816 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
2817 rxvt-basic|rxvt terminal base (X Window System):\
2818         :am:bs:eo:km:mi:ms:xn:xo:\
2819         :co#80:it#8:li#24:\
2820         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
2821         :K1=\EOw:K2=\EOu:K3=\EOy:K4=\EOq:K5=\EOs:LE=\E[%dD:\
2822         :RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:cd=\E[J:\
2823         :ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:\
2824         :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:\
2825         :ho=\E[H:i1=\E[?47l\E=\E[?1l:ic=\E[@:im=\E[4h:\
2826         :is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l:\
2827         :k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:\
2828         :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:kD=\E[3~:\
2829         :kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:ke=\E>:kh=\E[7~:\
2830         :kl=\E[D:kr=\E[C:ks=\E=:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:\
2831         :me=\E[0m\017:mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:se=\E[27m:\
2832         :sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:te=\E[2J\E[?47l\E8:\
2833         :ti=\E7\E[?47h:ue=\E[24m:up=\E[A:us=\E[4m:\
2834         :vb=\E[?5h\E[?5l:ve=\E[?25h:vi=\E[?25l:
2835 rxvt|rxvt terminal emulator (X Window System):\
2836         :NC@:\
2837         :me=\E[m\017:tc=rxvt-basic:tc=ecma+color:
2839 # From: Michael Jennings <mej@valinux.com>
2840 # removed kf0 which conflicts with kf10 -TD
2841 # remove cvvis which conflicts with cnorm -TD
2842 # (untranslatable capabilities removed to fit entry within 1023 bytes)
2843 # (sgr removed to fit entry within 1023 bytes)
2844 # (acsc removed to fit entry within 1023 bytes)
2845 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
2846 Eterm|Eterm-color|Eterm with xterm-style color support (X Window System):\
2847         :am:bw:eo:km:mi:ms:xn:xo:\
2848         :co#80:it#8:li#24:lm#0:\
2849         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
2850         :K1=\E[7~:K2=\EOu:K3=\E[5~:K4=\E[8~:K5=\E[6~:LE=\E[%dD:\
2851         :RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:cd=\E[J:\
2852         :ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:\
2853         :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=\E[B:\
2854         :ec=\E[%dX:ei=\E[4l:ho=\E[H:i1=\E[?47l\E>\E[?1l:ic=\E[@:\
2855         :im=\E[4h:is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l:\
2856         :k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:\
2857         :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:kD=\E[3~:\
2858         :kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:ke=:kh=\E[7~:\
2859         :kl=\E[D:kr=\E[C:ks=:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:\
2860         :me=\E[m\017:mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:se=\E[27m:\
2861         :sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:te=\E[2J\E[?47l\E8:\
2862         :ti=\E7\E[?47h:ue=\E[24m:up=\E[A:us=\E[4m:\
2863         :vb=\E[?5h\E[?5l:ve=\E[?25h:vi=\E[?25l:tc=ecma+color:
2865 # These (xtermc and xtermm) are distributed with Solaris.  They refer to a
2866 # variant of xterm which is apparently no longer supported, but are interesting
2867 # because they illustrate SVr4 curses mouse controls - T.Dickey
2868 # (untranslatable capabilities removed to fit entry within 1023 bytes)
2869 xtermm|xterm terminal emulator (monocrome):\
2870         :am:bs:km:mi:ms:xn:\
2871         :BT#3:co#80:it#8:li#24:\
2872         :@7=\E[Y:@8=\EOM:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:\
2873         :F1=\EOZ:F2=\EOA:Gm=\E[%dY:IC=\E[%d@:K1=\EOq:K2=\EOr:\
2874         :K3=\EOs:K4=\EOp:K5=\EOn:Km=\E[^_:LE=\E[%dD:RI=\E[%dC:\
2875         :RQ=\E[492Z:UP=\E[%dA:\
2876         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
2877         :ae=^O:al=\E[L:as=^N:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\
2878         :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
2879         :ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:eA=\E(B\E)0:ei=:ho=\E[H:\
2880         :ic=\E[@:im=:k0=\EOy:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
2881         :k5=\EOT:k6=\EOU:k7=\EOV:k8=\EOW:k9=\EOX:k;=\EOY:kN=\E[U:\
2882         :kP=\E[V:kb=^H:kd=\EOB:kh=\E[H:kl=\EOD:kr=\EOC:ku=\EOA:\
2883         :le=\E[1D:mb@:md=\E[1m:me=\E[m\017:mr=\E[7m:nd=\E[C:\
2884         :r1=\E>\E[1;3;4;5;6l\E[?7h\E[m\E[r\E[2J\E[H:\
2885         :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:sc=\E7:\
2886         :se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:te=\E@0\E[?4r:\
2887         :ti=\E@0\E[?4s\E[?4h\E@1:up=\E[A:
2889 xtermc|xterm terminal emulator (color):\
2890         :Co#8:NC#7:pa#64:\
2891         :AB=\E[4%dm:AF=\E[3%dm:\
2892         :..Sb=\E[4%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m:\
2893         :..Sf=\E[3%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m:\
2894         :op=\E[100m:tc=xtermm:
2896 # From: David J. MacKenzie <djm@va.pubnix.com> 20 Apr 1995
2897 # Here's a termcap entry I've been using for xterm_color, which comes
2898 # with BSD/OS 2.0, and the X11R6 contrib tape too I think.  Besides the
2899 # color stuff, I also have a status line defined as the window manager
2900 # title bar. [I have translated it to terminfo -- ESR]
2901 xterm-pcolor|xterm with color used for highlights and status line:\
2902         :md=\E[1m\E[43m:mr=\E[7m\E[34m:so=\E[7m\E[31m:\
2903         :us=\E[4m\E[42m:tc=xterm+sl:tc=xterm-r6:
2905 # HP ships this, except for the pb#9600 which was merged in from BSD termcap.
2906 # (hpterm: added empty <acsc>, we have no idea what ACS chars look like --esr)
2907 hpterm|X-hpterm|hp X11 terminal emulator:\
2908         :am:da:db:mi:xs:\
2909         :Nl#8:co#80:lh#2:li#24:lm#0:lw#8:pb#9600:sg#0:ug#0:\
2910         :LF=\E&j@:LO=\E&jB:ac=:ae=^O:al=\EL:as=^N:bl=^G:bt=\Ei:\
2911         :cd=\EJ:ce=\EK:ch=\E&a%dC:cl=\E&a0y0C\EJ:cm=\E&a%dy%dC:\
2912         :cr=^M:ct=\E3:cv=\E&a%dY:dc=\EP:dl=\EM:do=\EB:ei=\ER:im=\EQ:\
2913         :k1=\Ep:k2=\Eq:k3=\Er:k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:\
2914         :kA=\EL:kC=\EJ:kD=\EP:kE=\EK:kF=\ES:kH=\EF:kI=\EQ:kL=\EM:\
2915         :kM=\ER:kN=\EU:kP=\EV:kR=\ET:kS=\EJ:kT=\E1:ka=\E3:kb=^H:\
2916         :kd=\EB:ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:ks=\E&s1A:kt=\E2:\
2917         :ku=\EA:le=^H:md=\E&dB:me=\E&d@:mh=\E&dH:ml=\El:mr=\E&dB:\
2918         :mu=\Em:nd=\EC:..pk=\E&f%p1%dk%p2%l%dL%p2%s:\
2919         :..pl=\E&f1a%p1%dk%p2%l%dL%p2%s:\
2920         :..pn=\E&f%p1%dk%p2%l%dd0L%p2%s:\
2921         :..px=\E&f2a%p1%dk%p2%l%dL%p2%s:\
2922         :..sa=\E&d%?%p7%t%{115}%c%;%p1%p3%|%p6%|%{2}%*%p2%{4}%*%+%p4%+%p5%{8}%*%+%{64}%+%c%?%p9%t%'\016'%c%e%'\017'%c%;:\
2923         :se=\E&d@:sf=^J:so=\E&dJ:sr=\ET:st=\E1:ta=^I:ue=\E&d@:\
2924         :up=\EA:us=\E&dD:
2926 # This entry describes an xterm with Sun-style function keys enabled
2927 # via the X resource setting "xterm*sunFunctionKeys:true"
2928 # To understand <kf11>/<kf12> note that L1,L2 and F11,F12 are the same.
2929 # The <kf13>...<kf20> keys are L3-L10.  We don't set <kf16=\E[197z>
2930 # because we want it to be seen as <kcpy>.
2931 # The <kf31>...<kf45> keys are R1-R15.  We treat some of these in accordance
2932 # with their Sun keyboard labels instead.
2933 # From: Simon J. Gerraty <sjg@zen.void.oz.au> 10 Jan 1996
2934 xterm-sun|xterm with sunFunctionKeys true:\
2935         :%1=\E[196z:&8=\E[195z:@0=\E[200z:@5=\E[197z:@7=\E[220z:\
2936         :F1=\E[192z:F2=\E[193z:F3=\E[194z:F4=\E[195z:F5=\E[196z:\
2937         :F7=\E[198z:F8=\E[199z:F9=\E[200z:FA=\E[201z:FL=\E[208z:\
2938         :FM=\E[209z:FN=\E[210z:FO=\E[211z:FP=\E[212z:FQ=\E[213z:\
2939         :FS=\E[215z:FU=\E[217z:FW=\E[219z:FY=\E[221z:K2=\E[218z:\
2940         :k1=\E[224z:k2=\E[225z:k3=\E[226z:k4=\E[227z:k5=\E[228z:\
2941         :k6=\E[229z:k7=\E[230z:k8=\E[231z:k9=\E[232z:k;=\E[233z:\
2942         :kI=\E[2z:kN=\E[222z:kP=\E[216z:kh=\E[214z:tc=xterm:
2943 xterms-sun|small (80x24) xterm with sunFunctionKeys true:\
2944         :co#80:li#24:tc=xterm-sun:
2946 # This is for the extensible terminal emulator on the X11R6 contrib tape.
2947 emu|emu native mode:\
2948         :mi:ms:xo:\
2949         :Co#15:co#80:it#8:li#24:pa#64:vt#200:\
2950         :*6=\Esel:@0=\Efind:@8=^M:AB=\Es%i%d;:AF=\Er%i%d;:\
2951         :AL=\EQ%d;:DC=\EI%d;:DL=\ER%d;:DO=\Ep%d;:F1=\EF11:\
2952         :F2=\EF12:F3=\EF13:F4=\EF14:F5=\EF15:F6=\EF16:F7=\EF17:\
2953         :F8=\EF18:F9=\EF19:FA=\EF20:LE=\Eq-%d;:RI=\Eq%d;:\
2954         :UP=\Ep-%d;:\
2955         :ac=61a\202f\260g2j\213k\214l\215m\216n\217o\220q\222s\224t\225u\226v\227w\230x\231~\244:\
2956         :ae=\0:al=\EQ1;:as=\0:bl=^G:cb=\EL:cd=\EN:ce=\EK:\
2957         :cl=\EP\EE0;0;:cm=\EE%d;%d;:cr=^M:cs=\Ek%d;%d;:ct=\Ej:\
2958         :dc=\EI1;:dl=\ER1;:do=\EB:eA=\0:ec=\Ej%d;:ei=\EX:\
2959         :ho=\EE0;0;:im=\EY:is=\ES\Er0;\Es0;:k0=\EF00:k1=\EF01:\
2960         :k2=\EF02:k3=\EF03:k4=\EF04:k5=\EF05:k6=\EF06:k7=\EF07:\
2961         :k8=\EF08:k9=\EF09:k;=\EF10:kD=\177:kI=\Eins:kN=\Enext:\
2962         :kP=\Eprior:kb=^H:kd=\EB:kl=\EC:kr=\ED:ku=\EA:le=^H:\
2963         :mb=\ES\EW:md=\ES\EU:me=\ES:mr=\ES\ET:nd=\ED:\
2964         :oc=\Es0;\Er0;:rs=\ES\Es0;\Er0;:se=\ES:sf=\EG:so=\ES\ET:\
2965         :sr=\EF:st=\Eh:ta=^I:ue=\ES:up=\EA:us=\ES\EV:ve=\Ea:vi=\EZ:
2967 #### MGR
2969 # MGR is a Bell Labs window system lighter-weight than X.
2970 # These entries describe MGR's xterm-equivalent.
2971 # They are courtesy of Vincent Broman <broman@nosc.mil> 14 Jan 1997
2974 mgr|Bellcore MGR (non X) window system terminal emulation:\
2975         :am:km:\
2976         :AL=\E%da:DC=\E%dE:DL=\E%dd:IC=\E%dA:RA=\E5S:SA=\E5s:\
2977         :al=\Ea:bl=^G:cd=\EC:ce=\Ec:cl=^L:cm=\E%r%d;%dM:cr=^M:\
2978         :cs=\E%d;%dt:dc=\EE:dl=\Ed:do=\Ef:ei=:hd=\E1;2f:hu=\E1;2u:\
2979         :ic=\EA:im=:kb=^H:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
2980         :md=\E2n:me=\E0n:mr=\E1n:nd=\Er:nw=^M^J:se=\E0n:sf=^J:\
2981         :so=\E1n:ta=^I:ue=\E0n:up=\Eu:us=\E4n:ve=\Eh:vi=\E9h:\
2982         :vs=\E0h:
2983 mgr-sun|Mgr window with Sun keyboard:\
2984         :%1=\E[207z:%6=\E[198z:&8=\E[195z:@0=\E[200z:@5=\E[197z:\
2985         :@7=\E[220z:@8=\E[250z:F1=\E[234z:F2=\E[235z:K1=\E[214z:\
2986         :K2=\E[218z:K3=\E[216z:K4=\E[220z:K5=\E[222z:k1=\E[224z:\
2987         :k2=\E[225z:k3=\E[226z:k4=\E[227z:k5=\E[228z:k6=\E[229z:\
2988         :k7=\E[230z:k8=\E[231z:k9=\E[232z:k;=\E[233z:kN=\E[222z:\
2989         :kP=\E[216z:kh=\E[214z:tc=mgr:
2990 mgr-linux|Mgr window with Linux keyboard:\
2991         :@7=\E[4~:F1=\E[23~:F2=\E[24~:K1=\E[H:K2=\E[G:K3=\E[5~:\
2992         :K4=\E[Y:K5=\E[6~:k0=\E[[J:k1=\E[[A:k2=\E[[B:k3=\E[[C:\
2993         :k4=\E[[D:k5=\E[[E:k6=\E[17~:k7=\E[18~:k8=\E[19~:\
2994         :k9=\E[20~:k;=\E[21~:kD=\E[3~:kN=\E[6~:kP=\E[5~:kh=\E[1~:\
2995         :tc=mgr:
2997 ######## UNIX VIRTUAL TERMINALS, VIRTUAL CONSOLES, AND TELNET CLIENTS
3000 # Columbus UNIX virtual terminal. This terminal also appears in
3001 # UNIX 4.0 and successors as line discipline 1 (?), but is
3002 # undocumented and does not really work quite right.
3003 cbunix|cb unix virtual terminal:\
3004         :am:bs:da:db:\
3005         :co#80:li#24:lm#0:\
3006         :al=\EP:bl=^G:cd=\EL:ce=\EK:cl=\EL:cm=\EG%r%.%.:cr=^M:\
3007         :dc=\EM:dl=\EN:do=^J:ei=:ic=\EO:im=:kd=\EB:kh=\EE:kl=\ED:\
3008         :kr=\EC:ku=\EA:le=^H:nd=\EC:se=\Eb^D:sf=^J:so=\Ea^D:\
3009         :ue=\Eb^A:up=\EA:us=\Ea^A:
3010 # (vremote: removed obsolete ":nl@:" -- esr)
3011 vremote|virtual remote terminal:\
3012         :am@:\
3013         :co#79:tc=cbunix:
3015 pty|4bsd pseudo teletype:\
3016         :cm=\EG%+ %+ :se=\Eb$:so=\Ea$:ue=\Eb!:us=\Ea!:tc=cbunix:
3018 # The codes supported by the term.el terminal emulation in GNU Emacs 19.30
3019 eterm|gnu emacs term.el terminal emulation:\
3020         :am:mi:xn:\
3021         :co#80:li#24:\
3022         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
3023         :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:al=\E[L:bl=^G:cb=\E[1K:\
3024         :cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
3025         :cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:ho=\E[H:\
3026         :im=\E[4h:le=^H:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:se=\E[m:\
3027         :sf=^J:so=\E[7m:ta=^I:te=\E[2J\E[?47l\E8:ti=\E7\E[?47h:\
3028         :ue=\E[m:up=\E[A:us=\E[4m:
3030 # Entries for use by the `screen' program by Juergen Weigert,
3031 # Michael Schroeder, Oliver Laumann.  The screen and
3032 # screen-w entries came with version 3.7.1.  The screen2 and screen3 entries
3033 # come from University of Wisconsin and may be older.
3034 # (screen: added :ve: on ANSI model -- esr)
3036 # 'screen' defines extensions to termcap.  Some are used in its terminal
3037 # description:
3038 #      G0   (bool)  Terminal can deal with ISO 2022  font  selection sequences.
3039 #      AX   (bool)  Does  understand ANSI set default fg/bg color
3040 #                   (\E[39m / \E[49m).
3041 #      S0   (str)   Switch charset 'G0' to the specified charset.
3042 #      E0   (str)   Switch charset 'G0' back to standard charset.
3044 # tested with screen 3.09.08
3045 screen|VT 100/ANSI X3.64 virtual terminal:\
3046         :am:bs:km:mi:ms:pt:xn:G0:\
3047         :Co#8:co#80:it#8:li#24:pa#64:\
3048         :@7=\E[4~:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:\
3049         :F1=\E[23~:F2=\E[24~:IC=\E[%d@:Km=\E[M:LE=\E[%dD:\
3050         :RI=\E[%dC:UP=\E[%dA:\
3051         :ac=++,,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
3052         :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[J:ce=\E[K:\
3053         :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
3054         :ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:eA=\E(B\E)0:ei=\E[4l:\
3055         :ho=\E[H:im=\E[4h:is=\E)0:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
3056         :k5=\E[15~:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:\
3057         :k;=\E[21~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:\
3058         :kd=\EOB:ke=\E[?1l\E>:kh=\E[1~:kl=\EOD:kr=\EOC:\
3059         :ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:\
3060         :mr=\E[7m:nd=\E[C:nw=\EE:rc=\E8:rs=\Ec:sc=\E7:se=\E[23m:\
3061         :sf=^J:so=\E[3m:sr=\EM:st=\EH:ta=^I:ue=\E[24m:up=\EM:\
3062         :us=\E[4m:vb=\Eg:ve=\E[34h\E[?25h:vi=\E[?25l:vs=\E[34l:\
3063         :E0=\E(B:S0=\E(%p1%c:tc=ecma+color:
3065 # Read the fine manpage:
3066 #       When  screen  tries  to  figure  out  a  terminal name for
3067 #       itself, it first looks for an entry named "screen.<term>",
3068 #       where  <term>  is the contents of your $TERM variable.  If
3069 #       no such entry exists, screen tries "screen" (or "screen-w"
3070 #       if the terminal is wide (132 cols or more)).  If even this
3071 #       entry cannot be found, "vt100" is used as a substitute.
3073 # Here are a few customized entries which are useful -TD
3075 # Notes:
3076 # (a)   screen does not support invis.
3077 # (b)   screen's implementation of bw is incorrect according to tack.
3078 # (c)   screen appears to hardcode the strings for khome/kend, making it
3079 #       necessary to override the "use=" clause's values.
3080 # (d)   screen sets $TERMCAP to a termcap-formatted copy of the 'screen' entry,
3081 #       which is NOT the same as the terminfo screen.<term>.
3082 # (e)   when screen finds one of these customized entries, it sets $TERM to
3083 #       match.  Hence, no "screen.xterm" entry is provided, since that would
3084 #       create heartburn for people running remote xterm's.
3086 #       xterm (-xfree86 or -r6) does not normally support kIC, kNXT and kPRV
3087 #       since the default translations override the built-in keycode
3088 #       translation.  They are suppressed here to show what is tested by tack.
3089 screen.xterm-xfree86|screen customized for XFree86 xterm:\
3090         :bw:ut@:\
3091         :#3@:%c@:%e@:@7=\E[4~:kh=\E[1~:mk@:ml@:mu@:\
3092         :..sa=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;:\
3093         :tc=xterm-xfree86:
3094 # xterm-r6 does not really support khome/kend unless it is propped up by
3095 # the translations resource.
3096 screen.xterm-r6|screen customized for X11R6 xterm:\
3097         :bw:tc=xterm-r6:
3098 # Color applications running in screen and TeraTerm do not play well together
3099 # on Solaris.
3100 screen.teraterm|disable ncv in teraterm:\
3101         :NC#127:tc=screen:
3103 screen-w|VT 100/ANSI X3.64 virtual terminal with 132 cols:\
3104         :co#132:tc=screen:
3106 screen2|old VT 100/ANSI X3.64 virtual terminal:\
3107         :co#80:it#8:li#24:\
3108         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
3109         :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:al=\E[L:bt=\E[Z:cd=\E[J:\
3110         :ce=\E[K:cl=\E[2J\E[H:cm=\E[%i%d;%dH:cr=^M:ct=\E[3g:\
3111         :dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:ic=:im=\E[4h:k0=\E~:\
3112         :k1=\ES:k2=\ET:k3=\EU:k4=\EV:k5=\EW:k6=\EP:k7=\EQ:k8=\ER:\
3113         :k9=\E0I:kb=^H:kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:le=^H:\
3114         :me=\E[m:nd=\E[C:nw=^M^J:r1=\Ec:rc=\E8:sc=\E7:se=\E[23m:\
3115         :sf=^J:so=\E[3m:sr=\EM:st=\EH:ta=^I:ue=\E[24m:up=\E[A:\
3116         :us=\E[4m:
3117 # (screen3: removed unknown ":xv:LP:G0:" -- esr)
3118 screen3|older VT 100/ANSI X3.64 virtual terminal:\
3119         :km:mi:ms:\
3120         :co#80:it#8:li#24:\
3121         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
3122         :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:al=\E[L:bl=^G:bt=\E[Z:\
3123         :cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
3124         :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:\
3125         :ho=\E[H:im=\E[4h:is=\E)0:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
3126         :kb=^H:kd=\EOB:ke=\E>:kl=\EOD:kr=\EOC:ks=\E=:ku=\EOA:le=^H:\
3127         :mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:nw=\EE:r1=\Ec:\
3128         :rc=\E8:sc=\E7:se=\E[23m:sf=^J:so=\E[3m:sr=\EM:st=\EH:ta=^I:\
3129         :ue=\E[24m:up=\EM:us=\E[4m:
3131 # Francesco Potorti <F.Potorti@cnuce.cnr.it>:
3132 # NCSA telnet is one of the most used telnet clients for the Macintosh.  It has
3133 # been maintained until recently by the National Center for Supercomputer
3134 # Applications, and it is feature rich, stable and free.  It can be downloaded
3135 # from www.ncsa.edu.  This terminfo description file is based on xterm-vt220,
3136 # xterm+sl, and the docs at NCSA.  It works well.
3138 # NCSA Telnet 2.6 for Macintosh in vt220 8-bit emulation mode
3139 # The terminal options should be set as follows:
3140 #         Xterm sequences ON
3141 #         use VT wrap mode ON
3142 #         use Emacs arrow keys OFF
3143 #         CTRL-COMND is Emacs meta ON
3144 #         8 bit mode ON
3145 #         answerback string: "ncsa-vt220-8"
3146 #         setup keys: all disabled
3148 # Application mode is not used.
3150 # Other special mappings:
3151 #       Apple           VT220
3152 #       HELP            Find
3153 #       HOME            Insert here
3154 #       PAGEUP          Remove
3155 #       DEL             Select
3156 #       END             Prev Screen
3157 #       PAGEDOWN        Next Screen
3159 # Though it supports ANSI color, NCSA Telnet uses color to represent blinking
3160 # text.
3162 # The status-line manipulation is a mapping of the xterm-compatible control
3163 # sequences for setting the window-title.  So you must use tsl and fsl in
3164 # pairs, since the latter ends the string that is loaded to the window-title.
3165 # (untranslatable capabilities removed to fit entry within 1023 bytes)
3166 # (sgr removed to fit entry within 1023 bytes)
3167 # (acsc removed to fit entry within 1023 bytes)
3168 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
3169 ncsa-m|ncsa-vt220-8|NCSA Telnet 2.6 for Macintosh in vt220-8 mode:\
3170         :am:hs:km:mi:ms:xn:\
3171         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
3172         :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:\
3173         :cd=\E[J:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:\
3174         :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:\
3175         :ds=\E]0;\007:ei=\E[4l:fs=^G:ho=\E[H:\
3176         :if=/usr/share/tabset/vt100:im=\E[4h:\
3177         :is=\E7\E[r\E[m\E[?7h\E[?1;4;6l\E[4l\E8\E>:k1=\E[17~:\
3178         :k2=\E[18:k3=\E[19~:k4=\E[20~:k5=\E[21~:k6=\E[23~:\
3179         :k7=\E[24~:k8=\E[25~:k9=\E[26~:kD=\E[4~:kN=\E[6~:kP=\E[3~:\
3180         :kb=^H:kd=\E[B:kh=\E[2~:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
3181         :mb=\E[5m:md=\E[1m:me=\E[m\017:mr=\E[7m:nd=\E[C:rc=\E8:\
3182         :rs=\E7\E[r\E8\E[m\E[?7h\E[?1;4;6l\E[4l\E>:sc=\E7:\
3183         :se=\E[27m:sf=\n:so=\E[7m:sr=\EM:st=\EH:ta=^I:te=\E[2J\E8:\
3184         :ti=\E7:ts=\E]0;:ue=\E[24m:up=\E[A:us=\E[4m:\
3185         :vb=\E[?5h\E[?5l:ve=\E[?25h:vi=\E[?25l:
3186 ncsa|NCSA Telnet 2.7 for Macintosh in vt220-8 mode:\
3187         :tc=ncsa-m:tc=klone+color:
3188 ncsa-ns|NCSA Telnet 2.7 for Macintosh in vt220-8 mode:\
3189         :hs@:\
3190         :ds@:fs@:ts@:tc=ncsa:
3191 ncsa-m-ns|NCSA Telnet 2.6 for Macintosh in vt220-8 mode:\
3192         :hs@:\
3193         :ds@:fs@:ts@:tc=ncsa-m:
3194 # alternate -TD:
3195 # The documented function-key mapping refers to the Apple Extended Keyboard
3196 # (e.g., NCSA Telnet's F1 corresponds to a VT220 F6).  We use the VT220-style
3197 # codes, however, since the numeric keypad (VT100) PF1-PF4 are available on
3198 # some keyboards and many applications require these as F1-F4.
3200 ncsa-vt220|NCSA Telnet using vt220-compatible function keys:\
3201         :F1=\E[23~:F2=\E[24~:F3=\E[25~:F4=\E[26~:F5=\E[28~:\
3202         :F6=\E[29~:F7=\E[31~:F8=\E[32~:F9=\E[33~:FA=\E[34~:\
3203         :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k6=\E[17~:k7=\E[18~:\
3204         :k8=\E[19~:k9=\E[20~:k;=\E[21~:tc=ncsa:
3206 #### Pilot Pro Palm-Top
3208 # Termcap for Top Gun Telnet and SSH on the Palm Pilot.
3209 # http://www.isaac.cs.berkeley.edu/pilot/tgtelnet.html
3210 pilot|tgtelnet|Top Gun Telnet on the Palm Pilot Professional:\
3211         :am:bs:xn:\
3212         :co#39:li#16:\
3213         :bl=^G:cl=\Ec:cm=\Em%+ %+ :cr=^M:do=^J:ho=\Em\s\s:kN=^L:\
3214         :kP=^K:kb=^H:kd=^J:kl=^H:le=^H:nw=\Em~\s:se=\EB:sf=^J:so=\Eb:\
3215         :ta=^I:
3217 # From: Federico Bianchi <bianchi@www.arte.unipi.it>
3218 # These entries are for the Embeddable Linux Kernel System (ELKS)
3219 # project - an heavily stripped down Linux to be run on 16 bit
3220 # boxes or, eventually, to be used in embedded systems - and have been
3221 # adapted from the stock ELKS termcap. The project itself looks stalled,
3222 # and the latest improvements I know of date back to March 2000.
3224 # To cope with the ELKS dumb console I added an "elks-glasstty" entry;
3225 # as an added bonus, this deals with all the capabilities common to
3226 # both VT52 and ANSI (or, eventually, "special") modes.
3228 elks-glasstty|ELKS glass-TTY capabilities:\
3229         :am:bs:\
3230         :co#80:it#8:li#25:\
3231         :bl=^G:cr=^M:kb=^H:kd=^J:kl=^H:nw=^M^J:sf=^J:ta=^I:
3233 elks-vt52|ELKS vt52 console:\
3234         :ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :do=\EB:ho=\EH:le=\ED:nd=\EC:\
3235         :up=\EA:tc=elks-glasstty:
3237 elks-ansi|ELKS ANSI console:\
3238         :ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:do=\E[B:ho=\E[H:\
3239         :le=\E[D:nd=\E[C:se=\E[m:so=\E[7m:up=\E[A:\
3240         :tc=elks-glasstty:
3242 # As a matter of fact, ELKS 0.0.83 on PCs defaults to ANSI emulation
3243 # instead of VT52, but the "elks" entry still refers to the latter.
3245 elks|default ELKS console:\
3246         :tc=elks-vt52:
3248 # Project SIBO (for Psion 3 palmtops) console is identical to the ELKS
3249 # one but in screen size
3251 sibo|ELKS SIBO console:\
3252         :co#61:it#8:li#20:tc=elks-vt52:
3254 ######## COMMERCIAL WORKSTATION CONSOLES
3257 #### Alpha consoles
3260 # This is from the OSF/1 Release 1.0 termcap file
3261 pccons|pcconsole|ANSI (mostly) Alpha PC console terminal emulation:\
3262         :am:xo:\
3263         :co#80:li#25:\
3264         :al=\E[L:bl=^G:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:\
3265         :dc=\E[P:dl=\E[M:do=^J:ei=:ho=\E[H:ic=\E[@:im=:kb=^H:kd=\E[B:\
3266         :kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:me=\E[m:mr=\E[7m:\
3267         :nd=\E[C:nw=^M^J:se=\E[m:so=\E[7m:ta=^I:up=\E[A:
3269 #### Sun consoles
3272 # :is1: resets scrolling region in case a previous user had used "tset vt100"
3273 oldsun|Sun Microsystems Workstation console:\
3274         :am:bs:km:mi:ms:\
3275         :co#80:it#8:li#34:\
3276         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:IC=\E[%d@:al=\E[L:bl=^G:\
3277         :cd=\E[J:ce=\E[K:cl=^L:cm=\E[%i%d;%dH:cr=^M:dc=\E[P:\
3278         :dl=\E[M:do=\E[B:ei=:i1=\E[1r:ic=\E[@:im=:k1=\EOP:k2=\EOQ:\
3279         :k3=\EOR:k4=\EOS:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
3280         :le=^H:me=\E[m:nd=\E[C:se=\E[m:sf=^J:so=\E[7m:ta=^I:up=\E[A:
3281 # From: Alexander Lukyanov <lav@video.yars.free.net>, 14 Nov 1995
3282 # :li: capability later corrected by J.T. Conklin <jtc@cygnus.com>
3283 # SGR 1, 4 aren't supported - removed bold/underline (T.Dickey 17 Jan 1998)
3284 sun-il|Sun Microsystems console with working insert-line:\
3285         :am:km:ms:\
3286         :co#80:li#34:\
3287         :%7=\E[194z:&5=\E[193z:&8=\E[195z:@7=\E[220z:AL=\E[%dL:\
3288         :DC=\E[%dP:DL=\E[%dM:F1=\E[234z:F2=\E[235z:IC=\E[%d@:\
3289         :K2=\E[218z:al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=^L:\
3290         :cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:do=^J:ei=:ic=\E[@:im=:\
3291         :k1=\E[224z:k2=\E[225z:k3=\E[226z:k4=\E[227z:k5=\E[228z:\
3292         :k6=\E[229z:k7=\E[230z:k8=\E[231z:k9=\E[232z:k;=\E[233z:\
3293         :kD=\177:kN=\E[222z:kP=\E[216z:kb=^H:kd=\E[B:kh=\E[214z:\
3294         :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:md@:me=\E[m:mr=\E[7m:nd=\E[C:\
3295         :rs=\E[s:\
3296         :..sa=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;m:\
3297         :se=\E[m:sf=^J:so=\E[7m:ta=^I:u8=\E[1t:u9=\E[11t:ue@:\
3298         :up=\E[A:us@:
3299 # On some versions of CGSIX framebuffer firmware (SparcStation 5), :al:/:AL:
3300 # flake out on the last line.  Unfortunately, without them the terminal has no
3301 # way to scroll.
3302 sun-cgsix|sun-ss5|Sun SparcStation 5 console:\
3303         :AL@:al@:tc=sun-il:
3304 # If you are using an SS5, change the sun definition to use sun-ss5.
3305 sun|sun1|sun2|Sun Microsystems Inc. workstation console:\
3306         :tc=sun-il:
3308 # From: <john@ucbrenoir>  Tue Sep 24 13:14:44 1985
3309 sun-s|Sun Microsystems Workstation window with status line:\
3310         :hs:\
3311         :ds=\E]l\E\\:fs=\E\\:ts=\E]l:tc=sun:
3312 sun-e-s|sun-s-e|Sun Microsystems Workstation with status hacked for emacs:\
3313         :hs:\
3314         :ds=\E]l\E\\:fs=\E\\:ts=\E]l:tc=sun-e:
3315 sun-48|Sun 48-line window:\
3316         :co#80:li#48:tc=sun:
3317 sun-34|Sun 34-line window:\
3318         :co#80:li#34:tc=sun:
3319 sun-24|Sun 24-line window:\
3320         :co#80:li#24:tc=sun:
3321 sun-17|Sun 17-line window:\
3322         :co#80:li#17:tc=sun:
3323 sun-12|Sun 12-line window:\
3324         :co#80:li#12:tc=sun:
3325 sun-1|Sun 1-line window for sysline:\
3326         :es:hs:\
3327         :co#80:li#1:\
3328         :ds=^L:fs=\E[K:ts=^M:tc=sun:
3329 sun-e|sun-nic|sune|Sun Microsystems Workstation without insert character:\
3330         :ei@:ic@:im@:tc=sun:
3331 sun-c|sun-cmd|Sun Microsystems Workstation console with scrollable history:\
3332         :li#35:\
3333         :te=\E[>4h:ti=\E[>4l:tc=sun:
3335 #### Iris consoles
3338 # (wsiris: this had extension capabilities
3339 #       :HS=\E7F2:HE=\E7F7:\
3340 #       :CT#2:CZ=*Bblack,red,green,yellow,blue,magenta,cyan,*Fwhite:
3341 # See the note on Iris extensions near the end of this file.
3342 # Finally, removed suboptimal :cl:=\EH\EJ and added :do: &
3343 # :vb: from BRL -- esr)
3344 wsiris|iris40|iris emulating a 40 line visual 50 (approximately):\
3345         :am:bs:nc:pt:\
3346         :co#80:it#8:kn#3:li#40:\
3347         :al=\EL:bl=^G:cd=\EJ:ce=\EK:cl=\Ev:cm=\EY%+ %+ :dl=\EM:\
3348         :do=\EB:ho=\EH:is=\E7B0\E7F7\E7C2\E7R3:k0=\E0:k1=\E1:\
3349         :k2=\E2:k3=\E3:k4=\E4:k5=\E5:k6=\E6:k7=\E7:k8=\E8:k9=\E9:\
3350         :kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=^H:me=\E7F7:mh=\E7F2:nd=\EC:\
3351         :nl=\EB:se=\E0@:sf=^J:so=\E9P:sr=\EI:ta=^I:ue=\E7R3\E0@:\
3352         :up=\EA:us=\E7R2\E9P:vb=\E7F4\E7B1\013\E7F7\E7B0:ve=\E>:\
3353         :vs=\E;:
3355 #### NeWS consoles
3357 # Console terminal windows under the NeWS (Sun's Display Postscript windowing
3358 # environment).   Note: these have nothing to do with Sony's News workstation
3359 # line.
3362 # Entry for NeWS's psterm from Eric Messick & Hugh Daniel
3363 # (psterm: unknown ":sl=\EOl:el=\ENl:" removed -- esr)
3364 psterm|psterm-basic|NeWS psterm-80x34:\
3365         :am:bs:hs:km:ul:\
3366         :co#80:it#8:li#34:\
3367         :al=\EA:cd=\EB:ce=\EC:cl=^L:cm=\E%d;%d;:cs=\EE%d;%d;:\
3368         :dc=\EF:dl=\EK:do=\EP:ei=\ENi:fs=\ENl:ho=\ER:i1=\EN*:\
3369         :im=\EOi:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=\ET:ll=\EU:\
3370         :mb=\EOb:md=\EOd:me=\EN*:mr=\EOr:nd=\EV:rc=^\:sc=^]:se=\ENo:\
3371         :sf=\EW:so=\EOo:sr=\EX:ta=^I:te=\ENt:ti=\EOt:ts=\EOl:\
3372         :ue=\ENu:up=\EY:us=\EOu:vb=\EZ:
3373 psterm-96x48|NeWS psterm 96x48:\
3374         :co#96:li#48:tc=psterm:
3375 psterm-90x28|NeWS psterm 90x28:\
3376         :co#90:li#28:tc=psterm:
3377 psterm-80x24|NeWS psterm 80x24:\
3378         :co#80:li#24:tc=psterm:
3379 # This is a faster termcap for psterm.  Warning:  if you use this termcap,
3380 # some control characters you type will do strange things to the screen.
3381 # (psterm-fast: unknown ":sl=^Ol:el=^Nl:" -- esr)
3382 psterm-fast|NeWS psterm fast version (flaky ctrl chars):\
3383         :am:bs:hs:km:ul:\
3384         :co#80:it#8:li#34:\
3385         :al=^A:cd=^B:ce=^C:cl=^L:cm=\004%d;%d;:cs=\005%d;%d;:dc=^F:\
3386         :dl=^K:do=^P:ei=^Ni:fs=^Nl:ho=^R:i1=^N*:im=^Oi:kd=\E[B:\
3387         :kl=\E[D:kr=\E[C:ku=\E[A:le=^T:ll=^U:mb=^Ob:md=^Od:me=^N*:\
3388         :mr=^Or:nd=^V:rc=^\:sc=^]:se=^No:sf=^W:so=^Oo:sr=^X:ta=^I:\
3389         :te=^Nt:ti=^Ot:ts=^Ol:ue=^Nu:up=^Y:us=^Ou:vb=^Z:
3391 #### NeXT consoles
3393 # Use `glasstty' for the Workspace application
3396 # From: Dave Wetzel <dave@turbocat.snafu.de> 22 Dec 1995
3397 next|NeXT console:\
3398         :am:xt:\
3399         :co#80:it#8:li#24:\
3400         :bl=^G:ce=\E[K:cl=^L:cm=\E[%i%d;%dH:cr=^M:do=^J:ho=\E[H:\
3401         :kb=^H:kd=^J:kl=^H:le=^H:me=\E[m:nd=\E[C:nw=^M^J:se=\E[4;1m:\
3402         :sf=^J:so=\E[4;2m:ta=^I:up=\E[A:
3403 nextshell|NeXT Shell application:\
3404         :am:\
3405         :co#80:\
3406         :bl=^G:cr=^M:do=^J:kb=^H:kd=^J:kl=^H:le=^H:nw=^M^J:ta=^I:
3408 #### Sony NEWS workstations
3411 # (news-unk: this had :KB=news: -- esr)
3412 news-unk|SONY NEWS vt100 emulator common entry:\
3413         :am:bs:pt:xn:\
3414         :co#80:\
3415         :AL=\E[%dL:DL=\E[%dM:al=\E[L:bl=^G:cd=\E[J:ce=\E[K:\
3416         :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
3417         :dl=\E[M:do=^J:ho=\E[H:if=/usr/lib/tabset/vt100:\
3418         :is=\E[?7h\E[?1l\E[?3l\E7\E8:k0=\EOY:k1=\EOP:k2=\EOQ:\
3419         :k3=\EOR:k4=\EOS:k5=\EOT:k6=\EOU:k7=\EOV:k8=\EOW:k9=\EOX:\
3420         :kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\
3421         :ku=\EOA:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:\
3422         :nl=^J:rc=\E8:rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[r:\
3423         :sc=\E7:se=\E[m:so=\E[7m:sr=\EM:ta=^I:ue=\E[m:up=\E[A:\
3424         :us=\E[4m:
3426 # (news-29: this had :TY=ascii: --esr)
3427 news-29:\
3428         :li#29:tc=news-unk:
3429 # (news-29-euc: this had :TY=euc: --esr)
3430 news-29-euc:\
3431         :tc=news-29:
3432 # (news-29-sjis: this had :TY=sjis: --esr)
3433 news-29-sjis:\
3434         :tc=news-29:
3436 # (news-33: this had :TY=ascii: --esr)
3437 news-33:\
3438         :li#33:tc=news-unk:
3439 # (news-33-euc: this had :TY=euc: --esr)
3440 news-33-euc:\
3441         :tc=news-33:
3442 # (news-33-sjis: this had :TY=sjis: --esr)
3443 news-33-sjis:\
3444         :tc=news-33:
3446 # (news-42: this had :TY=ascii: --esr)
3447 news-42:\
3448         :li#42:tc=news-unk:
3449 # (news-42-euc: this had :TY=euc: --esr)
3450 news-42-euc:\
3451         :tc=news-42:
3452 # (news-42-sjis: this had :TY=sjis: --esr)
3453 news-42-sjis:\
3454         :tc=news-42:
3456 #       NEWS-OS old termcap entry
3458 # (news-old-unk: this had :KB=news:TY=sjis: --esr)
3459 news-old-unk|SONY NEWS vt100 emulator common entry:\
3460         :am:bs:pt:xn:\
3461         :co#80:vt#3:\
3462         :bl=^G:cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:cm=\E[%i%d;%dH:cr=^M:\
3463         :cs=\E[%i%d;%dr:do=^J:ho=\E[H:if=/usr/lib/tabset/vt100:\
3464         :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kb=^H:kd=\EOB:\
3465         :ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:\
3466         :mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:nl=^J:rc=\E8:\
3467         :rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:sc=\E7:se=\E[m:\
3468         :so=\E[7m:sr=\EM:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:
3470 # (nwp512: this had :DE=^H:, which I think means :bs: --esr)
3471 nwp512|news|nwp514|news40|vt100-bm|old sony vt100 emulator 40 lines:\
3472         :bs:\
3473         :li#40:\
3474         :is=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;40r\E8:\
3475         :tc=news-old-unk:
3477 # (nwp512-a: this had :TY=ascii: and the alias vt100-bm --esr)
3478 nwp512-a|nwp514-a|news-a|news42|news40-a|sony vt100 emulator 42 line:\
3479         :li#42:\
3480         :is=\E[?7h\E[?1l\E[?3l\E7\E[1;42r\E8:tc=news-old-unk:
3482 # (nwp-512-o: this had :KB=nwp410:DE=^H:  I interpret the latter as :bs:. --esr)
3483 nwp512-o|nwp514-o|news-o|news40-o|vt100-bm-o|sony vt100 emulator 40 lines:\
3484         :bs:\
3485         :li#40:\
3486         :is=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;40r\E8:\
3487         :tc=news-old-unk:
3489 # (nwp513: this had :DE=^H: and the alias vt100-bm --esr)
3490 nwp513|nwp518|nwe501|newscbm|news31|sony vt100 emulator 33 lines:\
3491         :bs:\
3492         :li#31:\
3493         :is=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;31r\E8:\
3494         :tc=news-old-unk:
3496 # (nwp513-a: this had :TY=ascii: and :DE=^H:, which I interpret as :bs:; --esr)
3497 # also the alias vt100-bm.
3498 nwp513-a|nwp518-a|nwe501-a|nwp251-a|newscbm-a|news31-a|newscbm33|news33|old sony vt100 emulator 33 lines:\
3499         :bs:\
3500         :li#33:\
3501         :is=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;33r\E8:\
3502         :tc=news-old-unk:
3504 # (nwp513-o: had :DE=^H:, I think that's :bs:; also the alias vt100-bm --esr)
3505 nwp513-o|nwp518-o|nwe501-o|nwp251-o|newscbm-o|news31-o|old sony vt100 emulator 33 lines:\
3506         :bs:\
3507         :li#31:\
3508         :is=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;31r\E8:\
3509         :tc=news-old-unk:
3511 # (news28: this had :DE=^H:, I think that's :bs:, and :KB=nws1200: --esr)
3512 news28|sony vt100 emulator 28 lines:\
3513         :bs:\
3514         :li#28:\
3515         :is=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;28r\E8:\
3516         :tc=news-old-unk:
3518 # (news29: this had :TY=ascii:KB=nws1200:\ --esr)
3519 news29|news28-a|sony vt100 emulator 29 lines:\
3520         :li#29:\
3521         :is=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;29r\E8:\
3522         :tc=news-old-unk:
3524 # (news511: this had :TY=sjis: --esr)
3525 nwp511|nwp-511|nwp-511 vt100:\
3526         :am:bs:pt:xn:\
3527         :co#80:li#24:\
3528         :al=\E[L:cd=30\E[J:ce=3\E[K:cl=20\E[;H\E[2J:\
3529         :cm=\E[%i%d;%dH:dl=\E[M:is=\E[?5l\E[?1l\E>\E[?7h\E[?8h:\
3530         :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOT:k6=\E#W:kd=\E[B:\
3531         :kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:nd=\E[C:\
3532         :rs=\E7\E[r\E8\E[?5l\E[?1l\E>\E[?7h\E[?8h:se=2\E[m:\
3533         :so=2\E[7m:sr=5\EM:ue=2\E[m:up=2\E[A:us=2\E[4m:\
3534         :vb=\E[?5h\0\0\0\0\0\0\0\0\0\0\0\0\0\E[?5l:
3535 # (news517: this had :TY=sjis:. --esr)
3536 nwp517|nwp-517|nwp-517 vt200 80 cols 30 rows:\
3537         :es:hs:\
3538         :co#80:li#30:\
3539         :ds=\E[1$~:fs=\E[0$}:i2=\E[2$~\n:\
3540         :is=\E7\E[r\E8\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
3541         :ts=\E[1$}\E[;%df:tc=vt200:
3542 # (news517-w: this had :TY=sjis:. --esr)
3543 nwp517-w|nwp-517-w|nwp-517 vt200 132 cols 50 rows:\
3544         :es:hs:\
3545         :co#132:li#50:\
3546         :ds=\E[1$~:fs=\E[0$}:i2=\E[2$~\n:\
3547         :is=\E7\E[r\E8\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h:\
3548         :rs=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h:\
3549         :ts=\E[1$}\E[;%df:tc=vt200:
3551 #### Common Desktop Environment
3554 # This ships with Sun's CDE in Solaris 2.5
3555 # Corrected Sun Aug 9 1998 by Alexander V. Lukyanov <lav@video.yars.free.net>
3556 # (untranslatable capabilities removed to fit entry within 1023 bytes)
3557 dtterm|CDE desktop terminal:\
3558         :am:mi:ms:xn:xo:\
3559         :NC@:co#80:it#8:li#24:lm#0:\
3560         :%1=\E[28~:*6=\E[4~:@0=\E[1~:AL=\E[%dL:DC=\E[%dP:\
3561         :DL=\E[%dM:DO=\E[%dB:F1=\E[23~:F2=\E[24~:F3=\E[25~:\
3562         :F4=\E[26~:F5=\E[28~:F6=\E[29~:F7=\E[31~:F8=\E[32~:\
3563         :F9=\E[33~:FA=\E[34~:IC=\E[%d@:LE=\E[%dD:RA=\E[?7l:\
3564         :RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:\
3565         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
3566         :ae=^O:al=\E[L:as=^N:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\
3567         :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
3568         :ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:eA=\E(B\E)0:ec=\E[%dX:\
3569         :ei=\E[4l:ho=\E[H:im=\E[4h:\
3570         :is=\E F\E>\E[?1l\E[?7h\E[?45l:k1=\E[11~:k2=\E[12~:\
3571         :k3=\E[13~:k4=\E[14~:k5=\E[15~:k6=\E[17~:k7=\E[18~:\
3572         :k8=\E[19~:k9=\E[20~:k;=\E[21~:kD=\E[3~:kI=\E[2~:kN=\E[6~:\
3573         :kP=\E[5~:kb=^H:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
3574         :mb=\E[5m:md=\E[1m:me=\E[m\017:mh=\E[2m:mk=\E[8m:mr=\E[7m:\
3575         :nd=\E[C:nw=\EE:rc=\E8:sc=\E7:se=\E[22;27m:sf=\ED:\
3576         :so=\E[2;7m:sr=\EM:st=\EH:ta=^I:ue=\E[24m:up=\E[A:us=\E[4m:\
3577         :vb=\E[?5h\E[?5l:ve=\E[?25h:vi=\E[?25l:tc=ecma+color:
3579 #### Non-Unix Consoles
3582 # Except for the "-emx" suffixes, these are as distributed with EMX 0.9b,
3583 # a Unix-style environment used on OS/2.  (Note that the suffix makes some
3584 # names longer than 14 characters, the nominal maximum).
3586 # Removed: rmacs=\E[10m, smacs=\E[11m, because OS/2 does not implement acs.
3587 ansi-emx|ANSI.SYS color:\
3588         :am:eo:mi:ms:ut:xn:xo:\
3589         :Co#16:co#80:it#8:li#25:pa#64:\
3590         :&7=^Z:AB=\E[4%dm:AF=\E[3%dm:DC=\E[%dp:IC=\E[%d@:K2=\E[G:\
3591         :S2=\E[11m:S3=\E[10m:bl=^G:cd=\E[J:ce=\E[K:\
3592         :cl=\E[1;33;44m\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:ct=\E[3g:\
3593         :do=^J:ei=\E[4l:ho=\E[H:ic=\E[@:im=\E[4h:k0=\0D:k1=\0;:\
3594         :k2=\0<:k3=\0=:k4=\0>:k5=\0?:k6=\0@:k7=\0A:k8=\0B:k9=\0C:\
3595         :kH=\0O:kI=\0R:kN=\0Q:kP=\0I:kb=^H:kd=\0P:kh=\0G:kl=\0K:\
3596         :kr=\0M:ku=\0H:le=^H:mb=\E[5m:md=\E[1m:\
3597         :me=\E[0m\E[1;33;44m:mr=\E[5;37;41m:nd=\E[C:nw=^M^J:\
3598         :r1=\Ec:se=\E[0;44m\E[1;33m:sf=^J:so=\E[0;31;47m:st=\EH:\
3599         :ta=^I:u8=\E[?6c:u9=\E[c:ue=\E[0;44m\E[1;33m:up=\E[A:\
3600         :us=\E[1;31;44m:vb=\E[?5h\E[?5l:ve=\E[?25h:vi=\E[?25l:
3601 ansi-color-2-emx|ANSI.SYS color 2:\
3602         :am:eo:mi:ms:ut:xn:xo:\
3603         :Co#16:co#80:it#8:li#25:pa#64:\
3604         :&7=^Z:AB=\E[4%dm:AF=\E[3%dm:DC=\E[%dp:IC=\E[%d@:K2=\E[G:\
3605         :S2=\E[11m:S3=\E[10m:bl=^G:cd=\E[J:ce=\E[K:\
3606         :cl=\E[0;37;44m\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:ct=\E[3g:\
3607         :do=^J:ei=\E[4l:ho=\E[H:ic=\E[@:im=\E[4h:k0=\0D:k1=\0;:\
3608         :k2=\0<:k3=\0=:k4=\0>:k5=\0?:k6=\0@:k7=\0A:k8=\0B:k9=\0C:\
3609         :kH=\0O:kI=\0R:kN=\0Q:kP=\0I:kb=^H:kd=\0P:kh=\0G:kl=\0K:\
3610         :kr=\0M:ku=\0H:le=^H:mb=\E[5m:md=\E[1m:me=\E[0;37;44m:\
3611         :mr=\E[1;37;46m:nd=\E[C:nw=^M^J:r1=\Ec:se=\E[0;37;44m:\
3612         :sf=^J:so=\E[1;37;46m:st=\EH:ta=^I:u8=\E[?6c:u9=\E[c:\
3613         :ue=\E[0;37;44m:up=\E[A:us=\E[1;36;44m:vb=\E[?5h\E[?5l:\
3614         :ve=\E[?25h:vi=\E[?25l:
3615 ansi-color-3-emx|ANSI.SYS color 3:\
3616         :am:eo:mi:ms:ut:xn:xo:\
3617         :Co#16:co#80:it#8:li#25:pa#64:\
3618         :&7=^Z:AB=\E[4%dm:AF=\E[3%dm:DC=\E[%dp:IC=\E[%d@:K2=\E[G:\
3619         :S2=\E[11m:S3=\E[10m:bl=^G:cd=\E[J:ce=\E[K:\
3620         :cl=\E[0;37;40m\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:ct=\E[3g:\
3621         :do=^J:ei=\E[4l:ho=\E[H:ic=\E[@:im=\E[4h:k0=\0D:k1=\0;:\
3622         :k2=\0<:k3=\0=:k4=\0>:k5=\0?:k6=\0@:k7=\0A:k8=\0B:k9=\0C:\
3623         :kH=\0O:kI=\0R:kN=\0Q:kP=\0I:kb=^H:kd=\0P:kh=\0G:kl=\0K:\
3624         :kr=\0M:ku=\0H:le=^H:mb=\E[5m:md=\E[1m:me=\E[0;10m:\
3625         :mr=\E[1;37;46m:nd=\E[C:nw=^M^J:r1=\Ec:se=\E[0;37;40m:\
3626         :sf=^J:so=\E[1;37;46m:st=\EH:ta=^I:u8=\E[?6c:u9=\E[c:\
3627         :ue=\E[0;37;40m:up=\E[A:us=\E[0;36;40m:vb=\E[?5h\E[?5l:\
3628         :ve=\E[?25h:vi=\E[?25l:
3629 mono-emx|stupid monochrome ansi terminal with only one kind of emphasis:\
3630         :am:\
3631         :co#80:it#8:li#24:\
3632         :K2=\E[G:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:do=\E[B:\
3633         :ho=\E[H:k0=\0D:k1=\0;:k2=\0<:k3=\0=:k4=\0>:k5=\0?:k6=\0@:\
3634         :k7=\0A:k8=\0B:k9=\0C:kH=\0O:kI=\0R:kN=\0Q:kP=\0I:kb=^H:\
3635         :kd=\0P:kh=\0G:kl=\0K:kr=\0M:ku=\0H:le=\E[D:me=\E[0m:\
3636         :mr=\E[7m:nd=\E[C:nw=^M^J:ta=^I:up=\E[A:
3638 # Use this for cygwin32 (tested with beta 19.1)
3639 # underline is colored bright magenta
3640 # shifted kf1-kf12 are kf11-kf22
3641 cygwinB19|ansi emulation for cygwin32:\
3642         :@7=\E[4~:F1=\E[23~:F2=\E[24~:F3=\E[25~:F4=\E[26~:\
3643         :F5=\E[28~:F6=\E[29~:F7=\E[31~:F8=\E[32~:F9=\E[33~:\
3644         :FA=\E[34~:RA@:SA@:k1=\E[[A:k2=\E[[B:k3=\E[[C:k4=\E[[D:\
3645         :k5=\E[[E:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:\
3646         :k;=\E[21~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:kd=\E[B:\
3647         :kh=\E[1~:kl=\E[D:kr=\E[C:ku=\E[A:tc=ansi.sys:
3649 # Use this for cygwin (tested with version 1.1.0).
3650 # I've combined pcansi and linux.  Some values of course were different and
3651 # I've indicated which of these were and which I used.
3652 # Cheers, earnie_boyd@yahoo.com
3653 # several changes based on running with tack and comparing with older entry -TD
3654 # (untranslatable capabilities removed to fit entry within 1023 bytes)
3655 # (sgr removed to fit entry within 1023 bytes)
3656 # (acsc removed to fit entry within 1023 bytes)
3657 cygwin|ansi emulation for Cygwin:\
3658         :am:eo:in:ms:xo:\
3659         :Co#8:NC#3:co#80:it#8:li#25:pa#64:\
3660         :&7=^Z:@7=\E[4~:AB=\E[4%dm:AF=\E[3%dm:AL=\E[%dL:DC=\E[%dP:\
3661         :DL=\E[%dM:F1=\E[23~:F2=\E[24~:F3=\E[25~:F4=\E[26~:\
3662         :F5=\E[28~:F6=\E[29~:F7=\E[31~:F8=\E[32~:F9=\E[33~:\
3663         :FA=\E[34~:IC=\E[%d@:S2=\E[11m:S3=\E[10m:al=\E[L:bl=^G:\
3664         :cb=\E[1K:cd=\E[J:ce=\E[K:ch=\E[%i%dG:cl=\E[H\E[J:\
3665         :cm=\E[%i%d;%dH:cr=^M:cv=\E[%i%dd:dc=\E[P:dl=\E[M:do=\E[B:\
3666         :ei=\E[4l:ho=\E[H:ic=\E[@:im=\E[4h:k1=\E[[A:k2=\E[[B:\
3667         :k3=\E[[C:k4=\E[[D:k5=\E[[E:k6=\E[17~:k7=\E[18~:k8=\E[19~:\
3668         :k9=\E[20~:k;=\E[21~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:\
3669         :kb=^H:kd=\E[B:kh=\E[1~:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
3670         :md=\E[1m:me=\E[0;10m:mk=\E[8m:mr=\E[7m:nd=\E[C:nw=^M^J:\
3671         :op=\E[39;49m:r1=\Ec\E]R:rc=\E8:sc=\E7:se=\E[27m:sf=^J:\
3672         :so=\E[7m:sr=\EM:st=\EH:ta=^I:u6=\E[%i%d;%dR:u7=\E[6n:\
3673         :u9=\E[c:ue=\E[24m:up=\E[A:us=\E[4m:
3675 # This entry fits the Windows NT console when the _POSIX_TERM environment
3676 # variable is set to 'on'.  While the Windows NT POSIX console is seldom used,
3677 # the Telnet client supplied with both the Windows for WorkGroup 3.11 TCP/IP
3678 # stack and the Win32 (i.e., Windows 95 and Windows NT 3.1 or later) operating
3679 # systems is not, and (surprise!) they match very well.
3681 # See:  MS Knowledge Base item Q108581, dated 13-MAY-1997, titled "Setting Up
3682 # VI POSIX Editor for Windows NT 3.1".  True to Microsoft form, not only
3683 # are the installation instructions a pile of mind-numbing bureaucratese,
3684 # but the termcap entry is actually broken and unusable as given; the :do:
3685 # capability is misspelled "d".
3687 # To use this, you need to a bunch of environment variables:
3689 # SET _POSIX_TERM=on
3690 # SET TERM=ansi
3691 # SET TERMCAP=location of termcap file in POSIX file format
3692 # which is case-sensitive.
3693 # e.g. SET TERMCAP=//D/RESKIT35/posix/termcap
3694 # SET TMP=//C/TEMP
3696 # Important note: setting the TMP environment variable in POSIX style renders
3697 # it incompatible with a lot of other applications, including Visual C++. So
3698 # you should have a separate command window just for vi. All the other
3699 # variables may be permanently set in the Control Panel\System applet.
3701 # You can find out more about the restrictions of this facility at
3702 # <http://www.nentug.org/unix-to-nt/ntposix.htm>.
3704 # From: Federico Bianchi <bianchi@magna.cisid.unipi.it>, 15 Jan 1997
3705 ansi-nt|psx_ansi|Microsoft Windows NT console POSIX ANSI mode:\
3706         :am:bw:ms:\
3707         :co#80:it#8:li#25:\
3708         :bl=^G:cd=\E[J:ce=\E[K:cl=\E[2J:cm=\E[%i%d;%dH:cr=^M:do=^J:\
3709         :ho=\E[H:kb=^H:kd=\E[V:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
3710         :me=\E[0m:mr=\E[7m:nd=\E[C:nw=\r\E[S:rc=\E[u:sc=\E[s:\
3711         :se=\E[m:sf=\E[S:so=\E[7m:sr=\E[T:ta=^I:up=\E[A:
3712 # From: jew@venus.sunquest.com
3713 # Date: 19 Feb 93 23:41:07 GMT
3714 # Here's  a  combination of  ansi and  vt100 termcap
3715 # entries   that  works  nearly   perfectly  for  me
3716 # (Gateway 2000 Handbook and Microsoft Works 3.0):
3717 pcmw|PC running Microsoft Works:\
3718         :am:xn:\
3719         :co#80:it#8:li#24:vt#3:\
3720         :bl=^G:cd=50\E[J:ce=3\E[K:cl=50\E[;H\E[2J:\
3721         :cm=5\E[%i%d;%dH:cr=^M:ct=2\E[3g:do=^J:ho=\E[H:\
3722         :is=\E[1;24r\E[24;1H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
3723         :kb=^H:kd=\EOB:kl=\EOD:kr=\EOC:ku=\EOA:le=^H:mb=2\E[5m:\
3724         :md=2\E[1m:me=2\E[m:mr=2\E[7m:nd=2\E[C:nw=5\r\ED:rc=\E8:\
3725         :rf=/usr/share/lib/tabset/vt100:\
3726         :rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:sc=\E7:se=2\E[m:\
3727         :sf=5\ED:so=2\E[7m:sr=5\EM:st=2\EH:ta=^I:ue=2\E[m:up=2\E[A:\
3728         :us=2\E[4m:
3730 ######## COMMON TERMINAL TYPES
3732 # This section describes terminal classes and maker brands that are still
3733 # quite common, but have proprietary command sets not blessed by ANSI.
3736 #### Altos
3738 # Altos made a moderately successful line of UNIX boxes.  In 1990 they were
3739 # bought out by Acer, a major Taiwanese manufacturer of PC-clones.
3740 # Acer has a web site at http://www.acer.com.
3742 # Altos descriptions from Ted Mittelstaedt <tedm@agora.rain.com> 4 Sep 1993
3743 # His comments suggest they were shipped with the system.
3746 # (altos2: had extension capabilities
3747 #       :c0=^A`\r:c1=^Aa\r:c2=^Ab\r:c3=^Ac\r:\
3748 #       :c4=^Ad\r:c5=^Ae\r:c6=^Af\r:c7=^Ag\r:\
3749 #       :c8=^Ah\r:c9=^Ai\r:cA=^Aj\r:cB=^Ak\r:\
3750 #       :cC=^Al\r:cD=^Am\r:cE=^An\r:cF=^Ao\r:
3751 #       :XU=^Aq\r:XD=^Ar\r:XR=^As\r:XL=^At\r:\
3752 #       :YU=^AQ\r:YD=^AR\r:YR=^AS\r:YL=^AT\r:\
3753 #       :HL=^AP\r:SP=\E[i:\
3754 #       :IS=\E[@:DE=\E[P:IL=\E[L:NS=\E[S:PS=\E[T:\
3755 #       :LO=\E[0q:LC=\E[5q:LL=\E[6q:\
3756 # Comparison with the k* capabilities makes it obvious that the c* things are
3757 # shift keys.  I have renamed them to keys 32 and up accordingly.  Also,
3758 # :sr: was given as a boolean-- esr)
3759 altos2|alt2|altos-2|altos II:\
3760         :co#80:it#8:li#24:sg#0:ug#0:\
3761         :*5=^Am\r:*8=^An\r:FM=^A`\r:FN=^Aa\r:FO=^Ab\r:FP=^Ac\r:\
3762         :FQ=^Ad\r:FR=^Ae\r:FS=^Af\r:FT=^Ag\r:FU=^Ah\r:FV=^Ai\r:\
3763         :FW=^Aj\r:FX=^Ak\r:RA=\E[?7l:SA=\E[?7h:al=\E[L:cd=\E[J:\
3764         :ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:dc=\E[P:\
3765         :dl=\E[M:do=\E[1B:ei=:ho=\E[H:ic=\E[@:\
3766         :if=/usr/share/tabset/vt100:im=:\
3767         :is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:k0=^AI\r:\
3768         :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
3769         :k7=^AF\r:k8=^AG\r:k9=^AH\r:kA=^AJ\r:kB=^AK\r:kC=^AL\r:\
3770         :kD=^AM\r:kE=^AN\r:kF=^AO\r:kb=^H:kd=\E[B:kh=\E[f:kl=\E[D:\
3771         :kr=\E[C:ku=\E[A:le=^H:me=\E[m:nd=\E[1C:nw=^M^J:se=\E[m:\
3772         :sf=^J:so=\E[7m:ta=^I:ue=\E[m:up=\E[1A:us=\E[4m:
3773 # (altos3: had extension capabilities
3774 #       :c0=^A`\r:c1=^Aa\r:c2=^Ab\r:c3=^Ac\r:\
3775 #       :c4=^Ad\r:c5=^Ae\r:c6=^Af\r:c7=^Ag\r:\
3776 #       :c8=^Ah\r:c9=^Ai\r:cA=^Aj\r:cB=^Ak\r:\
3777 #       :cC=^Al\r:cD=^Am\r:cE=^An\r:cF=^Ao\r:
3778 #       :XU=^Aq\r:XD=^Ar\r:XR=^As\r:XL=^At\r:\
3779 #       :HL=^AP\r:SP=\E[i:\
3780 #       :IS=\E[@:DE=\E[P:IL=\E[L:NS=\E[S:PS=\E[T:\
3781 altos3|altos5|alt3|alt5|altos-3|altos-5|altos III or V:\
3782         :mb=\E[5p:me=\E[p:sr=\EM:tc=altos2:
3783 altos4|alt4|altos-4|altos IV:\
3784         :tc=wy50:
3785 # (altos7: had extension capabilities:
3786 #       :GG#0:GI=\EH8:GF=\EH7:\
3787 #       :c0=^A`\r:c1=^Aa\r:c2=^Ab\r:c3=^Ac\r:\
3788 #       :c4=^Ad\r:c5=^Ae\r:c6=^Af\r:c7=^Ag\r:\
3789 #       :c8=^Ah\r:c9=^Ai\r:cA=^Aj\r:cB=^Ak\r:\
3790 #       :cC=^Al\r:cD=^Am\r:cE=^An\r:cF=^Ao\r:
3791 # Comparison with the k* capabilities makes it obvious that the c* things are
3792 # shift keys.  I have renamed them to keys 32 and up accordingly.  I have
3793 # also made this entry relative to adm12 in order to give it an :sa:. The
3794 # <invis> imported by use=adm+sgr may work, let me know. -- esr)
3795 altos7|alt7|altos VII:\
3796         :am:mi:\
3797         :co#80:li#24:sg#0:\
3798         :*5=^Am\r:*8=^An\r:FM=^A`\r:FN=^Aa\r:FO=^Ab\r:FP=^Ac\r:\
3799         :FQ=^Ad\r:FR=^Ae\r:FS=^Af\r:FT=^Ag\r:FU=^Ah\r:FV=^Ai\r:\
3800         :FW=^Aj\r:FX=^Ak\r:ac=j5k3l2m1n8q\:t4u9v=w0x6:al=\EE:\
3801         :cd=\EY:ce=\ET:cl=\E+^^:cm=\E=%+ %+ :cr=^M:dc=\EW:dl=\ER:\
3802         :do=^J:ei=\Er:ho=^^:im=\Eq:\
3803         :is=\E`\:\Ee(\EO\Ee6\Ec41\E~4\Ec21\Eu\E~2:k0=^AI\r:\
3804         :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
3805         :k7=^AF\r:k8=^AG\r:k9=^AH\r:kA=^AJ\r:kB=^AK\r:kC=^AL\r:\
3806         :kD=^AM\r:kE=^AN\r:kF=^AO\r:kN=\EK:kP=\EJ:kb=^H:kd=^J:kh=^^:\
3807         :kl=^H:kr=^L:ku=^K:le=^H:mb=\EG2:md=\EGt:mh=\EGp:mk=\EG1:\
3808         :nd=^L:nw=^M^J:pf=\EJ:po=\Ed#:sf=^J:sr=\Ej:ta=^I:up=^K:\
3809         :tc=adm+sgr:
3810 altos7pc|alt7pc|altos PC VII:\
3811         :@7=\ET:tc=altos7:
3813 #### Hewlett-Packard (hp)
3815 #       Hewlett-Packard
3816 #       8000 Foothills Blvd
3817 #       Roseville, CA 95747
3818 #       Vox: 1-(916)-785-4363   (Technical response line for VDTs)
3819 #            1-(800)-633-3600   (General customer support)
3822 # As of March 1998, HP no longer has any terminals in production.
3823 # The 700 series (22, 32, 41, 44, 92, 94, 96, 98) is still being
3824 # supported (they still have parts). So are the 2392a and 2394a.
3825 # See the WORKSTATION CONSOLES section for the 700s.
3828 # Generic HP terminal - this should (hopefully) work on any HP terminal.
3829 hpgeneric|hp|hewlett-packard generic terminal:\
3830         :am:bs:da:db:mi:pt:xs:\
3831         :co#80:li#24:lm#0:vt#6:\
3832         :al=\EL:bl=^G:cd=\EJ:ce=\EK:ch=\E&a%dC:cl=\EH\EJ:\
3833         :cm=\E&a%r%dc%dY:cr=^M:ct=\E3:cv=\E&a%dY:dc=\EP:dl=\EM:\
3834         :do=^J:ei=\ER:im=\EQ:kB=\Ei:kb=^H:le=^H:me=\E&d@:nd=\EC:\
3835         :se=\E&d@:sf=^J:so=\E&dJ:st=\E1:ta=^I:ue=\E&d@:up=\EA:\
3836         :us=\E&dD:
3838 hp110|hewlett-packard model 110 portable:\
3839         :li#16:tc=hpgeneric:
3841 hp+pfk+cr|hp function keys with CR:\
3842         :k1=\Ep\r:k2=\Eq\r:k3=\Er\r:k4=\Es\r:k5=\Et\r:k6=\Eu\r:\
3843         :k7=\Ev\r:k8=\Ew\r:
3845 hp+pfk-cr|hp function keys w/o CR:\
3846         :k1=\Ep:k2=\Eq:k3=\Er:k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:
3848 # The hp2621s use the same keys for the arrows and function keys,
3849 # but not separate escape sequences. These definitions allow the
3850 # user to use those keys as arrow keys rather than as function
3851 # keys.
3852 hp+pfk+arrows|hp alternate arrow definitions:\
3853         :k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:kF=\Er\r:kH=\Eq\r:kR=\Es\r:\
3854         :kd=\Ew\r:kh=\Ep\r:kl=\Eu\r:kr=\Ev\r:ku=\Et\r:
3856 hp+arrows|hp arrow definitions:\
3857         :kF=\ES:kH=\EF:kR=\ET:kd=\EB:kh=\Eh:kl=\ED:kr=\EC:ku=\EA:
3859 # Generic stuff from the HP 262x series
3861 hp262x|HP 262x terminals:\
3862         :xs:\
3863         :cd=\EJ:dc=\EP:ip=:kA=\EL:kD=\EP:kE=\EK:kF=\ES:kI=\EQ:kL=\EM:\
3864         :kM=\ER:kN=\EU:kP=\EV:kR=\ET:kS=\EJ:kd=\EB:ke=\E&s0A:kh=\Eh:\
3865         :kl=\ED:kr=\EC:ks=\E&s1A:ku=\EA:mb=\E&dA:me=\E&d@:mk=\E&dS:\
3866         :mr=\E&dB:\
3867         :..sa=\E&d%{64}%?%p1%t%{66}%|%;%?%p2%t%{68}%|%;%?%p3%t%{66}%|%;%?%p4%t%{65}%|%;%c:\
3868         :se=\E&d@:sf=\ES:so=\E&dB:ta=\011:ue=\E&d@:us=\E&dD:
3870 # Note: no :ho: on HPs since that homes to top of memory, not screen.
3871 # Due to severe 2621 braindamage, the only way to get the arrow keys to
3872 # transmit anything at all is to turn on the function key labels
3873 # with :ks:, and even then the user has to hold down shift!
3874 # The default 2621 turns off the labels except when it has to to
3875 # enable the function keys. If your installation prefers labels
3876 # on all the time, or off all the time (at the "expense" of the
3877 # function keys), use 2621-nl or 2621-wl.
3879 # Note: there are newer ROMs for 2621's that allow you to set
3880 # strap A so the regular arrow keys xmit \EA, etc, as with the
3881 # 2645. However, even with this strap set, the terminal stops
3882 # xmitting if you reset it, until you unset and reset the strap!
3883 # Since there is no way to set/unset the strap with an escape
3884 # sequence, we don't use it in the default.
3885 # If you like, you can use 2621-ba (brain-damaged arrow keys).
3886 hp2621-ba|2621 w/new rom and strap A set:\
3887         :ke@:ks@:tc=hp+arrows:tc=hp2621:
3889 # hp2621 with function labels. Most of the time they are off,
3890 # but inside vi, the function key labels appear. You have to
3891 # hold down shift to get them to xmit.
3892 hp2621|hp2621a|hp2621A|2621|2621a|2621A|hp2621-wl|2621-wl|hp 2621 w/labels:\
3893         :is=\E&jA\r:ke=\E&jA:tc=hp2621-fl:
3894 hp2621-fl|hp 2621:\
3895         :xo:xs@:\
3896         :pb#19200:\
3897         :bt=\Ei:cm=\E&a%r%dc%dY:dc=\EP:ip=:is=\E&j@\r:ke=\E&j@:\
3898         :ks=\E&jB:me=\E&d@:se=\E&d@:so=\E&dD:ta=\011:ue=\E&d@:\
3899         :us=\E&dD:tc=hp+pfk+cr:tc=hpgeneric:
3901 # To use hp2621p printer, setenv TERM=2621p, PRINTER=2612p
3902 hp2621p|hp 2621 with printer:\
3903         :pf=\E&p13C:po=\E&p11C:tc=hp2621:
3905 hp2621p-a|hp2621p with fn as arrows:\
3906         :tc=hp+pfk+arrows:tc=hp2621p:
3908 # hp2621 with k45 keyboard
3909 hp2621-k45|hp2621k45|k45|hp 2621 with 45 keyboard:\
3910         :kb=^H:kd=\EB:ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:ks=\E&s1A:\
3911         :ku=\EA:tc=hp2621:
3913 # 2621 using all 48 lines of memory, only 24 visible at any time.
3914 hp2621-48|48 line 2621:\
3915         :li#48:\
3916         :cm=\E&a%r%dc%dR:cv=\E&a%dR:ho=\EH:tc=hp2621:
3918 # 2621 with no labels ever. Also prevents vi delays on escape.
3919 hp2621-nl|hp 2621 with no labels:\
3920         :kd@:ke@:kh@:kl@:kr@:ks@:ku@:tc=hp2621-fl:
3922 # Needed for UCB ARPAVAX console, since lsi-11 expands tabs
3923 # (wrong).
3925 hp2621-nt|hp 2621 w/no tabs:\
3926         :ta@:tc=hp2621:
3928 # Hp 2624 B with 4 or 10 pages of memory.
3930 # Some assumptions are made with this entry. These settings are
3931 # NOT set up by the initialization strings.
3933 # Port Configuration
3934 #       RecvPace=Xon/Xoff
3935 #       XmitPace=Xon/Xoff
3936 #       StripNulDel=Yes
3938 # Terminal Configuration
3939 #       InhHndShk=Yes
3940 #       InhDC2=Yes
3941 #       XmitFnctn(A)=No
3942 #       InhEolWrp=No
3944 # Note: the 2624 DOES have a true :ho:, believe it or not!
3946 # The 2624 has an "error line" to which messages can be sent.
3947 # This is CLOSE to what is expected for a "status line". However,
3948 # after a message is sent to the "error line", the next carriage
3949 # return is EATEN and the "error line" is turned back off again!
3950 # So I guess we can't define :hs:, :es:, :ws:, :ds:, :fs:, :ts:.
3952 # This entry supports emacs (and any other program that uses raw
3953 # mode) at 4800 baud and less. I couldn't get the padding right
3954 # for 9600.
3956 # (hp2624: replaced NUL sequences in flash with mandatory pauses -- esr)
3957 hp2624|hp2624a|hp2624b|hp2624b-4p|Hewlett Packard 2624 B:\
3958         :da:db:\
3959         :lm#96:\
3960         :vb=\E&w13F\E&w12F\E&w13F\E&w12F:tc=hp+labels:tc=scrhp:
3962 # This hp2626 entry does not use any of the fancy windowing stuff
3963 # of the 2626.
3965 # Indeed, terminfo does not yet handle such stuff. Since changing
3966 # any window clears memory, it is probably not possible to use
3967 # this for screen opt.
3969 # ed is incredibly slow most of the time - I am guessing at the
3970 # exact padding. Since the terminal uses xoff/xon this is intended
3971 # only for cost computation, so that the terminal will prefer el
3972 # or even dl1 which is probably faster!
3974 # \ED\EJ\EC hack for ed from Ed Bradford - apparently ed is only
3975 # extra slow on the last line of the window.
3977 # The padding probably should be changed.
3979 hp2626|hp2626a|hp2626p|hp 2626:\
3980         :da:db:\
3981         :lm#0:pb#19200:\
3982         :SF=\E&r%dD:SR=\E&r%dU:cd=\ED\EJ\EC:ip=:is=\E&j@\r:\
3983         :tc=hp+pfk+cr:tc=hp+labels:tc=scrhp:
3985 # This entry is for sysline. It allocates a 23 line window with
3986 # a 115 line workspace for regular use, and a 1 line window for
3987 # the status line.
3989 # This assumes port 2 is being used.
3990 # Turn off horizontal line, Create ws #1 with 115 lines,
3991 # Create ws #2 with 1 line, Create window #1 lines 1-23,
3992 # Create window #2 lines 24-24, Attach cursor to workspace #1.
3993 # Note that this clears the tabs so it must be done by tset before
3994 # it sets the tabs.
3996 hp2626-s|hp 2626 using only 23 lines:\
3997         :es:hs:\
3998         :li#23:\
3999         :fs=\E&d@\E&w7f2p1I\E&w4f1I:\
4000         :i1=\E&q3t0{0H \E&w0f115n1I \E&w0f1n2I \E&w2f1i0d0u22l0S \E&w2f2i0d23u23l0S \E&w7f2p1I \r:\
4001         :ts=\E&w7f2p2I\E&w4f2I\r\EK\E&a%dC:tc=hp2626:
4002 # Force terminal back to 24 lines after being 23.
4003 hp2626-ns|hp 2626 using all 24 lines:\
4004         :i1=\E&q3t0{0H \E&w0f118n1I \E&w0f1n2I \E&w2f1i0d0u23l0S \E&w3f2I \E&w7f2p1I \r:\
4005         :tc=hp2626:
4006 # Various entries useful for small windows on 2626.
4007 hp2626-12|hewlett-packard 2626 12 lines:\
4008         :li#12:tc=hp2626:
4009 hp2626-12x40|hewlett-packard 2626 12 lines 40 columns:\
4010         :co#40:li#12:tc=hp2626:
4011 hp2626-x40|hewlett-packard 2626 40 columns:\
4012         :co#40:tc=hp2626:
4013 hp2626-12-s|hewlett-packard 2626 11 lines plus status:\
4014         :li#11:tc=hp2626-s:
4017 # hp2627 color tubes from University of Wisconsin
4019 hp2627a-rev|hp 2627 with reverse video colors:\
4020         :cr=^M:do=^J:\
4021         :is=\E&v0m1a0b0c1x1y1z1i0a0b1c1x1y1z0i0S\E&j@\r\E3\r:\
4022         :kb=^H:kd=^J:kl=^H:nw=^M^J:sf=^J:ta=^I:ue=\E&v0S\E&d@:\
4023         :us=\E&dD\E&v1S:tc=hp2621-nl:
4024 hp2627a|hp 2627 color terminal with no labels:\
4025         :cr=^M:do=^J:\
4026         :is=\E&v0m1a1b0c1i0a1b1c2i1a0b0c0i0S\E&j@\r\E3\r:\
4027         :kb=^H:kd=^J:kl=^H:nw=^M^J:se=\E&v0S:sf=^J:so=\E&v2S:ta=^I:\
4028         :ue=\E&v0S\E&d@:us=\E&dD\E&v1S:tc=hp2621-nl:
4029 hp2627c|hp 2627 color (cyan) terminal with no labels:\
4030         :cr=^M:do=^J:\
4031         :is=\E&v0m1a0b0c2i1a1b0c1i0a1b1c0i0S\E&j@\r\E3\r:\
4032         :kb=^H:kd=^J:kl=^H:nw=^M^J:sf=^J:ta=^I:tc=hp2627a:
4034 # hp2640a doesn't have the Y cursor addressing feature, and C is
4035 # memory relative instead of screen relative, as we need.
4037 hp2640a|hp 2640a:\
4038         :cm@:ke@:ks@:tc=hp2645:
4040 hp2640b|hp2644a|hp 264x series:\
4041         :ke@:ks@:tc=hp2645:
4043 # (hp2641a: removed unknown :gu: -- esr)
4044 hp2641a|hp2645a|hp2647a|HP 264?A series BRL entry:\
4045         :am:da:db:mi:xs:\
4046         :co#80:li#24:\
4047         :al=\EL:bl=^G:cd=\EJ:ce=\EK:ch=\E&a%2C:cl=\EH\EJ:\
4048         :cm=\E&a%r%2c%2Y:cr=^M:cv=\E&a%2Y:dc=\EP:dl=\EM:do=^J:\
4049         :ei=\ER:if=/usr/share/tabset/std:im=\EQ:is=500\EE:kb=^H:\
4050         :kd=^J:kl=^H:le=^H:nd=\EC:nw=^M^J:se=\E&d@:sf=^J:so=\E&dB:\
4051         :ta=^I:up=\EA:
4053 # This terminal should be used at 4800 baud or less. It needs padding for
4054 # plain characters at 9600, I guessed at an appropriate cr delay.  It really
4055 # wants ^E/^F handshaking, but that doesn't work well even if you write
4056 # software to support it.
4057 hp2645|hp45|HP 2645 series:\
4058         :pb#9600:\
4059         :cr=\r:kA=\EL:kD=\EP:kE=\EK:kF=\ES:kI=\EQ:kL=\EM:kM=\ER:\
4060         :kN=\EU:kP=\EV:kR=\ET:kS=\EJ:kT=\E1:kd=\EB:ke=\E&s0A:kh=\Eh:\
4061         :kl=\ED:kr=\EC:ks=\E&s1A:kt=\E2:ku=\EA:mb=\E&dA:me=\E&d@:\
4062         :mh=\E&dH:mr=\E&dB:\
4063         :..sa=\E&d%{64}%?%p1%t%{66}%|%;%?%p2%t%{68}%|%;%?%p3%t%{66}%|%;%?%p4%t%{65}%|%;%?%p5%t%{72}%|%;%?%p6%t%{66}%|%;%c:\
4064         :us=\E&dD:tc=hpgeneric:
4065 # You should use this terminal at 4800 baud or less.
4066 hp2648|hp2648a|HP 2648a graphics terminal:\
4067         :cl=\EH\EJ:cm=\E&a%r%dc%dY:dc=\EP:ip=:tc=hp2645:
4069 # The HP 150 terminal is a fairly vanilla HP terminal, with the
4070 # clreol standout problem. It also has graphics capabilities and
4071 # a touch screen, which we don't describe here.
4072 hp150|hewlett packard Model 150:\
4073         :bs:tc=hp2622:
4075 # HP 2382a terminals, "the little ones." They don't have any
4076 # alternate character set support and sending out ^N/^O will
4077 # leave the screen blank.
4078 hp2382a|hp2382|hewlett packard 2382a:\
4079         :da:db:\
4080         :lh#1:lm#48:\
4081         :ac@:ae@:as@:me=\E&d@:\
4082         :..pn=\E&f0a%p1%dk%p2%l%Pa%?%ga%t%ga%d%e1%;d0L%?%ga%!%t %;%p2%s:\
4083         :..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%{64}%+%e%{83}%;%e%?%ga%t%ga%{64}%+%e%{64}%;%;%c:\
4084         :tc=hp+labels:tc=scrhp:
4086 hp2621-a|hp2621a-a|hp2621 with fn as arrows:\
4087         :tc=hp+pfk+arrows:tc=hp2621-fl:
4089 # newer hewlett packard terminals
4091 newhpkeyboard|generic entry for HP extended keyboard:\
4092         :kA=\EL:kB=\Ei:kC=\EJ:kD=\EP:kE=\EK:kF=\ET:kH=\EF:kI=\EQ:\
4093         :kL=\EM:kM=\ER:kN=\EU:kP=\EV:kR=\ES:kS=\EJ:kb=^H:kd=\EB:\
4094         :ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:ks=\E&s1A:ku=\EA:\
4095         :tc=hp+pfk-cr:
4097 newhp|generic entry for new hewlett packard terminals:\
4098         :am:bw:mi:xo:xs:\
4099         :co#80:li#24:pb#4800:\
4100         :ac=2[3@4>5I9(\:'JSKWLQMAO#P$Q;R!S"T1U2V4W3X\:Y+Z*dHjGkTlRmFn/q,t5u6v8w7x.:\
4101         :ae=^O:al=\EL:as=^N:bl=^G:bt=\Ei:cd=\EJ:ce=\EK:cr=^M:ct=\E3:\
4102         :dc=\EP:dl=\EM:do=^J:ei=\ER:i1=\E&jB:im=\EQ:ip=:le=^H:\
4103         :mb=\E&dA:md=\E&dF:me=\E&d@\017:mh=\E&dH:mk=\E&dS:\
4104         :mr=\E&dB:nd=\EC:nw=^M^J:\
4105         :..pk=\E&f0a%p1%dk0d%p2%l%dL%p2%s:\
4106         :..pl=\E&f1a%p1%dk0d%p2%l%dL%p2%s:\
4107         :..px=\E&f2a%p1%dk0d%p2%l%dL%p2%s:r1=\Eg:\
4108         :..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%{64}%+%e%{83}%;%e%?%ga%t%ga%{64}%+%e%{64}%;%;%c%?%p9%t\016%e\017%;:\
4109         :se=\E&d@:sf=^J:so=\E&dJ:sr=\ET:st=\E1:ta=\011:ue=\E&d@:\
4110         :up=\EA:us=\E&dD:tc=newhpkeyboard:
4112 memhp|memory relative addressing for new HP ttys:\
4113         :vt#6:\
4114         :CM=\E&a%dr%dC:DO=\E&a+%dR:LE=\E&a-%dC:RI=\E&a+%dC:\
4115         :UP=\E&a-%dR:ch=\E&a%dC:cl=\EH\EJ:cm=\E&a%dr%dC:\
4116         :cv=\E&a%dR:ho=\EH:ll=\E&a23R\r:tc=newhp:
4118 scrhp|screen relative addressing for new HP ttys:\
4119         :CM=\E&a%dr%dC:DO=\E&a+%dR:LE=\E&a-%dC:RI=\E&a+%dC:\
4120         :UP=\E&a-%dR:ch=\E&a%dC:cl=\E&a0c0Y\EJ:cm=\E&a%dy%dC:\
4121         :cv=\E&a%dY:ho=\E&a0y0C:ll=\E&a0y0C\EA:tc=newhp:
4123 # (hp+labels: added label values from a BRL termcap -- esr)
4124 hp+labels|"standard" label info for new HP ttys:\
4125         :Nl#8:lh#2:lw#8:\
4126         :LF=\E&j@:LO=\E&jB:l0=f1:l1=f2:l2=f3:l3=f4:l4=f5:l5=f6:l6=f7:\
4127         :l7=f8:\
4128         :..pn=\E&f2a%p1%dk%p2%l%Pa%?%ga%t%ga%d%e1%;d0L%?%ga%!%t %;%p2%s:
4130 hp+printer|"standard" printer info for HP ttys:\
4131         :ff=\E&p4u0C:pf=\E&p13C:po=\E&p11C:ps=\EH\E&p4dF:
4134 # The new hp2621b is kind of a cross between the old 2621 and the
4135 # new 262x series of machines. It has dip-switched options.
4136 # The firmware has a bug in it such that if you give it a null
4137 # length label, the following character is eaten!
4138 hp2621b|hp 2621b with old style keyboard:\
4139         :Nl#8:lh#1:lm#48:lw#8:\
4140         :LO=\E&jB:kF=\ET:kH=\EF:kR=\ES:kd=\EB:kh=\Eh:kl=\ED:kr=\EC:\
4141         :ku=\EA:\
4142         :..pn=\E&f0a%p1%dk%p2%l%Pa%?%ga%t%ga%d%e1%;d3L%?%ga%!%t%{32}%c%;%p2%s\E%{111}%p1%+%c\r:\
4143         :tc=hp2621:
4145 hp2621b-p|hp 2621b with printer:\
4146         :tc=hp+printer:tc=hp2621b:
4148 # hp2621b - new 2621b with new extended keyboard
4149 # these are closer to the new 26xx series than the other 2621b
4150 hp2621b-kx|hp 2621b with extended keyboard:\
4151         :tc=newhpkeyboard:tc=hp2621b:
4153 hp2621b-kx-p|hp 2621b with new keyboard & printer:\
4154         :tc=hp+printer:tc=hp2621b-kx:
4156 # Some assumptions are made in the following entries.
4157 # These settings are NOT set up by the initialization strings.
4159 #    Port Configuration
4160 # RecvPace=Xon/Xoff     XmitPace=Xon/Xoff       StripNulDel=Yes
4162 #    Terminal Configuration
4163 # InhHndShk(G)=Yes      InhDC2(H)=Yes
4164 # XmitFnctn(A)=No               InhEolWrp=No
4167 # Hp 2622a & hp2623a display and graphics terminals
4169 hp2622|hp2622a|hp 2622:\
4170         :da:db:\
4171         :lm#0:pb#19200:\
4172         :is=\E&dj@\r:tc=hp+pfk+cr:tc=hp+labels:tc=scrhp:
4174 # The 2623 is a 2622 with extra graphics hardware.
4175 hp2623|hp2623a|hp 2623:\
4176         :tc=hp2622:
4178 hp2624b-p|hp2624b-4p-p|hewlett packard 2624 B with printer:\
4179         :tc=hp+printer:tc=hp2624:
4181 # The hewlett packard B can have an optional extra 6 pages of memory.
4182 hp2624-10p|hp2624a-10p|hp2624b-10p|hewlett packard 2624 B w/ 10 pages of memory:\
4183         :lm#240:tc=hp2624:
4185 hp2624b-10p-p|hewlett packard 2624 B w/ extra memory & printer:\
4186         :lm#240:tc=hp2624b-p:
4188 # Color manipulations for HP terminals
4189 hp+color|hp with colors:\
4190         :cc:\
4191         :Co#16:NC#17:pa#7:\
4192         :..Ip=\E&v%?%p2%{1000}%=%t1%e.%p2%d%;a%?%p3%{1000}%=%t1%e.%p3%d%;b%?%p4%{1000}%=%t1%e.%p4%d%;c%?%p5%{1000}%=%t1%e.%p5%d%;x%?%p6%{1000}%=%t1%e.%p6%d%;y%?%p7%{1000}%=%t1%e.%p7%d%;z%p1%dI:\
4193         :oc=\E&v0m1a1b1c0I\E&v1a1I\E&v1b2I\E&v1a1b3I\E&v1c4I\E&v1a1c5I\E&v1b1c6I\E&v1x1y7I:\
4194         :op=\E&v0S:sp=\E&v%dS:
4196 # :is: sets the screen to be 80 columns wide
4197 hp2397a|hp2397|hewlett packard 2397A color terminal:\
4198         :is=\E&w6f80X:tc=memhp:tc=hp+labels:tc=hp+color:
4200 #  HP 700/44 Setup parameters:
4201 # Terminal Mode         HP-PCterm
4202 # Inhibit Auto Wrap     NO
4203 # Status Line           Host Writable
4204 # PC Character Set      YES
4205 # Twenty-Five Line Mode YES
4206 # XON/XOFF              @128 or 64 (sc)
4207 # Keycode Mode          NO   or YES (sc)
4208 # Backspace Key         BS or BS/DEL
4210 # :is:  sets pcterm; autowrap; 25 lines; pc char set; prog DEL key;
4211 # \E\\? does not turn off keycode mode
4212 # <smsc>        sets alternate start/stop; keycode on
4213 hpansi|hp700|hewlett packard 700/44 in HP-PCterm mode:\
4214         :am:eo:xn:xo:\
4215         :co#80:li#25:\
4216         :@7=\E[4~:RA=\E[?7l:S4=\E[>11h\EPO**x0/65;1/67\E\\:\
4217         :S5=\E[>11l\EP1**x0/11;1/13\E[m\E\\:SA=\E[?7h:XF=g:XN=e:\
4218         :ac=j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x\263:\
4219         :al=\E[L:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[2J\E[H:\
4220         :cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:do=\E[B:ei=:ho=\E[H:\
4221         :ic=\E[@:im=:\
4222         :is=\E[44"p\E[?7h\E[>10h\E[>12h\EP1;1|3/7F\E\\:\
4223         :k1=\E[17~:k2=\E[18~:k3=\E[19~:k4=\E[20~:k5=\E[21~:\
4224         :k6=\E[23~:k7=\E[24~:k8=\E[25~:k9=\E[26~:k;=\E[28~:\
4225         :kB=\E[Z:kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:kh=\E[1~:kl=\E[D:\
4226         :kr=\E[C:ku=\E[A:le=\E[D:me=\E[m:nd=\E[C:se=\E[m:sf=^J:\
4227         :so=\E[7m:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:ve=\E[?25h:\
4228         :vi=\E[?25l:
4230 # (hp2392: copied :ei: here from hpex -- esr)
4231 hp2392|239x series:\
4232         :co#80:\
4233         :bt=\Ei:cm=\E&a%dy%dC:cv=\E&a%dY:ei=\ER:im=\EQ:k1=\Ep\r:\
4234         :k2=\Eq\r:k3=\Er\r:k4=\Es\r:k5=\Et\r:k6=\Eu\r:k7=\Ev\r:\
4235         :k8=\Ew\r:kF=\EU:kN=\Eu:kP=\Ev:kR=\EV:kh=\Eh:ue=\E&d@:\
4236         :us=\E&dD:tc=hpsub:
4238 hpsub|hp terminals -- capability subset:\
4239         :am:da:db:mi:xo:xs:\
4240         :li#24:\
4241         :al=\EL:bl=^G:cd=\EJ:ce=\EK:ch=\E&a%dC:cl=\EH\EJ:cr=^M:\
4242         :dc=\EP:dl=\EM:do=\EB:if=/usr/share/tabset/stdcrt:\
4243         :is=\E&s1A\E<\E&k0\\:kb=^H:kd=\EB:ke=\E&s0A:kh=\Eh:kl=\ED:\
4244         :kr=\EC:ks=\E&s1A:ku=\EA:le=^H:me=\E&d@:nd=\EC:se=\E&d@:\
4245         :sf=^J:so=\E&dB:ta=^I:up=\EA:
4247 # hpex:
4248 #       May be used for most 24 x 80 hp terminals,
4249 # but has no padding added, so may allow runover in some terminals at high
4250 # baud rates.  Will not work for hp2640a or hp2640b terminals, hp98x6 and
4251 # hp98x5 terminal emulators or hp98x6 consoles.
4252 #       Adds xy-cursor addressing, vertical cursor addressing, home,
4253 # last line, and underline capabilities.
4255 # (hpex: removed memory-lock capabilities ":ml=\El:mu=\Em:",
4256 # moved :ei: here from hpsub -- esr)
4257 hpex|hp extended capabilites:\
4258         :cm=\E&a%dy%dC:cr=^M:cv=\E&a%dY:do=^J:ei=\ER:im=\EQ:kb=^H:\
4259         :kd=^J:kl=^H:nw=^M^J:sf=^J:ta=^I:ue=\E&d@:us=\E&dD:tc=hpsub:
4261 # From: Ville Sulko <Ville.Sulko@bip.atk.tpo.fi>, 05 Aug 1996
4262 hp2|hpex2|hewlett-packard extended capabilities newer version:\
4263         :am:da:db:mi:xs:\
4264         :Nl#8:co#80:lh#2:li#24:lm#0:lw#8:sg#0:ug#0:\
4265         :LF=\E&j@:LO=\E&jB:al=\EL:bl=^G:cd=\EJ:ce=\EK:ch=\E&a%dC:\
4266         :cl=\E&a0y0C\EJ:cm=\E&a%dy%dC:cr=^M:ct=\E3:cv=\E&a%dY:\
4267         :dc=\EP:dl=\EM:do=\EB:ei=\ER:im=\EQ:k1=\Ep:k2=\Eq:k3=\Er:\
4268         :k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:kA=\EL:kC=\EJ:kD=\EP:\
4269         :kE=\EK:kF=\ES:kH=\EF:kI=\EQ:kL=\EM:kM=\ER:kN=\EU:kP=\EV:\
4270         :kR=\ET:kS=\EJ:kT=\E1:ka=\E3:kb=^H:kd=\EB:ke=\E&s0A:kh=\Eh:\
4271         :kl=\ED:kr=\EC:ks=\E&s1A:kt=\E2:ku=\EA:le=^H:me=\E&d@:\
4272         :ml=\El:mu=\Em:nd=\EC:..pk=\E&f%p1%dk%p2%l%dL%p2%s:\
4273         :..pl=\E&f1a%p1%dk%p2%l%dL%p2%s:\
4274         :..pn=\E&f%p1%dk%p2%l%dd0L%p2%s:\
4275         :..px=\E&f2a%p1%dk%p2%l%dL%p2%s:\
4276         :..sa=\E&d%?%p7%t%{115}%c%;%p1%p3%|%p6%|%{2}%*%p2%{4}%*%+%p4%+%p5%{8}%*%+%{64}%+%c%?%p9%t%'\016'%c%e%'\017'%c%;:\
4277         :se=\E&d@:sf=^J:so=\E&dB:st=\E1:ta=^I:ue=\E&d@:up=\EA:\
4278         :us=\E&dD:
4280 # HP 236 console
4281 # From: <ddavis@ic.berkeley.edu>
4282 hp236|hp236 internal terminal emulator:\
4283         :am:bs:\
4284         :co#80:li#24:\
4285         :al=\EG:ce=\EK:cl=\EF:cm=\EE%+ %+ :dc=\EJ:dl=\EH:ei=:ic=\EI:\
4286         :im=:le=^H:me=\ECI:se=\ECI:so=\EBI:up=^K:ve=\EDE:vs=\EDB:
4288 # This works on a hp300 console running Utah 4.3 BSD
4289 # From: Craig Leres <leres@okeeffe.berkeley.edu>
4290 hp300h|HP Catseye console:\
4291         :am:bs:da:db:mi:xs:\
4292         :co#128:li#51:lm#0:sg#0:ug#0:\
4293         :al=\EL:bl=^G:bt=\Ei:cd=\EJ:ce=\EK:ch=\E&a%dC:\
4294         :cl=\E&a0y0C\EJ:cm=\E&a%dy%dC:cr=^M:ct=\E3:cv=\E&a%dY:\
4295         :dc=\EP:dl=\EM:do=\EB:ei=\ER:if=/usr/share/tabset/stdcrt:\
4296         :im=\EQ:kb=^H:kd=\EB:ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:\
4297         :ks=\E&s1A:ku=\EA:le=^H:me=\E&d@:nd=\EC:se=\E&d@:sf=^J:\
4298         :so=\E&dB:ta=^I:ue=\E&d@:up=\EA:us=\E&dD:
4299 # From: Greg Couch <gregc@ernie.berkeley.edu>
4300 hp9837|hp98720|hp98721|HP 9000/300 workstations:\
4301         :am:bs:da:db:mi:xs:\
4302         :co#128:it#8:li#46:lm#0:\
4303         :al=\EL:bl=^G:bt=\Ei:cd=\EJ:ce=\EK:ch=\E&a%dC:\
4304         :cl=\E&a0y0C\EJ:cm=\E&a%dy%dC:ct=\E3:cv=\E&a%dY:dc=\EP:\
4305         :dl=\EM:do=\EB:ei=\ER:im=\EQ:is=\E&v0m1b0i&j@:kA=\EL:\
4306         :kD=\EP:kE=\EK:kI=\EQ:kL=\EM:kN=\EU:kP=\EV:kS=\EJ:kb=^H:\
4307         :kd=\EB:ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:ks=\E&s1A:ku=\EA:\
4308         :le=^H:me=\E&d@:nd=\EC:se=\E&v0S:sf=^J:so=\E&v5S:st=\E1:\
4309         :ta=^I:ue=\E&d@:up=\EA:us=\E&dD:
4310 # HP 9845 desktop computer from BRL
4311 # (hp9845: removed unknown capability :gu: -- esr)
4312 hp9845|HP 9845:\
4313         :am:bs:da:db:eo:mi:xs:\
4314         :co#80:li#21:\
4315         :al=\EL:bc=\ED:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\E&a%r%2c%2Y:\
4316         :dc=\EP:dl=\EM:ei=\ER:if=/usr/share/tabset/std:im=\EQ:\
4317         :nd=\EC:se=\E&d@:so=\E&dB:up=\EA:
4318 # From: Charles A. Finnell of MITRE <finnell@mitre.org>, developed 07SEP90
4319 # (hp98550: replaced /usr/share/tabset/9837 with std because :it#8:,:st=\E1:;
4320 # added empty <acsc> to avoid warnings re :as:/:ae: --esr)
4321 hp98550|hp98550a|HP 9000 Series 300 color console:\
4322         :am:bs:da:db:mi:xs:\
4323         :co#128:it#8:li#49:lm#0:\
4324         :ac=:ae=^O:al=\EL:as=^N:bl=^G:bt=\Ei:cd=\EJ:ce=\EK:\
4325         :ch=\E&a%dC:cl=\EH\EJ:cm=\E&a%dy%dC:cr=^M:ct=\E3:\
4326         :cv=\E&a%dY:dc=\EP:dl=\EM:do=^J:ei=\ER:\
4327         :if=/usr/share/tabset/std:im=\EQ:k1=\Ep:k2=\Eq:k3=\Er:\
4328         :k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:kA=\EL:kC=\EJ:kD=\EP:\
4329         :kE=\EK:kF=\ES:kH=\EF:kI=\EQ:kL=\EM:kM=\ER:kN=\EU:kP=\EV:\
4330         :kR=\ET:kS=\EJ:kT=\E1:ka=\E3:kb=^H:kd=\EB:ke=\E&s0A:kh=\Eh:\
4331         :kl=\ED:kr=\EC:ks=\E&s1A:kt=\E2:ku=\EA:le=^H:mb=\E&dA:\
4332         :md=\E&dJ:me=\E&d@:mh=\E&dH:mk=\E&ds:mr=\E&dJ:nd=\EC:\
4333         :se=\E&d@:sf=^J:so=\E&dJ:st=\E1:ta=^I:ue=\E&d@:up=\EA:\
4334         :us=\E&dD:ve=\E*dQ:vi=\E*dR:
4335 # From: Victor Duchovni <vic@fine.princeton.edu>
4336 # (hp700-wy: removed obsolete ":nl=^J:";
4337 # replaced /usr/share/tabset/hp700-wy with std because :it#8:,:st=\E1: -- esr)
4338 hp700-wy|HP700/41 emulating wyse30:\
4339         :am:bs:bw:mi:ms:\
4340         :co#80:it#8:li#24:sg#1:ug#1:\
4341         :al=0.7*\EE:bt=\EI:cd=\EY:ce=10\ET:cl=^Z:cm=\E=%+ %+ :\
4342         :cr=^M:ct=\E0:cv=\E[%+ :dc=\EW:dl=\ER:do=^V:ei=\Er:ho=^^:\
4343         :i1=\E~"\EC\Er\E(\EG0\003\E`9\E`1:\
4344         :if=/usr/share/tabset/stdcrt:im=\Eq:kB=\EI:kC=^Z:kE=\ET:\
4345         :kI=\Eq:kM=\Er:kS=\EY:kT=\EI:kb=\177:kd=^V:kh=^^:kl=^H:kr=^L:\
4346         :ku=^K:le=^H:ll=^^^K:me=10\EG0:nd=^L:se=10\EG0:so=10\EG4:\
4347         :sr=\Ej:st=\E1:ta=^I:ue=10\EG0:up=^K:us=10\EG8:
4348 hp70092|hp70092a|hp70092A|HP 700/92:\
4349         :am:da:db:xs:\
4350         :Nl#8:co#80:lh#2:li#24:lm#0:lw#8:\
4351         :LF=\E&j@:LO=\E&jB:ac=0cjgktlrmfn/q,t5u6v8w7x.:ae=^O:\
4352         :al=\EL:as=^N:bl=^G:bt=\Ei:ce=\EK:ch=\E&a%dC:\
4353         :cl=\E&a0y0C\EJ:cm=\E&a%dy%dC:cr=^M:ct=\E3:cv=\E&a%dY:\
4354         :dc=\EP:dl=\EM:do=\EB:ei=\ER:im=\EQ:k1=\Ep:k2=\Eq:k3=\Er:\
4355         :k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:kA=\EL:kC=\EJ:kD=\EP:\
4356         :kE=\EK:kF=\ES:kH=\EF:kI=\EQ:kL=\EM:kM=\ER:kN=\EU:kP=\EV:\
4357         :kR=\ET:kS=\EJ:kT=\E1:ka=\E3:kb=^H:kd=\EB:ke=\E&s0A:kh=\Eh:\
4358         :kl=\ED:kr=\EC:ks=\E&s1A:kt=\E2:ku=\EA:le=^H:mb=\E&dA:\
4359         :md=\E&dB:me=\E&d@:mh=\E&dH:mr=\E&dB:nd=\EC:se=\E&d@:\
4360         :so=\E&dJ:sr=\ET:st=\E1:ta=^I:ue=\E&d@:up=\EA:us=\E&dD:
4362 bobcat|sbobcat|HP 9000 model 300 console:\
4363         :am:da:db:mi:xs:\
4364         :co#128:it#8:li#47:sg#0:ug#0:\
4365         :al=10*\EL:bt=\Ei:cd=\EJ:ce=\EK:ch=6\E&a%dC:cl=\EH\EJ:\
4366         :cm=6\E&a%dy%dC:cr=^M:cv=6\E&a%dY:dc=\EP:dl=10*\EM:do=\EB:\
4367         :ei=\ER:im=\EQ:kb=^H:kd=\EB:ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:\
4368         :ks=\E&s1A:ku=\EA:le=^H:me=\E&d@:nd=\EC:nw=^M^J:se=\E&d@:\
4369         :sf=^J:so=\E&dB:ta=^I:ue=\E&d@:up=\EA:us=\E&dD:
4370 gator-t|HP 9000 model 237 emulating extra-tall AAA:\
4371         :li#94:tc=gator:
4372 gator|HP 9000 model 237 emulating AAA:\
4373         :bw:km:mi:ul:\
4374         :co#128:it#8:li#47:\
4375         :AL=1*\E[%dL:DC=4\E[%dP:DL=1*\E[%dM:IC=4\E[%d@:al=\E[L:\
4376         :bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:ch=\E[%i%d`:cl=\E[H\E[J:\
4377         :cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:do=^J:ei=:ho=\E[H:\
4378         :ic=\E[@:im=:kb=^H:kd=^J:kl=^H:le=^H:me=\E[m:mr=\E[7m:\
4379         :nd=\E[C:nw=^M^J:rp=1*%.\E[%db:se=\E[m:so=\E[7m:ta=^I:\
4380         :ue=\E[m:up=\EM:us=\E[4m:
4381 gator-52|HP 9000 model 237 emulating VT52:\
4382         :co#128:li#47:tc=vt52:
4383 gator-52t|HP 9000 model 237 emulating extra-tall VT52:\
4384         :li#94:tc=gator-52:
4386 #### Honeywell-Bull
4388 # From: Michael Haardt <michael@gandalf.moria> 11 Jan 93
4391 # Honeywell Bull terminal.  Its cursor and function keys send single
4392 # control characters and it has standout/underline glitch.  Most programs
4393 # do not like these features/bugs.  Visual bell is realized by flashing the
4394 # "keyboard locked" LED.
4395 dku7003-dumb|Honeywell Bull DKU 7003 dumb mode:\
4396         :co#80:li#25:\
4397         :cd=^_:ce=\E[K:cl=^]^_:cm=\E[%i%d;%dH:cr=^M:do=^K:ho=^]:\
4398         :kb=^H:kd=^K:kh=^]:kl=^Y:kr=^X:ku=^Z:le=^Y:nd=^X:nw=^M^J:\
4399         :sf=^J:ta=^I:up=^Z:vb=\E[2h\E[2l:
4400 dku7003|Honeywell Bull DKU 7003 all features described:\
4401         :ms:\
4402         :sg#1:ug#1:\
4403         :mb=\E[5m:md=\E[7m:me=\E[m:mh=\E[2m:mr=\E[7m:se=\E[m:\
4404         :so=\E[7m:ue=\E[m:us=\E[4m:tc=dku7003-dumb:
4406 #### Lear-Siegler (adm)
4408 # These guys are long since out of the terminals business, but
4409 # in 1995 many current terminals still have an adm type as one of their
4410 # emulations (usually their stupidest, and usually labeled adm3, though
4411 # these `adm3' emulations normally have adm3a+ capabilities).
4413 # WARNING: Some early ADM terminals (including the ADM3 and ADM5) had a
4414 # `diagnostic feature' that sending them a ^G while pin 22 (`Ring Indicator')
4415 # was being held to ground would trigger a send of the top line on the screen.
4416 # A quick fix might be to drop back to a cheesy 4-wire cable with pin 22
4417 # hanging in the air. (Thanks to Eric Fischer, <eric@fudge.uchicago.edu>,
4418 # for clearing up this point.)
4420 adm1a|adm1|lsi adm1a:\
4421         :am:\
4422         :co#80:li#24:\
4423         :bl=^G:cl=\E;:cm=\E=%+ %+ :cr=^M:do=^J:ho=^^:le=^H:nd=^L:\
4424         :sf=^J:up=^K:
4425 adm2|lsi adm2:\
4426         :am:bs:\
4427         :co#80:li#24:\
4428         :al=\EE:bl=^G:cd=\EY:ce=\ET:cl=\E;:cm=\E=%+ %+ :cr=^M:\
4429         :dc=\EW:dl=\ER:do=^J:ei=:ho=^^:ic=\EQ:im=:kd=^J:kh=^^:kl=^H:\
4430         :kr=^L:ku=^K:le=^H:nd=^L:sf=^J:up=^K:
4431 # (adm3: removed obsolete ":ma=^K^P:" -- esr)
4432 adm3|lsi adm3:\
4433         :am:bs:\
4434         :co#80:li#24:\
4435         :bl=^G:cl=^Z:cr=^M:do=^J:le=^H:sf=^J:
4436 # The following ADM-3A switch settings are assumed for normal operation:
4437 #       SPACE           U/L_DISP        CLR_SCRN        24_LINE
4438 #       CUR_CTL         LC_EN           AUTO_NL         FDX
4439 # Other switches may be set for operator convenience or communication
4440 # requirements.  I recommend
4441 #       DISABLE_KB_LOCK LOCAL_OFF       103             202_OFF
4442 #       ETX_OFF         EOT_OFF
4443 # Most of these terminals required an option ROM to support lower case display.
4444 # Open the case and look at the motherboard; if you see an open 24-pin DIP
4445 # socket, you may be out of luck.
4447 # (adm3a: some capabilities merged in from BRl entry -- esr)
4448 adm3a|lsi adm3a:\
4449         :am:bs:\
4450         :co#80:li#24:\
4451         :bl=^G:cl=1\032:cm=\E=%+ %+ :cr=^M:do=^J:ho=^^:kd=^J:kl=^H:\
4452         :kr=^L:ku=^K:le=^H:ma=^K^P:nd=^L:nl=^J:rs=^N:sf=^J:up=^K:
4453 adm3a+|adm3a plus:\
4454         :kb=^H:tc=adm3a:
4455 # (adm5: removed obsolete ":ma=^Hh^Jj^Kk^Ll^^H:" & duplicate ":do=^J:" -- esr)
4456 adm5|lsi adm5:\
4457         :sg#1:\
4458         :bl=^G:cd=\EY:ce=\ET:cr=^M:do=^J:kb=^H:kh=^^:se=\EG:so=\EG:\
4459         :tc=adm3a+:
4460 # A lot of terminals other than adm11s use these.  Wherever you see
4461 # use=adm+sgr with some of its capabilities disabled, try the
4462 # disabled ones.  They may well work but not have been documented or
4463 # expressed in the using entry.  We'd like to cook up an :sa: but the
4464 # :ae:/:as: sequences of the using entries vary too much.
4465 adm+sgr|adm style highlight capabilities:\
4466         :me=\EG0:mk=\EG1:mr=\EG4:se=\EG0:so=\EG4:ue=\EG0:us=\EG8:
4467 # LSI ADM-11 from George William Hartwig, Jr. <geo@BRL-TGR.ARPA> via BRL
4468 # Status line additions from Stephen J. Muir <stephen%comp.lancs.ac.uk@ucl-cs>
4469 # :kh: from <stephen%comp.lancs.ac.uk@ucl-cs.arpa>.  :cl: could also
4470 # be ^Z, according to his entry.
4471 # (adm11: :us:=\EG4 was obviously erroneous because it also said
4472 # :mr:=\EG4.  Looking at other ADMs confirms this -- esr)
4473 adm11|LSI ADM-11:\
4474         :am:bs:hs:\
4475         :co#80:kn#8:li#24:\
4476         :bl=^G:cd=\EY:ce=\ET:cl=\E*:cm=\E=%+ %+ :cr=^M:do=^J:ds=\Eh:\
4477         :fs=\E(\r:ho=^^:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:\
4478         :k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:kb=^H:kd=^J:kh=^^:\
4479         :kl=^H:kr=^L:ku=^K:le=^H:mb=\EG2:nd=^L:nl=^J:nw=^M^J:ta=^I:\
4480         :ts=\EF\E):up=^K:tc=adm+sgr:
4481 # From: Andrew Scott Beals <bandy@lll-crg.ARPA>
4482 # Corrected by Olaf Siebert <rhialto@polder.ubc.kun.nl>, 11 May 1995
4483 # Supervisor mode info by Ari Wuolle, <awuolle@delta.hut.fi>, 27 Aug 1996
4484 # (adm12: removed obsolete ":kn:ma=j^Jk^P^K^Pl ^R^L^L :".  This formerly had
4485 # :is:=\Eq but that looked wrong; this :is: is from Dave Yost <esquire!yost>
4486 # via BRL.  That entry asserted :sg#1:, but I've left that out because
4487 # neither earlier nor later ADMSs have it -- esr)
4489 # You will need to get into the supervisor setup before you can set
4490 # baudrate etc. for your ADM-12+. Press Shift-Ctrl-Setup and you should
4491 # see a lot more setup options.
4493 # While in supervisor setup you can also use following codes:
4495 # Ctrl-P Personality character selections (configure for example what
4496 #        arrow keys send, if I recall correctly)
4497 # Ctrl-T tabs 1-80   use left&right to move and up to set and
4498 # Ctrl-V tabs 81-158 down to clear tab. Shift-Ctrl-M sets right margin at cursor
4499 # Ctrl-B Binary setup (probably not needed. I think that everything can
4500 #        be set using normal setup)
4501 # Ctrl-A Answerback mode (enter answerback message)
4502 # Ctrl-U User friendly mode (normal setup)
4503 # Ctrl-D Defaults entire setup and function keys from EPROM tables
4504 # Ctrl-S Save both setup and functions keys. Takes from 6 to 10 seconds.
4505 # Ctrl-R Reads both setup and functions keys from NVM.
4506 # Shift-Ctrl-X Unlock keyboard and cancel received X-OFF status
4508 # ADM-12+ supports hardware handshaking, but it is DTR/CTS as opposed to
4509 # RTS/CTS used nowadays with virtually every modem and computer. 19200
4510 # bps works fine with hardware flow control.
4512 # The following null-modem cable should fix this and enable you to use
4513 # RTS/CTS handshaking (which Linux supports, use CRTSCTS setting). Also
4514 # set ADM-12+ for DTR handshaking from supervisor setup.
4516 # PC Serial   ADM-12+
4517 #  --------   -------
4518 #         2 - 3
4519 #         3 - 2
4520 #         4 - 5
4521 #         5 - 20
4522 #       6,8 - 4
4523 #         7 - 7
4524 #        20 - 6,8
4526 adm12|lsi adm12:\
4527         :am:bs:mi:pt:\
4528         :co#80:it#8:li#24:ug#1:\
4529         :al=\EE:bl=^G:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :cr=^M:ct=\E0:\
4530         :dc=\EW:dl=\ER:do=^J:ei=\Er:ho=^^:ic=\EQ:im=\Eq:\
4531         :is=\E0        \E1        \E1        \E1        \E1        \E1        \E1        \E1        \E1:\
4532         :k0=^A0\r:k1=^A1\r:k2=^A2\r:k3=^A3\r:k4=^A4\r:k5=^A5\r:\
4533         :k6=^A6\r:k7=^A7\r:k8=^A8\r:k9=^A9\r:kd=^J:kl=^H:kr=^L:\
4534         :ku=^K:le=^H:nd=^L:st=\E1:up=^K:tc=adm+sgr:
4535 # (adm20: removed obsolete ":kn#7:" -- esr)
4536 adm20|lear siegler adm20:\
4537         :am:bs:\
4538         :co#80:it#8:li#24:\
4539         :al=\EE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=^Z:\
4540         :cm=\E=%i%r%+^_%+^_:cr=^M:dc=\EW:dl=\ER:ei=:ho=^^:ic=\EQ:\
4541         :im=:k1=^A:k2=^B:k3=^W:k4=^D:k5=^E:k6=^X:k7=^Z:le=^H:me=\E(:\
4542         :nd=^L:se=\E(:so=\E):ta=^I:up=^K:
4543 adm21|lear siegler adm21:\
4544         :sg#1:\
4545         :al=30*\EE:bl=^G:cd=\EY:ce=\ET:cr=^M:dc=\EW:dl=30*\ER:do=^J:\
4546         :ei=:ic=\EQ:im=:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:mk@:sf=^J:\
4547         :tc=adm+sgr:tc=adm3a:
4548 # (adm22: ":em=:" was an obvious typo for ":ei=:"; also,
4549 # removed obsolete ":kn#7:ma=j^Jk^P^K^Pl ^R^L^L :";
4550 # removed bogus-looking \200 from before :cm:. -- esr)
4551 adm22|lsi adm22:\
4552         :am:bs:\
4553         :co#80:li#24:\
4554         :al=\EE:bl=^G:bt=\EI:cd=\Ey:ce=\Et:cl=\E+:cm=\E=%+ %+ :\
4555         :cr=^M:dc=\EW:dl=\ER:do=^J:ei=:ho=^^:ic=\EQ:im=:\
4556         :is=\E%\014\014\014\016\003\0\003\002\003\002\0\0\0\0\0\0\0\0\0\0\0:\
4557         :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
4558         :k7=^AF\r:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:l1=F1:l2=F2:\
4559         :l3=F3:l4=F4:l5=F5:l6=F6:l7=F7:le=^H:me=\E(:nd=^L:se=\E(:\
4560         :so=\E):ta=\Ei:up=^K:
4561 # ADM 31 DIP Switches
4563 # This information comes from two versions of the manual for the
4564 # Lear-Siegler ADM 31.
4566 # Main board:
4567 #                  rear of case
4568 #   +-||||-------------------------------------+
4569 #   + S1S2                              ||S    +
4570 #   +                                   ||3    +
4571 #   +                                          +
4572 #   +                                ||S       +
4573 #   +                                ||4       +
4574 #   +                                          +
4575 #   +                                          +
4576 #   +                                          +
4577 #   +                                          +
4578 #   +                                          +
4579 # +-+                                          +-+
4580 # +                                              +
4581 # +                               S5 S6 S7       +
4582 # +                               == == ==       +
4583 # +----------------------------------------------+
4584 #            front of case (keyboard)
4586 #  S1 - Data Rate - Modem
4587 #  S2 - Data Rate - Printer
4588 # ------------------------
4589 # Data Rate   Setting
4590 # -------------------
4591 # 50          0 0 0 0
4592 # 75          1 0 0 0
4593 # 110         0 1 0 0
4594 # 134.5       1 1 0 0
4595 # 150         0 0 1 0
4596 # 300         1 0 1 0
4597 # 600         0 1 1 0
4598 # 1200        1 1 1 0
4599 # 1800        0 0 0 1
4600 # 2000        1 0 0 1
4601 # 2400        0 1 0 1
4602 # 3600        1 1 0 1
4603 # 4800        0 0 1 1
4604 # 7200        1 0 1 1
4605 # 9600        0 1 1 1
4606 # x           1 1 1 1
4608 # S3 - Interface/Printer/Attributes
4609 # ---------------------------------
4610 # Printer Busy Control
4611 # sw1   sw2   sw3
4612 # ---------------
4613 # off   off   off   Busy not active, CD disabled
4614 # off   off   on    Busy not active, CD enabled
4615 # off   on    off   Busy active on J5-20, CD disabled
4616 # on    off   off   Busy active on J5-19, CD disabled - Factory Set.
4617 # on    off   on    Busy active on J5-19, CD enabled
4619 # sw4   Used in conjuction with S4 for comm interface control - Fact 0
4621 # sw5   Secondary Channel Control (Hardware implementation only) - Fact 0
4623 # sw6   ON enables printer BUSY active LOW - Factory Setting
4624 #       OFF enables printer BUSY active HIGH - If set to this, ADM31 senses
4626 # sw7   ON - steady cursor - Factory Setting
4627 #       OFF - blinking cursor
4629 # sw8   ON causes selected attribute character to be displayed
4630 #       OFF causes SPACE to be displayed instead - Factory Setting
4632 # S4 - Interface
4633 # --------------
4634 # Modem Interface
4635 # S3    S4    S4    S4    S4
4636 # sw4   sw1   sw2   sw3   sw4
4637 # ---------------------------
4638 # OFF   ON    OFF   ON    OFF   Enable RS-232C interface, Direct Connect and
4639 #                               Current Loop disabled - Factory Setting
4640 # ON    ON    OFF   ON    OFF   Enable Current Loop interface, Direct Connect
4641 #                               disabled
4642 # OFF   OFF   ON    OFF   ON    Enable Direct Connect interface, RS-232C and
4643 #                               Current Loop Disabled
4645 # sw5   ON disables dot stretching mode - Factory Setting
4646 #       OFF enables dot stretching mode
4647 # sw6   ON enables blanking function
4648 #       OFF enables underline function - Factory Setting
4649 # sw7   ON causes NULLS to be displayed as NULLS
4650 #       OFF causes NULLS to be displayed as SPACES - Factory Setting
4652 # S5 - Word Structure
4653 # -------------------
4654 # sw1   ON enables BREAK key - Factory Setting
4655 #       OFF disables BREAK key
4656 # sw2   ON selects 50Hz monitor refresh rate
4657 #       OFF selects 60Hz monitor refresh rate - Factory Setting
4659 # Modem Port Selection
4660 # sw3   sw4   sw5
4661 # ---------------
4662 # ON    ON    ON    Selects 7 DATA bits, even parity, 2 STOP bits
4663 # OFF   ON    ON    Selects 7 DATA bits, odd  parity, 2 STOP bits
4664 # ON    OFF   ON    Selects 7 DATA bits, even parity, 1 STOP bit - Factory Set.
4665 # OFF   OFF   ON    Selects 7 DATA bits, odd  parity, 1 STOP bit
4666 # ON    ON    OFF   Selects 8 DATA bits, no   parity, 2 STOP bits
4667 # OFF   ON    OFF   Selects 8 DATA bits, no   parity, 1 STOP bit
4668 # ON    OFF   OFF   Selects 8 DATA bits, even parity, 1 STOP bit
4669 # OFF   OFF   OFF   Selects 8 DATA bits, odd  parity, 1 STOP bit
4671 # sw6   ON  sends bit 8 a 1 (mark)
4672 #       OFF sends bit 8 as 0 (space) - Factory Setting
4673 # sw7   ON  selects Block Mode
4674 #       OFF selects Conversation Mode - Factory Setting
4675 # sw8   ON  selects Full Duplex operation
4676 #       OFF selects Half Duplex operation - Factory Setting
4678 # S6 - Printer
4679 # ------------
4680 # sw1, sw2, sw6, sw7   Reserved - Factory 0
4682 # Printer Port Selection
4683 # same as Modem above, bit 8 (when 8 DATA bits) is always = 0
4685 # sw8   ON   enables Printer Port
4686 #       OFF disables Printer Port - Factory Setting
4688 # S7 - Polling Address
4689 # --------------------
4690 # sw1-7 Establish ASCII character which designates terminal polling address
4691 #       ON  = logic 0
4692 #       OFF = logic 1 - Factory Setting
4693 # sw8   ON   enables Polling Option
4694 #       OFF disables Polling Option - Factory Setting
4697 # On some older adm31s, S4 does not exist, and S5-sw6 is not defined.
4699 # This adm31 entry uses underline as the standout mode.
4700 # If the adm31 gives you trouble with standout mode, check the DIP switch in
4701 # position 6, bank @c11, 25% from back end of the circuit board.  Should be
4702 # OFF.  If there is no such switch, you have an old adm31 and must use oadm31.
4703 # (adm31: removed obsolete ":ma=j^Jk^P^K^Pl ^R^L^L :" -- esr)
4704 adm31|lsi adm31 with sw6 set for underline mode:\
4705         :am:bs:mi:\
4706         :co#80:li#24:\
4707         :al=\EE:bl=^G:cd=\EY:ce=\ET:cl=\E*:cm=\E=%+ %+ :cr=^M:\
4708         :dc=\EW:dl=\ER:do=^J:ei=\Er:ho=^^:im=\Eq:is=\Eu\E0:k0=^A0\r:\
4709         :k1=^A1\r:k2=^A2\r:k3=^A3\r:k4=^A4\r:k5=^A5\r:k6=^A6\r:\
4710         :k7=^A7\r:k8=^A8\r:k9=^A9\r:kd=^J:kl=^H:kr=^L:ku=^K:le=^H:\
4711         :me=\EG0:nd=^L:se=\EG0:sf=^J:so=\EG1:ue=\EG0:up=^K:us=\EG1:
4712 adm31-old|o31|old adm31:\
4713         :so=\EG4:ue@:us@:tc=adm31:
4714 # LSI ADM-36 from Col. George L. Sicherman <gloria!colonel> via BRL
4715 adm36|LSI ADM36:\
4716         :bs:pt:\
4717         :kn#4:\
4718         :if=/usr/lib/tabset/vt100:\
4719         :is=\E<\E>\E[6;?2;?7;?8h\E[4;20;?1;?3;?4;?5;?6;?18;?19l:\
4720         :tc=vt100:
4721 # (adm42: removed obsolete ":ma=^K^P:" -- esr)
4722 adm42|lsi adm42:\
4723         :am:bs:\
4724         :co#80:li#24:\
4725         :al=\EE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E;:cm=\E=%+ %+ :\
4726         :cr=^M:dc=\EW:dl=\ER:do=^J:ei=\Er:im=\Eq:ip=:kd=^J:kh=^^:\
4727         :kl=^H:kr=^L:ku=^K:le=^H:mk@:nd=^L:pc=\177:sf=^J:ta=^I:ue@:\
4728         :up=^K:us@:vs=\EC\E3 \E3(:tc=adm+sgr:
4729 # The following termcap for the Lear Siegler ADM-42 leaves the
4730 # "system line" at the bottom of the screen blank (for those who
4731 # find it distracting otherwise)
4732 adm42-ns|lsi adm-42 with no system line:\
4733         :al=\EE\EF \011:bt=\EI\EF \011:cd=\EY\EF \011:\
4734         :ce=\ET\EF \011:cl=\E;\EF \011:cm=\E=%+ %+ \EF \011:\
4735         :dc=\EW\EF \011:dl=\ER\EF \011:ei=\Er\EF \011:\
4736         :im=\Eq\EF \011:tc=adm42:
4737 # ADM 1178 terminal -- rather like an ADM-42.  Manual is dated March 1 1985.
4738 # The insert mode of this terminal is commented out because it's broken for our
4739 # purposes in that it will shift the position of every character on the page,
4740 # not just the cursor line!
4741 # From: Michael Driscoll <fenris@lightspeed.net> 10 July 1996
4742 adm1178|1178|lsi adm1178:\
4743         :am:\
4744         :co#80:li#24:sg#1:ug#1:\
4745         :al=\EE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E+:cm=\E=%+ %+ :\
4746         :cr=^M:dc=\EW:dl=\ER:do=^J:ho=^^:ip=6*:kb=^H:kd=^J:kl=^H:\
4747         :le=^H:md=\E(:me=\E):mr=\EG4:nd=^L:nw=^M^J:pc=\177:se=\EG0:\
4748         :sf=^J:so=\EG4:ta=^I:ue=\EG0:up=^K:us=\EG1:vs=\EC\E3 \E3(:
4750 #### Prime
4752 # Yes, Prime made terminals.  These entries were posted by Kevin J. Cummings
4753 # <cummings@primerd.prime.com> on 14 Dec 1992 and lightly edited by esr.
4754 # Prime merged with ComputerVision in the late 1980s; you can reach them at:
4756 #       ComputerVision Services
4757 #       500 Old Connecticut Path
4758 #       Framingham, Mass.
4761 # Standout mode is dim reverse-video.
4762 pt100|pt200|wren|fenix|prime pt100/pt200:\
4763         :am:bw:mi:ms:\
4764         :co#80:it#8:li#24:\
4765         :DC=\E[%dP:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
4766         :al=\E[L\E[t:bt=\E[Z:cd=\E[J\E[r:ce=\E[K\E[t:cl=\E?:\
4767         :cm=\E0%+!%+!:cr=^M:dc=\E[P:dl=\E[M:do=\ED:ei=\E[4l:\
4768         :ho=\E$B:im=\E[4h:kb=^H:kd=\E[B:ke=\E[>13l:kh=\E$A:kl=\E[D:\
4769         :kr=\E[C:ks=\E[>13h:ku=\E[A:le=^H:me=\E[m:mh=\E[2m:nd=\E[C:\
4770         :nw=^M^J:se=\E[m:sf=^J:so=\E[2;7m:ta=^I:te=:\
4771         :ti=\E[>1l\E[>2l\E[>16l\E[4l\E[>9l\E[20l\E[>3l\E[>7h\E[>12l\E[1Q:\
4772         :ue=\E[m:up=\EM:us=\E[4m:vb=\E$\E$P:
4773 pt100w|pt200w|wrenw|fenixw|prime pt100/pt200 in 132-column mode:\
4774         :co#132:\
4775         :cm=\E[%i%d;%dH:tc=pt100:
4776 pt250|Prime PT250:\
4777         :se@:so@:tc=pt100:
4778 pt250w|Prime PT250 in 132-column mode:\
4779         :se@:so@:tc=pt100w:
4781 #### Qume (qvt)
4783 #       Qume, Inc.
4784 #       3475-A North 1st Street
4785 #       San Jose CA 95134
4786 #       Vox: (800)-457-4447
4787 #       Fax: (408)-473-1510
4788 #       Net: josed@techsupp.wyse.com (Jose D'Oliveira)
4790 # Qume was bought by Wyse, but still (as of early 1995) has its own support
4791 # group and production division.
4793 # Discontinued Qume models:
4795 # The qvt101 and qvt102 listed here are long obsolete; so is the qvt101+
4796 # built to replace them, and a qvt119+ which was a 101+ with available wide
4797 # mode (132 columns).  There was a qvt103 which added vt100/vt131 emulations
4798 # and an ANSI-compatible qvt203 that replaced it.  Qume started producing
4799 # ANSI-compatible terminals with the qvt323 and qvt61.
4801 # Current Qume models (as of February 1995):
4803 # All current Qume terminals have ANSI-compatible operation modes.
4804 # Qume is still producing the qvt62, which features emulations for other
4805 # popular lines such as ADDS, and dual-host capabilities.  The qvt82 is
4806 # designed for use as a SCO ANSI terminal.  The qvt70 is a color terminal
4807 # with many emulations including Wyse370, Wyse 325, etc.  Their newest
4808 # model is the qvt520, which is vt420-compatible.
4810 # There are some ancient printing Qume terminals under `Daisy Wheel Printers'
4812 # If you inherit a Qume without docs, try Ctrl-Shift-Setup to enter its
4813 # setup mode.  Shift-s should be a configuration save to NVRAM.
4815 qvt101|qvt108|qume qvt 101 and QVT 108:\
4816         :sg#1:tc=qvt101+:
4818 # This used to have :vs=\E.2: but no :ve: or :vi:.  The BSD termcap
4819 # file had :vs=\EM4 \200\200\200:.  I've done the safe thing and yanked
4820 # both. The :mr: is from BSD, which also claimed bold=\E( and dim=\E).
4821 # What seems to be going on here is that this entry was designed so that
4822 # the normal highlight is bold and standout is dim plus something else
4823 # (reverse-video maybe?  But then, are there two :mr: sequences?)
4824 qvt101+|qvt101p|qume qvt 101 PLUS product:\
4825         :am:bw:hs:ul:\
4826         :co#80:li#24:sg#0:\
4827         :al=\EE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :cr=^M:\
4828         :ct=\E3:dc=\EW:dl=\ER:do=^J:ds=\Eg\Ef\r:ei=:fs=^M:ho=^^:\
4829         :ic=\EQ:im=:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
4830         :k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:kA=\EE:\
4831         :kB=\EI:kE=\ET:kI=\EQ:kL=\ER:kS=\EY:kb=^H:kd=^J:kh=^^:kl=^H:\
4832         :kr=^L:ku=^K:le=^H:mk@:nd=^L:pf=\EA:po=\E@:se=\E(:sf=^J:\
4833         :so=\E0P\E):st=\E1:ta=^I:ts=\Eg\Ef:up=^K:vb=\Eb\Ed:ve=\E.4:\
4834         :tc=adm+sgr:
4835 qvt102|qume qvt 102:\
4836         :ve=\E.:tc=qvt101:
4837 # (qvt103: added <rmam>/<smam> based on init string -- esr)
4838 qvt103|qume qvt 103:\
4839         :am:xn:xo:\
4840         :co#80:it#8:li#24:vt#3:\
4841         :DO=\E[%dB:LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:\
4842         :UP=\E[%dA:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:\
4843         :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:do=^J:\
4844         :ho=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kb=^H:kd=\EOB:\
4845         :ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:\
4846         :mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:rc=\E8:\
4847         :rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
4848         :..sa=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m$<2>:\
4849         :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:ue=\E[m:\
4850         :up=\E[A:us=\E[4m:
4851 qvt103-w|qume qvt103 132 cols:\
4852         :co#132:li#24:\
4853         :rs=\E>\E[?3h\E[?4l\E[?5l\E[?8h:tc=qvt103:
4854 qvt119+|qvt119p|qvt119|qume qvt 119 and 119PLUS terminals:\
4855         :am:hs:mi:ms:\
4856         :co#80:li#24:sg#0:ug#0:\
4857         :al=\EE:bl=^G:bt=\EI:cd=\Ey:ce=\Et:cl=\E*1:cm=\E=%+ %+ :\
4858         :cr=^M:ct=\E3:dc=\EW:dl=\ER:do=^J:ds=\Eg\Ef\r:ei=\Er:fs=^M:\
4859         :ho=^^:im=\Eq:is=\EDF\EC\EG0\Er\E(\E%EX:k0=^AI\r:\
4860         :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
4861         :k7=^AF\r:k8=^AG\r:k9=^AH\r:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:\
4862         :ku=^K:le=^H:nd=^L:pf=\EA:po=\E@:sf=^J:sr=\EJ:st=\E1:ta=^I:\
4863         :ts=\Eg\Ef:up=^K:us=\EG8:vb=\En0\En1:ve=\E.4:vs=\E.2:\
4864         :tc=adm+sgr:
4865 qvt119+-25|qvt119p-25|QVT 119 PLUS with 25 data lines:\
4866         :li#25:tc=qvt119+:
4867 qvt119+-w|qvt119p-w|qvt119-w|QVT 119 and 119 PLUS in 132 column mode:\
4868         :co#132:\
4869         :is=\EDF\EC\EG0\Er\E(\E%\EX\En4:tc=qvt119+:
4870 qvt119+-25-w|qvt119p-25-w|qvt119-25-w|QVT 119 and 119 PLUS 132 by 25:\
4871         :li#25:tc=qvt119+:
4872 qvt203|qvt203+|qume qvt 203 Plus:\
4873         :al=\E[L:dc=\E[P:dl=\E[M:ei=\E[4l:im=\E[4h:ip=:k0=\E[29~:\
4874         :k1=\E[17~:k2=\E[18~:k3=\E[19~:k4=\E[20~:k5=\E[21~:\
4875         :k6=\E[23~:k7=\E[24~:k8=\E[25~:k9=\E[28~:sf=\n:tc=qvt103:
4876 qvt203-w|qvt203-w-am|qume qvt 203 PLUS in 132 cols (w/advanced video):\
4877         :co#132:li#24:\
4878         :rs=\E>\E[?3h\E[?4l\E[?5l\E[?8h:tc=qvt203:
4880 #       Since a command is present for enabling 25 data lines,
4881 #       a specific terminfo entry may be generated for the 203.
4882 #       If one is desired for the QVT 119 PLUS then 25 lines must
4883 #       be selected in the status line (setup line 9).
4885 qvt203-25|QVT 203 PLUS with 25 by 80 column mode:\
4886         :co#80:li#25:\
4887         :is=\E[=40h\E[?3l:tc=qvt203:
4888 qvt203-25-w|QVT 203 PLUS with 25 by 132 columns:\
4889         :co#132:li#25:\
4890         :rs=\E[?3h\E[=40h:tc=qvt203:
4892 #### Televideo (tvi)
4894 #       TeleVideo
4895 #       550 East Brokaw Road
4896 #       PO Box 49048    95161
4897 #       San Jose CA 95112
4898 #       Vox: (408)-954-8333
4899 #       Fax: (408)-954-0623
4902 # There are some tvi terminals that require incredible amounts of padding and
4903 # some that don't.  I'm assuming tvi912 and tvi920 are the old slow ones, and
4904 # tvi912b, tvi912c, tvi920b, tvi920c are the new ones that don't need padding.
4906 # All of these terminals (912 to 970 and the tvipt) are discontinued.  Newer
4907 # Televideo terminals are ANSI and PC-ANSI compatible.
4909 tvi803|televideo 803:\
4910         :cl=\E*:tc=tvi950:
4912 # Vanilla tvi910 -- W. Gish <cswarren@violet> 10/29/86
4913 # Switch settings are:
4915 # S1  1 2 3 4
4916 #     D D D D  9600
4917 #     D D D U    50
4918 #     D D U D    75
4919 #     D D U U   110
4920 #     D U D D   135
4921 #     D U D U   150
4922 #     D U U D   300
4923 #     D U U U   600
4924 #     U D D D  1200
4925 #     U D D U  1800
4926 #     U D U D  2400
4927 #     U D U U  3600
4928 #     U U D D  4800
4929 #     U U D U  7200
4930 #     U U U D  9600
4931 #     U U U U 19200
4933 # S1  5 6 7 8
4934 #     U D X D  7N1 (data bits, parity, stop bits) (X means ignored)
4935 #     U D X U  7N2
4936 #     U U D D  7O1
4937 #     U U D U  7O2
4938 #     U U U D  7E1
4939 #     U U U U  7E2
4940 #     D D X D  8N1
4941 #     D D X U  8N2
4942 #     D U D D  8O1
4943 #     D U U U  8E2
4945 # S1  9  Autowrap
4946 #     U  on
4947 #     D  off
4949 # S1 10  CR/LF
4950 #     U  do CR/LF when CR received
4951 #     D  do CR when CR received
4953 # S2  1  Mode
4954 #     U  block
4955 #     D  conversational
4957 # S2  2  Duplex
4958 #     U  half
4959 #     D  full
4961 # S2  3  Hertz
4962 #     U  50
4963 #     D  60
4965 # S2  4  Edit mode
4966 #     U  local
4967 #     D  duplex
4969 # S2  5  Cursor type
4970 #     U  underline
4971 #     D  block
4973 # S2  6  Cursor down key
4974 #     U  send ^J
4975 #     D  send ^V
4977 # S2  7  Screen colour
4978 #     U  green on black
4979 #     D  black on green
4981 # S2  8  DSR status (pin 6)
4982 #     U  disconnected
4983 #     D  connected
4985 # S2  9  DCD status (pin 8)
4986 #     U  disconnected
4987 #     D  duplex
4989 # S2 10  DTR status (pin 20)
4990 #     U  disconnected
4991 #     D  duplex
4992 # (tvi910: removed obsolete ":ma=^Kk^Ll^R^L:"; added :kh:, :le:, :do:,
4993 # :sf:, <hpa>, <vpa>, :am:, :ms: from SCO entry -- esr)
4994 tvi910|televideo model 910:\
4995         :am:bs:ms:\
4996         :co#80:it#8:li#24:sg#1:\
4997         :bl=^G:bt=\EI:cd=\EY:ce=\ET:ch=\E]%+ :cl=^Z:cm=\E=%+ %+ :\
4998         :cr=^M:cv=\E[%+ :do=^J:ho=\E=\001\001:\
4999         :if=/usr/share/tabset/stdcrt:k0=^AI\r:k1=^A@\r:k2=^AA\r:\
5000         :k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:\
5001         :k9=^AH\r:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:mk@:nd=^L:\
5002         :sf=^J:ta=^I:up=^K:tc=adm+sgr:
5003 # From: Alan R. Rogers <rogers%albany@csnet-relay>
5004 # as subsequently hacked over by someone at SCO
5005 # (tvi910+: removed obsolete ":ma=^K^P^L :" -- esr)
5007 # Here are the 910+'s DIP switches (U = up, D = down, X = don't care):
5009 # S1  1 2 3 4:
5010 #     D D D D  9600     D D D U    50     D D U D    75     D D U U   110
5011 #     D U D D   135     D U D U   150     D U U D   300     D U U U   600
5012 #     U D D D  1200     U D D U  1800     U D U D  2400     U D U U  3600
5013 #     U U D D  4800     U U D U  7200     U U U D  9600     U U U U 19200
5015 # S1  5 6 7 8:
5016 #     U D X D  7N1     U D X U  7N2     U U D D  7O1     U U D U  7O2
5017 #     U U U D  7E1     U U U U  7E2     D D X D  8N1     D D X U  8N2
5018 #     D U D D  8O1     D U U U  8E2
5020 # S1  9  Autowrap            (U = on, D = off)
5021 # S1 10  CR/LF               (U = CR/LF on CR received, D = CR on CR received)
5022 # S2  1  Mode                (U = block, D = conversational)
5023 # S2  2  Duplex              (U =  half, D = full)
5024 # S2  3  Hertz               (U = 50, D = 60)
5025 # S2  4  Edit mode           (U = local, D = duplex)
5026 # S2  5  Cursor type         (U = underline, D = block)
5027 # S2  6  Cursor down key     (U = send ^J, D = send ^V)
5028 # S2  7  Screen colour       (U = green on black, D = black on green)
5029 # S2  8  DSR status (pin 6)  (U = disconnected, D = connected)
5030 # S2  9  DCD status (pin 8)  (U = disconnected, D = connected)
5031 # S2 10  DTR status (pin 20) (U = disconnected, D = connected)
5033 tvi910+|televideo 910+:\
5034         :al=\EE:dc=\EW:dl=\ER:ei=:ho=^^:ic=\EQ:im=:k0=^A@\r:k1=^AA\r:\
5035         :k2=^AB\r:k3=^AC\r:k4=^AD\r:k5=^AE\r:k6=^AF\r:k7=^AG\r:\
5036         :k8=^AH\r:k9=^AI\r:ll=\E=7\s:tc=tvi910:
5038 # (tvi912: removed obsolete ":ma=^K^P^L :", added  :vb: and
5039 # :kh: from BRL entry -- esr)
5040 tvi912|tvi914|tvi920|old televideo 912/914/920:\
5041         :am:bs:ms:pt:\
5042         :co#80:it#8:li#24:sg#1:ug#1:\
5043         :al=\EE:bl=^G:cd=\Ey:ce=\ET:cl=^Z:cm=\E=%+ %+ :cr=^M:ct=\E3:\
5044         :dc=\EW:dl=\ER:do=^J:ei=:ho=^^:ic=\EQ:\
5045         :if=/usr/share/tabset/stdcrt:im=:k0=^AI\r:k1=^A@\r:\
5046         :k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:\
5047         :k8=^AG\r:k9=^AH\r:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:\
5048         :nd=^L:se=\Ek:sf=^J:so=\Ej:st=\E1:ta=^I:ue=\Em:up=^K:us=\El:\
5049         :vb=\Eb\Ed:
5050 # the 912 has a <funct> key that's like shift: <funct>8 xmits "^A8\r".
5051 # The 920 has this plus real function keys that xmit different things.
5052 # Terminfo makes you use the funct key on the 912 but the real keys on the 920.
5053 tvi912c|tvi912b|new televideo 912:\
5054         :al=\EE:dl=\ER:tc=tvi912:
5055 # set to page 1 when entering curses application (\E-17 )
5056 # reset to page 0 when exiting curses application (\E-07 )
5057 tvi912-2p|tvi920-2p|tvi-2p|televideo w/2 pages:\
5058         :te=\E-07\s:ti=\E-17\s:tc=tvi912:
5059 # We got some new tvi912c terminals that act really weird on the regular
5060 # termcap, so one of our gurus worked this up. Seems that cursor
5061 # addressing is broken.
5062 tvi912cc|tvi912 at cowell college:\
5063         :cm@:tc=tvi912c:
5065 # Here are the switch settings for the tvi920c:
5067 # S1 (Line), and S3 (Printer) baud rates -- put one, and only one, switch down:
5068 # 2: 9600       3: 4800         4: 2400         5: 1200
5069 # 6:  600       7:  300         8:  150         9:   75
5070 # 10: 110
5072 # S2 UART/Terminal options:
5073 #               Up                      Down
5074 # 1:            Not used                Not allowed
5075 # 2:    Alternate character set   Standard character set
5076 # 3:        Full duplex             Half duplex
5077 # 4:        50 Hz refresh           60 Hz refresh
5078 # 5:          No parity              Send parity
5079 # 6:         2 stop bits             1 stop bit
5080 # 7:         8 data bits             7 data bits
5081 # 8:            Not used                Not allowed on Rev E or lower
5082 # 9:         Even parity             Odd parity
5083 # 10:       Steady cursor           Blinking cursor
5084 #       (On Rev E or lower, use W25 instead of switch 10.)
5086 # S5 UART/Terminal options:
5087 #               Open                    Closed
5088 # 1:    P3-6 Not connected      DSR received on P3-6
5089 # 2:    P3-8 Not connected      DCD received on P3-8
5091 # 3 Open, 4 Open:               P3-20 Not connected
5092 # 3 Open, 4 Closed:     DTR on when terminal is on
5093 # 3 Closed, 4 Open:     DTR is connected to RTS
5094 # 3 Closed, 4 Closed:   Not allowed
5096 # 5 Closed:     HDX printer (hardware control) Rev. K with extension port off,
5097 #               all data transmitted out of the modem port (P3) will also be
5098 #               transmitted out of the printer port (P4).
5100 # 6 Open, 7 Open:               Not allowed
5101 # 6 Open, 7 Closed:     20ma current loop input
5102 # 6 Closed, 7 Open:     RS232 input
5103 # 6 Closed, 7 Closed:   Not allowed
5105 # Jumper options:
5106 # If the jumper is installed, the effect will occur (the next time the terminal
5107 # is switched on).
5109 # S4/W31:       Enables automatic LF upon receipt of CR from
5110 #               remote or keyboard.
5111 # S4/W32:       Enables transmission of EOT at the end of Send.  If not
5112 #               installed, a carriage return is sent.
5113 # S4/W33:       Disables automatic carriage return in column 80.
5114 # S4/W34:       Selects Page Print Mode as initial condition.  If not
5115 #               installed, Extension Mode is selected.
5117 tvi920b|tvi920c|new televideo 920:\
5118         :al=\EE:dl=\ER:k0=^AI\r:k1=^A@\r:k2=^AA\r:k3=^AB\r:\
5119         :k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:\
5120         :tc=tvi912:
5122 # Televideo 921 and variants
5123 # From: Tim Theisen <tim@cs.wisc.edu> 22 Sept 1995
5124 # (tvi921: removed :ko=bt: before translation, I see no backtab cap;
5125 # also added empty <acsc> to suppress tic warning -- esr)
5126 tvi921|televideo model 921 with sysline same as page & real vi function:\
5127         :am:bs:hs:pt:xn:xs:\
5128         :co#80:li#24:sg#0:\
5129         :ac=:ae=\E%%%:al=\EE:as=\E$:cd=\EY:ce=\ET:cl=^Z:\
5130         :cm=3\E=%+ %+ :cr=^M:dc=\EW:dl=1*\ER:do=^V:ds=\Ef\r\Eg:ei=:\
5131         :fs=\Eg:ho=^^:ic=\EQ:if=/usr/share/tabset/stdcrt:im=:\
5132         :is=\El\E"\EF1\E.3\017\EA\E<:kA=\EE:kC=^Z:kD=\EW:kE=\ET:\
5133         :kI=\EQ:kL=1*\ER:kS=\EY:kb=^H:kd=^V:kl=^H:kr=^L:ku=^K:le=^H:\
5134         :mk@:nd=^L:nw=^M^J:sf=^J:ta=^I:ts=\Ef\EG0:up=^K:ve=\E.3:\
5135         :vs=\E.2:tc=adm+sgr:
5136 # without the beeper
5137 # (tvi92B: removed :ko=bt: before translation, I see no backtab cap;
5138 # also added empty <acsc> to suppress tic warning -- esr)
5139 tvi92B|televideo model 921 with sysline same as page & real vi function & no beeper:\
5140         :am:hs:xn:xs:\
5141         :co#80:li#24:sg#0:\
5142         :ac=:ae=\E%%%:al=\EE:as=\E$:cd=\EY:ce=\ET:cl=^Z:\
5143         :cm=3\E=%+ %+ :cr=^M:dc=\EW:dl=1*\ER:do=^V:ds=\Ef\r\Eg:ei=:\
5144         :fs=\Eg:ho=^^:ic=\EQ:if=/usr/share/tabset/stdcrt:im=:\
5145         :is=\El\E"\EF1\E.3\017\EA\E<:kA=\EE:kC=^Z:kD=\EW:kE=\ET:\
5146         :kI=\EQ:kL=1*\ER:kS=\EY:kb=^H:kd=^V:kl=^H:kr=^L:ku=^K:le=^H:\
5147         :mk@:nd=^L:nw=^M^J:sf=^J:ta=^I:ts=\Ef\EG0:up=^K:vb=\Eb\Ed:\
5148         :ve=\E.3:vs=\E.2:tc=adm+sgr:
5149 # (tvi92D: removed :ko=bt: before translation, I see no backtab cap -- esr)
5150 tvi92D|tvi92B with DTR instead of XON/XOFF & better padding:\
5151         :al=2*\EE:dl=2*\ER:is=\El\E"\EF1\E.3\016\EA\E<:kA=2*\EE:\
5152         :kL=2*\ER:tc=tvi92B:
5154 # (tvi924: This used to have :ds=\Es0:, :fs=\031:.  I put the new strings
5155 # in from a BSD termcap file because it looks like they do something the
5156 # old ones skip -- esr)
5157 tvi924|televideo tvi924:\
5158         :am:bw:hs:in:mi:ms:xn:xo:\
5159         :co#80:it#8:li#24:sg#0:ws#80:\
5160         :F1=^AK\r:F2=^AL\r:F3=^AM\r:F4=^AN\r:F5=^AO\r:al=\EE:bl=^G:\
5161         :bt=\EI:cd=\Ey:ce=\Et:cl=\E*0:cm=\E=%+ %+ :cr=^M:\
5162         :cs=\E_%+ %+ :ct=\E3:dc=\EW:dl=\ER:do=^V:ds=\Es0\Ef\031:\
5163         :ei=:fs=\031\Es1:ho=^^:\
5164         :i1=\017\E%\E'\E(\EDF\EC\EG0\EN0\Es0\Ev0:ic=\EQ:\
5165         :if=/usr/share/tabset/stdcrt:im=:k0=^A@\r:k1=^AA\r:\
5166         :k2=^AB\r:k3=^AC\r:k4=^AD\r:k5=^AE\r:k6=^AF\r:k7=^AG\r:\
5167         :k8=^AH\r:k9=^AI\r:k;=^AJ\r:kA=\EE:kC=\E*0:kD=\EW:kE=\Et:\
5168         :kI=\EQ:kL=\ER:kS=\Ey:kb=^H:kd=^V:kh=^^:kl=^H:kr=^L:ku=^K:\
5169         :l0=F1:l1=F2:l2=F3:l3=F4:l4=F5:l5=F6:l6=F7:l7=F8:l8=F9:l9=F10:\
5170         :la=F11:le=^H:mb=\EG2:mk@:nd=^L:pk=\E|%+1%s\031:sf=^J:\
5171         :sr=\Ej:st=\E1:ta=^I:ts=\Ef:up=^K:vb=\Eb\Ed:ve=\E.3:vi=\E.0:\
5172         :vs=\E.1:tc=adm+sgr:
5174 # TVI925 DIP switches.  In each of these, D = Down and U = Up,
5176 # Here are the settings for the external (baud) switches (S1):
5178 #             Position          Baud
5179 # 7     8       9       10              [Printer]
5180 # 1     2       3       4               [Main RS232]
5181 # -----------------------------------------------------
5182 # D     D       D       D       9600
5183 # D     D       D       U         50
5184 # D     D       U       D         75
5185 # D     D       U       U        110
5186 # D     U       D       D        135
5187 # D     U       D       U        150
5188 # D     U       U       D        300
5189 # D     U       U       U        600
5190 # U     D       D       D       1200
5191 # U     D       D       U       1800
5192 # U     D       U       D       2400
5193 # U     D       U       U       3600
5194 # U     U       D       D       4800
5195 # U     U       D       U       7200
5196 # U     U       U       D       9600
5197 # U     U       U       U       19200
5200 # Settings for word length and stop-bits (S1)
5202 #  Position     Description
5203 # 5     6
5204 # ---------------------------
5205 # U     -       7-bit word
5206 # D     -       8-bit word
5207 # -     U       2 stop bits
5208 # -     D       1 stop bit
5211 # S2 (external) settings
5213 # Position      Up      Dn      Description
5214 # --------------------------------------------
5215 # 1             X               Local edit
5216 #                       X       Duplex edit (transmit editing keys)
5217 # --------------------------------------------
5218 # 2             X               912/920 emulation
5219 #                       X       925
5220 # --------------------------------------------
5221 # 3                     X
5222 # 4                     X       No parity
5223 # 5                     X
5224 # --------------------------------------------
5225 # 3                     X
5226 # 4                     X       Odd parity
5227 # 5             X
5228 # --------------------------------------------
5229 # 3                     X
5230 # 4             X               Even parity
5231 # 5             X
5232 # --------------------------------------------
5233 # 3             X
5234 # 4                     X       Mark parity
5235 # 5             X
5236 # --------------------------------------------
5237 # 3             X
5238 # 4             X               Space parity
5239 # 5             X
5240 # --------------------------------------------
5241 # 6             X               White on black display
5242 #                       X       Black on white display
5243 # --------------------------------------------
5244 # 7                     X       Half Duplex
5245 # 8                     X
5246 # --------------------------------------------
5247 # 7             X               Full Duplex
5248 # 8                     X
5249 # --------------------------------------------
5250 # 7                     X       Block mode
5251 # 8             X
5252 # --------------------------------------------
5253 # 9                     X       50 Hz
5254 #               X               60 Hz
5255 # --------------------------------------------
5256 # 10            X               CR/LF (Auto LF)
5257 #                       X       CR only
5259 # S3 (internal switch) settings:
5261 # Position      Up      Dn      Description
5262 # --------------------------------------------
5263 # 1             X               Keyclick off
5264 #                       X       Keyclick on
5265 # --------------------------------------------
5266 # 2                     X       English
5267 # 3                     X
5268 # --------------------------------------------
5269 # 2                     X       German
5270 # 3             X
5271 # --------------------------------------------
5272 # 2             X               French
5273 # 3                     X
5274 # --------------------------------------------
5275 # 2             X               Spanish
5276 # 3             X
5277 # --------------------------------------------
5278 # 4                     X       Blinking block cursor
5279 # 5                     X
5280 # --------------------------------------------
5281 # 4                     X       Blinking underline cursor
5282 # 5             X
5283 # --------------------------------------------
5284 # 4             X               Steady block cursor
5285 # 5                     X
5286 # --------------------------------------------
5287 # 4             X               Steady underline cursor
5288 # 5             X
5289 # --------------------------------------------
5290 # 6             X               Screen blanking timer (ON)
5291 #                       X       Screen blanking timer (OFF)
5292 # --------------------------------------------
5293 # 7             X               Page attributes
5294 #                       X       Line attributes
5295 # --------------------------------------------
5296 # 8             X               DCD disconnected
5297 #                       X       DCD connected
5298 # --------------------------------------------
5299 # 9             X               DSR disconnected
5300 #                       X       DSR connected
5301 # --------------------------------------------
5302 # 10            X               DTR Disconnected
5303 #                       X       DTR connected
5304 # --------------------------------------------
5306 # (tvi925: BSD has :cl=\E*:.  I got :is: and :sr: from there -- esr)
5307 tvi925|televideo 925:\
5308         :am:bs:bw:hs:ul:\
5309         :co#80:li#24:sg#1:\
5310         :al=\EE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :cr=^M:\
5311         :ct=\E3:dc=\EW:dl=\ER:do=^V:ds=\Eh:ei=:fs=^M\Eg:ho=^^:ic=\EQ:\
5312         :im=:is=\El\E":k0=^AI\r:k1=^A@\r:k2=^AA\r:k3=^AB\r:\
5313         :k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:\
5314         :kA=\EE:kC=^Z:kD=\EW:kE=\ET:kI=\EQ:kL=\ER:kS=\EY:kb=^H:kd=^V:\
5315         :kh=^^:kl=^H:kr=^L:ku=^K:le=^H:mk@:nd=^L:sf=^J:sr=\Ej:st=\E1:\
5316         :ta=^I:ts=\Eh\Ef:up=^K:vb=\Eb\Ed:ve=\E.4:vs=\E.2:\
5317         :tc=adm+sgr:
5318 # TeleVideo 925 from Mitch Bradley <sun!wmb> via BRL
5319 # to avoid "magic cookie" standout glitch:
5320 tvi925-hi|TeleVideo Model 925 with half intensity standout mode:\
5321         :sg@:\
5322         :kb=^H:kd=^J:kl=^H:se=\E(:so=\E):tc=tvi925:
5324 # From: Todd Litwin <litwin@litwin.jpl.nasa.gov> 28 May 1993
5325 # Originally Tim Curry, Univ. of Central Fla., <duke!ucf-cs!tim> 5/21/82
5326 # for additional capabilities,
5327 # The following tvi descriptions from B:pjphar and virus!mike
5328 # is for all 950s.  It sets the following attributes:
5329 # full duplex (\EDF)            write protect off (\E()
5330 # conversation mode (\EC)       graphics mode off (\E%)
5331 # white on black (\Ed)          auto page flip off (\Ew)
5332 # turn off status line (\Eg)    clear status line (\Ef\r)
5333 # normal video (\E0)            monitor mode off (\EX or \Eu)
5334 # edit mode (\Er)               load blank char to space (\Ee\040)
5335 # line edit mode (\EO)          enable buffer control (^O)
5336 # protect mode off (\E\047)     duplex edit keys (\El)
5337 # program unshifted send key to send line all (\E016)
5338 # program shifted send key to send line unprotected (\E004)
5339 # set the following to nulls:
5340 #       field delimiter (\Ex0\200\200)
5341 #       line delimiter (\Ex1\200\200)
5342 #       start-protected field delimiter (\Ex2\200\200)
5343 #       end-protected field delimiter (\Ex3\200\200)
5344 # set end of text delimiter to carriage return/null (\Ex4\r\200)
5346 #                     TVI 950 Switch Setting Reference Charts
5348 #                                     TABLE 1:
5350 #      S1     1     2     3     4     5     6     7     8     9    10
5351 #          +-----------------------+-----+-----+-----------------------+
5352 #          | Computer Baud Rate    |Data |Stop | Printer Baud Rate     |
5353 #          |                       |Bits |Bits |                       |
5354 #   +------+-----------------------+-----+-----+-----------------------+
5355 #   |  Up  |        See            |  7  |  2  |        See            |
5356 #   +------+-----------------------+-----+-----+-----------------------+
5357 #   | Down |      TABLE 2          |  8  |  1  |      TABLE 2          |
5358 #   +------+-----------------------+-----+-----+-----------------------+
5361 #      S2     1     2     3     4     5     6     7     8     9    10
5362 #          +-----+-----+-----------------+-----+-----------+-----+-----+
5363 #          |Edit |Cursr|    Parity       |Video|Transmiss'n| Hz  |Click|
5364 #   +------+-----+-----+-----------------+-----+-----------+-----+-----+
5365 #   |  Up  | Dplx|Blink|      See        |GonBk|   See     | 60  | Off |
5366 #   +------+-----+-----+-----------------+-----+-----------+-----+-----+
5367 #   | Down |Local|St'dy|    TABLE 3      |BkonG|  CHART    | 50  | On  |
5368 #   +------+-----+-----+-----------------+-----+-----------+-----+-----+
5370 #                                    TABLE 2:
5372 #             +-----------+-----+-----+-----+-----+-----------+
5373 #             | Display   |  1  |  2  |  3  |  4  |   Baud    |
5374 #             +-----------+-----+-----+-----+-----+           |
5375 #             | Printer   |  7  |  8  |  9  | 10  |   Rate    |
5376 #             +-----------+-----+-----+-----+-----+-----------+
5377 #                         |  D  |  D  |  D  |  D  |   9600    |
5378 #                         |  U  |  D  |  D  |  D  |     50    |
5379 #                         |  D  |  U  |  D  |  D  |     75    |
5380 #                         |  U  |  U  |  D  |  D  |    110    |
5381 #                         |  D  |  D  |  U  |  D  |    135    |
5382 #                         |  U  |  D  |  U  |  D  |    150    |
5383 #                         |  D  |  U  |  U  |  D  |    300    |
5384 #                         |  U  |  U  |  U  |  D  |    600    |
5385 #                         |  D  |  D  |  D  |  U  |   1200    |
5386 #                         |  U  |  D  |  D  |  U  |   1800    |
5387 #                         |  D  |  U  |  D  |  U  |   2400    |
5388 #                         |  U  |  U  |  D  |  U  |   3600    |
5389 #                         |  D  |  D  |  U  |  U  |   4800    |
5390 #                         |  U  |  D  |  U  |  U  |   7200    |
5391 #                         |  D  |  U  |  U  |  U  |   9600    |
5392 #                         |  U  |  U  |  U  |  U  |  19200    |
5393 #                         +-----+-----+-----+-----+-----------+
5395 #                                    TABLE 3:
5396 #                         +-----+-----+-----+-----------+
5397 #                         |  3  |  4  |  5  |   Parity  |
5398 #                         +-----+-----+-----+-----------+
5399 #                         |  X  |  X  |  D  |    None   |
5400 #                         |  D  |  D  |  U  |     Odd   |
5401 #                         |  D  |  U  |  U  |    Even   |
5402 #                         |  U  |  D  |  U  |    Mark   |
5403 #                         |  U  |  U  |  U  |   Space   |
5404 #                         +-----+-----+-----+-----------+
5405 #                                 X = don't care
5407 #                                     CHART:
5408 #                         +-----+-----+-----------------+
5409 #                         |  7  |  8  | Communication   |
5410 #                         +-----+-----+-----------------+
5411 #                         |  D  |  D  |  Half Duplex    |
5412 #                         |  D  |  U  |  Full Duplex    |
5413 #                         |  U  |  D  |     Block       |
5414 #                         |  U  |  U  |     Local       |
5415 #                         +-----+-----+-----------------+
5417 # (tvi950: early versions had obsolete ":ma=^Vj^Kk^Hh^Ll^^H:".
5418 # I also inserted :ic: and :kI:; the :ko: string indicated that :IC:
5419 # should be present and all tvi native modes use the same string for this.
5420 # Finally, note that BSD has cud1=^V. -- esr)
5421 tvi950|televideo 950:\
5422         :am:bs:hs:mi:ms:xn:xo:\
5423         :co#80:it#8:li#24:sg#1:\
5424         :ac=b\011c\014d\re\ni\013:ae=^X:al=\EE:as=^U:bl=^G:bt=\EI:\
5425         :cd=\Ey:ce=\Et:cl=\E*:cm=\E=%+ %+ :cr=^M:ct=\E3:dc=\EW:\
5426         :dl=\ER:do=^J:ds=\Eg\Ef\r:ei=\Er:fs=^M:ho=^^:ic=\EQ:im=\Eq:\
5427         :is=\EDF\EC\Ed\EG0\Eg\Er\EO\E'\E(\E%\Ew\EX\Ee \017\011\El\E016\E004\Ex0\0\0\Ex1\0\0\Ex2\0\0\011\Ex3\0\0\Ex4\r\0\Ef\r:\
5428         :k0=^A0\r:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
5429         :k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:kA=\EE:kB=\EI:kC=\E*:\
5430         :kD=\EW:kE=\Et:kI=\EQ:kL=\ER:kS=\Ey:kb=^H:kd=^V:kh=^^:kl=^H:\
5431         :kr=^L:ku=^K:le=^H:mk@:nd=^L:pf=\Ea:po=\E`:sf=^J:sr=\Ej:\
5432         :st=\E1:ta=^I:ts=\Eg\Ef:up=^K:vb=\Eb\Ed:tc=adm+sgr:
5434 # is for 950 with two pages adds the following:
5435 #       set 48 line page (\E\\2)
5436 #       place cursor at page 0, line 24, column 1 (\E-07 )
5437 #       set local (no send) edit keys (\Ek)
5439 # two page 950 adds the following:
5440 #       when entering ex, set 24 line page (\E\\1)
5441 #       when exiting ex, reset 48 line page (\E\\2)
5442 #                        place cursor at 0,24,1 (\E-07 )
5443 #       set duplex (send) edit keys (\El) when entering vi
5444 #       set local (no send) edit keys (\Ek) when exiting vi
5446 tvi950-2p|televideo950 w/2 pages:\
5447         :is=\EDF\EC\Ed\EG0\Eg\Er\EO\E'\E(\E%\Ew\EX\Ee \017\011\Ek\E016\E004\Ex0\0\0\Ex1\0\0\Ex2\0\0\011\Ex3\0\0\Ex4\r\0\E\\2\E-07 \011:\
5448         :ke=\Ek:ks=\El:te=\E\\2\E-07\s:ti=\E\\1\E-07\s:tc=tvi950:
5450 # is for 950 with four pages adds the following:
5451 #       set 96 line page (\E\\3)
5452 #       place cursor at page 0, line 24, column 1 (\E-07 )
5454 # four page 950 adds the following:
5455 #       when entering ex, set 24 line page (\E\\1)
5456 #       when exiting ex, reset 96 line page (\E\\3)
5457 #                        place cursor at 0,24,1 (\E-07 )
5459 tvi950-4p|televideo950 w/4 pages:\
5460         :is=\EDF\EC\Ed\EG0\Eg\Er\EO\E'\E(\E%\Ew\EX\Ee \017\011\Ek\E016\E004\Ex0\0\0\Ex1\0\0\Ex2\0\0\011\Ex3\0\0\Ex4\r\0\E\\3\E-07 \011:\
5461         :ke=\Ek:ks=\El:te=\E\\3\E-07\s:ti=\E\\1\E-07\s:tc=tvi950:
5463 # :is: for reverse video 950 changes the following:
5464 #       set reverse video (\Ed)
5466 # set vb accordingly (\Ed ...delay... \Eb)
5468 tvi950-rv|televideo950 rev video:\
5469         :is=\EDF\EC\Eb\EG0\Eg\Er\EO\E'\E(\E%\Ew\EX\Ee \017\011\El\E016\E004\Ex0\0\0\Ex1\0\0\Ex2\0\0\011\Ex3\0\0\Ex4\r\0:\
5470         :vb=\Ed\Eb:tc=tvi950:
5472 # tvi950-rv-2p uses the appropriate entries from 950-2p and 950-rv
5473 tvi950-rv-2p|televideo950 rev video w/2 pages:\
5474         :is=\EDF\EC\Eb\EG0\Eg\Er\EO\E'\E(\E%\Ew\EX\Ee \017\011\Ek\E016\E004\Ex0\0\0\Ex1\0\0\Ex2\0\0\011\Ex3\0\0\Ex4\r\0\E\\2\E-07\s:\
5475         :ke=\Ek:ks=\El:te=\E\\2\E-07\s:ti=\E\\1\E-07\s:vb=\Ed\Eb:\
5476         :tc=tvi950:
5478 # tvi950-rv uses the appropriate entries from 950-4p and 950-rv
5479 tvi950-rv-4p|televideo950 rev video w/4 pages:\
5480         :is=\EDF\EC\Eb\EG0\Er\EO\E'\E(\E%\Ew\EX\Ee \017\011\Ek\E016\E004\Ex0\0\0\Ex1\0\0\Ex2\0\0\011\Ex3\0\0\Ex4\r\0\E\\3\E-07\s:\
5481         :ke=\Ek:ks=\El:te=\E\\3\E-07\s:ti=\E\\1\E-07\s:vb=\Ed\Eb:\
5482         :tc=tvi950:
5483 # From: Andreas Stolcke <stolcke@icsi.berkeley.edu>
5484 # (tvi955: removed obsolete ":ma:=^Vj^Kk^Hh^Ll^^H";
5485 # removed incorrect (and overridden) ":do=^J:"; fixed broken continuations in
5486 # the :rs: string, inserted the :IC: implied by the termcap :ko: string.  Note
5487 # the :ko: string had :cl: in it, which means that one of the original
5488 # :cl=\E*:, <kclr=\EY> had to be wrong; set <kclr=\E*> because that's what
5489 # the 950 has.   Finally, corrected the <kel> string to match the 950 and what
5490 # ko implies -- esr)
5491 # If the BSD termcap file was right, :cm=\E=%p1%{32}%+%c%p2%{32}%+%c: would
5492 # also work.
5493 tvi955|televideo 955:\
5494         :5i:bs:ms@:\
5495         :it#8:sg@:\
5496         :RA=\E[=7l:RX=^N:SA=\E[=7h:SX=^O:\
5497         :ac=0_`RjHkGlFmEnIoPqKsQtMuLvOwNxJ:ae=\E%%%:as=\E$:\
5498         :cm=\E[%i%d;%dH:do=^V:is=\E[=3l\EF1\Ed\EG0\E[=5l\E%\El:\
5499         :kM=\EQ:kN=\EK:kP=\EJ:kT=\E1:ka=\E3:kt=\E2:mb=\EG2:\
5500         :me=\EG0\E[=5l:mh=\E[=5h:mk=\EG1:ps=\EP:\
5501         :r1=\EDF\EC\Eg\Er\EO\E'\E(\Ew\EX\Ee \017\E0P\E6\0\E0p\E4\0\Ef\r:\
5502         :sf@:ve=\E.2:vi=\E.0:vs=\E.1:tc=tvi950:
5503 tvi955-w|955-w|televideo955 w/132 cols:\
5504         :co#132:\
5505         :is=\E[=3h\EF1\Ed\EG0\E[=5l\E%\El:tc=tvi955:
5506 # use half-intensity as normal mode, full intensity as :md:
5507 tvi955-hb|955-hb|televideo955 half-bright:\
5508         :is=\E[=3l\EF1\Ed\EG0\E[=5h\E%\El:md=\E[=5l:\
5509         :me=\EG0\E[=5h:mh@:tc=tvi955:
5510 # From: Humberto Appleton <beto@cs.utexas.edu>, 880521 UT Austin
5511 # (tvi970: removed ":sg#0:"; removed :se:=\E[m, :ue:=\E[m;
5512 # added :am:/:cs:/:ho:/<hpa>/<vpa>/:ti:/:te: from BRL.
5513 # According to BRL we could have :ke:=\E>, :ks:=\E= but I'm not sure what
5514 # it does to the function keys.  I deduced <rmam>/<smam>.
5515 # also added empty <acsc> to suppress tic warning,  -- esr)
5516 tvi970|televideo 970:\
5517         :am:bs:da:db:mi:ms:pt:\
5518         :co#80:it#8:li#24:\
5519         :RA=\E[?7h:SA=\E[?7l:ac=:ae=\E(B:al=\E[L:as=\E(B:bt=\E[Z:\
5520         :cd=\E[J:ce=\E[K:ch=\E[%i%dG:cl=\E[H\E[2J:cm=\E[%i%d;%df:\
5521         :cs=\E[%i%d;%dr:cv=\E[%i%dd:dc=\E[P:dl=\E[M:do=\ED:\
5522         :ds=\Eg\Ef\r:ei=\E[4l:ho=\E[H:im=\E[4h:\
5523         :is=\E<\E[?21l\E[19h\E[1Q\E[10l\E[7l\E[H\E[2J:k1=\E?a:\
5524         :k2=\E?b:k3=\E?c:k4=\E?d:k5=\E?e:k6=\E?f:k7=\E?g:k8=\E?h:\
5525         :k9=\E?i:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
5526         :le=^H:me=\E[m:nd=\E[C:se=\E[m:so=\E[7m:sr=\EM:ta=^I:te=:\
5527         :ti=\E[?20l\E[?7h\E[1Q:ue=\E[m:up=\EM:us=\E[4m:\
5528         :vb=\E[5m\E[m:vs=\E[1Q:
5529 tvi970-vb|televideo 970 with visual bell:\
5530         :vb=\E[?5h\0\0\0\0\0\0\0\0\0\0\0\0\0\E[?5l:tc=tvi970:
5531 tvi970-2p|televideo 970 with using 2 pages of memory:\
5532         :te=\E[H\E[J\E[V:ti=\E[U\E[?20l\E[?7h\E[1Q:tc=tvi970:
5533 # Works with vi and rogue.  NOTE: Esc v sets autowrap on, Esc u sets 80 chars
5534 # per line (rather than 40), Esc K chooses the normal character set.  Not sure
5535 # padding is needed, but adapted from the tvi920c termcap.  The :so: and
5536 # :us: strings are klutzy, but at least use no screen space.
5537 # (tvipt: removed obsolete ":ma=^Kk^Ll^R^L:".  I wish we knew <rmam>,
5538 # its absence means <smam>=\Ev isn't safe to use. -- esr)
5539 # From: Gene Rochlin <armsis@amber.berkeley.edu> 9/19/84.
5540 # The :cd:/:k0:/:k1:/:kh:/<mc4>, and <mc5> caps are from BRL, which says:
5541 # F1 and F2 should be programmed as ^A and ^B; required for UNIFY.
5542 tvipt|televideo personal terminal:\
5543         :am:bs:\
5544         :co#80:li#24:\
5545         :al=\EE:bt=\EI:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :dl=\ER:\
5546         :ho=^^:if=/usr/share/tabset/stdcrt:is=\Ev\Eu\EK:k0=^A:\
5547         :k1=^B:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:nd=^L:pf=^T:\
5548         :po=^R:se=\EF:so=\EG1@A\EH:ue=\EF:up=^K:us=\EG1B@\EH:
5549 # From: Nathan Peterson <nathan@sco.com>, 03 Sep 1996
5550 # (untranslatable capabilities removed to fit entry within 1023 bytes)
5551 # (sgr removed to fit entry within 1023 bytes)
5552 # (acsc removed to fit entry within 1023 bytes)
5553 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
5554 tvi9065|televideo 9065:\
5555         :am:bw:hs:mi:ms:xn:xo:\
5556         :co#80:it#8:li#25:lm#0:ma#4:vt#0:ws#30:\
5557         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
5558         :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:\
5559         :ae=\E%%%:al=\EE:as=\E$:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=^Z:\
5560         :cm=\E=%+ %+ :cr=^M:cs=\E[%i%d;%dr:ct=\E3:dc=\EW:dl=\ER:\
5561         :dm=\Er:do=^V:ds=\E_30\r:ec=\E[%d@:ed=\0:ei=\Er:fs=^M:ho=^^:\
5562         :i1=\E"\E%\E'\E(\EG@\EO\EX\E[=5l\E[=6l\E[=7h\Ed\Er:\
5563         :i2=\E<\E[=4l\E[=8h:if=/usr/share/tabset/stdcrt:im=\Eq:\
5564         :ip=:is=\EF2\EG0\E\\L:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:\
5565         :k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:kD=\EW:kb=^H:\
5566         :kd=^V:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:ll=\E[25;1H:mb=\EG2:\
5567         :md=\EG,:me=\EG0:mh=\EGp:mr=\EG4:nd=^L:nw=^M^J:\
5568         :rp=\E[%r%db%.:se=\EG0:sf=^J:so=\EGt:sr=\Ej:st=\E1:ta=^I:\
5569         :te=\E.3\Er\E[1;25r\E[25;0H:ti=\E.2:ts=\E[4;1v\E_30:\
5570         :uc=\EG8\EG0:ue=\EG0:up=^K:us=\EG8:vb=\Eb\Ed:ve=\E.3:\
5571         :vi=\E.0:vs=\E.2:
5573 #### Visual (vi)
5575 # In September 1993, Visual Technology of Westboro, Massachusetts,
5576 # merged with White Pine Software of Nashua, New Hampshire.
5578 # White Pine Software may be contacted at +1 603/886-9050.
5579 # Or visit White Pine on the World Wide Web at URL http://www.wpine.com.
5582 # Visual 50 from Beau Shekita, BTL-Whippany <whuxlb!ejs>
5583 # Recently I hacked together the following termcap for Visual
5584 # Technology's Visual 50 terminal. It's a slight modification of
5585 # the vt52 termcap.
5586 # It's intended to run when the Visual 50 is in vt52 emulation mode
5587 # (I know what you're thinking; if it's emulating a vt52, then why
5588 # another termcap? Well, it turns out that the Visual 50 can handle
5589 # :dl: and db(?) among other things, which the vt52 can't)
5590 # The termcap works OK for the most part. The only problem is on
5591 # character inserts. The whole line gets painfully redrawn for each
5592 # character typed. Any suggestions?
5593 # Beau's entry is combined with the vi50 entry from University of Wisconsin.
5594 # Note especially the :al: function.  :k4:-:k6: are really l4-l6 in
5595 # disguise; :k7:-:k9: are really l1-l3.
5596 vi50|visual 50:\
5597         :am:bs:da:db:ms:pt:\
5598         :co#80:it#8:li#24:\
5599         :al=\EL:bl=^G:bt=4\Ez:cd=\EJ:ce=16\EK:cl=\EH\EJ:\
5600         :cm=\EY%+ %+ :cr=^M:dl=3*\EM:do=\EB:ho=\EH:k1=\EP:k2=\EQ:\
5601         :k3=\ER:k4=\EV:k5=\EE:k6=\E]:k7=\EL:k8=\Ev:k9=\EM:kb=^H:\
5602         :kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:nl=^J:\
5603         :nw=^M^J:se=\ET:sf=^J:so=\EU:sr=\EI:ta=^I:ue=\EW:up=\EA:\
5604         :us=\ES:
5605 # this one was BSD & SCO's vi50
5606 vi50adm|visual 50 in adm3a mode:\
5607         :am:ms:\
5608         :co#80:it#8:li#24:\
5609         :al=\EL:bl=^G:cd=\Ek:ce=\EK:cl=^Z:cm=\E=%+ %+ :cr=^M:dl=\EM:\
5610         :do=^J:ho=\EH:kb=^H:kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:le=^H:\
5611         :nd=^L:se=\ET:sf=^J:so=\EU:ta=^I:up=^K:
5612 # From: Jeff Siegal <jbs@quiotix.com>
5613 vi55|Visual 55:\
5614         :am:bs:mi:ms:\
5615         :co#80:it#8:li#24:\
5616         :al=\EL:cd=\EJ:ce=\EK:cl=\Ev:cm=\EY%+ %+ :cs=\E_%+A%+A:\
5617         :dc=\Ew:dl=\EM:do=^J:ei=\Eb:ho=\EH:im=\Ea:\
5618         :is=\Ev\E_AX\Eb\EW\E9P\ET:kb=^H:kd=\EB:kl=\ED:kr=\EC:\
5619         :ku=\EA:le=^H:nd=\EC:se=\ET:so=\EU:sr=\EI:ta=^I:up=\EA:
5621 # Visual 200 from BRL
5622 # The following switch settings are assumed for normal operation:
5623 #       FULL_DUPLEX             SCROLL                  CR
5624 #       AUTO_NEW_LINE_ON        VISUAL_200_EMULATION_MODE
5625 # Other switches may be set for operator convenience or communication
5626 # requirements.
5627 # Character insertion is kludged in order to get around the "beep" misfeature.
5628 # (This cap is commented out because :im:/:ei: is more efficient -- esr)
5629 # Supposedly "4*" delays should be used for :al:, :cd:, :cl:, :dc:,
5630 # and :dl: strings, but we seem to get along fine without them.
5631 vi200|visual 200:\
5632         :am:bs:mi:ms:pt:\
5633         :co#80:it#8:kn#10:li#24:\
5634         :ac=:ae=\EG:al=\EL:as=\EF:bl=^G:bt=\Ez:cd=\Ey:ce=\Ex:cl=\Ev:\
5635         :cm=\EY%+ %+ :cr=^M:ct=\Eg:dc=\EO:dl=\EM:do=^J:ho=\EH:\
5636         :k0=\E?p:k1=\E?q:k2=\E?r:k3=\E?s:k4=\E?t:k5=\E?u:k6=\E?v:\
5637         :k7=\E?w:k8=\E?x:k9=\E?y:kA=\EL:kC=\Ev:kD=\EO:kE=\Et:kI=\Ei:\
5638         :kL=\EM:kM=\Ej:kS=\EJ:kT=\E1:kb=^H:kd=\EB:ke=\E>:kh=\EH:\
5639         :kl=\ED:kr=\EC:ks=\E=:kt=\E2:ku=\EA:le=^H:me=\E3\Eb:mh=\E4:\
5640         :mk=\Ea:nd=\EC:pf=\EX:po=\EW:ps=\EH\E]:\
5641         :r1=\E3\Eb\Ej\E\El\EG\Ec\Ek\EX:se=\E3:sf=^J:so=\E4:\
5642         :sr=\EI:st=\E1:ta=^I:up=\EA:ve=\Ec:vs=\Ed:
5643 # The older Visuals didn't come with function keys. This entry uses
5644 # :ks: and :ke: so that the keypad keys can be used as function keys.
5645 # If your version of vi doesn't support function keys you may want
5646 # to use vi200-f.
5647 vi200-f|visual 200 no function keys:\
5648         :is=\E3\Eb\Ej\E\\\El\EG\Ed\Ek:k0=\E?p:k1=\E?q:k2=\E?r:\
5649         :k3=\E?s:k4=\E?t:k5=\E?u:k6=\E?v:k7=\E?w:k8=\E?x:k9=\E?y:\
5650         :ke=\E>:ks=\E=:se@:so@:tc=vi200:
5651 vi200-rv|visual 200 reverse video:\
5652         :se=\E3:so=\E4:sr@:ve@:vs@:tc=vi200:
5654 # the function keys are programmable but we don't reprogram them to their
5655 # default values with :is: because programming them is very verbose. maybe
5656 # an initialization file should be made for the 300 and they could be stuck
5657 # in it.
5658 # (vi300: added <rmam>/<smam> based on init string -- esr)
5659 vi300|visual 300 ansi x3.64:\
5660         :am:bw:mi:xn:\
5661         :co#80:li#24:\
5662         :RA=\E[?7l:SA=\E[?7h:al=\E[L:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:\
5663         :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:\
5664         :do=\E[B:ei=\E[4l:ho=\E[H:im=\E[4h:\
5665         :is=\E[7s\E[2;3;4;20;?5;?6l\E[12;?7h\E[1Q\E[0;1(D\E[8s:\
5666         :k1=\E_A\E\\:k2=\E_B\E\\:k3=\E_C\E\\:k4=\E_D\E\\:\
5667         :k5=\E_E\E\\:k6=\E_F\E\\:k7=\E_G\E\\:k8=\E_H\E\\:\
5668         :k9=\E_I\E\\:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
5669         :me=\E[m:nd=\E[C:se=\E[m:sf=^J:so=\E[1m:sr=\EM:ta=^I:\
5670         :ue=\E[m:up=\E[A:us=\E[4m:
5671 # some of the vi300s have older firmware that has the command
5672 # sequence for setting editing extent reversed.
5673 vi300-old|visual 300 with old firmware (set edit extent reversed):\
5674         :is=\E[7s\E[2;3;4;20;?5;?6l\E[12;?7h\E[2Q\E[0;1(D\E[8s:\
5675         :tc=vi300:
5677 # Visual 500 prototype entry from University of Wisconsin.
5678 # The best place to look for the escape sequences is page A1-1 of the
5679 # Visual 500 manual.  The initialization sequence given here may be
5680 # overkill, but it does leave out some of the initializations which can
5681 # be done with the menus in set-up mode.
5682 # The :xp: line below is so that emacs can understand the padding requirements
5683 # of this slow terminal.  :xp: is 10 time the padding factor.
5684 # (vi500: removed unknown :xp#4: termcap;
5685 # also added empty <acsc> to suppress tic warning -- esr)
5686 vi500|visual 500:\
5687         :am:mi:ms:\
5688         :co#80:it#8:li#33:\
5689         :ac=:ae=^O:al=3*\EL\Ex:as=^N:bt=4\Ez:cd=3*\Ey:ce=16\Ex:\
5690         :cl=6*\Ev:cm=\EY%+ %+ :cr=^M:cs=\E(%+ %+ :dc=3*\EO:\
5691         :dl=3*\EM:do=\EB:ei=\Ej:ho=\EH:im=\Ei:\
5692         :is=\E3\E\001\E\007\E\003\Ek\EG\Ed\EX\El\E>\Eb\E\\:\
5693         :kb=^H:kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:\
5694         :nw=^M^J:se=\E^G:sf=^J:so=\E^H:ta=8\011:ue=\E^C:up=\EA:\
5695         :us=\E^D:
5697 # The visual 550 is a visual 300 with tektronix graphics,
5698 # and with 33 lines. clear screen is modified here to
5699 # also clear the graphics.
5700 vi550|visual 550 ansi x3.64:\
5701         :li#33:\
5702         :cl=\030\E[H\E[2J:tc=vi300:
5704 vi603|visual603|visual 603:\
5705         :hs:mi:\
5706         :al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
5707         :cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:ds=\EP2;1~\E\\:ei=\E[4l:\
5708         :fs=\E\\:i1=\E>\E[?3l\E[?4l\E[?7h\E[?8h\E[1;24r:\
5709         :im=\E[4h:mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:\
5710         :se=\E[27m:sf=\ED:so=\E[7m:sr=\EM:ts=\EP2~:ue=\E[24m:\
5711         :up=\E[A:us=\E[4m:tc=vt100:
5713 #### Wyse (wy)
5715 #       Wyse Technology
5716 #       3471 North First Street
5717 #       San Jose, CA 95134
5718 #       Vox: (408)-473-1200
5719 #       Fax: (408) 473-1222
5720 #       Web: http://www.wyse.com
5722 # Wyse sales can be reached by phone at 1-800-GET-WYSE.  Tech support is at
5723 # (800)-800-WYSE (option 5 gets you a human).  There's a Web page at the
5724 # obvious address, <http://www.wyse.com>.  They keep terminfo entries at
5725 # <http://www.wyse.co.uk/support/appnotes/idxappnt.htm>.
5727 # Wyse bought out Link Technology, Inc. in 1990 and closed it down in 1995.
5728 # They now own the Qume and Amdek brands, too.  So these are the people to
5729 # talk with about all Link, Qume, and Amdek terminals.
5731 # These entries include a few small fixes.
5732 # I canceled the bel capacities in the vb entries.
5733 # I made two trivial syntax fixes in the wyse30 entry.
5734 # I made some entries relative to adm+sgr.
5737 # Note: The wyse75, wyse85, and wyse99 have been discontinued.
5739 #          Although the Wyse 30 can support more than one attribute
5740 #       it requires magic cookies to do so.  Many applications do not
5741 #       function well with magic cookies.  The following terminfo uses
5742 #       the protect mode to support one attribute (dim) without cookies.
5743 #       If more than one attribute is needed then the wy30-mc terminfo
5744 #       should be used.
5746 wy30|wyse30|Wyse 30:\
5747         :5i:am:bw:hs:mi:ms:xo:\
5748         :Nl#8:co#80:lh#1:li#24:lw#8:ma#1:ws#45:\
5749         :#2=\E{:&3=\Er:@8=\E7:LF=\EA11:LO=\EA10:\
5750         :ac=0wa_h[jukslrmqnxqzttuyv]wpxv:ae=\EH^C:al=\EE:\
5751         :as=\EH^B:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E+:cm=\E=%+ %+ :\
5752         :cr=^M:ct=\E0:dc=\EW:dl=\ER:do=^J:ds=\EF\r:ei=\Er:fs=^M:\
5753         :ho=^^:im=\Eq:ip=:is=\E'\E(\E^3\E`9\016\024:k1=^A@\r:\
5754         :k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:\
5755         :k8=^AG\r:kA=\EE:kB=\EI:kD=\EW:kE=\ET:kI=\EQ:kL=\ER:kN=\EK:\
5756         :kP=\EJ:kS=\EY:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:\
5757         :ll=^^^K:me=\E(\EH\003:mh=\E`7\E):mp=\E`7\E):nd=^L:\
5758         :nw=^M^J:pf=^T:pn=\Ez%+/%s\r:po=^X:ps=\EP:px=\Ez%+?%s\177:\
5759         :..sa=%?%p1%p5%p8%|%|%t\E`7\E)%e\E(%;%?%p9%t\EH\002%e\EH\003%;:\
5760         :se=\E(:sf=\n:so=\E`7\E):sr=\Ej:st=\E1:ta=\011:ts=\EF:up=^K:\
5761         :vb=\E`8\E`9:ve=\E`1:vi=\E`0:
5763 #       This terminal description uses the non-hidden attribute mode
5764 #       (with magic cookie).
5766 # (wy30-mc: added :ti: to suppress tic warning --esr)
5767 wy30-mc|wyse30-mc|wyse 30 with magic cookies:\
5768         :ms@:\
5769         :ma@:sg#1:\
5770         :ae=\EG0\EH\003:as=\EG0\EH\002:mb=\EG2:\
5771         :me=\EG0\E(\EH\003:mh=\EGp:mp=\EG0\E):\
5772         :..sa=\EG%{48}%?%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%;:\
5773         :se=\EG0:so=\EG4:te=\EG0:ti=:tc=wy30:tc=adm+sgr:
5774 #       The mandatory pause used by :vb: does not work with
5775 #       older versions of terminfo.  If you see this effect then
5776 #       unset xon and delete the / from the delay.
5777 #       i.e. change $<100/> to $<100>
5778 wy30-vb|wyse30-vb|wyse 30 visible bell:\
5779         :bl@:tc=wy30:
5781 #          The Wyse 50 can support one attribute (e.g. Dim, Inverse,
5782 #       Normal) without magic cookies by using the protect mode.
5783 #       The following description uses this feature, but when more
5784 #       than one attribute is put on the screen at once, all attributes
5785 #       will be changed to be the same as the last attribute given.
5786 #          The Wyse 50 can support more attributes when used with magic
5787 #       cookies.  The wy50-mc terminal description uses magic cookies
5788 #       to correctly handle multiple attributes on a screen.
5790 wy50|wyse50|Wyse 50:\
5791         :5i:am:bw:hs:mi:ms:xo:\
5792         :Nl#8:co#80:lh#1:li#24:lw#8:ma#1:ws#45:\
5793         :#2=\E{:%9=\EP:&3=\Er:@8=\E7:F1=^AJ\r:F2=^AK\r:F3=^AL\r:\
5794         :F4=^AM\r:F5=^AN\r:F6=^AO\r:LF=\EA11:LO=\EA10:\
5795         :ac=0wa_h[jukslrmqnxqzttuyv]wpxv:ae=\EH^C:al=\EE:\
5796         :as=\EH^B:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E+:cm=\E=%+ %+ :\
5797         :cr=^M:ct=\E0:dc=\EW:dl=\ER:do=^J:ds=\EF\r:ei=\Er:fs=^M:\
5798         :ho=^^:i1=\E`\:\E`9:im=\Eq:ip=:is=\016\024\E'\E(:k1=^A@\r:\
5799         :k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:\
5800         :k8=^AG\r:k9=^AH\r:k;=^AI\r:kA=\EE:kB=\EI:kD=\EW:kE=\ET:\
5801         :kI=\EQ:kL=\ER:kN=\EK:kP=\EJ:kS=\EY:kb=^H:kd=^J:kh=^^:kl=^H:\
5802         :kr=^L:ku=^K:le=^H:ll=^^^K:me=\E(\EH\003:mh=\E`7\E):\
5803         :mp=\E`7\E):mr=\E`6\E):nd=^L:nw=^M^J:pf=^T:pn=\Ez%+/%s\r:\
5804         :po=^X:ps=\EP:px=\Ez%+?%s\177:\
5805         :..sa=%?%p1%p3%|%t\E`6\E)%e%p5%p8%|%t\E`7\E)%e\E(%;%?%p9%t\EH\002%e\EH\003%;:\
5806         :se=\E(:sf=\n:so=\E`6\E):sr=\Ej:st=\E1:ta=^I:ts=\EF:up=^K:\
5807         :vb=\E`8\E`9:ve=\E`1:vi=\E`0:
5809 #       This terminal description uses the non-hidden attribute mode
5810 #       (with magic cookie).
5812 #       The mandatory pause used by flash does not work with some
5813 #       older versions of terminfo.  If you see this effect then
5814 #       unset :xo: and delete the / from the delay.
5815 #       i.e. change $<100/> to $<100>
5816 # (wy50-mc: added :ti: to suppress tic warning --esr)
5817 wy50-mc|wyse50-mc|wyse 50 with magic cookies:\
5818         :ms@:\
5819         :ma@:sg#1:\
5820         :ae=\EG0\EH\003:as=\EG0\EH\002:mb=\EG2:\
5821         :me=\EG0\E(\EH\003:mh=\EGp:mp=\EG0\E):mr=\EG4:\
5822         :..sa=\EG%{48}%?%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%;:\
5823         :se=\EG0:so=\EGt:te=\EG0:ti=:tc=wy50:tc=adm+sgr:
5824 wy50-vb|wyse50-vb|wyse 50 visible bell:\
5825         :bl@:tc=wy50:
5826 wy50-w|wyse50-w|wyse 50 132-column:\
5827         :Nl#16:co#132:lw#7:ws#97:\
5828         :cm=\Ea%i%dR%dC:dc=\EW:i1=\E`;\E`9:tc=wy50:
5829 wy50-wvb|wyse50-wvb|wyse 50 132-column visible bell:\
5830         :bl@:tc=wy50-w:
5833 #       The Wyse 350 is a Wyse 50 with color.
5834 #       Unfortunately this means that it has magic cookies.
5835 #       The color attributes are designed to overlap the reverse, dim and
5836 #       underline attributes.  This is nice for monochrome applications
5837 #       because you can make underline stuff green (or any other color)
5838 #       but for true color applications it's not so hot because you cannot
5839 #       mix color with reverse, dim or underline.
5840 #           To further complicate things one of the attributes must be
5841 #       black (either the foreground or the background).  In reverse video
5842 #       the background changes color with black letters.  In normal video
5843 #       the foreground changes colors on a black background.
5844 #           This terminfo uses some of the more advanced features of curses
5845 #       to display both color and blink.  In the final analysis I am not
5846 #       sure that the wy350 runs better with this terminfo than it does
5847 #       with the wy50 terminfo (with user adjusted colors).
5849 #       The mandatory pause used by flash does not work with
5850 #       older versions of terminfo.  If you see this effect then
5851 #       unset xon and delete the / from the delay.
5852 #       i.e. change $<100/> to $<100>
5854 # Bug: The <op> capability resets attributes.
5855 # (untranslatable capabilities removed to fit entry within 1023 bytes)
5856 wy350|wyse350|Wyse 350:\
5857         :5i:am:bw:hs:mi:xo:\
5858         :Co#8:NC#55:Nl#8:co#80:lh#1:li#24:lw#8:pa#8:sg#1:ws#45:\
5859         :#2=\E{:%9=\EP:&3=\Er:@8=\E7:F1=^AJ\r:F2=^AK\r:F3=^AL\r:\
5860         :F4=^AM\r:F5=^AN\r:F6=^AO\r:LF=\EA11:LO=\EA10:Sb=:\
5861         :ac=0wa_h[jukslrmqnxqzttuyv]wpxv:ae=\EG0\EH\003:al=\EE:\
5862         :as=\EG0\EH\002:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E+:\
5863         :cm=\E=%+ %+ :cr=^M:ct=\E0:dc=\EW:dl=\ER:do=^J:ds=\EF\r:\
5864         :ei=\Er:fs=^M:ho=^^:i1=\E`\:\E`9:i2=\E%?:im=\Eq:ip=:\
5865         :is=\016\024\E'\E(:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:\
5866         :k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:\
5867         :kA=\EE:kB=\EI:kD=\EW:kE=\ET:kI=\EQ:kL=\ER:kN=\EK:kP=\EJ:\
5868         :kS=\EY:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:ll=^^^K:\
5869         :mb=\EG2:me=\EG0\E(\EH\003%{0}%PA%{0}%PC:mh=\EGp:\
5870         :mp=\EG0\E):nd=^L:nw=^M^J:oc=\E%?:op=\EG0:pf=^T:\
5871         :pn=\Ez%+/%s\r:po=^X:ps=\EP:px=\Ez%+?%s\177:sf=\n:sr=\Ej:\
5872         :st=\E1:ta=^I:ts=\EF:up=^K:vb=\E`8\E`9:ve=\E`1:vi=\E`0:\
5873         :tc=adm+sgr:
5874 wy350-vb|wyse350-vb|wyse 350 visible bell:\
5875         :bl@:tc=wy350:
5876 wy350-w|wyse350-w|wyse 350 132-column:\
5877         :Nl#16:co#132:lw#7:ws#97:\
5878         :cm=\Ea%i%dR%dC:dc=\EW:i1=\E`;\E`9:tc=wy350:
5879 wy350-wvb|wyse350-wvb|wyse 350 132-column visible bell:\
5880         :bl@:tc=wy350-w:
5882 #       This terminfo description is untested.
5883 #       The wyse100 emulates an adm31, so the adm31 entry should work.
5885 wy100|wyse 100:\
5886         :hs:mi:\
5887         :co#80:li#24:sg#1:\
5888         :al=\EE:bl=^G:cd=\EY:ce=\ET:cl=\E;:cm=\E=%+ %+ :cr=^M:\
5889         :dc=\EW:dl=\ER:do=^J:ds=\EA31:ei=\Er:fs=^M:im=\Eq:is=\Eu\E0:\
5890         :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
5891         :k7=^AF\r:k8=^AG\r:kb=^H:kd=^J:kh=\E{:kl=^H:kr=^L:ku=^K:\
5892         :le=^H:mk@:nd=^L:sf=^J:ts=\EF:up=^K:tc=adm+sgr:
5894 #       The Wyse 120/150 has most of the features of the Wyse 60.
5895 #       This terminal does not need padding up to 9600 baud!
5896 #       :ms: should be set but the clear screen fails when in
5897 #       alt-charset mode.  Try \EcE\s\s\E+\s if the screen is really clear
5898 #       then set :ms:.
5900 # (untranslatable capabilities removed to fit entry within 1023 bytes)
5901 # (sgr removed to fit entry within 1023 bytes)
5902 # (acsc removed to fit entry within 1023 bytes)
5903 wy120|wyse120|wy150|wyse150|Wyse 120/150:\
5904         :5i:am:bw:hs:km:mi:ms:xo:\
5905         :Nl#8:co#80:it#8:lh#1:li#24:lw#8:pb#9601:ws#45:\
5906         :#2=\E{:%9=\EP:&3=\Er:@8=\E7:F1=^AJ\r:F2=^AK\r:F3=^AL\r:\
5907         :F4=^AM\r:F5=^AN\r:F6=^AO\r:LF=\EA11:LO=\EA10:RA=\Ed.:\
5908         :RX=\Ec20:SA=\Ed/:SX=\Ec21:ae=\EcD:al=\EE:as=\EcE:bl=^G:\
5909         :bt=\EI:cd=\EY:ce=\ET:cl=\E+:cm=\E=%+ %+ :cr=^M:ct=\E0:\
5910         :dc=\EW:dl=\ER:do=^J:ds=\EF\r:ei=\Er:fs=^M:ho=^^:\
5911         :i1=\EcB0\EcC1:i2=\EwJ\Ew1:im=\Eq:ip=:\
5912         :is=\Ed$\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016\024\El:\
5913         :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
5914         :k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:kA=\EE:kB=\EI:kD=\EW:\
5915         :kE=\ET:kI=\EQ:kL=\ER:kN=\EK:kP=\EJ:kS=\EY:kb=^H:kd=^J:kh=^^:\
5916         :kl=^H:kr=^L:ku=^K:le=^H:ll=^^^K:mb=\EG2:\
5917         :me=\E(\EH\003\EG0\EcD:mh=\EGp:mp=\E):nd=^L:nw=\r\n:pf=^T:\
5918         :pl=\EZ2%+?%s\177:pn=\Ez%+/%s\r:po=\Ed#:ps=\EP:\
5919         :px=\EZ1%+?%s\177:r1=\E~!\E~4:r2=\EeF\E`\::r3=\EwG\Ee(:\
5920         :sf=\n:so=\EGt:sr=\Ej:st=\E1:ta=\011:te=\Ew1:ti=\Ew0:ts=\EF:\
5921         :up=^K:vb=\E`8\E`9:ve=\E`1:vi=\E`0:tc=adm+sgr:
5923 wy120-w|wyse120-w|wy150-w|wyse150-w|wyse 120/150 132-column:\
5924         :Nl#16:co#132:lw#7:ws#97:\
5925         :cm=\Ea%i%dR%dC:dc=\EW:ip=:rs=\E`;:tc=wy120:
5927 wy120-25|wyse120-25|wy150-25|wyse150-25|wyse 120/150 80-column 25-lines:\
5928         :Nl@:lh@:li#25:lw@:\
5929         :pn@:r3=\EwG\Ee):tc=wy120:
5931 wy120-25-w|wyse120-25-w|wy150-25-w|wyse150-25-w|wyse 120/150 132-column 25-lines:\
5932         :Nl@:lh@:li#25:lw@:\
5933         :pn@:r3=\EwG\Ee):tc=wy120-w:
5935 wy120-vb|wyse120-vb|wy150-vb|wyse150-vb|Wyse 120/150 visible bell:\
5936         :bl@:tc=wy120:
5938 wy120-w-vb|wy120-wvb|wyse120-wvb|wy150-w-vb|wyse150-w-vb|Wyse 120/150 132-column visible bell:\
5939         :bl@:tc=wy120-w:
5941 #       The Wyse 60 is like the Wyse 50 but with more padding.
5942 #       The reset strings are slow and the pad times very depending
5943 #       on other parameters such as font loading.  I have tried
5944 #       to follow the following outline:
5946 #               <rs1> -> set personality
5947 #               <rs2> -> set number of columns
5948 #               <rs3> -> set number of lines
5949 #               :i1: -> select the proper font
5950 #               :is: -> do the initialization
5951 #               :i3: -> set up display memory (2 pages)
5953 #       The Wyse 60's that have vt100 emulation are slower than the
5954 #       older Wyse 60's.  This change happened mid-1987.
5955 #       The capabilities effected are :dc: :dl: :al: :sf: :sr:
5957 #       The meta key is only half right.  This terminal will return the
5958 #       high order bit set when you hit CTRL-function_key
5960 #       It may be useful to assign two function keys with the
5961 #       values  \E=(\s  look at old data in page 1
5962 #               \E=W,   look at bottom of page 1
5963 #       where \s is a space ( ).
5965 #       Note:
5966 #          The Wyse 60 runs faster when the XON/XOFF
5967 #          handshake is turned off.
5969 # (wy60: we use \E{ rather than ^^ for home (both are documented) to avoid
5970 # a bug reported by Robert Dunn, <rcdii@inlink.com> -- esr)
5971 # (untranslatable capabilities removed to fit entry within 1023 bytes)
5972 # (sgr removed to fit entry within 1023 bytes)
5973 # (acsc removed to fit entry within 1023 bytes)
5974 wy60|wyse60|Wyse 60:\
5975         :5i:am:bw:hs:km:mi:ms:\
5976         :Nl#8:co#80:lh#1:li#24:lw#8:ws#45:\
5977         :#2=\E{:%9=\EP:&3=\Er:@8=\E7:DK=\E`b:F1=^AJ\r:F2=^AK\r:\
5978         :F3=^AL\r:F4=^AM\r:F5=^AN\r:F6=^AO\r:LF=\EA11:LO=\EA10:\
5979         :RA=\Ed.:RC=\E`c:RX=\Ec20:SA=\Ed/:SX=\Ec21:ae=\EcD:al=\EE:\
5980         :as=\EcE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E+:cm=\E=%+ %+ :\
5981         :cr=^M:ct=\E0:dc=\EW:dl=\ER:do=^J:ds=\EF\r:ei=\Er:fs=^M:\
5982         :ho=\E{:i1=\EcB0\EcC1:i2=\EwJ\Ew1:im=\Eq:ip=:\
5983         :is=\Ed$\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016\024\El:\
5984         :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
5985         :k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:kA=\EE:kB=\EI:kD=\EW:\
5986         :kE=\ET:kI=\EQ:kL=\ER:kN=\EK:kP=\EJ:kS=\EY:kb=^H:kd=^J:kh=^^:\
5987         :kl=^H:kr=^L:ku=^K:le=^H:ll=\E{^K:mb=\EG2:\
5988         :me=\E(\EH\003\EG0\EcD:mh=\EGp:mp=\E):nd=^L:nw=\r\n:pf=^T:\
5989         :pl=\EZ2%+?%s\177:pn=\Ez%+/%s\r:po=\Ed#:ps=\EP:\
5990         :px=\EZ1%+?%s\177:r1=\E~!\E~4:r2=\EeG:r3=\EwG\Ee(:sf=\n:\
5991         :so=\EGt:sr=\Ej:st=\E1:ta=\011:te=\Ew1:ti=\Ew0:ts=\EF:up=^K:\
5992         :vb=\E`8\E`9:ve=\E`1:vi=\E`0:tc=adm+sgr:
5994 wy60-w|wyse60-w|wyse 60 132-column:\
5995         :Nl#16:co#132:lw#7:ws#97:\
5996         :cm=\Ea%i%dR%dC:dc=\EW:ip=:rs=\EeF\E`;:tc=wy60:
5998 wy60-25|wyse60-25|wyse 60 80-column 25-lines:\
5999         :Nl@:lh@:li#25:lw@:\
6000         :pn@:r3=\EwG\Ee):tc=wy60:
6001 wy60-25-w|wyse60-25-w|wyse 60 132-column 25-lines:\
6002         :Nl@:lh@:li#25:lw@:\
6003         :pn@:r3=\EwG\Ee):tc=wy60-w:
6005 wy60-42|wyse60-42|wyse 60 80-column 42-lines:\
6006         :li#42:\
6007         :al=\EE:cd=\Ey:cl=\E+:cm=\E=%+ %+ :dc=\EW:dl=\ER:\
6008         :i1=\EcB2\EcC3:ip=:nw=\r\n:r3=\Ee*:sf=\n:sr=\Ej:tc=wy60:
6009 wy60-42-w|wyse60-42-w|wyse 60 132-column 42-lines:\
6010         :Nl#16:co#132:lw#7:ws#97:\
6011         :cd=\Ey:cl=\E+:cm=\Ea%i%dR%dC:dc=\EW:ho=\036:ip=:nw=\r\n:\
6012         :rs=\EeF\E`;:tc=wy60-42:
6014 wy60-43|wyse60-43|wyse 60 80-column 43-lines:\
6015         :Nl@:lh@:li#43:lw@:\
6016         :pn@:r3=\Ee+:tc=wy60-42:
6017 wy60-43-w|wyse60-43-w|wyse 60 132-column 43-lines:\
6018         :Nl@:lh@:li#43:lw@:\
6019         :pn@:r3=\Ee+:tc=wy60-42-w:
6021 wy60-vb|wyse60-vb|Wyse 60 visible bell:\
6022         :bl@:tc=wy60:
6023 wy60-w-vb|wy60-wvb|wyse60-wvb|Wyse 60 132-column visible bell:\
6024         :bl@:tc=wy60-w:
6026 #       The Wyse-99GT looks at lot like the Wyse 60 except that it
6027 #       does not have the 42/43 line mode.  In the Wyse-60 the "lines"
6028 #       setup parameter controls the number of lines on the screen.
6029 #       For the Wyse 99GT the "lines" setup parameter controls the
6030 #       number of lines in a page.  The screen can display 25 lines max.
6031 #           The Wyse-99GT also has personalities for the VT220 and
6032 #       Tektronix 4014.  But this has no bearing on the native mode.
6034 #       (msgr) should be set but the clear screen fails when in
6035 #       alt-charset mode.  Try \EcE\s\s\E+\s if the screen is really clear
6036 #       then set msgr, else use msgr@.
6038 #       u0 -> enter Tektronix mode
6039 #       u1 -> exit Tektronix mode
6041 wy99gt|wyse99gt|Wyse 99gt:\
6042         :ms@:\
6043         :al=\EE:cd=\Ey:ce=\Et:cl=\E+:dc=\EW:dl=\ER:i2=\Ew0:ip=:nw@:\
6044         :rs=\E`\::sf=\n:sr=\Ej:ta=\011:te=\Ew0:ti=\Ew1:u0=\E~>\E8:\
6045         :u1=\E[42h:vb=\E`8\E`9:tc=wy60:
6047 wy99gt-w|wyse99gt-w|wyse 99gt 132-column:\
6048         :Nl#16:co#132:lw#7:ws#97:\
6049         :cd=\Ey:cl=\E+:cm=\Ea%i%dR%dC:dc=\EW:ip=:rs=\E`;:tc=wy99gt:
6051 wy99gt-25|wyse99gt-25|wyse 99gt 80-column 25-lines:\
6052         :Nl@:lh@:li#25:lw@:\
6053         :pn@:r2=\E`\::r3=\EwG\Ee):tc=wy99gt:
6055 wy99gt-25-w|wyse99gt-25-w|wyse 99gt 132-column 25-lines:\
6056         :Nl@:lh@:li#25:lw@:\
6057         :pn@:rs=\E`;:tc=wy99gt-w:
6059 wy99gt-vb|wyse99gt-vb|Wyse 99gt visible bell:\
6060         :bl@:tc=wy99gt:
6062 wy99gt-w-vb|wy99gt-wvb|wyse99gt-wvb|Wyse 99gt 132-column visible bell:\
6063         :bl@:tc=wy99gt-w:
6065 # Can't set tabs! Other bugs (ANSI mode only):
6066 # - can't redefine function keys (anyway, key redefinition in ANSI mode
6067 #   is too much complex to be described);
6068 # - meta key can't be described (the terminal forgets it when reset);
6069 # The xon-xoff handshaking can't be disabled while in ansi personality, so
6070 # emacs can't work at speed greater than 9600 baud.  No padding is needed at
6071 # this speed.
6072 #   dch1 has been commented out because it causes annoying glittering when
6073 # vi deletes one character at the beginning of a line with tabs in it.
6074 #   dch makes sysgen(1M) have a horrible behaviour when deleting
6075 # a screen and makes screen(1) behave badly, so it is disabled too. The nice
6076 # thing is that vi goes crazy if smir-rmir are present and both dch-dch1 are
6077 # not, so smir and rmir are commented out as well.
6078 # From: Francesco Potorti` <F.Potorti@cnuce.cnr.it>, 24 Aug 1998
6079 # (untranslatable capabilities removed to fit entry within 1023 bytes)
6080 # (sgr removed to fit entry within 1023 bytes)
6081 # (acsc removed to fit entry within 1023 bytes)
6082 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
6083 wy99-ansi|Wyse WY-99GT in ansi mode (int'l PC keyboard):\
6084         :am:km:mi:ms:xn:\
6085         :co#80:it#8:li#25:vt#3:\
6086         :AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:LE=\E[%dD:\
6087         :RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:\
6088         :cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
6089         :cs=\E[%i%d;%dr:dl=\E[M:do=\ED:ec=\E[%dX:ei=\E[4l:ho=\E[H:\
6090         :im=\E[4h:\
6091         :is=\E7\E[1r\E8\E[2;3;4;13;20;34;39;36l\E[12;16;34h\E[?1;3;4;5;10;18l\E[?7;8;25h\E>\E[?5W\E(B\017\E[4i:\
6092         :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[M:k6=\E[17~:\
6093         :k7=\E[18~:k8=\E[19~:k9=\E[20~:kb=^H:kd=\EOB:ke=\E[?1l:\
6094         :kl=\EOD:kr=\EOC:ks=\E[?1h:ku=\EOA:le=\010:ll=\E[24E:\
6095         :mb=\E[5m:md=\E[1m:me=\E[m\017\E["q:mh=\E[2m:mr=\E[7m:\
6096         :nd=\E[C:nw=\EE:rc=\E8:\
6097         :rs=\E[61"p\E[40h\E[?6l\E[1r\E[2;3;4;13;20;34;39;36l\E[12;16;34h\E[?1;3;4;5;10;18l\E[?7;8;25h\E>\E[?5W\E(B\017\E[24E\E[4i:\
6098         :sc=\E7:se=\E[27m:sf=\n:so=\E[7m:sr=\EM:ta=^I:ue=\E[24m:\
6099         :up=\EM:us=\E[4m:vb=\E[?5h\E[?5l:ve=\E[34h\E[?25h:\
6100         :vi=\E[?25l:vs=\E[34l\E[?25h:
6102 #   This is the american terminal. Here tabs work fine.
6103 # From: Francesco Potorti` <F.Potorti@cnuce.cnr.it>, 24 Aug 1998
6104 wy99a-ansi|Wyse WY-99GT in ansi mode (US PC keyboard):\
6105         :ct=\E[3g:i2=\E[?5l:r3=\E[?5l:st=\EH:tc=wy99-ansi:
6107 # This terminal (firmware version 02) has a lot of bugs:
6108 # - can't set tabs;
6109 # - other bugs in ANSI modes (see above).
6110 # This description disables handshaking when using cup. This is because
6111 # GNU emacs doesn't like Xon-Xoff handshaking. This means the terminal
6112 # cannot be used at speeds greater than 9600 baud, because at greater
6113 # speeds handshaking is needed even for character sending. If you use
6114 # DTR handshaking, you can use even greater speeds.
6115 # From: Francesco Potorti` <F.Potorti@cnuce.cnr.it>, 24 Aug 1998
6116 # (untranslatable capabilities removed to fit entry within 1023 bytes)
6117 # (sgr removed to fit entry within 1023 bytes)
6118 # (acsc removed to fit entry within 1023 bytes)
6119 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
6120 wy99f|wy99fgt|wy-99fgt|Wyse WY-99GT (int'l PC keyboard):\
6121         :am:bw:hs:km:mi:ms:xo:\
6122         :co#80:it#8:li#25:ws#46:\
6123         :K1=^^:K3=\EJ:K4=\ET:K5=\EK:ae=\EcD:al=\EE:as=\EcE:bl=^G:\
6124         :bt=\EI:cd=\EY:ce=\ET:cl=\E'\E(\032:cm=\E=%+ %+ :cr=^M:\
6125         :dc=\EW:dl=\ER:do=\Ej:ds=\EF\r:ei=\Er:fs=^M:ho=^^:im=\Eq:\
6126         :is=\Eu\Ee6\EC\EDF\Ec21\Ec31\Ec62\Ec72\Ee;\016\E'\EeL\E`9\E^0\E`1\E`4\Ee.\E`\:\Ee1\EG0\E(\Ed/\Ee4\Ed*\EO\E`I\Er\Ee"\EcD\024:\
6127         :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
6128         :k7=^AF\r:k8=^AG\r:k9=^AH\r:kb=^H:kd=^J:kl=^H:kr=^L:ku=^K:\
6129         :le=^H:mb=\EG2:me=\E(\EG0:mh=\EGp:mr=\EG4:nd=^L:nw=^_:\
6130         :rs=\Eu\E~4\Ee6\EC\EDF\Ec21\Ec31\Ec62\Ec72\Ee;\016\E'\EeL\E`9\E^0\E`1\E`4\Ee.\E`\:\Ee)\Ew\EwG\Ew0\Ee1\EG0\E(\Ed/\Ee4\Ed*\EO\E`I\Er\Ee"\Ec@0B\EcD\024:\
6131         :se=\EG0:sf=^J:so=\EG4:sr=\Ej:ta=^I:te=\Ec21\Ec31:\
6132         :ti=\Ec20\Ec30:ts=\EF:up=^K:vb=\E^1\E^0:ve=\E`4\E`1:\
6133         :vi=\E`0:vs=\E`2\E`1:
6135 # This is the american terminal. Here tabs work.
6136 # From: Francesco Potorti` <F.Potorti@cnuce.cnr.it>, 24 Aug 1998
6137 wy99fa|wy99fgta|wy-99fgta|Wyse WY-99GT (US PC keyboard):\
6138         :ct=\E0:st=\E1:tc=wy99f:
6141 #       The Wyse 160 is combination of the WY-60 and the WY-99gt.
6142 #       The reset strings are slow and the pad times very depending
6143 #       on other parameters such as font loading.  I have tried
6144 #       to follow the following outline:
6146 #               <rs1> -> set personality
6147 #               <rs2> -> set number of columns
6148 #               <rs3> -> set number of lines
6149 #               :i1: -> select the proper font
6150 #               :is: -> do the initialization
6151 #               :i3: -> set up display memory (2 pages)
6153 #       The display memory may be used for either text or graphics.
6154 #       When "Display Memory = Shared" the terminal will have more pages
6155 #       but garbage may be left on the screen when you switch from
6156 #       graphics to text.  If "Display Memory = Unshared" then the
6157 #       text area will be only one page long.
6159 # (wy160: we use \E{ rather than ^^ for home (both are documented) to avoid
6160 # a bug reported by Robert Dunn, <rcdii@inlink.com> -- esr)
6161 # (untranslatable capabilities removed to fit entry within 1023 bytes)
6162 # (sgr removed to fit entry within 1023 bytes)
6163 # (acsc removed to fit entry within 1023 bytes)
6164 wy160|wyse160|Wyse 160:\
6165         :5i:am:bw:hs:km:mi:ms:\
6166         :Nl#8:co#80:lh#1:li#24:lw#8:ws#38:\
6167         :#2=\E{:%9=\EP:&3=\Er:@8=\E7:DK=\E`b:F1=^AJ\r:F2=^AK\r:\
6168         :F3=^AL\r:F4=^AM\r:F5=^AN\r:F6=^AO\r:LF=\EA11:LO=\EA10:\
6169         :RA=\Ed.:RC=\E`c:RX=\Ec20:SA=\Ed/:SX=\Ec21:ae=\EcD:al=\EE:\
6170         :as=\EcE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E+:cm=\E=%+ %+ :\
6171         :cr=^M:ct=\E0:dc=\EW:dl=\ER:do=^J:ds=\EF\r:ei=\Er:fs=^M:\
6172         :ho=\E{:i1=\EcB0\EcC1:i2=\Ew0:im=\Eq:ip=:\
6173         :is=\Ed$\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016\024\El:\
6174         :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
6175         :k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:kA=\EE:kB=\EI:kD=\EW:\
6176         :kE=\ET:kI=\EQ:kL=\ER:kN=\EK:kP=\EJ:kS=\EY:kb=^H:kd=^J:kh=^^:\
6177         :kl=^H:kr=^L:ku=^K:le=^H:ll=\E{^K:mb=\EG2:\
6178         :me=\E(\EH\003\EG0\EcD:mh=\EGp:mp=\E):nd=^L:nw=\r\n:pf=^T:\
6179         :pl=\EZ2%+?%s\177:pn=\Ez%+/%s\r:po=\Ed#:ps=\EP:\
6180         :px=\EZ1%+?%s\177:r1=\E~!\E~4:r2=\E`\::r3=\EwG\Ee(:sf=\n:\
6181         :so=\EGt:sr=\Ej:st=\E1:ta=^I:te=\Ew0:ti=\Ew1:ts=\EF:up=^K:\
6182         :vb=\E`8\E`9:ve=\E`1:vi=\E`0:tc=adm+sgr:
6184 wy160-w|wyse160-w|wyse 160 132-column:\
6185         :Nl#16:co#132:lw#7:ws#90:\
6186         :cm=\Ea%i%dR%dC:dc=\EW:rs=\EeF\E`;:tc=wy160:
6188 wy160-25|wyse160-25|wyse 160 80-column 25-lines:\
6189         :Nl@:lh@:li#25:lw@:\
6190         :pn@:r3=\EwG\Ee):tc=wy160:
6191 wy160-25-w|wyse160-25-w|wyse 160 132-column 25-lines:\
6192         :Nl@:lh@:li#25:lw@:\
6193         :pn@:r3=\EwG\Ee):tc=wy160-w:
6195 wy160-42|wyse160-42|wyse 160 80-column 42-lines:\
6196         :li#42:\
6197         :al=\EE:cd=\Ey:cl=\E+:dl=\ER:i1=\EcB2\EcC3:nw=\r\n:r3=\Ee*:\
6198         :sf=\n:sr=\Ej:tc=wy160:
6199 wy160-42-w|wyse160-42-w|wyse 160 132-column 42-lines:\
6200         :Nl#16:co#132:lw#7:ws#90:\
6201         :cm=\Ea%i%dR%dC:dc=\EW:ip=:rs=\EeF\E`;:tc=wy160-42:
6203 wy160-43|wyse160-43|wyse 160 80-column 43-lines:\
6204         :Nl@:lh@:li#43:lw@:\
6205         :pn@:r3=\Ee+:tc=wy160-42:
6206 wy160-43-w|wyse160-43-w|wyse 160 132-column 43-lines:\
6207         :Nl@:lh@:li#43:lw@:\
6208         :pn@:r3=\Ee+:tc=wy160-42-w:
6210 wy160-vb|wyse160-vb|Wyse 160 visible bell:\
6211         :bl@:tc=wy160:
6212 wy160-w-vb|wy160-wvb|wyse160-wvb|Wyse 160 132-column visible bell:\
6213         :bl@:tc=wy160-w:
6215 #       The Wyse 75 is a vt100 lookalike without advanced video.
6217 #          The Wyse 75 can support one attribute (e.g. Dim, Inverse,
6218 #       Underline) without magic cookies.  The following description
6219 #       uses this capability, but when more than one attribute is
6220 #       put on the screen at once, all attributes will be changed
6221 #       to be the same as the last attribute given.
6222 #          The Wyse 75 can support more attributes when used with magic
6223 #       cookies.  The wy75-mc terminal description uses magic cookies
6224 #       to correctly handle multiple attributes on a screen.
6226 # (untranslatable capabilities removed to fit entry within 1023 bytes)
6227 # (sgr removed to fit entry within 1023 bytes)
6228 # (acsc removed to fit entry within 1023 bytes)
6229 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
6230 wy75|wyse75|wyse 75:\
6231         :am:hs:mi:ms:xn:xo:\
6232         :co#80:li#24:ma#1:pb#1201:ws#78:\
6233         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
6234         :K1=\EOw:K2=\EOu:K3=\EOy:K4=\EOq:K5=\EOs:LE=\E[%dD:\
6235         :RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:\
6236         :cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
6237         :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:\
6238         :ds=\E[>,\001\001\E[>-\001\001:ec=\E[%dX:ei=\E[4l:fs=^A:\
6239         :ho=\E[H:i1=\E[2;4;20;30l\E[?1;10l\E[12h\E[?7;8;25h:\
6240         :i2=\E[m:im=\E[4h:ip=:is=\E>\E(B\E)0\017:k1=\E[?5i:\
6241         :k2=\E[?3i:k3=\E[2i:k4=\E[@:k5=\E[M:k6=\E[17~:k7=\E[18~:\
6242         :k8=\E[19~:k9=\E[20~:kI=\E[@:kN=\E[6~:kP=\E[5~:kb=^H:\
6243         :kd=\E[B:ke=\E>:kh=\E[H:kl=\E[D:kr=\E[C:\
6244         :ks=\E[?1l\E[?7h\E=:ku=\E[A:le=^H:me=\E[m\017:\
6245         :mh=\E[0t\E[2m:mr=\E[1t\E[7m:nd=\E[C:rc=\E8:sc=\E7:\
6246         :se=\E[m:sf=\n:so=\E[1t\E[7m:sr=\EM:st=\EH:ta=^I:\
6247         :ts=\E[>,\001:ue=\E[m:up=\E[A:us=\E[2t\E[4m:\
6248         :vb=\E[30h\E,\E[30l:ve=\E[?25h:vi=\E[?25l:
6250 #       This terminal description uses the non-hidden attribute mode
6251 #       (with magic cookie).
6253 wy75-mc|wyse75-mc|wyse 75 with magic cookies:\
6254         :ms@:\
6255         :ma@:sg#1:ug#1:\
6256         :ae=\E[0p\017:as=\E[0p\016:i2=\E[m\E[p:mb=\E[2p:\
6257         :me=\E[0p\017:mh=\E[1p:mk=\E[4p:mr=\E[16p:\
6258         :..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%;:\
6259         :se=\E[0p:so=\E[17p:ue=\E[0p:us=\E[8p:tc=wy75:
6260 wy75-vb|wyse75-vb|wyse 75 with visible bell:\
6261         :pb@:\
6262         :bl@:tc=wy75:
6263 wy75-w|wyse75-w|wyse 75 in 132 column mode:\
6264         :co#132:ws#130:\
6265         :rs=\E[35h\E[?3h:tc=wy75:
6266 wy75-wvb|wyse75-wvb|wyse 75 with visible bell 132 columns:\
6267         :pb@:\
6268         :bl@:tc=wy75-w:
6270 #       Wyse 85 emulating a vt220 7 bit mode.
6271 #               24 line screen with status line.
6273 #       The vt220 mode permits more function keys but it wipes out
6274 #       the escape key.  I strongly recommend that <f11> be set to
6275 #       escape (esc).
6276 #       The terminal may have to be set for 8 data bits and 2 stop
6277 #       bits for the arrow keys to work.
6278 #       The Wyse 85 runs faster with XON/XOFF enabled.  Also the
6279 #       :DC: and :IC: work best when XON/XOFF is set.  :IC: and
6280 #       :DC: leave trash on the screen when used without XON/XOFF.
6282 # (untranslatable capabilities removed to fit entry within 1023 bytes)
6283 # (sgr removed to fit entry within 1023 bytes)
6284 # (acsc removed to fit entry within 1023 bytes)
6285 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
6286 wy85|wyse85|wyse 85:\
6287         :am:hs:mi:ms:xn:xo:\
6288         :co#80:it#8:li#24:ws#80:\
6289         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
6290         :K1=\EOw:K2=\EOu:K3=\EOy:K4=\EOq:K5=\EOs:LE=\E[%dD:\
6291         :RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:\
6292         :cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
6293         :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ds=\E[40l:\
6294         :ec=\E[%dX:ei=\E[4l:fs=\E[1;24r\E8:ho=\E[H:\
6295         :i1=\E[62;1"p\E[?5W:i2=\E>\E(B\E)0\017\E[m:im=\E[4h:ip=:\
6296         :is=\E[2;4;20;30l\E[?1;4;10;16l\E[12h\E[?7;8;25h:\
6297         :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k6=\E[17~:k7=\E[18~:\
6298         :k8=\E[19~:k9=\E[20~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:\
6299         :kb=^H:kd=\E[B:ke=\E>:kh=\E[26~:kl=\E[D:kr=\E[C:\
6300         :ks=\E[?1l\E=:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m\017:\
6301         :mh=\E[2m:mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:se=\E[m:sf=\n:\
6302         :so=\E[7m:sr=\EM:st=\EH:ta=\011:ts=\E[40h\E7\E[25;%i%dH:\
6303         :ue=\E[m:up=\E[A:us=\E[4m:vb=\E[30h\E,\E[30l:ve=\E[?25h:\
6304         :vi=\E[?25l:
6306 #       Wyse 85 with visual bell.
6307 wy85-vb|wyse85-vb|wyse 85 with visible bell:\
6308         :bl@:vb=\E[30h\E,\E[30l:tc=wy85:
6310 #       Wyse 85 in 132-column mode.
6311 wy85-w|wyse85-w|wyse 85 in 132-column mode:\
6312         :co#132:ws#132:\
6313         :rs=\E[35h\E[?3h:tc=wy85:
6315 #       Wyse 85 in 132-column mode with visual bell.
6316 wy85-wvb|wyse85-wvb|wyse 85 with visible bell 132-columns:\
6317         :bl@:tc=wy85-w:
6319 # From: Kevin Turner <kevint@aracnet.com>, 12 Jul 1998
6320 # This copes with an apparent firmware bug in the wy85.  He writes:
6321 # "What I did was change leave the terminal cursor keys set to Normal
6322 # (instead of application), and change \E[ to \233 for all the keys in
6323 # terminfo. At one point, I found some reference indicating that this
6324 # terminal bug (not sending \E[) was acknowledged by Wyse (so it's not just
6325 # me), but I can't find that and the server under my bookmark to "Wyse
6326 # Technical" isn't responding.  So there's the question of wether the wy85
6327 # terminfo should reflect the manufactuer's intended behaviour of the terminal
6328 # or the actual."
6329 # (untranslatable capabilities removed to fit entry within 1023 bytes)
6330 # (sgr removed to fit entry within 1023 bytes)
6331 # (acsc removed to fit entry within 1023 bytes)
6332 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
6333 wy85-8bit|wyse85-8bit|wyse 85 in 8-bit mode:\
6334         :am:hs:mi:ms:xn:xo:\
6335         :co#80:it#8:li#24:ws#80:\
6336         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
6337         :K1=\EOw:K2=\EOu:K3=\EOy:K4=\EOq:K5=\EOs:LE=\E[%dD:\
6338         :RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:\
6339         :cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
6340         :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ds=\E[40l:\
6341         :ec=\E[%dX:ei=\E[4l:fs=\E[1;24r\E8:ho=\E[H:\
6342         :i1=\E[62;1"p\E[?5W:i2=\E>\E(B\E)0\017\E[m:im=\E[4h:ip=:\
6343         :is=\E[2;4;20;30l\E[?1;4;10;16l\E[12h\E[?7;8;25h:\
6344         :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k6=\23317~:k7=\23318~:\
6345         :k8=\23319~:k9=\23320~:kD=\2333~:kI=\2332~:kN=\2336~:\
6346         :kP=\2335~:kb=^H:kd=\233B:ke=\E>:kh=\23326~:kl=\233D:\
6347         :kr=\233C:ks=\E[?1l\E=:ku=\233A:le=^H:mb=\E[5m:md=\E[1m:\
6348         :me=\E[m\017:mh=\E[2m:mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:\
6349         :se=\E[m:sf=\n:so=\E[7m:sr=\EM:st=\EH:ta=\011:\
6350         :ts=\E[40h\E7\E[25;%i%dH:ue=\E[m:up=\E[A:us=\E[4m:\
6351         :vb=\E[30h\E,\E[30l:ve=\E[?25h:vi=\E[?25l:
6353 #       Wyse 185 emulating a vt320 7 bit mode.
6355 #       This terminal always displays 25 lines.  These lines may be used
6356 #       as 24 data lines and a terminal status line (top or bottom) or
6357 #       25 data lines.  The 48 and 50 line modes change the page size
6358 #       and not the number of lines on the screen.
6360 #       The Compose Character key can be used as a meta key if changed
6361 #       by set-up.
6363 # (untranslatable capabilities removed to fit entry within 1023 bytes)
6364 # (sgr removed to fit entry within 1023 bytes)
6365 # (acsc removed to fit entry within 1023 bytes)
6366 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
6367 wy185|wyse185|wyse 185:\
6368         :am:hs:km:mi:ms:xn:xo:\
6369         :co#80:it#8:li#24:ws#80:\
6370         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
6371         :K1=\EOw:K2=\EOu:K3=\EOy:K4=\EOq:K5=\EOs:LE=\E[%dD:\
6372         :RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:\
6373         :cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
6374         :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:\
6375         :ds=\E7\E[99;0H\E[K\E8:ec=\E[%dX:ei=\E[4l:\
6376         :fs=\E[1;24r\E8:ho=\E[H:i1=\E[?5W:\
6377         :i2=\E>\E(B\E)0\017\E[m:im=\E[4h:ip=:\
6378         :is=\E[2;4;20;30l\E[?1;4;10;16l\E[12h\E[?7;8;25h:\
6379         :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k6=\E[17~:k7=\E[18~:\
6380         :k8=\E[19~:k9=\E[20~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:\
6381         :kb=^H:kd=\E[B:ke=\E>:kh=\E[26~:kl=\E[D:kr=\E[C:\
6382         :ks=\E[?1l\E=:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m\017:\
6383         :mh=\E[2m:mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:se=\E[27m:sf=\n:\
6384         :so=\E[7m:sr=\EM:st=\EH:ta=^I:te=\E[ R:ti=\E[ Q:\
6385         :ts=\E7\E[99;%i%dH:ue=\E[24m:up=\E[A:us=\E[4m:\
6386         :vb=\E[30h\E,\E[30l:ve=\E[34h\E[?25h:vi=\E[?25l:\
6387         :vs=\E[?25h\E[34l:
6389 #       Wyse 185 with 24 data lines and top status (terminal status)
6390 wy185-24|wyse185-24|wyse 185 with 24 data lines:\
6391         :hs@:\
6392         :ds@:fs@:r3=\E[?5l\E[47h\E[40l\E[1;24r:ts@:tc=wy185:
6394 #       Wyse 185 with visual bell.
6395 wy185-vb|wyse185-vb|wyse 185+flash:\
6396         :bl@:tc=wy185:
6398 #       Wyse 185 in 132-column mode.
6399 wy185-w|wyse185-w|wyse 185 in 132-column mode:\
6400         :co#132:ws#132:\
6401         :DC=\E[%dP:IC=\E[%d@:dc=\E[P:ei=:im=:ip=:rs=\E[35h\E[?3h:\
6402         :tc=wy185:
6404 #       Wyse 185 in 132-column mode with visual bell.
6405 wy185-wvb|wyse185-wvb|wyse 185+flash+132 cols:\
6406         :bl@:tc=wy185-w:
6408 # wy325 terminfo entries
6409 # Done by Joe H. Davis        3-9-92
6411 # lines 25  columns 80
6413 # (untranslatable capabilities removed to fit entry within 1023 bytes)
6414 wy325|wyse325|Wyse epc:\
6415         :5i:am:bw:hs:mi:\
6416         :Nl#8:co#80:lh#1:li#24:lw#8:pb#9601:ws#45:\
6417         :#2=\E{:%9=\EP:&3=\Er:@8=\E7:F1=^AJ\r:F2=^AK\r:F3=^AL\r:\
6418         :F4=^AM\r:F5=^AN\r:F6=^AO\r:LF=\EA11:LO=\EA10:RA=\Ed.:\
6419         :SA=\Ed/:\
6420         :ac=+/,.0[Iha2fxgqh1jYk?lZm@nEqDtCu4vAwBx3yszr{c~~:\
6421         :ae=\EcD:al=\EE:as=\EcE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E+:\
6422         :cm=\E=%+ %+ :cr=^M:ct=\E0:dc=\EW:dl=\ER:do=^J:ds=\EF\r:\
6423         :ei=\Er:fs=^M:ho=^^:i1=\EcB0\EcC1:i2=\Ew0:im=\Eq:ip=:\
6424         :is=\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016\024\El:\
6425         :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
6426         :k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:kA=\EE:kB=\EI:kD=\EW:\
6427         :kE=\ET:kI=\Eq:kL=\ER:kN=\EK:kP=\EJ:kS=\EY:kb=^H:kd=^J:kh=^^:\
6428         :kl=^H:kr=^L:ku=^K:le=^H:ll=^^^K:mb=\EG2:\
6429         :me=\E(\EH\003\EG0\EcD:mh=\EGp:mp=\E):nd=^L:pf=^T:\
6430         :pl=\EZ2%+?%s\177:pn=\Ez%+/%s\r:po=\Ed#:ps=\EP:\
6431         :px=\EZ1%+?%s\177:r1=\E~!\E~4:r2=\EeF\E`\::r3=\EwG\Ee(:\
6432         :sf=\n:so=\EGt:sr=\Ej:st=\E1:ta=^I:te=\Ew0:ti=\Ew1:ts=\EF:\
6433         :up=^K:vb=\E`8\E`9:ve=\E`1:vi=\E`0:tc=adm+sgr:
6436 # lines 24  columns 80  vb
6438 wy325-vb|wyse325-vb|wyse-325 with visual bell:\
6439         :bl@:tc=wy325:
6442 # lines 24  columns 132
6444 wy325-w|wyse325-w|wy325w-24|wyse-325 in wide mode:\
6445         :Nl#16:co#132:lw#7:ws#97:\
6446         :cm=\Ea%i%dR%dC:dc=\EW:ip=:rs=\E`;:tc=wy325:
6448 # lines 25  columns 80
6450 wy325-25|wyse325-25|wy325-80|wyse-325|wyse-325 25 lines:\
6451         :Nl@:lh@:li#25:lw@:\
6452         :pn@:r3=\EwG\Ee):tc=wy325:
6454 # lines 25  columns 132
6456 wy325-25w|wyse325-25w|wy325 132 columns:\
6457         :Nl@:lh@:li#25:lw@:\
6458         :pn@:r3=\EwG\Ee):tc=wy325-w:
6460 # lines 25  columns 132  vb
6462 wy325-w-vb|wy325-wvb|wyse325-wvb|wyse-325 wide mode reverse video:\
6463         :bl@:tc=wy325-w:
6466 # lines 42  columns 80
6468 wy325-42|wyse325-42|wyse-325 42 lines:\
6469         :Nl@:lh@:li#42:lw@:\
6470         :pn@:r3=\EwG\Ee):tc=wy325:
6472 # lines 42  columns 132
6474 wy325-42w|wyse325-42w|wyse-325 42 lines wide mode:\
6475         :Nl@:lh@:li#42:lw@:\
6476         :pn@:r3=\EwG\Ee):tc=wy325-w:
6478 # lines 42  columns 132  vb
6480 wy325-42w-vb|wy325-42wvb|wyse-325 42 lines wide mode visual bell:\
6481         :bl@:tc=wy325-w:
6483 # lines 43  columns 80
6485 wy325-43|wyse325-43|wyse-325 43 lines:\
6486         :Nl@:lh@:li#43:lw@:\
6487         :pn@:tc=wy325:
6489 # lines 43  columns 132
6491 wy325-43w|wyse325-43w|wyse-325 43 lines wide mode:\
6492         :Nl@:lh@:li#43:lw@:\
6493         :pn@:r3=\EwG\Ee):tc=wy325-w:
6495 # lines 43  columns 132  vb
6497 wy325-43w-vb|wy325-43wvb|wyse-325 43 lines wide mode visual bell:\
6498         :bl@:tc=wy325-w:
6500 #       Wyse 370 -- 24 line screen with status line.
6502 #       The terminal may have to be set for 8 data bits and 2 stop
6503 #       bits for the arrow keys to work.
6505 #       If you change keyboards the terminal will send different
6506 #       escape sequences.
6507 #       The following definition is for the basic terminal without
6508 #       function keys.
6510 #       <u0> -> enter Tektronix 4010/4014 mode
6511 #       <u1> -> exit  Tektronix 4010/4014 mode
6512 #       <u2> -> enter ASCII mode (from any ANSI mode)
6513 #       <u3> -> exit  ASCII mode (goto native ANSI mode)
6514 #       <u4> -> enter Tek 4207 ANSI mode (from any ANSI mode)
6515 #       <u5> -> exit  Tek 4207 mode (goto native ANSI mode)
6517 # Bug: The <op> capability resets attributes.
6518 # (untranslatable capabilities removed to fit entry within 1023 bytes)
6519 # (sgr removed to fit entry within 1023 bytes)
6520 # (acsc removed to fit entry within 1023 bytes)
6521 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
6522 wy370-nk|wyse 370 without function keys:\
6523         :am:hs:mi:ms:xn:xo:\
6524         :co#80:it#8:li#24:ws#80:\
6525         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
6526         :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:\
6527         :bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
6528         :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ds=\E[40l:\
6529         :ec=\E[%dX:ei=\E[4l:fs=\E[1;24r\E8:ho=\E[H:\
6530         :i1=\E[90;1"p\E[?5W:i2=\E>\017\E)0\E(B\E[63;0w\E[m:\
6531         :im=\E[4h:ip=:\
6532         :is=\E[2;4;20;30;40l\E[?1;10;16l\E[12h\E[?7;8;25h:\
6533         :ke=\E>:ks=\E[?1l\E=:le=^H:mb=\E[5m:md=\E[1m:me=\E[m\017:\
6534         :mh=\E[2m:mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:se=\E[27m:sf=\n:\
6535         :so=\E[7m:sr=\EM:st=\EH:ta=\011:te=\E[ R:ti=\E[ Q:\
6536         :ts=\E[40l\E[40h\E7\E[99;%i%dH:ue=\E[24m:up=\E[A:\
6537         :us=\E[4m:vb=\E[30h\E,\E[30l:ve=\E[34h\E[?25h:\
6538         :vi=\E[?25l:vs=\E[?25h\E[34l:
6540 #       Function key set for the ASCII (wy-50 compatible) keyboard
6541 #       This is the default 370.
6543 wy370|wyse370|wy370-101k|Wyse 370 with 101 key keyboard:\
6544         :@8=\EOM:F1=\E[23~:F2=\E[24~:F3=\E[25~:F4=\E[26~:\
6545         :F5=\E[28~:F6=\E[29~:k1=\E[?4i:k2=\E[?3i:k3=\E[2i:k4=\E[@:\
6546         :k5=\E[M:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:\
6547         :k;=\E[21~:kA=\EOP:kB=\E[Z:kD=\EOQ:kI=\EOP:kL=\EOQ:kN=\E[U:\
6548         :kP=\E[V:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
6549         :tc=wy370-nk:
6551 #       Function key set for the VT-320 (and wy85) compatible keyboard
6553 wy370-105k|Wyse 370 with 105 key keyboard:\
6554         :%1=\E[28~:*6=\E[4~:@0=\E[1~:@8=\EOM:F1=\E[23~:F2=\E[24~:\
6555         :F3=\E[25~:F4=\E[26~:F5=\E[28~:F6=\E[29~:F7=\E[31~:\
6556         :F8=\E[32~:F9=\E[33~:FA=\E[34~:K1=\EOw:K2=\EOu:K3=\EOy:\
6557         :K4=\EOq:K5=\EOs:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k6=\E[17~:\
6558         :k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:kD=\E[3~:\
6559         :kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:kh=\E[26~:\
6560         :kl=\E[D:kr=\E[C:ku=\E[A:l1=PF1:l2=PF2:l3=PF3:l4=PF4:\
6561         :tc=wy370-nk:
6563 #       Function key set for the PC compatible keyboard
6565 wy370-EPC|Wyse 370 with 102 key keyboard:\
6566         :@7=\E[1~:@8=\EOM:F1=\E[23~:F2=\E[24~:k1=\EOP:k2=\EOQ:\
6567         :k3=\EOR:k4=\EOS:k5=\E[M:k6=\E[17~:k7=\E[18~:k8=\E[19~:\
6568         :k9=\E[20~:k;=\E[21~:kB=\E[Z:kI=\E[2~:kN=\E[U:kP=\E[V:\
6569         :kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:tc=wy370-nk:
6571 #       Wyse 370 with visual bell.
6572 wy370-vb|Wyse 370 with visible bell:\
6573         :bl@:tc=wy370:
6575 #       Wyse 370 in 132-column mode.
6576 wy370-w|Wyse 370 in 132-column mode:\
6577         :co#132:ws#132:\
6578         :rs=\E[35h\E[?3h:tc=wy370:
6580 #       Wyse 370 in 132-column mode with visual bell.
6581 wy370-wvb|Wyse 370 with visible bell 132-columns:\
6582         :vb=\E[30h\E,\E[30l:tc=wy370-w:
6583 wy370-rv|Wyse 370 reverse video:\
6584         :r3=\E[32h\E[?5h:tc=wy370:
6586 #       Wyse 99gt Tektronix 4010/4014 emulator,
6588 wy99gt-tek|Wyse 99gt Tektronix 4010/4014 emulator:\
6589         :am:os:\
6590         :co#74:li#35:\
6591         :bl=^G:cl=\E^L:\
6592         :..cm=\035%{3040}%{89}%p1%*%-%Py%p2%{55}%*%Px%gy%{128}%/%{31}%&%{32}%+%c%gy%{3}%&%{4}%*%gx%{3}%&%+%{96}%+%c%gy%{004}%/%{31}%&%{96}%+%c%gx%{128}%/%{31}%&%{32}%+%c%gx%{004}%/%{31}%&%{64}%+%c\037:\
6593         :cr=^M:do=^J:ff=^L:\
6594         :hd=\036HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH\037:\
6595         :ho=^]7`x @\037:\
6596         :hu=\036DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD\037:\
6597         :is=\E8:le=^H:nd=\s:nw=^M^J:u0=\E~>\E8:u1=\E[42h:up=^K:
6599 #       Wyse 160 Tektronix 4010/4014 emulator,
6601 wy160-tek|Wyse 160 Tektronix 4010/4014 emulator:\
6602         :..cm=\035%{3103}%{91}%p1%*%-%Py%p2%{55}%*%Px%gy%{128}%/%{31}%&%{32}%+%c%gy%{3}%&%{4}%*%gx%{3}%&%+%{96}%+%c%gy%{004}%/%{31}%&%{96}%+%c%gx%{128}%/%{31}%&%{32}%+%c%gx%{004}%/%{31}%&%{64}%+%c\037:\
6603         :ho=^]8`g @\037:tc=wy99gt-tek:
6605 #       Wyse 370 Tektronix 4010/4014 emulator,
6607 wy370-tek|Wyse 370 Tektronix 4010/4014 emulator:\
6608         :am:os:\
6609         :co#80:li#36:\
6610         :bl=^G:cl=\E^L:\
6611         :..cm=\035%{775}%{108}%p1%*%{5}%/%-%Py%p2%{64}%*%{4}%+%{5}%/%Px%gy%{32}%/%{31}%&%{32}%+%c%gy%{31}%&%{96}%+%c%gx%{32}%/%{31}%&%{32}%+%c%gx%{31}%&%{64}%+%c\037:\
6612         :cr=^M:do=^J:ff=^L:\
6613         :hd=\036HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH\037:\
6614         :ho=^]8g @\037:\
6615         :hu=\036DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD\037:\
6616         :is=\E8:kb=^H:kd=^J:kl=^H:kr=^I:ku=^K:le=^H:nd=\s:nw=^M^J:\
6617         :u0=\E[?38h\E8:u1=\E[?38l\E)0:up=^K:
6619 # Vendor-supplied Wyse entries end here.
6622 #TITLE:  TERMINFO ENTRY WY520
6623 #DATE:   8/5/93
6624 # The WY520 terminfo is based on the WY285 entry published on the WYSE
6625 # BBS with the addition of more function keys and special keys.
6627 #               rs1 -> set personality
6628 #               rs2 -> set number of columns
6629 #               rs3 -> set number of lines
6630 #               is1 -> select the proper font
6631 #               is2 -> do the initialization
6632 #               is3 -> If this string is empty then rs3 gets sent.
6634 #       Wyse 520 emulating a vt420 7 bit mode with default ANSI keyboard
6635 #       - The BS key is programmed to generate BS in smcup since
6636 #         is2 doesn't seem to work.
6637 #       - Remove and shift/Remove: delete a character
6638 #       - Insert : enter insert mode
6639 #       - Find   : delete to end of file
6640 #       - Select : clear a line
6641 #       - F11, F12, F13: send default sequences (not ESC, BS, LF)
6642 #       - F14 : Home key
6643 #       - Bottom status line (host writable line) is used.
6644 #       - smkx,rmkx are removed because this would put the numeric
6645 #         keypad in Dec application mode which doesn't seem to work
6646 #         with SCO applications.
6648 # (untranslatable capabilities removed to fit entry within 1023 bytes)
6649 # (sgr removed to fit entry within 1023 bytes)
6650 # (acsc removed to fit entry within 1023 bytes)
6651 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
6652 wy520|wyse520|wyse 520:\
6653         :am:hs:km:mi:xn:xo:\
6654         :co#80:it#8:li#24:ws#80:\
6655         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
6656         :K1=\EOw:K2=\EOy:K3=\EOu:K4=\EOq:K5=\EOs:LE=\E[%dD:\
6657         :RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:\
6658         :cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
6659         :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ds=\E[0$~:\
6660         :ec=\E[%dX:ei=\E[4l:fs=\E[0$}:ho=\E[H:i1=\E[?5W:\
6661         :i2=\E>\E(B\E)0\017\E[m:im=\E[4h:ip=:\
6662         :is=\E[2;4;20;30l\E[?1;4;10;16l\E[12h\E[?7;8;25;67h:\
6663         :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k6=\E[17~:k7=\E[18~:\
6664         :k8=\E[19~:k9=\E[20~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:\
6665         :kb=^H:kd=\E[B:kh=\E[26~:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
6666         :mb=\E[5m:md=\E[1m:me=\E[m\017:mh=\E[2m:mr=\E[7m:nd=\E[C:\
6667         :rc=\E8:sc=\E7:se=\E[m:sf=\n:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
6668         :te=\E[ R:ti=\E[ Q\E[?67;8h:ts=\E[2$~\E[1$}\E[%i%d`:\
6669         :ue=\E[24m:up=\E[A:us=\E[4m:ve=\E[34h\E[?25h:vi=\E[?25l:\
6670         :vs=\E[?25h\E[34l:
6672 #       Wyse 520 with 24 data lines and status (terminal status)
6673 wy520-24|wyse520-24|wyse 520 with 24 data lines:\
6674         :hs@:\
6675         :ds@:fs@:r3=\E[?5l\E[47h\E[40l\E[1;24r:ts@:tc=wy520:
6677 #       Wyse 520 with visual bell.
6678 wy520-vb|wyse520-vb|wyse 520 with visible bell:\
6679         :vb=\E[30h\E,\E[30l:tc=wy520:
6681 #       Wyse 520 in 132-column mode.
6682 wy520-w|wyse520-w|wyse 520 in 132-column mode:\
6683         :co#132:ws#132:\
6684         :DC=\E[%dP:IC=\E[%d@:dc=\E[P:ei=:im=:ip=:rs=\E[35h\E[?3h:\
6685         :tc=wy520:
6687 #       Wyse 520 in 132-column mode with visual bell.
6688 wy520-wvb|wyse520-wvb|wyse 520 with visible bell 132-columns:\
6689         :vb=\E[30h\E,\E[30l:tc=wy520-w:
6692 #       Wyse 520 emulating a vt420 7 bit mode.
6693 #       The DEL key is programmed to generate BS in is2.
6694 #       With EPC keyboard.
6695 #       - 'End' key will clear till end of line on EPC keyboard
6696 #       - Shift/End : ignored.
6697 #       - Insert : enter insert mode.
6698 #       - Delete : delete a character (have to change interrupt character
6699 #                  to CTRL-C: stty intr '^c') for it to work since the
6700 #                  Delete key sends 7FH.
6701 wy520-epc|wyse520-epc|wyse 520 with EPC keyboard:\
6702         :@7=\E[4~:k0=\E[21~:k1=\E[11~:k2=\E[12~:k3=\E[13~:\
6703         :k4=\E[14~:k5=\E[15~:kD=\177:kE=\E[4~:kh=\E[H:tc=wy520:
6705 #       Wyse 520 with 24 data lines and status (terminal status)
6706 #       with EPC keyboard.
6707 wy520-epc-24|wyse520-pc-24|wyse 520 with 24 data lines and EPC keyboard:\
6708         :hs@:\
6709         :ds@:fs@:r3=\E[?5l\E[47h\E[40l\E[1;24r:ts@:tc=wy520-epc:
6711 #       Wyse 520 with visual bell.
6712 wy520-epc-vb|wyse520-pc-vb|wyse 520 with visible bell and EPC keyboard:\
6713         :vb=\E[30h\E,\E[30l:tc=wy520-epc:
6715 #       Wyse 520 in 132-column mode.
6716 wy520-epc-w|wyse520-epc-w|wyse 520 in 132-column mode with EPC keyboard:\
6717         :co#132:ws#132:\
6718         :DC=\E[%dP:IC=\E[%d@:dc=\E[P:ei=:im=:ip=:rs=\E[35h\E[?3h:\
6719         :tc=wy520-epc:
6721 #       Wyse 520 in 132-column mode with visual bell.
6722 wy520-epc-wvb|wyse520-p-wvb|wyse 520 with visible bell 132-columns and EPC keyboard:\
6723         :vb=\E[30h\E,\E[30l:tc=wy520-epc-w:
6725 #       Wyse 520 in 80-column, 36 lines
6726 wy520-36|wyse520-36|wyse 520 with 36 data lines:\
6727         :hs@:\
6728         :li#36:\
6729         :ds@:fs@:r3=\E[?5l\E[36*|\E[36t\E[40l\E[1;36r:ts@:\
6730         :tc=wy520:
6732 #       Wyse 520 in 80-column, 48 lines
6733 wy520-48|wyse520-48|wyse 520 with 48 data lines:\
6734         :hs@:\
6735         :li#48:\
6736         :ds@:fs@:r3=\E[?5l\E[48*|\E[48t\E[40l\E[1;48r:ts@:\
6737         :tc=wy520:
6739 #       Wyse 520 in 132-column, 36 lines
6740 wy520-36w|wyse520-36w|wyse 520 with 132 columns and 36 data lines:\
6741         :co#132:ws#132:\
6742         :r2=\E[?3h:\
6743         :r3=\E[?5l\E[36*|\E[36t\E[40l\E[1;36r\E[132$|:\
6744         :tc=wy520-36:
6746 #       Wyse 520 in 132-column, 48 lines
6747 wy520-48w|wyse520-48w|wyse 520 with 48 data lines:\
6748         :co#132:ws#132:\
6749         :r2=\E[?3h:\
6750         :r3=\E[?5l\E[48*|\E[48t\E[40l\E[1;48r\E[132$|:\
6751         :tc=wy520-48:
6754 #       Wyse 520 in 80-column, 36 lines with EPC keyboard
6755 wy520-36pc|wyse520-36pc|wyse 520 with 36 data lines and EPC keyboard:\
6756         :hs@:\
6757         :li#36:\
6758         :ds@:fs@:r3=\E[?5l\E[36*|\E[36t\E[40l\E[1;36r:ts@:\
6759         :tc=wy520-epc:
6761 #       Wyse 520 in 80-column, 48 lines with EPC keyboard
6762 wy520-48pc|wyse520-48pc|wyse 520 with 48 data lines and EPC keyboard:\
6763         :hs@:\
6764         :li#48:\
6765         :ds@:fs@:r3=\E[?5l\E[48*|\E[48t\E[40l\E[1;48r:ts@:\
6766         :tc=wy520-epc:
6768 #       Wyse 520 in 132-column, 36 lines with EPC keyboard
6769 wy520-36wpc|wyse520-36wpc|wyse 520 with 36 data lines and EPC keyboard:\
6770         :co#132:ws#132:\
6771         :r2=\E[?3h:\
6772         :r3=\E[?5l\E[36*|\E[36t\E[40l\E[1;36r\E[132$|:\
6773         :tc=wy520-36pc:
6775 #       Wyse 520 in 132-column, 48 lines with EPC keyboard
6776 wy520-48wpc|wyse520-48wpc|wyse 520 with 48 data lines and EPC keyboard:\
6777         :co#132:ws#132:\
6778         :r2=\E[?3h:\
6779         :r3=\E[?5l\E[48*|\E[48t\E[40l\E[1;48r\E[132$|:\
6780         :tc=wy520-48pc:
6782 # From: John Gilmore <hoptoad!gnu@lll-crg.arpa>
6783 # (wyse-vp: removed :if=/usr/share/tabset/wyse-adds:, there's no such
6784 # file and we don't know what :st: is -- esr)
6785 wyse-vp|Wyse 50 in ADDS Viewpoint emulation mode with "enhance" on:\
6786         :am:bs:\
6787         :co#80:it#8:li#24:\
6788         :al=\EM:bl=^G:cd=\Ek:ce=\EK:cl=^L:cm=\EY%+ %+ :cr=^M:dc=\EW:\
6789         :dl=\El:do=^J:ei=\Er:ho=^A:im=\Eq:is=\E`\:\E`9\017\Er:\
6790         :kb=^H:kd=^J:kh=^A:kl=^U:kr=^F:ku=^Z:le=^H:ll=^A^Z:me=^O:\
6791         :nd=^F:nw=^M^J:r1=\E`\:\E`9\017\Er:se=^O:sf=^J:so=^N:ta=^I:\
6792         :ue=^O:up=^Z:us=^N:
6794 wy75ap|wyse75ap|wy-75ap|wyse-75ap|Wyse WY-75 Applications and Cursor keypad:\
6795         :is=\E[1;24r\E[?10;3l\E[?1;25h\E[4l\E[m\E(B\E=:kb=^H:\
6796         :kd=\EOB:ke=10\E[?1l\E>:kh=\EOH:kl=\EOD:kr=\EOC:\
6797         :ks=10\E[?1h\E=:ku=\EOA:tc=wy75:
6799 # From: Eric Freudenthal <freudent@eric.ultra.nyu.edu>
6800 wy100q|Wyse 100 for Quotron:\
6801         :bs:\
6802         :co#80:li#24:sg#1:\
6803         :al=\EE:bt=\EI:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :dc=\EW:\
6804         :dl=\ER:do=^J:ei=\Er:ho=^^:im=\Eq:\
6805         :is=\E`\:\0\EC\EDF\E0\E'\E(\EA21:kd=^J:kl=^H:kr=^L:ku=^K:\
6806         :le=^H:mk@:nd=^L:sr=\Ej:up=^K:tc=adm+sgr:
6808 #### Kermit terminal emulations
6810 # Obsolete Kermit versions may be listed in the section describing obsolete
6811 # non-ANSI terminal emulators later in the file.
6814 # KERMIT standard all versions.
6815 # Straight ascii keyboard. :sr=\EI: not avail. many versions + bug prone in vi.
6816 # (kermit: removed obsolete ":ma=^Hh^Jj^Kk^Ll^^H:" -- esr)
6817 # From: greg small <gts@populi.berkeley.edu> 9-25-84
6818 kermit|standard kermit:\
6819         :bs:\
6820         :co#80:li#24:\
6821         :cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :ho=\EH:\
6822         :is=K0 Standard Kermit  9-25-84\n:kd=^J:kh=^^:kl=^H:\
6823         :kr=^L:ku=^K:le=^H:nd=\EC:up=\EA:
6824 kermit-am|standard kermit plus auto-margin:\
6825         :am:\
6826         :is=K1 Standard Kermit plus Automatic Margins\n:\
6827         :tc=kermit:
6828 # IBMPC Kermit 1.2.
6829 # Bugs: :cd:, :ce:: do not work except at beginning of line!  :cl: does
6830 # not work, but fake with :cl=\EH\EJ (since :cd=\EJ: works at beginning of
6831 # line).
6832 # From: greg small <gts@populi.berkeley.edu> 8-30-84
6833 pckermit|pckermit12|UCB IBMPC Kermit 1.2:\
6834         :am:\
6835         :li#25:\
6836         :cd@:ce@:cl=\EH\EJ:\
6837         :is=K2 UCB IBMPC Kermit 1.2  8-30-84\n:tc=kermit:
6838 # IBMPC Kermit 1.20
6839 # Cannot use line 25, now acts funny like ansi special scrolling region.
6840 # Initialization must escape from that region by cursor position to line 24.
6841 # Cannot use character insert because 1.20 goes crazy if insert at col 80.
6842 # Does not use :am: because autowrap is lost when kermit dropped and restarted.
6843 # From: greg small <gts@populi.berkeley.edu> 12-19-84
6844 pckermit120|UCB IBMPC Kermit 1.20:\
6845         :it#8:li#24:\
6846         :al=\EL:dc=\EN:dl=\EM:do=\EB:ei@:im@:\
6847         :is=\EO\Eq\EJ\EY7 K3 UCB IBMPC Kermit 1.20  12-19-84\n:\
6848         :se=\Eq:so=\Ep:ta=^I:vs=\EO\Eq\EEK3:tc=kermit:
6849 # MS-DOS Kermit 2.27 for the IBMPC
6850 # Straight ascii keyboard. :sr=\EI: not avail. many versions + bug prone in vi.
6851 # Cannot use line 25, now acts funny like ansi special scrolling region.
6852 # Initialization must escape from that region by cursor position to line 24.
6853 # Does not use am: because autowrap is lost when kermit dropped and restarted.
6854 # Reverse video for standout like H19.
6855 # (msk227: removed obsolete ":ma=^Hh^Jj^Kk^Ll^^H:" -- esr)
6856 # From: greg small <gts@populi.berkeley.edu> 3-17-85
6857 msk227|mskermit227|MS-DOS Kermit 2.27 for the IBMPC:\
6858         :am@:bs:\
6859         :co#80:it#8:li#24:\
6860         :al=\EL:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :dc=\EN:dl=\EM:\
6861         :do=\EB:ei=\EO:ho=\EH:im=\E@:\
6862         :is=\EO\Eq\EG\Ew\EJ\EY7 K4 MS Kermit 2.27 for the IBMPC 3-17-85\n:\
6863         :kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:nd=\EC:rc=\Ek:sc=\Ej:\
6864         :se=\Eq:so=\Ep:ta=^I:up=\EA:vs=\EO\Eq\EG\EwK4:
6865 # MS-DOS Kermit 2.27 with automatic margins
6866 # From: greg small <gts@populi.berkeley.edu> 3-17-85
6867 msk227am|mskermit227am|UCB MS-DOS Kermit 2.27 with automatic margins:\
6868         :am:\
6869         :is=\EO\Eq\EG\Ev\EJ\EY7 K5 MS Kermit 2.27 +automatic margins 3-17-85\n:\
6870         :vs=\EO\Eq\EG\EvK5:tc=msk227:
6871 # MS-DOS Kermit 2.27 UCB 227.14 for the IBM PC
6872 # Automatic margins now default.  Use ansi :sa: for highlights.
6873 # Define function keys.
6874 # (msk22714: removed obsolete ":kn#10:" -- esr)
6875 # From: greg small <gts@populi.berkeley.edu> 3-17-85
6876 msk22714|mskermit22714|UCB MS-DOS Kermit 2.27 UCB 227.14 IBM PC:\
6877         :am:\
6878         :is=\EO\Eq\EG\Ev\EJ\EY7 K6 MS Kermit 2.27 UCB 227.14 IBM PC 3-17-85\n:\
6879         :k0=\E0:k1=\E1:k2=\E2:k3=\E3:k4=\E4:k5=\E5:k6=\E6:k7=\E7:\
6880         :k8=\E8:k9=\E9:md=\E[1m:me=\E[m:mr=\E[7m:se=\E[m:so=\E[1m:\
6881         :ue=\E[m:us=\E[4m:vs=\EO\Eq\EG\EvK6:tc=mskermit227:
6882 # This was designed for a VT320 emulator, but it is probably a good start
6883 # at support for the VT320 itself.
6884 # Please send changes with explanations to bug-gnu-emacs@prep.ai.mit.edu.
6885 # (vt320-k3: I added <rmam>/<smam> based on the init string -- esr)
6886 # (untranslatable capabilities removed to fit entry within 1023 bytes)
6887 # (sgr removed to fit entry within 1023 bytes)
6888 # (acsc removed to fit entry within 1023 bytes)
6889 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
6890 vt320-k3|MS-Kermit 3.00's vt320 emulation:\
6891         :am:es:hs:km:mi:ms:xn:\
6892         :co#80:it#8:li#49:pb#9600:vt#3:\
6893         :AL=\E[%dL:CC=\E:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
6894         :LE=\E[%dD:RI=\E[%dC:SR=\E[%dL:UP=\E[%dA:ae=\E(B:al=\E[L:\
6895         :as=\E(0:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
6896         :cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:\
6897         :ds=\E[0$~:ec=\E[%dX:ei=\E[4l:fs=\E[0$}:ho=\E[H:im=\E[4h:\
6898         :is=\E>\E F\E[?1l\E[?7h\E[r\E[2$~:k0=\E[21~:k1=\EOP:\
6899         :k2=\EOQ:k3=\EOR:k4=\EOS:k6=\E[17~:k7=\E[18~:k8=\E[19~:\
6900         :k9=\E[20~:kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:kd=\EOB:\
6901         :ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:\
6902         :mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:nw=^M^J:rc=\E8:\
6903         :sc=\E7:se=\E[27m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
6904         :ts=\E[1$}\r\E[K:ue=\E[24m:up=\E[A:us=\E[4m:\
6905         :vb=\E[?5h\E[?5l\E[?5h\E[?5l\E[?5h\E[?5l:ve=\E[?25h:\
6906         :vi=\E[?25l:
6907 # From: Joseph Gil <yogi@cs.ubc.ca> 13 Dec 1991
6908 # ACS capabilities from Philippe De Muyter  <phdm@info.ucl.ac.be> 30 May 1996
6909 # (I removed a bogus boolean :mo: and added :ms:, <smam>, <rmam> -- esr)
6910 vt320-k311|dec vt320 series as defined by kermit 3.11:\
6911         :am:es:hs:mi:ms:xn:xo:\
6912         :co#80:it#8:li#24:vt#3:\
6913         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
6914         :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:\
6915         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
6916         :ae=^O:al=3\E[L:as=^N:bl=^G:cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:\
6917         :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:\
6918         :dl=\E[M:do=^J:ds=\E[2$~\r\E[1$}\E[K\E[$}:ei=\E[4l:\
6919         :fs=\E[$}:ho=\E[H:im=\E[4h:\
6920         :is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H:\
6921         :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k6=\E[17~:k7=\E[18~:\
6922         :k8=\E[19~:k9=\E[20~:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:\
6923         :kr=\EOC:ks=\E[?1h\E=:ku=\EOA:l1=pf1:l2=pf2:l3=pf3:l4=pf4:\
6924         :le=^H:mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:nw=^M\ED:\
6925         :r1=\E[?3l:rc=\E8:rf=/usr/share/tabset/vt100:sc=\E7:\
6926         :se=\E[27m:sf=\ED:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
6927         :ts=\E[2$~\E[1$}\E[1;%dH:ue=\E[24m:up=\E[A:us=\E[4m:\
6928         :vb=\E[?5h\E[?5l:ve=\E[?25h:vi=\E[?25l:vs=\E[?25h:
6930 ######## NON-ANSI TERMINAL EMULATIONS
6933 #### Avatar
6935 # These entries attempt to describe Avatar, a terminal emulation used with
6936 # MS-DOS bulletin-board systems.  It was designed to give ANSI-like
6937 # capabilities, but with cheaper (shorter) control sequences.  Messy design,
6938 # excessively dependent on PC idiosyncracies, but apparently rather popular
6939 # in the BBS world.
6941 # No color support.  Avatar doesn't fit either of the Tektronix or HP color
6942 # models that terminfo knows about.  An Avatar color attribute is the
6943 # low 7 bits of the IBM-PC display-memory attribute.  Bletch.
6945 # I wrote these entries while looking at the Avatar spec.  I don't have
6946 # the facilities to test them.  Let me know if they work, or don't.
6948 # Avatar escapes not used by these entries (because maybe you're smarter
6949 # and more motivated than I am and can figure out how to wrap terminfo
6950 # around some of them, and because they are weird enough to be funny):
6951 #                               level 0:
6952 # ^L            -- clear window/reset current attribute to default
6953 # ^V^A%p1%c     -- set current color attribute, parameter decodes as follows:
6955 #      bit:         6   5   4   3   2   1   0
6956 #                   |       |   |   |       |
6957 #                   +---+---+   |   +---+---+
6958 #                       |       |       |
6959 #                       |       |  foreground color
6960 #                       |  foreground intensity
6961 #                  background color
6962 #                               level 0+:
6963 # ^V^J%p1%c%p2%c%p3%c%p4%c%p5%c -- scroll (p2,p3) to (p4,p5) up by p1 lines
6964 # ^V^K%p1%c%p2%c%p3%c%p4%c%p5%c -- scroll (p2,p3) to (p4,p5) down by p1 lines
6965 # ^V^L%p1%c%p2%c%p3%c           -- clear p2 lines and p3 cols w/attr %p1
6966 # ^V^M%p1%c%p2%c%p3%c%p4%c      -- fill p3 lines & p4 cols w/char p2+attr %p1
6967 # (^V^L and ^V^M set the current attribute as a side-effect.)
6968 # ^V ^Y <a> [...] <c>   -- repeat pattern. <a> specifies the number of bytes
6969 #                          in the pattern, <c> the number of times the pattern
6970 #                          should be repeated. If either value is 0, no-op.
6971 #                          The pattern can contain Avatar console codes,
6972 #                          including other ^V ^Y patterns.
6973 #                               level 1:
6974 # ^V^O          -- clockwise mode on; turn print direction right each time you
6975 #                  hit a window edge (yes, really).  Turned off by CR
6976 # ^V^P          -- no-op
6977 # ^V^Q%c        -- query the driver
6978 # ^V^R          -- driver reset
6979 # ^V^S          -- Sound tone (PC-specific)
6980 # ^V^T                  -- change highlight at current cursor poition to %c
6981 # ^V^U%p1%c%p2%c        -- highlight window <a> with attribute <b>
6982 # ^V^V%p1%c%p2%c%p3%c%p4%c%p5%c
6983 #                       -- define window
6985 # From: Eric S. Raymond <esr@snark.thyrsus.com> 1 Nov 1995
6986 # (The :mb:/:md:/:mr:/:as:/:us:/:so: capabilities exist only to
6987 # tell ncurses that the corresponding highlights exist; it should use :sa:,
6988 # which is the only method that will actually work for multiple highlights.)
6989 avatar0|avatar terminal emulator level 0:\
6990         :am:ms:ut:\
6991         :co#80:it#8:li#25:\
6992         :as=:ce=^V^G:cm=\026\010%.%.:cr=^M:do=^V^D:le=^V^E:\
6993         :mb=^A^V\177:md=^V^A^P:me=^V^A^G:mk=^V^A\0:mr=^A^Vp:\
6994         :nd=^V^F:rp=\031%.%d:rs=^L:\
6995         :..sa=\026\001%{0}%?%p1%t%{112}%|%;%?%p2%t%{1}%|%;%?%p3%t%{112}%|%;%?%p4%t{128}%|%;%?%p6%t%{16}%|%;:\
6996         :sf=^J:so=^A^Vp:up=^V^C:us=^V^A:tc=klone+acs:
6997 # From: Eric S. Raymond <esr@snark.thyrsus.com> 1 Nov 1995
6998 avatar0+|avatar terminal emulator level 0+:\
6999         :dc=^V^N:ei=\026\n\0\0\0\0:im=^V^I:tc=avatar0:
7000 # From: Eric S. Raymond <esr@snark.thyrsus.com> 1 Nov 1995
7001 avatar|avatar1|avatar terminal emulator level 1:\
7002         :RA=^V":SA=^V$:al=^V+:dl=^V-:ei=^V^P:ve=^V'^A:vi=^V'^B:\
7003         :vs=^V^C:tc=avatar0+:
7005 #### RBcomm
7007 # RBComm is a lean and mean terminal emulator written by the Interrupt List
7008 # maintainer, Ralf Brown. It was fairly popular in the late DOS years (early
7009 # '90s), especially in the BBS world, and still has some loyal users due to
7010 # its very small memory footprint and to a cute macro language.
7011 rbcomm|IBM PC with RBcomm and EMACS keybindings:\
7012         :am:bw:mi:ms:xn:\
7013         :co#80:it#8:li#25:\
7014         :AL=\E[%dL:DL=\E[%dM:al=^K:bl=^G:bt=\E[Z:cd=^F5:ce=^P^P:\
7015         :cl=^L:cm=\037%r%+ %+ :cr=^M:cs=\E[%i%d;%dr:dc=^W:dl=^Z:\
7016         :dm=:do=^C:ec=\E[%dX:ed=:ei=^]:im=^\:\
7017         :is=\017\035\E(B\E)0\E[?7h\E[?3l\E[>8g:kb=^H:kd=^N:\
7018         :ke=\E>:kh=^A:kl=^B:kr=^F:ks=\E=:ku=^P:le=^H:mb=\E[5m:\
7019         :md=\E[1m:me=\E[m:mk=\E[8m:mr=^R:nd=^B:nw=^M\ED:\
7020         :r1=\017\E(B\E)0\025\E[?3l\E[>8g:rc=\E8:rp=\030%.%.:\
7021         :sc=\E7:se=^U:sf=\ED:so=^R:sr=\EM:ta=^I:te=:ti=:ue=^U:up=^^:\
7022         :us=^T:ve=\E[?25h:vi=\E[?25l:vs=\E[?25h:
7023 rbcomm-nam|IBM PC with RBcomm without autowrap:\
7024         :am@:\
7025         :bl=^G:cr=^M:do=^J:\
7026         :is=\017\035\E(B\E)0\E[?7l\E[?3l\E[>8g:kb=^H:kd=^J:\
7027         :kl=^H:nw=^M^J:sf=^J:ta=^I:tc=rbcomm:
7028 rbcomm-w|IBM PC with RBcomm in 132 column mode:\
7029         :co#132:\
7030         :bl=^G:cr=^M:do=^J:\
7031         :is=\017\035\E(B\E)0\E[?7h\E[?3h\E[>8g:kb=^H:kd=^J:\
7032         :kl=^H:nw=^M^J:sf=^J:ta=^I:tc=rbcomm:
7034 ######## LCD DISPLAYS
7037 #### Matrix Orbital
7038 # from: Eric Z. Ayers  (eric@ale.org)
7040 # Matrix Orbital 20x4 LCD display
7041 # Command Character is 0xFE (decimal 254, octal 376)
7043 # On this device, cursor addressability isn't possible.  The LCD expects:
7044 #      0xfe G <col> <row>
7045 #      for cup: %p1 == row and %p2 is column
7047 # This line:
7048 #       cup=\376G%p2%c%p1%c
7049 # LOOKS like it will work, but sometimes only one of the two numbers is sent.
7050 # See the terminfo (5) manpage commented regarding 'Terminals which use "%c"'.
7052 # Alas, there is no cursor upline capability on this display.
7054 # These entries add some 'sanity stuff' to the clear function.  That is, it
7055 # does a 'clear' and also turns OFF auto scroll, turns ON Auto Line Wrapping,
7056 # and turns off the cursor blinking and stuff like that.
7058 # NOTE: calling 'beep' turns on the backlight (bell)
7059 # NOTE: calling 'flash' turns it on and back off (visual bell)
7061 MtxOrb| Generic Matrix Orbital LCD display:\
7062         :bl=\376B^A:cl=\376X\376C\376R\376K\376T:ho=\376H:\
7063         :le=\376L:nd=\376M:vb=\376B\001\376F:ve=\376K\376T:
7064 MtxOrb204| 20x4 Matrix Orbital LCD display:\
7065         :co#20:li#4:tc=MtxOrb:
7066 MtxOrb162| 16x2 Matrix Orbital LCD display:\
7067         :co#16:li#2:tc=MtxOrb:
7068 # The end
7070 ######## OLDER TERMINAL TYPES
7072 # This section is devoted to older commercial terminal brands that are now
7073 # discontinued, but known to be still in use or represented by emulations.
7076 #### AT&T (att, tty)
7078 # This section also includes Teletype-branded VDTs.
7080 # The AT&T/Teletype terminals group was sold to SunRiver Data Systems (now
7081 # Boundless Technologies); for details, see the header comment on the ADDS
7082 # section.
7084 # These are AT&T's official terminfo entries.  All-caps aliases have been
7085 # removed.
7087 att2300|sv80|AT&T 2300 Video Information Terminal 80 column mode:\
7088         :am:eo:mi:ms:xo:\
7089         :co#80:it#8:li#24:\
7090         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\E[11r:\
7091         :F2=\E[12r:F3=\E[13r:F4=\E[14r:F5=\E[15r:F6=\E[16r:\
7092         :IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:al=\E[L:bl=^G:\
7093         :cb=\E[1K:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
7094         :cr=^M:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:ho=\E[H:im=\E[4h:\
7095         :k1=\E[1r:k2=\E[2r:k3=\E[3r:k4=\E[4r:k5=\E[5r:k6=\E[6r:\
7096         :k7=\E[7r:k8=\E[8r:k9=\E[9r:k;=\E[10r:kA=\E[L:kB=\E[Z:\
7097         :kC=\E[J:kD=\E[P:kI=\E[@:kL=\E[M:kb=^H:kd=\E[B:kh=\E[H:\
7098         :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:me=\E[m:mr=\E[7m:nd=\E[C:\
7099         :pf=\E[4i:po=\E[5i:ps=\E[0i:se=\E[m:sf=^J:so=\E[7m:ta=^I:\
7100         :up=\E[A:
7101 att2350|AT&T 2350 Video Information Terminal 80 column mode:\
7102         :pf@:po@:ps@:tc=att2300:
7104 # Must setup RETURN KEY - CR, REC'VD LF - INDEX.
7105 # Seems upward compatible with vt100, plus ins/del line/char.
7106 # On sgr, the protection parameter is ignored.
7107 # No check is made to make sure that only 3 parameters are output.
7108 #       standout= reverse + half-intensity = 3 | 5.
7109 #       bold= reverse + underline = 2 | 3.
7110 # note that half-bright blinking doesn't look different from normal blinking.
7111 # NOTE:you must program the function keys first, label second!
7112 # (att4410: a BSD entry has been seen with the following capabilities:
7113 # :is=\E[?6l:, :k1=\EOc:, :k2=\EOd:, :k3=\EOe:, :k4=\EOg:,
7114 # :k6=\EOh:, :k7=\EOi:, :k8=\EOj:, -- esr)
7115 # (untranslatable capabilities removed to fit entry within 1023 bytes)
7116 att5410v1|att4410v1|tty5410v1|AT&T 4410/5410 80 columns - version 1:\
7117         :am:hs:mi:ms:xo:\
7118         :Nl#8:co#80:it#8:lh#2:li#24:lw#8:ws#80:\
7119         :ac=++,,--..00``aaffgghhjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
7120         :ae=^O:al=\E[L:as=^N:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
7121         :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:\
7122         :do=\E[B:ei=:fs=\E8:ho=\E[H:i1=\E[?3l\E)0:\
7123         :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:\
7124         :ic=\E[@:im=:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOT:\
7125         :k6=\EOU:k7=\EOV:k8=\EOW:kC=\E[2J:kH=\E[24;1H:kb=^H:\
7126         :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:ll=\E[24H:\
7127         :mb=\E[5m:md=\E[2;7m:me=\E[m\017:mh=\E[2m:mk=\E[8m:\
7128         :mr=\E[7m:nd=\E[C:nw=^M^J:rc=\E8:rs=\Ec\E[?3l\E[2;0y:\
7129         :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:ta=^I:\
7130         :ts=\E7\E[25;%+^AH:ue=\E[m:up=\E[A:us=\E[4m:
7132 att4410v1-w|att5410v1-w|tty5410v1-w|AT&T 4410/5410 132 columns - version 1:\
7133         :co#132:ws#132:\
7134         :i1=\E[?3h\E)0:rs=\Ec\E[?3h\E[2;0y:tc=att5410v1:
7136 att4410|att5410|tty5410|AT&T 4410/5410 80 columns - version 2:\
7137         :bs:\
7138         :..px=\E[%p1%d;%p2%l%02dq   f%p1%d           %p2%s:\
7139         :tc=att5410v1:
7141 att5410-w|att4410-w|4410-w|tty5410-w|5410-w|AT&T 4410/5410 in 132 column mode:\
7142         :co#132:ws#132:\
7143         :i1=\E[?3h\E)0:rs=\Ec\E[?3h\E[2;0y:tc=att4410:
7145 # 5410 in terms of a vt100
7146 # (v5410: added <rmam>/<smam> based on init string -- esr)
7147 v5410|att5410 in terms of a vt100:\
7148         :am:mi:ms:xo:\
7149         :co#80:it#8:li#24:vt#3:\
7150         :@8=\EOM:K1=\EOq:K2=\EOr:K3=\EOs:K4=\EOp:K5=\EOn:RA=\E[?7l:\
7151         :SA=\E[?7h:\
7152         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
7153         :ae=^O:al=\E[L:as=^N:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\
7154         :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
7155         :ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:eA=\E(B\E)0:ei=:ho=\E[H:\
7156         :ic=\E[@:im=:k0=\EOy:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
7157         :k5=\EOt:k6=\EOu:k7=\EOv:k8=\EOl:k9=\EOw:k;=\EOx:kb=^H:\
7158         :kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\
7159         :ku=\EOA:le=^H:mb=\E[5m:md=\E[1m:me=\E[m\017:mr=\E[7m:\
7160         :nd=\E[C:rc=\E8:rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
7161         :..sa=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;$<2>:\
7162         :sc=\E7:se=\E[m:sf=^J:so=\E[1;7m:sr=\EM:st=\EH:ta=^I:\
7163         :ue=\E[m:up=\E[A:us=\E[4m:
7166 # Teletype Model 5420 -- A souped up 5410, with multiple windows,
7167 # even! the 5420 has three modes: scroll, window or page mode
7168 # this terminfo should work in scroll or window mode, but doesn't
7169 # take advantage of any of the differences between them.
7171 # Has memory below (2 lines!)
7172 # 3 pages of memory (plus some spare)
7173 # The 5410 sequences for :cm:, :vs:, :DC:, :DL:, :ec:, :vb:, :ho:,
7174 # <hpa>, :st: would work for these, but these work in both scroll and window
7175 # mode... Unset insert character so insert mode works
7176 # :i1: sets 80 column mode,
7177 # :is: escape sequence:
7178 # 1) turn off all fonts
7179 # 2) function keys off, keyboard lock off, control display off,
7180 #    insert mode off, erasure mode off,
7181 # 3) full duplex, monitor mode off, send graphics off, nl on lf off
7182 # 4) reset origin mode
7183 # 5) set line wraparound
7184 # 6) exit erasure mode, positional attribute mode, and erasure extent mode
7185 # 7) clear margins
7186 # 8) program ENTER to transmit ^J,
7187 # We use \212 to program the ^J because a bare ^J will get translated by
7188 # UNIX into a CR/LF. The enter key is needed for AT&T uOMS.
7189 #     1      2            3              4     5     6    7  8
7190 # :i3: set screen color to black,
7191 # No representation in terminfo for the delete word key: kdw1=\Ed
7192 # Key capabilities assume the power-up send sequence...
7193 # This :te: is not strictly necessary, but it helps maximize
7194 # memory usefulness: :te=\Ez:,
7195 # Alternate sgr0:       :me=\E[m\EW^O:,
7196 # Alternate sgr:        :sa=\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%;:,
7197 # smkx programs the SYS PF keys to send a set sequence.
7198 # It also sets up labels f1, f2, ..., f8, and sends edit keys.
7199 # This string causes them to send the strings :k1:-:k8:
7200 # when pressed in SYS PF mode.
7201 # (att4415: I added <rmam>/<smam> based on the init string -- esr)
7202 # (untranslatable capabilities removed to fit entry within 1023 bytes)
7203 att4415|tty5420|att5420|AT&T 4415/5420 80 cols:\
7204         :bs:db:mi:xo:\
7205         :Nl#8:lh#2:lm#78:lw#8:ws#55:\
7206         :@1=\Et:@7=\Ez:@8=\Eent:AL=\E[%dL:CM=\E[%i%d;%dt:\
7207         :DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:LE=\E[%dD:LF=\E|:\
7208         :LO=\E~:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:SF=\E[%dE:SR=\E[%dF:\
7209         :UP=\E[%dA:bt=\E[Z:ch=\E[%+^AG:cl=\E[x\E[J:\
7210         :cm=\E[%i%d;%dx:ct=\E[3g:cv=\E[%+^Ad:ec=\E[%ds\E[%dD:\
7211         :ei=\E[4l:ho=\E[x:i1=\E[?3l:i2=\E[?5l:ic@:im=\E[4h:\
7212         :is=\E[m\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:\
7213         :k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:k5=\EOg:k6=\EOh:k7=\EOi:\
7214         :k8=\EOj:kA=\E[L:kB=\E[Z:kD=\E[P:kE=\E[2K:kF=\E[T:kH=\Eu:\
7215         :kI=\E[4h:kL=\E[M:kN=\E[U:kP=\E[V:kR=\E[S:\
7216         :ke=\E[19;0j\E[21;1j\212:ks=\E[19;1j\E[21;4j\Eent:\
7217         :l1=F1:l2=F2:l3=F3:l4=F4:l5=F5:l6=F6:l7=F7:l8=F8:ll=\Ew:\
7218         :me=\E[m\017:mp=\EV:pf=\E[?9i:po=\E[?4i:ps=\E[?2i:st=\EH:\
7219         :ts=\E7\E[25;%+^HH:vb=\E[?5h\E[?5l:ve=\E[11;0j:\
7220         :vs=\E[11;1j:tc=att4410:
7222 att4415-w|tty5420-w|att5420-w|AT&T 4415/5420 132 cols:\
7223         :co#132:lm#54:ws#97:\
7224         :i1=\E[?3h:tc=att4415:
7226 att4415-rv|tty5420-rv|att5420-rv|AT&T 4415/5420 80 cols/rv:\
7227         :i2=\E[?5h:vb=\E[?5l\E[?5h:tc=att4415:
7229 att4415-w-rv|tty5420-w-rv|att5420-w-rv|AT&T 4415/5420 132 cols/rv:\
7230         :co#132:lm#54:ws#97:\
7231         :i1=\E[?3h:i2=\E[?5h:vb=\E[?5l\E[?5h:tc=att4415:
7233 # Note that this mode permits programming USER PF KEYS and labels
7234 # However, when you program user pf labels you have to reselect
7235 # user pf keys to make them appear!
7236 att4415+nl|tty5420+nl|att5420+nl|generic AT&T 4415/5420 changes for not changing labels:\
7237         :k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:\
7238         :..pn=\E[%p1%d;0;0;1q%p2%\:-16.16s:\
7239         :..px=\E[%p1%d;%p2%l%02d;0;1q   F%p1%d           %p2%s:
7241 att4415-nl|tty5420-nl|att5420-nl|AT&T 4415/5420 without changing labels:\
7242         :k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:tc=att4415+nl:tc=att4415:
7244 att4415-rv-nl|tty5420-rv-nl|att5420-rv-nl|AT&T 4415/5420 reverse video without changing labels:\
7245         :k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:tc=att4415+nl:tc=att4415-rv:
7247 att4415-w-nl|tty5420-w-nl|att5420-w-nl|AT&T 4415/5420 132 cols without changing labels:\
7248         :k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:tc=att4415+nl:tc=att4415-w:
7250 att4415-w-rv-n|tty5420-w-rv-n|att5420-w-rv-n|AT&T 4415/5420 132 cols reverse without changing labels:\
7251         :k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:tc=att4415+nl:\
7252         :tc=att4415-w-rv:
7254 # (untranslatable capabilities removed to fit entry within 1023 bytes)
7255 # (sgr removed to fit entry within 1023 bytes)
7256 # (acsc removed to fit entry within 1023 bytes)
7257 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
7258 att5420_2|AT&T 5420 model 2 80 cols:\
7259         :am:db:hs:mi:ms:xo:\
7260         :co#80:it#8:li#24:lm#78:ws#55:\
7261         :AL=\E[%dL:CM=\E[%i%d;%dt:DC=\E[%dP:DL=\E[%dM:IC=\E[%d@:\
7262         :LE=\E[%dD:RI=\E[%dC:SF=\E[%dE:SR=\E[%dF:UP=\E[%dA:ae=^O:\
7263         :al=\E[L:as=^N:bt=\E[1Z:cd=\E[0J:ce=\E[0K:cl=\EH\EJ:\
7264         :cm=\E[%i%d;%dH:cr=\EG:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:\
7265         :dl=\E[M:do=\E[1B:ec=\E[%ds\E[%dD:ei=:fs=\E8:ho=\E[H:\
7266         :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:\
7267         :ic=\E[@:im=:k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:k5=\EOg:\
7268         :k6=\EOh:k7=\EOi:k8=\EOj:kD=\E[P:kH=\Eu:kI=\E[4h:kN=\E[U:\
7269         :kP=\E[V:kb=^H:kd=\E[B:ke=\E[19;0j:kh=\E[H:kl=\E[D:kr=\E[C:\
7270         :ks=\E[19;1j:ku=\E[A:le=^H:ll=\Ew:mb=\E[5m:me=\E[m\017:\
7271         :mh=\E[2m:mr=\E[7m:nd=\E[1C:nw=^M^J:rc=\E8:\
7272         :rs=\Ec\E[?3l\E[2;0y:sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:\
7273         :st=\EH:ta=^I:ts=\E7\E[25;%+^HH:ue=\E[m:us=\E[4m:\
7274         :vb=\E[?5h\E[?5l:ve=\E[11;0j:vs=\E[11;1j:
7275 att5420_2-w|AT&T 5420 model 2 in 132 column mode:\
7276         :co#132:\
7277         :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:\
7278         :tc=att5420_2:
7280 att4418|att5418|AT&T 5418 80 cols:\
7281         :am:xo:\
7282         :co#80:li#24:\
7283         :@8=\E[:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\E[n:\
7284         :F2=\E[o:F3=\E[H:F4=\E[I:F5=\E[J:F8=\E[K:F9=\E[L:FA=\E[E:\
7285         :FB=\E[_:FC=\E[M:FD=\E[N:FE=\E[O:IC=\E[%d@:LE=\E[%dD:\
7286         :RI=\E[%dC:UP=\E[%dA:\
7287         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
7288         :ae=^O:al=\E[1L:as=^N:bl=^G:cd=\E[0J:ce=\E[0K:cl=\E[H\E[2J:\
7289         :cm=\E[%i%d;%dH:cr=^M:dc=\E[1P:dl=\E[M:do=\E[B:ei=:ho=\E[H:\
7290         :i1=\E[?3l:ic=\E[1@:im=:is=\E)0\E?6l\E?5l:k1=\E[h:k2=\E[i:\
7291         :k3=\E[j:k6=\E[k:k7=\E[l:k8=\E[f:k9=\E[w:k;=\E[m:kC=\E[%%%:\
7292         :kd=\EU:kh=\Ec:kl=\E@:kr=\EA:ku=\ES:le=\E[D:mb=\E[5m:\
7293         :me=\E[m\017:mh=\E[2m:mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:\
7294         :se=\E[m:sf=^J:so=\E[7m:ue=\E[m:up=\E[A:us=\E[4m:
7295 att4418-w|att5418-w|AT&T 5418 132 cols:\
7296         :co#132:\
7297         :i1=\E[?3h:tc=att5418:
7299 att4420|tty4420|teletype 4420:\
7300         :bs:da:db:eo:ms:ul:xo:\
7301         :co#80:li#24:lm#72:\
7302         :al=\EL:bl=^G:cd=\EJ:ce=\Ez:cl=\EH\EJ:cm=\EY%+ %+ :cr=\EG:\
7303         :dc=\EP:dl=\EM:dm@:do=\EB:ed@:ho=\EH:k0=\EU:k3=\E@:kA=\EL:\
7304         :kB=\EO:kC=\EJ:kD=\EP:kF=\ES:kI=\E^:kL=\EM:kR=\ET:kd=\EB:\
7305         :kh=\EH:kl=^H:kr=\EC:ku=\EA:l0=segment advance:\
7306         :l3=cursor tab:le=\ED:nd=\EC:se=\E~:sf=\EH\EM\EY7\s:\
7307         :so=\E}:ue=\EZ:up=\EA:us=\E\\:
7309 #  The following is a terminfo entry for the Teletype 4424
7310 #  asynchronous keyboard-display terminal.  It supports
7311 #  the vi editor.  The terminal must be set up as follows,
7313 #       HIGHLIGHT DEFINITION    3-TONE
7314 #       DISPLAY FUNCTION        GROUP III
7316 #  The second entry below provides limited (a la adm3a)
7317 #  operation under GROUP II.
7319 #  This must be used with DISPLAY FUNCTION GROUP I or III
7320 #       and HIGHLIGHT DEFINITION 3-TONE
7321 # The terminal has either bold or blink, depending on options
7323 # (att4424: commented out :ti:=\E[1m, we don't need bright locked on -- esr)
7324 att4424|tty4424|teletype 4424:\
7325         :am:bs:xo:\
7326         :co#80:li#24:\
7327         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
7328         :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
7329         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
7330         :ae=\E(B:al=\EL:as=\E(0:bl=^G:bt=\EO:cd=\EJ:ce=\Ez:\
7331         :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\EF:\
7332         :dc=\EP:dl=\EM:do=\EB:ei=:ho=\E[H:ic=\E^:im=:\
7333         :is=\E[20l\E[?7h:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kC=\EJ:\
7334         :kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E3:\
7335         :md=\E3:me=\EX\E~\EZ\E4\E(B:mh=\EW:mr=\E}:nd=\EC:nw=\EE:\
7336         :..sa=\E[%?%p1%t7%;%?%p2%t;4%;%?%p3%t;7%;%?%p6%t;1%;%?%p6%p4%|%t;5%;%?%p5%t;0%;m:\
7337         :se=\E~:sf=^J:so=\E}:sr=\ET:st=\EH:ta=^I:ue=\EZ:up=\EA:\
7338         :us=\E\\:
7340 att4424-1|tty4424-1|teletype 4424 in display function group I:\
7341         :kC@:kd=\EB:kh@:kl=\ED:kr=\EC:ku=\EA:tc=att4424:
7343 # This entry is not one of AT&T's official ones, it was translated from the
7344 # 4.4BSD termcap file.  The highlight strings are different from att4424.
7345 # I have no idea why this is -- older firmware version, maybe?
7346 # The following two lines are the comment originally attached to the entry:
7347 # This entry appears to avoid the top line - I have no idea why.
7348 # From: jwb Wed Mar 31 13:25:09 1982 remote from ihuxp
7349 att4424m|tty4424m|teletype 4424M:\
7350         :am:da:db:mi:\
7351         :co#80:it#8:li#23:\
7352         :al=\EL:bl=^G:ce=\E[K:cl=\E[2;H\E[J:cm=\E[%i%2;%2H\E[B:\
7353         :cr=^M:dc=\EP:dl=\EM:do=^J:ei=:ic=\E^:im=:ip=2:\
7354         :is=\E[m\E[2;24r:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kb=^H:\
7355         :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:me=\E[m:\
7356         :nd=\E[C:nw=^M^J:se=\E[m:sf=^J:so=\E[7m:sr=\ET:ta=^I:\
7357         :ue=\E[m:up=\E[A:us=\E[4m:
7359 # The Teletype 5425 is really version 2 of the Teletype 5420. It
7360 # is quite similar, except for some minor differences. No page
7361 # mode, for example, so all of the :cm: sequences used above have
7362 # to change back to what's being used for the 5410. Many of the
7363 # option settings have changed their numbering as well.
7365 # This has been tested on a preliminary model.
7367 # (att5425: added <rmam>/<smam> based on the init string -- esr)
7368 # (untranslatable capabilities removed to fit entry within 1023 bytes)
7369 # (sgr removed to fit entry within 1023 bytes)
7370 # (acsc removed to fit entry within 1023 bytes)
7371 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
7372 att5425|tty5425|att4425|AT&T 4425/5425:\
7373         :am:da:db:hs:mi:ms:xn:xo:\
7374         :co#80:it#8:li#24:lm#78:ws#55:\
7375         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
7376         :LE=\E[%dD:RI=\E[%dC:SF=\E[%dE:SR=\E[%dF:UP=\E[%dA:ae=^O:\
7377         :al=\E[L:as=^N:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
7378         :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:\
7379         :dl=\E[M:do=^J:ec=\E[%ds\E[%dD:ei=\E[4l:fs=\E8:ho=\E[H:\
7380         :i1=\E<\E[?3l:i2=\E[?5l:im=\E[4h:\
7381         :is=\E[m\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:\
7382         :k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:k5=\EOg:k6=\EOh:k7=\EOi:\
7383         :k8=\EOj:kD=\E[P:kI=\E[4h:kb=^H:kd=\E[B:\
7384         :ke=\E[21;0j\E[25;1j\212:kh=\E[H:kl=\E[D:kr=\E[C:\
7385         :ks=\E[21;1j\E[25;4j\Eent\E~:ku=\E[A:le=^H:ll=\E[24H:\
7386         :mb=\E[5m:md=\E[2;7m:me=\E[m\017:mh=\E[2m:mr=\E[7m:\
7387         :nd=\E[C:nw=^M^J:rc=\E8:rs=\Ec\E[?3l\E[2;0y:sc=\E7:\
7388         :se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
7389         :ts=\E7\E[25;%+^HH:ue=\E[m:up=\E[A:us=\E[4m:\
7390         :vb=\E[?5h\E[?5l:ve=\E[12;0j:vs=\E[12;1j:
7392 att5425-nl|tty5425-nl|att4425-nl|AT&T 4425/5425 80 columns no labels:\
7393         :ks=\E[21;1j\E[25;4j\Eent:tc=att4425:
7395 att5425-w|att4425-w|tty5425-w|teletype 4425/5425 in 132 column mode:\
7396         :co#132:lm#54:ws#97:\
7397         :i1=\E[?3h:tc=tty5425:
7399 # (att4426: his had bogus capabilities: :ri=\EM:, :ri=\E[1U:.
7400 # I also added <rmam>/<smam> -- esr)
7401 att4426|tty4426|teletype 4426S:\
7402         :am:da:db:xo:\
7403         :co#80:li#24:lm#48:\
7404         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
7405         :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:SF=\E[%dS:\
7406         :SR=\E[%dT:UP=\E[%dA:\
7407         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
7408         :ae=\E(B:al=\EL:as=\E(0:bl=^G:cd=\E[J:ce=\E[0K:ch=\E[%dG:\
7409         :cl=\E[H\E[2J\E[1U\E[H\E[2J\E[1V:cm=\E[%i%d;%dH:cr=^M:\
7410         :ct=\E[3g:cv=\E[%dd:dc=\EP:dl=\E[M:do=\E[B:ei=:ho=\E[H:\
7411         :i1=\Ec\E[?7h:ic=\E^:im=:is=\E[m\E[1;24r:k1=\EOP:k2=\EOQ:\
7412         :k3=\EOR:k4=\EOS:k5=\EOT:k6=\EOU:k7=\EOV:k8=\EOW:kB=\EO:\
7413         :kC=\E[2J:kH=\E[24;1H:kb=^H:kd=\EB:kh=\E[H:kl=\ED:kr=\EC:\
7414         :ku=\EA:le=\E[D:ll=\E[24H:md=\E[5m:me=\E[m\E(B:mr=\E[7m:\
7415         :nd=\E[C:nw=^M^J:rc=\E8:rs=\Ec\E[?3l\E[2;0y:sc=\E7:\
7416         :se=\E[m:sf=^J:so=\E[5m:sr=\ET:st=\E1:ta=^I:ue=\E[m:up=\EA:\
7417         :us=\E[4m:
7419 # Terminfo entry for the AT&T 510 A Personal Terminal
7420 # Function keys 9 - 16 are available only after the
7421 # screen labeled (soft keys/action blocks) are labeled.  Function key
7422 # 9 corresponds to the leftmost touch target on the screen,
7423 # function key 16 corresponds to the rightmost.
7425 # This entry is based on one done by Ernie Rice at Summit, NJ and
7426 # changed by Anne Gallup, Skokie, IL, ttrdc!anne
7427 # (untranslatable capabilities removed to fit entry within 1023 bytes)
7428 att510a|bct510a|AT&T 510A Personal Terminal:\
7429         :am:mi:ms:xn:xo:\
7430         :Nl#8:co#80:lh#2:li#24:lw#7:\
7431         :#4=\E[u:%i=\E[v:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:\
7432         :F1=\EOe:F2=\EOf:F3=\EOg:F4=\EOh:F5=\EOi:F6=\EOj:LE=\E[%dD:\
7433         :RI=\E[%dC:UP=\E[%dA:\
7434         :ac=+g,h-f.e`bhrisjjkkllmmnnqqttuuvvwwxx{{||}}~~:\
7435         :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[0J:\
7436         :ce=\E[0K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:ct=\E[3g:\
7437         :dc=\E[P:dl=\E[M:do=\E[1B:eA=\E(B\E)1:ff=^L:ho=\E[H:\
7438         :i1=\E(B\E)1\E[2l:i2=\E[21;1|\212:k1=\EOm:k2=\EOV:\
7439         :k3=\EOu:k4=\ENj:k5=\ENe:k6=\ENf:k7=\ENh:k8=\E[H:k9=\EOc:\
7440         :k;=\EOd:kB=\E[Z:kF=\E[S:kR=\E[T:kb=^H:kd=\E[B:ke=\E[19;0|:\
7441         :kl=\E[D:kr=\E[C:ks=\E[19;1|:ku=\E[A:le=^H:mb=\E[5m:\
7442         :md=\E[2;7m:me=\E[m\017:mh=\E[2m:mr=\E[7m:nd=\E[C:nw=\EE:\
7443         :pf=\E[?8i:po=\E[?4i:ps=\E[0i:rc=\E8:sc=\E7:se=\E[m:sf=^J:\
7444         :so=\E[7m:sr=\EM:st=\EH:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:\
7445         :ve=\E[11;3|:vi=\E[11;0|:vs=\E[11;2|:
7447 # Terminfo entry for the AT&T 510 D Personal Terminal
7448 # Function keys 9 through 16 are accessed by bringing up the
7449 # system blocks.
7450 # Function key 9 corresponds to the leftmost touch target on the screen,
7451 # function key 16 corresponds to the rightmost.
7453 # There are problems with soft key labeling.  These are due to
7454 # strangenesses in the native terminal that are impossible to
7455 # describe in a terminfo.
7456 # (untranslatable capabilities removed to fit entry within 1023 bytes)
7457 # (sgr removed to fit entry within 1023 bytes)
7458 # (acsc removed to fit entry within 1023 bytes)
7459 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
7460 att510d|bct510d|AT&T 510D Personal Terminal:\
7461         :am:da:db:mi:ms:xn:xo:\
7462         :co#80:li#24:lm#48:\
7463         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
7464         :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:ae=^O:\
7465         :al=\E[L:as=^N:bl=^G:bt=\E[Z:cd=\E[0J:ce=\E[0K:cl=\E[H\E[J:\
7466         :cm=\E[%i%d;%dH:cr=^M:ct=\E[3g:dc=\E[P:dl=\E[M:do=\E[1B:\
7467         :ei=\E[4l:ff=^L:ho=\E[H:i1=\E(B\E)1\E[5;0|:\
7468         :i2=\E[21;1|\212:im=\E[4h:k1=\EOm:k2=\EOV:k3=\EOu:k4=\ENj:\
7469         :k5=\ENe:k6=\ENf:k7=\ENh:k8=\E[H:k9=\EOc:kb=^H:kd=\E[B:\
7470         :ke=\E[19;0|:kl=\E[D:kr=\E[C:ks=\E[19;1|:ku=\E[A:le=^H:\
7471         :ll=\E#2:mb=\E[5m:md=\E[2;7m:me=\E[m\017:mh=\E[2m:\
7472         :mr=\E[7m:nd=\E[C:nw=\EE:rc=\E8:rs=\E[5;0|:sc=\E7:se=\E[m:\
7473         :sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:ue=\E[m:up=\E[A:\
7474         :us=\E[4m:ve=\E[11;3|:vs=\E[11;2|:
7476 # (att500: I merged this with the att513 entry, att500 just used att513 -- esr)
7477 # (untranslatable capabilities removed to fit entry within 1023 bytes)
7478 # (sgr removed to fit entry within 1023 bytes)
7479 # (acsc removed to fit entry within 1023 bytes)
7480 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
7481 att500|att513|AT&T 513 using page mode:\
7482         :am:mi:ms:xn:xo:\
7483         :co#80:li#24:\
7484         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
7485         :LE=\E[%dD:RI=\E[%dC:SF=\E[%dE:SR=\E[%dF:UP=\E[%dA:ae=^O:\
7486         :al=\E[L:as=^N:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
7487         :cm=\E[%i%d;%dH:cr=^M:cs=%i\E[%d;%dr:ct=\E[3g:dc=\E[P:\
7488         :dl=\E[M:do=^J:ei=\E[4l:ho=\E[H:\
7489         :i1=\E?\E[3;3|\E[10;0|\E[21;1|\212\E[6;1|\E[1{\E[?99l:\
7490         :im=\E[4h:k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:k5=\EOg:k6=\EOh:\
7491         :k7=\EOi:k8=\EOj:kD=\ENf:kI=\ENj:kN=\E[U:kP=\E[V:kb=^H:\
7492         :kd=\E[B:ke=\E[19;0|\E[21;1|\212:kh=\E[H:kl=\E[D:kr=\E[C:\
7493         :ks=\E[19;1|\E[21;4|\Eent:ku=\E[A:le=^H:ll=\E#2:mb=\E[5m:\
7494         :md=\E[2;7m:me=\E[m\017:mh=\E[2m:mr=\E[7m:nd=\E[C:nw=\EE:\
7495         :rc=\E8:sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
7496         :ue=\E[m:up=\E[A:us=\E[4m:ve=\E[11;0|:vs=\E[11;1|:
7498 # 01-07-88
7499 # printer must be set to EMUL ANSI to accept ESC codes
7500 # :up: stops at top margin
7501 # :i1: sets cpi 10,lpi 6,form 66,left 1,right 132,top 1,bottom 66,font
7502 #       and alt font ascii,wrap on,tabs cleared
7503 # :is: disables newline on LF,Emphasized off
7504 # The <u0> capability sets form length
7505 # (untranslatable capabilities removed to fit entry within 1023 bytes)
7506 att5310|att5320|AT&T Model 53210 or 5320 matrix printer:\
7507         :YA:YD:\
7508         :Ya#8192:Yi#10:Yj#12:Yk#100:Yl#72:Ym#120:co#132:it#8:li#66:\
7509         :DO=\E[%de:RI=\E[%da:ZM=\E[5m:ZU=\E[m:Zl=\E[;%dr:\
7510         :Zm=\E[%+^As:Zn=\E[;%+^As:Zp=\E[%dr:ch=\E[%d`:cr=^M:\
7511         :cv=\E[%dd:do=^J:ff=^L:i1=\Ec:is=\E[20l\r:nd=\s:ta=^I:\
7512         :u0=\E[%dt:up=\EM:
7514 # Teletype 5620, firmware version 1.1 (8;7;3) or earlier from BRL
7515 # The following SET-UP modes are assumed for normal operation:
7516 #       CR_DEF=CR       NL_DEF=INDEX    DUPLEX=FULL
7517 # Other SET-UP modes may be set for operator convenience or communication
7518 # requirements.  This termcap description is for the Resident Terminal Mode.
7519 # No delays specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
7520 # The BRL entry also said: UNSAFE :ll=\E[70H:
7521 att5620-1|tty5620-1|dmd1|Teletype 5620 with old ROMs:\
7522         :am:xo:\
7523         :co#88:it#8:li#70:vt#3:\
7524         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:IC=\E[%d@:SF=\E[%dS:\
7525         :SR=\E[%dT:al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
7526         :cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:do=^J:ei=:ho=\E[H:\
7527         :ic=\E[@:im=:kC=\E[2J:kH=\E[70;1H:kb=^H:kd=\E[B:kh=\E[H:\
7528         :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:nd=\E[C:nw=^M^J:r1=\Ec:\
7529         :rc=\E8:sc=\E7:sf=^J:sr=\E[T:ta=^I:up=\E[A:
7531 # 5620 terminfo  (2.0 or later ROMS with char attributes)
7532 # The following SET-UP modes are assumed for normal operation:
7533 #       DUPLEX=FULL     GEN_FLOW=ON     NEWLINE=INDEX   RETURN=CR
7534 # Other SET-UP modes may be set for operator convenience or communication
7535 # requirements.  This termcap description is for Resident Terminal Mode.  No
7536 # delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
7537 # assumptions: :sf: (scroll forward one line) is only done at screen bottom
7538 # Be aware that older versions of the dmd have a firmware bug that affects
7539 # parameter defaulting; for this terminal, the 0 in \E[0m is not optional.
7540 # :ms: is from an otherwise inferior BRL for this terminal.  That entry
7541 # also has :ll:=\E[70H commented out and marked unsafe.
7542 # For more, see the 5620 FAQ maintained by David Breneman <daveb@dgtl.com>.
7543 att5620|dmd|tty5620|ttydmd|5620|5620 terminal 88 columns:\
7544         :NL:NP:am:bs:ms:xo:\
7545         :co#88:it#8:li#70:\
7546         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:IC=\E[%d@:SF=\E[%dS:\
7547         :SR=\E[%dT:al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
7548         :cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:do=\E[B:ei=:ho=\E[H:\
7549         :ic=\E[@:im=:kC=\E[2J:kH=\E[70;1H:kb=^H:kd=\E[B:kh=\E[H:\
7550         :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:md=\E[2m:me=\E[0m:mh=\E[2m:\
7551         :mr=\E[7m:nd=\E[C:nw=^J:..px=\E[%p1%d;%p2%l%dq%p2%s:\
7552         :r1=\Ec:rc=\E8:sc=\E7:se=\E[0m:sf=\E[S:so=\E[7m:sr=\E[T:\
7553         :ta=^I:ue=\E[0m:up=\E[A:us=\E[4m:
7554 att5620-24|tty5620-24|dmd-24|teletype dmd 5620 in a 24x80 layer:\
7555         :li#24:tc=att5620:
7556 att5620-34|tty5620-34|dmd-34|teletype dmd 5620 in a 34x80 layer:\
7557         :li#34:tc=att5620:
7558 # 5620 layer running the "S" system's downloaded graphics handler:
7559 att5620-s|tty5620-s|layer|vitty|5620 S layer:\
7560         :am:bs:pt:\
7561         :co#80:it#8:li#72:\
7562         :al=\EI:bl=^G:ce=\EK:cl=^L:cm=\EY%r%+ %+ :cr=^M:dl=\ED:\
7563         :do=^J:kC=\E[2J:kH=\E[70;1H:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:\
7564         :kr=\E[C:ku=\E[A:le=^H:sf=^J:ta=^I:up=^K:vb=\E^G:
7566 # Entries for <kf15> thru <kf28> refer to the shifted system pf keys.
7568 # Entries for <kf29> thru <kf46> refer to the alternate keypad mode
7569 # keys:  = * / + 7 8 9 - 4 5 6 , 1 2 3 0 . ENTER
7570 # (untranslatable capabilities removed to fit entry within 1023 bytes)
7571 # (sgr removed to fit entry within 1023 bytes)
7572 # (acsc removed to fit entry within 1023 bytes)
7573 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
7574 att605|AT&T 605 80 column 102key keyboard:\
7575         :am:eo:xo:\
7576         :co#80:li#24:ws#80:\
7577         :DC=\E[%dP:DL=\E[%dM:IC=\E[%d@:ae=^O:al=\E[L:as=\E)0\016:\
7578         :bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
7579         :cr=^M:dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:fs=\E8:\
7580         :i1=\E[8;0|\E[?\E[13;20l\E[?\E[12h:ic=\E[@:im=\E[4h:\
7581         :is=\E[m\017:k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:k5=\EOg:\
7582         :k6=\EOh:k7=\EOi:k8=\EOj:k9=\ENo:kD=\E[P:kI=\E[@:kN=\E[U:\
7583         :kP=\E[V:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
7584         :le=^H:ll=\E[24H:mb=\E[5m:md=\E[1m:me=\E[m\017:mh=\E[2m:\
7585         :mr=\E[7m:nd=\E[C:nw=\EE:rc=\E8:rs=\Ec\E[?3l:sc=\E7:\
7586         :se=\E[m:sf=^J:so=\E[7m:ta=^I:ts=\E7\E[25;%i%dx:ue=\E[m:\
7587         :up=\E[A:us=\E[4m:
7588 att605-pc|ATT 605 in pc term mode:\
7589         :@7=\E[F:S4=250\E[?11l\E[50;1|:S5=400\E[50;0|:XF=g:XN=e:\
7590         :ac=j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x\263:\
7591         :al=\E[L:bt=\E[Z:dc=\E[P:dl=\E[M:do=\E[B:ei=:ic=\E[@:im=:\
7592         :k1=\E[M:k2=\E[N:k3=\E[O:k4=\E[P:k5=\E[Q:k6=\E[R:k7=\E[S:\
7593         :k8=\E[T:k9=\E[U:k;=\E[V:kB=\E[Z:kD=\E[P:kI=\E[@:kL=\E[M:\
7594         :kN=\E[G:kP=\E[I:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
7595         :le=\E[D:nd=\E[C:up=\E[A:tc=att605:
7596 att605-w|AT&T 605-w 132 column 102 key keyboard:\
7597         :co#132:ws#132:\
7598         :i1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h\E(B\E)0:\
7599         :tc=att605:
7600 # (att610: I added <rmam>/<smam> based on the init string.  I also
7601 # added :SF: and :SR: because the BSD file says the att615s have them,
7602 # and the 615 is like a 610 with a big keyboard, and most of their other
7603 # smart terminals support the same sequence -- esr)
7604 # (untranslatable capabilities removed to fit entry within 1023 bytes)
7605 # (sgr removed to fit entry within 1023 bytes)
7606 # (acsc removed to fit entry within 1023 bytes)
7607 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
7608 att610|AT&T 610; 80 column; 98key keyboard:\
7609         :am:es:hs:mi:ms:xn:xo:\
7610         :co#80:it#8:li#24:ws#80:\
7611         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
7612         :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:ae=^O:\
7613         :al=\E[L:as=^N:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
7614         :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:\
7615         :do=\E[B:ei=\E[4l:fs=\E8:ho=\E[H:\
7616         :i1=\E[8;0|\E[?3;4;5;13;15l\E[13;20l\E[?7h\E[12h\E(B\E)0:\
7617         :i2=\E(B\E)0:im=\E[4h:is=\E[m\017:k1=\EOc:k2=\EOd:k3=\EOe:\
7618         :k4=\EOf:k5=\EOg:k6=\EOh:k7=\EOi:k8=\EOj:k9=\ENo:kb=^H:\
7619         :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:ll=\E[24H:\
7620         :mb=\E[5m:md=\E[1m:me=\E[m\017:mh=\E[2m:mr=\E[7m:nd=\E[C:\
7621         :nw=\EE:rc=\E8:rs=\Ec\E[?3l:sc=\E7:se=\E[m:sf=\ED:so=\E[7m:\
7622         :sr=\EM:ta=^I:ts=\E7\E[25;%i%dx:ue=\E[m:up=\E[A:us=\E[4m:\
7623         :vb=\E[?5h\E[?5l:ve=\E[?25h\E[?12l:vi=\E[?25l:\
7624         :vs=\E[?12;25h:
7625 att610-w|AT&T 610; 132 column; 98key keyboard:\
7626         :co#132:ws#132:\
7627         :i1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h:\
7628         :tc=att610:
7630 att610-103k|AT&T 610; 80 column; 103key keyboard:\
7631         :!1=\EOO:!2=\EOP:!3=\EOS:#1=\EOM:%0=\EOt:%1=\EOm:%2=\ENi:\
7632         :%3=\EOl:%4=\ENc:%5=\ENh:%6=\EOv:%7=\EOr:%8=\ENg:%9=\EOz:\
7633         :%a=\EOL:%b=\ENC:%c=\ENH:%d=\EOR:%e=\ENG:%f=\EOZ:%g=\EOT:\
7634         :%h=\EOY:%j=\EOQ:&0=\EOW:&1=\EOb:&2=\ENa:&3=\EOy:&4=\EOB:\
7635         :&5=\EOq:&6=\EOo:&7=\EOp:&8=\EOs:&9=\ENB:*0=\EOX:*1=\EOU:\
7636         :*2=\END:*3=\EON:*4=\ENF:*5=\ENE:*6=\ENI:*7=\ENN:*8=\EOA:\
7637         :*9=\EOK:@0=\EOx:@1=\E9:@2=\EOw:@3=\EOV:@4=\EOu:@5=\ENd:\
7638         :@6=\EOn:@7=\E0:@8=^M:@9=\EOk:F1@:F2@:F3@:F4@:k9@:k;@:kD=\ENf:\
7639         :kE=\EOa:kI=\ENj:kL=\ENe:kM=\ENj:kN=\E[U:kP=\E[V:tc=att610:
7640 att610-103k-w|AT&T 610; 132 column; 103key keyboard:\
7641         :co#132:ws#132:\
7642         :i1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h:\
7643         :tc=att610-103k:
7644 att615|AT&T 615; 80 column; 98key keyboard:\
7645         :#4=\E[ A:%i=\E[ @:F5=\EOC:F6=\EOD:F7=\EOE:F8=\EOF:F9=\EOG:\
7646         :FA=\EOH:FB=\EOI:FC=\EOJ:FD=\ENO:FE=\ENP:FF=\ENQ:FG=\ENR:\
7647         :FH=\ENS:FI=\ENT:FJ=\EOP:FK=\EOQ:FL=\EOR:FM=\EOS:FN=\EOw:\
7648         :FO=\EOx:FP=\EOy:FQ=\EOm:FR=\EOt:FS=\EOu:FT=\EOv:FU=\EOl:\
7649         :FV=\EOq:FW=\EOr:FX=\EOs:FY=\EOp:FZ=\EOn:Fa=\EOM:tc=att610:
7650 att615-w|AT&T 615; 132 column; 98key keyboard:\
7651         :#4=\E[ A:%i=\E[ @:F5=\EOC:F6=\EOD:F7=\EOE:F8=\EOF:F9=\EOG:\
7652         :FA=\EOH:FB=\EOI:FC=\EOJ:FD=\ENO:FE=\ENP:FF=\ENQ:FG=\ENR:\
7653         :FH=\ENS:FI=\ENT:FJ=\EOP:FK=\EOQ:FL=\EOR:FM=\EOS:FN=\EOw:\
7654         :FO=\EOx:FP=\EOy:FQ=\EOm:FR=\EOt:FS=\EOu:FT=\EOv:FU=\EOl:\
7655         :FV=\EOq:FW=\EOr:FX=\EOs:FY=\EOp:FZ=\EOn:Fa=\EOM:\
7656         :tc=att610-w:
7657 att615-103k|AT&T 615; 80 column; 103key keyboard:\
7658         :#4=\E[ A:%i=\E[ @:tc=att610-103k:
7659 att615-103k-w|AT&T 615; 132 column; 103key keyboard:\
7660         :#4=\E[ A:%i=\E[ @:tc=att610-103k-w:
7661 # (att620: I added <rmam>/<smam> based on the init string and
7662 # :SR:/:SF: from a BSD termcap -- esr)
7663 # (untranslatable capabilities removed to fit entry within 1023 bytes)
7664 # (sgr removed to fit entry within 1023 bytes)
7665 # (acsc removed to fit entry within 1023 bytes)
7666 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
7667 att620|AT&T 620; 80 column; 98key keyboard:\
7668         :am:es:hs:mi:ms:xn:xo:\
7669         :co#80:it#8:li#24:ws#80:\
7670         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
7671         :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:\
7672         :ae=\E(B\017:al=\E[L:as=\E)0\016:bl=^G:bt=\E[Z:cd=\E[J:\
7673         :ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
7674         :dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:fs=\E8:ho=\E[H:\
7675         :i1=\E[8;0|\E[?3;4;5;13;15l\E[13;20l\E[?7h\E[12h:\
7676         :i2=\E(B\E)0:im=\E[4h:is=\E[m\017:k1=\EOc:k2=\EOd:k3=\EOe:\
7677         :k4=\EOf:k5=\EOg:k6=\EOh:k7=\EOi:k8=\EOj:k9=\ENo:kb=^H:\
7678         :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:ll=\E[24H:\
7679         :mb=\E[5m:md=\E[1m:me=\E[m\E(B\017:mh=\E[2m:mr=\E[7m:\
7680         :nd=\E[C:nw=\EE:rc=\E8:rs=\Ec\E[?3l:sc=\E7:se=\E[m:sf=\ED:\
7681         :so=\E[7m:sr=\EM:ta=^I:ts=\E7\E[25;%i%dx:ue=\E[m:up=\E[A:\
7682         :us=\E[4m:vb=\E[?5h\E[?5l:ve=\E[?25h\E[?12l:vi=\E[?25l:\
7683         :vs=\E[?12;25h:
7684 att620-w|AT&T 620; 132 column; 98key keyboard:\
7685         :co#132:ws#132:\
7686         :i1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h:\
7687         :tc=att620:
7688 att620-103k|AT&T 620; 80 column; 103key keyboard:\
7689         :!1=\EOO:!2=\EOP:!3=\EOS:#1=\EOM:%0=\EOt:%1=\EOm:%2=\ENi:\
7690         :%3=\EOl:%4=\ENc:%5=\ENh:%6=\EOv:%7=\EOr:%8=\ENg:%9=\EOz:\
7691         :%a=\EOL:%b=\ENC:%c=\ENH:%d=\EOR:%e=\ENG:%f=\EOZ:%g=\EOT:\
7692         :%h=\EOY:%j=\EOQ:&0=\EOW:&1=\EOb:&2=\ENa:&3=\EOy:&4=\EOB:\
7693         :&5=\EOq:&6=\EOo:&7=\EOp:&8=\EOs:&9=\ENB:*0=\EOX:*1=\EOU:\
7694         :*2=\END:*3=\EON:*4=\ENF:*5=\ENE:*6=\ENI:*7=\ENN:*8=\EOA:\
7695         :*9=\EOK:@0=\EOx:@1=\E9:@2=\EOw:@3=\EOV:@4=\EOu:@5=\ENd:\
7696         :@6=\EOn:@7=\E0:@8=^M:@9=\EOk:F1@:F2@:F3@:F4@:F5@:F6@:F7@:F8@:\
7697         :F9@:FA@:FB@:FC@:FD@:FE@:FF@:FG@:FH@:FI@:FJ@:FK@:FL@:FM@:FN@:FO@:FP@:\
7698         :FQ@:FR@:FS@:FT@:FU@:FV@:FW@:FX@:FY@:FZ@:Fa@:k9@:k;@:kD=\ENf:\
7699         :kE=\EOa:kI=\ENj:kL=\ENe:kM=\ENj:kN=\E[U:kP=\E[V:tc=att620:
7701 att620-103k-w|AT&T 620; 132 column; 103key keyboard:\
7702         :co#132:ws#132:\
7703         :i1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h:\
7704         :tc=att620-103k:
7706 # AT&T (formerly Teletype) 630 Multi-Tasking Graphics terminal
7707 # The following SETUP modes are assumed for normal operation:
7708 #       Local_Echo=Off  Gen_Flow=On     Return=CR       Received_Newline=LF
7709 #       Font_Size=Large         Non-Layers_Window_Cols=80
7710 #                               Non-Layers_Window_Rows=60
7711 # Other SETUP modes may be set for operator convenience or communication
7712 # requirements.  Some capabilities assume a printer attached to the Aux EIA
7713 # port.  This termcap description is for the Fixed Non-Layers Window.  No
7714 # delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
7715 # (att630: added :ic:, :mb: and :mh: from a BSD termcap file -- esr)
7716 att630|AT&T 630 windowing terminal:\
7717         :NP:am:bs:da:db:mi:ms:xo:\
7718         :co#80:it#8:li#60:lm#0:\
7719         :@8=^M:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\ENq:\
7720         :F2=\ENr:F3=\ENs:F4=\ENt:F5=\ENu:F6=\ENv:F7=\ENw:F8=\ENx:\
7721         :F9=\ENy:FA=\ENz:FB=\EN{:FC=\EN|:FD=\EN}:FE=\EN~:IC=\E[%d@:\
7722         :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:\
7723         :al=\E[L:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[J:ce=\E[K:\
7724         :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:do=\E[B:\
7725         :ei=\E[4l:ho=\E[H:ic=\E[@:im=\E[4h:is=\E[m:k9=\ENo:k;=\ENp:\
7726         :kA=\E[L:kB=\E[Z:kC=\E[2J:kD=\E[P:kI=\E[@:kL=\E[M:kb=^H:\
7727         :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:\
7728         :me=\E[m:mh=\E[2m:mr=\E[7m:nd=\E[C:nw=^M^J:pf=\E[?4i:\
7729         :po=\E[?5i:..px=\E[%p1%d;%p2%l%dq%p2%s:rc=\E8:rs=\Ec:\
7730         :..sa=\E[0%?%p2%t;4%;%?%p1%p3%|%p4%|%p5%|%t;7%;m:\
7731         :sc=\E7:se=\E[m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:ue=\E[m:\
7732         :up=\E[A:us=\E[4m:
7733 att630-24|5630-24|5630DMD-24|630MTG-24|AT&T 630 windowing terminal 24 lines:\
7734         :li#24:tc=att630:
7736 # This is the att700 entry for 700 native emulation of the AT&T 700
7737 # terminal.  Comments are relative to changes from the 605V2 entry and
7738 # att730 on which the entry is based.  Comments show the terminfo
7739 # capability name, termcap name, and description.
7741 # Here is what's going onm in the init string:
7742 #       ESC [ 50;4|     set 700 native mode (really is 605)
7743 # x     ESC [ 56;ps|    set lines to 24: ps=0; 40: ps=1 (plus status line)
7744 #       ESC [ 53;0|     set GenFlow to Xon/Xoff
7745 #       ESC [ 8 ;0|     set CR on NL
7746 # x     ESC [ ? 3 l/h   set workspace: 80 col(l); 132 col(h)
7747 #       ESC [ ? 4 l     jump scroll
7748 #       ESC [ ? 5 l/h   video: normal (l); reverse (h)
7749 #       ESC [ ?13 l     Labels on
7750 #       ESC [ ?15 l     parity check = no
7751 #       ESC [ 13 l      monitor mode off
7752 #       ESC [ 20 l      LF on NL (not CRLF on NL)
7753 #       ESC [ ? 7 h     autowrap on
7754 #       ESC [ 12 h      local echo off
7755 #       ESC ( B         GO = ASCII
7756 #       ESC ) 0         G1 = Special Char & Line Drawing
7757 #       ESC [ ? 31 l    Set 7 bit controls
7759 # Note: Most terminals, especially the 600 family use Reverse Video for
7760 # standout mode.  DEC also uses reverse video.  The VT100 uses bold in addition
7761 # Assume we should stay with reverse video for 70..  However, the 605V2 exits
7762 # standout mode with \E[m (all normal attributes).  The 730 entry simply
7763 # exits reverse video which would leave other current attributes intact.  It
7764 # was assumed the 730 entry to be more correct so rmso has changed.  The
7765 # 605V2 has no sequences to turn individual attributes off, thus its setting
7766 # and the rmso/smso settings from the 730.
7768 # Note: For the same reason as above in rmso I changed exit under-score mode
7769 # to specifically turn off underscore, rather than return to all normal
7770 # attributes
7772 # Note: The following pkey_xmit is taken from the 605V2 which contained the
7773 # capability as pfxl.  It was changed here to pfx since pfxl
7774 # will only compile successfully with Unix 4.0 tic.  Also note that pfx only
7775 # allows strings to be parameters and label values must be programmed as
7776 # constant strings.  Supposedly the pfxl of Version 4.0 allows both labels
7777 # and strings to be parameters.  The 605V2 pfx entry should be examined later
7778 # in this regard. For reference the 730 pfxl entry is shown here for comparison
7779 # 730 pfx entry:
7780 #     pfxl=\E[%?%p1%{25}%<%t%p1%e%p1%{24}%-%;%d;%p2%l%02d%?%p1%{25}%<%tq\s\s\s
7781 # SYS\s\s\s\s\sF%p1%:-2d\s\s%e;0;3q%;%p2%s,
7783 # (for 4.0 tic)
7784 #     pfxl=\E[%p1%d;%p2%l%02dq%?%p1%{9}%<%t   F%p1%1d           %;%p2%s,
7786 # (for <4.0 tic)
7787 #     pfx=\E[%p1%d;%p2%l%02dq%?%p1%{9}%<%t   F%p1%1d           %;%p2%s,
7789 # From the AT&T 705 Multi-tasking terminal user's guide Page 8-8,8-9
7791 # Port1 Interface
7793 # modular 10 pin Connector
7794 # Left side       Right side
7795 # Pin 1 2 3 4 5 6 7 8 9 10
7797 #        Key (notch) at bottom
7799 # Pin    1 DSR
7800 #        3 DCD
7801 #        4 DTR
7802 #        5 Sig Ground
7803 #        6 RD
7804 #        7 SD
7805 #        8 CTS
7806 #        9 RTS
7807 #        10 Frame Ground
7809 # The manual is 189 pages and is loaded with details about the escape codes,
7810 # etc..... Available from AT&T CIC 800-432-6600...
7811 # ask for Document number 999-300-660..
7813 # (untranslatable capabilities removed to fit entry within 1023 bytes)
7814 # (sgr removed to fit entry within 1023 bytes)
7815 # (acsc removed to fit entry within 1023 bytes)
7816 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
7817 att700|AT&T 700 24x80 column display w/102key keyboard:\
7818         :am:es:hs:mi:ms:xn:xo:\
7819         :co#80:it#8:li#24:ws#80:\
7820         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
7821         :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:\
7822         :bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
7823         :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:\
7824         :fs=\E8:ho=\E[H:i2=\E(B\E)0:im=\E[4h:\
7825         :is=\E[50;4|\E[53;0|\E[8;0|\E[?4;13;15l\E[13;20l\E[?7h\E[12h\E(B\E)0\E[?31l\E[0m\017:\
7826         :k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:k5=\EOg:k6=\EOh:k7=\EOi:\
7827         :k8=\EOj:k9=\ENo:kD=\E[P:kI=\E[@:kN=\E[U:kP=\E[V:kb=^H:\
7828         :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:ll=\E[24H:\
7829         :mb=\E[5m:md=\E[1m:me=\E[m\017:mh=\E[2m:mr=\E[7m:nd=\E[C:\
7830         :nw=\EE:rc=\E8:sc=\E7:se=\E[27m:sf=\ED:so=\E[7m:sr=\EM:\
7831         :st=\EH:ta=^I:ts=\E7\E[99;%i%dx:ue=\E[24m:up=\E[A:\
7832         :us=\E[4m:vb=\E[?5h\E[?5l:ve=\E[?25h\E[?12l:vi=\E[?25l:\
7833         :vs=\E[?12;25h:
7835 # This entry was modified 3/13/90 by JWE.
7836 # fixes include additions of <enacs>, correcting :rp:, and modification
7837 # of <kHOM>.  (See comments below)
7838 # att730 has status line of 80 chars
7839 # These were commented out: :SF=\E[%p1%dS:, :SR=\E[%p1%dT:,
7840 # the <kf25> and up keys are used for shifted system Fkeys
7841 # NOTE: JWE 3/13/90 The 98 key keyboard translation for shift/HOME is
7842 # currently the same as :kh: (unshifted HOME or \E[H).  On the 102, 102+1
7843 # and 122 key keyboards, the 730's translation is \E[2J.  For consistency
7844 # <kHOM> has been commented out.  The user can uncomment <kHOM> if using the
7845 # 102, 102+1, or 122 key keyboards
7846 #       kHOM=\E[2J,
7847 # (att730: I added <rmam>/<smam> based on the init string -- esr)
7848 # (untranslatable capabilities removed to fit entry within 1023 bytes)
7849 # (sgr removed to fit entry within 1023 bytes)
7850 # (acsc removed to fit entry within 1023 bytes)
7851 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
7852 att730|AT&T 730 windowing terminal:\
7853         :am:da:db:es:hs:mi:ms:xn:xo:\
7854         :co#80:it#8:li#60:lm#0:ws#80:\
7855         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
7856         :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:\
7857         :bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
7858         :cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:fs=\E8:\
7859         :ho=\E[H:\
7860         :i1=\E[8;0|\E[?3;4;5;13;15l\E[13;20l\E[?7h\E[12h\E(B\E)B:\
7861         :i2=\E(B\E)0:im=\E[4h:is=\E[m\017:k1=\EOc:k2=\EOd:k3=\EOe:\
7862         :k4=\EOf:k5=\EOg:k6=\EOh:k7=\EOi:k8=\EOj:k9=\ENo:kI=\E[@:\
7863         :kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
7864         :mb=\E[5m:md=\E[1m:me=\E[m\017:mh=\E[2m:mr=\E[7m:nd=\E[C:\
7865         :nw=\EE:rc=\E8:rs=\Ec\E[?3l:sc=\E7:se=\E[27m:sf=\ED:\
7866         :so=\E[7m:sr=\EM:ta=^I:ts=\E7\E[;%i%dx:ue=\E[24m:up=\E[A:\
7867         :us=\E[4m:vb=\E[?5h\E[?5l:ve=\E[?25h\E[?12l:vi=\E[?25l:\
7868         :vs=\E[?12;25h:
7869 att730-41|730MTG-41|AT&T 730-41 windowing terminal Version:\
7870         :li#41:tc=att730:
7871 att730-24|730MTG-24|AT&T 730-24 windowing terminal Version:\
7872         :li#24:tc=att730:
7873 att730r|730MTGr|AT&T 730 rev video windowing terminal Version:\
7874         :i1=\E[8;0|\E[?3;4;13;15l\E[?5h\E[13;20l\E[?7h\E[12h\E(B\E)B:\
7875         :vb=\E[?5l\E[?5h:tc=att730:
7876 att730r-41|730MTG-41r|AT&T 730r-41 rev video windowing terminal Version:\
7877         :li#41:tc=att730r:
7878 att730r-24|730MTGr-24|AT&T 730r-24 rev video windowing terminal Version:\
7879         :li#24:tc=att730r:
7881 # The following represents the screen layout along with the associated
7882 # bezel buttons for the 5430/pt505 terminal. The "kf" designations do
7883 # not appear on the screen but are shown to reference the bezel buttons.
7884 # The "CMD", "MAIL", and "REDRAW" buttons are shown in their approximate
7885 # position relative to the screen.
7889 #      +----------------------------------------------------------------+
7890 #      |                                                                |
7891 # XXXX | kf0                                                       kf24 | XXXX
7892 #      |                                                                |
7893 #      |                                                                |
7894 # XXXX | kf1                                                       kf23 | XXXX
7895 #      |                                                                |
7896 #      |                                                                |
7897 # XXXX | kf2                                                       kf22 | XXXX
7898 #      |                                                                |
7899 #      |                                                                |
7900 # XXXX | kf3                                                       kf21 | XXXX
7901 #      |                                                                |
7902 #      |                                                                |
7903 # XXXX | kf4                                                       kf20 | XXXX
7904 #      |                                                                |
7905 #      |                                                                |
7906 # XXXX | kf5                                                       kf19 | XXXX
7907 #      |                                                                |
7908 #      |                                                                |
7909 # XXXX | kf6                                                       kf18 | XXXX
7910 #      |                                                                |
7911 #      |                                                                |
7912 # XXXX |                                                                | XXXX
7913 #      |                                                                |
7914 #      |                                                                |
7915 #      +----------------------------------------------------------------+
7917 #          XXXX  XXXX  XXXX  XXXX  XXXX  XXXX  XXXX  XXXX  XXXX  XXXX
7919 # Note: XXXX represents the screen buttons
7920 #                                                          CMD   REDRAW
7922 #                                                          MAIL
7924 # version 1 note:
7925 #       The character string sent by key 'kf26' may be user programmable
7926 #       to send either \E[16s, or \E[26s.
7927 #       The character string sent by key 'krfr' may be user programmable
7928 #       to send either \E[17s, or \E[27s.
7930 # Depression of the "CMD" key sends    \E!    (kcmd)
7931 # Depression of the "MAIL" key sends   \E[26s (kf26)
7932 # "REDRAW" same as "REFRESH" (krfr)
7934 # "kf" functions adds carriage return to output string if terminal is in
7935 # 'new line' mode.
7937 # The following are functions not covered in the table above:
7939 #       Set keyboard character (SKC): \EPn1;Pn2w
7940 #                       Pn1= 0 Back Space key
7941 #                       Pn1= 1 Break key
7942 #                       Pn2=   Program char (hex)
7944 #       Screen Definition (SDF): \E[Pn1;Pn2;Pn3;Pn4;Pn5t
7945 #                       Pn1=     Window number (1-39)
7946 #                       Pn2-Pn5= Y;X;Y;X coordinates
7948 #       Screen Selection (SSL): \E[Pnu
7949 #                       Pn= Window number
7951 #       Set Terminal Modes (SM): \E[Pnh
7952 #                       Pn= 3 Graphics mode
7953 #                       Pn= > Cursor blink
7954 #                       Pn= < Enter new line mode
7955 #                       Pn= = Enter reverse insert/replace mode
7956 #                       Pn= ? Enter no scroll mode
7958 #       Reset Terminal Mode (RM): \E[Pnl
7959 #                       Pn= 3 Exit graphics mode
7960 #                       Pn= > Exit cursor blink
7961 #                       Pn= < Exit new line mode
7962 #                       Pn= = Exit reverse insert/replace mode
7963 #                       Pn= ? Exit no scroll mode
7965 #       Screen Status Report (SSR): \E[Pnp
7966 #                       Pn= 0 Request current window number
7967 #                       Pn= 1 Request current window dimensions
7969 #       Device Status Report (DSR): \E[6n    Request cursor position
7971 #       Call Status Report (CSR): \E[Pnv
7972 #                       Pn= 0 Call failed
7973 #                       Pn= 1 Call successful
7975 #       Transparent Button String (TBS): \E[Pn1;Pn2;Pn3;{string
7976 #                       Pn1= Button number to be loaded
7977 #                       Pn2= Character count of "string"
7978 #                       Pn3= Key mode being loaded:
7979 #                               0= Unshifted
7980 #                               1= Shifted
7981 #                               2= Control
7982 #                       String= Text string (15 chars max)
7984 #       Screen Number Report (SNR): \E[Pnp
7985 #                       Pn= Screen number
7987 #       Screen Dimension Report (SDR): \E[Pn1;Pn2r
7988 #                       Pn1= Number of rows available in window
7989 #                       Pn2= Number of columns available in window
7991 #       Cursor Position Report (CPR): \E[Pn1;Pn2R
7992 #                       Pn1= "Y" Position of cursor
7993 #                       Pn2= "X" Position of cursor
7995 #       Request Answer Back (RAB): \E[c
7997 #       Answer Back Response (ABR): \E[?;*;30;VSV
7998 #                       *=  0 No printer available
7999 #                       *=  2 Printer available
8000 #                       V=  Software version number
8001 #                       SV= Software sub version number
8002 #       (printer-available field not documented in v1)
8004 #       Screen Alignment Aid: \En
8006 #       Bell (lower pitch): \E[x
8008 #       Dial Phone Number: \EPdstring\
8009 #                       string= Phone number to be dialed
8011 #       Set Phone Labels: \EPpstring\
8012 #                       string= Label for phone buttons
8014 #       Set Clock: \EPchour;minute;second\
8016 #       Position Clock: \EPsY;X\
8017 #                       Y= "Y" coordinate
8018 #                       X= "X" coordinate
8020 #       Delete Clock: \Epr\
8022 #       Programming The Function Buttons: \EPfPn;string\
8023 #                       Pn= Button number (00-06, 18-24)
8024 #                                         (kf00-kf06, kf18-kf24)
8025 #                       string= Text to sent on button depression
8027 # The following in version 2 only:
8029 #       Request For Local Directory Data: \EPp12;\
8031 #       Local Directory Data to host: \EPp11;LOCAL...DIRECTORY...DATA\
8033 #       Request for Local Directory Data in print format: \EPp13;\
8035 #       Enable 'Prt on Line' mode: \022 (DC2)
8037 #       Disable 'Prt on Line' mode: \024 (DC4)
8040 # 05-Aug-86:
8041 # The following Terminfo entry describes functions which are supported by
8042 # the AT&T 5430/pt505 terminal software version 2 and later.
8043 att505|pt505|att5430|gs5430|AT&T Personal Terminal 505 or 5430 GETSET terminal:\
8044         :am:xo:\
8045         :co#80:it#8:li#24:\
8046         :&2=\E[27s:@4=\E!:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:\
8047         :F8=\E[18s:F9=\E[19s:FA=\E[20s:FB=\E[21s:FC=\E[22s:\
8048         :FD=\E[23s:FE=\E[24s:FG=\E[26s:LE=\E[%dD:RA=\E[11;1j:\
8049         :RI=\E[%dC:SA=\E[11;0j:UP=\E[%dA:\
8050         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
8051         :ae=\E[10m:al=\E[L:as=\E[11m:bl=^G:cb=\E[2K:cd=\E[0J:\
8052         :ce=\E[0K:cl=\E[2J\E[H:cm=\E[%d;%dH:cr=^M:dc=\E[P:dl=\E[M:\
8053         :do=\E[B:ei=\E[4l:ho=\E[H:\
8054         :i1=\EPr\\E[0u\E[2J\E[0;0H\E[m\E[3l\E[<l\E[4l\E[>l\E[=l\E[?l:\
8055         :im=\E[4h:k0=\E[00s:k1=\E[01s:k2=\E[02s:k3=\E[03s:\
8056         :k4=\E[04s:k5=\E[05s:k6=\E[06s:kb=^H:kd=\E[B:kl=\E[D:\
8057         :kr=\E[C:ku=\E[A:le=\E[D:mb=\E[5m:md=\E[1m:me=\E[m:\
8058         :mr=\E[7m:nd=\E[C:pf=\E[4i:po=\E[5i:r1=\Ec:rc=\E8:sc=\E7:\
8059         :se=\E[m:sf=^J:so=\E[1m:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:\
8060         :ve=\E[>l:vs=\E[>h:
8062 # The following Terminfo entry describes functions which are supported by
8063 # the AT&T 5430/pt505 terminal software version 1.
8064 att505-24|pt505-24|gs5430-24|AT&T PT505 or 5430 GETSET version 1 24 lines:\
8065         :li#24:\
8066         :RA@:SA@:pf@:po@:rc@:sc@:tc=att505:
8067 tt505-22|pt505-22|gs5430-22|AT&T PT505 or 5430 GETSET version 1 22 lines:\
8068         :li#22:tc=att505:
8070 #### ------------------ TERMINFO FILE CAN BE SPLIT HERE ---------------------
8071 # This cut mark helps make life less painful for people running ncurses tic
8072 # on machines with relatively little RAM.  The file can be broken in half here
8073 # cleanly and compiled in sections -- no `use' references cross this cut
8074 # going forward.
8077 #### Ampex (Dialogue)
8079 # Yes, these are the same people who are better-known for making audio- and
8080 # videotape.  I'm told they are located in Redwood City, CA.
8083 # From: <cbosg!ucbvax!SRC:george> Fri Sep 11 22:38:32 1981
8084 # (ampex80: some capabilities merged in from SCO's entry -- esr)
8085 ampex80|a80|d80|dialogue|dialogue80|ampex dialogue 80:\
8086         :am:bs:bw:ul:\
8087         :co#80:it#8:li#24:\
8088         :al=\EE:bl=^G:bt=\EI:cd=\Ey:ce=\Et:cl=\E*:cm=\E=%+ %+ :\
8089         :cr=^M:ct=\E3:dc=\EW:dl=\ER:do=^J:ei=:ic=\EQ:im=:is=\EA:le=^H:\
8090         :nd=^L:se=\Ek:sf=^J:so=\Ej:st=\E1:ta=^I:ue=\Em:up=^K:us=\El:
8091 # This entry was from somebody anonymous, Tue Aug  9 20:11:37 1983, who wrote:
8092 ampex175|ampex d175:\
8093         :am:\
8094         :co#80:li#24:\
8095         :al=\EE:bl=^G:cd=\Ey:ce=\Et:cl=\E+:cm=\E=%+ %+ :cr=^M:\
8096         :dc=\EW:dl=\ER:do=^J:ei=:ho=^^:ic=\EQ:im=:is=\EX\EA\EF:\
8097         :kA=\EE:kD=\EW:kI=\EQ:kL=\ER:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:\
8098         :le=^H:ll=^^^K:nd=^L:se=\Ek:sf=^J:so=\Ej:te=\EF:ti=\EN:\
8099         :ue=\Em:up=^K:us=\El:
8100 # No backspace key in the main QWERTY cluster. Fortunately, it has a
8101 # NEWLINE/PAGE key just above RETURN that sends a strange single-character
8102 # code.  Given a suitable Unix (one that lets you set an echo-erase-as-BS-SP-BS
8103 # mode), this key can be used as the erase key; I find I like this. Because
8104 # some people and some systems may not, there is another termcap ("ampex175")
8105 # that suppresses this little eccentricity by omitting the relevant capability.
8106 ampex175-b|ampex d175 using left arrow for erase:\
8107         :kb=^_:tc=ampex175:
8108 # From: Richard Bascove <atd!dsd!rcb@ucbvax.berkeley.edu>
8109 # (ampex210: removed obsolete ":kn#10:" -- esr)
8110 ampex210|a210|ampex a210:\
8111         :am:bs:hs:xn:\
8112         :co#80:it#8:li#24:sg#1:\
8113         :al=\EE:bt=\EI:cd=\Ey:ce=\Et:cl=\E*:cm=\E=%+ %+ :dc=\EW:\
8114         :dl=\ER:ei=:fs=\E.2:ho=^^:ic=\EQ:if=/usr/share/tabset/std:\
8115         :im=:is=\EC\Eu\E'\E(\El\EA\E%\E{\E.2\EG0\Ed\En:\
8116         :k0=^A0\r:k1=^A1\r:k2=^A2\r:k3=^A3\r:k4=^A4\r:k5=^A5\r:\
8117         :k6=^A6\r:k7=^A7\r:k8=^A8\r:k9=^A9\r:kd=^V:kh=^^:kl=^H:\
8118         :kr=^L:ku=^K:le=^H:mk@:nd=^L:ta=^I:ts=\E.0\Eg\E}\Ef:up=^K:\
8119         :vb=\EU\EX\EU\EX\EU\EX\EU\EX:tc=adm+sgr:
8120 # (ampex219: I added <rmam>/<smam> based on the init string, added :vs:
8121 # from ampex219w, added :ve:=\E[?3l, irresistibly suggested by :vs:,
8122 # and moved the padding to be *after* the caps -- esr)
8123 ampex219|ampex-219|amp219|Ampex with Automargins:\
8124         :hs:xn:\
8125         :co#80:it#8:li#24:\
8126         :RA=\E[?7l:SA=\E[?7h:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:\
8127         :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:cs=%i\E[%2;%2r:\
8128         :do=\E[B:ho=\E[H:\
8129         :is=\E>\E[?1l\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:k0=\E[21~:\
8130         :k1=\E[7~:k2=\E[8~:k3=\E[9~:k4=\E[10~:k5=\E[11~:k6=\E[17~:\
8131         :k7=\E[18~:k8=\E[19~:k9=\E[20~:kd=\E[B:ke=\E>:kh=\E[H:\
8132         :kl=\E[D:kr=\E[C:ks=\E=:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:\
8133         :me=\E[m:mh=\E[1m:mr=\E[7m:nd=\E[C:se=\E[m:sf=^J:so=\E[7m:\
8134         :sr=\EM:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:ve=\E[?3l:vs=\E[?3h:
8135 ampex219w|ampex-219w|amp219w|Ampex 132 cols:\
8136         :co#132:li#24:\
8137         :bl=^G:cr=^M:do=^J:is=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h:\
8138         :sf=^J:tc=ampex219:
8139 # (ampex232: removed :if=/usr/share/tabset/ampex:, no file and no :st: --esr)
8140 ampex232|ampex-232|Ampex Model 232:\
8141         :am:\
8142         :co#80:li#24:sg#1:\
8143         :al=5*\EE:bt=\EI:cd=\EY:ce=\ET:cl=\E+:cm=\E=%+ %+ :dc=\EW:\
8144         :dl=5*\ER:do=^V:ei=:ic=\EQ:im=:is=\Eg\El:k0=^A@\r:k1=^AA\r:\
8145         :k2=^AB\r:k3=^AC\r:k4=^AD\r:k5=^AE\r:k6=^AF\r:k7=^AG\r:\
8146         :k8=^AH\r:k9=^AI\r:kb=^H:kd=^V:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:\
8147         :mk@:nd=^L:ta=^I:up=^K:vb=\Eb\Ed:ve=\E.4:vi=\E.0:tc=adm+sgr:
8148 # (ampex: removed :if=/usr/share/tabset/amp-132:, no file and no :st: -- esr)
8149 ampex232w|Ampex Model 232 / 132 columns:\
8150         :co#132:li#24:\
8151         :is=\E\034Eg\El:tc=ampex232:
8153 #### Ann Arbor (aa)
8155 # Ann Arbor made dream terminals for hackers -- large screen sizes and huge
8156 # numbers of function keys.  At least some used monitors in portrait mode,
8157 # allowing up to 76-character screen heights!  They were reachable at:
8159 #       Ann Arbor Terminals
8160 #       6175 Jackson Road
8161 #       Ann Arbor, MI 48103
8162 #       (313)-663-8000
8164 # But in 1996 the phone number reaches some kitschy retail shop, and Ann Arbor
8165 # can't be found on the Web; I fear they're long dead.  R.I.P.
8169 # Originally from Mike O'Brien@Rand and Howard Katseff at Bell Labs.
8170 # Highly modified 6/22 by Mike O'Brien.
8171 # split out into several for the various screen sizes by dave-yost@rand
8172 # Modifications made 3/82 by Mark Horton
8173 # Modified by Tom Quarles at UCB for greater efficiency and more diversity
8174 # status line moved to top of screen, :vb: removed 5/82
8175 # Some unknown person at SCO then hacked the init strings to make them more
8176 # efficient.
8178 # assumes the following setup:
8179 #   A menu: 0000 1010  0001 0000
8180 #   B menu: 9600  0100 1000  0000 0000  1000 0000  17  19
8181 #   C menu: 56   66   0    0    9600  0110 1100
8182 #   D menu: 0110 1001   1   0
8184 #       Briefly, the settings are for the following modes:
8185 #          (values are for bit set/clear with * indicating our preference
8186 #           and the value used to test these termcaps)
8187 #       Note that many of these settings are irrelevent to the terminfo
8188 #       and are just set to the default mode of the terminal as shipped
8189 #       by the factory.
8191 # A menu: 0000 1010  0001 0000
8192 #       Block/underline cursor*
8193 #       blinking/nonblinking cursor*
8194 #       key click/no key click*
8195 #       bell/no bell at column 72*
8197 #       key pad is cursor control*/key pad is numeric
8198 #       return and line feed/return for :cr: key *
8199 #       repeat after .5 sec*/no repeat
8200 #       repeat at 25/15 chars per sec. *
8202 #       hold data until pause pressed/process data unless pause pressed*
8203 #       slow scroll/no slow scroll*
8204 #       Hold in area/don't hold in area*
8205 #       functions keys have default*/function keys disabled on powerup
8207 #       show/don't show position of cursor during page transmit*
8208 #       unused
8209 #       unused
8210 #       unused
8212 # B menu: 9600  0100 1000  0000 0000  1000 0000  17  19
8213 #       Baud rate (9600*)
8215 #       2 bits of parity - 00=odd,01=even*,10=space,11=mark
8216 #       1 stop bit*/2 stop bits
8217 #       parity error detection off*/on
8219 #       keyboard local/on line*
8220 #       half/full duplex*
8221 #       disable/do not disable keyboard after data transmission*
8223 #       transmit entire page/stop transmission at cursor*
8224 #       transfer/do not transfer protected characters*
8225 #       transmit all characters/transmit only selected characters*
8226 #       transmit all selected areas/transmit only 1 selected area*
8228 #       transmit/do not transmit line separators to host*
8229 #       transmit/do not transmit page tab stops tabs to host*
8230 #       transmit/do not transmit column tab stop tabs to host*
8231 #       transmit/do not transmit graphics control (underline,inverse..)*
8233 #       enable*/disable auto XON/XOFF control
8234 #       require/do not require receipt of a DC1 from host after each LF*
8235 #       pause key acts as a meta key/pause key is pause*
8236 #       unused
8238 #       unused
8239 #       unused
8240 #       unused
8241 #       unused
8243 #       XON character (17*)
8244 #       XOFF character (19*)
8246 # C menu: 56   66   0    0    9600  0110 1100
8247 #       number of lines to print data on (printer) (56*)
8249 #       number of lines on a sheet of paper (printer) (66*)
8251 #       left margin (printer) (0*)
8253 #       number of pad chars on new line to printer (0*)
8255 #       printer baud rate (9600*)
8257 #       printer parity: 00=odd,01=even*,10=space,11=mark
8258 #       printer stop bits: 2*/1
8259 #       print/do not print guarded areas*
8261 #       new line is: 01=LF,10=CR,11=CRLF*
8262 #       unused
8263 #       unused
8265 # D menu: 0110 1001   1   0
8266 #       LF is newline/LF is down one line, same column*
8267 #       wrap to preceding line if move left from col 1*/don't wrap
8268 #       wrap to next line if move right from col 80*/don't wrap
8269 #       backspace is/is not destructive*
8271 #       display*/ignore DEL character
8272 #       display will not/will scroll*
8273 #       page/column tab stops*
8274 #       erase everything*/erase unprotected only
8276 #       editing extent: 0=display,1=line*,2=field,3=area
8278 #       unused
8281 annarbor4080|aa4080|ann arbor 4080:\
8282         :am:bs:\
8283         :co#80:li#40:\
8284         :bl=^G:cl=\014:\
8285         :..cm=\017%p2%{10}%/%{16}%*%p2%{10}%m%+%c%p1%?%p1%{19}%>%t%{12}%+%;%{64}%+%c:\
8286         :cr=^M:ct=^^P^P:do=^J:ho=^K:kb=^^:kd=^J:kh=^K:kl=^H:kr=^_:\
8287         :ku=^N:le=^H:nd=^_:sf=^J:st=^]^P1:ta=^I:up=^N:
8289 # Strange Ann Arbor terminal from BRL
8290 aas1901|Ann Arbor K4080 w/S1901 mod:\
8291         :am:\
8292         :co#80:li#40:\
8293         :bl=^G:cl=^L:cr=^M:do=^J:ho=^K:kb=^H:kd=^J:kl=^H:le=^H:\
8294         :ll=^O\0c:nd=^_:nw=^M^J:sf=^J:ta=^I:up=^N:
8296 # If you're using the GNU termcap library, add
8297 #       :cS=\E[%p1%d;%p2%d;%p3%d;%p4%dp:
8298 # to these capabilities.  This is the nonstandard GNU termcap scrolling
8299 # capability, arguments are:
8300 #   1. Total number of lines on the screen.
8301 #   2. Number of lines above desired scroll region.
8302 #   3. Number of lines below (outside of) desired scroll region.
8303 #   4. Total number of lines on the screen, the same as the first parameter.
8304 # The generic Ann Arbor entry is the only one that uses this.
8305 # (untranslatable capabilities removed to fit entry within 1023 bytes)
8306 # (sgr removed to fit entry within 1023 bytes)
8307 # (acsc removed to fit entry within 1023 bytes)
8308 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
8309 aaa+unk|aaa-unk|ann arbor ambassador (internal - don't use this directly):\
8310         :am:bs:km:mi:xo:\
8311         :co#80:it#8:\
8312         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
8313         :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:al=\E[L:bl=^G:bt=\E[Z:\
8314         :cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
8315         :ct=\E[2g:dc=\E[P:dl=\E[M:do=^K:ei=:ho=\E[H:\
8316         :i1=\E[m\E7\E[H\E9\E8:i2=\E[1Q\E[>20;30l\EP`+x~M\E\\:\
8317         :ic=\E[@:im=:k1=\EOA:k2=\EOB:k3=\EOC:k4=\EOD:k5=\EOE:\
8318         :k6=\EOF:k7=\EOG:k8=\EOH:k9=\EOI:kD=\E[P:kI=\E[@:kb=^H:\
8319         :kd=\E[B:\
8320         :ke=\EP`>y~[[J`8xy~[[A`4xy~[[D`6xy~[[C`2xy~[[B\E\\:\
8321         :kh=\E[H:kl=\E[D:kr=\E[C:\
8322         :ks=\EP`>z~[[J`8xz~[[A`4xz~[[D`6xz~[[C`2xz~[[B\E\\:\
8323         :ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:mm=\E[>52h:\
8324         :mo=\E[>52l:mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:se=\E[m:sf=^K:\
8325         :so=\E[7m:st=\EH:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:
8327 aaa+rv|ann arbor ambassador in reverse video:\
8328         :i1=\E[7m\E7\E[H\E9\E8:mb=\E[5;7m:md=\E[1;7m:\
8329         :me=\E[7m\016:mk=\E[7;8m:mr=\E[m:r1=\E[H\E[7m\E[J:\
8330         :..sa=\E[%?%p1%p3%|%!%t7;%;%?%p2%t4;%;%?%p4%t5;%;%?%p6%t1;%;%?%p7%t8;%;m:\
8331         :se=\E[7m:so=\E[m:ue=\E[7m:us=\E[4;7m:
8332 # Ambassador with the DEC option, for partial vt100 compatibility.
8333 aaa+dec|ann arbor ambassador in dec vt100 mode:\
8334         :ac=aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}:\
8335         :ae=^N:as=^O:cs=\E[%i%d;%dr:eA=\E(0:\
8336         :..sa=\E[%?%p1%p3%|%!%t7;%;%?%p2%t4;%;%?%p4%t5;%;%?%p6%t1;%;%?%p7%t8;%;m%?%p9%t\017%e\016%;:
8337 aaa-18|ann arbor ambassador/18 lines:\
8338         :li#18:\
8339         :is=\E7\E[60;0;0;18p\E8:te=\E[60;0;0;18p\E[60;1H\E[K:\
8340         :ti=\E[18;0;0;18p:tc=aaa+unk:
8341 aaa-18-rv|ann arbor ambassador/18 lines+reverse video:\
8342         :tc=aaa+rv:tc=aaa-18:
8343 aaa-20|ann arbor ambassador/20 lines:\
8344         :li#20:\
8345         :is=\E7\E[60;0;0;20p\E8:te=\E[60;0;0;20p\E[60;1H\E[K:\
8346         :ti=\E[20;0;0;20p:tc=aaa+unk:
8347 aaa-22|ann arbor ambassador/22 lines:\
8348         :li#22:\
8349         :is=\E7\E[60;0;0;22p\E8:te=\E[60;0;0;22p\E[60;1H\E[K:\
8350         :ti=\E[22;0;0;22p:tc=aaa+unk:
8351 aaa-24|ann arbor ambassador/24 lines:\
8352         :li#24:\
8353         :is=\E7\E[60;0;0;24p\E8:te=\E[60;0;0;24p\E[60;1H\E[K:\
8354         :ti=\E[24;0;0;24p:tc=aaa+unk:
8355 aaa-24-rv|ann arbor ambassador/24 lines+reverse video:\
8356         :tc=aaa+rv:tc=aaa-24:
8357 aaa-26|ann arbor ambassador/26 lines:\
8358         :li#26:\
8359         :is=\E7\E[60;0;0;26p\E8:te=\E[60;0;0;26p\E[26;1H\E[K:\
8360         :ti=\E[H\E[J\E[26;0;0;26p:tc=aaa+unk:
8361 aaa-28|ann arbor ambassador/28 lines:\
8362         :li#28:\
8363         :is=\E7\E[60;0;0;28p\E8:te=\E[60;0;0;28p\E[28;1H\E[K:\
8364         :ti=\E[H\E[J\E[28;0;0;28p:tc=aaa+unk:
8365 aaa-30-s|aaa-s|ann arbor ambassador/30 lines w/status:\
8366         :es:hs:\
8367         :li#29:\
8368         :ds=\E7\E[60;0;0;30p\E[1;1H\E[K\E[H\E8\r\n\E[K:\
8369         :fs=\E[>51l:is=\r\n\E[A\E7\E[60;1;0;30p\E8:\
8370         :te=\E[60;1;0;30p\E[29;1H\E[K:\
8371         :ti=\E[H\E[J\E[30;1;0;30p\E[30;1H\E[K:\
8372         :ts=\E[>51h\E[1;%dH\E[2K:tc=aaa+unk:
8373 aaa-30-s-rv|aaa-s-rv|ann arbor ambassador/30 lines+status+reverse video:\
8374         :tc=aaa+rv:tc=aaa-30-s:
8375 aaa-s-ctxt|aaa-30-s-ctxt|ann arbor ambassador/30 lines+status+save context:\
8376         :te=\E[60;1;0;30p\E[59;1H\E[K:\
8377         :ti=\E[30;1H\E[K\E[30;1;0;30p:tc=aaa-30-s:
8378 aaa-s-rv-ctxt|aaa-30-s-rv-ct|ann arbor ambassador/30 lines+status+save context+reverse video:\
8379         :te=\E[60;1;0;30p\E[59;1H\E[K:\
8380         :ti=\E[30;1H\E[K\E[30;1;0;30p:tc=aaa-30-s-rv:
8381 aaa|aaa-30|ambas|ambassador|ann arbor ambassador/30 lines:\
8382         :li#30:\
8383         :is=\E7\E[60;0;0;30p\E8:te=\E[60;0;0;30p\E[30;1H\E[K:\
8384         :ti=\E[H\E[J\E[30;0;0;30p:tc=aaa+unk:
8385 aaa-30-rv|aaa-rv|ann arbor ambassador/30 lines in reverse video:\
8386         :tc=aaa+rv:tc=aaa-30:
8387 aaa-30-ctxt|aaa-ctxt|ann arbor ambassador/30 lines; saving context:\
8388         :te=\E[60;0;0;30p\E[60;1H\E[K:ti=\E[30;0;0;30p:\
8389         :tc=aaa-30:
8390 aaa-30-rv-ctxt|aaa-rv-ctxt|ann arbor ambassador/30 lines reverse video; saving context:\
8391         :te=\E[60;0;0;30p\E[60;1H\E[K:ti=\E[30;0;0;30p:\
8392         :tc=aaa+rv:tc=aaa-30:
8393 aaa-36|ann arbor ambassador/36 lines:\
8394         :li#36:\
8395         :is=\E7\E[60;0;0;36p\E8:te=\E[60;0;0;36p\E[36;1H\E[K:\
8396         :ti=\E[H\E[J\E[36;0;0;36p:tc=aaa+unk:
8397 aaa-36-rv|ann arbor ambassador/36 lines+reverse video:\
8398         :tc=aaa+rv:tc=aaa-36:
8399 aaa-40|ann arbor ambassador/40 lines:\
8400         :li#40:\
8401         :is=\E7\E[60;0;0;40p\E8:te=\E[60;0;0;40p\E[40;1H\E[K:\
8402         :ti=\E[H\E[J\E[40;0;0;40p:tc=aaa+unk:
8403 aaa-40-rv|ann arbor ambassador/40 lines+reverse video:\
8404         :tc=aaa+rv:tc=aaa-40:
8405 aaa-48|ann arbor ambassador/48 lines:\
8406         :li#48:\
8407         :is=\E7\E[60;0;0;48p\E8:te=\E[60;0;0;48p\E[48;1H\E[K:\
8408         :ti=\E[H\E[J\E[48;0;0;48p:tc=aaa+unk:
8409 aaa-48-rv|ann arbor ambassador/48 lines+reverse video:\
8410         :tc=aaa+rv:tc=aaa-48:
8411 aaa-60-s|ann arbor ambassador/59 lines+status:\
8412         :es:hs:\
8413         :li#59:\
8414         :ds=\E7\E[60;0;0;60p\E[1;1H\E[K\E[H\E8\r\n\E[K:\
8415         :fs=\E[>51l:is=\r\n\E[A\E7\E[60;1;0;60p\E8:\
8416         :ts=\E[>51h\E[1;%dH\E[2K:tc=aaa+unk:
8417 aaa-60-s-rv|ann arbor ambassador/59 lines+status+reverse video:\
8418         :tc=aaa+rv:tc=aaa-60-s:
8419 aaa-60-dec-rv|ann arbor ambassador/dec mode+59 lines+status+rev video:\
8420         :tc=aaa+dec:tc=aaa+rv:tc=aaa-60-s:
8421 aaa-60|ann arbor ambassador/60 lines:\
8422         :li#60:\
8423         :is=\E7\E[60;0;0;60p\E[1Q\E[m\E[>20;30l\E8:tc=aaa+unk:
8424 aaa-60-rv|ann arbor ambassador/60 lines+reverse video:\
8425         :tc=aaa+rv:tc=aaa-60:
8426 aaa-db|ann arbor ambassador 30/destructive backspace:\
8427         :bs@:\
8428         :i2=\E[1Q\E[m\E[>20l\E[>30h:le=\E[D:tc=aaa-30:
8430 guru|guru-33|guru+unk|ann arbor guru/33 lines 80 cols:\
8431         :li#33:\
8432         :i2=\E[>59l:is=\E7\E[255;0;0;33;80;80p\E8\E[J:\
8433         :te=\E[255p\E[255;1H\E[K:ti=\E[33p:vb=\E[>59h\E[>59l:\
8434         :tc=aaa+unk:
8435 guru+rv|guru changes for reverse video:\
8436         :i2=\E[>59h:vb=\E[>59l\E[>59h:
8437 guru-rv|guru-33-rv|ann arbor guru/33 lines+reverse video:\
8438         :tc=guru+rv:tc=guru-33:
8439 guru+s|guru status line:\
8440         :es:hs:\
8441         :ds=\E7\E[;0p\E[1;1H\E[K\E[H\E8\r\n\E[K:fs=\E[>51l:\
8442         :te=\E[255;1p\E[255;1H\E[K:ti=:ts=\E[>51h\E[1;%dH\E[2K:
8443 guru-nctxt|guru with no saved context:\
8444         :ti=\E[H\E[J\E[33p\E[255;1H\E[K:tc=guru:
8445 guru-s|guru-33-s|ann arbor guru/33 lines+status:\
8446         :li#32:\
8447         :is=\r\n\E[A\E7\E[255;1;0;33;80;80p\E8\E[J:\
8448         :ti=\E[33;1p\E[255;1H\E[K:tc=guru+s:tc=guru+unk:
8449 guru-24|ann arbor guru 24 lines:\
8450         :co#80:li#24:\
8451         :is=\E7\E[255;0;0;24;80;80p\E8\E[J:ti=\E[24p:\
8452         :tc=guru+unk:
8453 guru-44|ann arbor guru 44 lines:\
8454         :co#97:li#44:\
8455         :is=\E7\E[255;0;0;44;97;100p\E8\E[J:ti=\E[44p:\
8456         :tc=guru+unk:
8457 guru-44-s|ann arbor guru/44 lines+status:\
8458         :li#43:\
8459         :is=\r\n\E[A\E7\E[255;1;0;44;80;80p\E8\E[J:\
8460         :ti=\E[44;1p\E[255;1H\E[K:tc=guru+s:tc=guru+unk:
8461 guru-76|guru with 76 lines by 89 cols:\
8462         :co#89:li#76:\
8463         :is=\E7\E[255;0;0;76;89;100p\E8\E[J:ti=\E[76p:\
8464         :tc=guru+unk:
8465 guru-76-s|ann arbor guru/76 lines+status:\
8466         :co#89:li#75:\
8467         :is=\r\n\E[A\E7\E[255;1;0;76;89;100p\E8\E[J:\
8468         :ti=\E[76;1p\E[255;1H\E[K:tc=guru+s:tc=guru+unk:
8469 guru-76-lp|guru-lp|guru with page bigger than line printer:\
8470         :co#134:li#76:\
8471         :is=\E7\E[255;0;0;76;134;134p\E8\E[J:ti=\E[76p:\
8472         :tc=guru+unk:
8473 guru-76-w|guru 76 lines by 178 cols:\
8474         :co#178:li#76:\
8475         :is=\E7\E[255;0;0;76;178;178p\E8\E[J:ti=\E[76p:\
8476         :tc=guru+unk:
8477 guru-76-w-s|ann arbor guru/76 lines+status+wide:\
8478         :co#178:li#75:\
8479         :is=\r\n\E[A\E7\E[255;1;0;76;178;178p\E8\E[J:\
8480         :ti=\E[76;1p\E[255;1H\E[K:tc=guru+s:tc=guru+unk:
8481 guru-76-wm|guru 76 lines by 178 cols with 255 cols memory:\
8482         :co#178:li#76:\
8483         :is=\E7\E[255;0;0;76;178;255p\E8\E[J:ti=\E[76p:\
8484         :tc=guru+unk:
8485 aaa-rv-unk|ann arbor unknown type:\
8486         :Nl#0:lh#0:lw#0:\
8487         :ho=\E[H:i1=\E[7m\E7\E[H\E9\E8:mb=\E[5;7m:md=\E[1;7m:\
8488         :me=\E[7m:mk=\E[7;8m:mr=\E[m:r1=\E[H\E[7m\E[J:\
8489         :..sa=\E[%?%p1%!%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;%?%p7%t8;%;m:\
8490         :se=\E[7m:so=\E[m:ue=\E[7m:us=\E[4;7m:
8492 #### Applied Digital Data Systems (adds)
8494 # ADDS itself is long gone.  ADDS was bought by NCR, and the same group made
8495 # ADDS and NCR terminals.  When AT&T and NCR merged, the engineering for
8496 # terminals was merged again.  Then AT&T sold the terminal business to
8497 # SunRiver, which later changed its  name to Boundless Technologies.  The
8498 # engineers from Teletype, AT&T terminals, ADDS, and NCR (who are still there
8499 # as of early 1995) are at:
8501 #       Boundless Technologies
8502 #       100 Marcus Boulevard
8503 #       Hauppauge, NY 11788-3762
8504 #       Vox: (800)-231-5445
8505 #       Fax: (516)-342-7378
8506 #       Web: http://boundless.com
8508 # Their voice mail used to describe the place as "SunRiver (formerly ADDS)".
8509 # In 1995 Boundless acquired DEC's terminals business.
8512 # Regent: lowest common denominator, works on all regents.
8513 # (regent: renamed ":bc:" to ":le:" -- esr)
8514 regent|Adds Regent Series:\
8515         :am:bs:\
8516         :co#80:li#24:\
8517         :bl=^G:cl=^L:cr=^M:do=^J:ho=\EY\s\s:le=^U:ll=^A:nd=^F:sf=^J:\
8518         :up=^Z:
8519 # Regent 100 has a bug where if computer sends escape when user is holding
8520 # down shift key it gets confused, so we avoid escape.
8521 regent100|Adds Regent 100:\
8522         :sg#1:ug#1:\
8523         :bl=^G:cm=\013%+ \020%B%.:k0=^B1\r:k1=^B2\r:k2=^B3\r:\
8524         :k3=^B4\r:k4=^B5\r:k5=^B6\r:k6=^B7\r:k7=^B8\r:l0=F1:l1=F2:\
8525         :l2=F3:l3=F4:l4=F5:l5=F6:l6=F7:l7=F8:me=\E0@:se=\E0@:so=\E0P:\
8526         :ue=\E0@:us=\E0`:tc=regent:
8527 regent20|Adds Regent 20:\
8528         :bl=^G:cd=\Ek:ce=\EK:cm=\EY%+ %+ :tc=regent:
8529 regent25|Adds Regent 25:\
8530         :bl=^G:kd=^J:kh=^A:kl=^U:kr=^F:ku=^Z:tc=regent20:
8531 regent40|Adds Regent 40:\
8532         :sg#1:ug#1:\
8533         :al=\EM:bl=^G:dl=\El:k0=^B1\r:k1=^B2\r:k2=^B3\r:k3=^B4\r:\
8534         :k4=^B5\r:k5=^B6\r:k6=^B7\r:k7=^B8\r:l0=F1:l1=F2:l2=F3:\
8535         :l3=F4:l4=F5:l5=F6:l6=F7:l7=F8:me=\E0@:se=\E0@:so=\E0P:\
8536         :ue=\E0@:us=\E0`:tc=regent25:
8537 regent40+|Adds Regent 40+:\
8538         :is=\EB:tc=regent40:
8539 regent60|regent200|Adds Regent 60:\
8540         :dc=\EE:ei=\EF:im=\EF:is=\EV\EB:kD=\EE:kI=\EF:kM=\EF:\
8541         :se=\ER\E0@\EV:so=\ER\E0P\EV:tc=regent40+:
8542 # From: <edward@onyx.berkeley.edu> Thu Jul  9 09:27:33 1981
8543 # (viewpoint: added :kr:, function key, and :dl: capabilities -- esr)
8544 viewpoint|addsviewpoint|adds viewpoint:\
8545         :am:bs:\
8546         :co#80:li#24:\
8547         :bl=^G:cd=\Ek:ce=\EK:cl=^L:cm=\EY%+ %+ :cr=^M:dl=\El:do=^J:\
8548         :is=\017\E0`:k0=^B1:k2=^B2:k3=^B!:k4=^B":k5=^B#:kd=^J:kh=^A:\
8549         :kl=^U:kr=^F:ku=^Z:le=^H:ll=^A:me=^O:nd=^F:se=^O:sf=^J:so=^N:\
8550         :ue=^O:up=^Z:us=^N:ve=\017\E0`:vs=\017\E0P:
8551 # Some viewpoints have bad ROMs that foo up on ^O
8552 screwpoint|adds viewpoint with ^O bug:\
8553         :se@:so@:ue@:us@:vs@:tc=viewpoint:
8555 # From: Jay S. Rouman <jsr@dexter.mi.org> 5 Jul 92
8556 # The :vi:/:ve:/:sa:/:me: strings were added by ESR from specs.
8557 # Theory; the vp3a+ wants \E0%c to set highlights, where normal=01000000,
8558 # underline=01100000, rev=01010000, blink=01000010,dim=01000001,
8559 # invis=01000100 and %c is the logical or of desired attributes.
8560 # There is also a `tag bit' enabling attributes, set by \E) and unset by \E(.
8561 vp3a+|viewpoint3a+|adds viewpoint 3a+:\
8562         :am:bw:\
8563         :co#80:it#8:li#24:\
8564         :cd=\EY:ce=\ET:cl=\E*:cm=\E=%+ %+ :cr=^M:do=^J:ho=^^:kb=^H:\
8565         :kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:me=\E(:nd=^L:nw=^M^J:\
8566         :..sa=\E0%{64}%?%p1%tQ%|%;%?%p2%t%{96}%|%;%?%p3%tP%|%;%?%p4%t%{2}%|%;%?%p5%t%{1}%|%;%?%p7%tD%|%;%c\E):\
8567         :se=\E(:sf=^J:so=\E0Q\E):ta=^I:up=^K:ve=^X:vi=^W:
8568 vp60|viewpoint60|addsvp60|adds viewpoint60:\
8569         :tc=regent40:
8571 # adds viewpoint 90 - from cornell
8572 # Note:  emacs sends ei occasionally to insure the terminal is out of
8573 #        insert mode. This unfortunately puts the viewpoint90 IN insert
8574 #        mode.  A hack to get around this is :ic=\EF\s\EF^U:.  (Also,
8575 #   -    :ei=:im=: must be present in the termcap translation.)
8576 #   -    :xs: indicates glitch that attributes stick to location
8577 #   -    :ms: means it's safe to move in standout mode
8578 #   -    :cl=\EG\Ek:: clears screen and visual attributes without affecting
8579 #               the status line
8580 # Function key and label capabilities merged in from SCO.
8581 vp90|viewpoint90|adds viewpoint 90:\
8582         :bs:bw:ms:xs:\
8583         :co#80:li#24:\
8584         :cd=\Ek:ce=\EK:cl=\EG\Ek:cm=\EY%+ %+ :dc=\EE:dl=\El:do=^J:\
8585         :ei=:ho=\EY\s\s:ic=\EF \EF\025:im=:k0=^B1\r:k1=^B2\r:\
8586         :k2=^B3\r:k3=^B4\r:k4=^B5\r:k5=^B6\r:k6=^B7\r:k7=^B8\r:\
8587         :k8=^B9\r:k9=^B\:\r:k;=^B;\r:kb=^H:kd=^J:kh=^A:kl=^U:kr=^F:\
8588         :ku=^Z:l0=F1:l1=F2:l2=F3:l3=F4:l4=F5:l5=F6:l6=F7:l7=F8:l8=F9:\
8589         :l9=F10:la=F11:le=^H:ll=^A:me=\ER\E0@\EV:nd=^F:\
8590         :se=\ER\E0@\EV:sf=^J:so=\ER\E0Q\EV:ta=^I:ue=\ER\E0@\EV:\
8591         :up=^Z:us=\ER\E0`\EV:
8592 # Note: if return acts weird on a980, check internal switch #2
8593 # on the top chip on the CONTROL pc board.
8594 adds980|a980|adds consul 980:\
8595         :am:bs:\
8596         :co#80:li#24:\
8597         :al=\E\016:bl=^G:cl=\014\013@:cm=\013%+@\E\005%2:cr=^M:\
8598         :dl=\E\017:do=^J:k0=\E0:k1=\E1:k2=\E2:k3=\E3:k4=\E4:k5=\E5:\
8599         :k6=\E6:k7=\E7:k8=\E8:k9=\E9:le=^H:me=^O:nd=\E^E01:se=^O:\
8600         :sf=^J:so=^Y^^^N:
8602 #### C. Itoh Electronics
8604 # As of 1995 these people no longer make terminals (they're still in the
8605 # printer business).  Their terminals were all clones of the DEC VT series.
8606 # They're located in Orange County, CA.
8609 # CIT 80  - vt-52 emulator, the termcap has been modified to remove
8610 #           the delay times and do an auto tab set rather than the indirect
8611 #           file used in vt100.
8612 cit80|cit-80|citoh 80:\
8613         :am:bs:\
8614         :co#80:li#24:\
8615         :cd=\EJ:ce=\EK:cl=\E[H\EJ:cm=\E[%i%2;%2H:cr=^M:ff=^L:\
8616         :is=\E>:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\
8617         :ku=\EOA:le=^H:nd=\E[C:sf=^J:up=\E[A:
8618 # From: Tim Wood <mtxinu!sybase!tim> Fri Sep 27 09:39:12 PDT 1985
8619 # (cit101: added <rmam>/<smam> based on init string, merged this with c101 -- esr)
8620 cit101|citc|C.itoh fast vt100:\
8621         :am:bs:xn:\
8622         :co#80:li#24:\
8623         :RA=\E[?7l:SA=\E[?7h:al=\E[L:bl=^G:cd=\E[J:ce=\E[K:\
8624         :cl=\E[H\E[2J:cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:ei=:ic=\E[@:\
8625         :im=:is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[3g\E[>5g:\
8626         :kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\
8627         :ku=\EOA:le=^H:me=\E[m:nd=\E[C:se=\E[m:so=\E[7m:ue=\E[m:\
8628         :up=\E[A:us=\E[4m:vb=\E[?5h\E[?5l:ve=\E[V\E8:vs=\E7\E[U:
8629 # CIE Terminals CIT-101e from Geoff Kuenning <callan!geoff> via BRL
8630 # The following termcap entry was created from the Callan cd100 entry.  The
8631 # last two lines (with the capabilities in caps) are used by RM-cobol to allow
8632 # full selection of combinations of reverse video, underline, and blink.
8633 # (cit101e: removed unknown :f0=\EOp:f1=\EOq:f2=\EOr:f3=\EOs:f4=\EOt:f5=\EOu:\
8634 # f6=\EOv:f7=\EOw:f8=\EOx:f9=\EOy:AB=\E[0;5m:AL=\E[m:AR=\E[0;7m:AS=\E[0;5;7m:\
8635 # :NB=\E[0;1;5m:NM=\E[0;1m:NR=\E[0;1;7m:NS=\E[0;1;5;7m: -- esr)
8636 cit101e|C. Itoh CIT-101e:\
8637         :am:bs:mi:ms:pt:\
8638         :co#80:it#8:li#24:\
8639         :ac=:ae=^O:al=\E[L:as=^N:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
8640         :cm=\E[%i%2;%2H:cs=\E[%i%2;%2r:dc=\E[P:dl=\E[M:do=\E[B:\
8641         :ei=\E[4l:if=/usr/share/tabset/vt100:im=\E[4h:k0=\EOT:\
8642         :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOm:k6=\EOl:k7=\EOM:\
8643         :k8=\EOn:kd=\E[B:ke=\E>:kl=\E[D:kr=\E[C:ks=\E=:ku=\E[A:\
8644         :nd=\E[C:rc=\E8:sc=\E7:se=\E[m:so=\E[7m:sr=\EM:ue=\E[m:\
8645         :up=\E[A:us=\E[4m:ve=:vs=\E[?1l\E[?4l\E[?7h:
8646 # From: David S. Lawyer, June 1997:
8647 # The CIT 101-e was made in Japan in 1983-4 and imported by CIE
8648 # Terminals in Irvine, CA.  It was part of CITOH Electronics.  In the
8649 # late 1980's CIT Terminals went out of business.
8650 # There is no need to use the initialization string is=... (by invoking
8651 # tset or setterm etc.) provided that the terminal has been manually set
8652 # up (and the setup saved with ^S) to be compatible with this termcap.  To be
8653 # compatible it should be in ANSI mode (not VT52).   A set-up that
8654 # works is to set all the manually setable stuff to factory defaults
8655 # by pressing ^D in set-up mode.  Then increse the brighness with the
8656 # up-arrow key since the factory default will likely be dim on an old
8657 # terminal.  Then change any options you want (provided that they are
8658 # compatible with the termcap).  For my terminal I set: Screen
8659 # Background: light; Keyclicks: silent; Auto wraparound: on; CRT saver:
8660 # on.  I also set up mine for parity (but you may not need it).  Then
8661 # save the setup with ^S.
8662 # (cit101e-rv: added empty :te: to suppress a tic warning. --esr)
8663 cit101e-rv|Citoh CIT-101e (sets reverse video):\
8664         :am:eo:mi:ms:xn:xo:\
8665         :co#80:it#8:li#24:\
8666         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
8667         :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:\
8668         :al=\E[L:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:ch=\E[%i%dG:\
8669         :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
8670         :ct=\E[3g:dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:ho=\E[H:ic=\E[@:\
8671         :im=\E[4h:\
8672         :is=\E<\E>\E[?1l\E[?3l\E[?4l\E[?5h\E[?7h\E[?8h\E[3g\E[>5g\E(B\E[m\E[20l\E[1;24r\E[24;1H:\
8673         :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kb=\177:kd=\E[B:kl=\E[D:\
8674         :kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:\
8675         :nd=\E[C:nl=\EM:nw=\EE:r1=\Ec\E[?7h\E[>5g:rc=\E8:sc=\E7:\
8676         :se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:te=:\
8677         :ti=\E[>5g\E[?7h\E[?5h:u6=\E[%i%d;%dR:u7=\E[6n:\
8678         :u8=\E[?6c:u9=\E[c:ue=\E[m:up=\E[A:us=\E[4m:\
8679         :vb=200\E[?5l\E[?5h:ve=\E[0;3;4v:vi=\E[1v:vs=\E[3;5v:
8680 cit101e-n|CIT-101e w/o am:\
8681         :am@:\
8682         :kb=^H:kd=^J:kl=^H:vs=\E[?1l\E[?4l\E[?7l:tc=cit101e:
8683 cit101e-132|CIT-101e with 132 cols:\
8684         :co#132:\
8685         :kb=^H:kd=^J:kl=^H:tc=cit101e:
8686 cit101e-n132|CIT-101e with 132 cols w/o am:\
8687         :am@:\
8688         :co#132:\
8689         :kb=^H:kd=^J:kl=^H:vs=\E[?1l\E[?4l\E[?7l:tc=cit101e:
8690 # CIE Terminals CIT-500 from BRL
8691 # The following SET-UP modes are assumed for normal operation:
8692 #       GENERATE_XON/XOFF:YES   DUPLEX:FULL             NEWLINE:OFF
8693 #       AUTOWRAP:ON             MODE:ANSI               SCREEN_LENGTH:64_LINES
8694 #       DSPLY_CNTRL_CODES?NO    PAGE_WIDTH:80           EDIT_MODE:OFF
8695 # Other SET-UP modes may be set for operator convenience or communication
8696 # requirements.
8697 # Hardware tabs are assumed to be set every 8 columns; they can be set up
8698 # by the "reset", "tset", or "tabs" utilities.  No delays are specified; use
8699 # "stty ixon -ixany" to enable DC3/DC1 flow control!
8700 # (cit500: I added <rmam>/<smam> based on the init string -- esr)
8701 cit500|CIE Terminals CIT-500:\
8702         :bs:mi:ms:pt:xo:\
8703         :co#80:it#8:kn#10:li#64:vt#3:\
8704         :AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:RA=\E[?7l:\
8705         :RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:ac=:ae=^O:al=\E[L:as=^N:\
8706         :bl=^G:bt=\E[Z:cd=\EJ:ce=\EK:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
8707         :cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:\
8708         :ei=\E[4l:ho=\E[H:im=\E[4h:is=\E<\E)0:k0=\EOP:k1=\EOQ:\
8709         :k2=\EOR:k3=\EOS:k4=\EOU:k5=\EOV:k6=\EOW:k7=\EOX:k8=\EOY:\
8710         :k9=\EOZ:kA=\E[L:kB=\E[Z:kD=\E[P:kE=\EK:kI=\E[4h:kL=\E[M:\
8711         :kM=\E[4l:kS=\EJ:kb=^H:kd=\EOB:ke=\E[?1l\E>:kh=\E[H:\
8712         :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:l0=PF1:l1=PF2:l2=PF3:\
8713         :l3=PF4:l4=F15:l5=F16:l6=F17:l7=F18:l8=F19:l9=F20:le=^H:\
8714         :ll=\E[64H:mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:\
8715         :nw=\EE:\
8716         :r1=\E<\E2\E[20l\E[?6l\E[r\E[m\E[q\E(B\017\E)0\E>:\
8717         :rc=\E8:sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
8718         :ue=\E[m:up=\EM:us=\E[4m:
8720 # C. Itoh printers begin here
8721 citoh|ci8510|8510|c.itoh 8510a:\
8722         :co#80:it#8:\
8723         :is=\E(009,017,025,033,041,049,057,065,073.:le@:md=\E!:\
8724         :me=\E"\EY:rp=\ER%r%03%.:sr=\Er:ue=\EY:us=\EX:tc=lpr:
8725 citoh-pica|citoh in pica:\
8726         :i1=\EN:tc=citoh:
8727 citoh-elite|citoh in elite:\
8728         :co#96:\
8729         :i1=\EE:\
8730         :is=\E(009,017,025,033,041,049,057,065,073,081,089.:\
8731         :tc=citoh:
8732 citoh-comp|citoh in compressed:\
8733         :co#136:\
8734         :i1=\EQ:\
8735         :is=\E(009,017,025,033,041,049,057,065,073,081,089,097,105,113,121,129.:\
8736         :tc=citoh:
8737 # citoh has infinite cols because we don't want lp ever inserting \n\t**.
8738 citoh-prop|citoh-ps|ips|citoh in proportional spacing mode:\
8739         :co#32767:\
8740         :i1=\EP:tc=citoh:
8741 citoh-6lpi|citoh in 6 lines per inch mode:\
8742         :i2=\EA:tc=citoh:
8743 citoh-8lpi|citoh in 8 lines per inch mode:\
8744         :li#88:\
8745         :i2=\EB:tc=citoh:
8747 #### Control Data (cdc)
8750 cdc456|cdc 456 terminal:\
8751         :am:bs:\
8752         :co#80:li#24:\
8753         :al=\EL:bl=^G:cd=^X:ce=^V:cl=^Y^X:cm=\E1%+ %+ :cr=^M:dl=\EJ:\
8754         :do=^J:ho=^Y:le=^H:nd=^L:sf=^J:up=^Z:
8756 # Assorted CDC terminals from BRL (improvements by DAG & Ferd Brundick)
8757 cdc721|CDC Viking:\
8758         :am:bs:\
8759         :co#80:li#24:\
8760         :ce=^K:cl=^L:cm=\002%r%+ %+ :ho=^Y:kd=^J:kh=^Y:kl=^H:kr=^I:\
8761         :ku=^W:nd=^X:up=^W:
8762 cdc721ll|CDC Vikingll:\
8763         :am:bs:\
8764         :co#132:li#24:\
8765         :ce=^K:cl=^L:cm=\002%r%+ %+ :ho=^Y:kd=^J:kh=^Y:kl=^H:kr=^I:\
8766         :ku=^W:nd=^X:up=^W:
8767 # (cdc752: the BRL entry had :ll=\E1  ^Z: commented out
8768 cdc752|CDC 752:\
8769         :am:bs:bw:xs:\
8770         :co#80:li#24:\
8771         :bl=^G:ce=^V:cl=\030\E1\s\s:cm=\E1%r%+ %+ :cr=^M:do=^J:\
8772         :ho=\E1\s\s:le=^H:ll=^Y:nd=^U:r1=\E1  \030\002\003\017:\
8773         :sf=^J:up=^Z:
8774 # CDC 756
8775 # The following switch/key settings are assumed for normal operation:
8776 #       96 chars        SCROLL          FULL duplex     not BLOCK
8777 # Other switches may be set according to communication requirements.
8778 # Insert/delete-character cannot be used, as the whole display is affected.
8779 # "so" & "se" are commented out until jove handles "sg" correctly.
8780 cdc756|CDC 756:\
8781         :am:bs:bw:\
8782         :co#80:kn#10:li#24:\
8783         :al=6*\EL:bl=^G:cd=^X:ce=^V:cl=^Y^X:cm=\E1%r%+ %+ :cr=^M:\
8784         :dl=6*\EJ:do=^J:ho=^Y:k0=\EA:k1=\EB:k2=\EC:k3=\ED:k4=\EE:\
8785         :k5=\EF:k6=\EG:k7=\EH:k8=\Ea:k9=\Eb:kA=\EL:kD=\EI:kE=^V:\
8786         :kI=\EK:kL=\EL:kS=^X:kT=^O:kb=^H:kd=^J:kh=^Y:kl=^H:kr=^U:\
8787         :ku=^Z:l0=F1:l1=F2:l2=F3:l3=F4:l4=F5:l5=F6:l6=F7:l7=F8:l8=F9:\
8788         :l9=F10:le=^H:ll=^Y^Z:nd=^U:r1=\031\030\002\003\017:sf=^J:\
8789         :up=^Z:
8791 # CDC 721 from Robert Viduya, Ga. Tech. <ihnp4!gatech!gitpyr!robert> via BRL.
8793 # Part of the long initialization string defines the "DOWN" key to the left
8794 # of the tab key to send an ESC.  The real ESC key is positioned way out
8795 # in right field.
8797 # The termcap won't work in 132 column mode due to the way it it moves the
8798 # cursor.  Termcap doesn't have the capability (as far as I could tell) to
8799 # handle the 721 in 132 column mode.
8801 # (cdc721: changed :ri: to :sr: -- esr)
8802 cdc721-esc|Control Data 721:\
8803         :am:bs:bw:ms:pt:xo:\
8804         :co#80:it#8:kn#10:li#30:\
8805         :al=^^R:bl=^G:bt=^^^K:cd=^^P:ce=^K:cl=^L:cm=\002%r%+ %+ :\
8806         :ct=^^^RY:dc=^^N:dl=^^Q:do=^Z:ei=:ho=^Y:ic=^^O:im=:\
8807         :is=\036\022B\003\036\035\017\022\025\035\036E\036\022H\036\022J\036\022L\036\022N\036\022P\036\022Q\036\022\036\022^\036\022b\036\022i\036W =\036\022Z\036\011C1-` `!k/o:\
8808         :k0=^^q:k1=^^r:k2=^^s:k3=^^t:k4=^^u:k5=^^v:k6=^^w:k7=^^x:\
8809         :k8=^^y:k9=^^z:kb=^H:kd=^Z:ke=^^^Rl:kh=^Y:kl=^H:kr=^X:\
8810         :ks=^^^Rk:ku=^W:le=^H:ll=^B =:mb=^N:\
8811         :me=\017\025\035\036E\036\022\\:mh=^\:mk=^^^R[:mr=^^D:\
8812         :nd=^X:se=^^E:sf=\036W =\036U:so=^^D:sr=\036W =\036V:\
8813         :st=^^^RW:ue=^]:up=^W:us=^\:
8815 #### Getronics
8817 # Getronics is a Dutch electronics company that at one time was called
8818 # `Geveke' and made async terminals; but (according to the company itself!)
8819 # they've lost all their documentation on the command set.  The hardware
8820 # documentation suggests the terminals were actually manufactured by a
8821 # Taiwanese electronics company named Cal-Comp.  There are known
8822 # to have been at least two models, the 33 and the 50.
8825 # The 50 seems to be a top end vt220 clone, with the addition of a higher
8826 # screen resolution, a larger screen, at least 1 page of memory above and
8827 # below the screen, apparently pages of memory right and left of the screen
8828 # which can be panned, and about 75 function keys (15 function keys x normal,
8829 # shift, control, func A, func B). It also has more setup possibilities than
8830 # the vt220. The monitor case is dated November 1978 and the keyboard case is
8831 # May 1982.
8833 # The vt100 emulation works as is.  The entry below describes the rather
8834 # non-conformant (but more featureful) ANSI mode.
8836 # From: Stephen Peterson <stv@utrecht.ow.nl>, 27 May 1995
8837 # (untranslatable capabilities removed to fit entry within 1023 bytes)
8838 # (sgr removed to fit entry within 1023 bytes)
8839 # (acsc removed to fit entry within 1023 bytes)
8840 visa50|geveke visa 50 terminal in ansi 80 character mode:\
8841         :bw:mi:ms:\
8842         :co#80:li#25:\
8843         :AL=\E[%dL:DC=\E[%dX:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
8844         :K1=\E[f:K2=\EOP:K3=\EOQ:K4=\EOR:K5=\EOS:LE=\E[%dD:\
8845         :RA=\E[?7l:RI=\E[%dC:SA=\E?7h:UP=\E[%dA:ae=\E[3l:al=\E[L:\
8846         :as=\E3h:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:ch=\E[%i%dG:\
8847         :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
8848         :ct=\E[3g:cv=\E[%i%dd:dc=\E[X:dl=\E[M:do=\E[B:ei=\E[4l:\
8849         :ho=\E[H:ic=\E[@:im=\E[4h:\
8850         :is=\E0;2m\E[1;25r\E[25;1H\E[?3l\E[?7h\E[?8h:k0=\E010:\
8851         :k1=\E001:k2=\E002:k3=\E003:k4=\E004:k5=\E005:k6=\E006:\
8852         :k7=\E007:k8=\E008:k9=\E009:k;=\E011:kD=\177:kL=\EOS:kb=^H:\
8853         :kd=\E[A:ke=\E>:kh=\E[f:kl=\E[D:kr=\E[C:ks=\E=:ku=\E[A:\
8854         :l2=A delete char:l3=A insert line:l4=A delete line:\
8855         :l5=A clear:l6=A ce of/cf gn:l7=A print:l8=A on-line:\
8856         :l9=A funcl0=A send:le=\E[D:mb=\E[5m:md=\E[1m:me=\E[0;2m:\
8857         :mh=\E[2m:mk=\E[8m:mr=\E[7m:nd=\E[C:nw=^M^J:se=\E[0;2m:\
8858         :sf=^J:so=\E[2;7m:ta=^I:ue=\E[0m:up=\E[A:us=\E[4m:\
8859         :vb=\E[?5h\E[?5l:
8861 #### Human Designed Systems (Concept)
8863 #       Human Designed Systems
8864 #       400 Fehley Drive
8865 #       King of Prussia, PA 19406
8866 #       Vox: (610)-277-8300
8867 #       Fax: (610)-275-5739
8868 #       Net: support@hds.com
8870 # John Martin <john@hds.com> is their termcap expert.  They're mostly out of
8871 # the character-terminal business now (1995) and making X terminals.  In
8872 # particular, the whole `Concept' line described here was discontinued long
8873 # ago.
8876 # From: <vax135!hpk>  Sat Jun 27 07:41:20 1981
8877 # Extensive changes to c108 by arpavax:eric Feb 1982
8878 # Some unknown person at SCO then translated it to terminfo.
8880 # There seem to be a number of different versions of the C108 PROMS
8881 # (with bug fixes in its Z-80 program).
8883 # The first one that we had would lock out the keyboard of you
8884 # sent lots of short lines (like /usr/dict/words) at 9600 baud.
8885 # Try that on your C108 and see if it sends a ^S when you type it.
8886 # If so, you have an old version of the PROMs.
8888 # You should configure the C108 to send ^S/^Q before running this.
8889 # It is much faster (at 9600 baud) than the c100 because the delays
8890 # are not fixed.
8891 # new status line display entries for c108-8p:
8892 # :i3: - init str #3 - setup term for status display -
8893 # set programmer mode, select window 2, define window at last
8894 # line of memory, set bkgnd stat mesg there, select window 0.
8896 # :ts: - to status line - select window 2, home cursor, erase to
8897 # end-of-window, 1/2 bright on, goto(line#0, col#?)
8899 # :fs: - from status line - 1/2 bright off, select window 0
8901 # :ds: - disable status display - set bkgnd status mesg with
8902 # illegal window #
8904 # There are probably more function keys that should be added but
8905 # I don't know what they are.
8907 # No delays needed on c108 because of ^S/^Q handshaking
8909 c108|concept108|c108-8p|concept108-8p|concept 108 w/8 pages:\
8910         :i2=\EU\E z"\Ev\001\177 !p\E ;"\E z \Ev  \001\177p\Ep\n:\
8911         :te=\Ev  \001\177p\Ep\r\n:tc=c108-4p:
8912 c108-4p|concept108-4p|concept 108 w/4 pages:\
8913         :bs:es:hs:xo:\
8914         :pb@:\
8915         :ac=jEkTl\\mMqLxU:ae=\Ej\s:as=\Ej!:\
8916         :..cm=\Ea%p1%?%p1%{95}%>%t\001%{96}%-%;%{32}%+%c%p2%?%p2%{95}%>%t\001%{96}%-%;%{32}%+%c:\
8917         :cr=^M:dc=\E 1:ds=\E ;\177:fs=\Ee\E z\s:i1=\EK\E!\E F:\
8918         :i2=\EU\E z"\Ev\177 !p\E ;"\E z \Ev  \001 p\Ep\n:\
8919         :sf=^J:te=\Ev  \001 p\Ep\r\n:ti=\EU\Ev  8p\Ep\r\E\025:\
8920         :..ts=\E z"\E?\E\005\EE\Ea %+\s:ve=\Ew:vs=\EW:tc=c100:
8921 c108-rv|c108-rv-8p|concept 108 w/8 pages in reverse video:\
8922         :te=\Ev  \002 p\Ep\r\n:ti=\EU\Ev  8p\Ep\r:\
8923         :tc=c108-rv-4p:
8924 c108-rv-4p|concept108rv4p|concept 108 w/4 pages in reverse video:\
8925         :i1=\Ek:se=\Ee:so=\EE:vb=\EK\Ek:tc=c108-4p:
8926 c108-w|c108-w-8p|concept108-w-8|concept108-w8p|concept 108 w/8 pages in wide mode:\
8927         :co#132:\
8928         :i1=\E F\E":te=\Ev  ^A0\001D\Ep\r\n:\
8929         :ti=\EU\Ev  8\001D\Ep\r:tc=c108-8p:
8931 # Concept 100:
8932 # These have only window relative cursor addressing, not screen
8933 # relative. To get it to work right here, smcup/rmcup (which
8934 # were invented for the concept) lock you into a one page
8935 # window for screen style programs.
8937 # To get out of the one page window, we use a clever trick:
8938 # we set the window size to zero ("\Ev    " in rmcup) which the
8939 # terminal recognizes as an error and resets the window to all
8940 # of memory.
8942 # This trick works on c100 but does not on c108, sigh.
8944 # Some tty drivers use cr3 for concept, others use nl3, hence
8945 # the delays on cr and ind below. This padding is only needed at
8946 # 9600 baud and up.  One or the other is commented out depending on
8947 # local conventions.
8949 # 2 ms padding on :te: isn't always enough. 6 works fine. Maybe
8950 # less than 6 but more than 2 will work.
8952 # Note: can't use function keys f7-f10 because they are
8953 # indistinguishable from arrow keys (!), also, del char and
8954 # clear eol use xon/xoff so they probably won't work very well.
8956 # Also note that we don't define insrt/del char/delline/eop/send
8957 # because they don't transmit unless we reset them - I figured
8958 # it was a bad idea to clobber their definitions.
8960 # The <mc5> sequence changes the escape character to ^^ so that
8961 # escapes will be passed through to the printer. Only trouble
8962 # is that ^^ won't be - ^^ was chosen to be unlikely.
8963 # Unfortunately, if you're sending raster bits through to be
8964 # plotted, any character you choose will be likely, so we lose.
8966 # \EQ"\EY(^W (send anything from printer to host, for xon/xoff)
8967 # cannot be # in is2 because it will hang a c100 with no printer
8968 # if sent twice.
8969 c100|concept100|concept|c104|c100-4p|hds concept 100:\
8970         :am:bs:eo:mi:ul:xn:\
8971         :co#80:li#24:pb#9600:vt#8:\
8972         :al=\E\022:bl=^G:cd=\E\005:ce=\E\025:cl=\E?\E\005:\
8973         :cm=\Ea%+ %+ :cr=\r:dc=\E\021:dl=\E\002:do=^J:ei=\E\s\s:\
8974         :i1=\EK:i2=\Ev    \Ep\n:im=\E^P:ip=:\
8975         :is=\EU\Ef\E7\E5\E8\El\ENH\E\0\Eo&\0\Eo'\E\Eo!\0\E\007!\E\010A@ \E4#\:"\E\:a\E4#;"\E\:b\E4#<"\E\:c:\
8976         :k1=\E5:k2=\E6:k3=\E7:k4=\E8:k5=\E9:k6=\E\:a:k7=\E\:b:\
8977         :k8=\E\:c:kA=\E^R:kB=\E':kD=\E^Q:kE=\E^S:kF=\E[:kI=\E^P:\
8978         :kL=\E^B:kM=\E\0:kN=\E-:kP=\E.:kR=\E\\:kS=\E^C:kT=\E]:kb=^H:\
8979         :kd=\E<:ke=\Ex:kh=\E?:kl=\E>:kr=\E=:ks=\EX:kt=\E_:ku=\E;:\
8980         :le=^H:mb=\EC:me=\EN@:mh=\EE:mk=\EH:mp=\EI:mr=\ED:nd=\E=:\
8981         :pf=\036o \E\EQ!\EYP\027:po=\EQ"\EY(\027\EYD\Eo \036:\
8982         :rp=\Er%.%+ :se=\Ed:sf=^J:so=\ED:ta=\011:\
8983         :te=\Ev    \Ep\r\n:ti=\EU\Ev  8p\Ep\r\E\025:ue=\Eg:\
8984         :up=\E;:us=\EG:vb=\Ek\EK:
8985 c100-rv|c100-rv-4p|concept100-rv|c100 rev video:\
8986         :i1=\Ek:se=\Ee:so=\EE:vb=\EK\Ek:ve@:vs@:tc=c100:
8987 oc100|oconcept|c100-1p|old 1 page concept 100:\
8988         :in:\
8989         :i3@:tc=c100:
8991 # From: Walter Skorski <walt@genetics1.JMP.TJU.EDU>, 16-oct-1996.
8992 # Lots of notes, originally inline, but ncurses doesn't grok that.
8994 # am:   not available in power on mode, but turned on with \E[=107;207h in
8995 #       is2=.  Also, \E=124l in is2= could have been used to prevent needing
8996 #       to specify xenl:, but that would have rendered the last space on the
8997 #       last line useless.
8998 # bw:   Not available in power on mode, but turned on with \E[=107;207h in
8999 #       is2=.
9000 # clear: Could be done with \E[2J alone, except that vi (and probably most
9001 #       other programs) assume that this also homes the cursor.
9002 # dsl:  Go to window 2, go to the beginning of the line, use a line feed to
9003 #       scroll the window, and go back to window 1.
9004 # is2:  the string may cause a warning to be issued by tic that it
9005 #       found a very long line and that it suspects that a comma is missing
9006 #       somewhere.  This warning can be ignored (unless it comes up more than
9007 #       once).  The initialization string contains the following commands:
9009 #        [Setup mode items changed from factory defaults:]
9010 #               \E)0                    set alternate character set to
9011 #                                               graphics
9012 #               ^O                      set character set to default
9013 #        [In case it wasn't]
9014 #               \E[m                    turn off all attributes
9015 #        [In case they weren't off]
9016 #               \E[=107;                cursor wrap and
9017 #                       207h                    character wrap on
9018 #               \E[90;3u                set Fkey definitions to "transmit"
9019 #                                               defaults
9020 #               \E[92;3u                set cursor key definitions to
9021 #                                               "transmit" defaults
9022 #               \E[43;1u                set shift F13 to transmit...
9023 #               \177\E$P\177
9024 #               \E[44;1u                set shift F14 to transmit...
9025 #                       \177\E$Q\177
9026 #               \E[45;1u                set shift F15 to transmit...
9027 #                       \177\E$R\177
9028 #               \E[46;1u                set shift F16 to transmit...
9029 #                       \177\E$S\177
9030 #               \E[200;1u               set shift up to transmit...
9031 #                       \177\E$A\177
9032 #               \E[201;1u               set shift down to transmit...
9033 #                       \177\E$B\177
9034 #               \E[202;1u               set shift right to transmit...
9035 #                       \177\E$C\177
9036 #               \E[203;1u               set shift left to transmit...
9037 #                       \177\E$D\177
9038 #               \E[204;1u               set shift home to transmit...
9039 #                       \177\E$H\177
9040 #               \E[212;1u               set backtab to transmit...
9041 #                       \177\E$I\177
9042 #               \E[213;1u               set shift backspace to transmit...
9043 #                       \177\E$^H\177
9044 #               \E[214;1u               set shift del to transmit...
9045 #                       "\E$\177"
9046 #        [Necessary items not mentioned in setup mode:]
9047 #               \E[2!w                  move to window 2
9048 #               \E[25;25w               define window as line 25 of memory
9049 #               \E[!w                   move to window 1
9050 #               \E[2*w                  show current line of window 2 as
9051 #                                               status line
9052 #               \E[2+x                  set meta key to use high bit
9053 #               \E[;3+}                 move underline to bottom of character
9055 #       All Fkeys are set to their default transmit definitions with \E[90;3u
9056 #       in is2=.  IMPORTANT:  to use this terminal definition, the "quit" stty
9057 #       setting MUST be redefined or deactivated, because the default is
9058 #       contained in almost all of this terminal's Fkey strings!  If for some
9059 #       reason "quit" cannot be altered, the Fkeys can, but it would be
9060 #       necessary to change ^| to ^] in all of these definitions, and add
9061 #       \E[2;029!t to is2.
9062 # lines: is set to 24 because this terminal refuses to treat the 25th
9063 #       line normally.
9064 # ll:   Not available in power on mode, but turned on with \E[=107;207h in
9065 #       is2=.
9066 # lm:   Pointless, given that this definition locks a single screen of
9067 #       memory into view, but what the hey...
9068 # rmso: Could use \E[1;7!{ to turn off only bold and reverse (leaving any
9069 #       other attributes alone), but some programs expect this to turn off
9070 #       everything.
9071 # rmul: Could use \E[4!{ to turn off only underline (leaving any other
9072 #       attributes alone), but some programs expect this to turn off
9073 #       everything.
9074 # sgr:  Attributes are set on this terminal with the string \E[ followed by
9075 #       a list of attribute code numbers (in decimal, separated by
9076 #       semicolons), followed by the character m.  The attribute code
9077 #       numbers are:
9078 #                 1 for bold;
9079 #                 2 for dim (which is ignored in power on mode);
9080 #                 4 for underline;
9081 #                 5 for blinking;
9082 #                 7 for inverse;
9083 #                 8 for not displayable; and
9084 #               =99 for protected (except that there are strange side
9085 #               effects to protected characters which make them inadvisable).
9086 #        The mapping of terminfo parameters to attributes is as follows:
9087 #               %p1 (standout) = bold and inverse together;
9088 #               %p2 (underline) = underline;
9089 #               %p3 (reverse) = inverse;
9090 #               %p4 (blink) = blinking;
9091 #               %p5 (dim) is ignored;
9092 #               %p6 (bold) = bold;
9093 #               %p7 (invisible) = not displayable;
9094 #               %p8 (protected) is ignored; and
9095 #               %p9 (alt char set) = alt char set.
9096 #        The code to do this is:
9097 #               \E[0            OUTPUT  \E[0
9098 #               %?%p1%p6%O      IF      (standout; bold) OR
9099 #               %t;1            THEN    OUTPUT  ;1
9100 #               %;              ENDIF
9101 #               %?%p2           IF      underline
9102 #               %t;4            THEN    OUTPUT  ;4
9103 #               %;              ENDIF
9104 #               %?%p4           IF      blink
9105 #               %t;5            THEN    OUTPUT  ;5
9106 #               %;              ENDIF
9107 #               %?%p1%p3%O      IF      (standout; reverse) OR
9108 #               %t;7            THEN    OUTPUT  ;7
9109 #               %;              ENDIF
9110 #               %?%p7           IF      invisible
9111 #               %t;8            THEN    OUTPUT  ;8
9112 #               %;              ENDIF
9113 #               m               OUTPUT  m
9114 #               %?%p9           IF      altcharset
9115 #               %t^N            THEN    OUTPUT  ^N
9116 #               %e^O            ELSE    OUTPUT  ^O
9117 #               %;              ENDIF
9118 # sgr0: Everything is turned off (including alternate character set), since
9119 #       there is no way of knowing what it is that the program wants turned
9120 #       off.
9121 # smul: The "underline" attribute is reconfigurable to an overline or
9122 #       strikethru, or (as done with \E[;3+} in is2=), to a line at the true
9123 #       bottom of the character cell.  This was done to allow for more readable
9124 #       underlined characters, and to be able to distinguish between an
9125 #       underlined space, an underscore, and an underlined underscore.
9126 # xenl: Terminal can be configured to not need this, but this "glitch"
9127 #       behavior is actually preferable with autowrap terminals.
9129 # Parameters kf31= thru kf53= actually contain the strings sent by the shifted
9130 # Fkeys.  There are no parameters for shifted Fkeys in terminfo.  The is2
9131 # string modifies the 'O' in kf43 to kf46 to a '$'.
9133 # kcbt was originally ^I but redefined in is2=.
9134 # kHOM was \E[H originally but redefined in is2=, as were a number of
9135 # other keys.
9136 # kDC was originally \177 but redefined in is2=.
9138 # kbs:  Shift was also ^H originally but redefined as \E$^H in is2=.
9139 # tsl:  Go to window 2, then do an hpa=.
9141 #------- flash=\E[8;3!}^G\E[3;3!}
9142 #------- flash=\E[?5h$<100>\E[?5l
9143 # There are two ways to flash the screen, both of which have their drawbacks.
9144 # The first is to set the bell mode to video, transmit a bell character, and
9145 # set the bell mode back - but to what?  There is no way of knowing what the
9146 # user's old bell setting was before we messed with it.  Worse, the command to
9147 # set the bell mode also sets the key click volume, and there is no way to say
9148 # "leave that alone", or to know what it's set to, either.
9149 # The second way to do a flash is to set the screen to inverse video, pad for a
9150 # tenth of a second, and set it back - but like before, there's no way to know
9151 # that the screen wasn't ALREADY in inverse video, or that the user may prefer
9152 # it that way.  The point is moot anyway, since vi (and probably other
9153 # programs) assume that by defining flash=, you want the computer to use it
9154 # INSTEAD of bel=, rather than as a secondary type of signal.
9156 #------- cvvis=\E[+{
9157 # The is the power on setting, which is also as visible as the cursor
9158 # gets.
9159 #-------  wind=\E[%i%p1%d;%p2%d;%p3%{1}%+%d;%p4%{1}%+%dw
9160 # Windowing is possible, but not defined here because it is also used to
9161 # emulate status line functions.  Allowing a program to set a window could
9162 # clobber the status line or render it unusable.  There is additional memory,
9163 # but screen scroll functions are destructive and do not make use of it.
9165 #-------   dim=                 Not available in power on mode.
9166 # You have a choice of defining low intensity characters as "half bright" and
9167 # high intensity as "normal", or defining low as "normal" and high as "bold".
9168 # No matter which you choose, only one of either "half bright" or "bold" is
9169 # available at any time, so taking the time to override the default is
9170 # pointless.
9172 #-------  prot=\E[=0;99m
9173 # Not defined, because it appears to have some strange side effects.
9174 #------- pfkey=%?%p1%{24}%<%p1%{30}%>%p1%{54}%<%A%O%t\E[%p1%du\177%p2%s\177%;
9175 #------- pfloc=%?%p1%{24}%<%p1%{30}%>%p1%{54}%<%A%O%t\E[%p1%du\177%p2%s\177%;
9176 #-------   pfx=%?%p1%{24}%<%p1%{30}%>%p1%{54}%<%A%O%t\E[%p1%d;1u\177%p2%s\177%;
9177 #        Available, but making them available to programs is inadvisable.
9178 #        The code to do this is:
9179 #               %?%p1%{24}%<    IF      ((key; 24) <;
9180 #               %p1%{30}%>               ((key; 30) >;
9181 #               %p1%{54}%<                (key; 54) <
9182 #               %A                       ) AND
9183 #               %O                      ) OR
9184 #        [that is, "IF key < 24 OR (key > 30 AND key < 54)",]
9185 #               %t\E[           THEN    OUTPUT  \E[
9186 #               %p1%d                   OUTPUT  (key) as decimal
9187 #        [next line applies to pfx only]
9188 #               ;1                      OUTPUT  ;1
9189 #               u                       OUTPUT  u
9190 #               \177                    OUTPUT  \177
9191 #               %p2%s                   OUTPUT  (string) as string
9192 #               \177                    OUTPUT  \177
9193 #        [DEL chosen as delimiter, but could be any character]
9194 #        [implied:              ELSE    do nothing]
9195 #               %;              ENDIF
9197 #-------   rs2=
9198 # Not defined since anything it might do could be done faster and easier with
9199 # either Meta-Shift-Reset or the main power switch.
9201 #-------  smkx=\E[1!z
9202 #-------  rmkx=\E[!z
9203 # These sequences apply to the cursor and setup keys only, not to the
9204 # numeric keypad.  But it doesn't matter anyway, since making these
9205 # available to programs is inadvisable.
9206 # For the key definitions below, all sequences beginning with \E$ are
9207 # custom and programmed into the terminal via is2.  \E$ also has no
9208 # meaning to any other terminal.
9210 #------- cmdch=\E[;%p1%d!t
9211 # Available, but making it available to programs is inadvisable.
9212 #------- smxon=\E[1*q
9213 # Available, but making it available to programs is inadvisable.
9214 # Terminal will send XON/XOFF on buffer overflow.
9215 #------- rmxon=\E[*q
9216 # Available, but making it available to programs is inadvisable.
9217 # Terminal will not notify on buffer overflow.
9218 #-------   smm=\E[2+x
9219 #-------   rmm=\E[+x
9220 # Available, but making them available to programs is inadvisable.
9222 # Printing:
9223 #        It's not made clear in the manuals, but based on other ansi/vt type
9224 #        terminals, it's a good guess that this terminal is capable of both
9225 #        "transparent print" (which doesn't copy data to the screen, and
9226 #        therefore needs mc5i: specified to say so) and "auxilliary print"
9227 #        (which does duplicate printed data on the screen, in which case mc4=
9228 #        and mc5= should use the \E[?4i and \E[?5i strings instead).
9230 # (untranslatable capabilities removed to fit entry within 1023 bytes)
9231 # (sgr removed to fit entry within 1023 bytes)
9232 # (acsc removed to fit entry within 1023 bytes)
9233 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
9234 # WARNING: this entry, 1130 bytes long, may core-dump older termcap libraries!
9235 hds200|Human Designed Systems HDS200:\
9236         :am:bw:es:hs:km:mi:ms:xn:xo:\
9237         :co#80:it#8:li#24:lm#0:\
9238         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
9239         :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:\
9240         :bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
9241         :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=\E[B:\
9242         :ds=\E[2!w\r\n\E[!w:ei=\E[4l:fs=\E[!w:ho=\E[H:im=\E[4h:\
9243         :is=\E)0\017\E[m\E[=107;207h\E[90;3u\E[92;3u\E[43;1u\177\E$P\177\E[44;1u\177\E$Q\177\E[45;1u\177\E$R\177\E[46;1u\177\E$S\177\E[200;1u\177\E$A\177\E[201;1u\177\E$B\177\E[202;1u\177\E$C\177\E[203;1u\177\E$D\177\E[204;1u\177\E$H\177\E[212;1u\177\E$I\177\E[213;1u\177\E$\010\177\E[214;1u"\E$\177"\E[2!w\E[25;25w\E[!w\E[2*w\E[2+x\E[;3+}:\
9244         :k1=^\001\r:k2=^\002\r:k3=^\003\r:k4=^\004\r:k5=^\005\r:\
9245         :k6=^\006\r:k7=^\007\r:k8=^\008\r:k9=^\009\r:kD=\177:\
9246         :kN=\E[U:kP=\E[V:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:\
9247         :ku=\E[A:le=\E[D:ll=\E[H\E[A:mb=\E[0;5m:md=\E[0;1m:\
9248         :me=\E[m\017:mr=\E[0;7m:nd=\E[C:nw=\E[E:rc=\E8:sc=\E7:\
9249         :se=\E[m\017:sf=\ED:so=\E[0;1;7m:sr=\EM:st=\EH:ta=^I:\
9250         :ts=\E[2!w\E[%i%dG:ue=\E[m\017:up=\E[A:us=\E[0;4m:\
9251         :ve=\E[+{:vi=\E[6+{:
9253 # :ta: through :ce: included to specify padding needed in raw mode.
9254 # (avt-ns: added empty <acsc> to suppress a tic warning --esr)
9255 # (untranslatable capabilities removed to fit entry within 1023 bytes)
9256 avt-ns|concept avt no status line:\
9257         :am:bs:eo:mi:ul:xn:xo:\
9258         :co#80:it#8:li#24:lm#192:\
9259         :AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:LE=\E[%dD:\
9260         :RI=\E[%dC:UP=\E[%dA:ac=:ae=\016:al=\E[L:as=\017:bl=^G:\
9261         :bt=\E[Z:cd=\E[J:ce=\E[K:ch=\E[%+^AG:cl=\E[H\E[J:\
9262         :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[2g:\
9263         :cv=\E[%+^Ad:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:ho=\E[H:\
9264         :i1=\E[=103l\E[=205l:ic=\E[@:im=\E[4h:ip=:\
9265         :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\:0\:32!r\E[0*w\E[w\E2\r\n\E[2;27!t:\
9266         :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kA=\E^C\r:kD=\E^B\r:\
9267         :kI=\E^A\r:kS=\E^D\r:kb=^H:kd=\E[B:ke=\E[!z\E[0;2u:\
9268         :kh=\E[H:kl=\E[D:kr=\E[C:ks=\E[1!z\E[0;3u:ku=\E[A:le=^H:\
9269         :ll=\E[24H:mb=\E[5m:md=\E[1m:me=\E[m:mh=\E[1!{:mk=\E[8m:\
9270         :mp=\E[99m:mr=\E[7m:nd=\E[C:pf=\E[4i:pl=\E[%d;0u#%s#:\
9271         :po=\E[5i:ps=\E[0i:px=\E[%d;1u#%s#:rc=\E8:sc=\E7:\
9272         :se=\E[7!{:sf=\n:so=\E[7m:sr=\EM:st=\EH:ta=\011:\
9273         :te=\E[w\E2\r\n:ti=\E[=4l\E[1;24w\E2\r:ue=\E[4!{:\
9274         :up=\E[A:us=\E[4m:ve=\E[=119l:vs=\E[=119h:
9275 avt-rv-ns|concept avt in reverse video mode/no status line:\
9276         :i1=\E[=103l\E[=205h:vb=\E[=205l\E[=205h:tc=avt-ns:
9277 avt-w-ns|concept avt in 132 column mode/no status line:\
9278         :i1=\E[=103h\E[=205l:ti=\E[H\E[1;24;1;132w:tc=avt-ns:
9279 avt-w-rv-ns|concept avt in 132 column mode/no status line/reverse video:\
9280         :i1=\E[=103h\E[=205h:ti=\E[H\E[1;24;1;132w:\
9281         :vb=\E[=205l\E[=205h:tc=avt-ns:
9283 # Concept AVT with status line. We get the status line using the
9284 # "Background status line" feature of the terminal. We swipe the
9285 # first line of memory in window 2 for the status line, keeping
9286 # 191 lines of memory and 24 screen lines for regular use.
9287 # The first line is used instead of the last so that this works
9288 # on both 4 and 8 page AVTs. (Note the lm#191 or 192 - this
9289 # assumes an 8 page AVT but lm isn't currently used anywhere.)
9291 avt+s|concept avt status line changes:\
9292         :es:hs:\
9293         :lm#191:\
9294         :ds=\E[0*w:fs=\E[1;1!w:\
9295         :i2=\E[2w\E[2!w\E[1;1;1;80w\E[H\E[2*w\E[1!w\E2\r\n:\
9296         :te=\E[2w\E2\r\n:ti=\E[2;25w\E2\r:\
9297         :ts=\E[2;1!w\E[;%dH\E[2K:
9298 avt|avt-s|concept-avt|avt w/80 columns:\
9299         :tc=avt+s:tc=avt-ns:
9300 avt-rv|avt-rv-s|avt reverse video w/sl:\
9301         :i1=\E[=103l\E[=205h:vb=\E[=205l\E[=205h:tc=avt+s:\
9302         :tc=avt-ns:
9303 avt-w|avt-w-s|concept avt 132 cols+status:\
9304         :i1=\E[=103h\E[=205l:ti=\E[H\E[1;24;1;132w:tc=avt+s:\
9305         :tc=avt-ns:
9306 avt-w-rv|avt-w-rv-s|avt wide+status+rv:\
9307         :i1=\E[=103h\E[=205h:ti=\E[H\E[1;24;1;132w:\
9308         :vb=\E[=205l\E[=205h:tc=avt+s:tc=avt-ns:
9310 #### Contel Business Systems.
9313 # Contel c300 and c320 terminals.
9314 contel300|contel320|c300|Contel Business Systems C-300 or C-320:\
9315         :am:in:xo:\
9316         :co#80:li#24:sg#1:\
9317         :al=\EL:bl=^G:cd=\EJ:ce=\EI:cl=\EK:cm=\EX%+ \EY%+ :cr=^M:\
9318         :ct=\E3:dc=\EO:dl=\EM:do=^J:ei=:ho=\EH:ic=\EN:im=:ip=:k0=\ERJ:\
9319         :k1=\ERA:k2=\ERB:k3=\ERC:k4=\ERD:k5=\ERE:k6=\ERF:k7=\ERG:\
9320         :k8=\ERH:k9=\ERI:kb=^H:le=^H:ll=\EH\EA:me=\E!\0:nd=\EC:\
9321         :se=\E!\0:sf=^J:so=\E!\r:st=\E1:up=\EA:\
9322         :vb=\020\002\020\003:
9323 # Contel c301 and c321 terminals.
9324 contel301|contel321|c301|c321|Contel Business Systems C-301 or C-321:\
9325         :ei=:ic@:im=:ip@:se=\E!\0:so=\E!\r:vb@:tc=contel300:
9327 #### Data General (dg)
9329 # According to James Carlson <carlson@xylogics.com> writing in January 1995,
9330 # the terminals group at Data General was shut down in 1991; all these
9331 # terminals have thus been discontinued.
9333 # DG terminals have function keys that respond to the SHIFT and CTRL keys,
9334 # e.g., SHIFT-F1 generates a different code from F1.  To number the keys
9335 # sequentially, first the unmodified key codes are listed as F1 through F15.
9336 # Then their SHIFT versions are listed as F16 through F30, their CTRL versions
9337 # are listed as F31 through F45, and their CTRL-SHIFT versions are listed as
9338 # F46 through F60.  This is done in the private "includes" below whose names
9339 # start with "dgkeys+".
9341 # DG terminals generally support 8 bit characters.  For each of these terminals
9342 # two descriptions are supplied:
9343 #       1) A default description for 8 bits/character communications, which
9344 #          uses the default DG international character set and keyboard codes.
9345 #       2) A description with suffix "-7b" for 7 bits/character communications.
9346 #          This description must use the NON-DEFAULT native keyboard language.
9348 # Unmodified fkeys (kf1-kf11), Shift fkeys (kf12-kf22), Ctrl fkeys (kf23-kf33),
9349 # Ctrl/Shift fdkeys (kf34-kf44).
9351 dgkeys+8b|Private entry describing DG terminal 8-bit ANSI mode special keys:\
9352         :%9=\233i:F1=\233011z:F2=\233012z:F3=\233013z:\
9353         :F4=\233014z:F5=\233000z:F6=\233101z:F7=\233102z:\
9354         :F8=\233103z:F9=\233104z:FA=\233105z:FB=\233106z:\
9355         :FC=\233107z:FD=\233108z:FE=\233109z:FF=\233110z:\
9356         :FG=\233111z:FH=\233112z:FI=\233113z:FJ=\233114z:\
9357         :FK=\233100z:FL=\233201z:FM=\233202z:FN=\233203z:\
9358         :FO=\233204z:FP=\233205z:FQ=\233206z:FR=\233207z:\
9359         :FS=\233208z:FT=\233209z:FU=\233210z:FV=\233211z:\
9360         :FW=\233212z:FX=\233213z:FY=\233214z:FZ=\233200z:\
9361         :Fa=\233301z:Fb=\233302z:Fc=\233303z:Fd=\233304z:\
9362         :Fe=\233305z:Ff=\233306z:Fg=\233307z:Fh=\233308z:\
9363         :Fi=\233309z:Fj=\233310z:Fk=\233311z:Fl=\233312z:\
9364         :Fm=\233313z:Fn=\233314z:Fo=\233300z:K1=\233020z:\
9365         :K3=\233021z:K4=\233022z:K5=\233023z:k1=\233001z:\
9366         :k2=\233002z:k3=\233003z:k4=\233004z:k5=\233005z:\
9367         :k6=\233006z:k7=\233007z:k8=\233008z:k9=\233009z:\
9368         :k;=\233010z:kC=\2332J:kE=\233K:kd=\233B:kh=\233H:\
9369         :kl=\233D:kr=\233C:ku=\233A:
9371 dgkeys+7b|Private entry describing DG terminal 7-bit ANSI mode special keys:\
9372         :%9=\E[i:F1=\E[011z:F2=\E[012z:F3=\E[013z:F4=\E[014z:\
9373         :F5=\E[000z:F6=\E[101z:F7=\E[102z:F8=\E[103z:F9=\E[104z:\
9374         :FA=\E[105z:FB=\E[106z:FC=\E[107z:FD=\E[108z:FE=\E[109z:\
9375         :FF=\E[110z:FG=\E[111z:FH=\E[112z:FI=\E[113z:FJ=\E[114z:\
9376         :FK=\E[100z:FL=\E[201z:FM=\E[202z:FN=\E[203z:FO=\E[204z:\
9377         :FP=\E[205z:FQ=\E[206z:FR=\E[207z:FS=\E[208z:FT=\E[209z:\
9378         :FU=\E[210z:FV=\E[211z:FW=\E[212z:FX=\E[213z:FY=\E[214z:\
9379         :FZ=\E[200z:Fa=\E[301z:Fb=\E[302z:Fc=\E[303z:Fd=\E[304z:\
9380         :Fe=\E[305z:Ff=\E[306z:Fg=\E[307z:Fh=\E[308z:Fi=\E[309z:\
9381         :Fj=\E[310z:Fk=\E[311z:Fl=\E[312z:Fm=\E[313z:Fn=\E[314z:\
9382         :Fo=\E[300z:K1=\E[020z:K3=\E[021z:K4=\E[022z:K5=\E[023z:\
9383         :k1=\E[001z:k2=\E[002z:k3=\E[003z:k4=\E[004z:k5=\E[005z:\
9384         :k6=\E[006z:k7=\E[007z:k8=\E[008z:k9=\E[009z:k;=\E[010z:\
9385         :kC=\E[2J:kE=\E[K:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:
9387 dgkeys+11|Private entry describing 11 minimal-subset DG mode special keys:\
9388         :F1=^^{:F2=^^a:F3=^^b:F4=^^c:F5=^^d:F6=^^e:F7=^^f:F8=^^g:\
9389         :F9=^^h:FA=^^i:FB=^^j:FC=^^k:FD=^^1:FE=^^2:FF=^^3:FG=^^4:\
9390         :FH=^^5:FI=^^6:FJ=^^7:FK=^^8:FL=^^9:FM=^^\::FN=^^;:FO=^^!:\
9391         :FP=^^":FQ=^^#:FR=^^$:FS=^^%%%:FT=^^&:FU=^^':FV=^^(:FW=^^):\
9392         :FX=^^*:FY=^^+:k1=^^q:k2=^^r:k3=^^s:k4=^^t:k5=^^u:k6=^^v:\
9393         :k7=^^w:k8=^^x:k9=^^y:k;=^^z:kC=^L:kE=^K:kd=^Z:kh=^H:kl=^Y:\
9394         :kr=^X:ku=^W:
9396 dgkeys+15|Private entry describing 15 DG mode special keys:\
9397         :#2=^^^H:#4=^^^Y:%i=^^^X:F1=^^{:F2=^^|:F3=^^}:F4=^^~:F5=^^p:\
9398         :F6=^^a:F7=^^b:F8=^^c:F9=^^d:FA=^^e:FB=^^f:FC=^^g:FD=^^h:\
9399         :FE=^^i:FF=^^j:FG=^^k:FH=^^l:FI=^^m:FJ=^^n:FK=^^`:FL=^^1:\
9400         :FM=^^2:FN=^^3:FO=^^4:FP=^^5:FQ=^^6:FR=^^7:FS=^^8:FT=^^9:\
9401         :FU=^^\::FV=^^;:FW=^^<:FX=^^=:FY=^^>:FZ=^^0:Fa=^^!:Fb=^^":\
9402         :Fc=^^#:Fd=^^$:Fe=^^%%%:Ff=^^&:Fg=^^':Fh=^^(:Fi=^^):Fj=^^*:\
9403         :Fk=^^+:Fl=^^,:Fm=^^-:Fn=^^.:Fo=^^\s:K1=^^\\:K3=^^]:K4=^^^:\
9404         :K5=^^_:k1=^^q:k2=^^r:k3=^^s:k4=^^t:k5=^^u:k6=^^v:k7=^^w:\
9405         :k8=^^x:k9=^^y:k;=^^z:
9407 # Data General color terminals use the "Tektronix" color model.  The total
9408 # number of colors varies with the terminal model, as does support for
9409 # attributes used in conjunction with color.
9411 # Removed u7, u8 definitions since they conflict with tack:
9412 #               Preserve user-defined colors in at least some cases.
9413 #       u7=^^Fh,
9414 #               Default is ACM mode.
9415 #       u8=^^F}20^^Fi^^F}21,
9417 dgunix+fixed|Fixed color info for DG D430C terminals in DG-UNIX mode:\
9418         :ut:\
9419         :Co#16:NC#53:pa#256:\
9420         :..AB=\036B%p1%?%p1%{8}%<%t%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;%;%{48}%+%c:\
9421         :..AF=\036A%p1%?%p1%{8}%<%t%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;%;%{48}%+%c:\
9422         :Sb=\036B%+0:Sf=\036A%+0:op=\036Ad\036Bd:
9424 dg+fixed|Fixed color info for DG D430C terminals in DG mode:\
9425         :tc=dgunix+fixed:
9427 # Video attributes are coordinated using static variables set by "sgr", then
9428 # checked by "op", "seta[bf]", and "set[bf]" to refresh the attribute settings.
9429 # (D=dim, U=underline, B=blink, R=reverse.)
9430 dg+color8|Color info for Data General D220 and D230C terminals in ANSI mode:\
9431         :ut:\
9432         :Co#8:NC#16:pa#64:\
9433         :..AB=\E[4%p1%d%?%gD%t;2%;%?%gU%t;4%;%?%gB%t;5%;%?%gR%t;7%;m:\
9434         :..AF=\E[3%p1%d%?%gD%t;2%;%?%gU%t;4%;%?%gB%t;5%;%?%gR%t;7%;m:\
9435         :..Sb=\E[4%p1%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;%d%?%gD%t;2%;%?%gU%t;4%;%?%gB%t;5%;%?%gR%t;7%;m:\
9436         :..Sf=\E[3%p1%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;%d%?%gD%t;2%;%?%gU%t;4%;%?%gB%t;5%;%?%gR%t;7%;m:\
9437         :op=\E[%?%gD%t2;%;%?%gU%t4;%;%?%gB%t5;%;%?%gR%t7;%;m:
9439 dg+color|Color info for Data General D470C terminals in ANSI mode:\
9440         :Co#16:NC#53:pa#256:\
9441         :..AB=\E[%?%p1%{8}%<%t4%p1%e=%p1%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;%;%d%?%gD%t;2%;%?%gU%t;4%;%?%gB%t;5%;%?%gR%t;7%;m:\
9442         :..AF=\E[%?%p1%{8}%<%t3%p1%e<%p1%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;%;%d%?%gD%t;2%;%?%gU%t;4%;%?%gB%t;5%;%?%gR%t;7%;m:\
9443         :..Sb=\E[%?%p1%{8}%<%t4%e=%;%p1%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;%d%?%gD%t;2%;%?%gU%t;4%;%?%gB%t;5%;%?%gR%t;7%;m:\
9444         :..Sf=\E[%?%p1%{8}%<%t3%e<%;%p1%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;%d%?%gD%t;2%;%?%gU%t;4%;%?%gB%t;5%;%?%gR%t;7%;m:\
9445         :tc=dg+color8:
9447 dgmode+color8|Color info for Data General D220/D230C terminals in DG mode:\
9448         :ut:\
9449         :Co#8:NC#16:pa#64:\
9450         :AB=\036B%+^B:AF=\036A%+^B:Sb=\036B%+0:Sf=\036A%+0:\
9451         :op=\036Ad\036Bd:
9453 dgmode+color|Color info for Data General D470C terminals in DG mode:\
9454         :Co#16:pa#256:\
9455         :..AB=\036B%p1%?%p1%{8}%<%t%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;%;%{48}%+%c:\
9456         :..AF=\036A%p1%?%p1%{8}%<%t%{2}%&%?%p1%{1}%&%t%{4}%|%;%?%p1%{4}%&%t%{1}%|%;%;%{48}%+%c:\
9457         :tc=dgmode+color8:
9459 dgunix+ccc|Configurable color info for DG D430C terminals in DG-UNIX mode:\
9460         :cc:ut:\
9461         :Co#52:NC#53:pa#26:\
9462         :..Ip=\036RG0%p1%02X%p2%{256}%*%{1001}%/%02X%p3%{256}%*%{1001}%/%02X%p4%{256}%*%{1001}%/%02X%p5%{256}%*%{1001}%/%02X%p6%{256}%*%{1001}%/%02X%p7%{256}%*%{1001}%/%02X:\
9463         :oc=\036RG01A00FF00000000\036RG01B00000000FF00\036RG01C007F00000000\036RG01D000000007F00:\
9464         :op=\036RF4831A\036RF2E31B\036RF1D31C\036RF3F31D:\
9465         :..sp=\036RG2%p1%02X:
9467 # Colors are in the order:  normal, reverse, dim, dim + reverse.
9468 dg+ccc|Configurable color info for DG D430C terminals in DG mode:\
9469         :cc:ut:\
9470         :Co#52:NC#53:pa#26:\
9471         :..Ip=\036RG0%p1%{16}%/%{48}%+%c%p1%{16}%m%{48}%+%c%p2%{256}%*%{1001}%/%Pa%ga%{16}%/%{48}%+%c%ga%{16}%m%{48}%+%c%p3%{256}%*%{1001}%/%Pa%ga%{16}%/%{48}%+%c%ga%{16}%m%{48}%+%c%p4%{256}%*%{1001}%/%Pa%ga%{16}%/%{48}%+%c%ga%{16}%m%{48}%+%c%p5%{256}%*%{1001}%/%Pa%ga%{16}%/%{48}%+%c%ga%{16}%m%{48}%+%c%p6%{256}%*%{1001}%/%Pa%ga%{16}%/%{48}%+%c%ga%{16}%m%{48}%+%c%p7%{256}%*%{1001}%/%Pa%ga%{16}%/%{48}%+%c%ga%{16}%m%{48}%+%c:\
9472         :oc=\036RG01\:00??00000000\036RG01;00000000??00\036RG01<007?00000000\036RG01=000000007?00:\
9473         :op=\036RF4831\:\036RF2>31;\036RF1=31<\036RF3?31=:\
9474         :sp=\036RG2%+^P%+^P:
9476 # The generic DG terminal type (an 8-bit-clean subset of the 6053)
9477 # Initialization string 1 sets:
9478 #       ^R              - vertical scrolling enabled
9479 #       ^C              - blinking enabled
9480 dg-generic|Generic Data General terminal in DG mode:\
9481         :NL:am:bw:ms:xo:\
9482         :co#80:li#24:\
9483         :bl=^G:ce=^K:cl=^L:cm=\020%r%.%.:cr=^M:do=^Z:i1=^R^C:le=^Y:\
9484         :mb=^N:me=^O^U^]:mh=^\:nd=^X:nw=^J:ps=^Q:se=^]:sf=^J:so=^\:\
9485         :ue=^U:up=^W:us=^T:tc=dgkeys+11:
9487 # According to the 4.4BSD termcap file, the dg200 :cm: should be the
9488 # termcap equivalent of \020%p2%{128}%+%c%p1%{128}%+%c (in termcap
9489 # notation that's "^P%r%+\200%+\200").  Those \200s are suspicious,
9490 # maybe they were originally nuls (which would fit).
9492 dg200|data general dasher 200:\
9493         :NL:am:bs:bw:\
9494         :co#80:li#24:\
9495         :bl=^G:ce=^K:cl=^L:cm=\020%r%.%.:cr=^M:do=^Z:ho=^H:k0=^^z:\
9496         :k1=^^q:k2=^^r:k3=^^s:k4=^^t:k5=^^u:k6=^^v:k7=^^w:k8=^^x:\
9497         :k9=^^y:kd=^Z:kh=^H:kl=^Y:kr=^X:ku=^W:l0=f10:le=^Y:nd=^X:\
9498         :nw=^J:se=^^E:sf=^J:so=^^D:ue=^U:up=^W:us=^T:
9500 # Data General 210/211 (and 410?)       from Lee Pearson (umich!lp) via BRL
9501 dg210|dg-ansi|Data General 210/211:\
9502         :am:\
9503         :co#80:li#24:\
9504         :cd=\E[J:ce=\E[K:cl=\E[2J:cm=\E[%i%d;%dH:do=\E[B:ho=\E[H:\
9505         :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:nl=\E[B:\
9506         :nw=\r\E[H\E[A\n:se=\E[0;m:so=\E[7;m:ue=\E[0;m:up=\E[A:\
9507         :us=\E[4;m:
9508 # From: Peter N. Wan <ihnp4!gatech!gacsr!wan>
9509 # courtesy of Carlos Rucalde of Vantage Software, Inc.
9510 # (dg211: this had :cm=\020%r%.%:., which was an ancient termcap hangover.
9511 # I suspect the d200 function keys actually work on the dg211, check it out.)
9512 dg211|Data General d211:\
9513         :k0@:k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:k9@:kb=^Y:l0@:nw=^M^Z:\
9514         :se=\036E\0/>:sf@:so=5\036D:ta=^I:te=^L:ti=^L^R:ve=^L:\
9515         :vs=^L^R:tc=dg200:
9517 # dg450 from Cornell (not official)
9518 dg450|dg6134|data general 6134:\
9519         :le@:nd=^X:tc=dg200:
9521 # Not official...
9522 # Note: lesser Dasher terminals will not work with vi because vi insists upon
9523 # having a command to move straight down from any position on the bottom line
9524 # and scroll the screen up, or a direct vertical scroll command.  The 460 and
9525 # above have both, the D210/211, for instance, has neither.  We must use ANSI
9526 # mode rather than DG mode because standard UNIX tty drivers assume that ^H is
9527 # backspace on all terminals.  This is not so in DG mode.
9528 # (dg460-ansi: removed obsolete ":kn#6:"; also removed ":mu=\EW:", on the
9529 # grounds that there is no matching ":ml:"
9530 # fixed garbled ":k9=\E[00\:z:" capability -- esr)
9531 dg460-ansi|Data General Dasher 460 in ANSI-mode:\
9532         :am:bs:ms:ul:\
9533         :co#80:it#8:li#24:\
9534         :al=\E[L:cd=\E[J:ce=\E[K:cl=\E[2J:cm=\E[%i%2;%2H:dc=\E[P:\
9535         :dl=\E[M:do=\E[B:ei=:ho=\E[H:ic=\E[@:im=:is=^^F@:k0=\E[001z:\
9536         :k1=\E[002z:k2=\E[003z:k3=\E[004z:k4=\E[005z:k5=\E[006z:\
9537         :k6=\E[007z:k7=\E[008z:k8=\E[009z:k9=\E[010z:kb=\E[D:\
9538         :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:l0=f1:l1=f2:l2=f3:\
9539         :l3=f4:l4=f5:l5=f6:l6=f7:l7=f8:l9=f10:le=^H:mb=\E[5m:me=\E[m:\
9540         :mh=\E[2m:mr=\E[7m:nd=\E[C:nl=\ED:se=\E[m:sf=\E[S:so=\E[7m:\
9541         :sr=\E[T:ta=^I:ue=\E[05:up=\E[A:us=\E[4m:
9542 # From: Wayne Throop <mcnc!rti-sel!rtp47!throopw> (not official)
9543 # Data General 605x
9544 # Ought to work for a Model 6242, Type D210 as well as a 605x.
9545 # Note that the cursor-down key transmits ^Z.  Job control users, beware!
9546 # This also matches a posted description of something called a `Dasher 100'
9547 # so there's a dg100 alias here.
9548 # (dg6053: the 4.4BSD file had :le=^H:, :do=^J:, :nd=^S:. -- esr)
9549 dg6053-old|dg100|data general 6053:\
9550         :am:bs:bw:ul:\
9551         :co#80:li#24:\
9552         :bc=^Y:bl=^G:ce=^K:cl=^L:cm=\020%r%.%.:cr=^M:do=^Z:ho=^H:\
9553         :is=^R:k0=^^q:k1=^^r:k2=^^s:k3=^^t:k4=^^u:k5=^^v:k6=^^w:\
9554         :k7=^^x:k8=^^y:k9=^^z:kb=^Y:kd=^Z:kh=^H:kl=^Y:kr=^X:ku=^W:\
9555         :le=^Y:nd=^X:se=\0^^E:so=\0\0\0\0\0\036D:ta=^I:te=^L:\
9556         :ti=^L^R:ue=^U:up=^W:us=^T:ve=^L:vs=^L^R:
9558 # (Some performance can be gained over the generic DG terminal type)
9559 dg6053|6053|6053-dg|dg605x|605x|605x-dg|d2|d2-dg|Data General DASHER 6053:\
9560         :xo@:\
9561         :ho=^P\0\0:ll=^P\0^W:tc=dg-generic:
9563 # Like 6053, but adds reverse video and more keypad and function keys.
9564 d200|d200-dg|Data General DASHER D200:\
9565         :ho@:ll@:md=^^D^T:me=\017\025\035\036E:mr=^^D:\
9566         :..sa=\036%?%p1%p3%|%p6%|%tD%eE%;%?%p2%p6%|%t\024%e\025%;%?%p4%t\016%e\017%;%?%p1%p5%|%t\034%e\035%;:\
9567         :se=^^E^]:so=^^D^\:tc=dgkeys+15:tc=dg6053:
9569 # DASHER D210 series terminals in ANSI mode.
9570 #       Reverse video, no insert/delete character/line, 7 bits/character only.
9572 # Initialization string 1 sets:
9573 #       <0              - scrolling enabled
9574 #       <1              - blink enabled
9575 #       <4              - print characters regardless of attributes
9576 d210|d214|Data General DASHER D210 series:\
9577         :NL:am:bw:ms:xo:\
9578         :co#80:li#24:\
9579         :DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:bl=^G:cb=\E[1K:\
9580         :cd=\E[J:ce=\E[K:cl=\E[2J:cm=\E[%i%d;%dH:cr=^M:do=\E[B:\
9581         :ho=\E[H:i1=\E[<0;<1;<4l:le=^H:ll=\E[H\E[A:mb=\E[5m:\
9582         :md=\E[4;7m:me=\E[m:mh=\E[2m:mr=\E[7m:nd=\E[C:nw=^J:\
9583         :..sa=\E[%?%p1%p3%|%p6%|%t7;%;%?%p4%t5;%;%?%p2%p6%|%t4;%;%?%p1%p5%|%t2;%;m:\
9584         :se=\E[m:sf=^J:so=\E[2;7m:ue=\E[m:up=\E[A:us=\E[4m:\
9585         :tc=dgkeys+7b:
9587 # DASHER D210 series terminals in DG mode.
9588 # Like D200, but adds clear to end-of-screen and needs XON/XOFF.
9589 d210-dg|d214-dg|Data General DASHER D210 series in DG mode:\
9590         :xo:\
9591         :cd=^^FF:tc=d200-dg:
9593 # DASHER D211 series terminals in ANSI mode.
9594 # Like the D210, but with 8-bit characters and local printer support.
9596 # Initialization string 2 sets:
9597 #       \E[2;1;1;1v
9598 #               2;1     - 8 bit operations
9599 #               1;1     - 8 bit (international) keyboard language
9600 #       \E(B            - default primary character set (U.S. ASCII)
9601 #       \E)4            - default secondary character set (international)
9602 #       ^O              - primary character set
9604 d211|d215|Data General DASHER D211 series:\
9605         :km:\
9606         :is=\E[2;1;1;1v\E(B\E)4\017:ps=\E[i:tc=dgkeys+8b:\
9607         :tc=d210:
9609 # Initialization string 2 sets:
9610 #       \E[2;0;1;0v
9611 #               2;0     - 7 bit operations
9612 #               1;0     - 7 bit (native) keyboard language
9613 #       \E(0            - default character set (the keyboard native language)
9614 #       ^O              - primary character set
9615 d211-7b|d215-7b|Data General DASHER D211 series in 7 bit mode:\
9616         :km@:\
9617         :is=\E[2;0;1;0v\E(0\017:tc=dgkeys+7b:tc=d211:
9619 # Like the D210 series, but adds support for 8-bit characters.
9621 # Reset string 2 sets:
9622 #       ^^N     - secondary character set
9623 #       ^^FS0>  - 8 bit international character set
9624 #       ^^O     - primary character set
9625 #       ^^FS00  - default character set (matching the native keyboard language)
9627 d211-dg|d215-dg|Data General DASHER D211 series in DG mode:\
9628         :km:\
9629         :rs=\036N\036FS0>\036O\036FS00:tc=d210-dg:
9631 d216-dg|d216e-dg|d216+dg|d216e+dg|d217-dg|Data General DASHER D216 series in DG mode:\
9632         :tc=d211-dg:
9634 # Enhanced DG mode with changes to be more UNIX compatible.
9635 d216-unix|d216e-unix|d216+|d216e+|Data General DASHER D216+ in DG-UNIX mode:\
9636         :5i:\
9637         :it#8:\
9638         :#2=^^Pf:#4=^^Pd:%9=^^P0:%f=^^P1:%i=^^Pc:\
9639         :ac=a\177j$k"l!m#n)q+t'u&v(w%x*:ae=\036FS00:\
9640         :as=\036FS11:ce=^^PE:ch=\020%.\177:cl=^^PH:cv=\020\177%.:\
9641         :do=^^PB:ho=^^PF:i1=\022\003\036P@1:i2=\036Fz0:kC=^^PH:\
9642         :kE=^^PE:kd=^^PB:kh=^^PF:kl=^^PD:kr=^^PC:ku=^^PA:le=^^PD:\
9643         :mb=^^PI:me=\036PJ\025\035\036E\036FS00:nd=^^PC:pf=^^Fa:\
9644         :po=^^F`:ps=\036F?9:rs=\036N\036FS0E\036O\036FS00:\
9645         :..sa=\036%?%p1%p3%|%p6%|%tD%eE%;%?%p2%p6%|%t\024%e\025%;\036P%?%p4%tI%eJ%;%?%p1%p5%|%t\034%e\035%;\036FS%?%p9%t11%e00%;:\
9646         :sf=^J:ta=^I:up=^^PA:tc=dgkeys+15:tc=d216-dg:
9647 d216-unix-25|d216+25|Data General DASHER D216+ in DG-UNIX mode with 25 lines:\
9648         :li#25:\
9649         :i2=\036Fz2:tc=d216+:
9651 d217-unix|Data General DASHER D217 in DG-UNIX mode:\
9652         :tc=d216-unix:
9653 d217-unix-25|Data General DASHER D217 in DG-UNIX mode with 25 lines:\
9654         :tc=d216-unix-25:
9656 # DASHER D220 color terminal in ANSI mode.
9657 # Like the D470C but with fewer colors and screen editing features.
9659 # Initialization string 1 sets:
9660 #       \E[<0;<1;<4l
9661 #               <0      - scrolling enabled
9662 #               <1      - blink enabled
9663 #               <4      - print characters regardless of attributes
9664 #       \E[m            - all attributes off
9665 # Reset string 1 sets:
9666 #       \Ec             - initial mode defaults (RIS)
9668 d220|Data General DASHER D220:\
9669         :5i@:\
9670         :AL@:DL@:al@:dl@:i1=\E[<0;<1;<4l\E[m:pf@:po@:r1=\Ec:\
9671         :tc=dg+color8:tc=d470c:
9673 d220-7b|Data General DASHER D220 in 7 bit mode:\
9674         :5i@:\
9675         :AL@:DL@:al@:dl@:i1=\E[<0;<1;<4l\E[m:pf@:po@:r1=\Ec:\
9676         :tc=dg+color8:tc=d470c-7b:
9678 # Initialization string 3 sets:
9679 #       - default cursor (solid rectangle)
9680 # Reset string 2 sets:
9681 #       ^^N     - secondary character set
9682 #       ^^FS0>  - 8 bit international character set
9683 #       ^^O     - primary character set
9684 #       ^^FS00  - default character set (matching the native keyboard language)
9686 d220-dg|Data General DASHER D220 color terminal in DG mode:\
9687         :5i@:\
9688         :al@:dl@:ho@:i2=\036FQ2:is@:ll@:pf@:po@:r1@:\
9689         :rs=\036N\036FS0>\036O\036FS00:tc=dgmode+color8:\
9690         :tc=d470c-dg:
9692 # DASHER D230C color terminal in ANSI mode.
9693 # Like the D220 but with minor ANSI compatibility improvements.
9695 d230c|d230|Data General DASHER D230C:\
9696         :ke=\E[2;1v:ks=\E[2;0v:mb=\E[5;50m:md=\E[4;7;50m:\
9697         :me=\E[50m\E)4\017:mh=\E[2;50m:mr=\E[7;50m:nw=^M^J:\
9698         :..sa=\E[50%?%p1%p3%|%p6%|%t;7%{1}%e%{0}%;%PR%?%p4%t;5%{1}%e%{0}%;%PB%?%p2%p6%|%t;4%{1}%e%{0}%;%PU%?%p1%p5%|%t;2%{1}%e%{0}%;%PDm\E)%?%p9%t6\016%e4\017%;:\
9699         :se=\E[50m:so=\E[2;7;50m:ue=\E[50m:us=\E[4;50m:\
9700         :tc=dgkeys+7b:tc=d220:
9702 d230c-dg|d230-dg|Data General DASHER D230C in DG mode:\
9703         :tc=d220-dg:
9705 # DASHER D400/D450 series terminals.
9706 # These add intelligent features like insert/delete to the D200 series.
9708 # Initialization string 2 sets:
9709 #       ^^FQ2           - default cursor (solid rectangle)
9710 #       ^^FW            - character protection disabled
9711 #       ^^FJ            - normal (80 column) mode
9712 #       ^^F\^           - horizontal scrolling enabled (for alignment)
9713 #       ^^FX004?        - margins at columns 0 and 79
9714 #       ^^F]            - horizontal scrolling disabled
9715 #       ^^O             - primary character set
9716 #       ^^FS00          - default character set (the keyboard native language)
9717 #       - (should reset scrolling regions, but that glitches the screen)
9718 # Reset string 1 sets:
9719 #       ^^FA            - all terminal defaults except scroll rate
9720 # Reset string 2 sets:
9721 #       ^^F]            - horizontal scrolling disabled
9722 #       ^^FT0           - jump scrolling
9724 d400|d400-dg|d450|d450-dg|Data General DASHER D400/D450 series:\
9725         :5i:\
9726         :ac=j$k"l!m#n)q+t'u&v(w%x*:ae=^^O:al=^^FH:as=^^N:\
9727         :ch=\020%.\177:cv=\020\177%.:dc=^^K:dl=^^FI:\
9728         :eA=\036N\036FS11\036O:ei=:ho=^^FG:ic=^^J:im=:\
9729         :is=\036FQ2\036FW\036FJ\036F^\036FX004?\036F]\036O\036FS00:\
9730         :ll=\036FG\027:me=\017\025\035\036E\036O:pf=^^Fa:\
9731         :po=^^F`:r1=^^FA:r2=\036F]\036FT0:\
9732         :..sa=\036%?%p1%p3%|%p6%|%tD%eE%;%?%p2%p6%|%t\024%e\025%;%?%p4%t\016%e\017%;%?%p1%p5%|%t\034%e\035%;\036%?%p9%tN%eO%;:\
9733         :sr=^^I:ve=\036FQ2:vi=\036FQ0:tc=d210-dg:
9735 # DASHER D410/D460 series terminals in ANSI mode.
9736 # These add a large number of intelligent terminal features.
9738 # Initialization string 1 sets:
9739 #       \E[<0;<1;<2;<4l
9740 #               <0      - scrolling enabled
9741 #               <1      - blink enabled
9742 #               <2      - horizontal scrolling enabled (for alignment)
9743 #               <4      - print characters regardless of attributes
9744 #       \E[5;0v         - normal (80 column) mode
9745 #       \E[1;1;80w      - margins at columns 1 and 80
9746 #       \E[1;6;<2h
9747 #               1       - print all characters even if protected
9748 #               6       - character protection disabled
9749 #               <2      - horizontal scrolling disabled
9750 #       - (should reset scrolling regions, but that glitches the screen)
9752 # Initialization string 2 sets:
9753 #       \E[3;2;2;1;1;1v
9754 #               3;2     - default cursor (solid rectangle)
9755 #               2;1     - 8 bit operations
9756 #               1;1     - international keyboard language
9757 #       \E(B            - default primary character set (U.S. ASCII)
9758 #       \E)4            - default secondary character set (international)
9759 #       ^O              - primary character set
9761 #       Reset string 1 sets:
9762 #       \Ec             - initial mode defaults (RIS)
9763 #       \E[<2h          - horizontal scrolling disabled
9765 # Reset string 2 sets:
9766 #       \E[4;0;2;1;1;1v
9767 #               4;0     - jump scrolling
9768 #               2;1     - 8 bit operations
9769 #               1;1     - 8 bit (international) keyboard language
9770 #       \E(B            - default primary character set (U.S. ASCII)
9771 #       \E)4            - default secondary character set (international)
9773 d410|d411|d460|d461|Data General DASHER D410/D460 series:\
9774         :5i:\
9775         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:IC=\E[%d@:\
9776         :ac=j$k"l!m#n)q+t'u&v(w%x*:ae=\E)4\017:al=\E[L:\
9777         :as=\E)6\016:dc=\E[P:dl=\E[M:ei=:\
9778         :i1=\E[<0;<1;<2;<4l\E[5;0v\E[1;1;80w\E[1;6;<2h:\
9779         :ic=\E[@:im=:is=\E[3;2;2;1;1;1v\E(B\E)4\017:\
9780         :me=\E[m\E)4\017:pf=\E[4i:po=\E[5i:r1=\Ec\E[<2h:\
9781         :r2=\E[4;0;2;1;1;1v\E(B\E)4:\
9782         :..sa=\E[%?%p1%p3%|%p6%|%t7;%;%?%p4%t5;%;%?%p2%p6%|%t4;%;%?%p1%p5%|%t2;%;m\E)%?%p9%t6\016%e4\017%;:\
9783         :sr=\EM:ve=\E[3;2v:vi=\E[3;0v:tc=d211:
9785 # Initialization string 2 sets:
9786 #       \E[3;2;2;0;1;0v
9787 #               3;2     - default cursor (solid rectangle)
9788 #               2;0     - 7 bit operations
9789 #               1;0     - 7 bit (native) keyboard language
9790 #       \E(0            - default character set (the keyboard native language)
9791 #       ^O              - primary character set
9793 # Reset string 2 sets:
9794 #       \E[4;0;2;0;1;0v
9795 #               4;0     - jump scrolling
9796 #               2;0     - 7 bit operations
9797 #               1;0     - 7 bit (native) keyboard language
9798 #       \E(0            - default character set (the keyboard native language)
9800 d410-7b|d411-7b|d460-7b|d461-7b|Data General DASHER D410/D460 series in 7 bit mode:\
9801         :km@:\
9802         :ae=^O:as=^N:eA=\E)6:is=\E[3;2;2;0;1;0v\E(0\017:\
9803         :me=\E[m\017:rs=\E[4;0;2;0;1;0v\E(0:\
9804         :..sa=\E[%?%p1%p3%|%p6%|%t7;%;%?%p4%t5;%;%?%p2%p6%|%t4;%;%?%p1%p5%|%t2;%;m%?%p9%t\016%e\017%;:\
9805         :tc=dgkeys+7b:tc=d410:
9807 d410-dg|d460-dg|d411-dg|d461-dg|Data General DASHER D410/D460 series in DG mode:\
9808         :km:\
9809         :ae=\036FS00:as=\036FS11:eA@:\
9810         :me=\017\025\035\036E\036FS00:\
9811         :..sa=\036%?%p1%p3%|%p6%|%tD%eE%;%?%p2%p6%|%t\024%e\025%;%?%p4%t\016%e\017%;%?%p1%p5%|%t\034%e\035%;\036FS%?%p9%t11%e00%;:\
9812         :tc=d400-dg:
9814 # DASHER D410/D460 series terminals in wide (126 columns) ANSI mode.
9816 # Initialization string 1 sets:
9817 #       \E[<0;<1;<2;<4l
9818 #               <0      - scrolling enabled
9819 #               <1      - blink enabled
9820 #               <2      - horizontal scrolling enabled (for alignment)
9821 #               <4      - print characters regardless of attributes
9822 #       \E[5;1v         - compressed (135 column) mode
9823 #       \E[1;1;126      - margins at columns 1 and 126
9824 #       \E[1;6;<2h
9825 #               1       - print all characters even if protected
9826 #               6       - character protection disabled
9827 #               <2      - horizontal scrolling disabled
9828 #       - (should reset scrolling regions, but that glitches the screen)
9830 # Reset string 1 sets:
9831 #       \Ec             - initial mode defaults (RIS)
9832 #       \E[5;1v         - compressed (135 column) mode
9833 #       \E[1;1;126w     - margins at columns 1 and 126
9834 #       \E[<2h          - horizontal scrolling disabled
9836 d410-w|d411-w|d460-w|d461-w|Data General DASHER D410/D460 series in wide mode:\
9837         :co#126:\
9838         :i1=\E[<0;<1;<2;<4l\E[5;1v\E[1;1;126w\E[1;6;<2h:\
9839         :r1=\Ec\E[5;1v\E[1;1;126w\E[<2h:tc=d410:
9841 d410-7b-w|d411-7b-w|d460-7b-w|d461-7b-w|Data General DASHER D410/D460 series in wide 7 bit mode:\
9842         :co#126:\
9843         :i1=\E[<0;<1;<2;<4l\E[5;1v\E[1;1;126w\E[1;6;<2h:\
9844         :r1=\Ec\E[5;1v\E[1;1;126w\E[<2h:tc=d410-7b:
9846 d412-dg|d462-dg|d462e-dg|d412+dg|d462+dg|d413-dg|d463-dg|Data General DASHER D412/D462 series in DG mode:\
9847         :tc=d410-dg:
9849 # These add intelligent features like scrolling regions.
9850 d412-unix|d462-unix|d412+|d462+|Data General DASHER D412+/D462+ series in Unix mode:\
9851         :al=^^FH:..ch=\036FP%p1%2.2XFF:cl=^^FE:\
9852         :..cm=\036FP%p2%2.2X%p1%2.2X:..cv=\036FPFF%p1%2.2X:\
9853         :dc=^^K:dl=^^FI:ei=:ho=^^FG:ic=^^J:im=:\
9854         :is=\036FQ5\036FW\036FJ\036F^\036FX004F\036O\036FS00:\
9855         :ll=\036FG\036PA:ps=^A:r1=\036FA\036FT0:r2=\036P@1:\
9856         :rc=\036F}11:sc=\036F}10:sr=^^I:ve=\036FQ5:vi=\036FQ0:\
9857         :..wi=\036FB%?%p1%t%p1%2.2X0%;%p2%p1%-%{1}%+%2.2X0%?%{23}%p2%>%t000%;\036FX%p3%2.2X%p4%2.2X:\
9858         :tc=d216+:
9859 d412-unix-w|d462-unix-w|d412+w|d462+w|Data General DASHER D412+/D462+ series in wide Unix mode:\
9860         :co#132:\
9861         :is=\036FQ5\036FW\036FK\036F^\036FX0083\036O\036FS00:\
9862         :rs=\036P@1\036FK\036FX0083:\
9863         :..wi=\036FB%?%p1%t%p1%2.2X1%;%p2%p1%-%{1}%+%2.2X1%?%{23}%p2%>%t001%;\036FX%p3%2.2X%p4%2.2X:\
9864         :tc=d412-unix:
9865 d412-unix-25|d462-unix-25|d412+25|d462+25|Data General DASHER D412+/D462+ series in Unix mode with 25 lines:\
9866         :li#25:\
9867         :i2=\036Fz2:\
9868         :..wi=\036FB%?%p1%t%p1%2.2X0%;%p2%p1%-%{1}%+%2.2X0%?%{24}%p2%>%t000%;\036FX%p3%2.2X%p4%2.2X:\
9869         :tc=d462+:
9870 d412-unix-s|d462-unix-s|d412+s|d462+s|Data General DASHER D412+/D462+ in Unix mode with status line:\
9871         :es:hs:\
9872         :cl=\036FG\036PH:fs=\036F}01\022:\
9873         :i2=\036Fz2\036F}00\036FB180000\036F}01:ll@:\
9874         :..ts=\036F}00\036FP%p1%2.2X18\036PG:\
9875         :..wi=\036FB%?%p1%t%p1%2.2X0%;%p2%p1%-%{1}%+%2.2X0%?%{23}%p2%>%t%{23}%p2%-%2.2X0%;000\036FX%p3%2.2X%p4%2.2X:\
9876         :tc=d462+:
9878 #       Relative cursor motions are confined to the current window,
9879 #       which is not what the scrolling region specification expects.
9880 #       Thus, relative vertical cursor positioning must be deleted.
9881 d412-unix-sr|d462-unix-sr|d412+sr|d462+sr|Data General DASHER D412+/D462+ in Unix mode with scrolling region:\
9882         :..cs=\036FB%?%p1%t%p1%2.2X0%;%p2%p1%-%{1}%+%2.2X0%?%{23}%p2%>%t000%;:\
9883         :do@:ll@:up@:tc=d462+:
9885 d413-unix|d463-unix|Data General DASHER D413/D463 series in DG-UNIX mode:\
9886         :tc=d412-unix:
9887 d413-unix-w|d463-unix-w|Data General DASHER D413/D463 series in wide DG-UNIX mode:\
9888         :tc=d412-unix-w:
9889 d413-unix-25|d463-unix-25|Data General DASHER D413/D463 series in DG-UNIX mode with 25 lines:\
9890         :tc=d412-unix-25:
9891 d413-unix-s|d463-unix-s|Data General DASHER D413/D463 in DG-UNIX mode with status line:\
9892         :tc=d412-unix-s:
9893 d413-unix-sr|d463-unix-sr|Data General DASHER D413/D463 in DG-UNIX mode with scrolling region:\
9894         :tc=d412-unix-sr:
9896 d414-unix|d464-unix|Data General D414/D464 in DG-UNIX mode:\
9897         :tc=d413-unix:
9898 d414-unix-w|d464-unix-w|Data General D414/D464 in wide DG-UNIX mode:\
9899         :tc=d413-unix-w:
9900 d414-unix-25|d464-unix-25|Data General D414/D464 in DG-UNIX mode with 25 lines:\
9901         :tc=d413-unix-25:
9902 d414-unix-s|d464-unix-s|Data General D414/D464 in DG-UNIX mode with status line:\
9903         :tc=d413-unix-s:
9904 d414-unix-sr|d464-unix-sr|Data General D414/D464 in DG-UNIX mode with scrolling region:\
9905         :tc=d413-unix-sr:
9907 d430c-dg|d430-dg|Data General D430C in DG mode:\
9908         :tc=d413-dg:tc=dg+fixed:
9909 d430c-dg-ccc|d430-dg-ccc|Data General D430C in DG mode with configurable colors:\
9910         :tc=d413-dg:tc=dg+ccc:
9912 d430c-unix|d430-unix|Data General D430C in DG-UNIX mode:\
9913         :tc=d413-unix:tc=dgunix+fixed:
9914 d430c-unix-w|d430-unix-w|Data General D430C in wide DG-UNIX mode:\
9915         :tc=d413-unix-w:tc=dgunix+fixed:
9916 d430c-unix-25|d430-unix-25|Data General D430C in DG-UNIX mode with 25 lines:\
9917         :tc=d413-unix-25:tc=dgunix+fixed:
9918 d430c-unix-s|d430-unix-s|Data General D430C in DG-UNIX mode with status line:\
9919         :tc=d413-unix-s:tc=dgunix+fixed:
9920 d430c-unix-sr|d430-unix-sr|Data General D430C in DG-UNIX mode with scrolling region:\
9921         :tc=d413-unix-sr:tc=dgunix+fixed:
9922 d430c-unix-ccc|d430-unix-ccc|Data General D430C in DG-UNIX mode with configurable colors:\
9923         :tc=d413-unix:tc=dgunix+ccc:
9924 d430c-unix-w-ccc|d430-unix-w-ccc|Data General D430C in wide DG-UNIX mode with configurable colors:\
9925         :tc=d413-unix-w:tc=dgunix+ccc:
9926 d430c-unix-25-ccc|d430-unix-25-ccc|Data General D430C in DG-UNIX mode with 25 lines and configurable colors:\
9927         :tc=d413-unix-25:tc=dgunix+ccc:
9928 d430c-unix-s-ccc|d430-unix-s-ccc|Data General D430C in DG-UNIX mode with status line and configurable colors:\
9929         :tc=d413-unix-s:tc=dgunix+ccc:
9930 d430c-unix-sr-ccc|d430-unix-sr-ccc|Data General D430C in DG-UNIX mode with scrolling region and configurable colors:\
9931         :tc=d413-unix-sr:tc=dgunix+ccc:
9933 # DASHER D470C color terminal in ANSI mode.
9934 # Like the D460 but with 16 colors and without a compressed mode.
9936 # Initialization string 1 sets:
9937 #       \E[<0;<1;<2;<4l
9938 #               <0      - scrolling enabled
9939 #               <1      - blink enabled
9940 #               <2      - horizontal scrolling enabled (for alignment)
9941 #               <4      - print characters regardless of attributes
9942 #       \E[1;1;80w      - margins at columns 1 and 80
9943 #       \E[1;6;<2h
9944 #               1       - print all characters even if protected
9945 #               6       - character protection disabled
9946 #               <2      - horizontal scrolling disabled
9947 #       - (should reset scrolling regions, but that glitches the screen)
9949 d470c|d470|Data General DASHER D470C:\
9950         :i1=\E[<0;<1;<2;<4l\E[1;1;80w\E[1;6;<2h:\
9951         :..sa=\E[%?%p1%p3%|%p6%|%t7;%{1}%e%{0}%;%PR%?%p4%t5;%{1}%e%{0}%;%PB%?%p2%p6%|%t4;%{1}%e%{0}%;%PU%?%p1%p5%|%t2;%{1}%e%{0}%;%PDm\E)%?%p9%t6\016%e4\017%;:\
9952         :tc=dg+color:tc=d460:
9954 d470c-7b|d470-7b|Data General DASHER D470C in 7 bit mode:\
9955         :i1=\E[<0;<1;<2;<4l\E[1;1;80w\E[1;6;<2h:\
9956         :..sa=\E[%?%p1%p3%|%p6%|%t7;%{1}%e%{0}%;%PR%?%p4%t5;%{1}%e%{0}%;%PB%?%p2%p6%|%t4;%{1}%e%{0}%;%PU%?%p1%p5%|%t2;%{1}%e%{0}%;%PDm%?%p9%t\016%e\017%;:\
9957         :tc=dg+color:tc=d460-7b:
9959 # Initialization string 2 sets:
9960 #       ^^FQ2           - default cursor (solid rectangle)
9961 #       ^^FW            - character protection disabled
9962 #       ^^F\^           - horizontal scrolling enabled (for alignment)
9963 #       ^^FX004?        - margins at columns 0 and 79
9964 #       ^^F]            - horizontal scrolling disabled
9965 #       ^^O             - primary character set
9966 #       ^^FS00          - default character set (the keyboard native language)
9967 #       - (should reset scrolling regions, but that glitches the screen)
9969 d470c-dg|d470-dg|Data General DASHER D470C in DG mode:\
9970         :is=\036FQ2\036FW\036F^\036FX004?\036F]\036O\036FS00:\
9971         :tc=dgmode+color:tc=d460-dg:
9973 # DASHER D555 terminal in ANSI mode.
9974 # Like a D411, but has an integrated phone.
9975 d555|Data General DASHER D555:\
9976         :tc=d411:
9977 d555-7b|Data General DASHER D555 in 7-bit mode:\
9978         :tc=d411-7b:
9979 d555-w|Data General DASHER D555 in wide mode:\
9980         :tc=d411-w:
9981 d555-7b-w|Data General DASHER D555 in wide 7-bit mode:\
9982         :tc=d411-7b-w:
9983 d555-dg|Data General DASHER D555 series in DG mode:\
9984         :tc=d411-dg:
9986 # DASHER D577 terminal in ANSI mode.
9987 # Like a D411, but acts as a keyboard for serial printers ("KSR" modes).
9988 d577|Data General DASHER D577:\
9989         :tc=d411:
9990 d577-7b|Data General DASHER D577 in 7-bit mode:\
9991         :tc=d411-7b:
9992 d577-w|Data General DASHER D577 in wide mode:\
9993         :tc=d411-w:
9994 d577-7b-w|Data General DASHER D577 in wide 7-bit mode:\
9995         :tc=d411-7b-w:
9997 d577-dg|d578-dg|Data General DASHER D577/D578 series in DG mode:\
9998         :tc=d411-dg:
10000 # DASHER D578 terminal.
10001 # Like a D577, but without compressed mode; like a D470C in this respect.
10003 # Initialization string 1 sets:
10004 #       \E[<0;<1;<2;<4l
10005 #               <0      - scrolling enabled
10006 #               <1      - blink enabled
10007 #               <2      - horizontal scrolling enabled (for alignment)
10008 #               <4      - print characters regardless of attributes
10009 #       \E[1;1;80w      - margins at columns 1 and 80
10010 #       \E[1;6;<2h
10011 #               1       - print all characters even if protected
10012 #               6       - character protection disabled
10013 #               <2      - horizontal scrolling disabled
10014 #       - (should reset scrolling regions, but that glitches the screen)
10016 d578|Data General DASHER D578:\
10017         :i1=\E[<0;<1;<2;<4l\E[1;1;80w\E[1;6;<2h:tc=d577:
10018 d578-7b|Data General DASHER D578 in 7-bit mode:\
10019         :i1=\E[<0;<1;<2;<4l\E[1;1;80w\E[1;6;<2h:tc=d577-7b:
10021 #### Datamedia (dm)
10023 # Datamedia was headquartered in Nashua, New Hampshire until it went
10024 # out of business in 1993, but the ID plates on the terminals referred
10025 # to the factory in Pennsauken, NJ.  The factory was sold to a PCB board
10026 # manufacturer which threw out all information about the terminals.
10029 cs10|colorscan|Datamedia Color Scan 10:\
10030         :ms:\
10031         :co#80:li#24:\
10032         :bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%02;%02H:cr=^M:\
10033         :do=^J:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kd=\E[B:kl=\E[D:\
10034         :kr=\E[C:ku=\E[A:le=^H:me=\E[m:nd=\E[C:se=\E[m:sf=^J:\
10035         :so=\E[7m:ue=\E[m:up=\E[A:us=\E[4m:
10036 cs10-w|Datamedia Color Scan 10 with 132 columns:\
10037         :co#132:\
10038         :cm=\E[%i%02;%03H:tc=cs10:
10040 # (dm1520: removed obsolete ":ma=^\ ^_^P^YH:" -- esr)
10041 dm1520|dm1521|datamedia 1520:\
10042         :am:bs:xn:\
10043         :co#80:it#8:li#24:\
10044         :bl=^G:cd=^K:ce=^]:cl=^L:cm=\036%r%+ %+ :cr=^M:do=^J:ho=^Y:\
10045         :kd=^J:kh=^Y:kl=^H:kr=^\:ku=^_:le=^H:nd=^\:sf=^J:ta=^I:up=^_:
10046 # dm2500: this terminal has both :IC: and :im:. Applications using
10047 # termcap/terminfo directly (rather than through ncurses) might be confused.
10048 dm2500|datamedia2500|datamedia 2500:\
10049         :bs:nc:\
10050         :co#80:li#24:\
10051         :al=\020\n\030\035\030\035:bl=^G:ce=^W:cl=^^^^\177:\
10052         :cm=\014%r%n%.%.:dc=\020\010\030\035:\
10053         :dl=\020\032\030\035:dm=^P:do=^J:ed=^X^]:\
10054         :ei=\377\377\030\035:ho=^B:ic=\020\034\030\035:im=^P:\
10055         :le=^H:nd=^\:pc=\377:se=^X^]:sf=^J:so=^N:up=^Z:
10056 # dmchat is like DM2500, but DOES need "all that padding" (jcm 1/31/82)
10057 # also, has a meta-key.
10058 # From: <goldberger@su-csli.arpa>
10059 # (dmchat: ":MT:" changed to ":km:" -- esr)
10060 dmchat|dmchat version of datamedia 2500:\
10061         :km:\
10062         :al=1*\020\n\030\035\030\035:dl=2\020\032\030\035:\
10063         :tc=dm2500:
10064 # (dm3025: ":MT:" changed to ":km:" -- esr)
10065 dm3025|datamedia 3025a:\
10066         :bs:km:\
10067         :co#80:it#8:li#24:\
10068         :al=\EP\n\EQ:bl=^G:cd=\EJ:ce=\EK:cl=\EM:cm=\EY%r%+ %+ :\
10069         :cr=^M:dc=\010:dl=\EP\EA\EQ:dm=\EP:do=^J:ed=\EQ:ei=\EQ:\
10070         :ho=\EH:im=\EP:ip=:is=\EQ\EU\EV:le=^H:nd=\EC:se=\EO0:sf=^J:\
10071         :so=\EO1:ta=^I:up=\EA:
10072 dm3045|datamedia 3045a:\
10073         :am:bs:eo:km@:ul:xn:\
10074         :al@:dc=\EB:dl@:dm@:ed@:ei=\EP:is=\EU\EV:k0=\Ey\r:k1=\Ep\r:\
10075         :k2=\Eq\r:k3=\Er\r:k4=\Es\r:k5=\Et\r:k6=\Eu\r:k7=\Ev\r:\
10076         :k8=\Ew\r:k9=\Ex\r:kh=\EH:kr=\EC:ku=\EA:pc=\177:se@:so@:\
10077         :tc=dm3025:
10078 # Datamedia DT80 soft switches:
10079 # 1     0=Jump  1=Smooth
10080 #       Autorepeat      0=off  1=on
10081 #       Screen          0=Dark 1=light
10082 #       Cursor          0=u/l  1=block
10084 # 2     Margin Bell     0=off  1=on
10085 #       Keyclick        0=off  1=on
10086 #       Ansi/VT52       0=VT52 1=Ansi
10087 #       Xon/Xoff        0=Off  1=On
10089 # 3     Shift3          0=Hash 1=UK Pound
10090 #       Wrap            0=Off  1=On
10091 #       Newline         0=Off  1=On
10092 #       Interlace       0=Off  1=On
10094 # 4     Parity          0=Odd  1=Even
10095 #       Parity          0=Off  1=On
10096 #       Bits/Char       0=7    1=8
10097 #       Power           0=60Hz 1=50Hz
10099 # 5     Line Interface  0=EIA  1=Loop
10100 #       Aux Interface   0=EIA  1=Loop
10101 #       Local Copy      0=Off  1=On
10102 #       Spare
10104 # 6     Aux Parity      0=Odd  1=Even
10105 #       Aux Parity      0=Off  1=On
10106 #       Aux Bits/Char   0=7    1=8
10107 #       CRT Saver       0=Off  1=On
10108 # dm80/1 is a vt100 lookalike, but it doesn't seem to need any padding.
10109 dm80|dmdt80|dt80|datamedia dt80/1:\
10110         :cd=\E[J:ce=\E[K:cl=\E[2J\E[H:cm=%i\E[%d;%dH:do=^J:\
10111         :ho=\E[H:me=\E[m:nd=\E[C:pf=\E[4i:po=\E[5i:ps=\E[0i:\
10112         :se=\E[m:so=\E[7m:sr=\EM:ue=\E[m:up=\E[A:us=\E[4m:tc=vt100:
10113 # except in 132 column mode, where it needs a little padding.
10114 # This is still less padding than the vt100, and you can always turn on
10115 # the ^S/^Q handshaking, so you can use vt100 flavors for things like
10116 # reverse video.
10117 dm80w|dmdt80w|dt80w|datamedia dt80/1 in 132 char mode:\
10118         :co#132:\
10119         :cd=20\E[0J:ce=20\E[0K:cl=50\E[H\E[2J:cm=5\E[%i%d;%dH:\
10120         :do=^J:up=5\E[A:tc=dm80:
10121 # From: Adam Thompson <athompso@pangea.ca> Sept 10 1995
10122 dt80-sas|Datamedia DT803/DTX for SAS usage:\
10123         :am:bw:\
10124         :co#80:li#24:\
10125         :ac=``a1fxgqh0jYk?lZm@nEooppqDrrsstCu4vAwBx3yyzz{{||}}~~:\
10126         :ae=\EG:al=\EL:as=\EF:bl=^G:cd=^K:ce=^]:cl=^L:\
10127         :cm=\E=%r%+ %+ :cr=^M:\
10128         :..cs=\E=%p1%{32}%+%c%{32}%c\E#1\E=%p2%{32}%+%c%{32}%c\E#2:\
10129         :ct=\E'0:dl=\EM:do=\EB:ff=^L:ho=^Y:is=\E)0\E<\EP\E'0\E$2:\
10130         :kC=^L:kE=^]:kS=^K:kd=^J:kh=^Y:kl=^H:kr=^\:ku=^_:le=^H:me=^X:\
10131         :mr=\E$2\004:nd=^\:pf=^O:po=^N:se=^X:sf=\EB:so=\E$2\004:\
10132         :sr=\EI:st=\E'1:ta=^I:up=^_:
10134 # Datamedia Excel 62, 64 from Gould/SEL UTX/32 via BRL
10135 # These aren't end-all Excel termcaps; but do insert/delete char/line
10136 # and name some of the extra function keys.  (Mike Feldman ccvaxa!feldman)
10137 # The naming convention has been bent somewhat, with the use of E? (where
10138 # E is for 'Excel') as # a name.  This was done to distinguish the entries
10139 # from the other Datamedias in use here, and yet to associate a model of
10140 # the Excel terminals with the regular datamedia terminals that share
10141 # major characteristics.
10142 excel62|excel64|datamedia Excel 62:\
10143         :dc=\E[P:ei=\E[4l:im=\E[4h:k5=\EOu:k6=\EOv:k7=\EOw:k8=\EOx:\
10144         :k9=\EOy:kb=^H:kd=^J:kl=^H:tc=dt80:
10145 excel62-w|excel64-w|datamedia Excel 62 in 132 char mode:\
10146         :dc=\E[P:ei=\E[4l:im=\E[4h:k5=\EOu:k6=\EOv:k7=\EOw:k8=\EOx:\
10147         :k9=\EOy:kb=^H:kd=^J:kl=^H:tc=dt80w:
10148 excel62-rv|excel64-rv|datamedia Excel 62 in reverse video mode:\
10149         :dc=\E[P:ei=\E[4l:im=\E[4h:k5=\EOu:k6=\EOv:k7=\EOw:k8=\EOx:\
10150         :k9=\EOy:kb=^H:kd=^J:kl=^H:vb=\E[?5l\E[?5h:tc=dt80:
10152 #### Falco
10154 #       Falco Data Products
10155 #       440 Potrero Avenue
10156 #       Sunnyvale, CA 940864-196
10157 #       Vox: (800)-325-2648
10158 #       Fax: (408)-745-7860
10159 #       Net: techsup@charm.sys.falco.com
10161 # Current Falco models as of 1995 are generally ANSI-compatible and support
10162 # emulations of DEC VT-series, Wyse, and Televideo types.
10165 # Test version for Falco ts-1. See <arpavax.hickman@ucb> for info
10166 # This terminal was released around 1983 and was discontinued long ago.
10167 # The standout and underline highlights are the same.
10168 falco|ts1|ts-1|falco ts-1:\
10169         :am:bs:\
10170         :co#80:it#8:li#24:\
10171         :al=\EE:bl=^G:cd=\EY:ce=\ET\EG0\010:cl=\E*:cm=\E=%+ %+ :\
10172         :cr=^M:dc=\EW:dl=\ER:do=^J:ei=\Er:ho=^^:im=\Eq:is=\Eu\E3:\
10173         :k0=^A0\r:kd=^J:kl=^H:kr=^L:ku=^K:le=^H:me=\Eg0:nd=^L:\
10174         :se=\Eg0:sf=^J:so=\Eg1:ta=^I:ue=\Eg0:up=^K:us=\Eg1:
10175 falco-p|ts1p|ts-1p|falco ts-1 with paging option:\
10176         :am:bs:da:db:mi:ms:ul:\
10177         :co#80:it#8:li#24:\
10178         :al=\EE:bl=^G:bt=\EI:cd=\EY:ce=\ET\EG0\010\Eg0:cl=\E*:\
10179         :cm=\E=%+ %+ :cr=^M:dc=\EW:dl=\ER:do=\E[B:ei=\Er:im=\Eq:\
10180         :is=\EZ\E3\E_c:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
10181         :le=^H:me=\Eg0:nd=\E[C:se=\Eg0:sf=^J:so=\Eg4:ta=^I:te=\E_b:\
10182         :ti=\E_d:ue=\Eg0:up=\E[A:us=\Eg1:
10183 # (ts100: I added <rmam>/<smam> based on the init string -- esr)
10184 ts100|ts100-sp|falco ts100-sp:\
10185         :am:mi:ms:xn:xo:\
10186         :co#80:it#8:li#24:vt#3:\
10187         :@8=\EOM:DO=\E[%dB:K1=\EOq:K2=\EOr:K3=\EOs:K4=\EOp:K5=\EOn:\
10188         :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:\
10189         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
10190         :ae=^O:al=\E~E:as=^N:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\
10191         :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
10192         :ct=\E[3g:dc=\E~W:dl=\E~R:do=^J:eA=\E(B\E)0:ei=:ho=\E[H:\
10193         :i1=\E~)\E~ea:ic=\E~Q:im=:k0=\EOy:k1=\EOP:k2=\EOQ:k3=\EOR:\
10194         :k4=\EOS:k5=\EOt:k6=\EOu:k7=\EOv:k8=\EOl:k9=\EOw:k;=\EOx:\
10195         :kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\
10196         :ku=\EOA:le=^H:mb=\E[5m:md=\E[1m:me=\E[m\017:mr=\E[7m:\
10197         :nd=\E[C:rc=\E8:rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
10198         :..sa=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;$<2>:\
10199         :sc=\E7:se=\E[m:sf=^J:so=\E[1;7m:sr=\EM:st=\EH:ta=^I:\
10200         :ue=\E[m:up=\E[A:us=\E[4m:
10201 ts100-ctxt|falco ts-100 saving context:\
10202         :te=\E~_b:ti=\E~_d\E[2J:tc=ts100:
10204 #### Florida Computer Graphics
10207 # Florida Computer Graphics Beacon System, using terminal emulator program
10208 # "host.com", as provided by FCG.  This description is for an early release
10209 # of the "host" program.  Known bug: :cd: clears the whole screen, so it's
10210 # commented out.
10212 # From: David Bryant <cbosg!djb> 1/7/83
10213 beacon|FCG Beacon System:\
10214         :am:da:db:\
10215         :co#80:li#32:\
10216         :al=\EE:bl=\ESTART\r\E37\r\EEND\r:ce=\ET:cl=\EZ:\
10217         :cm=\E=%+ %+ :cr=^M:dc=\EW:dl=\ER:do=^J:ei=:ho=\EH:ic=\EQ:\
10218         :im=:le=^H:mb=\ESTART\r\E61,1\r\EEND\r:\
10219         :me=\ESTART\r\E78\r\E70,0\r\EEND\r:\
10220         :mr=\ESTART\r\E59,1\r\EEND\r:nd=\EV:\
10221         :se=\ESTART\r\E70,0\r\EEND\r:sf=^J:\
10222         :so=\ESTART\r\E70,6\r\EEND\r:te=:\
10223         :ti=\ESTART\r\E2,0\r\E12\r\EEND\r:\
10224         :ue=\ESTART\r\E60,0\r\EEND\r:up=\EU:\
10225         :us=\ESTART\r\E60,1\r\EEND\r:
10227 #### Fluke
10230 # The f1720a differences from ANSI: no auto margin, destructive
10231 # tabs, # of lines, funny highlighting and underlining
10232 f1720|f1720a|fluke 1720A:\
10233         :xt:\
10234         :co#80:li#16:sg#1:ug#1:\
10235         :bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:\
10236         :do=\E[B:is=\E[H\E[2J:kd=^]:kl=^_:kr=^^:ku=^\:le=^H:me=\E[m:\
10237         :nd=\E[C:se=\E[m:sf=\ED:so=\E[7m:sr=\EM:ue=\E[m:up=\E[A:\
10238         :us=\E[4m:
10240 #### Liberty Electronics (Freedom)
10242 #       Liberty Electronics
10243 #       48089 Fremont Blvd
10244 #       Fremont CA 94538
10245 #       Vox: (510)-623-6000
10246 #       Fax: (510)-623-7021
10248 # From: <faletti@berkeley.edu>
10249 # (f100: added empty <acsc> to suppress a tic warning;
10250 # made this relative to adm+sgr -- note that <invis> isn't
10251 # known to work for f100 but does on the f110. --esr)
10252 f100|freedom|freedom100|freedom model 100:\
10253         :am:bs:bw:hs:mi:ms:xo:\
10254         :co#80:li#24:\
10255         :ac=:ae=\E$:al=\EE:as=\E%%%:bl=^G:bt=\EI:cd=\EY:ce=\ET:\
10256         :ch=\E]%+ :cl=^Z:cm=\E=%+ %+ :cr=^M:ct=\E3:cv=\E[%+ :\
10257         :dc=\EW:dl=\ER:do=^J:ds=\Eg\Ef\r:ei=\Er:fs=^M:ho=^^:im=\Eq:\
10258         :ip=:is=\Eg\Ef\r\Ed:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:\
10259         :k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:\
10260         :kB=\EI:kb=^H:kd=^V:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:nd=^L:sf=^J:\
10261         :sr=\Ej:st=\E1:ta=^I:ts=\Eg\Ef:up=^K:vb=\Eb\Ed:tc=adm+sgr:
10262 f100-rv|freedom-rv|freedom 100 in reverse video:\
10263         :is=\Eg\Ef\r\Eb:vb=\Ed\Eb:tc=f100:
10264 # The f110 and f200 have problems with vi(1).  They use the ^V
10265 # code for the down cursor key. When kcud1 is defined in terminfo
10266 # as ^V, the Control Character Quoting capability (^V in insert mode)
10267 # is lost! It cannot be remapped in vi because it is necessary to enter
10268 # a ^V to to quote the ^V that is being remapped!!!
10270 # f110/f200 users will have to decide whether
10271 # to lose the down cursor key or the quoting capability. We will opt
10272 # initially for leaving the quoting capability out, since use of VI
10273 # is not generally applicable to most interactive applications
10274 # (f110: added :ta:, :kh: & <kcbt> from f100 -- esr)
10275 f110|freedom110|Liberty Freedom 110:\
10276         :bw@:es:\
10277         :it#8:ws#80:\
10278         :ae=\E%%%:al=\EE:as=\E$:dl=\ER:do=^V:ds=\Ef\r:ei=\Er\EO:\
10279         :im=\EO\Eq:ip@:is@:k0=^AI\r:k;@:kA=\EE:kC=^^:kD=\EW:kE=\ET:\
10280         :kI=\EQ:kL=\ER:kS=\EY:mb=\EG2:md=\EG0:mh=\EG@:pf=\Ea:po=\E`:\
10281         :so=\EG<:sr=\EJ:ts=\Ef:vb=\Eb\Ed:ve=\E.2:vi=\E.1:vs=\E.2:\
10282         :tc=f100:
10283 f110-14|Liberty Freedom 110 14inch:\
10284         :dc@:tc=f110:
10285 f110-w|Liberty Freedom 110 - 132 cols:\
10286         :co#132:tc=f110:
10287 f110-14w|Liberty Freedom 110 14in/132 cols:\
10288         :co#132:\
10289         :dc@:tc=f110:
10290 # (f200: added <acsc> to suppress tic warnings re :as:/:ae: --esr)
10291 f200|freedom200|Liberty Freedom 200:\
10292         :am:bs:es:hs:mi:ms:xo:\
10293         :co#80:it#8:li#24:ws#80:\
10294         :ac=:ae=\E%%%:al=\EE:as=\E$:bl=^G:bt=\EI:cd=\EY:ce=\ET:\
10295         :ch=\E]%+ :cl=^Z:cm=\E=%+ %+ :cr=^M:cs=\Em0%+ %+ :ct=\E3:\
10296         :cv=\E[%+ :dc=\EW:dl=\ER:do=^V:ds=\Ef\r:ei=\Er:fs=^M:ho=^^:\
10297         :im=\Eq:k0=^AI\r:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:\
10298         :k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:kA=\EE:kC=^^:\
10299         :kD=\EW:kE=\ET:kI=\EQ:kL=\ER:kS=\EY:kb=^H:kd=^V:kl=^H:kr=^L:\
10300         :ku=^K:le=^H:mb=\EG2:md=\EG0:mh=\EG@:nd=^L:pf=\Ea:po=\E`:\
10301         :sf=^J:so=\EG<:sr=\EJ:st=\E1:ts=\Ef:up=^K:vb=\Eo\En:ve=\E.1:\
10302         :vi=\E.0:vs=\E.1:tc=adm+sgr:
10303 f200-w|Liberty Freedom 200 - 132 cols:\
10304         :co#132:tc=f200:
10305 # The f200 has the ability to reprogram the down cursor key. The key is
10306 # reprogrammed to ^J (linefeed). This value is remembered in non-volatile RAM,
10307 # so powering the terminal off and on will not cause the change to be lost.
10308 f200vi|Liberty Freedom 200 for vi:\
10309         :kd=^J:vb=\Eb\Ed:tc=f200:
10310 f200vi-w|Liberty Freedom 200 - 132 cols for vi:\
10311         :co#132:tc=f200vi:
10313 #### GraphOn (go)
10315 #       Graphon Corporation
10316 #       544 Division Street
10317 #       Campbell, CA 95008
10318 #       Vox: (408)-370-4080
10319 #       Fax: (408)-370-5047
10320 #       Net: troy@graphon.com (Troy Morrison)
10323 # The go140 and go225 have been discontinued.  GraphOn now makes X terminals,
10324 # including one odd hybrid that starts out life on power-up as a character
10325 # terminal, than can be switched to X graphics mode (driven over the serial
10326 # line) by an escape sequence.  No info on this beast yet.
10327 # (go140: I added <rmam>/<smam> based on the init string -- esr)
10328 go140|graphon go-140:\
10329         :bs:\
10330         :co#80:it#8:li#24:\
10331         :RA=\E[?7l:SA=\E[?7h:al=\E[L:cd=10\E[J:ce=\E[K:\
10332         :cl=10\E[H\E[2J:cm=\E[%i%2;%2H:dc=\E[P:dl=\E[M:ei=\E[4l:\
10333         :if=/usr/share/tabset/vt100:im=\E[4h:\
10334         :is=\E<\E=\E[?3l\E[?7l\E(B\E[J\E7\E[;r\E8\E[m\E[q:\
10335         :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kd=\EOB:ke=\E[?1l\E>:\
10336         :kh=\E[H:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:\
10337         :me=\E[m:nd=\E[C:se=\E[m:so=\E[7m:sr=\EM:ta=^I:ue=\E[m:\
10338         :up=\E[A:us=\E[4m:
10339 go140w|graphon go-140 in 132 column mode:\
10340         :am:\
10341         :co#132:\
10342         :is=\E<\E=\E[?3h\E[?7h\E(B\E[J\E7\E[;r\E8\E[m\E[q:\
10343         :tc=go140:
10344 # Hacked up vt200 termcap to handle GO-225/VT220
10345 # From: <edm@nwnexus.WA.COM>
10346 # (go225: I added <rmam>/<smam> based on the init string -- esr)
10347 go225|go-225|Graphon 225:\
10348         :am:bs:mi:xn:\
10349         :co#80:it#8:li#25:vt#3:\
10350         :RA=\E[?7l:SA=\E[?7h:al=\E[L:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
10351         :cm=\E[%i%d;%dH:cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:do=^J:\
10352         :ei=\E[4l:ho=\E[H:im=\E[4h:\
10353         :is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:k1=\EOP:k2=\EOQ:\
10354         :k3=\EOR:k4=\EOS:kb=^H:kd=\E[B:ke=\E>:kh=\E[H:kl=\E[D:\
10355         :kr=\E[C:ks=\E=:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:\
10356         :mr=\E[7m:nd=\E[C:r1=\E[!p\E[?7h\E[2;1;1#w:rc=\E8:\
10357         :rf=/usr/share/tabset/vt100:sc=\E7:se=\E[27m:sf=\ED:\
10358         :so=\E[7m:sr=\EM:ta=^I:te=\E[!p\E[?7h\E[2;1;1#w:\
10359         :ti=\E[2;0#w\E[1;25r:ue=\E[24m:up=\E[A:us=\E[4m:
10361 #### Harris (Beehive)
10363 # Bletch.  These guys shared the Terminal Brain Damage laurels with Hazeltine.
10364 # Their terminal group is ancient history now (1995) though the parent
10365 # company is still in business.
10368 # Beehive documentation is undated and marked Preliminary and has no figures
10369 # so we must have early Superbee2 (Model 600, according to phone conversation
10370 # with mfr.). It has proved reliable except for some missing padding
10371 # (notably after \EK and <nl> at bottom of screen).
10373 # The key idea is that AEP mode is poison for :cm: & that US's in
10374 # the local memory should be avoided like the plague. That means
10375 # that the 2048 character local buffer is used as 25 lines of 80
10376 # characters, period. No scrolling local memory, folks. It also
10377 # appears that we cannot use naked INS LINE feature since it uses
10378 # US. The sbi fakes :al: with an 80-space insert that may be too
10379 # slow at low speeds; also spaces get converted to \040 which is
10380 # too long for some programs (not vi).  DEL LINE is ok but slow.
10382 # The <nl> string is designed for last line of screen ONLY; cup to
10383 # 25th line corrects the motion inherent in scrolling to Page 1.
10385 # There is one understood bug. It is that the screen appears to
10386 # pop to a new (blank) page after a :nw:, or leave a half-line
10387 # ellipsis to a quad that is the extra 48 memory locations. The
10388 # data received is dumped into memory but not displayed.  Not to
10389 # worry if :cm: is being used; the lines not displayed will be,
10390 # whenever the cursor is moved up there. Since :cm: is addressed
10391 # relative to MEMORY of window, nothing is lost; but beware of
10392 # relative cursor motion (:up:,:do:,:nd:,:le:). Recommended,
10393 # therefore, is setenv MORE -c .
10395 # WARNING: Not all features tested.
10397 # Timings are assembled from 3 sources. Some timings may reflect
10398 # SB2/Model 300 that were used if more conservative.
10399 # Tested on a Model 600 at 1200 and 9600 bd.
10401 # The BACKSPACEkb option is cute. The NEWLINE key, so cleverly
10402 # placed on the keyboard and useless because of AEP, is made
10403 # into a backspace key. In use ESC must be pressed twice (to send)
10404 # and sending ^C must be prefixed by ESC to avoid that weird
10405 # transmit mode associated with ENTER key.
10407 # IF TERMINAL EVER GOES CATATONIC with the cursor buzzing across
10408 # the screen, then it has dropped into ENTER mode; hit
10409 # RESET--ONLINE--!tset.
10411 # As delivered this machine has a FATAL feature that will throw
10412 # it into that strange transmit state (SPOW) if the space bar is
10413 # hit after a CR is received, but before receiving a LF (or a
10414 # few others).
10416 # The circuits MUST be modified to eliminate the SPOW latch.
10417 # This is done by strapping on chip A46 of the I/O board; cut
10418 # the p.c. connection to Pin 5 and strap Pin 5 to Pin 8 of that
10419 # chip. This mod has been checked out on a Mod 600 of Superbee II.
10420 # With this modification absurdly high timings on cr are
10421 # unnecessary.
10423 # NOTE WELL that the rear panel switch should be set to CR/LF,
10424 # not AEP!
10426 sb1|beehive superbee:\
10427         :am:bs:bw:da:db:mi:ul:xb:\
10428         :co#80:li#25:sg#1:ug#1:\
10429         :al=\EN\EL\EQ                                                                                \EP \EO\ER\EA:\
10430         :bl=^G:bt=\E`:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EF%r%03%03:cr=\r:\
10431         :ct=\E3:dc=\EP:dl=\EM:do=^J:ei=\ER:ho=\EH:im=\EQ\EO:\
10432         :is=\EE\EX\EZ\EO\Eb\Eg\ER:k0=\E2:k1=\Ep:k2=\Eq:k3=\Er:\
10433         :k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:k9=\E1:kE=\EK:kI=\EQ\EO:\
10434         :kL=\EM:kM=\ER:kS=\EJ:kb=^_:kd=\EB:kh=\EH:kl=\ED:kr=\EC:\
10435         :ku=\EA:l0=TAB CLEAR:l9=TAB SET:le=^H:me=\E_3:nd=\EC:\
10436         :se=\E_3:sf=^J:so=\E_1:st=\E1:ta=^I:te=:ti=\EO:ue=\E_3:\
10437         :up=\EA:us=\E_0:
10438 sbi|superbee|beehive superbee at Indiana U.:\
10439         :xb:\
10440         :al=1\EN\EL\EQ \EP \EO\ER\EA:cr=\r:tc=sb1:
10441 # Alternate (older) description of Superbee - f1=escape, f2=^C.
10442 # Note: there are at least 3 kinds of superbees in the world.  The sb1
10443 # holds onto escapes and botches ^C's.  The sb2 is the best of the 3.
10444 # The sb3 puts garbage on the bottom of the screen when you scroll with
10445 # the switch in the back set to CRLF instead of AEP.  This description
10446 # is tested on the sb2 but should work on all with either switch setting.
10447 # The f1/f2 business is for the sb1 and the :xb: can be taken out for
10448 # the other two if you want to try to hit that tiny escape key.
10449 # This description is tricky: being able to use cup depends on there being
10450 # 2048 bytes of memory and the hairy <nl> string.
10451 superbee-xsb|beehive super bee:\
10452         :am:da:db:xb:\
10453         :co#80:it#8:li#25:\
10454         :cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EF%r%3%3:cr=\r:ct=\E3:dc=\EP:\
10455         :dl=\EM:do=^J:ho=\EH:is=\EH\EJ:k1=\Ep:k2=\Eq:k3=\Er:k4=\Es:\
10456         :k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:kd=\EB:kh=\EH:kl=\ED:kr=\EC:\
10457         :ku=\EA:le=^H:me=\E_3:nd=\EC:se=\E_3:\
10458         :sf=\n\0\0\0\n\0\0\0\EA\EK\0\0\0\ET\ET:so=\E_1:st=\E1:\
10459         :ta=^I:up=\EA:ve=^J:
10460 # This loses on lines > 80 chars long, use at your own risk
10461 superbeeic|super bee with insert char:\
10462         :ei=\ER:ic=:im=\EQ:tc=superbee-xsb:
10463 sb2|sb3|fixed superbee:\
10464         :xb@:tc=superbee:
10466 ####  Beehive Medical Electronics
10468 # Steve Seymour <srseymour@mindspring.com> writes (Wed, 03 Feb 1999):
10469 # Regarding your question though; Beehive terminals weren't made by Harris.
10470 # They were made by Beehive Medical Electronics in Utah. They went out of
10471 # business in the early '80s.
10473 # (OK, then, I don't know why a couple of these say "harris beehive".)
10476 # Reports are that most of these Beehive entries (except superbee) have not
10477 # been tested and do not work right.  :se: is a trouble spot.  Be warned.
10479 # (bee: :ic: was empty, which is obviously bogus -- esr)
10480 beehive|bee|harris beehive:\
10481         :am:bs:mi:\
10482         :co#80:li#24:\
10483         :al=\EL:bt=\E>:cd=\EJ:ce=\EK:cl=\EE:cm=\EF%+ %+ :dc=\EP:\
10484         :dl=\EM:do=\EB:ei=\E@:ho=\EH:im=\EQ:kA=\EL:kB=\E>:kC=\EE:\
10485         :kD=\EP:kE=\EK:kI=\EQ:kL=\EM:kM=\E@:kb=^H:kd=\EB:kh=\EH:\
10486         :kl=\ED:kr=\EC:ku=\EA:le=^H:me=\Ed@:nd=\EC:se=\Ed@:so=\EdP:\
10487         :ue=\Ed@:up=\EA:us=\Ed`:
10488 # set tab is ^F, clear (one) tab is ^V, no way to clear all tabs.
10489 # good grief - does this entry make :sg:/:ug: when it doesn't have to?
10490 # look at those spaces in :se:/:so:.  Seems strange to me...
10491 # (beehive: :if=/usr/share/tabset/beehive: removed, no such file.  If you
10492 # really care, cook up one using ^F -- esr)
10493 beehive3|bh3m|beehiveIIIm|harris beehive 3m:\
10494         :am:bs:\
10495         :co#80:it#8:li#20:\
10496         :al=\023:bl=^G:cd=^R:ce=^P:cl=^E^R:cr=^M:dl=\021:do=^J:ho=^E:\
10497         :le=^H:ll=^E^K:nd=^L:se=\s^_:sf=^J:so=^]\s:st=^F:ta=^I:up=^K:
10498 beehive4|bh4|beehive 4:\
10499         :am:\
10500         :co#80:li#24:\
10501         :bl=^G:cd=\EJ:ce=\EK:cl=\EE:cr=^M:do=^J:ho=\EH:le=\ED:nd=\EC:\
10502         :sf=^J:up=\EA:
10503 # There was an early Australian kit-built computer called a "Microbee".
10504 # It's not clear whether this is for one of those or for a relative
10505 # of the Beehive.
10506 microb|microbee|micro bee series:\
10507         :am:bs:\
10508         :co#80:it#8:li#24:\
10509         :bl=^G:cd=\EJ:ce=\EK:cl=\EE:cm=\EF%+ %+ :cr=^M:do=^J:k1=\Ep:\
10510         :k2=\Eq:k3=\Er:k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:k9=\Ex:\
10511         :kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:le=^H:me=\Ed@:nd=\EC:\
10512         :se=\Ed@:sf=^J:so=\s\EdP:ta=^I:ue=\Ed@:up=\EA:us=\Ed`:
10514 # 8675, 8686, and bee from Cyrus Rahman
10515 # (8675: changed k10, k11...k16 to k;, F1...F6 -- esr)
10516 ha8675|harris 8675:\
10517         :F1=^W:F2=\ER:F3=\EE:F4=\EI:F5=\Ei:F6=\Eg:\
10518         :is=\ES\E#\E*\Eh\Em\E?\E1\E9\E@\EX\EU:k1=^F:k2=^P:k3=^N:\
10519         :k4=^V:k5=^J:k6=^T:k7=^H:k8=\177:k9=\Ee:k;=\Ed:tc=bee:
10520 # (8686: changed k10, k11...k16 to k;, F1...F6; fixed broken continuation
10521 # in :is: -- esr)
10522 ha8686|harris 8686:\
10523         :F1=\EW:F2=\002\E{\003:F3=\002\E|\003:F4=\002\E}\003:\
10524         :F5=\002\E~\003:F6=\002\E\177\003:\
10525         :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#:\
10526         :k1=\002\Ep\003:k2=\002\Eq\003:k3=\002\Er\003:\
10527         :k4=\002\Es\003:k5=\E3:k6=\EI:k7=\ER:k8=\EJ:k9=\E(:k;=\Ej:\
10528         :tc=bee:
10530 #### Hazeltine
10532 # Hazeltine appears to be out of the terminal business as of 1995.  These
10533 # guys were co-owners of the Terminal Brain Damage Hall Of Fame along with
10534 # Harris. They have a hazeltine.com domain (but no web page there ) and can
10535 # be reached at:
10537 #       Hazeltine
10538 #       450 East Pulaski Road
10539 #       Greenlawn, New York 11740
10541 # As late as 1993, manuals for the terminal product line could still be
10542 # purchased from:
10544 #       TRW Customer Service Division
10545 #       15 Law Drive
10546 #       P.O. Box 2076
10547 #       Fairfield, NJ 07007-2078
10549 # They're now (1998) a subsidiary of General Electric, operating under the
10550 # marque "GEC-Marconi Hazeltine" and doing military avionics.  Web page
10551 # at <http://www.gec.com/cpd/1ncpd.htm#1.55>.
10554 # Since :nd: is blank, when you want to erase something you
10555 # are out of luck.  You will have to do ^L's a lot to
10556 # redraw the screen.  h1000 is untested.  It doesn't work in
10557 # vi - this terminal is too dumb for even vi.  (The code is
10558 # there but it isn't debugged for this case.)
10559 hz1000|hazeltine 1000:\
10560         :bs:\
10561         :co#80:li#12:\
10562         :bl=^G:cl=^L:cr=^M:do=^J:ho=^K:le=^H:nd=\s:sf=^J:
10563 # From: <cbosg!ucbvax!pur-ee!cincy!chris> Thu Aug 20 09:09:18 1981
10564 hz1420|hazeltine 1420:\
10565         :am:bs:\
10566         :co#80:li#24:\
10567         :al=\E^Z:bl=^G:cd=\E^X:ce=\E^O:cl=\E^\:cm=\E\021%r%.%+ :\
10568         :cr=^M:dl=\E^S:do=^J:le=^H:nd=^P:se=\E^Y:sf=^J:so=\E^_:ta=^N:\
10569         :up=\E^L:
10570 # New "safe" cursor movement (11/87) from <cgs@umd5.umd.edu>.  Prevents
10571 # freakout with out-of-range args and tn3270.  No hz since it needs to
10572 # receive tildes.
10573 hz1500|hazeltine 1500:\
10574         :am:bs:hz:\
10575         :co#80:li#24:\
10576         :al=~\032:bl=^G:cd=~\030:ce=~^O:cl=~^\:\
10577         :cm=~\021%r%>^^ %+`%+`:cr=^M:dl=~\023:do=~^K:ho=~^R:kd=^J:\
10578         :kh=~^R:kl=^H:kr=^P:ku=~^L:le=^H:nd=^P:se=~^Y:sf=^J:so=~^_:\
10579         :up=~^L:
10580 # h1510 assumed to be in sane escape mode.  Else use h1500.
10581 # (h1510: early versions of this entry apparently had ":se=\E^_:,
10582 # :so=\E^Y:, but these caps were commented out in 8.3; also,
10583 # removed incorrect and overridden ":do=^J:" -- esr)
10584 hz1510|hazeltine 1510:\
10585         :am:bs:\
10586         :co#80:li#24:\
10587         :al=\E^Z:bl=^G:cd=\E^X:ce=\E^O:cl=\E^\:cm=\E\021%r%.%.:\
10588         :cr=^M:dl=\E^S:do=\E^K:le=^H:nd=^P:sf=^J:up=\E^L:
10589 # Hazeltine 1520
10590 # The following switch settings are assumed for normal operation:
10591 #       FULL            CR              U/L_CASE        ESCAPE
10592 #       FORMAT_OFF      EOM_A_OFF       EOM_B_OFF       WRAPAROUND_ON
10593 # Other switches may be set for operator convenience or communication
10594 # requirements.
10595 hz1520|Hazeltine 1520:\
10596         :am:bs:bw:ms:\
10597         :co#80:li#24:\
10598         :al=\E^Z:bl=^G:cd=\E^X:ce=\E^O:cl=\E^\:cm=\E\021%r%.%.:\
10599         :cr=^M:dl=\E^S:do=^J:ho=\E^R:kA=\E^Z:kC=\E^\:kE=\E^O:\
10600         :kL=\E^S:kS=\E^X:kb=^H:kd=\E^K:kh=\E^R:kl=^H:kr=^P:ku=\E^L:\
10601         :le=^H:md=\E^_:me=\E^Y:nd=^P:r1=\E$\E\005\E?\E\031:\
10602         :se=\E^Y:sf=^J:so=\E^_:up=\E^L:
10603 # This version works with the escape switch off
10604 # (h1520: removed incorrect and overridden ":do=^J:" -- esr)
10605 hz1520-noesc|hazeltine 1520:\
10606         :am:hz:\
10607         :co#80:li#24:\
10608         :al=~^Z:bl=^G:cd=~^X:ce=~^O:cl=~^\:cm=~\021%r%.%.:cr=^M:\
10609         :dl=~^S:do=~^K:ho=~^R:le=^H:nd=^P:se=~^Y:sf=^J:so=~^_:up=~^L:
10610 # Note: the h1552 appears to be the first Hazeltine terminal which
10611 # is not braindamaged.  It has tildes and backprimes and everything!
10612 # Be sure the auto lf/cr switch is set to cr.
10613 hz1552|hazeltine 1552:\
10614         :bs:\
10615         :al=\EE:dl=\EO:do=^J:k1=\EP:k2=\EQ:k3=\ER:l1=blue:l2=red:\
10616         :l3=green:tc=vt52:
10617 hz1552-rv|hazeltine 1552 reverse video:\
10618         :do=^J:se=\ET:so=\ES:tc=hz1552:
10619 # Note: h2000 won't work well because of a clash between upper case and ~'s.
10620 hz2000|hazeltine 2000:\
10621         :am:bs:nc:\
10622         :co#74:li#27:\
10623         :al=~\032:bl=^G:cl=~\034:cm=~\021%r%.%.:dl=~\023:do=^J:\
10624         :ho=~^R:le=^H:pc=\177:sf=^J:
10625 # Date: Fri Jul 23 10:27:53 1982.  Some unknown person wrote:
10626 # I tested this termcap entry for the Hazeltine Esprit with vi. It seems
10627 # to work ok. There is one problem though if one types a lot of garbage
10628 # characters very fast vi seems not able to keep up and hangs while trying
10629 # to insert. That's in insert mode while trying to insert in the middle of
10630 # a line. It might be because the Esprit doesn't have insert char and delete
10631 # char as a built in function. Vi has to delete to end of line and then
10632 # redraw the rest of the line.
10633 esprit|Hazeltine Esprit I:\
10634         :am:bs:bw:\
10635         :co#80:li#24:\
10636         :al=\E^Z:bl=^G:bt=\E^T:cd=\E^W:ce=\E^O:cl=\E^\:\
10637         :cm=\E\021%r%.%.:cr=^M:dl=\E^S:do=\E^K:ho=\E^R:is=\E?:\
10638         :k0=^B0^J:k1=^B1^J:k2=^B2^J:k3=^B3^J:k4=^B4^J:k5=^B5^J:\
10639         :k6=^B6^J:k7=^B7^J:k8=^B8^J:k9=^B9^J:kb=^H:kd=\E^K:ke=\E>:\
10640         :kh=\E^R:kl=^H:kr=^P:ks=\E<:ku=\E^L:l0=0:l1=1:l2=2:l3=3:l4=4:\
10641         :l5=5:l6=6:l7=7:l8=8:l9=9:le=^H:nd=^P:se=\E^Y:sf=^J:so=\E^_:\
10642         :up=\E^L:
10643 esprit-am|hazeltine esprit auto-margin:\
10644         :am:tc=esprit:
10645 # Hazeltine Modular-1 from Cliff Shackelton <ittvax!ittral!shackelt> via BRL
10646 # Vi it seems always wants to send a control J for "do" and it turned out
10647 # that the terminal would work somewhat if the auto LF/CR was turned off.
10648 # (hmod1: removed :dn=~^K: -- esr)
10649 hmod1|Hazeltine Modular 1:\
10650         :am:bs:hz:\
10651         :co#80:li#24:\
10652         :al=~^Z:bl=^G:bt=~^T:cl=~^\:cm=~\021%r%.%.:cr=^M:dl=~^S:\
10653         :do=~^K:ho=~^R:kd=~^K:kh=~^R:kl=^H:kr=^P:ku=~^L:le=^H:me=~^Y:\
10654         :nd=^P:rc=~^Q:sc=~^E:se=~^Y:sf=^J:so=~^_:up=~^L:
10656 # Hazeltine Executive 80 Model 30 (1554?)
10657 #       from  Will Martin <control@ALMSA-1.ARPA> via BRL
10658 # Like VT100, except for different "am" behavior.
10659 hazel|exec80|h80|he80|Hazeltine Executive 80:\
10660         :am:bs:pt:\
10661         :co#80:it#8:li#24:vt#3:\
10662         :bl=^G:cd=50\E[J:ce=3\E[K:cl=50\E[;H\E[2J:\
10663         :cm=5\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:do=^J:ho=\E[H:\
10664         :is=\E[1;24r\E[24;1H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
10665         :kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\
10666         :ku=\EOA:le=^H:mb=2\E[5m:md=2\E[1m:me=2\E[m:mr=2\E[7m:\
10667         :nd=2\E[C:nl=^J:r1=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
10668         :rc=\E8:rf=/usr/share/tabset/vt100:sc=\E7:se=2\E[m:\
10669         :so=2\E[7m:sr=5\EM:ta=^I:ue=2\E[m:up=2\E[A:us=2\E[4m:
10671 #### IBM
10674 ibm327x|line mode IBM 3270 style:\
10675         :gn:\
10676         :ce=^M:cl=^M^J:ho=^M:
10678 ibm3101|i3101|IBM 3101-10:\
10679         :am:bs:xo:\
10680         :co#80:li#24:\
10681         :bl=^G:cd=\EJ:ce=\EI:cl=\EK:cm=\EY%+ %+ :cr=^M:ct=\EH:do=^J:\
10682         :ho=\EH:kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:nw=^M^J:\
10683         :sf=^J:st=\E0:up=\EA:
10684 ibm3151|IBM 3151 display:\
10685         :ae=\E>B:as=\E>A:is=\E S:me=\E4@\E>B:rs=\E S:s0=\E>B:\
10686         :..sa=\E4%{64}%?%p1%t%{65}%|%;%?%p2%t%{66}%|%;%?%p3%t%{65}%|%;%?%p4%t%{68}%|%;%?%p5%t%{64}%|%;%?%p6%t%{72}%|%;%?%p7%t%{80}%|%;%c%?%p9%t\E>A%e\E>B%;:\
10687         :te=\E>B:ti=\E>B:tc=ibm3162:
10688 # From: Mark Easter <marke@fsi-ssd.csg.ssd.fsi.com> 29 Oct 1992
10689 # removed kend, knp, kpp -TD
10690 ibm3161|ibm3163|wy60-316X|wyse60-316X|IBM 3161/3163 display:\
10691         :am:bs:mi:ms:\
10692         :co#80:it#8:li#24:\
10693         :F1=\Ek\r:F2=\El\r:F3=\E!a\r:F4=\E!b\r:F5=\E!c\r:\
10694         :F6=\E!d\r:F7=\E!e\r:F8=\E!f\r:F9=\E!g\r:FA=\E!h\r:\
10695         :FB=\E!i\r:FC=\E!j\r:FD=\E!k\r:FE=\E!l\r:\
10696         :ac=j\352k\353l\354m\355n\356q\361t\364u\365v\366w\367x\370:\
10697         :bl=^G:cd=\EJ:ce=\EI:cl=\EH\EJ:cm=\EY%+ %+ :cr=^M:dc=\EQ:\
10698         :dl=\EO:do=\EB:ho=\EH:k1=\Ea\r:k2=\Eb\r:k3=\Ec\r:k4=\Ed\r:\
10699         :k5=\Ee\r:k6=\Ef\r:k7=\Eg\r:k8=\Eh\r:k9=\Ei\r:k;=\Ej\r:\
10700         :kA=\EN:kB=\E2:kC=\EL\r:kD=\EQ:kE=\EI:kI=\EP \010:kL=\EO:\
10701         :kS=\EJ:kT=\E0:ka=\E 1:kb=^H:kd=\EB:kh=\EH:kl=\ED:kr=\EC:\
10702         :kt=\E1:ku=\EA:le=\ED:mb=\E4D:md=\E4H:me=\E4@\E<@:mk=\E4P:\
10703         :mr=\E4A:nd=\EC:pf=^P^T:po=^P^R:\
10704         :..sa=\E4%{64}%?%p1%t%{65}%|%;%?%p2%t%{66}%|%;%?%p3%t%{65}%|%;%?%p4%t%{68}%|%;%?%p5%t%{64}%|%;%?%p6%t%{72}%|%;%?%p7%t%{80}%|%;%c%?%p9%t\E>A%e\E<@%;:\
10705         :se=\E4@:sf=^J:so=\E4A:te=\E>A:ti=\E>A:ue=\E4@:up=\EA:\
10706         :us=\E4B:
10708 ibm3161-C|IBM 3161-C NLS terminal using cartridge:\
10709         :s0=\E>B:s1=\E>A:te=\E>B:ti=\E>B:tc=ibm3161:
10710 ibm3162|IBM 3162 display:\
10711         :al=\EN:mb=\E4$a:md=\E4(a:me=\E4@:mk=\E40a:mr=\E4!a:\
10712         :se=\E4>b:so=\E4!a:ue=\E4=b:us=\E4"a:tc=ibm3161-C:
10714 # This really should not use setab/setaf, but it is clear that the
10715 # original terminfo does not toggle red/blue colors as in setb/setf.
10716 ibm3164|i3164|IBM 3164:\
10717         :ms:\
10718         :Co#8:pa#64:\
10719         :AB=\E4  %+@:..AF=\E4%?%p1%t %p1%{32}%+%c%e!'%;@:\
10720         :op=\E4 "@:s0=\E>B:s1=\E>A:te=\E!9(N\E>B:ti=\E!9/N\E>B:\
10721         :tc=ibm3161:
10723 # (untranslatable capabilities removed to fit entry within 1023 bytes)
10724 # (sgr removed to fit entry within 1023 bytes)
10725 # (acsc removed to fit entry within 1023 bytes)
10726 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
10727 ibm5151|wy60-AT|wyse60-AT|IBM 5151 Monochrome display:\
10728         :am:bw:ms:xo:\
10729         :co#80:it#8:li#25:\
10730         :AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:\
10731         :SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:al=\E[L:bl=^G:cd=\E[J:\
10732         :ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:\
10733         :do=^J:ec=\E[%dX:ei=\E[4l:ho=\E[H:im=\E[4h:is=\Ec:\
10734         :k1=\E[001q:k2=\E[002q:k3=\E[003q:k4=\E[004q:k5=\E[005q:\
10735         :k6=\E[006q:k7=\E[007q:k8=\E[008q:k9=\E[009q:kD=\E[P:\
10736         :kI=\E[139q:kN=\E[154q:kP=\E[150q:kb=^H:kd=\E[B:kh=\E[H:\
10737         :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[0m:\
10738         :mr=\E[7m:nd=\E[C:rs=\Ec:se=\E[m:sf=\E[S:so=\E[7m:sr=\E[T:\
10739         :ue=\E[m:up=\E[A:us=\E[4m:
10741 ibmaed|IBM Experimental display:\
10742         :am:bs:eo:ms:\
10743         :co#80:it#8:li#52:\
10744         :al=\EN:cd=\EJ:ce=\EI:cl=\EH\EK:cm=\EY%+ %+ :dc=\EQ:dl=\EO:\
10745         :do=\EB:ei=:ho=\EH:ic=\EP:im=:kb=^H:kd=\EB:kl=\ED:kr=\EC:\
10746         :ku=\EA:le=^H:me=\E0:nd=\EC:se=\E0:so=\E0:ta=^I:up=\EA:\
10747         :vb=\EG:
10748 ibm-apl|apl|IBM apl terminal simulator:\
10749         :li#25:tc=dm1520:
10750 # (ibmmono: this had an unknown `sb' boolean, I changed it to `bs'.
10751 # Also it had ":I0=f10:" which pretty obviously should be "l0=f10" -- esr)
10752 ibmmono|IBM workstation monochrome:\
10753         :es:hs:\
10754         :al=\EL:dl=\EM:ds=\Ej\EY8 \EI\Ek:fs=\Ek:k0=\E<:k1=\ES:\
10755         :k2=\ET:k3=\EU:k4=\EV:k5=\EW:k6=\EP:k7=\EQ:k8=\ER:k9=\EY:\
10756         :kF=\EE:kI=\0:kN=\EE:kP=\Eg:kR=\EG:kb=^H:kh=\EH:l0=f10:\
10757         :md=\EZ:me=\Ew\Eq\Ez\EB:mk=\EF\Ef0;\Eb0;:mr=\Ep:se=\Ez:\
10758         :so=\EZ:sr=\EA:..ts=\Ej\EY8%+ \Eo:ue=\Ew:us=\EW:\
10759         :tc=ibm3101:
10760 ibmega|IBM Enhanced Color Display:\
10761         :cr=^M:do=^J:kb=^H:kd=^J:kl=^H:nw=^M^J:sf=^J:ta=^I:\
10762         :tc=ibmmono:
10763 # This color scheme is assumed in some recent IBM terminal descriptions
10764 # (green on black, emulated on a 16-color terminal).
10765 ibm+color|IBM color definitions:\
10766         :Co#8:NC#3:pa#64:\
10767         :..Sb=\E[%?%p1%{0}%=%t40m%e%p1%{1}%=%t41m%e%p1%{2}%=%t42m%e%p1%{3}%=%t43m%e%p1%{4}%=%t44m%e%p1%{5}%=%t45m%e%p1%{6}%=%t46m%e%p1%{7}%=%t107m%;:\
10768         :..Sf=\E[%?%p1%{0}%=%t30m%e%p1%{1}%=%t31m%e%p1%{2}%=%t32m%e%p1%{3}%=%t33m%e%p1%{4}%=%t34m%e%p1%{5}%=%t35m%e%p1%{6}%=%t36m%e%p1%{7}%=%t97m%;:\
10769         :op=\E[32m\E[40m:
10770 ibm5154|IBM 5154 Color display:\
10771         :Co#8:NC@:pa#64:\
10772         :AB=\E[4%dm:AF=\E[3%dm:md@:tc=ibm5151:tc=ibm+color:
10773 ibmega-c|ibm5154-c|IBM Enhanced Color Display with standout and underline:\
10774         :se=\EB:so=\EF\Ef3;:ue=\EB:us=\EF\Ef2;:tc=ibmmono:
10775 ibmvga-c|IBM VGA display color termcap:\
10776         :cr=^M:do=^J:kb=^H:kd=^J:kl=^H:nw=^M^J:sf=^J:ta=^I:\
10777         :tc=ibmega-c:
10778 ibmvga|IBM VGA display:\
10779         :cr=^M:do=^J:kb=^H:kd=^J:kl=^H:nw=^M^J:sf=^J:ta=^I:tc=ibmega:
10780 # ibmapa* and ibmmono entries come from ACIS 4.3 distribution
10781 rtpc|ibmapa16|IBM 6155 Extended Monochrome Graphics Display:\
10782         :li#32:\
10783         :ds=\Ej\EY@ \EI\Ek:..ts=\Ej\EY@%+ \Eo:tc=ibmmono:
10784 ibm6155|IBM 6155 Black & White display:\
10785         :mb@:md@:tc=ibm5151:
10786 # Advanced Monochrome (6153) and Color (6154) Graphics Display:
10787 ibmapa8c|ibmapa8|IBM 6154 Advanced Graphics Display:\
10788         :li#31:\
10789         :ds=\Ej\EY? \EI\Ek:..ts=\Ej\EY?%+ \Eo:tc=ibmmono:
10790 ibmapa8c-c|ibm6154-c|IBM 6154 Advanced Color Graphics Display:\
10791         :li#31:\
10792         :ds=\Ej\EY? \EI\Ek:mh=\EF\Ef7;:..ts=\Ej\EY?%+ \Eo:\
10793         :tc=ibmega-c:
10794 ibm6154|IBM 6154 Color displays:\
10795         :mb@:md=\E[12m:me=\E[0;10m:s0=\E[10m:s1=\E[11m:s2=\E[12m:\
10796         :..sa=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;12%;m:\
10797         :tc=ibm5154:
10798 ibm6153|IBM 6153 Black & White display:\
10799         :mb@:md=\E[12m:me=\E[0;10m:s0=\E[10m:s1=\E[11m:s2=\E[12m:\
10800         :..sa=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;12%;m:\
10801         :tc=ibm5151:
10802 ibm6153-90|IBM 6153 Black & White display:\
10803         :co#90:li#36:\
10804         :mb@:md@:tc=ibm5151:
10805 ibm6153-40|IBM 6153 Black & White display:\
10806         :co#40:li#12:tc=ibm6153-90:
10807 ibm8512|ibm8513|IBM color VGA Terminal:\
10808         :am:mi:ms:\
10809         :co#80:it#8:li#25:\
10810         :AL=\E[%dL:DL=\E[%dM:RA=\E[?7l:SA=\E[?7h:\
10811         :ac=jjkkllmmnnqqttuuvvwwxx:ae=^O:al=\E[L:as=^N:cd=\E[J:\
10812         :ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:dl=\E[M:dm=\E[4h:\
10813         :do=^J:ec=\E[%dX:ed=\E[4l:ei=\E[4l:ho=\E[H:im=\E[4h:\
10814         :is=\Eb\E[m\017\E[?7h:k0=\E[010q:k1=\E[001q:k2=\E[002q:\
10815         :k3=\E[003q:k4=\E[004q:k5=\E[005q:k6=\E[006q:k7=\E[007q:\
10816         :k8=\E[008q:k9=\E[009q:kd=\E[B:kh=\E[H:ku=\E[A:le=\E[D:\
10817         :mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:\
10818         :r1=\Eb\E[m\017\E[?7h\E[H\E[J:rc=\E[u:sc=\E[s:se=\E[m:\
10819         :so=\E[7m:te=\E[20h:ti=\E[20;4l\E[?7h\Eb:ue=\E[m:up=\E[A:\
10820         :us=\E[4m:tc=ibm8503:
10821 hft-c|HFT with Color:\
10822         :Co#8:pa#64:\
10823         :AB=\E[4%dm:AF=\E[3%dm:ac=jjkkllmmnnqqttuuvvwwxx:\
10824         :me=\E[0m\E(B:s0=\E(B:s1=\E(0:tc=ibm5151:tc=ibm+color:
10825 hft-c-old|HFT with Color PC850:\
10826         :Co#8:pa#64:\
10827         :AB=\E[4%dm:AF=\E[3%dm:tc=ibm5151:tc=ibm+color:
10828 hft-old|AIWS High Function Terminal:\
10829         :am:xo:\
10830         :co#80:li#25:\
10831         :al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
10832         :cr=^M:dc=\E[P:dl=\E[M:do=^J:ei=\E6:ho=\E[H:ic=\E[@:im=\E6:\
10833         :k1=\E[001q:k2=\E[002q:k3=\E[003q:k4=\E[004q:k5=\E[005q:\
10834         :k6=\E[006q:k7=\E[007q:k8=\E[008q:k9=\E[009q:kN=\E[153q:\
10835         :kP=\E[159q:ka=\E[010q:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:\
10836         :kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:mk=\E[8m:\
10837         :mr=\E[7m:nd=\E[C:se=\E[m:sf=^J:so=\E[7m:ta=^I:ue=\E[m:\
10838         :up=\E[A:us=\E[4m:tc=ibm+color:
10839 ibm-system1|system1|ibm system/1 computer:\
10840         :am:xt:\
10841         :co#80:li#24:\
10842         :bl=^G:cl=^Z:cm=\005%+ %+ :ho=^K:le=^H:nd=^\:sf=^J:up=^^:
10843 #       lft-pc850 : IBM Low Function Terminal Device
10844 #    lft "supports" underline, bold, and blink in the sense that the lft code
10845 #    sets all the right bits.  HOWEVER, depending upon the adapter, these
10846 #    attributes may or may not be supported by the device driver.
10847 # (untranslatable capabilities removed to fit entry within 1023 bytes)
10848 # (sgr removed to fit entry within 1023 bytes)
10849 # (acsc removed to fit entry within 1023 bytes)
10850 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
10851 lft|lft-pc850|LFT-PC850|IBM LFT PC850 Device:\
10852         :am:bw:ms:xo:\
10853         :co#80:it#8:li#25:\
10854         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
10855         :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:\
10856         :ae=\E(B:al=\E[L:as=\E(0:bl=^G:bt=\E[Z:cd=\E[2J:ce=\E[0K:\
10857         :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:ct=\E[3g:dc=\E[P:\
10858         :dl=\E[M:do=^J:ec=\E[%dX:ei=\E[4l:ho=\E[H:im=\E[4h:is=\Ec:\
10859         :k1=\E[001q:k2=\E[002q:k3=\E[003q:k4=\E[004q:k5=\E[005q:\
10860         :k6=\E[006q:k7=\E[007q:k8=\E[008q:k9=\E[009q:kD=\E[P:\
10861         :kI=\E[139q:kN=\E[154q:kP=\E[150q:kb=^H:kd=\E[B:kh=\E[H:\
10862         :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[0m:\
10863         :mr=\E[7m:nd=\E[C:rs=\Ec:se=\E[0m:sf=\ED:so=\E[7m:sr=\EL:\
10864         :ue=\E[0m:up=\E[A:us=\E[4m:
10865 ibm5081|hft|IBM Megapel Color display:\
10866         :ac=jjkkllmmnnqqttuuvvwwxx:mb@:md@:me=\E[0m\E(B:s0=\E(B:\
10867         :s1=\E(0:tc=ibm5154:
10868 ibm5081-c|ibmmpel-c|IBM 5081 1024x1024 256/4096 Megapel enhanced color display:\
10869         :es:hs:\
10870         :li#33:\
10871         :ds=\Ej\EYA \EI\Ek:fs=\Ek:..ts=\Ej\EYA%+ \Eo:\
10872         :tc=ibmega-c:
10873 ibm8503|ibm8507|ibm8604|IBM 8503 B & W VGA display:\
10874         :tc=hft-c:
10875 ibm8514|IBM 8514/a color VGA display:\
10876         :es:hs:\
10877         :ds=\Ej\EYI \EI\Ek:fs=\Ek:..ts=\Ej\EYI%+ \Eo:tc=hft:
10878 ibm8514-c|IBM 8514 color display with standout and underline:\
10879         :es:hs:\
10880         :li#41:\
10881         :cr=^M:do=^J:ds=\Ej\EYI \EI\Ek:fs=\Ek:kb=^H:kd=^J:kl=^H:\
10882         :nw=^M^J:sf=^J:ta=^I:..ts=\Ej\EYI%+ \Eo:tc=ibmega-c:
10885 # AIX entries.  IBM ships these with AIX 3.2.5.
10886 # -- added rc, sc based on manpage -TD
10887 aixterm|IBM Aixterm Terminal Emulator:\
10888         :es:hs:\
10889         :ac=jjkkllmmnnqqttuuvvwwxx:ds=\E[?E:fs=\E[?F:md=\E[1m:\
10890         :me=\E[0;10m\E(B:rc=\E8:s0=\E(B:s1=\E(0:\
10891         :..sa=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;%?%p7%t;8%;m%?%p9%t\E(0%e\E(B%;:\
10892         :sc=\E7:sr@:ts=\E[?%dT:tc=ibm6154:
10893 aixterm-m|IBM AIXterm Monochrome Terminal Emulator:\
10894         :es:hs:\
10895         :ac=jjkkllmmnnqqttuuvvwwxx:ds=\E[?E:fs=\E[?F:md=\E[1m:\
10896         :me=\E[0;10m\E(B:s0=\E(B:s1=\E(0:\
10897         :..sa=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m:\
10898         :sr@:ts=\E[?%dT:tc=ibm6153:
10899 aixterm-m-old|old IBM AIXterm Monochrome Terminal Emulator:\
10900         :es:hs:\
10901         :ds=\E[?E:fs=\E[?F:md=\E[1m:\
10902         :..sa=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m:\
10903         :sr@:ts=\E[?%dT:tc=ibm6153:
10904 jaixterm|IBM Kanji Aixterm Terminal Eemulator:\
10905         :ac@:tc=aixterm:
10906 jaixterm-m|IBM Kanji AIXterm Monochrome Terminal Emulator:\
10907         :ac@:tc=aixterm-m:
10909 #### Infoton/General Terminal Corp.
10912 # gt100 sounds like something DEC would come out with.  Let's hope they don't.
10913 i100|gt100|gt100a|General Terminal 100A (formerly Infoton 100):\
10914         :am:bs:\
10915         :co#80:li#24:\
10916         :al=\EL:bl=^G:cd=\EJ:ce=\EK:cl=^L:cm=\Ef%r%+ %+ :cr=^M:\
10917         :dl=\EM:do=^J:ho=\EH:le=^H:nd=\EC:se=\Ea:sf=^J:so=\Eb:up=\EA:\
10918         :vb=\Eb\Ea:
10919 i400|infoton 400:\
10920         :am:bs:\
10921         :co#80:li#25:\
10922         :al=\E[L:bl=^G:ce=\E[N:cl=\E[2J:cm=%i\E[%3;%3H:cr=^M:\
10923         :dc=\E[4h\E[2Q\E[P\E[4l\E[0Q:dl=\E[M:do=^J:\
10924         :ei=\E[4l\E[0Q:im=\E[4h\E[2Q:le=^H:nd=\E[C:sf=^J:up=\E[A:
10925 # (addrinfo: removed obsolete ":bc=^Z:" -- esr)
10926 addrinfo:\
10927         :am:\
10928         :co#80:li#24:\
10929         :bl=^G:cd=^K:cl=^L:..cm=\037%p1%{1}%-%c%p2%{1}%-%c:cr=^M:\
10930         :do=^J:ho=^H:le=^Z:ll=^H^\:nd=^Y:sf=^J:up=^\:
10931 # (infoton: used to have the no-ops <lh#0>, <lw#0>, <nlab#0> -- esr)
10932 infoton:\
10933         :am:\
10934         :co#80:li#24:\
10935         :bl=^G:cd=^K:cl=^L:cr=^M:do=^J:le=^Z:ll=^H^\:nd=^Y:sf=^J:\
10936         :up=^\:
10938 # The ICL6402 was actually the Kokusai Display System 6402.
10939 # The 6404 was the KDS7372 (color version of the 6402).
10941 # ICL6404 control codes follow:
10943 #code            function
10944 #~~~~~~~~~~~     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10945 #ctrl-A          set SOM position at cursor position
10946 #ctrl-G          Bell
10947 #ctrl-H          Backspace
10948 #ctrl-I          Horiz tab
10949 #ctrl-J          Linefeed
10950 #ctrl-K          Cursor up
10951 #ctrl-L          Cursor right
10952 #ctrl-M          Carriage return
10953 #ctrl-N          Disable xon/xoff to host
10954 #ctrl-O          Enable xon/xoff to host
10955 #ctrl-R          Enable bidirectional mode
10956 #ctrl-T          Disable bidirectional mode
10957 #ctrl-V          Cursor down
10958 #ctrl-Z          Clear unprotected data to insert char
10959 #ctrl-^          Cursor home
10960 #ctrl-_          Newline
10962 #ESC             lead-in char for multiple character command
10964 #ESC space R     execute power on sequence
10965 #ESC ! p1 p2     define scroll region:
10966 #                p1 = scroll top    line:  20h - 37h
10967 #                p1 = scroll bottom line:  20h - 37h
10968 #ESC "           unlock keyboard
10969 #ESC #           lock keyboard
10970 #ESC $           Semi-graphics mode on
10971 #ESC %           Semi-graphics mode off
10972 #ESC &           protect mode on
10973 #ESC '           protect mode off
10974 #ESC (           write protect mode off (full intensity)
10975 #ESC )           write protect mode on (half intensity)
10977 #ESC *           clear screen
10978 #ESC +           clear unprotected data to insert char
10979 #ESC ,           clear unprotected data to half intensity spaces
10980 #ESC - p1 p2 p3 p4     address cursor to page, row, column:
10981 #                      p1 = page number  0 - 3
10982 #                      p2 = row          20h - 7fh
10983 #                      p3 = column (lo)  20h - 7fh
10984 #                      p4 = column (hi)  20h - 21h (only 132 col)
10985 #ESC . p1        set cursor style:
10986 #                p1 = 0  invisible cursor
10987 #                p1 = 1  block blinking cursor
10988 #                p1 = 2  block steady cursor
10989 #                p1 = 3  underline blinking cursor
10990 #                p1 = 4  underline steady cursor
10991 #ESC /           transmit cursor location (page, row, column)
10992 #ESC 0 p1 p2 p3 p4     program edit key:
10993 #                      p1 = edit key code: '@'-'S', '`'-'s'
10994 #                      p2 p3 p4 = program data (3 bytes)
10996 #ESC 1           set tab
10997 #ESC 2           clear tab at cursor
10998 #ESC 3           clear all tabs
10999 #ESC 4           send unprotect line to cursor
11000 #ESC 5           send unprotect page to cursor
11001 #ESC 6           send line to cursor
11002 #ESC 7           send page to cursor
11003 #ESC 8 n         set scroll mode:
11004 #                n = 0   set jump scroll
11005 #                n = 1   set smooth scroll
11006 #ESC 9 n         control display:
11007 #                n = 0   display off
11008 #                n = 1   display on
11009 #ESC :           clear unprotected data to null
11010 #ESC ;           clear unprotected data to insert char
11012 #ESC <           keyclick on
11013 #ESC = p1 p2     address cursor to row, column
11014 #                p1 = row          20h - 7fh
11015 #                p2 = column (lo)  20h - 7fh
11016 #                p3 = column (hi)  20h - 21h (only 132 col)
11017 #ESC >           keyclick off
11018 #ESC ?           transmit cursor location (row, column)
11020 #ESC @           copy print mode on
11021 #ESC A           copy print mode off
11022 #ESC B           block mode on
11023 #ESC C           block mode off (conversation mode)
11024 #ESC D F         set full duplex
11025 #ESC D H         set half duplex
11026 #ESC E           line insert
11027 #ESC F p1 p2     set page colour (p1 = f/grnd, p2 = b/grnd)
11028 #                0 = black, 1 = red,     2 = green, 3 = yellow
11029 #                4 = blue,  5 = magenta, 6 = cyan,  7 = white
11030 #ESC G n         set serial field attribute (n = 30h - 3Fh)
11031 #ESC H n         full graphics mode:
11032 #                n = 0  exit full graphics mode
11033 #                n = 1  enter full graphics mode
11034 #ESC I           back tab
11035 #ESC J           back page
11036 #ESC K           forward page
11038 #ESC L           unformatted page print
11039 #ESC M L         move window left  (132 col mode only)
11040 #ESC M R         move window right (132 col mode only)
11041 #ESC N           set page edit (clear line edit)
11042 #ESC O           set line edit (clear page edit)
11043 #ESC P           formatted page print
11044 #ESC Q           character insert
11045 #ESC R           line delete
11046 #ESC S           send message unprotected only
11047 #ESC T           erase line to insert char
11048 #ESC U           set monitor mode   (see ESC X, ESC u)
11050 #ESC V n         select video attribute mode:
11051 #                n = 0   serial field attribute mode
11052 #                n = 1   parallel character attribute mode
11053 #ESC V 2 n       define line attribute:
11054 #                n = 0   single width single height
11055 #                n = 1   single width double height
11056 #                n = 2   double width single height
11057 #                n = 3   double width double height
11058 #ESC V 3 n       select character font:
11059 #                n = 0   system font
11060 #                n = 1   user defined font
11061 #ESC V 4 n       select screen mode:
11062 #                n = 0   page screen mode
11063 #                n = 1   virtual screen mode
11064 #ESC V 5 n       control mouse mode:
11065 #                n = 0   disable mouse
11066 #                n = 1   enable sample mode
11067 #                n = 2   send mouse information
11068 #                n = 3   enable request mode
11069 #ESC W           character delete
11070 #ESC X           clear monitor mode (see ESC U, ESC u)
11071 #ESC Y           erase page to insert char
11073 #ESC Z n         send user/status line:
11074 #                n = 0   send user line
11075 #                n = 1   send status line
11076 #                n = 2   send terminal ID
11077 #ESC [ p1 p2 p3  set character attribute (parallel char mode):
11078 #                p1: 0 = normal
11079 #                    1 = blank
11080 #                    2 = blink
11081 #                    3 = blink blank (= blank)
11082 #                    4 = reverse
11083 #                    5 = reverse blank
11084 #                    6 = reverse blink
11085 #                    7 = reverse blink blank (= reverse blank)
11086 #                    8 = underline
11087 #                    9 = underline blank
11088 #                    : = underline blink
11089 #                    ; = underline blink blank
11090 #                    < = reverse underline
11091 #                    = = reverse underline blank
11092 #                    > = reverse underline blink
11093 #                    ? = reverse underline blink blank
11094 #                p2, p3: f/grnd, b/grnd colour
11095 #                (see ESC F for colours)
11096 #                use ZZ for mono, eg.
11097 #                    ESC [ 0 Z Z for normal
11098 #                    ESC [ 4 Z Z for inverse etc.
11100 #ESC \ n         set page size:
11101 #                n = 1   24 lines/page
11102 #                n = 2   48 lines/page
11103 #                n = 3   72 lines/page
11104 #                n = 4   96 lines/page
11105 #ESC ] n         set Wordstar mode:
11106 #                n = 0   normal (KDS7372) mode
11107 #                n = 1   Wordstar mode
11109 #ESC b           set foreground colour screen
11111 #ESC c n         enter self-test mode:
11112 #                n = 0   exit self test mode
11113 #                n = 1   ROM test
11114 #                n = 2   RAM test
11115 #                n = 3   NVRAM test
11116 #                n = 4   screen display test
11117 #                n = 5   main/printer port test
11118 #                n = 6   mouse port test
11119 #                n = 7   graphics board test
11120 #                n = 8   graphics memory test
11121 #                n = 9   display all 'E'
11122 #                n = :   display all 'H'
11123 #ESC d           set background colour screen
11125 #ESC e n         program insert char (n = insert char)
11126 #ESC f text CR   load user status line with 'text'
11128 #ESC g           display user status line on 25th line
11129 #ESC h           display system status line on 25th line
11130 #ESC i           tab
11131 #ESC j           reverse linefeed
11132 #ESC k n         duplex/local edit mode:
11133 #                n = 0   duplex edit mode
11134 #                n = 1   local edit mode
11135 #ESC l n         select virtual screen:
11136 #                n = 0   screen 1
11137 #                n = 1   screen 2
11138 #ESC m           save current config to NVRAM
11139 #ESC n p1        select display screen:
11140 #                p1 = 0  screen 1
11141 #                p1 = 1  screen 2
11142 #                p1 = 2  screen 3
11143 #                p1 = 3  screen 4
11144 #ESC o p1 p2     set characters/line and attribute:
11145 #                p1 = 0  80 chars/line
11147 #ESC o p1 p2     set characters/line and attribute:
11148 #                p1 = 0  80 chars/line
11149 #                p1 = 1  132 chars/line
11150 #                p2 = 0  single width single height
11151 #                p2 = 1  single width double height
11152 #                p2 = 2  double width single height
11153 #                p2 = 3  double width double height
11155 #ESC q           insert mode on
11156 #ESC r           edit mode on
11157 #ESC s           send message all
11158 #ESC t           erase line to null
11159 #ESC u           clear monitor mode (see ESC U, ESC X)
11160 #ESC v           autopage mode on
11161 #ESC w           autopage mode off
11162 #ESC x p1 p2 p3  define delimiter code...
11163 #ESC y           erase page to null
11165 #ESC z 2 p1 p2 p3 p4   draw quadrangle:
11166 #                      p1 = starting row
11167 #                      p2 = starting column
11168 #                      p3 = end row
11169 #                      p4 = end column
11171 #ESC { p1 p2 p3 p4     configure main port
11172 #                      (baud, stop bits, parity, word length)
11174 #ESC | p1 p2 text Ctrl-Y    program function key with 'text':
11175 #                        p1 = function key code:
11176 #                             '1' - ';'  normal f1- f11
11177 #                             '<' - 'F'  shifted f1 - f11
11178 #                        p2 = program mode:
11179 #                             1 = FDX
11180 #                             2 = LOC
11181 #                             3 = HDX
11182 #                        Ctrl-Y = terminator
11183 #                        (use Ctrl-P to escape ^P, ^Y )
11185 #ESC } p1 p2 p3 p4     configure printer port
11186 #                      (baud, stop bits, parity, word length)
11187 #ESC ~           send system status
11189 # Codes and info from Peter Disdale <pete@pdlmail.demon.co.uk> 12 May 1997
11191 # Entry is by esr going solely on above information and is UNTESTED.
11192 # This actually looks a lot like a Televideo 9xx.
11193 # This entry uses page 0 and is monochrome; I'm not brave enough to try
11194 # to make color work without a test terminal.  The :am: capability is a guess.
11195 # The initialization string sets conversation mode, blinking underline cursor,
11196 # full duplex, parallel attribute mode, display user status line, white
11197 # foreground, black background, normal highlight.
11199 icl6404|kds7372|icl6402|kds6402|ICL 6404 aka Kokusai Display Systems 7372:\
11200         :am:bs:hs:\
11201         :co#80:li#24:\
11202         :al=\EE:bl=^G:bt=\EI:cl=\E*:cm=\E=%+ %+P%+P:cr=^M:\
11203         :..cs=\E!%+%p1%{32}%+%p2%{32} cud1=\026:ct=\E3:dc=\EW:\
11204         :dl=\ER:ei=\Er:ho=^^:i1=\EC\E.3\EDF\EV1\Eg\E[0ZZ:im=\Eq:\
11205         :mb=\E[2ZZ:me=\E[0ZZ:mk=\E[1ZZ:mr=\E[4ZZ:nd=^L:nw=^_:\
11206         :rs=\Eo1:\
11207         :..sa=\E[%{0}%?%p1%t%{4}%|%;%?%p2%t%{8}%|%;%?%p3%t%{4}%|%;%?%p4%t%{2}%|%;%?%p7%t%{1}%|%;ZZ:\
11208         :se=\E[%gh%{4}%^%Ph%gh%dZZ:so=\E[8ZZ:st=\E1:ta=^I:\
11209         :ue=\E[%gh%{8}%^%Ph%gh%dZZ:up=^K:us=\E[8ZZ:ve=\E.3:\
11210         :vi=\E.0:vs=\E.1:
11211 icl6404-w|kds7372-w|ICL 6404 aka Kokusai Display Systems 7372 132 cols:\
11212         :rs=\Eo1:tc=icl6404:
11214 #### Interactive Systems Corp
11216 # ISC used to sell OEMed and customized hardware to support ISC UNIX.
11217 # ISC UNIX still exists in 1995, but ISC itself is no more; they got
11218 # bought out by Sun.
11221 # From: <cithep!eric>  Wed Sep 16 08:06:44 1981
11222 # (intext: removed obsolete ":ma=^K^P^R^L^L ::bc=^_:", also the
11223 # ":le=^_:" later overridden -- esr)
11224 intext|Interactive Systems Corporation modified owl 1200:\
11225         :am:bs:\
11226         :co#80:it#8:li#24:sg#1:\
11227         :al=\020:bl=^G:bt=^Y:cd=\026J:ce=^Kp^R:cl=\014:\
11228         :cm=\017%+ %+ :cr=^M:dc=\022:dl=\021:do=^J:ei=^V<:im=^V;:\
11229         :ip=:k0=^VJ\r:k1=^VA\r:k2=^VB\r:k3=^VC\r:k4=^VD\r:k5=^VE\r:\
11230         :k6=^VF\r:k7=^VG\r:k8=^VH\r:k9=^VI\r:kb=^H:kd=^J:ke=^V9:\
11231         :kh=^Z:kl=^_:kr=^^:ks=\036\:\264\026%%%:ku=^\:le=^H:nd=^^:\
11232         :se=^V#\s:sf=^J:so=^V$,:ta=^I:up=^\:
11233 intext2|intextii|INTERACTIVE modified owl 1251:\
11234         :am:bw:ul:\
11235         :co#80:li#24:sg#0:ug#0:\
11236         :al=\E[L:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:ch=\E[%+^AG:\
11237         :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:\
11238         :do=\E[B:ei=:ic=\E[@:im=:k0=\E@\r:k1=\EP\r:k2=\EQ\r:\
11239         :k3=\ES\r:k4=\ET\r:k5=\EU\r:k6=\EV\r:k7=\EW\r:k8=\EX\r:\
11240         :k9=\EY\r:kb=^H:kd=\EB\r:kh=\ER\r:kl=\ED\r:kr=\EC\r:\
11241         :ku=\EA\r:l0=REFRSH:l1=DEL CH:l2=TABSET:l3=GOTO:l4=+PAGE:\
11242         :l5=+SRCH:l6=-PAGE:l7=-SRCH:l8=LEFT:l9=RIGHT:nd=\E[C:\
11243         :se=\E[2 D:sf=\E[S:so=\E[6 D:sr=\E[T:ta=^I:ue=\E[2 D:\
11244         :up=\E[A:us=\E[18 D:\
11245         :vb=\E[;;;;;;;;;2;;u\E[;;;;;;;;;1;;u:
11247 #### Kimtron (abm, kt)
11249 # Kimtron seems to be history, but as March 1998 these people are still
11250 # offering repair services for Kimtron equipment:
11252 #    Com/Pair Monitor Service
11253 #    1105 N. Cliff Ave.
11254 #    Sioux Falls, South Dakota 57103
11256 #    WATS voice:  1-800/398-4946
11257 #    POTS   fax: +1 605/338-8709
11258 #    POTS voice: +1 605/338-9650
11259 #         Email: <compair@sd.cybernex.net>
11260 #  Internet/Web: <http://www.com-pair.com>
11262 # Kimtron entries include (undocumented) codes for: enter dim mode,
11263 # enter bold mode, enter reverse mode, turn off all attributes.
11266 # Kimtron ABM 85 added by Dual Systems
11267 # (abm85: removed duplicated ":kd=^J:" -- esr)
11268 abm85|Kimtron ABM 85:\
11269         :am:bs:bw:ms:\
11270         :co#80:it#8:li#24:sg#1:ug#1:\
11271         :al=\EE:bt=\EI:cd=\Ey:ce=\Et:cl=\E*:cm=\E=%+ %+ :dc=\EW:\
11272         :dl=\ER:do=^J:ei=\Er:if=/usr/share/tabset/stdcrt:im=\EQ:\
11273         :is=\EC\EX\Eg\En\E%\Er\E(\Ek\Em\Eq:kb=^H:kd=^J:kh=^^:\
11274         :kl=^H:kr=^L:ku=^K:le=^H:nd=^L:se=\Ek:so=\Ej:ta=^I:ue=\Em:\
11275         :up=^K:us=\El:
11276 # Kimtron ABM 85H added by Dual Systems.
11277 # Some notes about the abm85h entries:
11278 # 1) there are several firmware revs of 85H in the world. Use abm85h-old for
11279 #    firmware revs prior to SP51
11280 # 2) Make sure to use abm85h entry if the terminal is in 85h mode and the
11281 #    abm85e entry if it is in tvi920 emulation mode. They are incompatible
11282 #    in some places and NOT software settable i.e., :is: can't fix it)
11283 # 3) In 85h mode, the arrow keys and special functions transmit when
11284 #    the terminal is in dup-edit, and work only locally in local-edit.
11285 #    Vi won't swallow `del char' for instance, but :ti: turns on
11286 #    dup-edit anyway so that the arrow keys will work right. If the
11287 #    arrow keys don't work the way you like, change :ti:, :te:, and
11288 #    :is:.  Note that 920E mode does not have software commands to toggle
11289 #    between dup and local edit, so you get whatever was set last on the
11290 #    terminal.
11291 # 4) :vb: attribute is nice, but seems too slow to work correctly
11292 #    (\Eb:pc:\Ed)
11293 # 5) Make sure `hidden' attributes are selected. If `embedded' attributes
11294 #    are selected, the <xmc@> entry should be removed.
11295 # 6) auto new-line should be on (selectable from setup mode only)
11297 # From: Erik Fair <fair@ucbarpa>  Sun Oct 27 07:21:05 1985
11298 abm85h|Kimtron ABM 85H native mode:\
11299         :hs:\
11300         :sg@:\
11301         :bl=^G:ds=\Ee:fs=^M:im=\EZ:\
11302         :is=\EC\EN\EX\024\016\EA\Ea\E%\E9\Ee\Er\En\E"\E}\E'\E(\Ef\r\EG0\Ed\E.4\El:\
11303         :kd=^V:me=\E(\EG0:mh=\E):mk@:ts=\Eg\Ef:vb@:ve=\E.4:vs=\E.2:\
11304         :tc=adm+sgr:tc=abm85:
11305 abm85e|Kimtron ABM 85H in 920E mode:\
11306         :sg@:\
11307         :bl=^G:im=\EZ:\
11308         :is=\EC\EX\EA\E%\E9\Ee\Er\En\E"\E}\E'\E(\Ef\r\Ek\Eq\Em:\
11309         :me=\E(\Ek:mh=\E):mr=\Ej:vb@:tc=abm85:
11310 abm85h-old|oabm85h|o85h|Kimtron ABM 85H with old firmware rev.:\
11311         :sg@:\
11312         :bl=^G:im=\EZ:\
11313         :is=\E}\EC\EX\Ee\En\E%\Er\E(\Ek\Em\Eq\Ed\ET\EC\E9\EF:\
11314         :me=\E(\Ek:mh=\E):mr=\Ej:tc=abm85:
11315 # From: <malman@bbn-vax.arpa>
11316 # (kt7: removed obsolete :ma=^V^J^L :" -- esr)
11317 kt7|kimtron model kt-7:\
11318         :am:bs:\
11319         :co#80:it#8:li#24:\
11320         :al=\EE:bt=\EI:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :dc=\EW:\
11321         :dl=\ER:do=^V:ei=:fs=\Eg:ho=^^:ic=\EQ:\
11322         :if=/usr/share/tabset/stdcrt:im=:is=\El\E":k0=^AI\r:\
11323         :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
11324         :k7=^AF\r:k8=^AG\r:k9=^AH\r:kA=\EE:kB=\EI:kC=^Z:kD=\EW:\
11325         :kE=\ET:kI=\EQ:kL=\ER:kS=\EY:kb=^H:kd=^V:kh=^^:kl=^H:kr=^L:\
11326         :ku=^K:le=^H:mk@:nd=^L:ta=^I:ts=\Ef:up=^K:tc=adm+sgr:
11327 # Renamed TB=^I to :ta:, BE=^G to :bl:, BS=^H to :kb:, N to :kS: (based on the
11328 # other kt7 entry and the adjacent key capabilities).  Removed EE which is
11329 # identical to :mh:.  Removed :ES=\EGD: which is some kind of highlight
11330 # but we can't figure out what.
11331 kt7ix|kimtron model kt-7 or 70 in IX mode:\
11332         :am:bw:\
11333         :co#80:it#8:li#25:\
11334         :@7=\EY:PU=\EK:ac=jYk?lZm@nEqDt4uCvAwBx3:ae=\E%%%:al=\EE:\
11335         :as=\E$:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E*:cm=\E=%+ %+ :\
11336         :cr=^M:dc=\EW:dl=\ER:do=^V:ds=\Ef\r:ei=:fs=^M:ho=^^:ic=\EQ:\
11337         :im=:is=\EG0\E s\017\E~:k0=^AI\r:k1=^A@\r:k2=^AA\r:\
11338         :k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:\
11339         :k9=^AH\r:kA=\EE:kB=\EI:kC=\E*:kE=\ET:kI=\EQ:kL=\ER:kN=\EJ:\
11340         :kS=\EY:kb=^H:kd=\E[B:kh=^^:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
11341         :mb=\EG2:me=\EG0:mh=\EG@:nd=^L:nw=^M^J:se=\EG0:sf=^J:\
11342         :so=\EG4:ta=^I:ts=\Ef:ue=\EG0:up=^K:us=\EG8:ve=\E.3:vi=\E.0:
11344 #### Microdata/MDIS
11346 # This was a line of terminals made by McDonnell-Douglas Information Systems.
11347 # These entries come direct from MDIS documentation.  I have edited them only
11348 # to move primary names of the form p[0-9] * to aliases, and to comment out
11349 # :ae:/:as: in a couple of entries without <acsc> strings.  I have
11350 # also removed the change history; the last version indicates this is
11351 # version 4.3 by A.Barkus, September 1990 (earliest entry is October 1989).
11354 # McDonnell Information Systems Terminal Family History
11355 # =========================================
11357 # Prism-1, Prism-2 and P99:
11358 #       Ancient Microdata and CMC terminals, vaguely like Adds Regent 25.
11360 # Prism-4 and Prism-5:
11361 #       Slightly less ancient range of Microdata terminals. Follow-on from
11362 #       Prism-2, but with many enhancements. P5 has eight display pages.
11364 # Prism-6:
11365 #       A special terminal for use with library systems, primarily in Germany.
11366 #       Limited numbers. Similar functionality to P5 (except attributes?).
11368 # Prism-7, Prism-8 and Prism-9:
11369 #       More recent range of MDIS terminals, in which P7 and P8
11370 #       replace the P4 & P5, with added functionality, and P9 is the flagship.
11371 #       The P9 has two emulation modes - P8 and ANSI - and includes a
11372 #       large number of the DEC VT220 control sequences. Both
11373 #       P8 and P9 support 80c/24ln/8pg and 132cl/24li/4pg formats.
11375 # Prism-12 and Prism-14:
11376 #       Latest range, functionally very similar to the P9.  The P14 has a
11377 #       black-on-white overscanning screen.
11379 # The terminfo definitions given here are:
11381 # p2      - Prism-2 (or Prism-1 or P99).
11383 # p4      - Prism-4 (and older P7s & P8s).
11384 # p5      - Prism-5 (or Prism-6).
11386 # p7      - Prism-7.
11387 # p8      - Prism-8 (in national or multinational mode).
11388 # p8-w    - 132 column version of p8.
11389 # p9      - Prism-9 in ANSI mode.
11390 # p9-w    - 132 column version of p9.
11391 # p9-8    - Prism-9 in Prism-8 emulation mode.
11392 # p9-8-w  - As p9-8, but with 132 columns.
11394 # p12     - Prism-12 in ANSI mode.
11395 # p12-w   - 132 column version of p12.
11396 # p12-m   - Prism-12 in MDC emulation mode.
11397 # p12-m-w - As p12-m, but with 132 columns.
11398 # p14     - Prism-14 in ANSI mode.
11399 # p14-w   - 132 column version of p14.
11400 # p14-m   - Prism-14 in MDC emulation mode.
11401 # p14-m-w - As p14-m, but with 132 columns.
11403 # p2: Prism-2
11404 # -----------
11406 # Includes Prism-1 and basic P99 without SP or MP loaded.
11407 # The simplest form of Prism-type terminal.
11408 # Basic cursor movement and clearing operations only.
11409 # No video attributes.
11410 # Notes:
11411 #  Horizontal cursor qualifiers of NUL, XON and XOFF are mapped to the next
11412 #  value up, followed by backspace.
11414 prism2|MDC Prism-2:\
11415         :am:bw:ms:\
11416         :co#80:li#24:\
11417         :bl=^G:cd=\EJ:ce=\EK:\
11418         :..ch=\020%p1%{10}%/%{16}%*%p1%{10}%m%+%Pc%?%{17}%gc%=%{19}%gc%=%|%gc%!%|%t%{1}%gc%+%c%{8}%e%gc%;%c:\
11419         :cl=\014:\
11420         :..cm=\013%p1%{32}%+%c\020%p2%{10}%/%{16}%*%p2%{10}%m%+%Pc%?%{17}%gc%=%{19}%gc%=%|%gc%!%|%t%{1}%gc%+%c%{8}%e%gc%;%c:\
11421         :cr=^M:cv=\013%+ :do=^J:ho=^A:kb=^H:kh=^A:le=^H:nd=^F:sf=^J:\
11422         :up=^Z:
11424 # p4: Prism-4
11425 # -----------
11427 # Includes early versions of P7 & P8.
11428 # Basic family definition for most Prisms (except P2 and P9 ANSI).
11429 # Notes:
11430 #  Horizontal cursor qualifiers of NUL, XON and XOFF are mapped to the next
11431 #  value up, followed by backspace.
11432 #  Cursor key definitions removed because they interfere with vi and csh keys.
11434 prism4|p4|P4|MDC Prism-4:\
11435         :5i:am:bw:hs:ms:\
11436         :co#80:li#24:sg#1:ug#1:ws#72:\
11437         :bl=^G:cd=\EJ:ce=\EK:\
11438         :..ch=\020%p1%{10}%/%{16}%*%p1%{10}%m%+%Pc%?%{17}%gc%=%{19}%gc%=%|%gc%!%|%t%{1}%gc%+%c%{8}%e%gc%;%c:\
11439         :cl=\014:\
11440         :..cm=\013%p1%{32}%+%c\020%p2%{10}%/%{16}%*%p2%{10}%m%+%Pc%?%{17}%gc%=%{19}%gc%=%|%gc%!%|%t%{1}%gc%+%c%{8}%e%gc%;%c:\
11441         :cr=^M:cv=\013%+ :do=^J:ds=\035\343\035\345:fs=^]\345:\
11442         :ho=^A:kb=^H:kh=^A:le=^H:mb=^CB:me=^C\s:mh=^CA:mk=^CH:mr=^CD:\
11443         :nd=^F:pf=\ET:po=\ER:ps=\EU:\
11444         :..sa=\003%{64}%?%p1%p3%|%t%{4}%+%;%?%p2%t%{16}%+%;%?%p4%t%{2}%+%;%?%p5%t%{1}%+%;%?%p7%t%{8}%+%;%c%?%p9%t\016%e\017%;:\
11445         :se=^C\s:sf=^J:so=^CD:ts=^]\343:ue=^C\s:up=^Z:us=^CP:\
11446         :ve=^]\342:vi=^]\344:
11448 # p5: Prism-5
11449 # -----------
11451 # Same definition as p4. Includes Prism-6 (not tested!).
11452 # Does not use any multi-page features.
11454 prism5|p5|P5|MDC Prism-5:\
11455         :tc=p4:
11457 # p7: Prism-7
11458 # -----------
11460 # Similar definition to p4. Uses ANSI cursor motion to avoid network problems.
11461 # Notes:
11462 #  Use p4 for very early models of P7.
11463 #  Rev-index removed; can't send nulls to terminal in 8-bit modes.
11465 prism7|p7|P7|MDC Prism-7:\
11466         :ch@:cm=\E[%i%d;%dH:cv@:tc=p4:
11468 # p8: Prism-8
11469 # -----------
11471 # Similar definition to p7. Uses ANSI cursor motion to avoid network problems.
11472 # Supports national and multinational character sets.
11473 # Notes:
11474 #  Alternate char set operations only work in multinational mode.
11475 #  Use p4 for very early models of P8.
11476 #  Rev-index removed; can't send nulls to terminal in 8-bit modes.
11477 # (esr: commented out :as:/:ae: because there's no <acsc>)
11479 prism8|p8|P8|MDC Prism-8:\
11480         :ch=\E[%i%d`:cm=\E[%i%d;%dH:cv=\E[%i%dd:is=\E[<12h:tc=p4:
11482 # p8-w: Prism-8 in 132 column mode
11483 # --------------------------------
11485 # 'Wide' version of p8.
11486 # Notes:
11487 #  Rev-index removed; can't send nulls to terminal in 8-bit modes.
11489 prism8-w|p8-w|P8-W|MDC Prism-8 in 132 column mode:\
11490         :co#132:\
11491         :is=\E[<12h\E[<14h:tc=p8:
11493 # p9: Prism-9 in ANSI mode
11494 # -------------------------
11496 # The "flagship" model of this generation of terminals.
11497 # ANSI X3.64 (ISO 6429) standard sequences, plus many DEC VT220 ones.
11498 # Notes:
11499 #  Tabs only reset by "reset". Otherwise assumes default (8 cols).
11500 #  Fixes to deal with terminal firmware bugs:
11501 #  . 'ri' uses insert-line since rev index doesn't always
11502 #  . 'sgr0' has extra '0' since esc[m fails
11503 #  . 'fsl' & 'dsl' use illegal char since cr is actioned wrong on line 25
11504 #  Not covered in the current definition:
11505 #  . Labels
11506 #  . Programming Fn keys
11507 #  . Graphic characters (defaults correctly to vt100)
11508 #  . Padding values (sets xon)
11509 # (esr: commented out :as:/:ae: because there's no <acsc>)
11511 # (untranslatable capabilities removed to fit entry within 1023 bytes)
11512 prism9|p9|P9|MDC Prism-9 in ANSII mode:\
11513         :5i:am:bw:hs:ms:xn:xo:\
11514         :co#80:it#8:li#24:vt#3:ws#72:\
11515         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\E[23~:\
11516         :F2=\E[24~:F3=\E[25~:F4=\E[26~:F5=\E[28~:F6=\E[29~:\
11517         :F7=\E[31~:F8=\E[32~:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
11518         :al=\E[L:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:ch=\E[%i%d`:cl=^L:\
11519         :cm=\E[%i%d;%dH:cr=^M:ct=\E[2g:cv=\E[%i%dd:dc=\E[P:\
11520         :dl=\E[M:do=^J:ds=\E[%}\024:ec=\E[%dX:ei=\E[4l:fs=^T:\
11521         :ho=\E[H:im=\E[4h:is=\E[&p\E[<12l\E F:k1=\E[11~:\
11522         :k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:k6=\E[17~:\
11523         :k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:kC=^L:kb=^H:\
11524         :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:\
11525         :md=\E[1m:me=\E[0m:mp=\E[32%{:mr=\E[7m:nd=\E[C:nw=^M^J:\
11526         :pf=\E[4i:po=\E[5i:ps=\E[i:rc=\E[%z:rp=\E[%r%db%.:\
11527         :rs=\E[&p\E[<12l\E F\E[3g\E[9;17;25;33;41;49;57;65;73 N:\
11528         :sc=\E[%y:se=\E[27m:sf=^J:so=\E[7m:sr=\E[L:st=\EH:ta=^I:\
11529         :ue=\E[24m:up=\E[A:us=\E[4m:ve=\E[<4h:vi=\E[<4l:
11531 # p9-w: Prism-9 in 132 column mode
11532 # --------------------------------
11534 # 'Wide' version of p9.
11536 prism9-w|p9-w|P9-W|MDC Prism-9 in 132 column mode:\
11537         :co#132:\
11538         :is=\E[&p\E[<12l\E F\E[<14h:\
11539         :rs=\E[&p\E[<12l\E F\E[<14h:tc=p9:
11541 # p9-8: Prism-9 in P8 mode
11542 # ------------------------
11544 # P9 terminal in P8 emulation mode.
11545 # Similar to p8 definition.
11546 # Insertion and deletion operations possible.
11548 prism9-8|p9-8|P9-8|MDC Prism-9 in P8 mode:\
11549         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:IC=\E[%d@:al=\E[L:dc=\E[P:\
11550         :dl=\E[M:ei=:ic=\E[@:im=:tc=p8:
11552 # p9-8-w: Prism-9 in P8 and 132 column modes
11553 # ------------------------------------------
11555 # P9 terminal in P8 emulation mode and 132 column mode.
11557 prism9-8-w|p9-8-w|P9-8-W|MDC Prism-9 in Prism 8 emulation and 132 column mode:\
11558         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:IC=\E[%d@:al=\E[L:dc=\E[P:\
11559         :dl=\E[M:ei=:ic=\E[@:im=:tc=p8-w:
11561 # p12: Prism-12 in ANSI mode
11562 # ---------------------------
11564 # See p9 definition.
11566 prism12|p12|P12|MDC Prism-12 in ANSI mode:\
11567         :tc=p9:
11569 # p12-w: Prism-12 in 132 column mode
11570 # ----------------------------------
11572 # 'Wide' version of p12.
11574 prism12-w|p12-w|P12-W|MDC Prism-12 in 132 column mode:\
11575         :tc=p9-w:
11577 # p12-m: Prism-12 in MDC emulation mode
11578 # -------------------------------------
11580 # P12 terminal in MDC emulation mode.
11581 # Similar to p8 definition.
11582 # Insertion and deletion operations possible.
11584 prism12-m|p12-m|P12-M|MDC Prism-12 in MDC emulation mode:\
11585         :tc=p9-8:
11587 # p12-m-w: Prism-12 in MDC emulation and 132 column modes
11588 # -------------------------------------------------------
11590 # P12 terminal in MDC emulation mode and 132 column mode.
11592 prism12-m-w|p12-m-w|P12-M-W|MDC Prism-12 in MDC emulation and 132 column mode:\
11593         :tc=p9-8-w:
11595 # p14: Prism-14 in ANSII mode
11596 # ---------------------------
11598 # See p9 definition.
11600 prism14|p14|P14|MDC Prism-14 in ANSII mode:\
11601         :tc=p9:
11603 # p14-w: Prism-14 in 132 column mode
11604 # ----------------------------------
11606 # 'Wide' version of p14.
11608 prism14-w|p14-w|P14-W|MDC Prism-14 in 132 column mode:\
11609         :tc=p9-w:
11611 # p14-m: Prism-14 in MDC emulation mode
11612 # -------------------------------------
11614 # P14 terminal in MDC emulation mode.
11615 # Similar to p8 definition.
11616 # Insertion and deletion operations possible.
11618 prism14-m|p14-m|P14-M|MDC Prism-14 in MDC emulation mode:\
11619         :tc=p9-8:
11621 # p14-m-w: Prism-14 in MDC emulation and 132 column modes
11622 # -------------------------------------------------------
11624 # P14 terminal in MDC emulation mode and 132 column mode.
11626 prism14-m-w|p14-m-w|P14-M-W|MDC Prism-14 in MDC emulation and 132 column mode:\
11627         :tc=p9-8-w:
11629 # End of McDonnell Information Systems Prism definitions
11631 # These things were popular in the Pick database community at one time
11632 # From: George Land <georgeland@aol.com> 24 Sep 1996
11633 p8gl|prism8gl|McDonnell-Douglas Prism-8 alternate definition:\
11634         :am:bw:hs:mi:\
11635         :co#80:li#24:ma#1:sg#1:ug#1:ws#78:\
11636         :F2=^AJ\r:F3=^AK\r:F4=^AL\r:F5=^AM\r:F6=^AN\r:F7=^AO\r:\
11637         :bl=^G:cd=\EJ:ce=\EK:cl=^L:cm=\E[%i%d;%dH:cr=^M:dc=\s^H:\
11638         :dl=^P:do=^J:ho=^A:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:\
11639         :k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:\
11640         :kD=\s^H:kE=\EK:kL=^P:kS=\EJ:kb=^H:kd=^J:kh=^A:kl=^U:kr=^F:\
11641         :ku=^Z:l1=F1:l2=F2:l3=F3:l4=F4:l5=F5:l6=F6:l7=F7:l8=F8:l9=F9:\
11642         :la=F10:le=^U:mb=^CB:me=^C\s:mh=^CA:mk=^CH:mr=^CD:nd=^F:\
11643         :nw=^J^M:pc=\0:se=^C\s:sf=^J:so=^CE:ue=^C\s:up=^Z:us=^C0:
11645 #### Microterm (act, mime)
11647 # The mime1 entries refer to the Microterm Mime I or Mime II.
11648 # The default mime is assumed to be in enhanced act iv mode.
11651 # New "safe" cursor movement (5/87) from <reuss@umd5.umd.edu>.  Prevents
11652 # freakout with out-of-range args on Sytek multiplexors.  No :so=^N: and
11653 # :se=^N: since  it gets confused and it's too dim anyway.  No :ic:
11654 # since Sytek insists ^S means xoff.
11655 # (act4: found ":ic=2^S:ei=:im=:ip=.1*^V:" commented out in 8.3 -- esr)
11656 act4|microterm|microterm act iv:\
11657         :am:bs:\
11658         :co#80:li#24:\
11659         :al=2.3*\001<2.3*/>:bl=^G:cd=2.2*\037:ce=.1*\036:\
11660         :cl=12\014:cm=\024%+^X%>/0%+P:cr=^M:dc=.1*\004:\
11661         :dl=2.3*\027:do=^K:ho=^]:kd=^K:kl=^H:kr=^X:ku=^Z:le=^H:nd=^X:\
11662         :sf=^J:up=^Z:
11663 # The padding on :sr: and :ta: for act5 and mime is a guess and not final.
11664 # The act 5 has hardware tabs, but they are in columns 8, 16, 24, 32, 41 (!)...
11665 # (microterm5: removed obsolete ":ma==^Z^P^Xl^Kj:" -- esr)
11666 act5|microterm5|microterm act v:\
11667         :kd=^K:kl=^H:kr=^X:ku=^Z:sr=\EH:uc=^H\EA:tc=act4:
11668 # Mimes using brightness for standout.  Half bright is really dim unless
11669 # you turn up the brightness so far that lines show up on the screen.
11670 mime-fb|full bright mime1:\
11671         :is=^S\E:se=^S:so=^Y:tc=mime:
11672 mime-hb|half bright mime1:\
11673         :is=^Y\E:se=^Y:so=^S:tc=mime:
11674 # (mime: removed obsolete ":ma=^X ^K^J^Z^P:"; removed ":do=^K:" that overrode
11675 # the more plausible ":do=^J:" -- esr)
11676 # uc was at one time disabled to get around a curses bug, be wary of it
11677 mime|mime1|mime2|mimei|mimeii|microterm mime1:\
11678         :am:bs:\
11679         :co#80:it#8:li#24:vt#9:\
11680         :al=\001:bl=^G:cd=^_:ce=^^:cl=^]^C:cm=\024%+^X%> 0%+P:\
11681         :cr=^M:dl=\027:do=^J:ho=^]:is=^S\E^Q:kd=^K:kl=^H:kr=^X:ku=^Z:\
11682         :le=^H:nd=^X:sf=^J:sr=\022:ta=\011:uc=^U:up=^Z:
11683 # These termcaps (for mime2a) put the terminal in low intensity mode
11684 # since high intensity mode is so obnoxious.
11685 mime2a-s|microterm mime2a (emulating an enhanced soroc iq120):\
11686         :am:bs:\
11687         :co#80:li#24:\
11688         :al=\001:bl=^G:cd=\EJ:ce=\EK:cl=\EL:cm=\E=%+ %+ :cr=^M:\
11689         :dc=\ED:dl=\027:do=^J:ei=^Z:ho=^^:im=\EE:ip=:is=\E):kd=^J:\
11690         :kl=^H:kr=^L:ku=^K:le=^H:nd=^L:se=\E;:sf=^J:so=\E\::sr=\EI:\
11691         :ue=\E7:up=\EI:us=\E6:
11692 # This is the preferred mode (but ^X can't be used as a kill character)
11693 mime2a|mime2a-v|microterm mime2a (emulating an enhanced vt52):\
11694         :bs:\
11695         :co#80:it#8:li#24:\
11696         :al=\001:bl=^G:cd=\EQ:ce=\EP:cl=\EL:cm=\EY%+ %+ :cr=^M:\
11697         :dc=^N:dl=\027:do=^J:ei=^Z:ho=\EH:im=^O:ip=:is=^Y:kd=\EB:\
11698         :kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:se=\E9:sf=^J:so=\E8:\
11699         :sr=\EA:ta=^I:ue=\E5:up=\EA:us=\E4:
11700 # (mime3a: removed obsolete ":ma=^X ^K^J^Z^P:" -- esr)
11701 mime3a|mime1 emulating 3a:\
11702         :am@:\
11703         :kd=^K:kl=^H:kr=^X:ku=^Z:tc=adm3a:
11704 mime3ax|mime-3ax|mime1 emulating enhanced 3a:\
11705         :it#8:\
11706         :al=\001:cd=^_:ce=^X:dl=\027:ta=\011:tc=mime3a:
11707 # Wed Mar  9 18:53:21 1983
11708 # We run our terminals at 2400 baud, so there might be some timing problems at
11709 # higher speeds. The major improvements in this model are the terminal now
11710 # scrolls down and insert mode works without redrawing the rest of the line
11711 # to the right of the cursor. This is done with a bit of a kludge using the
11712 # exit graphics mode to get out of insert, but it does not appear to hurt
11713 # anything when using vi at least. If you have some users using act4s with
11714 # programs that use curses and graphics mode this could be a problem.
11715 mime314|mm314|mime 314:\
11716         :am:\
11717         :co#80:li#24:\
11718         :al=^A:cd=^_:ce=^^:cl=^L:cm=\024%.%.:dc=^D:dl=^W:ei=^V:ho=^]:\
11719         :im=^S:kd=^K:kl=^H:kr=^X:ku=^Z:le=^H:nd=^X:ta=^I:up=^Z:
11720 # Microterm mime 340 from University of Wisconsin
11721 mm340|mime340|mime 340:\
11722         :co#80:li#24:\
11723         :al=46\EU:cd=2*\037:ce=2.1\EL:cl=12\032:cm=\E=%+ %+ :\
11724         :cr=^M:dc=2.1*\E#:dl=49.6\EV:do=^J:is=\E,:kb=^H:kd=^J:kl=^H:\
11725         :ku=^K:le=^H:nd=^L:nw=^M^J:sf=^J:ta=^I:up=^K:
11726 # This came from University of Wisconsin marked "astro termcap for jooss".
11727 # (mt4520-rv: removed obsolete ":kn#4:" and incorrect ":ri=\E[C:";
11728 # also added <rmam>/<smam> based  on the init string -- esr)
11729 mt4520-rv|micro-term 4520 reverse video:\
11730         :am:hs:ms:xn:xo:\
11731         :co#80:it#8:li#24:ws#80:\
11732         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
11733         :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:\
11734         :al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
11735         :cr=^M:cs=\E[%i%d;%dr:ct=\E[g:dc=\E[P:dl=\E[M:do=\E[B:ei=:\
11736         :fs=\E[?5l\E[?5h:ho=\E[H:ic=\E[@:im=:\
11737         :is=\E(B\E[2l\E>\E[20l\E[?3l\E[?5h\E[?7h\E[1;24r\E[24;1H\E[H\E[J:\
11738         :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kb=^H:kd=\E[B:kh=\E[H:\
11739         :kl=\E[D:kr=\E[C:ku=\E[A:le=\E[D:ll=\E[24;1H:me=\E[m:\
11740         :nd=\E[C:nw=\EE:\
11741         :r1=\E(B\E[2l\E>\E[20l\E[?3l\E[?5h\E[?7h\E[H\E[J:\
11742         :rc=\E8:rf=/usr/share/tabset/vt100:sc=\E7:se=\E[0m:\
11743         :sf=\ED:so=\E[7m:sr=\EM:st=\EH:ta=^I:ts=\E[25;1H:ue=\E[24m:\
11744         :up=\E[A:us=\E[4m:vb=\E[?5l\E[?5h:ve=\E[0V\E8:\
11745         :vs=\E7\E[0U:
11747 # Fri Aug  5 08:11:57 1983
11748 # This entry works for the ergo 4000 with the following setups:
11749 # ansi,wraparound,newline disabled, xon/xoff disabled in both
11750 # setup a & c.
11752 # WARNING!!! There are multiple versions of ERGO 4000 microcode
11753 # Be advised that very early versions DO NOT WORK RIGHT !!
11754 # Microterm does have a ROM exchange program- use it or lose big
11755 # (ergo400: added <rmam>/<smam> based on the init string -- esr)
11756 ergo4000|microterm ergo 4000:\
11757         :da:db:ms:\
11758         :co#80:li#66:\
11759         :RA=\E[?7l:SA=\E[?7m:al=\E[1L:bl=^G:cd=\E[0J:ce=\E[0K:\
11760         :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:dc=\E[1P:dl=\E[1M:\
11761         :do=\E[B:ei=\E[4l:im=\E[4h:\
11762         :is=\E<\E=\E[?1l\E[?4l\E[?5l\E[?7h\E[?8h:k1=\EOP:\
11763         :k2=\EOQ:k3=\EOR:k4=\EOS:kd=\E[B:ke=\E=:kl=\E[D:kr=\E[C:\
11764         :ks=\E=:ku=\E[A:l1=pf1:l2=pf2:l3=pf3:l4=pf4:le=^H:me=\E[m:\
11765         :nd=\E[C:se=\E[m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:up=\E[A:
11767 #### NCR
11769 # NCR's terminal group was merged with AT&T's when AT&T bought the company.
11770 # For what happened to that group, see the ADDS section.
11772 # There is an NCR4103 terminal that's just a re-badged Wyse-50.
11775 # The following vendor-supplied termcaps were captured from the Boundless
11776 # Technologies site, 8 March 1998.  I removed all-upper-case names that were
11777 # identical, except for case, to lower-case ones.  I also uncommented the acsc
11778 # capabilities.X
11780 # The Intecolor emulation of the NCR 2900/260C color terminal is basically a
11781 # DEC vt200/300 with color capabilities added.
11782 ncr260intan|NCR Intecolor emulation of the 2900_260C with an ANSI keyboard:\
11783         :Co#8:pa#64:\
11784         :AB=\E[4%dm:AF=\E[3%dm:op=\E[0m:tc=ncr260vt300an:
11785 # The Intecolor emulation of the NCR 2900/260C color terminal is basically a
11786 # DEC vt200/300 with color capabilities added.
11787 ncr260intwan|NCR Intecolor emulation of the 2900_260C with an ANSI keyboard:\
11788         :Co#8:pa#64:\
11789         :AB=\E[4%dm:AF=\E[3%dm:op=\E[0m:tc=ncr260vt300wan:
11790 # The Intecolor emulation of the NCR 2900/260C color terminal is basically a
11791 # DEC vt200/300 with color capabilities added.
11792 ncr260intpp|NCR Intecolor emulation of the 2900_260C with a PC+ keyboard:\
11793         :Co#8:pa#64:\
11794         :AB=\E[4%dm:AF=\E[3%dm:op=\E[0m:tc=ncr260vt300pp:
11795 # The Intecolor emulation of the NCR 2900/260C color terminal is basicly a
11796 # DEC vt200/300 with color capabilities added.
11797 ncr260intwpp|NCR Intecolor emulation of the 2900_260C with a PC+ keyboard in 132 column mode:\
11798         :Co#8:pa#64:\
11799         :AB=\E[4%dm:AF=\E[3%dm:op=\E[0m:tc=ncr260vt300wpp:
11800 # This definition for ViewPoint supports several attributes.  This means
11801 # that it has magic cookies (extra spaces where the attributes begin).
11802 # Some applications do not function well with magic cookies.  The System
11803 # Administrator's Shell in NCR Unix SVR4 1.03 is one such application.
11804 # If supporting various attributes is not vital, 'xmc#1' and the extra
11805 # attributes can be removed.
11806 # Mapping to ASCII character set ('acsc' capability) can also be
11807 # restored if needed.
11808 # (untranslatable capabilities removed to fit entry within 1023 bytes)
11809 # (sgr removed to fit entry within 1023 bytes)
11810 # (acsc removed to fit entry within 1023 bytes)
11811 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
11812 ncr260vppp|NCR 2900_260 viewpoint:\
11813         :am:bw:hs:km:mi:ms:xo:\
11814         :co#80:li#24:sg#1:ug#1:\
11815         :K1=^A:K3=\EJ:K4=\ET:K5=\EJ:ae=\EcB0\EH\003:al=\EM:\
11816         :as=\EcB1\EH\002:bl=^G:bt=\EI:cd=\Ek:ce=\EK:cl=\014:\
11817         :cm=\EY%+ %+ :cr=\r:dc=\EW:dl=\El:do=\n:ds=\E`c:ei=\Er:\
11818         :fs=^M:ho=\036:im=\Eq:\
11819         :is=\Ee6\E~%\E+\E`\:\Ed/\E`1\EO\Ee4\Ec@0@\Ec@1A\EcB0\EcC1\Ee7:\
11820         :k1=^B1\r:k2=^B2\r:k3=^B3\r:k4=^B4\r:k5=^B5\r:k6=^B6\r:\
11821         :k7=^B7\r:k8=^B8\r:k9=^B9\r:kD=\EW:kI=\Eq:kN=\EJ:kP=\EJ:\
11822         :kb=^H:kd=^J:kh=^A:kl=^U:kr=^F:ku=^Z:le=\010:ll=\001:mb=\EG2:\
11823         :me=\EG0\EH\003:mh=\EGp:mr=\EG4:nd=\006:nw=\037:\
11824         :rs=\Ee6\E~%\E+\E`\:\Ed/\E`1\EO\Ee4\Ec@0@\Ec@1A\EcB0\EcC1\Ee7:\
11825         :se=\EG0:sf=\n:so=\EG4:sr=\Ej:st=\E1:ta=^I:ts=\EF:ue=\EG0:\
11826         :up=\032:us=\EG8:ve=\E`5:vi=\E`0:vs=\E`5:
11827 ncr260vpwpp|NCR 2900_260 viewpoint wide mode:\
11828         :co#132:\
11829         :cm=\Ea%i%dR%dC:\
11830         :is=\Ee6\E~%\E+\E`;\Ed/\E`1\EO\Ee4\Ec@0@\Ec@1A\EcB0\EcC1\Ee7:\
11831         :rs=\Ee6\E~%\E+\E`;\Ed/\E`1\EO\Ee4\Ec@0@\Ec@1A\EcB0\EcC1\Ee7:\
11832         :tc=ncr260vppp:
11833 # (untranslatable capabilities removed to fit entry within 1023 bytes)
11834 # (sgr removed to fit entry within 1023 bytes)
11835 # (acsc removed to fit entry within 1023 bytes)
11836 ncr260vt100an|NCR 2900_260 vt100 with ansi kybd:\
11837         :am:hs:mi:ms:xn:xo:\
11838         :Nl#32:co#80:li#24:\
11839         :%0=\E[29~:%1=\E[28~:*6=\E[4~:@0=\E[1~:@8=\EOM:AL=\E[%dL:\
11840         :DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:K1=\EOw:K2=\EOy:\
11841         :K3=\EOu:K4=\EOq:K5=\EOs:LE=\E[%dD:RI=\E[%dC:SF=\E[%dE:\
11842         :UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:cb=\E[1K:cd=\E[0J:\
11843         :ce=\E[0K:ch=\E[%dG:cl=\E[2J\E[1;1H:cm=\E[%i%d;%dH:cr=\r:\
11844         :cs=\E[%i%d;%dr:ct=\E[3g:cv=\E[%dd:dc=\E[1P:dl=\E[M:\
11845         :do=\E[B:ds=\E[0$~\E[1$~:ec=\E[%dX:ei=\E[4l:fs=\E[0$}:\
11846         :ho=\E[H:im=\E[4h:\
11847         :is=\E[!p\E[?7;19;67h\E[?1;3;4l\E(B\E)0\017\E[2J\E[1;1H\E>:\
11848         :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kD=\E[3~:kI=\E[2~:\
11849         :kN=\E[6~:kP=\E[5~:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:\
11850         :kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=\E[D:mb=\E[5m:md=\E[1m:\
11851         :me=\E[0m\017:mk=\E[8m:mr=\E[7m:nd=\E[C:nw=\EE:rc=\E8:\
11852         :rs=\E[!p\E[?7;19;67h\E[?1;3;4l\E(B\E)0\017\E[2J\E[1;1H\E>:\
11853         :sc=\E7:se=\E[0m:sf=\ED:so=\E[1;7m:sr=\EM:st=\EH:ta=^I:\
11854         :ts=\E[2$~\E[1$}:ue=\E[0m:up=\E[A:us=\E[4m:ve=\E[?25h:\
11855         :vi=\E[?25l:
11856 ncr260vt100wan|NCR 2900_260 vt100 wide mode ansi kybd:\
11857         :co#132:\
11858         :cm=\E[%i%d;%dH:\
11859         :is=\E[!p\E[?3;7;19;67h\E[?1;4l\E(B\E)0\017\E[2J\E[1;1H\E>:\
11860         :rs=\E[!p\E[?3;7;19;67h\E[?1;4l\E(B\E)0\017\E[2J\E[1;1H\E>:\
11861         :tc=ncr260vt100an:
11862 ncr260vt100pp|NCR 2900_260 vt100 with PC+ kybd:\
11863         :@7=\E[5~:K1=\E[H:K2=\E[V:K3=\EOu:K5=\E[U:\
11864         :is=\E[!p\E[?7;19;67h\E[?1;3;4l\E(B\E)0\017\E[2J\E[1;1H\E>:\
11865         :kD=\E[4~:kI=\E[1~:kN=\E[6~:kP=\E[3~:kd=\E[B:ke=\E>:\
11866         :kh=\E[2~:kl=\E[D:kr=\E[C:ks=\E=:ku=\E[A:l1=pf1:l2=pf2:\
11867         :l3=pf3:l4=pf4:\
11868         :rs=\E[!p\E[?7;19;67h\E[?1;3;4l\E(B\E)0\017\E[2J\E[1;1H\E>:\
11869         :tc=ncr260vt100an:
11870 ncr260vt100wpp|NCR 2900_260 vt100 wide mode pc+  kybd:\
11871         :co#132:\
11872         :cm=\E[%i%d;%dH:\
11873         :is=\E[!p\E[?3;7;19;67h\E[?1;4l\E(B\E)0\017\E[2J\E[1;1H\E>:\
11874         :rs=\E[!p\E[?3;7;19;67h\E[?1;4l\E(B\E)0\017\E[2J\E[1;1H\E>:\
11875         :tc=ncr260vt100pp:
11876 # (untranslatable capabilities removed to fit entry within 1023 bytes)
11877 # (sgr removed to fit entry within 1023 bytes)
11878 # (acsc removed to fit entry within 1023 bytes)
11879 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
11880 ncr260vt200an|NCR 2900_260 vt200 with ansi kybd:\
11881         :am:hs:mi:ms:xn:xo:\
11882         :co#80:li#24:\
11883         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
11884         :K1=\EOw:K2=\EOy:K3=\EOu:K4=\EOq:K5=\EOs:LE=\E[%dD:\
11885         :RI=\E[%dC:SF=\E[%dE:UP=\E[%dA:ae=\017:al=\E[L:as=\016:\
11886         :bl=^G:cd=\E[0J:ce=\E[0K:cl=\E[2J\E[1;1H:cm=\E[%i%d;%dH:\
11887         :cr=\r:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[1P:dl=\E[M:do=\E[B:\
11888         :ds=\E[0$~\E[1$~:ec=\E[%dX:ei=\E[4l:fs=\E[0$}:ho=\E[H:\
11889         :im=\E[4h:\
11890         :is=\E[!p\E[?7;19;67h\E[?1;3;4l\E(B\E)0\017\E[2J\E[1;1H\E>:\
11891         :k0=\EOy:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[M:k6=\E[17~:\
11892         :k7=\E[18~:k8=\E[19~:k9=\E[20~:kD=\E[3~:kI=\E[2~:kN=\E[6~:\
11893         :kP=\E[5~:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:\
11894         :ks=\E[?1h\E=:ku=\EOA:le=\E[D:mb=\E[5m:md=\E[1m:\
11895         :me=\E[0m\017:mr=\E[7m:nd=\E[C:nw=\EE:rc=\E8:\
11896         :rs=\E[!p\E[?7;19;67h\E[?1;3;4l\E(B\E)0\017\E[2J\E[1;1H\E>:\
11897         :sc=\E7:se=\E[27m:sf=\ED:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
11898         :ts=\E[2$~\E[1$}:ue=\E[24m:up=\E[A:us=\E[4m:ve=\E[?25h:\
11899         :vi=\E[?25l:
11900 ncr260vt200wan|NCR 2900_260 vt200 wide mode ansi kybd:\
11901         :co#132:\
11902         :cm=\E[%i%d;%dH:\
11903         :is=\E[!p\E[?3;7;19;67h\E[?4l\E(B\E)0\017\E[2J\E[1;1H:\
11904         :rs=\E[!p\E[?3;7;19;67h\E[?4l\E(B\E)0\017\E[2J\E[1;1H:\
11905         :tc=ncr260vt200an:
11906 ncr260vt200pp|NCR 2900_260 vt200 with pc+ kybd:\
11907         :@7=\E[1~:K1=\E[H:K2=\E[V:K3=\EOu:K5=\E[U:kD=\E[4~:\
11908         :kI=\E[2~:kN=\E[6~:kP=\E[5~:kd=\E[B:ke=\E>:kh=\E[H:kl=\E[D:\
11909         :kr=\E[C:ks=\E=:ku=\E[A:l1=pf1:l2=pf2:l3=pf3:l4=pf4:\
11910         :tc=ncr260vt200an:
11911 ncr260vt200wpp|NCR 2900_260 vt200 wide mode pc+  kybd:\
11912         :co#132:\
11913         :cm=\E[%i%d;%dH:\
11914         :is=\E[!p\E[?3;7;19;67h\E[?1;4l\E(B\E)0\017\E[2J\E[1;1H\E>:\
11915         :rs=\E[!p\E[?3;7;19;67h\E[?1;4l\E(B\E)0\017\E[2J\E[1;1H\E>:\
11916         :tc=ncr260vt200pp:
11917 # (untranslatable capabilities removed to fit entry within 1023 bytes)
11918 # (sgr removed to fit entry within 1023 bytes)
11919 # (acsc removed to fit entry within 1023 bytes)
11920 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
11921 ncr260vt300an|NCR 2900_260 vt300 with ansi kybd:\
11922         :am:hs:mi:ms:xn:xo:\
11923         :co#80:li#24:\
11924         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
11925         :K1=\EOw:K2=\EOy:K3=\EOu:K4=\EOq:K5=\EOs:LE=\E[%dD:\
11926         :RI=\E[%dC:SF=\E[%dE:UP=\E[%dA:ae=\017:al=\E[L:as=\016:\
11927         :bl=^G:cd=\E[0J:ce=\E[0K:cl=\E[2J\E[1;1H:cm=\E[%i%d;%dH:\
11928         :cr=\r:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[1P:dl=\E[M:do=\E[B:\
11929         :ds=\E[0$~\E[1$~:ec=\E[%dX:ei=\E[4l:fs=\E[0$}:ho=\E[H:\
11930         :im=\E[4h:\
11931         :is=\E[!p\E[?7;19;67h\E[?1;3;4l\E[1;0%w\E(B\E)0\017\E[2J\E[1;1H\E>:\
11932         :k0=\EOy:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[M:k6=\E[17~:\
11933         :k7=\E[18~:k8=\E[19~:k9=\E[20~:kD=\E[3~:kI=\E[2~:kN=\E[6~:\
11934         :kP=\E[5~:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:\
11935         :ks=\E[?1h\E=:ku=\EOA:le=\E[D:mb=\E[5m:md=\E[1m:\
11936         :me=\E[0m\017:mr=\E[7m:nd=\E[C:nw=\EE:rc=\E8:\
11937         :rs=\E[!p\E[?7;19;67h\E[?1;3;4l\E[1;0%w\E(B\E)0\017\E[2J\E[1;1H\E>:\
11938         :sc=\E7:se=\E[27m:sf=\ED:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
11939         :ts=\E[2$~\E[1$}:ue=\E[24m:up=\E[A:us=\E[4m:ve=\E[?25h:\
11940         :vi=\E[?25l:
11941 ncr260vt300wan|NCR 2900_260 vt300 wide mode ansi kybd:\
11942         :co#132:\
11943         :cm=\E[%i%d;%dH:\
11944         :is=\E[!p\E[?3;7;19;67h\E[?4l\E[1;0%w\E(B\E)0\017\E[2J\E[1;1H:\
11945         :rs=\E[!p\E[?3;7;19;67h\E[?4l\E[1;0%w\E(B\E)0\017\E[2J\E[1;1H:\
11946         :tc=ncr260vt300an:
11947 ncr260vt300pp|NCR 2900_260 vt300 with pc+ kybd:\
11948         :@7=\E[1~:K1=\E[H:K2=\E[V:K3=\EOu:K5=\E[U:kD=\E[4~:\
11949         :kI=\E[2~:kN=\E[6~:kP=\E[5~:kd=\E[B:ke=\E>:kh=\E[H:kl=\E[D:\
11950         :kr=\E[C:ks=\E=:ku=\E[A:l1=pf1:l2=pf2:l3=pf3:l4=pf4:\
11951         :tc=ncr260vt300an:
11952 NCR260VT300WPP|ncr260vt300wpp|NCR 2900_260 vt300 wide mode pc+  kybd:\
11953         :co#132:\
11954         :cm=\E[%i%d;%dH:\
11955         :is=\E[!p\E[?3;7;19;67h\E[?1;4l\E[1;0%w\E(B\E)0\017\E[2J\E[1;1H\E>:\
11956         :rs=\E[!p\E[?3;7;19;67h\E[?1;4l\E[1;0%w\E(B\E)0\017\E[2J\E[1;1H\E>:\
11957         :tc=ncr260vt300pp:
11958 # This terminfo file contains color capabilities for the Wyse325 emulation of
11959 # the NCR 2900/260C color terminal.  Because of the structure of the command
11960 # (escape sequence) used to set color attributes, one of the fore/background
11961 # colors must be preset to a given value. I have set the background color to
11962 # black.  The user can change this setup by altering the last section of the
11963 # 'setf' definition.  The escape sequence to set color attributes is
11964 #               ESC d y <foreground_color> <background_color> 1
11965 # In addition, the background color can be changed through the desk accessories.
11966 # The capablitiy 'op' sets colors to green on black (default combination).
11968 # NOTE:  The NCR Unix System Administrator's Shell will not function properly
11969 #           if the 'pairs' capability is defined. Un-Comment the 'pairs'
11970 #           capability and recompile if you wish to have it included.
11972 # (untranslatable capabilities removed to fit entry within 1023 bytes)
11973 # (sgr removed to fit entry within 1023 bytes)
11974 # (acsc removed to fit entry within 1023 bytes)
11975 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
11976 ncr260wy325pp|NCR 2900_260 wyse 325:\
11977         :am:bw:hs:km:mi:ms:xo:\
11978         :co#80:li#24:\
11979         :K1=^^:K2=\EJ:K4=\ET:K5=\EK:ae=\EH\003\EcB0:al=\EE:\
11980         :as=\EH\002\EcB1:bl=^G:bt=\EI:cd=\Ey:ce=\Et:cl=\E*:\
11981         :cm=\E=%+ %+ :cr=^M:ct=\E0:dc=\EW:dl=\ER:do=\n:ds=\E`c:\
11982         :ei=\Er:fs=^M:ho=\036:im=\Eq:\
11983         :is=\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`\:\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7:\
11984         :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
11985         :k7=^AF\r:k8=^AG\r:k9=^AH\r:kD=\EW:kI=\Eq:kN=\EK:kP=\EJ:\
11986         :kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=\010:mb=\EG2:\
11987         :me=\EG0\EcB0\EcD:mr=\EG4:nd=\014:nw=\037:\
11988         :rs=\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`\:\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7:\
11989         :se=\EG0:sf=\n:so=\EGt:sr=\Ej:st=\E1:ta=^I:ts=\EF:ue=\EG0:\
11990         :up=\013:us=\EG8:ve=\E`1:vi=\E`0:vs=\E`5:
11991 ncr260wy325wpp|NCR 2900_260 wyse 325 wide mode:\
11992         :co#132:\
11993         :cm=\Ea%i%dR%dC:\
11994         :is=\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7:\
11995         :rs=\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7:\
11996         :tc=ncr260wy325pp:
11997 # This definition for Wyse 350 supports several attributes.  This means
11998 # that it has magic cookies (extra spaces where the attributes begin).
11999 # Some applications do not function well with magic cookies.  The System
12000 # Administrator's Shell in NCR Unix SVR4 1.03 is one such application.
12001 # If supporting various attributes is not vital, 'xmc#1' and the extra
12002 # attributes can be removed.
12003 # Mapping to ASCII character set ('acsc' capability) can also be
12004 # restored if needed.
12005 # In addition, color capabilities have been added to this file.  The drawback,
12006 # however, is that the background color has to be black.  The foreground colors
12007 # are numbered 0 through 15.
12009 # NOTE:  The NCR Unix System Administrator's Shell does not function properly
12010 #           with the 'pairs' capability defined as below.  If you wish to
12011 #           have it included, Un-comment it and recompile (using 'tic').
12013 # (untranslatable capabilities removed to fit entry within 1023 bytes)
12014 # (sgr removed to fit entry within 1023 bytes)
12015 # (acsc removed to fit entry within 1023 bytes)
12016 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
12017 ncr260wy350pp|NCR 2900_260 wyse 350:\
12018         :am:bw:hs:km:mi:ms:xo:\
12019         :co#80:li#24:sg#1:ug#1:\
12020         :K1=^^:K4=\ET:K5=\EK:ae=\EH\003\EcB0:al=\EE:\
12021         :as=\EH\002\EcB1:bl=^G:bt=\EI:cd=\Ey:ce=\Et:cl=\E+:\
12022         :cm=\E=%+ %+ :cr=^M:ct=\E0:dc=\EW:dl=\ER:do=\n:ds=\E`c:\
12023         :ei=\Er:fs=^M:ho=\036:im=\Eq:\
12024         :is=\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`\:\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7:\
12025         :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
12026         :k7=^AF\r:k8=^AG\r:k9=^AH\r:kD=\EW:kI=\Eq:kN=\EK:kP=\EJ:\
12027         :kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=\010:mb=\EG2:\
12028         :me=\EG0\EH\003\EcD:mh=\EGp:mr=\EG4:nd=\014:nw=\037:\
12029         :rs=\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`\:\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7:\
12030         :se=\EG0:sf=\n:so=\EGt:sr=\Ej:st=\E1:ta=^I:ts=\EF:ue=\EG0:\
12031         :up=\013:us=\EG8:ve=\E`1:vi=\E`0:vs=\E`5:
12032 ncr260wy350wpp|NCR 2900_260 wyse 350 wide mode:\
12033         :co#132:\
12034         :cm=\Ea%i%dR%dC:\
12035         :is=\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7:\
12036         :rs=\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7:\
12037         :tc=ncr260wy350pp:
12038 # This definition for Wyse 50+ supports several attributes.  This means
12039 # that it has magic cookies (extra spaces where the attributes begin).
12040 # Some applications do not function well with magic cookies.  The System
12041 # Administrator's Shell in NCR Unix SVR4 1.03 is one such application.
12042 # If supporting various attributes is not vital, 'xmc#1' and the extra
12043 # attributes can be removed.
12044 # Mapping to ASCII character set ('acsc' capability) can also be
12045 # restored if needed.
12046 # (ncr260wy50+pp: originally contained commented-out
12047 # <acsc=j5k3l2m1n8q:t4u9v=w0x6>, as well as the commented-out one there -- esr)
12048 # (untranslatable capabilities removed to fit entry within 1023 bytes)
12049 # (sgr removed to fit entry within 1023 bytes)
12050 # (acsc removed to fit entry within 1023 bytes)
12051 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
12052 ncr260wy50+pp|NCR 2900_260 wyse 50+:\
12053         :am:bw:hs:km:mi:ms:xo:\
12054         :co#80:li#24:sg#1:ug#1:\
12055         :K1=^^:K4=\ET:K5=\EK:ae=\EH^C:al=\EE:as=\EH^B:bl=^G:bt=\EI:\
12056         :cd=\EY:ce=\ET:cl=\E+:cm=\E=%+ %+ :cr=^M:ct=\E0:dc=\EW:\
12057         :dl=\ER:do=\n:ds=\E`c:ei=\Er:fs=^M:ho=\036:im=\Eq:\
12058         :is=\Ee6\E~"\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`\:\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7:\
12059         :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
12060         :k7=^AF\r:k8=^AG\r:k9=^AH\r:kD=\EW:kI=\Eq:kN=\EK:kP=\EJ:\
12061         :kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=\010:mb=\EG2:\
12062         :me=\EG0\EH\003:mh=\EGp:mr=\EG4:nd=\014:nw=\037:\
12063         :rs=\Ee6\E~"\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`\:\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7:\
12064         :se=\EG0:sf=\n:so=\EGt:sr=\Ej:st=\E1:ta=\011:ts=\EF:ue=\EG0:\
12065         :up=\013:us=\EG8:ve=\E`1:vi=\E`0:vs=\E`5:
12066 ncr260wy50+wpp|NCR 2900_260 wyse 50+ wide mode:\
12067         :co#132:\
12068         :cm=\Ea%i%dR%dC:\
12069         :is=\Ee6\E~"\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7:\
12070         :rs=\Ee6\E~"\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7:\
12071         :tc=ncr260wy50+pp:
12072 # (untranslatable capabilities removed to fit entry within 1023 bytes)
12073 # (sgr removed to fit entry within 1023 bytes)
12074 # (acsc removed to fit entry within 1023 bytes)
12075 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
12076 ncr260wy60pp|NCR 2900_260 wyse 60:\
12077         :am:bw:hs:km:mi:ms:xo:\
12078         :co#80:li#24:\
12079         :K1=^^:K2=\EJ:K4=\ET:K5=\EK:ae=\EH^C:al=\EE:as=\EH^B:bl=^G:\
12080         :bt=\EI:cd=\Ey:ce=\Et:cl=\E*:cm=\E=%+ %+ :cr=^M:ct=\E0:\
12081         :dc=\EW:dl=\ER:do=\n:ds=\E`c:ei=\Er:fs=^M:ho=\036:im=\Eq:\
12082         :is=\Ee6\E~4\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`\:\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7:\
12083         :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
12084         :k7=^AF\r:k8=^AG\r:k9=^AH\r:kD=\EW:kI=\Eq:kN=\EK:kP=\EJ:\
12085         :kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=\010:mb=\EG2:\
12086         :me=\EG0\EcB0\EcD:mr=\EG4:nd=\014:nw=\037:\
12087         :rs=\Ee6\E~4\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`\:\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7:\
12088         :se=\EG0:sf=\n:so=\EGt:sr=\Ej:st=\E1:ta=\011:ts=\EF:ue=\EG0:\
12089         :up=\013:us=\EG8:ve=\E`1:vi=\E`0:vs=\E`5:
12090 ncr260wy60wpp|NCR 2900_260 wyse 60 wide mode:\
12091         :co#132:\
12092         :cm=\Ea%i%dR%dC:\
12093         :is=\Ee6\E~4\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7:\
12094         :rs=\Ee6\E~4\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7:\
12095         :tc=ncr260wy60pp:
12096 ncr160vppp|NCR 2900_160 viewpoint:\
12097         :tc=ncr260vppp:
12098 ncr160vpwpp|NCR 2900_160 viewpoint wide mode:\
12099         :tc=ncr260vpwpp:
12100 ncr160vt100an|NCR 2900_160 vt100 with ansi kybd:\
12101         :tc=ncr260vt100an:
12102 ncr160vt100pp|NCR 2900_160 vt100 with PC+ kybd:\
12103         :tc=ncr260vt100pp:
12104 ncr160vt100wan|NCR 2900_160 vt100 wide mode ansi kybd:\
12105         :tc=ncr260vt100wan:
12106 ncr160vt100wpp|NCR 2900_160 vt100 wide mode pc+  kybd:\
12107         :tc=ncr260vt100wpp:
12108 ncr160vt200an|NCR 2900_160 vt200 with ansi kybd:\
12109         :tc=ncr260vt200an:
12110 ncr160vt200pp|NCR 2900_160 vt200 with pc+ kybd:\
12111         :tc=ncr260vt200pp:
12112 ncr160vt200wan|NCR 2900_160 vt200 wide mode ansi kybd:\
12113         :tc=ncr260vt200wan:
12114 ncr160vt200wpp|NCR 2900_160 vt200 wide mode pc+  kybd:\
12115         :tc=ncr260vt200wpp:
12116 ncr160vt300an|NCR 2900_160 vt300 with ansi kybd:\
12117         :tc=ncr260vt300an:
12118 ncr160vt300pp|NCR 2900_160 vt300 with pc+ kybd:\
12119         :tc=ncr260vt300pp:
12120 ncr160vt300wan|NCR 2900_160 vt300 wide mode ansi kybd:\
12121         :tc=ncr260vt300wan:
12122 ncr160vt300wpp|NCR 2900_160 vt300 wide mode pc+  kybd:\
12123         :tc=ncr260vt300wpp:
12124 ncr160wy50+pp|NCR 2900_160 wyse 50+:\
12125         :tc=ncr260wy50+pp:
12126 ncr160wy50+wpp|NCR 2900_160 wyse 50+ wide mode:\
12127         :tc=ncr260wy50+wpp:
12128 ncr160wy60pp|NCR 2900_160 wyse 60:\
12129         :tc=ncr260wy60pp:
12130 ncr160wy60wpp|NCR 2900_160 wyse 60 wide mode:\
12131         :tc=ncr260wy60wpp:
12132 ncrvt100an|ncrvt100pp|NCR vt100 for the 2900 terminal:\
12133         :5i:am:hs:mi:ms:xo:\
12134         :Nl#32:co#80:it#8:li#24:\
12135         :#4=\E[D:%i=\E[C:@8=^M:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:\
12136         :DO=\E[%dB:K1=\E[H:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
12137         :ac=``aaffgghhiijjkkllmmnnqqttuuvvwwxxyyzz~~:ae=\017:\
12138         :al=\E[B\E[L:as=\016:bl=^G:cb=\E[1K:cd=\E[0J:ce=\E[0K:\
12139         :cl=\E[2J\E[1;1H:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
12140         :ct=\E[3g:dc=\E[1P:dl=\E[M:do=\E[B:ds=\E[31l:eA=\E(B\E)0:\
12141         :ei=\E[4l:fs=1:ho=\E[H:im=\E[4h:\
12142         :is=\E[12h\E[?10l\E%/0n\E[P\031\E[?3l\E(B\E)0:k1=\EOP:\
12143         :k2=\EOQ:k3=\EOR:k4=\EOS:kb=^H:kd=\E[B:kl=\E[D:kr=\E[C:\
12144         :ku=\E[A:le=\E[D:mb=\E[5m:md=\E[1m:me=\017\E[0m:mr=\E[7m:\
12145         :nd=\E[C:nw=\EE:ps=\E[i:rc=\E8:\
12146         :rs=\Ec\E[12;31h\E[?3;4;5;10l\E[?6;7;19;25h\E[33;34l\E[0m\E(B\E)0\E%/0n\E[P\031:\
12147         :..sa=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;$<100>:\
12148         :sc=\E7:se=\E[0m:sf=\ED:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
12149         :ts=\E[>+1:ue=\E[0m:up=\E[A:us=\E[4m:
12150 ncrvt100wan|NCRVT100WPP|ncrvt100wpp|NCR VT100 emulation of the 2900 terminal:\
12151         :co#132:\
12152         :is=\E[12h\E[?10l\E%/0n\E[P\031\E[?3h\E(B\E)0:\
12153         :rs=\Ec\E[12;31h\E[?4;5;10l\E?3;6;7;19;25h\E[33;34l\E[0m\E(B\E)0\E%/0n\E[P\031:\
12154         :tc=ncrvt100an:
12156 # Vendor-supplied NCR termcaps end here
12158 # NCR7900 DIP switches:
12160 # Switch A:
12161 # 1-4 - Baud Rate
12162 # 5   - Parity (Odd/Even)
12163 # 6   - Don't Send or Do Send Spaces
12164 # 7   - Parity Enable
12165 # 8   - Stop Bits (One/Two)
12167 # Switch B:
12168 # 1   - Upper/Lower Shift
12169 # 2   - Typewriter Shift
12170 # 3   - Half Duplex / Full Duplex
12171 # 4   - Light/Dark Background
12172 # 5-6 - Carriage Return Without / With Line Feed
12173 # 7   - Extended Mode
12174 # 8   - Suppress Keyboard Display
12176 # Switch C:
12177 # 1   - End of line entry disabled/enabled
12178 # 2   - Conversational mode / (Local?) Mode
12179 # 3   - Control characters displayed / not displayed
12180 # 4   - (2-wire?) / 4-wire communications
12181 # 5   - RTS on and off for each character
12182 # 6   - (50Hz?) / 60 Hz
12183 # 7   - Exit after level zero diagnostics
12184 # 8   - RS-232 interface
12186 # Switch D:
12187 # 1   - Reverse Channel (yes / no)
12188 # 2   - Manual answer (no / yes)
12189 # 3-4 - Cursor appearance
12190 # 5   - Communication Rate
12191 # 6   - Enable / Disable EXT turnoff
12192 # 7   - Enable / Disable CR turnoff
12193 # 8   - Enable / Disable backspace
12195 # Since each attribute parameter is 0 or 1, we shift each attribute (standout,
12196 # reverse, blink, dim, and underline) the appropriate number of bits (by
12197 # multiplying the 0 or 1 by a correct factor to shift) so the bias character,
12198 # '@' is (effectively) "or"ed with each attribute to generate the proper third
12199 # character in the <ESC>0 sequence.  The :sa: string implements the following
12200 # equation:
12202 # ((((('@' + P5) | (P4 << 1)) | (P3 << 3)) | (P2 << 4)) | (p1 * 17))    =>
12203 # ((((('@' + P5) + (P4 << 1)) + (P3 << 3)) + (P2 << 4)) + (p1 * 17))
12205 #       Where:  P1 <==> Standout attribute parameter
12206 #               P2 <==> Underline attribute parameter
12207 #               P3 <==> Reverse attribute parameter
12208 #               P4 <==> Blink attribute parameter
12209 #               P5 <==> Dim attribute parameter
12210 # From <root@goliath.un.atlantaga.NCR.COM>, init string hacked by SCO.
12211 ncr7900i|ncr7900|ncr 7900 model 1:\
12212         :am:bw:ul:\
12213         :co#80:li#24:sg#1:ug#1:\
12214         :bl=^G:cd=\Ek:ce=\EK:cl=^L:cm=\E1%r%.%.:cr=^M:do=^J:\
12215         :is=\E0@\010\E3\E4\E7:kd=^J:kh=^A:kl=^U:kr=^F:ku=^Z:le=^H:\
12216         :ll=^A:mb=\E0B:me=\E0@:mh=\E0A:mr=\E0P:nd=^F:pf=^T:po=^R:\
12217         :..sa=\E0%p5%{64}%+%p4%{2}%*%+%p3%{16}%*%+%p2%{32}%*%+%p1%{17}%*%+%c:\
12218         :se=\E0@:sf=^J:so=\E0Q:ue=\E0@:up=^Z:us=\E0`:
12219 ncr7900iv|ncr 7900 model 4:\
12220         :am:bw:es:hs:\
12221         :co#80:li#24:\
12222         :al=\E^N:bl=^G:cl=^L:cm=\013%+@\E\005%02:cr=^M:dl=\E^O:\
12223         :do=^J:ds=\Ey1:fs=\Ek\Ey5:ho=\013@\E^E00:k1=\ES:k2=\ET:\
12224         :k3=\EU:k4=\EV:k5=\EW:k6=\EP:k7=\EQ:k8=\ER:kb=^H:kd=\EB:\
12225         :kh=\EH:kl=\ED:kr=\EC:ku=\EA:l6=blue:l7=red:l8=white:le=^H:\
12226         :nw=^M^J:sf=^J:ts=\Ej\Ex5\Ex1\EY8%+ \Eo:
12227 # Warning: This terminal will lock out the keyboard when it receives a CTRL-D.
12228 #          The user can enter a CTRL-B to get out of this locked state.
12229 # In <hpa>, we want to output the character given by the formula:
12230 #               ((col / 10) * 16) + (col % 10)          where "col" is "p1"
12231 ncr7901|ncr 7901 model:\
12232         :am:bw:ul:\
12233         :co#80:li#24:\
12234         :bl=^G:cd=\Ek:ce=\EK:ch=\020%B%.:cl=^L:cm=\EY%+ %+ :cr=^M:\
12235         :cv=\013%+@:do=^J:is=\E4^O:kC=^L:kd=^J:kh=^H:kl=^U:kr=^F:\
12236         :ku=^Z:le=^H:ll=^A:mb=\E0B:me=^O:mh=\E0A:mr=\E0P:nd=^F:pf=^T:\
12237         :po=^R:\
12238         :..sa=\E0%p5%{64}%+%p4%{2}%*%+%p3%{16}%*%+%p2%{32}%*%+%p1%{17}%*%+%c\016:\
12239         :se=^O:sf=^J:so=\E0Q\016:ue=^O:up=^Z:us=\E0`\016:ve=^X:\
12240         :vi=^W:
12242 #### Perkin-Elmer (Owl)
12244 # These are official terminfo entries from within Perkin-Elmer.
12247 bantam|pe550|pe6100|perkin elmer 550:\
12248         :bs:\
12249         :co#80:li#24:\
12250         :bl=^G:ce=\EI:cl=\EK:cm=\EX%+ \EY%+ :cr=^M:do=^J:ho=\EH:\
12251         :le=^H:ll=\EH\EA:nd=\EC:sf=^J:up=\EA:
12252 fox|pe1100|perkin elmer 1100:\
12253         :am:bs:\
12254         :co#80:li#24:\
12255         :bl=^G:cd=\EJ:ce=\EI:cl=\EH\EJ:cm=\EX%+ \EY%+ :cr=^M:\
12256         :ct=\E3:do=^J:ho=\EH:le=^H:ll=\EH\EA:nd=\EC:sf=^J:st=\E1:\
12257         :up=\EA:vb=\020\002\020\003:
12258 owl|pe1200|perkin elmer 1200:\
12259         :am:bs:in:\
12260         :co#80:li#24:\
12261         :al=\EL:bl=^G:cd=\EJ:ce=\EI:cl=\EH\EJ:cm=\EX%+ \EY%+ :\
12262         :cr=^M:ct=\E3:dc=\EO:dl=\EM:do=^J:ei=:ho=\EH:ic=\EN:im=:ip=:\
12263         :k0=\ERJ:k1=\ERA:k2=\ERB:k3=\ERC:k4=\ERD:k5=\ERE:k6=\ERF:\
12264         :k7=\ERG:k8=\ERH:k9=\ERI:kb=^H:le=^H:ll=\EH\EA:me=\E!\0:\
12265         :nd=\EC:se=\E!\0:sf=^J:so=\E!^H:st=\E1:up=\EA:\
12266         :vb=\020\002\020\003:
12267 pe1251|pe6300|pe6312|perkin elmer 1251:\
12268         :am:\
12269         :co#80:it#8:li#24:pb#300:sg#1:vt#8:\
12270         :bl=^G:cd=\EJ:ce=\EI:cl=\EK:cm=\EX%+ \EY%+ :cr=^M:ct=\E3:\
12271         :do=\EB:ho=\EH:k0=\ERA:k1=\ERB:k2=\ERC:k3=\ERD:k4=\ERE:\
12272         :k5=\ERF:k6=\ERG:k7=\ERH:k8=\ERI:k9=\ERJ:k;=\ERK:le=\ED:\
12273         :nd=\EC:sf=^J:st=\E1:up=\EA:
12274 # (pe7000m: this had
12275 #       rmul=\E!\0, smul=\E!\040,
12276 # which is probably wrong, it collides with kf0
12277 pe7000m|perkin elmer 7000 series monochrome monitor:\
12278         :am:\
12279         :co#80:li#24:\
12280         :bl=^G:bt=\E!Y:cd=\EJ:ce=\EI:cl=\EK:cm=\ES%+ %+ :cr=^M:\
12281         :do=\EB:ho=\EH:i1=\E!\0\EW  7o\Egf\ES7\s:k0=\E!\0:\
12282         :k1=\E!^A:k2=\E!^B:k3=\E!^C:k4=\E!^D:k5=\E!^E:k6=\E!^F:\
12283         :k7=\E!^G:k8=\E!^H:k9=\E!^I:k;=\E!^J:kb=^H:kd=\E!U:kh=\E!S:\
12284         :kl=\E!V:kr=\E!W:ku=\E!T:le=\ED:ll=\ES7\s:nd=\EC:sf=^J:\
12285         :sr=\ER:up=\EA:
12286 pe7000c|perkin elmer 7000 series colour monitor:\
12287         :i1=\E!\0\EW  7o\Egf\Eb0\Ec7\ES7\s:se=\Eb0:so=\Eb2:\
12288         :ue=\E!\0:us=\E!\s:tc=pe7000m:
12290 #### Sperry Univac
12292 # Sperry Univac has merged with Burroughs to form Unisys.
12295 # This entry is for the Sperry UTS30 terminal running the TTY
12296 # utility under control of CP/M Plus 1R1. The functionality
12297 # provided is comparable to the DEC vt100.
12298 # (uts30: I added <rmam>/<smam> based on the init string -- esr)
12299 uts30|sperry uts30 with cp/m@1R1:\
12300         :am:bw:hs:\
12301         :co#80:li#24:ws#40:\
12302         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
12303         :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7m:SF=\E[%dB:\
12304         :SR=\E[%dA:UP=\E[%dA:\
12305         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
12306         :ae=\Ed:al=\EN:as=\EF:bl=^G:cd=\E[J:ce=\E[K:cl=^L:\
12307         :cm=\E[%i%d;%dH:cr=^M:cs=\EU%+ %+ :dc=\EM:dl=\EL:do=\EB:\
12308         :ei=:fs=^M:ho=\E[H:ic=\EO:im=:is=\E[U 7\E[24;1H:kb=^H:\
12309         :kd=\EOB:kh=\E[H:kl=\EOD:kr=\EOC:ku=\EOA:le=^H:mb=\E[5m:\
12310         :md=\E[1m:me=\E[m:mr=\E[7m:nd=\EC:rc=\EX:\
12311         :rf=/usr/share/tabset/vt100:\
12312         :rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:sc=\EW:se=\E[m:\
12313         :sf=^J:so=\E[7m:sr=\EI:ta=^I:ts=\E]:uc=\EPB:ue=\E[m:up=\E[A:\
12314         :us=\E[4m:ve=\ES:vi=\ER:
12316 #### Tandem
12318 # Tandem builds these things for use with its line of fault-tolerant
12319 # transaction-processing computers.  They aren't generally available
12320 # on the merchant market, and so are fairly uncommon.
12323 tandem6510|adm3a repackaged by Tandem:\
12324         :tc=adm3a:
12326 # A funny series of terminal that TANDEM uses.  The actual model numbers
12327 # have a fourth digit after 653 that designates minor variants.  These are
12328 # natively block-mode and rather ugly, but they have a character mode which
12329 # this doubtless(?) exploits.  There is a 6520 that is slightly dumber.
12330 # (tandem653: had ":sb=\ES:", probably someone's mistake for sf; also,
12331 # removed :if=/usr/share/tabset/tandem653:, no such file -- esr)
12332 tandem653|t653x|Tandem 653x multipage terminal:\
12333         :am:bs:da:db:hs:\
12334         :co#80:li#24:sg#1:ug#1:ws#64:\
12335         :cd=\EJ:ce=\EK:cl=\EI:cm=\023%+ %+ :do=^J:ds=\Eo\r:fs=^M:\
12336         :ho=\EH:le=^H:me=\E6\s:nd=\EC:se=\E6\s:sf=\ES:so=\E6$:\
12337         :sr=\ET:ts=\Eo:ue=\E6\s:up=\EA:us=\E60:
12339 #### Tandy/Radio Shack
12341 # Tandy has a line of VDTs distinct from its microcomputers.
12344 dmterm|deskmate terminal:\
12345         :am:bw:\
12346         :co#80:li#24:\
12347         :al=\EP:bl=^G:cd=\EJ:ce=\EK:cl=\Ej:cm=\EY%+ %+ :cr=^M:\
12348         :dc=\ES:dl=\ER:do=\EB:ei=:ho=\EH:ic=\EQ:im=:k0=\E1:k1=\E2:\
12349         :k2=\E3:k3=\E4:k4=\E5:k5=\E6:k6=\E7:k7=\E8:k8=\E9:k9=\E0:\
12350         :kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:l0=f1:l1=f2:l2=f3:l3=f4:\
12351         :l4=f5:l5=f6:l6=f7:l7=f8:l8=f9:l9=f10:le=^H:ll=\EE:mk@:nd=\EC:\
12352         :sf=\EX:ta=^I:ue@:up=\EA:us@:ve=\EG6:vi=\EG5:tc=adm+sgr:
12353 dt100|dt-100|Tandy DT-100 terminal:\
12354         :xo:\
12355         :co#80:li#24:sg#1:ug#1:\
12356         :ac=jjkkllmmnnqqttuuvvwwxx:ae=^O:al=\E[L:as=^N:bl=^G:\
12357         :cd=\E[J:ce=\E[K:cl=\E[H\E[2J:cm=\010\E[%i%d;%dH:cr=^M:\
12358         :cs=\E[%2;%2r:dc=\E[P:dl=\E[M:do=\E[B:ei=:ho=\E[H:ic=\E[@:\
12359         :im=:is=\E[?3l\E)0\E(B:k1=\E[?3i:k2=\E[2i:k3=\E[@:k4=\E[M:\
12360         :k5=\E[17~:k6=\E[18~:k7=\E[19~:k8=\E[20~:k9=\E[21~:\
12361         :k;=\E[?5i:kN=\E[29~:kP=\E[28~:kd=\E[B:kh=\E[H:kl=\E[D:\
12362         :kr=\E[C:ku=\E[A:l1=f1:l2=f2:l3=f3:l4=f4:l5=f5:l6=f6:l7=f7:\
12363         :l8=f8:le=^H:me=\E[m:nd=\E[C:se=\E[m:sf=^J:so=\E[7m:sr=\EM:\
12364         :ta=^I:ue=\E[m:up=\E[A:us=\E[4m:ve=\E[?25h:vi=\E[?25l:
12365 dt100w|dt-100w|Tandy DT-100 terminal (wide mode):\
12366         :co#132:tc=dt100:
12367 dt110|Tandy DT-110 emulating ansi:\
12368         :xo:\
12369         :co#80:li#24:\
12370         :@7=\E[K:ac=jjkkllmmnnqqttuuvvwwxx:ae=^O:al=\E[0L:as=^N:\
12371         :bl=^G:cd=\E[0J:ce=\E[0K:cl=\E[H\E[2J:cm=\010\E[%i%d;%dH:\
12372         :cr=^M:cs=\E[%i%d;%dr:dc=\E[0P:dl=\E[0M:do=\E[0B:\
12373         :eA=\E(B\E)0:ei=:ho=\E[H:ic=\E[0@:im=:is=\E[?3l\E)0\E(B:\
12374         :k1=\E[1~:k2=\E[2~:k3=\E[3~:k4=\E[4~:k5=\E[5~:k6=\E[6~:\
12375         :k7=\E[7~:k8=\E[8~:k9=\E[9~:k;=\E[10~:kI=\E[@:kN=\E[26~:\
12376         :kP=\E[25~:kd=\E[B:kh=\E[G:kl=\E[D:kr=\E[C:ku=\E[A:l0=f1:\
12377         :l1=f2:l2=f3:l3=f4:l4=f5:l5=f6:l6=f7:l7=f8:l8=f9:l9=f10:le=^H:\
12378         :me=\E[m:nd=\E[C:se=\E[m:sf=^J:so=\E[7m:sr=\EM:ta=^I:\
12379         :ue=\E[m:up=\E[0A:us=\E[4m:ve=\E[?25h:vi=\E[?25l:
12380 pt210|TRS-80 PT-210 printing terminal:\
12381         :hc:os:\
12382         :co#80:\
12383         :bl=^G:cr=^M:do=^J:sf=^J:
12385 #### Tektronix (tek)
12387 # Tektronix tubes are graphics terminals.  Most of them use modified
12388 # oscilloscope technology incorporating a long-persistence green phosphor,
12389 # and support vector graphics on a main screen with an attached "dialogue
12390 # area" for interactive text.
12393 tek|tek4012|tektronix 4012:\
12394         :bs:os:\
12395         :co#75:li#35:\
12396         :bl=^G:cl=\E\014:cr=^M:do=^J:ff=\014:is=\E^O:le=^H:
12397 # (tek4013: added <acsc> to suppress tic warnings re :as:/:ae: --esr)
12398 tek4013|tektronix 4013:\
12399         :ac=:ae=\E^O:as=\E^N:tc=tek4012:
12400 tek4014|tektronix 4014:\
12401         :co#81:li#38:\
12402         :is=\E\017\E9:tc=tek4012:
12403 # (tek4015: added <acsc> to suppress tic warnings re :as:/:ae: --esr)
12404 tek4015|tektronix 4015:\
12405         :ac=:ae=\E^O:as=\E^N:tc=tek4014:
12406 tek4014-sm|tektronix 4014 in small font:\
12407         :co#121:li#58:\
12408         :is=\E\017\E\::tc=tek4014:
12409 # (tek4015-sm: added <acsc> to suppress tic warnings re :as:/:ae: --esr)
12410 tek4015-sm|tektronix 4015 in small font:\
12411         :ac=:ae=\E^O:as=\E^N:tc=tek4014-sm:
12412 # Tektronix 4023 from Andrew Klossner <orca!andrew.tektronix@csnet-relay>
12414 # You need to have "stty nl2" in effect.  Some versions of tset(1) know
12415 # how to set it for you.
12417 # It's got the Magic Cookie problem around stand-out mode.  If you can't
12418 # live with Magic Cookie, remove the :so: and :se: fields and do without
12419 # reverse video.  If you like reverse video stand-out mode but don't want
12420 # it to flash, change the letter 'H' to 'P' in the :so: field.
12421 tek4023|tektronix 4023:\
12422         :am:bs:\
12423         :co#80:dN#4:li#24:sg#1:vt#4:\
12424         :bl=^G:cl=4\E\014:cm=\034%r%+ %+ :cr=^M:do=^J:kb=^H:le=^H:\
12425         :nd=^I:nl=^J:se=^_@:so=^_P:
12426 # It is recommended that you run the 4025 at 4800 baud or less;
12427 # various bugs in the terminal appear at 9600.  It wedges at the
12428 # bottom of memory (try "cat /usr/dict/words"); ^S and ^Q typed
12429 # on keyboard don't work.  You have to hit BREAK twice to get
12430 # one break at any speed - this is a documented feature.
12431 # Can't use cursor motion because it's memory relative, and
12432 # because it only works in the workspace, not the monitor.
12433 # Same for home. Likewise, standout only works in the workspace.
12435 # :ce: was commented out since vi and rogue seem to work better
12436 # simulating it with lots of spaces!
12438 # :al: and :AL: had 145ms of padding, but that slowed down vi's ^U
12439 # and didn't seem necessary.
12441 tek4024|tek4025|tek4027|tektronix 4024/4025/4027:\
12442         :am:bs:da:db:\
12443         :co#80:it#8:li#34:lm#0:\
12444         :AL=\037up\r\037ili %d\r:CC=^_:DL=\037dli %d\r\006:\
12445         :DO=\037dow %d\r:LE=\037lef %d\r:RI=\037rig %d\r:\
12446         :UP=\037up %d\r:al=\037up\r\037ili\r:bl=^G:\
12447         :cd=\037dli 50\r:cl=\037era\r\n\n:cr=^M:dc=\037dch\r:\
12448         :dl=\037dli\r\006:do=^F^J:ei=:ic=\037ich\r \010:im=:\
12449         :is=!com 31\r\n\037sto 9 17 25 33 41 49 57 65 73\r:\
12450         :ke=\037lea p2\r\037lea p4\r\037lea p6\r\037lea p8\r\037lea f5\r:\
12451         :ks=\037lea p4 /h/\r\037lea p8 /k/\r\037lea p6 / /\r\037lea p2 /j/\r\037lea f5 /H/\r:\
12452         :le=^H:nd=\037rig\r:sf=^F^J:ta=^I:up=^K:
12453 tek4025-17|tek 4025 17 line window:\
12454         :li#17:tc=tek4025:
12455 tek4025-17-ws|tek 4025 17 line window in workspace:\
12456         :is=!com 31\r\n\037sto 9 17 25 33 41 49 57 65 73\r\037wor 17\r\037mon 17\r:\
12457         :se=\037att s\r:so=\037att e\r:te=\037mon h\r:\
12458         :ti=\037wor h\r:tc=tek4025-17:
12459 tek4025-ex|tek4027-ex|tek 4025/4027 w/!:\
12460         :is=\037com 33\r\n!sto 9 17 25 33 41 49 57 65 73\r:\
12461         :te=\037com 33\r:ti=!com 31\r:tc=tek4025:
12462 # Tektronix 4025a
12463 # From: Doug Gwyn <gwyn@brl-smoke.ARPA>
12464 # The following status modes are assumed for normal operation (replace the
12465 # initial "!" by whatever the current command character is):
12466 #       !COM 29                 # NOTE: changes command character to GS (^])
12467 #       ^]DUP
12468 #       ^]ECH R
12469 #       ^]EOL
12470 #       ^]RSS T
12471 #       ^]SNO N
12472 #       ^]STO 9 17 25 33 41 49 57 65 73
12473 # Other modes may be set according to communication requirements.
12474 # If the command character is inadvertently changed, termcap can't restore it.
12475 # Insert-character cannot be made to work on both top and bottom rows.
12476 # Clear-to-end-of-display emulation via !DLI 988 is too grotty to use, alas.
12477 # There also seems to be a problem with vertical motion, perhaps involving
12478 # delete/insert-line, following a typed carriage return.  This terminal sucks.
12479 # Delays not specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
12480 # (tek4025a: removed obsolete ":xx:". This may mean the tek4025a entry won't
12481 # work any more. -- esr)
12482 tek4025a|Tektronix 4025A:\
12483         :am:bs:bw:da:db:pt:xo:\
12484         :co#80:it#8:li#34:\
12485         :CC=^]:DC=\035dch %d;:DL=\035dli %d;:DO=\035dow %d;:\
12486         :LE=\035lef %d;:RI=\035rig %d;:SF=\035dow %d;:\
12487         :UP=\035up %d;:al=\013\035ili;:bl=^G:bt=\035bac;:\
12488         :ce=\035dch 80;:ch=\r\035rig %d;:cl=\035era;\n\035rup;:\
12489         :cr=^M:ct=\035sto;:dc=\035dch;:dl=\035dli;:do=^J:le=^H:\
12490         :nd=\035rig;:\
12491         :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;:\
12492         :sf=^J:ta=^I:up=^K:
12493 # From: cbosg!teklabs!davem Wed Sep 16 21:11:41 1981
12494 # Here's the command file that I use to get rogue to work on the 4025.
12495 # It should work with any program using the old curses (e.g. it better
12496 # not try to scroll, or cursor addressing won't work.  Also, you can't
12497 # see the cursor.)
12498 # (This "learns" the arrow keys for rogue. I have adapted it for termcap - mrh)
12499 tek4025-cr|tek 4025 for curses and rogue:\
12500         :am:bs:\
12501         :co#80:it#8:li#33:\
12502         :cl=\037era;:cm=\037jum%i%d,%d;:do=^F^J:\
12503         :is=!com 31\r\n\037sto 9 17 25 33 41 49 57 65 73\r:\
12504         :le=^H:nd=\037rig;:sf=^F^J:ta=^I:te=\037wor 0:\
12505         :ti=\037wor 33h:up=^K:
12506 # next two lines commented out since curses only allows 128 chars, sigh.
12507 #       :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:\
12508 #       :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:
12509 tek4025ex|4025ex|4027ex|tek 4025 w/!:\
12510         :is=\037com 33\r\n!sto 9,17,25,33,41,49,57,65,73\r:\
12511         :te=\037com 33\r:ti=!com 31\r:tc=tek4025:
12512 tek4105|tektronix 4105:\
12513         :am:bs:mi:ms:ul:xn:xt:\
12514         :co#79:it#8:li#29:\
12515         :ac=:ae=\E[m:al=\E[1L:as=\E[1m:bl=^G:bt=\E[Z:cd=\E[J:\
12516         :ce=\E[K:cl=\E[2J\E[H:cm=\E[%i%2;%2H:cr=^M:ct=\E[1g:\
12517         :dc=\E[1P:dl=\E[1M:do=\E[1B:ei=\E[4l:ho=\E[H:i1=\E%!1\E[m:\
12518         :im=\E[4h:is=\E%!1\E[?6141\E[m:kb=^H:kd=\E[1B:kl=\E[1D:\
12519         :kr=\E[1C:ku=\E[1A:mb=\E[=3;<7m:md=\E[=7;<4m:\
12520         :me=\E[=0;<1m:mh=\E[=1;<6m:mk=\E[=6;<5:mr=\E[=1;<3m:\
12521         :nd=\E[1C:se=\E[=0;<1m:sf=\E[S:so=\E[=2;<3m:sr=\E[T:ta=^I:\
12522         :te=:ti=\E%!1\E[?6l\E[2J:ue=\E[=0;<1m:up=\E[1A:\
12523         :us=\E[=5;<2m:
12525 # (tek4105-30: I added <rmam>/<smam> based on the init string -- esr)
12526 tek4105-30|4015 emulating 30 line vt100:\
12527         :am:mi:ms:xn:xo:\
12528         :co#80:it#8:li#30:vt#3:\
12529         :@8=\EOM:DO=\E[%dB:K1=\EOq:K2=\EOr:K3=\EOs:K4=\EOp:K5=\EOn:\
12530         :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:\
12531         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
12532         :ae=^O:as=^N:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
12533         :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:do=^J:\
12534         :eA=\E(B\E)0:ho=\E[H:k0=\EOy:k1=\EOP:k2=\EOQ:k3=\EOR:\
12535         :k4=\EOS:k5=\EOt:k6=\EOu:k7=\EOv:k8=\EOl:k9=\EOw:k;=\EOx:\
12536         :kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\
12537         :ku=\EOA:le=^H:mb=\E[5m:md=\E[1m:me=\E[m\017:mr=\E[7m:\
12538         :nd=\E[C:rc=\E8:rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
12539         :..sa=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;$<2>:\
12540         :sc=\E7:se=\E[m:sf=^J:so=\E[1;7m:sr=\EM:st=\EH:ta=^I:\
12541         :ue=\E[m:up=\E[A:us=\E[4m:
12543 # Tektronix 4105 from BRL
12544 # The following setup modes are assumed for normal operation:
12545 #       CODE ansi               CRLF no                 DABUFFER 141
12546 #       DAENABLE yes            DALINES 30              DAMODE replace
12547 #       DAVISIBILITY yes        ECHO no                 EDITMARGINS 1 30
12548 #       FLAGGING input          INSERTREPLACE replace   LFCR no
12549 #       ORIGINMODE relative     PROMPTMODE no           SELECTCHARSET G0 B
12550 #       SELECTCHARSET G1 0      TABS -2
12551 # Other setup modes may be set for operator convenience or communication
12552 # requirements; I recommend
12553 #       ACURSOR 1 0             AUTOREPEAT yes          AUTOWRAP yes
12554 #       BYPASSCANCEL <LF>       CURSORKEYMODE no        DAINDEX 1 0 0
12555 #       EOFSTRING ''            EOLSTRING <CR>          EOMCHARS <CR> <NU>
12556 #       GAMODE overstrike       GCURSOR 0 100 0         GSPEED 10 1
12557 #       IGNOREDEL no            KEYEXCHAR <DL>          NVDEFINE -53 "<NU>"
12558 #       PROMPTSTRING ''         QUEUESIZE 2460          WINDOW 0 0 4095 3132
12559 #       XMTDELAY 0
12560 # and factory color maps.  After setting these modes, save them with NVSAVE. No
12561 # delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
12562 # "IC" cannot be used in combination with "im" & "ei".
12563 # "tek4105a" is just a guess:
12564 tek4105a|Tektronix 4105:\
12565         :bs:ms:pt:xo:\
12566         :co#80:it#8:kn#8:li#30:vt#3:\
12567         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:\
12568         :RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:ac=:ae=^O:al=\E[L:\
12569         :as=^N:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
12570         :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:\
12571         :dl=\E[M:do=^J:ec=\E[%dX:ei=\E[4l:ho=\E[H:im=\E[4h:\
12572         :is=\E%!1:k0=\EOA:k1=\EOB:k2=\EOC:k3=\EOD:k4=\EOP:k5=\EOQ:\
12573         :k6=\EOR:k7=\EOS:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:\
12574         :kr=\EOC:ks=\E[?1h\E=:ku=\EOA:l0=F1:l1=F2:l2=F3:l3=F4:l4=F5:\
12575         :l5=F6:l6=F8:le=^H:ll=\E[30;H:mb=\E[5m:md=\E[1m:me=\E[m:\
12576         :mr=\E[7m:nd=\E[C:nw=\EE:rc=\E8:\
12577         :rs=\030\E%!0\EKC\E\014\EKR0\EKF0\ENM0\ELBH=\ETF8000010F40\ELI100\ELLA>\ELM0\EKE0\ENF1\EKS0\END0\E%!1\Ec\E[?3;5l\E[?7;8h\E[r\E[m\E>:\
12578         :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
12579         :te=\E%!0\ELBH=\E%!1:ti=\E[?6l:ue=\E[m:up=\EM:us=\E[4m:\
12580         :ve=\E%!0\ETD10\E%!1:vi=\E%!0\ETD00\E%!1:\
12581         :vs=\E%!0\ETD70\E%!1:
12584 # Tektronix 4106/4107/4109 from BRL
12585 # The following setup modes are assumed for normal operation:
12586 #       CODE ansi               COLUMNMODE 80           CRLF no
12587 #       DABUFFER 141            DAENABLE yes            DALINES 32
12588 #       DAMODE replace          DAVISIBILITY yes        ECHO no
12589 #       EDITMARGINS 1 32        FLAGGING input          INSERTREPLACE replace
12590 #       LFCR no                 LOCKKEYBOARD no         ORIGINMODE relative
12591 #       PROMPTMODE no           SELECTCHARSET G0 B      SELECTCHARSET G1 0
12592 #       TABS -2
12593 # Other setup modes may be set for operator convenience or communication
12594 # requirements; I recommend
12595 #       ACURSOR 1 0             AUTOREPEAT yes          AUTOWRAP yes
12596 #       BYPASSCANCEL <LF>       CURSORKEYMODE no        DAINDEX 1 0 0
12597 #       EOFSTRING ''            EOLSTRING <CR>          EOMCHARS <CR> <NU>
12598 #       GAMODE overstrike       GCURSOR 0 100 0         GSPEED 9 3
12599 #       IGNOREDEL no            KEYEXCHAR <DL>          NVDEFINE -53 "<NU>"
12600 #       PROMPTSTRING ''         QUEUESIZE 2620          WINDOW 0 0 4095 3132
12601 #       XMTDELAY 0
12602 # and factory color maps.  After setting these modes, save them with NVSAVE.  No
12603 # delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
12604 # "IC" cannot be used in combination with "im" & "ei".
12605 tek4106brl|tek4107brl|tek4109brl|Tektronix 4106 4107 or 4109:\
12606         :ms:xo:\
12607         :co#80:it#8:li#32:vt#3:\
12608         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:\
12609         :RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:ac=:ae=^O:al=\E[L:\
12610         :as=^N:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
12611         :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:\
12612         :dl=\E[M:do=^J:ec=\E[%dX:ei=\E[4l:ho=\E[H:im=\E[4h:\
12613         :is=\E%!1:k0=\EOA:k1=\EOB:k2=\EOC:k3=\EOD:k4=\EOP:k5=\EOQ:\
12614         :k6=\EOR:k7=\EOS:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:\
12615         :kr=\EOC:ks=\E[?1h\E=:ku=\EOA:l0=F1:l1=F2:l2=F3:l3=F4:l4=F5:\
12616         :l5=F6:l6=F8:le=^H:ll=\E[32;H:mb=\E[5m:md=\E[1m:me=\E[m:\
12617         :mr=\E[7m:nd=\E[C:nw=\EE:\
12618         :r1=\030\E%!0\EKC\E\014\EKR0\EKF0\ENM0\ELBH=\ETF8000010F40\ELI100\ELLB0\ELM0\EKE0\ENF1\EKS0\END0\ERE0\E%!1\Ec\E[?3;5l\E[?7;8h\E[r\E[m\E>:\
12619         :rc=\E8:sc=\E7:se=\E[m:sf=^J:so=\E[7;42m:sr=\EM:st=\EH:\
12620         :ta=^I:te=\E%!0\ELBH=\E%!1:ti=\E[?6l:ue=\E[m:up=\EM:\
12621         :us=\E[4m:ve=\E%!0\ETD10\E%!1:vi=\E%!0\ETD00\E%!1:\
12622         :vs=\E%!0\ETD70\E%!1:
12624 tek4107|tek4109|tektronix terminals 4107 4109:\
12625         :am:bs:mi:ms:ul:xn:xt:\
12626         :co#79:it#8:li#29:\
12627         :bl=^G:cd=\EJ:ce=\EK:cl=\ELZ:cm=\EY%+ %+ :cr=^M:do=^J:kb=^H:\
12628         :kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=^H:mb=\E%!1\E[5m\E%!0:\
12629         :md=\E%!1\E[1m\E%!0:me=\E%!1\E[m\E%!0:\
12630         :mh=\E%!1\E[<0m\E%!0:mr=\E%!1\E[7m\E%0:nd=\EC:\
12631         :..sa=\E%%!1\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m$<2>\E%%!0:\
12632         :se=\E%!1\E[m\E%!0:sf=^J:so=\E%!1\E[7;5m\E%!0:sr=\EI:\
12633         :ta=^I:ue=\E%!1\E[m\E%!0:up=\EA:us=\E%!1\E[4m\E%!0:\
12634         :ve=\E%!0:vs=\E%!3:
12635 # Tektronix 4207 with sysline.  In the ancestral termcap file this was 4107-s;
12636 # see the note attached to tek4207.
12637 tek4207-s|Tektronix 4207 with sysline but no memory:\
12638         :es:hs:\
12639         :ds=\E7\E[?6l\E[2K\E[?6h\E8:fs=\E[?6h\E8:\
12640         :i1=\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:\
12641         :is=\E7\E[?6l\E[2K\E[?6h\E8:\
12642         :ts=\E7\E[?6l\E[2K\E[;%i%df:tc=tek4107:
12644 # The 4110 series may be a wonderful graphics series, but they make the 4025
12645 # look good for screen editing.  In the dialog area, you can't move the cursor
12646 # off the bottom line.  Out of the dialog area, ^K moves it up, but there
12647 # is no way to scroll.
12649 # Note that there is a floppy for free from Tek that makes the
12650 # 4112 emulate the vt52 (use the vt52 termcap). There is also
12651 # an expected enhancement that will use ANSI standard sequences.
12653 # 4112 in non-dialog area pretending to scroll. It really wraps
12654 # but vi is said to work (more or less) in this mode.
12656 # 'vi' works reasonably well with this entry.
12658 otek4112|o4112-nd|otek4113|otek4114|old tektronix 4110 series:\
12659         :am:\
12660         :co#80:li#34:\
12661         :bl=^G:cl=\E^L:cr=^M:do=^J:le=^H:sf=^J:te=\EKA1\ELV1:\
12662         :ti=\EKA0\ELV0\EMG0:up=^K:
12663 # The 4112 with the ANSI compatibility enhancement
12664 tek4112|tek4114|tektronix 4110 series:\
12665         :am:bs:db:\
12666         :co#80:li#34:\
12667         :al=\E[L:bt=\E[Z:cd=\E[0J:ce=\E[0K:cl=\E[2J\E[0;0H:\
12668         :cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:ei=:ic=\E[@:im=:is=\E3!1:\
12669         :le=^H:me=\E[m:nd=\E[C:se=\E[m:sf=\E7\E[0;0H\E[M\E8:\
12670         :so=\E[7m:sr=\E7\E[0;0H\E[L\E8:ue=\E[m:up=\EM:us=\E[4m:
12671 tek4112-nd|4112 not in dialog area:\
12672         :ns:\
12673         :up=^K:tc=tek4112:
12674 tek4112-5|4112 in 5 line dialog area:\
12675         :li#5:tc=tek4112:
12676 # (tek4113: this used to have ":nd=\LM1\s\LM0:", someone's mistake;
12677 # removed ":as=\E^N:, :ae=\E^O:", which had been commented out in 8.3.
12678 # Note, the !0 and !1 sequences in :te:/:ti:/:ve:/:vi: were
12679 # previously \0410 and \0411 sequences...I don't *think* they were supposed
12680 # to be 4-digit octal -- esr)
12681 tek4113|tektronix 4113 color graphics with 5 line dialog area:\
12682         :am:bs:da:eo:\
12683         :co#80:li#5:\
12684         :cl=\ELZ:do=^J:is=\EKA1\ELL5\ELV0\ELV1:le=^H:\
12685         :nd=\ELM1 \ELM0:uc=\010\ELM1_\ELM0:\
12686         :vb=\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERB0:
12687 tek4113-34|tektronix 4113 color graphics with 34 line dialog area:\
12688         :li#34:\
12689         :is=\EKA1\ELLB2\ELV0\ELV1:tc=tek4113:
12690 # :ns: left off to allow vi visual mode. APL font (:as=\E^N:/:ae=\E^O:) not
12691 # supported here. :uc: is slow, but looks nice. Suggest setenv MORE -up .
12692 # :vb: needs enough delay to let you see the background color being toggled.
12693 tek4113-nd|tektronix 4113 color graphics with no dialog area:\
12694         :am:bs:eo:\
12695         :co#80:it#8:li#34:\
12696         :cl=\E^L:do=^J:ho=\ELF7l\177 @:is=\ELZ\EKA0\ELF7l\177 @:\
12697         :le=^H:ll=\ELF hl @:nd=^I:se=\EMT1:so=\EMT2:ta=^I:\
12698         :uc=\010\EMG1_\EMG0:up=^K:\
12699         :vb=\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERB0:\
12700         :vs=\ELZ\EKA0:
12701 # This entry is from Tek. Inc.  (Brian Biehl)
12702 # (tek4115: :bc: renamed to :le:, <rmam>/<smam> added based on init string -- esr)
12703 otek4115|Tektronix 4115:\
12704         :am:bs:da:db:eo:\
12705         :co#80:it#8:li#34:\
12706         :RA=\E[?7l:SA=\E[?7h:al=\E[L:bt=\E[Z:cd=\E[J:ce=\E[K:\
12707         :cl=\E[H\E[2J:cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:do=\E[B:\
12708         :ei=\E[4l:ho=\E[H:if=/usr/share/tabset/vt100:im=\E[4h:\
12709         :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[m:\
12710         :kb=^H:ke=\E>:ks=\E=:le=\E[D:me=\E[m:nd=\E[C:se=\E[m:\
12711         :so=\E[7m:sr=\EM:ta=^I:te=\E%!0\ELBG8\E%!1\E[34;1H\E[J:\
12712         :ti=\E%!0\ELBB2\E%!1:ue=\E[m:up=\E[A:us=\E[4m:\
12713         :ve=\E%!0\ELBG8\E%!1\E[34;1H:vs=\E%!0\ELBB2\E%!1:
12714 tek4115|newer tektronix 4115 entry with more ANSI capabilities:\
12715         :am:xo:\
12716         :co#80:li#34:\
12717         :AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:LE=\E[%dD:\
12718         :RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:al=\E[L:bl=^G:\
12719         :bt=\E[Z:cd=\E[J:ce=\E[K:ch=\E[%+^AG:cl=\E[H\E[J:\
12720         :cm=\E[%i%d;%dH:cr=^M:ct=\E[2g:cv=\E[%+^Ad:dc=\E[P:\
12721         :dl=\E[M:do=^J:ei=:ho=\E[H:ic=\E[@:im=:kb=^H:kd=\E[B:kh=\E[H:\
12722         :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:\
12723         :mk=\E[8m:mr=\E[7m:nd=\E[C:..rp=%p1%c\E[%p2%{1}%-%db:\
12724         :..sa=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;m:\
12725         :se=\E[m:sf=^J:so=\E[7m:st=\EH:ta=^I:ue=\E[m:up=\E[A:\
12726         :us=\E[4m:
12727 # The tek4125 emulates a vt100 incorrectly - the scrolling region
12728 # command is ignored.  The following entry replaces :cs: with the needed
12729 # :AL:, :AL:, and :im:; removes some cursor pad commands that the tek4125
12730 # chokes on; and adds a lot of initialization for the tek dialog area.
12731 # Note that this entry uses all 34 lines and sets the cursor color to green.
12732 # Steve Jacobson 8/85
12733 # (tek4125: there were two "\!"s in the is that I replaced with "\E!";
12734 # commented out, :im:=\E1 because there's no :ei:  -- esr)
12735 tek4125|tektronix 4125:\
12736         :li#34:\
12737         :al=\E[1L:cs@:dl=\E[1M:\
12738         :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:\
12739         :ks=\E=:rc@:sc@:tc=vt100:
12741 # From: <jcoker@ucbic>
12742 # (tek4207: This was the termcap file's entry for the 4107/4207, but SCO
12743 # supplied another, less capable 4107 entry.  So we'll use that for 4107 and
12744 # note that if jcoker wasn't confused you may be able to use this one.
12745 # I merged in :ms:,:sf:,:sr:,<invis>,:ct: from a BRL entry -- esr)
12746 tek4207|Tektronix 4207 graphics terminal with memory:\
12747         :am:bw:mi:ms:ul:xn:\
12748         :co#80:it#8:li#32:\
12749         :al=3\E[L:bt=\E[Z:cd=\E[J:ce=5\E[K:cl=156\E[H\E[J:\
12750         :cm=\E[%i%d;%dH:ct=\E[1g:dc=4\E[P:dl=3\E[M:do=^J:ei=:\
12751         :ho=\E[H:ic=4\E[@:im=:\
12752         :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:\
12753         :kd=\ED:kh=\E[H:kl=\E[D:kr=\E[C:ku=\EM:le=^H:mb=\E[5m:\
12754         :md=\E[1m:me=\E[m:mk=\E[=6;<5:mr=\E[7m:nd=\E[C:se=\E[m:\
12755         :sf=\E[S:so=\E[7m:sr=\E[T:ta=^I:\
12756         :te=\E[?6h\E%!0\ELBP0\E%!1\E[32;1f:ti=\E[?6l\E[H\E[J:\
12757         :ue=\E[m:up=\EM:us=\E[4m:
12759 # From: <carolyn@dali.berkeley.edu>  Thu Oct 31 12:54:27 1985
12760 # (tek4404: There was a "\!" in :ti: that I replaced with "\E!".
12761 # Tab had been given as \E2I,that must be the tab-set capability -- esr)
12762 tek4404|tektronix 4404:\
12763         :bs:\
12764         :co#80:it#8:li#32:\
12765         :al=\E[1L:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:\
12766         :cs=\E[%i%d;%dr:dc=\E[P:dl=\E[1M:do=^J:ei=\E[4l:ho=\E[H:\
12767         :im=\E[4h:kd=\E[B:ke=\E[?1h:kl=\E[D:kr=\E[C:ks=\E[?1l:\
12768         :ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:nd=\E[C:rc=\E8:\
12769         :sc=\E7:se=\E[27m:so=\E[7m:st=\E[2I:ta=^I:\
12770         :te=\E[1;1H\E[0J\E[?6h\E[?1l:\
12771         :ti=\E%\E!1\E[1;32r\E[?6l\E>:ue=\E[m:up=\E[A:us=\E[4m:
12772 # Some unknown person wrote:
12773 # I added the is string - straight Unix has ESC ; in the login
12774 # string which sets a ct8500 into monitor mode (aka 4025 snoopy
12775 # mode). The is string here cleans up a few things (but not
12776 # everything).
12777 ct8500|tektronix ct8500:\
12778         :am:bw:da:db:\
12779         :co#80:li#25:\
12780         :al=\E^L:bl=^G:bt=\E^I:cd=\E^U:ce=\E^T:cl=\E^E:\
12781         :cm=\E|%+ %+ :cr=^M:dc=\E^]:dl=\E^M:do=^J:ei=:ic=\E^\:im=:\
12782         :is=\037\EZ\Ek:le=^H:me=\E\s:nd=\ES:se=\E\s:sf=^J:so=\E$:\
12783         :sr=\E^A:ta=^I:ue=\E\s:up=\ER:us=\E!:
12785 # Tektronix 4205 terminal.
12787 # am is not defined because the wrap around occurs not when the char.
12788 # is placed in the 80'th column, but when we are attempting to type
12789 # the 81'st character on the line.  (esr: hmm, this is like the vt100
12790 # version of xenl, perhaps am + xenl would work!)
12792 # Bold, dim, and standout are simulated by colors and thus not allowed
12793 # with colors.  The tektronix color table is mapped into the RGB color
12794 # table by setf/setb. All colors are reset to factory specifications by oc.
12795 # The <initc> cap uses RGB notation to define colors.  for arguments 1-3 the
12796 # interval (0-1000) is broken into 8 smaller sub-intervals (125).  Each sub-
12797 # interval then maps into pre-defined value.
12798 # (untranslatable capabilities removed to fit entry within 1023 bytes)
12799 tek4205|tektronix 4205:\
12800         :cc:mi:ms:\
12801         :Co#8:NC#49:co#80:it#8:li#30:pa#63:\
12802         :AL=\E[%dL:DO=\E[%dB:IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:\
12803         :UP=\E[%dA:\
12804         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
12805         :ae=^O:al=\E[1L:as=^N:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[J:\
12806         :ce=\E[K:cl=\E[2J\E[H:cm=\E[%i%d;%dH:cr=^M:ct=\E[1g:\
12807         :dc=\E[1P:dl=\E[1M:do=\E[B:eA=\E)0:ec=\E%dX:ei=\E[4l:\
12808         :ho=\E[H:i1=\E%!0\ETM1\E%!1\E[m:im=\E[4h:k0=\EOA:k1=\EOB:\
12809         :k2=\EOC:k3=\EOD:k4=\EP:k5=\EQ:k6=\ER:k7=\ES:kb=^H:kd=\E[B:\
12810         :kl=\E[D:kr=\E[C:ku=\E[A:le=\E[D:mb=\E[5m:md=\E[=7;<4m:\
12811         :me=\E[=0;<1m\E[24;25;27m\017:mh=\E[=1;<6m:mk=\E[=6;<5:\
12812         :mr=\E[7m:nd=\E[C:\
12813         :oc=\E%!0\ETFB000001F4F4F42F40030F404A4C<F450F4F46F40F47F4F40\E%!1:\
12814         :op=\E[39;40m:se=\E[=0;<1m:sf=\ED:so=\E[=2;<3m:sr=\EM:\
12815         :ta=^I:te=:ti=\E%%%!1\E[?6l\E[2J:ue=\E[24m:up=\E[A:\
12816         :us=\E[4m:
12818 #### Teletype (tty)
12820 # These are the hardcopy Teletypes from before AT&T bought the company,
12821 # clattering electromechanical dinosaurs in Bakelite cases that printed on
12822 # pulpy yellow roll paper.  If you remember these you go back a ways.
12823 # Teletype-branded VDTs are listed in the AT&T section.
12825 # The earliest UNIXes were designed to use these clunkers; nroff and a few
12826 # other programs still default to emitting codes for the Model 37.
12829 tty33|tty35|model 33 or 35 teletype:\
12830         :hc:os:xo:\
12831         :co#72:\
12832         :bl=^G:cr=^M:do=^J:sf=^J:
12833 tty37|model 37 teletype:\
12834         :bs:hc:os:xo:\
12835         :bl=^G:cr=^M:do=^J:hd=\E9:hu=\E8:le=^H:sf=^J:up=\E7:
12837 # There are known to be at least three flavors of the tty40, all seem more
12838 # like IBM half duplex forms fillers than ASCII terminals.  They have lots of
12839 # awful braindamage, such as printing a visible newline indicator after each
12840 # newline.  The 40-1 is a half duplex terminal and is hopeless.  The 40-2 is
12841 # braindamaged but has hope and is described here.  The 40-4 is a 3270
12842 # lookalike and beyond hope.  The terminal has visible bell but I don't know
12843 # it - it's null here to prevent it from showing the BL character.
12844 # There is an \EG in <nl> because of a bug in old vi (if stty says you have
12845 # a "newline" style terminal (-crmode) vi figures all it needs is nl
12846 # to get crlf, even if :cr: is not ^M.)
12847 # (tty40: removed obsolete ":nl=\EG\EB:", it's just do+cr -- esr)
12848 tty40|ds40|ds40-2|dataspeed40|teletype dataspeed 40/2:\
12849         :bs:xo:\
12850         :co#80:li#24:\
12851         :al=\EL:cd=\EJ:cl=\EH\EJ:cr=\EG:ct=\EH\E2:dc=\EP:dl=\EM:\
12852         :do=\EB:ei=:ho=\EH:ic=\E^:im=:kb=^]:kl=^H:le=^H:nd=\EC:pf=^T:\
12853         :po=\022:rs=\023\ER:se=\E4:sf=\ES:so=\E3:sr=\ET:st=\E1:\
12854         :ta=\E@:up=\E7:
12855 tty43|model 43 teletype:\
12856         :am:bs:hc:os:xo:\
12857         :co#132:\
12858         :bl=^G:cr=^M:do=^J:kb=^H:le=^H:sf=^J:
12860 #### Tymshare
12863 # You can add :is=\E<: to put this 40-column mode, though I can't
12864 # for the life of me think why anyone would want to.
12865 scanset|sc410|sc415|Tymshare Scan Set:\
12866         :am:bw:ms:\
12867         :co#80:li#24:\
12868         :ac=j%k4l<m-q,x5:ae=^O:as=^N:bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:\
12869         :cm=\EY%+ %+ :cr=^M:do=^J:ho=\EH:kd=\EB:kl=\ED:kr=\EC:\
12870         :ku=\EA:le=^H:nd=^I:pf=\E;0:po=\E;0:ps=\E;3:r1=\E>:rc=^C:\
12871         :sc=^B:sf=^J:up=^K:
12873 #### Volker-Craig (vc)
12875 # If you saw a Byte Magazine cover with a terminal on it during the early
12876 # 1980s, it was probably one of these.  Carl Helmers liked them because
12877 # they could crank 19.2 and were cheap (that is, he liked them until he tried
12878 # to program one...)
12881 # Missing in vc303a and vc303 descriptions:  they scroll 2 lines at a time
12882 # every other linefeed.
12883 vc303|vc103|vc203|volker-craig 303:\
12884         :am:bs:ns:\
12885         :co#80:li#24:\
12886         :bl=^G:cl=\014:cr=^M:do=^J:ho=\013:kd=^J:kl=^H:kr=^I:ku=^N:\
12887         :le=^H:ll=\017W:nd=^I:up=^N:
12888 vc303a|vc403a|volker-craig 303a:\
12889         :ce=\026:cl=\030:ho=\031:kr=^U:ku=^Z:ll=^P:nd=^U:up=^Z:\
12890         :tc=vc303:
12891 # (vc404: removed obsolete ":ma=^Z^P^U :" -- esr)
12892 vc404|volker-craig 404:\
12893         :am:bs:\
12894         :co#80:li#24:\
12895         :bl=^G:cd=\027:ce=\026:cl=\030:cm=\020%+ %+ :cr=^M:do=^J:\
12896         :ho=\031:kd=^J:kl=^H:kr=^U:ku=^Z:le=^H:nd=^U:sf=^J:up=^Z:
12897 vc404-s|volker-craig 404 w/standout mode:\
12898         :do=^J:se=^O:so=^N:tc=vc404:
12899 # From: <wolfgang@cs.sfu.ca>
12900 # (vc414: merged in cup/dl1/home from an old vc414h-noxon)
12901 vc414|vc414h|Volker-Craig 414H in sane escape mode.:\
12902         :am:bs:\
12903         :co#80:li#24:\
12904         :al=\E\032:cd=\E^X:ce=10\E\017:cl=\E\034:cm=\E\021%r%.%.:\
12905         :dc=\E3:dl=\E\023:do=\E^K:ei=:ho=\E^R:ic=\E\::im=:k0=\EA:\
12906         :k1=\EB:k2=\EC:k3=\ED:k4=\EE:k5=\EF:k6=\EG:k7=\EH:kd=\E^K:\
12907         :kh=\E^R:kl=^H:kr=^P:ku=\E^L:l0=PF1:l1=PF2:l2=PF3:l3=PF4:\
12908         :l4=PF5:l5=PF6:l6=PF7:l7=PF8:nd=^P:se=\E^_:so=\E^Y:up=\E^L:
12909 vc415|volker-craig 415:\
12910         :cl=^L:tc=vc404:
12912 ######## OBSOLETE PERSONAL-MICRO CONSOLES AND EMULATIONS
12915 #### IBM PC and clones
12918 # The pcplot IBM-PC terminal emulation program is really messed up. It is
12919 # supposed to emulate a vt-100, but emulates the wraparound bug incorrectly,
12920 # doesn't support scrolling regions, ignores add line commands, and ignores
12921 # delete line commands. Consequently, the resulting behavior looks like a
12922 # crude adm3a-type terminal.
12923 # Steve Jacobson 8/85
12924 pcplot|pc-plot terminal emulation program:\
12925         :xn@:\
12926         :AL@:DL@:al@:cs@:dl@:rc@:sc@:tc=vt100:
12927 # KayPro II from Richard G Turner <rturner at Darcom-Hq.ARPA>
12928 # I've found that my KayPro II, running MDM730, continues to emulate an
12929 # ADM-3A terminal, just like I was running TERM.COM. On our 4.2 UNIX
12930 # system the following termcap entry works well:
12931 # I have noticed a couple of minor glitches, but nothing I can't work
12932 # around. (I added two capabilities from the BRL entry -- esr)
12933 kaypro|kaypro2|kaypro II:\
12934         :am:bs:\
12935         :co#80:li#24:\
12936         :al=\EE:bl=^G:cd=^W:ce=^X:cl=1\032:cm=\E=%+ %+ :cr=^M:\
12937         :dl=\ER:do=^J:ho=^^:kd=^J:kr=^L:ku=^K:nd=^L:sf=^J:up=^K:
12939 # From IBM, Thu May  5 19:35:27 1983
12940 # (ibmpc: commented out :im:=\200R because we don't know :ei: -- esr)
12941 ibm-pc|ibm5051|5051|IBM Personal Computer (no ANSI.SYS):\
12942         :am:bs:\
12943         :co#80:li#24:\
12944         :bl=^G:cl=^L^K:cr=^M^^:do=^J:ho=^K:kd=^_:le=^]:nd=^\:sf=\n:\
12945         :up=^^:
12947 ibmpc|wy60-PC|wyse60-PC|IBM PC/XT running PC/IX:\
12948         :am:bs:bw:eo:hs:km:ms:ul:\
12949         :co#80:it#8:li#24:\
12950         :@7=\E[Y:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:SF=\E[%dS\E[%dB:\
12951         :SR=\E[%dT\E[%dA:UP=\E[%dA:\
12952         :ac=j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x\263:\
12953         :bl=^G:cd=\E[J:ce=\E[K:ch=\E[%i%dG:cl=\Ec:cm=\E[%i%d;%dH:\
12954         :cr=^M:do=\E[B:ec=\E[%dX:ho=\E[H:k1=\240:k2=\241:k3=\242:\
12955         :k4=\243:k5=\244:k6=\245:k7=\246:k8=\247:k9=\250:k;=\251:\
12956         :kB=^]:kD=\177:kI=\E[^H:kN=\E[U:kP=\E[V:kb=^H:kd=\E[B:\
12957         :kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=\E[D:ll=\E[24;1H:\
12958         :mb=\E[5m:md=\E[1m:me=\E[m:mk=\E[30;40m:mr=\E[7m:nd=\E[C:\
12959         :nw=^M:\
12960         :..sa=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m:\
12961         :se=\E[m:sf=\E[S\E[B:so=\E[7m:sr=\E[T\E[A:ue=\E[m:up=\E[A:\
12962         :us=\E[4m:
12964 #### Apple II
12966 # Apple II firmware console first, then various 80-column cards and
12967 # terminal emulators.  For two cents I'd toss all these in the UFO file
12968 # along with the 40-column apple entries.
12971 # From: brsmith@umn-cs.cs.umn.edu (Brian R. Smith) via BRL
12972 #       'it#8' tells UNIX that you have tabs every 8 columns.  This is a
12973 #               function of TIC, not the firmware.
12974 #       The clear key on a IIgs will do something like clear-screen,
12975 #               depending on what you're in.
12976 appleIIgs|appleIIe|appleIIc|Apple 80 column firmware interface:\
12977         :am:bs:bw:eo:ms:\
12978         :co#80:it#8:li#24:\
12979         :bl=^G:cd=^K:ce=^]:cl=^L:cm=\036%r%+ %+ :cr=^M:do=^J:ho=^Y:\
12980         :kC=^X:kD=\177:kb=^H:kd=^J:kl=^H:kr=^U:ku=^K:le=^H:nd=^\:\
12981         :nw=^M^W:se=^N:sf=^W:so=^O:sr=^V:ta=^I:up=^_:
12982 # Apple //e with 80-column card, entry from BRL
12983 # The modem interface is permitted to discard LF (maybe DC1), otherwise
12984 # passing characters to the 80-column firmware via COUT (PR#3 assumed).
12985 # Auto-wrap does not work right due to newline scrolling delay, which also
12986 # requires that you set "stty cr2".
12987 # Note: Cursor addressing is only available via the Pascal V1.1 entry,
12988 # not via the BASIC PR#3 hook.  All this nonsense can be avoided only by
12989 # using a terminal emulation program instead of the built-in firmware.
12990 apple2e|Apple //e:\
12991         :bw:ms:\
12992         :co#80:li#24:\
12993         :bl=^G:cd=4*\013:ce=4\035:cl=100\014:do=^J:ho=^Y:is=^R^N:\
12994         :kb=^H:kd=^J:kl=^H:kr=^U:ku=^K:le=^H:me=^N:mr=^O:nw=100\r:\
12995         :r1=^R^N:se=^N:sf=^W:so=^O:sr=^V:ta=^I:up=^_:
12996 # mcvax!vu44!vu45!wilcke uses the "ap" entry together with Ascii Express Pro
12997 # 4.20, with incoming and outgoing terminals both on 0, emulation On.
12998 apple2e-p|Apple //e via Pascal:\
12999         :cm=\036%r%+ %+ :kb=^H:kd=^J:kl=^H:tc=apple2e:
13000 # (ASCII Express) MouseTalk "Standard Apple //" emulation from BRL
13001 # Enable DC3/DC1 flow control with "stty ixon -ixany".
13002 apple-ae|ASCII Express:\
13003         :am:bs:bw:ms:nx:xo:\
13004         :co#80:it#8:li#24:\
13005         :bl=500\007:cd=^K:ce=^]:cl=^L:cm=\036%r%+ %+ :cr=^M:do=^J:\
13006         :ho=^Y:is=^R^N:kC=^X:kd=^J:kl=^H:kr=^U:ku=^K:le=^H:me=^N:\
13007         :mr=^O:nd=^U:r1=^R^N:se=^N:sf=^W:so=^O:sr=^V:up=^_:
13008 appleII|apple ii plus:\
13009         :am:bs:\
13010         :co#80:it#8:li#24:\
13011         :cd=^K:ce=^]:cl=^L:cm=\036%r%+ %+ :do=^J:ho=\E^Y:\
13012         :is=\024T1\016:kd=^J:kr=^U:le=^H:me=^N:nd=^\:se=^N:so=^O:\
13013         :ta=^I:up=^_:vb=\024G1\024T1:ve=^TC2:vs=^TC6:
13014 # Originally by Gary Ford 21NOV83
13015 # From: <ee178aci%sdcc7@SDCSVAX.ARPA>  Fri Oct 11 21:27:00 1985
13016 apple-80|apple II with smarterm 80 col:\
13017         :am:bs:bw:\
13018         :co#80:li#24:\
13019         :bt=^R:cd=10*\013:ce=10\035:cl=10*\014:cm=\036%r%+ %+ :\
13020         :cr=10*\r:do=^J:ho=^Y:le=^H:nd=^\:up=^_:
13021 apple-soroc|apple emulating soroc 120:\
13022         :am:\
13023         :co#80:li#24:\
13024         :bl=^G:cd=\EY:ce=\ET:cl=\E*:cm=\E=%+ %+ :cr=^M:do=^J:ho=^^:\
13025         :kd=^J:kl=^H:kr=^L:ku=^K:le=^H:nd=^L:sf=^J:up=^K:
13026 # From Peter Harrison, Computer Graphics Lab, San Francisco
13027 #   ucbvax!ucsfmis!harrison  .....uucp
13028 #   ucbvax!ucsfmis!harrison@BERKELEY   .......ARPA
13029 # "These two work.  If you don't have the inverse video chip for the
13030 # Apple with videx then remove the :so: and :se: fields."
13031 # (apple-videx: this used to be called DaleApple -- esr)
13032 apple-videx|Apple with videx videoterm 80 column board with inverse video:\
13033         :am:bs:xn:\
13034         :co#80:it#8:li#24:\
13035         :cd=^K:ce=^]:cl=300\014:cm=\036%r%+ %+ :do=^J:ho=^Y:kd=^J:\
13036         :kh=^Y:kl=^H:kr=^U:le=^H:me=^Z2:nd=^\:se=^Z2:so=^Z3:ta=^I:\
13037         :up=^_:
13038 # My system [for reference] : Apple ][+, 64K, Ultraterm display card,
13039 #                             Apple Cat ][ 212 modem, + more all
13040 #                             controlled by ASCII Express: Pro.
13041 # From Dave Shaver <isucs1!shaver>
13042 apple-uterm-vb|Videx Ultraterm for Apple micros with Visible Bell:\
13043         :am:bs:eo:xt:\
13044         :co#80:li#24:\
13045         :ac=:cd=^K:ce=^]:cl=^L:cm=\036%r%+ %+ :ho=^Y:\
13046         :is=^V4^W06\017\rVisible Bell Installed.\016\r\n:\
13047         :nd=^\:se=^N:so=^O:up=^_:vb=^W35^W06:
13048 apple-uterm|Ultraterm for Apple micros:\
13049         :am:bs:eo:xt:\
13050         :co#80:li#24:\
13051         :ac=:cd=^K:ce=^]:cl=^L:cm=\036%r%+ %+ :ho=^Y:\
13052         :is=^V4^W06\016:nd=^\:se=^N:so=^O:up=^_:
13053 # from trwrba!bwong (Bradley W. Wong):
13055 # This entry assumes that you are using an apple with the UCSD Pascal
13056 # language card.  SYSTEM.MISCINFO is assumed to be the same as that
13057 # supplied with the standard apple except that screenwidth should be set
13058 # using SETUP to 80 columns.  Note that the right arrow in not mapped in
13059 # this termcap entry.  This is because that key, on the Apple, transmits
13060 # a ^U and would thus preempt the more useful "up" function of vi.
13062 # HMH 2/23/81
13063 apple80p|80-column apple with Pascal card:\
13064         :am:bw:\
13065         :co#80:li#24:\
13066         :cd=^K:ce=^]:cl=^Y^L:cm=\036%r%+ %+ :ho=^Y:kl=^H:nd=^\\::\
13067         :up=^_:
13069 # Apple II+ equipped with Videx 80 column card
13071 # Terminfo from ihnp4!ihu1g!djc1 (Dave Christensen) via BRL;
13072 # manually converted by D A Gwyn
13074 # DO NOT use any terminal emulation with this data base, it works directly
13075 # with the Videx card.  This has been tested with vi 1200 baud and works fine.
13077 # This works great for vi, except I've noticed in pre-R2, ^U will scroll back
13078 # 1 screen, while in R2 ^U doesn't.
13079 # For inverse alternate character set add:
13080 #       :as:=^O::ae:=^N:
13081 # (apple-v: added it#8 -- esr)
13082 apple-videx2|Apple II+ w/ Videx card (similar to Datamedia h1520):\
13083         :am:xn:\
13084         :co#80:it#8:li#24:\
13085         :bl=100\007:cd=16*\013:ce=^]:cl=16*\014:cm=\036%r%+ %+ :\
13086         :cr=^M:do=^J:ho=^Y:kb=^H:kd=^J:kh=^Y:kl=^H:kr=^\:ku=^_:le=^H:\
13087         :nd=^\:se=^Z2:sf=^J:so=^Z3:ta=8\011:up=^_:
13088 apple-videx3|vapple|Apple II with 80 col card:\
13089         :am:bs:\
13090         :co#80:li#24:\
13091         :ce=\Ex:cl=\Ev:cm=\EY%+ %+ :ho=\EH:k0=\EP:k1=\EQ:k2=\ER:\
13092         :k3=\E\s:k4=\E!:k5=\E":k6=\E#:k7=\E$:k8=\E%%%:k9=\E&:kd=\EB:\
13093         :kh=\EH:kl=\ED:kr=\EC:ku=\EA:nd=\EC:up=\EA:
13094 #From: decvax!cbosgd!cbdkc1!mww Mike Warren via BRL
13095 aepro|Apple II+ running ASCII Express Pro--vt52:\
13096         :bs:\
13097         :co#80:li#24:\
13098         :cd=\EJ:ce=\EK:cl=300\014:cm=\EY%+ %+ :ho=\EH:nd=\EC:\
13099         :up=\EA:
13100 # UCSD addition: Yet another termcap from Brian Kantor's Micro Munger Factory
13101 apple-vm80|ap-vm80|apple with viewmax-80:\
13102         :bs:\
13103         :co#80:li#24:\
13104         :cd=300\013:ce=^]:cl=300\014:cm=100\036%+ %+ :ho=200\031:\
13105         :nd=^\\::up=^_:
13107 #### Apple Lisa & Macintosh
13110 # (lisa: changed :vs: to :ve: -- esr)
13111 lisa|apple lisa console display (black on white):\
13112         :am:bs:eo:ms:\
13113         :co#88:it#8:li#32:\
13114         :ac=jdkclfmenbqattuvvuwsx`:ae=\E[10m:al=\E[L:as=\E[11m:\
13115         :cd=\E[J:ce=\E[K:cl=^L:cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:\
13116         :do=\E[B:ei=:ho=\E[H:ic=\E[@:im=:is=\E>\E[m\014:kb=^H:\
13117         :kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:me=\E[m:nd=\E[C:\
13118         :se=\E[m:so=\E[7m:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:ve=\E[5l:\
13119         :vi=\E[5h:
13120 liswb|apple lisa console display (white on black):\
13121         :is=\E>\E[0;7m\014:se=\E[0;7m:so=\E[m:ue=\E[0;7m:\
13122         :us=\E[4m:tc=lisa:
13124 # lisaterm from ulysses!gamma!epsilon!mb2c!jed (John E. Duncan III) via BRL;
13125 # :is: revised by Ferd Brundick <fsbrn@BRL.ARPA>
13127 # These entries assume that the 'Auto Wraparound' is enabled.
13128 # Xon-Xoff flow control should also be enabled.
13130 # The vt100 uses :rs2: and :rf: rather than :is2:/:tbc:/:hts: because the tab
13131 # settings are in non-volatile memory and don't need to be reset upon login.
13132 # Also setting the number of columns glitches the screen annoyingly.
13133 # You can type "reset" to get them set.
13135 lisaterm|Apple Lisa or Lisa/2 running LisaTerm vt100 emulation:\
13136         :am:bs:pt:xn:xo:\
13137         :co#80:it#8:kn#4:li#24:vt#3:\
13138         :DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:bl=^G:cd=\E[J:\
13139         :ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:\
13140         :cs=\E[%i%d;%dr:ct=\E[3g:do=^J:ho=\E[H:k0=\EOP:k1=\EOQ:\
13141         :k2=\EOR:k3=\EOS:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:\
13142         :kr=\EOC:ks=\E[?1h\E=:ku=\EOA:l0=F1:l1=F2:l2=F3:l3=F4:le=^H:\
13143         :mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:\
13144         :r1=\E>\E[?1l\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r:\
13145         :rc=\E8:sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
13146         :ue=\E[m:up=\E[A:us=\E[4m:
13147 # Lisaterm in 132 column ("wide") mode.
13148 lisaterm-w|Apple Lisa with Lisaterm in 132 column mode:\
13149         :co#132:\
13150         :kb=^H:kd=^J:kl=^H:tc=lisaterm:
13151 # Although MacTerminal has insert/delete line, it is commented out here
13152 # since it is much faster and cleaner to use the "lock scrolling region"
13153 # method of inserting and deleting lines due to the MacTerminal implementation.
13154 # Also, the "Insert/delete ch" strings have an extra character appended to them
13155 # due to a bug in MacTerminal V1.1.  Blink is disabled since it is not
13156 # supported by MacTerminal.
13157 mac|macintosh|Macintosh with MacTerminal:\
13158         :xn:\
13159         :dN#30:\
13160         :dc=7\E[P:ei=:ic=9\E[@:im=:ip=7:mb@:tc=lisa:
13161 # Lisaterm in 132 column ("wide") mode.
13162 mac-w|macterminal-w|Apple Macintosh with Macterminal in 132 column mode:\
13163         :co#132:tc=mac:
13165 # The AppKit Terminal.app descriptions all have names beginning with
13166 # "nsterm". Note that the statusline (-s) versions use the window
13167 # titlebar as a phony status line, and may produce warnings during
13168 # compilation as a result ("tsl uses 0 parameters, expected 1".) Ignore
13169 # these warnings, or even ignore these entries entirely. Apps which
13170 # need to position the cursor or do other fancy stuff inside the status
13171 # line won't work with these entries. They're primarily useful for
13172 # programs like Pine which provide simple notifications in the status
13173 # line. Please note that non-ASCII characters don't work right in the
13174 # status line, since Terminal.app incorrectly interprets their Unicode
13175 # codepoints as MacRoman codepoints.
13177 # * Renamed the AppKit Terminal.app entry from "Apple_Terminal" to
13178 #   "nsterm" to comply with the name length and case conventions and
13179 #   limitations of various software packages [notably Solaris terminfo
13180 #   and UNIX.] A single Apple_Terminal alias is retained for
13181 #   backwards-compatbility.
13183 # * Added function key support (F1-F4). These only work in Terminal.app
13184 #   version 51, hopefully the capabilities won't cause problems for people
13185 #   using version 41.
13187 # * Added "full color" (-c) entries which support the 16-color mode in
13188 #   version 51.
13190 # * By default, version 51 uses UTF-8 encoding with broken altcharset
13191 #   support, so "ASCII" (-7) entries without altcharset support were
13192 #   added.
13194 # nsterm - AppKit Terminal.app
13196 # Apple's Mac OS X includes a Terminal.app derived from the old NeXT
13197 # Terminal.app. It is a partial VT100 emulation with some xterm-like
13198 # extensions. This terminfo was written to describe versions 41
13199 # (shipped with Mac OS X version 10.0) and 51 (shipped with Mac OS X
13200 # version 10.1) of Terminal.app.
13202 # Terminal.app runs under the Mac OS X Quartz windowing system (and
13203 # other AppKit-supported windowing systems.)  On the Mac OS X machine I
13204 # use, the executable for Terminal.app is:
13205 # /Applications/Utilities/Terminal.app/Contents/MacOS/Terminal
13207 # If you're looking for a description of the full-screen system
13208 # console which runs under Apple's Darwin operating system on PowerPC
13209 # platforms, see the "xnuppc" entry instead.
13211 # There were no function keys in version 41. In version 51, there are
13212 # four working function keys (F1, F2, F3 and F4.) The function keys
13213 # are included in all of these entries.
13215 # It does not support mouse pointer position reporting. Under some
13216 # circumstances the cursor can be positioned using option-click; this
13217 # works by comparing the cursor position and the selected position,
13218 # and simulating enough cursor-key presses to move the cursor to the
13219 # selected position. This technique fails in all but the simplest
13220 # applications.
13222 # It provides partial ANSI color support (background colors interacted
13223 # badly with bold in version 41, though, as reflected in :ncv:.) The
13224 # monochrome (-m) entries are useful if you've disabled color support
13225 # or use a monochrome monitor. The full color (-c) entries are useful
13226 # in version 51, which doesn't exhibit the background color bug. They
13227 # also enable an xterm-compatible 16-color mode.
13229 # The configurable titlebar is set using xterm-compatible sequences;
13230 # it is used as a status bar in the statusline (-s) entries. Its width
13231 # depends on font sizes and window sizes, but 50 characters seems to
13232 # be the default for an 80x24 window.
13234 # The MacRoman character encoding is used for some of the alternate
13235 # characters in the "MacRoman" entries; the "ASCII" (-7) entries
13236 # disable alternate character set support entirely, and the "VT100"
13237 # (-acs) entries rely instead on Terminal.app's own buggy VT100
13238 # graphics emulation, which seems to think the character encoding is
13239 # the old NeXT charset instead of MacRoman. The "ASCII" (-7) entries
13240 # are useful in Terminal.app version 51, which supports UTF-8 and
13241 # other ASCII-compatible character encodings but does not correctly
13242 # implement VT100 graphics; once VT100 graphics are correctly
13243 # implemented in Terminal.app, the "VT100" (-acs) entries should be
13244 # usable in any ASCII-compatible character encoding [except perhaps
13245 # in UTF-8, where some experts argue for disallowing alternate
13246 # characters entirely.]
13248 # Terminal.app reports "vt100" as the terminal type, but exports
13249 # several environment variables which may aid detection in a shell
13250 # profile (i.e. .profile or .login):
13252 # TERM=vt100
13253 # TERM_PROGRAM=Apple_Terminal
13254 # TERM_PROGRAM_VERSION=41      # in Terminal.app version 41
13255 # TERM_PROGRAM_VERSION=51      # in Terminal.app version 51
13257 # For example, the following Bourne shell script would detect the
13258 # correct terminal type:
13260 # if [ :"$TERM" = :"vt100" -a :"$TERM_PROGRAM" = :"Apple_Terminal" ]
13261 # then
13262 #     export TERM
13263 #     if [ :"$TERM_PROGRAM_VERSION" = :41 ]
13264 #     then
13265 #         TERM="nsterm"
13266 #     else
13267 #         TERM="nsterm-c-7"
13268 #     fi
13269 # fi
13271 # In a C shell derivative, this would be accomplished by:
13273 # if ( $?TERM && $?TERM_PROGRAM && $?TERM_PROGRAM_VERSION) then
13274 #     if ( :"$TERM" == :"vt100" && :"$TERM_PROGRAM" == :"Apple_Terminal" ) then
13275 #          if ( :"$TERM_PROGRAM_VERSION" == :41 ) then
13276 #              setenv TERM "nsterm"
13277 #          else
13278 #              setenv TERM "nsterm-c-7"
13279 #          endif
13280 #     endif
13281 # endif
13283 # The '+' entries are building blocks
13284 nsterm+7|AppKit Terminal.app v41+ basic capabilities w/ASCII charset:\
13285         :am:bw:ms:xn:xo:\
13286         :co#80:it#8:li#24:\
13287         :@8=\EOM:AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:K1=\EOq:K2=\EOr:\
13288         :K3=\EOs:K4=\EOp:K5=\EOn:LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:\
13289         :SA=\E[?7h:UP=\E[%dA:al=\E[L:bl=^G:cb=\E[1K:cd=\E[J:\
13290         :ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
13291         :ct=\E[3g:dl=\E[M:do=^J:ho=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:\
13292         :k4=\EOS:kb=\177:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:\
13293         :ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:md=\E[1m:me=\E[m\017:\
13294         :mr=\E[7m:nd=\E[C:rc=\E8:\
13295         :rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
13296         :..sa=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m:\
13297         :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
13298         :u6=\E[%i%d;%dR:u7=\E[6n:u8=\E[?1;2c:u9=\E[c:ue=\E[m:\
13299         :up=\E[A:us=\E[4m:
13301 nsterm+acs|AppKit Terminal.app v41+ basic capabilities w/VT100 alternate-charset:\
13302         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
13303         :ae=^O:as=^N:eA=\E(B\E)0:\
13304         :..sa=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;:\
13305         :tc=nsterm+7:
13307 nsterm+mac|AppKit Terminal.app v41+ basic capabilities w/MacRoman alternate-charset:\
13308         :ac=0#`\327a\:f\241g\261h#i\360jjkkllmmnno\370p\370q\321rrssttuuvvwwxxy\262z\263{\271|\255}\243~\245+\335-\366,\334.\377:\
13309         :ae=^O:as=^N:eA=\E(B\E)0:\
13310         :..sa=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;:\
13311         :tc=nsterm+7:
13313 nsterm+s|AppKit Terminal.app v41+ status-line (window titlebar) support:\
13314         :hs:\
13315         :ws#50:\
13316         :ds=\E]2;\007:fs=^G:ts=\E]2;:
13318 nsterm+c|AppKit Terminal.app v51+ full color support (including 16 colors):\
13319         :Co#16:pa#256:\
13320         :..AB=\E[%?%p1%{8}%<%t%p1%{40}%+%e%p1%{92}%+%;%dm:\
13321         :..AF=\E[%?%p1%{8}%<%t%p1%{30}%+%e%p1%{82}%+%;%dm:\
13322         :op=\E[0m:
13324 nsterm+c41|AppKit Terminal.app v41 color support:\
13325         :Co#8:NC#37:pa#64:\
13326         :AB=\E[4%dm:AF=\E[3%dm:op=\E[0m:
13328 # These are different combinations of the building blocks
13330 # ASCII charset (-7)
13331 nsterm-m-7|nsterm-7-m|AppKit Terminal.app v41+ w/ASCII charset (monochrome):\
13332         :tc=nsterm+7:
13334 nsterm-m-s-7|nsterm-7-m-s|AppKit Terminal.app v41+ w/ASCII charset (monochrome w/statusline):\
13335         :tc=nsterm+s:tc=nsterm+7:
13337 nsterm-7|AppKit Terminal.app v41+ w/ASCII charset (color):\
13338         :tc=nsterm+c41:tc=nsterm+7:
13340 nsterm-7-c|nsterm-c-7|AppKit Terminal.app v51+ w/ASCII charset (full color):\
13341         :tc=nsterm+c:tc=nsterm+7:
13343 nsterm-s-7|nsterm-7-s|AppKit Terminal.app v41+ w/ASCII charset (color w/statusline):\
13344         :tc=nsterm+s:tc=nsterm+c41:tc=nsterm+7:
13346 nsterm-c-s-7|nsterm-7-c-s|AppKit Terminal.app v51+ w/ASCII charset (full color w/statusline):\
13347         :tc=nsterm+s:tc=nsterm+c:tc=nsterm+7:
13349 # VT100 alternate-charset (-acs)
13350 nsterm-m-acs|nsterm-acs-m|AppKit Terminal.app v41+ w/VT100 alternate-charset (monochrome):\
13351         :tc=nsterm+acs:
13353 nsterm-m-s-acs|nsterm-acs-m-s|AppKit Terminal.app v41+ w/VT100 alternate-charset (monochrome w/statusline):\
13354         :tc=nsterm+s:tc=nsterm+acs:
13356 nsterm-acs|AppKit Terminal.app v41+ w/VT100 alternate-charset (color):\
13357         :tc=nsterm+c41:tc=nsterm+acs:
13359 nsterm-c-acs|nsterm-acs-c|AppKit Terminal.app v51+ w/VT100 alternate-charset (full color):\
13360         :tc=nsterm+c:tc=nsterm+acs:
13362 nsterm-s-acs|nsterm-acs-s|AppKit Terminal.app v41+ w/VT100 alternate-charset (color w/statusline):\
13363         :tc=nsterm+s:tc=nsterm+c41:tc=nsterm+acs:
13365 nsterm-c-s-acs|nsterm-acs-c-s|AppKit Terminal.app v51+ w/VT100 alternate-charset (full color w/statusline):\
13366         :tc=nsterm+s:tc=nsterm+c:tc=nsterm+acs:
13368 # MacRoman charset
13369 nsterm-m|AppKit Terminal.app v41+ w/MacRoman charset (monochrome):\
13370         :tc=nsterm+mac:
13372 nsterm-m-s|AppKit Terminal.app v41+ w/MacRoman charset (monochrome w/statusline):\
13373         :tc=nsterm+s:tc=nsterm+mac:
13375 nsterm|Apple_Terminal|AppKit Terminal.app v41+ w/MacRoman charset (color):\
13376         :tc=nsterm+c41:tc=nsterm+mac:
13378 nsterm-c|AppKit Terminal.app v51+ w/MacRoman charset (full color):\
13379         :tc=nsterm+c:tc=nsterm+mac:
13381 nsterm-s|AppKit Terminal.app v41+ w/MacRoman charset (color w/statusline):\
13382         :tc=nsterm+s:tc=nsterm+c41:tc=nsterm+mac:
13384 nsterm-c-s|AppKit Terminal.app v51+ w/MacRoman charset (full color w/statusline):\
13385         :tc=nsterm+s:tc=nsterm+c:tc=nsterm+mac:
13387 # xnuppc - Darwin PowerPC Console (a.k.a. "darwin")
13389 # On PowerPC platforms, Apple's Darwin operating system uses a
13390 # full-screen system console derived from a NetBSD framebuffer
13391 # console. It is an ANSI-style terminal, and is not really VT-100
13392 # compatible.
13394 # Under Mac OS X, this is the system console driver used while in
13395 # single-user mode [reachable by holding down Command-S during the
13396 # boot process] and when logged in using console mode [reachable by
13397 # typing ">console" at the graphical login prompt.]
13399 # If you're looking for a description of the Terminal.app terminal
13400 # emulator which runs under the Mac OS X Quartz windowing system (and
13401 # other AppKit-supported windowing systems,) see the "nsterm"
13402 # entry instead.
13404 # NOTE: Under Mac OS X version 10.1, the default login window does not
13405 # prompt for user name, instead requiring an icon to be selected from
13406 # a list of known users. Since the special ">console" login is not in
13407 # this list, you must make one of two changes in the Login Window
13408 # panel of the Login section of System Prefs to make the special
13409 # ">console" login accessible. The first option is to enable 'Show
13410 # "Other User" in list for network users', which will add a special
13411 # "Other..." icon to the graphical login panel. Selecting "Other..."
13412 # will present the regular graphical login prompt. The second option
13413 # is to change the 'Display Login Window as:' setting to 'Name and
13414 # password entry fields', which replaces the login panel with a
13415 # graphical login prompt.
13417 # There are no function keys, at least not in Darwin 1.3.
13419 # It has no mouse support.
13421 # It has full ANSI color support, and color combines correctly with
13422 # all three supported attributes: bold, inverse-video and underline.
13423 # However, bold colored text is almost unreadable (bolding is
13424 # accomplished using shifting and or-ing, and looks smeared) so bold
13425 # has been excluded from the list of color-compatible attributes
13426 # [using (ncv)]. The monochrome entry (-m) is useful if you use a
13427 # monochrome monitor.
13429 # There is one serious bug with this terminal emulation's color
13430 # support: repositioning the cursor onto a cell with non-matching
13431 # colors obliterates that cell's contents, replacing it with a blank
13432 # and displaying a colored cursor in the "current" colors. There is
13433 # no complete workaround at present [other than using the monochrome
13434 # (-m) entries,] but removing the (msgr) capability seemed to help.
13436 # The "standout" chosen was simple reverse-video, although a colorful
13437 # standout might be more aesthetically pleasing. Similarly, the bold
13438 # chosen is the terminal's own smeared bold, although a simple
13439 # color-change might be more readable. The color-bold (-b) entries
13440 # uses magenta colored text for bolding instead. The fancy color (-f
13441 # and -f2) entries use color for bold, standout and underlined text
13442 # (underlined text is still underlined, though.)
13444 # Apparently the terminal emulator does support a VT-100-style
13445 # alternate character set, but all the alternate character set
13446 # positions have been left blank in the font. For this reason, no
13447 # alternate character set capabilities have been included in this
13448 # description. The console driver appears to be ASCII-only, so (enacs)
13449 # has been excluded [although the VT-100 sequence does work.]
13451 # The default Mac OS X and Darwin installation reports "vt100" as the
13452 # terminal type, and exports no helpful environment variables. To fix
13453 # this, change the "console" entry in /etc/ttys from "vt100" to
13454 # "xnuppc-WxH", where W and H are the character dimensions of your
13455 # console (see below.)
13457 # The font used by the terminal emulator is apparently one originally
13458 # drawn by Ka-Ping Yee, and uses 8x16-pixel characters. This
13459 # file includes descriptions for the following geometries:
13461 #     Pixels        Characters   Entry Name (append -m for monochrome)
13462 #    -------------------------------------------------------------------
13463 #     640x400       80x25        xnuppc-80x25
13464 #     640x480       80x30        xnuppc-80x30
13465 #     720x480       90x30        xnuppc-90x30
13466 #     800x600       100x37       xnuppc-100x37
13467 #     896x600       112x37       xnuppc-112x37
13468 #     1024x640      128x40       xnuppc-128x40
13469 #     1024x768      128x48       xnuppc-128x48
13470 #     1152x768      144x48       xnuppc-144x48
13471 #     1280x1024     160x64       xnuppc-160x64
13472 #     1600x1024     200x64       xnuppc-200x64
13473 #     1600x1200     200x75       xnuppc-200x75
13474 #     2048x1536     256x96       xnuppc-256x96
13476 # The basic "xnuppc" entry includes no size information, and the
13477 # emulator includes no reporting capability, so you'll be at the mercy
13478 # of the TTY device (which reports incorrectly on my hardware.) The
13479 # color-bold entries do not include size information.
13481 # The '+' entries are building blocks
13482 xnuppc+basic|Darwin PowerPC Console basic capabilities:\
13483         :am:mi:ut:xn:\
13484         :it#8:\
13485         :DO=\E[%dB:K1=\EOq:K2=\EOr:K3=\EOs:K4=\EOp:K5=\EOn:\
13486         :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:\
13487         :cb=\E[1K:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
13488         :cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:do=\E[B:ds=\E]2;\007:\
13489         :ho=\E[H:kb=\177:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:\
13490         :ks=\E[?1h\E=:ku=\EOA:le=\E[D:md=\E[1m:me=\E[m\017:\
13491         :mr=\E[7m:nd=\E[C:rc=\E8:\
13492         :rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
13493         :..sa=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;m:\
13494         :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:ue=\E[m:\
13495         :up=\E[A:us=\E[4m:
13497 xnuppc+c|Darwin PowerPC Console ANSI color support:\
13498         :Co#8:NC#32:pa#64:\
13499         :AB=\E[4%dm:AF=\E[3%dm:op=\E[37;40m:
13501 xnuppc+b|Darwin PowerPC Console color-bold support:\
13502         :NC#32:\
13503         :md=\E[35m:\
13504         :..sa=\E[0%?%p6%t;35%;%?%p2%t;4%;%?%p1%p3%|%t;7%;m:\
13505         :tc=xnuppc+basic:
13507 xnuppc+f|Darwin PowerPC Console fancy color support:\
13508         :NC#35:\
13509         :..sa=\E[0%?%p6%t;35%;%?%p2%t;36;4%;%?%p1%t;33;44%;%p3%t;7%;m:\
13510         :so=\E[33;44m:us=\E[36;4m:tc=xnuppc+b:
13512 xnuppc+f2|Darwin PowerPC Console alternate fancy color support:\
13513         :NC#35:\
13514         :md=\E[33m:\
13515         :..sa=\E[0%?%p6%t;33%;%?%p2%t;34%;%?%p1%t;31;47%;%p3%t;7%;m:\
13516         :so=\E[31;47m:us=\E[34m:tc=xnuppc+basic:
13518 # Building blocks for specific screen sizes
13519 xnuppc+80x25|Darwin PowerPC Console 80x25 support (640x400 pixels):\
13520         :co#80:li#25:
13522 xnuppc+80x30|Darwin PowerPC Console 80x30 support (640x480 pixels):\
13523         :co#80:li#30:
13525 xnuppc+90x30|Darwin PowerPC Console 90x30 support (720x480 pixels):\
13526         :co#90:li#30:
13528 xnuppc+100x37|Darwin PowerPC Console 100x37 support (800x600 pixels):\
13529         :co#100:li#37:
13531 xnuppc+112x37|Darwin PowerPC Console 112x37 support (896x600 pixels):\
13532         :co#112:li#37:
13534 xnuppc+128x40|Darwin PowerPC Console 128x40 support (1024x640 pixels):\
13535         :co#128:li#40:
13537 xnuppc+128x48|Darwin PowerPC Console 128x48 support (1024x768 pixels):\
13538         :co#128:li#48:
13540 xnuppc+144x48|Darwin PowerPC Console 144x48 support (1152x768 pixels):\
13541         :co#144:li#48:
13543 xnuppc+160x64|Darwin PowerPC Console 160x64 support (1280x1024 pixels):\
13544         :co#160:li#64:
13546 xnuppc+200x64|Darwin PowerPC Console 200x64 support (1600x1024 pixels):\
13547         :co#200:li#64:
13549 xnuppc+200x75|Darwin PowerPC Console 200x75 support (1600x1200 pixels):\
13550         :co#200:li#75:
13552 xnuppc+256x96|Darwin PowerPC Console 256x96 support (2048x1536 pixels):\
13553         :co#256:li#96:
13555 # These are different combinations of the building blocks
13557 xnuppc-m|darwin-m|Darwin PowerPC Console (monochrome):\
13558         :tc=xnuppc+basic:
13560 xnuppc|darwin|Darwin PowerPC Console (color):\
13561         :tc=xnuppc+c:tc=xnuppc+basic:
13563 xnuppc-m-b|darwin-m-b|Darwin PowerPC Console (monochrome w/color-bold):\
13564         :tc=xnuppc+b:
13566 xnuppc-b|darwin-b|Darwin PowerPC Console (color w/color-bold):\
13567         :tc=xnuppc+b:tc=xnuppc+c:
13569 xnuppc-m-f|darwin-m-f|Darwin PowerPC Console (fancy monochrome):\
13570         :tc=xnuppc+f:
13572 xnuppc-f|darwin-f|Darwin PowerPC Console (fancy color):\
13573         :tc=xnuppc+f:tc=xnuppc+c:
13575 xnuppc-m-f2|darwin-m-f2|Darwin PowerPC Console (alternate fancy monochrome):\
13576         :tc=xnuppc+f2:
13578 xnuppc-f2|darwin-f2|Darwin PowerPC Console (alternate fancy color):\
13579         :tc=xnuppc+f2:tc=xnuppc+c:
13581 # Combinations for specific screen sizes
13582 xnuppc-80x25-m|darwin-80x25-m|Darwin PowerPC Console (monochrome) 80x25:\
13583         :tc=xnuppc+80x25:tc=xnuppc+basic:
13585 xnuppc-80x25|darwin-80x25|Darwin PowerPC Console (color) 80x25:\
13586         :tc=xnuppc+c:tc=xnuppc+80x25:tc=xnuppc+basic:
13588 xnuppc-80x30-m|darwin-80x30-m|Darwin PowerPC Console (monochrome) 80x30:\
13589         :tc=xnuppc+80x30:tc=xnuppc+basic:
13591 xnuppc-80x30|darwin-80x30|Darwin PowerPC Console (color) 80x30:\
13592         :tc=xnuppc+c:tc=xnuppc+80x30:tc=xnuppc+basic:
13594 xnuppc-90x30-m|darwin-90x30-m|Darwin PowerPC Console (monochrome) 90x30:\
13595         :tc=xnuppc+90x30:tc=xnuppc+basic:
13597 xnuppc-90x30|darwin-90x30|Darwin PowerPC Console (color) 90x30:\
13598         :tc=xnuppc+c:tc=xnuppc+90x30:tc=xnuppc+basic:
13600 xnuppc-100x37-m|darwin-100x37-m|Darwin PowerPC Console (monochrome) 100x37:\
13601         :tc=xnuppc+100x37:tc=xnuppc+basic:
13603 xnuppc-100x37|darwin-100x37|Darwin PowerPC Console (color) 100x37:\
13604         :tc=xnuppc+c:tc=xnuppc+100x37:tc=xnuppc+basic:
13606 xnuppc-112x37-m|darwin-112x37-m|Darwin PowerPC Console (monochrome) 112x37:\
13607         :tc=xnuppc+112x37:tc=xnuppc+basic:
13609 xnuppc-112x37|darwin-112x37|Darwin PowerPC Console (color) 112x37:\
13610         :tc=xnuppc+c:tc=xnuppc+112x37:tc=xnuppc+basic:
13612 xnuppc-128x40-m|darwin-128x40-m|Darwin PowerPC Console (monochrome) 128x40:\
13613         :tc=xnuppc+128x40:tc=xnuppc+basic:
13615 xnuppc-128x40|darwin-128x40|Darwin PowerPC Console (color) 128x40:\
13616         :tc=xnuppc+c:tc=xnuppc+128x40:tc=xnuppc+basic:
13618 xnuppc-128x48-m|darwin-128x48-m|Darwin PowerPC Console (monochrome) 128x48:\
13619         :tc=xnuppc+128x48:tc=xnuppc+basic:
13621 xnuppc-128x48|darwin-128x48|Darwin PowerPC Console (color) 128x48:\
13622         :tc=xnuppc+c:tc=xnuppc+128x48:tc=xnuppc+basic:
13624 xnuppc-144x48-m|darwin-144x48-m|Darwin PowerPC Console (monochrome) 144x48:\
13625         :tc=xnuppc+144x48:tc=xnuppc+basic:
13627 xnuppc-144x48|darwin-144x48|Darwin PowerPC Console (color) 144x48:\
13628         :tc=xnuppc+c:tc=xnuppc+144x48:tc=xnuppc+basic:
13630 xnuppc-160x64-m|darwin-160x64-m|Darwin PowerPC Console (monochrome) 160x64:\
13631         :tc=xnuppc+160x64:tc=xnuppc+basic:
13633 xnuppc-160x64|darwin-160x64|Darwin PowerPC Console (color) 160x64:\
13634         :tc=xnuppc+c:tc=xnuppc+160x64:tc=xnuppc+basic:
13636 xnuppc-200x64-m|darwin-200x64-m|Darwin PowerPC Console (monochrome) 200x64:\
13637         :tc=xnuppc+200x64:tc=xnuppc+basic:
13639 xnuppc-200x64|darwin-200x64|Darwin PowerPC Console (color) 200x64:\
13640         :tc=xnuppc+c:tc=xnuppc+200x64:tc=xnuppc+basic:
13642 xnuppc-200x75-m|darwin-200x75-m|Darwin PowerPC Console (monochrome) 200x75:\
13643         :tc=xnuppc+200x75:tc=xnuppc+basic:
13645 xnuppc-200x75|darwin-200x75|Darwin PowerPC Console (color) 200x75:\
13646         :tc=xnuppc+c:tc=xnuppc+200x75:tc=xnuppc+basic:
13648 xnuppc-256x96-m|darwin-256x96-m|Darwin PowerPC Console (monochrome) 256x96:\
13649         :tc=xnuppc+256x96:tc=xnuppc+basic:
13651 xnuppc-256x96|darwin-256x96|Darwin PowerPC Console (color) 256x96:\
13652         :tc=xnuppc+c:tc=xnuppc+256x96:tc=xnuppc+basic:
13654 #### Radio Shack/Tandy
13657 # (coco3: This had "ta" used incorrectly as a boolean and bl given as "bl#7".
13658 # I read these as mistakes for ":it#8:" and ":bl=\007:" respectively -- esr)
13659 # From: <{pbrown,ctl}@ocf.berkeley.edu> 12 Mar 90
13660 coco3|os9LII|Tandy CoCo3 24*80 OS9 Level II:\
13661         :am:bs:\
13662         :co#80:it#8:li#24:\
13663         :al=^_0:bl=^G:cd=^K:ce=^D:cl=5*\014:cm=2\002%r%+ %+ :\
13664         :dl=^_1:do=^J:ho=^A:kd=^J:kl=^H:kr=^I:ku=^L:le=^H:mb=^_":\
13665         :md=\E\:^A:me=\037!\E\:\0:mr=^_\s:nd=^F:se=^_!:so=^_\s:\
13666         :ue=^_#:up=^I:us=^_":ve=^E!:vi=^E\s:
13667 # (trs2: removed obsolete ":nl=^_:" -- esr)
13668 trs2|trsII|trs80II|Radio Shack Model II using P&T CP/M:\
13669         :am:bs:ms:\
13670         :co#80:it#8:li#24:\
13671         :al=^D:bl=^G:cd=^B:ce=^A:cl=^L:cm=\EY%+ %+ :cr=^M:dl=^K:\
13672         :do=^_:ho=^F:kb=^H:kd=^_:kl=^\:kr=^]:ku=^^:le=^H:me=^O:nd=^]:\
13673         :se=^O:sf=^J:so=^N:ta=^I:up=^^:
13674 # From: Kevin Braunsdorf <ksb@mentor.cc.purdue.edu>
13675 # (This had extension capabilities
13676 #       :BN=\E[?33h:BF=\E[?33l:UC=\E[_ q:BC=\E[\177 q:\
13677 #       :CN=\ERC:CF=\ERc:NR=\ERD:NM=\ER@:
13678 # I also deleted the unnecessary ":kn#2:", ":sg#0:" -- esr)
13679 trs16|trs-80 model 16 console:\
13680         :am:bs:\
13681         :co#80:it#8:li#24:\
13682         :ac=jak`l_mbquvewcxs:ae=\ERg:al=\EL:as=\ERG:bl=^G:cd=\EJ:\
13683         :ce=\EK:cl=^L:cm=\EY%+ %+ :cr=^M:dc=\EQ:dl=\EM:do=\EB:ei=:\
13684         :ho=\EH:ic=\EP:im=:k0=^A:k1=^B:k2=^D:k3=^L:k4=^U:k5=^P:k6=^N:\
13685         :k7=^S:kb=^H:kd=\EB:kh=^W:kl=\ED:kr=\EC:ku=\EA:l0=f1:l1=f2:\
13686         :l2=f3:l3=f4:l4=f5:l5=f6:l6=f7:l7=f8:le=^H:me=\ER@:nd=\EC:\
13687         :pf=\E]+:po=\E]=:se=\ER@:sf=^J:so=\ERD:ta=^I:up=\EA:ve=\ERC:\
13688         :vi=\ERc:
13690 #### Atari ST
13693 # From: Simson L. Garfinkel <simsong@media-lab.mit.edu>
13694 atari|atari st:\
13695         :am:bs:\
13696         :co#80:it#8:li#25:\
13697         :al=\EL:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :dl=\EM:do=\EB:\
13698         :kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=\ED:me=\Eq:nd=\EC:se=\Eq:\
13699         :so=\Ep:sr=\EI:ta=^I:up=\EA:
13700 # UniTerm terminal program for the Atari ST:  49-line VT220 emulation mode
13701 # From: Paul M. Aoki <aoki@ucbvax.berkeley.edu>
13702 uniterm|uniterm49|UniTerm VT220 emulator with 49 lines:\
13703         :li#49:\
13704         :is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;49r\E[49;1H:\
13705         :tc=vt220:
13706 # MiNT VT52 emulation. 80 columns, 25 rows.
13707 # MiNT is Now TOS, the operating system which comes with all Ataris now
13708 # (mainly Atari Falcon). This termcap is for the VT52 emulation you get
13709 # under tcsh/zsh/bash/sh/ksh/ash/csh when you run MiNT in `console' mode
13710 # From: Per Persson <pp@gnu.ai.mit.edu>, 27 Feb 1996
13711 st52|Atari ST with VT52 emulation:\
13712         :am:km:\
13713         :co#80:li#25:\
13714         :K1=\E#7:K2=\E#9:K3=\E#5:K4=\E#1:K5=\E#3:al=\EL:bl=^G:\
13715         :cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :cr=^M:dl=\EM:do=\EB:\
13716         :ho=\EH:k0=\E#D:k1=\E#;:k2=\E#<:k3=\E#=:k4=\E#>:k5=\E#?:\
13717         :k6=\E#@:k7=\E#A:k8=\E#B:k9=\E#C:kA=\E#R:kC=\E#7:kF=\E#2:\
13718         :kR=\E#8:kb=^H:kd=\E#P:kh=\E#G:kl=\E#K:kr=\E#M:ku=\E#H:\
13719         :l0=f10:le=\ED:me=\Eq:nd=\EC:nw=^M^J:r1=\Ez_\Eb@\EcA:\
13720         :rc=\Ek:sc=\Ej:se=\Eq:sf=^J:so=\Ep:sr=\EI:ta=^I:te=:ti=\Ee:\
13721         :up=\EA:ve=\Ee:vi=\Ef:
13723 #### Commodore Business Machines
13725 # Formerly located in West Chester, PA; went spectacularly bust in 1994
13726 # after years of shaky engineering and egregious mismanagement.  Made one
13727 # really nice machine (the Amiga) and boatloads of nasty ones (PET, C-64,
13728 # C-128, VIC-20).  The C-64 is said to have been the most popular machine
13729 # ever (most units sold); they can still be found gathering dust in closets
13730 # everywhere.
13733 # From: Kent Polk <kent@swrinde.nde.swri.edu>, 30 May 90
13734 # Added a few more entries, converted caret-type control sequence (^x) entries
13735 # to '\0xx' entries since a couple of people mentioned losing '^x' sequences.
13736 # Corrections by Ty Sarna <tsarna@endicor.com>, Sat Feb 28 18:55:15 1998
13738 # :as:, :ae:                    Support for alternate character sets.
13739 # :ve=\E[\040p:vi=\E[\060\040p: cursor visible/invisible.
13740 # :xn:  vt100 kludginess at column 80/NEWLINE ignore after 80 cols(Concept)
13741 #     This one appears to fix a problem I always had with a line ending
13742 #     at 'width+1' (I think) followed by a blank line in vi. The blank
13743 #     line tended to disappear and reappear depending on how the screen
13744 #     was refreshed. Note that this is probably needed only if you use
13745 #     something like a Dnet Fterm with the window sized to some peculiar
13746 #     dimension larger than 80 columns.
13747 # :k0=\E9~:     map F10 to k0 - could have F0-9 -> k0-9, but ... F10 was 'k;'
13748 # (amiga: removed obsolete :kn#10:,
13749 # also added empty <acsc> to suppress a warning --esr)
13750 amiga|Amiga ANSI:\
13751         :am:bs:bw:xn:\
13752         :co#80:li#24:\
13753         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
13754         :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:ac=:\
13755         :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:\
13756         :cl=\E[H\E[J:cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:do=\E[B:ei=:\
13757         :ho=\E[H:ic=\E[@:im=:is=\E[20l:k0=\E[9~:k1=\E[0~:k2=\E[1~:\
13758         :k3=\E[2~:k4=\E[3~:k5=\E[4~:k6=\E[5~:k7=\E[6~:k8=\E[7~:\
13759         :k9=\E[8~:kb=^H:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=\E[D:\
13760         :mb=\E[7;2m:md=\E[1m:me=\E[m:mh=\E[2m:mk=\E[8m:mr=\E[7m:\
13761         :nd=\E[C:r1=\Ec:se=\E[m:sf=\E[S:so=\E[7m:sr=\E[T:ue=\E[m:\
13762         :up=\E[A:us=\E[4m:ve=\E[ p:vi=\E[0 p:
13764 # From: Hans Verkuil <hans@wyst.hobby.nl>, 4 Dec 1995
13765 # (amiga: added empty <acsc> to suppress a warning.
13766 # I'm told this entry screws up badly with AS225, the Amiga
13767 # TCP/IP package once from Commodore, and now sold by InterWorks.--esr)
13768 amiga-h|Hans Verkuil's Amiga ANSI:\
13769         :bs:bw:ms:\
13770         :co#80:li#24:\
13771         :DC=\233%dP:DO=\233%dB:IC=\233%d@:LE=\233%dD:RI=\233%dC:\
13772         :SF=\233%dS:SR=\233%dT:UP=\233%dA:ac=:ae=^O:as=^N:bl=^G:\
13773         :bt=\233Z:cd=\233J:ce=\233K:cl=\233H\233J:\
13774         :cm=\233%i%d;%dH:cr=^M:dc=\233P:do=\233B:ec=\233%dP:ei=:\
13775         :ho=\233H:ic=\233@:im=:is=\23320l:k0=\2339~:k1=\2330~:\
13776         :k2=\2331~:k3=\2332~:k4=\2333~:k5=\2334~:k6=\2335~:\
13777         :k7=\2336~:k8=\2337~:k9=\2338~:kD=\177:kb=^H:kd=\233B:\
13778         :kl=\233D:kr=\233C:ku=\233A:le=\233D:mb=\2337;2m:\
13779         :md=\2331m:me=\2330m:mh=\2332m:mk=\2338m:mr=\2337m:\
13780         :nd=\233C:nw=\233B\r:r1=\Ec:se=\2330m:sf=\233S:so=\2337m:\
13781         :sr=\233T:ta=^I:te=\233?7h:ti=\233?7l:ue=\2330m:up=\233A:\
13782         :us=\2334m:vb=^G:ve=\233 p:vi=\2330 p:
13784 # From: Henning 'Faroul' Peters <Faroul@beyond.kn-bremen.de>, 25 Sep 1999
13785 amiga-8bit|Amiga ANSI using 8-bit controls:\
13786         :AL=\233%dL:DL=\233%dM:SF@:SR@:ac=:al=\233L:dl=\233M:\
13787         :sf=\204:sr=\215:tc=amiga-h:
13789 # From: Ruediger Kuhlmann <terminfo@ruediger-kuhlmann.de>, 18 Jul 2000
13790 # requires use of appropriate preferences settings.
13791 # (untranslatable capabilities removed to fit entry within 1023 bytes)
13792 amiga-vnc|Amiga using VNC console (black on light gray):\
13793         :ND:am:da:db:ms:\
13794         :BT#1:Co#16:NC#0:co#80:li#24:lm#0:pa#256:\
13795         :%1=\E[?~:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:\
13796         :IC=\E[%d@:Km=\E[M:LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:\
13797         :SR=\E[%dT:UP=\E[%dA:al=\E[1L:bl=^G:cd=\E[J:ce=\E[K:\
13798         :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:dc=\E[P:\
13799         :dl=\E[1M:do=\E[B:ei=:ic=\E[@:im=:\
13800         :is=\E[>?2;18l\E[>?26;?6;20;>?15;?7;>?22;>?8h:\
13801         :k0=\E[9~:k1=\E[0~:k2=\E[1~:k3=\E[2~:k4=\E[3~:k5=\E[4~:\
13802         :k6=\E[5~:k7=\E[6~:k8=\E[7~:k9=\E[8~:kB=\233Z:kD=\177:\
13803         :kH=\E[45~:kN=\E[42~:kP=\E[41~:kb=^H:kd=\E[B:ke=\E[?1l:\
13804         :kh=\E[44~:kl=\E[D:kr=\E[C:ks=\E[?1h:ku=\E[A:le=\E[D:\
13805         :mb=\E[7;2m:md=\E[1m:me=\E[0m\017\E[30;85;>15m:mh=\E[2m:\
13806         :mk=\E8m:mr=\E[7m:nd=\E[C:nw=\EE:oc=\E[0m:r1=\Ec:\
13807         :r2=\E[>?2;18l\E[>?26;?6;20;>?15;?7;>?22;>?8h:\
13808         :se=\E[21m:sf=\ED:so=\E[1m:sr=\EM:te=\E[?7h\E[r\E[J:\
13809         :ti=\E[?7h:ue=\E[24m:up=\E[A:us=\E[4m:vb=^G:\
13810         :ve=\E[p\E[>?6l:vi=\E[0p:vs=\E[>?6h:
13812 # Commodore B-128 microcomputer from Doug Tyrol <det@HEL-ACE.ARPA>
13813 #       I'm trying to write a termcap for a commodore b-128, and I'm
13814 # having a little trouble. I've had to map most of my control characters
13815 # to something that unix will accept (my delete-char is a ctrl-t, etc),
13816 # and create some functions (like cm), but thats life.
13817 #       The problem is with the arrow keys - right, and up work fine, but
13818 # left deletes the previous character and down I just can't figure out.
13819 # Jove knows what I want, but I don't know what it's sending to me (it
13820 # isn't thats bound to next-line in jove).
13821 #       Anybody got any ideas? Here's my termcap.
13822 # DAG -- I changed his "^n" entries to "\n"; see if that works.
13824 commodore|b-128|Commodore B-128 micro:\
13825         :am:bw:\
13826         :co#80:dN#20:li#24:pb#150:\
13827         :al=10\Ei:bc=^H:ce=10\Eq:cl=10\E\006:cm=20\E\013%2,%2,:\
13828         :cr=^M:dc=10*\177:dl=10*\Ed:do=^J:ei=:ho=\E^E:ic=5\E\n:im=:\
13829         :kd=^J:kh=\E^E:kl=^B:kr=^F:ku=^P:nd=^F:nl=^M:ta=5\011:up=^P:
13831 #### North Star
13833 # North Star Advantage from Lt. Fickie <brl-ibd!fickie> via BRL
13834 northstar|North Star Advantage:\
13835         :bs:\
13836         :co#80:li#24:\
13837         :cd=200\017:ce=200\016:cl=200\004:cm=1\E=%+ %+ :\
13838         :ho=200\034\032:
13840 #### Osborne
13842 # Thu Jul  7 03:55:16 1983
13844 # As an aside, be careful; it may sound like an anomaly on the
13845 # Osborne, but with the 80-column upgrade, it's too easy to
13846 # enter lines >80 columns!
13848 # I've already had several comments...
13849 # The Osborne-1 with the 80-col option is capable of being
13850 # 52, 80, or 104 characters wide; default to 80 for compatibility
13851 # with most systems.
13853 # The tab is destructive on the Ozzie; make sure to 'stty -tabs'.
13854 osborne-w|osborne1-w|osborne I in 104-column mode:\
13855         :ms:ul:xt:\
13856         :co#104:li#24:\
13857         :al=\EE:bl=^G:ce=\ET:cl=^Z:cm=\E=%+ %+ :cr=^M:dc=\EW:dl=\ER:\
13858         :do=^J:ei=:ic=\EQ:im=:kd=^J:kl=^H:kr=^L:ku=^K:le=^H:nd=^L:\
13859         :se=\E(:sf=^J:so=\E):ue=\Em:up=^K:us=\El:
13860 # Osborne I     from ptsfa!rhc (Robert Cohen) via BRL
13861 osborne|osborne1|osborne I in 80-column mode:\
13862         :am:bs:mi:ms:ul:xs:\
13863         :co#80:dB#4:li#24:\
13864         :al=\EE:ce=\ET:cl=^Z:cm=\E=%+ %+ :dc=4\EW:dl=\ER:do=^J:ei=:\
13865         :im=\EQ:is=^Z:kb=^H:kd=^J:kl=^H:kr=^L:ku=^K:le=\010:nd=^L:\
13866         :se=\E):so=\E(:ue=\Em:up=^K:us=\El:
13868 # Osborne Executive definition from BRL
13869 # Similar to tvi920
13870 # Added by David Milligan and Tom Smith (SMU)
13871 osexec|Osborne executive:\
13872         :am:bs:\
13873         :co#80:li#24:sg#1:ug#1:\
13874         :al=\EE:bl=^G:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :cr=^M:ct=\E3:\
13875         :dc=\EW:dl=\ER:do=^J:ei=:ho=^^:ic=\EQ:im=:\
13876         :is=\Eq\Ek\Em\EA\Ex0:k0=^A@\r:k1=^AA\r:k2=^AB\r:k3=^AC\r:\
13877         :k4=^AD\r:k5=^AE\r:k6=^AF\r:k7=^AG\r:k8=^AH\r:k9=^AI\r:\
13878         :kb=^H:kd=^J:kl=^H:kr=^L:ku=^K:le=^H:nd=^L:nl=^J:se=\Ek:\
13879         :so=\Ej:st=\E1:ue=\Em:up=^K:us=\El:
13881 #### Console types for obsolete UNIX clones
13883 # Coherent, Minix, Venix, and several lesser-known kin were OSs for 8088
13884 # machines that tried to emulate the UNIX look'n'feel.  Coherent and Venix
13885 # were commercial, Minix an educational tool sold in conjunction with a book.
13886 # Memory-segmentation limits and a strong tendency to look like V7 long after
13887 # it was obsolete made all three pretty lame.  Venix croaked early.  Coherent
13888 # and Minix were ported to 32-bit Intel boxes, only to be run over by a
13889 # steamroller named `Linux' (which, to be fair, traces some lineage to Minix).
13890 # Coherent's vendor, the Mark Williams Company, went belly-up in 1994.  There
13891 # are also, I'm told, Minix ports that ran on Amiga and Atari machines and
13892 # even as single processes under SunOS and the Macintosh OS.
13895 # This is the entry provided with minix 1.7.4, with bogus :ri: removed.
13896 minix|minix console (v1.7):\
13897         :am:xn:\
13898         :co#80:it#8:li#25:\
13899         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
13900         :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:al=\E[L:bl=^G:cd=\E[0J:\
13901         :ce=\E[K:cl=\E[H\E[0J:cm=\E[%i%d;%dH:cr=^M:dc=\E[P:\
13902         :dl=\E[M:do=\E[B:ei=:ho=\E[H:ic=\E[@:im=:is=\E[0m:k0=\E[Y:\
13903         :k1=\E[V:k2=\E[U:k3=\E[T:k4=\E[S:k5=\E[G:kb=^H:kd=\E[B:\
13904         :kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:l0=End:l1=PgUp:l2=PgDn:\
13905         :l3=Num +:l4=Num -:l5=Num 5:le=^H:mb=\E[5m:md=\E[1m:\
13906         :me=\E[0m:mr=\E[7m:nd=\E[C:nw=^M^J:se=\E[0m:sf=^J:so=\E[7m:\
13907         :sr=\EM:ta=^I:ue=\E[0m:up=\E[A:us=\E[4m:
13908 # Corrected Jan 14, 1997 by Vincent Broman <broman@nosc.mil>
13909 minix-old|minix console (v1.5):\
13910         :xo:\
13911         :co#80:it#8:li#25:\
13912         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
13913         :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:al=\E[L:bl=^G:cd=\E[0J:\
13914         :ce=\E[K:cl=\E[H\E[0J:cm=\E[%i%d;%dH:cr=^M:dc=\E[P:\
13915         :dl=\E[M:do=\E[B:ei=:ho=\E[H:ic=\E[@:im=:k0=\E[Y:k1=\E[V:\
13916         :k2=\E[U:k3=\E[T:k4=\E[S:k5=\E[G:kb=^H:kd=\E[B:kh=\E[H:\
13917         :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[0m:\
13918         :mr=\E[7m:nd=\E[C:nw=^M^J:se=\E[0m:sf=^J:so=\E[7m:sr=\EM:\
13919         :ta=^I:ue=\E[0m:up=\E[A:us=\E[4m:
13920 # The linewrap option can be specified by editing /usr/include/minix/config.h
13921 # before recompiling the minix 1.5 kernel.
13922 minix-old-am|minix console with linewrap:\
13923         :am:tc=minix-old:
13925 pc-minix|minix console on an Intel box:\
13926         :tc=klone+acs:tc=minix:
13928 # According to the Coherent 2.3 manual, the PC console is similar
13929 # to a z19. The differences seem to be (1) 25 lines, (2) no status
13930 # line, (3) standout is broken, (4) ins/del line is broken, (5)
13931 # has blinking and bold.
13932 pc-coherent|pcz19|coherent|IBM PC console running Coherent:\
13933         :am:mi:\
13934         :co#80:it#8:li#25:\
13935         :bl=^G:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :cr=^M:dc=\EN:\
13936         :do=\EB:ei=\EO:ho=\EH:im=\E@:kb=^H:kd=\EB:kh=\EH:kl=\ED:\
13937         :kr=\EC:ku=\EA:le=^H:me=\Eq:nd=\EC:se=\Eq:sf=^J:so=\Ep:\
13938         :sr=\EI:ta=^I:up=\EA:
13940 # According to the Venix 1.1 manual, the PC console is similar
13941 # to a DEC vt52.  Differences seem to be (1) arrow keys send
13942 # different strings, (2) enhanced standout, (3) added insert/delete line.
13943 # Note in particular that it doesn't have automatic margins.
13944 # There are other keys (f1-f10, kpp, knp, kcbt, kich1, kdch1) but they
13945 # not described here because this derives from an old termcap entry.
13946 pc-venix|venix|IBM PC console running Venix:\
13947         :co#80:it#8:li#25:\
13948         :al=\EL:bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :cr=^M:\
13949         :dl=\EM:do=^J:kb=^H:kd=\EP:kh=\EG:kl=\EK:kr=\EM:ku=\EH:le=^H:\
13950         :nd=\EC:sf=^J:sr=\EI:ta=^I:up=\EA:
13952 #### Miscellaneous microcomputer consoles
13954 # If you know anything more about any of these, please tell me.
13957 # The MAI Basic Four computer was obsolete at the end of the 1980s.
13958 # It may be used as a terminal by putting it in "line" mode as seen on
13959 # one of the status lines.
13960 # Initialization is similar to CIT80. :is: will set ANSI mode for you.
13961 # Hardware tabs set by :if: at 8-spacing.  Auto line wrap causes glitches so
13962 # wrap mode is reset by :vs:.  Using :sf:=\E[S caused errors so I
13963 # used \ED instead.
13964 # From: bf347@lafn.org (David Lawyer), 28 Jun 1997
13965 mai|basic4|MAI Basic Four in ansi mode:\
13966         :am:da:db:mi:ms:\
13967         :co#82:it#8:li#25:\
13968         :al=\E[L:bl=^G:cd=^_:ce=^^:cl=^]^_:cm=\E[%i%d;%dH:cr=^M:\
13969         :cs=\E[%i%d;%dr:dc=\E[1P:dl=\E[M:do=^J:ei=\E[4l:ho=^]:\
13970         :if=/usr/lib/tabset/vt100:im=\E[4h:\
13971         :is=\E>\E[?1h\E[?7h\E[?5l\017\E(B\E[m\E[20l\E[1;24r\E[24;1H:\
13972         :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOT:k6=\EOU:k7=\EOV:\
13973         :k8=\EOW:kb=^H:kd=\EOB:kl=\EOD:kr=\EOC:ku=\EOA:le=^H:\
13974         :mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=^X:nw=^M\ED:rc=\E8:\
13975         :sc=\E7:se=\E[m:sf=\ED:so=\E[7m:sr=\E[T:ta=^I:ue=\E[m:up=^Z:\
13976         :us=\E[4m:ve=\E[?7h:vs=\E[?7l:
13977 # basis from Peter Harrison, Computer Graphics Lab, San Francisco
13978 #   ucbvax!ucsfmis!harrison ...uucp / ucbvax!ucsfmis!harrison@BERKELEY ...ARPA
13980 # On Sat, 7 Aug 1999, Torsten Jerzembeck <toje@nightingale.ms.sub.org> wrote:
13981 # The Basis 108 was a Apple II clone, manufactured by the "Basis
13982 # Mikrocomputer GmbH" in Munster, Germany (the company still exists today,
13983 # about 1,5 km from where I live, but doesn't build own computers any
13984 # more). A Basis 108 featured a really heavy (cast aluminium?) case, was
13985 # equipped with one or two 5.25" disk drives, had a monochrome and colour
13986 # video output for a TV set or a dedicated monitor and several slots for
13987 # Apple II cards. Basis 108 were quite popular at german schools before
13988 # the advent of the IBM PC. They run, for example, the UCSD Pascal
13989 # development system (which I used even in 1993 to program the steering
13990 # and data recording for our school's experimental solar panel :), Apple DOS
13991 # or CP/M.
13992 # (basis: removed obsolete ":ma=^K^P^R^L^L :nl=5000*^J:" -- esr)
13993 basis|BASIS108 computer with terminal translation table active:\
13994         :cd=\EY:ce=\ET:cl=300\E*:do=5000\n:kb=^H:kd=^J:kl=^H:kr=^L:\
13995         :ku=^K:me=\E):se=\E):so=\E(:tc=adm3a:
13996 # luna's BMC terminal emulator
13997 luna|luna68k|LUNA68K Bitmap console:\
13998         :co#88:li#46:tc=ansi-mini:
13999 megatek|pegasus workstation terminal emulator:\
14000         :am:os:\
14001         :co#83:li#60:
14002 # The Xerox 820 was a Z80 micro with a snazzy XEROX PARC-derived
14003 # interface (pre-Macintosh by several years) that went nowhere.
14004 xerox820|x820|Xerox 820:\
14005         :am:\
14006         :co#80:li#24:\
14007         :bl=^G:cd=^Q:ce=^X:cl=1^Z:cm=\E=%+ %+ :cr=^M:do=^J:ho=^^:\
14008         :le=^H:nd=^L:sf=^J:up=^K:
14010 #### Videotex and teletext
14013 # \E\:1}        switch to te'le'informatique mode (ascii terminal/ISO 6429)
14014 # \E[?3l        80 columns
14015 # \E[?4l        scrolling on
14016 # \E[12h        local echo off
14017 # \Ec           reset: G0 U.S. charset (to get #,@,{,},...), 80 cols, clear screen
14018 # \E)0          G1 DEC set (line graphics)
14020 # From: Igor Tamitegama <igor@ppp1493-ft.teaser.fr>, 18 Jan 1997
14021 m2-nam|minitel|minitel-2|minitel-2-nam|France Telecom Minitel 2 mode te'le'informatique:\
14022         :bs:es:hs:xn:\
14023         :co#80:it#8:li#24:sg#0:ug#0:ws#72:\
14024         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:\
14025         :RI=\E[%dC:UP=\E[%dA:\
14026         :ac=aaffggjjkkllmmnnooqqssttuuvvwwxx:ae=^O:al=\E[L:\
14027         :as=^N:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
14028         :cr=^M:cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:\
14029         :fs=^J:ho=\E[H:i1=\E\:1}\Ec\E[?4l\E[12h:\
14030         :i2=\E[?3l kbs=\010:im=\E[4h:ip=7:is=\Ec\E[12h\E)0:\
14031         :k0=\EOp:k1=\EOq:k2=\EOr:k3=\EOs:k4=\EOt:k5=\EOu:k6=\EOv:\
14032         :k7=\EOw:k8=\EOx:k9=\EOy:k;=\EOp:kA=\E[4l:kC=\E[2J:kD=\E[P:\
14033         :kI=\E[4h:kL=\E[M:kN=\EOn:kP=\EOR:kd=\E[B:kh=\E[H:kl=\E[D:\
14034         :kr=\E[C:ku=\E[A:le=\E[D:ll=\E[24;80H:mb=\E[5m:md=\E[1m:\
14035         :me=\E[m:mr=\E[7m:nd=\E[C:nw=^M^J:ps=\E[i:\
14036         :r1=\Ec\E[?4l\E[12h:r2=\Ec\E)0:rc=\E8:sc=\E7:se=\E[27m:\
14037         :sf=^J:so=\E[7m:sr=\EM:ta=^I:ts=^_@A:u6=\E[%i%d;%dR:\
14038         :u7=\E[6n:ue=\E[24m:up=\E[A:us=\E[4m:vb=^G:ve=\E[<1l:\
14039         :vi=\E[<1h:
14041 # From: Alexandre Montaron <canal@mygale.org>, 18 Jun 1998
14043 minitel1|minitel 1:\
14044         :am:bw:es:hs:hz:ms:\
14045         :Co#8:co#40:li#24:pa#8:\
14046         :..Sf=\E%?%p1%{1}%=%tD%e%p1%{3}%=%tF%e%p1%{4}%=%tA%e%p1%{6}%=%tC%e%p1%{64}%+%c%;:\
14047         :ac=+.,,./f0g1:bl=^G:ce=^X:cl=^L:cm=\037%+A%+A:cr=^M:do=^J:\
14048         :eA=^Y:fs=^J:ho=^^:is=\E;`ZQ\E\:iC\E\:iE\021:le=^H:mb=\EH:\
14049         :me=\EI\E\\:mr=\E]:nd=^I:nw=^M^J:op=\EG:rp=%.\022%+?:\
14050         :..sa=%?%p1%t\E]%;%?%p3%t\E]%;%?%p4%t\EH%;:se=\E\\:\
14051         :sf=^J:so=\E]:sr=^K:ts=\037@%+A:up=^K:ve=^Q:vi=^T:
14052 # is2=Fnct TE, Fnct MR, Fnct CM et pour finir: curseur ON.
14053 minitel1b|minitel 1-bistandard (in 40cols mode):\
14054         :mi:\
14055         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:\
14056         :RI=\E[%dC:UP=\E[%dA:al=\E[L:cb=\E[1K:cd=\E[J:dc=\E[P:\
14057         :dl=\E[M:ei=\E[4l:i1=\E;iYA\E;jYC:im=\E[4h:kA=\E[L:\
14058         :kC=\E[2J:kD=\E[P:kE=^X:kI=\E[4h:kL=\E[M:kd=\E[B:kh=\E[H:\
14059         :kl=\E[D:kr=\E[C:ks=\E;iYA\E;jYC:kt=^I:ku=\E[A:\
14060         :tc=minitel1:
14061 # :ke: posait des problemes (logout en sortant de vi).
14062 minitel1b-80|minitel 1-bistandard (standard teleinformatique):\
14063         :am@:bw@:hz@:\
14064         :Co@:co#80:it#8:pa@:\
14065         :@8=\EOM:Sf@:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:ho=\E[H:\
14066         :i1@:is@:k0=\EOp:k1=\EOq:k2=\EOr:k3=\EOs:k4=\EOt:k5=\EOu:\
14067         :k6=\EOv:k7=\EOw:k8=\EOx:k9=\EOy:ke@:ks@:mb=\E[5m:md=\E[1m:\
14068         :me=\E[m:mr=\E[7m:nd=\E[C:nw=\EE:op@:rc=\E8:rp@:\
14069         :..sa=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;m:\
14070         :sc=\E7:se=\E[27m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:ue=\E[24m:\
14071         :up=\E[A:us=\E[4m:ve=\037@A\021\n:vi=\037@A\024\n:\
14072         :tc=minitel1b:
14074 ######## OBSOLETE VDT TYPES
14076 # These terminals are *long* dead -- these entries are retained for
14077 # historical interest only.
14079 #### Amtek Business Machines
14082 # (abm80: early versions of this entry apparently had ":se=\E^_:so=\E^Y",
14083 # but these caps were commented out in 8.3; also, removed overridden
14084 # ":do=^J:" -- esr)
14085 abm80|amtek business machines 80:\
14086         :am:bs:bw:\
14087         :co#80:li#24:\
14088         :al=\E^Z:bt=^T:cd=\E^X:ce=\E^O:cl=\E^\:cm=\E\021%r%+ %+ :\
14089         :dl=\E^S:do=\E^K:ho=\E^R:le=^H:nd=^P:up=\E^L:
14091 #### Bell Labs blit terminals
14093 # These were AT&T's official entries.  The 5620 FAQ maintained by
14094 # David Breneman <daveb@dgtl.com> has this to say:
14096 #  Actually, in the beginning was the Jerq, and the Jerq was white with a
14097 #  green face, and Locanthi and Pike looked upon the Jerq and said the Jerq
14098 #  was good.  But lo, upon the horizon loomed a mighty management-type person
14099 #  (known now only by the initials VP) who said, the mighty Jerq must stay
14100 #  alone, and could not go forth into the world. So Locanthi and Pike put the
14101 #  Jerq to sleep, cloned its parts, and the Blit was brought forth unto the
14102 #  world. And the Jerq lived the rest of its days in research, but never
14103 #  strayed from those paths.
14105 #  In all seriousness, the Blit was originally known as the Jerq, but when
14106 #  it started to be shown outside of the halls of the Bell Labs Research
14107 #  organization, the management powers that be decided that the name could
14108 #  not remain. So it was renamed to be Blit. This was in late 1981.
14110 # (The AT&T 5620 was the commercialized Blit.  Its successors were the 630,
14111 # 730, and 730+.)
14114 blit|jerq|blit running teletype rom:\
14115         :am:eo:ul:xo:\
14116         :co#87:it#8:li#72:\
14117         :AL=\EF%+ :DC=\Ee%+ :DL=\EE%+ :IC=\Ef%+ :al=\EF!:bl=^G:\
14118         :ce=\EK:cl=^L:cm=\EY%r%+ %+ :cr=^M:dc=\Ee!:dl=\EE!:do=^J:\
14119         :ei=:ic=\Ef!:im=:k1=\Ex:k2=\Ey:k3=\Ez:kb=^H:kd=\EB:kl=\ED:\
14120         :kr=\EC:ku=\EA:le=\ED:nd=\EC:sf=^J:ta=^I:up=\EA:
14122 # (cbblit: here's a BSD termcap that says :do=\EG: -- esr)
14123 cbblit|fixterm|blit running columbus code:\
14124         :co#88:\
14125         :cd=\EJ:ei=\ER:ic@:im=\EQ:pO=\EP%03:pf=^T:po=^R:se=\EV!:\
14126         :so=\EU!:ue=\EV":us=\EU":vb=\E^G:tc=blit:
14128 oblit|ojerq|first version of blit rom:\
14129         :am:da:db:eo:mi:ul:xo:\
14130         :co#88:it#8:li#72:\
14131         :AL=\Ef%+ :DL=\Ee%+ :al=\EF:bl=^G:cd=\EJ:ce=\EK:cl=^L:\
14132         :cm=\EY%r%+ %+ :cr=^M:dc=\EO:dl=\EE:do=^J:ei=\ER:im=\EQ:\
14133         :kb=^H:le=\ED:nd=\EC:sf=^J:ta=^I:up=\EA:vb=\E^G:
14135 #### Bolt, Beranek & Newman (bbn)
14137 # The BitGraph was a product of the now-defunct BBN Computer Corporation.
14138 # The parent company, best known as the architects of the Internet, is
14139 # still around.
14141 # Jeff DelPapa <dp@world.std.com> writes:
14142 # The bitgraph was a large white box that contained a monochrome bitmap
14143 # display, and a 68000 to run it.  You could download code and run it on
14144 # the cpu, it had 128kb (I think) of memory.  I used one in the late
14145 # 70's, sure beat a vt100.  It had one strange feature tho -- it used
14146 # the cpu to bitblt pixels to scroll, it took longer than the refresh
14147 # rate, and looked like a rubber sheet stretching, then snapping
14148 # upwards.  It had everything the early mac had, except a floppy drive a
14149 # small screen (it had a 17" crisp beauty) and a real OS. They (Bolt
14150 # Beranek and Neuman) sold at most a few hundred of them to the real
14151 # world.  DOD may have bought more...
14154 # Entries for the BitGraph terminals.  The problem
14155 # with scrolling in vi can only be fixed by getting BBN to put
14156 # smarter scroll logic in the terminal or changing vi or padding
14157 # scrolls with about 500 ms delay.
14159 # I always thought the problem was related to the terminal
14160 # counting newlines in its input buffer before scrolling and
14161 # then moving the screen that much. Then vi comes along and
14162 # paints lines in on the bottom line of the screen, so you get
14163 # this big white gap.
14165 bitgraph|bg2.0nv|bg3.10nv|bbn bitgraph 2.0 or later (normal video):\
14166         :is=\E>\E[?5l\E[?7h:vb=\E[?5h\E[?5l:tc=bg2.0:
14167 bg2.0rv|bg3.10rv|bbn bitgraph 2.0 (reverse video):\
14168         :is=\E>\E[?5h\E[?7h:vb=\E[?5l\E[?5h:tc=bg2.0:
14169 bg2.0|bg3.10|bbn bitgraph 2.0 or later (no init):\
14170         :bs:xn:\
14171         :co#85:li#64:\
14172         :al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=%i\E[%d;%dH:\
14173         :cr=^M:cs=\E[%i%d;%dr:dl=\E[M:do=\E[B:k1=\EOP:k2=\EOQ:\
14174         :k3=\EOR:k4=\EOS:kd=\E[B:ke=\E>:kl=\E[D:kr=\E[C:ks=\E=:\
14175         :ku=\E[A:l1=PF1:l2=PF2:l3=PF3:l4=PF4:le=^H:me=\E[m:nd=\E[C:\
14176         :rc=\E8:sc=\E7:se=\E[m:sf=\n:so=\E[7m:ta=^I:up=\E[A:
14178 bg1.25rv|bbn bitgraph 1.25 (reverse video):\
14179         :is=\E>\E[?5h\E[?7h:vb=\E[?5l\E[?5h:tc=bg1.25:
14180 bg1.25nv|bbn bitgraph 1.25 (normal video):\
14181         :is=\E>\E[?5l\E[?7h:vb=\E[?5h\E[?5l:tc=bg1.25:
14182 # (bg1.25: I added <rmam>/<smam> based on the init string -- esr)
14183 bg1.25|bbn bitgraph 1.25:\
14184         :co#85:li#64:\
14185         :RA=\E[?7l:SA=\E[?7h:al=\E[L:bl=^G:cd=\E[J:ce=\E[K:\
14186         :cl=\E[H\E[J:cm=%i\E[%d;%dH:cr=^M:dl=\E[M:do=\E[B:k1=\EP:\
14187         :k2=\EQ:k3=\ER:k4=\ES:kd=\EB:ke=\E>:kl=\ED:kr=\EC:ks=\E=:\
14188         :ku=\EA:l1=PF1:l2=PF2:l3=PF3:l4=PF4:le=^H:ll=\E[64;1H:\
14189         :me=\E[m:nd=\E[C:se=\E[m:sf=\n:so=\E[7m:ta=^I:up=\E[A:
14191 #### Bull (bq, dku, vip)
14193 # (Adapted for terminfo; AIX extension capabilities translated -- esr)
14195 #============================================#
14196 # BULL QUESTAR 210 `SDP' terminals emulation #
14197 #============================================#
14199 # Description written by R.K.Saunders (Bull Transac)
14201 # Modifications written by F. Girard (Bull MTS)
14202 #               19-05-87 V02.00.01
14203 #               17-12-87 V02.00.02
14204 #               15-09-89 V02.00.05
14206 #       Typical technical selections F1 (modes SDP/ROLL):
14207 # -------------------------------------------------------
14208 # |   01   02   03   04   05   06   07   08   09   10   |
14209 # |  1010 0011 1010 0110 0110 0001 0100 0000 0000 0000  |
14210 # |                                                     |
14211 # |   11   12   13   14   15   16   17   18   19   20   |
14212 # |  0000 0110 100? 0000 0000 0000 0001 0000 0000 0001  |
14213 # |                                                     |
14214 # |   21   22   23   24   25   26   27   28   29   30   |
14215 # |  0011 0000 0001 1000 0000 0000 0000 0000 0000 0000  |
14216 # |                                                     |
14217 # |   31   32   33   34   35   36   37   38   39   40   |
14218 # |  1010 0011 0000 0000 0000 0000 0000 0000 0000 0000  |
14219 # -------------------------------------------------------
14220 #       Typical firmware identification F5 "etat 6":
14221 #  P287.02.04b  (AZERTY)
14222 #  P297.11.04   (24-pin: 2732)  or P798.11.04   (28-pin: 2764)
14223 #  P298.03.03   (monochrome)    or P374.03.02   (colour)
14225 #       SM SDP mode (VIP command):      ^[[?=h
14226 #       RIS (erases screen):            ^[c
14227 #       DMI disable keyboard:           ^[`
14228 #       SM double rendition mode:       ^[[?>h
14229 #       RM solicited status mode:       ^[[5l
14230 #       RM character mode:              ^[[>l
14231 #       RM echoplex mode:               ^[[12l
14232 #       RM column tab mode:             ^[[18l
14233 #       RM forbid SS2 keyboard mode:    ^[[?<l
14234 #       SM scroll mode:                 ^[[=h
14235 #       FCF enable XON/XOFF:            ^[P1s^[\
14236 #       MTL select end msg character:   ^[[^Wp
14237 #       EMI enable keyboard:            ^[b
14238 #       RIS retour etat initial:        ^[c
14239 #       enable FC keypad:               ^[[?<h,
14240 #       MPW map status line window:     ^[PY99:98^[\
14241 #       SCP select status line:         ^[[0;98v
14242 #       ED erase entire partition:      ^[[2J
14243 #       SCP select main partition:      ^[[v
14244 #       SM character insertion mode:    ^[[4h
14245 #       RM character replacement mode:  ^[[4l
14246 #       COO cursor on:                  ^[[r
14247 #       COO cursor off:                 ^[[1r
14248 #       SGR dim (turquoise) rev attr:   ^[[2;7m
14249 #       SGR Data normal attr:           ^[[m
14250 #       SO Line-graphic mode ON:        ^N
14251 #       SI Line-graphic mode OFF:       ^O
14252 #       MC start routing to printer:    ^[[5i
14253 #       MC stop routing to printer:     ^M^[[4i
14256 # This entry covers the following terminals:
14257 # dku7102, tws2102, and tws models 2105 to 2112
14258 # (untranslatable capabilities removed to fit entry within 1023 bytes)
14259 # (sgr removed to fit entry within 1023 bytes)
14260 # (acsc removed to fit entry within 1023 bytes)
14261 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
14262 tws-generic|dku7102|Bull Questar tws terminals:\
14263         :am:es:hs:mi:ms:xn:xo:xs@:\
14264         :co#80:it#8:li#24:ws#80:\
14265         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:\
14266         :RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:\
14267         :cd=\E[J:ce=\E[K:cl=\E[2J:cm=\E[%i%d;%df:cr=^M:ct=\E[2g:\
14268         :dc=\E[P:dl=\E[M:do=^J:\
14269         :ds=\EPY99\:98\E\\\E[0;98v\E[2J\E[v:ei=\E[4l:fs=\E[v:\
14270         :ho=\E[H:i1=\E[?=h\Ec\E`\E[?>h\EPY99\:98\E\\:\
14271         :i2=\Eb\E[?<h:im=\E[4h:\
14272         :is=\E[5;>;12;18;?<l\E[=h\EP1s\E\\\E[\027p:\
14273         :k1=\E[1u\027:k2=\E[2u\027:k3=\E[3u\027:k4=\E[4u\027:\
14274         :k5=\E[5u\027:k6=\E[6u\027:k7=\E[7u\027:k8=\E[8u\027:\
14275         :kD=\E[P:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
14276         :le=^H:ll=\E[H\E[A:mb=\E[0;5m:me=\E[m\017:mh=\E[0;2m:\
14277         :mr=\E[0;7m:nd=\E[C:rs=\E[?=h\Ec:se=\E[m:sf=^J:so=\E[0;7m:\
14278         :st=\EH:ta=\E[I:te=\E[0;98v\E[2J\E[v:\
14279         :ti=\E[?>h\EPY99\:98\E\\:\
14280         :ts=\EPY99\:98\E\\\E[0;98v\E[2;7m:ue=\E[m:up=\E[A:\
14281         :us=\E[0;4m:ve=\E[r:vi=\E[1r:
14282 tws2102-sna|dku7102-sna|BULL Questar tws2102 for SNA:\
14283         :ds=\E[0;98v\E[2J\E[v:fs=\E[v:i2=\Eb:ts=\E[0;98v:\
14284         :tc=tws-generic:
14285 tws2103|xdku|BULL Questar tws2103:\
14286         :ta=^I:tc=tws-generic:
14287 tws2103-sna|dku7103-sna|BULL Questar tws2103 for SNA:\
14288         :ta=^I:tc=tws2102-sna:
14289 dku7102-old|BULL Questar 200 DKU7102 (microcode version < 6):\
14290         :AL@:DL@:al@:ce=\E[K\E[m:cl=\E[2J\E[H:cm@:dl@:\
14291         :ds=\EPY99\:98\E\\\E[0;98v\E[2J\E[H\E[v:\
14292         :ts=\EPY99\:98\E\\\E[0;98v\E[H\E[2;7m:tc=tws-generic:
14293 dku7202|BULL Questar 200 DKU7202 (colour/character attributes):\
14294         :i2=\E[?3h\Eb:mb=\E[0;2;4m:mh=\E[0;5m:so=\E[0;4;5;7m:\
14295         :ta=^I:us=\E[0;2m:tc=tws-generic:
14297 #=========================================================#
14298 # BULL QUESTAR 303 & 310 `DEC VT 320' terminals emulation #
14299 #=========================================================#
14301 # Description written by J. Staerck (BULL SA)
14302 #       Copyright (c) 1989 BULL SA
14303 #---------------------------------------------------------------------------
14304 #  This entry is used for terminals with vt320 emulation mode
14305 #  and following set-up :
14306 #    8 bit ISO Latin Character Set (ISO 8859-1),
14307 #    7 bit Control Characters,
14308 #    80 columns screen.
14309 #  Hereafter are some DEC vt terminals' commands. (valid on vt200 and 300)
14310 #  They are used in string capabilities with vt220-320 emulation mode.
14311 #  In the following DEC definitions, two kinds of terminfo databases are
14312 #    provided :
14313 #    1. the first with Command Sequence Introducer starting with escape
14314 #       sequence in 7 bits characters ex. ESC [ : 2 chars. in 7-bit mode.
14315 #    2. the second with Command Sequence Introducer starting with escape
14316 #       sequence in 8 bits characters ex. ESC [ : 1 char. 'CSI' =x9B.
14317 #       Soft Terminal Reset             esc [ ! p
14318 #       RIS (erases screen):            esc c
14319 #       DECKPNM numeric keypad mode:    esc >
14320 #       DECKPAM applic. keypad mode:    esc =
14321 #       DECSTBM Scrolling region:       esc [ r
14322 #       SCS select G0 = US:             esc ( B
14323 #       SCS select G1 = line-graphic:   esc ) 0
14324 #       Select 7-bit C1 controls:       esc sp F
14325 #       Select 8-bit C1 controls:       esc sp G
14326 #       Select cursor home:             esc [  H
14327 #       Select erase screen:            esc [  J
14328 #       SM KAM lock keyboard:           esc [ 2 h
14329 #       RM KAM unlock keyboard:         esc [ 2 l
14330 #       SM SRM local echo off:          esc [ 1 2 h
14331 #       RM SRM local echo on:           esc [ 1 2 l
14332 #       SM LNM New line :               esc [ 2 0 h
14333 #       RM LNM return = CR only:        esc [ 2 0 l
14334 #       SM DECCKM cursor keys mode:     esc [ ? 1 h
14335 #       RM DECCKM appli. keys mode:     esc [ ? 1 l
14336 #       SM DECANM ANSI mode on:         esc [ ? 2 h
14337 #       RM DECANM ANSI mode off:        esc [ ? 2 l
14338 #       SM DECCOLM 132-column screen:   esc [ ? 3 h
14339 #       RM DECCOLM 80-column screen:    esc [ ? 3 l
14340 #       SM DECSCLM Smooth scroll:       esc [ ? 4 h
14341 #       RM DECSCLM Jump scroll:         esc [ ? 4 l
14342 #       SM DECSCNM screen light backgr. esc [ ? 5 h
14343 #       RM DECSCNM screen dark backgr.  esc [ ? 5 l
14344 #       SM DECOM move within margins:   esc [ ? 6 h
14345 #       RM DECOM move outside margins:  esc [ ? 6 l
14346 #       SM DECAWM auto right margin:    esc [ ? 7 h
14347 #       RM DECAWM auto right margin:    esc [ ? 7 l
14348 #       SM DECARM auto repeat:          esc [ ? 8 h
14349 #       RM DECARM auto repeat:          esc [ ? 8 l
14350 #       DECSASD Select active main:     esc [ 0 $ }
14351 #       DECSASD Select active status:   esc [ 1 $ }
14352 #       DECSSDT Select status none:     esc [ 0 $ ~
14353 #       DECSSDT Select status indic.:   esc [ 1 $ ~
14354 #       DECSSDT Select status host-wr:  esc [ 2 $ ~
14355 #       SM DECTCEM Visible cursor:      esc [ ? 2 5 h
14356 #       RM DECTCEM Invisible cursor:    esc [ ? 2 5 l
14357 #       SM DECNCRM 7 bits NCR set:      esc [ ? 4 2 h
14358 #       RM DECNCRM Multi or ISO latin:  esc [ ? 4 2 l
14359 #       SM DECNKM numeric keypad mode:  esc [ ? 6 6 h
14360 #       RM DECNKM numeric keypad appl.: esc [ ? 6 6 l
14361 #       SM DECKBUM clavier informatique esc [ ? 6 8 h
14362 #       RM DECKBUM clavier bureautique: esc [ ? 6 8 l
14363 #       DECSCL vt300 mode 8-bit ctrl:   esc [ 6 3 " p
14364 # or    DECSCL vt300 mode 8-bit ctrl:   esc [ 6 3 ; 0 " p
14365 # or    DECSCL vt300 mode 8-bit ctrl:   esc [ 6 3 ; 2 " p
14366 #       DECSCL vt300 mode 7-bit ctrl:   esc [ 6 3 ; 1 " p
14367 #       Char. and Line attributes:      esc [ Ps ... Ps m
14368 # with:  0 All off, 1 Bold, 4 Underline, 5 Blinking, 7 Reverse
14369 # and : 22 Bold off, 24 Underline off, 25 Blinking off, 27 Reverse off
14372 # This entry covers BQ303, BQ306, BQ310, Q303, Q306, Q310
14373 # (untranslatable capabilities removed to fit entry within 1023 bytes)
14374 # (sgr removed to fit entry within 1023 bytes)
14375 # (acsc removed to fit entry within 1023 bytes)
14376 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
14377 bq300|Bull vt320 ISO Latin 1 80 columns terminal:\
14378         :am:eo:es:hs:km:mi:ms:xn:xo:\
14379         :co#80:it#8:li#24:vt#3:ws#80:\
14380         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
14381         :K1=\EOw:K2=\EOu:K3=\EOy:K4=\EOq:K5=\EOs:LE=\E[%dD:\
14382         :RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:cd=\E[J:\
14383         :ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
14384         :ct=\E[3g:dc=\E[P:dl=\E[M:do=\E[B:\
14385         :ds=\E[1$}\E[2$~\n\E[0$}:ec=\E[%dX:ei=\E[4l:fs=\E[0$}:\
14386         :ho=\E[H:i1=\E[63;1"p\E[2h:\
14387         :i2=\E[0$}\E[?25h\E[2l\E[H\E[J:im=\E[4h:\
14388         :is=\E[?2h\E[?3l\E[?5l\E[?7h\E[?8h\E>\E[?1l\E F\E[?42l\E[?4l:\
14389         :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k6=\E[17~:k7=\E[18~:\
14390         :k8=\E[19~:k9=\E[20~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:\
14391         :kb=^H:kd=\E[B:ke=\E[?1l\E>:kl=\E[D:kr=\E[C:ku=\E[A:\
14392         :le=\E[D:mb=\E[5m:md=\E[1m:me=\E[0m\E(B:mr=\E[7m:nd=\E[C:\
14393         :nw=\EE:rc=\E8:sc=\E7:se=\E[27m:sf=\ED:so=\E[7m:sr=\EM:\
14394         :st=\EH:ta=^I:te=\E[?7h:ti=\E[?7l\E[?1l\E(B:\
14395         :ts=\E[1$}\E[2$~:ue=\E[24m:up=\E[A:us=\E[4m:\
14396         :vb=\E[?5h\E[?5l:ve=\E[?25h:vi=\E[?25l:vs=\E[?25h:
14397 bq300-rv|Bull vt320 reverse 80 columns:\
14398         :is=\E[?2h\E[?3l\E[?5h\E[?7h\E[?8h\E>\E[?1l\E F\E[?42l\E[?4l:\
14399         :vb=\E[?5l\E[?5h:tc=bq300:
14400 bq300-w|Bull vt320 132 columns:\
14401         :co#132:ws#132:\
14402         :is=\E[?2h\E[?3h\E[?5l\E[?7h\E[?8h\E>\E[?1l\E F\E[?42l\E[?4l:\
14403         :rs=\E[?3h:tc=bq300:
14404 bq300-w-rv|Bull vt320 reverse mode 132 columns:\
14405         :co#132:ws#132:\
14406         :is=\E[?2h\E[?3h\E[?5h\E[?7h\E[?8h\E>\E[?1l\E F\E[?42l\E[?4l:\
14407         :rs=\E[?3h:vb=\E[?5l\E[?5h:tc=bq300:
14409 #  This entry is used for terminals with vt320 emulation mode
14410 #  and following set-up :
14411 #    8 bit ISO Latin Character Set (ISO 8859-1),
14412 #    8 bit Control Characters, (CSI coded as x9B for ESC [)
14413 #    80 columns screen.
14414 #       Soft Terminal Reset             csi ! p
14415 #       RIS (erases screen):            esc c
14416 #       DECKPNM numeric keypad mode:    esc >
14417 #       DECKPAM applic. keypad mode:    esc =
14418 #       DECSTBM Scrolling region:       esc [ r
14419 #       SCS select G0 = US:             esc ( B
14420 #       SCS select G1 = line-graphic:   esc ) 0
14421 #       Select 7-bit C1 controls:       esc sp F
14422 #       Select 8-bit C1 controls:       esc sp G
14423 #       Select cursor home:             csi H
14424 #       Select erase screen:            csi J
14425 #       SM KAM lock keyboard:           csi 2 h
14426 #       RM KAM unlock keyboard:         csi 2 l
14427 #       SM SRM local echo off:          csi 1 2 h
14428 #       RM SRM local echo on:           csi 1 2 l
14429 #       SM LNM New line :               csi 2 0 h
14430 #       RM LNM return = CR only:        csi 2 0 l
14431 #       SM DECCKM cursor keys mode:     csi ? 1 h
14432 #       RM DECCKM appli. keys mode:     csi ? 1 l
14433 #       SM DECANM ANSI mode on:         csi ? 2 h
14434 #       RM DECANM ANSI mode off:        csi ? 2 l
14435 #       SM DECCOLM 132-column screen:   csi ? 3 h
14436 #       RM DECCOLM 80-column screen:    csi ? 3 l
14437 #       SM DECSCLM Smooth scroll:       csi ? 4 h
14438 #       RM DECSCLM Jump scroll:         csi ? 4 l
14439 #       SM DECSCNM screen light backgr. csi ? 5 h
14440 #       RM DECSCNM screen dark backgr.  csi ? 5 l
14441 #       SM DECOM move within margins:   csi ? 6 h
14442 #       RM DECOM move outside margins:  csi ? 6 l
14443 #       SM DECAWM auto right margin:    csi ? 7 h
14444 #       RM DECAWM auto right margin:    csi ? 7 l
14445 #       SM DECARM auto repeat:          csi ? 8 h
14446 #       RM DECARM auto repeat:          csi ? 8 l
14447 #       DECSASD Select active main:     csi 0 $ }
14448 #       DECSASD Select active status:   csi 1 $ }
14449 #       DECSSDT Select status none:     csi 0 $ ~
14450 #       DECSSDT Select status indic.:   csi 1 $ ~
14451 #       DECSSDT Select status host-wr:  csi 2 $ ~
14452 #       SM DECTCEM Visible cursor:      csi ? 2 5 h
14453 #       RM DECTCEM Invisible cursor:    csi ? 2 5 l
14454 #       SM DECNCRM 7 bits NCR set:      csi ? 4 2 h
14455 #       RM DECNCRM Multi or ISO latin:  csi ? 4 2 l
14456 #       DECSCL vt300 mode 8-bit ctrl:   csi 6 3 " p
14457 # or    DECSCL vt300 mode 8-bit ctrl:   csi 6 3 ; 0 " p
14458 #       DECSCL vt300 mode 7-bit ctrl:   csi 6 3 ; 1 " p
14459 #       Char. and Line attributes:      csi Ps ... Ps m
14460 # with:  0 All off, 1 Bold, 4 Underline, 5 Blinking, 7 Reverse
14461 # and : 22 Bold off, 24 Underline off, 25 Blinking off, 27 Reverse off
14462 # (bq300-8: :le:,:nd:,:up:,:do:,:dl:,:al: to get under 1024 --esr)
14463 # (untranslatable capabilities removed to fit entry within 1023 bytes)
14464 # (sgr removed to fit entry within 1023 bytes)
14465 # (acsc removed to fit entry within 1023 bytes)
14466 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
14467 bq300-8|Bull vt320 full 8 bits 80 columns:\
14468         :am:eo:es:hs:km:mi:ms:xn:xo:\
14469         :co#80:it#8:li#24:vt#3:ws#80:\
14470         :AL=\233%dL:DC=\233%dP:DL=\233%dM:DO=\233%dB:IC=\233%d@:\
14471         :K1=\217w:K2=\217u:K3=\217y:K4=\217q:K5=\217s:LE=\233%dD:\
14472         :RI=\233%dC:UP=\233%dA:ae=^O:as=^N:bl=^G:cd=\233J:ce=\233K:\
14473         :cl=\233H\233J:cm=\233%i%d;%dH:cr=^M:cs=\233%i%d;%dr:\
14474         :ct=\2333g:dc=\233P:ds=\2331$}\2332$~\n\2330$}:\
14475         :ec=\233%dX:ei=\2334l:fs=\2330$}:ho=\233H:\
14476         :i1=\E[63;2"p\E[2h:i2=\2330$}\233?25h\2332l\233H\233J:\
14477         :im=\2334h:\
14478         :is=\E[?2h\E[?3l\E[?5l\E[?7h\E[?8h\E>\E[?1l\E G\E[?42l\E[?4l:\
14479         :k1=\217P:k2=\217Q:k3=\217R:k4=\217S:k6=\23317~:\
14480         :k7=\23318~:k8=\23319~:k9=\23320~:kD=\2333~:kI=\2332~:\
14481         :kN=\2336~:kP=\2335~:kb=^H:kd=\233B:ke=\233?1l\E>:\
14482         :kl=\233D:kr=\233C:ku=\233A:mb=\2335m:md=\2331m:\
14483         :me=\2330m\E(B:mr=\2337m:nw=\EE:rc=\E8:sc=\E7:se=\23327m:\
14484         :sf=\ED:so=\2337m:sr=\EM:st=\EH:ta=^I:te=\233?7h:\
14485         :ti=\233?7l\233?1l\E(B:ts=\2331$}\2332$~:ue=\23324m:\
14486         :us=\2334m:vb=\233?5h\233?5l:ve=\233?25h:vi=\233?25l:\
14487         :vs=\233?25h:
14488 bq300-8rv|Bull vt320 8-bit reverse mode 80 columns:\
14489         :is=\E[?2h\E[?3l\E[?5h\E[?7h\E[?8h\E>\E[?1l\E G\E[?42l\E[?4l:\
14490         :vb=\233?5l\233?5h:tc=bq300-8:
14491 bq300-8w|Bull vt320 8-bit 132 columns:\
14492         :co#132:ws#132:\
14493         :is=\E[?2h\E[?3h\E[?5l\E[?7h\E[?8h\E>\E[?1l\E G\E[?42l\E[?4l:\
14494         :rs=\233?3h:tc=bq300-8:
14495 bq300-w-8rv|Bull vt320 8-bit reverse mode 132 columns:\
14496         :co#132:ws#132:\
14497         :is=\E[?2h\E[?3h\E[?5h\E[?7h\E[?8h\E>\E[?1l\E G\E[?42l\E[?4l:\
14498         :rs=\233?3h:vb=\233?5l\233?5h:tc=bq300-8:
14500 #  This entry is used for terminals with vt320 emulation mode
14501 #  a 102 keys keyboard (PC scancode !) and following set-up :
14502 #    8 bit ISO Latin Character Set (ISO 8859-1),
14503 #    7 bit Control Characters,
14504 #    80 columns screen.
14505 bq300-pc|Questar 303 with PC keyboard ISO Latin 1 80 columns:\
14506         :%0@:%1@:*6@:@0@:@7=\E[4~:F1=\E[29~:F2=\E[31~:F3@:F4@:F5@:F6@:\
14507         :F7@:F8@:F9@:FA@:k1=\E[17~:k2=\E[18~:k3=\E[19~:k4=\E[20~:\
14508         :k5=\E[21~:k6=\E[23~:k7=\E[24~:k8=\E[25~:k9=\E[26~:\
14509         :k;=\E[28~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:\
14510         :kh=\E[1~:l1@:l2@:l3@:l4@:tc=bq300:
14511 bq300-pc-rv|Questar 303 with PC keyboard reverse mode 80 columns:\
14512         :is=\E[?2h\E[?3l\E[?5h\E[?7h\E[?8h\E>\E[?1l\E F\E[?42l\E[?4l:\
14513         :vb=\E[?5l\E[?5h:tc=bq300-pc:
14514 bq300-pc-w|Questar 303 with PC keyboard 132 columns terminal:\
14515         :co#132:ws#132:\
14516         :is=\E[?2h\E[?3h\E[?5l\E[?7h\E[?8h\E>\E[?1l\E F\E[?42l\E[?4l:\
14517         :rs=\E[?3h:tc=bq300-pc:
14518 bq300-pc-w-rv|Questar 303 with PC keyboard reverse mode 132 columns:\
14519         :co#132:ws#132:\
14520         :is=\E[?2h\E[?3h\E[?5h\E[?7h\E[?8h\E>\E[?1l\E F\E[?42l\E[?4l:\
14521         :rs=\E[?3h:vb=\E[?5l\E[?5h:tc=bq300-pc:
14522 #    8 bit ISO Latin Character Set (ISO 8859-1),
14523 #    8 bit Control Characters,
14524 #    80 columns screen.
14525 bq300-8-pc|Q306-8-pc|Questar 303 with PC keyboard in full 8 bits 80 columns:\
14526         :%0@:%1@:*6@:@0@:@7=\2334~:F1=\23329~:F2=\23331~:F3@:F4@:F5@:\
14527         :F6@:F7@:F8@:F9@:FA@:k1=\23317~:k2=\23318~:k3=\23319~:\
14528         :k4=\23320~:k5=\23321~:k6=\23323~:k7=\23324~:k8=\23325~:\
14529         :k9=\23326~:k;=\23328~:kD=\2333~:kI=\2332~:kN=\2336~:\
14530         :kP=\2335~:kb=^H:kh=\2331~:l1@:l2@:l3@:l4@:tc=bq300-8:
14531 bq300-8-pc-rv|Questar 303 with PC keyboard full 8 bits reverse mode 80 columns:\
14532         :is=\E[?2h\E[?3l\E[?5h\E[?7h\E[?8h\E>\E[?1l\E G\E[?42l\E[?4l:\
14533         :vb=\E[?5l\E[?5h:tc=bq300-8-pc:
14534 bq300-8-pc-w|Questar 303 with PC keyboard full 8 bits 132 columns:\
14535         :co#132:ws#132:\
14536         :is=\E[?2h\E[?3h\E[?5l\E[?7h\E[?8h\E>\E[?1l\E G\E[?42l\E[?4l:\
14537         :rs=\E[?3h:tc=bq300-8-pc:
14538 bq300-8-pc-w-rv|Questar 303 with PC keyboard full 8 bits reverse 132 columns:\
14539         :co#132:ws#132:\
14540         :is=\E[?2h\E[?3h\E[?5h\E[?7h\E[?8h\E>\E[?1l\E G\E[?42l\E[?4l:\
14541         :rs=\E[?3h:vb=\E[?5l\E[?5h:tc=bq300-8-pc:
14543 #======================================================#
14544 # BULL QUESTAR 310 `VIP 7800/8800' terminals emulation #
14545 #======================================================#
14547 # normal mode, 8 bits, 80 columns terminal.
14548 #       RES reset :                     ^[e
14549 #       RIS reset initial state:        ^[c
14550 #       BLE bell enable                 ^[h
14551 #       BLD bell disable                ^[g
14552 #       CAMS char. attr. mode set       ^[[D
14553 #       CAMR char. attr. mode reset     ^[[G
14554 #       CLR clear                       ^[`
14555 #       KBU keyboard unlock (set)       ^[[W
14556 #       KBL keyboard lock (reset)       ^[[X
14557 #       CM  character mode (async.)     ^[k
14558 #       NEP non echoplex mode (by host) ^[l
14559 #       EP  echoplex mode (by host)     ^[m
14560 #       IM  insert mode set             ^[[I
14561 #       IM  insert mode reset           ^[[J
14562 #       RMS roll mode set               ^[r
14563 #       RMR roll mode reset             ^[q
14564 #       SM78 set mode vip7800           ^[[1q
14565 #       SD  scroll up   (72 lines)      ^[[0s
14566 #       SD  scroll down (72 lines)      ^[[1s
14567 #       RBM block mode reset            ^[[E
14568 #       SLS status line set             ^[w
14569 #       SLR status line reset           ^[v
14570 #       SLL status line lock            ^[O
14571 #       LGS Line-graphic mode set       ^[G
14572 #       LGR Line-graphic mode reset     ^[F
14573 #       TBC tab clear (at cursor pos.)  ^[[g
14574 #       TBI tab initialize              ^[[N
14575 #       TBS tab set (at cursor pos.)    ^[p
14576 #       PDS  print data space           ^[[0p
14577 #       PHD  print host data            ^[[3p
14578 #       PDT  print data terminator      ^[[<p
14579 #       PRES print adapter reset        ^[[2p
14580 #       SSPR multi-part. reset          ^[[<>u
14581 #       SSP0 partition 0 set            ^[[00u
14582 #       SSP1 partition n format 1       ^[[PnPnSTRINGu
14583 #       SSP2 partition n format 2       ^[[PnPnSTRINGu
14584 #       SSP3 partition n format 3       ^[[PnPnu
14585 #       ATR attribute (visual)
14586 #           blink :                     ^[sB
14587 #           dim :                       ^[sL
14588 #           hide (blank) :              ^[sH
14589 #           restore :                   ^[sR
14590 #           inverse video :             ^[sI
14591 #           prot. :                     ^[sP
14592 #           underline :                 ^[s_
14593 #           reset :                     ^{
14595 # This covers the vip7800 and BQ3155-vip7800
14596 # (untranslatable capabilities removed to fit entry within 1023 bytes)
14597 # (sgr removed to fit entry within 1023 bytes)
14598 # (acsc removed to fit entry within 1023 bytes)
14599 vip|Bull Questar 3155-7800:\
14600         :5i:am:es:hs:km:ms:xn:xo:\
14601         :co#80:it#8:li#24:vt#3:ws#80:\
14602         :#2=\EH:#4=\Eo:%i=\Eu:F1=\E\\:F2=\E^:F3@:F4@:F5@:F6@:F7@:F8@:\
14603         :F9@:FA@:FB=\E1:FC=\E5:FD=\E7:FE=\E9:FF=\E;:FG=\E=:FH=\E?:\
14604         :FI=\EQ:FJ=\ES:FK=\EV:FL=\E]:FM=\E_:ae=\EF:as=\EG:bl=^G:\
14605         :bt=\E[Z:cd=\EJ:ce=\EK:cl=\E`:cm=\E[%i%03%03f:cr=^M:\
14606         :ct=\E[N:dc=\E[P:dl=\E[M:do=^J:ds=\Ev:ei=\E[J:fs=\EO:ho=\EH:\
14607         :i2=\Er\E[W\E`:ic=\E[I:im=\E[I:\
14608         :is=\E[00u\E[<>001001024080024080u\E[01u:k1=\E0:k2=\E2:\
14609         :k3=\E6:k4=\E8:k5=\E\::k6=\E<:k7=\E>:k8=\EP:k9=\ER:k;=\ET:\
14610         :kA=\E[L:kB=\E[Z:kC=\E`:kD=\E[P:kE=\EK:kF=\E[0s:kH=\EH\EA:\
14611         :kI=\E[I:kL=\E[M:kM=\E[J:kR=\E[1s:kS=\EJ:kT=\Ep:ka=\E[N:\
14612         :kb=^H:kd=\EB:kh=\EH:kl=\ED:kr=\EC:kt=\E[g:ku=\EA:l1=pf1:\
14613         :l2=pf2:l3=pf3:l4=pf4:le=^H:ll=\EH\EA:mb=\EsB:\
14614         :me=\EsR\EsU\EF:mh=\EsL:mk=\EsH:mp=\EsP:mr=\EsI:nd=\EC:\
14615         :nw=^M:pf=\E[<p:po=\E[3p:ps=\E[0p:r1=\Ec:r2=\E[G:s0=\EF:\
14616         :s1=\EG:se=\EsR:sf=^J:so=\EsI:sr=\EA\EJ\EH\E[L:st=\Ep:\
14617         :ta=^I:ts=\Ew:ue=\EsR:up=\EA:us=\Es_:vb=\007\007\007:
14618 # normal screen, 8 bits, 132 columns terminal.
14619 vip-w|vip7800-w|Q310-vip-w|Q310-vip-w-am|Questar 3155-vip7800 wide:\
14620         :co#132:ws#132:\
14621         :is=\E[00u\E[<>001001024132024132u\E[01u:tc=vip:
14622 vip-H|vip7800-H|Q310-vip-H|Q310-vip-H-am|Questar 3155-vip7800 72 lines:\
14623         :li#72:\
14624         :is=\E[00u\E[<>001001024080072080u\E[01u:tc=vip:
14625 vip-Hw|vip7800-Hw|Q310-vip-Hw|Questar 3155-vip7800 wide 72 lines:\
14626         :co#132:li#72:ws#132:\
14627         :is=\E[00u\E[<>001001024132072132u\E[01u:tc=vip:
14629 #### Chromatics
14632 # I have put the long strings in :ti:/:te:. Ti sets up a window
14633 # that is smaller than the screen, and puts up a warning message
14634 # outside the window. Te erases the warning message, puts the
14635 # window back to be the whole screen, and puts the cursor at just
14636 # below the small window. I defined :ve: and :vi: to really turn
14637 # the cursor on and off, but I have taken this out since I don't
14638 # like the cursor being turned off when vi exits.
14639 cg7900|chromatics|chromatics 7900:\
14640         :am:\
14641         :co#80:li#40:\
14642         :al=^A>2:bl=^G:cd=^Al:ce=^A`:cl=^L:cm=\001M%r%d,%d,:cr=^M:\
14643         :dc=^A<1:dl=^A<2:do=^J:ei=:ho=^\:ic=^A>1:im=:le=^H:ll=^A|:\
14644         :nd=^]:se=\001C1,\001c2,:sf=^J:so=\001C4,\001c7,:\
14645         :te=\001W0,40,85,48,\014\001W0,0,85,48,\001M0,40,:\
14646         :ti=\001P0\001O1\001R1\001C4,\001c0,\014\001M0,42,WARNING DOUBLE ENTER ESCAPE and \025\001C1,\001c2,\001W0,0,79,39,:\
14647         :uc=\001\001_\001\0:up=^K:
14649 #### Computer Automation
14652 ca22851|computer automation 22851:\
14653         :am:\
14654         :co#80:li#24:\
14655         :bl=^G:cd=^\:ce=^]:cl=\014:cm=\002%i%.%.:cr=^M:do=^J:ho=^^:\
14656         :kd=^W:kh=^^:kl=^U:ku=^V:le=^U:nd=^I:sf=^J:up=^V:
14658 #### Cybernex
14661 # This entry has correct padding and the undocumented "ri" capability
14662 cyb83|xl83|cybernex xl-83:\
14663         :am:bs:\
14664         :co#80:li#24:\
14665         :bl=^G:cd=\020:ce=\017:cl=\014:cm=\027%+ %+ :cr=^M:do=^J:\
14666         :ho=^K:kd=^J:kl=^H:kr=^I:ku=^N:le=^H:nd=^I:sf=^J:sr=^N:up=^N:
14667 # (mdl110: removed obsolete ":ma=^Z^P:" and overridden ":cd=145^NA^W:" -- esr)
14668 cyb110|mdl110|cybernex mdl-110:\
14669         :am:bs:\
14670         :co#80:li#24:\
14671         :al=\016A\016\035:bl=^G:cd=\016@\026:ce=\016@\026:\
14672         :cl=\030:cm=\020%+ %+ :cr=^M:dc=\016A\036:\
14673         :dl=\016A\016\036:do=^J:ei=:ho=^Y:ic=\016A\035:im=:le=^H:\
14674         :nd=^U:se=^NG:sf=^J:so=^NF:ta=\011:up=^Z:
14676 #### Datapoint
14678 # Datapoint is gone.  They used to be headquartered in Texas.
14679 # They created ARCnet, an Ethernet competitor that flourished for a while
14680 # in the early 1980s before 3COM got wise and cut its prices.  The service
14681 # side of Datapoint still lives (1995) in the form of Intelogic Trace.
14684 dp3360|datapoint|datapoint 3360:\
14685         :am:bs:\
14686         :co#82:li#25:\
14687         :bl=^G:cd=^_:ce=^^:cl=^]^_:cr=^M:do=^J:ho=^]:le=^H:nd=^X:\
14688         :sf=^J:up=^Z:
14690 # From: Jan Willem Stumpel <jw.stumpel@inter.nl.net>, 11 May 1997
14691 # The Datapoint 8242 Workstation was sold at least between 1985
14692 # and 1989. To make the terminal work with this entry, press
14693 # CONTROL-INT-INT to take the terminal off-line, and type (opt).
14694 # Set the options AUTO ROLL, ROLL DN, and ESC KBD on, and AUTO
14695 # CR/LF off. Use control-shift-[] as escape key, control-I as tab,
14696 # shift-F1 to shift-F5 as F6 to F10 (unshifted F1 to F5 are in
14697 # fact unusable because the strings sent by the terminal conflict
14698 # with other keys).
14699 # The terminal is capable of displaying "box draw" characters.
14700 # For each graphic character you must send 2 ESC's (\E\E) followed
14701 # by a control character as follows:
14702 #         character        meaning
14703 #         =========        =======
14704 #         ctrl-E           top tee
14705 #         ctrl-F           right tee
14706 #         ctrl-G           bottom tee
14707 #         ctrl-H           left tee
14708 #         ctrl-I           cross
14709 #         ctrl-J           top left corner
14710 #         ctrl-K           top right corner
14711 #         ctrl-L           bottom left corner
14712 #         ctrl-M           bottom right corner
14713 #         ctrl-N           horizontal line
14714 #         ctrl-O           vertical line
14715 # Unfortunately this cannot be fitted into the termcap/terminfo
14716 # description scheme.
14717 dp8242|datapoint 8242:\
14718         :ms:\
14719         :co#80:li#25:\
14720         :al=\E^T:bl=^G:cd=^W:ce=^V:cl=\025\E\004\027\030:\
14721         :cm=\011%r%+\\%+\\:cr=^M:dl=\E^Z:do=^J:ho=^U:\
14722         :i1=\E\014\E\016\0\230\0\317\025\027\030\E\004:\
14723         :k1=^G\Ee:k2=^I\Ed:k3=^J\Ec:k4=^J\Eb:k5=^S\Ea:k6=\EO\Ee:\
14724         :k7=\EN\Ed:k8=\EM\Ec:k9=\EL\Eb:k;=\EK\Ea:kb=^H:kd=^B:kl=^D:\
14725         :kr=^F:ku=^E:le=^H:nw=^M^J:\
14726         :r1=\E\014\E\016\0\230\0\317\025\027\030\E\004:\
14727         :rp=\E\023%.%.:se=\E^D:sf=^C:so=\E^E:sr=^K:ta=^I:ue=\E^D:\
14728         :us=\E^F:ve=^X:vi=^Y:\
14729         :..wi=\E\014\E\016%p1%'\0'%+%c%p2%'\0'%+%c%p3%'\0'%+%c%p4%'\0'%+%c\025:
14731 #### DEC terminals (Obsolete types: DECwriter and vt40/42/50)
14733 # These entries are DEC's official terminfos for its older terminals.
14734 # Contact Bill Hedberg <hedberg@hannah.enet.dec.com> of Terminal Support
14735 # Engineering for more information.  Updated terminfos and termcaps
14736 # are kept available at ftp://gatekeeper.dec.com/pub/DEC/termcaps.
14739 gt40|dec gt40:\
14740         :bs:os:\
14741         :co#72:li#30:\
14742         :bl=^G:cr=^M:do=^J:le=^H:
14743 gt42|dec gt42:\
14744         :bs:os:\
14745         :co#72:li#40:\
14746         :bl=^G:cr=^M:do=^J:le=^H:
14747 vt50|dec vt50:\
14748         :bs:\
14749         :co#80:li#12:\
14750         :bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cr=^M:do=^J:le=^H:nd=\EC:\
14751         :sf=^J:ta=^I:up=\EA:
14752 vt50h|dec vt50h:\
14753         :bs:\
14754         :co#80:li#12:\
14755         :bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :cr=^M:do=^J:\
14756         :le=^H:nd=\EC:sf=^J:sr=\EI:ta=^I:up=\EA:
14757 # (vt61: there's a BSD termcap that claims :dl=\EPd:, :al=\EPf.: :kb=^H:)
14758 vt61|vt-61|vt61.5|dec vt61:\
14759         :co#80:li#24:\
14760         :bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :cr=\r:do=^J:\
14761         :kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:sf=\n:sr=\EI:ta=^I:\
14762         :up=\EA:
14764 # The gigi does standout with red!
14765 # (gigi: I added <rmam>/<smam> based on the init string, corrected cub1 -- esr)
14766 gigi|vk100|dec gigi graphics terminal:\
14767         :am:bs:xn:\
14768         :co#84:li#24:\
14769         :DO=\E[%dB:LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:\
14770         :UP=\E[%dA:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:\
14771         :cm=\E[%i%d;%dH:cr=^M:do=^J:\
14772         :is=\E>\E[?3l\E[?4l\E[?5l\E[?20l\E[?7h\E[?8h:k1=\EOP:\
14773         :k2=\EOQ:k3=\EOR:k4=\EOS:kd=\EOB:ke=\E[?1l\E>:kh=\E[H:\
14774         :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:me=\E[m:\
14775         :nd=\E[C:se=\E[m:sf=^J:so=\E[7;31m:sr=\EM:ta=^I:ue=\E[m:\
14776         :up=\E[A:us=\E[4m:
14778 # DEC PRO-350 console (VT220-style).  The 350 was DEC's attempt to produce
14779 # a PC differentiated from the IBM clones.  It was a total, ludicrous,
14780 # grossly-overpriced failure (among other things, DEC's OS didn't include
14781 # a format program, so you had to buy pre-formatted floppies from DEC at
14782 # a hefty premium!).
14783 pro350|decpro|dec pro console:\
14784         :bs:\
14785         :co#80:it#8:li#24:\
14786         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
14787         :ae=\EG:as=\EF:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :do=\EB:\
14788         :ho=\EH:k0=\EE:k1=\EF:k2=\EG:k3=\EH:k4=\EI:k5=\EJ:k6=\Ei:\
14789         :k7=\Ej:kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:\
14790         :se=\E^N:so=\E^H:sr=\EI:ta=^I:ue=\E^C:up=\EA:us=\E^D:
14792 dw1|decwriter I:\
14793         :bs:hc:os:\
14794         :co#72:\
14795         :bl=^G:cr=^M:do=^J:le=^H:sf=^J:
14796 dw2|decwriter|dw|decwriter II:\
14797         :bs:hc:os:\
14798         :co#132:\
14799         :bl=^G:cr=^M:do=^J:kb=^H:le=^H:sf=^J:
14800 # \E(B          Use U.S. character set (otherwise # => british pound !)
14801 # \E[20l        Disable "linefeed newline" mode (else puts \r after \n,\f,\v)
14802 # \E[w          10 char/in pitch
14803 # \E[1;132      full width horizontal margins
14804 # \E[2g         clear all tab stops
14805 # \E[z          6 lines/in
14806 # \E[66t        66 lines/page (for \f)
14807 # \E[1;66r      full vertical page can be printed
14808 # \E[4g         clear vertical tab stops
14809 # \E>           disable alternate keypad mode (so it transmits numbers!)
14810 # \E[%i%p1%du   set tab stop at column %d (origin == 1)
14811 #               (Full syntax is \E[n;n;n;n;n;...;nu where each 'n' is
14812 #               a tab stop)
14814 #       The dw3 does standout with wide characters.
14816 dw3|la120|decwriter III:\
14817         :bs:hc:os:\
14818         :co#132:\
14819         :bl=^G:cr=^M:do=^J:\
14820         :i1=\E(B\E[20l\E[w\E[0;132s\E[2g\E[z\E[66t\E[1;66r\E[4g\E>:\
14821         :is=\E[9;17;25;33;41;49;57;65;73;81;89;97;105;113;121;129u\r:\
14822         :kb=^H:le=^H:me=\E[w:se=\E[w:sf=^J:so=\E[6w:ta=^I:
14823 dw4|decwriter IV:\
14824         :am:bs:hc:os:\
14825         :co#132:\
14826         :bl=^G:cr=^M:do=^J:is=\Ec:k0=\EOP:k1=\EOQ:k2=\EOR:k3=\EOS:\
14827         :kb=^H:le=^H:sf=^J:ta=^I:
14829 # These aren't official
14830 ln03|dec ln03 laser printer:\
14831         :hc:\
14832         :co#80:li#66:\
14833         :bl=^G:cr=^M:do=^J:hd=\EK:hu=\EL:me=\E[m:nw=^M^J:se=\E[22m:\
14834         :sf=^J:so=\E[1m:ta=^I:ue=\E[24m:us=\E[4m:
14835 ln03-w|dec ln03 laser printer 132 cols:\
14836         :co#132:\
14837         :bl=^G:cr=^M:do=^J:kb=^H:kd=^J:kl=^H:nw=^M^J:sf=^J:ta=^I:\
14838         :tc=ln03:
14840 #### Delta Data (dd)
14843 # Untested. The cup sequence is hairy enough that it probably needs work.
14844 # The idea is ctrl(O), dd(row), dd(col), where dd(x) is x - 2*(x%16) + '9'.
14845 # There are BSD-derived termcap entries floating around for this puppy
14846 # that are *certainly* wrong.
14847 delta|dd5000|delta data 5000:\
14848         :am:bs:\
14849         :co#80:li#27:\
14850         :bl=^G:ce=^NU:cl=^NR:cm=\017%+^P%+^P:dc=^NV:do=^J:ho=^NQ:\
14851         :le=^H:nd=^Y:sf=^J:up=^Z:
14853 #### Digital Data Research (ddr)
14856 # (ddr: I added <rmam>/<smam> based on the init string -- esr)
14857 ddr|rebus3180|ddr3180|Rebus/DDR 3180 vt100 emulator:\
14858         :am:bs:xn:\
14859         :co#80:it#8:li#24:vt#3:\
14860         :RA=\E[7l:SA=\E[7l:cd=50\E[J:ce=3\E[K:cl=50\E[H\E[2J:\
14861         :cm=5\E[%i%d;%dH:cs=\E[%i%d;%dr:do=^J:ho=\E[H:\
14862         :is=\E[1;24r\E[24;1H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
14863         :kb=^H:kd=\E[B:ke=\E[?1l\E>:kl=\E[D:kr=\E[C:ks=\E[?1h\E=:\
14864         :ku=\E[A:le=^H:mb=2\E[5m:md=2\E[1m:me=2\E[m:mr=2\E[7m:\
14865         :nd=2\E[C:r1=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\
14866         :rf=/usr/share/tabset/vt100:sc=\E7:se=\E[m:sf=5\ED:\
14867         :so=\E[7m:sr=5\EM:ta=^I:ue=2\E[m:up=2\E[A:us=2\E[4m:
14869 #### Evans & Sutherland
14872 # Jon Leech <leech@cs.unc.edu> tells us:
14873 # The ps300 was the Evans & Sutherland Picture System 300, a high
14874 # performance 3D vector graphics system with a bunch of specialized hardware.
14875 # Approximate date of release was 1982 (early 80s, anyway), and it had several
14876 # evolutions including (limited) color versions such as the PS330C. PS300s
14877 # were effectively obsolete by the late 80s, replaced by raster graphics
14878 # systems, although specialized applications like molecular modelling
14879 # hung onto them for a while longer.  AFAIK all E&S vector graphics systems
14880 # are out of production, though of course E&S is very much alive (in 1996).
14881 # (ps300: changed ":pt@:" to "it@" -- esr)
14883 ps300|Picture System 300:\
14884         :xt:\
14885         :it@:\
14886         :se@:so@:ue@:us@:tc=vt100:
14888 #### General Electric (ge)
14891 terminet1200|terminet300|tn1200|tn300|terminet|GE terminet 1200:\
14892         :bs:hc:os:\
14893         :co#120:\
14894         :bl=^G:cr=^M:do=^J:sf=^J:
14896 #### Heathkit/Zenith
14899 # Here is a description of the H19 DIP switches:
14901 # S401
14902 # 0-3 = baud rate as follows:
14904 #         3       2       1       0
14905 #       ---     ---     ---     ---
14906 #         0       0       1       1       300 baud
14907 #         0       1       0       1       1200 baud
14908 #         1       0       0       0       2400 baud
14909 #         1       0       1       0       4800 baud
14910 #         1       1       0       0       9600 baud
14911 #         1       1       0       1       19.2K baud
14913 # 4 = parity (0 = no parity)
14914 # 5 = even parity (0 = odd parity)
14915 # 6 = stick parity (0 = normal parity)
14916 # 7 = full duplex (0 = half duplex)
14918 # S402
14919 # 0 = block cursor (0 = underscore cursor)
14920 # 1 = no key click (0 = keyclick)
14921 # 2 = wrap at end of line (0 = no wrap)
14922 # 3 = auto LF on CR (0 = no LF on CR)
14923 # 4 = auto CR on LF (0 = no CR on LF)
14924 # 5 = ANSI mode (0 = VT52 mode)
14925 # 6 = keypad shifted (0 = keypad unshifted)
14926 # 7 = 50Hz refresh (1 = 60Hz refresh)
14928 # Factory Default settings are as follows:
14929 #          7 6 5 4 3 2 1 0
14930 # S401     1 0 0 0 1 1 0 0
14931 # S402     0 0 0 0 0 0 0 0
14932 # (h19: I added <rmam>/<smam> based on the init string;
14933 # also added empty <acsc> to suppress a tic warning -- esr)
14934 h19-a|h19a|heath-ansi|heathkit-a|heathkit h19 ansi mode:\
14935         :am:bs:mi:ms:\
14936         :co#80:it#8:li#24:\
14937         :RA=\E[?7l:SA=\E[?7h:ac=:ae=\E[11m:al=\E[1L:as=\E[10m:\
14938         :bl=^G:cd=\E[J:ce=\E[K:cl=\E[2J:cm=\E[%i%d;%dH:cr=^M:\
14939         :dc=\E[1P:dl=\E[1M:do=\E[1B:ei=\E[4l:ho=\E[H:im=\E[4h:\
14940         :is=\E<\E[>1;2;3;4;5;6;7;8;9l\E[m\E[11m\E[?7h:k1=\EOS:\
14941         :k2=\EOT:k3=\EOU:k4=\EOV:k5=\EOW:k6=\EOP:k7=\EOQ:k8=\EOR:\
14942         :kb=^H:kd=\E[1B:kh=\E[H:kl=\E[1D:kr=\E[1C:ku=\E[1A:l6=blue:\
14943         :l7=red:l8=white:le=^H:nd=\E[1C:se=\E[m:sf=^J:so=\E[7m:\
14944         :sr=\EM:ta=^I:up=\E[1A:ve=\E[>4l:vs=\E[>4h:
14945 h19-bs|heathkit w/keypad shifted:\
14946         :ke=\Eu:ks=\Et:tc=h19-b:
14947 h19-us|h19us|h19-smul|heathkit w/keypad shifted/underscore cursor:\
14948         :ke=\Eu:ks=\Et:tc=h19-u:
14949 # (h19: merged in :ip: from BSDI hp19-e entry>;
14950 # also added empty <acsc> to suppress a tic warning --esr)
14951 # From: Tim Pierce <twp@skepsis.com>, 23 Feb 1998
14952 # Tim tells us that:
14953 # I have an old Zenith-19 terminal at home that still gets a lot of use.
14954 # This terminal suffers from the same famous insert-mode padding lossage
14955 # that has been acknowledged for the Z29 terminal.  Emacs is nearly
14956 # unusable on this box, since even a half-scroll up or down the window
14957 # causes flaming terminal death.
14959 # On the Z19, the only way I have found around this problem is to remove
14960 # the :al: and :dl: entries entirely.  No amount of extra padding will
14961 # help (I have tried up to 20000).  Removing :al=\EL$: and :dl=\EM$:
14962 # makes Emacs a little slower, but it remains in the land of the living.
14963 # Big win.
14964 h19|heath|h19-b|heathkit|heath-19|z19|zenith|heathkit h19:\
14965         :am:bs:es:hs:mi:ms:\
14966         :co#80:it#8:li#24:\
14967         :ac=:ae=\EG:as=\EF:bl=^G:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :\
14968         :cr=^M:dc=\EN:do=\EB:ei=\EO:fs=\Ek\Ey5:ho=\EH:im=\E@:\
14969         :ip=1.5<1.5/>:k1=\ES:k2=\ET:k3=\EU:k4=\EV:k5=\EW:k6=\EP:\
14970         :k7=\EQ:k8=\ER:kb=^H:kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:\
14971         :l6=blue:l7=red:l8=white:le=^H:nd=\EC:se=\Eq:sf=^J:so=\Ep:\
14972         :sr=\EI:ta=^I:ts=\Ej\Ex5\EY8%+ \Eo\Eo:up=\EA:ve=\Ey4:\
14973         :vs=\Ex4:
14974 h19-u|heathkit with underscore cursor:\
14975         :ve@:vs@:tc=h19-b:
14976 h19-g|h19g|heathkit w/block cursor:\
14977         :ve=\Ex4:tc=h19-b:
14978 alto-h19|altoh19|altoheath|alto-heath|alto emulating heathkit h19:\
14979         :li#60:\
14980         :al=\EL:dl=\EM:tc=h19:
14982 # The major problem with the Z29 is that it requires more padding than the Z19.
14984 # The problem with declaring an H19 to be synonymous with a Z29 is that
14985 # it needs more padding. It especially loses if a program attempts
14986 # to put the Z29 into insert mode and insert text at 9600 baud. It
14987 # even loses worse if the program attempts to insert tabs at 9600
14988 # baud. Adding padding to text that is inserted loses because in
14989 # order to make the Z29 not die, one must add so much padding that
14990 # whenever the program tries to use insert mode, the effective
14991 # rate is about 110 baud.
14993 # What program would want to put the terminal into insert mode
14994 # and shove stuff at it at 9600 baud you ask?
14996 # Emacs. Emacs seems to want to do the mathematically optimal
14997 # thing in doing a redisplay rather than the practical thing.
14998 # When it is about to output a line on top of a line that is
14999 # already on the screen, instead of just killing to the end of
15000 # the line and outputting the new line, it compares the old line
15001 # and the new line and if there are any similarities, it
15002 # constructs the new line by deleting the text on the old line
15003 # on the terminal that is already there and then inserting new
15004 # text into the line to transform it into the new line that is
15005 # to be displayed. The Z29 does not react kindly to this.
15007 # But don't cry for too long.... There is a solution. You can make
15008 # a termcap entry for the Z29 that says the Z29 has no insert mode.
15009 # Then Emacs cannot use it. "Oh, no, but now inserting into a
15010 # line will be really slow", you say. Well there is a sort of a
15011 # solution to that too. There is an insert character option on
15012 # the Z29 that will insert one character. Unfortunately, it
15013 # involves putting the terminal into ansi mode, inserting the
15014 # character, and changing it back to H19 mode. All this takes 12
15015 # characters. Pretty expensive to insert one character, but it
15016 # works. Either Emacs doesn't try to use its inserting hack when
15017 # it's only given an insert character ability or the Z29 doesn't
15018 # require padding with this (the former is probably more likely,
15019 # but I haven't checked it out).
15020 # (z29: added empty <acsc> to suppress a tic warning, merged in
15021 # status line capabilities from BRL entry --esr)
15022 z29|zenith29|z29b|zenith z29b:\
15023         :am:bs:es:hs:mi:ms:pt:\
15024         :co#80:kn#10:li#24:\
15025         :ac=:ae=\EF:al=1\EL:as=\EG:bc=\ED:bl=^G:bt=\E-:cd=\EJ:ce=\EK:\
15026         :cl=\EE:cm=\EY%+ %+ :cr=^M:dc=\EN:dl=1\EM:do=\EB:ds=\Ey1:\
15027         :ei=\EO:fs=\Ek\Ey5:ho=\EH:ic=\E<\E[1@\E[?2h:im=\E@:\
15028         :is=\E<\E[?2h\Ev:k0=\E~:k1=\ES:k2=\ET:k3=\EU:k4=\EV:k5=\EW:\
15029         :k6=\EP:k7=\EQ:k8=\ER:k9=\E0I:kb=^H:kd=\EB:kh=\EH:kl=\ED:\
15030         :kr=\EC:ku=\EA:l0=home:le=^H:nd=\EC:se=\Eq:sf=\n:so=\Ep:\
15031         :sr=2\EI:ta=^I:..ts=\Ej\Ex5\Ex1\EY8%+ \Eo:ue=\Es0:up=\EA:\
15032         :us=\Es8:ve=\Ey4:vs=\Ex4:
15033 # z29 in ansi mode. Assumes that the cursor is in the correct state, and that
15034 # the world is stable. <rs1> causes the terminal to be reset to the state
15035 # indicated by the name. kc -> key click, nkc -> no key click, uc -> underscore
15036 # cursor, bc -> block cursor.
15037 # From: Mike Meyers
15038 # (z29a: replaced nonexistent :if=/usr/share/tabset/zenith29: befause :st:
15039 # looks vt100-compatible -- esr)
15040 z29a|z29a-kc-bc|h29a-kc-bc|heath/zenith 29 in ansi mode:\
15041         :am:bs:es:hs:mi:ms:pt:\
15042         :co#80:it#8:kn#10:li#24:\
15043         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:\
15044         :RI=\E[%dC:UP=\E[%dA:bc=\ED:bl=^G:cd=\E[J:ce=\E[K:cl=\E[2J:\
15045         :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[1P:\
15046         :do=^J:ds=\E[>1l:fs=\E[u\E[>5l:ho=\E[H:\
15047         :if=/usr/share/tabset/vt100:k0=\E[~:k1=\EOS:k2=\EOT:\
15048         :k3=\EOU:k4=\EOV:k5=\EOW:k6=\EOP:k7=\EOQ:k8=\EOR:k9=\EOX:\
15049         :kC=\E[J:kS=\E[J:kb=^H:kd=\EOB:kh=\E[H:kl=\EOD:kr=\EOC:\
15050         :ku=\EOA:l0=help:le=^H:mb=\E[5m:md=\E[2m:me=\E[m:mh=\E[2m:\
15051         :mr=\E[7m:nd=\E[C:nw=^M\ED:ps=\E#7:\
15052         :r1=\E<\E[1;24r\E[24;1H\E[?7h\E[>4h\E[>1;2;3;5;6;7;8;9l\E[m\E[11m:\
15053         :rc=\E[r:sc=\E[s:se=\E[m:sf=\ED:so=\E[7;2m:sr=\EM:st=\EH:\
15054         :ta=^I:te=\E[?7h:ti=\E[?7l:\
15055         :ts=\E[s\E[>5;1h\E[25;%i%dH\E[1K:ue=\E[m:up=\E[A:\
15056         :us=\E[4m:
15057 z29a-kc-uc|h29a-kc-uc|z29 ansi mode with keyckick and underscore cursor:\
15058         :r1=\E<\E[1;24r\E[24;1H\E[?7h\E[>1;2;3;4;5;6;7;8;9l\E[m\E[11m:\
15059         :tc=z29a:
15060 z29a-nkc-bc|h29a-nkc-bc|z29 ansi mode with block cursor and no keyclick:\
15061         :r1=\E<\E[1;24r\E[24;1H\E[?7h\E[>2;4h\E[>1;3;5;6;7;8;9l\E[m\E[11m:\
15062         :tc=z29a:
15063 z29a-nkc-uc|h29a-nkc-uc|z29 ansi mode with underscore cursor and no keyclick:\
15064         :r1=\E<\E[1;24r\E[24;1H\E[?7h\E[>2h\E[>1;3;4;5;6;7;8;9l\E[m\E[11m:\
15065         :tc=z29a:
15066 # From: Jeff Bartig <jeffb@dont.doit.wisc.edu> 31 Mar 1995
15067 z39-a|z39a|zenith39-a|zenith39-ansi|Zenith 39 in ANSI mode:\
15068         :5i:am:es:hs:mi:ms:xo:\
15069         :co#80:li#24:\
15070         :%1=\E[~:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:K1=\EOw:\
15071         :K2=\EOy:K3=\EOu:K4=\EOq:K5=\EOs:LE=\E[%dD:RI=\E[%dC:\
15072         :UP=\E[%dA:ac=0a``aaffggjjkkllmmnnooqqssttuuvvwwxx~~:\
15073         :ae=\E(B:al=\E[1L:as=\E(0:bl=^G:bt=\E[1Z:cb=\E[1K:cd=\E[0J:\
15074         :ce=\E[0K:cl=\E[2J\E[H:cm=\E[%i%d;%dH:cr=^M:\
15075         :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[1P:dl=\E[1M:do=\E[B:\
15076         :ds=\E[>1l:ei=\E[4l:fs=\E[u:ho=\E[H:im=\E[4h:\
15077         :is=\E<\E[>1;3;5;6;7l\E[0m\E[2J:k1=\EOS:k2=\EOT:k3=\EOU:\
15078         :k4=\EOV:k5=\EOW:k6=\EOP:k7=\EOQ:k8=\EOR:k9=\EOX:kS=\E[J:\
15079         :kb=^H:kd=\E[B:ke=\E[>7l:kh=\E[H:kl=\E[D:kr=\E[C:ks=\E[>7h:\
15080         :ku=\E[A:le=^H:ll=\E[24;1H:mb=\E[5m:md=\E[1m:me=\E[0m:\
15081         :mh=\E[2m:mr=\E[7m:nd=\E[C:pf=\E[4i:po=\E[5i:\
15082         :ps=\E[?19h\E[i:rc=\E[u:rs=\E<\Ec\0:sc=\E[s:se=\E[0m:\
15083         :sf=^J:so=\E[7m:st=\EH:ta=^I:ts=\E[s\E[>1h\E[25;%i%dH:\
15084         :ue=\E[0m:up=\E[A:us=\E[4m:ve=\E[>5l:vi=\E[>5h:
15086 # From: Brad Brahms <Brahms@USC-ECLC>
15087 z100|h100|z110|z-100|h-100|heath/zenith z-100 pc with color monitor:\
15088         :ve=\Ey4\Em70:vs=\Ex4\Em71:tc=z100bw:
15089 # (z100bw: removed obsolete ":kn#10:", added empty <acsc> -- esr)
15090 z100bw|h100bw|z110bw|z-100bw|h-100bw|heath/zenith z-100 pc:\
15091         :bs:mi:ms:pt:\
15092         :co#80:it#8:kn#10:li#24:\
15093         :ac=:ae=\EG:al=5*\EL:as=\EF:cd=\EJ:ce=\EK:cl=5*\EE:\
15094         :cm=1*\EY%+ %+ :dc=1*\EN:dl=5*\EM:do=\EB:ei=\EO:ho=\EH:\
15095         :im=\E@:k0=\EJ:k1=\ES:k2=\ET:k3=\EU:k4=\EV:k5=\EW:k6=\EP:\
15096         :k7=\EQ:k8=\ER:k9=\EOI:kb=^H:kd=\EB:kh=\EH:kl=\ED:kr=\EC:\
15097         :ku=\EA:le=^H:nd=\EC:se=\Eq:so=\Ep:sr=\EI:ta=^I:up=\EA:\
15098         :ve=\Ey4:vs=\Ex4:
15099 p19|h19-b with il1/dl1:\
15100         :al=2*\EL:dl=2*\EM:tc=h19-b:
15101 # From: <ucscc!B.fiatlux@ucbvax.berkeley.edu>
15102 # (ztx: removed duplicate :sr: -- esr)
15103 ztx|ztx11|zt-1|htx11|ztx-1-a|ztx-10 or 11:\
15104         :am:bs:es:hs:\
15105         :co#80:it#8:li#24:\
15106         :al=\EL:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :dl=\EM:do=^J:\
15107         :ds=\Ey1:fs=\Ek\Ey5:ho=\EH:\
15108         :is=\Ej\EH\Eq\Ek\Ev\Ey1\Ey5\EG\Ey8\Ey9\Ey>:k0=\ES:\
15109         :k1=\EB:k2=\EU:k3=\EV:k4=\EW:k5=\EP:k6=\EQ:k7=\ER:kb=^H:\
15110         :kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:se=\Eq:so=\Es5:\
15111         :sr=\EI:ta=^I:..ts=\Ej\Ex5\Ex1\EY8%+ \Eo:ue=\Eq:up=\EA:\
15112         :us=\Es2:
15114 #### IMS International (ims)
15116 # There was a company called IMS International located in Carson City,
15117 # Nevada, that flourished from the mid-70s to mid-80s.  They made S-100
15118 # bus/Z80 hardware and a line of terminals called Ultimas.
15121 # From: Erik Fair <fair@ucbarpa.berkeley.edu>  Sun Oct 27 07:21:05 1985
15122 ims950-b|bare ims950 no init string:\
15123         :is@:tc=ims950:
15124 # (ims950: removed obsolete ":ko@:" -- esr)
15125 ims950|ims televideo 950 emulation:\
15126         :xn@:\
15127         :k0@:k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:k9@:kb@:kd@:kh@:kl@:kr@:ku@:vb@:\
15128         :tc=tvi950:
15129 # (ims950-rv: removed obsolete ":ko@:" -- esr)
15130 ims950-rv|ims tvi950 rev video:\
15131         :xn@:\
15132         :k0@:k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:k9@:kb@:kd@:kh@:kl@:kr@:ku@:vb@:\
15133         :tc=tvi950-rv:
15134 ims-ansi|ultima2|ultimaII|IMS Ultima II:\
15135         :am:bs:\
15136         :co#80:it#8:li#24:\
15137         :cd=\E[0J:ce=\E[0K:cl=\E[H\E[2J:cm=\E[%i%2;%2H:do=\ED:\
15138         :if=/usr/share/tabset/vt100:\
15139         :is=\E[m\E[>14l\E[?1;?5;20l\E>\E[1m\r:kd=\E[B:kh=\E[H:\
15140         :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:me=\E[m:se=\E[m\E[1m:\
15141         :so=\E[7m:sr=\EM:ta=^I:ue=\E[m\E[1m:up=\EM:us=\E[4m:
15143 #### Intertec Data Systems
15145 # I think this company is long dead as of 1995.  They made an early CP/M
15146 # micro called the "Intertec Superbrain" that was moderately popular,
15147 # then sank out of sight.
15150 superbrain|intertec superbrain:\
15151         :am:bs:bw:\
15152         :co#80:li#24:\
15153         :bc=^U:bl=^G:cd=\E~k<10*>:ce=\E~K:cl=\014:cm=\EY%+ %+ :\
15154         :cr=^M:do=^J:kd=^J:kl=^U:kr=^F:ku=^K:le=^H:nd=^F:sf=^J:ta=^I:\
15155         :te=^L:ti=^L:up=^K:
15156 # (intertube: a Gould entry via BRL asserted smul=\E0@$<200/>,
15157 # rmul=\E0A$<200/>; my guess is the highlight letter is bit-coded like an ADM,
15158 # and the reverse is actually true.  Try it. -- esr)
15159 intertube|intertec|Intertec InterTube:\
15160         :am:bs:\
15161         :co#80:li#25:\
15162         :bl=^G:cl=^L:cm=\EY%+ %+ :cr=^M:do=^J:ho=^A:le=^H:nd=^F:\
15163         :se=\E0@:sf=^J:so=\E0P:up=^Z:
15164 # The intertube 2 has the "full duplex" problem like the tek 4025: if you
15165 # are typing and a command comes in, the keystrokes you type get interspersed
15166 # with the command and it messes up
15167 intertube2|intertec data systems intertube 2:\
15168         :bs:\
15169         :ce=\EK:ch=\020%B%.:cm=\016%.\020%B%.:cv=\013%.:\
15170         :ll=^K^X\r:tc=intertube:
15172 #### Ithaca Intersystems
15174 # This company made S100-bus personal computers long ago in the pre-IBM-PC
15175 # past.  They used to be reachable at:
15177 #       Ithaca Intersystems
15178 #       1650 Hanshaw Road
15179 #       Ithaca, New York 14850
15181 # However, the outfit went bankrupt years ago.
15184 # The Graphos III was a color graphics terminal from Ithaca Intersystems.
15185 # These entries were written (originally in termcap syntax) by Brian Yandell
15186 # <yandell@stat.wisc.edu> and Mike Meyer <mikem@stat.wisc.edu> at the
15187 # University of Wisconsin.
15189 # (graphos: removed obsolete and syntactically incorrect :kn=4:,
15190 # removed :if=/usr/share/tabset/init.graphos: and
15191 # <rf=/usr/share/tabset/init.graphos> no such file & no :st: -- esr)
15192 graphos|graphos III:\
15193         :am:mi:\
15194         :co#80:it#8:li#24:\
15195         :AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:\
15196         :UP=\E[%dA:al=\E[L:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:\
15197         :cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:dm=\E[4h:do=\E[B:\
15198         :ed=\E[4l:ei=\E[4l:ho=\E[H:im=\E[4h:k1=\EOP:k2=\EOQ:\
15199         :k3=\EOR:k4=\EOS:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:\
15200         :ku=\E[A:le=^H:me=\E[m:nd=\E[C:nw=^M\ED:rc=\E8:sc=\E7:\
15201         :se=\E[m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:up=\E[A:\
15202         :ve=\Ez56;2;0;0z\Ez73z\Ez4;1;1z:\
15203         :vs=\Ez4;2;1z\Ez56;2;80;24z:
15204 graphos-30|graphos III with 30 lines:\
15205         :li#30:\
15206         :vs=\Ez4;2;1z\Ez56;2;80;30z:tc=graphos:
15208 #### Modgraph
15210 # These people used to be reachable at:
15212 #       Modgraph, Inc
15213 #       1393 Main Street,
15214 #       Waltham, MA 02154
15215 #       Vox: (617)-890-5796.
15217 # However, if you call that number today you'll get an insurance company.
15218 # I have mail from "Michael Berman, V.P. Sales, Modgraph" dated
15219 # 26 Feb 1997 that says:
15221 # Modgraph GX-1000, replaced by GX-2000.  Both are out of production, have been
15222 # for ~7 years.  Modgraph still in business.  Products are rugged laptop and
15223 # portable PC's and specialized CRT and LCD monitors (rugged, rack-mount
15224 # panel-mount etc).  I can be emailed at sonfour@aol.com
15226 # Peter D. Smith <pdsmith@nbbn.com> notes that his modgraph manual was
15227 # dated 1984.  According to the manual, it featured Tek 4010/4014
15228 # graphics and DEC VT100/VT52 + ADM-3A emulation with a VT220-style keyboard.
15231 modgraph|mod24|modgraph terminal emulating vt100:\
15232         :xn@:\
15233         :co#80:li#24:\
15234         :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:\
15235         :rf@:sr=5\EM\E[K:vs=\E^9;0s\E^7;1s:tc=vt100:
15236 # The GX-1000 manual is dated 1984.  This looks rather like a VT-52.
15237 modgraph2|modgraph gx-1000 80x24 with keypad not enabled:\
15238         :am:da:db:\
15239         :co#80:it#8:li#24:\
15240         :cd=50\EJ:ce=3\EK:cl=50\EH\EJ:cm=5\EY%+ %+ :\
15241         :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:\
15242         :le=^H:nd=2\EC:sr=5\EI:ta=^I:up=2\EA:
15244 # Modgraph from Nancy L. Cider <nancyc@brl-tbd>
15245 # BUG NOTE from Barbara E. Ringers <barb@brl-tbd>:
15246 # If we set TERM=vt100, and set the Modgraph screen to 24 lines, setting a
15247 # mark and using delete-to-killbuffer work correctly.  However, we would
15248 # like normal mode of operation to be using a Modgraph with 48 line setting.
15249 # If we set TERM=mod (which is a valid entry in termcap with 48 lines)
15250 # the setting mark and delete-to-killbuffer results in the deletion of only
15251 # the line the mark is set on.
15252 # We've discovered that the delete-to-killbuffer works correctly
15253 # with TERM=mod and screen set to 80x48 but it's not obvious.  Only
15254 # the first line disappears but a ctrl-l shows that it did work
15255 # correctly.
15256 modgraph48|mod|Modgraph w/48 lines:\
15257         :am:bs:pt:xn:\
15258         :co#80:it#8:li#48:vt#3:\
15259         :bl=^G:cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:cm=\E[%i%d;%dH:cr=^M:\
15260         :cs=\E[%i%d;%dr:do=^J:ho=\E[H:\
15261         :is=\E<\E[1;48r\E[0q\E[3;4q\E=\E[?1h:k1=\EOP:k2=\EOQ:\
15262         :k3=\EOR:k4=\EOS:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:\
15263         :kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:md=\E[1m:\
15264         :me=\E[m:mr=\E[7m:nd=\E[C:nl=^J:r1=\E=\E[0q\E>:rc=\E8:\
15265         :sc=\E7:se=\E[m:so=\E[7m:sr=\EM:ta=^I:ue=\E[m:up=\E[A:\
15266         :us=\E[4m:vb=\E[?5h\E[0q\E[1;2q\E[?5l\E[0q\E[4;3q:
15268 #### Morrow Designs
15270 # This was George Morrow's company.  They started in the late 1970s making
15271 # S100-bus machines.  They used to be reachable at:
15273 #        Morrow
15274 #        600 McCormick St.
15275 #        San Leandro, CA 94577
15277 # but they're long gone now (1995).
15280 # The mt70 terminal was shipped with the Morrow MD-3 microcomputer.
15281 # Jeff's specimen was dated June 1984.
15282 # From: Jeff Wieland <wieland@acn.purdue.edu> 24 Feb 1995
15283 mt70|mt-70|Morrow MD-70; native Morrow mode:\
15284         :am:mi:ms:xo:\
15285         :co#80:it#8:li#24:\
15286         :%1=^AO\r:F1=^A`\r:F2=^Aa\r:F3=^Ab\r:F4=^Ac\r:F5=^Ad\r:\
15287         :F6=^Ae\r:F7=^Af\r:F8=^Ag\r:F9=^Ah\r:FA=^Ai\r:\
15288         :ac=+z,{-x.yOi`|jGkFlEmDnHqJtLuKvNwMxI:ae=\E%%%:al=\EE:\
15289         :as=\E$:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :cr=^M:\
15290         :ct=\E0:dc=\EW:dl=\ER:do=^J:ei=:ho=^^:i1=\E"2\EG0\E]:ic=\EQ:\
15291         :im=:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
15292         :k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:kB=^A^Z\r:kC=^An\r:\
15293         :kD=\177:kb=^H:kd=^AK\r:kh=^AN\r:kl=^AL\r:kr=^AM\r:\
15294         :ku=^AJ\r:le=^H:mh=\EG2:mk@:nd=^L:nw=^_:sf=^J:ta=^I:te=:\
15295         :ti=\E"2\EG0\E]:up=^K:us=\EG1:vb=\EK1\EK0:ve=\E"2:vi=\E"0:\
15296         :tc=adm+sgr:
15298 #### Motorola
15301 # Motorola EXORterm 155 from {decvax, ihnp4}!philabs!sbcs!megad!seth via BRL
15302 # (Seth H Zirin)
15303 ex155|Motorola Exorterm 155:\
15304         :am:bs:bw:\
15305         :co#80:kn#5:li#24:ug#1:\
15306         :bt=\E[:cd=\ET:ce=\EU:cl=\EX:cm=\EE%+ %+ :do=\EB:ho=\E@:\
15307         :kB=\E[:kC=\EX:kE=\EU:kS=\ET:kb=^H:kd=^J:kh=\E@:kl=^H:kr=^L:\
15308         :ku=^K:nd=\ED:se=\Ec\ED:so=\Eb\ED:ta=\EZ:ue=\Eg\ED:\
15309         :us=\Ef\ED:
15311 #### Omron
15313 # This company is still around in 1995, manufacturing point-of-sale systems.
15315 omron|Omron 8025AG:\
15316         :am:bs:da:db:\
15317         :co#80:li#24:\
15318         :al=\EL:bl=^G:cd=\ER:ce=\EK:cl=\EJ:cr=^M:dc=\EP:dl=\EM:do=^J:\
15319         :ho=\EH:le=^H:nd=\EC:se=\E4:sf=\ES:so=\Ef:sr=\ET:up=\EA:\
15320         :vs=\EN:
15322 #### Ramtek
15324 # Ramtek was a vendor of high-end graphics terminals around 1979-1983; they
15325 # were competition for things like the Tektronics 4025.
15328 # Ramtek 6221 from BRL, probably by Doug Gwyn
15329 # The following SET-UP modes are assumed for normal operation:
15330 #       UNDERLINE_CURSOR        ANSI_MODE       AUTO_XON/XOFF_ON
15331 #       NEWLINE_OFF             80_COLUMNS
15332 # Other SET-UP modes may be set for operator convenience or communication
15333 # requirements; I recommend
15334 #       SMOOTH_SCROLL   AUTO_REPEAT_ON  3_#_SHIFTED     WRAP_AROUND_ON
15335 # Hardware tabs are assumed to be every 8 columns; they can be set up by the
15336 # "reset", "tset", or "tabs" utilities (use rt6221-w, 160 columns, for this).
15337 # Note that the Control-E key is useless on this brain-damaged terminal.  No
15338 # delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
15339 rt6221|Ramtek 6221 80x24:\
15340         :bs:ms:pt:xo:\
15341         :co#80:it#8:kn#4:li#24:vt#3:\
15342         :DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ac=:ae=^O:as=^N:\
15343         :bl=^G:cd=\E[J:ce=\E[K:cl=\E[1;1H\E[J:cm=\E[%i%d;%dH:\
15344         :cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:do=^K:ho=\E[1;1H:is=\E)0:\
15345         :k0=\EOP:k1=\EOQ:k2=\EOR:k3=\EOS:kb=^H:kd=\E[B:ke=\E>:\
15346         :kl=\E[D:kr=\E[C:ks=\E=:ku=\E[A:l0=PF1:l1=PF2:l2=PF3:l3=PF4:\
15347         :le=^H:ll=\E[24;1H:mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:\
15348         :nd=\E[C:nw=\EE:\
15349         :r1=\E[1w\E[>37m\E[>39m\E[1v\E[20l\E[?3l\E[?6l\E[>5h\E[>6h\E[>7h\E[>8l\E[>9h\E[>10l\E[1;24r\E[m\E[q\E(B\017\E)0\E#5\E>:\
15350         :rc=\E8:sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
15351         :ue=\E[m:up=\EM:us=\E[4m:ve=\E[>5h\E[>9h:vi=\E[>5l:\
15352         :vs=\E[>7h\E[>9l:
15353 # [TO DO: Check out: short forms of ho/cl and ll; reset (\Ec)].
15354 rt6221-w|Ramtek 6221 160x48:\
15355         :co#160:li#48:\
15356         :ll=\E[48;1H:tc=rt6221:
15358 #### RCA
15361 # RCA VP3301 or VP3501
15362 rca|rca vp3301/vp3501:\
15363         :bs:\
15364         :co#40:li#24:\
15365         :cl=^L:cm=\EY%+ %+ :ho=^Z:nd=^U:se=\E\ES0:so=\E\ES1:up=^K:
15368 #### Selanar
15371 # Selanar HiREZ-100 from BRL, probably by Doug Gwyn
15372 # The following SET-UP modes are assumed for normal operation:
15373 #       SET_DEFAULT_TABS        48_LINES                80_COLUMNS
15374 #       ONLINE                  ANSI                    CURSOR_VISIBLE
15375 #       VT102_AUTO_WRAP_ON      VT102_NEWLINE_OFF       VT102_MONITOR_MODE_OFF
15376 #       LOCAL_ECHO_OFF          US_CHAR_SET             WPS_TERMINAL_DISABLED
15377 #       CPU_AUTO_XON/XOFF_ENABLED                       PRINT_FULL_SCREEN
15378 # For use with graphics software, all graphics modes should be set to factory
15379 # default.  Other SET-UP modes may be set for operator convenience or
15380 # communication requirements.  No delays are specified; use "stty ixon -ixany"
15381 # to enable DC3/DC1 flow control!
15382 # I commented out the scrolling capabilities since they are too slow.
15383 hirez100|Selanar HiREZ-100:\
15384         :bs:mi:ms:pt:xo:\
15385         :co#80:it#8:kn#4:li#48:vt#3:\
15386         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:\
15387         :RI=\E[%dC:UP=\E[%dA:ac=:ae=^O:al=\E[L:as=^N:bl=^G:cd=\E[J:\
15388         :ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:ct=\E[3g:\
15389         :dc=\E[P:dl=\E[M:do=^J:ho=\E[H:is=\E<\E)0:k0=\EOP:k1=\EOQ:\
15390         :k2=\EOR:k3=\EOS:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:\
15391         :kr=\EOC:ks=\E[?1h\E=:ku=\EOA:l0=PF1:l1=PF2:l2=PF3:l3=PF4:\
15392         :le=^H:ll=\E[48H:mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:\
15393         :nd=\E[C:nw=\EE:pf=\E[4i\E[?4i:po=\E[?5i\E[5i:ps=\E[i:\
15394         :r1=\030\E2\E<\E[4i\E[?4i\E[12h\E[2;4;20l\E[?0;7h\E[?1;3;6;19l\E[r\E[m\E(B\017\E)0\E>:\
15395         :rc=\E8:sc=\E7:se=\E[m:so=\E[7m:st=\EH:ta=^I:ue=\E[m:up=\EM:\
15396         :us=\E[4m:
15397 hirez100-w|Selanar HiREZ-100 in 132-column mode:\
15398         :co#132:tc=hirez100:
15400 #### Signetics
15403 # From University of Wisconsin
15404 vsc|Signetics Vsc Video driver by RMC:\
15405         :am:ms:\
15406         :co#80:it#8:li#26:\
15407         :ce=\E[K:cl=50\E[;H\E[2J:cm=\E[%i%d;%dH:cr=^M:do=^J:\
15408         :ho=\E[H:kb=^H:kd=^J:kl=^H:le=^H:me=^_!:mr=^_\s:nd=\E[C:\
15409         :nw=^M^J:se=^_!:sf=^J:so=^_\s:ta=^I:ue=^_#:up=\E[A:us=^_":
15411 #### Soroc
15413 # Alan Frisbie <frisbie@flying-disk.com> writes:
15415 # As you may recall, the Soroc logo consisted of their name,
15416 # with the letter "S" superimposed over an odd design.   This
15417 # consisted of a circle with a slightly smaller 15 degree (approx.)
15418 # wedge with rounded corners inside it.   The color was sort of
15419 # a metallic gold/yellow.
15421 # If I had been more of a beer drinker it might have been obvious
15422 # to me, but it took a clue from their service department to make
15423 # me exclaim, "Of course!"   The circular object was the top of
15424 # a beer can (the old removable pop-top style) and "Soroc" was an
15425 # anagram for "Coors".
15427 # I can just imagine the founders of the company sitting around
15428 # one evening, tossing back a few and trying to decide what to
15429 # call their new company and what to use for a logo.
15432 # (soroc120: removed obsolete ":ma=^K^P^R^L^L :" -- esr)
15433 soroc120|iq120|soroc|soroc iq120:\
15434         :cd=\EY:ce=\ET:cl=\E*:do=^J:kd=^J:kl=^H:kr=^L:ku=^K:tc=adm3a:
15435 soroc140|iq140|soroc iq140:\
15436         :am:bs:mi:\
15437         :co#80:li#24:\
15438         :al=\Ee:bl=^G:bt=\EI:cd=\Ey:ce=\Et:cl=\E+:cm=\E=%+ %+ :\
15439         :cr=^M:dc=\Ew:dl=\Er:do=^J:ei=\E8:ho=^^:im=\E9:k0=^A0\r:\
15440         :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
15441         :k7=^AF\r:k8=^AG\r:k9=^AH\r:kb=^H:kh=^^:kr=^L:ku=^K:le=^H:\
15442         :ll=^^^K:nd=^L:se=\E\177:sf=^J:so=\E\177:ue=\E^A:up=^K:\
15443         :us=\E^A:
15445 #### Southwest Technical Products
15447 # These guys made an early personal micro called the M6800.
15448 # The ct82 was probably its console terminal.
15451 # (swtp: removed obsolete ":bc=^D:" -- esr)
15452 swtp|ct82|southwest technical products ct82:\
15453         :am:\
15454         :co#82:li#20:\
15455         :al=^^Y:bl=^G:cd=^V:ce=^F:cl=^L:cm=\013%r%.%.:cr=^M:dc=^^H:\
15456         :dl=^Z:do=^J:ei=:ho=^P:ic=^^X:im=:\
15457         :is=\034\022\036\023\036\004\035\027\011\023\036\035\036\017\035\027\022\011:\
15458         :le=^D:ll=^C:nd=^S:se=^^^F:sf=^N:so=^^^V:sr=^O:up=^A:
15460 #### Synertek
15462 # Bob Manson <manson@pattyr.acs.ohio-state.edu> writes (28 Apr 1995):
15464 # Synertek used to make ICs, various 6502-based single-board process
15465 # control and hobbyist computers, and assorted peripherals including a
15466 # series of small inexpensive terminals (I think they were one of the
15467 # first to have a "terminal-on-a-keyboard", where the terminal itself
15468 # was only slightly larger than the keyboard).
15470 # They apparently had a KTM-1 model, which I've never seen. The KTM-2/40
15471 # was a 40x24 terminal that could connect to a standard TV through a
15472 # video modulator.  The KTM-2/80 was the 80-column version (the 2/40
15473 # could be upgraded to the 2/80 by adding 2 2114 SRAMs and a new ROM).
15474 # I have a KTM-2/80 still in working order.  The KTM-2s had fully
15475 # socketed parts, used 2 6507s, a 6532 as keyboard scanner, a program
15476 # ROM and 2 ROMs as character generators. They were incredibly simple,
15477 # and I've never had any problems with mine (witness the fact that mine
15478 # was made in 1981 and is still working great... I've blown the video
15479 # output transistor a couple of times, but it's a 2N2222 :-)
15481 # The KTM-3 (which is what is listed in the terminfo file) was their
15482 # attempt at putting a KTM-2 in a box (and some models came with a
15483 # CRT). It wasn't much different from the KTM-2 hardware-wise, but the
15484 # control and escape sequences are very different. The KTM-3 was always
15485 # real broken, at least according to the folks I've talked to about it.
15487 # The padding in the entry is probably off--these terminals were very
15488 # slow (it takes like 100ms for the KTM-2 to clear the screen...) And
15489 # anyone with any sanity replaced the ROMs with something that provided
15490 # a reasonable subset of VT100 functionality, since the usual ROMs were
15491 # obviously very primitive... oh, you could get an upgraded ROM from
15492 # Synertek for some incredible amount of money, but what hacker with an
15493 # EPROM burner would do that? :)
15495 # Sorry I don't have any contact info; I believe they were located in
15496 # Sunnyvale, and I'm fairly sure they are still manufacturing ICs
15497 # (they've gone to ASICs and FPGAs), but I doubt they're in the computer
15498 # business these days.
15501 # Tested, seems to work fine with vi.
15502 synertek|ktm|synertek380|synertek ktm 3/80 tubeless terminal:\
15503         :am:\
15504         :co#80:li#24:\
15505         :cd=\EJ:ce=\EK:cl=^Z:cm=\E=%+ %+ :le=^H:nd=^L:up=^K:
15507 #### Tab Office Products
15509 #       TAB Products Co. - Palo Alto, California
15510 #       Electronic Office Products,
15511 #       1451 California Avenue 94304
15513 # I think they're out of business.
15516 # The tab 132 uses xon/xoff, so no padding needed.
15517 # :ks:/:ke: have nothing to do with arrow keys.
15518 # :is: sets 80 col mode, normal video, autowrap on (for :am:).
15519 # Seems to be no way to get rid of status line.
15520 # The manual for this puppy was dated June 1981.  It claims to be VT52-
15521 # compatible but looks more vt100-like.
15522 tab132|tab|tab132-15|tab 132/15:\
15523         :da:db:\
15524         :co#80:dN@:li#24:lm#96:\
15525         :al=\E[L:cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:\
15526         :im=\E[4h:is=\E[?7h\E[?3l\E[?5l:kd=\E[B:ke@:kl=\E[D:ks@:\
15527         :ku=\E[A:tc=vt100:
15528 tab132-w|tab132 in wide mode:\
15529         :co#132:\
15530         :is=\E[?7h\E[?3h\E[?5l:tc=tab132:
15531 tab132-rv|tab132 in reverse-video mode:\
15532         :is=\E[?7h\E[?3l\E[?5h:tc=tab132:
15533 tab132-w-rv|tab132 in reverse-video/wide mode:\
15534         :is=\E[?7h\E[?3h\E[?5h:tc=tab132-w:
15537 #### Teleray
15539 #       Research Incorporated
15540 #       6425 Flying Cloud Drive
15541 #       Eden Prairie, MN 55344
15542 #       Vox: (612)-941-3300
15544 # The Teleray terminals were all discontinued in 1992-93.  RI still services
15545 # and repairs these beasts, but no longer manufactures them.  The Teleray
15546 # people believe that all the types listed below are very rare now (1995).
15547 # There was a newer line of Telerays (Model 7, Model 20, Model 30, and
15548 # Model 100) that were ANSI-compatible.
15550 # Note two things called "teleray".  Reorder should move the common one
15551 # to the front if you have either.  A dumb teleray with the cursor stuck
15552 # on the bottom and no obvious model number is probably a 3700.
15555 t3700|dumb teleray 3700:\
15556         :bs:\
15557         :co#80:li#24:\
15558         :bl=^G:cl=^L:cr=^M:do=^J:le=^H:sf=^J:
15559 t3800|teleray 3800 series:\
15560         :bs:\
15561         :co#80:it#8:li#24:\
15562         :bl=^G:cd=\EJ:ce=\EK:cl=^L:cm=\EY%+ %+ :cr=^M:do=^J:ho=\EH:\
15563         :le=^H:ll=\EY7\s:nd=\EC:sf=^J:ta=^I:up=^K:
15564 t1061|teleray|teleray 1061:\
15565         :am:bs:km:xs:xt:\
15566         :co#80:it#8:li#24:sg#1:ug#1:\
15567         :al=\EL:bl=^G:cd=\EJ:ce=\EK:cl=\014:cm=\EY%+ %+ :cr=^M:\
15568         :ct=\EG:dc=\EQ:dl=\EM:do=^J:ei=:ho=\EH:ic=\EP:im=:ip=:\
15569         :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:\
15570         :k1=^Z1:k2=^Z2:k3=^Z3:k4=^Z4:k5=^Z5:k6=^Z6:k7=^Z7:k8=^Z8:\
15571         :le=^H:nd=\EC:se=\ER@:sf=^J:so=\s\ERD:st=\EF:ta=^I:ue=\ER@:\
15572         :up=\EA:us=\ERH:
15573 t1061f|teleray 1061 with fast PROMs:\
15574         :al=\EL:dl=\EM:ip@:tc=t1061:
15575 # "Teleray Arpa Special", officially designated as
15576 # "Teleray Arpa network model 10" with "Special feature 720".
15577 # This is the new (1981) fast microcode updating the older "arpa" proms
15578 # (which gave meta-key and programmable-fxn keys).  720 is much much faster,
15579 # converts the keypad to programmable function keys, and has other goodies.
15580 # Standout mode is still broken (magic cookie, etc) so is suppressed as no
15581 # programs handle such lossage properly.
15582 # Note: this is NOT the old termcap's "t1061f with fast proms."
15583 # From: J. Lepreau <lepreau@utah-cs> Tue Feb  1 06:39:37 1983, Univ of Utah
15584 # (t10: removed overridden ":so@:se@:us@:ue@:" -- esr)
15585 t10|teleray 10 special:\
15586         :bs:km:xs:xt:\
15587         :co#80:it#8:li#24:sg#2:ug#2:\
15588         :al=\EL:cd=\EJ:ce=\EK:cl=30\Ej:cm=\EY%+ %+ :dc=\EQ:dl=\EM:\
15589         :ei=:ho=\EH:ic=\EP:im=:le=^H:nd=\EC:pc=\0:se=\ER@:sf=\Eq:\
15590         :so=\ERD:sr=\Ep:ta=^I:ue=\ER@:up=\EA:us=\ERH:
15591 # teleray 16 - map the arrow keys for vi/rogue, shifted to up/down page, and
15592 # back/forth words. Put the function keys (f1-f10) where they can be
15593 # found, and turn off the other magic keys along the top row, except
15594 # for line/local. Do the magic appropriate to make the page shifts work.
15595 # Also toggle ^S/^Q for those of us who use Emacs.
15596 t16|teleray 16:\
15597         :am:da:db:mi:xs:xt:\
15598         :co#80:li#24:\
15599         :al=\E[L:bl=^G:cd=\E[0J:ce=\E[0K:cl=\E[H\E[2J:\
15600         :cm=%i\E[%d;%df:cr=^M:dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:\
15601         :ho=\E[H:im=\E[4h:k1=^Z1:k2=^Z2:k3=^Z3:k4=^Z4:k5=^Z5:k6=^Z6:\
15602         :k7=^Z7:k8=^Z8:k9=^Z9:k;=^Z0:le=^H:me=\E[m:nd=\E[C:se=\E[m:\
15603         :sf=^J:so=\E[7m:sr=\E[T:ta=^I:te=\E[V\E[24;1f\E[?38h:\
15604         :ti=\E[U\E[?38l:ue=\E[m:up=\E[A:us=\E[4m:
15606 #### Texas Instruments (ti)
15609 # The Silent 700 was so called because it was built around a quiet thermal
15610 # printer.  It was portable, equipped with an acoustic coupler, and pretty
15611 # neat for its day.
15612 ti700|ti733|ti735|ti745|ti800|ti silent 700/733/735/745 or omni 800:\
15613         :bs:hc:os:\
15614         :co#80:\
15615         :bl=^G:cr=\r:do=^J:le=^H:sf=^J:
15618 # Texas Instruments 916 VDT 7 bit control mode
15620 ti916|ti916-220-7|Texas Instruments 916 VDT 8859/1 vt220 mode 7 bit CTRL:\
15621         :da:db:in:ms:\
15622         :%9=^X:@4=\E[29~:@8=^J:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:\
15623         :DO=\E[%dB:F1=\E[29~:F2=\E[31~:IC=\E[%d@:LE=\E[%dD:\
15624         :RI=\E[%dC:UP=\E[%dA:ae=\017:as=\016:bt=\E[Z:cb=\E[1K:\
15625         :cd=\E[J:ce=\E[0K:ch=\E[%+^AG:cl=\E[H\E[2J:\
15626         :cm=\E[%i%d;%dH:ct=\E[3g:cv=\E[%+^Ad:dc=\E[P:eA=\E(B\E)0:\
15627         :ec=\E[%dX:ei=:ff=^L:im=:ip=:is=\E[1;24r\E[24;1H:k1=\E[17~:\
15628         :k2=\E[18~:k3=\E[19~:k4=\E[20~:k5=\E[21~:k6=\E[23~:\
15629         :k7=\E[24~:k8=\E[25~:k9=\E[26~:k;=\E[28~:kD=\E[P:kI=\E[@:\
15630         :kN=\E[S:kP=\E[T:kh=\E[H:mp=\E&:rs=\E[!p:st=\E[0W:\
15631         :vb=\E[?5h\E[?5l:ve=\E[?25h:vi=\E[?25l:vs=\E[?25h:\
15632         :tc=vt220:
15634 # Texas Instruments 916 VDT 8 bit control mode
15636 ti916-8|ti916-220-8|Texas Instruments 916 VDT 8859/1 8 vt220 mode bit CTRL:\
15637         :%9=^X:@4=\23329~:@8=^J:F1=\23329~:F2=\23331~:k1=\23317~:\
15638         :k2=\23318~:k3=\23319~:k4=\23320~:k5=\23321~:k6=\23323~:\
15639         :k7=\23324~:k8=\23325~:k9=\23326~:k;=\23328~:kD=\233P:\
15640         :kI=\233@:kN=\233S:kP=\233T:kd=\233B:kh=\233H:kl=\233D:\
15641         :kr=\233C:ku=\233A:tc=ti916:
15643 # Texas Instruments 916 VDT 8859/1 7 bit control 132 column mode
15645 ti916-132|Texas Instruments 916 VDT vt220 132 column:\
15646         :co#132:tc=ti916:
15648 # Texas Instruments 916 VDT 8859/1 8 bit control 132 column mode
15650 ti916-8-132|Texas Instruments 916 VDT 8-bit vt220 132 column:\
15651         :co#132:tc=ti916-8:
15652 ti924|Texas Instruments 924 VDT 8859/1 7 bit CTRL:\
15653         :am:bs:xo:\
15654         :co#80:it#8:li#24:\
15655         :al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[2J\E[H:\
15656         :cm=%i\E[%d;%dH:cr=^M:cs=%i\E[%d;%dr:ct=\E[3g:dl=\E[M:\
15657         :do=\E[B:ho=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[16~:\
15658         :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:kD=\E[P:kI=\E[@:\
15659         :kb=^H:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=\E[D:mb=\E[5m:\
15660         :md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:se=\E[m:\
15661         :sf=\ED:so=\E[7m:sr=\EM:st=\EH:ta=^I:ue=\E[m:up=\E[A:\
15662         :us=\E[4m:ve=\E[?25h:vi=\E[?25l:vs=\E[?31h:
15663 ti924-8|Texas Instruments 924 VDT 8859/1 8 bit CTRL:\
15664         :am:xo:\
15665         :co#80:it#8:li#24:\
15666         :al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[2J\E[H:\
15667         :cm=%i\E[%d;%dH:cr=^M:cs=%i\E[%d;%dr:ct=\E[3g:dl=\E[M:\
15668         :do=\E[B:ho=\E[H:k1=P\217>:k2=Q\217>:k3=R\217>:k4=S\217>:\
15669         :k5=~\23316>:k6=~\23317>:k7=~\23318>:k8=~\23319>:\
15670         :k9=~\23320>:kD=P\233>:kI=@\233>:kb=^H:kd=\E[B:kl=\E[D:\
15671         :kr=\E[C:ku=\E[A:le=\E[D:mb=\E[5m:md=\E[1m:me=\E[m:\
15672         :mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:se=\E[m:sf=\ED:so=\E[7m:\
15673         :sr=\EM:st=\EH:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:ve=\E[?25h:\
15674         :vi=\E[?25l:vs=\E[?31h:
15675 ti924w|Texas Instruments 924 VDT 7 bit - 132 column mode:\
15676         :co#132:tc=ti924:
15677 ti924-8w|Texas Instruments 924 VDT 8 bit - 132 column mode:\
15678         :co#132:tc=ti924-8:
15679 ti931|Texas Instruments 931 VDT:\
15680         :am:bs:xo:\
15681         :co#80:li#24:\
15682         :al=\EN:bl=^G:cd=\EJ:ce=\EI:cl=\EL:cm=\EY%+ %+ :cr=^M:\
15683         :dc=\EQ:dl=\EO:do=\EB:ei=:ho=\EH:ic=\ER\EP\EM:im=:\
15684         :is=\EGB\E(@B@@\E):k1=\Ei1:k2=\Ei2:k3=\Ei3:k4=\Ei4:\
15685         :k5=\Ei5:k6=\Ei6:k7=\Ei7:k8=\Ei8:k9=\Ei9:kA=\EN:kD=\EQ:\
15686         :kI=\EP:kL=\EO:kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=\ED:mb=\E4P:\
15687         :me=\E4@:mk=\E4H:mr=\E4B:nd=\EC:se=\E4@:sf=\Ea:so=\E4A:\
15688         :sr=\Eb:ue=\E4@:up=\EA:us=\E4D:ve=\E4@:
15689 ti926|Texas Instruments 926 VDT 8859/1 7 bit CTRL:\
15690         :cs@:sf=\E[1S:sr=\E[1T:tc=ti924:
15691 # (ti926-8: I corrected this from the broken SCO entry -- esr)
15692 ti926-8|Texas Instruments 926 VDT 8859/1 8 bit CTRL:\
15693         :cs@:sf=\2331S:sr=\2331T:tc=ti924-8:
15694 ti_ansi|basic entry for ti928:\
15695         :am:eo:ut:xn:xo:\
15696         :Co#8:co#80:it#8:li#25:pa#64:\
15697         :@7=\E[F:AB=\E[4%dm:AF=\E[3%dm:al=\E[L:bl=^G:bt=\E[Z:\
15698         :cd=\E[J:ce=\E[K:cl=\E[2J\E[H:cm=\E[%i%d;%dH:cr=^M:\
15699         :cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:do=\E[B:ei=:ho=\E[H:\
15700         :ic=\E[@:im=:k0=\E[V:k1=\E[M:k2=\E[N:k3=\E[O:k4=\E[P:\
15701         :k5=\E[Q:k6=\E[R:k7=\E[S:k8=\E[T:k9=\E[U:kN=\E[G:kP=\E[I:\
15702         :kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
15703         :mb=\E[5m:md=\E[1m:me=\E[m:nd=\E[C:op=\E[37;40m:se=\E[m:\
15704         :sf=\E[S:so=\E[7m:sr=\E[T:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:
15706 #       928 VDT 7 bit control mode
15708 ti928|Texas Instruments 928 VDT 8859/1 7 bit CTRL:\
15709         :%9=\E[35~:@7=\E_1\E\\:@8=\E[8~:F1=\E[29~:F2=\E[31~:\
15710         :F3=\E[32~:F5=\E[34~:k1=\E[17~:k2=\E[18~:k3=\E[19~:\
15711         :k4=\E[20~:k5=\E[21~:k6=\E[23~:k7=\E[24~:k8=\E[25~:\
15712         :k9=\E[26~:k;=\E[28~:kD=\E[P:kI=\E[@:kN=\E[S:kP=\E[T:\
15713         :tc=ti_ansi:
15715 #       928 VDT 8 bit control mode
15717 ti928-8|Texas Instruments 928 VDT 8859/1 8 bit CTRL:\
15718         :%9=\23335~:@7=\2371\234:@8=\2338~:F1=\23329~:F2=\23331~:\
15719         :F3=\23332~:F5=\23334~:k1=\23317~:k2=\23318~:k3=\23319~:\
15720         :k4=\23320~:k5=\23321~:k6=\23323~:k7=\23324~:k8=\23325~:\
15721         :k9=\23326~:k;=\23328~:kD=\233P:kI=\233@:kN=\233S:\
15722         :kP=\233T:kh=\233H:tc=ti_ansi:
15724 #### Zentec (zen)
15727 # (zen30: removed obsolete :ma=^L ^R^L^K^P:.  This entry originally
15728 # had just :so:=\EG6 which I think means standout was supposed to be
15729 # dim-reverse using ADM12-style attributes. ADM12 :us:/:ue: and
15730 # <invis> might work-- esr)
15731 zen30|z30|zentec 30:\
15732         :am:bs:mi:ul:\
15733         :co#80:li#24:\
15734         :al=\EE:bl=^G:cd=\EY:ce=\ET:cl=\E*:cm=\E=%+ %+ :cr=^M:\
15735         :dc=\EW:dl=\ER:do=^J:ei=\Er:ho=^^:im=\Eq:le=^H:mh=\EG2:nd=^L:\
15736         :sf=^J:so=\EG6:ue@:up=^K:us@:tc=adm+sgr:
15737 # (zen50: this had extension capabilities
15738 #       :BS=^U:CL=^V:CR=^B:
15739 # UK/DK/RK/LK/HM were someone's aliases for ku/kd/kl/kr/kh,
15740 # which were also in the original entry -- esr)
15741 # (zen50: removed obsolete ":ma=^Hh^Ll^Jj^Kk:" -- esr)
15742 zen50|z50|zentec zephyr:\
15743         :am:bs:\
15744         :co#80:li#24:sg#1:\
15745         :al=\EE:cd=\EY:ce=\ET:cl=\E+:cm=\E=%+ %+ :dc=\EW:dl=\ER:ei=:\
15746         :ic=\EQ:im=:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:mk@:ue@:up=^K:\
15747         :us@:tc=adm+sgr:
15749 # CCI 4574 (Office Power) from Will Martin <wmartin@BRL.ARPA> via BRL
15750 cci|cci1|z8001|zen8001|CCI Custom Zentec 8001:\
15751         :am:bs:bw:\
15752         :co#80:li#24:\
15753         :cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :cs=\ER%+ %+ :do=^J:\
15754         :ho=\EH:is=\EM \EF\ET\EP\ER 7:kb=^H:kd=\EB:kh=\EH:kl=\ED:\
15755         :kr=\EC:ku=\EA:le=^H:mb=\EM":me=\EM\s:mh=\EM!:mk=\EM(:\
15756         :mr=\EM$:nd=\EC:pf=^T:po=^R:se=\EM\s:so=\EM$:sr=\EI:\
15757         :ue=\EM\s:up=\EA:us=\EM0:ve=\EP:vs=\EF\EQ\EM \ER 7:
15759 ######## OBSOLETE UNIX CONSOLES
15762 #### Apollo consoles
15764 # Apollo got bought by Hewlett-Packard.  The Apollo workstations are
15765 # labeled HP700s now.
15768 # From: Gary Darland <goodmanc@garnet.berkeley.edu>
15769 apollo|apollo console:\
15770         :am:bs:mi:\
15771         :co#88:li#53:\
15772         :al=\EI:cd=\EJ:ce=\EK:ch=\EN%d:cl=^L:cm=\EM%+ %d):\
15773         :cv=\EO+\s:dc=\EP:dl=\EL:do=\EB:ei=\ER:im=\EQ:le=^H:nd=\EC:\
15774         :se=\ET:sf=\EE:so=\ES:sr=\ED:te=\EX:ti=\EW:ue=\EV:up=\EA:\
15775         :us=\EU:
15777 # We don't know whether or not the apollo guys replicated DEC's firmware bug
15778 # in the VT132 that reversed :ei:/:im:.  To be on the safe side, disable
15779 # both these capabilities.
15780 apollo_15P|apollo 15 inch display:\
15781         :ei@:im@:tc=vt132:
15782 apollo_19L|apollo 19 inch display:\
15783         :ei@:im@:tc=vt132:
15784 apollo_color|apollo color display:\
15785         :ei@:im@:tc=vt132:
15787 #### Convergent Technology
15789 # Burroughs bought Convergent shortly before it merged with Univac.
15790 # CTOS is (I believe) dead.  Probably the aws is too (this entry dates
15791 # from 1991 or earlier).
15794 # Convergent AWS workstation from Gould/SEL UTX/32 via BRL
15795 # (aws: removed unknown :dn=^K: -- esr)
15796 aws|Convergent Technologies AWS workstation under UTX and Xenix:\
15797         :am:\
15798         :co#80:li#28:sg#0:ug#0:\
15799         :ac=:ae=\EAAF:al=\EIL:as=\EAAN:bc=^H:cd=\EEF:ce=\EEL:\
15800         :ch=\EH%.:cl=^L:cm=\EC%r%.%.:cv=\EV%.:dc=\EDC:dl=\EDL:\
15801         :do=^K:ei=:ic=\EIC:im=:kb=^H:kd=^K:kl=^N:kr=^R:ku=^A:\
15802         :ma=\016h\013j\001k\022l\002m:nd=^R:nl=^J:se=\EARF:\
15803         :sf=\ESU:so=\EARN:sr=\ESD:ue=\EAUF:up=^A:us=\EAUN:
15804 awsc|Convergent Technologies AWS workstation under CTOS:\
15805         :am:\
15806         :co#80:li#24:sg#0:ug#0:\
15807         :ac=:ae=\EAAF:as=\EAAN:bc=^N:cd=\EEF:ce=\EEL:cl=^L:\
15808         :cm=\EC%r%.%.:do=^K:kb=^H:kd=^K:kl=^N:kr=^R:ku=^A:\
15809         :ma=\016h\013j\001k\022l\002m:nd=^R:se=\EAA:so=\EAE:\
15810         :ue=\EAA:up=^A:us=\EAC:
15812 #### DEC consoles
15815 # The MicroVax console.  Tim Theisen <tim@cs.wisc.edu> writes:
15816 # The digital uVax II's had a graphic display called a qdss.  It was
15817 # supposed to be a high performance graphic accelerator, but it was
15818 # late to market and barely appeared before faster dumb frame buffers
15819 # appeared.  I have only used this display while running X11.  However,
15820 # during bootup, it was in text mode, and probably had a terminal emulator
15821 # within it.  And that is what your termcap entry is for.  In graphics
15822 # mode the screen size is 1024x864 pixels.
15823 qdss|qdcons|qdss glass tty:\
15824         :am:bs:\
15825         :co#128:li#57:\
15826         :cl=1\032:cm=\E=%.%.:do=^J:le=^H:nd=^L:up=^K:
15828 #### Fortune Systems consoles
15830 # Fortune made a line of 68K-based UNIX boxes that were pretty nifty
15831 # in their day; I (esr) used one myself for a year or so around 1984.
15832 # They had no graphics, though, and couldn't compete against Suns and
15833 # the like.  R.I.P.
15836 # From: Robert Nathanson <c160-3bp@Coral> via tut   Wed Oct 5, 1983
15837 # (This had extension capabilities
15838 #       :rv=\EH:re=\EI:rg=0:GG=0:\
15839 #       :CO=\E\\:WL=^Aa\r:WR=^Ab\r:CL=^Ac\r:CR=^Ad\r:DL=^Ae\r:RF=^Af\r:\
15840 #       :RC=^Ag\r:CW=^Ah\r:NU=^Aj\r:EN=^Ak\r:HM=^Al:PL=^Am\r:\
15841 #       :PU=^An\r:PD=^Ao\r:PR=^Ap\r:HP=^A@\r:RT=^Aq\r:TB=\r:CN=\177:MP=\E+F:
15842 # It had both ":bs:" and ":bs=^H:"; I removed the latter.  Also, it had
15843 # ":sg=0:" and ":ug=0:"; evidently the composer was trying (unnecessarily)
15844 # to force both magic cookie glitches off.  Once upon a time, I
15845 # used a Fortune myself, so I know the capabilities of the form ^A[a-z]\r are
15846 # function keys; thus the "Al" value for HM was certainly an error.  I renamed
15847 # EN/PD/PU/CO/CF/RT according to the XENIX/TC mappings, but not HM/DL/RF/RC.
15848 # I think :rv: and :re: are start/end reverse video and :rg: is a nonexistent
15849 # "reverse-video-glitch" capability; I have put :rv: and :re: in with standard
15850 # names below.  I've removed obsolete ":nl=5^J:" as there is a :do: -- esr)
15851 fos|fortune|Fortune system:\
15852         :am:bs:bw:\
15853         :co#80:li#25:\
15854         :@7=^Ak\r:@8=^Aq:ac=j*k(l m"q&v%w#x-:ae=^O:al=\034E:\
15855         :as=\Eo:bl=^G:cd=\034Y:ce=^\Z:cl=\014:cm=\034C%+ %+ :cr=^M:\
15856         :dc=\034W:dl=\034R:do=\n:ei=:ho=\036:ic=\034Q:im=:is=^_..:\
15857         :k1=^Aa\r:k2=^Ab\r:k3=^Ac\r:k4=^Ad\r:k5=^Ae\r:k6=^Af\r:\
15858         :k7=^Ag\r:k8=^Ah\r:kN=^Ao\r:kP=^An\r:kb=^H:kd=^Ay\r:\
15859         :kh=^A?\r:kl=^Aw\r:kr=^Az\r:ku=^Ax\r:le=^H:mb=\EN:me=\EI:\
15860         :mr=\EH:nw=^M^J:se=^\I`:sf=^J:so=^\H`:ta=^Z:ue=^\IP:up=\013:\
15861         :us=^\HP:ve=\E\\:vi=\E]:vs=\E\::
15863 #### Masscomp consoles
15865 # Masscomp has gone out of business.  Their product line was purchased by
15866 # comany in Georgia (US) called "XS International", parts and service may
15867 # still be available through them.
15870 # (masscomp: ":MT:" changed to ":km:";  -- esr)
15871 masscomp|masscomp workstation console:\
15872         :bs:km:mi:\
15873         :co#80:it#8:li#24:\
15874         :al=\E[L:cd=\E[J:ce=\E[K:cl=\E[2J:cm=\E[%i%d;%dH:dc=\E[P:\
15875         :dl=\E[M:do=\E[B:ei=\E[4l:im=\E[4h:is=\EGc\EGb\EGw:kb=^H:\
15876         :kd=\EOB:kl=\EOD:kr=\EOC:ku=\EOA:le=^H:nd=\E[C:se=\E[m:\
15877         :so=\E[7m:ta=^I:ue=\EGau:up=\E[A:us=\EGu:
15878 masscomp1|masscomp large screen version 1:\
15879         :co#104:li#36:tc=masscomp:
15880 masscomp2|masscomp large screen version 2:\
15881         :co#64:li#21:tc=masscomp:
15883 ######## OTHER OBSOLETE TYPES
15885 # These terminals are *long* dead -- these entries are retained for
15886 # historical interest only.
15889 #### Obsolete non-ANSI software emulations
15892 # CTRM terminal emulator
15893 # 1. underlining is not allowed with colors: first, is is simulated by
15894 # black on white, second, it disables background color manipulations.
15895 # 2. BLINKING, REVERSE and BOLD are allowed with colors,
15896 # so we have to save their status in the static registers A, B and H
15897 # respectively, to be able to restore them when color changes
15898 # (because any color change turns off ALL attributes)
15899 # 3. :md: and :mr: sequences alternate modes,
15900 # rather then simply  entering them.  Thus we have to check the
15901 # static register B and H to determine the status, before sending the
15902 # escape sequence.
15903 # 4. :me: now must set the status of all 3 register (A,B,H) to zero
15904 # and then reset colors
15905 # 5. implementation of the protect mode would badly penalize the performance.
15906 # we would have to use \E&bn sequence to turn off colors (as well as all
15907 # other attributes), and keep the status of protect mode in yet another
15908 # static variable.  If someone really needs this mode, they would have to
15909 # create another terminfo entry.
15910 # 6. original color-pair is white on black.
15911 # store the information about colors into static registers
15912 # 7. set foreground color.  it performs the following steps.
15913 #   1) turn off all attributes
15914 #   2) turn on the background and video attributes that have been turned
15915 #      on before (this information is stored in static registers X,Y,Z,A,B,H,D).
15916 #   3) turn on foreground attributes
15917 #   4) store information about foreground into U,V,W static registers
15918 # 8. turn on background: similar to turn on foreground above
15919 # (untranslatable capabilities removed to fit entry within 1023 bytes)
15920 ctrm|C terminal emulator:\
15921         :am:ut:xo:\
15922         :Co#8:NC#2:Nl#0:co#80:lh#0:li#24:lm#0:lw#0:pa#63:pb#19200:vt#6:\
15923         :al=\EL:bl=^G:bt=\Ei:cd=\EJ:ce=\EK:ch=\E&a%dC:cl=\EH\EJ:\
15924         :cm=\E&a%r%dc%dY:cr=^M:ct=\E3:cv=\E&a%dY:dc=\EP:dl=\EM:\
15925         :do=^J:ei=\ER:im=\EQ:ip=:is=\E&jA\r:k1=\Ep\r:k2=\Eq\r:\
15926         :k3=\Er\r:k4=\Es\r:k5=\Et\r:k6=\Eu\r:k7=\Ev\r:k8=\Ew\r:\
15927         :kb=^H:kd=\Ew\r:ke=\E&jA:kh=\Ep\r:kl=\Eu\r:kr=\Ev\r:\
15928         :ks=\E&jB:ku=\Et\r:le=^H:mb=\E&dA%{1}%PA:\
15929         :md=%?%gH%{0}%=%t\E&dH%{1}%PH%;:\
15930         :me=\E&d@%{0}%PA%{0}%PB%{0}%PH:\
15931         :mr=%?%gB%{0}%=%t\E&dB%{1}%PB%;:nd=\EC:\
15932         :op=\E&bn\E&bB\E&bG\E&bR%{0}%PX%{0}%PY%{0}%PZ%{1}%PW%{1}%PV%{1}%PU:\
15933         :sf=^J:so=\E&dD:st=\E1:ta=\011:up=\EA:us=\E&dD:
15935 # gs6300 - can't use blue foreground, it clashes with underline;
15936 # it's simulated with cyan
15937 # Bug: The <op> capability probably resets attributes.
15938 # (gs6300: commented out <rmln> (no <smln>) --esr)
15939 gs6300|emots|AT&T PC6300 with EMOTS terminal emulator:\
15940         :am:ms:ut:xo:\
15941         :Co#8:co#80:it#8:li#24:pa#63:\
15942         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
15943         :LE=\E[%dD:RI=\E[%dC:Sb=\E[?;%dm:\
15944         :..Sf=\E[?%?%p1%{0}%=%t0%e%p1%{1}%=%t2%e%p1%{1}%-%d%;m:\
15945         :UP=\E[%dA:\
15946         :ac=++,,--..``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
15947         :ae=\E[10m:al=\E[L:as=\E[11m:bl=^G:cd=\E[J:ce=\E[K:\
15948         :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:do=^J:\
15949         :ei=:ho=\E[H:ic=\E[@:im=:is=\E[m:k1=\E[0s:k2=\E[24s:\
15950         :k3=\E[1s:k4=\E[23s:k5=\E[2s:k6=\E[22s:k7=\E[3s:k8=\E[21s:\
15951         :kB=^R^I:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
15952         :le=^H:mb=\E[5m:md=\E[1m:me=\E[m\E[10m:mr=\E[7m:nd=\E[C:\
15953         :op=\E[?;m:pf=\E[4i:po=\E[5i:r1=\Ec:sf=^J:so=\E[1m:sr=\E[L:\
15954         :ta=^I:up=\E[A:us=\E[4m:
15956 # From: <earle@smeagol.UUCP> 29 Oct 85 05:40:18 GMT
15957 # MS-Kermit with Heath-19 emulation mode enabled
15958 # (h19k: changed ":pt@:" to ":it@"
15959 h19k|h19kermit|heathkit emulation provided by Kermit (no auto margin):\
15960         :am@:da:db:xt:\
15961         :it@:\
15962         :ta@:tc=h19-u:
15964 # Apple Macintosh with Versaterm, a terminal emulator distributed by Synergy
15965 # Software (formerly Peripherals Computers & Supplies, Inc) of
15966 # 2457 Perkiomen Ave., Reading, PA 19606, 1-800-876-8376.  They can
15967 # also be reached at support@synergy.com.
15968 versaterm|versaterm vt100 emulator for the macintosh:\
15969         :am:xn:\
15970         :co#80:it#8:li#24:\
15971         :al=9\E[1L:bl=^G:cd=50\E[J:ce=3\E[K:cl=50\E[;H\E[2J:\
15972         :cm=5\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:dc=7\E[1P:\
15973         :dl=9\E[1M:do=^J:ei=:ho=\E[H:ic=7\E[1@:im=:\
15974         :is=\E[1;24r\E[24;1H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
15975         :kb=^H:kd=\EOB:ke=\E>\E[?1l:kl=\EOD:kr=\EOC:ks=\E=\E[?1h:\
15976         :ku=\EOA:le=^H:mb=2\E[5m:md=2\E[1m:me=2\E[m:mr=2\E[7m:\
15977         :nd=2\E[C:nw=^M^J:r1=\E>:rc=\E8:\
15978         :rf=/usr/share/tabset/vt100:sc=\E7:se=2\E[m:so=2\E[7m:\
15979         :sr=5\EM:ta=^I:ue=2\E[m:up=2\E[A:us=2\E[4m:
15981 # From: Rick Thomas <ihnp4!btlunix!rbt>
15982 # (xtalk: I added <rmam>/<smam> based on the init string.
15983 xtalk|IBM PC with xtalk communication program (versions up to 3.4):\
15984         :am:mi:ms:xo:\
15985         :co#80:it#8:li#24:sg#1:vt#3:\
15986         :@8=\EOM:DO=\E[%dB:K1=\EOq:K2=\EOr:K3=\EOs:K4=\EOp:K5=\EOn:\
15987         :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:\
15988         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
15989         :ae=^O:al=\E[L:as=^N:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\
15990         :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:ct=\E[3g:dl=\E[M:do=^J:\
15991         :eA=\E(B\E)0:ho=\E[H:k0=\EOy:k1=\EOP:k2=\EOQ:k3=\EOR:\
15992         :k4=\EOS:k5=\EOt:k6=\EOu:k7=\EOv:k8=\EOl:k9=\EOw:k;=\EOx:\
15993         :kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\
15994         :ku=\EOA:le=^H:me=\E[m:nd=\E[C:\
15995         :rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:se=\E[m\s:sf=^J:\
15996         :so=\E[7m\s:sr=\EM:st=\EH:ta=^I:up=\E[A:
15998 # The official PC terminal emulator program of the AT&T Product Centers.
15999 # Note - insert mode commented out - doesn't seem to work on AT&T PC.
16000 simterm|attpc running simterm:\
16001         :am:\
16002         :co#80:li#24:\
16003         :al=\EL:bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\E=%+ %+ :cr=^M:\
16004         :dc=\ER:dl=\EM:do=\EB:ho=\EH:le=^H:me=\E&d@:nd=\EC:se=\E&d@:\
16005         :sf=^J:so=\E&dB:te=\EVE:ti=\EVS:up=\EA:
16007 #### Daisy wheel printers
16009 # This section collects Diablo, DTC, Xerox, Qume, and other daisy
16010 # wheel terminals.  These are now largely obsolete.
16013 # (diablo1620: removed :if=/usr/share/tabset/xerox1720:, no such file -- esr)
16014 diablo1620|diablo1720|diablo450|ipsi|diablo 1620:\
16015         :hc:os:\
16016         :co#132:it#8:\
16017         :ch=\E\011%i%.:ct=\E2:do=^J:hd=\ED:hu=\EU:kb=^H:le=^H:\
16018         :st=\E1:ta=^I:up=\E^J:
16019 diablo1620-m8|diablo1640-m8|diablo 1620 w/8 column left margin:\
16020         :co#124:\
16021         :is=\r        \E9:tc=diablo1620:
16022 # (diablo1640: removed :if=/usr/share/tabset/xerox1730:, no such file -- esr)
16023 diablo1640|diablo1730|diablo1740|diablo630|x1700|diablo|xerox|diablo 1640:\
16024         :bl=^G:se=\E&:so=\EW:ue=\ER:us=\EE:tc=diablo1620:
16025 # (diablo1640-lm: removed :if=/usr/share/tabset/xerox1730-lm:, no such
16026 # file -- esr)
16027 diablo1640-lm|diablo-lm|xerox-lm|diablo 1640 with indented left margin:\
16028         :co#124:\
16029         :se=\E&:so=\EW:ue=\ER:us=\EE:tc=diablo1620:
16030 diablo1740-lm|630-lm|1730-lm|x1700-lm|diablo 1740 printer:\
16031         :tc=diablo1640-lm:
16032 # DTC 382 with VDU.  Has no :cd: so we fake it with :ce:.  Standout
16033 # :so=^P\s\002^PF: works but won't go away without dynamite :se=^P\s\0:.
16034 # The terminal has tabs, but I'm getting tired of fighting the braindamage.
16035 # If no tab is set or the terminal's in a bad mood, it glitches the screen
16036 # around all of memory.  Note that return puts a blank ("a return character")
16037 # in the space the cursor was at, so we use ^P return (and thus ^P newline for
16038 # newline).  Note also that if you turn off :pt: and let Unix expand tabs,
16039 # curses won't work (some old BSD versions) because it doesn't clear this bit,
16040 # and cursor addressing sends a tab for row/column 9.  What a losing terminal!
16041 # I have been unable to get tabs set in all 96 lines - it always leaves at
16042 # least one line with no tabs in it, and once you tab through that line,
16043 # it completely weirds out.
16044 # (dtc382: change :te: to :ti: -- it  just does a clear --esr)
16045 dtc382|DTC 382:\
16046         :am:da:db:xs:\
16047         :co#80:li#24:lm#96:\
16048         :al=^P^Z:bl=^G:cd=\020\025\020\023\020\023:ce=^P^U:\
16049         :cl=\020\035:cm=\020\021%r%.%.:cr=^P^M:dc=^X:dl=^P^S:\
16050         :ei=^Pi:ho=^P^R:im=^PI:le=^H:nd=^PR:pc=\177:sf=^J:te=:\
16051         :ti=\020\035:ue=^P \0:up=^P^L:us=^P ^P:ve=^Pb:vs=^PB:
16052 dtc300s|DTC 300s:\
16053         :hc:os:\
16054         :co#132:\
16055         :bl=^G:cr=^M:ct=\E3:do=^J:ff=^L:hd=\Eh:hu=\EH:kb=^H:le=^H:\
16056         :sf=^J:st=\E1:ta=^I:up=^Z:
16057 gsi|mystery gsi terminal:\
16058         :hc:os:\
16059         :co#132:\
16060         :bl=^G:cr=^M:do=^J:hd=\Eh:hu=\EH:le=^H:sf=^J:ta=^I:up=^Z:
16061 aj830|aj832|aj|anderson jacobson:\
16062         :hc:os:\
16063         :bl=^G:cr=^M:do=^J:hd=\E9:hu=\E8:le=^H:sf=^J:up=\E7:
16064 # From: Chris Torek <chris@gyre.umd.edu> Thu, 7 Nov 85 18:21:58 EST
16065 aj510|Anderson-Jacobson model 510:\
16066         :am:mi:\
16067         :co#80:li#24:\
16068         :al=2*\E&I:cd=\E'P:ce=\E'L:cl=^L:cm=\E#%+ %+ :dc=.1*\E'D:\
16069         :dl=2*\E&D:ei=\E'J:ic=:im=\E'I:ip=.1*:kd=\EZ:kl=\EW:kr=\EX:\
16070         :ku=\EY:le=^H:nd=\EX:pc=\177:se=\E"I:so=\E"I:te=\E"N:\
16071         :ti=\E"N:ue=\E"U:up=\EY:us=\E"U:
16072 # From: <cbosg!ucbvax!pur-ee!cincy!chris> Thu Aug 20 09:09:18 1981
16073 # This is incomplete, but it's a start.
16074 nec5520|nec|spinwriter|nec 5520:\
16075         :hc:os:\
16076         :co#132:it#8:\
16077         :bl=^G:cr=^M:ct=\E3:do=^J:ff=^L:hd=\E]s\n\E]W:\
16078         :hu=\E]s\E9\E]W:kb=^H:le=^H:sf=^J:st=\E1:ta=^I:up=\E9:
16079 qume5|qume|Qume Sprint 5:\
16080         :hc:os:\
16081         :co#80:it#8:\
16082         :bl=^G:cr=^M:ct=\E3:do=^J:ff=^L:hd=\Eh:hu=\EH:kb=^H:le=^H:\
16083         :sf=^J:st=\E1:ta=^I:up=^Z:
16084 # I suspect the xerox 1720 is the same as the diablo 1620.
16085 xerox1720|x1720|x1750|xerox 1720:\
16086         :hc:os:\
16087         :co#132:it#8:\
16088         :bl=^G:cr=^M:ct=\E2:do=^J:ff=^L:le=^H:sf=^J:st=\E1:ta=^I:
16090 #### Miscellaneous obsolete terminals, manufacturers unknown
16092 # If you have any information about these (like, a manufacturer's name,
16093 # and a date on the serial-number plate) please send it!
16095 cad68-3|cgc3|cad68 basic monitor transparent mode size 3 chars:\
16096         :am:bs:\
16097         :co#73:li#36:\
16098         :cl=^Z:ho=^^:le=^H:nd=^L:up=^K:
16099 cad68-2|cgc2|cad68 basic monitor transparent mode size 2 chars:\
16100         :am:bs:\
16101         :co#85:li#39:\
16102         :cl=^Z:ho=^^:k1=\E5:k2=\E6:k3=\E7:k4=\E8:kd=\E2:kl=\E3:\
16103         :kr=\E4:ku=\E1:le=^H:nd=^L:se=\Em^C:so=\Em^L:up=^K:
16104 cops10|cops|cops-10|cops 10:\
16105         :am:bw:\
16106         :co#80:li#24:\
16107         :bl=^G:cd=^W:ce=^V:cl=30\030:cm=\020%+ %+ :cr=^M:do=^J:\
16108         :kb=^H:kd=^J:kh=^Y:kl=^H:kr=^L:ku=^K:le=^H:nd=^L:sf=^J:up=^K:
16109 # (d132: removed duplicate :ic=\E5:,
16110 # merged in capabilities from a BRL entry -- esr)
16111 d132|datagraphix|datagraphix 132a:\
16112         :da:db:in:\
16113         :co#80:li#30:\
16114         :al=\E3:bl=^G:cl=^L:cm=\E8%i%3%3:cr=^M:dc=\E6:do=^J:ei=:\
16115         :ho=\ET:ic=\E5:im=:kb=^H:kd=^J:kl=^H:le=^H:nd=\EL:nw=^M^J:\
16116         :sf=^J:sr=\Ew:ta=^I:up=\EK:ve=\Em\En:vs=\Ex:
16117 # The d800 was an early portable terminal from c.1984-85 that looked a lot
16118 # like the original Compaq `lunchbox' portable (but no handle).  It had a vt220
16119 # mode (which is what this entry looks like) and several other lesser-known
16120 # emulations.
16121 d800|Direct 800/A:\
16122         :am:bs:da:db:ms:xs:\
16123         :co#80:it#8:li#24:\
16124         :ac=``a1fxgqh0jYk?lZm@nEooppqDrrsstCu4vAwBx3yyzz{{||}}~~:\
16125         :ae=\E[m:as=\E[1m:bl=^G:cd=\E[J:ce=\E[K:cl=\E[1;1H\E[2J:\
16126         :cm=\E[%i%d;%dH:cr=^M:do=^J:k1=\EOP:k2=\EOQ:k3=\EOR:\
16127         :k4=\EOS:k5=\EOT:k6=\EOU:k7=\EOV:k8=\EOW:kd=\E[B:kl=\E[D:\
16128         :kr=\E[C:ku=\E[A:le=^H:me=\E[m:nd=\E[C:se=\E[m:sf=\ED:\
16129         :so=\E[7m:sr=\EM:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:ve=\E[>12h:\
16130         :vs=\E[>12l:
16131 digilog|digilog 333:\
16132         :bs:\
16133         :co#80:li#16:\
16134         :bl=^G:ce=^X:cr=^M:do=^J:ho=^N:le=^H:nd=^I:sf=^J:up=^O:
16135 # The DWK was a terminal manufactured in the Soviet Union c.1986
16136 dwk|dwk-vt|dwk terminal:\
16137         :am:\
16138         :co#80:it#8:li#24:\
16139         :ac=+^,Q-S.M0\177`+a\:f'g#h#i#jXkClJmFnNo~qUs_tEuPv\\wKxW~_:\
16140         :ae=\EG:as=\EF:bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :\
16141         :cr=^M:dc=\EP:do=^J:ei=:ho=\EH:ic=\EQ:im=:k1=\Ef1:k2=\Ef2:\
16142         :k3=\Ef3:k4=\Ef4:k5=\Ef5:k6=\Ef6:k7=\Ef7:k8=\Ef8:k9=\Ef9:\
16143         :k;=\Ef0:kD=\Ee:kI=\Ed:kN=\Eh:kP=\Eg:kb=\177:kd=\EB:kl=\ED:\
16144         :kr=\EC:ku=\EA:le=^H:me=\EX:mr=\ET:nd=\EC:nw=^M^J:se=\EX:\
16145         :sf=^J:so=\ET:sr=\ES:ta=^I:up=\EA:
16146 env230|envision230|envision 230 graphics terminal:\
16147         :xn@:\
16148         :pf=\E[4i:po=\E[5i:ps=\E[0i:\
16149         :..sa=\E[%?%p1%t;1%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m$<2>:\
16150         :tc=vt100:
16151 # These execuports were impact-printer ttys with a 30- or maybe 15-cps acoustic
16152 # coupler attached, the whole rig fitting in a suitcase and more or less
16153 # portable.  Hot stuff for c.1977 :-) -- esr
16154 ep48|ep4080|execuport 4080:\
16155         :am:bs:os:\
16156         :co#80:\
16157         :bl=^G:cr=^M:do=^J:hd=^\:hu=^^:le=^H:sf=^J:
16158 ep40|ep4000|execuport 4000:\
16159         :co#136:tc=ep4080:
16160 # Adam Thompson <athompso@pangea.ca> tells us:
16161 # Informer series - these are all portable units, resembling older
16162 # automatic bread-baking machines.  The terminal looks like a `clamshell'
16163 # design, but isn't.  The structure is similar to the Direct terminals,
16164 # but only half the width.  The entire unit is only about 10" wide.
16165 # It features an 8" screen (6" or 7" if you have color!), and an 9"x6"
16166 # keyboard.  All the keys are crammed together, much like some laptop
16167 # PCs today, but perhaps less well organized...all these units have a
16168 # bewildering array of plugs on the back, including a built-in modem.
16169 # The 305 was a color version of the 304; the 306 and 307 were mono and
16170 # color terminals built for IBM bisync protocols.
16171 # From: Paul Leondis <unllab@amber.berkeley.edu>
16172 ifmr|Informer D304:\
16173         :am:bs:\
16174         :co#80:li#24:\
16175         :cd=\E/:ce=\EQ:cl=\EZ:cm=\EY%r%+ %+ :dc=\E\\:do=^J:ei=:\
16176         :ho=\EH:ic=\E[:im=:le=^H:me=\EK:nd=\EC:se=\EK:so=\EJ:sr=\En:\
16177         :up=\EA:
16178 # Entry largely based on wy60 and has the features of wy60ak.
16179 # (untranslatable capabilities removed to fit entry within 1023 bytes)
16180 # (sgr removed to fit entry within 1023 bytes)
16181 # (acsc removed to fit entry within 1023 bytes)
16182 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
16183 opus3n1+|Esprit Opus3n1+ in wy60 mode with ANSI arrow keys:\
16184         :am:bw:hs:km:mi:ms:ul:xo:\
16185         :co#80:li#24:ws#80:\
16186         :ae=\EH^C:al=\EE:as=\EH^B:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E*:\
16187         :cm=\Ea%i%dR%dC:cr=^M:ct=\E0:dc=\EW:dl=\ER:do=^J:ds=\Ez(\r:\
16188         :ei=\Er:fs=^M:ho=\036:if=/usr/share/tabset/std:im=\Eq:ip=:\
16189         :is=\E`\:\Ee(\EO\Ee6\Ec41\E~4\Ec21\Ed/\Ezz&\E[A\177\Ezz'\E[B\177\Ezz(\E[D\177\Ezz)\E[C\177\Ezz<\E[Q\177\Ezz`\E[F\177\EA1*\EZH12:\
16190         :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
16191         :k7=^AF\r:k8=^AG\r:k9=^AH\r:kD=\EW:kI=\EQ:kN=\EK:kP=\EJ:\
16192         :kb=^H:kd=\E[B:kh=^^:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\EG2:\
16193         :me=\E(\EH\003\EG0\EcD:mh=\EGp:nd=^L:nw=\r\n:sf=^J:sr=\Ej:\
16194         :st=\E1:ta=\011:te=:\
16195         :ti=\Ezz&\E[A\177\Ezz'\E[B\177\Ezz(\E[D\177\Ezz)\E[C\177\Ezz<\E[Q\177:\
16196         :ts=\Ez(:uc=\EG8\EG0:up=^K:ve=\E`1:vi=\E`0:tc=adm+sgr:
16197 teletec|Teletec Datascreen:\
16198         :am:bs:\
16199         :co#80:li#24:\
16200         :bl=^G:cl=^L:cr=^M:do=^J:ho=^^:le=^H:nd=^_:sf=^J:up=^K:
16201 # From: Mark Dornfeld <romwa@ucbvax.berkeley.edu>
16202 # This description is for the LANPAR Technologies VISION 3220
16203 # terminal from 1984/85.  The function key definitions k0-k5 represent the
16204 # edit keypad: FIND, INSERT HERE, REMOVE, SELECT, PREV SCREEN,
16205 # NEXT SCREEN. The key definitions k6-k9 represent the PF1 to PF4 keys.
16207 # Kenneth Randell <kenr@datametrics.com> writes on 31 Dec 1998:
16208 # I had a couple of scopes (3221) like this once where I used to work, around
16209 # the 1987 time frame if memory serves me correctly.  These scopes were made
16210 # by an outfit called LANPAR Technologies, and were meant to me DEC VT 220
16211 # compatible.  The 3220 was a plain text terminal like the VT-220, the 3221
16212 # was a like the VT-240 (monochrome with Regis + Sixel graphics), and the 3222
16213 # was like the VT-241 (color with Regis + Sixel Graphics).  These terminals
16214 # (3221) cost about $1500 each, and one was always broken -- had to be sent
16215 # back to the shop for repairs.
16216 # The only real advantage these scopes had over the VT-240's were:
16217 # 1) They were faster in the Regis display, or at least the ones I did
16218 # 2) They had a handy debugging feature where you could split-screen the
16219 # scope, the graphics would appear on the top, and the REGIS commands would
16220 # appear on the bottom.  I don't remember the VT-240s being able to do that.
16221 # I would swear that LANPAR Technologies was in MA someplace, but since I
16222 # don't work at the same place anymore, and those terminals and manuals were
16223 # long since junked, I cannot be any more sure than that.
16225 # (v3220: removed obsolete ":kn#10:",
16226 # I added <rmam>/<smam> based on the init string -- esr)
16227 v3220|LANPAR Vision II model 3220/3221/3222:\
16228         :am:bs:mi:xn:\
16229         :co#80:it#8:li#24:\
16230         :RA=\E[?7l:SA=\E[?7h:al=\E[L:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
16231         :cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:ei=\E[4l:im=\E[4h:\
16232         :is=\E>\E[?3l\E[?7h\E[?8h\E[p:k0=\E[1~:k1=\E[2~:\
16233         :k2=\E[3~:k3=\E[4~:k4=\E[5~:k5=\E[6~:k6=\E[OP:k7=\E[OQ:\
16234         :k8=\E[OR:k9=\E[OS:kd=\E[B:ke=\E>:kh=\E[H:kl=\E[D:kr=\E[C:\
16235         :ks=\E=:ku=\E[A:le=^H:me=\E[m:nd=\E[C:se=\E[m:so=\E[7m:\
16236         :sr=\EM:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:
16237 ######## ICH/ICH1 VERSUS RMIR/SMIR
16239 # Some non-curses applications get confused if both ich/ich1 and rmir/smir
16240 # are present; the symptom is doubled characters in an update using insert.
16241 # These applications are technically correct; in both 4.3BSD termcap and
16242 # terminfo, you're not actually supposed to specify both ich/ich1 and rmir/smir
16243 # unless the terminal needs both.  To my knowledge, no terminal still in this
16244 # file requires both other than the very obsolete dm2500.
16246 # For ncurses-based applications this is not a problem, as ncurses uses
16247 # one or the other as appropriate but never mixes the two.  Therefore we
16248 # have not corrected entries like `linux' and `xterm' that specify both.
16249 # If you see doubled characters from these, use the linux-nic and xterm-nic
16250 # entries that suppress ich/ich1.  And upgrade to ncurses!
16253 ######## VT100/ANSI/ISO 6429/ECMA-48/PC-TERM TERMINAL STANDARDS
16255 # ANSI X3.64 has been withdrawn and replaced by ECMA-48.  The ISO 6429 and
16256 # ECMA-48 standards are said to be almost identical, but are not the same
16257 # as X3.64 (though for practical purposes they are close supersets of it).
16259 # You can obtain ECMA-48 for free by sending email to helpdesk@ecma.ch
16260 # requesting the standard(s) you want (i.e. ECMA-48, "Control Functions for
16261 # Coded Character Sets"), include your snail-mail address, and you should
16262 # receive the document in due course.  Don't expect an email acknowledgement.
16264 # Related standards include "X3.4-1977: American National Standard Code for
16265 # Information Interchange" (the ASCII standard) and "X3.41.1974:
16266 # Code-Extension Techniques for Use with the 7-Bit Coded Character Set of
16267 # American National Standard for Information Interchange."  I believe (but
16268 # am not certain) that these are effectively identical to ECMA-6 and ECMA-35
16269 # respectively.
16272 #### VT100/ANSI/ECMA-48
16274 # ANSI Standard (X3.64) Control Sequences for Video Terminals and Peripherals
16275 # and ECMA-48 Control Functions for Coded Character Sets.
16277 # Much of the content of this comment is adapted from a table prepared by
16278 # Richard Shuford, based on a 1984 Byte article.  Terminfo correspondences,
16279 # discussion of some terminfo-related issues, and updates to capture ECMA-48
16280 # have been added.  Control functions described in ECMA-48 only are tagged
16281 # with * after their names.
16283 # The table is a complete list of the defined ANSI X3.64/ECMA-48 control
16284 # sequences.  In the main table, \E stands for an escape (\033) character,
16285 # SPC for space.  Pn stands for a single numeric parameter to be inserted
16286 # in decimal ASCII.  Ps stands for a list of such parameters separated by
16287 # semicolons.  Parameter meanings for most parametrized sequences are
16288 # decribed in the notes.
16290 # Sequence     Sequence                             Parameter   or
16291 # Mnemonic     Name              Sequence           Value      Mode   terminfo
16292 # -----------------------------------------------------------------------------
16293 # APC  Applicatn Program Command \E _                -         Delim  -
16294 # BEL  Bell *                    ^G                  -         -      bel
16295 # BPH  Break Permitted Here *    \E B                -         *      -
16296 # BS   Backpace *                ^H                  -         EF     -
16297 # CAN  Cancel *                  ^X                  -         -      -   (A)
16298 # CBT  Cursor Backward Tab       \E [ Pn Z           1         eF     cbt
16299 # CCH  Cancel Previous Character \E T                -         -      -
16300 # CHA  Cursor Horizntal Absolute \E [ Pn G           1         eF     hpa (B)
16301 # CHT  Cursor Horizontal Tab     \E [ Pn I           1         eF     tab (C)
16302 # CMD  Coding Method Delimiter * \E
16303 # CNL  Cursor Next Line          \E [ Pn E           1         eF     nel (D)
16304 # CPL  Cursor Preceding Line     \E [ Pn F           1         eF     -
16305 # CPR  Cursor Position Report    \E [ Pn ; Pn R      1, 1      -      -   (E)
16306 # CSI  Control Sequence Intro    \E [                -         Intro  -
16307 # CTC  Cursor Tabulation Control \E [ Ps W           0         eF     -   (F)
16308 # CUB  Cursor Backward           \E [ Pn D           1         eF     cub
16309 # CUD  Cursor Down               \E [ Pn B           1         eF     cud
16310 # CUF  Cursor Forward            \E [ Pn C           1         eF     cuf
16311 # CUP  Cursor Position           \E [ Pn ; Pn H      1, 1      eF     cup (G)
16312 # CUU  Cursor Up                 \E [ Pn A           1         eF     cuu
16313 # CVT  Cursor Vertical Tab       \E [ Pn Y           -         eF     -   (H)
16314 # DA   Device Attributes         \E [ Pn c           0         -      -
16315 # DAQ  Define Area Qualification \E [ Ps o           0         -      -
16316 # DCH  Delete Character          \E [ Pn P           1         eF     dch
16317 # DCS  Device Control String     \E P                -         Delim  -
16318 # DL   Delete Line               \E [ Pn M           1         eF     dl
16319 # DLE  Data Link Escape *        ^P                  -         -      -
16320 # DMI  Disable Manual Input      \E \                -         Fs     -
16321 # DSR  Device Status Report      \E [ Ps n           0         -      -   (I)
16322 # DTA  Dimension Text Area *     \E [ Pn ; Pn SPC T  -         PC     -
16323 # EA   Erase in Area             \E [ Ps O           0         eF     -   (J)
16324 # ECH  Erase Character           \E [ Pn X           1         eF     ech
16325 # ED   Erase in Display          \E [ Ps J           0         eF     ed  (J)
16326 # EF   Erase in Field            \E [ Ps N           0         eF     -
16327 # EL   Erase in Line             \E [ Ps K           0         eF     el  (J)
16328 # EM   End of Medium *           ^Y                  -         -      -
16329 # EMI  Enable Manual Input       \E b                          Fs     -
16330 # ENQ  Enquire                   ^E                  -         -      -
16331 # EOT  End Of Transmission       ^D                  -         *      -
16332 # EPA  End of Protected Area     \E W                -         -      -   (K)
16333 # ESA  End of Selected Area      \E G                -         -      -
16334 # ESC  Escape                    ^[                  -         -      -
16335 # ETB  End Transmission Block    ^W                  -         -      -
16336 # ETX  End of Text               ^C                  -         -      -
16337 # FF   Form Feed                 ^L                  -         -      -
16338 # FNK  Function Key *            \E [ Pn SPC W       -         -      -
16339 # GCC  Graphic Char Combination* \E [ Pn ; Pn SPC B  -         -      -
16340 # FNT  Font Selection            \E [ Pn ; Pn SPC D  0, 0      FE     -
16341 # GSM  Graphic Size Modify       \E [ Pn ; Pn SPC B  100, 100  FE     -   (L)
16342 # GSS  Graphic Size Selection    \E [ Pn SPC C       none      FE     -
16343 # HPA  Horz Position Absolute    \E [ Pn `           1         FE     -   (B)
16344 # HPB  Char Position Backward    \E [ j              1         FE     -
16345 # HPR  Horz Position Relative    \E [ Pn a           1         FE     -   (M)
16346 # HT   Horizontal Tab *          ^I                  -         FE     -   (N)
16347 # HTJ  Horz Tab w/Justification  \E I                -         FE     -
16348 # HTS  Horizontal Tab Set        \E H                -         FE     hts
16349 # HVP  Horz & Vertical Position  \E [ Pn ; Pn f      1, 1      FE     -   (G)
16350 # ICH  Insert Character          \E [ Pn @           1         eF     ich
16351 # IDCS ID Device Control String  \E [ SPC O          -         *      -
16352 # IGS  ID Graphic Subrepertoire  \E [ SPC M          -         *      -
16353 # IL   Insert Line               \E [ Pn L           1         eF     il
16354 # IND  Index                     \E D                -         FE     -
16355 # INT  Interrupt                 \E a                -         Fs     -
16356 # JFY  Justify                   \E [ Ps SPC F       0         FE     -
16357 # IS1  Info Separator #1 *       ^_                  -         *      -
16358 # IS2  Info Separator #1 *       ^^                  -         *      -
16359 # IS3  Info Separator #1 *       ^]                  -         *      -
16360 # IS4  Info Separator #1 *       ^\                  -         *      -
16361 # LF   Line Feed                 ^J                  -         -      -
16362 # LS1R Locking Shift Right 1 *   \E ~                -         -      -
16363 # LS2  Locking Shift 2 *         \E n                -         -      -
16364 # LS2R Locking Shift Right 2 *   \E }                -         -      -
16365 # LS3  Locking Shift 3 *         \E o                -         -      -
16366 # LS3R Locking Shift Right 3 *   \E |                -         -      -
16367 # MC   Media Copy                \E [ Ps i           0         -      -   (S)
16368 # MW   Message Waiting           \E U                -         -      -
16369 # NAK  Negative Acknowledge *    ^U                  -         *      -
16370 # NBH  No Break Here *           \E C                -         -      -
16371 # NEL  Next Line                 \E E                -         FE     nel (D)
16372 # NP   Next Page                 \E [ Pn U           1         eF     -
16373 # NUL  Null *                    ^@                  -         -      -
16374 # OSC  Operating System Command  \E ]                -         Delim  -
16375 # PEC  Pres. Expand/Contract *   \E Pn SPC Z         0         -      -
16376 # PFS  Page Format Selection *   \E Pn SPC J         0         -      -
16377 # PLD  Partial Line Down         \E K                -         FE     -   (T)
16378 # PLU  Partial Line Up           \E L                -         FE     -   (U)
16379 # PM   Privacy Message           \E ^                -         Delim  -
16380 # PP   Preceding Page            \E [ Pn V           1         eF     -
16381 # PPA  Page Position Absolute *  \E [ Pn SPC P       1         FE     -
16382 # PPB  Page Position Backward *  \E [ Pn SPC R       1         FE     -
16383 # PPR  Page Position Forward *   \E [ Pn SPC Q       1         FE     -
16384 # PTX  Parallel Texts *          \E [ \              -         -      -
16385 # PU1  Private Use 1             \E Q                -         -      -
16386 # PU2  Private Use 2             \E R                -         -      -
16387 # QUAD Typographic Quadding      \E [ Ps SPC H       0         FE     -
16388 # REP  Repeat Char or Control    \E [ Pn b           1         -      rep
16389 # RI   Reverse Index             \E M                -         FE     -   (V)
16390 # RIS  Reset to Initial State    \E c                -         Fs     -
16391 # RM   Reset Mode *              \E [ Ps l           -         -      -   (W)
16392 # SACS Set Add. Char. Sep. *     \E [ Pn SPC /       0         -      -
16393 # SAPV Sel. Alt. Present. Var. * \E [ Ps SPC ]       0         -      -   (X)
16394 # SCI  Single-Char Introducer    \E Z                -         -      -
16395 # SCO  Sel. Char. Orientation *  \E [ Pn ; Pn SPC k  -         -      -
16396 # SCS  Set Char. Spacing *       \E [ Pn SPC g       -         -      -
16397 # SD   Scroll Down               \E [ Pn T           1         eF     rin
16398 # SDS  Start Directed String *   \E [ Pn ]           1         -      -
16399 # SEE  Select Editing Extent     \E [ Ps Q           0         -      -   (Y)
16400 # SEF  Sheet Eject & Feed *      \E [ Ps ; Ps SPC Y  0,0       -      -
16401 # SGR  Select Graphic Rendition  \E [ Ps m           0         FE     sgr (O)
16402 # SHS  Select Char. Spacing *    \E [ Ps SPC K       0         -      -
16403 # SI   Shift In                  ^O                  -         -      -   (P)
16404 # SIMD Sel. Imp. Move Direct. *  \E [ Ps ^           -         -      -
16405 # SL   Scroll Left               \E [ Pn SPC @       1         eF     -
16406 # SLH  Set Line Home *           \E [ Pn SPC U       -         -      -
16407 # SLL  Set Line Limit *          \E [ Pn SPC V       -         -      -
16408 # SLS  Set Line Spacing *        \E [ Pn SPC h       -         -      -
16409 # SM   Select Mode               \E [ Ps h           none      -      -   (W)
16410 # SO   Shift Out                 ^N                  -         -      -   (Q)
16411 # SOH  Start Of Heading *        ^A                  -         -      -
16412 # SOS  Start of String *         \E X                -         -      -
16413 # SPA  Start of Protected Area   \E V                -         -      -   (Z)
16414 # SPD  Select Pres. Direction *  \E [ Ps ; Ps SPC S  0,0       -      -
16415 # SPH  Set Page Home *           \E [ Ps SPC G       -         -      -
16416 # SPI  Spacing Increment         \E [ Pn ; Pn SPC G  none      FE     -
16417 # SPL  Set Page Limit *          \E [ Ps SPC j       -         -      -
16418 # SPQR Set Pr. Qual. & Rapid. *  \E [ Ps SPC X       0         -      -
16419 # SR   Scroll Right              \E [ Pn SPC A       1         eF     -
16420 # SRCS Set Reduced Char. Sep. *  \E [ Pn SPC f       0         -      -
16421 # SRS  Start Reversed String *   \E [ Ps [           0         -      -
16422 # SSA  Start of Selected Area    \E F                -         -      -
16423 # SSU  Select Size Unit *        \E [ Pn SPC I       0         -      -
16424 # SSW  Set Space Width *         \E [ Pn SPC [       none      -      -
16425 # SS2  Single Shift 2 (G2 set)   \E N                -         Intro  -
16426 # SS3  Single Shift 3 (G3 set)   \E O                -         Intro  -
16427 # ST   String Terminator         \E \                -         Delim  -
16428 # STAB Selective Tabulation *    \E [ Pn SPC ^       -         -      -
16429 # STS  Set Transmit State        \E S                -         -      -
16430 # STX  Start pf Text *           ^B                  -         -      -
16431 # SU   Scroll Up                 \E [ Pn S           1         eF     indn
16432 # SUB  Substitute *              ^Z                  -         -      -
16433 # SVS  Select Line Spacing *     \E [ Pn SPC \       1         -      -
16434 # SYN  Synchronous Idle *        ^F                  -         -      -
16435 # TAC  Tabul. Aligned Centered * \E [ Pn SPC b       -         -      -
16436 # TALE Tabul. Al. Leading Edge * \E [ Pn SPC a       -         -      -
16437 # TATE Tabul. Al. Trailing Edge* \E [ Pn SPC `       -         -      -
16438 # TBC  Tab Clear                 \E [ Ps g           0         FE     tbc
16439 # TCC  Tabul. Centered on Char * \E [ Pn SPC c       -         -      -
16440 # TSR  Tabulation Stop Remove  * \E [ Pn SPC d       -         FE     -
16441 # TSS  Thin Space Specification  \E [ Pn SC E        none      FE     -
16442 # VPA  Vert. Position Absolute   \E [ Pn d           1         FE     vpa
16443 # VPB  Line Position Backward *  \E [ Pn k           1         FE     -
16444 # VPR  Vert. Position Relative   \E [ Pn e           1         FE     -   (R)
16445 # VT   Vertical Tabulation *     ^K                  -         FE     -
16446 # VTS  Vertical Tabulation Set   \E J                -         FE     -
16448 # ---------------------------------------------------------------------------
16450 # Notes:
16452 # Some control characters are listed in the ECMA-48 standard without
16453 # being assigned functions relevant to terminal control there (they
16454 # referred to other standards such as ISO 1745 or ECMA-35).  They are listed
16455 # here anyway for completeness.
16457 # (A) ECMA-48 calls this "CancelCharacter" but retains the CCH abbreviation.
16459 # (B) There seems to be some confusion abroad between CHA and HPA.  Most
16460 # `ANSI' terminals accept the CHA sequence, not the HPA. but terminfo calls
16461 # the capability (hpa).  ECMA-48 calls this "Cursor Character Absolute" but
16462 # preserved the CHA abbreviation.
16464 # (C) CHT corresponds to terminfo (tab).  Usually it has the value ^I.
16465 # Occasionally (as on, for example, certain HP terminals) this has the HTJ
16466 # value.  ECMA-48 calls this "Cursor Forward Tabulation" but preserved the
16467 # CHT abbreviation.
16469 # (D) terminfo (nel) is usually \r\n rather than ANSI \EE.
16471 # (E) ECMA-48 calls this "Active Position Report" but preserves the CPR
16472 # abbreviation.
16474 # (F) CTC parameter values: 0 = set char tab, 1 = set line tab, 2 = clear
16475 # char tab, 3 = clear line tab, 4 = clear all char tabs on current line,
16476 # 5 = clear all char tabs, 6 = clear all line tabs.
16478 # (G) CUP and HVP are identical in effect.  Some ANSI.SYS versions accept
16479 # HVP, but always allow CUP as an alternate.  ECMA-48 calls HVP "Character
16480 # Position Absolute" but retains the HVP abbreviation.
16482 # (H) ECMA calls this "Cursor Line Tabulation" but preserves the CVT
16483 # abbreviation.
16485 # (I) DSR parameter values: 0 = ready, 1 = busy, 2 = busy, will send DSR
16486 # later, 3 = malfunction, 4 = malfunction, will send DSR later, 5 = request
16487 # DSR, 6 = request CPR response.
16489 # (J) ECMA calls ED "Erase In Page". EA/ED/EL parameters: 0 = clear to end,
16490 # 1 = clear from beginning, 2 = clear.
16492 # (K) ECMA calls this "End of Guarded Area" but preserves the EPA abbreviation.
16494 # (L) The GSM parameters are vertical and horizontal parameters to scale by.
16496 # (M) Some ANSI.SYS versions accept HPR, but more commonly `ANSI' terminals
16497 # use CUF for this function and ignore HPR.  ECMA-48 calls this "Character
16498 # Position Relative" but retains the HPR abbreviation.
16500 # (N) ECMA-48 calls this "Character Tabulation" but retains the HT
16501 # abbreviation.
16503 # (O) SGR parameter values: 0 = default mode (attributes off), 1 = bold,
16504 # 2 = dim, 3 = italicized, 4 = underlined, 5 = slow blink, 6 = fast blink,
16505 # 7 = reverse video, 8 = invisible, 9 = crossed-out (marked for deletion),
16506 # 10 = primary font, 10 + n (n in 1..9) = nth alternative font, 20 = Fraktur,
16507 # 21 = double underline, 22 = turn off 2, 23 = turn off 3, 24 = turn off 4,
16508 # 25 = turn off 5, 26 = proportional spacing, 27 = turn off 7, 28 = turn off
16509 # 8, 29 = turn off 9, 30 = black fg, 31 = red fg, 32 = green fg, 33 = yellow
16510 # fg, 34 = blue fg, 35 = magenta fg, 36 = cyan fg, 37 = white fg, 38 = set
16511 # fg color as in CCIT T.416, 39 = set default fg color, 40 = black bg
16512 # 41 = red bg, 42 = green bg, 43 = yellow bg, 44 = blue bg, 45 = magenta bg,
16513 # 46 = cyan bg, 47 = white bg, 48 = set bg color as in CCIT T.416, 39 = set
16514 # default bg color, 50 = turn off 26, 51 = framed, 52 = encircled, 53 =
16515 # overlined, 54 = turn off 51 & 52, 55 = not overlined, 56-59 = reserved,
16516 # 61-65 = variable highlights for ideograms.
16518 # (P) SI is also called LSO, Locking Shift Zero.
16520 # (Q) SI is also called LS1, Locking Shift One.
16522 # (R) Some ANSI.SYS versions accept VPR, but more commonly `ANSI' terminals
16523 # use CUD for this function and ignore VPR.  ECMA calls it `Line Position
16524 # Absolute' but retains the VPA abbreviation.
16526 # (S) MC parameters: 0 = start xfer to primary aux device, 1 = start xfer from
16527 # primary aux device, 2 = start xfer to secondary aux device, 3 = start xfer
16528 # from secondary aux device, 4 = stop relay to primary aux device, 5 =
16529 # start relay to primary aux device, 6 = stop relay to secondary aux device,
16530 # 7 = start relay to secondary aux device.
16532 # (T) ECMA-48 calls this "Partial Line Forward" but retains the PLD
16533 # abbreviation.
16535 # (U) ECMA-48 calls this "Partial Line Backward" but retains the PLD
16536 # abbreviation.
16538 # (V) ECMA-48 calls this "Reverse Line Feed" but retains the RI abbreviation.
16540 # (W) RM/SM modes are as follows: 1 = Guarder Area Transfer Mode (GATM),
16541 # 2 = Keyboard Action Mode (KAM), 3 = Control Representation Mode (CRM),
16542 # 4 = Insertion Replacement Mode, 5 = Status Report Transfer Mode (SRTM),
16543 # 6 = Erasure Mode (ERM), 7 = Line Editing Mode (LEM), 8 = Bi-Directional
16544 # Support Mode (BDSM), 9 = Device Component Select Mode (DCSM),
16545 # 10 = Character Editing Mode (HEM), 11 = Positioning Unit Mode (PUM),
16546 # 12 = Send/Receive Mode, 13 = Format Effector Action Mode (FEAM),
16547 # 14 = Format Effector Transfer Mode (FETM), 15 = Multiple Area Transfer
16548 # Mode (MATM), 16 = Transfer Termination Mode, 17 = Selected Area Transfer
16549 # Mode, 18 = Tabulation Stop Mode, 19 = Editing Boundary Mode, 20 = Line Feed
16550 # New Line Mode (LF/NL), Graphic Rendition Combination Mode (GRCM), 22 =
16551 # Zero Default Mode (ZDM).  The EBM and LF/NL modes have actually been removed
16552 # from ECMA-48's 5th edition but are listed here for reference.
16554 # (X) Select Alternate Presentation Variants is used only for non-Latin
16555 # alphabets.
16557 # (Y) "Select Editing Extent" (SEE) was ANSI "Select Edit Extent Mode" (SEM).
16559 # (Z) ECMA-48 calls this "Start of Guarded Area" but retains the SPA
16560 # abbreviation.
16562 # ---------------------------------------------------------------------------
16564 # Abbreviations:
16566 # Intro  an Introducer of some kind of defined sequence; the normal 7-bit
16567 #        X3.64 Control Sequence Introducer is the two characters "Escape ["
16569 # Delim  a Delimiter
16571 # x/y    identifies a character by position in the ASCII table (column/row)
16573 # eF     editor function (see explanation)
16575 # FE     format effector (see explanation)
16577 # F      is a Final character in
16578 #             an Escape sequence (F from 3/0 to 7/14 in the ASCII table)
16579 #             a control sequence (F from 4/0 to 7/14)
16581 # Gs     is a graphic character appearing in strings (Gs ranges from
16582 #        2/0 to 7/14) in the ASCII table
16584 # Ce     is a control represented as a single bit combination in the C1 set
16585 #        of controls in an 8-bit character set
16587 # C0     the familiar set of 7-bit ASCII control characters
16589 # C1     roughly, the set of control chars available only in 8-bit systems.
16590 #        This is too complicated to explain fully here, so read Jim Fleming's
16591 #        article in the February 1983 BYTE, especially pages 214 through 224.
16593 # Fe     is a Final character of a 2-character Escape sequence that has an
16594 #        equivalent representation in an 8-bit environment as a Ce-type
16595 #        (Fe ranges from 4/0 to 5/15)
16597 # Fs     is a Final character of a 2-character Escape sequence that is
16598 #        standardized internationally with identical representation in 7-bit
16599 #        and 8-bit environments and is independent of the currently
16600 #        designated C0 and C1 control sets (Fs ranges from 6/0 to 7/14)
16602 # I      is an Intermediate character from 2/0 to 2/15 (inclusive) in the
16603 #        ASCII table
16605 # P      is a parameter character from 3/0 to 3/15 (inclusive) in the ASCII
16606 #        table
16608 # Pn     is a numeric parameter in a control sequence, a string of zero or
16609 #        more characters ranging from 3/0 to 3/9 in the ASCII table
16611 # Ps     is a variable number of selective parameters in a control sequence
16612 #        with each selective parameter separated from the other by the code
16613 #        3/11 (which usually represents a semicolon); Ps ranges from
16614 #        3/0 to 3/9 and includes 3/11
16616 # *      Not relevant to terminal control, listed for completeness only.
16618 # Format Effectors versus Editor Functions
16620 # A format effector specifies how following output is to be displayed.
16621 # An editor function allows you to modify the display.  Informally
16622 # format effectors may be destructive; format effectors should not be.
16624 # For instance, a format effector that moves the "active position" (the
16625 # cursor or equivalent) one space to the left would be useful when you want to
16626 # create an overstrike, a compound character made of two standard characters
16627 # overlaid. Control-H, the Backspace character, is actually supposed to be a
16628 # format effector, so you can do this. But many systems use it in a
16629 # nonstandard fashion, as an editor function, deleting the character to the
16630 # left of the cursor and moving the cursor left. When Control-H is assumed to
16631 # be an editor function, you cannot predict whether its use will create an
16632 # overstrike unless you also know whether the output device is in an "insert
16633 # mode" or an "overwrite mode". When Control-H is used as a format effector,
16634 # its effect can always be predicted. The familiar characters carriage
16635 # return, linefeed, formfeed, etc., are defined as format effectors.
16637 # NOTES ON THE DEC VT100 IMPLEMENTATION
16639 # Control sequences implemented in the VT100 are as follows:
16641 #      CPR, CUB, CUD, CUF, CUP, CUU, DA, DSR, ED, EL, HTS, HVP, IND,
16642 #      LNM, NEL, RI, RIS, RM, SGR, SM, TBC
16644 # plus several private DEC commands.
16646 # Erasing parts of the display (EL and ED) in the VT100 is performed thus:
16648 #      Erase from cursor to end of line           Esc [ 0 K    or Esc [ K
16649 #      Erase from beginning of line to cursor     Esc [ 1 K
16650 #      Erase line containing cursor               Esc [ 2 K
16651 #      Erase from cursor to end of screen         Esc [ 0 J    or Esc [ J
16652 #      Erase from beginning of screen to cursor   Esc [ 1 J
16653 #      Erase entire screen                        Esc [ 2 J
16655 # Some brain-damaged terminal/emulators respond to Esc [ J as if it were
16656 # Esc [ 2 J, but this is wrong; the default is 0.
16658 # The VT100 responds to receiving the DA (Device Attributes) control
16660 #      Esc [ c    (or Esc [ 0 c)
16662 # by transmitting the sequence
16664 #      Esc [ ? l ; Ps c
16666 # where Ps is a character that describes installed options.
16668 # The VT100's cursor location can be read with the DSR (Device Status
16669 # Report) control
16671 #      Esc [ 6 n
16673 # The VT100 reports by transmitting the CPR sequence
16675 #      Esc [ Pl ; Pc R
16677 # where Pl is the line number and Pc is the column number (in decimal).
16679 # The specification for the DEC VT100 is document EK-VT100-UG-003.
16681 #### ANSI.SYS
16683 # Here is a description of the color and attribute controls supported in the
16684 # the ANSI.SYS driver under MS-DOS.  Most console drivers and ANSI
16685 # terminal emulators for Intel boxes obey these.  They are a proper subset
16686 # of the ECMA-48 escapes.
16688 # 0     all attributes off
16689 # 1     foreground bright
16690 # 4     underscore on
16691 # 5     blink on/background bright (not reliable with brown)
16692 # 7     reverse-video
16693 # 8     set blank (non-display)
16694 # 10    set primary font
16695 # 11    set first alternate font (on PCs, display ROM characters 1-31)
16696 # 12    set second alternate font (on PCs, display IBM high-half chars)
16698 #                       Color attribute sets
16699 # 3n    set foreground color       / 0=black, 1=red,     2=green, 3=brown,
16700 # 4n    set background color       \ 4=blue,  5=magenta, 6=cyan,  7=white
16701 # Bright black becomes gray.  Bright brown becomes yellow,
16702 # These coincide with the prescriptions of the ISO 6429/ECMA-48 standard.
16704 # * If the 5 attribute is on and you set a background color (40-47) it is
16705 #   supposed to enable bright background.
16707 # * Many VGA cards (such as the Paradise and compatibles) do the wrong thing
16708 #   when you try to set a "bright brown" (yellow) background with attribute
16709 #   5 (you get a blinking yellow foreground instead).  A few displays
16710 #   (including the System V console) support an attribute 6 that undoes this
16711 #   braindamage (this is required by iBCS2).
16713 # * Some older versions of ANSI.SYS have a bug that causes thems to require
16714 #   ESC [ Pn k as EL rather than the ANSI ESC [ Pn K.  (This is not ECMA-48
16715 #   compatible.)
16717 #### Intel Binary Compatibility Standard
16719 # For comparison, here are the capabilities implied by the Intel Binary
16720 # Compatibility Standard for UNIX systems (Intel order number 468366-001).
16721 # These recommendations are optional.  IBCS2 allows the leading escape to
16722 # be either the 7-bit \E[ or 8-bit \0233 introducer, in accordance with
16723 # the ANSI X.364/ISO 6429/ECMA-48 standard.  Here are the iBCS2 capabilities
16724 # (as described in figure 9-3 of the standard).  Those expressed in the ibcs2
16725 # terminfo entry are followed with the corresponding capability in parens:
16727 #       CSI <n>k                disable (n=0) or enable (n=1) keyclick
16728 #       CSI 2h                  lock keyboard
16729 #       CSI 2i                  send screen as input
16730 #       CSI 2l                  unlock keyboard
16731 #       CSI 6m                  enable background color intensity
16732 #       CSI <0-2>c              reserved
16733 #       CSI <0-59>m             select graphic rendition
16734 #       CSI <n>;<m>H    (cup)   cursor to line n and column m
16735 #       CSI <n>;<m>f            cursor to line n and column m
16736 #       CSI <n>@        (ich)   insert characters
16737 #       CSI <n>A        (cuu)   cursor up n lines
16738 #       CSI <n>B        (cud)   cursor down n lines
16739 #       CSI <n>C        (cuu)   cursor right n characters
16740 #       CSI <n>D        (cud)   cursor left n characters
16741 #       CSI <n>E                cursor down n lines and in first column
16742 #       CSI <n>F                cursor up n lines and in first column
16743 #       CSI <n>G        (hpa)   position cursor at column n-1
16744 #       CSI <n>J        (ed)    erase in display
16745 #       CSI <n>K        (el)    erase in line
16746 #       CSI <n>L        (il)    insert line(s)
16747 #       CSI <n>P        (dch)   delete characters
16748 #       CSI <n>S        (indn)  scroll up n lines
16749 #       CSI <n>T        (rin)   scroll down n lines
16750 #       CSI <n>X        (ech)   erase characters
16751 #       CSI <n>Z        (cbt)   back up n tab stops
16752 #       CSI <n>`                cursor to column n on line
16753 #       CSI <n>a        (cuu)   cursor right n characters
16754 #       CSI <n>d        (vpa)   cursor to line n
16755 #       CSI <n>e                cursor down n lines and in first column
16756 #       CSI <n>g        (cbt)   clear all tabs
16757 #       CSI <n>z                make virtual terminal n active
16758 #       CSI ?7h         (smam)  turn automargin on
16759 #       CSI ?7l         (rmam)  turn automargin off
16760 #       CSI s                   save cursor position
16761 #       CSI u                   restore cursor position to saved value
16762 #       CSI =<c>A               set overscan color
16763 #       CSI =<c>F               set normal foreground color
16764 #       CSI =<c>G               set normal background color
16765 #       CSI =<c>H               set reverse foreground color
16766 #       CSI =<c>I               set reverse foreground color
16767 #       CSI =<c>J               set graphic foreground color
16768 #       CSI =<c>K               set graphic foreground color
16769 #       CSI =<n>g       (dispc) display n from alternate graphics character set
16770 #       CSI =<p>;<d>B           set bell parameters
16771 #       CSI =<s>;<e>C           set cursor parameters
16772 #       CSI =<x>D               enable/disable intensity of background color
16773 #       CSI =<x>E               set/clear blink vs. bold background
16774 #       CSI 7           (sc)    (sc) save cursor position
16775 #       CSI 8           (rc)    (rc) restore cursor position to saved value
16776 #       CSI H           (hts)   (hts) set tab stop
16777 #       CSI Q<n><string>        define function key string
16778 #                               (string must begin and end with delimiter char)
16779 #       CSI c           (clear) clear screen
16781 # The lack of any specification for attributes in SGR (among other things)
16782 # makes this a wretchedly weak standard. The table above is literally
16783 # everything iBSC2 has to say about terminal escape sequences; there is
16784 # no further discussion of their meaning or how to set the parameters
16785 # in these sequences at all.
16788 ######## NONSTANDARD CAPABILITY TRANSLATIONS USED IN THIS FILE
16790 # The historical termcap file entries were written primarily in 4.4BSD termcap.
16791 # The 4.4BSD termcap set was substantially larger than the original 4.1BSD set,
16792 # with the extension names chosen for compatibility with the termcap names
16793 # assigned in System V terminfo.  There are some variant extension sets out
16794 # there.  We try to describe them here.
16796 # XENIX extensions:
16798 # The XENIX extensions include a set of function-key capabilities as follows:
16800 #       code    XENIX variable name     terminfo name   name clashes?
16801 #       ----    -------------------     -------------   -----------------------
16802 #       CL      key_char_left
16803 #       CR      key_char_right
16804 #       CW      key_change_window                       create_window
16805 #       EN      key_end                 kend
16806 #       HM      key_home                khome
16807 #       HP      ??
16808 #       LD      key_delete_line         kdl1
16809 #       LF      key_linefeed                            label_off
16810 #       NU      key_next_unlocked_cell
16811 #       PD      key_page_down           knp
16812 #       PL      ??
16813 #       PN      start_print             mc5
16814 #       PR      ??
16815 #       PS      stop_print              mc4
16816 #       PU      key_page_up             kpp             pulse
16817 #       RC      key_recalc                              remove_clock
16818 #       RF      key_toggle_ref                          req_for_input
16819 #       RT      key_return              kent
16820 #       UP      key_up_arrow            kcuu1           parm_up_cursor
16821 #       WL      key_word_left
16822 #       WR      key_word_right
16824 # The XENIX extensions also include the following character-set and highlight
16825 # capabilities:
16827 #       XENIX   terminfo        function
16828 #       -----   --------        ------------------------------
16829 #       GS      smacs           start alternate character set
16830 #       GE      rmacs           end alternate character set
16831 #       GG                      :as:/:ae: glitch (analogous to :sg:/:ug:)
16832 #       bo      blink           begin blink (not used in /etc/termcap)
16833 #       be                      end blink (not used in /etc/termcap)
16834 #       bb                      blink glitch  (not used in /etc/termcap)
16835 #       it      dim             begin dim (not used in /etc/termcap)
16836 #       ie                      end dim (not used in /etc/termcap)
16837 #       ig                      dim glitch  (not used in /etc/termcap)
16839 # Finally, XENIX also used the following forms-drawing capabilities:
16841 #       single  double  type             ASCII approximation
16842 #       ------  ------  -------------    -------------------
16843 #       GV      Gv      vertical line             |
16844 #       GH      Gv      horizontal line       -   _
16845 #       G1      G5      top right corner       _   |
16846 #       G2      G6      top left corner       |
16847 #       G3      G7      bottom left corner         |_
16848 #       G4      G8      bottom right corner   _|
16849 #       GD      Gd      down-tick character        T
16850 #       GL      Gl      left-tick character   -|
16851 #       GR      Gr      right-tick character       |-
16852 #       GC      Gc      middle intersection   -|-
16853 #       GU      Gu      up-tick character          _|_
16855 # These were invented to take advantage of the IBM PC ROM character set.  One
16856 # can compose an acsc string from the single-width characters as follows
16857 #       "j{G4}k{G1}l{G2}m{G3}q{GH}x{GV}t{GR}u{GL}v{GU}w{GD}n{GC}"
16858 # When translating a termcap file, ncurses tic will do this automatically.
16859 # The double forms characters don't fit the SVr4 terminfo model.
16861 # AT&T Extensions:
16863 # The old AT&T 5410, 5420, 5425, pc6300plus, 610, and s4 entries used a set of
16864 # nonstandard capabilities.  Its signature is the KM capability, used to name
16865 # some sort of keymap file.  EE, BO, CI, CV, XS, DS, FL and FE are in this
16866 # set.  Comments in the original, and a little cross-checking with other AT&T
16867 # documentation, seem to establish that BO=:mr: (start reverse video), DS=:mh:
16868 # (start dim), XS=:mk: (secure/invisible mode), EE=:me: (end highlights),
16869 # FL=:LO: (enable soft labels), FE=:LF: (disable soft labels), CI=:vi: (make
16870 # cursor invisible), and CV=:ve: (make cursor normal).
16872 # HP Extensions
16874 # The HP library (as of mid-1995, their term.h file version 70.1) appears to
16875 # have the System V capabilities up to SVr1 level.  After that, it supports
16876 # two nonstandard caps meml and memu corresponding to the old termcap :ml:,
16877 # :mu: capabilities.  After that, it supports caps plab_norm, label_on,
16878 # label_off, and key_f11..key_f63 capabilities like SVr4's.  This makes the
16879 # HP binary format incompatible with SVr4's.
16881 # IBM Extensions
16883 # There is a set of nonstandard terminfos used by IBM's AIX operating system.
16884 # The AIX terminfo library diverged from SVr1 terminfo, and replaces all
16885 # capabilities following prtr_non with the following special capabilties:
16886 # box[12], batt[12], colb[0123456789], colf[0123456789], f[01234567], kbtab,
16887 # kdo, kcmd, kcpn, kend, khlp, knl, knpn, kppn, kppn, kquit, ksel, kscl, kscr,
16888 # ktab, kmpf[123456789], apstr, ksf1..ksf10, kf11...kf63, kact, topl, btml,
16889 # rvert, lvert.   Some of these are identical to XPG4/SVr4 equivalents:
16890 # kcmd, kend, khlp, and kf11...kf63.  Two others (kbtab and ksel) can be
16891 # renamed (to kcbt and kslt).  The places in the box[12] capabilities
16892 # correspond to acsc chars, here is the mapping:
16894 #       box1[0]  = ACS_ULCORNER
16895 #       box1[1]  = ACS_HLINE
16896 #       box1[2]  = ACS_URCORNER
16897 #       box1[3]  = ACS_VLINE
16898 #       box1[4]  = ACS_LRCORNER
16899 #       box1[5]  = ACS_LLCORNER
16900 #       box1[6]  = ACS_TTEE
16901 #       box1[7]  = ACS_RTEE
16902 #       box1[8]  = ACS_BTEE
16903 #       box1[9]  = ACS_LTEE
16904 #       box1[10] = ACS_PLUS
16906 # The box2 characters are the double-line versions of these forms graphics.
16907 # The AIX binary terminfo format is incompatible with SVr4's.
16909 # Iris console extensions:
16911 # HS is half-intensity start; HE is half-intensity end
16912 # CT is color terminal type (for Curses & rogue)
16913 # CP is color change escape sequence
16914 # CZ are color names (for Curses & rogue)
16916 # The ncurses tic utility recognizes HS as an alias for mh <dim>.
16918 # TC Extensions:
16920 # There is a set of extended termcaps associated with something
16921 # called the "Terminal Control" or TC package created by MainStream Systems,
16922 # Winfield Kansas.  This one also uses GS/GE for as/ae, and also uses
16923 # CF for civis and CO for cvvis.  Finally, they define a boolean :ct:
16924 # that flags color terminals.
16926 ######## CHANGE HISTORY
16928 # The last /etc/termcap version maintained by John Kunze was 8.3, dated 8/5/94.
16929 # Releases 9 and up are maintained by Eric S. Raymond as part of the ncurses
16930 # project.
16932 # This file contains all the capability information present in John Kunze's
16933 # last version of the termcap master file, except as noted in the change
16934 # comments at end of file.  Some information about very ancient obsolete
16935 # capabilities has been moved to comments.  Some all-numeric names of older
16936 # terminals have been retired.
16938 # I changed :MT: to :km: (the 4.4BSD name) everywhere.  I commented out some
16939 # capabilities (EP, dF, dT, dV, kn, ma, ml, mu, xr, xx) that are no longer
16940 # used by BSD curses.
16942 # The 9.1.0 version of this file was translated from my lightly-edited copy of
16943 # 8.3, then mechanically checked against 8.3 using Emacs Lisp code written for
16944 # the purpose.  Unless the ncurses tic implementation and the Lisp code were
16945 # making perfectly synchronized mistakes which I then failed to catch by
16946 # eyeball, the translation was correct and perfectly information-preserving.
16948 # Major version number bumps correspond to major version changes in ncurses.
16950 # Here is a log of the changes since then:
16952 # 9.1.0 (Wed Feb  1 04:50:32 EST 1995):
16953 #       * First terminfo master translated from 8.3.
16954 # 9.2.0 (Wed Feb  1 12:21:45 EST 1995):
16955 #       * Replaced Wyse entries with updated entries supplied by vendor.
16957 # 9.3.0 (Mon Feb  6 19:14:40 EST 1995):
16958 #       * Added contact & status info from G. Clark Brown <clark@sssi.com>.
16959 # 9.3.1 (Tue Feb  7 12:00:24 EST 1995):
16960 #       * Better XENIX keycap translation.  Describe TC termcaps.
16961 #       * Contact and history info supplied by Qume.
16962 # 9.3.2 (Sat Feb 11 23:40:02 EST 1995):
16963 #       * Raided the Shuford FTP site for recent termcaps/terminfos.
16964 #       * Added information on X3.64 and VT100 standard escape sequences.
16965 # 9.3.3 (Mon Feb 13 12:26:15 EST 1995):
16966 #       * Added a correct X11R6 xterm entry.
16967 #       * Fixed terminfo translations of padding.
16968 # 9.3.4 (Wed Feb 22 19:27:34 EST 1995):
16969 #       * Added correct acsc/smacs/rmacs strings for vt100 and xterm.
16970 #       * Added u6/u7/u8/u9 capabilities.
16971 #       * Added PCVT entry.
16972 # 9.3.5 (Thu Feb 23 09:37:12 EST 1995):
16973 #       * Emacs uses :so:, not :mr:, for its mode line.  Fix linux entry
16974 #         to use reverse-video standout so Emacs will look right.
16975 #       * Added el1 capability to ansi.
16976 #       * Added smacs/rmacs to ansi.sys.
16978 # 9.4.0 (Sat Feb 25 16:43:25 EST 1995):
16979 #       * New mt70 entry.
16980 #       * Added COPYRIGHTS AND OTHER DELUSIONS.
16981 #       * Added AT&T 23xx & 500/513, vt220 and vt420, opus3n1+, netronics
16982 #         smartvid & smarterm, ampex 175 & 219 & 232,
16983 #         env230, falco ts100, fluke, intertube, superbrain, ncr7901, vic20,
16984 #         ozzie, trs200, tr600, Tandy & Texas Instruments VDTs, intext2,
16985 #         screwpoint, fviewpoint, Contel Business Systems, Datamedia Colorscan,
16986 #         adm36, mime314, ergo4000, ca22851.  Replaced att7300, esprit, dd5500.
16987 #       * Replaced the Perkin-Elmer entries with vendor's official ones.
16988 #       * Restored the old minimal-ansi entry, luna needs it.
16989 #       * Fixed some incorrect ip and proportional-padding translations.
16990 # 9.4.1 (Mon Feb 27 14:18:33 EST 1995):
16991 #       * Fix linux & AT386 sgr strings to do A_ALTCHARSET turnoff correctly.
16992 #       * Make the xterm entry 65 lines again; create xterm25 and xterm24
16993 #         to force a particular height.
16994 #       * Added beehive4 and reorganized other Harris entries.
16995 # 9.4.2 (Thu Mar  9 01:45:44 EST 1995):
16996 #       * Merged in DEC's official entries for its terminals.  The only old
16997 #         entry I kept was Doug Gwyn's alternate vt100 (as vt100-avo).
16998 #       * Replaced the translated BBN Bitgraph entries with purpose-built
16999 #         ones from AT&T's SVr3.
17000 #       * Replaced the AT&T entries with AT&T's official terminfos.
17001 #       * Added teleray 16, vc415, cops10.
17002 #       * Merged in many individual capabilities from SCO terminfo files.
17003 # 9.4.3 (Mon Mar 13 02:37:53 EST 1995):
17004 #       * Typo fixes.
17005 #       * Change linux entry so A_PROTECT enables IBM-PC ROM characters.
17006 # 9.4.4 (Mon Mar 27 12:32:35 EST 1995):
17007 #       * Added tty35, Ann Arbor Guru series. vi300 and 550, cg7900, tvi803,
17008 #         pt210, ibm3164, IBM System 1, ctrm, Tymshare scanset, dt200, adm21,
17009 #         simterm, citoh and variants.
17010 #       * Replaced sol entry with sol1 and sol2.
17011 #       * Replaced Qume QVT and Freedom-series entries with purpose-built
17012 #         terminfo entries.
17013 #       * Enhanced vt220, tvi910, tvi924, hpterm, hp2645, adm42, tek
17014 #         and dg200 entries using caps from from SCO.
17015 #       * Added the usual set of function-key mappings to ANSI entry.
17016 #       * Corrected xterm's function-key capabilities.
17017 # 9.4.5 (Tue Mar 28 14:27:49 EST 1995):
17018 #       * Fix in xterm entry, cub and cud are not reliable under X11R6.
17019 # 9.4.6 (Thu Mar 30 14:52:15 EST 1995):
17020 #       * Fix in xterm entry, get the arrow keys right.
17021 #       * Change some \0 escapes to \200.
17022 # 9.4.7 (Tue Apr  4 11:27:11 EDT 1995)
17023 #       * Added apple (Videx card), adm1a, oadm31.
17024 #       * Fixed malformed ampex csr.
17025 #       * Fixed act4, cyb110; they had old-style prefix padding left in.
17026 #       * Changed mandatory to advisory padding in many entries.
17027 #       * Replaced HP entries up to hpsub with purpose-built ones.
17028 #       * Blank rmir/smir/rmdc/smdc capabilities removed.
17029 #       * Small fixes merged in from SCO entries for lpr, fos, tvi910+, tvi924.
17030 # 9.4.8 (Fri Apr  7 09:36:34 EDT 199):
17031 #       * Replaced the Ann Arbor entries with SCO's, the init strings are
17032 #         more efficient (but the entries otherwise identical).
17033 #       * Added dg211 from Shuford archive.
17034 #       * Added synertek, apple-soroc, ibmpc, pc-venix, pc-coherent, xtalk,
17035 #         adm42-nl, pc52, gs6300, xerox820, uts30.
17036 #       * Pull SCO's padding into vi200 entry.
17037 #       * Improved capabilities for tvi4107 and other Televideo and Viewpoint
17038 #         entries merged in from SCO's descriptions.
17039 #       * Fixed old-style prefix padding on zen50, h1500.
17040 #       * Moved old superbee entry to superbee-xsb, pulled in new superbee
17041 #         entry from SCO's description.
17042 #       * Reorganized the special entries.
17043 #       * Added lm#0 to cbunix and virtual entries.
17045 # 9.5.0 (Mon Apr 10 11:30:00 EDT 1995):
17046 #       * Restored cdc456tst.
17047 #       * Fixed sb1 entry, SCO erroneously left out the xsb glitch.
17048 #       * Added megatek, beacon, microkit.
17049 #       * Freeze for ncurses-1.9 release.
17050 # 9.5.1 (Fri Apr 21 12:46:42 EDT 1995):
17051 #       * Added historical data for TAB.
17052 #       * Comment fixes from David MacKenzie.
17053 #       * Added the new BSDI pc3 entry.
17054 # 9.5.2 (Tue Apr 25 17:27:52 EDT 1995)
17055 #       * A change in the tic -C logic now ensures that all entries in
17056 #         the termcap translation will fit in < 1024 bytes.
17057 #       * Added `bobcat' and `gator' HP consoles and the Nu machine entries
17058 #         from GNU termcap file.  This merges in all their local information.
17059 # 9.5.3 (Tue Apr 25 22:28:13 EDT 1995)
17060 #       * Changed tic -C logic to dump all capabilities used by GNU termcap.
17061 #       * Added warnings about entries with long translations (restoring
17062 #         all the GNU termcaps pushes a few over the edge).
17063 # 9.5.4 (Wed Apr 26 15:35:09 EDT 1995)
17064 #       * Yet another tic change, and a couple of entry tweaks, to reduce the
17065 #         number of long (> 1024) termcap translations back to 0.
17067 # 9.6.0 (Mon May  1 10:35:54 EDT 1995)
17068 #       * Added kf13-kf20 to Linux entry.
17069 #       * Regularize Prime terminal names.
17070 #       * Historical data on Synertek.
17071 #       * Freeze for ncurses-1.9.1.
17072 # 9.6.1 (Sat May  6 02:00:52 EDT 1995):
17073 #       * Added true xterm-color entry, renamed djm's pseudo-color entry.
17074 #       * Eliminate whitespace in short name fields, this tanks some scripts.
17075 #       * Name field changes to shorten some long entries.
17076 #       * Termcap translation now automatically generates empty rmir/smir
17077 #         when ich1/ich is present (copes with an ancient vi bug).
17078 #       * Added `screen' entries from FSF's screen-3.6.2.
17079 #       * Added linux-nic and xterm-nic entries.
17080 # 9.6.2 (Sat May  6 17:00:55 EDT 1995):
17081 #       * Change linux entry to use smacs=\E[11m and have an explicit acsc,
17082 #         eliminating some special-case code in ncurses.
17084 # 9.7.0 (Tue May  9 18:03:12 EDT 1995):
17085 #       * Added vt320-k3, rsvidtx from the Emacs termcap.dat file.  I think
17086 #         that captures everything unique from it.
17087 #       * Added reorder script generator.
17088 #       * Freeze for ncurses 1.9.2 release.
17089 # 9.7.1 (Thu Jun 29 09:35:22 EDT 1995):
17090 #       * Added Sean Farley's kspd, flash, rs1 capabilities for linux.
17091 #       * Added Olaf Siebert's corrections for adm12.
17092 #       * ansi-pc-color now includes the colors and pairs caps, so that
17093 #         entries which use it will inherit them automatically.
17094 #       * The linux entry can now recognize the center (keypad 5) key.
17095 #       * Removed some junk that found its way into Linux acsc.
17097 # 9.8.0 (Fri Jul  7 04:46:57 EDT 1995):
17098 #       * Add 50% cut mark as a desperate hack to reduce tic's core usage.
17099 #       * xterm doesn't try to use application keypad mode any more.
17100 #       * Freeze for ncurses-1.9.3 release.
17101 # 9.8.1 (Thu Jul 19 17:02:12 EDT 1995):
17102 #       * Added corrected sun entry from vendor.
17103 #       * Added csr capability to linux entry.
17104 #       * Peter Wemm says the at386 hpa should be \E[%i%p1%dG, not \E[%p1%dG.
17105 #       * Added vt102-nsgr to cope with stupid IBM PC `VT100' emulators.
17106 #       * Some commented-out caps in long entries come back in, my code
17107 #         for computing string-table lengths had a bug in it.
17108 #       * pcansi series modified to fit comm-program reality better.
17109 # 9.8.2 (Sat Sep  9 23:35:00 EDT 1995):
17110 #       * BSD/OS actually ships the ibmpc3 bold entry as its console.
17111 #       * Correct some bad aliases in the pcansi series
17112 #       * Added entry for QNX console.
17113 #       * Clean up duplicate long names for use with 4.4 library.
17114 #       * Change vt100 standout to be normal reverse vide, not bright reverse;
17115 #         this makes the Emacs status line look better.
17116 # 9.8.3 (Sun Sep 10 13:07:34 EDT 1995):
17117 #       * Added Adam Thompson's VT320 entries, also his dtx-sas and z340.
17118 #       * Minor surgery, mostly on name strings, to shorten termcap version.
17120 # 9.9.0 (Sat Sep 16 23:03:48 EDT 1995):
17121 #       * Added dec-vt100 for use with the EWAN emulator.
17122 #       * Added kmous to xterm for use with xterm's mouse-tracking facility.
17123 #       * Freeze for 1.9.5 alpha release.
17124 # 9.9.1 (Wed Sep 20 13:46:09 EDT 1995):
17125 #       * Changed xterm lines to 24, the X11R6 default.
17126 # 9.9.2 (Sat Sep 23 21:29:21 EDT 1995):
17127 #       * Added 7 newly discovered, undocumented acsc characters to linux
17128 #         entry (the pryz{|} characters).
17129 #       * ncurses no longer steals A_PROTECT.  Simplify linux sgr accordingly.
17130 #       * Correct two typos in the xterm entries introduced in 9.9.1.
17131 #       * I finally figured out how to translate ko capabilities.  Done.
17132 #       * Added tvi921 entries from Tim Theisen.
17133 #       * Cleanup: dgd211 -> dg211, adm42-nl -> adm42-nsl.
17134 #       * Removed mystery tec entry, it was neither interesting nor useful.
17135 #       * shortened altos3, qvt203, tvi910+, tvi92D, tvi921-g, tvi955, vi200-f,
17136 #         vi300-ss, att505-24, contel301, dm3045, f200vi, pe7000c, vc303a,
17137 #         trs200, wind26, wind40, wind50, cdc456tst, dku7003, f110, dg211,
17138 #         by making them relative to use capabilities
17139 #       * Added cuf1=^L to tvi925 from deleted variant tvi925a.
17140 #       * fixed cup in adm22 entry and parametrized strings in vt320-k3.
17141 #       * added it#8 to entries that used to have :pt: -- tvi912, vi200,
17142 #         ampex80,
17143 #       * Translate all home=\E[;H capabilities to home=\E[H, they're
17144 #         equivalent.
17145 #       * Translate \E[0m -> \E[m in [rs]mso, [rs]mul, and init strings of
17146 #         vt100 and ANSI-like terminals.
17147 # 9.9.3 (Tue Sep 26 20:11:15 EDT 1995):
17148 #       * Added it#8 and ht=\t to *all* entries with :pt:; the ncurses tic
17149 #         does this now, too.
17150 #       * fviewpoint is gone, it duplicated screwpoint.
17151 #       * Added hp2627, graphos, graphos-30, hpex, ibmega, ibm8514, ibm8514-c,
17152 #         ibmvga, ibmvga-c, minix, mm340, mt4520-rv, screen2, screen3,
17153 #         versaterm, vi500, vsc, vt131, vt340, vt400 entries from UW.
17154 #         The UW vi50 replaces the old one, which becomes vi50adm,
17155 #       * No more embedded commas in name fields.
17157 # 9.10.0 (Wed Oct  4 15:39:37 EDT 1995):
17158 #       * XENIX forms characters in fos, trs16, scoansi become acsc strings,
17159 #       * Introduced klone+* entries for describing Intel-console behavior.
17160 #       * Linux kbs is default-mapped to delete for some brain-dead reason.
17161 #       * -nsl -> -ns.  The -pp syntax is obsolete.
17162 #       * Eliminate [A-Z]* primaries in accordance with SVr4 terminfo docs.
17163 #       * Make xterm entry do application-keypad mode again.  I got complaints
17164 #         that it was messing up someone's 3270 emulator.
17165 #       * Added some longname fields in order to avoid warning messages from
17166 #         older tic implementations.
17167 #       * According to ctlseqs.ms, xterm has a full vt100 graphics set.  Use
17168 #         it! (This gives us pi, greater than, less than, and a few more.)
17169 #       * Freeze for ncurses-1.9.6 release.
17170 # 9.10.1 (Sat Oct 21 22:18:09 EDT 1995):
17171 #       * Add xon to a number of console entries, they're memory-mapped and
17172 #         don't need padding.
17173 #       * Correct the use dependencies in the ansi series.
17174 #       * Hand-translate more XENIX capabilities.
17175 #       * Added hpterm entry for HP's X terminal emulator.
17176 #       * Added aixterm entries.
17177 #       * Shortened four names so everything fits in 14 chars.
17179 # 9.11.0 (Thu Nov  2 17:29:35 EST 1995):
17180 #       * Added ibcs2 entry and info on iBCS2 standard.
17181 #       * Corrected hpa/vpa in linux entry.  They still fail the worm test.
17182 #       * We can handle the HP meml/memu capability now.
17183 #       * Added smacs to klone entries, just as documentation.
17184 #       * Carrected ansi.sys and cit-500 entries.
17185 #       * Added z39, vt320-k311, v220c, and avatar entries.
17186 #       * Make pcansi use the ansi.sys invis capability.
17187 #       * Added DIP switch descriptions for vt100, adm31, tvi910, tvi920c,
17188 #         tvi925, tvi950, dt80, ncr7900i, h19.
17189 #       * X3.64 has been withdrawn, change some references.
17190 #       * Removed function keys from ansi-m entry.
17191 #       * Corrected ansi.sys entry.
17192 #       * Freeze for ncurses-1.9.7 release.
17193 # 9.11.1 (Tue Nov  6 18:18:38 EST 1995):
17194 #       * Added rmam/smam capabilities to many entries based on init strings.
17195 #       * Added correct hpa/vpa to linux.
17196 #       * Reduced several entries relative to vt52.
17197 # 9.11.2 (Tue Nov  7 00:21:06 EST 1995):
17198 #       * Exiled some utterly unidentifiable custom and homebrew types to the
17199 #         UFO file; also, obsolete small-screen hardware; also, entries which
17200 #         look flat-out incorrect, garbled, or redundant.  These include the
17201 #         following entries: carlock, cdc456tst, microkit, qdss, ramtek, tec,
17202 #         tec400, tec500, ubell, wind, wind16, wind40, wind50, plasma, agile,
17203 #         apple, bch, daleblit, nucterm, ttywilliams, nuterminal, nu24, bnu,
17204 #         fnu, nunix-30, nunix-61, exidy, ex3000, sexidy, pc52, sanyo55,
17205 #         yterm10, yterm11, yterm10nat, aed, aed-ucb, compucolor, compucolor2,
17206 #         vic20, dg1, act5s, netx, smartvid, smarterm, sol, sol2, dt200,
17207 #         trs80, trs100, trs200, trs600, xitex, rsvidtx, vid, att2300-x40,
17208 #         att2350-x40, att4410-nfk, att5410-ns, otty5410, att5425-nl-w,
17209 #         tty5425-fk, tty5425-w-fk, cita, c108-na, c108-rv-na, c100-rv-na,
17210 #         c108-na-acs, c108-rv-na-acs, ims950-ns, infotonKAS, ncr7900i-na,
17211 #         regent60na, scanset-n, tvi921-g, tvi925n, tvi925vbn, tvi925vb,
17212 #         vc404-na, vc404-s-na, vt420nam, vt420f-nam, vt420pc-nam, vt510nam,
17213 #         vt510pc-nam, vt520nam, vt525nam, xterm25, xterm50, xterm65, xterms.
17214 #       * Corrected pcvt25h as suggested by Brian C. Grayson
17215 #         <bgrayson@pine.ece.utexas.edu>.
17216 # 9.11.3 (Thu Nov  9 12:14:40 EST 1995):
17217 #       * Added kspd=\E[P, kcbt=\E[Z, to linux entry, changed kbs back to ^H.
17218 #       * Added kent=\EOM to xterm entry.
17220 # 9.11.4 (Fri Nov 10 08:31:35 EST 1995):
17221 #       * Corrected gigi entry.
17222 #       * Restored cuf/cud1 to xterm, their apparent bugginess was due to
17223 #         bad hpa/vpa capabilities.
17224 #       * Corrected flash strings to have a uniform delay of .2 sec.  No
17225 #         more speed-dependent NUL-padding!
17226 #       * terminfo capabilities in comments bracketed with <>.
17227 # 9.11.5 (Fri Nov 10 15:35:02 EST 1995):
17228 #       * Replaced pcvt with the 3.31 pcvt entries.
17229 #       * Freeze for 1.9.7a.
17230 # 9.11.6 (Mon Nov 13 10:20:24 EST 1995):
17231 #       * Added emu entry from the X11R6 contrib tape sources.
17233 # 9.12.0 (Wed Nov 29 04:22:25 EST 1995):
17234 #       * Improved iris-ansi and sun entries.
17235 #       * More flash string improvements.
17236 #       * Corrected wy160 & wy160 as suggested by Robert Dunn
17237 #       * Added dim to at386.
17238 #       * Reconciled pc3 and ibmpc3 with the BSDI termcap file.  Keith says
17239 #         he's ready to start using the termcap generated from this one.
17240 #       * Added vt102-w, vt220-w, xterm-bold, wyse-vp, wy75ap, att4424m,
17241 #         ln03, lno3-w, h19-g, z29a*, qdss.  Made vt200 an alias of vt220.
17242 #       * Improved hpterm, apollo consoles, fos, qvt101, tvi924. tvi925,
17243 #         att610, att620, att630,
17244 #       * Changed hazeltine name prefix from h to hz.
17245 #       * Sent t500 to the UFI file.
17246 #       * I think we've sucked all the juice out of BSDI's termcap file now.
17247 #       * Freeze for ncurses 1.9.8 release
17248 # 9.12.1 (Thu Nov 30 03:14:06 EST 1995)
17249 #       * Unfreeze, linux kbs needed to be fixed.
17250 #       * Tim Theisen pinned down a bug in the DMD firmware.
17251 # 9.12.2 (Thu Nov 30 19:08:55 EST 1995):
17252 #       * Fixes to ansi and klone capabilities (thank you, Aaron Ucko).
17253 #         (The broken ones had been shadowed by sgr.)
17254 # 9.12.3 (Thu Dec  7 17:47:22 EST 1995):
17255 #       * Added documentation on ECMA-48 standard.
17256 #       * New Amiga entry.
17257 # 9.12.4 (Thu Dec 14 04:16:39 EST 1995):
17258 #       * More ECMA-48 stuff
17259 #       * Corrected typo in minix entry, added pc-minix.
17260 #       * Corrected khome/kend in xterm (thank you again, Aaron Ucko).
17261 #       * Added rxvt entry.
17262 #       * Added 1.3.x color-change capabilities to linux entry.
17263 # 9.12.5 (Tue Dec 19 00:22:10 EST 1995):
17264 #       * Corrected rxvt entry khome/kend.
17265 #       * Corrected linux color change capabilities.
17266 #       * NeXT entries from Dave Wetzel.
17267 #       * Cleaned up if and rf file names (all in /usr/share now).
17268 #       * Changed linux op capability to avoid screwing up a background color
17269 #         pair set by setterm.
17270 # 9.12.6 (Wed Feb  7 16:14:35 EST 1996):
17271 #       * Added xterm-sun.
17272 # 9.12.7 (Fri Feb  9 13:27:35 EST 1996):
17273 #       * Added visa50.
17275 # 9.13.0 (Sun Mar 10 00:13:08 EST 1996):
17276 #       * Another sweep through the Shuford archive looking for new info.
17277 #       * Added dg100 alias to dg6053 based on a comp.terminals posting.
17278 #       * Added st52 from Per Persson.
17279 #       * Added eterm from the GNU Emacs 19.30 distribution.
17280 #       * Freeze for 1.9.9.
17281 # 9.13.1 (Fri Mar 29 14:06:46 EST 1996):
17282 #       * FreeBSD console entries from Andrew Chernov.
17283 #       * Removed duplicate Atari st52 name.
17284 # 9.13.2 (Tue May  7 16:10:06 EDT 1996)
17285 #       * xterm doesn't actually have ACS_BLOCK.
17286 #       * Change klone+color setf/setb to simpler forms that can be
17287 #         translated into termcap.
17288 #       * Added xterm1.
17289 #       * Removed mechanically-generated junk capabilities from cons* entries.
17290 #       * Added color support to bsdos.
17291 # 9.13.3 (Thu May  9 10:35:51 EDT 1996):
17292 #       * Added Wyse 520 entries from Wm. Randolph Franklin <wrf@ecse.rpi.edu>.
17293 #       * Created ecma+color, linux can use it.  Also added ech to linux.
17294 #       * Teach xterm about more keys. Add Thomas Dickey's 3.1.2E updates.
17295 #       * Add descriptions to FreeBSD console entries.  Also shorten
17296 #         some aliases to <= 14 chars for portability.
17297 #       * Added x68k console
17298 #       * Added OTbs to several VT-series entries.
17299 # 9.13.4 (Wed May 22 10:54:09 EDT 1996):
17300 #       * screen entry update for 3.7.1 from Michael Alan Dorfman.
17301 # 9.13.5 (Wed Jun  5 11:22:41 EDT 1996):
17302 #       * kterm correction due to Kenji Rikitake.
17303 #       * ACS correction in vt320-kll due to Phillippe De Muyter.
17304 # 9.13.6 (Sun Jun 16 15:01:07 EDT 1996):
17305 #       * Sun console entry correction from J.T. Conklin.
17306 #       * Changed all DEC VT300 and up terminals to use VT300 tab set
17307 # 9.13.7 (Mon Jul  8 20:14:32 EDT 1996):
17308 #       * Added smul to linux entry (we never noticed it was missing
17309 #         because of sgr!).
17310 #       * Added rmln to hp+labels (deduced from other HP entries).
17311 #       * Added vt100 acsc capability to vt220, vt340, vt400, d800, dt80-sas,
17312 #         pro350, att7300, 5420_2, att4418, att4424, att4426, att505, vt320-k3.
17313 #       * Corrected vt220 acsc.
17314 #       * The klone+sgr and klone+sgr-dumb entries now use klone+acs;
17315 #         this corresponds to reality and helps prevent some tic warnings.
17316 #       * Added sgr0 to c101, pcix, vt100-nav, screen2, oldsun, next, altos2,
17317 #         hpgeneric, hpansi, hpsub, hp236, hp700-wy, bobcat, dku7003, adm11,
17318 #         adm12, adm20, adm21, adm22, adm31, adm36, adm42, pt100, pt200,
17319 #         qvt101, tvi910, tvi921, tvi92B, tvi925, tvi950, tvi970, wy30-mc,
17320 #         wy50-mc, wy100, wyse-vp, ampex232, regent100, viewpoint, vp90,
17321 #         adds980, cit101, cit500, contel300, cs10, dm80, falco, falco-p,
17322 #         f1720a, go140, sb1, superbeeic, microb, ibm8512, kt7, ergo4000,
17323 #         owl, uts30, dmterm, dt100, dt100, dt110, appleII, apple-videx,
17324 #         lisa, trsII, atari, st52, pc-coherent, basis, m2-man, bg2.0, bg1.25,
17325 #         dw3, ln03, ims-ansi, graphos, t16, zen30, xtalk, simterm, d800,
17326 #         ifmr, v3220, wy100q, tandem653, ibmaed.
17327 #       * Added DWK terminal description.
17328 # 9.13.8 (Wed Jul 10 11:45:21 EDT 1996):
17329 #       * Many entries now have highlights inherited from adm+sgr.
17330 #       * xterm entry now corresponds to XFree86 3.1.2E, with color.
17331 #       * xtitle and xtitle-twm enable access to the X status line.
17332 #       * Added linux-1.3.6 color palette caps in conventional format.
17333 #       * Added adm1178 terminal.
17334 #       * Move fos and apollo terminals to obsolete category.
17335 #       * Aha! The BRL terminals file told us what the Iris extensions mean.
17336 #       * Added, from the BRL termcap file: rt6221, rt6221-w, northstar,
17337 #         commodore, cdc721-esc, excel62, osexec.  Replaced from the BRL file:
17338 #         cit500, adm11.
17339 # 9.13.9 (Mon Jul 15 00:32:51 EDT 1996):
17340 #       * Added, from the BRL termcap file: cdc721, cdc721l, cdc752, cdc756,
17341 #         aws, awsc, zentec8001, modgraph48, rca vp3301/vp3501, ex155.
17342 #       * Corrected, from BRL termcap file: vi50.
17343 #       * Better rxvt entry & corrected xterm entries from Thomas Dickey.
17344 # 9.13.10 (Mon Jul 15 12:20:13 EDT 1996):
17345 #       * Added from BRL: cit101e & variants, hmod1, vi200, ansi77, att5620-1,
17346 #         att5620-s, att5620-s, dg210, aas1901, hz1520, hp9845, osborne
17347 #         (old osborne moved to osborne-w), tvi970-vb, tvi970-2p, tvi925-hi,
17348 #         tek4105brl, tek4106brl, tek4107brl,tek4109brl, hazel, aepro,
17349 #         apple40p, apple80p, appleIIgs, apple2e, apple2e-p, apple-ae.
17350 #       * Paired-attribute fixes to various terminals.
17351 #       * Sun entry corrections from A. Lukyanov & Gert-Jan Vons.
17352 #       * xterm entry corrections from Thomas Dickey.
17353 # 9.13.11 (Tue Jul 30 16:42:58 EDT 1996):
17354 #       * Added t916 entry, translated from a termcap in SCO's support area.
17355 #       * New qnx entry from Michael Hunter.
17356 # 9.13.12 (Mon Aug  5 14:31:11 EDT 1996):
17357 #       * Added hpex2 from Ville Sulko.
17358 #       * Fixed a bug that ran the qnx and pcvtXX together.
17359 # 9.13.13 (Fri Aug  9 01:16:17 EDT 1996):
17360 #       * Added dtterm entry from Solaris CDE.
17361 # 9.13.14 (Tue Sep 10 15:31:56 EDT 1996):
17362 #       * corrected pairs#8 typo in dtterm entry.
17363 #       * added tvi9065.
17364 # 9.13.15 (Sun Sep 15 02:47:05 EDT 1996):
17365 #       * updated xterm entry to cover 3.1.2E's new features.
17366 # 9.13.16 (Tue Sep 24 12:47:43 EDT 1996):
17367 #       * Added new minix entry
17368 #       * Removed aliases of the form ^[0-9]* for obsolete terminals.
17369 #       * Commented out linux-old, nobody's using pre-1.2 kernels now.
17370 # 9.13.17 (Fri Sep 27 13:25:38 EDT 1996):
17371 #       * Added Prism entries and kt7ix.
17372 #       * Caution notes about EWAN and tabset files.
17373 #       * Changed /usr/lib/tabset -> /usr/share/tabset.
17374 #       * Added acsc/rmacs/smacs to vt52.
17375 # 9.13.18 (Mon Oct 28 13:24:59 EST 1996):
17376 #       * Merged in Thomas Dickey's reorganization of the xterm entries;
17377 #         added technical corrections to avoid warning messages.
17378 # 9.13.19 (Sat Nov 16 16:05:49 EST 1996):
17379 #       * Added rmso=\E[27m in Linux entry.
17380 #       * Added koi8-r support for Linux console.
17381 #       * Replace xterm entries with canonical ones from XFree86 3.2.
17382 # 9.13.20 (Sun Nov 17 23:02:51 EST 1996):
17383 #       * Added color_xterm from Jacob Mandelson
17384 # 9.13.21 (Mon Nov 18 12:43:42 EST 1996):
17385 #       * Back off the xterm entry to use r6 as a base.
17386 # 9.13.22 (Sat Nov 30 11:51:31 EST 1996):
17387 #       * Added dec-vt220 at Adrian Garside's request.
17388 # 9.13.23 (Fri Feb 21 16:36:06 EST 1997):
17389 #       * Replaced minitel-2 entry.
17390 #       * Added MGR, ansi-nt.
17391 #       * Minor corrections to xterm entries.
17392 #       * Replaced EWAN telnet entry.
17393 #       * Dropped the reorder script generator.  It was a fossil.
17394 # 9.13.24 (Sun Feb 23 20:55:23 EST 1997):
17395 #       * Thorsten Lockert added termcap `bs' to a lot of types, working from
17396 #         the 4.4BSD Lite2 file.
17397 # 9.13.25 (Fri Jun 20 12:33:36 EDT 1997):
17398 #       * Added Datapoint 8242, pilot, ansi_psx, rbcomm, vt220js.
17399 #       * Updated iris-ansi; corrected vt102-w.
17400 #       * Switch base xterm entry to 3.3 level.
17401 # 9.13.26 (Mon Jun 30 22:45:45 EDT 1997)
17402 #       * Added basic4.
17403 #       * Removed rmir/smir from tv92B.
17405 # 10.2.0 (Sat Feb 28 12:47:36 EST 1998):
17406 #       * add hds200 description (Walter Skorski)
17407 #       * add beterm entry (Fred Fish)
17408 #       * add Thomas Dickey's xterm-xf86-v40, xterm-8bit, xterm-16color,
17409 #         iris-color entries.
17410 #       * add emx entries.
17411 #       * Replaced unixpc entry with Benjamin Sittler's corrected version.
17412 #       * Replaced xterm/rxvt/emu/syscons entries with Thomas Dickey's
17413 #         versions.
17414 #       * remove sgr string from qnx based on report by Xiaodan Tang
17415 #       * Added u8/u9, removed rmul/smul from sun-il.
17416 #       * 4.2 tic displays \0 rather than \200.
17417 #       * add linux-koi8r to replace linux-koi8 (which uses a corrupt acsc,
17418 #         apparently based on cp-866).
17419 #       * Merged in Pavel Roskin's acsc for linux-koi8
17420 #       * Corrected some erroneous \\'s to \.
17421 #       * 4.2 ncurses has been changed to use setaf/setab, consistent w/SysV.
17422 #       * II -> ii in pcvtXX, screen, xterm.
17423 #       * Removed \n chars following ANSI escapes in sgr & friends.
17424 #       * Updated Wyse entries.
17425 #       * h19 corrections from Tim Pierce.
17426 #       * Noted that the dm2500 has both ich and smir.
17427 #       * added pccons for the Alpha under OSF/1.
17428 #       * Added Sony NEWS workstation entries and cit101e-rv.
17429 #       * Reverted `amiga'; to Kent Polk's version, as I'm told
17430 #         the Verkuil entry messes up with Amiga Telnet.
17431 # 10.2.1 (Sun Mar  8 18:32:04 EST 1998):
17432 #       * Corrected attributions in 10.2.0 release notes.
17433 #       * Scanned the Shuford archive for new terminfos and information.
17434 #       * Removed sgr from qnx entry (Thomas Dickey).
17435 #       * Added entries for ICL and Kokusai Data Systems terminals.
17436 #       * Incorporated NCR terminfos from the Boundless Technology FTP site.
17437 #       * Incorporated att700 from the Boundless Technology FTP site.
17438 #       * Miscellaneous contact-address and Web-page updates.
17440 # 1998/5/9
17441 #       * add nxterm and xterm-color terminfo description (request by Cristian
17442 #         Gafton <gafton@redhat.com>).
17443 #       * modify rxvt terminfo description to clear alternate screen before
17444 #         switching back to normal screen, for compatibility with applications
17445 #         which use xterm (reported by Manoj Kasichainula <manojk@io.com>).
17446 #       * modify linux terminfo description to reset color palette (reported
17447 #         by Telford Tendys <telford@eng.uts.edu.au>).
17449 # 1998/7/4
17450 #       * merge changes from current XFree86 xterm terminfo descriptions.
17452 # 1998/7/25
17453 #       * Added minitel1 entries from Alexander Montaron.
17454 #       * Added qnxt2 from Federico Bianchi.
17455 #       * Added arm100 terminfo entries from Dave Millen.
17457 # 1998/8/6
17458 #       * Added ncsa telnet entries from Francesco Potorti
17460 # 1998/8/15
17461 #       * modify ncsa telnet entry to reflect color, other capabilities based on
17462 #         examination of the source code - T.Dickey.
17464 # 1998/8/22
17465 #       * Corrected some erroneous \\'s to \ (eterm, osborne) - TD.
17467 # 1998/8/29
17468 #       * Added Francesco Potorti's tuned Wyse 99 entries.
17469 #       * dtterm enacs correction from Alexander V. Lukyanov.
17470 #       * Add ncsa-ns, ncsa-m-ns and ncsa-m entries from esr version.
17471 #       * correct a typo in icl6404 entry.
17472 #       * add xtermm and xtermc
17474 # 1998/9/26
17475 #       * format most %'char' sequences to %{number}
17476 #       * adapt IBM AIX 3.2.5 terminfo - T.Dickey
17477 #       * merge Data General terminfo from Hasufin <hasufin@vidnet.net> - TD
17479 # 1998/10/10
17480 #       * update xterm-xfree86 to current (patch 84), for is2/rs2 changes - TD
17481 #       * correct initialization string in xterm-r5, add misc other features
17482 #         to correspond with xterm patch 84 - TD
17484 # 1998/12/19
17485 #       * update xterm-xfree86 to current (patch 90), smcur/rmcur changes - TD
17486 #       * add Mathew Vernon's mach console entries
17487 #       * corrections for ncsa function-keys (report by Larry Virden)
17489 # 1998/12/19
17490 #       * change linux to use ncv#2, since underline does not work with color - TD
17492 # 1999/1/9
17493 #       * add kbt to iris-ansi, document other shift/control functionkeys - TD
17494 #       * correct iris-ansi and iris-ansi-ap with respect to normal vs keypad
17495 #         application modes, change kent to use the correct keypad code - TD
17497 # 1999/1/10
17498 #       * add entry for Tera Term - TD
17500 # 1999/1/23
17501 #       * minor improvements for teraterm entry - TD
17502 #       * rename several entries used by BSDI: bsdos to bsdos-pc-nobold,
17503 #         and bsdos-bold to bsdos-pc (Jeffrey C Honig)
17505 # 1999/2/20
17506 #       * resolve ambiguity of kend/kll/kslt and khome/kfnd/kich1 strings in
17507 #         xterm and ncsa entries by removing the unneeded ones.  Note that
17508 #         some entries will return kend & khome versus kslt and kfnd, for
17509 #         PC-style keyboards versus strict vt220 compatiblity - TD
17511 # 1999/3/13
17512 #       * adjust xterm-xfree86 khome/kend to match default PC-style keyboard
17513 #         tables - TD
17514 #       * add 'crt' entry - TD
17515 #       * correct typos in 'linux-c' entry - TD
17517 # 1999/3/14
17518 #       * update entries for BSD/OS console to use klone+sgr and klone+color
17519 #         (Jeffrey C Honig)
17521 # 1999/3/27
17522 #       * adjust xterm-xfree86 miscellaneous keypad keys, as per patch #94 - TD.
17524 # 1999/4/10
17525 #       * add linux-lat, from RedHat patches to ncurses 4.2
17527 # 1999/4/17
17528 #       * add complete set of default function-key definitions for scoansi - TD.
17530 # 1999/7/3
17531 #       * add cnorm, cvvis for Linux 2.2 kernels
17533 # 1999/7/24
17534 #       * add kmous to xterm-r5 -TD
17535 #       * correct entries xterm+sl and xterm+sl-twm, which were missing the
17536 #         parent "use" clause -TD
17538 # 1999/7/31
17539 #       * corrected cnorm, added el1 in 'screen' description -TD
17541 # 1999/8/14
17542 #       * add ms-vt100 -TD
17544 # 1999/8/21
17545 #       * corrections to beterm entry -TD
17547 # 1999/8/28
17548 #       * add cygwin entry -TD
17550 # 1999/9/4
17551 #       * minor corrections for beterm entry -TD
17553 # 1999/9/18
17554 #       * add acsc string to HP 70092 terminfo entry -Joerg Wunsch
17556 # 1999/9/25
17557 #       * add amiga-8bit entry
17558 #       * add console entries from NetBSD: ofcons, wsvt25, wsvt25m, rcons,
17559 #         rcons-color, based on
17560 #         ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-current/src/share/termcap/termcap.src
17561 #       * add alias for iris-ansi-net
17563 # 1999/10/2
17564 #       * corrected scoansi entry's acsc, some function keys, add color -TD
17566 # 1999/10/23
17567 #       * add cnorm, cvvis to cons25w, and modify ncv to add 'dim' -TD
17568 #       * reorder ncsa entries to make ncsa-vt220 use the alternate function
17569 #         key mapping, leaving Potorti's entries more like he named them -TD
17570 #       * remove enter/exit am-mode from cygwin -TD
17572 # 1999/10/30
17573 #       * correct typos in several entries (missing '[' from CSI):
17574 #         mgr-sun, ncsa-m, vt320-k3, att505, avt-ns, as well as smir/rmir
17575 #         strings for avt-ns -TD
17576 #       * add 'dim' to ncv mask for linux (report by Klaus Weide).
17578 # 1999/11/27
17579 #       * correct kf1-kf4 in xterm-r6 which were vt100-style PF1-PF4 -TD
17580 #       * add hts to xterm-r6, and u6-u9 to xterm-r5 -TD
17581 #       * add xterm-88color and xterm-256color -TD
17583 # 1999/12/4
17584 #       * add "obsolete" termcap strings -TD
17585 #       * add kvt and gnome entries -TD
17587 # 1999/12/11
17588 #       * correct cup string for regent100 -TD
17590 # 2000/1/1
17591 #       * update mach, add mach-color based on Debian diffs for ncurses 5.0 -TD
17592 #       * add entries for xterm-hp, xterm-vt220, xterm-vt52 and xterm-noapp -TD
17593 #       * change OTrs capabilities to rs2 -TD
17594 #       * add obsolete and extended capabilities to 'screen' -TD
17596 # 2000/1/5
17597 #       * remove kf0 from rxvt, vt520, vt525 and ibm5151 since it conflicts
17598 #         with kf10 -TD
17599 #       * updated xterm-xf86-v40, making kdch1 correspond to vt220 'Remove',
17600 #         and adding kcbt -TD
17602 # 2000/1/12
17603 #       * remove incorrect khome/kend from xterm-xf86-v333, which was based on
17604 #         nonstandard resource settings -TD
17606 # 2000/2/26
17607 #       * minor fixes for xterm-*, based on Debian #58530 -TD
17609 # 2000/3/4
17610 #       * add several terminal types from esr's "11.0", as well as comments.
17611 #         bq300*, dku7102-old, dku7202, hft, lft, pcmw, pmcons, tws*, vip*,
17612 #         vt220-8bit, vt220-old, wy85-8bit
17614 # 2000/3/18
17615 #       * add several terminal types from esr's "11.0.1" (ansi-*).
17616 #       * update OTxx capabilities for changes on 2000/3/4.
17617 #       * revert part of vt220 change (request by Todd C Miller for OpenBSD)
17619 # 2000/3/26
17620 #       * move screen's AX extension to ecma+color, modify several entries to
17621 #         use that, adjusting ncv as needed -TD
17623 # 2000/4/8
17624 #       * add bsdos-pc-m, bsdos-pc-mono (Jeffrey C Honig)
17625 #       * correct spelling error in entry name: bq300-rv was given as bg300-rv
17626 #         in esr's version.
17628 # 2000/4/15
17629 #       * add cud, ech, etc., to beterm based on feedback from Rico Tudor -TD
17630 #       * correct color definition for ibm3164, make minor changes to other
17631 #         IBM terminal definitions based on recent terminfo descriptions -TD
17633 # 2000/4/22
17634 #       * add mgterm, from NetBSD -TD
17635 #       * add alias sun-cgsix for sun-ss5 as per NetBSD
17636 #       * change cons25w to use rs2 for reset rather than rs1 -TD
17637 #       * add rc/sc to aixterm based on manpage -TD
17639 # 2000/5/13
17640 #       * remove ncv from xterm-16color, xterm-256 color
17642 # 2000/6/10
17643 #       * add kmous capability to linux to use Joerg Schoen's gpm patch.
17645 # 2000/7/1
17646 #       * add Eterm (Michael Jennings)
17648 # 2000-07-18
17649 #       * add amiga-vnc entry.
17651 # 2000-08-12
17652 #       * correct description of Top Gun Telnet.
17653 #       * add kterm-color
17655 # 2000-08-26
17656 #       * add qansi* entries from QNX ftp site.
17658 # 2000-09-16
17659 #       * add Matrix Orbital entries by Eric Z. Ayers).
17660 #       * add xterm-basic, xterm-sco entries, update related entries to XFree86
17661 #         4.0.1c -TD
17663 # 2000-09-17
17664 #       * add S0, E0 extensions to screen's entry -TD
17666 # 2000-09-23
17667 #       * several corrections based on tic's new parameter-checking code -TD
17668 #       * modify xterm-r6 and similar rs2 sequences which had \E7...\E8
17669 #         bracketing sequences that reset video attributes (\E8 would restore
17670 #         them) -TD
17672 # 2000-11-11
17673 #       * rename cygwin to cygwinB19, adapt newer entry from Earnie Boyd -TD
17675 # 2000-12-16
17676 #       * improved scoansi, based on SCO man-page, and testing console,
17677 #         scoterm with tack -TD
17679 # 2001-01-27
17680 #       * modify kterm to use acsc via SCS controls.
17682 # 2001-02-10
17683 #       * screen 3.9.8 allows xterm mouse controls to pass-through
17685 # 2001-03-11
17686 #       * remove spurious "%|" from some xterm entries.
17688 # 2001-03-31
17689 #       * modify 'screen' khome/kend to match screen 3.09.08
17690 #       * add examples of 'screen' customization (screen.xterm-xfree86,
17691 #         screen.xterm-r6, screen.teraterm) -TD
17693 # 2001-04-14
17694 #       * correct definitions of shifted editing keys for xterm-xfree86 -TD
17695 #       * add "Apple_Terminal" entries -Benjamin Sittler
17696 #       * remove time-delays from "Apple_Terminal" entries -TD
17697 #       * make sgr entries time-delays consistent with individual caps -TD
17699 # 2001-05-05
17700 #       * corrected/updated screen.xterm-xfree86
17702 # 2001-05-19
17703 #       * ELKS descriptions, from Federico Bianchi
17704 #       * add u6 (CSR) to Eterm (Michael Jennings).
17706 # 2001-07-21
17707 #       * renamed "Apple_Terminal" entries to "nsterm" to work with Solaris's
17708 #         tic which handles names no longer than 14 characters.  Add
17709 #         corresponding descriptions for the Darwin PowerPC console named
17710 #         "xnuppc" -Benjamin Sittler
17712 # 2001-09-01
17713 #       * change kbs in mach entries to ^? (Marcus Brinkmann).
17715 # 2001-11-17
17716 #       * add "putty" entry -TD
17717 #       * updated "Apple_Terminal" entries -Benjamin Sittler
17719 # 2001-11-24
17720 #       * add ms-vt100-color entry -TD
17721 #       * add "konsole" entries -TD
17723 # 2001-12-08
17724 #       * update gnome entry to Redhat 7.2 -TD
17726 # The following sets edit modes for GNU EMACS.
17727 # Local Variables:
17728 # fill-prefix:"\t"
17729 # fill-column:75
17730 # comment-column:0
17731 # comment-start-skip:"^#+"
17732 # comment-start:"# "
17733 # compile-command:"tic -c terminfo.master"
17734 # End:
17735 ######## SHANTIH!  SHANTIH!  SHANTIH!