Make UEFI boot-platform build again
[haiku.git] / src / libs / termcap / termcap.src
blob3ead4427781378eef188e0002aea88de58853137
1 ######## TERMINAL TYPE DESCRIPTIONS SOURCE FILE
3 # This version of terminfo.src is distributed with ncurses and is maintained
4 # by Thomas E. Dickey (TD).
6 # Report bugs and new terminal descriptions to
7 #       bug-ncurses@gnu.org
9 #       $Revision: 1.253 $
10 #       $Date: 2017/08/26 21:07:47 $
12 # The original header is preserved below for reference.  It is noted that there
13 # is a "newer" version which differs in some cosmetic details (but actually
14 # stopped updates several years ago); we have decided to not change the header
15 # unless there is also a change in content.
17 # To further muddy the waters, it is noted that changes to this file as part of
18 # maintenance of ncurses (since 1996) are generally conceded to be copyright
19 # under the ncurses MIT-style license.  That was the effect of the agreement
20 # which the principal authors of ncurses made in 1998.  However, since much of
21 # the file itself is of unknown authorship (and the disclaimer below makes it
22 # obvious that Raymond cannot or will not convey rights over those parts),
23 # there is no explicit copyright notice on the file itself.
25 # It would also be a nuisance to split the file into unknown/known authorship
26 # and move pieces as they are maintained, since many of the maintenance changes
27 # have been small corrections to Raymond's translations to/from termcap format,
28 # correcting the data but not the accompanying annotations.
30 # In any case, note that almost half of this file is not data but annotations
31 # which reflect creative effort.  Furthermore, the structure of entries to
32 # reuse common chunks also is creative (and subject to copyright).  Finally,
33 # some portions of the data are derivative work under a compatible MIT-style
34 # license from xterm.
36 #------------------------------------------------------------------------------
37 #       Version 10.2.1
38 #       terminfo syntax
40 #       Eric S. Raymond         (current maintainer)
41 #       John Kunze, Berkeley
42 #       Craig Leres, Berkeley
44 # Please e-mail changes to terminfo@thyrsus.com; the old termcap@berkeley.edu
45 # address is no longer valid.  The latest version can always be found at
46 # <http://www.tuxedo.org/terminfo>.
48 # PURPOSE OF THIS FILE:
50 # This file describes the capabilities of various character-cell terminals,
51 # as needed by software such as screen-oriented editors.
53 # Other terminfo and termcap files exist, supported by various OS vendors
54 # or as relics of various older versions of UNIX.  This one is the longest
55 # and most comprehensive one in existence.  It subsumes not only the entirety
56 # of the historical 4.4BSD, GNU, System V and SCO termcap files and the BRL
57 # termcap file, but also large numbers of vendor-maintained termcap and
58 # terminfo entries more complete and carefully tested than those in historical
59 # termcap/terminfo versions.
61 # Pointers to related resources (including the ncurses distribution) may
62 # be found at <http://www.tuxedo.org/terminfo>.
64 # INTERNATIONALIZATION:
66 # This file uses only the US-ASCII character set (no ISO8859 characters).
68 # This file assumes a US-ASCII character set. If you need to fix this, start
69 # by global-replacing \E(B and \E)B with the appropriate ISO 6429 enablers
70 # for your character set.  \E(A and \E)A enables the British character set
71 # with the pound sign at position 2/3.
73 # In a Japanese-processing environment using EUC/Japanese or Shift-JIS,
74 # C1 characters are considered the first-byte set of the Japanese encodings,
75 # so \E)0 should be avoided in <enacs> and initialization strings.
77 # FILE FORMAT:
79 # The version you are looking at may be in any of three formats: master
80 # (terminfo with OT capabilities), stock terminfo, or termcap.  You can tell
81 # which by the format given in the header above.
83 # The master format is accepted and generated by the terminfo tools in the
84 # ncurses suite; it differs from stock (System V-compatible) terminfo only
85 # in that it admits a group of capabilities (prefixed `OT') equivalent to
86 # various obsolete termcap capabilities.  You can, thus, convert from master
87 # to stock terminfo simply by filtering with `sed "/OT[^,]*,/s///"'; but if
88 # you have ncurses `tic -I' is nicer (among other things, it automatically
89 # outputs entries in a canonical form).
91 # The termcap version is generated automatically from the master version
92 # using tic -C.  This filtering leaves in the OT capabilities under their
93 # original termcap names.  All translated entries fit within the 1023-byte
94 # string-table limit of archaic termcap libraries except where explicitly
95 # noted below.  Note that the termcap translation assumes that your termcap
96 # library can handle multiple tc capabilities in an entry. 4.4BSD has this
97 # capability.  Older versions of GNU termcap, through 1.3, do not.
99 # For details on these formats, see terminfo(5) in the ncurses distribution,
100 # and termcap(5) in the 4.4BSD Unix Programmer's Manual.  Be aware that 4.4BSD
101 # curses has been declared obsolete by the caretakers of the 4.4BSD sources
102 # as of June 1995; they are encouraging everyone to migrate to ncurses.
104 # Note: unlike some other distributed terminfo files (Novell Unix & SCO's),
105 # no entry in this file has embedded comments.  This is so source translation
106 # to termcap only has to carry over leading comments.  Also, no name field
107 # contains embedded whitespace (such whitespace confuses rdist).
109 # Further note: older versions of this file were often installed with an editor
110 # script (reorder) that moved the most common terminal types to the front of
111 # the file.  This should no longer be necessary, as the file is now ordered
112 # roughly by type frequency with ANSI/VT100 and other common types up front.
114 # Some information has been merged in from terminfo files distributed by
115 # USL and SCO (see COPYRIGHTS AND OTHER DELUSIONS below).  Much information
116 # comes from vendors who maintain official terminfos for their hardware
117 # (notably DEC and Wyse).
119 # A detailed change history is included at the end of this file.
121 # FILE ORGANIZATION:
123 # Comments in this file begin with # - they cannot appear in the middle
124 # of a terminfo/termcap entry (this feature had to be sacrificed in order
125 # to allow standard terminfo and termcap syntax to be generated cleanly from
126 # the master format).  Individual capabilities are commented out by
127 # placing a period between the colon and the capability name.
129 # The file is divided up into major sections (headed by lines beginning with
130 # the string "########") and minor sections (beginning with "####"); do
132 #       grep "^####" <file> | more
134 # to see a listing of section headings.  The intent of the divisions is
135 # (a) to make it easier to find things, and (b) to order the database so
136 # that important and frequently-encountered terminal types are near the
137 # front (so that you'll get reasonable search efficiency from a linear
138 # search of the termcap form even if you don't use reorder).  Minor sections
139 # usually correspond to manufacturers or standard terminal classes.
140 # Parenthesized words following manufacturer names are type prefixes or
141 # product line names used by that manufacturers.
143 # HOW TO READ THE ENTRIES:
145 # The first name in an entry is the canonical name for the model or
146 # type, last entry is a verbose description.  Others are mnemonic synonyms for
147 # the terminal.
149 # Terminal names look like <manufacturer> <model> - <modes/options>
150 # The part to the left of the dash, if a dash is present, describes the
151 # particular hardware of the terminal.  The part to the right may be used
152 # for flags indicating special ROMs, extra memory, particular terminal modes,
153 # or user preferences.
155 # All names should be in lower case, for consistency in typing.
157 # The following are conventionally used suffixes:
158 #       -2p     Has two pages of memory.  Likewise 4p, 8p, etc.
159 #       -am     Enable auto-margin.
160 #       -m      Monochrome.  Suppress color support
161 #       -mc     Magic-cookie.  Some terminals (notably older Wyses) can
162 #               only support one attribute without magic-cookie lossage.
163 #               Their base entry is usually paired with another that
164 #               uses magic cookies to support multiple attributes.
165 #       -nam    No auto-margin - suppress :am: capability
166 #       -nl     No labels - suppress soft labels
167 #       -ns     No status line - suppress status line
168 #       -rv     Terminal in reverse video mode (black on white)
169 #       -s      Enable status line.
170 #       -vb     Use visible bell (:vb:) rather than :bl:.
171 #       -w      Wide - in 132 column mode.
172 # If a name has multiple suffixes and one is a line height, that one should
173 # go first.  Thus `aaa-30-s-rv' is recommended over `aaa-s-rv-30'.
175 # Entries with embedded plus signs are designed to be included through use/tc
176 # capabilities, not used as standalone entries.
178 # To avoid search clashes, some older all-numeric names for terminals have
179 # been removed (i.e., "33" for the Model 33 Teletype, "2621" for the HP2621).
180 # All primary names of terminals now have alphanumeric prefixes.
182 # Comments marked "esr" are mostly results of applying the termcap-compiler
183 # code packaged with ncurses and contemplating the resulting error messages.
184 # In many cases, these indicated obvious fixes to syntax garbled by the
185 # composers.  In a few cases, I was able to deduce corrected forms for garbled
186 # capabilities by looking at context.  All the information in the original
187 # entries is preserved in the comments.
189 # In the comments, terminfo capability names are bracketed with <> (angle
190 # brackets).  Termcap capability names are bracketed with :: (colons).
192 # INTERPRETATION OF USER CAPABILITIES
194 # The System V Release 4 and XPG4 terminfo format defines ten string
195 # capabilities for use by applications, <u0>...<u9>.   In this file, we use
196 # certain of these capabilities to describe functions which are not covered
197 # by terminfo.  The mapping is as follows:
199 #       u9      terminal enquire string (equiv. to ANSI/ECMA-48 DA)
200 #       u8      terminal answerback description
201 #       u7      cursor position request (equiv. to VT100/ANSI/ECMA-48 DSR 6)
202 #       u6      cursor position report (equiv. to ANSI/ECMA-48 CPR)
204 # The terminal enquire string <u9> should elicit an answerback response
205 # from the terminal.  Common values for <u9> will be ^E (on older ASCII
206 # terminals) or \E[c (on newer VT100/ANSI/ECMA-48-compatible terminals).
208 # The cursor position request (<u7>) string should elicit a cursor position
209 # report.  A typical value (for VT100 terminals) is \E[6n.
211 # The terminal answerback description (u8) must consist of an expected
212 # answerback string.  The string may contain the following scanf(3)-like
213 # escapes:
215 #       %c      Accept any character
216 #       %[...]  Accept any number of characters in the given set
218 # The cursor position report (<u6>) string must contain two scanf(3)-style
219 # %d format elements.  The first of these must correspond to the Y coordinate
220 # and the second to the %d.  If the string contains the sequence %i, it is
221 # taken as an instruction to decrement each value after reading it (this is
222 # the inverse sense from the cup string).  The typical CPR value is
223 # \E[%i%d;%dR (on VT100/ANSI/ECMA-48-compatible terminals).
225 # These capabilities are used by tack(1m), the terminfo action checker
226 # (distributed with ncurses 5.0).
228 # TABSET FILES
230 # All the entries in this file have been edited to assume that the tabset
231 # files directory is /usr/share/tabset, in conformance with the File Hierarchy
232 # Standard for Linux and open-source BSD systems.  Some vendors (notably Sun)
233 # use /usr/lib/tabset or (more recently) /usr/share/lib/tabset.
235 # No curses package we know of actually uses these files.  If their location
236 # is an issue, you will have to hand-patch the file locations before compiling
237 # this file.
239 # REQUEST FOR CONTACT INFORMATION AND HISTORICAL MATERIAL
241 # As the ANSI/ECMA-48 standard and variants take firmer hold, and as
242 # character-cell terminals are increasingly replaced by X displays, much of
243 # this file is becoming a historical document (this is part of the reason for
244 # the new organization, which puts ANSI types, xterm, Unix consoles,
245 # and vt100 up front in confidence that this will catch 95% of new hardware).
247 # For the terminal types still alive, I'd like to have manufacturer's
248 # contact data (Internet address and/or snail-mail + phone).
250 # I'm also interested in enriching the comments so that the latter portions of
251 # the file do in fact become a potted history of VDT technology as seen by
252 # UNIX hackers.  Ideally, I'd like the headers for each manufacturer to
253 # include its live/dead/out-of-the-business status, and for as many
254 # terminal types as possible to be tagged with information like years
255 # of heaviest use, popularity, and interesting features.
257 # I'm especially interested in identifying the obscure entries listed under
258 # `Miscellaneous obsolete terminals, manufacturers unknown' before the tribal
259 # wisdom about them gets lost.  If you know a lot about obscure old terminals,
260 # please go to the terminfo resource page, grab the UFO file (ufo.ti), and
261 # eyeball it for things you can identify and describe.
263 # If you have been around long enough to contribute, please read the file
264 # with this in mind and send me your annotations.
266 # COPYRIGHTS AND OTHER DELUSIONS
268 # The BSD ancestor of this file had a standard Regents of the University of
269 # California copyright with dates from 1980 to 1993.
271 # Some information has been merged in from a terminfo file SCO distributes.
272 # It has an obnoxious boilerplate copyright which I'm ignoring because they
273 # took so much of the content from the ancestral BSD versions of this file
274 # and didn't attribute it, thereby violating the BSD Regents' copyright.
276 # Not that anyone should care.  However many valid functions copyrights may
277 # serve, putting one on a termcap/terminfo file with hundreds of anonymous
278 # contributors makes about as much sense as copyrighting a wall-full of
279 # graffiti -- it's legally dubious, ethically bogus, and patently ridiculous.
281 # This file deliberately has no copyright.  It belongs to no one and everyone.
282 # If you claim you own it, you will merely succeed in looking like a fool.
283 # Use it as you like.  Use it at your own risk.  Copy and redistribute freely.
284 # There are no guarantees anywhere.  Svaha!
287 ######## ANSI, UNIX CONSOLE, AND SPECIAL TYPES
289 # This section describes terminal classes and brands that are still
290 # quite common.
293 #### Specials
295 # Special "terminals".  These are used to label tty lines when you don't
296 # know what kind of terminal is on it.  The characteristics of an unknown
297 # terminal are the lowest common denominator - they look about like a ti 700.
300 dumb|80-column dumb tty:\
301         :am:\
302         :co#80:\
303         :bl=^G:cr=\r:do=\n:sf=\n:
304 unknown|unknown terminal type:\
305         :gn:tc=dumb:
306 lpr|printer|line printer:\
307         :bs:hc:os:\
308         :co#132:li#66:\
309         :bl=^G:cr=\r:do=\n:ff=^L:le=^H:sf=\n:
310 glasstty|classic glass tty interpreting ASCII control characters:\
311         :am:bs:\
312         :co#80:\
313         :bl=^G:cl=^L:cr=\r:do=\n:kd=\n:kl=^H:le=^H:nw=\r\n:ta=^I:
315 vanilla|dumb tty:\
316         :bs:\
317         :bl=^G:cr=\r:do=\n:sf=\n:
319 # This is almost the same as "dumb", but with no prespecified width.
320 # DEL and ^C are hardcoded to act as kill characters.
321 # ^D acts as a line break (just like newline).
322 # It also interprets
323 #      \033];xxx\007
324 # for compatibility with xterm -TD
325 9term|Plan9 terminal emulator for X:\
326         :am:\
327         :bl=^G:do=\n:nl=\n:
329 #### ANSI.SYS/ISO 6429/ECMA-48 Capabilities
331 # See the end-of-file comment for more on these.
334 # ANSI capabilities are broken up into pieces, so that a terminal
335 # implementing some ANSI subset can use many of them.
336 ansi+local1:\
337         :do=\E[B:le=\E[D:nd=\E[C:up=\E[A:
338 ansi+local:\
339         :DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:tc=ansi+local1:
340 ansi+tabs:\
341         :bt=\E[Z:ct=\E[3g:st=\EH:ta=^I:
342 ansi+inittabs:\
343         :it#8:tc=ansi+tabs:
344 ansi+erase:\
345         :cd=\E[J:ce=\E[K:cl=\E[H\E[J:
346 ansi+rca:
347 ansi+cup:\
348         :cm=\E[%i%d;%dH:ho=\E[H:
349 ansi+rep:
350 ansi+idl1:\
351         :al=\E[L:dl=\E[M:
352 ansi+idl:\
353         :AL=\E[%dL:DL=\E[%dM:tc=ansi+idl1:
354 ansi+idc:\
355         :IC=\E[%d@:dc=\E[P:ei=\E[4l:ic=\E[@:im=\E[4h:
356 ansi+arrows:\
357         :kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:
358 ansi+sgr|ansi graphic renditions:\
359         :mb=\E[5m:me=\E[0m:mk=\E[8m:mr=\E[7m:
360 ansi+sgrso|ansi standout only:\
361         :se=\E[m:so=\E[7m:
362 ansi+sgrul|ansi underline only:\
363         :ue=\E[m:us=\E[4m:
364 ansi+sgrbold|ansi graphic renditions; assuming terminal has bold; not dim:\
365         :md=\E[1m:tc=ansi+sgr:tc=ansi+sgrso:tc=ansi+sgrul:
366 ansi+sgrdim|ansi graphic renditions; assuming terminal has dim; not bold:\
367         :mh=\E[2m:tc=ansi+sgr:tc=ansi+sgrso:tc=ansi+sgrul:
368 ansi+csr|ansi scroll-region plus cursor save & restore:\
369         :cs=\E[%i%d;%dr:rc=\E8:sc=\E7:
371 # The normal (ANSI) flavor of "media copy" building block asserts that
372 # characters sent to the printer do not echo on the screen. DEC terminals
373 # can also be put into autoprinter mode, where each line is sent to the
374 # printer as you move off that line, e.g., by a carriage return.
375 ansi+pp|ansi printer port:\
376         :5i:\
377         :pf=\E[4i:po=\E[5i:ps=\E[i:
378 dec+pp|DEC autoprinter mode:\
379         :pf=\E[?4i:po=\E[?5i:ps=\E[i:
381 # The IBM PC alternate character set.  Plug this into any Intel console entry.
382 # We use \E[11m for rmacs rather than \E[12m so the <acsc> string can use the
383 # ROM graphics for control characters such as the diamond, up- and down-arrow.
384 # This works with the System V, Linux, and BSDI consoles.  It's a safe bet this
385 # will work with any Intel console, they all seem to have inherited \E[11m
386 # from the ANSI.SYS de-facto standard.
387 klone+acs|alternate character set for ansi.sys displays:\
388         :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:\
389         :ae=\E[10m:as=\E[11m:
391 # Highlight controls corresponding to the ANSI.SYS standard.  Most
392 # console drivers for Intel boxes obey these.  Makes the same assumption
393 # about \E[11m as klone+acs.  True ANSI/ECMA-48 would have :se=\E[27m:,
394 # :ue=\E[24m:, but this isn't a documented feature of ANSI.SYS.
395 klone+sgr|attribute control for ansi.sys displays:\
396         :S2=\E[11m:S3=\E[10m:mb=\E[5m:md=\E[1m:me=\E[0m:mr=\E[7m:\
397         :se=\E[m:so=\E[7m:ue=\E[m:us=\E[4m:tc=klone+acs:
399 # Most Intel boxes do not treat "invis" (invisible) text.
400 klone+sgr8|attribute control for ansi.sys displays:\
401         :mk=\E[8m:tc=klone+sgr:
403 # Highlight controls corresponding to the ANSI.SYS standard.  *All*
404 # console drivers for Intel boxes obey these.  Does not assume \E[11m will
405 # work; uses \E[12m instead, which is pretty bulletproof but loses you the ACS
406 # diamond and arrow characters under curses.
407 klone+sgr-dumb|attribute control for ansi.sys displays (no ESC [ 11 m):\
408         :as=\E[12m:mb=\E[5m:md=\E[1m:me=\E[0m:mk=\E[8m:mr=\E[7m:\
409         :se=\E[m:so=\E[7m:ue=\E[m:us=\E[4m:tc=klone+acs:
411 # KOI8-R (RFC1489) acs (alternate character set)
412 # From: Qing Long <qinglong@Bolizm.ihep.su>, 24 Feb 1996.
413 klone+koi8acs|alternate character set for ansi.sys displays with KOI8 charset:\
414         :ac=+\020,\021-\036.^_0\215`\004a\237f\234g\232h\222i\220j\205k\203l\202m\204n\212o\213p\216q\200r\217s\214t\206u\207v\210w\211x\201y\230z\231{\267|\274}L~\225:\
415         :ae=\E[10m:as=\E[11m:
417 # ANSI.SYS color control.  The setab/setaf caps depend on the coincidence
418 # between SVr4/XPG4's color numbers and ANSI.SYS attributes.  Here are longer
419 # but equivalent strings that don't rely on that coincidence:
420 # setb=\E[4%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m,
421 # setf=\E[3%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m,
422 # The DOS 5 manual asserts that these sequences meet the ISO 6429 standard.
423 # They match a subset of ECMA-48.
424 klone+color|color control for ansi.sys and ISO6429-compatible displays:\
425         :Co#8:NC#3:pa#64:\
426         :AB=\E[4%dm:AF=\E[3%dm:op=\E[37;40m:
428 # This is better than klone+color, it doesn't assume white-on-black as the
429 # default color pair,  but many `ANSI' terminals don't grok the <op> cap.
430 ecma+color|color control for ECMA-48-compatible terminals:\
431         :AX:\
432         :Co#8:NC#3:pa#64:\
433         :AB=\E[4%dm:AF=\E[3%dm:op=\E[39;49m:
435 ecma+italics|ECMA-48 italics:\
436         :ZH=\E[3m:ZR=\E[23m:
438 # Attribute control for ECMA-48-compatible terminals
439 ecma+sgr|attribute capabilities for true ECMA-48 terminals:\
440         :se=\E[27m:ue=\E[24m:tc=klone+sgr8:
442 ecma+strikeout|ECMA-48 strikeout/crossed-out:
444 # For comparison, here are all the capabilities implied by the Intel
445 # Binary Compatibility Standard (level 2) that fit within terminfo.
446 # For more detail on this rather pathetic standard, see the comments
447 # near the end of this file.
448 ibcs2|Intel Binary Compatibility Standard prescriptions:\
449         :AL=\E[%dL:DC=\E[%dP:DO=\E[%dB:IC=\E[%d@:LE=\E[%dD:\
450         :RA=\E[?7l:RI=\E[%dC:S1=\E=%dg:SA=\E[?7h:SF=\E[%dS:\
451         :SR=\E[%dT:UP=\E[%dA:bt=\E[Z:ch=\E[%i%dG:cl=\Ec:\
452         :cm=\E[%i%d;%dH:ct=\E[g:cv=\E[%i%dd:do=\E[1B:ec=\E[%dX:\
453         :ei=:ic=\E[@:im=:le=\E[1D:nd=\E[1C:rc=\E7:sc=\E7:st=\EH:\
454         :up=\E[1A:
456 #### ANSI/ECMA-48 terminals and terminal emulators
458 # See near the end of this file for details on ANSI conformance.
459 # Don't mess with these entries!  Lots of other entries depend on them!
461 # This section lists entries in a least-capable to most-capable order.
462 # if you're in doubt about what `ANSI' matches yours, try them in that
463 # order and back off from the first that breaks.
465 # ansi-mr is for ANSI terminals with ONLY relative cursor addressing
466 # and more than one page of memory.  It uses local motions instead of
467 # direct cursor addressing, and makes almost no assumptions. It does
468 # assume auto margins, no padding and/or xon/xoff, and a 24x80 screen.
469 ansi-mr|mem rel cup ansi:\
470         :am:xo:\
471         :co#80:li#24:tc=vanilla:tc=ansi+erase:tc=ansi+local1:
473 # ansi-mini is a bare minimum ANSI terminal. This should work on anything, but
474 # beware of screen size problems and memory relative cursor addressing.
475 ansi-mini|any ansi terminal with pessimistic assumptions:\
476         :am:xo:\
477         :co#80:li#24:tc=vanilla:tc=ansi+cup:tc=ansi+erase:
479 # ansi-mtabs adds relative addressing and minimal tab support
480 ansi-mtabs|any ansi terminal with pessimistic assumptions:\
481         :it#8:\
482         :ta=^I:tc=ansi-mini:tc=ansi+local1:
484 # ANSI X3.64 from emory!mlhhh (Hugh Hansard) via BRL
486 # The following is an entry for the full ANSI 3.64 (1977).  It lacks
487 # padding, but most terminals using the standard are "fast" enough
488 # not to require any -- even at 9600 bps.  If you encounter problems,
489 # try including the padding specifications.
491 # Note: the :as: and :ae: specifications are not implemented here, for
492 # the available termcap documentation does not make clear WHICH alternate
493 # character set to specify.  ANSI 3.64 seems to make allowances for several.
494 # Please make the appropriate adjustments to fit your needs -- that is
495 # if you will be using alternate character sets.
497 # There are very few terminals running the full ANSI 3.64 standard,
498 # so I could only test this entry on one verified terminal (Visual 102).
499 # I would appreciate the results on other terminals sent to me.
501 # Please report comments, changes, and problems to:
503 # U.S. MAIL:   Hugh Hansard
504 #              Box: 22830
505 #              Emory University
506 #              Atlanta, GA. 30322.
508 # USENET {akgua,msdc,sb1,sb6,gatech}!emory!mlhhh.
510 # (Added vt100 :rc:,:sc: to quiet a tic warning --esr)
511 ansi77|ansi 3.64 standard 1977 version:\
512         :am:bs:mi:\
513         :co#80:it#8:li#24:\
514         :al=5*\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:\
515         :cm=\E[%i%d;%dH:cr=\r:cs=\E[%i%d;%dr:dc=\E[P:dl=5*\E[M:\
516         :do=\E[B:ei=\E[4l:ho=\E[H:im=\E[4h:k1=\EOP:k2=\EOR:k4=\EOS:\
517         :kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
518         :nd=\E[C:nw=\r\ED:rc=\E8:sc=\E7:se=\E[m:sf=\ED:so=\E[7m:\
519         :sr=\EM:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:
521 # Procomm and some other ANSI emulations don't recognize all of the ANSI-
522 # standard capabilities.  This entry deletes :UP:, :RI:, :DO:, :LE:, and
523 # <vpa>/<hpa> capabilities, forcing curses to use repetitions of :up:,
524 # :nd:, :do: and :le:.  Also deleted :IC: and :ic:, as QModem up to
525 # 5.03 doesn't recognize these.  Finally, we delete :rp: and :sr:, which seem
526 # to confuse many emulators.  On the other hand, we can count on these programs
527 # doing :ae:/:as:/:sa:. Older versions of this entry featured
528 # <invis=\E[9m>, but <invis=\E[8m> now seems to be more common under
529 # ANSI.SYS influence.
530 # From: Eric S. Raymond <esr@snark.thyrsus.com> Oct 30 1995
531 pcansi-m|pcansi-mono|ibm-pc terminal programs claiming to be ansi (mono mode):\
532         :am:bs:mi:ms:\
533         :co#80:it#8:li#24:\
534         :al=\E[L:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
535         :cm=\E[%i%d;%dH:cr=\r:ct=\E[3g:dc=\E[P:dl=\E[M:do=\E[B:\
536         :ho=\E[H:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
537         :le=\E[D:nd=\E[C:sf=\n:st=\EH:ta=^I:up=\E[A:\
538         :tc=klone+sgr-dumb:
539 pcansi-25-m|pcansi25m|ibm-pc terminal programs with 25 lines (mono mode):\
540         :li#25:tc=pcansi-m:
541 pcansi-33-m|pcansi33m|ibm-pc terminal programs with 33 lines (mono mode):\
542         :li#33:tc=pcansi-m:
543 pcansi-43-m|ansi43m|ibm-pc terminal programs with 43 lines (mono mode):\
544         :li#43:tc=pcansi-m:
545 # The color versions.  All PC emulators do color...
546 pcansi|ibm-pc terminal programs claiming to be ansi:\
547         :tc=klone+color:tc=pcansi-m:
548 pcansi-25|pcansi25|ibm-pc terminal programs with 25 lines:\
549         :li#25:tc=pcansi:
550 pcansi-33|pcansi33|ibm-pc terminal programs with 33 lines:\
551         :li#33:tc=pcansi:
552 pcansi-43|pcansi43|ibm-pc terminal programs with 43 lines:\
553         :li#43:tc=pcansi:
555 # ansi-m -- full ANSI X3.64 with ANSI.SYS-compatible attributes, no color.
556 # If you want pound signs rather than dollars, replace `B' with `A'
557 # in the <s0ds>, <s1ds>, <s2ds>, and <s3ds> capabilities.
558 # From: Eric S. Raymond <esr@snark.thyrsus.com> Nov 6 1995
559 ansi-m|ansi-mono|ANSI X3.64-1979 terminal with ANSI.SYS compatible attributes:\
560         :5i:\
561         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
562         :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:\
563         :cb=\E[1K:ch=\E[%i%dG:ct=\E[3g:cv=\E[%i%dd:ec=\E[%dX:ei=:\
564         :im=:kB=\E[Z:kI=\E[L:kb=^H:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:\
565         :nw=\r\E[S:pf=\E[4i:po=\E[5i:s0=\E(B:s1=\E)B:s2=\E*B:\
566         :s3=\E+B:ta=\E[I:tc=pcansi-m:
568 ansi+enq|ncurses extension for ANSI ENQ:\
569         :u6=\E[%i%d;%dR:u7=\E[6n:u9=\E[c:
571 # ansi -- this terminfo expresses the largest subset of X3.64 that will fit in
572 # standard terminfo.  Assumes ANSI.SYS-compatible attributes and color.
573 # From: Eric S. Raymond <esr@snark.thyrsus.com> Nov 6 1995
574 ansi|ansi/pc-term compatible with color:\
575         :tc=ansi+enq:tc=ecma+color:tc=klone+sgr8:tc=ansi-m:
577 # ansi-generic is a vanilla ANSI terminal. This is assumed to implement
578 # all the normal ANSI stuff with no extensions. It assumes
579 # insert/delete line/char is there, so it won't work with
580 # vt100 clones. It assumes video attributes for bold, blink,
581 # underline, and reverse, which won't matter much if the terminal
582 # can't do some of those. Padding is assumed to be zero, which
583 # shouldn't hurt since xon/xoff is assumed.
584 ansi-generic|ansiterm|generic ansi standard terminal:\
585         :am:xo:\
586         :co#80:li#24:tc=vanilla:tc=ansi+csr:tc=ansi+cup:\
587         :tc=ansi+rca:tc=ansi+erase:tc=ansi+tabs:tc=ansi+local:\
588         :tc=ansi+idc:tc=ansi+idl:tc=ansi+rep:tc=ansi+sgrbold:\
589         :tc=ansi+arrows:
591 #### DOS ANSI.SYS variants
593 # This completely describes the sequences specified in the DOS 2.1 ANSI.SYS
594 # documentation (except for the keyboard key reassignment feature, which
595 # doesn't fit the <pfkey> model well).  The klone+acs sequences were valid
596 # though undocumented.  The <pfkey> capability is untested but should work for
597 # keys F1-F10 (%p1 values outside this range will yield unpredictable results).
598 # From: Eric S. Raymond <esr@snark.thyrsus.com> Nov 7 1995
599 ansi.sys-old|ANSI.SYS under PC-DOS 2.1:\
600         :am:bs:mi:ms:xo:\
601         :co#80:li#25:\
602         :RA=\E[?7l:SA=\E[?7h:ce=\E[k:cl=\E[2J:cm=\E[%i%d;%dH:\
603         :do=\E[B:ho=\E[H:is=\E[m\E[?7h:kd=\n:kh=^^:kl=^H:kr=^L:\
604         :ku=^K:le=^H:nd=\E[C:rc=\E[u:sc=\E[s:u6=\E[%i%d;%dR:\
605         :u7=\E[6n:up=\E[A:tc=klone+color:tc=klone+sgr8:
607 # Keypad:       Home=\0G        Up=\0H  PrPag=\0I
608 #               ka1,kh          kcuu1           kpp,ka3
610 #               Left=\0K        5=\0L           Right=\0M
611 #               kcub1           kb2             kcuf1
613 #               End=\0O         Down=\0P        NxPag=\0Q
614 #               kc1,kend        kcud1           kc3,knp
616 #               Ins=\0R         Del=\0S
617 #               kich1           kdch1
619 # On keyboard with 12 function keys,
620 #       shifted f-keys: F13-F24
621 #       control f-keys: F25-F36
622 #       alt f-keys:     F37-F48
623 # The shift/control/alt keys do not modify each other, but alt overrides both,
624 # and control overrides shift.
626 # <pfkey> capability for F1-F48 -TD
627 ansi.sys|ANSI.SYS 3.1 and later versions:\
628         :@7=\200O:F1=\200\205:F2=\200\206:F3=\200T:F4=\200U:\
629         :F5=\200V:F6=\200W:F7=\200X:F8=\200Y:F9=\200Z:FA=\200[:\
630         :FB=\200\\:FC=\200]:FD=\200\207:FE=\200\210:FF=\200\136:\
631         :FG=\200_:FH=\200`:FI=\200a:FJ=\200b:FK=\200c:FL=\200d:\
632         :FM=\200e:FN=\200f:FO=\200g:FP=\200\211:FQ=\200\212:\
633         :FR=\200h:FS=\200i:FT=\200j:FU=\200k:FV=\200l:FW=\200m:\
634         :FX=\200n:FY=\200o:FZ=\200p:Fa=\200q:Fb=\200\213:\
635         :Fc=\200\214:K1=\200G:K2=\200L:K3=\200I:K4=\200O:K5=\200Q:\
636         :ce=\E[K:k1=\200;:k2=\200<:k3=\200=:k4=\200>:k5=\200?:\
637         :k6=\200@:k7=\200A:k8=\200B:k9=\200C:k;=\200D:kB=\200^O:\
638         :kD=\200S:kI=\200R:kN=\200Q:kP=\200I:kb=^H:kd=\200P:\
639         :kh=\200G:kl=\200K:kr=\200M:ku=\200H:tc=ansi.sys-old:
642 # Define IBM PC keypad keys for vi as per MS-Kermit while using ANSI.SYS.
643 # This should only be used when the terminal emulator cannot redefine the keys.
644 # Since redefining keys with ansi.sys also affects PC-DOS programs, the key
645 # definitions must be restored.  If the terminal emulator is quit while in vi
646 # or others using :ks:/:ke:, the keypad will not be defined as per PC-DOS.
647 # The PgUp and PgDn are prefixed with ESC so that tn3270 can be used on Unix
648 # (^U and ^D are already defined for tn3270).  The ESC is safe for vi but it
649 # does "beep".  ESC ESC i is used for Ins to avoid tn3270 ESC i for coltab.
650 # Note that :kl: is always BS, because PC-dos can tolerate this change.
651 # Caution: vi is limited to 256 string bytes, longer crashes or weirds out vi.
652 # Consequently the End keypad key could not be set (it is relatively safe and
653 # actually useful because it sends ^@ O, which beeps and opens a line above).
654 ansi.sysk|ansisysk|PC-DOS 3.1 ANSI.SYS with keypad redefined for vi:\
655         :is=U2 PC-DOS 3.1 ANSI.SYS with keypad redefined for vi 9-29-86\n\E[;75;8p:\
656         :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:\
657         :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:\
658         :tc=ansi.sys:
660 # Adds ins/del line/character, hence vi reverse scrolls/inserts/deletes nicer.
661 nansi.sys|nansisys|PC-DOS Public Domain NANSI.SYS:\
662         :al=\E[1L:dc=\E[1P:dl=\E[1M:ei=:ic=\E[1@:im=:\
663         :is=U3 PC-DOS Public Domain NANSI.SYS 9-23-86\n:\
664         :tc=ansi.sys:
666 # See ansi.sysk and nansi.sys above.
667 nansi.sysk|nansisysk|PC-DOS Public Domain NANSI.SYS with keypad redefined for vi:\
668         :al=\E[1L:dc=\E[1P:dl=\E[1M:ei=:ic=\E[1@:im=:\
669         :is=U4 PC-DOS Public Domain NANSI.SYS with keypad redefined for vi 9-29-86\n\E[;75;8p:\
670         :tc=ansi.sysk:
672 #### Atari ST terminals
674 # From Guido Flohr <gufl0000@stud.uni-sb.de>.
676 tw52|tw52-color|Toswin window manager with color:\
677         :ut:\
678         :Co#16:pa#256:\
679         :oc=\Eb?\Ec0:op=\Eb?\Ec0:tc=tw52-m:
680 tw52-m|Toswin window manager monochrome:\
681         :ul:\
682         :ma#999:\
683         :dc=\Ea:is=\Ev\Eq\Ez_\Ee\Ei\Eb?\Ec0:md=\Eya:me=\Ez_:\
684         :mh=\EyB:mr=\EyP:rs=\Ev\Eq\Ez_\Ee\Ei\Eb?\Ec0:se=\EzQ:\
685         :so=\EyQ:ue=\EzH:us=\EyH:tc=at-m:
686 tt52|Atari TT medium and high resolution:\
687         :li#30:tc=at-color:
688 st52-color|at-color|atari-color|atari_st-color|Atari ST with color:\
689         :ut:\
690         :Co#16:pa#256:\
691         :is=\Ev\Eq\Ee\Eb1\Ec0:rs=\Ev\Eq\Ee\Eb1\Ec0:tc=st52:
692 st52|st52-m|at|at-m|atari|atari-m|atari_st|atarist-m|Atari ST:\
693         :NP:am:eo:mi:\
694         :co#80:it#8:li#24:\
695         :#4=\Ed:%1=\EH:%i=\Ec:&8=\EK:F1=\Ep:F2=\Eq:F3=\Er:F4=\Es:\
696         :F5=\Et:F6=\Eu:F7=\Ev:F8=\Ew:F9=\Ex:FA=\Ey:al=\EL:bl=^G:\
697         :cb=\Eo:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :cr=\r:dl=\EM:\
698         :do=\EB:ho=\EH:is=\Ev\Eq\Ee:k1=\EP:k2=\EQ:k3=\ER:k4=\ES:\
699         :k5=\ET:k6=\EU:k7=\EV:k8=\EW:k9=\EX:k;=\EY:kD=\177:kI=\EI:\
700         :kN=\Eb:kP=\Ea:kb=^H:kd=\EB:kh=\EE:kl=\ED:kr=\EC:ku=\EA:\
701         :le=\ED:me=\Eq:mr=\Ep:nd=\EC:nw=\r\n:rc=\Ek:rs=\Ev\Eq\Ee:\
702         :sc=\Ej:se=\Eq:sf=\n:so=\Ep:sr=\EI:ta=^I:up=\EA:ve=\Ee:\
703         :vi=\Ef:
704 tw100|toswin vt100 window mgr:\
705         :eo:mi:ms:xo:\
706         :Co#8:co#80:it#8:li#24:pa#64:vt#3:\
707         :%1=\EH:&8=\EK:DL=\E[%dM:DO=\E[%dB:F1=\Ep:F2=\Eq:F3=\Er:\
708         :F4=\Es:F5=\Et:F6=\Eu:F7=\Ev:F8=\Ew:F9=\Ex:FA=\Ey:IC=\E[%d@:\
709         :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
710         :ac=++,,--..00II``aaffgghhjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
711         :ae=^O:al=\EL:as=^N:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\
712         :cl=\E[2J\E[H:cm=\E[%i%d;%dH:cr=\r:cs=\E[%i%d;%dr:\
713         :ct=\E[3g:dc=\Ea:dl=\E[M:do=\EB:ei=\Ei:ho=\E[H:im=\Eh:\
714         :is=\E<\E)0:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOT:\
715         :k6=\EOU:k7=\EOV:k8=\EOW:k9=\EOX:k;=\EOY:kD=\177:kI=\EI:\
716         :kN=\Eb:kP=\E\Ea:kb=^H:kd=\EOB:ke=\E[?1l\E>:kh=\E\EE:\
717         :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:ll=\E[24H:\
718         :mb=\E[5m:md=\E[1m:me=\E[m:mh=\E[2m:mr=\E[7m:nd=\EC:nw=\EE:\
719         :oc=\E[30;47m:op=\E[30;47m:\
720         :r1=\E<\E[20l\E[?3;6;9l\E[r\Eq\E(B\017\E)0\E>:rc=\E8:\
721         :sc=\E7:se=\E[m:sf=\n:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
722         :te=\E[?7h:ti=\E[?7l:ue=\E[m:up=\EA:us=\E[4m:ve=\Ee:vi=\Ef:
723 # The entries for stv52 and stv52pc probably need a revision.
724 stv52|MiNT virtual console:\
725         :am:ms:\
726         :co#80:it#8:li#30:\
727         :%1=\EH:&8=\EK:F1=\Ep:F2=\Eq:F3=\Er:F4=\Es:F5=\Et:F6=\Eu:\
728         :F7=\Ev:F8=\Ew:F9=\Ex:FA=\Ey:al=\EL:bl=^G:cd=\EJ:ce=\EK:\
729         :cl=\EE:cm=\EY%+ %+ :cr=\r:dl=\EM:do=\EB:ho=\EH:k1=\EP:\
730         :k2=\EQ:k3=\ER:k4=\ES:k5=\ET:k6=\EU:k7=\EV:k8=\EW:k9=\EX:\
731         :k;=\EY:kD=\177:kI=\EI:kN=\Eb:kP=\Ea:kb=^H:kd=\EB:kh=\EE:\
732         :kl=\ED:kr=\EC:ku=\EA:le=^H:mb=\Er:md=\EyA:me=\Ez_:mh=\Em:\
733         :mr=\Ep:nd=\EC:nw=2*\r\n:op=\Eb@\EcO:r1=\Ez_\Eb@\EcA:\
734         :se=\Eq:sf=2*\n:so=\Ep:sr=2*\EI:ta=^I:te=\Ev\E. \Ee\Ez_:\
735         :ti=\Ev\Ee\Ez_:ue=\EzH:up=\EA:us=\EyH:ve=\E. \Ee:vi=\Ef:\
736         :vs=\E.":
737 stv52pc|MiNT virtual console with PC charset:\
738         :am:ms:\
739         :co#80:it#8:li#30:\
740         :%1=\EH:&8=\EK:F1=\Ep:F2=\Eq:F3=\Er:F4=\Es:F5=\Et:F6=\Eu:\
741         :F7=\Ev:F8=\Ew:F9=\Ex:FA=\Ey:\
742         :ac=+\257,\256-\136.v0\333I\374`\177a\260f\370g\361h\261j\331k\277l\332m\300n\305o\377p-q\304r-s_t+u+v+w+x\263y\363z\362{\343|\366}\234~\371:\
743         :al=\EL:bl=^G:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :cr=\r:\
744         :dl=\EM:do=\EB:ho=\EH:k1=\EP:k2=\EQ:k3=\ER:k4=\ES:k5=\ET:\
745         :k6=\EU:k7=\EV:k8=\EW:k9=\EX:k;=\EY:kD=\177:kI=\EI:kN=\Eb:\
746         :kP=\Ea:kb=^H:kd=\EB:kh=\EE:kl=\ED:kr=\EC:ku=\EA:le=^H:\
747         :mb=\Er:md=\EyA:me=\Ez_:mh=\Em:mr=\Ep:nd=\EC:nw=2*\r\n:\
748         :r1=\Ez_\Eb@\EcA:se=\Eq:sf=2*\n:so=\Ep:sr=2*\EI:ta=^I:\
749         :te=\Ev\E. \Ee\Ez_:ti=\Ev\Ee\Ez_:ue=\EzH:up=\EA:us=\EyH:\
750         :ve=\E. \Ee:vi=\Ef:vs=\E.":
752 # From: Simson L. Garfinkel <simsong@media-lab.mit.edu>
753 atari-old|atari st:\
754         :am:bs:\
755         :co#80:it#8:li#25:\
756         :al=\EL:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :dl=\EM:do=\EB:\
757         :kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=\ED:me=\Eq:nd=\EC:se=\Eq:\
758         :so=\Ep:sr=\EI:ta=^I:up=\EA:
759 # UniTerm terminal program for the Atari ST:  49-line VT220 emulation mode
760 # From: Paul M. Aoki <aoki@ucbvax.berkeley.edu>
761 uniterm|uniterm49|UniTerm VT220 emulator with 49 lines:\
762         :li#49:\
763         :is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;49r\E[49;1H:\
764         :tc=vt220:
765 # MiNT VT52 emulation. 80 columns, 25 rows.
766 # MiNT is Now TOS, the operating system which comes with all Ataris now
767 # (mainly Atari Falcon). This termcap is for the VT52 emulation you get
768 # under tcsh/zsh/bash/sh/ksh/ash/csh when you run MiNT in `console' mode
769 # From: Per Persson <pp@gnu.ai.mit.edu>, 27 Feb 1996
770 st52-old|Atari ST with VT52 emulation:\
771         :am:km:\
772         :co#80:li#25:\
773         :K1=\E#7:K2=\E#9:K3=\E#5:K4=\E#1:K5=\E#3:al=\EL:bl=^G:\
774         :cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :cr=\r:dl=\EM:do=\EB:\
775         :ho=\EH:k0=\E#D:k1=\E#;:k2=\E#<:k3=\E#=:k4=\E#>:k5=\E#?:\
776         :k6=\E#@:k7=\E#A:k8=\E#B:k9=\E#C:kA=\E#R:kC=\E#7:kF=\E#2:\
777         :kR=\E#8:kb=^H:kd=\E#P:kh=\E#G:kl=\E#K:kr=\E#M:ku=\E#H:\
778         :l0=f10:le=\ED:me=\Eq:nd=\EC:nw=\r\n:r1=\Ez_\Eb@\EcA:\
779         :rc=\Ek:sc=\Ej:se=\Eq:sf=\n:so=\Ep:sr=\EI:ta=^I:te=:ti=\Ee:\
780         :up=\EA:ve=\Ee:vi=\Ef:
782 #### Apple
784 ######## Terminal.app
786 # nsterm*|Apple_Terminal - AppKit Terminal.app
788 # Terminal.app is a Terminal emulator bundled with NeXT's NeXTSTEP and
789 # OPENSTEP/Mach operating systems, and with Apple's Rhapsody, Mac OS X
790 # Server and Mac OS X operating systems. There is also a
791 # "terminal.app" in GNUstep, but I believe it to be an unrelated
792 # codebase and I have not attempted to describe it here.
794 # For NeXTSTEP, OPENSTEP/Mach, Rhapsody and Mac OS X Server 1.0, you
795 # are pretty much on your own. Use "nsterm-7-m" and hope for the best.
796 # You might also try "nsterm-7" and "nsterm-old" if you suspect your
797 # version supports color.
799 # To determine the version of Terminal.app you're using by running:
801 #     echo "$TERM_PROGRAM" "$TERM_PROGRAM_VERSION"
803 # For Apple_Terminal v309+, use "nsterm-256color" (or "nsterm-bce")
805 # For Apple_Terminal v200+, use "nsterm-16color" (a.k.a. "nsterm")
807 # For Apple_Terminal v71+/v100+, use "nsterm-bce".
809 # For Apple_Terminal v51+, use "nsterm-7-c" or "nsterm-7-c-s".
811 # For Apple_Terminal v41+, use "nsterm-old", or "nsterm-s".
813 # For all earlier versions (Apple_Terminal), try "nsterm-7-m"
814 # (monochrome) or "nsterm-7" (color); "nsterm-7-m-s" and "nsterm-7-s"
815 # might work too, but really you're on your own here since these
816 # systems are very obsolete and I can't test them. I do welcome
817 # patches, though :).
819 # Other Terminals:
821 # For GNUstep_Terminal, you're probably best off using "linux" or
822 # writing your own terminfo.
824 # For MacTelnet, you're on your own. It's a different codebase, and
825 # seems to be somewhere between "vt102", "ncsa" and "xterm-color".
827 # For iTerm.app, see "iterm".
830 # The AppKit Terminal.app descriptions all have names beginning with
831 # "nsterm". Note that the statusline (-s) versions use the window
832 # titlebar as a phony status line, and may produce warnings during
833 # compilation as a result ("tsl uses 0 parameters, expected 1".)
834 # Ignore these warnings, or even ignore these entries entirely. Apps
835 # which need to position the cursor or do other fancy stuff inside the
836 # status line won't work with these entries. They're primarily useful
837 # for programs like Pine which provide simple notifications in the
838 # status line. Please note that non-ASCII characters don't work right
839 # in the status line, since Terminal.app incorrectly interprets their
840 # Unicode codepoints as MacRoman codepoints (in earlier Mac OS X
841 # versions) or only accepts status lines consisting entirely of
842 # characters from the first 256 Unicode positions (including C1 but
843 # not C0 or DEL.)
845 # The Mythology* of AppKit Terminal.app:
847 # In the days of NeXTSTEP 0.x and 1.x there were two incompatible
848 # bundled terminal emulators, Shell and Terminal. Scott Hess wrote a
849 # shareware replacement for Terminal called "Stuart" which NeXT bought
850 # and used as the basis for the Terminal.app in NeXTSTEP 2+,
851 # OPENSTEP/Mach, Apple Rhapsody, Mac OS X Server 1.0, and Mac OS X. I
852 # don't know the TERM_PROGRAM and TERM_PROGRAM_VERSION settings or
853 # capabilities for the early versions, but I believe that the
854 # TERM_PROGRAM_VERSION may have been reset at some point.
856 # The early versions were tailored to the NeXT character set. Sometime
857 # after the Apple acquisition the encoding was switched to MacRoman
858 # (initially with serious altcharset bugs due to incomplete conversion
859 # of the old NeXT code,) and then later to UTF-8. Also sometime during
860 # or just prior to the early days of Mac OS X, the Terminal grew ANSI
861 # 8-color support (initially buggy when combined with attributes, but
862 # that was later fixed.) More recently, around Mac OS X version 10.3
863 # or so (Terminal.app v100+) xterm-like 16-color support was added. In
864 # some versions (for instance 133-1 which shipped with Mac OS X
865 # version 10.4) this suffered from the <bce> bug, but that seems to
866 # have been fixed in Mac OS X version 10.5 (Terminal.app v240.2+).
868 # In the early days of Mac OS X the terminal was fairly buggy and
869 # would routinely crash under load. Many of these bugs seem to have
870 # been fixed around Mac OS X version 10.3 (Terminal.app v100+) but
871 # some may still remain. This change seems to correspond to
872 # Terminal.app reporting "xterm-color" as $TERM rather than "vt100" as
873 # it did previously.
875 # * This may correspond with what actually happened, but I don't
876 #   know. It is based on guesswork, hearsay, private correspondence,
877 #   my faulty memory, and the following online sources and references:
879 # [1] "Three Scotts and a Duane" by Simson L. Garfinkel
880 # http://www.nextcomputers.org/NeXTfiles/Articles/NeXTWORLD/93.8/93.8.Dec.Community1.html
882 # [2] NeXTSTEP entry from Wikipedia, the free encyclopedia
883 # https://secure.wikimedia.org/wikipedia/en/wiki/Nextstep
885 # * Renamed the AppKit Terminal.app entry from "Apple_Terminal" to
886 #   "nsterm" to comply with the name length and case conventions and
887 #   limitations of various software packages [notably Solaris terminfo
888 #   and UNIX.] A single Apple_Terminal alias is retained for
889 #   backwards-compatibility.
891 # * Added function key support (F1-F4). These only work in Terminal.app
892 #   version 51, hopefully the capabilities won't cause problems for people
893 #   using version 41.
895 # * Added "full color" (-c) entries which support the 16-color mode in
896 #   version 51.
898 # * By default, version 51 uses UTF-8 encoding with broken altcharset
899 #   support, so "ASCII" (-7) entries without altcharset support were
900 #   added.
902 # nsterm - AppKit Terminal.app
904 # Apple's Mac OS X includes a Terminal.app derived from the old NeXT
905 # Terminal.app. It is a partial VT100 emulation with some xterm-like
906 # extensions. This terminfo was written to describe versions 41
907 # (shipped with Mac OS X version 10.0) and 51 (shipped with Mac OS X
908 # version 10.1) of Terminal.app.
910 # Terminal.app runs under the Mac OS X Quartz windowing system (and
911 # other AppKit-supported windowing systems.)  On the Mac OS X machine I
912 # use, the executable for Terminal.app is:
913 # /Applications/Utilities/Terminal.app/Contents/MacOS/Terminal
915 # If you're looking for a description of the full-screen system
916 # console which runs under Apple's Darwin operating system on PowerPC
917 # platforms, see the "xnuppc" entry instead.
919 # There were no function keys in version 41. In version 51, there are
920 # four working function keys (F1, F2, F3 and F4.) The function keys
921 # are included in all of these entries.
923 # It does not support mouse pointer position reporting. Under some
924 # circumstances the cursor can be positioned using option-click; this
925 # works by comparing the cursor position and the selected position,
926 # and simulating enough cursor-key presses to move the cursor to the
927 # selected position. This technique fails in all but the simplest
928 # applications.
930 # It provides partial ANSI color support (background colors interacted
931 # badly with bold in version 41, though, as reflected in :ncv:.) The
932 # monochrome (-m) entries are useful if you've disabled color support
933 # or use a monochrome monitor. The full color (-c) entries are useful
934 # in version 51, which doesn't exhibit the background color bug. They
935 # also enable an xterm-compatible 16-color mode.
937 # The configurable titlebar is set using xterm-compatible sequences;
938 # it is used as a status bar in the statusline (-s) entries. Its width
939 # depends on font sizes and window sizes, but 50 characters seems to
940 # be the default for an 80x24 window.
942 # The MacRoman character encoding is used for some of the alternate
943 # characters in the "MacRoman" entries; the "ASCII" (-7) entries
944 # disable alternate character set support entirely, and the "VT100"
945 # (-acs) entries rely instead on Terminal.app's own buggy VT100
946 # graphics emulation, which seems to think the character encoding is
947 # the old NeXT charset instead of MacRoman. The "ASCII" (-7) entries
948 # are useful in Terminal.app version 51, which supports UTF-8 and
949 # other ASCII-compatible character encodings but does not correctly
950 # implement VT100 graphics; once VT100 graphics are correctly
951 # implemented in Terminal.app, the "VT100" (-acs) entries should be
952 # usable in any ASCII-compatible character encoding [except perhaps
953 # in UTF-8, where some experts argue for disallowing alternate
954 # characters entirely.]
956 # Terminal.app reports "vt100" as the terminal type, but exports
957 # several environment variables which may aid detection in a shell
958 # profile (i.e. .profile or .login):
960 # TERM=vt100
961 # TERM_PROGRAM=Apple_Terminal
962 # TERM_PROGRAM_VERSION=41      # in Terminal.app version 41
963 # TERM_PROGRAM_VERSION=51      # in Terminal.app version 51
965 # For example, the following Bourne shell script would detect the
966 # correct terminal type:
968 # if [ :"$TERM" = :"vt100" -a :"$TERM_PROGRAM" = :"Apple_Terminal" ]
969 # then
970 #     export TERM
971 #     if [ :"$TERM_PROGRAM_VERSION" = :41 ]
972 #     then
973 #         TERM="nsterm-old"
974 #     else
975 #         TERM="nsterm-c-7"
976 #     fi
977 # fi
979 # In a C shell derivative, this would be accomplished by:
981 # if ( $?TERM && $?TERM_PROGRAM && $?TERM_PROGRAM_VERSION) then
982 #     if ( :"$TERM" == :"vt100" && :"$TERM_PROGRAM" == :"Apple_Terminal" ) then
983 #          if ( :"$TERM_PROGRAM_VERSION" == :41 ) then
984 #              setenv TERM "nsterm-old"
985 #          else
986 #              setenv TERM "nsterm-c-7"
987 #          endif
988 #     endif
989 # endif
991 # The '+' entries are building blocks
992 nsterm+7|AppKit Terminal.app v41+ basic capabilities w/ASCII charset:\
993         :am:bw:ms:xn:xo:\
994         :co#80:it#8:li#24:\
995         :@8=\EOM:AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:\
996         :RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:al=\E[L:bl=^G:\
997         :cb=\E[1K:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
998         :cr=\r:cs=\E[%i%d;%dr:ct=\E[3g:dl=\E[M:do=\n:ho=\E[H:\
999         :kb=\177:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:\
1000         :ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:\
1001         :mh=\E[2m:mk=\E[8m:mr=\E[7m:nd=\E[C:rc=\E8:\
1002         :rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:sc=\E7:se=\E[m:\
1003         :sf=\n:so=\E[7m:sr=\EM:st=\EH:ta=^I:ue=\E[m:up=\E[A:\
1004         :us=\E[4m:tc=vt100+enq:tc=vt100+pfkeys:
1006 nsterm+acs|AppKit Terminal.app v41+ basic capabilities w/VT100 alternate-charset:\
1007         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
1008         :ae=^O:as=^N:eA=\E(B\E)0:me=\E[0m:tc=nsterm+7:
1010 nsterm+mac|AppKit Terminal.app v41+ basic capabilities w/MacRoman alternate-charset:\
1011         :ac=+\335,\334-\366.\3770#`\327a\072f\241g\261h#i\360jjkkllmmnno\370p\370q\321rrssttuuvvwwxxy\262z\263{\271|\255}\243~\245:\
1012         :ae=^O:as=^N:eA=\E(B\E)0:me=\E[0m:tc=nsterm+7:
1014 # compare with xterm+sl-twm
1015 nsterm+s|AppKit Terminal.app v41+ status-line (window titlebar) support:\
1016         :ws#50:tc=xterm+sl-twm:
1018 nsterm+c|AppKit Terminal.app v51+ full color support (including 16 colors):\
1019         :op=\E[0m:tc=ibm+16color:
1021 nsterm+c41|AppKit Terminal.app v41 color support:\
1022         :Co#8:NC#37:pa#64:\
1023         :AB=\E[4%dm:AF=\E[3%dm:op=\E[0m:
1025 # These are different combinations of the building blocks
1027 # ASCII charset (-7)
1028 nsterm-m-7|nsterm-7-m|AppKit Terminal.app v41+ w/ASCII charset (monochrome):\
1029         :tc=nsterm+7:
1031 nsterm-m-s-7|nsterm-7-m-s|AppKit Terminal.app v41+ w/ASCII charset (monochrome w/statusline):\
1032         :tc=nsterm+s:tc=nsterm+7:
1034 nsterm-7|AppKit Terminal.app v41+ w/ASCII charset (color):\
1035         :tc=nsterm+c41:tc=nsterm+7:
1037 nsterm-7-c|nsterm-c-7|AppKit Terminal.app v51+ w/ASCII charset (full color):\
1038         :tc=nsterm+c:tc=nsterm+7:
1040 nsterm-s-7|nsterm-7-s|AppKit Terminal.app v41+ w/ASCII charset (color w/statusline):\
1041         :tc=nsterm+s:tc=nsterm+c41:tc=nsterm+7:
1043 nsterm-c-s-7|nsterm-7-c-s|AppKit Terminal.app v51+ w/ASCII charset (full color w/statusline):\
1044         :tc=nsterm+s:tc=nsterm+c:tc=nsterm+7:
1046 # VT100 alternate-charset (-acs)
1047 nsterm-m-acs|nsterm-acs-m|AppKit Terminal.app v41+ w/VT100 alternate-charset (monochrome):\
1048         :tc=nsterm+acs:
1050 nsterm-m-s-acs|nsterm-acs-m-s|AppKit Terminal.app v41+ w/VT100 alternate-charset (monochrome w/statusline):\
1051         :tc=nsterm+s:tc=nsterm+acs:
1053 nsterm-acs|AppKit Terminal.app v41+ w/VT100 alternate-charset (color):\
1054         :tc=nsterm+c41:tc=nsterm+acs:
1056 nsterm-c-acs|nsterm-acs-c|AppKit Terminal.app v51+ w/VT100 alternate-charset (full color):\
1057         :tc=nsterm+c:tc=nsterm+acs:
1059 nsterm-s-acs|nsterm-acs-s|AppKit Terminal.app v41+ w/VT100 alternate-charset (color w/statusline):\
1060         :tc=nsterm+s:tc=nsterm+c41:tc=nsterm+acs:
1062 nsterm-c-s-acs|nsterm-acs-c-s|AppKit Terminal.app v51+ w/VT100 alternate-charset (full color w/statusline):\
1063         :tc=nsterm+s:tc=nsterm+c:tc=nsterm+acs:
1065 # MacRoman charset
1066 nsterm-m|AppKit Terminal.app v41+ w/MacRoman charset (monochrome):\
1067         :tc=nsterm+mac:
1069 nsterm-m-s|AppKit Terminal.app v41+ w/MacRoman charset (monochrome w/statusline):\
1070         :tc=nsterm+s:tc=nsterm+mac:
1072 nsterm-old|AppKit Terminal.app v41+ w/MacRoman charset (color):\
1073         :tc=nsterm+c41:tc=nsterm+mac:
1075 nsterm-c|AppKit Terminal.app v51+ w/MacRoman charset (full color):\
1076         :tc=nsterm+c:tc=nsterm+mac:
1078 nsterm-s|AppKit Terminal.app v41+ w/MacRoman charset (color w/statusline):\
1079         :tc=nsterm+s:tc=nsterm+c41:tc=nsterm+mac:
1081 nsterm-c-s|AppKit Terminal.app v51+ w/MacRoman charset (full color w/statusline):\
1082         :tc=nsterm+s:tc=nsterm+c:tc=nsterm+mac:
1084 # In Mac OS X version 10.5 the format of the preferences has changed
1085 # and a new, more complex technique is needed, e.g.,
1087 #       python -c 'import sys,objc;NSUserDefaults=objc.lookUpClass(
1088 #       "NSUserDefaults");ud=NSUserDefaults.alloc();
1089 #       ud.init();prefs=ud.persistentDomainForName_(
1090 #       "com.apple.Terminal");prefs["Window Settings"][
1091 #       prefs["Default Window Settings"]]["TerminalType"
1092 #       ]=sys.argv[1];ud.setPersistentDomain_forName_(prefs,
1093 #       "com.apple.Terminal")' nsterm-16color
1095 # and it is still not settable from the preferences dialog. This is
1096 # tracked under rdar://problem/7365108 and rdar://problem/7365134
1097 # in Apple's bug reporter.
1099 # In OS X 10.7 (Leopard) the TERM which can be set in the preferences dialog
1100 # defaults to xterm-color.  Alternative selections are ansi, dtterm, rxvt,
1101 # vt52, vt100, vt102 and xterm.
1102 nsterm-16color|AppKit Terminal.app v240.2+ with Mac OS X version 10.5:\
1103         :NP:bw@:mi:\
1104         :@7=\E[F:DC=\E[%dP:F1=\E[23~:F2=\E[24~:F3=\E[25~:\
1105         :F4=\E[26~:F5=\E[28~:F6=\E[29~:F7=\E[31~:F8=\E[22~:\
1106         :F9=\E[33~:FA=\E[34~:IC=\E[%d@:ch=\E[%i%dG:cv=\E[%i%dd:\
1107         :dc=\E[P:ei=\E[4l:ic=\E[@:im=\E[4h:k5=\E[15~:k6=\E[17~:\
1108         :k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:kD=\E[3~:\
1109         :kN=\E[6~:kP=\E[5~:kh=\E[H:te=\E[2J\E[?47l\E8:\
1110         :ti=\E7\E[?47h:vb=\E[?5h\E[?5l:ve=\E[?25h:vi=\E[?25l:\
1111         :tc=nsterm-c-s-acs:
1113 # The versions of Terminal.app in Mac OS X version 10.3.x seem to have
1114 # the background color erase feature. The newer version 240.2 in Mac OS X
1115 # version 10.5 does not.
1117 # This entry is based on newsgroup comments by Alain Bench, Christian Ebert,
1118 # and D P Schreber comparing to nsterm-c-s-acs.
1120 # In Mac OS X version 10.4 and earlier, D P Schreber notes that $TERM
1121 # can be set in Terminal.app, e.g.,
1123 #       defaults write com.apple.Terminal TermCapString nsterm-bce
1125 # and that it is not set in Terminal's preferences dialog.
1127 # Modified for OS X 10.8, omitting bw based on testing with tack -TD
1129 # Notes:
1130 # * The terminal description matches the default settings.
1131 # * The keyboard is configurable via a dialog.
1132 # * By default khome, kend, knext and kprev are honored only with a
1133 #   shift-modifier.
1134 # * There are bindings for control left/right arrow (but not up/down).
1135 #   Added those to nsterm-16color, which is the version used for OS X 10.6
1136 # * "Allow VT100 application keypage mode" is by default disabled.
1137 #   There is no way to press keypad-comma unless application mode is enabled
1138 #   and used.
1139 # * 132-column mode stopped working during vttest's tests.  Consider it broken.
1140 # * CHT, REP, SU, SD are buggy.
1141 # * ECH works (also in Leopard), but is not used here for compatibility.
1142 # * The terminal preferences dialog replaces xterm-color by xterm-16color and
1143 #   xterm-256color.  However, it adds "nsterm", so it is possible to use the
1144 #   nsterm entry from this file to override the MacPorts (20110404) or
1145 #   system (20081102) copy of this file.
1146 # + In OS X 10.8 (Mountain Lion) the TERM which can be set in the preferences
1147 #   dialog defaults to xterm-256color.  Alternative selections are ansi,
1148 #   dtterm, rxvt, vt52, vt100, vt102, xterm and xterm-16color.  However,
1149 #   the menu says "Declare terminal as" without promising to actually emulate
1150 #   the corresponding terminals.  Indeed, changing TERM does not affect the
1151 #   emulation itself.  This means that
1152 #   + the function-keys do not match for dtterm for kf1-kf4 as well as
1153 #     khome/kend
1154 #   + the color model is the same for each setting of TERM (does not match
1155 #     ansi or dtterm).
1156 #   + the shift/control/meta key modifiers from rxvt and xterm variants are not
1157 #     recognised except for a few special cases, i.e., kRIT5 and kLFT5.
1158 #   + the vt52 emulation does not give a usable shell because screen-clearing
1159 #     does not work as expected.
1160 #   + selecting "xterm" or "xterm-16color" sets TERM to "xterm-256color".
1161 # + OSX 10.9 (Yosemite) added more extended keys in the default configuration
1162 #   as well as unmasking F10 (which had been used in the window manager). Those
1163 #   keys are listed in this entry.
1164 nsterm-bce|AppKit Terminal.app v71+/v100.1.8+ with Mac OS X version 10.3/10.4 (bce):\
1165         :ut:tc=nsterm-16color:
1167 # This is tested with OS X 10.8 (Mountain Lion), 2012/08/11
1168 #       TERM_PROGRAM_VERSION=309
1169 # Earlier reports state that these differences also apply to OS X 10.7 (Lion),
1170 #       TERM_PROGRAM_VERSION=303
1171 nsterm-256color|Terminal.app in OS X 10.8:\
1172         :tc=xterm+256setaf:tc=nsterm-bce:
1174 nsterm-build326|Terminal.app in OS X 10.9:\
1175         :#4=\E[1;2D:%i=\E[1;2C:*4=\E[3;2~:F8=\E[32~:kB=\E[Z:\
1176         :tc=nsterm-256color:
1178 # actually "343.7"
1179 nsterm-build343|Terminal.app in OS X 10.10:\
1180         :@7=\EOF:kh=\EOH:tc=nsterm-build326:
1182 # reviewed Terminal.app in El Capitan (version 2.6 build 361) -TD
1183 # Using vttest:
1184 # + no vt52 mode for cursor keys, though vt52 screen works in vttest
1185 # + f1-f4 map to pf1-pf4
1186 # + no vt220 support aside from DECTCEM and ECH
1187 # + there are no protected areas.  Forget about anything above vt220.
1188 # + in ECMA-48 cursor movement, VPR and HPR fail.  Others work.
1189 # + vttest color 11.6.4 and 11.6.5 (bce for ED/EL and ECH/indexing) are bce
1190 # + but bce fails for 11.6.7.2 (test repeat).
1191 # + SD (11.6.7.3) also fails, but SL/SR/SU work.
1192 # + 11.6.6 (test insert/delete char/line with bce) has several failures.
1193 # + normal (not X10 or Highlight tracking) mouse now works.
1194 # + mouse any-event works
1195 # + mouse button-event works
1196 # + in alternate screen:
1197 #   mode 47/48 work
1198 #   mode 1047 fails to restore cursor position (do not use)
1199 #   mode 1049 fails to restore screen contents (do not use)
1200 # + dtterm window-modify operations work (some messages are not printed)
1201 # + dtterm window-report gives size of window in characters/pixels as
1202 #   well as state of window.
1203 # Using tack:
1204 # + there is no difference between cnorm/cvvis
1205 # + has dim/invis/blink (no protect of course)
1206 # + most function keys with shift/control modifiers give beep
1207 #   (user can configure, but out-of-the-box is what I record)
1208 # + shift-F5 is \E[25~ through shift-F12 is \E[34~ (skips \E[30~ between
1209 #   F8 and F9).
1210 # + kLFT5/kRIT5 work, but not up/down with control-modifier
1211 # + kLFT/kRIT work, but not up/down with shift-modifier
1212 # + there are a few predefined bindings with Alt, but no clear pattern.
1213 # + uses alt-key as UTF-8 "meta" something like xterm altSendsEscape
1214 # Using ncurses test-program with xterm-new:
1215 # + no italics
1216 # Using xterm's scripts:
1217 # + palette for 256-colors is hardcoded.
1218 # + no support for "dynamic colors"
1219 # + no support for tcap-query.
1220 nsterm-build361|Terminal.app in OS X 10.11:\
1221         :Km=\E[M:tc=nsterm-build343:
1223 # This is an alias which should always point to the "current" version
1224 nsterm|Apple_Terminal|AppKit Terminal.app:\
1225         :tc=nsterm-build361:
1227 ######## iTerm, iTerm2
1229 # iTerm 0.10
1231 # iTerm.app from http://iterm.sourceforge.net/ is an alternative (and more
1232 # featureful) terminal emulator for Mac OS X.  It is similar enough in
1233 # capabilities to nsterm-16color that I have derived this description from that
1234 # one, but as far as I know they share no code.  Many of the features are
1235 # user-configurable, but I attempt only to describe the default configuration
1236 # (B. Sittler).
1238 # According to its documentation, iTerm uses terminfo to obtain function key
1239 # definitions.  For example, if it is started with TERM=xterm, it uses key
1240 # definitons from that terminal description from the local OSX machine.  Those
1241 # $TERM settings may be augmented using the bookmark and profile dialogs. 
1242 # However, the behavior seen with tack does not agree with either the terminfo
1243 # description or the function keys in its "xterm" profile.
1245 # NOTES:
1246 # with vttest:
1247 #       reports primary DA as VT100 with AVO: \E[?1;2c
1248 #       reports secondary DA as "\E[>0;95;c"
1249 #       supports blink and underline
1250 #       displays bold text as red
1251 #       recognizes all dtterm controls for modifying/querying window
1252 #       resizing via escape sequence is very slow
1253 #       supports X11R5 mouse (no X10) and XFree86 mouse (button- and event-tracking)
1254 #       supports X11R5 alternate screen and XFree86 1049 (no 1047/1048)
1255 #       supports CHA, VPA, VPR, but no other ECMA-48 cursor movement such as HPA
1256 # with tack:
1257 #       .
1258 # with ncurses test-program:
1259 #       ncurses 'k' has problem in second screen; light background does not fill
1260 # with xterm scripts
1261 #       can display/alter xterm-256color cube
1262 #       can display/alter xterm-88color cube
1263 # (TS removed to fit entry within 1023 bytes)
1264 # (acsc removed to fit entry within 1023 bytes)
1265 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
1266 iTerm.app|iterm|iTerm.app terminal emulator for Mac OS X:\
1267         :am:hs:mi:ms:xn:xo:\
1268         :co#80:it#8:li#24:ws#50:\
1269         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
1270         :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:\
1271         :cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=\r:\
1272         :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=\n:\
1273         :ds=\E]2;\007:ei=\E[4l:fs=^G:ho=\E[H:ic=\E[@:im=\E[4h:\
1274         :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[15~:k6=\E[17~:\
1275         :k7=\E[18~:k8=\E[19~:k9=\E[20~:kD=\E[3~:kN=\E[6~:kP=\E[5~:\
1276         :kb=\177:kd=\EOB:ke=\E[?1l\E>:kh=\EOH:kl=\EOD:kr=\EOC:\
1277         :ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:md=\E[1m:me=\E[0m:\
1278         :mr=\E[7m:nd=\E[C:rc=\E8:\
1279         :rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:sc=\E7:se=\E[m:\
1280         :sf=\n:so=\E[7m:sr=\EM:st=\EH:ta=^I:te=\E[2J\E[?47l\E8:\
1281         :ti=\E7\E[?47h:ts=\E]2;:ue=\E[m:up=\E[A:us=\E[4m:\
1282         :vb=\E[?5h\E[?5l:ve=\E[?25h:vi=\E[?25l:tc=vt100+keypad:\
1283         :tc=xterm+256setaf:
1285 # iTerm2 3.0.15
1287 # https://www.iterm2.com/
1288 # https://github.com/gnachman/iTerm2
1289 # ~/Library/Preferences/com.googlecode.iterm2.plist
1290 # "iTerm" stalled in 2009.  A different set of developers began "iTerm2".
1292 # NOTES:
1293 # with vttest:
1294 #       reports primary DA as VT100 with AVO: \E[?1;2c
1295 #       reports secondary DA as "\E[>0;95;0c"
1296 #       numeric keypad application mode does not work
1297 #       by default, dtterm window-modifications are ignored
1298 #       by default, dtterm window-reports return, but icon as "L", window as "l"
1299 #       supports SD/SU, no REP, SL, SR
1300 #       supports CBT, CHA, VPA, CNL, CPL, VPR (no HPA, CHT, HPR)
1301 #       no improvement to XFree86 1047/1048 modes
1302 # with tack:
1303 #       in meta-mode, imitates xterm, sending UTF-8
1304 #       special-key modifiers based on xterm use incompatible default for alt/meta
1305 # with ncurses test-program:
1306 #       no italics
1307 #       no improvement to ncurses 'k'
1308 # with xterm scripts:
1309 #       acolors.sh works
1311 # Italic text did not work initially, apparently because upgrading did not
1312 # add/change that preference (set in Preferences, Profiles, Text).  A new
1313 # install of iTerm 3.0.15 provides italics by default (blinking text:no).
1314 iTerm2.app|iterm2|terminal emulator for Mac OS X:\
1315         :#2=\E[1;2H:*7=\E[1;2F:@8@:F3=\E[1;2P:F4=\E[1;2Q:\
1316         :F5=\E[1;2R:F6=\E[1;2S:F7=\E[15;2~:F8=\E[17;2~:\
1317         :F9=\E[18;2~:FA=\E[19;2~:FB=\E[20;2~:FC=\E[21;2~:\
1318         :FD=\E[23;2~:FE=\E[24;2~:K1@:K2@:K3@:K4@:K5@:k2=\EOQ:\
1319         :kF=\E[1;2B:kR=\E[1;2A:mb@:mh=\E[2m:tc=ecma+italics:\
1320         :tc=iterm:
1322 # xnuppc - Darwin PowerPC Console (a.k.a. "darwin")
1324 # On PowerPC platforms, Apple's Darwin operating system uses a
1325 # full-screen system console derived from a NetBSD framebuffer
1326 # console. It is an ANSI-style terminal, and is not really VT-100
1327 # compatible.
1329 # Under Mac OS X, this is the system console driver used while in
1330 # single-user mode [reachable by holding down Command-S during the
1331 # boot process] and when logged in using console mode [reachable by
1332 # typing ">console" at the graphical login prompt.]
1334 # If you're looking for a description of the Terminal.app terminal
1335 # emulator which runs under the Mac OS X Quartz windowing system (and
1336 # other AppKit-supported windowing systems,) see the "nsterm"
1337 # entry instead.
1339 # NOTE: Under Mac OS X version 10.1, the default login window does not
1340 # prompt for user name, instead requiring an icon to be selected from
1341 # a list of known users. Since the special ">console" login is not in
1342 # this list, you must make one of two changes in the Login Window
1343 # panel of the Login section of System Prefs to make the special
1344 # ">console" login accessible. The first option is to enable 'Show
1345 # "Other User" in list for network users', which will add a special
1346 # "Other..." icon to the graphical login panel. Selecting "Other..."
1347 # will present the regular graphical login prompt. The second option
1348 # is to change the 'Display Login Window as:' setting to 'Name and
1349 # password entry fields', which replaces the login panel with a
1350 # graphical login prompt.
1352 # There are no function keys, at least not in Darwin 1.3.
1354 # It has no mouse support.
1356 # It has full ANSI color support, and color combines correctly with
1357 # all three supported attributes: bold, inverse-video and underline.
1358 # However, bold colored text is almost unreadable (bolding is
1359 # accomplished using shifting and or-ing, and looks smeared) so bold
1360 # has been excluded from the list of color-compatible attributes
1361 # [using (ncv)]. The monochrome entry (-m) is useful if you use a
1362 # monochrome monitor.
1364 # There is one serious bug with this terminal emulation's color
1365 # support: repositioning the cursor onto a cell with non-matching
1366 # colors obliterates that cell's contents, replacing it with a blank
1367 # and displaying a colored cursor in the "current" colors. There is
1368 # no complete workaround at present [other than using the monochrome
1369 # (-m) entries,] but removing the (msgr) capability seemed to help.
1371 # The "standout" chosen was simple reverse-video, although a colorful
1372 # standout might be more aesthetically pleasing. Similarly, the bold
1373 # chosen is the terminal's own smeared bold, although a simple
1374 # color-change might be more readable. The color-bold (-b) entries
1375 # uses magenta colored text for bolding instead. The fancy color (-f
1376 # and -f2) entries use color for bold, standout and underlined text
1377 # (underlined text is still underlined, though.)
1379 # Apparently the terminal emulator does support a VT-100-style
1380 # alternate character set, but all the alternate character set
1381 # positions have been left blank in the font. For this reason, no
1382 # alternate character set capabilities have been included in this
1383 # description. The console driver appears to be ASCII-only, so (enacs)
1384 # has been excluded [although the VT-100 sequence does work.]
1386 # The default Mac OS X and Darwin installation reports "vt100" as the
1387 # terminal type, and exports no helpful environment variables. To fix
1388 # this, change the "console" entry in /etc/ttys from "vt100" to
1389 # "xnuppc-WxH", where W and H are the character dimensions of your
1390 # console (see below.)
1392 # The font used by the terminal emulator is apparently one originally
1393 # drawn by Ka-Ping Yee, and uses 8x16-pixel characters. This
1394 # file includes descriptions for the following geometries:
1396 #     Pixels        Characters   Entry Name (append -m for monochrome)
1397 #    -------------------------------------------------------------------
1398 #     640x400       80x25        xnuppc-80x25
1399 #     640x480       80x30        xnuppc-80x30
1400 #     720x480       90x30        xnuppc-90x30
1401 #     800x600       100x37       xnuppc-100x37
1402 #     896x600       112x37       xnuppc-112x37
1403 #     1024x640      128x40       xnuppc-128x40
1404 #     1024x768      128x48       xnuppc-128x48
1405 #     1152x768      144x48       xnuppc-144x48
1406 #     1280x1024     160x64       xnuppc-160x64
1407 #     1600x1024     200x64       xnuppc-200x64
1408 #     1600x1200     200x75       xnuppc-200x75
1409 #     2048x1536     256x96       xnuppc-256x96
1411 # The basic "xnuppc" entry includes no size information, and the
1412 # emulator includes no reporting capability, so you'll be at the mercy
1413 # of the TTY device (which reports incorrectly on my hardware.) The
1414 # color-bold entries do not include size information.
1416 # The '+' entries are building blocks
1417 xnuppc+basic|Darwin PowerPC Console basic capabilities:\
1418         :am:mi:ut:xn:\
1419         :it#8:\
1420         :DO=\E[%dB:LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:\
1421         :UP=\E[%dA:cb=\E[1K:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
1422         :cm=\E[%i%d;%dH:cr=\r:cs=\E[%i%d;%dr:ct=\E[3g:do=\E[B:\
1423         :ds=\E]2;\007:ho=\E[H:kb=\177:kd=\EOB:ke=\E[?1l\E>:\
1424         :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=\E[D:md=\E[1m:\
1425         :me=\E[m:mr=\E[7m:nd=\E[C:rc=\E8:\
1426         :rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:sc=\E7:se=\E[m:\
1427         :sf=\n:so=\E[7m:sr=\EM:st=\EH:ta=^I:ue=\E[m:up=\E[A:\
1428         :us=\E[4m:tc=vt100+keypad:
1430 xnuppc+c|Darwin PowerPC Console ANSI color support:\
1431         :Co#8:NC#32:pa#64:\
1432         :AB=\E[4%dm:AF=\E[3%dm:op=\E[37;40m:
1434 xnuppc+b|Darwin PowerPC Console color-bold support:\
1435         :NC#32:\
1436         :md=\E[35m:tc=xnuppc+basic:
1438 xnuppc+f|Darwin PowerPC Console fancy color support:\
1439         :NC#35:\
1440         :so=\E[33;44m:us=\E[36;4m:tc=xnuppc+b:
1442 xnuppc+f2|Darwin PowerPC Console alternate fancy color support:\
1443         :NC#35:\
1444         :md=\E[33m:so=\E[31;47m:us=\E[34m:tc=xnuppc+basic:
1446 # Building blocks for specific screen sizes
1447 xnuppc+80x25|Darwin PowerPC Console 80x25 support (640x400 pixels):\
1448         :co#80:li#25:
1450 xnuppc+80x30|Darwin PowerPC Console 80x30 support (640x480 pixels):\
1451         :co#80:li#30:
1453 xnuppc+90x30|Darwin PowerPC Console 90x30 support (720x480 pixels):\
1454         :co#90:li#30:
1456 xnuppc+100x37|Darwin PowerPC Console 100x37 support (800x600 pixels):\
1457         :co#100:li#37:
1459 xnuppc+112x37|Darwin PowerPC Console 112x37 support (896x600 pixels):\
1460         :co#112:li#37:
1462 xnuppc+128x40|Darwin PowerPC Console 128x40 support (1024x640 pixels):\
1463         :co#128:li#40:
1465 xnuppc+128x48|Darwin PowerPC Console 128x48 support (1024x768 pixels):\
1466         :co#128:li#48:
1468 xnuppc+144x48|Darwin PowerPC Console 144x48 support (1152x768 pixels):\
1469         :co#144:li#48:
1471 xnuppc+160x64|Darwin PowerPC Console 160x64 support (1280x1024 pixels):\
1472         :co#160:li#64:
1474 xnuppc+200x64|Darwin PowerPC Console 200x64 support (1600x1024 pixels):\
1475         :co#200:li#64:
1477 xnuppc+200x75|Darwin PowerPC Console 200x75 support (1600x1200 pixels):\
1478         :co#200:li#75:
1480 xnuppc+256x96|Darwin PowerPC Console 256x96 support (2048x1536 pixels):\
1481         :co#256:li#96:
1483 # These are different combinations of the building blocks
1485 xnuppc-m|darwin-m|Darwin PowerPC Console (monochrome):\
1486         :tc=xnuppc+basic:
1488 xnuppc|darwin|Darwin PowerPC Console (color):\
1489         :tc=xnuppc+c:tc=xnuppc+basic:
1491 xnuppc-m-b|darwin-m-b|Darwin PowerPC Console (monochrome w/color-bold):\
1492         :tc=xnuppc+b:
1494 xnuppc-b|darwin-b|Darwin PowerPC Console (color w/color-bold):\
1495         :tc=xnuppc+b:tc=xnuppc+c:
1497 xnuppc-m-f|darwin-m-f|Darwin PowerPC Console (fancy monochrome):\
1498         :tc=xnuppc+f:
1500 xnuppc-f|darwin-f|Darwin PowerPC Console (fancy color):\
1501         :tc=xnuppc+f:tc=xnuppc+c:
1503 xnuppc-m-f2|darwin-m-f2|Darwin PowerPC Console (alternate fancy monochrome):\
1504         :tc=xnuppc+f2:
1506 xnuppc-f2|darwin-f2|Darwin PowerPC Console (alternate fancy color):\
1507         :tc=xnuppc+f2:tc=xnuppc+c:
1509 # Combinations for specific screen sizes
1510 xnuppc-80x25-m|darwin-80x25-m|Darwin PowerPC Console (monochrome) 80x25:\
1511         :tc=xnuppc+80x25:tc=xnuppc+basic:
1513 xnuppc-80x25|darwin-80x25|Darwin PowerPC Console (color) 80x25:\
1514         :tc=xnuppc+c:tc=xnuppc+80x25:tc=xnuppc+basic:
1516 xnuppc-80x30-m|darwin-80x30-m|Darwin PowerPC Console (monochrome) 80x30:\
1517         :tc=xnuppc+80x30:tc=xnuppc+basic:
1519 xnuppc-80x30|darwin-80x30|Darwin PowerPC Console (color) 80x30:\
1520         :tc=xnuppc+c:tc=xnuppc+80x30:tc=xnuppc+basic:
1522 xnuppc-90x30-m|darwin-90x30-m|Darwin PowerPC Console (monochrome) 90x30:\
1523         :tc=xnuppc+90x30:tc=xnuppc+basic:
1525 xnuppc-90x30|darwin-90x30|Darwin PowerPC Console (color) 90x30:\
1526         :tc=xnuppc+c:tc=xnuppc+90x30:tc=xnuppc+basic:
1528 xnuppc-100x37-m|darwin-100x37-m|Darwin PowerPC Console (monochrome) 100x37:\
1529         :tc=xnuppc+100x37:tc=xnuppc+basic:
1531 xnuppc-100x37|darwin-100x37|Darwin PowerPC Console (color) 100x37:\
1532         :tc=xnuppc+c:tc=xnuppc+100x37:tc=xnuppc+basic:
1534 xnuppc-112x37-m|darwin-112x37-m|Darwin PowerPC Console (monochrome) 112x37:\
1535         :tc=xnuppc+112x37:tc=xnuppc+basic:
1537 xnuppc-112x37|darwin-112x37|Darwin PowerPC Console (color) 112x37:\
1538         :tc=xnuppc+c:tc=xnuppc+112x37:tc=xnuppc+basic:
1540 xnuppc-128x40-m|darwin-128x40-m|Darwin PowerPC Console (monochrome) 128x40:\
1541         :tc=xnuppc+128x40:tc=xnuppc+basic:
1543 xnuppc-128x40|darwin-128x40|Darwin PowerPC Console (color) 128x40:\
1544         :tc=xnuppc+c:tc=xnuppc+128x40:tc=xnuppc+basic:
1546 xnuppc-128x48-m|darwin-128x48-m|Darwin PowerPC Console (monochrome) 128x48:\
1547         :tc=xnuppc+128x48:tc=xnuppc+basic:
1549 xnuppc-128x48|darwin-128x48|Darwin PowerPC Console (color) 128x48:\
1550         :tc=xnuppc+c:tc=xnuppc+128x48:tc=xnuppc+basic:
1552 xnuppc-144x48-m|darwin-144x48-m|Darwin PowerPC Console (monochrome) 144x48:\
1553         :tc=xnuppc+144x48:tc=xnuppc+basic:
1555 xnuppc-144x48|darwin-144x48|Darwin PowerPC Console (color) 144x48:\
1556         :tc=xnuppc+c:tc=xnuppc+144x48:tc=xnuppc+basic:
1558 xnuppc-160x64-m|darwin-160x64-m|Darwin PowerPC Console (monochrome) 160x64:\
1559         :tc=xnuppc+160x64:tc=xnuppc+basic:
1561 xnuppc-160x64|darwin-160x64|Darwin PowerPC Console (color) 160x64:\
1562         :tc=xnuppc+c:tc=xnuppc+160x64:tc=xnuppc+basic:
1564 xnuppc-200x64-m|darwin-200x64-m|Darwin PowerPC Console (monochrome) 200x64:\
1565         :tc=xnuppc+200x64:tc=xnuppc+basic:
1567 xnuppc-200x64|darwin-200x64|Darwin PowerPC Console (color) 200x64:\
1568         :tc=xnuppc+c:tc=xnuppc+200x64:tc=xnuppc+basic:
1570 xnuppc-200x75-m|darwin-200x75-m|Darwin PowerPC Console (monochrome) 200x75:\
1571         :tc=xnuppc+200x75:tc=xnuppc+basic:
1573 xnuppc-200x75|darwin-200x75|Darwin PowerPC Console (color) 200x75:\
1574         :tc=xnuppc+c:tc=xnuppc+200x75:tc=xnuppc+basic:
1576 xnuppc-256x96-m|darwin-256x96-m|Darwin PowerPC Console (monochrome) 256x96:\
1577         :tc=xnuppc+256x96:tc=xnuppc+basic:
1579 xnuppc-256x96|darwin-256x96|Darwin PowerPC Console (color) 256x96:\
1580         :tc=xnuppc+c:tc=xnuppc+256x96:tc=xnuppc+basic:
1583 #### BeOS
1585 # BeOS entry for Terminal program Seems to be almost ANSI
1586 beterm|BeOS Terminal:\
1587         :am:eo:mi:ms:xn:xo:\
1588         :Co#8:NC#5:co#80:it#8:li#25:pa#64:\
1589         :&7=^Z:@7=\E[4~:AB=\E[4%dm:AF=\E[3%dm:AL=\E[%dL:DC=\E[%dP:\
1590         :DL=\E[%dM:DO=\E[%dB:F1=\E[21~:F2=\E[22~:IC=\E[%d@:\
1591         :LE=\E[%dD:RI=\E[%dC:Sb=\E[%+(m:Sf=\E[%+^^m:UP=\E[%dA:\
1592         :al=\E[L:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:ch=\E[%i%dG:\
1593         :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=\r:cs=\E[%i%d;%dr:\
1594         :cv=\E[%i%dd:dc=\E[P:dl=\E[M:do=\n:ec=\E[%dX:ei=\E[4l:\
1595         :ho=\E[H:ic=\E[@:im=\E[4h:k1=\E[11~:k2=\E[12~:k3=\E[13~:\
1596         :k4=\E[14~:k5=\E[15~:k6=\E[16~:k7=\E[17~:k8=\E[18~:\
1597         :k9=\E[19~:k;=\E[20~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:\
1598         :kb=^H:kd=\E[B:ke=\E[?4l:kh=\E[1~:kl=\E[D:kr=\E[C:\
1599         :ks=\E[?4h:ku=\E[A:le=^H:md=\E[1m:me=\E[0;10m:mr=\E[7m:\
1600         :nd=\E[C:nw=\r\n:op=\E[m:r1=\Ec:rc=\E8:sc=\E7:se=\E[m:sf=\n:\
1601         :so=\E[7m:sr=\EM:st=\EH:ta=^I:u6=\E[%i%d;%dR:u7=\E[6n:\
1602         :ue=\E[24m:up=\E[A:us=\E[4m:
1604 #### Linux consoles
1607 # This entry is good for the 1.2.13 or later version of the Linux console.
1609 # ***************************************************************************
1610 # *                                                                         *
1611 # *                           WARNING:                                      *
1612 # * Linuxes come with a default keyboard mapping kcbt=^I.  This entry, in   *
1613 # * response to user requests, assumes kcbt=\E[Z, the ANSI/ECMA reverse-tab *
1614 # * character. Here are the keymap replacement lines that will set this up: *
1615 # *                                                                         *
1616 #       keycode  15 = Tab             Tab
1617 #               alt     keycode  15 = Meta_Tab
1618 #               shift   keycode  15 = F26
1619 #       string F26 ="\033[Z"
1620 # *                                                                         *
1621 # * This has to use a key slot which is unfortunate (any unused one will    *
1622 # * do, F26 is the higher-numbered one).  The change ought to be built      *
1623 # * into the kernel tables.                                                 *
1624 # *                                                                         *
1625 # ***************************************************************************
1627 # All linux kernels since 1.2.13 (at least) set the screen size
1628 # themselves; this entry assumes that capability.
1630 # (sgr removed to fit entry within 1023 bytes)
1631 # (rmacs/smacs removed for consistency)
1632 # (acsc removed to fit entry within 1023 bytes)
1633 linux-basic|linux console:\
1634         :am:eo:mi:ms:ut:xn:xo:\
1635         :NC#18:it#8:U8#1:\
1636         :&7=^Z:@7=\E[4~:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:\
1637         :F1=\E[23~:F2=\E[24~:F3=\E[25~:F4=\E[26~:F5=\E[28~:\
1638         :F6=\E[29~:F7=\E[31~:F8=\E[32~:F9=\E[33~:FA=\E[34~:\
1639         :IC=\E[%d@:K2=\E[G:Km=\E[M:LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:\
1640         :SA=\E[?7h:UP=\E[%dA:al=\E[L:bl=^G:cb=\E[1K:cd=\E[J:\
1641         :ce=\E[K:ch=\E[%i%dG:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=\r:\
1642         :cs=\E[%i%d;%dr:ct=\E[3g:cv=\E[%i%dd:dc=\E[P:dl=\E[M:\
1643         :do=\n:ec=\E[%dX:ei=\E[4l:ho=\E[H:ic=\E[@:im=\E[4h:\
1644         :k1=\E[[A:k2=\E[[B:k3=\E[[C:k4=\E[[D:k5=\E[[E:k6=\E[17~:\
1645         :k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:kB=\E[Z:kD=\E[3~:\
1646         :kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=\177:kd=\E[B:kh=\E[1~:\
1647         :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mh=\E[2m:mr=\E[7m:nd=\E[C:\
1648         :nw=\r\n:r1=\Ec\E]R:rc=\E8:sc=\E7:se=\E[27m:sf=\n:sr=\EM:\
1649         :st=\EH:ta=^I:ue=\E[24m:up=\E[A:us=\E[4m:vb=\E[?5h\E[?5l:\
1650         :tc=vt102+enq:tc=klone+sgr:tc=ecma+color:
1652 linux-m|Linux console no color:\
1653         :Co@:pa@:\
1654         :AB@:AF@:Sb@:Sf@:tc=linux:
1656 # The 1.3.x kernels add color-change capabilities; if yours doesn't have this
1657 # and it matters, turn off <ccc>.  The %02x escape used to implement this is
1658 # not supposedly back-portable to older SV curses (although it has worked fine
1659 # on Solaris for several years) and not supported in ncurses versions before
1660 # 1.9.9.
1661 linux-c-nc|linux console with color-change:\
1662         :cc:\
1663         :oc=\E]R:tc=linux-basic:
1664 # From: Dennis Henriksen <opus@osrl.dk>, 9 July 1996
1665 linux-c|linux console 1.3.6+ for older ncurses:\
1666         :cc:\
1667         :oc=\E]R:tc=linux-basic:
1669 # The 2.2.x kernels add a private mode that sets the cursor type; use that to
1670 # get a block cursor for cvvis.
1671 # reported by Frank Heckenbach <frank@g-n-u.de>.
1672 linux2.2|linux 2.2.x console:\
1673         :ve=\E[?25h\E[?0c:vi=\E[?25l\E[?1c:vs=\E[?25h\E[?8c:\
1674         :tc=linux-c-nc:
1676 # Linux 2.6.x has a fix for SI/SO to work with UTF-8 encoding added here:
1677 #       http://lkml.iu.edu/hypermail/linux/kernel/0602.2/0738.html
1678 # Although the kernel has mappings for these, they were not in the default
1679 # font (tested with Debian and Fedora):
1680 #       '`' diamond
1681 #       '~' scan line 1
1682 #       'p' scan line 3
1683 #       'r' scan line 7
1684 #       '_' scan line 9
1685 linux2.6|linux 2.6.x console:\
1686         :ac=++,,--..00__``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}c~~:\
1687         :ae=^O:as=^N:eA=\E)0:me=\E[m\017:tc=linux2.2:
1689 # The 3.0 kernel adds support for clearing scrollback buffer (capability E3).
1690 # It is the same as xterm's erase-saved-lines feature.
1691 linux3.0|linux 3.0 kernels:\
1692         :E3=\E[3J:tc=linux2.6:
1694 # This is Linux console for ncurses.
1695 linux|linux console:\
1696         :tc=linux3.0:
1698 # Subject: linux 2.6.26 vt back_color_erase
1699 # Changes to the Linux console driver broke bce model as reported in
1700 #       https://bugzilla.novell.com/show_bug.cgi?id=418613
1701 # apparently from
1702 #       http://lkml.org/lkml/2008/4/26/305
1703 #       http://lkml.org/lkml/2008/10/3/66
1704 linux2.6.26|linux console w/o bce:\
1705         :ut@:tc=linux2.6:
1707 # See the note on ICH/ICH1 VERSUS RMIR/SMIR near the end of file
1708 linux-nic|linux with ich/ich1 suppressed for non-curses programs:\
1709         :IC@:ic@:tc=linux:
1711 # This assumes you have used setfont(8) to load one of the Linux koi8-r fonts.
1712 # acsc entry from Pavel Roskin" <pavel@absolute.spb.su>, 29 Sep 1997.
1713 linux-koi8|linux with koi8 alternate character set:\
1714         :ac=+\020,\021-\030.^Y0\215`\004a\221f\234g\237h\220i\276j\205k\203l\202m\204n\212o~p\200q\200r\200s_t\206u\207v\211w\210x\201y\230z\231{\267|\274~\224:\
1715         :tc=linux:tc=klone+koi8acs:
1717 # Another entry for KOI8-r with Qing Long's acsc.
1718 # (which one better complies with the standard?)
1719 linux-koi8r|linux with koi8-r alternate character set:\
1720         :tc=linux:tc=klone+koi8acs:
1722 # Entry for the latin1 and latin2 fonts
1723 linux-lat|linux with latin1 or latin2 alternate character set:\
1724         :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:\
1725         :tc=linux:
1727 # This uses graphics from VT codeset instead of from cp437.
1728 # reason: cp437 (aka "straight to font") is not functional under luit.
1729 # from: Andrey V Lukyanov <land@long.yar.ru>.
1730 linux-vt|linux console using VT codes for graphics:\
1731         :S2@:S3@:\
1732         :ac=++,,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz~~:\
1733         :ae=\E(K:as=\E(0:me=\E[0m\E(K\017:sa@:tc=linux:
1735 # This is based on the Linux console (relies on the console to perform some
1736 # of the functionality), but does not recognize as many control sequences.
1737 # The program comes bundled with an old (circa 1998) copy of the Linux
1738 # console terminfo.  It recognizes some non-ANSI/VT100 sequences such as
1739 #       \E*     move cursor to home, as as \E[H
1740 #       \E,X    same as \E(X
1741 #       \EE     move cursor to beginning of row
1742 #       \E[y,xf same as \E[y,xH
1744 # Note: The status-line support is buggy (dsl does not work).
1745 kon|kon2|jfbterm|Kanji ON Linux console:\
1746         :cc@:hs:\
1747         :Ic@:Ip@:ds=\E[?H:fs=\E[?F:kB@:oc@:op=\E[37;40m:r1=\Ec:\
1748         :ts=\E[?T:vb@:ve@:vi@:vs@:tc=linux:
1750 # FbTerm
1751 # Another variant.  There are two parts (src, src/lib) with the latter
1752 # comprising the escape-sequence parsing.  The copyright notice on that
1753 # says it is based on GTerm by Timothy Miller.
1755 # The original developer "dragchan" has left, but as of March 2017 there is
1756 # (still dead) code from May 2015 here:
1757 #       https://github.com/izmntuk/fbterm
1759 # The acsc string may be incorrect.
1761 # Not used here, the program recognizes escapes for italic, underline and
1762 # dim, rendering those as green, cyan and gray respectively.
1763 fbterm|FbTerm for Linux with framebuffer:\
1764         :Co#256:pa#32767:\
1765         :AB=\E[2;%d}:AF=\E[1;%d}:\
1766         :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:\
1767         :ae=\E[10m:as=\E[11m:me=\E[0m:tc=linux:
1769 # 16-color linux console entry; this works with a 256-character
1770 # console font but bright background colors turn into dim ones when
1771 # you use a 512-character console font. This uses bold for bright
1772 # foreground colors and blink for bright background colors.
1773 linux-16color|linux console with 16 colors:\
1774         :Co#16:NC#42:pa#256:tc=linux:
1776 # bterm (bogl 0.1.18)
1777 # Implementation is in bogl-term.c
1778 # Key capabilities from linux terminfo entry
1780 # Notes:
1781 # bterm only supports acs using wide-characters, has case for these: qjxamlkut
1782 # bterm does not support sgr, since it only processes one parameter -TD
1783 bterm|bogl virtual terminal:\
1784         :am:ut:\
1785         :Co#8:co#80:li#24:pa#64:\
1786         :&7=^Z:@7=\E[4~:AB=\E[4%dm:AF=\E[3%dm:F1=\E[23~:F2=\E[24~:\
1787         :F3=\E[25~:F4=\E[26~:F5=\E[28~:F6=\E[29~:F7=\E[31~:\
1788         :F8=\E[32~:F9=\E[33~:FA=\E[34~:K2=\E[G:Km=\E[M:\
1789         :ac=aajjkkllmmqqttuuxx:ae=^O:as=^N:cd=\E[J:ce=\E[K:\
1790         :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=\r:do=\n:ho=\E[H:k1=\E[[A:\
1791         :k2=\E[[B:k3=\E[[C:k4=\E[[D:k5=\E[[E:k6=\E[17~:k7=\E[18~:\
1792         :k8=\E[19~:k9=\E[20~:k;=\E[21~:kB=\E[Z:kD=\E[3~:kI=\E[2~:\
1793         :kN=\E[6~:kP=\E[5~:kb=\177:kd=\E[B:kh=\E[1~:kl=\E[D:\
1794         :kr=\E[C:ku=\E[A:le=^H:md=\E[1m:me=\E[0m:mr=\E[7m:nw=\r\n:\
1795         :op=\E[49m\E[39m:se=\E[27m:sf=\n:so=\E[7m:sr=\EM:\
1796         :ue=\E[24m:us=\E[4m:ve=\E[?25h:vi=\E[?25l:
1798 #### Mach
1801 # From: Matthew Vernon <mcv21@pick.sel.cam.ac.uk>
1802 mach|Mach Console:\
1803         :am:km:\
1804         :co#80:it#8:li#25:\
1805         :@7=\E[Y:AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:\
1806         :RI=\E[%dC:UP=\E[%dA:al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\Ec:\
1807         :cm=\E[%i%d;%dH:cr=\r:dl=\E[M:do=\n:ho=\E[H:k1=\EOP:\
1808         :k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOT:k6=\EOU:k7=\EOV:k8=\EOW:\
1809         :k9=\EOX:k;=\EOY:kD=\E[9:kH=\E[F:kI=\E[@:kN=\E[U:kP=\E[V:\
1810         :kb=\177:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
1811         :mb=\E[5m:md=\E[1m:me=\E[0m:mr=\E[7m:nd=\E[C:se=\E[0m:\
1812         :sf=\n:so=\E[7m:ta=^I:ue=\E[24m:up=\E[A:us=\E[4m:
1813 mach-bold|Mach Console with bold instead of underline:\
1814         :ue=\E[0m:us=\E[1m:tc=mach:
1815 mach-color|Mach Console with ANSI color:\
1816         :Co#8:pa#64:\
1817         :AB=\E[4%dm:AF=\E[3%dm:mh=\E[2m:mk=\E[8m:op=\E[37;40m:\
1818         :se=\E[27m:tc=mach:
1820 # From: Samuel Thibault
1821 # Source: git://git.sv.gnu.org/hurd/gnumach.git
1822 # Files: i386/i386at/kd.c
1824 # Added nel, hpa, sgr and removed rmacs, smacs based on source -TD
1825 mach-gnu|GNU Mach:\
1826         :DC=\E[%dP:IC=\E[%d@:SF=\E[%dS:SR=\E[%dT:\
1827         :ac=+>,<-\136.v0\333`+a\261f\370g\361h\260i#j\331k\277l\332m\300n\305o~p\304q\304r\304s_t\303u\264v\301w\302x\263y\363z\362{\343|\330}\234~\376:\
1828         :cb=\E[1K:ch=\E[%i%dG:dc=\E[P:ec=\E[%dX:ei=:ic=\E[@:im=:\
1829         :mh=\E[2m:mk=\E[8m:nw=\EE:tc=mach:
1831 mach-gnu-color|Mach Console with ANSI color:\
1832         :Co#8:pa#64:\
1833         :AB=\E[4%dm:AF=\E[3%dm:op=\E[37;40m:se=\E[27m:\
1834         :tc=mach-gnu:
1836 # From: Marcus Brinkmann
1837 # http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/hurd/hurd/console/
1839 # Comments in the original are summarized here:
1841 # hurd uses 8-bit characters (km).
1843 # Although it doesn't do XON/XOFF, we don't want padding characters (xon).
1845 # Regarding compatibility to vt100:  hurd doesn't specify :xn:, as we don't
1846 # have the eat_newline_glitch.  It doesn't support setting or removing tab
1847 # stops (hts/tbc).
1849 # hurd uses ^H instead of \E[D for cub1, as only ^H implements :bw: and it is
1850 # one byte instead three.
1852 # :ic: is not included because hurd has insert mode.
1854 # hurd doesn't use ^J for scrolling, because this could put things into the
1855 # scrollback buffer.
1857 # gsbom/grbom are used to enable/disable real bold (not intensity bright) mode.
1858 # This is a GNU extension.
1860 # The original has commented-out ncv, but is restored here.
1862 # Reading the source, RIS resets cnorm, but not xmous.
1863 # (acsc removed to fit entry within 1023 bytes)
1864 hurd|The GNU Hurd console server:\
1865         :am:bw:eo:km:mi:ms:ut:xn:xo:\
1866         :Co#8:NC#18:it#8:pa#64:\
1867         :&7=^Z:@7=\E[4~:AB=\E[4%dm:AF=\E[3%dm:AL=\E[%dL:DC=\E[%dP:\
1868         :DL=\E[%dM:DO=\E[%dB:F1=\E[23~:F2=\E[24~:F3=\E[25~:\
1869         :F4=\E[26~:F5=\E[28~:F6=\E[29~:F7=\E[31~:F8=\E[32~:\
1870         :F9=\E[33~:FA=\E[34~:IC=\E[%d@:K2=\E[G:Km=\E[M:LE=\E[%dD:\
1871         :RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:ae=\E[10m:\
1872         :al=\E[L:as=\E[11m:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[J:ce=\E[K:\
1873         :ch=\E[%i%dG:cl=\Ec:cm=\E[%i%d;%dH:cr=\r:cs=\E[%i%d;%dr:\
1874         :cv=\E[%i%dd:dc=\E[P:dl=\E[M:do=\E[B:ec=\E[%dX:ei=\E[4l:\
1875         :ho=\E[H:im=\E[4h:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
1876         :k5=\E[15~:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:\
1877         :k;=\E[21~:kB=\E[Z:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:\
1878         :kb=\177:kd=\EOB:kh=\E[1~:kl=\EOD:kr=\EOC:ku=\EOA:le=^H:\
1879         :mb=\E[5m:md=\E[1m:me=\E[0m:mh=\E[2m:mk=\E[8m:mr=\E[7m:\
1880         :nd=\E[C:nw=\r\n:op=\E[39;49m:r1=\EM\E[?1000l:rc=\E8:\
1881         :sc=\E7:se=\E[27m:sf=\E[S:so=\E[7m:sr=\E[T:ta=^I:ue=\E[24m:\
1882         :up=\E[A:us=\E[4m:vb=\Eg:ve=\E[?25h:vi=\E[?25l:vs=\E[34l:\
1883         :tc=ecma+italics:
1885 #### QNX
1888 # QNX 4.0 Console
1889 # Michael's original version of this entry had <am@>, :ti=\Ei:,
1890 # :te=\Eh\ER:; this was so terminfo applications could write the lower
1891 # right corner without triggering a scroll.  The ncurses terminfo library can
1892 # handle this case with the :ic: capability, and prefers :am: for better
1893 # optimization.  Bug: The <op> capability resets attributes.
1894 # From: Michael Hunter <mphunter@qnx.com> 30 Jul 1996
1895 # (removed: :sa=%?%p1%t\E<%;%p2%t\E[%;%p3%t\E(%;%p4%t\E{%;%p6%t\E<%;,:)
1896 # (rmacs/smacs removed for consistency)
1897 # (acsc removed to fit entry within 1023 bytes)
1898 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
1899 qnx|qnx4|qnx console:\
1900         :km:mi:ms:xt:\
1901         :co#80:it#4:li#25:\
1902         :al=\EE:bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :cr=\r:\
1903         :dc=\Ef:dl=\EF:do=\n:ei=:ho=\EH:ic=\Ee:im=:k1=\377\201:\
1904         :k2=\377\202:k3=\377\203:k4=\377\204:k5=\377\205:\
1905         :k6=\377\206:k7=\377\207:k8=\377\210:k9=\377\211:\
1906         :kD=\377\254:kI=\377\253:kN=\377\252:kP=\377\242:\
1907         :kd=\377\251:kh=\377\240:kl=\377\244:kr=\377\246:\
1908         :ku=\377\241:le=^H:mb=\E{:md=\E<:me=\E}\E]\E>\E):mr=\E(:\
1909         :nd=\EC:rp=\Eg%r%+ %.:se=\E):sf=\n:so=\E(:sr=\EI:ta=^I:\
1910         :te=\Eh\ER:ti=\Ei:ue=\E]:up=\EA:us=\E[:ve=\Ey1:vi=\Ey0:\
1911         :vs=\Ey2:
1914 qnxt|qnxt4|QNX4 terminal:\
1915         :YB:tc=qnx4:
1917 qnxm|QNX4 with mouse events:\
1918         :Yd#1:\
1919         :ZC=\E/:ZD=\E":ZJ=\E/>2h:ZT=\E/>2l:ZZ=\E/>1l\E/>9h:\
1920         :Za=\E/>7h:Zb=\E/>7l:Zd=\E/>6l:Zf=\E/>1h:Zg=\E/>1h:\
1921         :Zh=\E/>1h\E/>9l:Zi=\E/>6h:i1=\E/0t:tc=qnx4:
1923 qnxw|QNX4 windows:\
1924         :YD:tc=qnxm:
1926 #       Monochrome QNX4 terminal or console. Setting this terminal type will
1927 #       allow an application running on a color console to behave as if it
1928 #       were a monochrome terminal. Output will be through stdout instead of
1929 #       console writes because the term routines will recognize that the
1930 #       terminal name starts with 'qnxt'.
1932 qnxtmono|Monochrome QNX4 terminal or console:\
1933         :Co@:pa@:\
1934         :sp@:tc=qnx4:
1936 # From: Federico Bianchi <bianchi@pc-arte2.arte.unipi.it>, 1 Jul 1998
1937 # (esr: commented out <scp> and :te: to avoid warnings.)
1938 # (TD: derive from original qnx4 entry)
1939 qnxt2|qnx 2.15 serial terminal:\
1940         :am:\
1941         :!3@:%h@:%j@:&7@:Sb@:Sf@:dc@:ic@:rp@:se=\E>:so=\E<:te@:ti@:ve@:vi@:\
1942         :vs@:tc=qnx4:
1944 # QNX ANSI terminal definition
1945 # (sgr removed to fit entry within 1023 bytes)
1946 # (acsc removed to fit entry within 1023 bytes)
1947 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
1948 qansi-g|QNX ANSI:\
1949         :am:es:hs:xo:\
1950         :co#80:it#8:li#25:ws#80:\
1951         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
1952         :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:ae=^O:\
1953         :al=\E[1L:as=^N:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[2J\E[H:\
1954         :cm=5\E[%i%d;%dH:cr=\r:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:\
1955         :dl=\E[1M:do=\E[B:ds=\E[r:ec=\E[%dX:ei=:fs=\E[?6h\E8:\
1956         :ho=\E[H:i2=\E(B\E)0:ic=\E[1@:im=:\
1957         :is=\E>\E[?1l\E[?7h\E[0;10;39;49m:k1=\EOP:k2=\EOQ:\
1958         :k3=\EOR:k4=\EOS:k5=\EOT:k6=\EOU:k7=\EOV:k8=\EOW:k9=\EOX:\
1959         :kD=\E[P:kI=\E[@:kN=\E[U:kP=\E[V:kb=^H:kd=\E[B:kh=\E[H:\
1960         :kl=\E[D:kr=\E[C:ku=\E[A:le=\E[D:ll=\E[99H:mb=\E[5m:\
1961         :md=\E[1m:me=\E[0m:mh=\E[2m:mr=\E[7m:nd=\E[C:nw=\EE:\
1962         :se=\E[27m:sf=\E[S:so=\E[7m:sr=\E[T:st=\EH:ta=^I:\
1963         :ts=\E7\E1;24r\E[?6l\E[25;%i%dH:ue=\E[24m:up=\E[A:\
1964         :us=\E[4m:vb=\E[?5h\E[?5l:ve=\E[?25h\E[?12l:vi=\E[?25l:\
1965         :vs=\E[?12;25h:
1967 qansi|QNX ansi with console writes:\
1968         :YA:YC:tc=qansi-g:
1970 qansi-t|QNX ansi without console writes:\
1971         :YB:tc=qansi:
1973 qansi-m|QNX ansi with mouse:\
1974         :Yd#1:\
1975         :ZC=\E[:ZD=\E]:ZJ=\E[>2h:ZT=\E[>2l:ZZ=\E[>1l\E[>9h:\
1976         :Za=\E[>7h:Zb=\E[>7l:Zd=\E[>6l:Zf=\E[>1h:Zg=\E[>1h:\
1977         :Zh=\E[>1h\E[>9l:Zi=\E[>6h:i1=\E[0t:tc=qansi:
1979 qansi-w|QNX ansi for windows:\
1980         :YD:tc=qansi-m:
1982 #### SCO consoles
1984 # SCO console and SOS-Syscons console for 386bsd
1985 # (scoansi: had unknown capabilities
1986 #       :Gc=N:Gd=K:Gh=M:Gl=L:Gu=J:Gv=\072:\
1987 #       :GC=E:GD=B:GH=D:GL=\64:GU=A:GV=\63:GR=C:
1988 #       :G1=?:G2=Z:G3=@:G4=Y:G5=;:G6=I:G7=H:G8=<:\
1989 #       :CW=\E[M:NU=\E[N:RF=\E[O:RC=\E[P:\
1990 #       :WL=\E[S:WR=\E[T:CL=\E[U:CR=\E[V:\
1991 # I renamed GS/GE/HM/EN/PU/PD/RT and added klone+sgr-dumb, based
1992 # on the :as:=\E[12m  -- esr)
1994 # klone+sgr-dumb is an error since the acsc does not match -TD
1996 # In this description based on SCO's keyboard(HW) manpage list of default
1997 # function key values:
1998 #       F13-F24 are shifted F1-F12
1999 #       F25-F36 are control F1-F12
2000 #       F37-F48 are shift+control F1-F12
2002 # hpa/vpa work in the console, but not in scoterm:
2003 #       hpa=\E[%p1%dG,
2004 #       vpa=\E[%p1%dd,
2006 # SCO's terminfo uses
2007 #       kLFT=\E[d,
2008 #       kRIT=\E[c,
2009 # which do not work (console or scoterm).
2011 # Console documents only 3 attributes can be set with SGR (so we don't use sgr).
2012 # (rmacs/smacs removed for consistency)
2013 # (acsc removed to fit entry within 1023 bytes)
2014 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
2015 scoansi-old|SCO Extended ANSI standard crt (5.0.5):\
2016         :am:bs:eo:xo:\
2017         :co#80:it#8:li#25:\
2018         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
2019         :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:\
2020         :al=\E[L:bl=^G:bt=\E[Z:cd=\E[m\E[J:ce=\E[m\E[K:\
2021         :cl=\E[H\E[2J:cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:do=\E[B:ei=:\
2022         :ho=\E[H:ic=\E[@:im=:k1=\E[M:k2=\E[N:k3=\E[O:k4=\E[P:\
2023         :k5=\E[Q:k6=\E[R:k7=\E[S:k8=\E[T:k9=\E[U:kD=\177:kI=\E[L:\
2024         :kN=\E[G:kP=\E[I:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:\
2025         :ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[0;10m:mr=\E[7m:\
2026         :nd=\E[C:rc=\E8:sc=\E7:se=\E[m:sf=\E[S:so=\E[7m:sr=\E[T:\
2027         :st=\EH:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:ve=\E[=10;12C:\
2028         :vi=\E[=14;12C:vs=\E[=0;12C:
2029 scoansi-new|SCO Extended ANSI standard crt (5.0.6):\
2030         :km:\
2031         :MC=\E[=r:MR=\E[=3;0m:Zk=\E[=1;0m:Zl=\E[=1;%i%dm:\
2032         :Zm=\E[=2;%i%dm:Zn=\E[=3;%i%dm:Zo=\E[=0;0m:\
2033         :Zp=\E[=0;%i%dm:cs=\E[%i%d;%dr:mm=\E[=10L:mo=\E[=11L:\
2034         :oc=\E[51m:op=\E[50m:rp=\E[%d;%db:ve=\E[=1c:vi=\E[=0c:\
2035         :vs=\E[=2c:tc=scoansi-old:
2036 # make this easy to change...
2037 scoansi|SCO Extended ANSI standard crt:\
2038         :tc=scoansi-old:
2040 #### SGI consoles
2042 # Sent by Stefan Stapelberg <stefan@rent-a-guru.de>, 24 Feb 1997, this is
2043 # from SGI's terminfo database.  SGI's entry shows F9-F12 with the codes
2044 # for the application keypad mode.  We have added iris-ansi-ap rather than
2045 # change the original to keypad mode.
2047 # (iris-ansi: added rmam/smam based on init string -- esr)
2049 # This entry, and those derived from it, is used in xwsh (also known as
2050 # winterm).  Some capabilities that do not fit into the terminfo model
2051 # include the shift- and control-functionkeys:
2053 # F1-F12 generate different codes when shift or control modifiers are used.
2054 # For example:
2055 #       F1              \E[001q
2056 #       shift F1        \E[013q
2057 #       control-F1      \E[025q
2059 # In application keypad mode, F9-F12 generate codes like vt100 PF1-PF4, i.e.,
2060 # \EOP to \EOS.  The shifted and control modifiers still do the same thing.
2062 # The cursor keys also have different codes:
2063 #       control-up      \E[162q
2064 #       control-down    \E[165q
2065 #       control-left    \E[159q
2066 #       control-right   \E[168q
2068 #       shift-up        \E[161q
2069 #       shift-down      \E[164q
2070 #       shift-left      \E[158q
2071 #       shift-right     \E[167q
2073 #       control-tab     \[072q
2075 iris-ansi|iris-ansi-net|IRIS emulating 40 line ANSI terminal (almost VT100):\
2076         :am:\
2077         :co#80:it#8:li#40:\
2078         :!2=\E[218q:#2=\E[143q:#4=\E[158q:%9=\E[209q:%f=\E[210q:\
2079         :%i=\E[167q:&7=\E[217q:*4=\E[P:*7=\E[147q:@7=\E[146q:\
2080         :@8=\r:AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:F1=\E[011q:\
2081         :F2=\E[012q:LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:\
2082         :UP=\E[%dA:al=\E[L:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\
2083         :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=\r:ct=\E[3g:dl=\E[M:do=\n:\
2084         :ho=\E[H:is=\E[?1l\E>\E[?7h\E[100g\E[0m\E7\E[r\E8:\
2085         :k1=\E[001q:k2=\E[002q:k3=\E[003q:k4=\E[004q:k5=\E[005q:\
2086         :k6=\E[006q:k7=\E[007q:k8=\E[008q:k9=\E[009q:k;=\E[010q:\
2087         :kB=\E[Z:kD=\177:kI=\E[139q:kM=\E[146q:kN=\E[154q:\
2088         :kP=\E[150q:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
2089         :le=\E[D:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:nw=\EE:rc=\E8:\
2090         :sc=\E7:se=\E[m:sf=\ED:so=\E[1;7m:sr=\EM:st=\EH:ta=^I:\
2091         :ue=\E[m:up=\E[A:us=\E[4m:ve=\E[9/y\E[12/y\E[=6l:\
2092         :vs=\E[10/y\E[=1h\E[=2l\E[=6h:
2093 iris-ansi-ap|IRIS ANSI in application-keypad mode:\
2094         :@8=\EOM:F1=\E[011q:F2=\E[012q:is=\E[?1l\E=\E[?7h:\
2095         :k9=\E[009q:k;=\E[010q:tc=iris-ansi:
2097 # From the man-page, this is a quasi-vt100 emulator that runs on SGI's IRIX
2098 # (T.Dickey 98/1/24)
2099 iris-color|xwsh|IRIX ANSI with color:\
2100         :NC#33:\
2101         :DC=\E[%dP:IC=\E[%d@:cs=\E[%i%d;%dr:ec=\E[%dX:ei=:im=:\
2102         :mh=\E[2m:r1=\Ec:r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
2103         :rc=\E8:sc=\E7:ue=\E[24m:tc=ecma+italics:tc=vt100+enq:\
2104         :tc=klone+color:tc=iris-ansi-ap:
2106 #### OpenBSD consoles
2108 # From: Alexei Malinin <Alexei.Malinin@mail.ru>; October, 2011.
2110 # The following terminal descriptions for the  AMD/Intel PC console
2111 # were prepared  based on information contained in  the OpenBSD-4.9
2112 # termtypes.master and wscons(4) & vga(4) manuals (2010, November).
2114 # Added bce based on testing with tack -TD
2115 # Added several capabilities to pccon+base, reading wsemul_vt100_subr.c -TD
2116 # Changed kbs to DEL and removed keys that duplicate stty settings -TD
2118 # Notes from testing with vttest:
2119 #       fails wrapping test
2120 #       no 8-bit controls
2121 #       identifies as vt200 with selective erase, but does not implement DECSCA
2122 #       no vt52 mode
2123 #       also lacks these:
2124 #               ESC # 8   DEC Screen Alignment Test (DECALN).
2125 #               CSI ? 5 h Reverse Video (DECSCNM).
2127 pccon+keys|OpenBSD PC keyboard keys:\
2128         :&2=^R:@7=\E[8~:@8=\r:F1=\E[23~:F2=\E[24~:F3=\E[25~:\
2129         :F4=\E[26~:F5=\E[28~:F6=\E[29~:F7=\E[31~:F8=\E[32~:\
2130         :F9=\E[33~:FA=\E[34~:FB=\E[35~:FC=\E[36~:FD=\E[37~:\
2131         :FE=\E[38~:k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:\
2132         :k5=\E[15~:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:\
2133         :k;=\E[21~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=\177:\
2134         :kd=\E[B:kh=\E[7~:kl=\E[D:kr=\E[C:ku=\E[A:
2135 pccon+sgr+acs0|sgr and simple ASCII pseudographics for OpenBSD PC console:\
2136         :ac=+>,<-\136.v0#`+a\072f\\h#i#j+k+l+m+n+o~p-q-r-s_t+u+v+w+x|y#z#{*|!}#~o:\
2137         :me=\E[m:
2138 pccon+sgr+acs|sgr and default ASCII pseudographics for OpenBSD PC console:\
2139         :ac=++,,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
2140         :ae=5\E(B:as=5\E(0:eA=5\E)0:me=5\E[m\E(B:
2141 # underline renders as color
2142 pccon+colors|ANSI colors for OpenBSD PC console:\
2143         :ut:\
2144         :Co#8:NC#2:pa#64:\
2145         :AB=\E[4%dm:AF=\E[3%dm:op=\E[47;30m:
2146 pccon+base|base capabilities for OpenBSD PC console:\
2147         :5i:NP:am:km:ms:nx:xn:xo:\
2148         :co#80:it#8:li#24:\
2149         :DC=\E[%dP:IC=\E[%d@:RA=\E[?7l:SA=\E[?7h:al=\E[L:bl=^G:\
2150         :cb=\E[1K:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
2151         :cr=\r:ct=\E[3g:dc=\E[P:dl=\E[M:do=\n:ec=\E[%dX:ei=:ho=\E[H:\
2152         :im=:le=^H:md=\E[1m:mr=\E[7m:nd=\E[C:nw=\EE:rs=50\Ec:\
2153         :se=\E[27m:sf=\ED:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
2154         :u6=\E[%i%d;%dR:u7=\E[6n:ue=\E[24m:up=\E[A:us=\E[4m:
2155 pccon0-m|OpenBSD PC console without colors & with simple ASCII pseudographics:\
2156         :tc=pccon+sgr+acs0:tc=pccon+base:tc=pccon+keys:
2157 pccon0|OpenBSD PC console with simple ASCII pseudographics:\
2158         :tc=pccon0-m:tc=pccon+colors:
2159 pccon-m|OpenBSD PC console without colors:\
2160         :tc=pccon+base:tc=pccon+sgr+acs:tc=pccon+keys:
2161 pccon|OpenBSD PC console:\
2162         :tc=pccon-m:tc=pccon+colors:
2164 #### NetBSD consoles
2166 # pcvt termcap database entries (corresponding to release 3.31)
2167 # Author's last edit-date: [Fri Sep 15 20:29:10 1995]
2169 # (For the terminfo master file, I translated these into terminfo syntax.
2170 # Then I dropped all the pseudo-HP entries. we don't want and can't use
2171 # the :Xs: flag. Then I split :is: into a size-independent :i1: and a
2172 # size-dependent :is:.  Finally, I added <rmam>/<smam> -- esr)
2174 # NOTE: :ic: has been taken out of this entry. for reference, it should
2175 # be <ich1=\E[@>.  For discussion, see ICH/ICH1 VERSUS RMIR/SMIR below.
2176 # (esr: added :vi: and :ve: to resolve NetBSD Problem Report #4583)
2177 pcvtXX|pcvt vt200 emulator (DEC VT220):\
2178         :am:km:mi:ms:xn:\
2179         :it#8:vt#3:\
2180         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
2181         :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:SF=\E[%dS:\
2182         :SR=\E[%dT:UP=\E[%dA:\
2183         :ac=++,,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz~~:\
2184         :ae=\E(B:al=\E[L:as=\E(0:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\
2185         :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=\r:cs=\E[%i%d;%dr:\
2186         :ct=\E[3g:dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:ho=\E[H:\
2187         :i1=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:im=\E[4h:\
2188         :k1=\E[17~:k2=\E[18~:k3=\E[19~:k4=\E[20~:k5=\E[21~:\
2189         :k6=\E[23~:k7=\E[24~:k8=\E[25~:kD=\E[3~:kH=\E[4~:kI=\E[2~:\
2190         :kN=\E[6~:kP=\E[5~:kb=\177:kd=\EOB:ke=\E[?1l\E>:kh=\E[1~:\
2191         :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:\
2192         :md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:nw=\EE:\
2193         :r1=\Ec\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\
2194         :rf=/usr/share/tabset/vt100:sc=\E7:se=\E[27m:sf=\ED:\
2195         :so=\E[7m:sr=\EM:st=\EH:ta=^I:ue=\E[24m:up=\E[A:us=\E[4m:\
2196         :ve=\E[?25h:vi=\E[?25l:
2198 #       NetBSD/FreeBSD vt220 terminal emulator console (pc keyboard & monitor)
2199 #       termcap entries for pure VT220-Emulation and 25, 28, 35, 40, 43 and
2200 #       50 lines entries; 80 columns
2201 pcvt25|dec vt220 emulation with 25 lines:\
2202         :co#80:li#25:\
2203         :is=\E[1;25r\E[25;1H:tc=pcvtXX:
2204 pcvt28|dec vt220 emulation with 28 lines:\
2205         :co#80:li#28:\
2206         :is=\E[1;28r\E[28;1H:tc=pcvtXX:
2207 pcvt35|dec vt220 emulation with 35 lines:\
2208         :co#80:li#35:\
2209         :is=\E[1;35r\E[35;1H:tc=pcvtXX:
2210 pcvt40|dec vt220 emulation with 40 lines:\
2211         :co#80:li#40:\
2212         :is=\E[1;40r\E[40;1H:tc=pcvtXX:
2213 pcvt43|dec vt220 emulation with 43 lines:\
2214         :co#80:li#43:\
2215         :is=\E[1;43r\E[43;1H:tc=pcvtXX:
2216 pcvt50|dec vt220 emulation with 50 lines:\
2217         :co#80:li#50:\
2218         :is=\E[1;50r\E[50;1H:tc=pcvtXX:
2220 #       NetBSD/FreeBSD vt220 terminal emulator console (pc keyboard & monitor)
2221 #       termcap entries for pure VT220-Emulation and 25, 28, 35, 40, 43 and
2222 #       50 lines entries; 132 columns
2223 pcvt25w|dec vt220 emulation with 25 lines and 132 cols:\
2224         :co#132:li#25:\
2225         :is=\E[1;25r\E[25;1H:tc=pcvtXX:
2226 pcvt28w|dec vt220 emulation with 28 lines and 132 cols:\
2227         :co#132:li#28:\
2228         :is=\E[1;28r\E[28;1H:tc=pcvtXX:
2229 pcvt35w|dec vt220 emulation with 35 lines and 132 cols:\
2230         :co#132:li#35:\
2231         :is=\E[1;35r\E[35;1H:tc=pcvtXX:
2232 pcvt40w|dec vt220 emulation with 40 lines and 132 cols:\
2233         :co#132:li#40:\
2234         :is=\E[1;40r\E[40;1H:tc=pcvtXX:
2235 pcvt43w|dec vt220 emulation with 43 lines and 132 cols:\
2236         :co#132:li#43:\
2237         :is=\E[1;43r\E[43;1H:tc=pcvtXX:
2238 pcvt50w|dec vt220 emulation with 50 lines and 132 cols:\
2239         :co#132:li#50:\
2240         :is=\E[1;50r\E[50;1H:tc=pcvtXX:
2242 #       OpenBSD implements a color variation
2243 pcvt25-color|dec vt220 emulation with 25 lines and color:\
2244         :co#80:li#25:\
2245         :F1=\E[23~:F2=\E[24~:F3=\E[25~:F4=\E[26~:F5=\E[28~:\
2246         :F6=\E[29~:F7=\E[31~:F8=\E[32~:F9=\E[33~:FA=\E[34~:\
2247         :is=\E[1;25r\E[25;1H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
2248         :k5=\E[17~:k6=\E[18~:k7=\E[19~:k8=\E[20~:k9=\E[21~:\
2249         :k;=\E[29~:tc=pcvtXX:tc=ecma+color:
2251 # Terminfo entries to enable the use of the ncurses library in colour on a
2252 # NetBSD-arm32 console (only tested on a RiscPC).
2253 # Created by Dave Millen <dmill@globalnet.co.uk> 22.07.98
2254 # modified codes for setf/setb to setaf/setab, then to klone+color, corrected
2255 # typo in invis - TD
2256 arm100|arm100-am|Arm(RiscPC) ncurses compatible (for 640x480):\
2257         :am:ms:ut:xn:xo:\
2258         :co#80:it#8:li#30:\
2259         :@8=\E[M:DO=\E[%dB:K1=\E[q:K2=\E[r:K3=\E[s:K4=\E[p:K5=\E[n:\
2260         :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:\
2261         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
2262         :ae=^O:as=^N:bl=^G:cb=3\E[1K:cd=50\E[J:ce=3\E[K:\
2263         :cl=50\E[H\E[J:cm=5\E[%i%d;%dH:cr=\r:cs=\E[%i%d;%dr:\
2264         :ct=\E[3g:do=\n:eA=\E(B\E)0:ho=\E[H:k0=\E[y:k1=\E[P:\
2265         :k2=\E[Q:k3=\E[R:k4=\E[S:k5=\E[t:k6=\E[u:k7=\E[v:k8=\E[l:\
2266         :k9=\E[w:k;=\E[x:kb=^H:kd=\E[B:ke=\E[?1l\E>:kl=\E[D:\
2267         :kr=\E[C:ks=\E[?1h\E=:ku=\E[A:le=^H:mb=2\E[5m:md=2\E[1m:\
2268         :me=2\E[0m:mk=2\E[8m:mr=2\E[7m:nd=2\E[C:rc=\E8:\
2269         :rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:sc=\E7:se=2\E[m:\
2270         :sf=\n:so=2\E[7m:sr=5\EM:st=\EH:ta=^I:ue=2\E[m:up=2\E[A:\
2271         :us=2\E[4m:tc=ecma+sgr:tc=klone+color:
2273 arm100-w|arm100-wam|Arm(RiscPC) ncurses compatible (for 1024x768):\
2274         :co#132:li#50:tc=arm100:
2276 # NetBSD/x68k console vt200 emulator. This port runs on a 68K machine
2277 # manufactured by Sharp for the Japanese market.
2278 # From Minoura Makoto <minoura@netlaputa.or.jp>, 12 May 1996
2279 x68k|x68k-ite|NetBSD/x68k ITE:\
2280         :co#96:li#32:\
2281         :%1=\E[28~:kC=\E[9~:tc=vt220:
2283 # <tv@pobox.com>:
2284 # Entry for the DNARD OpenFirmware console, close to ANSI but not quite.
2286 # (still unfinished, but good enough so far.)
2287 ofcons|DNARD OpenFirmware console:\
2288         :bw:\
2289         :co#80:li#30:\
2290         :AL=\233%dL:DC=\233%dP:DL=\233%dM:DO=\233%dB:IC=\233%d@:\
2291         :LE=\233%dD:RI=\233%dC:UP=\233%dA:al=\233L:bl=^G:cd=\233J:\
2292         :ce=\233K:cl=^L:cm=\233%i%d;%dH:cr=\r:dc=\233P:dl=\233M:\
2293         :do=\233B:ei=:ic=\233@:im=:k1=\2330P:k2=\2330Q:k3=\2330W:\
2294         :k4=\2330x:k5=\2330t:k6=\2330u:k7=\2330q:k8=\2330r:\
2295         :k9=\2330p:k;=\2330M:kD=\233P:kN=\233/:kP=\233?:kb=^H:\
2296         :kd=\233B:kl=\233D:kr=\233C:ku=\233A:le=\233D:mb=\2335m:\
2297         :md=\2331m:me=\2330m:mh=\2332m:mk=\2338m:mr=\2337m:\
2298         :nd=\233C:nw=\r\n:se=\2330m:sf=\n:so=\2337m:ta=^I:\
2299         :ue=\2330m:up=\233A:us=\2334m:vb=^G:
2301 # NetBSD "wscons" emulator in vt220 mode.
2302 # This entry is based on the NetBSD termcap entry, correcting the ncv value.
2303 # The emulator renders underlined text in red.  Colors are otherwise usable.
2305 # Testing the emulator and reading the source code (NetBSD 2.0), it appears
2306 # that "vt220" is inaccurate.  There are a few vt220-features, but most of the
2307 # vt220 screens in vttest do not work with this emulator.  For instance, it
2308 # identifies itself (primary DA response) as a vt220 with selective erase.  But
2309 # the selective erase feature does not work.  The secondary response is copied
2310 # from Kermit's emulation of vt220, does not correspond to actual vt220.  At
2311 # the level of detail in a termcap, it is a passable emulator, since ECH does
2312 # work.  Don't use it on a VMS system -TD
2313 wsvt25|NetBSD wscons in 25 line DEC VT220 mode:\
2314         :ms:ut:\
2315         :Co#8:NC#2:co#80:it#8:li#25:pa#64:\
2316         :@7=\E[8~:AB=\E[4%dm:AF=\E[3%dm:F1=\E[23~:F2=\E[24~:\
2317         :is=\E[r\E[25;1H:k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:\
2318         :k5=\E[15~:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:\
2319         :k;=\E[21~:kD=\E[3~:kh=\E[7~:op=\E[m:r1=\Ec:ve=\E[?25h:\
2320         :vi=\E[?25l:tc=vt220:
2322 wsvt25m|NetBSD wscons in 25 line DEC VT220 mode with Meta:\
2323         :km:tc=wsvt25:
2325 # NetBSD 6.x still uses wscons, with minor changes (2014/02/22) -TD
2327 # TERM is by default vt100 for the console, wsvt25 for other ttys.
2328 # Initial testing set TERM=xterm, based on comments by developers, found too
2329 # many differences to continue in that path.  However, test-results may be
2330 # useful to people curious about compatibility with xterm.
2332 # Testing with tack:
2333 # -----------------
2334 # Failed: cbt, bel, flash, cvvis, smul (color), blink, invis
2335 # There is color-bleeding in the color-pairs screen.
2336 # Attributes do not work with color
2337 # Failed: vpa/hpa
2338 # Failed: kf1-kf4, kf13-kf48, khome, kend
2339 #       (effectively xterm-r6 for function-keys)
2340 # None of the function or cursor key-modifiers are encoded.
2341 # Console hangs in the smm/rmm test if TERM=xterm, does not show test
2343 # Testing with vttest:
2344 # -------------------
2345 # Identifies as vt220 with selective erase
2346 #       (however, selective erase refers to DECSCA, SPA)
2347 # Does not implement vt52
2348 # Uses spaces to simulate double-size characters
2349 # Does not support 8-bit controls
2350 # Does not support VT220 reports
2351 # Does not support send/receive mode
2352 # Supports ECH (like rxvt)
2353 # Does not support DECSCA
2354 # Does not support any of the ISO-6429 cursor-movement
2355 # Does not support any of the ISO-6429 miscellaneous tests
2356 #       (SL/SR also leave unexpected char on screen too)
2357 # Background does not change in menu 11.6.9 (SGR 22-27)
2358 # None of the xterm special features tests work
2359 netbsd6|NetBSD wscons in 25 line DEC VT100 mode:\
2360         :kb=\177:tc=wsvt25:
2362 # `rasterconsole' provided by 4.4BSD, NetBSD and OpenBSD on SPARC, and
2363 # DECstation/pmax.
2364 rcons|BSD rasterconsole:\
2365         :tc=sun-il:
2366 # Color version of above. Color currently only provided by NetBSD.
2367 rcons-color|BSD rasterconsole with ANSI color:\
2368         :ut:\
2369         :Co#8:pa#64:\
2370         :AB=\E[4%dm:AF=\E[3%dm:op=\E[m:tc=rcons:
2372 # mgterm -- MGL/MGL2, MobileGear Graphic Library
2373 # for PocketBSD,PocketLinux,NetBSD/{hpcmips,mac68k}
2374 # -- the setf/setb are probably incorrect, more likely setaf/setab -TD
2375 # -- compare with cons25w
2376 mgterm:\
2377         :NP:am:bs:bw:eo:km:ms:pt:ut:\
2378         :Co#8:co#80:it#8:li#18:pa#64:\
2379         :@7=\E[F:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\E[W:\
2380         :F2=\E[X:IC=\E[%d@:K2=\E[E:LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:\
2381         :SR=\E[%dT:Sb=\E[4%dm:Sf=\E[3%dm:UP=\E[%dA:al=\E[L:bl=^G:\
2382         :bt=\E[Z:cb=\E[1K:cd=\E[J:ce=\E[K:ch=\E[%i%d`:cl=\E[H\E[J:\
2383         :cm=\E[%i%d;%dH:cr=\r:cs=\E[%i%d;%dr:cv=\E[%i%dd:dc=\E[P:\
2384         :dl=\E[M:do=\E[B:ec=\E[%dX:ei=:ho=\E[H:ic=\E[@:im=:k1=\E[M:\
2385         :k2=\E[N:k3=\E[O:k4=\E[P:k5=\E[Q:k6=\E[R:k7=\E[S:k8=\E[T:\
2386         :k9=\E[U:k;=\E[V:kB=\E[Z:kD=\177:kI=\E[L:kN=\E[G:kP=\E[I:\
2387         :kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
2388         :mb=\E[5m:md=\E[1m:me=\E[m:mh=\E[30;1m:mr=\E[7m:nd=\E[C:\
2389         :nw=\E[E:op=\E[x:rc=\E8:rs=\E[x\E[m\Ec:sc=\E7:se=\E[m:\
2390         :sf=\E[S:so=\E[7m:sr=\E[T:ta=^I:up=\E[A:
2392 #### FreeBSD console entries
2394 # From: Andrey Chernov <ache@astral.msk.su> 29 Mar 1996
2395 # Andrey Chernov maintains the FreeBSD termcap distributions.
2397 # Note: Users of FreeBSD 2.1.0 and older versions must either upgrade
2398 # or comment out the :cb: capability in the console entry.
2400 # Alexander Lukyanov reports:
2401 # I have seen FreeBSD-2.1.5R... The old el1 bug changed, but it is still there.
2402 # Now el1 clears not only to the line beginning, but also a large chunk
2403 # of previous line. But there is another bug - ech does not work at all.
2406 # for syscons
2407 # common entry without semigraphics
2408 # Bug: The <op> capability resets attributes.
2409 # Bug? The ech and el1 attributes appear to move the cursor in some cases; for
2410 # instance el1 does if the cursor is moved to the right margin first.  Removed
2411 # by T.Dickey 97/5/3 (ech=\E[%p1%dX, el1=\E[1K)
2413 # Setting colors turns off reverse; we cannot guarantee order, so use ncv.
2414 # Note that this disables standout with color.
2416 # The emulator sends difference strings based on shift- and control-keys,
2417 # like scoansi:
2418 #       F13-F24 are shifted F1-F12
2419 #       F25-F36 are control F1-F12
2420 #       F37-F48 are shift+control F1-F12
2421 # (sgr removed to fit entry within 1023 bytes)
2422 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
2423 cons25w|ansiw|ansi80x25-raw|freebsd console (25-line raw mode):\
2424         :am:bw:eo:ms:\
2425         :co#80:it#8:li#25:\
2426         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
2427         :K2=\E[E:LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:\
2428         :UP=\E[%dA:al=\E[L:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:\
2429         :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=\r:dc=\E[P:dl=\E[M:do=\E[B:\
2430         :ec=\E[%dX:ei=:ho=\E[H:ic=\E[@:im=:k1=\E[M:k2=\E[N:k3=\E[O:\
2431         :k4=\E[P:k5=\E[Q:k6=\E[R:k7=\E[S:k8=\E[T:k9=\E[U:kD=\177:\
2432         :kI=\E[L:kN=\E[G:kP=\E[I:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:\
2433         :kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:\
2434         :mh=\E[30;1m:mr=\E[7m:nd=\E[C:nw=\E[E:rc=\E8:\
2435         :rs=\E[x\E[m\Ec:sc=\E7:se=\E[m:sf=\E[S:so=\E[7m:sr=\E[T:\
2436         :ta=^I:up=\E[A:ve=\E[=0C:vs=\E[=1C:
2437 cons25|ansis|ansi80x25|freebsd console (25-line ansi mode):\
2438         :ac=-\030.^Y0\333`\004a\260f\370g\361h\261i\025j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x\263y\363z\362~\371:\
2439         :tc=cons25w:
2440 cons25-debian|freebsd console with debian backspace (25-line ansi mode):\
2441         :kD=\E[3~:kb=\177:tc=cons25:
2442 cons25-m|ansis-mono|ansi80x25-mono|freebsd console (25-line mono ansi mode):\
2443         :Co@:pa@:\
2444         :AB@:AF@:md@:mh@:op@:ue=\E[m:us=\E[4m:tc=cons25:
2445 cons30|ansi80x30|freebsd console (30-line ansi mode):\
2446         :li#30:tc=cons25:
2447 cons30-m|ansi80x30-mono|freebsd console (30-line mono ansi mode):\
2448         :li#30:tc=cons25-m:
2449 cons43|ansi80x43|freebsd console (43-line ansi mode):\
2450         :li#43:tc=cons25:
2451 cons43-m|ansi80x43-mono|freebsd console (43-line mono ansi mode):\
2452         :li#43:tc=cons25-m:
2453 cons50|ansil|ansi80x50|freebsd console (50-line ansi mode):\
2454         :li#50:tc=cons25:
2455 cons50-m|ansil-mono|ansi80x50-mono|freebsd console (50-line mono ansi mode):\
2456         :li#50:tc=cons25-m:
2457 cons60|ansi80x60|freebsd console (60-line ansi mode):\
2458         :li#60:tc=cons25:
2459 cons60-m|ansi80x60-mono|freebsd console (60-line mono ansi mode):\
2460         :li#60:tc=cons25-m:
2461 cons25r|pc3r|ibmpc3r|cons25-koi8-r|freebsd console w/koi8-r cyrillic:\
2462         :ac=-\030.^Y0\215`\004a\220f\234h\221i\025j\205k\203l\202m\204n\212q\200t\206u\207v\211w\210x\201y\230z\231~\225:\
2463         :tc=cons25w:
2464 cons25r-m|pc3r-m|ibmpc3r-mono|cons25-koi8r-m|freebsd console w/koi8-r cyrillic (mono):\
2465         :Co@:pa@:\
2466         :AB@:AF@:op@:ue=\E[m:us=\E[4m:tc=cons25r:
2467 cons50r|cons50-koi8r|freebsd console w/koi8-r cyrillic (50 lines):\
2468         :li#50:tc=cons25r:
2469 cons50r-m|cons50-koi8r-m|freebsd console w/koi8-r cyrillic (50-line mono):\
2470         :li#50:tc=cons25r-m:
2471 cons60r|cons60-koi8r|freebsd console w/koi8-r cyrillic (60 lines):\
2472         :li#60:tc=cons25r:
2473 cons60r-m|cons60-koi8r-m|freebsd console w/koi8-r cyrillic (60-line mono):\
2474         :li#60:tc=cons25r-m:
2475 # ISO 8859-1 FreeBSD console
2476 cons25l1|cons25-iso8859|freebsd console w/iso 8859-1 chars:\
2477         :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:\
2478         :tc=cons25w:
2479 cons25l1-m|cons25-iso-m|freebsd console w/iso 8859-1 chars (mono):\
2480         :Co@:pa@:\
2481         :AB@:AF@:md@:mh@:op@:ue=\E[m:us=\E[4m:tc=cons25l1:
2482 cons50l1|cons50-iso8859|freebsd console w/iso 8859-1 chars (50 lines):\
2483         :li#50:tc=cons25l1:
2484 cons50l1-m|cons50-iso-m|freebsd console w/iso 8859-1 chars (50-line mono):\
2485         :li#50:tc=cons25l1-m:
2486 cons60l1|cons60-iso|freebsd console w/iso 8859-1 chars (60 lines):\
2487         :li#60:tc=cons25l1:
2488 cons60l1-m|cons60-iso-m|freebsd console w/iso 8859-1 chars (60-line mono):\
2489         :li#60:tc=cons25l1-m:
2491 # Starting with FreeBSD 8, an alternative configuration for syscons is provided,
2492 # which is intended to be xterm-compatible.  See for example
2493 #       http://svnweb.freebsd.org/base/stable/8/sys/dev/syscons/
2494 # in particular scterm-teken.c
2496 # For FreeBSD 9 and 10:
2497 # --------------------
2498 # The /etc/ttys entries for console and other ttys are all configured to set
2499 # TERM=xterm.
2501 # Testing with tack:
2502 # There is no VT100 line-drawing (uses +'s and -'s)
2503 # Shifted f1-f12 give cons25 codes, rather than xterm function-keys
2505 # Testing with vttest:
2506 # Menu 2 diamonds don't work, blink ditto, light background ditto
2507 # The terminal identifies itself as VT100 with AVO
2508 # There is no VT52 support
2509 # There is no doublesize character support
2510 # The terminal supports ECH (like rxvt)
2511 # The terminal does not support send/receive mode
2512 # The terminal supports all of the ISO-6429 cursor-movement
2513 # The terminal supports some of the ISO-6429 miscellaneous tests
2514 #       (SL/SR also leave unexpected char on screen too)
2516 # Considering cons25 as a base, the line-drawing mostly works, but is missing
2517 # the cells which happen to have ASCII control-character values:
2518 #       -    ^X    arrow pointing up
2519 #       .    ^Y    arrow pointing down
2520 #       i    ^Y    lantern
2521 #       `    ^D    diamond
2523 # Those are removed from this entry's acsc string to avoid confusion.
2524 # The resulting description provides correct line-drawing and function-keys -TD
2525 teken|syscons with teken:\
2526         :bw@:mi:xn:\
2527         :@7=\E[F:@8=\r:F1=\E[23~:F2=\E[24~:\
2528         :ac=0\333a\260f\370g\361h\261j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x\263y\363z\362~\371:\
2529         :ch=\E[%i%dG:ct=\E[3g:cv=\E[%i%dd:ei=\E[4l:im=\E[4h:\
2530         :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[15~:k6=\E[17~:\
2531         :k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:kD=\E[3~:\
2532         :kI=\E[2~:kN=\E[6~:kP=\E[5~:kd=\E[B:kh=\E[H:kl=\E[D:\
2533         :kr=\E[C:ku=\E[A:st=\EH:u6=\E[%i%d;%dR:u7=\E[6n:\
2534         :u8=\E[?1;2c:u9=\E[c:ve=\E[?25h:vi=\E[?25l:vs@:tc=cons25:
2536 #### 386BSD and BSD/OS Consoles
2539 # This was the original 386BSD console entry (I think).
2540 # Some places it's named oldpc3|oldibmpc3.
2541 # From: Alex R.N. Wetmore <aw2t@andrew.cmu.edu>
2542 origpc3|origibmpc3|IBM PC 386BSD Console:\
2543         :am:bs:bw:eo:xo:\
2544         :co#80:li#25:\
2545         :ac=j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x\263:\
2546         :cd=\E[J:ce=\E[K:cl=\Ec:cm=\E[%i%2;%2H:do=\E[B:ho=\E[H:\
2547         :kd=\E[B:kh=\E[Y:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:md=\E[7m:\
2548         :me=\E[m\E[1;0x\E[2;7x:nd=\E[C:se=\E[1;0x\E[2;7x:\
2549         :sf=\E[S:so=\E[1;7x\E[2;0x:sr=\E[T:ue=\E[1;0x\E[2;7x:\
2550         :up=\E[A:us=\E[1;7x\E[2;0x:
2552 # description of BSD/386 console emulator in version 1.0 (supplied by BSDI)
2553 oldpc3|oldibmpc3|old IBM PC BSD/386 Console:\
2554         :bs:km:\
2555         :li#25:\
2556         :al=\E[L:bl=^G:cr=\r:dl=\E[M:do=\n:kH=\E[F:kI=\E[L:kN=\E[G:\
2557         :kP=\E[I:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
2558         :md=\E[=15F:me=\E[=R:mh=\E[=8F:nw=\r\n:sf=\n:ta=^I:
2560 # Description of BSD/OS console emulator in version 1.1, 2.0, 2.1
2561 # Note, the emulator supports many of the additional console features
2562 # listed in the iBCS2 (e.g. character-set selection) though not all
2563 # are described here.  This entry really ought to be upgraded.
2564 # Also note, the console will also work with fewer lines after doing
2565 # "stty rows NN", e.g. to use 24 lines.
2566 # (Color support from Kevin Rosenberg <kevin@cyberport.com>, 2 May 1996)
2567 # Bug: The <op> capability resets attributes.
2568 bsdos-pc|IBM PC BSD/OS Console:\
2569         :tc=bsdos-pc-nobold:
2571 bsdos-pc-nobold|BSD/OS PC console w/o bold:\
2572         :tc=klone+color:tc=bsdos-pc-m:
2574 bsdos-pc-m|bsdos-pc-mono|BSD/OS PC console mono:\
2575         :am:bs:eo:km:xo:\
2576         :co#80:it#8:li#25:\
2577         :AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:\
2578         :UP=\E[%dA:al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\Ec:\
2579         :cm=\E[%i%d;%dH:cr=\r:dl=\E[M:do=\n:ho=\E[H:kH=\E[F:\
2580         :kI=\E[L:kN=\E[G:kP=\E[I:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:\
2581         :kr=\E[C:ku=\E[A:le=^H:nd=\E[C:nw=\r\n:rc=\E8:sc=\E7:sf=\n:\
2582         :ta=^I:up=\E[A:tc=klone+sgr8:
2584 # Old names for BSD/OS PC console used in releases before 4.1.
2585 pc3|BSD/OS on the PC Console:\
2586         :tc=bsdos-pc-nobold:
2587 ibmpc3|pc3-bold|BSD/OS on the PC Console with bold instead of underline:\
2588         :tc=bsdos-pc:
2590 # BSD/OS on the SPARC
2591 bsdos-sparc|Sun SPARC BSD/OS Console:\
2592         :tc=sun:
2594 # BSD/OS on the PowerPC
2595 bsdos-ppc|PowerPC BSD/OS Console:\
2596         :tc=bsdos-pc:
2599 #### DEC VT52
2600 # (<acsc>/:ae:/:as: capabilities aren't in DEC's official entry -- esr)
2602 # Actually (TD pointed this out at the time the acsc string was added):
2603 # vt52 shouldn't define full acsc since most of the cells don't match.
2604 # see vt100 manual page A-31.  This is the list that does match:
2605 #       f degree
2606 #       g plus/minus
2607 #       h right-arrow
2608 #       k down-arrow
2609 #       m scan-1
2610 #       o scan-3
2611 #       q scan-5
2612 #       s scan-7
2613 # The line-drawing happens to work in several terminal emulators, but should
2614 # not be used as a guide to the capabilities of the vt52.  Note in particular
2615 # that vt52 does not support line-drawing characters (the scan-X values refer
2616 # to a crude plotting feature) -TD
2617 vt52|dec vt52:\
2618         :bs:\
2619         :co#80:it#8:li#24:\
2620         :ac=+h.k0affggolpnqprrss:ae=\EG:as=\EF:bl=^G:cd=\EJ:\
2621         :ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :cr=\r:do=\EB:ho=\EH:kb=^H:\
2622         :kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=\ED:nd=\EC:nw=\r\n:sf=\n:\
2623         :sr=\EI:ta=^I:up=\EA:
2625 #### DEC VT100 and compatibles
2627 # DEC terminals from the vt100 forward are collected here. Older DEC terminals
2628 # and micro consoles can be found in the `obsolete' section.  More details on
2629 # the relationship between the VT100 and ANSI X3.64/ISO 6429/ECMA-48 may be
2630 # found near the end of this file.
2632 # Except where noted, these entries are DEC's official terminfos.
2633 # Contact Bill Hedberg <hedberg@hannah.enet.dec.com> of Terminal Support
2634 # Engineering for more information.  Updated terminfos and termcaps
2635 # are kept available at ftp://gatekeeper.dec.com/pub/DEC/termcaps.
2637 # In October 1995 DEC sold its terminals business, including the VT and Dorio
2638 # line and trademark, to SunRiver Data Systems.  SunRiver has since changed
2639 # its name to Boundless Technologies; see http://www.boundless.com.
2642 # NOTE:  Any VT100 emulation, whether in hardware or software, almost
2643 # certainly includes what DEC called the `Level 1 editing extension' codes;
2644 # only the very oldest VT100s lacked these and there probably aren't any of
2645 # those left alive.  To capture these, use one of the VT102 entries.
2647 # Note that the :xn: glitch in vt100 is not quite the same as on the Concept,
2648 # since the cursor is left in a different position while in the
2649 # weird state (concept at beginning of next line, vt100 at end
2650 # of this line) so all versions of vi before 3.7 don't handle
2651 # :xn: right on vt100. The correct way to handle :xn: is when
2652 # you output the char in column 80, immediately output CR LF
2653 # and then assume you are in column 1 of the next line. If :xn:
2654 # is on, am should be on too.
2656 # I assume you have smooth scroll off or are at a slow enough baud
2657 # rate that it doesn't matter (1200? or less). Also this assumes
2658 # that you set auto-nl to "on", if you set it off use vt100-nam
2659 # below.
2661 # The padding requirements listed here are guesses. It is strongly
2662 # recommended that xon/xoff be enabled, as this is assumed here.
2664 # The vt100 uses <rs2> and <rf> rather than :is:/:ct:/:st: because the
2665 # tab settings are in non-volatile memory and don't need to be
2666 # reset upon login. Also setting the number of columns glitches
2667 # the screen annoyingly. You can type "reset" to get them set.
2669 # The VT100 series terminals have cursor ("arrows") keys which can operate
2670 # in two different modes: Cursor Mode and Application Mode.  Cursor Mode
2671 # is the reset state, and is assumed to be the normal state.  Application
2672 # Mode is the "set" state.  In Cursor Mode, the cursor keys transmit
2673 # "Esc [ {code}" sequences, conforming to ANSI standards.  In Application
2674 # Mode, the cursor keys transmit "Esc O <code>" sequences.  Application Mode
2675 # was provided primarily as an aid to the porting of VT52 applications.  It is
2676 # assumed that the cursor keys are normally in Cursor Mode, and expected that
2677 # applications such as vi will always transmit the :ks: string.  Therefore,
2678 # the definitions for the cursor keys are made to match what the terminal
2679 # transmits after the :ks: string is transmitted.  If the :ks: string
2680 # is a null string or is not defined, then cursor keys are assumed to be in
2681 # "Cursor Mode", and the cursor keys definitions should match that assumption,
2682 # else the application may fail.  It is also expected that applications will
2683 # always transmit the :ke: string to the terminal before they exit.
2685 # The VT100 series terminals have an auxiliary keypad, commonly referred to as
2686 # the "Numeric Keypad", because it is a cluster of numeric and function keys.
2687 # The Numeric Keypad which can operate in two different modes: Numeric Mode and
2688 # Application Mode.  Numeric Mode is the reset state, and is assumed to be
2689 # the normal state.  Application Mode is the "set" state.  In Numeric Mode,
2690 # the numeric and punctuation keys transmit ASCII 7-bit characters, and the
2691 # Enter key transmits the same as the Return key (Note: the Return key
2692 # can be configured to send either LF (\015) or CR LF).  In Application Mode,
2693 # all the keypad keys transmit "Esc O {code}" sequences.  The PF1 - PF4 keys
2694 # always send the same "Esc O {code}" sequences.  It is assumed that the keypad
2695 # is normally in Numeric Mode.  If an application requires that the keypad be
2696 # in Application Mode then it is expected that the user, or the application,
2697 # will set the TERM environment variable to point to a terminfo entry which has
2698 # defined the :ks: string to include the codes that switch the keypad into
2699 # Application Mode, and the terminfo entry will also define function key
2700 # fields to match the Application Mode control codes.  If the :ks: string
2701 # is a null string or is not defined, then the keypad is assumed to be in
2702 # Numeric Mode.  If the :ks: string switches the keypad into Application
2703 # Mode, it is expected that the :ke: string will contain the control codes
2704 # necessary to reset the keypad to "Normal" mode, and it is also expected that
2705 # applications which transmit the :ks: string will also always transmit the
2706 # :ke: string to the terminal before they exit.
2708 # Here's a diagram of the VT100 keypad keys with their bindings.
2709 # The top line is the name of the key (some DEC keyboards have the keys
2710 # labelled somewhat differently, like GOLD instead of PF1, but this is
2711 # the most "official" name).  The second line is the escape sequence it
2712 # generates in Application Keypad mode (where "$" means the ESC
2713 # character).  The third line contains two items, first the mapping of
2714 # the key in terminfo, and then in termcap.
2715 #   _______________________________________
2716 #  |   PF1   |   PF2   |   PF3   |   PF4   |
2717 #  |   $OP   |   $OQ   |   $OR   |   $OS   |
2718 #  |_kf1__k1_|_kf2__k2_|_kf3__k3_|_kf4__k4_|
2719 #  |    7         8         9         -    |
2720 #  |   $Ow   |   $Ox   |   $Oy   |   $Om   |
2721 #  |_kf9__k9_|_kf10_k;_|_kf0__k0_|_________|
2722 #  |    4    |    5    |    6    |    ,    |
2723 #  |   $Ot   |   $Ou   |   $Ov   |   $Ol   |
2724 #  |_kf5__k5_|_kf6__k6_|_kf7__k7_|_kf8__k8_|
2725 #  |    1    |    2    |    3    |         |
2726 #  |   $Oq   |   $Or   |   $Os   |  enter  |
2727 #  |_ka1__K1_|_kb2__K2_|_ka3__K3_|  $OM    |
2728 #  |         0         |   .     |         |
2729 #  |        $Op        |  $On    |         |
2730 #  |___kc1_______K4____|_kc3__K5_|_kent_@8_|
2732 # Note however, that the arrangement of the 5-key ka1-kc3 do not follow the
2733 # terminfo guidelines.  That is a compromise used to assign the remaining
2734 # keys on the keypad to kf5-kf0, used on older systems with legacy termcap
2735 # support:
2736 vt100+keypad|dec vt100 numeric keypad no fkeys:\
2737         :K1=\EOq:K2=\EOr:K3=\EOs:K4=\EOp:K5=\EOn:
2738 vt100+pfkeys|dec vt100 numeric keypad:\
2739         :@8=\EOM:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:tc=vt100+keypad:
2740 vt100+fnkeys|dec vt100 numeric keypad:\
2741         :k0=\EOy:k5=\EOt:k6=\EOu:k7=\EOv:k8=\EOl:k9=\EOw:k;=\EOx:\
2742         :tc=vt100+pfkeys:
2744 # A better adaptation to modern keyboards such as the PC's, which have a dozen
2745 # function keys and the keypad 2,4,6,8 keys are labeled with arrows keys, is to
2746 # use the 5-key arrangement to model the arrow keys as suggested in the
2747 # terminfo guidelines:
2748 #   _______________________________________
2749 #  |   PF1   |   PF2   |   PF3   |   PF4   |
2750 #  |   $OP   |   $OQ   |   $OR   |   $OS   |
2751 #  |_kf1__k1_|_kf2__k2_|_kf3__k3_|_kf4__k4_|
2752 #  |    7         8         9         -    |
2753 #  |   $Ow   |   $Ox   |   $Oy   |   $Om   |
2754 #  |_ka1__K1_|_________|_ka3__K3_|_________|
2755 #  |    4    |    5    |    6    |    ,    |
2756 #  |   $Ot   |   $Ou   |   $Ov   |   $Ol   |
2757 #  |_________|_kb2__K2_|_________|_________|
2758 #  |    1    |    2    |    3    |         |
2759 #  |   $Oq   |   $Or   |   $Os   |  enter  |
2760 #  |_kc1__K4_|_________|_kc3__K5_|  $OM    |
2761 #  |         0         |   .     |         |
2762 #  |        $Op        |  $On    |         |
2763 #  |___________________|_________|_kent_@8_|
2765 vt220+keypad|dec vt220 numeric keypad:\
2766         :@8=\EOM:K1=\EOw:K2=\EOu:K3=\EOy:K4=\EOq:K5=\EOs:k1=\EOP:\
2767         :k2=\EOQ:k3=\EOR:k4=\EOS:
2769 vt100+enq|ncurses extension for vt100-style ENQ:\
2770         :u8=\E[?1;2c:tc=ansi+enq:
2771 vt102+enq|ncurses extension for vt102-style ENQ:\
2772         :u8=\E[?6c:tc=ansi+enq:
2774 # And here, for those of you with orphaned VT100s lacking documentation, is
2775 # a description of the soft switches invoked when you do `Set Up'.
2777 #  Scroll 0-Jump               Shifted 3   0-#
2778 #  |      1-Smooth             |           1-British pound sign
2779 #  | Autorepeat 0-Off          | Wrap Around 0-Off
2780 #  | |          1-On           | |           1-On
2781 #  | | Screen 0-Dark Bkg       | | New Line 0-Off
2782 #  | | |      1-Light Bkg      | | |        1-On
2783 #  | | | Cursor 0-Underline    | | | Interlace 0-Off
2784 #  | | | |      1-Block        | | | |         1-On
2785 #  | | | |                     | | | |
2786 #  1 1 0 1       1 1 1 1       0 1 0 0       0 0 1 0       <--Standard Settings
2787 #                | | | |                     | | | |
2788 #                | | | Auto XON/XOFF 0-Off   | | | Power 0-60 Hz
2789 #                | | |               1-On    | | |       1-50 Hz
2790 #                | | ANSI/VT52 0-VT52        | | Bits Per Char. 0-7 Bits
2791 #                | |           1-ANSI        | |                1-8 Bits
2792 #                | Keyclick 0-Off            | Parity 0-Off
2793 #                |          1-On             |        1-On
2794 #                Margin Bell 0-Off           Parity Sense 0-Odd
2795 #                            1-On                         1-Even
2797 # The following SET-UP modes are assumed for normal operation:
2798 #       ANSI_MODE       AUTO_XON/XOFF_ON        NEWLINE_OFF     80_COLUMNS
2799 #       WRAP_AROUND_ON  JUMP_SCROLL_OFF
2800 # Other SET-UP modes may be set for operator convenience or communication
2801 # requirements; I recommend
2802 #       AUTOREPEAT_ON   BLOCK_CURSOR    MARGIN_BELL_OFF    SHIFTED_3_#
2803 # Unless you have a graphics add-on such as Digital Engineering's VT640
2804 # (and even then, whenever it can be arranged!) you should set
2805 #       INTERLACE_OFF
2807 # (vt100: I added <rmam>/<smam> based on the init string, also :bs:. -- esr)
2808 vt100|vt100-am|dec vt100 (w/advanced video):\
2809         :5i:bs:xn:xo:\
2810         :vt#3:\
2811         :RA=\E[?7l:SA=\E[?7h:cs=\E[%i%d;%dr:kd=\EOB:ke=\E[?1l\E>:\
2812         :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:l1=pf1:l2=pf2:l3=pf3:\
2813         :l4=pf4:pf=\E[4i:po=\E[5i:ps=\E[0i:rc=\E8:\
2814         :rs=\E<\E>\E[?3;4;5l\E[?7;8h\E[r:sc=\E7:so=2\E[7m:\
2815         :tc=vt100+4bsd:tc=vt100+fnkeys:
2816 vt100+4bsd|dec vt100 from 4.0BSD:\
2817         :am:ms:\
2818         :co#80:it#8:li#24:\
2819         :DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
2820         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
2821         :ae=^O:as=^N:bl=^G:cb=3\E[1K:cd=50\E[J:ce=3\E[K:\
2822         :cl=50\E[H\E[J:cm=5\E[%i%d;%dH:cr=\r:ct=\E[3g:do=\n:\
2823         :eA=\E(B\E)0:ho=\E[H:kb=^H:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:\
2824         :le=^H:mb=2\E[5m:md=2\E[1m:me=2\E[0m:mr=2\E[7m:nd=2\E[C:\
2825         :rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:se=2\E[m:sf=\n:\
2826         :so=2\E[1;7m:sr=5\EM:st=\EH:ta=^I:ue=2\E[m:up=2\E[A:\
2827         :us=2\E[4m:
2828 vt100nam|vt100-nam|vt100 no automargins:\
2829         :am@:xn@:\
2830         :rs=\E>\E[?3l\E[?4l\E[?5l\E[?7l\E[?8h:tc=vt100-am:
2831 vt100-vb|dec vt100 (w/advanced video) & no beep:\
2832         :bl@:vb=\E[?5h\E[?5l:tc=vt100:
2834 # Ordinary vt100 in 132 column ("wide") mode.
2835 vt100-w|vt100-w-am|dec vt100 132 cols (w/advanced video):\
2836         :co#132:li#24:\
2837         :rs=\E>\E[?3h\E[?4l\E[?5l\E[?8h:tc=vt100-am:
2838 vt100-w-nam|vt100-nam-w|dec vt100 132 cols (w/advanced video no automargin):\
2839         :co#132:li#14:vt@:\
2840         :rs=\E>\E[?3h\E[?4l\E[?5l\E[?8h:tc=vt100-nam:
2842 # vt100 with no advanced video.
2843 vt100-nav|vt100 without advanced video option:\
2844         :sg#1:\
2845         :mb@:md@:me@:mr@:sa@:se=\E[m:so=\E[7m:ue@:us@:tc=vt100:
2846 vt100-nav-w|vt100-w-nav|dec vt100 132 cols 14 lines (no advanced video option):\
2847         :co#132:li#14:tc=vt100-nav:
2849 # vt100 with one of the 24 lines used as a status line.
2850 # We put the status line on the top.
2851 vt100-s|vt100-s-top|vt100-top-s|vt100 for use with top sysline:\
2852         :es:hs:\
2853         :li#23:\
2854         :cl=50\E[2;1H\E[J:cs=\E[%i%i%d;%dr:ds=\E7\E[1;24r\E8:\
2855         :fs=\E8:ho=\E[2;1H:is=\E7\E[2;24r\E8:\
2856         :ts=\E7\E[1;%dH\E[1K:tc=vt100-am:
2858 # Status line at bottom.
2859 # Clearing the screen will clobber status line.
2860 vt100-s-bot|vt100-bot-s|vt100 for use with bottom sysline:\
2861         :es:hs:\
2862         :li#23:\
2863         :ds=\E7\E[1;24r\E8:fs=\E8:is=\E[1;23r\E[23;1H:\
2864         :ts=\E7\E[24;%dH\E[1K:tc=vt100-am:
2866 # Most of the `vt100' emulators out there actually emulate a vt102
2867 # This entry (or vt102-nsgr) is probably the right thing to use for
2868 # these.
2869 vt102|dec vt102:\
2870         :al=\E[L:dc=\E[P:dl=\E[M:ei=\E[4l:im=\E[4h:tc=vt100:
2871 vt102-w|dec vt102 in wide mode:\
2872         :co#132:\
2873         :r3=\E[?3h:tc=vt102:
2875 # Many brain-dead PC comm programs that pretend to be `vt100-compatible'
2876 # fail to interpret the ^O and ^N escapes properly.  Symptom: the :me:
2877 # string in the canonical vt100 entry above leaves the screen littered
2878 # with little  snowflake or star characters (IBM PC ROM character \017 = ^O)
2879 # after highlight turnoffs.  This entry should fix that, and even leave
2880 # ACS support working, at the cost of making multiple-highlight changes
2881 # slightly more expensive.
2882 # From: Eric S. Raymond <esr@snark.thyrsus.com> July 22 1995
2883 vt102-nsgr|vt102 no sgr (use if you see snowflakes after highlight changes):\
2884         :me=\E[m:sa@:tc=vt102:
2886 # VT125 Graphics CRT.  Clear screen also erases graphics
2887 # Some vt125's came configured with vt102 support.
2888 vt125|vt125 graphics terminal:\
2889         :mi:\
2890         :cl=50\E[H\E[2J\EPpS(E)\E\\:tc=vt100:
2892 # This isn't a DEC entry, it came from University of Wisconsin.
2893 # (vt131: I added <rmam>/<smam> based on the init string, also :bs: -- esr)
2894 vt131|dec vt131:\
2895         :am:bs:xn:\
2896         :co#80:it#8:li#24:vt#3:\
2897         :RA=\E[?7h:SA=\E[?7h:bl=^G:cd=50\E[J:ce=3\E[K:\
2898         :cl=50\E[;H\E[2J:cm=5\E[%i%d;%dH:cr=\r:cs=\E[%i%d;%dr:\
2899         :do=\n:ho=\E[H:is=\E[1;24r\E[24;1H:k1=\EOP:k2=\EOQ:\
2900         :k3=\EOR:k4=\EOS:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:\
2901         :kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:mb=2\E[5m:md=2\E[1m:\
2902         :me=2\E[m:mr=2\E[7m:nd=2\E[C:nw=\r\n:\
2903         :r1=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:sc=\E7:\
2904         :se=2\E[m:so=2\E[7m:sr=5\EM:ta=^I:ue=2\E[m:up=2\E[A:\
2905         :us=2\E[4m:
2907 # vt132 - like vt100 but slower and has ins/del line and such.
2908 # I'm told that :im:/:ei: are backwards in the terminal from the
2909 # manual and from the ANSI standard, this describes the actual
2910 # terminal. I've never actually used a vt132 myself, so this
2911 # is untested.
2913 vt132|DEC vt132:\
2914         :xn:\
2915         :al=99\E[L:dc=7\E[P:dl=99\E[M:ei=\E[4h:im=\E[4l:ip=7:\
2916         :sf=30\n:tc=vt100:
2918 # This vt220 description maps F5--F9 to the second block of function keys
2919 # at the top of the keyboard.  The "DO" key is used as F10 to avoid conflict
2920 # with the key marked (ESC) on the vt220.  See vt220d for an alternate mapping.
2921 # PF1--PF4 are used as F1--F4.
2923 # added msgr -TD
2924 vt220-old|vt200-old|DEC VT220 in vt100 emulation mode:\
2925         :am:bs:mi:ms:pt:xn:xo:\
2926         :co#80:li#24:vt#3:\
2927         :@7=\E[4~:RA=\E[?7l:SA=\E[?7h:\
2928         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
2929         :ae=4\E(B:al=\E[L:as=2\E(0:bl=^G:cd=50\E[J:ce=3\E[K:\
2930         :cl=50\E[H\E[2J:cm=10\E[%i%d;%dH:cr=\r:cs=\E[%i%d;%dr:\
2931         :dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:ho=\E[H:\
2932         :if=/usr/share/tabset/vt100:im=\E[4h:\
2933         :is=\E[1;24r\E[24;1H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
2934         :k5=\E[17~:k6=\E[18~:k7=\E[19~:k8=\E[20~:k9=\E[21~:\
2935         :k;=\E[29~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:\
2936         :kd=\E[B:kh=\E[1~:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=2\E[5m:\
2937         :md=2\E[1m:me=2\E[m:mr=2\E[7m:nd=\E[C:nl=\n:rc=\E8:\
2938         :rf=/usr/share/tabset/vt100:\
2939         :rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:sc=\E7:se=\E[27m:\
2940         :sf=20\ED:so=\E[7m:sr=14\EM:ta=^I:ue=\E[24m:up=\E[A:\
2941         :us=\E[4m:ve=\E[?25h:vi=\E[?25l:
2943 # A much better description of the VT200/220; used to be vt220-8
2944 # changed rmacs/smacs from shift-in/shift-out to vt200-old's explicit G0/G1
2945 # designation to accommodate bug in pcvt -TD
2947 # Here's a picture of the VT220 editing keypad:
2948 #       +--------+--------+--------+
2949 #       | Find   | Insert | Remove |
2950 #       +--------+--------+--------+
2951 #       | Select | Prev   | Next   |
2952 #       +--------+--------+--------+
2953 vt220|vt200|dec vt220:\
2954         :am:bs:mi:ms:xn:xo:\
2955         :co#80:it#8:li#24:vt#3:\
2956         :%0=\E[29~:%1=\E[28~:*6=\E[4~:@0=\E[1~:AL=\E[%dL:\
2957         :DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\E[23~:F2=\E[24~:\
2958         :F3=\E[25~:F4=\E[26~:F7=\E[31~:F8=\E[32~:F9=\E[33~:\
2959         :FA=\E[34~:IC=\E[%d@:LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:\
2960         :SA=\E[?7h:UP=\E[%dA:\
2961         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
2962         :ae=4\E(B:al=\E[L:as=2\E(0:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\
2963         :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=\r:cs=\E[%i%d;%dr:\
2964         :ct=\E[3g:dc=\E[P:dl=\E[M:do=\n:eA=\E)0:ec=\E[%dX:ei=\E[4l:\
2965         :ho=\E[H:if=/usr/share/tabset/vt100:im=\E[4h:\
2966         :is=\E[?7h\E[>\E[?1l\E F\E[?4l:k1=\EOP:k2=\EOQ:k3=\EOR:\
2967         :k4=\EOS:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:\
2968         :k;=\E[21~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:\
2969         :kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:l1=pf1:l2=pf2:l3=pf3:\
2970         :l4=pf4:le=^H:mb=\E[5m:md=\E[1m:me=2\E[0m:mr=\E[7m:nd=\E[C:\
2971         :nw=\EE:r1=\E[?3l:rc=\E8:sc=\E7:se=\E[27m:sf=\ED:so=\E[7m:\
2972         :sr=\EM:st=\EH:ta=^I:ue=\E[24m:up=\E[A:us=\E[4m:\
2973         :vb=\E[?5h\E[?5l:tc=ansi+pp:tc=ansi+enq:
2974 vt220-w|vt200-w|DEC vt220 in wide mode:\
2975         :co#132:\
2976         :r3=\E[?3h:tc=vt220:
2977 # (sgr removed to fit entry within 1023 bytes)
2978 # (acsc removed to fit entry within 1023 bytes)
2979 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
2980 vt220-8bit|vt220-8|vt200-8bit|vt200-8|dec vt220/200 in 8-bit mode:\
2981         :am:bs:mi:ms:xn:xo:\
2982         :co#80:it#8:li#24:vt#3:\
2983         :AL=\233%dL:DC=\233%dP:DL=\233%dM:DO=\233%dB:IC=\233%d@:\
2984         :LE=\233%dD:RI=\233%dC:UP=\233%dA:ae=\E(B:al=\233L:\
2985         :as=\E(0:bl=^G:cd=\233J:ce=\233K:cl=\233H\233J:\
2986         :cm=\233%i%d;%dH:cr=\r:cs=\233%i%d;%dr:ct=\2333g:\
2987         :dc=\233P:dl=\233M:do=\n:ec=\233%dX:ei=\2334l:ho=\233H:\
2988         :if=/usr/share/tabset/vt100:im=\2334h:\
2989         :is=\233?7h\233>\233?1l\E F\233?4l:k1=\EOP:k2=\EOQ:\
2990         :k3=\EOR:k4=\EOS:k6=\23317~:k7=\23318~:k8=\23319~:\
2991         :k9=\23320~:kD=\2333~:kI=\2332~:kN=\2336~:kP=\2335~:kb=^H:\
2992         :kd=\233B:kh=\233H:kl=\233D:kr=\233C:ku=\233A:le=^H:\
2993         :mb=\2335m:md=\2331m:me=2\2330m:mr=\2337m:nd=\233C:nw=\EE:\
2994         :rc=\E8:sc=\E7:se=\23327m:sf=\ED:so=\2337m:sr=\EM:st=\EH:\
2995         :ta=^I:ue=\23324m:up=\233A:us=\2334m:vb=\233?5h\233?5l:
2997 # vt220d:
2998 # This vt220 description regards F6--F10 as the second block of function keys
2999 # at the top of the keyboard.  This mapping follows the description given
3000 # in the VT220 Programmer Reference Manual and agrees with the labeling
3001 # on some terminals that emulate the vt220.  There is no support for an F5.
3002 # See vt220 for an alternate mapping.
3004 vt220d|DEC VT220 in vt100 mode with DEC function key labeling:\
3005         :F1=\E[23~:F2=\E[24~:F3=\E[25~:F4=\E[26~:F5=\E[28~:\
3006         :F6=\E[29~:F7=\E[31~:F8=\E[32~:F9=\E[33~:FA=\E[34~:k5@:\
3007         :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:\
3008         :tc=vt220-old:
3010 vt220-nam|v200-nam|VT220 in vt100 mode with no auto margins:\
3011         :am@:\
3012         :rs=\E>\E[?3l\E[?4l\E[?5l\E[?7l\E[?8h:tc=vt220:
3014 # vt220 termcap written Tue Oct 25 20:41:10 1988 by Alex Latzko
3015 # (not an official DEC entry!)
3016 # The problem with real vt220 terminals is they don't send escapes when in
3017 # in vt220 mode.  This can be gotten around two ways.  1> don't send
3018 # escapes or 2> put the vt220 into vt100 mode and use all the nifty
3019 # features of vt100 advanced video which it then has.
3021 # This entry takes the view of putting a vt220 into vt100 mode so
3022 # you can use the escape key in emacs and everything else which needs it.
3024 # You probably don't want to use this on a VMS machine since VMS will think
3025 # it has a vt220 and will get fouled up coming out of emacs
3027 # From: Alexander Latzko <latzko@marsenius.rutgers.edu>, 30 Dec 1996
3028 # (Added vt100 :rc:,:sc: to quiet a tic warning -- esr)
3029 # added msgr -TD
3030 vt200-js|vt220-js|dec vt200 series with jump scroll:\
3031         :am:ms:\
3032         :co#80:\
3033         :al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
3034         :cr=\r:cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:dm=:do=\n:ed=:\
3035         :ei=\E[4l:ho=\E[H:im=\E[4h:\
3036         :is=\E[61"p\E[H\E[?3l\E[?4l\E[?1h\E[?5l\E[?6l\E[?7h\E[?8h\E[?25h\E>\E[m:\
3037         :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kb=^H:kd=\EOB:\
3038         :ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:\
3039         :nd=\E[C:nw=\r\ED:r1=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
3040         :rc=\E8:rf=/usr/share/tabset/vt100:sc=\E7:se=5\E[27m:\
3041         :sf=\ED:so=5\E[7m:sr=\EM:ta=^I:ue=\E[24m:up=\E[A:us=\E[4m:
3043 # This was DEC's vt320.  Use the purpose-built one below instead
3044 #vt320|DEC VT320 in vt100 emulation mode,
3045 #       use=vt220,
3047 # Use v320n for SCO's LYRIX.  Otherwise, use Adam Thompson's vt320-nam.
3049 vt320nam|v320n|DEC VT320 in vt100 emul. mode with NO AUTO WRAP mode:\
3050         :am@:\
3051         :rs=\E>\E[?3l\E[?4l\E[?5l\E[?7l\E[?8h:tc=vt220:
3053 # These entries are not DEC's official ones, they were purpose-built for the
3054 # VT320.  Here are the designer's notes:
3055 # <kel> is end on a PC kbd.  Actually 'select' on a VT.  Mapped to
3056 # 'Erase to End of Field'... since nothing seems to use 'end' anyways...
3057 # khome is Home on a PC kbd.  Actually 'FIND' on a VT.
3058 # Things that use <knxt> usually use tab anyways... and things that don't use
3059 # tab usually use <knxt> instead...
3060 # kprv is same as tab - Backtab is useless...
3061 # I left out :sa: because of its RIDICULOUS complexity,
3062 # and the resulting fact that it causes the termcap translation of the entry
3063 # to SMASH the 1k-barrier...
3064 # From: Adam Thompson <athompso@pangea.ca> Sept 10 1995
3065 # (vt320: uncommented :fs: --esr)
3066 # (sgr removed to fit entry within 1023 bytes)
3067 # (acsc removed to fit entry within 1023 bytes)
3068 vt320|vt300|dec vt320 7 bit terminal:\
3069         :am:hs:mi:ms:xn:\
3070         :co#80:li#24:ws#80:\
3071         :%5=^I:%8=\E[Z:*6=\E[4~:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:\
3072         :DO=\E[%dB:F1=\E[23~:F2=\E[24~:F3=\E[25~:F4=\E[26~:\
3073         :F5=\E[28~:F6=\E[29~:F7=\E[31~:F8=\E[32~:F9=\E[33~:\
3074         :FA=\E[34~:IC=\E[%d@:LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:\
3075         :SA=\E[?7h:UP=\E[%dA:ae=\E(B:al=\E[L:as=\E(0:bl=^G:\
3076         :cb=\E[1K:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:\
3077         :cr=\r:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=\n:\
3078         :ec=\E[%dX:ei=\E[4l:ho=\E[H:im=\E[4h:\
3079         :is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H:\
3080         :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:\
3081         :kD=\E[3~:kE=\E[4~:kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=\177:\
3082         :kd=\EOB:ke=\E[?1l\E>:kh=\E[1~:kl=\EOD:kr=\EOC:\
3083         :ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:md=\E[1m:me=2\E[0m:\
3084         :mr=\E[7m:nd=\E[C:nw=\EE:rc=\E8:\
3085         :rf=/usr/share/tabset/vt300:\
3086         :rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H:\
3087         :sc=\E7:se=\E[m:sf=\ED:so=\E[7m:sr=\EM:st=\EH:ta=^I:ue=\E[m:\
3088         :up=\E[A:us=\E[4m:ve=\E[?25h:vi=\E[?25l:tc=dec+pp:\
3089         :tc=vt220+keypad:tc=dec+sl:tc=ansi+enq:
3090 vt320-nam|vt300-nam|dec vt320 7 bit terminal with no am to make SAS happy:\
3091         :am@:\
3092         :is=\E>\E[?3l\E[?4l\E[?5l\E[?7l\E[?8h\E[1;24r\E[24;1H:\
3093         :rs=\E>\E[?3l\E[?4l\E[?5l\E[?7l\E[?8h\E[1;24r\E[24;1H:\
3094         :tc=vt320:
3095 # We have to init 132-col mode, not 80-col mode.
3096 vt320-w|vt300-w|dec vt320 wide 7 bit terminal:\
3097         :co#132:ws#132:\
3098         :is=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H:\
3099         :rs=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H:\
3100         :tc=vt320:
3101 vt320-w-nam|vt300-w-nam|dec vt320 wide 7 bit terminal with no am:\
3102         :am@:\
3103         :is=\E>\E[?3h\E[?4l\E[?5l\E[?7l\E[?8h\E[1;24r\E[24;1H:\
3104         :rs=\E>\E[?3h\E[?4l\E[?5l\E[?7l\E[?8h\E[1;24r\E[24;1H:\
3105         :tc=vt320-w:
3107 # VT330 and VT340 -- These are ReGIS and SIXEL graphics terminals
3108 #   which are pretty much a superset of the VT320.  They have the
3109 #   host writable status line, yet another different DRCS matrix size,
3110 #   and such, but they add the DEC Technical character set, Multiple text
3111 #   pages, selectable length pages, and the like.  The difference between
3112 #   the vt330 and vt340 is that the latter has only 2 planes and a monochrome
3113 #   monitor, the former has 4 planes and a color monitor.  These terminals
3114 #   support VT131 and ANSI block mode, but as with much of these things,
3115 #   termcap/terminfo doesn't deal with these features.
3117 # Note that this entry is are set up in what was the standard way for GNU
3118 # Emacs v18 terminal modes to deal with the cursor keys in that the arrow
3119 # keys were switched into application mode at the same time the numeric pad
3120 # is switched into application mode.  This changes the definitions of the
3121 # arrow keys.  Emacs v19 is smarter and mines its keys directly out of
3122 # your termcap or terminfo entry,
3124 # From: Daniel Glasser <dag@persoft.persoft.com>, 13 Oct 1993
3125 # (vt340: string capability "sb=\E[M" corrected to "sr";
3126 # also, added <rmam>/<smam> based on the init string -- esr)
3127 vt340|dec-vt340|vt330|dec-vt330|dec vt340 graphics terminal with 24 line page:\
3128         :am:es:hs:mi:ms:xn:xo:\
3129         :co#80:it#8:li#24:vt#3:\
3130         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
3131         :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:\
3132         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
3133         :ae=\E(B:al=\E[L:as=\E(0:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
3134         :cm=\E[%i%d;%dH:cr=\r:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:\
3135         :dl=\E[M:do=\n:ds=\E[2$~\r\E[1$}\E[K\E[$}:ei=\E[4l:\
3136         :fs=\E[$}:ho=\E[H:im=\E[4h:\
3137         :is=\E<\E F\E>\E[?1h\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H:\
3138         :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k6=\E[17~:k7=\E[18~:\
3139         :k8=\E[19~:k9=\E[20~:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:\
3140         :kr=\EOC:ks=\E[?1h\E=:ku=\EOA:l1=pf1:l2=pf2:l3=pf3:l4=pf4:\
3141         :le=^H:mb=\E[5m:md=\E[1m:me=2\E[0m:mr=\E[7m:nd=\E[C:\
3142         :nw=\r\ED:r1=\E[?3l:rc=\E8:rf=/usr/share/tabset/vt300:\
3143         :sc=\E7:se=\E[27m:sf=\ED:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
3144         :ts=\E[2$~\E[1$}\E[1;%dH:ue=\E[24m:up=\E[A:us=\E[4m:\
3145         :vb=200\E[?5h\E[?5l:ve=\E[?25h:vi=\E[?25l:
3147 # DEC doesn't supply a vt400 description, so we add Daniel Glasser's
3148 # (originally written with vt420 as its primary name, and usable for it).
3150 # VT400/420 -- This terminal is a superset of the vt320.  It adds the multiple
3151 #    text pages and long text pages with selectable length of the vt340, along
3152 #    with left and right margins, rectangular area text copy, fill, and erase
3153 #    operations, selected region character attribute change operations,
3154 #    page memory and rectangle checksums, insert/delete column, reception
3155 #    macros, and other features too numerous to remember right now.  TERMCAP
3156 #    can only take advantage of a few of these added features.
3158 # Note that this entry is are set up in what was the standard way for GNU
3159 # Emacs v18 terminal modes to deal with the cursor keys in that the arrow
3160 # keys were switched into application mode at the same time the numeric pad
3161 # is switched into application mode.  This changes the definitions of the
3162 # arrow keys.  Emacs v19 is smarter and mines its keys directly out of
3163 # your termcap entry,
3165 # From: Daniel Glasser <dag@persoft.persoft.com>, 13 Oct 1993
3166 # (vt400: string capability ":sb=\E[M:" corrected to ":sr=\E[M:";
3167 # also, added <rmam>/<smam> based on the init string -- esr)
3168 vt400|vt400-24|dec-vt400|dec vt400 24x80 column autowrap:\
3169         :am:es:hs:mi:ms:xn:xo:\
3170         :co#80:it#8:li#24:vt#3:\
3171         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
3172         :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:\
3173         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
3174         :ae=\E(B:al=\E[L:as=\E(0:cd=10\E[J:ce=4\E[K:cl=10\E[H\E[J:\
3175         :cm=\E[%i%d;%dH:cr=\r:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:\
3176         :dl=\E[M:do=\n:ds=\E[2$~\r\E[1$}\E[K\E[$}:ei=\E[4l:\
3177         :fs=\E[$}:ho=\E[H:ic=\E[@:im=\E[4h:\
3178         :is=\E<\E F\E>\E[?1h\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H:\
3179         :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k6=\E[17~:k7=\E[18~:\
3180         :k8=\E[19~:k9=\E[20~:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:\
3181         :kr=\EOC:ks=\E[?1h\E=:ku=\EOA:l1=pf1:l2=pf2:l3=pf3:l4=pf4:\
3182         :le=^H:mb=\E[5m:md=\E[1m:me=2\E[0m:mr=\E[7m:nd=\E[C:\
3183         :nw=\r\ED:r1=\E<\E[?3l\E[!p\E[?7h:rc=\E8:\
3184         :rf=/usr/share/tabset/vt300:sc=\E7:se=\E[27m:sf=\ED:\
3185         :so=\E[7m:sr=\EM:st=\EH:ta=^I:ts=\E[2$~\E[1$}\E[1;%dH:\
3186         :ue=\E[24m:up=\E[A:us=\E[4m:vb=200\E[?5h\E[?5l:\
3187         :ve=\E[?25h:vi=\E[?25l:tc=dec+sl:
3189 # (vt420: I removed :k0:, it collided with <kf10>.  I also restored
3190 # a missing :sc: -- esr)
3191 # add msgr and other capabilities from vt220 -TD
3192 vt420|DEC VT420:\
3193         :am:mi:ms:xn:xo:\
3194         :co#80:it#8:li#24:vt#3:\
3195         :*6=\E[4~:@0=\E[1~:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:\
3196         :DO=\E[%dB:IC=\E[%d@:LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:\
3197         :S5=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
3198         :SA=\E[?7h:UP=\E[%dA:\
3199         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
3200         :ae=4\E(B:al=\E[L:as=2\E(0:bl=^G:cb=\E[1K:cd=50\E[J:\
3201         :ce=3\E[K:cl=50\E[H\E[2J:cm=10\E[%i%d;%dH:cr=\r:\
3202         :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=\n:eA=\E)0:\
3203         :ec=\E[%dX:ei=\E[4l:ho=\E[H:i2=\E[?67h\E[64;1"p:\
3204         :if=/usr/share/tabset/vt300:im=\E[4h:\
3205         :is=\E[1;24r\E[24;1H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
3206         :k5=\E[17~:k6=\E[18~:k7=\E[19~:k8=\E[20~:k9=\E[21~:\
3207         :k;=\E[29~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:\
3208         :kd=\E[B:ke=\E>:kl=\E[D:kr=\E[C:ks=\E=:ku=\E[A:le=^H:\
3209         :mb=2\E[5m:md=2\E[1m:me=2\E[0m:mr=2\E[7m:nd=\E[C:nw=\EE:\
3210         :r3=\E[?67h\E[64;1"p:rc=\E8:rf=/usr/share/tabset/vt300:\
3211         :sc=\E7:se=\E[27m:sf=\ED:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
3212         :ue=\E[24m:up=\E[A:us=\E[4m:vb=\E[?5h\E[?5l:ve=\E[?25h:\
3213         :vi=\E[?25l:tc=ansi+pp:tc=dec+sl:tc=ansi+enq:
3215 # DEC VT220 and up support DECUDK (user-defined keys).  DECUDK (i.e., pfx)
3216 # takes two parameters, the key and the string.  Translating the key is
3217 # straightforward (keys 1-5 are not defined on real terminals, though some
3218 # emulators define these):
3220 #               if (key < 16) then  value = key;
3221 #               else if (key < 21) then value = key + 1;
3222 #               else if (key < 25) then value = key + 2;
3223 #               else if (key < 27) then value = key + 3;
3224 #               else if (key < 30) then value = key + 4;
3225 #               else value = key + 5;
3227 # The string must be the hexadecimal equivalent, e.g., "5052494E" for "PRINT".
3228 # There's no provision in terminfo for emitting a string in this format, so the
3229 # application has to know it.
3231 vt420pc|DEC VT420 w/PC keyboard:\
3232         :@7=\E[4~:F1=\E[23~:F2=\E[24~:F3=\E[11;2~:F4=\E[12;2~:\
3233         :F5=\E[13;2~:F6=\E[14;2~:F7=\E[15;2~:F8=\E[17;2~:\
3234         :F9=\E[18;2~:FA=\E[19;2~:FB=\E[20;2~:FC=\E[21;2~:\
3235         :FD=\E[23;2~:FE=\E[24;2~:FF=\E[23~:FG=\E[24~:FH=\E[25~:\
3236         :FI=\E[26~:FJ=\E[28~:FK=\E[29~:FL=\E[31~:FM=\E[32~:\
3237         :FN=\E[33~:FO=\E[34~:FP=\E[35~:FQ=\E[36~:FR=\E[23;2~:\
3238         :FS=\E[24;2~:FT=\E[25;2~:FU=\E[26;2~:FV=\E[28;2~:\
3239         :FW=\E[29;2~:FX=\E[31;2~:FY=\E[32;2~:FZ=\E[33;2~:\
3240         :Fa=\E[34;2~:Fb=\E[35;2~:Fc=\E[36;2~:\
3241         :S6=USR_TERM\072vt420pcdos\072:k1=\E[11~:k2=\E[12~:\
3242         :k3=\E[13~:k4=\E[14~:k5=\E[15~:k6=\E[17~:k7=\E[18~:\
3243         :k8=\E[19~:k9=\E[20~:k;=\E[21~:kD=\177:kh=\E[H:tc=vt420:
3245 vt420pcdos|DEC VT420 w/PC for DOS Merge:\
3246         :li#25:\
3247         :S4=\E[?1;2r\E[34h:\
3248         :S5=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:S6@:\
3249         :me=\E[m:sa@:tc=vt420pc:
3251 vt420f|DEC VT420 with VT kbd; VT400 mode; F1-F5 used as Fkeys:\
3252         :F1=\E[23~:F2=\E[24~:F3=\E[25~:F4=\E[26~:F5=\E[28~:\
3253         :F6=\E[29~:F7=\E[31~:F8=\E[32~:F9=\E[33~:FA=\E[34~:\
3254         :k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:\
3255         :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:\
3256         :kD=\177:kh=\E[H:l1=\EOP:l2=\EOQ:l3=\EOR:l4=\EOS:tc=vt420:
3258 vt510|DEC VT510:\
3259         :tc=vt420:
3260 vt510pc|DEC VT510 w/PC keyboard:\
3261         :tc=vt420pc:
3262 vt510pcdos|DEC VT510 w/PC for DOS Merge:\
3263         :tc=vt420pcdos:
3265 # VT520/VT525
3267 # The VT520 is a monochrome text terminal capable of managing up to
3268 # four independent sessions in the terminal.  It has multiple ANSI
3269 # emulations (VT520, VT420, VT320, VT220, VT100, VT PCTerm, SCO Console)
3270 # and ASCII emulations (WY160/60, PCTerm, 50/50+, 150/120, TVI 950,
3271 # 925 910+, ADDS A2).  This terminfo data is for the ANSI emulations only.
3273 # Terminal Set-Up is entered by pressing [F3], [Caps Lock]/[F3] or
3274 # [Alt]/[Print Screen] depending upon which keyboard and which
3275 # terminal mode is being used.  If Set-Up has been disabled or
3276 # assigned to an unknown key, Set-Up may be entered by pressing
3277 # [F3] as the first key after power up, regardless of keyboard type.
3278 vt520|DEC VT520:\
3279         :tc=ansi+rca:tc=vt420:tc=ansi+tabs:
3281 vt525|DEC VT525:\
3282         :tc=vt520:
3284 # I just got a brand new Boundless VT520 with that company's "ANSI 2011"
3285 # Keyboard, which replaces the old LK41R-AA keyboard.
3287 # In trying to get the function keys to work, I had to cobble my own
3288 # terminfo.src entry, since the existing vt520 entry doesn't include most of
3289 # the function keys.  If I blend the entries for "vt420f" and "vt220+keypad"
3290 # I seem to get them all -Mike Gran
3291 vt520ansi|Boundless VT520 ANSI:\
3292         :tc=ansi+rca:tc=vt420f:tc=vt220+keypad:tc=ansi+tabs:
3294 #### VT100 emulations
3297 # John Hawkinson <jhawk@MIT.EDU> tells us that the EWAN telnet for Windows
3298 # (the best Windows telnet as of September 1995) presents the name `dec-vt100'
3299 # to telnetd.   Michael Deutschmann <ldeutsch@mail.netshop.net> informs us
3300 # that this works best with a stock vt100 entry.
3301 dec-vt100|EWAN telnet's vt100 emulation:\
3302         :tc=vt100:
3304 # From: Adrian Garside <94ajg2@eng.cam.ac.uk>, 19 Nov 1996
3305 dec-vt220|DOS tnvt200 terminal emulator:\
3306         :am@:tc=vt220:
3308 # Zstem340 is an (IMHO) excellent VT emulator for PC's.  I recommend it to
3309 # anyone who needs PC VT340 emulation. (or anything below that level, for
3310 # that matter -- DEC's ALL-in-1 seems happy with it, as does INFOPLUS's
3311 # RDBM systems, it includes ReGIS and SiXel support!  I'm impressed...
3312 # I can send the address if requested.
3313 # (z340: changed garbled \E[5?l to \E[?5l, DEC smooth scroll off -- esr)
3314 # From: Adam Thompson <athompso@pangea.ca> Sept 10 1995
3315 z340|zstem vt340 terminal emulator 132col 42line:\
3316         :li#42:\
3317         :is=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h\E[1;42r\E[42;1H:\
3318         :rs=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h\E[1;42r\E[42;1H:\
3319         :tc=vt320-w:
3320 z340-nam|zstem vt340 terminal emulator 132col 42line (no automatic margins):\
3321         :am@:\
3322         :is=\E>\E[?3h\E[?4l\E[?5l\E[?7l\E[?8h\E[1;42r\E[42;1H:\
3323         :rs=\E>\E[?3h\E[?4l\E[?5l\E[?7l\E[?8h\E[1;42r\E[42;1H:\
3324         :tc=z340:
3326 # CRT is shareware.  It implements some xterm features, including mouse.
3327 crt|crt-vt220|CRT 2.3 emulating VT220:\
3328         :ms:ut:\
3329         :NC@:\
3330         :st=\EH:tc=vt100+enq:tc=vt220:tc=ecma+color:
3332 # PuTTY 0.55 (released 3 August 2004)
3333 # http://www.chiark.greenend.org.uk/~sgtatham/putty/
3335 # Comparing with 0.51, vttest is much better (only a few problems with the
3336 # cursor position reports and wrapping).
3338 # PuTTY 0.51 (released 14 December 2000)
3340 # This emulates vt100 + vt52 (plus a few vt220 features:  ech, SRM, DECTCEM, as
3341 # well as SCO and Atari, color palettes from Linux console).  Reading the code,
3342 # it is intended to be VT102 plus selected features.  By default, it sets $TERM
3343 # to xterm, which is incorrect, since several features are misimplemented:
3345 #       Alt+key always sends ESC+key, so 'km' capability is removed.
3347 #       Control responses, wrapping and tabs are buggy, failing a couple of
3348 #       screens in vttest.
3350 #       xterm mouse support is not implemented (unrelease version may).
3352 # Several features such as backspace/delete are optional; this entry documents
3353 # the default behavior -TD
3355 # (E3 removed to fit entry within 1023 bytes)
3356 # (acsc removed to fit entry within 1023 bytes)
3357 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
3358 putty|PuTTY terminal emulator:\
3359         :am:bw:mi:ms:xn:xo:\
3360         :it#8:\
3361         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:K2=\E[G:\
3362         :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:ae=^O:\
3363         :al=\E[L:as=^N:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
3364         :cm=\E[%i%d;%dH:cr=\r:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:\
3365         :dl=\E[M:do=\ED:ec=\E[%dX:ei=\E[4l:ho=\E[H:im=\E[4h:\
3366         :is=\E7\E[r\E[m\E[?7h\E[?1;4;6l\E[4l\E8\E>\E]R:\
3367         :kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=\177:kd=\EOB:\
3368         :ke=\E[?1l\E>:kh=\E[1~:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\
3369         :ku=\EOA:le=^H:mb=\E[5m:md=\E[1m:me=\E[0m:mr=\E[7m:nd=\E[C:\
3370         :nw=\r\n:rc=\E8:\
3371         :rs=\E<\E["p\E[50;6"p\Ec\E[?3l\E]R\E[?1000l:sc=\E7:\
3372         :se=\E[27m:sf=\n:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
3373         :te=\E[2J\E[?47l:ti=\E[?47h:ue=\E[24m:up=\EM:us=\E[4m:\
3374         :vb=\E[?5h\E[?5l:ve=\E[?25h:vi=\E[?25l:tc=putty+fnkeys:\
3375         :tc=vt102+enq:tc=xterm+sl:
3376 vt100-putty|Reset PuTTY to pure vt100:\
3377         :rs=\E<\E["p\Ec\E[?3l\E]R\E[40"p\E[61"p\E[50;1;2"p:\
3378         :tc=vt100:
3379 putty-256color|PuTTY 0.58 with xterm 256-colors:\
3380         :tc=xterm+256setaf:tc=putty:
3381 putty-noapp|putty with cursor keys in normal mode:\
3382         :#4=\EOD:%i=\EOC:kF=\EOB:kR=\EOA:kd=\E[B:ke=\E>:kl=\E[D:\
3383         :kr=\E[C:ks=\E=:ku=\E[A:tc=putty:
3385 # One of the keyboard selections is "VT100+".
3386 # pterm (the X11 port) uses shifted F1-F10 as F11-F20
3387 putty-vt100|VT100+ keyboard layout:\
3388         :tc=putty+fnkeys+vt100:tc=putty:
3390 putty-sco|putty with SCO function keys:\
3391         :tc=putty+fnkeys+sco:tc=putty:
3393 # PuTTY has more than one section in its Keyboard configuration:
3394 # a) backspace/delete, which we ignore since that choice largely depends on
3395 #    whether one matches Unix and BSD or Linux.
3396 # b) home/end keys, also ignored because the "rxvt" setting sends keys which
3397 #    are unrelated to rxvt's actual settings.
3398 # c) function keys and keypad - this is the interesting part.  None of the
3399 #    selections match any of their respective namesakes, but they are shown
3400 #    here to help users who expect that the selections do what is implied.
3402 # This is the default setting for PuTTY
3403 putty+fnkeys|fn-keys for PuTTY:\
3404         :tc=putty+fnkeys+esc:
3406 putty+fnkeys+esc|ESC[n~ fn-keys for PuTTY:\
3407         :F1=\E[23~:F2=\E[24~:F3=\E[25~:F4=\E[26~:F5=\E[28~:\
3408         :F6=\E[29~:F7=\E[31~:F8=\E[32~:F9=\E[33~:FA=\E[34~:\
3409         :k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:\
3410         :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:
3412 putty+fnkeys+linux|Linux fn-keys for PuTTY:\
3413         :k1=\E[[A:k2=\E[[B:k3=\E[[C:k4=\E[[D:k5=\E[[E:\
3414         :tc=putty+fnkeys+esc:
3416 putty+fnkeys+xterm|Xterm R6 fn-keys for PuTTY:\
3417         :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:tc=putty+fnkeys+esc:
3419 putty+fnkeys+vt400|VT400 fn-keys for PuTTY:\
3420         :tc=putty+fnkeys+esc:
3422 # Shifted F1 is F11.  F13-F20 inherit from the defaults, and the last distinct
3423 # key is F20.
3424 putty+fnkeys+vt100|VT100+ fn-keys for PuTTY:\
3425         :F1=\EOZ:F2=\EO[:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOT:\
3426         :k6=\EOU:k7=\EOV:k8=\EOW:k9=\EOX:k;=\EOY:\
3427         :tc=putty+fnkeys+esc:
3429 # Unlike xterm-sco, this leaves kmous ambiguous with kf1.
3431 # Use modifiers to obtain function keys past 12:
3432 # F1-F12 - normal
3433 # F13-F24 - shift
3434 # F25-F36 - control/alt
3435 # F37-F48 - control/shift
3437 putty+fnkeys+sco|SCO fn-keys for PuTTY:\
3438         :@1=\E[E:@7=\E[F:F1=\E[W:F2=\E[X:F3=\E[Y:F4=\E[Z:F5=\E[a:\
3439         :F6=\E[b:F7=\E[c:F8=\E[d:F9=\E[e:FA=\E[f:FB=\E[g:FC=\E[h:\
3440         :FD=\E[i:FE=\E[j:FF=\E[k:FG=\E[l:FH=\E[m:FI=\E[n:FJ=\E[o:\
3441         :FK=\E[p:FL=\E[q:FM=\E[r:FN=\E[s:FO=\E[t:FP=\E[u:FQ=\E[v:\
3442         :FR=\E[w:FS=\E[x:FT=\E[y:FU=\E[z:FV=\E[@:FW=\E[[:FX=\E[\\:\
3443         :FY=\E[]:FZ=\E[\136:Fa=\E[_:Fb=\E[`:Fc=\E[{:k1=\E[M:\
3444         :k2=\E[N:k3=\E[O:k4=\E[P:k5=\E[Q:k6=\E[R:k7=\E[S:k8=\E[T:\
3445         :k9=\E[U:k;=\E[V:kD=\177:kI=\E[L:kN=\E[G:kP=\E[I:kd=\E[B:\
3446         :kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:
3448 # This entry is for Tera Term Pro version 2.3, for MS-Windows 95/NT written by
3449 # T. Teranishi dated Mar 10, 1998.  It is a free software terminal emulator
3450 # (communication program) which supports:
3452 #       - Serial port connections.
3453 #       - TCP/IP (telnet) connections.
3454 #       - VT100 emulation, and selected VT200/300 emulation.
3455 #       - TEK4010 emulation.
3456 #       - File transfer protocols (Kermit, XMODEM, ZMODEM, B-PLUS and
3457 #         Quick-VAN).
3458 #       - Scripts using the "Tera Term Language".
3459 #       - Japanese and Russian character sets.
3461 # The program does not come with terminfo or termcap entries.  However, the
3462 # emulation (testing with vttest and ncurses) is reasonably close to vt100 (no
3463 # vt52 or doublesize character support; blinking is done with color).  Besides
3464 # the HPA, VPA extensions it also implements CPL and CNL.
3466 # All of the function keys can be remapped.  This description shows the default
3467 # mapping, as installed.  Both vt100 PF1-PF4 keys and quasi-vt220 F1-F4 keys
3468 # are supported.  F13-F20 are obtained by shifting F3-F10.  The editing keypad
3469 # is laid out like vt220, rather than the face codes on the PC keyboard, i.e,
3470 #       kfnd    Insert
3471 #       kslt    Delete
3472 #       kich1   Home
3473 #       kdch1   PageUp
3474 #       kpp     End
3475 #       knp     PageDown
3477 # ANSI colors are implemented, but cannot be combined with video attributes
3478 # except for reverse.
3480 # No fonts are supplied with the program, so the acsc string is chosen to
3481 # correspond with the default Microsoft terminal font.
3483 # Tera Term recognizes some xterm sequences, including those for setting and
3484 # retrieving the window title, and for setting the window size (i.e., using
3485 # "resize -s"), though it does not pass SIGWINCH to the application if the
3486 # user resizes the window with the mouse.
3487 teraterm2.3|Tera Term Pro:\
3488         :km:xo@:\
3489         :NC#43:vt@:\
3490         :*6=\E[4~:@0=\E[1~:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:\
3491         :F1=\E[23~:F2=\E[24~:F3=\E[25~:F4=\E[26~:F5=\E[28~:\
3492         :F6=\E[29~:F7=\E[31~:F8=\E[32~:F9=\E[33~:FA=\E[34~:\
3493         :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:\
3494         :al=\E[L:cb=\E[1K:cd=\E[J:ce=\E[K:ch=\E[%i%dG:cl=\E[H\E[J:\
3495         :cm=\E[%i%d;%dH:cv=\E[%i%dd:dc=\E[P:dl=\E[M:ec=\E[%dX:\
3496         :k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:\
3497         :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:\
3498         :kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:mb=\E[5m:md=\E[1m:\
3499         :me=\E[0m\017:mr=\E[7m:nd=\E[C:op=\E[100m:se=\E[27m:\
3500         :so=\E[7m:sr=\EM:ue=\E[24m:up=\E[A:us=\E[4m:\
3501         :vb=200\E[?5h\E[?5l:ve=\E[?25h:vi=\E[?25l:tc=vt100+enq:\
3502         :tc=klone+color:tc=vt100:
3504 # Version 4.59 has regular vt100 line-drawing (so it is no longer necessary
3505 # to choose a Windows OEM font).
3507 # Testing with tack:
3508 #       - it does not have xenl (suppress that)
3509 #       - underline seems to work with color (modify ncv).
3510 # Testing with vttest:
3511 #       - wrapping differs from vt100 (menu 1).
3512 #       - it recognizes xterm's X10 and normal mouse tracking, but none of the
3513 #         other flavors.
3514 #       - it recognizes the dtterm window controls for reporting size in
3515 #         characters and pixels.
3516 #       - it passes SIGWINCH.
3517 teraterm4.59|Tera Term Pro:\
3518         :ut:xn@:\
3519         :NC#41:\
3520         :Km=\E[M:\
3521         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
3522         :tc=teraterm2.3:
3524 teraterm|Tera Term:\
3525         :tc=teraterm4.59:
3527 # Tested with WinNT 4.0, the telnet application assumes the screensize is
3528 # 25x80.  This entry uses the 'Terminal' font, to get line-drawing characters.
3530 # Other notes:
3531 # a) Fails tack's cup (cursor-addressing) test, though cup works well enough
3532 #    for casual (occasional) use.  Also fails several of the vttest screens,
3533 #    but that is not unusual for vt100 "emulators".
3534 # b) Does not implement vt100 keypad
3535 # c) Recognizes a subset of vt52 controls.
3536 ms-vt100|MS telnet imitating dec vt100:\
3537         :li#25:\
3538         :@8@:K1@:K2@:K3@:K4@:K5@:\
3539         :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:\
3540         :ct@:k0@:k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:k9@:k;@:tc=vt102+enq:\
3541         :tc=vt100:
3543 # Tested with Windows 2000, the telnet application runs in a console window,
3544 # also using 'Terminal' font.
3546 # Other notes:
3547 # a) This version has no function keys or numeric keypad.  Unlike the older
3548 #    version, the numeric keypad is entirely ignored.
3549 # b) The program sets $TERM to "ansi", which of course is inaccurate.
3550 ms-vt100-color|vtnt|windows 2000 ansi (sic):\
3551         :ut:\
3552         :DC=\E[%dP:IC=\E[%d@:ei=:im=:tc=ecma+color:tc=ms-vt100:
3554 # Based on comments from Federico Bianchi:
3556 #       vt100+ is basically a VT102-noSGR with ANSI.SYS colors and a different
3557 #       scheme for PF keys.
3559 # and PuTTY wishlist:
3561 #       The modifiers are represented as the codes listed above, prefixed to
3562 #       the normal sequences.  If the modifier is pressed alone, its sequence
3563 #       is transmitted twice in succession.  If multiple modifiers apply,
3564 #       they're transmitted in the order shift, control, alt.
3566 #       Shift   \E^S
3567 #       Alt     \E^A,
3568 #       Ctrl    \E^C,
3569 ms-vt100+|vt100+|windows XP vt100+ (sic):\
3570         :@7=\Ek:F1=\E!:F2=\E@:F3=\E\023\E1:F4=\E\023\E2:\
3571         :F5=\E\023\E3:F6=\E\023\E4:F7=\E\023\E5:F8=\E\023\E6:\
3572         :F9=\E\023\E7:FA=\E\023\E8:FB=\E\023\E9:FC=\E\023\E0:\
3573         :FD=\E\023\E!:FE=\E\023\E@:FF=\E\003\E1:FG=\E\003\E2:\
3574         :FH=\E\003\E3:FI=\E\003\E4:FJ=\E\003\E5:FK=\E\003\E6:\
3575         :FL=\E\003\E7:FM=\E\003\E8:FN=\E\003\E9:FO=\E\003\E0:\
3576         :FP=\E\003\E!:FQ=\E\003\E@:FR=\E\001\E1:FS=\E\001\E2:\
3577         :FT=\E\001\E3:FU=\E\001\E4:FV=\E\001\E5:FW=\E\001\E6:\
3578         :FX=\E\001\E7:FY=\E\001\E8:FZ=\E\001\E9:Fa=\E\001\E0:\
3579         :Fb=\E\001\E!:Fc=\E\001\E@:k1=\E1:k2=\E2:k3=\E3:k4=\E4:\
3580         :k5=\E5:k6=\E6:k7=\E7:k8=\E8:k9=\E9:k;=\E0:kD=\E-:kI=\E+:\
3581         :kN=\E/:kP=\E?:kh=\Eh:tc=ms-vt100-color:
3583 ms-vt-utf8|vt-utf8|UTF-8 flavor of vt100+:\
3584         :tc=ms-vt100+:
3586 # expect-5.44.1.15/example/tkterm
3587 # a minimal subset of a vt100 (compare with "news-unk).
3589 # The missing "=" in smkx is not a typo (here), but an error in tkterm.
3590 tt|tkterm|Don Libes' tk text widget terminal emulator:\
3591         :cl=\E[H\E[J:cm=\E[%d;%dH:cr=\r:do=\n:k1=\EOP:k2=\EOQ:\
3592         :k3=\EOR:k4=\EOS:k5=\EOT:k6=\EOU:k7=\EOV:k8=\EOW:k9=\EOX:\
3593         :ke=\E[?1l\E>:ks=\E[?1h\E:le=^H:nd=\E[C:se=\E[m:sf=\n:\
3594         :so=\E[7m:up=\E[A:
3596 ######## X TERMINAL EMULATORS
3597 #### XTERM
3599 # You can add the following line to your .Xdefaults to change the terminal type
3600 # set by the xterms you start up to my-xterm:
3602 # *termName:  my-xterm
3604 # System administrators can change the default entry for xterm instances
3605 # by adding a similar line to /usr/X11/lib/X11/app-defaults/XTerm.  In either
3606 # case, xterm will detect and reject an invalid terminal type, falling back
3607 # to the default of xterm.
3610 # X10/6.6       11/7/86, minus alternate screen, plus (csr)
3611 # (xterm: ":MT:" changed to ":km:"; added <smam>/<rmam> based on init string;
3612 # removed (hs, eslok, tsl=\E[?E\E[?%i%dT, fsl=\E[?F, dsl=\E[?E)
3613 # as these seem not to work -- esr)
3614 x10term|vs100-x10|xterm terminal emulator (X10 window system):\
3615         :am:bs:km:mi:ms:xn:xo:\
3616         :co#80:it#8:li#65:\
3617         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:RA=\E[?7l:SA=\E[?7h:\
3618         :al=\E[L:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:\
3619         :cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:do=\n:ei=\E[4l:ho=\E[H:\
3620         :im=\E[4h:is=\E\E[m\E[?7h\E[?1;4l:k1=\EOP:k2=\EOQ:\
3621         :k3=\EOR:k4=\EOS:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:\
3622         :kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:md=\E[1m:me=\E[m:\
3623         :mr=\E[7m:nd=\E[C:se=\E[m:sf=\n:so=\E[7m:sr=\EM:ta=^I:\
3624         :ue=\E[m:up=\E[A:us=\E[4m:
3625 # Compatible with the R5 xterm
3626 # (from the XFree86 3.2 distribution, <blink=@> removed)
3627 # added khome/kend, rmir/smir, rmul/smul, hts based on the R5 xterm code - TD
3628 # corrected typos in rs2 string - TD
3629 # added u6-u9 -TD
3630 xterm-r5|xterm R5 version:\
3631         :am:bs:km:ms:xn:\
3632         :co#80:it#8:li#24:\
3633         :@7=\E[4~:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:\
3634         :F1=\E[23~:F2=\E[24~:IC=\E[%d@:Km=\E[M:LE=\E[%dD:\
3635         :RI=\E[%dC:UP=\E[%dA:al=\E[L:bl=^G:cd=\E[J:ce=\E[K:\
3636         :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=\r:cs=\E[%i%d;%dr:\
3637         :ct=\E[3g:dc=\E[P:dl=\E[M:do=\n:ei=\E[4l:ho=\E[H:ic=\E[@:\
3638         :im=\E[4h:k0=\EOq:k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:\
3639         :k5=\E[15~:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:\
3640         :k;=\E[21~:kA=\E[30~:kD=\E[3~:kE=\E[8~:kI=\E[2~:kL=\E[31~:\
3641         :kN=\E[6~:kP=\E[5~:kb=^H:kd=\EOB:ke=\E[?1l\E>:kh=\E[1~:\
3642         :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:md=\E[1m:\
3643         :me=\E[m:mr=\E[7m:nd=\E[C:rc=\E8:\
3644         :rs=\E>\E[?1;3;4;5;6l\E[4l\E[?7h\E[m\E[r\E[2J\E[H:\
3645         :sc=\E7:se=\E[m:sf=\n:so=\E[7m:sr=\EM:st=\EH:ta=^I:ue=\E[m:\
3646         :up=\E[A:us=\E[4m:tc=vt100+enq:
3647 # Compatible with the R6 xterm
3648 # (from XFree86 3.2 distribution, <acsc> and :it: added, <blink@> removed)
3649 # added khome/kend, hts based on the R6 xterm code - TD
3650 # (khome/kend do not actually work in X11R5 or X11R6, but many people use this
3651 # for compatibility with other emulators).
3652 xterm-r6|xterm X11R6 version:\
3653         :am:bs:km:mi:ms:xn:\
3654         :co#80:it#8:li#24:\
3655         :*6=\E[4~:@0=\E[1~:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:\
3656         :DO=\E[%dB:F1=\E[23~:F2=\E[24~:F3=\E[25~:F4=\E[26~:\
3657         :F5=\E[28~:F6=\E[29~:F7=\E[31~:F8=\E[32~:F9=\E[33~:\
3658         :FA=\E[34~:Km=\E[M:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
3659         :ac=``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
3660         :ae=^O:al=\E[L:as=^N:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:\
3661         :cm=\E[%i%d;%dH:cr=\r:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:\
3662         :dl=\E[M:do=\n:eA=\E)0:ei=\E[4l:ho=\E[H:im=\E[4h:\
3663         :is=\E[m\E[?7h\E[4l\E>\E7\E[r\E[?1;3;4;6l\E8:\
3664         :k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:\
3665         :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:\
3666         :kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:kd=\EOB:\
3667         :ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:\
3668         :md=\E[1m:me=\E[m:ml=\El:mr=\E[7m:mu=\Em:nd=\E[C:rc=\E8:\
3669         :rs=\E[m\E[?7h\E[4l\E>\E7\E[r\E[?1;3;4;6l\E8:sc=\E7:\
3670         :se=\E[m:sf=\n:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
3671         :te=\E[2J\E[?47l\E8:ti=\E7\E[?47h:ue=\E[m:up=\E[A:\
3672         :us=\E[4m:tc=vt100+enq:
3673 xterm-old|antique xterm version:\
3674         :tc=xterm-r6:
3675 # This is the base xterm entry for the xterm supplied with XFree86 3.2 & up.
3676 # The name has been changed and some aliases have been removed.
3677 # (sgr removed to fit entry within 1023 bytes)
3678 # (acsc removed to fit entry within 1023 bytes)
3679 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
3680 xterm-xf86-v32|xterm terminal emulator (XFree86 3.2 Window System):\
3681         :am:bs:km:mi:ms:xn:\
3682         :co#80:it#8:li#24:\
3683         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
3684         :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:\
3685         :bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:\
3686         :cr=\r:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=\n:\
3687         :ec=\E[%dX:ei=\E[4l:ho=\E[H:ic=\E[@:im=\E[4h:\
3688         :is=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E>:\
3689         :k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:\
3690         :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:kD=\177:kI=\E[2~:\
3691         :kN=\E[6~:kP=\E[5~:kb=^H:kd=\EOB:ke=\E[?1l\E>:kh=\EOH:\
3692         :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:md=\E[1m:\
3693         :me=\E[0m:mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:se=\E[27m:sf=\n:\
3694         :so=\E[7m:sr=\EM:st=\EH:ta=^I:te=\E[2J\E[?47l\E8:\
3695         :ti=\E7\E[?47h:ue=\E[24m:up=\E[A:us=\E[4m:\
3696         :vb=\E[?5h\E[?5l:ve=\E[?25h:vi=\E[?25l:tc=vt100+enq:\
3697         :tc=ecma+color:tc=vt220+keypad:
3699 # This is the stock xterm entry supplied with XFree86 3.3, which uses VT100
3700 # codes for F1-F4 except while in VT220 mode.
3701 xterm-xf86-v33|xterm terminal emulator (XFree86 3.3 Window System):\
3702         :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:tc=xterm-xf86-v32:
3704 # This version was released in XFree86 3.3.3 (November 1998).
3705 # Besides providing printer support, it exploits a new feature that allows
3706 # xterm to use terminfo-based descriptions with the titeInhibit resource.
3707 # -- the distribution contained incorrect khome/kend values -TD
3708 xterm-xf86-v333|xterm terminal emulator (XFree86 3.3.3 Window System):\
3709         :*6@:@0@:ic@:is=\E[!p\E[?3;4l\E[4l\E>:kD=\E[3~:mb=\E[5m:\
3710         :mk=\E[8m:r1=\Ec:r2=\E[!p\E[?3;4l\E[4l\E>:\
3711         :te=\E[?1047l\E[?1048l:ti=\E[?1048h\E[?1047h:\
3712         :tc=ansi+pp:tc=xterm-xf86-v33:
3714 # This version was released in XFree86 4.0.
3715 xterm-xf86-v40|xterm terminal emulator (XFree86 4.0 Window System):\
3716         :NP:\
3717         :#2=\EO5H:#3=\E[2;5~:#4=\EO5D:%c=\E[6;5~:%e=\E[5;5~:\
3718         :%i=\EO5C:*4=\E[3;5~:*7=\EO5F:@7=\EOF:F3=\EO2P:F4=\EO2Q:\
3719         :F5=\EO2R:F6=\EO2S:F7=\E[15;2~:F8=\E[17;2~:F9=\E[18;2~:\
3720         :FA=\E[19;2~:FB=\E[20;2~:FC=\E[21;2~:FD=\E[23;2~:\
3721         :FE=\E[24;2~:FF=\EO5P:FG=\EO5Q:FH=\EO5R:FI=\EO5S:\
3722         :FJ=\E[15;5~:FK=\E[17;5~:FL=\E[18;5~:FM=\E[19;5~:\
3723         :FN=\E[20;5~:FO=\E[21;5~:FP=\E[23;5~:FQ=\E[24;5~:\
3724         :FR=\EO6P:FS=\EO6Q:FT=\EO6R:FU=\EO6S:FV=\E[15;6~:\
3725         :FW=\E[17;6~:FX=\E[18;6~:FY=\E[19;6~:FZ=\E[20;6~:\
3726         :Fa=\E[21;6~:Fb=\E[23;6~:Fc=\E[24;6~:K1@:K2=\EOE:K3@:K4@:\
3727         :K5@:kB=\E[Z:kD=\E[3~:kh=\EOH:te=\E[?1049l:ti=\E[?1049h:\
3728         :tc=xterm-xf86-v333:
3730 # This version was released in XFree86 4.3.
3731 xterm-xf86-v43|xterm terminal emulator (XFree86 4.3 Window System):\
3732         :#2=\E[1;2H:#3=\E[2;2~:#4=\E[1;2D:%c=\E[6;2~:%e=\E[5;2~:\
3733         :%i=\E[1;2C:*4=\E[3;2~:*7=\E[1;2F:@1@:tc=xterm-xf86-v40:
3735 # This version was released in XFree86 4.4.
3736 xterm-xf86-v44|xterm terminal emulator (XFree86 4.4 Window System):\
3737         :SF=\E[%dS:SR=\E[%dT:ve=\E[?12l\E[?25h:vs=\E[?12;25h:\
3738         :tc=xterm-xf86-v43:
3740 xterm-xfree86|xterm terminal emulator (XFree86):\
3741         :tc=xterm-xf86-v44:
3743 # This version reflects the current xterm features.
3744 xterm-new|modern xterm terminal emulator:\
3745         :NP:\
3746         :@8=\EOM:K2=\EOE:SF=\E[%dS:SR=\E[%dT:kB=\E[Z:tc=ansi+rep:\
3747         :tc=ansi+enq:tc=xterm+pcfkeys:tc=xterm+tmux:\
3748         :tc=ecma+strikeout:tc=xterm-basic:
3750 # This fragment is for people who cannot agree on what the backspace key
3751 # should send.
3752 xterm+kbs|fragment for backspace key:\
3753         :kb=^H:
3755 # This fragment describes as much of XFree86 xterm's "pc-style" function
3756 # keys as will fit into terminfo's 60 function keys.
3757 # From ctlseqs.ms:
3758 #    Code     Modifiers
3759 #  ---------------------------------
3760 #     2       Shift
3761 #     3       Alt
3762 #     4       Shift + Alt
3763 #     5       Control
3764 #     6       Shift + Control
3765 #     7       Alt + Control
3766 #     8       Shift + Alt + Control
3767 #  ---------------------------------
3768 # The meta key may also be used as a modifier in this scheme, adding another
3769 # bit to the parameter.
3770 xterm+pcfkeys|fragment for PC-style fkeys:\
3771         :tc=xterm+app:tc=xterm+pcf2:tc=xterm+pcc2:tc=xterm+pce2:
3773 xterm+noapp|fragment with cursor keys in normal mode:\
3774         :@7=\E[F:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:
3776 xterm+app|fragment with cursor keys in application mode:\
3777         :@7=\EOF:kd=\EOB:kh=\EOH:kl=\EOD:kr=\EOC:ku=\EOA:
3779 # The "PC-style" modifier scheme was introduced in xterm patch #94 (1999/3/27)
3780 # and revised in xterm patch #167 (2002/8/24).  Some other terminal emulators
3781 # copied the earlier scheme, as noted in the "use=" clauses in this file.
3783 # The original assignments from patch #94 for cursor-keys had some technical
3784 # issues:
3786 #       A parameter for a function-key to represent a modifier is just more
3787 #       bits.  But for a cursor-key it may change the behavior of the
3788 #       application.  For instance, emacs decodes the first parameter of a
3789 #       cursor-key as a repeat count.
3791 #       A parameterized string should (really) not begin with SS3 (\EO).
3792 #       Rather, CSI (\E[) should be used.
3794 # For these reasons, the original assignments were deprecated.  For
3795 # compatibility reasons, they are still available as a setting of xterm's
3796 # modifyCursorKeys resource.  These fragments list the modified cursor-keys
3797 # that might apply to xterm+pcfkeys with different values of that resource.
3798 xterm+pcc3|fragment with modifyCursorKeys=3:\
3799         :#4=\E[>1;2D:%i=\E[>1;2C:kF=\E[>1;2B:kR=\E[>1;2A:
3801 xterm+pcc2|fragment with modifyCursorKeys=2:\
3802         :#4=\E[1;2D:%i=\E[1;2C:kF=\E[1;2B:kR=\E[1;2A:
3804 xterm+pcc1|fragment with modifyCursorKeys=1:\
3805         :#4=\E[2D:%i=\E[2C:kF=\E[2B:kR=\E[2A:
3807 xterm+pcc0|fragment with modifyCursorKeys=0:\
3808         :#4=\EO2D:%i=\EO2C:kF=\EO2B:kR=\EO2A:
3811 # Here are corresponding fragments from xterm patch #216:
3813 xterm+pcf0|fragment with modifyFunctionKeys=0:\
3814         :F1=\E[23~:F2=\E[24~:F3=\EO2P:F4=\EO2Q:F5=\EO2R:F6=\EO2S:\
3815         :F7=\E[15;2~:F8=\E[17;2~:F9=\E[18;2~:FA=\E[19;2~:\
3816         :FB=\E[20;2~:FC=\E[21;2~:FD=\E[23;2~:FE=\E[24;2~:\
3817         :FF=\EO5P:FG=\EO5Q:FH=\EO5R:FI=\EO5S:FJ=\E[15;5~:\
3818         :FK=\E[17;5~:FL=\E[18;5~:FM=\E[19;5~:FN=\E[20;5~:\
3819         :FO=\E[21;5~:FP=\E[23;5~:FQ=\E[24;5~:FR=\EO6P:FS=\EO6Q:\
3820         :FT=\EO6R:FU=\EO6S:FV=\E[15;6~:FW=\E[17;6~:FX=\E[18;6~:\
3821         :FY=\E[19;6~:FZ=\E[20;6~:Fa=\E[21;6~:Fb=\E[23;6~:\
3822         :Fc=\E[24;6~:Fd=\EO3P:Fe=\EO3Q:Ff=\EO3R:Fg=\EO3S:\
3823         :Fh=\E[15;3~:Fi=\E[17;3~:Fj=\E[18;3~:Fk=\E[19;3~:\
3824         :Fl=\E[20;3~:Fm=\E[21;3~:Fn=\E[23;3~:Fo=\E[24;3~:\
3825         :Fp=\EO4P:Fq=\EO4Q:Fr=\EO4R:k1=\EOP:k2=\EOQ:k3=\EOR:\
3826         :k4=\EOS:k5=\E[15~:k6=\E[17~:k7=\E[18~:k8=\E[19~:\
3827         :k9=\E[20~:k;=\E[21~:
3829 xterm+pcf2|fragment with modifyFunctionKeys=2:\
3830         :F1=\E[23~:F2=\E[24~:F3=\E[1;2P:F4=\E[1;2Q:F5=\E[1;2R:\
3831         :F6=\E[1;2S:F7=\E[15;2~:F8=\E[17;2~:F9=\E[18;2~:\
3832         :FA=\E[19;2~:FB=\E[20;2~:FC=\E[21;2~:FD=\E[23;2~:\
3833         :FE=\E[24;2~:FF=\E[1;5P:FG=\E[1;5Q:FH=\E[1;5R:FI=\E[1;5S:\
3834         :FJ=\E[15;5~:FK=\E[17;5~:FL=\E[18;5~:FM=\E[19;5~:\
3835         :FN=\E[20;5~:FO=\E[21;5~:FP=\E[23;5~:FQ=\E[24;5~:\
3836         :FR=\E[1;6P:FS=\E[1;6Q:FT=\E[1;6R:FU=\E[1;6S:FV=\E[15;6~:\
3837         :FW=\E[17;6~:FX=\E[18;6~:FY=\E[19;6~:FZ=\E[20;6~:\
3838         :Fa=\E[21;6~:Fb=\E[23;6~:Fc=\E[24;6~:Fd=\E[1;3P:\
3839         :Fe=\E[1;3Q:Ff=\E[1;3R:Fg=\E[1;3S:Fh=\E[15;3~:\
3840         :Fi=\E[17;3~:Fj=\E[18;3~:Fk=\E[19;3~:Fl=\E[20;3~:\
3841         :Fm=\E[21;3~:Fn=\E[23;3~:Fo=\E[24;3~:Fp=\E[1;4P:\
3842         :Fq=\E[1;4Q:Fr=\E[1;4R:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
3843         :k5=\E[15~:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:\
3844         :k;=\E[21~:
3846 # Chunks from xterm #230:
3847 xterm+pce2|fragment with modifyCursorKeys=2:\
3848         :#2=\E[1;2H:#3=\E[2;2~:%c=\E[6;2~:%e=\E[5;2~:*4=\E[3;2~:\
3849         :*7=\E[1;2F:kI=\E[2~:kN=\E[6~:kP=\E[5~:tc=xterm+edit:
3851 xterm+edit|fragment for 6-key editing-keypad:\
3852         :kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:tc=xterm+pc+edit:
3854 xterm+pc+edit|fragment for pc-style editing keypad:\
3855         :@7=\E[4~:kh=\E[1~:
3857 xterm+vt+edit|fragment for vt220-style editing keypad:\
3858         :*6=\E[4~:@0=\E[1~:
3861 # Those chunks use the new-style (the xterm oldFunctionKeys resource is false).
3862 # Alternatively, the same scheme with old-style function keys as in xterm-r6
3863 # is shown here (because that is used in mrxvt and mlterm):
3864 xterm+r6f2|xterm with oldFunctionKeys and modifyFunctionKeys=2:\
3865         :F3=\E[11;2~:F4=\E[12;2~:F5=\E[13;2~:F6=\E[14;2~:\
3866         :FF=\E[11;5~:FG=\E[12;5~:FH=\E[13;5~:FI=\E[14;5~:\
3867         :FR=\E[11;6~:FS=\E[12;6~:FT=\E[13;6~:FU=\E[14;6~:\
3868         :Fd=\E[11;3~:Fe=\E[12;3~:Ff=\E[13;3~:Fg=\E[14;3~:\
3869         :Fp=\E[11;4~:Fq=\E[12;4~:Fr=\E[13;4~:k1=\E[11~:k2=\E[12~:\
3870         :k3=\E[13~:k4=\E[14~:tc=xterm+pcf2:
3872 # This chunk is used for building the VT220/Sun/PC keyboard variants.
3873 xterm-basic|modern xterm terminal emulator - common:\
3874         :am:bs:km:mi:ms:ut:xn:AX:XT:\
3875         :Co#8:co#80:it#8:li#24:pa#64:\
3876         :AB=\E[4%dm:AF=\E[3%dm:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:\
3877         :DO=\E[%dB:IC=\E[%d@:Km=\E[M:LE=\E[%dD:RA=\E[?7l:\
3878         :RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:\
3879         :ac=``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
3880         :ae=\E(B:al=\E[L:as=\E(0:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[J:\
3881         :ce=\E[K:ch=\E[%i%dG:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=\r:\
3882         :cs=\E[%i%d;%dr:ct=\E[3g:cv=\E[%i%dd:dc=\E[P:dl=\E[M:\
3883         :do=\n:ec=\E[%dX:ei=\E[4l:ho=\E[H:im=\E[4h:\
3884         :is=\E[!p\E[?3;4l\E[4l\E>:ke=\E[?1l\E>:ks=\E[?1h\E=:\
3885         :le=^H:mb=\E[5m:md=\E[1m:me=\E[0m:mh=\E[2m:mk=\E[8m:ml=\El:\
3886         :mm=\E[?1034h:mo=\E[?1034l:mr=\E[7m:mu=\Em:nd=\E[C:\
3887         :op=\E[39;49m:r1=\Ec:r2=\E[!p\E[?3;4l\E[4l\E>:rc=\E8:\
3888         :sc=\E7:se=\E[27m:sf=\n:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
3889         :te=\E[?1049l:ti=\E[?1049h:ue=\E[24m:up=\E[A:us=\E[4m:\
3890         :vb=\E[?5h\E[?5l:ve=\E[?12l\E[?25h:vi=\E[?25l:\
3891         :vs=\E[?12;25h:E3=\E[3J:tc=ecma+italics:tc=ansi+pp:\
3892         :tc=xterm+kbs:tc=vt100+enq:
3894 # From: David J. MacKenzie <djm@va.pubnix.com>, 14 Nov 1997
3895 # In retrospect, something like xterm-r6 was intended here -TD
3896 xterm-xi|xterm on XI Graphics Accelerated X under BSD/OS 3.1:\
3897         :se=\E[m:ue=\E[m:tc=xterm-xf86-v33:
3899 # 16-colors is one of the variants of XFree86 3.3 xterm, updated for 4.0
3900 # (T.Dickey)
3902 # If configured to support 88- or 256-colors (which is fairly common in 2009),
3903 # xterm also recognizes the control sequences for initc -TD
3904 xterm-16color|xterm with 16 colors like aixterm:\
3905         :cc:\
3906         :oc=\E]104\007:r1=\Ec\E]104\007:tc=ibm+16color:\
3907         :tc=xterm-new:
3909 # 256-colors is a compile-time feature of XFree86 xterm beginning with
3910 # xterm patch #111 (1999/7/10) -TD
3911 xterm+256color|xterm 256-color feature:\
3912         :cc:\
3913         :Co#256:pa#32767:\
3914         :AB=\E[48;5;%dm:AF=\E[38;5;%dm:Sb@:Sf@:oc=\E]104\007:
3916 # palette is hardcoded...
3917 xterm+256setaf|xterm 256-color (set-only):\
3918         :cc@:\
3919         :Co#256:pa#32767:\
3920         :AB=\E[48;5;%dm:AF=\E[38;5;%dm:Ic@:Sb@:Sf@:
3922 # 88-colors is a compile-time feature of XFree86 xterm beginning with
3923 # xterm patch #115 (1999/9/18) -TD
3925 # Note that the escape sequences used are the same as for 256-colors - xterm
3926 # has a different table of default color resource values.  If built for
3927 # 256-colors, it can still handle an 88-color palette by using the initc
3928 # capability.
3930 # At this time (2007/7/14), except for rxvt 2.7.x, none of the other terminals
3931 # which support the xterm+256color feature support the associated initc
3932 # capability.  So it is cancelled in the entries which use this and/or the
3933 # xterm+256color block.
3935 # The default color palette for the 256- and 88-colors are different.  A
3936 # given executable will have one palette (perhaps compiled-in).  If the program
3937 # supports xterm's control sequence, it can be programmed using initc.
3938 xterm+88color|xterm 88-color feature:\
3939         :Co#88:pa#7744:tc=xterm+256color:
3941 # These variants of XFree86 3.9.16 xterm are built as a configure option.
3942 xterm-256color|xterm with 256 colors:\
3943         :r1=\Ec\E]104\007:tc=xterm+256color:tc=xterm-new:
3944 xterm-88color|xterm with 88 colors:\
3945         :r1=\Ec\E]104\007:tc=xterm+88color:tc=xterm-256color:
3947 # This chunk is based on suggestions by Ailin Nemui and Nicholas Marriott, who
3948 # asked for some of xterm's advanced features to be added to its terminfo
3949 # entry.  It defines extended capabilities not found in standard terminfo or
3950 # termcap.  These are useful in tmux, for instance, hence the name.
3952 # One caveat in adding extended capabilities in ncurses is that if the names
3953 # are longer than two characters, then they will not be visible through the
3954 # termcap interface.
3956 # Ms modifies the selection/clipboard.  Its parameters are
3957 #       p1 = the storage unit (clipboard, selection or cut buffer)
3958 #       p2 = the base64-encoded clipboard content.
3960 # Ss is used to set the cursor style as described by the DECSCUSR
3961 #       function to a block or underline.
3962 # Se resets the cursor style to the terminal power-on default.
3964 # Cs and Cr set and reset the cursor colour.
3965 xterm+tmux|advanced xterm features used in tmux:\
3966         :Cr=\E]112\007:Cs=\E]12;%p1%s\007:\
3967         :Ms=\E]52;%p1%s;%p2%s\007:Se=\E[2 q:Ss=\E[%p1%d q:
3969 # This is another variant, for XFree86 4.0 xterm (T.Dickey)
3970 # This is an 8-bit version of xterm, which emulates DEC vt220 with ANSI color.
3971 # To use it, your decTerminalID resource must be set to 200 or above.
3973 #       HTS     \E H    \210
3974 #       RI      \E M    \215
3975 #       SS3     \E O    \217
3976 #       CSI     \E [    \233
3978 # (sgr removed to fit entry within 1023 bytes)
3979 # (acsc removed to fit entry within 1023 bytes)
3980 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
3981 xterm-8bit|xterm terminal emulator 8-bit controls (X Window System):\
3982         :am:bs:km:mi:ms:xn:\
3983         :co#80:it#8:li#24:\
3984         :AL=\233%dL:DC=\233%dP:DL=\233%dM:DO=\233%dB:IC=\233%d@:\
3985         :K1=\217w:K2=\217y:K3=\217u:K4=\217q:K5=\217s:LE=\233%dD:\
3986         :RI=\233%dC:UP=\233%dA:ae=\E(B:al=\233L:as=\E(0:bl=^G:\
3987         :bt=\233Z:cd=\233J:ce=\233K:cl=\233H\2332J:\
3988         :cm=\233%i%d;%dH:cr=\r:cs=\233%i%d;%dr:ct=\2333g:\
3989         :dc=\233P:dl=\233M:do=\n:ec=\233%dX:ei=\2334l:ho=\233H:\
3990         :im=\2334h:\
3991         :is=\E[62"p\E G\233m\233?7h\E>\E7\233?1;3;4;6l\2334l\233r\E8:\
3992         :k1=\23311~:k2=\23312~:k3=\23313~:k4=\23314~:k5=\23315~:\
3993         :k6=\23317~:k7=\23318~:k8=\23319~:k9=\23320~:kD=\2333~:\
3994         :kI=\2332~:kN=\2336~:kP=\2335~:kd=\217B:ke=\233?1l\E>:\
3995         :kh=\2331~:kl=\217D:kr=\217C:ks=\233?1h\E=:ku=\217A:le=^H:\
3996         :mb=\2335m:md=\2331m:me=\2330m:mr=\2337m:nd=\233C:rc=\E8:\
3997         :sc=\E7:se=\23327m:sf=\n:so=\2337m:sr=\215:st=\210:ta=^I:\
3998         :te=\233?1049l:ti=\233?1049h:ue=\23324m:up=\233A:\
3999         :us=\2334m:vb=\233?5h\233?5l:ve=\233?25l\233?25h:\
4000         :vi=\233?25l:vs=\233?12;25h:tc=xterm+kbs:
4002 xterm-hp|xterm with hpterm function keys:\
4003         :@7=\EF:k1=\Ep:k2=\Eq:k3=\Er:k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:\
4004         :k8=\Ew:kC=\EJ:kD=\EP:kI=\EQ:kN=\ES:kP=\ET:kd=\EB:kh=\Eh:\
4005         :kl=\ED:kr=\EC:ku=\EA:tc=xterm-basic:
4007 xterm-sco|xterm with SCO function keys:\
4008         :@1=\E[E:@7=\E[F:F1=\E[W:F2=\E[X:F3=\E[Y:F4=\E[Z:F5=\E[a:\
4009         :F6=\E[b:F7=\E[c:F8=\E[d:F9=\E[e:FA=\E[f:FB=\E[g:FC=\E[h:\
4010         :FD=\E[i:FE=\E[j:FF=\E[k:FG=\E[l:FH=\E[m:FI=\E[n:FJ=\E[o:\
4011         :FK=\E[p:FL=\E[q:FM=\E[r:FN=\E[s:FO=\E[t:FP=\E[u:FQ=\E[v:\
4012         :FR=\E[w:FS=\E[x:FT=\E[y:FU=\E[z:FV=\E[@:FW=\E[[:FX=\E[\\:\
4013         :FY=\E[]:FZ=\E[\136:Fa=\E[_:Fb=\E[`:Fc=\E[{:Km=\E[>M:\
4014         :k1=\E[M:k2=\E[N:k3=\E[O:k4=\E[P:k5=\E[Q:k6=\E[R:k7=\E[S:\
4015         :k8=\E[T:k9=\E[U:k;=\E[V:kD=\177:kI=\E[L:kN=\E[G:kP=\E[I:\
4016         :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:tc=xterm-basic:
4018 # The xterm-new description has all of the features, but is not completely
4019 # compatible with vt220.  If you are using a Sun or PC keyboard, set the
4020 # sunKeyboard resource to true:
4021 #       + maps the editing keypad
4022 #       + interprets control-function-key as a second array of keys, so a
4023 #         12-fkey keyboard can support vt220's 20-fkeys.
4024 #       + maps numeric keypad "+" to ",".
4025 #       + uses DEC-style control sequences for the application keypad.
4027 xterm-vt220|xterm emulating vt220:\
4028         :@7=\E[4~:F1=\E[23~:F2=\E[24~:F3=\E[25~:F4=\E[26~:\
4029         :F5=\E[28~:F6=\E[29~:F7=\E[31~:F8=\E[32~:F9=\E[33~:\
4030         :FA=\E[34~:Km=\E[M:k5=\E[15~:k6=\E[17~:k7=\E[18~:\
4031         :k8=\E[19~:k9=\E[20~:k;=\E[21~:kB=\E[Z:kI=\E[2~:kN=\E[6~:\
4032         :kP=\E[5~:kd=\EOB:kh=\E[1~:kl=\EOD:kr=\EOC:ku=\EOA:\
4033         :tc=xterm+app:tc=xterm+edit:tc=xterm-basic:\
4034         :tc=vt220+keypad:
4036 xterm-vt52|xterm emulating dec vt52:\
4037         :co#80:it#8:li#24:\
4038         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
4039         :ae=\EG:as=\EF:bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :\
4040         :cr=\r:do=\EB:ho=\EH:kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=\ED:\
4041         :nd=\EC:nw=\r\n:sf=\n:sr=\EI:ta=^I:up=\EA:tc=xterm+kbs:
4043 xterm-noapp|xterm with cursor keys in normal mode:\
4044         :ke=\E>:ks=\E=:te@:ti@:tc=xterm+noapp:tc=xterm:
4046 xterm-24|vs100|xterms|xterm terminal emulator (X Window System):\
4047         :li#24:tc=xterm-old:
4049 # This is xterm for ncurses.
4050 xterm|xterm terminal emulator (X Window System):\
4051         :tc=xterm-new:
4053 # This entry assumes that xterm's handling of VT100 SI/SO is disabled by
4054 # setting the vt100Graphics resource to false.
4055 xterm-utf8|xterm with no VT100 line-drawing in UTF-8 mode:\
4056         :U8#1:tc=xterm:
4058 # These building-blocks allow access to the X titlebar and icon name as a
4059 # status line.  There are a few problems in using them in entries:
4061 # a) tsl should have a parameter to denote the column on which to transfer to
4062 #    the status line.
4063 # b) the "0" code for xterm updates both icon-title and window title.  Some
4064 #    window managers such as twm (and possibly window managers descended from
4065 #    it such as tvtwm, ctwm, and vtwm) track windows by icon-name. Thus, you
4066 #    don't want to mess with icon-name when using those window managers.
4068 # The extension "TS" is preferable, because it does not accept a parameter.
4069 # However, if you are using a non-extended terminfo, "TS" is not visible.
4070 xterm+sl|access X title line and icon name:\
4071         :hs:\
4072         :ds=\E]0;\007:fs=^G:ts=\E]0;:TS=\E]0;:
4073 xterm+sl-twm|access X title line (pacify twm-descended window managers):\
4074         :hs:\
4075         :ds=\E]2;\007:fs=^G:ts=\E]2;:TS=\E]2;:
4077 # In contrast, this block can be used for a DEC vt320 and up.  There are two
4078 # controls used.
4080 # DECSASD (select active status display)
4081 #       \E[0$}  Main display
4082 #       \E[1$}  Status line
4084 # DECSSDT (select status line type)
4085 #       \E[0$~  No status line
4086 #       \E[1$~  Indicator status line
4087 #       \E[2$~  Host-writable status line
4089 # The building block assumes that the terminal always shows something at the
4090 # status line (either the indicator, or status line).  That is because if no
4091 # status line is used, then the terminal makes that line part of the user
4092 # window, changing its size without notice.
4094 # Because there is no "esl" (enable status line) capability, the "tsl"
4095 # capability ensures that the status line is host-writable.  A DEC terminal
4096 # will clear the status line when changing from indicator to host-writable
4097 # mode.
4099 # Once on the status line, the row part of cursor addressing is ignored.  Since
4100 # tsl expects a parameter (to specify the column), the shortest addressing that
4101 # can be used for this purpose is HPA, e.g., \E[5d to go to column 5.
4103 dec+sl|DEC VTxx status line:\
4104         :es:hs:\
4105         :ds=\E[1$~:fs=\E[0$}:ts=\E[2$~\E[1$}\E[%i%d`:
4108 # The following xterm variants don't depend on your base version
4110 # xterm with bold instead of underline
4111 xterm-bold|xterm terminal emulator (X11R6 Window System) standout w/bold:\
4112         :so=\E[7m:us=\E[1m:tc=xterm-old:
4114 # See the note on ICH/ICH1 VERSUS RMIR/SMIR near the end of file
4115 xterm-nic|xterm with ich/ich1 suppressed for non-curses programs:\
4116         :IC@:ic@:tc=xterm:
4117 # From: Mark Sheppard <kimble@mistral.co.uk>, 4 May 1996
4118 xterm1|xterm terminal emulator ignoring the alternate screen buffer:\
4119         :te@:ti@:tc=xterm:
4121 #### XTERM Mouse
4122 # The xterm mouse protocol is used by other terminal emulators.
4123 # In this section, two extended capabilities are used to illustrate the mouse
4124 # protocol: XM and xm.  The "XM" capability is recognized by ncurses to allow
4125 # enabling/disabling other mouse protocols.  The "xm" capability describes the
4126 # mouse response; currently there is no interpreter which would use this
4127 # information to make the mouse support completely data-driven.
4129 # Here is the "original" xterm mouse protocol.
4131 # First seen in X10.3, February 1986, this likely dates from 1985 based on the
4132 # copyright dates in the sources.  A comment in charproc.c notes "MIT bogus
4133 # sequence", referring to the fact that it does not correspond to a "real"
4134 # terminal.  The mouse responses for the X10 protocol are sent only for
4135 # button-presses.
4136 xterm+x10mouse|X10 xterm mouse protocol:\
4137         :Km=\E[M:xm=\E[M%p3%' '%+%c%p2%'!'%+%c%p1%'!'%+%c:
4138 xterm-x10mouse|X10 xterm mouse:\
4139         :tc=xterm+x10mouse:tc=xterm:
4141 # Here is the conventional xterm mouse protocol, introduced with X11R1 in
4142 # September 1987.
4144 # The mouse responses for the X11 protocol covered button releases, as well as
4145 # modifiers:
4146 #  shift    4
4147 #  alt/meta 8 (technically the "mod1" mask, because X11 has no such keys)
4148 #  control 16
4150 # The modifiers are not reflected in this description because as used in xterm
4151 # they are normally inaccessible because the translations resources assign
4152 # shift and control to other features.  However, they are important because
4153 # they take up space in the first byte of the response.  The other bits of this
4154 # byte are used to encode the button number for both presses and releases.
4155 # In the X11 protocol, any button-release is encoded with "3" (the lowest 2
4156 # bits in the byte).  Later work on XFree86 xterm used the remaining 3 bits to
4157 # provide additional features, e.g., wheel mouse.
4159 # X11R1's xterm also supported an "emacs" mouse protocol, with final character
4160 # "t" or "T", which was activated by double-clicking.  The "t" response was
4161 # used when the starting/ending positions were the same.
4163 # X11R3 (February 1988) added the highlight/tracking mode.
4165 # X11R4 (December 1989) added the control sequences document, listing the
4166 # control sequences for the X10/X11 protocols without descriptions.  It also
4167 # mentioned the "emacs" ("T") response.  Comments in button.c referred to the
4168 # X11 protocol as "DEC vt200 compatible", although DEC offered no such terminal.
4170 # X11R5 (November 1993) gave a description of the mouse protocol.
4172 # X11R6 (January 1995) moved the control sequences document out of the xterm
4173 # source-directory to xc/doc/specs/xterm, polishing the formatting but adding
4174 # no new information.
4175 xterm+x11mouse|X11 xterm mouse protocol:\
4176         :Km=\E[M:
4177 xterm-x11mouse|X11 mouse:\
4178         :tc=xterm+x11mouse:tc=xterm:
4180 # Here is a suggested description of the xterm highlighting protocol.
4181 # A more complicated example could be constructed to account for the "t"
4182 # response.
4183 xterm+x11hilite|X11 xterm mouse protocol with highlight:\
4184         :Km=\E[M:
4185 xterm-x11hilite|X11 mouse with highlight:\
4186         :tc=xterm+x11mouse:tc=xterm:
4188 # The preceding were the sources from X Consortium.  Other sources (or patches)
4189 # were available.  Starting in mid-1995, XFree86 developers collected some of
4190 # those changes and began improvements, e.g., to support color.  This was, by
4191 # the way, around the same time that rxvt developers began implementing color,
4192 # though dates (and attributions) are not well documented.  I became interested
4193 # in xterm in late 1995, and involved in early 1996.  To complete the picture,
4194 # CDE's dtterm was introduced around the same time, with no mouse protocol -TD
4196 # xterm patch #83 (1998/10/7), added Jason Bacon's changes to provide an
4197 # "any-event" mouse mode.
4198 xterm+sm+1002|xterm any-event mouse:\
4199         :Km=\E[M:
4200 xterm-1002|xterm any-event mouse:\
4201         :tc=xterm+sm+1002:tc=xterm:
4203 xterm+sm+1003|testing xterm-mouse:\
4204         :Km=\E[M:
4206 xterm-1003|testing xterm-mouse:\
4207         :tc=xterm+sm+1003:tc=xterm:
4209 # xterm patch #116 (1999/9/25) added Stephen P Wall's changes to support DEC
4210 # locator mode.
4212 # xterm patch #120 (1999/10/28) added my change to support wheel mouse, by
4213 # dropping support for the X11 mouse protocol's shift-modifier and using
4214 # available bits in the first byte of the response to encode buttons 4 and 5.
4215 # xterm patch #126 (2000/2/8) amended that change to avoid conflicting with
4216 # older configurations which might have used the obsolete modifiers.
4218 # xterm patch #262 (2010/8/30) added Ryan Johnson's changes to provide a mode
4219 # where the coordinates in the mouse response would be encoded in UTF-8,
4220 # thereby extending the range of coordinates past 222=(255-33).  This is the
4221 # "1005" mouse mode.
4222 xterm+sm+1005|xterm UTF-8 mouse:\
4223         :Km=\E[M:
4224 xterm-1005|xterm UTF-8 mouse:\
4225         :tc=xterm+sm+1005:tc=xterm:
4227 # xterm patch #277 (2012/1/7) provides a mode where the mouse response uses
4228 # SGR-style parameters.
4230 # Someone stated that the 1005 mouse mode would not be handled properly in luit.
4231 # (By the way, this is a problem with the X11 protocol).  A more plausible
4232 # criticism is that the responses provided by the 1005 mode are not distinct
4233 # from the non-1005 responses.
4235 # As an alternative (and fixing the longstanding limitation of X11 mouse
4236 # protocol regarding button-releases), I provided this:
4237 xterm+sm+1006|xterm SGR-mouse:\
4238         :Km=\E[<:
4239 xterm-1006|xterm SGR-mouse:\
4240         :tc=xterm+sm+1006:tc=xterm:
4242 #### KTERM
4243 # (kterm: this had extension capabilities ":KJ:TY=ascii:" -- esr)
4244 # (kterm should not invoke DEC Graphics as the alternate character set
4245 #  -- Kenji Rikitake)
4246 # (proper setting of enacs, smacs, rmacs makes kterm to use DEC Graphics
4247 #  -- MATSUMOTO Shoji)
4248 # kterm implements acsc via built-in table of X Drawable's
4249 kterm|kterm kanji terminal emulator (X window system):\
4250         :es:hs:XT:\
4251         :NC@:\
4252         :Km=\E[M:RA=\E[?7l:SA=\E[?7h:\
4253         :ac=``aajjkkllmmnnooppqqrrssttuuvvwwxx~~:ae=\E(B:\
4254         :as=\E(0:cs=\E[%i%d;%dr:ds=\E[?H:eA=:fs=\E[?F:me=\E[0m:\
4255         :rc=\E8:sc=\E7:ts=\E[?E\E[?%i%dT:tc=xterm-r6:\
4256         :tc=ecma+color:
4257 kterm-color|kterm-co|kterm with ANSI colors:\
4258         :NC@:tc=kterm:tc=ecma+color:
4260 #### Other XTERM
4261 # These (xtermc and xtermm) are distributed with Solaris.  They refer to a
4262 # variant of xterm which is apparently no longer supported, but are interesting
4263 # because they illustrate SVr4 curses mouse controls - T.Dickey
4264 xtermm|xterm terminal emulator (monocrome):\
4265         :am:bs:km:mi:ms:xn:\
4266         :BT#3:co#80:it#8:li#24:\
4267         :@7=\E[Y:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\EOZ:\
4268         :F2=\EOA:Gm=\E[%dY:IC=\E[%d@:Km=\E[^_:LE=\E[%dD:RI=\E[%dC:\
4269         :RQ=\E[492Z:UP=\E[%dA:\
4270         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
4271         :ae=^O:al=\E[L:as=^N:bl=^G:cb=3\E[1K:cd=\E[J:ce=\E[K:\
4272         :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=\r:cs=\E[%i%d;%dr:\
4273         :ct=\E[3g:dc=\E[P:dl=\E[M:do=\n:eA=\E(B\E)0:ei=:ho=\E[H:\
4274         :ic=\E[@:im=:k0=\EOy:k5=\EOT:k6=\EOU:k7=\EOV:k8=\EOW:\
4275         :k9=\EOX:k;=\EOY:kN=\E[U:kP=\E[V:kb=^H:kd=\EOB:kh=\E[H:\
4276         :kl=\EOD:kr=\EOC:ku=\EOA:le=\E[D:mb@:md=\E[1m:me=\E[0m:\
4277         :mr=\E[7m:nd=\E[C:\
4278         :r1=\E>\E[1;3;4;5;6l\E[?7h\E[m\E[r\E[2J\E[H:\
4279         :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:sc=\E7:\
4280         :se=\E[m:sf=\n:so=\E[7m:sr=\EM:st=\EH:ta=^I:te=\E@0\E[?4r:\
4281         :ti=\E@0\E[?4s\E[?4h\E@1:up=\E[A:tc=vt100+fnkeys:
4283 xtermc|xterm terminal emulator (color):\
4284         :Co#8:NC#7:pa#64:\
4285         :AB=\E[4%dm:AF=\E[3%dm:op=\E[100m:tc=xtermm:
4287 # From: David J. MacKenzie <djm@va.pubnix.com> 20 Apr 1995
4288 # Here's a termcap entry I've been using for xterm_color, which comes
4289 # with BSD/OS 2.0, and the X11R6 contrib tape too I think.  Besides the
4290 # color stuff, I also have a status line defined as the window manager
4291 # title bar. [I have translated it to terminfo -- ESR]
4292 xterm-pcolor|xterm with color used for highlights and status line:\
4293         :ws#40:\
4294         :md=\E[1;43m:mr=\E[7;34m:so=\E[7;31m:us=\E[4;42m:\
4295         :tc=xterm+sl:tc=xterm-r6:
4297 # This describes the capabilities of color_xterm, an xterm variant from
4298 # before ECMA-64 color support was folded into the main-line xterm release.
4299 # This entry is straight from color_xterm's maintainer.
4300 # From: Jacob Mandelson <jlm@ugcs.caltech.edu>, 09 Nov 1996
4301 # The README's with the distribution also say that it supports SGR 21, 24, 25
4302 # and 27, but they are not present in the terminfo or termcap.
4303 color_xterm|cx|cx100|color_xterm color terminal emulator for X:\
4304         :am:bs:km:mi:ms:xn:XT:\
4305         :NC@:co#80:it#8:li#65:\
4306         :@7=\E[8~:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:\
4307         :F1=\E[23~:F2=\E[24~:IC=\E[%d@:Km=\E[M:LE=\E[%dD:\
4308         :RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:\
4309         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
4310         :ae=^O:al=\E[L:as=^N:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\
4311         :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=\r:cs=\E[%i%d;%dr:\
4312         :dc=\E[P:dl=\E[M:do=\n:eA=\E(B\E)0:ei=\E[4l:ho=\E[H:\
4313         :i1=\E[r\E[m\E[?7h\E[?4;6l\E[4l:im=\E[4h:k1=\E[11~:\
4314         :k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:k6=\E[17~:\
4315         :k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:kI=\E[2~:\
4316         :kN=\E[6~:kP=\E[5~:kb=^H:kd=\EOB:kh=\E[7~:kl=\EOD:kr=\EOC:\
4317         :ku=\EOA:le=^H:md=\E[1m:me=\E[0m:mr=\E[7m:nd=\E[C:\
4318         :r1=\E(B\017\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l\E<:\
4319         :rc=\E8:sc=\E7:se=\E[27m:sf=\n:so=\E[7m:sr=\EM:ta=^I:\
4320         :te=\E>\E[?41;1r:ti=\E[?1;41s\E[?1;41h\E=:ue=\E[24m:\
4321         :up=\E[A:us=\E[4m:tc=ecma+color:tc=vt220+keypad:
4323 # The 'nxterm' distributed with Redhat Linux 5.2 is a slight rehack of
4324 # xterm-sb_right-ansi-3d, which implements ANSI colors, but does not support
4325 # SGR 39 or 49.  SGR 0 does reset colors (along with everything else).  This
4326 # description is "compatible" with color_xterm, rxvt and XFree86 xterm, except
4327 # that each of those implements the home, end, delete keys differently.
4329 # Redhat Linux 6.x distributes XFree86 xterm as "nxterm", which uses bce
4330 # colors; note that this is not compatible with the 5.2 version.
4331 # csw (2002-05-15): make xterm-color primary instead of nxterm, to
4332 #   match XFree86's xterm.terminfo usage and prevent circular links
4333 xterm-color|nxterm|generic color xterm:\
4334         :NC@:\
4335         :op=\E[m:tc=xterm-r6:tc=klone+color:
4337 # This entry describes an xterm with Sun-style function keys enabled
4338 # via the X resource setting "xterm*sunFunctionKeys:true"
4339 # To understand <kf11>/<kf12> note that L1,L2 and F11,F12 are the same.
4340 # The <kf13>...<kf20> keys are L3-L10.  We don't set <kf16=\E[197z>
4341 # because we want it to be seen as <kcpy>.
4342 # The <kf31>...<kf45> keys are R1-R15.  We treat some of these in accordance
4343 # with their Sun keyboard labels instead.
4344 # From: Simon J. Gerraty <sjg@zen.void.oz.au> 10 Jan 1996
4345 xterm-sun|xterm with sunFunctionKeys true:\
4346         :%1=\E[196z:&8=\E[195z:@0=\E[200z:@5=\E[197z:@7=\E[220z:\
4347         :@8=\EOM:F1=\E[192z:F2=\E[193z:F3=\E[194z:F4=\E[195z:\
4348         :F5=\E[196z:F7=\E[198z:F8=\E[199z:F9=\E[200z:FA=\E[201z:\
4349         :FL=\E[208z:FM=\E[209z:FN=\E[210z:FO=\E[211z:FP=\E[212z:\
4350         :FQ=\E[213z:FS=\E[215z:FU=\E[217z:FW=\E[219z:FY=\E[221z:\
4351         :FZ=\E[222z:Fa=\E[234z:Fb=\E[235z:K2=\E[218z:k1=\E[224z:\
4352         :k2=\E[225z:k3=\E[226z:k4=\E[227z:k5=\E[228z:k6=\E[229z:\
4353         :k7=\E[230z:k8=\E[231z:k9=\E[232z:k;=\E[233z:kD=\E[3z:\
4354         :kI=\E[2z:kN=\E[222z:kP=\E[216z:kd=\EOB:kh=\E[214z:\
4355         :kl=\EOD:kr=\EOC:ku=\EOA:tc=xterm-basic:
4356 xterms-sun|small (80x24) xterm with sunFunctionKeys true:\
4357         :co#80:li#24:tc=xterm-sun:
4359 #### GNOME (VTE)
4360 # this describes the alpha-version of Gnome terminal shipped with Redhat 6.0
4361 gnome-rh62|Gnome terminal:\
4362         :ut:\
4363         :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kD=\177:tc=xterm-color:
4365 # GNOME Terminal 1.4.0.4 (Redhat 7.2)
4367 # This implements a subset of vt102 with a random selection of features from
4368 # other terminals such as color and function-keys.
4370 # shift-f1 to shift-f10 are f11 to f20
4372 # NumLock changes the application keypad to approximate vt100 keypad, except
4373 # that there is no escape sequence matching comma (,).
4375 # Other defects observed:
4376 #       vt100 LNM mode is not implemented.
4377 #       vt100 80/132 column mode is not implemented.
4378 #       vt100 DECALN is not implemented.
4379 #       vt100 DECSCNM mode is not implemented, so flash does not work.
4380 #       vt100 TBC (tab reset) is not implemented.
4381 #       xterm alternate screen controls do not restore cursor position properly
4382 #       it hangs in tack after running function-keys test.
4383 gnome-rh72|GNOME Terminal:\
4384         :km@:ut:\
4385         :RA=\E[?7l:SA=\E[?7h:ct@:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
4386         :kD=\E[3~:me=\E[0m\017:ve=\E[?25h:vi=\E[?25l:\
4387         :tc=xterm-color:
4389 # GNOME Terminal 2.0.1 (Redhat 8.0)
4391 # Documentation now claims it implements vt220 (which is demonstrably false).
4392 # However, it does implement ECH, which is a vt220 feature.  And there are
4393 # workable vt100 LNM, DECALN, DECSNM modes, making it possible to display
4394 # more of its bugs using vttest.
4396 # However, note that bce and msgr are broken in this release.  Tabs (tbc and
4397 # hts) are broken as well.  Sometimes flash (as in xterm-new) works.
4399 # kf1 and kf10 are not tested since they're assigned (hardcoded?) to menu
4400 # operations.  Shift-tab generates a distinct sequence so it can be argued
4401 # that it implements kcbt.
4402 gnome-rh80|GNOME Terminal:\
4403         :ms@:ut@:\
4404         :ec=\E[%dX:kB=\E^I:kb=\177:op=\E[39;49m:vb=\E[?5h\E[?5l:\
4405         :tc=gnome-rh72:
4407 # GNOME Terminal 2.2.1 (Redhat 9.0)
4409 # bce and msgr are repaired.
4410 gnome-rh90|GNOME Terminal:\
4411         :ms:ut:XT:\
4412         :#4=\EO2D:%i=\EO2C:*4=\E[3;2~:@7=\EOF:K2=\E[E:ch=\E[%i%dG:\
4413         :ct=\E[3g:cv=\E[%i%dd:kB=\E[Z:kh=\EOH:tc=xterm+pcf0:\
4414         :tc=xterm+pcfkeys:tc=gnome-rh80:
4416 # GNOME Terminal 2.14.2 (Fedora Core 5)
4417 # Ed Catmur notes that gnome-terminal has recognized soft-reset since May 2002.
4418 gnome-fc5|GNOME Terminal:\
4419         :r1=\Ec:\
4420         :r2=\E7\E[r\E8\E[m\E[?7h\E[!p\E[?1;3;4;6l\E[4l\E>\E[?1000l\E[?25h:\
4421         :tc=ansi+enq:tc=xterm+pcc0:tc=gnome-rh90:
4423 # GNOME Terminal 2.18.1 (2007 snapshot)
4425 # For any "recent" version of gnome-terminal, it is futile to attempt to
4426 # support modifiers on cursor- and keypad keys because the program usually
4427 # is hardcoded to set $TERM to "xterm", and on startup, it builds a subset
4428 # of the keys (which more/less correspond to the termcap values), and will
4429 # interpret those according to the $TERM value, but others not in the
4430 # terminfo according to some constantly changing set of hacker guidelines -TD
4431 vte-2007|VTE in GNOME Terminal snapshot 2.18.1:\
4432         :tc=xterm+pcc2:tc=gnome-fc5:
4433 gnome-2007|GNOME Terminal snapshot 2.18.1:\
4434         :tc=vte-2007:
4436 # GNOME Terminal 2.22.3 (2008 snapshot)
4438 # In vttest, it claims to be a vt220 with national replacement character-sets,
4439 # but aside from the identifier string, implements only a small fraction of
4440 # vt220's behavior, which will make it less usable on a VMS system (unclear
4441 # what the intent of the developer is, since the NRC feature exposed in vttest
4442 # by this change does not work).
4443 vte-2008|VTE in GNOME Terminal snapshot 2.22.3:\
4444         :tc=vte+pcfkeys:tc=vte-2007:
4445 gnome-2008|GNOME Terminal snapshot 2.22.3:\
4446         :tc=vte-2008:
4448 # GNOME Terminal 3.6.0 (2012)
4449 # VTE 0.34.1 was marked in git 2012-10-15 (three days after patch was applied
4450 # in ncurses).  It inherited from gnome-fc5, which broke the modified forms
4451 # of f1-f4 -TD
4453 # Testing with tack shows that flash does not/has not worked -TD
4454 vte-2012|VTE 0.34.1:\
4455         :NC#16:\
4456         :mh=\E[2m:mk=\E[8m:se=\E[27m:ue=\E[24m:vb@:\
4457         :tc=ecma+italics:tc=vte-2008:
4458 # Version 3.6.1 sets TERM to xterm-256color (still hardcoded), which has
4459 # 61 differences from a correct entry for gnome terminal.
4460 gnome-2012|GNOME Terminal 3.6.0:\
4461         :tc=vte-2012:
4463 # GNOME terminal may automatically use the contents of the "xterm" terminfo to
4464 # supply key information which is not built into the program.  With 2.22.3,
4465 # this list is built into the program (which addresses the inadvertent use of
4466 # random terminfo data, though using a set of values which does not correspond
4467 # to any that xterm produces - still not solving the problem that GNOME
4468 # terminal hardcodes the $TERM variable as "xterm").
4470 #       terminfo        modifier        code    keys
4471 #       kf13-kf24       shift           2       F1 to F12
4472 #       kf25-kf36       control         5       F1 to F12
4473 #       kf37-kf48       shift/control   6       F1 to F12
4474 #       kf49-kf60       alt             3       F1 to F12
4475 #       kf61-kf63       shift-alt       4       F1 to F3
4477 # The parameters with \EO (SS3) are technically an error, since SS3 should have
4478 # no parameters.  This appears to be rote copying based on xterm+pcc0.
4479 vte+pcfkeys|VTE's variation on xterm+pcfkeys:\
4480         :F3=\EO1;2P:F4=\EO1;2Q:F5=\EO1;2R:F6=\EO1;2S:FF=\EO1;5P:\
4481         :FG=\EO1;5Q:FH=\EO1;5R:FI=\EO1;5S:FR=\EO1;6P:FS=\EO1;6Q:\
4482         :FT=\EO1;6R:FU=\EO1;6S:Fd=\EO1;3P:Fe=\EO1;3Q:Ff=\EO1;3R:\
4483         :Fg=\EO1;3S:Fp=\EO1;4P:Fq=\EO1;4Q:Fr=\EO1;4R:k1=\EOP:\
4484         :k2=\EOQ:k3=\EOR:k4=\EOS:tc=xterm+pcfkeys:
4485 gnome+pcfkeys|VTE's variation on xterm+pcfkeys:\
4486         :tc=vte+pcfkeys:
4488 # deprecated - use "vte" for newer versions
4489 gnome|GNOME Terminal:\
4490         :tc=vte-2012:
4492 # relevant changes were made in January 2014, and later.
4493 vte-2014|VTE 0.35.1:\
4494         :NC@:\
4495         :@8=\EOM:IC=\E[%d@:SF=\E[%dS:SR=\E[%dT:bt=\E[Z:cb=\E[1K:\
4496         :ei=:im=:vb=\E[?5h\E[?5l:tc=xterm+pcfkeys:tc=vte-2012:
4498 vte|VTE aka GNOME Terminal:\
4499         :tc=vte-2014:
4501 vte-256color|VTE with xterm 256-colors:\
4502         :tc=xterm+256color:tc=vte:
4503 gnome-256color|GNOME Terminal with xterm 256-colors:\
4504         :tc=vte-256color:
4506 # XFCE Terminal 0.2.5.4beta2
4508 # This is based on some of the same source code, e.g., the VTE library, as
4509 # gnome-terminal, but has fewer features, fails more screens in vttest.
4510 # Since most of the terminfo-related behavior is due to the VTE library,
4511 # the terminfo is the same as gnome-terminal.
4512 xfce|Xfce Terminal:\
4513         :tc=vte-2008:
4515 #### Other GNOME
4516 # Multi-Gnome-Terminal 1.6.2
4518 # This does not use VTE, and does have different behavior (compare xfce and
4519 # gnome).
4520 mgt|Multi GNOME Terminal:\
4521         :SF=\E[%dS:SR=\E[%dT:tc=xterm-xf86-v333:
4523 #### KDE
4524 # This is kvt 0-18.7, shipped with Redhat 6.0 (though whether it supports bce
4525 # or not is debatable).
4526 kvt|KDE terminal:\
4527         :km@:ut:\
4528         :@7=\E[F:kD=\177:kh=\E[H:tc=xterm-color:
4530 # Konsole 1.0.1
4531 # (formerly known as kvt)
4533 # This program hardcodes $TERM to 'xterm', which is not accurate.  However, to
4534 # simplify this entry (and point out why konsole isn't xterm), we base this on
4535 # xterm-r6.  The default keyboard appears to be 'linux'.
4537 # Notes:
4538 # a) konsole implements several features from XFree86 xterm, though none of
4539 #    that is documented - except of course in its source code - apparently
4540 #    because its implementors are unaccustomed to reading documentation - as
4541 #    evidenced by the sparse and poorly edited documentation distributed with
4542 #    konsole.  Some features such as the 1049 private mode are recognized but
4543 #    incorrectly implemented as a duplicate of the 47 private mode.
4544 # b) even with the "vt100 (historical)" keyboard setting, the numeric keypad
4545 #    sends PC-style escapes rather than vt100.
4546 # c) fails vttest menu 3 (Test of character sets) because it does not properly
4547 #    parse some control sequences.  Also fails vttest Primary Device Attributes
4548 #    by sending a bogus code (in the source it says it's supposed to be a
4549 #    vt220, which is doubly incorrect because it does not implement vt220
4550 #    control sequences except for a few special cases).  Treat it as a
4551 #    mildly-broken vt102.
4553 # Update for konsole 1.3.2:
4554 #    The 1049 private mode works (but see the other xterm screens in vttest).
4555 #    Primary Device Attributes now returns the code for a vt100 with advanced
4556 #    video option.  Perhaps that's intended to be a "mildly-broken vt102".
4558 # Updated for konsole 1.6.4:
4559 #    add konsole-solaris
4561 # Updated for konsole 1.6.6:
4562 #    add control-key modifiers for function-keys, etc.
4564 # Updated for konsole 2.12.4:
4565 #    add sitm/ritm
4567 # vttest menu 1 shows that both konsole and gnome terminal do wrapping
4568 # different from xterm (and vt100's).  They have the same behavior in this
4569 # detail, but it is unclear which copies the other.
4570 konsole-base|KDE console window:\
4571         :NP:km@:ut:XT:\
4572         :NC@:\
4573         :*6@:@0@:@7=\E[4~:F1@:F2@:F3@:F4@:F5@:F6@:F7@:F8@:F9@:FA@:\
4574         :RA=\E[?7l:SA=\E[?7h:SF=\E[%dS:SR=\E[%dT:bl@:ch=\E[%i%dG:\
4575         :cv=\E[%i%dd:ec=\E[%dX:k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:k9@:k;@:\
4576         :kD=\E[3~:kb=\177:kh=\E[1~:mb=\E[5m:me=\E[0m\017:\
4577         :rs=\E7\E[r\E8\E[m\E[?7h\E[?1;3;4;6l\E[4l\E>\E[?1000l\E[?25h:\
4578         :se=\E[27m:ue=\E[24m:vb=\E[?5h\E[?5l:ve=\E[?25h:\
4579         :vi=\E[?25l:tc=ecma+italics:tc=ecma+color:tc=xterm-r6:
4580 konsole-linux|KDE console window with linux keyboard:\
4581         :F1=\E[23~:F2=\E[24~:F3@:F4@:F5@:F6@:F7@:F8@:F9@:FA@:k1=\E[[A:\
4582         :k2=\E[[B:k3=\E[[C:k4=\E[[D:k5=\E[[E:k6=\E[17~:k7=\E[18~:\
4583         :k8=\E[19~:k9=\E[20~:k;=\E[21~:tc=konsole-base:
4584 konsole-solaris|KDE console window with Solaris keyboard:\
4585         :@7=\E[4~:kb=^H:kh=\E[1~:tc=konsole-vt100:
4586 # KDE's "XFree86 3.x.x" keyboard is based on reading the xterm terminfo rather
4587 # than testing the code.
4588 konsole-xf3x|KDE console window with keyboard for XFree86 3.x xterm:\
4589         :@7=\E[4~:kh=\E[1~:tc=konsole-vt100:
4590 # The value for kbs reflects local customization rather than the settings used
4591 # for XFree86 xterm.
4592 konsole-xf4x|KDE console window with keyboard for XFree86 4.x xterm:\
4593         :@7=\EOF:kh=\EOH:tc=konsole+pcfkeys:tc=konsole-vt100:
4594 # Konsole does not implement shifted cursor-keys.
4595 konsole+pcfkeys|konsole subset of xterm+pcfkeys:\
4596         :#4@:%i@:kB=\E[Z:kF@:kR@:tc=xterm+pcc2:tc=xterm+pcf0:
4597 # KDE's "vt100" keyboard has no relationship to any terminal that DEC made, but
4598 # it is still useful for deriving the other entries.
4599 konsole-vt100|KDE console window with vt100 (sic) keyboard:\
4600         :@7=\E[F:F1=\E[23~:F2=\E[24~:F3@:F4@:F5@:F6@:F7@:F8@:F9@:FA@:\
4601         :k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:\
4602         :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:\
4603         :kD=\E[3~:kb=\177:kh=\E[H:tc=konsole-base:
4604 konsole-vt420pc|KDE console window with vt420 pc keyboard:\
4605         :kD=\177:kb=^H:tc=konsole-vt100:
4606 konsole-16color|klone of xterm-16color:\
4607         :NC#32:tc=ibm+16color:tc=konsole:
4608 # make a default entry for konsole
4609 konsole|KDE console window:\
4610         :tc=konsole-xf4x:
4612 konsole-256color|KDE console window with xterm 256-colors:\
4613         :tc=xterm+256setaf:tc=konsole:
4615 #### MLTERM
4616 # http://mlterm.sourceforge.net/
4618 mlterm|multi lingual terminal emulator:\
4619         :tc=mlterm3:
4621 # Tested mlterm 3.2.2:
4622 # mlterm 3.x has made changes, but they are not reflected in the included
4623 # mlterm.ti; this entry is based on testing with tack and vttest -TD
4624 mlterm3|multi lingual terminal emulator:\
4625         :k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:tc=ecma+italics:\
4626         :tc=xterm+app:tc=xterm+pcf0:tc=xterm+pcc2:tc=xterm+pce2:\
4627         :tc=mlterm2:
4629 # This is mlterm 2.9.3's mlterm.ti, with some additions/corrections -TD
4631 # It is nominally a vt102 emulator, with features borrowed from rxvt and
4632 # xterm.
4634 # The function keys are numbered based on shift/control/alt modifiers, except
4635 # that the control-modifier itself is used to spawn a new copy of mlterm (the
4636 # "-P" option).  So control/F1 to control/F12 may not be usable, depending on
4637 # how it is configured.
4639 #                               kf1 to kf12     \E[11~   to \E[24~
4640 #       shift                   kf1 to kf12     \E[11;2~ to \E[24;2~
4641 #       alt                     kf1 to kf12     \E[11;3~ to \E[24;3~
4642 #       shift/alt               kf1 to kf12     \E[11;4~ to \E[24;4~
4643 #       control                 kf1 to kf12     \E[11;5~ to \E[24;5~ (maybe)
4644 #       control/shift           kf1 to kf12     \E[11;6~ to \E[24;6~
4645 #       control/alt             kf1 to kf12     \E[11;7~ to \E[24;7~
4646 #       control/shift/alt       kf1 to kf12     \E[11;8~ to \E[24;8~
4648 # (sgr removed to fit entry within 1023 bytes)
4649 # (acsc removed to fit entry within 1023 bytes)
4650 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
4651 mlterm2|multi lingual terminal emulator:\
4652         :am:es:km:mi:ms:xn:\
4653         :co#80:it#8:li#24:\
4654         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
4655         :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:\
4656         :ae=\E(B:al=\E[L:as=\E(0:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:\
4657         :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=\r:cs=\E[%i%d;%dr:\
4658         :ct=\E[3g:dc=\E[P:dl=\E[M:do=\n:ec=\E[%dX:ei=\E[4l:ho=\E[H:\
4659         :ic=\E[@:im=\E[4h:\
4660         :is=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E>:kD=\E[3~:\
4661         :kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=\177:kd=\EOB:ke=\E[?1l\E>:\
4662         :kh=\EOH:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:\
4663         :md=\E[1m:me=\E[0m:mr=\E[7m:nd=\E[C:nw=\EE:rc=\E8:\
4664         :rs=\E7\E[r\E8\E[m\E[?7h\E[?1;3;4;6l\E[4l\E>\E[?1000l:\
4665         :sc=\E7:se=\E[27m:sf=\n:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
4666         :te=\E[?1049l:ti=\E[?1049h:ue=\E[24m:up=\E[A:us=\E[4m:\
4667         :ve=\E[?25h:vi=\E[?25l:tc=mlterm+pcfkeys:tc=xterm+r6f2:
4669 # The insert/delete/home/end keys do not respond to modifiers because mlterm
4670 # looks in its termcap to decide which string to send.  If it used terminfo
4671 # (when available), it could use the extended names introduced for xterm.
4672 mlterm+pcfkeys|fragment for PC-style fkeys:\
4673         :#4=\EO1;2D:%c=\E[6;2~:%e=\E[5;2~:%i=\EO1;2C:
4675 mlterm-256color|mlterm 3.0 with xterm 256-colors:\
4676         :tc=xterm+256color:tc=mlterm:
4678 #### RXVT
4679 # From: Thomas Dickey <dickey@clark.net> 04 Oct 1997
4680 # Updated: Oezguer Kesim <kesim@math.fu-berlin.de> 02 Nov 1997
4681 # Notes:
4682 # rxvt 2.21b uses
4683 #       smacs=\E(B\E)U^N, rmacs=\E(B\E)0^O,
4684 # but some applications don't work with that.
4685 # It also has an AIX extension
4686 #       box2=lqkxjmwuvtn,
4687 # and
4688 #       ech=\E[%p1%dX,
4689 # but the latter does not work correctly.
4691 # The distributed terminfo says it implements hpa and vpa, but they are not
4692 # implemented correctly, using relative rather than absolute positioning.
4694 # rxvt is normally configured to look for "xterm" or "xterm-color" as $TERM.
4695 # Since rxvt is not really compatible with xterm, it should be configured as
4696 # "rxvt" or "rxvt-color".
4698 # removed dch/dch1 because they are inconsistent with bce/ech -TD
4699 # remove km as per tack test -TD
4700 rxvt-basic|rxvt terminal base (X Window System):\
4701         :am:bs:eo:mi:ms:ut:xn:xo:XT:\
4702         :co#80:it#8:li#24:\
4703         :AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:Km=\E[M:\
4704         :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
4705         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
4706         :ae=^O:al=\E[L:as=^N:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\
4707         :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=\r:cs=\E[%i%d;%dr:\
4708         :ct=\E[3g:dl=\E[M:do=\n:eA=\E(B\E)0:ei=\E[4l:ho=\E[H:\
4709         :i1=\E[?47l\E=\E[?1l:ic=\E[@:im=\E[4h:\
4710         :is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l:kB=\E[Z:\
4711         :kb=^H:ke=\E>:ks=\E=:le=^H:mb=\E[5m:md=\E[1m:me=\E[0m:\
4712         :mr=\E[7m:nd=\E[C:\
4713         :r1=\E>\E[1;3;4;5;6l\E[?7h\E[m\E[r\E[2J\E[H:\
4714         :r2=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l\E>\E[?1000l\E[?25h:\
4715         :rc=\E8:s0=\E(B:s1=\E(0:sc=\E7:se=\E[27m:sf=\n:so=\E[7m:\
4716         :sr=\EM:st=\EH:ta=^I:te=\E[2J\E[?47l\E8:ti=\E7\E[?47h:\
4717         :ue=\E[24m:up=\E[A:us=\E[4m:vb=\E[?5h\E[?5l:ve=\E[?25h:\
4718         :vi=\E[?25l:tc=vt100+enq:tc=rxvt+pcfkeys:\
4719         :tc=vt220+keypad:
4720 # Key Codes from rxvt reference:
4722 # Note: Shift + F1-F10 generates F11-F20
4724 # For the keypad, use Shift to temporarily override Application-Keypad
4725 # setting use Num_Lock to toggle Application-Keypad setting if Num_Lock
4726 # is off, escape sequences toggle Application-Keypad setting.
4727 # Also note that values of Home, End, Delete may have been compiled
4728 # differently on your system.
4730 #                   Normal       Shift        Control      Ctrl+Shift
4731 #  Tab              ^I           ESC [ Z      ^I           ESC [ Z
4732 #  BackSpace        ^H           ^?           ^?           ^?
4733 #  Find             ESC [ 1 ~    ESC [ 1 $    ESC [ 1 ^    ESC [ 1 @
4734 #  Insert           ESC [ 2 ~    paste        ESC [ 2 ^    ESC [ 2 @
4735 #  Execute          ESC [ 3 ~    ESC [ 3 $    ESC [ 3 ^    ESC [ 3 @
4736 #  Select           ESC [ 4 ~    ESC [ 4 $    ESC [ 4 ^    ESC [ 4 @
4737 #  Prior            ESC [ 5 ~    scroll-up    ESC [ 5 ^    ESC [ 5 @
4738 #  Next             ESC [ 6 ~    scroll-down  ESC [ 6 ^    ESC [ 6 @
4739 #  Home             ESC [ 7 ~    ESC [ 7 $    ESC [ 7 ^    ESC [ 7 @
4740 #  End              ESC [ 8 ~    ESC [ 8 $    ESC [ 8 ^    ESC [ 8 @
4741 #  Delete           ESC [ 3 ~    ESC [ 3 $    ESC [ 3 ^    ESC [ 3 @
4742 #  F1               ESC [ 11 ~   ESC [ 23 ~   ESC [ 11 ^   ESC [ 23 ^
4743 #  F2               ESC [ 12 ~   ESC [ 24 ~   ESC [ 12 ^   ESC [ 24 ^
4744 #  F3               ESC [ 13 ~   ESC [ 25 ~   ESC [ 13 ^   ESC [ 25 ^
4745 #  F4               ESC [ 14 ~   ESC [ 26 ~   ESC [ 14 ^   ESC [ 26 ^
4746 #  F5               ESC [ 15 ~   ESC [ 28 ~   ESC [ 15 ^   ESC [ 28 ^
4747 #  F6               ESC [ 17 ~   ESC [ 29 ~   ESC [ 17 ^   ESC [ 29 ^
4748 #  F7               ESC [ 18 ~   ESC [ 31 ~   ESC [ 18 ^   ESC [ 31 ^
4749 #  F8               ESC [ 19 ~   ESC [ 32 ~   ESC [ 19 ^   ESC [ 32 ^
4750 #  F9               ESC [ 20 ~   ESC [ 33 ~   ESC [ 20 ^   ESC [ 33 ^
4751 #  F10              ESC [ 21 ~   ESC [ 34 ~   ESC [ 21 ^   ESC [ 34 ^
4752 #  F11              ESC [ 23 ~   ESC [ 23 $   ESC [ 23 ^   ESC [ 23 @
4753 #  F12              ESC [ 24 ~   ESC [ 24 $   ESC [ 24 ^   ESC [ 24 @
4754 #  F13              ESC [ 25 ~   ESC [ 25 $   ESC [ 25 ^   ESC [ 25 @
4755 #  F14              ESC [ 26 ~   ESC [ 26 $   ESC [ 26 ^   ESC [ 26 @
4756 #  F15 (Help)       ESC [ 28 ~   ESC [ 28 $   ESC [ 28 ^   ESC [ 28 @
4757 #  F16 (Menu)       ESC [ 29 ~   ESC [ 29 $   ESC [ 29 ^   ESC [ 29 @
4758 #  F17              ESC [ 31 ~   ESC [ 31 $   ESC [ 31 ^   ESC [ 31 @
4759 #  F18              ESC [ 32 ~   ESC [ 32 $   ESC [ 32 ^   ESC [ 32 @
4760 #  F19              ESC [ 33 ~   ESC [ 33 $   ESC [ 33 ^   ESC [ 33 @
4761 #  F20              ESC [ 34 ~   ESC [ 34 $   ESC [ 34 ^   ESC [ 34 @
4763 #                                                          Application
4764 #  Up               ESC [ A      ESC [ a      ESC O a      ESC O A
4765 #  Down             ESC [ B      ESC [ b      ESC O b      ESC O B
4766 #  Right            ESC [ C      ESC [ c      ESC O c      ESC O C
4767 #  Left             ESC [ D      ESC [ d      ESC O d      ESC O D
4768 #  KP_Enter         ^M                                     ESC O M
4769 #  KP_F1            ESC O P                                ESC O P
4770 #  KP_F2            ESC O Q                                ESC O Q
4771 #  KP_F3            ESC O R                                ESC O R
4772 #  KP_F4            ESC O S                                ESC O S
4773 #  XK_KP_Multiply   *                                      ESC O j
4774 #  XK_KP_Add        +                                      ESC O k
4775 #  XK_KP_Separator  ,                                      ESC O l
4776 #  XK_KP_Subtract   -                                      ESC O m
4777 #  XK_KP_Decimal    .                                      ESC O n
4778 #  XK_KP_Divide     /                                      ESC O o
4779 #  XK_KP_0          0                                      ESC O p
4780 #  XK_KP_1          1                                      ESC O q
4781 #  XK_KP_2          2                                      ESC O r
4782 #  XK_KP_3          3                                      ESC O s
4783 #  XK_KP_4          4                                      ESC O t
4784 #  XK_KP_5          5                                      ESC O u
4785 #  XK_KP_6          6                                      ESC O v
4786 #  XK_KP_7          7                                      ESC O w
4787 #  XK_KP_8          8                                      ESC O x
4788 #  XK_KP_9          9                                      ESC O y
4790 # The source-code for rxvt actually defines mappings for F21-F35, using
4791 # "ESC [ 35 ~" to "ESC [  49 ~".  Keyboards with more than 12 function keys
4792 # are rare, so this entry uses the shift- and control-modifiers as in
4793 # xterm+pcfkeys to define keys past F12.
4795 # kIC is normally not used, since rxvt performs a paste for that (shifted
4796 # insert), unless private mode 35 is set.
4798 # kDN, kDN5, kDN6, etc are extensions based on the names from xterm+pcfkeys -TD
4799 # Removed kDN6, etc (control+shift) since rxvt does not implement this -TD
4800 rxvt+pcfkeys|fragment for PC-style fkeys:\
4801         :#2=\E[7$:#3=\E[2$:#4=\E[d:%c=\E[6$:%e=\E[5$:%i=\E[c:\
4802         :*4=\E[3$:*6=\E[4~:*7=\E[8$:@0=\E[1~:@7=\E[8~:F1=\E[23~:\
4803         :F2=\E[24~:F3=\E[25~:F4=\E[26~:F5=\E[28~:F6=\E[29~:\
4804         :F7=\E[31~:F8=\E[32~:F9=\E[33~:FA=\E[34~:FB=\E[23$:\
4805         :FC=\E[24$:FD=\E[11\136:FE=\E[12\136:FF=\E[13\136:\
4806         :FG=\E[14\136:FH=\E[15\136:FI=\E[17\136:FJ=\E[18\136:\
4807         :FK=\E[19\136:FL=\E[20\136:FM=\E[21\136:FN=\E[23\136:\
4808         :FO=\E[24\136:FP=\E[25\136:FQ=\E[26\136:FR=\E[28\136:\
4809         :FS=\E[29\136:FT=\E[31\136:FU=\E[32\136:FV=\E[33\136:\
4810         :FW=\E[34\136:FX=\E[23@:FY=\E[24@:k1=\E[11~:k2=\E[12~:\
4811         :k3=\E[13~:k4=\E[14~:k5=\E[15~:k6=\E[17~:k7=\E[18~:\
4812         :k8=\E[19~:k9=\E[20~:k;=\E[21~:kD=\E[3~:kE=\E[8\136:\
4813         :kF=\E[a:kI=\E[2~:kN=\E[6~:kP=\E[5~:kR=\E[b:kd=\E[B:\
4814         :kh=\E[7~:kl=\E[D:kr=\E[C:ku=\E[A:
4816 # rxvt was originally "xvt", first announced in April 1993:
4817 #       http://www.informatica.co.cr/linux-desktops/research/1993/0416.html
4819 # Though its change-log does not mention this, John Davis has stated that he
4820 # was the author of the changes to use the bce ("new color model") which was
4821 # incorporated into rxvt 2.11 (June 15, 1995).  The change-log does not give
4822 # dates, nor give developer's names.  Initial color support was added for rxvt
4823 # "2.0", which was sometime in 1994.
4825 # rxvt had usable color support with 2.16 (April 2, 1996), with some help by my
4826 # work on vttest, as well as bug reports to Mark Olesen.  For instance, the fix
4827 # mentioned here
4828 #       http://web.archiveorange.com/archive/v/6ETvLb5wHtbbzCaS4S9J
4829 # was from one of my bug-reports -TD
4831 # While the color model both for xterm and rxvt was based on Linux console,
4832 # Olesen (or possibly Davis) diverged in one respect from Linux's bce color
4833 # behavior: inserting/deleting characters does not fill the newly empty cell
4834 # with the default background color.
4835 rxvt|rxvt terminal emulator (X Window System):\
4836         :NC@:\
4837         :ch=\E[%i%dG:cv=\E[%i%dd:k0=\E[21~:me=\E[m\017:\
4838         :tc=rxvt-basic:tc=ecma+color:
4839 rxvt-color|rxvt terminal emulator (X Window System):\
4840         :tc=rxvt:
4841 rxvt-256color|rxvt 2.7.9 with xterm 256-colors:\
4842         :tc=xterm+256color:tc=rxvt:
4843 rxvt-88color|rxvt 2.7.9 with xterm 88-colors:\
4844         :tc=xterm+88color:tc=rxvt:
4845 rxvt-xpm|rxvt terminal emulator (X Window System):\
4846         :tc=rxvt:
4847 rxvt-cygwin|rxvt terminal emulator (X Window System) on cygwin:\
4848         :ac=+\257,\256-\1360\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:\
4849         :tc=rxvt:
4850 rxvt-cygwin-native|rxvt terminal emulator (native MS Window System port) on cygwin:\
4851         :ac=+\257,\256-\1360\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~\376:\
4852         :tc=rxvt-cygwin:
4854 # This variant is supposed to work with rxvt 2.7.7 when compiled with
4855 # NO_BRIGHTCOLOR defined.  rxvt needs more work...
4856 rxvt-16color|rxvt with 16 colors like aixterm:\
4857         :NC#32:tc=ibm+16color:tc=rxvt:
4859 #### MRXVT
4860 # mrxvt 0.5.4
4862 # mrxvt is based on rxvt 2.7.11, but has by default XTERM_FKEYS defined, which
4863 # makes its function-keys different from other flavors of rxvt -TD
4865 # Testing with tack:
4866 # +     made custom description (below) to work, though it sets TERM=xterm.
4868 # Testing with vttest:
4869 # +     While "based on" rxvt, some of the basic functionality is broken.  The
4870 #       window collapses to a single line when running several of the screens
4871 #       in vttest, e.g., the tests for cursor movement, screen features,
4872 #       double-sized characters.
4873 # +     The vt52 test works properly, but this is an exception.  Due to the
4874 #       other bug(s) most of vttest is untestable.
4875 # +     the color test using ECH shows a gap in the bce model, like rxvt.
4877 # Testing with xterm "vttest" scripts:
4878 # +     resize.pl does not work because mrxvt does implement CSI 18 t
4879 #       (not in rxvt, but not documented by mrxvt) but not CSI 19 t.
4880 # +     none of the "dynamic colors" (OSC colors) scripts work.
4881 mrxvt|multitabbed rxvt:\
4882         :XT:\
4883         :#2=\E[7;2~:*7=\E[8;2~:@7=\E[8~:kd=\E[B:kh=\E[7~:kl=\E[D:\
4884         :kr=\E[C:ku=\E[A:tc=xterm+r6f2:tc=xterm+pcfkeys:tc=rxvt:
4886 mrxvt-256color|multitabbed rxvt with 256 colors:\
4887         :tc=xterm+256color:tc=mrxvt:
4889 #### ETERM
4890 # From: Michael Jennings <mej@valinux.com>
4892 # Eterm 0.9.3
4894 # removed kf0 which conflicts with kf10 -TD
4895 # remove cvvis which conflicts with cnorm -TD
4896 # Eterm does not implement control/shift cursor keys such as kDN6, or kPRV/kNXT
4897 # but does otherwise follow the rxvt+pcfkeys model -TD
4898 # remove nonworking flash -TD
4899 # remove km as per tack test -TD
4900 # (sgr removed to fit entry within 1023 bytes)
4901 # (acsc removed to fit entry within 1023 bytes)
4902 Eterm|Eterm-color|Eterm with xterm-style color support (X Window System):\
4903         :5i:am:bw:eo:mi:ms:ut:xn:xo:XT:\
4904         :BT#5:NC@:co#80:it#8:li#24:lm#0:\
4905         :%1=\E[28~:%c@:%e@:@1=\EOu:@8=\EOM:AL=\E[%dL:DC=\E[%dP:\
4906         :DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:K1=\E[7~:K2=\EOu:K3=\E[5~:\
4907         :K4=\E[8~:K5=\E[6~:Km=\E[M:LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:\
4908         :SA=\E[?7h:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:cb=\E[1K:\
4909         :cd=\E[J:ce=\E[K:ch=\E[%i%dG:cl=\E[H\E[2J:cm=\E[%i%d;%dH:\
4910         :cr=\r:cs=\E[%i%d;%dr:ct=\E[3g:cv=\E[%i%dd:dc=\E[P:\
4911         :dl=\E[M:do=\E[B:eA=\E)0:ec=\E[%dX:ei=\E[4l:ho=\E[H:\
4912         :i1=\E[?47l\E>\E[?1l:ic=\E[@:im=\E[4h:\
4913         :is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l:kb=^H:ke=:\
4914         :ks=:le=^H:mb=\E[5m:md=\E[1m:me=\E[0m:mr=\E[7m:nd=\E[C:\
4915         :pf=\E[4i:po=\E[5i:\
4916         :r1=\E>\E[1;3;4;5;6l\E[?7h\E[m\E[r\E[2J\E[H:\
4917         :r2=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l\E>\E[?1000l\E[?25h:\
4918         :rc=\E8:sc=\E7:se=\E[27m:sf=\n:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
4919         :te=\E[2J\E[?47l\E8:ti=\E7\E[?47h:ue=\E[24m:up=\E[A:\
4920         :us=\E[4m:ve=\E[?25h:vi=\E[?25l:tc=vt100+enq:\
4921         :tc=rxvt+pcfkeys:tc=ecma+color:
4923 Eterm-256color|Eterm with xterm 256-colors:\
4924         :tc=xterm+256color:tc=Eterm:
4926 Eterm-88color|Eterm with 88 colors:\
4927         :tc=xterm+88color:tc=Eterm:
4929 #### ATERM
4930 # Based on rxvt 2.4.8, it has a few differences in key bindings
4931 aterm|AfterStep terminal:\
4932         :XT:\
4933         :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kb=\177:tc=rxvt:
4935 #### XITERM
4936 # xiterm  0.5-5.2
4937 # This is not based on xterm's source...
4938 # vttest shows several problems with keyboard, cursor-movements.
4939 # see also http://invisible-island.net/xterm/xterm.faq.html#bug_xiterm
4940 xiterm|internationalized terminal emulator for X:\
4941         :km@:\
4942         :kD=\E[3~:kb=\177:tc=klone+color:tc=xterm-r6:
4945 #### HPTERM
4946 # HP ships this (HPUX 9 and 10), except for the pb#9600 which was merged in
4947 # from BSD termcap.  (hpterm:  added empty <acsc>, we have no idea what ACS
4948 # chars look like --esr)
4949 hpterm|X-hpterm|hp X11 terminal emulator:\
4950         :am:da:db:mi:xs:\
4951         :Nl#8:co#80:lh#2:li#24:lm#0:lw#8:pb#9600:sg#0:ug#0:\
4952         :LF=\E&j@:LO=\E&jB:ac=:ae=^O:al=\EL:as=^N:bl=^G:bt=\Ei:\
4953         :cd=1\EJ:ce=\EK:ch=\E&a%dC:cl=\E&a0y0C\EJ:cm=\E&a%dy%dC:\
4954         :cr=\r:ct=\E3:cv=\E&a%dY:dc=\EP:dl=\EM:do=\EB:ei=\ER:im=\EQ:\
4955         :k1=\Ep:k2=\Eq:k3=\Er:k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:\
4956         :kA=\EL:kC=\EJ:kD=\EP:kE=\EK:kF=\ES:kH=\EF:kI=\EQ:kL=\EM:\
4957         :kM=\ER:kN=\EU:kP=\EV:kR=\ET:kS=\EJ:kT=\E1:ka=\E3:kb=^H:\
4958         :kd=\EB:ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:ks=\E&s1A:kt=\E2:\
4959         :ku=\EA:le=^H:md=\E&dB:me=\E&d@:mh=\E&dH:ml=\El:mr=\E&dB:\
4960         :mu=\Em:nd=\EC:se=\E&d@:sf=\n:so=\E&dJ:sr=\ET:st=\E1:ta=^I:\
4961         :ue=\E&d@:up=\EA:us=\E&dD:
4962 # HPUX 11 provides a color version.
4963 hpterm-color|HP X11 terminal emulator with color:\
4964         :cc:\
4965         :Co#64:pa#8:\
4966         :ho=\E&a0y0C:op=\E&v0S:sp=\E&v%dS:tc=hpterm:
4968 #### EMU
4969 # This is for the extensible terminal emulator on the X11R6 contrib tape.
4970 # It corresponds to emu's internal emulation:
4971 #       emu -term emu
4972 # emu's default sets TERM to "xterm", but that doesn't work well -TD
4973 # fixes: remove bogus rmacs/smacs, change oc to op, add bce, am -TD
4974 # fixes: add civis, cnorm, sgr -TD
4975 emu|emu native mode:\
4976         :am:mi:ms:ut:xo:\
4977         :Co#15:co#80:it#8:li#24:pa#64:vt#200:\
4978         :*6=\Esel:@0=\Efind:@8=\r:AB=\Es%i%d;:AF=\Er%i%d;:\
4979         :AL=\EQ%d;:DC=\EI%d;:DL=\ER%d;:DO=\Ep%d;:F1=\EF11:\
4980         :F2=\EF12:F3=\EF13:F4=\EF14:F5=\EF15:F6=\EF16:F7=\EF17:\
4981         :F8=\EF18:F9=\EF19:FA=\EF20:LE=\Eq-%d;:RI=\Eq%d;:\
4982         :UP=\Ep-%d;:\
4983         :ac=61a\202f\260g2j\213k\214l\215m\216n\217o\220q\222s\224t\225u\226v\227w\230x\231~\244:\
4984         :al=\EQ1;:bl=^G:cb=\EL:cd=\EN:ce=\EK:cl=\EP\EE0;0;:\
4985         :cm=\EE%d;%d;:cr=\r:cs=\Ek%d;%d;:ct=\Ej:dc=\EI1;:dl=\ER1;:\
4986         :do=\EB:ec=\Ej%d;:ei=\EX:ho=\EE0;0;:im=\EY:\
4987         :is=\ES\Er0;\Es0;:k0=\EF00:k1=\EF01:k2=\EF02:k3=\EF03:\
4988         :k4=\EF04:k5=\EF05:k6=\EF06:k7=\EF07:k8=\EF08:k9=\EF09:\
4989         :k;=\EF10:kD=\177:kI=\Eins:kN=\Enext:kP=\Eprior:kb=^H:\
4990         :kd=\EB:kl=\EC:kr=\ED:ku=\EA:le=^H:mb=\EW:md=\EU:me=\ES:\
4991         :mr=\ET:nd=\EC:op=\Es0;\Er0;:rs=\ES\Es0;\Er0;:se=\ES:\
4992         :sf=\EG:so=\ET:sr=\EF:st=\Eh:ta=^I:ue=\ES:up=\EA:us=\EV:\
4993         :ve=\Ea:vi=\EZ:
4995 # vt220 Terminfo entry for the Emu emulation, corresponds to
4996 #       emu -term vt220
4997 # with NumLock set (to make the keypad transmit kf0-kf9).
4998 # fixes: add am, xenl, corrected sgr0 -TD
4999 # (sgr removed to fit entry within 1023 bytes)
5000 # (acsc removed to fit entry within 1023 bytes)
5001 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
5002 emu-220|Emu-220 (vt200-7bit mode):\
5003         :am:xn:xo:\
5004         :co#80:it#8:li#24:vt#200:\
5005         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:\
5006         :RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[1L:as=^N:bl=^G:cd=\E[0J:\
5007         :ce=\E[0K:cl=\E[2J\E[H:cm=\E[%i%d;%dH:cr=\r:\
5008         :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[1P:dl=\E[1M:do=\E[1B:\
5009         :ho=\E[H:if=/usr/share/tabset/vt300:\
5010         :is=\E>\E[?1l\E[?3l\E[4l\E[?7h:k0=\EOp:k1=\EOq:k2=\EOr:\
5011         :k3=\EOs:k4=\EOt:k5=\EOu:k6=\EOv:k7=\EOw:k8=\EOx:k9=\EOy:\
5012         :kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:ke=\E>:\
5013         :kl=\E[D:kr=\E[C:ks=\E=:ku=\E[A:le=\E[1D:mb=\E[0;5m:\
5014         :md=\E[0;1m:me=\E[0m:mr=\E[0;7m:nd=\E[1C:rc=\E8:\
5015         :rs=\E[4l\E[34l\E[?1l\E[?3l\E[?5l\E[?7h:sc=\E7:se=\E[m:\
5016         :sf=\ED:so=\E[0;7m:sr=\EM:st=\EH:ta=^I:te=\E>:ti=\E[?1l\E=:\
5017         :ue=\E[m:up=\E[1A:us=\E[0;4m:ve=\E[?25h:vi=\E[?25l:
5019 #### MVTERM
5020 # A commercial product, Reportedly a version of Xterm with an OPEN LOOK UI,
5021 # print interface, ANSI X3.64 colour escape sequences, etc.  Newsgroup postings
5022 # indicate that it emulates more than one terminal, but incompletely.
5024 # This is adapted from a FreeBSD bug-report by Daniel Rudy <dcrudy@pacbell.net>
5025 # It is based on vt102's entry, with some subtle differences, but also
5026 #       has status line
5027 #       supports ANSI colors (except for 'op' string)
5028 #       apparently implements alternate screen like xterm
5029 #       does not use padding, of course.
5030 mvterm|vv100|SwitchTerm aka mvTERM:\
5031         :am:es:hs:km:mi:ms:xn:\
5032         :Co#8:co#80:it#8:li#24:pa#64:\
5033         :AB=\E[4%dm:AF=\E[3%dm:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:\
5034         :DO=\E[%dB:IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
5035         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
5036         :ae=^O:al=\E[L:as=^N:bl=^G:cb=3\E[1K:cd=\E[J:ce=\E[K:\
5037         :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=\r:cs=\E[%i%d;%dr:\
5038         :ct=\E[3g:dc=\E[P:dl=\E[M:do=\n:ds=\E[?E:eA=\E(B\E)0:ei=:\
5039         :fs=\E[?F:ho=\E[H:ic=\E[@:im=:k0=\EOy:k5=\EOt:k6=\EOu:\
5040         :k7=\EOv:k8=\EOl:k9=\EOw:k;=\EOx:kb=^H:kd=\EOB:\
5041         :ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:\
5042         :mb=\E[5m:md=\E[1m:me=\E[0m:mr=\E[7m:nd=\E[C:op=\E[100m:\
5043         :rc=\E8:\
5044         :rs=\E>\E[1;3;4;5;6l\E[?7h\E[100m\E[m\E[r\E[2J\E[H:\
5045         :sc=\E7:se=\E[m:sf=\n:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
5046         :te=\E[2J\E[?47l\E8:ti=\E7\E[?47h:ts=\E[?E\E[?%i%dT:\
5047         :ue=\E[m:up=\E[A:us=\E[4m:tc=vt100+fnkeys:
5049 #### MTERM
5051 # This application is available by email from <mouse@Rodents.Montreal.QC.CA>.
5053 # "mterm -type ansi" sets $TERM to "ansi"
5054 mterm-ansi|ANSI emulation:\
5055         :am:bw:mi:ms:\
5056         :it#8:\
5057         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:\
5058         :RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:\
5059         :ac=``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
5060         :ae=^O:al=\E[L:as=^N:bl=^G:cd=\E[J:ce=\E[K:ch=\E[%i%d`:\
5061         :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=\r:cv=\E[%i%dd:dc=\E[P:\
5062         :dl=\E[M:do=\E[B:ec=\E[%dX:ei=\E[4l:ho=\E[H:ic=:im=\E[4h:\
5063         :is=\E)0\017:kb=^H:le=\E[D:mb=\E[5m:md=\E[1m:me=\E[0m:\
5064         :mh=\E[2m:mk=\E[8m:mr=\E[7m:nd=\E[C:nw=\EE:se=\E[27m:\
5065         :sf=\E[S:so=\E[7m:sr=\E[T:ta=^I:ue=\E[24m:up=\E[A:us=\E[4m:
5066 # mterm normally sets $TERM to "mterm"
5067 mterm|mouse-sun|Der Mouse term:\
5068         :am:bw:mi:\
5069         :it#8:\
5070         :al=^A:bl=^G:cd=^B:ce=^C:cl=^L:cm=\006%d.%d.:cr=\r:dc=^Y:\
5071         :dl=^K:do=^N:ei=^O:ho=^P:im=^Q:kb=^H:le=^H:ll=^R:nd=^S:\
5072         :nw=\r^U:se=^T:sf=^U:so=^V:sr=^W:ta=^I:up=^X:
5073 # "mterm -type decansi" sets $TERM to "decansi"
5075 # note: kdch1, kfnd, kslt are in the source code, but do not work -TD
5076 # (sgr removed to fit entry within 1023 bytes)
5077 # (acsc removed to fit entry within 1023 bytes)
5078 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
5079 decansi|ANSI emulation with DEC compatibility hacks:\
5080         :am:mi:ms:xn:\
5081         :it#8:\
5082         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:\
5083         :RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:ae=^O:al=\E[L:\
5084         :as=^N:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
5085         :cr=\r:cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:do=\E[B:ec=\E[%dX:\
5086         :ei=\E[4l:ho=\E[H:ic=:im=\E[4h:is=\E)0\E[r\017:k1=\E[11~:\
5087         :k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:k6=\E[17~:\
5088         :k7=\E[18~:k8=\E[19~:k9=\E[20~:kD=\E[3~:kI=\E[2~:kN=\E[6~:\
5089         :kP=\E[5~:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:\
5090         :ks=\E[?1h\E=:ku=\EOA:le=\E[D:mb=\E[5m:md=\E[1m:me=\E[0m:\
5091         :mh=\E[2m:mr=\E[7m:nd=\E[C:nw=\EE:rc=\E8:sc=\E7:se=\E[27m:\
5092         :sf=\E[S:so=\E[7m:sr=\E[T:ta=^I:ue=\E[24m:up=\E[A:us=\E[4m:\
5093         :ve=\E[?25h:vi=\E[?25l:
5095 #### VWM
5096 # http://vwm.sourceforge.net/
5098 # VWM 2.0.2 (2009-05-01)
5099 # vwmterm is a terminal emulator written for the VWM console window manager.
5100 # This version is obsolete, replaced by libvterm in 2.1.0 (2009-10-23).
5101 vwmterm|(vwm term):\
5102         :NP:am:cc:mi:ms:ut:xn:xo:\
5103         :Co#8:pa#64:\
5104         :@7=\E[4~:AB=\E[4%dm:AF=\E[3%dm:DO=\E[%dB:F1=\E[22~:\
5105         :F2=\E[23~:LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:\
5106         :UP=\E[%dA:\
5107         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
5108         :ae=\E[10m:al=\E[L:as=\E[11m:bl=^G:cd=\E[J:ce=\E[K:\
5109         :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=\r:do=\E[B:ho=\E[H:\
5110         :k1=\E[[A:k2=\E[[B:k3=\E[[C:k4=\E[[D:k5=\E[[E:k6=\E[17~:\
5111         :k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:kD=\E[3~:\
5112         :kN=\E[6~:kP=\E[5~:kd=\E[B:kh=\E[1~:kl=\E[D:kr=\E[C:\
5113         :ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[0m:mh=\E[2m:\
5114         :mk=\E[8m:mr=\E[7m:nd=\E[C:r1=\E[H\E[J\E[m\Ec:sf=\n:\
5115         :so=\E[3m:te=\E[?1049l:ti=\E[?1049h:up=\E[A:us=\E[4m:\
5116         :ve=\E[?25h:vi=\E[?25l:vs=\E[?25h:
5118 #### MGR
5120 # MGR is a Bell Labs window system lighter-weight than X.
5121 # These entries describe MGR's xterm-equivalent.
5122 # They are courtesy of Vincent Broman <broman@nosc.mil> 14 Jan 1997
5125 mgr|Bellcore MGR (non X) window system terminal emulation:\
5126         :am:km:\
5127         :AL=3*\E%da:DC=5\E%dE:DL=3*\E%dd:IC=5\E%dA:RA=\E5S:\
5128         :SA=\E5s:al=3\Ea:bl=^G:cd=\EC:ce=\Ec:cl=^L:cm=\E%r%d;%dM:\
5129         :cr=\r:cs=\E%d;%dt:dc=\EE:dl=3\Ed:do=\Ef:ei=:hd=\E1;2f:\
5130         :hu=\E1;2u:ic=\EA:im=:kb=^H:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:\
5131         :le=^H:md=\E2n:me=\E0n:mr=\E1n:nd=\Er:nw=\r\n:se=\E0n:sf=\n:\
5132         :so=\E1n:ta=^I:ue=\E0n:up=\Eu:us=\E4n:ve=\Eh:vi=\E9h:\
5133         :vs=\E0h:
5134 mgr-sun|Mgr window with Sun keyboard:\
5135         :%1=\E[207z:%6=\E[198z:&8=\E[195z:@0=\E[200z:@5=\E[197z:\
5136         :@7=\E[220z:@8=\E[250z:F1=\E[234z:F2=\E[235z:K1=\E[214z:\
5137         :K2=\E[218z:K3=\E[216z:K4=\E[220z:K5=\E[222z:k1=\E[224z:\
5138         :k2=\E[225z:k3=\E[226z:k4=\E[227z:k5=\E[228z:k6=\E[229z:\
5139         :k7=\E[230z:k8=\E[231z:k9=\E[232z:k;=\E[233z:kN=\E[222z:\
5140         :kP=\E[216z:kh=\E[214z:tc=mgr:
5141 mgr-linux|Mgr window with Linux keyboard:\
5142         :@7=\E[4~:F1=\E[23~:F2=\E[24~:K1=\E[H:K2=\E[G:K3=\E[5~:\
5143         :K4=\E[Y:K5=\E[6~:k0=\E[[J:k1=\E[[A:k2=\E[[B:k3=\E[[C:\
5144         :k4=\E[[D:k5=\E[[E:k6=\E[17~:k7=\E[18~:k8=\E[19~:\
5145         :k9=\E[20~:k;=\E[21~:kD=\E[3~:kN=\E[6~:kP=\E[5~:kh=\E[1~:\
5146         :tc=mgr:
5148 #### SIMPLETERM
5149 # st.suckless.org
5150 # st-0.4.1
5152 # This version uses a table which supports a single modifier (a subset of
5153 # xterm's keys, using the same scheme).  Because it supports only a single
5154 # modifier in this table, function keys f36-f48 are normally unavailable
5155 # because they are assigned to modifier-4.
5157 # The program assigns TERM to match the program name (the upstream source says
5158 # "st", but Debian renames it to "stterm").
5160 # The source includes two entries which are not useful here:
5161 #       st-meta| simpleterm with meta key,
5162 #       st-meta-256color| simpleterm with meta key and 256 colors,
5163 # because st's notion of "meta" does not correspond to the terminfo definition.
5164 # Rather, it acts like xterm - when the meta feature is disabled.
5166 # Removed invis -TD
5167 # Added eo, removed ul -TD
5169 # Reviewed st 0.5:
5170 # implements control-modifier, but not control-shift for special keys
5171 # implements alt-modifier, but not alt-shift for special keys
5173 # Reviewed st 0.6:
5174 #       http://git.suckless.org/st/log/st.info
5175 # Tmux unofficial extensions, see TERMINFO EXTENSIONS in tmux(1)
5176 # still has no function keys past kf36 (no combinations of modifiers)
5177 # no application keypad mode, e.g, kent.
5178 # (Se removed to fit entry within 1023 bytes)
5179 # (Ss removed to fit entry within 1023 bytes)
5180 # (acsc removed to fit entry within 1023 bytes)
5181 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
5182 st|stterm| simpleterm 0.4.1:\
5183         :am:hs:mi:ms:xn:\
5184         :co#80:it#8:li#24:\
5185         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
5186         :K1=\E[1~:K2=\EOu:K3=\E[5~:K4=\E[4~:K5=\E[6~:LE=\E[%dD:\
5187         :RI=\E[%dC:SF=\E[%dS:UP=\E[%dA:ae=\E(B:al=\E[L:as=\E(0:\
5188         :bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:\
5189         :cm=\E[%i%d;%dH:cr=\r:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:\
5190         :dl=\E[M:do=\n:ec=\E[%dX:ei=\E[4l:fs=^G:ho=\E[H:im=\E[4h:\
5191         :is=\E[4l\E>\E[?1034l:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
5192         :k5=\E[15~:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:\
5193         :kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=\177:kd=\EOB:\
5194         :ke=\E[?1l\E>:kh=\E[1~:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\
5195         :ku=\EOA:le=^H:mb=\E[5m:md=\E[1m:me=\E[0m:mr=\E[7m:nd=\E[C:\
5196         :rc=\E8:sc=\E7:se=\E[27m:sf=\n:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
5197         :te=\E[?1049l:ti=\E[?1049h:ts=\E]0;:ue=\E[24m:up=\E[A:\
5198         :us=\E[4m:vb=\E[?5h\E[?5l:ve=\E[?12l\E[?25h:vi=\E[?25l:\
5199         :vs=\E[?25h:tc=ecma+italics:
5201 # st-0.1.1
5203 # Note:  the original terminfo description uses leading blank to persuade
5204 # ncurses to use "st" as its name.  Proper fix for that is to use "st" as an
5205 # alias.
5207 # Reading the code shows it should work for aixterm 16-colors
5208 # - added st-16color
5210 # Using tack:
5211 # - set eo (erase-overstrike)
5212 # - set xenl
5213 # - tbc doesn't work
5214 # - hts works
5215 # - cbt doesn't work
5216 # - shifted cursor-keys send sequences like rxvt
5217 # - sgr referred to unimplemented "invis" mode.
5218 # Fixes: add eo and xenl per tack, remove nonworking cbt, hts and tbc, invis
5219 simpleterm|old-st| simpleterm 0.1.1:\
5220         :am:eo:mi:ms:ul:xn:\
5221         :Co#8:NC#3:co#80:it#8:li#24:pa#64:\
5222         :@7=\E[4~:AB=\E[4%dm:AF=\E[3%dm:AL=\E[%dL:DL=\E[%dM:\
5223         :DO=\E[%dB:F1=\E[23~:F2=\E[24~:IC=\E[%d@:RI=\E[%dC:\
5224         :SF=\E[%dS:UP=\E[%dA:\
5225         :ac=``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
5226         :ae=\E(B:al=\E[L:as=\E(0:bl=^G:cd=\E[J:ce=\E[K:ch=\E[%i%dG:\
5227         :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=\r:cs=\E[%i%d;%dr:\
5228         :dc=\E[P:dl=\E[M:do=\n:ei=:ho=\E[H:im=:k1=\EOP:k2=\EOQ:\
5229         :k3=\EOR:k4=\EOS:k5=\E[15~:k6=\E[17~:k7=\E[18~:k8=\E[19~:\
5230         :k9=\E[20~:k;=\E[21~:kD=\E[3~:kN=\E[6~:kP=\E[5~:kb=\177:\
5231         :kd=\E[B:kh=\E[1~:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:md=\E[1m:\
5232         :me=\E[0m:mr=\E[7m:nd=\E[C:op=\E[37;40m:rc=\E8:sc=\E7:\
5233         :se=\E[m:sf=\n:so=\E[7m:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:\
5234         :ve=\E[?12l\E[?25h:vi=\E[?25l:
5235 st-16color|stterm-16color|simpleterm with 16-colors:\
5236         :tc=ibm+16color:tc=st:
5237 # 256 colors "works", but when running xterm's test-scripts, some garbage is
5238 # shown in the titlebar.
5240 # terminal wants to use TERM=stterm-256color, but that is longer than 14
5241 # characters, making the choice nonportable.
5242 st-256color|stterm-256color|simpleterm with 256 colors:\
5243         :cc@:\
5244         :Ic@:oc@:tc=xterm+256color:tc=st:
5246 #### TERMINATOR
5247 # https://code.google.com/p/jessies/
5248 # Tested using their Debian package org.jessies.terminator 6.104.3256 on 64-bit
5249 # Debian/current -TD (2011/8/20)
5251 # There are some packaging problems:
5252 # a) using Java, the program starts off using 50Mb, and climbs from there,
5253 #    up to 114Mb after testing (no scrollback).
5254 # b) it insists on reinstalling its terminal description in $HOME/.terminfo
5255 #    (two copies, just in case the host happens to be Mac OS X).
5256 #    I deleted this after testing with tack.
5258 # Issues/features found with tack:
5259 # a) tbc does not work (implying that hts also is broken).
5260 #    Comparing with the tabs utility shows a problem with the last tabstop on
5261 #    a line.
5262 # b) has xterm-style shifted function-key strings
5263 #    meta also is used, but control is ignored.
5264 # c) has xterm-style modifiers for cursor keys (shift, control, shift+control,
5265 #    meta)
5266 # d) some combinations of shift/control send xterm-style sequences for
5267 #    insert/delete/home/end.
5268 # e) numeric keypad sends only numbers (compare with vttest).
5269 # f) meta mode (km) is not implemented.
5271 # Issues found with ncurses test-program:
5272 # a) bce is inconsistently implemented
5273 # b) widths of Unicode values above 256 do not always agree with wcwidth.
5275 # Checked with vttest, found low degree of compatibility there.
5277 # Checked with xterm's scripts, found that the 256-color palette is fixed.
5279 # Fixes:
5280 # a) add sgr string
5281 # b) corrected sgr0 to reset alternate character set
5282 # c) modified smacs/rmacs to use SCS rather than SI/SO
5283 # d) removed bce
5284 # e) removed km
5285 # (sgr removed to fit entry within 1023 bytes)
5286 # (acsc removed to fit entry within 1023 bytes)
5287 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
5288 terminator|Terminator no line wrap:\
5289         :eo:mi:ms:xn:xo:\
5290         :co#80:it#8:li#24:lm#0:\
5291         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:\
5292         :RI=\E[%dC:UP=\E[%dA:ae=\E(B:al=\E[L:as=\E(0:cd=\E[J:\
5293         :ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=\r:\
5294         :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=\n:ei=\E[4l:\
5295         :ho=\E[H:i1=\E[?47l\E=\E[?1l:im=\E[4h:\
5296         :is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l:k1=\EOP:\
5297         :k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[15~:k6=\E[17~:k7=\E[18~:\
5298         :k8=\E[19~:k9=\E[20~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:\
5299         :kb=^H:kd=\E[B:kh=\E[1~:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
5300         :md=\E[1m:me=\E[0m:mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:\
5301         :se=\E[27m:sf=\n:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
5302         :te=\E[?47l\E8:ti=\E7\E[?47h:ue=\E[24m:up=\E[A:us=\E[4m:\
5303         :vb=^G:ve=\E[?25h:vi=\E[?25l:tc=xterm+sl-twm:
5305 #### TERMINOLOGY
5306 # http://enlightenment.org
5308 # Tested terminology-0.3.0, 0.6.1, using tack and vttest.  This is not a vt100
5309 # emulator, nor is it compatible with xterm, but it uses a few features from
5310 # both -TD
5312 # General comments:
5313 #       cursor does not fill on focus
5314 #       there are pervasive problems with clearing/erasing parts of the screen
5315 #       resizing the window causes it to stop listening to the keyboard
5316 # tack -
5317 #       doesn't understand vt100 CPR needed for resize
5318 #       no CBT
5319 #       no cvvis
5320 #       has invis
5321 #       no blink
5322 #       uses bce model for colors, but (see below) fails the vttest screens
5323 #       has partial support for 256color feature.
5324 #       tack function-keys (a subset of xterm+pcf0), and
5325 #       tack cursor-keys (a subset of xterm+pce2):
5326 #                       ctrl+shift (ignored)
5327 #               2       shift
5328 #                       shift-alt modifier -> shift (2)
5329 #               3       alt
5330 #               4
5331 #               5       ctrl
5332 #       tack modifiers did not work for fkeys in 0.3.0; subset works in 0.6.1
5333 #       ctrl + khome/kend works - none of the other modifiers do
5334 # vttest -
5335 #       spits lots of messages from termptyesc.c especially in vttest.
5336 #       no 132-column mode
5337 #       fails menu 1, 2 (definitely not vt100-compatible)
5338 #       primary (claims vt420 with several options, apparently none work) and
5339 #       secondary report says (perhaps... vt420): \E[>41;285;0c
5340 #       CHA, HPR, VPA, CNL, CPL work
5341 #       BCE with ED/EL - fail
5342 #       BCE with ECH/indexing - fail
5343 #       SD/SU work
5344 #       unlike teken, background light/dark works
5345 #       can set title
5346 #       X10 and Normal mouse work
5347 #       Any-event mouse works
5348 #       Mouse button-event works
5350 # This description uses xterm+pcf0, which is misleading because the program
5351 # does not handle combinations of modifiers - but listing them all would
5352 # involve more effort than its developers spent -TD
5353 terminology|EFL-based terminal emulator:\
5354         :5i@:xo@:\
5355         :#4=\E[1;2D:%i=\E[1;2C:F1=\E[23~:F2=\E[24~:cb@:cd@:ce@:\
5356         :cv=\E[%i%dd:k5=\E[15~:k6=\E[17~:k7=\E[18~:k8=\E[19~:\
5357         :k9=\E[20~:k;=\E[21~:kF=\E[1;2B:kR=\E[1;2A:mb@:mk=\E[8m:\
5358         :tc=xterm+pcf0:tc=vt100:tc=xterm+256setaf:
5360 ######## UNIX VIRTUAL TERMINALS, VIRTUAL CONSOLES, AND TELNET CLIENTS
5363 # Columbus UNIX virtual terminal. This terminal also appears in
5364 # UNIX 4.0 and successors as line discipline 1 (?), but is
5365 # undocumented and does not really work quite right.
5366 cbunix|cb unix virtual terminal:\
5367         :am:bs:da:db:\
5368         :co#80:li#24:lm#0:\
5369         :al=\EP:bl=^G:cd=\EL:ce=\EK:cl=\EL:cm=\EG%r%.%.:cr=\r:\
5370         :dc=\EM:dl=\EN:do=\n:ei=:ic=\EO:im=:kd=\EB:kh=\EE:kl=\ED:\
5371         :kr=\EC:ku=\EA:le=^H:nd=\EC:se=\Eb^D:sf=\n:so=\Ea^D:\
5372         :ue=\Eb^A:up=\EA:us=\Ea^A:
5373 # (vremote: removed obsolete ":nl@:" -- esr)
5374 vremote|virtual remote terminal:\
5375         :am@:\
5376         :co#79:tc=cbunix:
5378 pty|4bsd pseudo teletype:\
5379         :cm=\EG%+ %+ :se=\Eb$:so=\Ea$:ue=\Eb!:us=\Ea!:tc=cbunix:
5381 #### Emacs
5383 # https://www.emacswiki.org/emacs/AnsiTerm
5384 # https://github.com/emacs-mirror/emacs/blob/master/lisp/term.el
5386 # The codes supported by the term.el terminal emulation in GNU Emacs 19.30
5387 eterm|gnu emacs term.el terminal emulation:\
5388         :am:mi:xn:\
5389         :co#80:li#24:\
5390         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
5391         :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:al=\E[L:bl=^G:cb=\E[1K:\
5392         :cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=\r:\
5393         :cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:do=\n:ei=\E[4l:ho=\E[H:\
5394         :im=\E[4h:le=^H:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:se=\E[m:\
5395         :sf=\n:so=\E[7m:ta=^I:te=\E[2J\E[?47l\E8:ti=\E7\E[?47h:\
5396         :ue=\E[m:up=\E[A:us=\E[4m:
5398 # The codes supported by the term.el terminal emulation in GNU Emacs 22.2
5399 eterm-color|Emacs term.el terminal emulator term-protocol-version 0.96:\
5400         :am:mi:ms:xn:\
5401         :Co#8:co#80:li#24:pa#64:\
5402         :@7=\E[4~:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:\
5403         :IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:al=\E[L:bl=^G:\
5404         :cb=\E[1K:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
5405         :cr=\r:cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:do=\n:ei=\E[4l:\
5406         :ho=\E[H:im=\E[4h:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:\
5407         :kb=\177:kd=\EOB:kh=\E[1~:kl=\EOD:kr=\EOC:ku=\EOA:le=^H:\
5408         :mb=\E[5m:md=\E[1m:me=\E[m:mk=\E[8m:mr=\E[7m:nd=\E[C:\
5409         :op=\E[39;49m:r1=\Ec:rc=\E8:sc=\E7:se=\E[27m:sf=\n:\
5410         :so=\E[7m:sr=\EM:ta=^I:u6=\E[%i%d;%dR:u7=\E[6n:ue=\E[24m:\
5411         :up=\E[A:us=\E[4m:
5413 # shell.el can "do" color, though not nearly as well.
5415 # seen here:
5416 # http://unix.stackexchange.com/questions/237943/changing-colors-used-by-ls-does-not-work-in-emacs-shell-mode
5418 # and
5419 # https://lists.gnu.org/archive/html/bug-gnu-emacs/2012-08/msg00481.html
5420 # https://github.com/emacs-mirror/emacs/blob/master/lisp/shell.el
5421 # https://github.com/emacs-mirror/emacs/blob/master/lisp/ansi-color.el
5423 # however, as tested with Emacs 24.5.1, the result is buggy, losing overlays
5424 # frequently.  The contemporaneous term.el aka ansi-term does not "support"
5425 # italics but does not lose the color information -TD 2017/01/28.
5426 dumb-emacs-ansi|Emacs dumb terminal with ANSI color codes:\
5427         :am:hc:\
5428         :Co#8:NC#13:it#8:pa#64:\
5429         :AB=\E[4%dm:AF=\E[3%dm:do=\n:md=\E[1m:me=\E[m:\
5430         :op=\E[39;49m:sf=\n:ta=^I:ue=\E[24m:us=\E[4m:\
5431         :tc=ecma+italics:
5433 #### Screen
5435 # Entries for use by the `screen' program by Juergen Weigert,
5436 # Michael Schroeder, Oliver Laumann.  The screen and
5437 # screen-w entries came with version 3.7.1.  The screen2 and screen3 entries
5438 # come from University of Wisconsin and may be older.
5439 # (screen: added :ve: on ANSI model -- esr)
5441 # 'screen' defines extensions to termcap.  Some are used in its terminal
5442 # description:
5443 #      G0   (bool)  Terminal can deal with ISO 2022  font  selection sequences.
5444 #      AX   (bool)  Does  understand ANSI set default fg/bg color
5445 #                   (\E[39m / \E[49m).
5446 #      S0   (str)   Switch charset 'G0' to the specified charset.
5447 #      E0   (str)   Switch charset 'G0' back to standard charset.
5449 # Initially tested with screen 3.09.08
5451 # According to its manual page
5453 #      Screen is a full-screen window manager that multiplexes a physical
5454 #      terminal between several processes (typically interactive shells).  Each
5455 #      virtual terminal provides the functions of a DEC VT100 terminal and, in
5456 #      addition, several control functions from the ISO 6429 (ECMA 48, ANSI
5457 #      X3.64) and ISO 2022 standards (e.g.  insert/delete line and support for
5458 #      multiple character sets).
5460 # However, there is a design error in its support for video highlights.  The
5461 # program uses a table (rendlist) which equates the SGR codes to terminal
5462 # capabilities.  That, and color-decoding are hardcoded in screen; its behavior
5463 # is modified only by the presence or absence of the corresponding capabilities.
5464 # Not by their values.
5466 # If screen sets the TERMCAP variable, it uses hardcoded strings which
5467 # correspond to the rendlist table.
5469 # The table gives this information:
5471 #       SGR     capability
5472 #       ---     ---------
5473 #       1       bold
5474 #       2       dim
5475 #       3       standout
5476 #       4       underline
5477 #       5       blink
5478 #       -       (unused 6)
5479 #       7       reverse
5480 #       -       (unused 8-21)
5481 #       22      reset bold, standout and dim
5482 #       23      reset standout
5483 #       24      reset underline
5484 #       25      reset blink
5485 #       -       (unused 26)
5486 #       27      reset reverse
5488 # ECMA-48 differs from this: 3 and 23 set and reset italics, respectively.
5489 # ECMA-48 does not define "standout" - that is a termcap/terminfo abstraction.
5490 # Without some redesign of screen, it is not possible to extend the set of
5491 # capabilities.  Substitution would be possible, e.g., sending italics in
5492 # place of underline.
5494 # Because screen uses hard-coded parsing, it does not check if two capabilities
5495 # use the same value.  For example, changing standout to be the same as any of
5496 # the other capabilities will confuse screen.  Curses applications which use
5497 # sgr are not impacted (because that usually resets all capabilities before
5498 # setting any), but termcap applications do not use sgr -TD
5499 screen|VT 100/ANSI X3.64 virtual terminal:\
5500         :am:bs:km:mi:ms:pt:xn:G0:\
5501         :Co#8:NC@:co#80:it#8:li#24:pa#64:U8#1:\
5502         :@7=\E[4~:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:\
5503         :F1=\E[23~:F2=\E[24~:IC=\E[%d@:Km=\E[M:LE=\E[%dD:\
5504         :RI=\E[%dC:UP=\E[%dA:\
5505         :ac=++,,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
5506         :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[J:ce=\E[K:\
5507         :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=\r:cs=\E[%i%d;%dr:\
5508         :ct=\E[3g:dc=\E[P:dl=\E[M:do=\n:eA=\E(B\E)0:ei=\E[4l:\
5509         :ho=\E[H:im=\E[4h:is=\E)0:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
5510         :k5=\E[15~:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:\
5511         :k;=\E[21~:kB=\E[Z:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:\
5512         :kb=^H:kd=\EOB:ke=\E[?1l\E>:kh=\E[1~:kl=\EOD:kr=\EOC:\
5513         :ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:md=\E[1m:me=\E[0m:\
5514         :mh=\E[2m:mr=\E[7m:nd=\E[C:nw=\EE:rc=\E8:\
5515         :rs=\Ec\E[?1000l\E[?25h:sc=\E7:se=\E[23m:sf=\n:so=\E[3m:\
5516         :sr=\EM:st=\EH:ta=^I:te=\E[?1049l:ti=\E[?1049h:ue=\E[24m:\
5517         :up=\EM:us=\E[4m:vb=\Eg:ve=\E[34h\E[?25h:vi=\E[?25l:\
5518         :vs=\E[34l:E0=\E(B:S0=\E(%p1%c:tc=ecma+color:
5519 # The bce and status-line entries are from screen 3.9.13 (and require some
5520 # changes to .screenrc).
5521 screen-bce|VT 100/ANSI X3.64 virtual terminal with bce:\
5522         :ut:\
5523         :ec@:tc=screen:
5524 screen-s|VT 100/ANSI X3.64 virtual terminal with hardstatus line:\
5525         :ds=\E_\E\\:fs=\E\\:ts=\E_:tc=screen:
5527 # ======================================================================
5528 # Entries for GNU Screen with 16 colors.
5529 # Those variations permit to benefit from 16 colors palette, and from
5530 # bold font and blink attribute separated from bright colors. But they
5531 # are less portable than the generic "screen" 8 color entries: Their
5532 # usage makes real sense only if the terminals you attach and reattach
5533 # do all support 16 color palette.
5535 screen-16color|GNU Screen with 16 colors:\
5536         :tc=ibm+16color:tc=screen:
5538 screen-16color-s|GNU Screen with 16 colors and status line:\
5539         :tc=ibm+16color:tc=screen-s:
5541 screen-16color-bce|GNU Screen with 16 colors and BCE:\
5542         :tc=ibm+16color:tc=screen-bce:
5544 screen-16color-bce-s|GNU Screen with 16 colors using BCE and status line:\
5545         :ut:tc=ibm+16color:tc=screen-s:
5547 # ======================================================================
5548 # Entries for GNU Screen 4.02 with --enable-colors256.
5550 screen-256color|GNU Screen with 256 colors:\
5551         :tc=xterm+256setaf:tc=screen:
5553 screen-256color-s|GNU Screen with 256 colors and status line:\
5554         :tc=xterm+256setaf:tc=screen-s:
5556 screen-256color-bce|GNU Screen with 256 colors and BCE:\
5557         :ut:tc=xterm+256setaf:tc=screen-bce:
5559 screen-256color-bce-s|GNU Screen with 256 colors using BCE and status line:\
5560         :ut:tc=xterm+256setaf:tc=screen-s:
5562 screen.xterm-256color|GNU Screen with xterm using 256 colors:\
5563         :tc=xterm+256setaf:tc=screen.xterm-new:
5565 screen.konsole-256color|GNU Screen with konsole using 256 colors:\
5566         :tc=xterm+256setaf:tc=screen.konsole:
5568 screen.vte-256color|GNU Screen with vte using 256 colors:\
5569         :tc=xterm+256setaf:tc=screen.vte:
5571 screen.putty-256color|GNU Screen with putty using 256 colors:\
5572         :tc=xterm+256setaf:tc=screen.putty:
5574 screen.mlterm-256color|GNU Screen with mlterm using 256 colors:\
5575         :tc=xterm+256setaf:tc=screen.mlterm:
5577 # ======================================================================
5579 # Read the fine manpage:
5580 #       When  screen  tries  to  figure  out  a  terminal name for
5581 #       itself, it first looks for an entry named "screen.<term>",
5582 #       where  <term>  is the contents of your $TERM variable.  If
5583 #       no such entry exists, screen tries "screen" (or "screen-w"
5584 #       if the terminal is wide (132 cols or more)).  If even this
5585 #       entry cannot be found, "vt100" is used as a substitute.
5587 # Notwithstanding the manpage, screen uses its own notion of the termcap
5588 # and some keys from "screen.<term>" are ignored.  Here is an entry which
5589 # covers those (tested with screen 4.00.02) -TD
5590 screen+fkeys|function-keys according to screen:\
5591         :*6@:@0@:@7=\E[4~:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kh=\E[1~:
5593 # See explanation before "screen" entry.  Cancel italics so that applications
5594 # do not assume screen supports the feature.  Add this tweak to entries which
5595 # extend screen for terminals which do support italics.
5596 screen+italics|screen cannot support italics:\
5597         :ZH@:ZR@:
5599 # Here are a few customized entries which are useful -TD
5601 # Notes:
5602 # (a)   screen does not support invis.
5603 # (b)   screen's implementation of bw is incorrect according to tack.
5604 # (c)   screen appears to hardcode the strings for khome/kend, making it
5605 #       necessary to override the "use=" clause's values (screen+fkeys).
5606 # (d)   screen sets $TERMCAP to a termcap-formatted copy of the 'screen' entry,
5607 #       which is NOT the same as the terminfo screen.<term>.
5608 # (e)   when screen finds one of these customized entries, it sets $TERM to
5609 #       match.  Hence, no "screen.xterm" entry is provided, since that would
5610 #       create heartburn for people running remote xterm's.
5611 # (f)   screen does not support rep.
5613 #       xterm (-xfree86 or -r6) does not normally support kIC, kNXT and kPRV
5614 #       since the default translations override the built-in keycode
5615 #       translation.  They are suppressed here to show what is tested by tack.
5616 screen.xterm-xfree86|screen.xterm-new|screen customized for modern xterm:\
5617         :bw:ut@:\
5618         :#3@:%c@:%e@:mk@:ml@:mu@:rp@:E3@:tc=screen+italics:\
5619         :tc=screen+fkeys:tc=xterm-new:
5620 #:screen.xterm|screen for modern xterm,
5621 #:      use=screen.xterm-new,
5622 # xterm-r6 does not really support khome/kend unless it is propped up by
5623 # the translations resource.
5624 screen.xterm-r6|screen customized for X11R6 xterm:\
5625         :bw:tc=screen+fkeys:tc=xterm-r6:
5626 # Color applications running in screen and TeraTerm do not play well together
5627 # on Solaris because Sun's curses implementation gets confused.
5628 screen.teraterm|disable ncv in teraterm:\
5629         :NC#127:\
5630         :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:\
5631         :tc=screen+fkeys:tc=screen:
5632 # Other terminals
5633 screen.rxvt|screen in rxvt:\
5634         :bw:XT:\
5635         :kd=\EOB:kl=\EOD:kr=\EOC:ku=\EOA:vb@:vs@:tc=screen+fkeys:\
5636         :tc=vt100+enq:tc=rxvt+pcfkeys:tc=vt220+keypad:tc=screen:
5637 screen.Eterm|screen in Eterm:\
5638         :tc=screen+fkeys:tc=Eterm:
5639 screen.mrxvt|screen in mrxvt:\
5640         :tc=screen+fkeys:tc=mrxvt:
5641 screen.vte|screen in any VTE-based terminal:\
5642         :tc=screen+italics:tc=screen+fkeys:tc=vte:
5643 screen.gnome|screen in GNOME Terminal:\
5644         :tc=screen+italics:tc=screen+fkeys:tc=gnome:
5645 screen.konsole|screen in KDE console window:\
5646         :tc=screen+italics:tc=screen+fkeys:tc=konsole:
5647 # fix the backspace key
5648 screen.linux|screen in linux console:\
5649         :bw:\
5650         :kB@:kb=\177:tc=screen+fkeys:tc=screen:
5651 screen.mlterm|screen in mlterm:\
5652         :tc=screen+fkeys:tc=mlterm:
5653 screen.putty|screen in putty:\
5654         :tc=screen+fkeys:tc=putty:
5656 # The default "screen" entry is reasonably portable, but not optimal for the
5657 # most widely-used terminal emulators.  The "bce" capability is supported in
5658 # screen since 3.9.13, and when used, will require fewer characters to be sent
5659 # to the terminal for updates.
5661 # If you are using only terminals which support bce, then you can use this
5662 # feature in your screen configuration.
5664 # Adding these lines to your ".screenrc" file will allow using these customized
5665 # entries:
5666 #       term screen-bce
5667 #       bce on
5668 #       defbce on
5669 screen-bce.xterm-new|screen optimized for modern xterm:\
5670         :ut:\
5671         :ec@:tc=screen+italics:tc=screen.xterm-new:
5672 screen-bce.rxvt|screen optimized for rxvt:\
5673         :ut:\
5674         :ec@:tc=screen.rxvt:
5675 screen-bce.Eterm|screen optimized for Eterm:\
5676         :ut:\
5677         :ec@:tc=screen.Eterm:
5678 screen-bce.mrxvt|screen optimized for mrxvt:\
5679         :ut:\
5680         :ec@:tc=screen.mrxvt:
5681 screen-bce.gnome|screen optimized for GNOME-Terminal:\
5682         :ut:\
5683         :ec@:tc=screen+italics:tc=screen.gnome:
5684 screen-bce.konsole|screen optimized for KDE console window:\
5685         :ut:\
5686         :ec@:tc=screen+italics:tc=screen.konsole:
5687 screen-bce.linux|screen optimized for linux console:\
5688         :ut:\
5689         :ec@:tc=screen.linux:
5691 screen-w|VT 100/ANSI X3.64 virtual terminal with 132 cols:\
5692         :co#132:tc=screen:
5694 screen2|old VT 100/ANSI X3.64 virtual terminal:\
5695         :co#80:it#8:li#24:\
5696         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
5697         :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:al=\E[L:bt=\E[Z:cd=\E[J:\
5698         :ce=\E[K:cl=\E[2J\E[H:cm=\E[%i%d;%dH:cr=\r:ct=\E[3g:\
5699         :dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:ic=:im=\E[4h:k0=\E~:\
5700         :k1=\ES:k2=\ET:k3=\EU:k4=\EV:k5=\EW:k6=\EP:k7=\EQ:k8=\ER:\
5701         :k9=\E0I:kb=^H:kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:le=^H:\
5702         :me=\E[m:nd=\E[C:nw=\r\n:r1=\Ec:rc=\E8:sc=\E7:se=\E[23m:\
5703         :sf=\n:so=\E[3m:sr=\EM:st=\EH:ta=^I:ue=\E[24m:up=\E[A:\
5704         :us=\E[4m:
5705 # (screen3: removed unknown ":xv:LP:G0:" -- esr)
5706 screen3|older VT 100/ANSI X3.64 virtual terminal:\
5707         :km:mi:ms:\
5708         :co#80:it#8:li#24:\
5709         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
5710         :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:al=\E[L:bl=^G:bt=\E[Z:\
5711         :cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=\r:\
5712         :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=\n:ei=\E[4l:\
5713         :ho=\E[H:im=\E[4h:is=\E)0:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
5714         :kb=^H:kd=\EOB:ke=\E>:kl=\EOD:kr=\EOC:ks=\E=:ku=\EOA:le=^H:\
5715         :mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:nw=\EE:r1=\Ec:\
5716         :rc=\E8:sc=\E7:se=\E[23m:sf=\n:so=\E[3m:sr=\EM:st=\EH:ta=^I:\
5717         :ue=\E[24m:up=\EM:us=\E[4m:
5719 #### Tmux
5721 # tmux is compatible with screen, but has support for italics, and some of the
5722 # xterm cursor bits.
5723 tmux|tmux terminal multiplexer:\
5724         :se=\E[27m:so=\E[7m:tc=ecma+italics:tc=ecma+strikeout:\
5725         :tc=xterm+edit:tc=xterm+pcfkeys:tc=xterm+sl:\
5726         :tc=xterm+tmux:tc=screen:
5728 tmux-256color|tmux with 256 colors:\
5729         :tc=xterm+256setaf:tc=tmux:
5731 #### Dvtm
5733 # dvtwm 0.15
5734 # http://www.brain-dump.org/projects/dvtm/
5736 # + This uses ncurses to manage the display, including support for italics and
5737 #   default-colors.
5738 # + However, default-colors are incomplete: do not set bce.
5739 # + It does not implement flash (since no \e[?5h)
5740 # + Do not set XT: dvtm knows about OSC 0 and 2, but not 1.
5741 #   Oddly enough, if $TERM contains "linux", it attempts to set the title.
5742 # + Some of the program is cut/paste from rxvt-unicode, e.g., the ACS table.
5743 # + The built-in table of function-keys (based on rxvt) is incomplete (ends
5744 #   with kf22).
5745 # + It also omits the shifted cursor- and editing-keypad keys.
5746 #   However, it is confused by xterm's shifted cursor- and editing-keypad keys
5747 #   (and passes those through without interpretation)
5748 #   and may simply pass-through rxvt's, making it appear to work.
5749 #   In other cases such as kf23 and up, no pass-through is done.
5750 # + Most of the mode-settings in the initialization/reset strings are not
5751 #   implemented; dvtm copies its description from rxvt.
5752 # (sgr removed to fit entry within 1023 bytes)
5753 # (acsc removed to fit entry within 1023 bytes)
5754 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
5755 dvtm|dynamic virtual terminal manager:\
5756         :am:eo:mi:ms:xn:\
5757         :co#80:it#8:li#24:\
5758         :AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:K1=\EOw:K2=\EOu:\
5759         :K3=\EOy:K4=\EOq:K5=\EOs:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
5760         :ae=^O:al=\E[L:as=^N:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:\
5761         :cm=\E[%i%d;%dH:cr=\r:cs=\E[%i%d;%dr:ct=\E[3g:dl=\E[M:\
5762         :do=\n:ei=\E[4l:ho=\E[H:i1=\E[?47l\E=\E[?1l:ic=\E[@:\
5763         :im=\E[4h:is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l:\
5764         :k0=\E[21~:k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:\
5765         :k5=\E[15~:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:\
5766         :kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=\177:kd=\E[B:\
5767         :kh=\E[7~:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:\
5768         :me=\E[0m:mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:se=\E[27m:sf=\n:\
5769         :so=\E[7m:sr=\EM:st=\EH:ta=^I:te=\E[2J\E[?47l\E8:\
5770         :ti=\E7\E[?47h:ue=\E[24m:up=\E[A:us=\E[4m:ve=\E[?25h:\
5771         :vi=\E[?25l:tc=ecma+italics:
5773 dvtm-256color|dynamic virtual terminal manager with 256 colors:\
5774         :Co#256:pa#32767:\
5775         :AB=\E[48;5;%dm:AF=\E[38;5;%dm:tc=dvtm:
5777 #### NCSA Telnet
5779 # Francesco Potorti <F.Potorti@cnuce.cnr.it>:
5780 # NCSA telnet is one of the most used telnet clients for the Macintosh.  It has
5781 # been maintained until recently by the National Center for Supercomputer
5782 # Applications, and it is feature rich, stable and free.  It can be downloaded
5783 # from www.ncsa.edu.  This terminfo description file is based on xterm-vt220,
5784 # xterm+sl, and the docs at NCSA.  It works well.
5786 # NCSA Telnet 2.6 for Macintosh in vt220 8-bit emulation mode
5787 # The terminal options should be set as follows:
5788 #         Xterm sequences ON
5789 #         use VT wrap mode ON
5790 #         use Emacs arrow keys OFF
5791 #         CTRL-COMND is Emacs meta ON
5792 #         8 bit mode ON
5793 #         answerback string: "ncsa-vt220-8"
5794 #         setup keys: all disabled
5796 # Application mode is not used.
5798 # Other special mappings:
5799 #       Apple           VT220
5800 #       HELP            Find
5801 #       HOME            Insert here
5802 #       PAGEUP          Remove
5803 #       DEL             Select
5804 #       END             Prev Screen
5805 #       PAGEDOWN        Next Screen
5807 # Though it supports ANSI color, NCSA Telnet uses color to represent blinking
5808 # text.
5810 # The status-line manipulation is a mapping of the xterm-compatible control
5811 # sequences for setting the window-title.  So you must use tsl and fsl in
5812 # pairs, since the latter ends the string that is loaded to the window-title.
5813 # (sgr removed to fit entry within 1023 bytes)
5814 # (acsc removed to fit entry within 1023 bytes)
5815 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
5816 ncsa-m|ncsa-vt220-8|NCSA Telnet 2.6 for Macintosh in vt220-8 mode:\
5817         :am:km:mi:ms:xn:\
5818         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
5819         :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=\E(B:al=\E[L:as=\E(0:\
5820         :bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=\r:\
5821         :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=\n:ei=\E[4l:\
5822         :ho=\E[H:if=/usr/share/tabset/vt100:im=\E[4h:\
5823         :is=\E7\E[r\E[m\E[?7h\E[?1;4;6l\E[4l\E8\E>:k1=\E[17~:\
5824         :k2=\E[18:k3=\E[19~:k4=\E[20~:k5=\E[21~:k6=\E[23~:\
5825         :k7=\E[24~:k8=\E[25~:k9=\E[26~:kD=\E[4~:kN=\E[6~:kP=\E[3~:\
5826         :kb=^H:kd=\E[B:kh=\E[2~:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
5827         :mb=\E[5m:md=\E[1m:me=\E[0m:mr=\E[7m:nd=\E[C:rc=\E8:\
5828         :rs=\E7\E[r\E8\E[m\E[?7h\E[?1;4;6l\E[4l\E>:sc=\E7:\
5829         :se=\E[27m:sf=150*\n:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
5830         :te=\E[2J\E8:ti=\E7:ue=\E[24m:up=\E[A:us=\E[4m:\
5831         :vb=\E[?5h\E[?5l:ve=\E[?25h:vi=\E[?25l:tc=xterm+sl:\
5832         :tc=ansi+enq:
5833 ncsa|NCSA Telnet 2.7 for Macintosh in vt220-8 mode:\
5834         :tc=ncsa-m:tc=klone+color:
5835 ncsa-ns|NCSA Telnet 2.7 for Macintosh in vt220-8 mode:\
5836         :hs@:\
5837         :ds@:fs@:ts@:tc=ncsa:
5838 ncsa-m-ns|NCSA Telnet 2.6 for Macintosh in vt220-8 mode:\
5839         :hs@:\
5840         :ds@:fs@:ts@:tc=ncsa-m:
5841 # alternate -TD:
5842 # The documented function-key mapping refers to the Apple Extended Keyboard
5843 # (e.g., NCSA Telnet's F1 corresponds to a VT220 F6).  We use the VT220-style
5844 # codes, however, since the numeric keypad (VT100) PF1-PF4 are available on
5845 # some keyboards and many applications require these as F1-F4.
5847 ncsa-vt220|NCSA Telnet using vt220-compatible function keys:\
5848         :F1=\E[23~:F2=\E[24~:F3=\E[25~:F4=\E[26~:F5=\E[28~:\
5849         :F6=\E[29~:F7=\E[31~:F8=\E[32~:F9=\E[33~:FA=\E[34~:\
5850         :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k6=\E[17~:k7=\E[18~:\
5851         :k8=\E[19~:k9=\E[20~:k;=\E[21~:tc=ncsa:
5853 #### Pilot Pro Palm-Top
5855 # Termcap for Top Gun Telnet and SSH on the Palm Pilot.
5856 # https://web.archive.org/web/20051103015726/http://www.ai/~iang/TGssh/
5857 pilot|tgtelnet|Top Gun Telnet on the Palm Pilot Professional:\
5858         :am:bs:xn:\
5859         :co#39:li#16:\
5860         :bl=^G:cl=\Ec:cm=\Em%+ %+ :cr=\r:do=\n:ho=\Em\040\040:\
5861         :kN=^L:kP=^K:kb=^H:kd=\n:kl=^H:le=^H:nw=\Em~\040:se=\EB:\
5862         :sf=\n:so=\Eb:ta=^I:
5864 # From: Federico Bianchi <bianchi@www.arte.unipi.it>
5865 # These entries are for the Embeddable Linux Kernel System (ELKS)
5866 # project - an heavily stripped down Linux to be run on 16 bit
5867 # boxes or, eventually, to be used in embedded systems - and have been
5868 # adapted from the stock ELKS termcap. The project itself looks stalled,
5869 # and the latest improvements I know of date back to March 2000.
5871 # To cope with the ELKS dumb console I added an "elks-glasstty" entry;
5872 # as an added bonus, this deals with all the capabilities common to
5873 # both VT52 and ANSI (or, eventually, "special") modes.
5875 elks-glasstty|ELKS glass-TTY capabilities:\
5876         :am:bs:\
5877         :co#80:it#8:li#25:\
5878         :bl=^G:cr=\r:kb=^H:kd=\n:kl=^H:nw=\r\n:sf=\n:ta=^I:
5880 elks-vt52|ELKS vt52 console:\
5881         :ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :do=\EB:ho=\EH:le=\ED:nd=\EC:\
5882         :up=\EA:tc=elks-glasstty:
5884 elks-ansi|ELKS ANSI console:\
5885         :ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:do=\E[B:ho=\E[H:\
5886         :le=\E[D:nd=\E[C:se=\E[m:so=\E[7m:up=\E[A:\
5887         :tc=elks-glasstty:
5889 # As a matter of fact, ELKS 0.0.83 on PCs defaults to ANSI emulation
5890 # instead of VT52, but the "elks" entry still refers to the latter.
5892 elks|default ELKS console:\
5893         :tc=elks-vt52:
5895 # Project SIBO (for Psion 3 palmtops) console is identical to the ELKS
5896 # one but in screen size
5898 sibo|ELKS SIBO console:\
5899         :co#61:it#8:li#20:tc=elks-vt52:
5901 ######## COMMERCIAL WORKSTATION CONSOLES
5904 #### Alpha consoles
5907 # This is from the OSF/1 Release 1.0 termcap file
5908 pccons|pcconsole|ANSI (mostly) Alpha PC console terminal emulation:\
5909         :am:xo:\
5910         :co#80:li#25:\
5911         :al=\E[L:bl=^G:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=\r:\
5912         :dc=\E[P:dl=\E[M:do=\n:ei=:ho=\E[H:ic=\E[@:im=:kb=^H:kd=\E[B:\
5913         :kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:me=\E[m:mr=\E[7m:\
5914         :nd=\E[C:nw=\r\n:se=\E[m:so=\E[7m:ta=^I:up=\E[A:
5916 #### Sun consoles
5919 # :is1: resets scrolling region in case a previous user had used "tset vt100"
5920 oldsun|Sun Microsystems Workstation console:\
5921         :am:bs:km:mi:ms:\
5922         :co#80:it#8:li#34:\
5923         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:IC=\E[%d@:al=\E[L:bl=^G:\
5924         :cd=\E[J:ce=\E[K:cl=^L:cm=\E[%i%d;%dH:cr=\r:dc=\E[P:\
5925         :dl=\E[M:do=\E[B:ei=:i1=\E[1r:ic=\E[@:im=:k1=\EOP:k2=\EOQ:\
5926         :k3=\EOR:k4=\EOS:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
5927         :le=^H:me=\E[m:nd=\E[C:se=\E[m:sf=\n:so=\E[7m:ta=^I:up=\E[A:
5928 # From: Alexander Lukyanov <lav@video.yars.free.net>, 14 Nov 1995
5929 # :li: capability later corrected by J.T. Conklin <jtc@cygnus.com>
5930 # SGR 1, 4 aren't supported - removed bold/underline (T.Dickey 17 Jan 1998)
5931 sun-il|Sun Microsystems console with working insert-line:\
5932         :am:km:ms:\
5933         :co#80:li#34:\
5934         :%7=\E[194z:&5=\E[193z:&8=\E[195z:@7=\E[220z:AL=\E[%dL:\
5935         :DC=\E[%dP:DL=\E[%dM:F1=\E[234z:F2=\E[235z:IC=\E[%d@:\
5936         :K2=\E[218z:al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=^L:\
5937         :cm=\E[%i%d;%dH:cr=\r:dc=\E[P:dl=\E[M:do=\n:ei=:ic=\E[@:im=:\
5938         :k1=\E[224z:k2=\E[225z:k3=\E[226z:k4=\E[227z:k5=\E[228z:\
5939         :k6=\E[229z:k7=\E[230z:k8=\E[231z:k9=\E[232z:k;=\E[233z:\
5940         :kD=\177:kI=\E[247z:kN=\E[222z:kP=\E[216z:kb=^H:kd=\E[B:\
5941         :kh=\E[214z:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:me=\E[m:mr=\E[7m:\
5942         :nd=\E[C:rs=\E[s:se=\E[m:sf=\n:so=\E[7m:ta=^I:u8=\E[1t:\
5943         :u9=\E[11t:ue@:up=\E[A:
5944 # On some versions of CGSIX framebuffer firmware (SparcStation 5), :al:/:AL:
5945 # flake out on the last line.  Unfortunately, without them the terminal has no
5946 # way to scroll.
5947 sun-cgsix|sun-ss5|Sun SparcStation 5 console:\
5948         :AL@:al@:tc=sun-il:
5949 # If you are using an SS5, change the sun definition to use sun-ss5.
5950 sun|sun1|sun2|Sun Microsystems Inc. workstation console:\
5951         :tc=sun-il:
5953 sun+sl|Sun Workstation window status line:\
5954         :hs:\
5955         :ds=\E]l\E\\:fs=\E\\:ts=\E]l:
5957 # From: <john@ucbrenoir>  Tue Sep 24 13:14:44 1985
5958 sun-s|Sun Microsystems Workstation window with status line:\
5959         :hs:\
5960         :ds=\E]l\E\\:fs=\E\\:ts=\E]l:tc=sun:
5961 sun-e-s|sun-s-e|Sun Microsystems Workstation with status hacked for emacs:\
5962         :hs:\
5963         :ds=\E]l\E\\:fs=\E\\:ts=\E]l:tc=sun-e:
5964 sun-48|Sun 48-line window:\
5965         :co#80:li#48:tc=sun:
5966 sun-34|Sun 34-line window:\
5967         :co#80:li#34:tc=sun:
5968 sun-24|Sun 24-line window:\
5969         :co#80:li#24:tc=sun:
5970 sun-17|Sun 17-line window:\
5971         :co#80:li#17:tc=sun:
5972 sun-12|Sun 12-line window:\
5973         :co#80:li#12:tc=sun:
5974 sun-1|Sun 1-line window for sysline:\
5975         :es:hs:\
5976         :co#80:li#1:\
5977         :ds=^L:fs=\E[K:ts=\r:tc=sun:
5978 sun-e|sun-nic|sune|Sun Microsystems Workstation without insert character:\
5979         :ei@:ic@:im@:tc=sun:
5980 sun-c|sun-cmd|Sun Microsystems Workstation console with scrollable history:\
5981         :li#35:\
5982         :te=\E[>4h:ti=\E[>4l:tc=sun:
5983 sun-type4|Sun Workstation console with type 4 keyboard:\
5984         :kd=\E[221z:kl=\E[217z:kr=\E[219z:ku=\E[215z:tc=sun-il:
5986 # Most of the current references to sun-color are from users wondering why this
5987 # is the default on install.  Details from reading the wscons manpage, adding
5988 # cub, etc., here (rather than in the base sun-il entry) since it is not clear
5989 # when those were added -TD (2005-05-28)
5991 # According to wscons manpage, color is supported only on IA systems.
5992 # Sun's terminfo entry documents bold and smul/rmul capabilities, but wscons
5993 # does not list these.  It also sets ncv#3, however that corresponds to
5994 # underline and standout.
5996 # Since the documentation and terminfo do not agree, see also current code at
5997 # https://web.archive.org/web/20091231042744/http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/uts/common/io/tem_safe.c
5999 # That (actually a different driver which "supports" sun-color) also supports
6000 # these features:
6001 #       vpa=\E[%i%p1%dd
6002 #       hpa=\E[%i%p1%d`
6003 #       cbt=\E[Z
6004 #       dim=\E[2m
6005 #       blink=\E[5m
6006 # It supports bold, but not underline -TD (2009-09-19)
6007 sun-color|Sun Microsystems Workstation console with color support (IA systems):\
6008         :Co#8:NC#3:pa#64:\
6009         :AB=\E[4%dm:AF=\E[3%dm:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:\
6010         :UP=\E[%dA:ho=\E[H:md=\E[1m:me=\E[m:op=\E[0m:rs=\E[s:\
6011         :so=\E[7m:tc=sun:
6013 #### Iris consoles
6016 # (wsiris: this had extension capabilities
6017 #       :HS=\E7F2:HE=\E7F7:\
6018 #       :CT#2:CZ=*Bblack,red,green,yellow,blue,magenta,cyan,*Fwhite:
6019 # See the note on Iris extensions near the end of this file.
6020 # Finally, removed suboptimal :cl:=\EH\EJ and added :do: &
6021 # :vb: from BRL -- esr)
6022 wsiris|iris40|iris emulating a 40 line visual 50 (approximately):\
6023         :am:bs:nc:pt:\
6024         :co#80:it#8:kn#3:li#40:\
6025         :al=\EL:bl=^G:cd=\EJ:ce=\EK:cl=\Ev:cm=\EY%+ %+ :dl=\EM:\
6026         :do=\EB:ho=\EH:is=\E7B0\E7F7\E7C2\E7R3:k0=\E0:k1=\E1:\
6027         :k2=\E2:k3=\E3:k4=\E4:k5=\E5:k6=\E6:k7=\E7:k8=\E8:k9=\E9:\
6028         :kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=^H:me=\E7F7:mh=\E7F2:nd=\EC:\
6029         :nl=\EB:se=\E0@:sf=\n:so=\E9P:sr=\EI:ta=^I:ue=\E7R3\E0@:\
6030         :up=\EA:us=\E7R2\E9P:vb=\E7F4\E7B1\013\E7F7\E7B0:ve=\E>:\
6031         :vs=\E;:
6033 #### NeWS consoles
6035 # Console terminal windows under the NeWS (Sun's Display Postscript windowing
6036 # environment).   Note: these have nothing to do with Sony's News workstation
6037 # line.
6040 # Entry for NeWS's psterm from Eric Messick & Hugh Daniel
6041 # (psterm: unknown ":sl=\EOl:el=\ENl:" removed -- esr)
6042 psterm|psterm-basic|NeWS psterm-80x34:\
6043         :am:bs:hs:km:ul:\
6044         :co#80:it#8:li#34:\
6045         :al=\EA:cd=\EB:ce=\EC:cl=^L:cm=\E%d;%d;:cs=\EE%d;%d;:\
6046         :dc=\EF:dl=\EK:do=\EP:ei=\ENi:fs=\ENl:ho=\ER:i1=\EN*:\
6047         :im=\EOi:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=\ET:ll=\EU:\
6048         :mb=\EOb:md=\EOd:me=\EN*:mr=\EOr:nd=\EV:rc=^\:sc=^]:se=\ENo:\
6049         :sf=\EW:so=\EOo:sr=\EX:ta=^I:te=\ENt:ti=\EOt:ts=\EOl:\
6050         :ue=\ENu:up=\EY:us=\EOu:vb=\EZ:
6051 psterm-96x48|NeWS psterm 96x48:\
6052         :co#96:li#48:tc=psterm:
6053 psterm-90x28|NeWS psterm 90x28:\
6054         :co#90:li#28:tc=psterm:
6055 psterm-80x24|NeWS psterm 80x24:\
6056         :co#80:li#24:tc=psterm:
6057 # This is a faster termcap for psterm.  Warning:  if you use this termcap,
6058 # some control characters you type will do strange things to the screen.
6059 # (psterm-fast: unknown ":sl=^Ol:el=^Nl:" -- esr)
6060 psterm-fast|NeWS psterm fast version (flaky ctrl chars):\
6061         :am:bs:hs:km:ul:\
6062         :co#80:it#8:li#34:\
6063         :al=^A:cd=^B:ce=^C:cl=^L:cm=\004%d;%d;:cs=\005%d;%d;:dc=^F:\
6064         :dl=^K:do=^P:ei=^Ni:fs=^Nl:ho=^R:i1=^N*:im=^Oi:kd=\E[B:\
6065         :kl=\E[D:kr=\E[C:ku=\E[A:le=^T:ll=^U:mb=^Ob:md=^Od:me=^N*:\
6066         :mr=^Or:nd=^V:rc=^\:sc=^]:se=^No:sf=^W:so=^Oo:sr=^X:ta=^I:\
6067         :te=^Nt:ti=^Ot:ts=^Ol:ue=^Nu:up=^Y:us=^Ou:vb=^Z:
6069 #### NeXT consoles
6071 # Use `glasstty' for the Workspace application
6074 # From: Dave Wetzel <dave@turbocat.snafu.de> 22 Dec 1995
6075 next|NeXT console:\
6076         :am:xt:\
6077         :co#80:it#8:li#24:\
6078         :bl=^G:ce=\E[K:cl=^L:cm=\E[%i%d;%dH:cr=\r:do=\n:ho=\E[H:\
6079         :kb=^H:kd=\n:kl=^H:le=^H:me=\E[m:nd=\E[C:nw=\r\n:se=\E[4;1m:\
6080         :sf=\n:so=\E[4;2m:ta=^I:up=\E[A:
6081 nextshell|NeXT Shell application:\
6082         :am:\
6083         :co#80:\
6084         :bl=^G:cr=\r:do=\n:kb=^H:kd=\n:kl=^H:le=^H:nw=\r\n:ta=^I:
6086 #### Sony NEWS workstations
6089 # (news-unk: this had :KB=news: -- esr)
6090 news-unk|SONY NEWS vt100 emulator common entry:\
6091         :am:bs:pt:xn:\
6092         :co#80:\
6093         :AL=\E[%dL:DL=\E[%dM:al=\E[L:bl=^G:cd=\E[J:ce=\E[K:\
6094         :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=\r:cs=\E[%i%d;%dr:\
6095         :dl=\E[M:do=\n:ho=\E[H:if=/usr/share/tabset/vt100:\
6096         :is=\E[?7h\E[?1h\E[?3l\E7\E8:k0=\EOY:k1=\EOP:k2=\EOQ:\
6097         :k3=\EOR:k4=\EOS:k5=\EOT:k6=\EOU:k7=\EOV:k8=\EOW:k9=\EOX:\
6098         :kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\
6099         :ku=\EOA:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:\
6100         :nl=\n:rc=\E8:rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[r:\
6101         :sc=\E7:se=\E[m:so=\E[7m:sr=\EM:ta=^I:ue=\E[m:up=\E[A:\
6102         :us=\E[4m:
6104 # (news-29: this had :TY=ascii: --esr)
6105 news-29:\
6106         :li#29:tc=news-unk:
6107 # (news-29-euc: this had :TY=euc: --esr)
6108 news-29-euc:\
6109         :tc=news-29:
6110 # (news-29-sjis: this had :TY=sjis: --esr)
6111 news-29-sjis:\
6112         :tc=news-29:
6114 # (news-33: this had :TY=ascii: --esr)
6115 news-33:\
6116         :li#33:tc=news-unk:
6117 # (news-33-euc: this had :TY=euc: --esr)
6118 news-33-euc:\
6119         :tc=news-33:
6120 # (news-33-sjis: this had :TY=sjis: --esr)
6121 news-33-sjis:\
6122         :tc=news-33:
6124 # (news-42: this had :TY=ascii: --esr)
6125 news-42:\
6126         :li#42:tc=news-unk:
6127 # (news-42-euc: this had :TY=euc: --esr)
6128 news-42-euc:\
6129         :tc=news-42:
6130 # (news-42-sjis: this had :TY=sjis: --esr)
6131 news-42-sjis:\
6132         :tc=news-42:
6134 #       NEWS-OS old termcap entry
6136 # (news-old-unk: this had :KB=news:TY=sjis: --esr)
6137 news-old-unk|SONY NEWS vt100 emulator common entry:\
6138         :am:bs:pt:xn:\
6139         :co#80:vt#3:\
6140         :bl=^G:cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:cm=\E[%i%d;%dH:cr=\r:\
6141         :cs=\E[%i%d;%dr:do=\n:ho=\E[H:\
6142         :if=/usr/share/tabset/vt100:k1=\EOP:k2=\EOQ:k3=\EOR:\
6143         :k4=\EOS:kb=^H:kd=\E[B:ke=\E[?1l\E>:kl=\E[D:kr=\E[C:\
6144         :ks=\E[?1h\E=:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:\
6145         :mr=\E[7m:nd=\E[C:nl=\n:rc=\E8:\
6146         :rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:sc=\E7:se=\E[m:\
6147         :so=\E[7m:sr=\EM:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:
6149 # (nwp512: this had :DE=^H:, which I think means :bs: --esr)
6150 nwp512|news|nwp514|news40|vt100-bm|old sony vt100 emulator 40 lines:\
6151         :bs:\
6152         :li#40:\
6153         :is=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;40r\E8:\
6154         :tc=news-old-unk:
6156 # (nwp512-a: this had :TY=ascii: and the alias vt100-bm --esr)
6157 nwp512-a|nwp514-a|news-a|news42|news40-a|sony vt100 emulator 42 line:\
6158         :li#42:\
6159         :is=\E[?7h\E[?1l\E[?3l\E7\E[1;42r\E8:tc=news-old-unk:
6161 # (nwp-512-o: this had :KB=nwp410:DE=^H:  I interpret the latter as :bs:. --esr)
6162 nwp512-o|nwp514-o|news-o|news40-o|vt100-bm-o|sony vt100 emulator 40 lines:\
6163         :bs:\
6164         :li#40:\
6165         :is=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;40r\E8:\
6166         :tc=news-old-unk:
6168 # (nwp513: this had :DE=^H: and the alias vt100-bm --esr)
6169 nwp513|nwp518|nwe501|newscbm|news31|sony vt100 emulator 33 lines:\
6170         :bs:\
6171         :li#31:\
6172         :is=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;31r\E8:\
6173         :tc=news-old-unk:
6175 # (nwp513-a: this had :TY=ascii: and :DE=^H:, which I interpret as :bs:; --esr)
6176 # also the alias vt100-bm.
6177 nwp513-a|nwp518-a|nwe501-a|nwp251-a|newscbm-a|news31-a|newscbm33|news33|old sony vt100 emulator 33 lines:\
6178         :bs:\
6179         :li#33:\
6180         :is=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;33r\E8:\
6181         :tc=news-old-unk:
6183 # (nwp513-o: had :DE=^H:, I think that's :bs:; also the alias vt100-bm --esr)
6184 nwp513-o|nwp518-o|nwe501-o|nwp251-o|newscbm-o|news31-o|old sony vt100 emulator 33 lines:\
6185         :bs:\
6186         :li#31:\
6187         :is=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;31r\E8:\
6188         :tc=news-old-unk:
6190 # (news28: this had :DE=^H:, I think that's :bs:, and :KB=nws1200: --esr)
6191 news28|sony vt100 emulator 28 lines:\
6192         :bs:\
6193         :li#28:\
6194         :is=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;28r\E8:\
6195         :tc=news-old-unk:
6197 # (news29: this had :TY=ascii:KB=nws1200:\ --esr)
6198 news29|news28-a|sony vt100 emulator 29 lines:\
6199         :li#29:\
6200         :is=\E7\E[r\E8\EE\EE\EE\EM\EM\EM\E[?7h\E[?1l\E[?3l\E7\E[1;29r\E8:\
6201         :tc=news-old-unk:
6203 # (news511: this had :TY=sjis: --esr)
6204 nwp511|nwp-511|nwp-511 vt100:\
6205         :am:bs:pt:xn:\
6206         :co#80:li#24:\
6207         :al=\E[L:cd=30\E[J:ce=3\E[K:cl=20\E[;H\E[2J:\
6208         :cm=\E[%i%d;%dH:dl=\E[M:do=\E[B:\
6209         :is=\E[?5l\E[?1l\E>\E[?7h\E[?8h:k1=\EOP:k2=\EOQ:k3=\EOR:\
6210         :k4=\EOS:k5=\EOT:k6=\E#W:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:\
6211         :ku=\E[A:le=\E[D:nd=\E[C:\
6212         :rs=\E7\E[r\E8\E[?5l\E[?1l\E>\E[?7h\E[?8h:se=2\E[m:\
6213         :so=2\E[7m:sr=5\EM:ue=2\E[m:up=2\E[A:us=2\E[4m:\
6214         :vb=\E[?5h\200\200\200\200\200\200\200\200\200\200\200\200\200\E[?5l:
6215 # (news517: this had :TY=sjis:. --esr)
6216 nwp517|nwp-517|nwp-517 vt200 80 cols 30 rows:\
6217         :es:hs:\
6218         :co#80:li#30:\
6219         :ds=\E[1$~:fs=\E[0$}:i2=\E[2$~\n:\
6220         :is=\E7\E[r\E8\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
6221         :ts=\E[1$}\E[;%df:tc=vt200:
6222 # (news517-w: this had :TY=sjis:. --esr)
6223 nwp517-w|nwp-517-w|nwp-517 vt200 132 cols 50 rows:\
6224         :es:hs:\
6225         :co#132:li#50:\
6226         :ds=\E[1$~:fs=\E[0$}:i2=\E[2$~\n:\
6227         :is=\E7\E[r\E8\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h:\
6228         :rs=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h:\
6229         :ts=\E[1$}\E[;%df:tc=vt200:
6231 #### Common Desktop Environment
6234 # This ships with Sun's CDE in Solaris 2.5
6235 # Corrected Sun Aug 9 1998 by Alexander V. Lukyanov <lav@video.yars.free.net>
6236 dtterm|CDE desktop terminal:\
6237         :am:mi:ms:xn:xo:\
6238         :NC@:co#80:it#8:li#24:lm#0:\
6239         :%1=\E[28~:*6=\E[4~:@0=\E[1~:AL=\E[%dL:DC=\E[%dP:\
6240         :DL=\E[%dM:DO=\E[%dB:F1=\E[23~:F2=\E[24~:F3=\E[25~:\
6241         :F4=\E[26~:F5=\E[28~:F6=\E[29~:F7=\E[31~:F8=\E[32~:\
6242         :F9=\E[33~:FA=\E[34~:IC=\E[%d@:LE=\E[%dD:RA=\E[?7l:\
6243         :RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:\
6244         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
6245         :ae=^O:al=\E[L:as=^N:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\
6246         :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=\r:cs=\E[%i%d;%dr:\
6247         :ct=\E[3g:dc=\E[P:dl=\E[M:do=\n:eA=\E(B\E)0:ec=\E[%dX:\
6248         :ei=\E[4l:ho=\E[H:im=\E[4h:\
6249         :is=\E F\E>\E[?1l\E[?7h\E[?45l:k1=\E[11~:k2=\E[12~:\
6250         :k3=\E[13~:k4=\E[14~:k5=\E[15~:k6=\E[17~:k7=\E[18~:\
6251         :k8=\E[19~:k9=\E[20~:k;=\E[21~:kD=\E[3~:kI=\E[2~:kN=\E[6~:\
6252         :kP=\E[5~:kb=^H:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
6253         :mb=\E[5m:md=\E[1m:me=\E[0m:mh=\E[2m:mk=\E[8m:mr=\E[7m:\
6254         :nd=\E[C:nw=\EE:rc=\E8:sc=\E7:se=\E[22;27m:sf=\ED:\
6255         :so=\E[2;7m:sr=\EM:st=\EH:ta=^I:ue=\E[24m:up=\E[A:us=\E[4m:\
6256         :vb=\E[?5h\E[?5l:ve=\E[?25h:vi=\E[?25l:tc=ecma+color:
6258 ######## Non-Unix Consoles
6261 #### EMX termcap.dat compatibility modes
6263 # Also (possibly only EMX, so we don't put it in ansi.sys, etc): set the
6264 # no_color_video to inform the application that standout(1), underline(2)
6265 # reverse(4) and invisible(64) don't work with color.
6266 emx-base|DOS special keys:\
6267         :bw:ut:\
6268         :NC#71:it#8:\
6269         :bl=^G:tc=ansi.sys:
6271 # Except for the "-emx" suffixes, these are as distributed with EMX 0.9b,
6272 # a Unix-style environment used on OS/2.  (Note that the suffix makes some
6273 # names longer than 14 characters, the nominal maximum).
6275 # Removed: rmacs=\E[10m, smacs=\E[11m, because OS/2 does not implement acs.
6276 ansi-emx|ANSI.SYS color:\
6277         :am:eo:mi:ms:ut:xo:\
6278         :Co#8:co#80:it#8:li#25:pa#64:\
6279         :&7=^Z:AB=\E[4%dm:AF=\E[3%dm:DC=\E[%dp:IC=\E[%d@:K2=\E[G:\
6280         :S2=\E[11m:S3=\E[10m:bl=^G:cd=\E[J:ce=\E[K:\
6281         :cl=\E[1;33;44m\E[H\E[J:cm=\E[%i%d;%dH:cr=\r:ct=\E[3g:\
6282         :do=\n:ei=\E[4l:ho=\E[H:ic=\E[@:im=\E[4h:k0=\200D:kH=\200O:\
6283         :kb=^H:le=^H:mb=\E[5m:md=\E[1m:me=\E[0m\E[1;33;44m:\
6284         :mr=\E[5;37;41m:nd=\E[C:nw=\r\n:r1=\Ec:\
6285         :se=\E[0;44m\E[1;33m:sf=\n:so=\E[0;31;47m:st=\EH:ta=^I:\
6286         :u8=\E[?6c:u9=\E[c:ue=\E[0;44m\E[1;33m:up=\E[A:\
6287         :us=\E[1;31;44m:vb=\E[?5h\E[?5l:ve=\E[?25h:vi=\E[?25l:\
6288         :tc=emx-base:
6289 # nice colors for Emacs (white on blue, mode line white on cyan)
6290 ansi-color-2-emx|ANSI.SYS color 2:\
6291         :AF=\E[3%dm:cl=\E[0;37;44m\E[H\E[J:me=\E[0;37;44m:\
6292         :mr=\E[1;37;46m:r1=\Ec:se=\E[0;37;44m:so=\E[1;37;46m:\
6293         :ue=\E[0;37;44m:us=\E[1;36;44m:tc=ansi-emx:
6294 # nice colors for Emacs (white on black, mode line black on cyan)
6295 ansi-color-3-emx|ANSI.SYS color 3:\
6296         :AF=\E[3%dm:cl=\E[0;37;40m\E[H\E[J:me=\E[0;10m:\
6297         :mr=\E[1;37;46m:r1=\Ec:se=\E[0;37;40m:so=\E[1;37;46m:\
6298         :ue=\E[0;37;40m:us=\E[0;36;40m:tc=ansi-emx:
6299 mono-emx|stupid monochrome ansi terminal with only one kind of emphasis:\
6300         :am:\
6301         :co#80:it#8:li#24:\
6302         :K2=\E[G:ce=\E[K:cl=50\E[H\E[2J:cm=\E[%i%d;%dH:do=\E[B:\
6303         :ho=\E[H:k0=\200D:k1=\200;:k2=\200<:k3=\200=:k4=\200>:\
6304         :k5=\200?:k6=\200@:k7=\200A:k8=\200B:k9=\200C:kH=\200O:\
6305         :kI=\200R:kN=\200Q:kP=\200I:kb=^H:kd=\200P:kh=\200G:\
6306         :kl=\200K:kr=\200M:ku=\200H:le=\E[D:me=\E[0m:mr=\E[7m:\
6307         :nd=\E[C:nw=\r\n:ta=^I:up=\E[A:
6309 #### Cygwin
6311 # Use this for cygwin32 (tested with beta 19.1)
6312 # underline is colored bright magenta
6313 # shifted kf1-kf12 are kf11-kf22
6314 cygwinB19|ansi emulation for cygwin32:\
6315         :@7=\E[4~:F1=\E[23~:F2=\E[24~:F3=\E[25~:F4=\E[26~:\
6316         :F5=\E[28~:F6=\E[29~:F7=\E[31~:F8=\E[32~:F9=\E[33~:\
6317         :FA=\E[34~:RA@:SA@:k1=\E[[A:k2=\E[[B:k3=\E[[C:k4=\E[[D:\
6318         :k5=\E[[E:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:\
6319         :k;=\E[21~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:kd=\E[B:\
6320         :kh=\E[1~:kl=\E[D:kr=\E[C:ku=\E[A:tc=ansi.sys:
6322 # Use this for cygwin (tested with version 1.1.0).
6323 # I've combined pcansi and linux.  Some values of course were different and
6324 # I've indicated which of these were and which I used.
6325 # Cheers, earnie_boyd@yahoo.com
6326 # several changes based on running with tack and comparing with older entry -TD
6327 # more changes from csw:
6328 #   add    cbt   [backtab]
6329 #   remove eo    [erase overstrike with blank]
6330 #   change clear was \E[H\E[J  now \E[2J  (faster?)
6331 #   remove cols
6332 #   remove lines
6333 #   remove ncv#3 [colors collide with highlights, bitmask] not applicable
6334 #                to MSDOS box?
6335 #   add    cub   [cursor back param]
6336 #   add    cuf   [cursor forward param]
6337 #   add    cuu   [cursor up param]
6338 #   add    cud   [cursor down param]
6339 #   add    hs    [has status line]
6340 #   add    fsl   [return from status line]
6341 #   add    tsl   [go to status line]
6342 #   add    smacs [Start alt charset] (not sure if this works)
6343 #   add    rmacs [End alt charset]   (ditto)
6344 #   add    smcup [enter_ca_mode] (save console; thanks Corinna)
6345 #   add    rmcup [exit_ca_mode]  (restore console; thanks Corinna)
6346 #   add    kb2   [center of keypad]
6347 #   add    u8    [user string 8] \E[?6c
6348 #   add    el    [clear to end of line] \E[K
6349 # Notes:
6350 #   cnorm [make cursor normal] not implemented
6351 #   flash [flash] not implemented
6352 #   blink [blink] not implemented very usefully in cygwin? \E[5m
6353 #   dim   [dim] not implemented very usefully in cygwin? \E[2m
6354 #   cub1  [cursor back 1] typically \E[D, but ^H is faster?
6355 #   kNXT  [shifted next key] not implemented
6356 #   kPRV  [shifted prev key] not implemented
6357 #   khome [home key] really is \E[1~ NOT \E[H
6358 #   tbc   [clear tab stops] not implemented
6359 #   xenl  [newline ignored after 80 cols] messes up last line? Ehud Karni
6360 #   smpch [Start PC charset] is \E[11m, same as smacs
6361 #   rmpch [End PC charset] is \E[10m, same as rmacs
6362 #   mir   [move in insert mode] fails in tack?
6363 #   bce   [back color erase] causes problems with change background color?
6364 #   cvvis [make cursor very visible] causes a stackdump when testing with
6365 #         testcurs using the output option? \E[?25h\E[?8c
6366 #   civis [make cursor invisible] causes everything to stackdump? \E[?25l\E[?1c
6367 #   ech   [erase characters param] broken \E[%p1%dX
6368 #   kcbt  [back-tab key] not implemented in cygwin?  \E[Z
6370 # 2005/11/12 -TD
6371 #       Remove cbt since it does not work in current cygwin
6372 #       Add 'mir' and 'in' flags based on tack
6373 # (sgr removed to fit entry within 1023 bytes)
6374 # (rmacs/smacs removed for consistency)
6375 # (acsc removed to fit entry within 1023 bytes)
6376 cygwin|ansi emulation for Cygwin:\
6377         :am:hs:mi:ms:xo:\
6378         :Co#8:it#8:pa#64:\
6379         :&7=^Z:@7=\E[4~:AB=\E[4%dm:AF=\E[3%dm:AL=\E[%dL:DC=\E[%dP:\
6380         :DL=\E[%dM:DO=\E[%dB:F1=\E[23~:F2=\E[24~:F3=\E[25~:\
6381         :F4=\E[26~:F5=\E[28~:F6=\E[29~:F7=\E[31~:F8=\E[32~:\
6382         :F9=\E[33~:FA=\E[34~:IC=\E[%d@:K2=\E[G:LE=\E[%dD:\
6383         :RI=\E[%dC:S2=\E[11m:S3=\E[10m:UP=\E[%dA:al=\E[L:bl=^G:\
6384         :cb=\E[1K:cd=\E[J:ce=\E[K:ch=\E[%i%dG:cl=\E[H\E[J:\
6385         :cm=\E[%i%d;%dH:cr=\r:cv=\E[%i%dd:dc=\E[P:dl=\E[M:do=\E[B:\
6386         :ei=\E[4l:fs=^G:ho=\E[H:ic=\E[@:im=\E[4h:k1=\E[[A:k2=\E[[B:\
6387         :k3=\E[[C:k4=\E[[D:k5=\E[[E:k6=\E[17~:k7=\E[18~:k8=\E[19~:\
6388         :k9=\E[20~:k;=\E[21~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:\
6389         :kb=^H:kd=\E[B:kh=\E[1~:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
6390         :md=\E[1m:me=\E[0m:mk=\E[8m:mr=\E[7m:nd=\E[C:nw=\r\n:\
6391         :op=\E[39;49m:r1=\Ec\E]R:rc=\E8:sc=\E7:se=\E[27m:sf=\n:\
6392         :so=\E[7m:sr=\EM:ta=^I:te=\E[2J\E[?47l\E8:ti=\E7\E[?47h:\
6393         :ts=\E];:ue=\E[24m:up=\E[A:us=\E[4m:tc=vt102+enq:
6395 # I've supplied this so that you can help test new values and add other
6396 # features.  Cheers, earnie_boyd@yahoo.com.
6398 # Some features are from pcansi.  The op value is from linux.  Function-keys
6399 # are from linux.  These have been tested not to cause problems.  xenl was in
6400 # this list, but DOES cause problems so it has been removed
6401 # (sgr removed to fit entry within 1023 bytes)
6402 # (rmacs/smacs removed for consistency)
6403 # (acsc removed to fit entry within 1023 bytes)
6404 cygwinDBG|Debug Version for Cygwin:\
6405         :am:eo:mi:ms:xo:\
6406         :Co#8:NC#3:co#80:it#8:li#24:pa#64:\
6407         :%c=\E[6$:%e=\E[5$:&7=^Z:@7=\E[4~:AB=\E[4%dm:AF=\E[3%dm:\
6408         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\E[23~:\
6409         :F2=\E[24~:F3=\E[25~:F4=\E[26~:F5=\E[28~:F6=\E[29~:\
6410         :F7=\E[31~:F8=\E[32~:F9=\E[33~:FA=\E[34~:IC=\E[%d@:\
6411         :K2=\E[G:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:al=\E[L:bl=^G:\
6412         :bt=\E[Z:cb=\E[1K:cd=\E[J:ce=\E[K:ch=\E[%i%dG:cl=\E[H\E[J:\
6413         :cm=\E[%i%d;%dH:cr=\r:ct=\E[3g:cv=\E[%i%dd:dc=\E[P:\
6414         :dl=\E[M:do=\E[B:ei=\E[4l:ho=\E[H:ic=\E[@:im=\E[4h:\
6415         :k1=\E[[A:k2=\E[[B:k3=\E[[C:k4=\E[[D:k5=\E[[E:k6=\E[17~:\
6416         :k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:kB=\E[Z:kD=\E[3~:\
6417         :kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:kh=\E[1~:kl=\E[D:\
6418         :kr=\E[C:ku=\E[A:le=\E[D:mb=\E[5m:md=\E[1m:me=\E[0m:\
6419         :mh=\E[2m:mk=\E[8m:mr=\E[7m:nd=\E[C:nw=\r\n:op=\E[39;49m:\
6420         :r1=\Ec\E]R:rc=\E8:sc=\E7:se=\E[m:sf=\n:so=\E[7m:sr=\EM:\
6421         :st=\EH:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:vb=200\E[?5h\E[?5l:\
6422         :ve=\E[?25h:tc=vt102+enq:
6424 #### DJGPP
6426 # Key definitions:
6427 # The encodings for unshifted arrow keys, F1-F12, Home, Insert, etc.  match the
6428 # encodings used by other x86 environments.  All others are invented for DJGPP.
6429 # Oddly enough, while several combinations of modifiers are tabulated, there is
6430 # none for shifted cursor keys.
6432 #       F1                      \E[[A
6433 #       F2                      \E[[B
6434 #       F3                      \E[[C
6435 #       F4                      \E[[D
6436 #       F5                      \E[[E
6437 #       F6                      \E[17~
6438 #       F7                      \E[18~
6439 #       F8                      \E[19~
6440 #       F9                      \E[20~
6441 #       F10                     \E[21~
6442 #       F11                     \E[23~
6443 #       F12                     \E[24~
6445 #       Delete                  \E[3~
6446 #       Down Arrow              \E[B
6447 #       End                     \E[4~
6448 #       Home                    \E[1~
6449 #       Insert                  \E[2~
6450 #       Left Arrow              \E[D
6451 #       Page Down               \E[6~
6452 #       Page Up                 \E[5~
6453 #       Right Arrow             \E[C
6454 #       Up Arrow                \E[A
6456 #       Shift-F1                \E[25~
6457 #       Shift-F2                \E[26~
6458 #       Shift-F3                \E[27~
6459 #       Shift-F4                \E[28~
6460 #       Shift-F5                \E[29~
6461 #       Shift-F6                \E[30~
6462 #       Shift-F7                \E[31~
6463 #       Shift-F8                \E[32~
6464 #       Shift-F9                \E[33~
6465 #       Shift-F10               \E[34~
6466 #       Shift-F11               \E[35~
6467 #       Shift-F12               \E[36~
6469 #       Ctrl-F1                 \E[47~
6470 #       Ctrl-F2                 \E[48~
6471 #       Ctrl-F3                 \E[49~
6472 #       Ctrl-F4                 \E[50~
6473 #       Ctrl-F5                 \E[51~
6474 #       Ctrl-F6                 \E[52~
6475 #       Ctrl-F7                 \E[53~
6476 #       Ctrl-F8                 \E[54~
6477 #       Ctrl-F9                 \E[55~
6478 #       Ctrl-F10                \E[56~
6479 #       Ctrl-F11                \E[57~
6480 #       Ctrl-F12                \E[58~
6482 #       Ctrl-Delete             \E[43~
6483 #       Ctrl-Down Arrow         \E[38~
6484 #       Ctrl-End                \E[44~
6485 #       Ctrl-Home               \E[41~
6486 #       Ctrl-Insert             \E[42~
6487 #       Ctrl-Left Arrow         \E[39~
6488 #       Ctrl-Page Down          \E[46~
6489 #       Ctrl-Page Up            \E[45~
6490 #       Ctrl-Right Arrow        \E[40~
6491 #       Ctrl-Up Arrow           \E[37~
6493 #       Alt-F1                  \E[59~
6494 #       Alt-F2                  \E[60~
6495 #       Alt-F3                  \E[61~
6496 #       Alt-F4                  \E[62~
6497 #       Alt-F5                  \E[63~
6498 #       Alt-F6                  \E[64~
6499 #       Alt-F7                  \E[65~
6500 #       Alt-F8                  \E[66~
6501 #       Alt-F9                  \E[67~
6502 #       Alt-F10                 \E[68~
6503 #       Alt-F11                 \E[79~
6504 #       Alt-F12                 \E[80~
6506 #       Alt-Delete              \E[65~
6507 #       Alt-Down Arrow          \E[60~
6508 #       Alt-End                 \E[66~
6509 #       Alt-Home                \E[41~
6510 #       Alt-Insert              \E[64~
6511 #       Alt-Left Arrow          \E[61~
6512 #       Alt-Page Down           \E[68~
6513 #       Alt-Page Up             \E[67~
6514 #       Alt-Right Arrow         \E[62~
6515 #       Alt-Up Arrow            \E[59~
6517 # Also:
6518 #       Alt-A                   \E[82~
6519 #       Alt-B                   \E[82~
6520 #       Alt-C                   \E[83~
6521 #       Alt-D                   \E[84~
6522 #       Alt-E                   \E[85~
6523 #       Alt-F                   \E[86~
6524 #       Alt-G                   \E[87~
6525 #       Alt-H                   \E[88~
6526 #       Alt-I                   \E[89~
6527 #       Alt-J                   \E[90~
6528 #       Alt-K                   \E[91~
6529 #       Alt-L                   \E[92~
6530 #       Alt-M                   \E[93~
6531 #       Alt-N                   \E[94~
6532 #       Alt-O                   \E[95~
6533 #       Alt-P                   \E[96~
6534 #       Alt-Q                   \E[97~
6535 #       Alt-R                   \E[98~
6536 #       Alt-S                   \E[99~
6537 #       Alt-T                   \E[100~
6538 #       Alt-U                   \E[101~
6539 #       Alt-V                   \E[102~
6540 #       Alt-W                   \E[103~
6541 #       Alt-X                   \E[104~
6542 #       Alt-Y                   \E[105~
6543 #       Alt-Z                   \E[106~
6544 djgpp|ansi emulation for DJGPP alpha:\
6545         :am:ms:ut:xo:xs:xt:\
6546         :Co#8:it#8:pa#64:\
6547         :@7=\E[4~:AB=\E[4%dm:AF=\E[3%dm:AL=\E[%dL:DC=\E[%dP:\
6548         :DL=\E[%dM:DO=\E[%dB:F1=\E[23~:F2=\E[24~:IC=\E[%d@:\
6549         :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:\
6550         :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:\
6551         :al=\E[L:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[J:ce=\E[K:\
6552         :ch=\E[%i%dG:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=\r:\
6553         :cv=\E[%i%dd:dc=\E[P:dl=\E[M:do=\E[B:ec=\E[%dX:ei=:ho=\E[H:\
6554         :ic=\E[@:im=:k1=\E[[A:k2=\E[[B:k3=\E[[C:k4=\E[[D:k5=\E[[E:\
6555         :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:\
6556         :kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:\
6557         :kh=\E[1~:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:\
6558         :me=\E[m:mk=\E[8m:mr=\E[7m:nd=\E[C:nw=\r\n:op=\E[37;40m:\
6559         :se=\E[m:sf=\E[S:so=\E[7m:sr=\E[T:ta=^I:up=\E[A:us=\E[4m:\
6560         :ve=\E[v:vi=\E[1v:vs=\E[2v:
6562 djgpp203|Entry for DJGPP 2.03:\
6563         :am:bs:\
6564         :co#80:it#8:li#25:\
6565         :bl=^G:cr=\r:do=\n:kb=^H:kd=\n:kl=^H:le=^H:nw=\r\n:sf=\n:\
6566         :ta=^I:
6568 djgpp204|Entry for DJGPP 2.04:\
6569         :am:bs:AX:\
6570         :Co#8:NC#3:co#80:it#8:li#25:pa#64:\
6571         :AB=\E[4%dm:AF=\E[3%dm:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:\
6572         :DO=\E[%dB:IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:\
6573         :SR=\E[%dT:UP=\E[%dA:al=\E[L:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:\
6574         :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=\r:dc=\E[P:dl=\E[M:\
6575         :do=\E[B:ec=\E[%dX:ei=:ho=\E[H:ic=\E[@:im=:k0=\E[21~:\
6576         :k1=\E[[A:k2=\E[[B:k3=\E[[C:k4=\E[[D:k5=\E[[E:k6=\E[17~:\
6577         :k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:kD=\E[3~:\
6578         :kH=\E[4~:kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:\
6579         :kh=\E[1~:kl=\E[D:kr=\E[C:ku=\E[A:le=\E[D:mb=\E[5m:\
6580         :md=\E[1m:me=\E[m:mk=\E[8m:mr=\E[7m:nd=\E[C:nw=\r\n:\
6581         :se=\E[m:sf=\E[S:so=\E[7m:sr=\E[T:ta=^I:up=\E[A:us=\E[4m:\
6582         :ve=\E[v:vi=\E[1v:vs=\E[2v:
6584 #### U/Win
6586 # This is tested using U/Win's telnet.  Scrolling is omitted because it is
6587 # buggy.  Another odd bug appears when displaying "~" in alternate character
6588 # set (the emulator spits out error messages).  Compare with att6386 -TD
6589 uwin|U/Win 3.2 console:\
6590         :am:eo:in:ms:xn:xo:\
6591         :Co#8:NC#58:it#8:pa#64:\
6592         :@7=\E[Y:AB=\E[4%dm:AF=\E[3%dm:DC=\E[%dP:F1=\EOZ:F2=\EOA:\
6593         :IC=\E[%d@:S2=\E[11m:S3=\E[10m:\
6594         :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:\
6595         :ae=\E[10m:as=\E[11m:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\
6596         :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=\r:ct=\E[3g:dc=\E[P:do=\n:\
6597         :ec=\E[%dX:ei=\E[4l:ho=\E[H:ic=\E[@:im=\E[4h:k1=\EOP:\
6598         :k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOT:k6=\EOU:k7=\EOV:k8=\EOW:\
6599         :k9=\EOX:k;=\EOY:kD=\177:kI=\E[@:kb=^H:kd=\E[B:kh=\E[H:\
6600         :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:\
6601         :me=\E[0;10m:mh=\E[2m:mr=\E[7m:nd=\E[C:nw=\r\n:\
6602         :op=\E[39;49m:r1=\Ec\E]R:rc=\E8:sc=\E7:se=\E[27m:so=\E[7m:\
6603         :st=\EH:ta=^I:u6=\E[%i%d;%dR:u7=\E[6n:ue=\E[m:up=\E[A:\
6604         :us=\E[4m:ve=\E[?25h:vi=\E[?25l:
6606 #### Microsoft (miscellaneous)
6608 # This entry fits the Windows NT console when the _POSIX_TERM environment
6609 # variable is set to 'on'.  While the Windows NT POSIX console is seldom used,
6610 # the Telnet client supplied with both the Windows for WorkGroup 3.11 TCP/IP
6611 # stack and the Win32 (i.e., Windows 95 and Windows NT 3.1 or later) operating
6612 # systems is not, and (surprise!) they match very well.
6614 # See:  MS Knowledge Base item Q108581, dated 13-MAY-1997, titled "Setting Up
6615 # VI POSIX Editor for Windows NT 3.1".  True to Microsoft form, not only
6616 # are the installation instructions a pile of mind-numbing bureaucratese,
6617 # but the termcap entry is actually broken and unusable as given; the :do:
6618 # capability is misspelled "d".
6620 # To use this, you need to a bunch of environment variables:
6622 # SET _POSIX_TERM=on
6623 # SET TERM=ansi
6624 # SET TERMCAP=location of termcap file in POSIX file format
6625 # which is case-sensitive.
6626 # e.g. SET TERMCAP=//D/RESKIT35/posix/termcap
6627 # SET TMP=//C/TEMP
6629 # Important note: setting the TMP environment variable in POSIX style renders
6630 # it incompatible with a lot of other applications, including Visual C++. So
6631 # you should have a separate command window just for vi. All the other
6632 # variables may be permanently set in the Control Panel\System applet.
6634 # You can find out more about the restrictions of this facility at
6635 # <http://www.nentug.org/unix-to-nt/ntposix.htm>.
6637 # From: Federico Bianchi <bianchi@magna.cisid.unipi.it>, 15 Jan 1997
6638 ansi-nt|psx_ansi|Microsoft Windows NT console POSIX ANSI mode:\
6639         :am:bw:ms:\
6640         :co#80:it#8:li#25:\
6641         :bl=^G:cd=\E[J:ce=\E[K:cl=\E[2J:cm=\E[%i%d;%dH:cr=\r:do=\n:\
6642         :ho=\E[H:kb=^H:kd=\E[V:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
6643         :me=\E[0m:mr=\E[7m:nd=\E[C:nw=\r\E[S:rc=\E[u:sc=\E[s:\
6644         :se=\E[m:sf=\E[S:so=\E[7m:sr=\E[T:ta=^I:up=\E[A:
6645 # From: jew@venus.sunquest.com
6646 # Date: 19 Feb 93 23:41:07 GMT
6647 # Here's  a  combination of  ansi and  vt100 termcap
6648 # entries   that  works  nearly   perfectly  for  me
6649 # (Gateway 2000 Handbook and Microsoft Works 3.0):
6650 pcmw|PC running Microsoft Works:\
6651         :am:xn:\
6652         :co#80:it#8:li#24:vt#3:\
6653         :bl=^G:cd=50\E[J:ce=3\E[K:cl=50\E[;H\E[2J:\
6654         :cm=5\E[%i%d;%dH:cr=\r:ct=2\E[3g:do=\n:ho=\E[H:\
6655         :is=\E[1;24r\E[24;1H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
6656         :kb=^H:kd=\EOB:kl=\EOD:kr=\EOC:ku=\EOA:le=^H:mb=2\E[5m:\
6657         :md=2\E[1m:me=2\E[m:mr=2\E[7m:nd=2\E[C:nw=5\r\ED:rc=\E8:\
6658         :rf=/usr/share/tabset/vt100:\
6659         :rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:sc=\E7:se=2\E[m:\
6660         :sf=5\ED:so=2\E[7m:sr=5\EM:st=2\EH:ta=^I:ue=2\E[m:up=2\E[A:\
6661         :us=2\E[4m:
6663 # From: Federico Bianchi
6664 # This is the entry for the OpenNT terminal.
6665 # The ntconsole name is for backward compatibility.
6666 # This is for OpenNT 2.0 and later.
6667 # Later OpenNT was renamed to Interix.
6669 # Presently it is distributed by Microsoft as Services For Unix (SFU).
6670 # The 3.5 beta contained ncurses 4.2 (that is header files and executables,
6671 # the documentation dated from 1.9.9e) -TD
6673 # For a US keyboard, with 12 function-kecbt=\E[Z, ys,
6674 #       kf1-kf12 are unmodifiedcbt=\E[Z, cbt=\E[Z, 
6675 #       kf13-kf24 use the shift-key
6676 #       kf25-kf36 use the left alt-key
6677 #       kf37-kf38 use the control-key
6678 #       kf49-kf60 use the shift- and control-keys
6679 # The shifted cursor keys send the sequences originally used for kf61-kf64:
6680 #       down=\EF+       (kf61)
6681 #       up=\EF-         (kf62) 
6682 #       left=\EF^       (unassigned)
6683 #       right=\EF$      (kf64) 
6685 # (rmacs/smacs removed for consistency)
6686 # (acsc removed to fit entry within 1023 bytes)
6687 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
6688 interix|opennt|opennt-25|ntconsole|ntconsole-25|OpenNT-term compatible with color:\
6689         :am:ms:\
6690         :co#80:it#8:li#25:\
6691         :AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:\
6692         :SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:al=\E[L:bl=^G:cd=\E[J:\
6693         :ce=\E[K:cl=\E[2J:cm=\E[%i%d;%dH:cr=\r:dl=\E[M:do=\n:\
6694         :ho=\E[H:k0=\EFA:k1=\EF1:k2=\EF2:k3=\EF3:k4=\EF4:k5=\EF5:\
6695         :k6=\EF6:k7=\EF7:k8=\EF8:k9=\EF9:kD=\177:kH=\E[U:kI=\E[L:\
6696         :kN=\E[T:kP=\E[S:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:\
6697         :ku=\E[A:le=\E[D:ll=\E[U:md=\E[1m:me=\E[0m:mr=\E[7m:\
6698         :nd=\E[C:nw=\r\n:rc=\E[u:sc=\E[s:se=\E[m:sf=\E[S:so=\E[7m:\
6699         :sr=\E[T:ta=^I:te=\E[2b\E[u\r\E[K:ti=\E[s\E[1b:ue=\E[m:\
6700         :up=\E[A:us=\E[4m:tc=ansi+rep:tc=klone+color:
6702 opennt-35|ntconsole-35|OpenNT-term35 compatible with color:\
6703         :li#35:tc=opennt:
6705 opennt-50|ntconsole-50|OpenNT-term50 compatible with color:\
6706         :li#50:tc=opennt:
6708 opennt-60|ntconsole-60|OpenNT-term60 compatible with color:\
6709         :li#60:tc=opennt:
6711 opennt-100|ntconsole-100|OpenNT-term100 compatible with color:\
6712         :li#100:tc=opennt:
6714 # OpenNT wide terminals
6715 opennt-w|opennt-25-w|ntconsole-w|ntconsole-25-w|OpenNT-term-w compat with color:\
6716         :co#125:tc=opennt:
6718 opennt-35-w|ntconsole-35-w|OpenNT-term35-w compatible with color:\
6719         :li#35:tc=opennt-w:
6721 opennt-50-w|ntconsole-50-w|OpenNT-term50-w compatible with color:\
6722         :li#50:tc=opennt-w:
6724 opennt-60-w|ntconsole-60-w|OpenNT-term60-w compatible with color:\
6725         :li#60:tc=opennt-w:
6727 opennt-w-vt|opennt-25-w-vt|ntconsole-w-vt|ntconsole-25-w-vt|OpenNT-term-w-vt compat with color:\
6728         :co#132:tc=opennt:
6730 # OpenNT terminals with no smcup/rmcup (names match termcap entries)
6731 interix-nti|opennt-nti|opennt-25-nti|ntconsole-25-nti|OpenNT-nti compatible with color:\
6732         :te@:ti@:tc=opennt:
6734 opennt-35-nti|ntconsole-35-nti|OpenNT-term35-nti compatible with color:\
6735         :li#35:tc=opennt-nti:
6737 opennt-50-nti|ntconsole-50-nti|OpenNT-term50-nti compatible with color:\
6738         :li#50:tc=opennt-nti:
6740 opennt-60-nti|ntconsole-60-nti|OpenNT-term60-nti compatible with color:\
6741         :li#60:tc=opennt-nti:
6743 opennt-100-nti|ntconsole-100-nti|OpenNT-term100-nti compatible with color:\
6744         :li#100:tc=opennt-nti:
6746 ######## COMMON TERMINAL TYPES
6748 # This section describes terminal classes and maker brands that are still
6749 # quite common, but have proprietary command sets not blessed by ANSI.
6752 #### Altos
6754 # Altos made a moderately successful line of UNIX boxes.  In 1990 they were
6755 # bought out by Acer, a major Taiwanese manufacturer of PC-clones.
6756 # Acer has a web site at http://www.acer.com.
6758 # Altos descriptions from Ted Mittelstaedt <tedm@agora.rain.com> 4 Sep 1993
6759 # His comments suggest they were shipped with the system.
6762 # (altos2: had extension capabilities
6763 #       :c0=^A`\r:c1=^Aa\r:c2=^Ab\r:c3=^Ac\r:\
6764 #       :c4=^Ad\r:c5=^Ae\r:c6=^Af\r:c7=^Ag\r:\
6765 #       :c8=^Ah\r:c9=^Ai\r:cA=^Aj\r:cB=^Ak\r:\
6766 #       :cC=^Al\r:cD=^Am\r:cE=^An\r:cF=^Ao\r:
6767 #       :XU=^Aq\r:XD=^Ar\r:XR=^As\r:XL=^At\r:\
6768 #       :YU=^AQ\r:YD=^AR\r:YR=^AS\r:YL=^AT\r:\
6769 #       :HL=^AP\r:SP=\E[i:\
6770 #       :IS=\E[@:DE=\E[P:IL=\E[L:NS=\E[S:PS=\E[T:\
6771 #       :LO=\E[0q:LC=\E[5q:LL=\E[6q:\
6772 # Comparison with the k* capabilities makes it obvious that the c* things are
6773 # shift keys.  I have renamed them to keys 32 and up accordingly.  Also,
6774 # :sr: was given as a boolean-- esr)
6775 altos2|alt2|altos-2|altos II:\
6776         :co#80:it#8:li#24:sg#0:ug#0:\
6777         :*5=^Am\r:*8=^An\r:FM=^A`\r:FN=^Aa\r:FO=^Ab\r:FP=^Ac\r:\
6778         :FQ=^Ad\r:FR=^Ae\r:FS=^Af\r:FT=^Ag\r:FU=^Ah\r:FV=^Ai\r:\
6779         :FW=^Aj\r:FX=^Ak\r:RA=\E[?7l:SA=\E[?7h:al=\E[L:cd=\E[J:\
6780         :ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=\r:dc=\E[P:\
6781         :dl=\E[M:do=\E[1B:ei=:ho=\E[H:ic=\E[@:\
6782         :if=/usr/share/tabset/vt100:im=:\
6783         :is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:k0=^AI\r:\
6784         :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
6785         :k7=^AF\r:k8=^AG\r:k9=^AH\r:kA=^AJ\r:kB=^AK\r:kC=^AL\r:\
6786         :kD=^AM\r:kE=^AN\r:kF=^AO\r:kb=^H:kd=\E[B:kh=\E[f:kl=\E[D:\
6787         :kr=\E[C:ku=\E[A:le=^H:me=\E[m:nd=\E[1C:nw=\r\n:se=\E[m:\
6788         :sf=\n:so=\E[7m:ta=^I:ue=\E[m:up=\E[1A:us=\E[4m:
6789 # (altos3: had extension capabilities
6790 #       :c0=^A`\r:c1=^Aa\r:c2=^Ab\r:c3=^Ac\r:\
6791 #       :c4=^Ad\r:c5=^Ae\r:c6=^Af\r:c7=^Ag\r:\
6792 #       :c8=^Ah\r:c9=^Ai\r:cA=^Aj\r:cB=^Ak\r:\
6793 #       :cC=^Al\r:cD=^Am\r:cE=^An\r:cF=^Ao\r:
6794 #       :XU=^Aq\r:XD=^Ar\r:XR=^As\r:XL=^At\r:\
6795 #       :HL=^AP\r:SP=\E[i:\
6796 #       :IS=\E[@:DE=\E[P:IL=\E[L:NS=\E[S:PS=\E[T:
6797 altos3|altos5|alt3|alt5|altos-3|altos-5|altos III or V:\
6798         :mb=\E[5p:me=\E[p:sr=\EM:tc=altos2:
6799 altos4|alt4|altos-4|altos IV:\
6800         :tc=wy50:
6801 # (altos7: had extension capabilities:
6802 #       :GG#0:GI=\EH8:GF=\EH7:\
6803 #       :c0=^A`\r:c1=^Aa\r:c2=^Ab\r:c3=^Ac\r:\
6804 #       :c4=^Ad\r:c5=^Ae\r:c6=^Af\r:c7=^Ag\r:\
6805 #       :c8=^Ah\r:c9=^Ai\r:cA=^Aj\r:cB=^Ak\r:\
6806 #       :cC=^Al\r:cD=^Am\r:cE=^An\r:cF=^Ao\r:
6807 # Comparison with the k* capabilities makes it obvious that the c* things are
6808 # shift keys.  I have renamed them to keys 32 and up accordingly.  I have
6809 # also made this entry relative to adm12 in order to give it an :sa:. The
6810 # <invis> imported by use=adm+sgr may work, let me know. -- esr)
6811 altos7|alt7|altos VII:\
6812         :am:mi:\
6813         :co#80:li#24:sg#0:\
6814         :*5=^Am\r:*8=^An\r:FM=^A`\r:FN=^Aa\r:FO=^Ab\r:FP=^Ac\r:\
6815         :FQ=^Ad\r:FR=^Ae\r:FS=^Af\r:FT=^Ag\r:FU=^Ah\r:FV=^Ai\r:\
6816         :FW=^Aj\r:FX=^Ak\r:ac=j5k3l2m1n8q\072t4u9v=w0x6:al=\EE:\
6817         :cd=\EY:ce=\ET:cl=\E+^^:cm=\E=%+ %+ :cr=\r:dc=\EW:dl=\ER:\
6818         :do=\n:ei=\Er:ho=^^:im=\Eq:\
6819         :is=\E`\072\Ee(\EO\Ee6\Ec41\E~4\Ec21\Eu\E~2:k0=^AI\r:\
6820         :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
6821         :k7=^AF\r:k8=^AG\r:k9=^AH\r:kA=^AJ\r:kB=^AK\r:kC=^AL\r:\
6822         :kD=^AM\r:kE=^AN\r:kF=^AO\r:kN=\EK:kP=\EJ:kb=^H:kd=\n:kh=^^:\
6823         :kl=^H:kr=^L:ku=^K:le=^H:mb=\EG2:md=\EGt:mh=\EGp:mk=\EG1:\
6824         :nd=^L:nw=\r\n:pf=\EJ:po=\Ed#:sf=\n:sr=\Ej:ta=^I:up=^K:\
6825         :tc=adm+sgr:
6826 altos7pc|alt7pc|altos PC VII:\
6827         :@7=\ET:tc=altos7:
6829 #### Hewlett-Packard (hp)
6831 #       Hewlett-Packard
6832 #       8000 Foothills Blvd
6833 #       Roseville, CA 95747
6834 #       Vox: 1-(916)-785-4363   (Technical response line for VDTs)
6835 #            1-(800)-633-3600   (General customer support)
6838 # As of March 1998, HP no longer has any terminals in production.
6839 # The 700 series (22, 32, 41, 44, 92, 94, 96, 98) is still being
6840 # supported (they still have parts). So are the 2392a and 2394a.
6841 # See the WORKSTATION CONSOLES section for the 700s.
6844 # Generic HP terminal - this should (hopefully) work on any HP terminal.
6845 hpgeneric|hp|hewlett-packard generic terminal:\
6846         :am:bs:da:db:mi:pt:xs:\
6847         :co#80:li#24:lm#0:vt#6:\
6848         :al=\EL:bl=^G:cd=\EJ:ce=\EK:ch=\E&a%dC:cl=\EH\EJ:\
6849         :cm=6\E&a%r%dc%dY:cr=\r:ct=\E3:cv=\E&a%dY:dc=\EP:dl=\EM:\
6850         :do=\n:ei=\ER:im=\EQ:kB=\Ei:kb=^H:le=^H:me=\E&d@:nd=\EC:\
6851         :se=\E&d@:sf=\n:so=\E&dJ:st=\E1:ta=^I:ue=\E&d@:up=\EA:\
6852         :us=\E&dD:
6854 hp110|hewlett-packard model 110 portable:\
6855         :li#16:tc=hpgeneric:
6857 hp+pfk+cr|hp function keys with CR:\
6858         :k1=\Ep\r:k2=\Eq\r:k3=\Er\r:k4=\Es\r:k5=\Et\r:k6=\Eu\r:\
6859         :k7=\Ev\r:k8=\Ew\r:
6861 hp+pfk-cr|hp function keys w/o CR:\
6862         :k1=\Ep:k2=\Eq:k3=\Er:k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:
6864 # The hp2621s use the same keys for the arrows and function keys,
6865 # but not separate escape sequences. These definitions allow the
6866 # user to use those keys as arrow keys rather than as function
6867 # keys.
6868 hp+pfk+arrows|hp alternate arrow definitions:\
6869         :k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:kF=\Er\r:kH=\Eq\r:kR=\Es\r:\
6870         :kd=\Ew\r:kh=\Ep\r:kl=\Eu\r:kr=\Ev\r:ku=\Et\r:
6872 hp+arrows|hp arrow definitions:\
6873         :kF=\ES:kH=\EF:kR=\ET:kd=\EB:kh=\Eh:kl=\ED:kr=\EC:ku=\EA:
6875 # Generic stuff from the HP 262x series
6877 hp262x|HP 262x terminals:\
6878         :xs:\
6879         :cd=\EJ:dc=2\EP:ip=2:kA=\EL:kD=\EP:kE=\EK:kF=\ES:kI=\EQ:\
6880         :kL=\EM:kM=\ER:kN=\EU:kP=\EV:kR=\ET:kS=\EJ:kd=\EB:ke=\E&s0A:\
6881         :kh=\Eh:kl=\ED:kr=\EC:ks=\E&s1A:ku=\EA:mb=\E&dA:me=\E&d@:\
6882         :mk=\E&dS:mr=\E&dB:se=\E&d@:sf=\ES:so=\E&dB:ta=2^I:\
6883         :ue=\E&d@:us=\E&dD:
6885 # Note: no :ho: on HPs since that homes to top of memory, not screen.
6886 # Due to severe 2621 braindamage, the only way to get the arrow keys to
6887 # transmit anything at all is to turn on the function key labels
6888 # with :ks:, and even then the user has to hold down shift!
6889 # The default 2621 turns off the labels except when it has to to
6890 # enable the function keys. If your installation prefers labels
6891 # on all the time, or off all the time (at the "expense" of the
6892 # function keys), use 2621-nl or 2621-wl.
6894 # Note: there are newer ROMs for 2621's that allow you to set
6895 # strap A so the regular arrow keys xmit \EA, etc, as with the
6896 # 2645. However, even with this strap set, the terminal stops
6897 # xmitting if you reset it, until you unset and reset the strap!
6898 # Since there is no way to set/unset the strap with an escape
6899 # sequence, we don't use it in the default.
6900 # If you like, you can use 2621-ba (brain-damaged arrow keys).
6901 hp2621-ba|2621 w/new rom and strap A set:\
6902         :ke@:ks@:tc=hp+arrows:tc=hp2621:
6904 # hp2621 with function labels. Most of the time they are off,
6905 # but inside vi, the function key labels appear. You have to
6906 # hold down shift to get them to xmit.
6907 hp2621|hp2621a|hp2621A|2621|2621a|2621A|hp2621-wl|2621-wl|hp 2621 w/labels:\
6908         :is=\E&jA\r:ke=\E&jA:tc=hp2621-fl:
6909 hp2621-fl|hp 2621:\
6910         :xo:xs@:\
6911         :pb#19200:\
6912         :bt=\Ei:cm=\E&a%r%dc%dY:dc=2\EP:ip=2:is=\E&j@\r:ke=\E&j@:\
6913         :ks=\E&jB:me=\E&d@:se=\E&d@:so=\E&dD:ta=2^I:ue=\E&d@:\
6914         :us=\E&dD:tc=hp+pfk+cr:tc=hpgeneric:
6916 # To use hp2621p printer, setenv TERM=2621p, PRINTER=2612p
6917 hp2621p|hp 2621 with printer:\
6918         :pf=\E&p13C:po=\E&p11C:tc=hp2621:
6920 hp2621p-a|hp2621p with fn as arrows:\
6921         :tc=hp+pfk+arrows:tc=hp2621p:
6923 # hp2621 with k45 keyboard
6924 hp2621-k45|hp2621k45|k45|hp 2621 with 45 keyboard:\
6925         :kb=^H:kd=\EB:ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:ks=\E&s1A:\
6926         :ku=\EA:tc=hp2621:
6928 # 2621 using all 48 lines of memory, only 24 visible at any time.
6929 hp2621-48|48 line 2621:\
6930         :li#48:\
6931         :cm=\E&a%r%dc%dR:cv=\E&a%dR:ho=\EH:tc=hp2621:
6933 # 2621 with no labels ever. Also prevents vi delays on escape.
6934 hp2621-nl|hp 2621 with no labels:\
6935         :kd@:ke@:kh@:kl@:kr@:ks@:ku@:tc=hp2621-fl:
6937 # Needed for UCB ARPAVAX console, since lsi-11 expands tabs
6938 # (wrong).
6940 hp2621-nt|hp 2621 w/no tabs:\
6941         :ta@:tc=hp2621:
6943 # Hp 2624 B with 4 or 10 pages of memory.
6945 # Some assumptions are made with this entry. These settings are
6946 # NOT set up by the initialization strings.
6948 # Port Configuration
6949 #       RecvPace=Xon/Xoff
6950 #       XmitPace=Xon/Xoff
6951 #       StripNulDel=Yes
6953 # Terminal Configuration
6954 #       InhHndShk=Yes
6955 #       InhDC2=Yes
6956 #       XmitFnctn(A)=No
6957 #       InhEolWrp=No
6959 # Note: the 2624 DOES have a true :ho:, believe it or not!
6961 # The 2624 has an "error line" to which messages can be sent.
6962 # This is CLOSE to what is expected for a "status line". However,
6963 # after a message is sent to the "error line", the next carriage
6964 # return is EATEN and the "error line" is turned back off again!
6965 # So I guess we can't define :hs:, :es:, :ws:, :ds:, :fs:, :ts:.
6967 # This entry supports emacs (and any other program that uses raw
6968 # mode) at 4800 baud and less. I couldn't get the padding right
6969 # for 9600.
6971 # (hp2624: replaced NUL sequences in flash with mandatory pauses -- esr)
6972 hp2624|hp2624a|hp2624b|hp2624b-4p|Hewlett Packard 2624 B:\
6973         :da:db:\
6974         :lm#96:\
6975         :vb=\E&w13F\E&w12F\E&w13F\E&w12F:tc=hp+labels:tc=scrhp:
6977 # This hp2626 entry does not use any of the fancy windowing stuff
6978 # of the 2626.
6980 # Indeed, terminfo does not yet handle such stuff. Since changing
6981 # any window clears memory, it is probably not possible to use
6982 # this for screen opt.
6984 # ed is incredibly slow most of the time - I am guessing at the
6985 # exact padding. Since the terminal uses xoff/xon this is intended
6986 # only for cost computation, so that the terminal will prefer el
6987 # or even dl1 which is probably faster!
6989 # \ED\EJ\EC hack for ed from Ed Bradford - apparently ed is only
6990 # extra slow on the last line of the window.
6992 # The padding probably should be changed.
6994 hp2626|hp2626a|hp2626p|hp 2626:\
6995         :da:db:\
6996         :lm#0:pb#19200:\
6997         :SF=\E&r%dD:SR=\E&r%dU:cd=\ED\EJ\EC:ip=4:is=\E&j@\r:\
6998         :tc=hp+pfk-cr:tc=hp+labels:tc=scrhp:
7000 # This entry is for sysline. It allocates a 23 line window with
7001 # a 115 line workspace for regular use, and a 1 line window for
7002 # the status line.
7004 # This assumes port 2 is being used.
7005 # Turn off horizontal line, Create ws #1 with 115 lines,
7006 # Create ws #2 with 1 line, Create window #1 lines 1-23,
7007 # Create window #2 lines 24-24, Attach cursor to workspace #1.
7008 # Note that this clears the tabs so it must be done by tset before
7009 # it sets the tabs.
7011 hp2626-s|hp 2626 using only 23 lines:\
7012         :es:hs:\
7013         :li#23:\
7014         :fs=\E&d@\E&w7f2p1I\E&w4f1I:\
7015         :i1=\E&q3t0{0H \E&w0f115n1I \E&w0f1n2I \E&w2f1i0d0u22l0S \E&w2f2i0d23u23l0S \E&w7f2p1I \r:\
7016         :ts=\E&w7f2p2I\E&w4f2I\r\EK\E&a%dC:tc=hp2626:
7017 # Force terminal back to 24 lines after being 23.
7018 hp2626-ns|hp 2626 using all 24 lines:\
7019         :i1=\E&q3t0{0H \E&w0f118n1I \E&w0f1n2I \E&w2f1i0d0u23l0S \E&w3f2I \E&w7f2p1I \r:\
7020         :tc=hp2626:
7021 # Various entries useful for small windows on 2626.
7022 hp2626-12|hewlett-packard 2626 12 lines:\
7023         :li#12:tc=hp2626:
7024 hp2626-12x40|hewlett-packard 2626 12 lines 40 columns:\
7025         :co#40:li#12:tc=hp2626:
7026 hp2626-x40|hewlett-packard 2626 40 columns:\
7027         :co#40:tc=hp2626:
7028 hp2626-12-s|hewlett-packard 2626 11 lines plus status:\
7029         :li#11:tc=hp2626-s:
7032 # hp2627 color tubes from University of Wisconsin
7034 hp2627a-rev|hp 2627 with reverse video colors:\
7035         :cr=\r:do=\n:\
7036         :is=\E&v0m1a0b0c1x1y1z1i0a0b1c1x1y1z0i0S\E&j@\r\E3\r:\
7037         :kb=^H:kd=\n:kl=^H:nw=\r\n:sf=\n:ta=^I:ue=\E&v0S\E&d@:\
7038         :us=\E&dD\E&v1S:tc=hp2621-nl:
7039 hp2627a|hp 2627 color terminal with no labels:\
7040         :cr=\r:do=\n:\
7041         :is=\E&v0m1a1b0c1i0a1b1c2i1a0b0c0i0S\E&j@\r\E3\r:\
7042         :kb=^H:kd=\n:kl=^H:nw=\r\n:se=\E&v0S:sf=\n:so=\E&v2S:ta=^I:\
7043         :ue=\E&v0S\E&d@:us=\E&dD\E&v1S:tc=hp2621-nl:
7044 hp2627c|hp 2627 color (cyan) terminal with no labels:\
7045         :cr=\r:do=\n:\
7046         :is=\E&v0m1a0b0c2i1a1b0c1i0a1b1c0i0S\E&j@\r\E3\r:\
7047         :kb=^H:kd=\n:kl=^H:nw=\r\n:sf=\n:ta=^I:tc=hp2627a:
7049 # hp2640a doesn't have the Y cursor addressing feature, and C is
7050 # memory relative instead of screen relative, as we need.
7052 hp2640a|hp 2640a:\
7053         :cm@:ke@:ks@:tc=hp2645:
7055 hp2640b|hp2644a|hp 264x series:\
7056         :ke@:ks@:tc=hp2645:
7058 # (hp2641a: removed unknown :gu: -- esr)
7059 hp2641a|hp2645a|hp2647a|HP 264?A series BRL entry:\
7060         :am:da:db:mi:xs:\
7061         :co#80:li#24:\
7062         :al=\EL:bl=^G:cd=\EJ:ce=\EK:ch=\E&a%2C:cl=\EH\EJ:\
7063         :cm=\E&a%r%2c%2Y:cr=\r:cv=\E&a%2Y:dc=\EP:dl=\EM:do=\n:\
7064         :ei=\ER:if=/usr/share/tabset/std:im=\EQ:is=500\EE:kb=^H:\
7065         :kd=\n:kl=^H:le=^H:nd=\EC:nw=\r\n:se=\E&d@:sf=\n:so=\E&dB:\
7066         :ta=^I:up=\EA:
7068 # This terminal should be used at 4800 baud or less. It needs padding for
7069 # plain characters at 9600, I guessed at an appropriate cr delay.  It really
7070 # wants ^E/^F handshaking, but that doesn't work well even if you write
7071 # software to support it.
7072 hp2645|hp45|HP 2645 series:\
7073         :pb#9600:\
7074         :cr=20\r:kA=\EL:kD=\EP:kE=\EK:kF=\ES:kI=\EQ:kL=\EM:kM=\ER:\
7075         :kN=\EU:kP=\EV:kR=\ET:kS=\EJ:kT=\E1:kd=\EB:ke=\E&s0A:kh=\Eh:\
7076         :kl=\ED:kr=\EC:ks=\E&s1A:kt=\E2:ku=\EA:mb=\E&dA:me=\E&d@:\
7077         :mh=\E&dH:mr=\E&dB:us=\E&dD:tc=hpgeneric:
7078 # You should use this terminal at 4800 baud or less.
7079 hp2648|hp2648a|HP 2648a graphics terminal:\
7080         :cl=50\EH\EJ:cm=20\E&a%r%dc%dY:dc=7\EP:ip=5:tc=hp2645:
7082 # The HP 150 terminal is a fairly vanilla HP terminal, with the
7083 # clreol standout problem. It also has graphics capabilities and
7084 # a touch screen, which we don't describe here.
7085 hp150|hewlett packard Model 150:\
7086         :bs:tc=hp2622:
7088 # HP 2382a terminals, "the little ones." They don't have any
7089 # alternate character set support and sending out ^N/^O will
7090 # leave the screen blank.
7091 hp2382a|hp2382|hewlett packard 2382a:\
7092         :da:db:\
7093         :lh#1:lm#48:\
7094         :ac@:ae@:as@:me=\E&d@:tc=hp+labels:tc=scrhp:
7096 hp2621-a|hp2621a-a|hp2621 with fn as arrows:\
7097         :tc=hp+pfk+arrows:tc=hp2621-fl:
7099 # newer hewlett packard terminals
7101 newhpkeyboard|generic entry for HP extended keyboard:\
7102         :kA=\EL:kB=\Ei:kC=\EJ:kD=\EP:kE=\EK:kF=\ET:kH=\EF:kI=\EQ:\
7103         :kL=\EM:kM=\ER:kN=\EU:kP=\EV:kR=\ES:kS=\EJ:kb=^H:kd=\EB:\
7104         :ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:ks=\E&s1A:ku=\EA:\
7105         :tc=hp+pfk-cr:
7107 newhp|generic entry for new hewlett packard terminals:\
7108         :am:bw:mi:xo:xs:\
7109         :co#80:li#24:pb#4800:\
7110         :ac=2[3@4>5I9(\072'JSKWLQMAO#P$Q;R!S"T1U2V4W3X\072Y+Z*dHjGkTlRmFn/q,t5u6v8w7x.:\
7111         :ae=^O:al=\EL:as=^N:bl=^G:bt=\Ei:cd=\EJ:ce=\EK:cr=\r:ct=\E3:\
7112         :dc=2\EP:dl=\EM:do=\n:ei=\ER:i1=8\E&jB:im=\EQ:ip=2:le=^H:\
7113         :mb=\E&dA:md=\E&dF:me=\E&d@:mh=\E&dH:mk=\E&dS:mr=\E&dB:\
7114         :nd=\EC:nw=\r\n:r1=\Eg:se=\E&d@:sf=\n:so=\E&dJ:sr=\ET:\
7115         :st=\E1:ta=2^I:ue=\E&d@:up=\EA:us=\E&dD:tc=newhpkeyboard:
7117 memhp|memory relative addressing for new HP ttys:\
7118         :vt#6:\
7119         :CM=\E&a%dr%dC:DO=\E&a+%dR:LE=\E&a-%dC:RI=\E&a+%dC:\
7120         :UP=\E&a-%dR:ch=\E&a%dC:cl=40\EH\EJ:cm=\E&a%dr%dC:\
7121         :cv=\E&a%dR:ho=\EH:ll=\E&a23R\r:tc=newhp:
7123 scrhp|screen relative addressing for new HP ttys:\
7124         :CM=\E&a%dr%dC:DO=\E&a+%dR:LE=\E&a-%dC:RI=\E&a+%dC:\
7125         :UP=\E&a-%dR:ch=\E&a%dC:cl=40\E&a0c0Y\EJ:\
7126         :cm=10\E&a%dy%dC:cv=\E&a%dY:ho=\E&a0y0C:ll=\E&a0y0C\EA:\
7127         :tc=newhp:
7129 # (hp+labels: added label values from a BRL termcap -- esr)
7130 hp+labels|"standard" label info for new HP ttys:\
7131         :Nl#8:lh#2:lw#8:\
7132         :LF=\E&j@:LO=\E&jB:l0=f1:l1=f2:l2=f3:l3=f4:l4=f5:l5=f6:l6=f7:\
7133         :l7=f8:
7135 hp+printer|"standard" printer info for HP ttys:\
7136         :ff=\E&p4u0C:pf=\E&p13C:po=\E&p11C:ps=\EH\E&p4dF:
7139 # The new hp2621b is kind of a cross between the old 2621 and the
7140 # new 262x series of machines. It has dip-switched options.
7141 # The firmware has a bug in it such that if you give it a null
7142 # length label, the following character is eaten!
7143 hp2621b|hp 2621b with old style keyboard:\
7144         :Nl#8:lh#1:lm#48:lw#8:\
7145         :LO=\E&jB:kF=\ET:kH=\EF:kR=\ES:kd=\EB:kh=\Eh:kl=\ED:kr=\EC:\
7146         :ku=\EA:tc=hp2621:
7148 hp2621b-p|hp 2621b with printer:\
7149         :tc=hp+printer:tc=hp2621b:
7151 # hp2621b - new 2621b with new extended keyboard
7152 # these are closer to the new 26xx series than the other 2621b
7153 hp2621b-kx|hp 2621b with extended keyboard:\
7154         :tc=newhpkeyboard:tc=hp2621b:
7156 hp2621b-kx-p|hp 2621b with new keyboard & printer:\
7157         :tc=hp+printer:tc=hp2621b-kx:
7159 # Some assumptions are made in the following entries.
7160 # These settings are NOT set up by the initialization strings.
7162 #    Port Configuration
7163 # RecvPace=Xon/Xoff     XmitPace=Xon/Xoff       StripNulDel=Yes
7165 #    Terminal Configuration
7166 # InhHndShk(G)=Yes      InhDC2(H)=Yes
7167 # XmitFnctn(A)=No               InhEolWrp=No
7170 # Hp 2622a & hp2623a display and graphics terminals
7172 hp2622|hp2622a|hp 2622:\
7173         :da:db:\
7174         :lm#0:pb#19200:\
7175         :is=\E&dj@\r:tc=hp+pfk-cr:tc=hp+labels:tc=scrhp:
7177 # The 2623 is a 2622 with extra graphics hardware.
7178 hp2623|hp2623a|hp 2623:\
7179         :tc=hp2622:
7181 hp2624b-p|hp2624b-4p-p|hewlett packard 2624 B with printer:\
7182         :tc=hp+printer:tc=hp2624:
7184 # The hewlett packard B can have an optional extra 6 pages of memory.
7185 hp2624-10p|hp2624a-10p|hp2624b-10p|hewlett packard 2624 B w/ 10 pages of memory:\
7186         :lm#240:tc=hp2624:
7188 hp2624b-10p-p|hewlett packard 2624 B w/ extra memory & printer:\
7189         :lm#240:tc=hp2624b-p:
7191 # Color manipulations for HP terminals
7192 hp+color|hp with colors:\
7193         :cc:\
7194         :Co#16:NC#17:pa#7:\
7195         :oc=\E&v0m1a1b1c0I\E&v1a1I\E&v1b2I\E&v1a1b3I\E&v1c4I\E&v1a1c5I\E&v1b1c6I\E&v1x1y7I:\
7196         :op=\E&v0S:sp=\E&v%dS:
7198 # :is: sets the screen to be 80 columns wide
7199 hp2397a|hp2397|hewlett packard 2397A color terminal:\
7200         :is=\E&w6f80X:tc=memhp:tc=hp+labels:tc=hp+color:
7202 #  HP 700/44 Setup parameters:
7203 # Terminal Mode         HP-PCterm
7204 # Inhibit Auto Wrap     NO
7205 # Status Line           Host Writable
7206 # PC Character Set      YES
7207 # Twenty-Five Line Mode YES
7208 # XON/XOFF              @128 or 64 (sc)
7209 # Keycode Mode          NO   or YES (sc)
7210 # Backspace Key         BS or BS/DEL
7212 # :is:          sets pcterm; autowrap; 25 lines; pc char set; prog DEL key;
7213 # \E\\? does not turn off keycode mode
7214 # <smsc>        sets alternate start/stop; keycode on
7215 hpansi|hp700|hewlett packard 700/44 in HP-PCterm mode:\
7216         :am:eo:xn:xo:\
7217         :co#80:li#25:\
7218         :@7=\E[4~:RA=\E[?7l:S4=250\E[>11h\EPO**x0/65;1/67\E\\:\
7219         :S5=\E[>11l\EP1**x0/11;1/13\E[m\E\\:SA=\E[?7h:XF=g:XN=e:\
7220         :ac=j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x\263:\
7221         :al=\E[L:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[2J\E[H:\
7222         :cm=\E[%i%d;%dH:cr=\r:dc=\E[P:dl=\E[M:do=\E[B:ei=:ho=\E[H:\
7223         :ic=\E[@:im=:\
7224         :is=\E[44"p\E[?7h\E[>10h\E[>12h\EP1;1|3/7F\E\\:\
7225         :k1=\E[17~:k2=\E[18~:k3=\E[19~:k4=\E[20~:k5=\E[21~:\
7226         :k6=\E[23~:k7=\E[24~:k8=\E[25~:k9=\E[26~:k;=\E[28~:\
7227         :kB=\E[Z:kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:kh=\E[1~:kl=\E[D:\
7228         :kr=\E[C:ku=\E[A:le=\E[D:me=\E[m:nd=\E[C:se=\E[m:sf=\n:\
7229         :so=\E[7m:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:ve=\E[?25h:\
7230         :vi=\E[?25l:
7232 # (hp2392: copied :ei: here from hpex -- esr)
7233 hp2392|239x series:\
7234         :co#80:\
7235         :bt=\Ei:cm=\E&a%dy%dC:cv=\E&a%dY:ei=\ER:im=\EQ:k1=\Ep\r:\
7236         :k2=\Eq\r:k3=\Er\r:k4=\Es\r:k5=\Et\r:k6=\Eu\r:k7=\Ev\r:\
7237         :k8=\Ew\r:kF=\EU:kN=\Eu:kP=\Ev:kR=\EV:kh=\Eh:ue=\E&d@:\
7238         :us=\E&dD:tc=hpsub:
7240 hpsub|hp terminals -- capability subset:\
7241         :am:da:db:mi:xo:xs:\
7242         :li#24:\
7243         :al=\EL:bl=^G:cd=\EJ:ce=\EK:ch=\E&a%dC:cl=\EH\EJ:cr=\r:\
7244         :dc=\EP:dl=\EM:do=\EB:if=/usr/share/tabset/stdcrt:\
7245         :is=\E&s1A\E<\E&k0\\:kb=^H:kd=\EB:ke=\E&s0A:kh=\Eh:kl=\ED:\
7246         :kr=\EC:ks=\E&s1A:ku=\EA:le=^H:me=\E&d@:nd=\EC:se=\E&d@:\
7247         :sf=\n:so=\E&dB:ta=^I:up=\EA:
7249 # hpex:
7250 #       May be used for most 24 x 80 hp terminals,
7251 # but has no padding added, so may allow runover in some terminals at high
7252 # baud rates.  Will not work for hp2640a or hp2640b terminals, hp98x6 and
7253 # hp98x5 terminal emulators or hp98x6 consoles.
7254 #       Adds xy-cursor addressing, vertical cursor addressing, home,
7255 # last line, and underline capabilities.
7257 # (hpex: removed memory-lock capabilities ":ml=\El:mu=\Em:",
7258 # moved :ei: here from hpsub -- esr)
7259 hpex|hp extended capabilities:\
7260         :cm=\E&a%dy%dC:cr=\r:cv=\E&a%dY:do=\n:ei=\ER:im=\EQ:kb=^H:\
7261         :kd=\n:kl=^H:nw=\r\n:sf=\n:ta=^I:ue=\E&d@:us=\E&dD:tc=hpsub:
7263 # From: Ville Sulko <Ville.Sulko@bip.atk.tpo.fi>, 05 Aug 1996
7264 hp2|hpex2|hewlett-packard extended capabilities newer version:\
7265         :am:da:db:mi:xs:\
7266         :Nl#8:co#80:lh#2:li#24:lm#0:lw#8:sg#0:ug#0:\
7267         :LF=\E&j@:LO=\E&jB:al=\EL:bl=^G:cd=\EJ:ce=\EK:ch=\E&a%dC:\
7268         :cl=\E&a0y0C\EJ:cm=\E&a%dy%dC:cr=\r:ct=\E3:cv=\E&a%dY:\
7269         :dc=\EP:dl=\EM:do=\EB:ei=\ER:im=\EQ:k1=\Ep:k2=\Eq:k3=\Er:\
7270         :k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:kA=\EL:kC=\EJ:kD=\EP:\
7271         :kE=\EK:kF=\ES:kH=\EF:kI=\EQ:kL=\EM:kM=\ER:kN=\EU:kP=\EV:\
7272         :kR=\ET:kS=\EJ:kT=\E1:ka=\E3:kb=^H:kd=\EB:ke=\E&s0A:kh=\Eh:\
7273         :kl=\ED:kr=\EC:ks=\E&s1A:kt=\E2:ku=\EA:le=^H:me=\E&d@\017:\
7274         :ml=\El:mu=\Em:nd=\EC:se=\E&d@:sf=\n:so=\E&dB:st=\E1:ta=^I:\
7275         :ue=\E&d@:up=\EA:us=\E&dD:
7277 # HP 236 console
7278 # From: <ddavis@ic.berkeley.edu>
7279 hp236|hp236 internal terminal emulator:\
7280         :am:bs:\
7281         :co#80:li#24:\
7282         :al=\EG:ce=\EK:cl=\EF:cm=\EE%+ %+ :dc=\EJ:dl=\EH:ei=:ic=\EI:\
7283         :im=:le=^H:me=\ECI:se=\ECI:so=\EBI:up=^K:ve=\EDE:vs=\EDB:
7285 # This works on a hp300 console running Utah 4.3 BSD
7286 # From: Craig Leres <leres@okeeffe.berkeley.edu>
7287 hp300h|HP Catseye console:\
7288         :am:bs:da:db:mi:xs:\
7289         :co#128:li#51:lm#0:sg#0:ug#0:\
7290         :al=\EL:bl=^G:bt=\Ei:cd=\EJ:ce=\EK:ch=\E&a%dC:\
7291         :cl=\E&a0y0C\EJ:cm=\E&a%dy%dC:cr=\r:ct=\E3:cv=\E&a%dY:\
7292         :dc=\EP:dl=\EM:do=\EB:ei=\ER:if=/usr/share/tabset/stdcrt:\
7293         :im=\EQ:kb=^H:kd=\EB:ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:\
7294         :ks=\E&s1A:ku=\EA:le=^H:me=\E&d@:nd=\EC:se=\E&d@:sf=\n:\
7295         :so=\E&dB:ta=^I:ue=\E&d@:up=\EA:us=\E&dD:
7296 # From: Greg Couch <gregc@ernie.berkeley.edu>
7297 hp9837|hp98720|hp98721|HP 9000/300 workstations:\
7298         :am:bs:da:db:mi:xs:\
7299         :co#128:it#8:li#46:lm#0:\
7300         :al=\EL:bl=^G:bt=\Ei:cd=\EJ:ce=\EK:ch=\E&a%dC:\
7301         :cl=\E&a0y0C\EJ:cm=\E&a%dy%dC:ct=\E3:cv=\E&a%dY:dc=\EP:\
7302         :dl=\EM:do=\EB:ei=\ER:im=\EQ:is=\E&v0m1b0i&j@:kA=\EL:\
7303         :kD=\EP:kE=\EK:kI=\EQ:kL=\EM:kN=\EU:kP=\EV:kS=\EJ:kb=^H:\
7304         :kd=\EB:ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:ks=\E&s1A:ku=\EA:\
7305         :le=^H:me=\E&d@:nd=\EC:se=\E&v0S:sf=\n:so=\E&v5S:st=\E1:\
7306         :ta=^I:ue=\E&d@:up=\EA:us=\E&dD:
7307 # HP 9845 desktop computer from BRL
7308 # (hp9845: removed unknown capability :gu: -- esr)
7309 hp9845|HP 9845:\
7310         :am:bs:da:db:eo:mi:xs:\
7311         :co#80:li#21:\
7312         :al=\EL:bc=\ED:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\E&a%r%2c%2Y:\
7313         :dc=\EP:dl=\EM:do=\EB:ei=\ER:if=/usr/share/tabset/std:\
7314         :im=\EQ:le=\ED:nd=\EC:se=\E&d@:so=\E&dB:up=\EA:
7315 # From: Charles A. Finnell of MITRE <finnell@mitre.org>, developed 07SEP90
7316 # (hp98550: replaced /usr/share/tabset/9837 with std because :it#8:,:st=\E1:;
7317 # added empty <acsc> to avoid warnings re :as:/:ae: --esr)
7318 hp98550|hp98550a|HP 9000 Series 300 color console:\
7319         :am:bs:da:db:mi:xs:\
7320         :co#128:it#8:li#49:lm#0:\
7321         :ac=:ae=^O:al=\EL:as=^N:bl=^G:bt=\Ei:cd=\EJ:ce=\EK:\
7322         :ch=\E&a%dC:cl=\EH\EJ:cm=\E&a%dy%dC:cr=\r:ct=\E3:\
7323         :cv=\E&a%dY:dc=\EP:dl=\EM:do=\n:ei=\ER:\
7324         :if=/usr/share/tabset/std:im=\EQ:k1=\Ep:k2=\Eq:k3=\Er:\
7325         :k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:kA=\EL:kC=\EJ:kD=\EP:\
7326         :kE=\EK:kF=\ES:kH=\EF:kI=\EQ:kL=\EM:kM=\ER:kN=\EU:kP=\EV:\
7327         :kR=\ET:kS=\EJ:kT=\E1:ka=\E3:kb=^H:kd=\EB:ke=\E&s0A:kh=\Eh:\
7328         :kl=\ED:kr=\EC:ks=\E&s1A:kt=\E2:ku=\EA:le=^H:mb=\E&dA:\
7329         :md=\E&dJ:me=\E&d@:mh=\E&dH:mk=\E&ds:mr=\E&dJ:nd=\EC:\
7330         :se=\E&d@:sf=\n:so=\E&dJ:st=\E1:ta=^I:ue=\E&d@:up=\EA:\
7331         :us=\E&dD:ve=\E*dQ:vi=\E*dR:
7332 # From: Victor Duchovni <vic@fine.princeton.edu>
7333 # (hp700-wy: removed obsolete ":nl=^J:";
7334 # replaced /usr/share/tabset/hp700-wy with std because :it#8:,:st=\E1: -- esr)
7335 hp700-wy|HP700/41 emulating wyse30:\
7336         :am:bs:bw:mi:ms:\
7337         :co#80:it#8:li#24:sg#1:ug#1:\
7338         :al=0.7*\EE:bt=\EI:cd=\EY:ce=10\ET:cl=^Z:cm=\E=%+ %+ :\
7339         :cr=\r:ct=\E0:cv=\E[%+ :dc=\EW:dl=\ER:do=^V:ei=\Er:ho=^^:\
7340         :i1=\E~"\EC\Er\E(\EG0\003\E`9\E`1:\
7341         :if=/usr/share/tabset/stdcrt:im=\Eq:kB=\EI:kC=^Z:kE=\ET:\
7342         :kI=\Eq:kM=\Er:kS=\EY:kT=\EI:kb=\177:kd=^V:kh=^^:kl=^H:kr=^L:\
7343         :ku=^K:le=^H:ll=^^^K:me=10\EG0:nd=^L:se=10\EG0:so=10\EG4:\
7344         :sr=\Ej:st=\E1:ta=^I:ue=10\EG0:up=^K:us=10\EG8:
7345 hp70092|hp70092a|hp70092A|HP 700/92:\
7346         :am:da:db:xs:\
7347         :Nl#8:co#80:lh#2:li#24:lm#0:lw#8:\
7348         :LF=\E&j@:LO=\E&jB:ac=0cjgktlrmfn/q,t5u6v8w7x.:ae=^O:\
7349         :al=\EL:as=^N:bl=^G:bt=\Ei:ce=\EK:ch=\E&a%dC:\
7350         :cl=\E&a0y0C\EJ:cm=\E&a%dy%dC:cr=\r:ct=\E3:cv=\E&a%dY:\
7351         :dc=\EP:dl=\EM:do=\EB:ei=\ER:im=\EQ:k1=\Ep:k2=\Eq:k3=\Er:\
7352         :k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:kA=\EL:kC=\EJ:kD=\EP:\
7353         :kE=\EK:kF=\ES:kH=\EF:kI=\EQ:kL=\EM:kM=\ER:kN=\EU:kP=\EV:\
7354         :kR=\ET:kS=\EJ:kT=\E1:ka=\E3:kb=^H:kd=\EB:ke=\E&s0A:kh=\Eh:\
7355         :kl=\ED:kr=\EC:ks=\E&s1A:kt=\E2:ku=\EA:le=^H:mb=\E&dA:\
7356         :md=\E&dB:me=\E&d@:mh=\E&dH:mr=\E&dB:nd=\EC:se=\E&d@:\
7357         :so=\E&dJ:sr=\ET:st=\E1:ta=^I:ue=\E&d@:up=\EA:us=\E&dD:
7359 bobcat|sbobcat|HP 9000 model 300 console:\
7360         :am:da:db:mi:xs:\
7361         :co#128:it#8:li#47:sg#0:ug#0:\
7362         :al=10*\EL:bt=\Ei:cd=\EJ:ce=\EK:ch=6\E&a%dC:cl=\EH\EJ:\
7363         :cm=6\E&a%dy%dC:cr=\r:cv=6\E&a%dY:dc=\EP:dl=10*\EM:do=\EB:\
7364         :ei=\ER:im=\EQ:kb=^H:kd=\EB:ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:\
7365         :ks=\E&s1A:ku=\EA:le=^H:me=\E&d@:nd=\EC:nw=\r\n:se=\E&d@:\
7366         :sf=\n:so=\E&dB:ta=^I:ue=\E&d@:up=\EA:us=\E&dD:
7367 gator-t|HP 9000 model 237 emulating extra-tall AAA:\
7368         :li#94:tc=gator:
7369 gator|HP 9000 model 237 emulating AAA:\
7370         :bw:km:mi:ul:\
7371         :co#128:it#8:li#47:\
7372         :AL=1*\E[%dL:DC=4\E[%dP:DL=1*\E[%dM:IC=4\E[%d@:al=\E[L:\
7373         :bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:ch=\E[%i%d`:cl=\E[H\E[J:\
7374         :cm=\E[%i%d;%dH:cr=\r:dc=\E[P:dl=\E[M:do=\n:ei=:ho=\E[H:\
7375         :ic=\E[@:im=:kb=^H:kd=\n:kl=^H:le=^H:me=\E[m:mr=\E[7m:\
7376         :nd=\E[C:nw=\r\n:rp=1*%.\E[%db:se=\E[m:so=\E[7m:ta=^I:\
7377         :ue=\E[m:up=\EM:us=\E[4m:
7378 gator-52|HP 9000 model 237 emulating VT52:\
7379         :co#128:li#47:tc=vt52:
7380 gator-52t|HP 9000 model 237 emulating extra-tall VT52:\
7381         :li#94:tc=gator-52:
7383 #### Honeywell-Bull
7385 # From: Michael Haardt <michael@gandalf.moria> 11 Jan 93
7388 # Honeywell Bull terminal.  Its cursor and function keys send single
7389 # control characters and it has standout/underline glitch.  Most programs
7390 # do not like these features/bugs.  Visual bell is realized by flashing the
7391 # "keyboard locked" LED.
7392 dku7003-dumb|Honeywell Bull DKU 7003 dumb mode:\
7393         :co#80:li#25:\
7394         :cd=^_:ce=\E[K:cl=^]^_:cm=\E[%i%d;%dH:cr=\r:do=^K:ho=^]:\
7395         :kb=^H:kd=^K:kh=^]:kl=^Y:kr=^X:ku=^Z:le=^Y:nd=^X:nw=\r\n:\
7396         :sf=\n:ta=^I:up=^Z:vb=\E[2h\E[2l:
7397 dku7003|Honeywell Bull DKU 7003 all features described:\
7398         :ms:\
7399         :sg#1:ug#1:\
7400         :mb=\E[5m:md=\E[7m:me=\E[m:mh=\E[2m:mr=\E[7m:se=\E[m:\
7401         :so=\E[7m:ue=\E[m:us=\E[4m:tc=dku7003-dumb:
7403 #### Lear-Siegler (adm)
7405 # These guys are long since out of the terminals business, but
7406 # in 1995 many current terminals still have an adm type as one of their
7407 # emulations (usually their stupidest, and usually labeled adm3, though
7408 # these `adm3' emulations normally have adm3a+ capabilities).
7410 # WARNING: Some early ADM terminals (including the ADM3 and ADM5) had a
7411 # `diagnostic feature' that sending them a ^G while pin 22 (`Ring Indicator')
7412 # was being held to ground would trigger a send of the top line on the screen.
7413 # A quick fix might be to drop back to a cheesy 4-wire cable with pin 22
7414 # hanging in the air. (Thanks to Eric Fischer, <eric@fudge.uchicago.edu>,
7415 # for clearing up this point.)
7417 adm1a|adm1|lsi adm1a:\
7418         :am:\
7419         :co#80:li#24:\
7420         :bl=^G:cl=1\E;:cm=\E=%+ %+ :cr=\r:do=\n:ho=^^:le=^H:nd=^L:\
7421         :sf=\n:up=^K:
7422 adm2|lsi adm2:\
7423         :am:bs:\
7424         :co#80:li#24:\
7425         :al=\EE:bl=^G:cd=\EY:ce=\ET:cl=\E;:cm=\E=%+ %+ :cr=\r:\
7426         :dc=\EW:dl=\ER:do=\n:ei=:ho=^^:ic=\EQ:im=:kd=\n:kh=^^:kl=^H:\
7427         :kr=^L:ku=^K:le=^H:nd=^L:sf=\n:up=^K:
7428 # (adm3: removed obsolete ":ma=^K^P:" -- esr)
7429 adm3|lsi adm3:\
7430         :am:bs:\
7431         :co#80:li#24:\
7432         :bl=^G:cl=^Z:cr=\r:do=\n:le=^H:sf=\n:
7433 # The following ADM-3A switch settings are assumed for normal operation:
7434 #       SPACE           U/L_DISP        CLR_SCRN        24_LINE
7435 #       CUR_CTL         LC_EN           AUTO_NL         FDX
7436 # Other switches may be set for operator convenience or communication
7437 # requirements.  I recommend
7438 #       DISABLE_KB_LOCK LOCAL_OFF       103             202_OFF
7439 #       ETX_OFF         EOT_OFF
7440 # Most of these terminals required an option ROM to support lower case display.
7441 # Open the case and look at the motherboard; if you see an open 24-pin DIP
7442 # socket, you may be out of luck.
7444 # (adm3a: some capabilities merged in from BRl entry -- esr)
7445 adm3a|lsi adm3a:\
7446         :am:bs:\
7447         :co#80:li#24:\
7448         :bl=^G:cl=1^Z:cm=\E=%+ %+ :cr=\r:do=\n:ho=^^:kd=\n:kl=^H:\
7449         :kr=^L:ku=^K:le=^H:ma=^K^P:nd=^L:nl=\n:rs=^N:sf=\n:up=^K:
7450 adm3a+|adm3a plus:\
7451         :kb=^H:tc=adm3a:
7452 # (adm5: removed obsolete ":ma=^Hh^Jj^Kk^Ll^^H:" & duplicate ":do=^J:" -- esr)
7453 adm5|lsi adm5:\
7454         :sg#1:\
7455         :bl=^G:cd=\EY:ce=\ET:cr=\r:do=\n:kb=^H:kh=^^:se=\EG:so=\EG:\
7456         :tc=adm3a+:
7457 # A lot of terminals other than adm11s use these.  Wherever you see
7458 # use=adm+sgr with some of its capabilities disabled, try the
7459 # disabled ones.  They may well work but not have been documented or
7460 # expressed in the using entry.  We'd like to cook up an :sa: but the
7461 # :ae:/:as: sequences of the using entries vary too much.
7462 adm+sgr|adm style highlight capabilities:\
7463         :me=\EG0:mk=\EG1:mr=\EG4:se=\EG0:so=\EG4:ue=\EG0:us=\EG8:
7464 # LSI ADM-11 from George William Hartwig, Jr. <geo@BRL-TGR.ARPA> via BRL
7465 # Status line additions from Stephen J. Muir <stephen%comp.lancs.ac.uk@ucl-cs>
7466 # :kh: from <stephen%comp.lancs.ac.uk@ucl-cs.arpa>.  :cl: could also
7467 # be ^Z, according to his entry.
7468 # (adm11: :us:=\EG4 was obviously erroneous because it also said
7469 # :mr:=\EG4.  Looking at other ADMs confirms this -- esr)
7470 adm11|LSI ADM-11:\
7471         :am:bs:hs:\
7472         :co#80:kn#8:li#24:\
7473         :bl=^G:cd=\EY:ce=\ET:cl=\E*:cm=\E=%+ %+ :cr=\r:do=\n:ds=\Eh:\
7474         :fs=\E(\r:ho=^^:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:\
7475         :k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:kb=^H:kd=\n:kh=^^:\
7476         :kl=^H:kr=^L:ku=^K:le=^H:mb=\EG2:nd=^L:nl=\n:nw=\r\n:ta=^I:\
7477         :ts=\EF\E):up=^K:tc=adm+sgr:
7478 # From: Andrew Scott Beals <bandy@lll-crg.ARPA>
7479 # Corrected by Olaf Siebert <rhialto@polder.ubc.kun.nl>, 11 May 1995
7480 # Supervisor mode info by Ari Wuolle, <awuolle@delta.hut.fi>, 27 Aug 1996
7481 # (adm12: removed obsolete ":kn:ma=j^Jk^P^K^Pl ^R^L^L :".  This formerly had
7482 # :is:=\Eq but that looked wrong; this :is: is from Dave Yost <esquire!yost>
7483 # via BRL.  That entry asserted :sg#1:, but I've left that out because
7484 # neither earlier nor later ADMSs have it -- esr)
7486 # You will need to get into the supervisor setup before you can set
7487 # baudrate etc. for your ADM-12+. Press Shift-Ctrl-Setup and you should
7488 # see a lot more setup options.
7490 # While in supervisor setup you can also use following codes:
7492 # Ctrl-P Personality character selections (configure for example what
7493 #        arrow keys send, if I recall correctly)
7494 # Ctrl-T tabs 1-80   use left&right to move and up to set and
7495 # Ctrl-V tabs 81-158 down to clear tab. Shift-Ctrl-M sets right margin at cursor
7496 # Ctrl-B Binary setup (probably not needed. I think that everything can
7497 #        be set using normal setup)
7498 # Ctrl-A Answerback mode (enter answerback message)
7499 # Ctrl-U User friendly mode (normal setup)
7500 # Ctrl-D Defaults entire setup and function keys from EPROM tables
7501 # Ctrl-S Save both setup and functions keys. Takes from 6 to 10 seconds.
7502 # Ctrl-R Reads both setup and functions keys from NVM.
7503 # Shift-Ctrl-X Unlock keyboard and cancel received X-OFF status
7505 # ADM-12+ supports hardware handshaking, but it is DTR/CTS as opposed to
7506 # RTS/CTS used nowadays with virtually every modem and computer. 19200
7507 # bps works fine with hardware flow control.
7509 # The following null-modem cable should fix this and enable you to use
7510 # RTS/CTS handshaking (which Linux supports, use CRTSCTS setting). Also
7511 # set ADM-12+ for DTR handshaking from supervisor setup.
7513 # PC Serial   ADM-12+
7514 #  --------   -------
7515 #         2 - 3
7516 #         3 - 2
7517 #         4 - 5
7518 #         5 - 20
7519 #       6,8 - 4
7520 #         7 - 7
7521 #        20 - 6,8
7523 adm12|lsi adm12:\
7524         :am:bs:mi:pt:\
7525         :co#80:it#8:li#24:ug#1:\
7526         :al=\EE:bl=^G:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :cr=\r:ct=\E0:\
7527         :dc=\EW:dl=\ER:do=\n:ei=\Er:ho=^^:ic=\EQ:im=\Eq:\
7528         :is=\E0        \E1        \E1        \E1        \E1        \E1        \E1        \E1        \E1:\
7529         :k0=^A0\r:k1=^A1\r:k2=^A2\r:k3=^A3\r:k4=^A4\r:k5=^A5\r:\
7530         :k6=^A6\r:k7=^A7\r:k8=^A8\r:k9=^A9\r:kd=\n:kl=^H:kr=^L:\
7531         :ku=^K:le=^H:nd=^L:st=\E1:up=^K:tc=adm+sgr:
7532 # (adm20: removed obsolete ":kn#7:" -- esr)
7533 adm20|lear siegler adm20:\
7534         :am:bs:\
7535         :co#80:it#8:li#24:\
7536         :al=\EE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=^Z:\
7537         :cm=\E=%i%r%+^_%+^_:cr=\r:dc=\EW:dl=\ER:ei=:ho=^^:ic=\EQ:\
7538         :im=:k1=^A:k2=^B:k3=^W:k4=^D:k5=^E:k6=^X:k7=^Z:le=^H:me=\E(:\
7539         :nd=^L:se=\E(:so=\E):ta=^I:up=^K:
7540 adm21|lear siegler adm21:\
7541         :sg#1:\
7542         :al=30*\EE:bl=^G:cd=\EY:ce=\ET:cr=\r:dc=\EW:dl=30*\ER:do=\n:\
7543         :ei=:ic=\EQ:im=:kb=^H:kd=\n:kh=^^:kl=^H:kr=^L:ku=^K:mk@:sf=\n:\
7544         :tc=adm+sgr:tc=adm3a:
7545 # (adm22: ":em=:" was an obvious typo for ":ei=:"; also,
7546 # removed obsolete ":kn#7:ma=j^Jk^P^K^Pl ^R^L^L :";
7547 # removed bogus-looking \200 from before :cm:. -- esr)
7548 adm22|lsi adm22:\
7549         :am:bs:\
7550         :co#80:li#24:\
7551         :al=\EE:bl=^G:bt=\EI:cd=\Ey:ce=\Et:cl=\E+:cm=\E=%+ %+ :\
7552         :cr=\r:dc=\EW:dl=\ER:do=\n:ei=:ho=^^:ic=\EQ:im=:\
7553         :is=\E%\014\014\014\016\003\200\003\002\003\002\200\200\200\200\200\200\200\200\200\200\200:\
7554         :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
7555         :k7=^AF\r:kb=^H:kd=\n:kh=^^:kl=^H:kr=^L:ku=^K:l1=F1:l2=F2:\
7556         :l3=F3:l4=F4:l5=F5:l6=F6:l7=F7:le=^H:me=\E(:nd=^L:se=\E(:\
7557         :so=\E):ta=\Ei:up=^K:
7558 # ADM 31 DIP Switches
7560 # This information comes from two versions of the manual for the
7561 # Lear-Siegler ADM 31.
7563 # Main board:
7564 #                  rear of case
7565 #   +-||||-------------------------------------+
7566 #   + S1S2                              ||S    +
7567 #   +                                   ||3    +
7568 #   +                                          +
7569 #   +                                ||S       +
7570 #   +                                ||4       +
7571 #   +                                          +
7572 #   +                                          +
7573 #   +                                          +
7574 #   +                                          +
7575 #   +                                          +
7576 # +-+                                          +-+
7577 # +                                              +
7578 # +                               S5 S6 S7       +
7579 # +                               == == ==       +
7580 # +----------------------------------------------+
7581 #            front of case (keyboard)
7583 #  S1 - Data Rate - Modem
7584 #  S2 - Data Rate - Printer
7585 # ------------------------
7586 # Data Rate   Setting
7587 # -------------------
7588 # 50          0 0 0 0
7589 # 75          1 0 0 0
7590 # 110         0 1 0 0
7591 # 134.5       1 1 0 0
7592 # 150         0 0 1 0
7593 # 300         1 0 1 0
7594 # 600         0 1 1 0
7595 # 1200        1 1 1 0
7596 # 1800        0 0 0 1
7597 # 2000        1 0 0 1
7598 # 2400        0 1 0 1
7599 # 3600        1 1 0 1
7600 # 4800        0 0 1 1
7601 # 7200        1 0 1 1
7602 # 9600        0 1 1 1
7603 # x           1 1 1 1
7605 # S3 - Interface/Printer/Attributes
7606 # ---------------------------------
7607 # Printer Busy Control
7608 # sw1   sw2   sw3
7609 # ---------------
7610 # off   off   off   Busy not active, CD disabled
7611 # off   off   on    Busy not active, CD enabled
7612 # off   on    off   Busy active on J5-20, CD disabled
7613 # on    off   off   Busy active on J5-19, CD disabled - Factory Set.
7614 # on    off   on    Busy active on J5-19, CD enabled
7616 # sw4   Used in conjunction with S4 for comm interface control - Fact 0
7618 # sw5   Secondary Channel Control (Hardware implementation only) - Fact 0
7620 # sw6   ON enables printer BUSY active LOW - Factory Setting
7621 #       OFF enables printer BUSY active HIGH - If set to this, ADM31 senses
7623 # sw7   ON - steady cursor - Factory Setting
7624 #       OFF - blinking cursor
7626 # sw8   ON causes selected attribute character to be displayed
7627 #       OFF causes SPACE to be displayed instead - Factory Setting
7629 # S4 - Interface
7630 # --------------
7631 # Modem Interface
7632 # S3    S4    S4    S4    S4
7633 # sw4   sw1   sw2   sw3   sw4
7634 # ---------------------------
7635 # OFF   ON    OFF   ON    OFF   Enable RS-232C interface, Direct Connect and
7636 #                               Current Loop disabled - Factory Setting
7637 # ON    ON    OFF   ON    OFF   Enable Current Loop interface, Direct Connect
7638 #                               disabled
7639 # OFF   OFF   ON    OFF   ON    Enable Direct Connect interface, RS-232C and
7640 #                               Current Loop Disabled
7642 # sw5   ON disables dot stretching mode - Factory Setting
7643 #       OFF enables dot stretching mode
7644 # sw6   ON enables blanking function
7645 #       OFF enables underline function - Factory Setting
7646 # sw7   ON causes NULLS to be displayed as NULLS
7647 #       OFF causes NULLS to be displayed as SPACES - Factory Setting
7649 # S5 - Word Structure
7650 # -------------------
7651 # sw1   ON enables BREAK key - Factory Setting
7652 #       OFF disables BREAK key
7653 # sw2   ON selects 50Hz monitor refresh rate
7654 #       OFF selects 60Hz monitor refresh rate - Factory Setting
7656 # Modem Port Selection
7657 # sw3   sw4   sw5
7658 # ---------------
7659 # ON    ON    ON    Selects 7 DATA bits, even parity, 2 STOP bits
7660 # OFF   ON    ON    Selects 7 DATA bits, odd  parity, 2 STOP bits
7661 # ON    OFF   ON    Selects 7 DATA bits, even parity, 1 STOP bit - Factory Set.
7662 # OFF   OFF   ON    Selects 7 DATA bits, odd  parity, 1 STOP bit
7663 # ON    ON    OFF   Selects 8 DATA bits, no   parity, 2 STOP bits
7664 # OFF   ON    OFF   Selects 8 DATA bits, no   parity, 1 STOP bit
7665 # ON    OFF   OFF   Selects 8 DATA bits, even parity, 1 STOP bit
7666 # OFF   OFF   OFF   Selects 8 DATA bits, odd  parity, 1 STOP bit
7668 # sw6   ON  sends bit 8 a 1 (mark)
7669 #       OFF sends bit 8 as 0 (space) - Factory Setting
7670 # sw7   ON  selects Block Mode
7671 #       OFF selects Conversation Mode - Factory Setting
7672 # sw8   ON  selects Full Duplex operation
7673 #       OFF selects Half Duplex operation - Factory Setting
7675 # S6 - Printer
7676 # ------------
7677 # sw1, sw2, sw6, sw7   Reserved - Factory 0
7679 # Printer Port Selection
7680 # same as Modem above, bit 8 (when 8 DATA bits) is always = 0
7682 # sw8   ON   enables Printer Port
7683 #       OFF disables Printer Port - Factory Setting
7685 # S7 - Polling Address
7686 # --------------------
7687 # sw1-7 Establish ASCII character which designates terminal polling address
7688 #       ON  = logic 0
7689 #       OFF = logic 1 - Factory Setting
7690 # sw8   ON   enables Polling Option
7691 #       OFF disables Polling Option - Factory Setting
7694 # On some older adm31s, S4 does not exist, and S5-sw6 is not defined.
7696 # This adm31 entry uses underline as the standout mode.
7697 # If the adm31 gives you trouble with standout mode, check the DIP switch in
7698 # position 6, bank @c11, 25% from back end of the circuit board.  Should be
7699 # OFF.  If there is no such switch, you have an old adm31 and must use oadm31.
7700 # (adm31: removed obsolete ":ma=j^Jk^P^K^Pl ^R^L^L :" -- esr)
7701 adm31|lsi adm31 with sw6 set for underline mode:\
7702         :am:bs:mi:\
7703         :co#80:li#24:\
7704         :al=\EE:bl=^G:cd=\EY:ce=\ET:cl=\E*:cm=\E=%+ %+ :cr=\r:\
7705         :dc=\EW:dl=\ER:do=\n:ei=\Er:ho=^^:im=\Eq:is=\Eu\E0:k0=^A0\r:\
7706         :k1=^A1\r:k2=^A2\r:k3=^A3\r:k4=^A4\r:k5=^A5\r:k6=^A6\r:\
7707         :k7=^A7\r:k8=^A8\r:k9=^A9\r:kd=\n:kl=^H:kr=^L:ku=^K:le=^H:\
7708         :me=\EG0:nd=^L:se=\EG0:sf=\n:so=\EG1:ue=\EG0:up=^K:us=\EG1:
7709 adm31-old|o31|old adm31:\
7710         :so=\EG4:ue@:us@:tc=adm31:
7711 # LSI ADM-36 from Col. George L. Sicherman <gloria!colonel> via BRL
7712 adm36|LSI ADM36:\
7713         :bs:pt:\
7714         :kn#4:\
7715         :if=/usr/share/tabset/vt100:\
7716         :is=\E<\E>\E[6;?2;?7;?8h\E[4;20;?1;?3;?4;?5;?6;?18;?19l:\
7717         :tc=vt100+4bsd:
7718 # (adm42: removed obsolete ":ma=^K^P:" -- esr)
7719 adm42|lsi adm42:\
7720         :am:bs:\
7721         :co#80:li#24:\
7722         :al=270\EE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E;:cm=\E=%+ %+ :\
7723         :cr=\r:dc=\EW:dl=\ER:do=\n:ei=\Er:im=\Eq:ip=6*:kd=\n:kh=^^:\
7724         :kl=^H:kr=^L:ku=^K:le=^H:mk@:nd=^L:pc=\177:sf=\n:ta=^I:ue@:\
7725         :up=^K:us@:vs=\EC\E3 \E3(:tc=adm+sgr:
7726 # The following termcap for the Lear Siegler ADM-42 leaves the
7727 # "system line" at the bottom of the screen blank (for those who
7728 # find it distracting otherwise)
7729 adm42-ns|lsi adm-42 with no system line:\
7730         :al=\EE\EF \011:bt=\EI\EF \011:cd=\EY\EF \011:\
7731         :ce=\ET\EF \011:cl=\E;\EF \011:cm=\E=%+ %+ \EF \011:\
7732         :dc=\EW\EF \011:dl=\ER\EF \011:ei=\Er\EF \011:\
7733         :im=\Eq\EF \011:tc=adm42:
7734 # ADM 1178 terminal -- rather like an ADM-42.  Manual is dated March 1 1985.
7735 # The insert mode of this terminal is commented out because it's broken for our
7736 # purposes in that it will shift the position of every character on the page,
7737 # not just the cursor line!
7738 # From: Michael Driscoll <fenris@lightspeed.net> 10 July 1996
7739 adm1178|1178|lsi adm1178:\
7740         :am:\
7741         :co#80:li#24:sg#1:ug#1:\
7742         :al=\EE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E+:cm=\E=%+ %+ :\
7743         :cr=\r:dc=\EW:dl=\ER:do=\n:ho=^^:ip=6*:kb=^H:kd=\n:kl=^H:\
7744         :le=^H:md=\E(:me=\E):mr=\EG4:nd=^L:nw=\r\n:pc=\177:se=\EG0:\
7745         :sf=\n:so=\EG4:ta=^I:ue=\EG0:up=^K:us=\EG1:vs=\EC\E3 \E3(:
7747 #### Prime
7749 # Yes, Prime made terminals.  These entries were posted by Kevin J. Cummings
7750 # <cummings@primerd.prime.com> on 14 Dec 1992 and lightly edited by esr.
7751 # Prime merged with ComputerVision in the late 1980s; you can reach them at:
7753 #       ComputerVision Services
7754 #       500 Old Connecticut Path
7755 #       Framingham, Mass.
7758 # Standout mode is dim reverse-video.
7759 pt100|pt200|wren|fenix|prime pt100/pt200:\
7760         :am:bw:mi:ms:\
7761         :co#80:it#8:li#24:\
7762         :DC=\E[%dP:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
7763         :al=\E[L\E[t:bt=\E[Z:cd=\E[J\E[r:ce=\E[K\E[t:cl=\E?:\
7764         :cm=\E0%+!%+!:cr=\r:dc=\E[P:dl=\E[M:do=\ED:ei=\E[4l:\
7765         :ho=\E$B:im=\E[4h:kb=^H:kd=\E[B:ke=\E[>13l:kh=\E$A:kl=\E[D:\
7766         :kr=\E[C:ks=\E[>13h:ku=\E[A:le=^H:me=\E[m:mh=\E[2m:nd=\E[C:\
7767         :nw=\r\n:se=\E[m:sf=\n:so=\E[2;7m:ta=^I:te=:\
7768         :ti=\E[>1l\E[>2l\E[>16l\E[4l\E[>9l\E[20l\E[>3l\E[>7h\E[>12l\E[1Q:\
7769         :ue=\E[m:up=\EM:us=\E[4m:vb=\E$\E$P:
7770 pt100w|pt200w|wrenw|fenixw|prime pt100/pt200 in 132-column mode:\
7771         :co#132:\
7772         :cm=\E[%i%d;%dH:tc=pt100:
7773 pt250|Prime PT250:\
7774         :se@:so@:tc=pt100:
7775 pt250w|Prime PT250 in 132-column mode:\
7776         :se@:so@:tc=pt100w:
7778 #### Qume (qvt)
7780 #       Qume, Inc.
7781 #       3475-A North 1st Street
7782 #       San Jose CA 95134
7783 #       Vox: (800)-457-4447
7784 #       Fax: (408)-473-1510
7785 #       Net: josed@techsupp.wyse.com (Jose D'Oliveira)
7787 # Qume was bought by Wyse, but still (as of early 1995) has its own support
7788 # group and production division.
7790 # Discontinued Qume models:
7792 # The qvt101 and qvt102 listed here are long obsolete; so is the qvt101+
7793 # built to replace them, and a qvt119+ which was a 101+ with available wide
7794 # mode (132 columns).  There was a qvt103 which added vt100/vt131 emulations
7795 # and an ANSI-compatible qvt203 that replaced it.  Qume started producing
7796 # ANSI-compatible terminals with the qvt323 and qvt61.
7798 # Current Qume models (as of February 1995):
7800 # All current Qume terminals have ANSI-compatible operation modes.
7801 # Qume is still producing the qvt62, which features emulations for other
7802 # popular lines such as ADDS, and dual-host capabilities.  The qvt82 is
7803 # designed for use as a SCO ANSI terminal.  The qvt70 is a color terminal
7804 # with many emulations including Wyse370, Wyse 325, etc.  Their newest
7805 # model is the qvt520, which is vt420-compatible.
7807 # There are some ancient printing Qume terminals under `Daisy Wheel Printers'
7809 # If you inherit a Qume without docs, try Ctrl-Shift-Setup to enter its
7810 # setup mode.  Shift-s should be a configuration save to NVRAM.
7812 qvt101|qvt108|qume qvt 101 and QVT 108:\
7813         :sg#1:tc=qvt101+:
7815 # This used to have :vs=\E.2: but no :ve: or :vi:.  The BSD termcap
7816 # file had :vs=\EM4 \200\200\200:.  I've done the safe thing and yanked
7817 # both. The :mr: is from BSD, which also claimed bold=\E( and dim=\E).
7818 # What seems to be going on here is that this entry was designed so that
7819 # the normal highlight is bold and standout is dim plus something else
7820 # (reverse-video maybe?  But then, are there two :mr: sequences?)
7822 # Added kdch1, kil1, kdl1 based on screenshot -TD:
7823 #       http://www.vintagecomputer.net/qume/qvt-108/qume_qvt-108_keyboard.jpg
7824 qvt101+|qvt101p|qume qvt 101 PLUS product:\
7825         :am:bw:hs:ul:\
7826         :co#80:li#24:sg#0:\
7827         :al=\EE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :cr=\r:\
7828         :ct=\E3:dc=\EW:dl=\ER:do=\n:ds=\Eg\Ef\r:ei=:fs=\r:ho=^^:\
7829         :ic=\EQ:im=:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
7830         :k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:kA=\EE:\
7831         :kB=\EI:kD=\EW:kE=\ET:kI=\EQ:kL=\ER:kS=\EY:kb=^H:kd=\n:kh=^^:\
7832         :kl=^H:kr=^L:ku=^K:le=^H:mk@:nd=^L:pf=\EA:po=\E@:se=\E(:sf=\n:\
7833         :so=\E0P\E):st=\E1:ta=^I:ts=\Eg\Ef:up=^K:vb=\Eb\Ed:ve=\E.4:\
7834         :tc=adm+sgr:
7835 qvt102|qume qvt 102:\
7836         :ve=\E.:tc=qvt101:
7837 # (qvt103: added <rmam>/<smam> based on init string -- esr)
7838 qvt103|qume qvt 103:\
7839         :am:xn:xo:\
7840         :co#80:it#8:li#24:vt#3:\
7841         :DO=\E[%dB:LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:\
7842         :UP=\E[%dA:bl=^G:cd=50\E[J:ce=3\E[K:cl=50\E[H\E[2J:\
7843         :cm=5\E[%i%d;%dH:cr=\r:cs=\E[%i%d;%dr:ct=\E[3g:do=\n:\
7844         :ho=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kb=^H:kd=\EOB:\
7845         :ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:\
7846         :mb=2\E[5m:md=2\E[1m:me=2\E[m:mr=2\E[7m:nd=2\E[C:rc=\E8:\
7847         :rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:sc=\E7:se=2\E[m:\
7848         :sf=\n:so=2\E[7m:sr=5\EM:st=\EH:ta=^I:ue=2\E[m:up=2\E[A:\
7849         :us=2\E[4m:
7850 qvt103-w|qume qvt103 132 cols:\
7851         :co#132:li#24:\
7852         :rs=\E>\E[?3h\E[?4l\E[?5l\E[?8h:tc=qvt103:
7853 qvt119+|qvt119p|qvt119|qume qvt 119 and 119PLUS terminals:\
7854         :am:hs:mi:ms:\
7855         :co#80:li#24:sg#0:ug#0:\
7856         :al=\EE:bl=^G:bt=\EI:cd=\Ey:ce=\Et:cl=\E*1:cm=\E=%+ %+ :\
7857         :cr=\r:ct=\E3:dc=\EW:dl=\ER:do=\n:ds=\Eg\Ef\r:ei=\Er:fs=\r:\
7858         :ho=^^:im=\Eq:is=\EDF\EC\EG0\Er\E(\E%EX:k0=^AI\r:\
7859         :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
7860         :k7=^AF\r:k8=^AG\r:k9=^AH\r:kb=^H:kd=\n:kh=^^:kl=^H:kr=^L:\
7861         :ku=^K:le=^H:nd=^L:pf=\EA:po=\E@:sf=\n:sr=\EJ:st=\E1:ta=^I:\
7862         :ts=\Eg\Ef:up=^K:us=\EG8:vb=\En0\En1:ve=\E.4:vs=\E.2:\
7863         :tc=adm+sgr:
7864 qvt119+-25|qvt119p-25|QVT 119 PLUS with 25 data lines:\
7865         :li#25:tc=qvt119+:
7866 qvt119+-w|qvt119p-w|qvt119-w|QVT 119 and 119 PLUS in 132 column mode:\
7867         :co#132:\
7868         :is=\EDF\EC\EG0\Er\E(\E%\EX\En4:tc=qvt119+:
7869 qvt119+-25-w|qvt119p-25-w|qvt119-25-w|QVT 119 and 119 PLUS 132 by 25:\
7870         :li#25:tc=qvt119+:
7871 qvt203|qvt203+|qume qvt 203 Plus:\
7872         :al=99\E[L:dc=7\E[P:dl=99\E[M:ei=\E[4l:im=\E[4h:ip=7:\
7873         :k0=\E[29~:k1=\E[17~:k2=\E[18~:k3=\E[19~:k4=\E[20~:\
7874         :k5=\E[21~:k6=\E[23~:k7=\E[24~:k8=\E[25~:k9=\E[28~:\
7875         :sf=30\n:tc=qvt103:
7876 qvt203-w|qvt203-w-am|qume qvt 203 PLUS in 132 cols (w/advanced video):\
7877         :co#132:li#24:\
7878         :rs=\E>\E[?3h\E[?4l\E[?5l\E[?8h:tc=qvt203:
7880 #       Since a command is present for enabling 25 data lines,
7881 #       a specific terminfo entry may be generated for the 203.
7882 #       If one is desired for the QVT 119 PLUS then 25 lines must
7883 #       be selected in the status line (setup line 9).
7885 qvt203-25|QVT 203 PLUS with 25 by 80 column mode:\
7886         :co#80:li#25:\
7887         :is=\E[=40h\E[?3l:tc=qvt203:
7888 qvt203-25-w|QVT 203 PLUS with 25 by 132 columns:\
7889         :co#132:li#25:\
7890         :rs=\E[?3h\E[=40h:tc=qvt203:
7892 #### Televideo (tvi)
7894 #       TeleVideo
7895 #       550 East Brokaw Road
7896 #       PO Box 49048    95161
7897 #       San Jose CA 95112
7898 #       Vox: (408)-954-8333
7899 #       Fax: (408)-954-0623
7902 # These require incredible amounts of padding.
7904 # All of these terminals (912 to 970 and the tvipt) are discontinued.  Newer
7905 # Televideo terminals are ANSI and PC-ANSI compatible.
7907 tvi803|televideo 803:\
7908         :cl=10\E*:tc=tvi950:
7910 # Vanilla tvi910 -- W. Gish <cswarren@violet> 10/29/86
7911 # Switch settings are:
7913 # S1  1 2 3 4
7914 #     D D D D  9600
7915 #     D D D U    50
7916 #     D D U D    75
7917 #     D D U U   110
7918 #     D U D D   135
7919 #     D U D U   150
7920 #     D U U D   300
7921 #     D U U U   600
7922 #     U D D D  1200
7923 #     U D D U  1800
7924 #     U D U D  2400
7925 #     U D U U  3600
7926 #     U U D D  4800
7927 #     U U D U  7200
7928 #     U U U D  9600
7929 #     U U U U 19200
7931 # S1  5 6 7 8
7932 #     U D X D  7N1 (data bits, parity, stop bits) (X means ignored)
7933 #     U D X U  7N2
7934 #     U U D D  7O1
7935 #     U U D U  7O2
7936 #     U U U D  7E1
7937 #     U U U U  7E2
7938 #     D D X D  8N1
7939 #     D D X U  8N2
7940 #     D U D D  8O1
7941 #     D U U U  8E2
7943 # S1  9  Autowrap
7944 #     U  on
7945 #     D  off
7947 # S1 10  CR/LF
7948 #     U  do CR/LF when CR received
7949 #     D  do CR when CR received
7951 # S2  1  Mode
7952 #     U  block
7953 #     D  conversational
7955 # S2  2  Duplex
7956 #     U  half
7957 #     D  full
7959 # S2  3  Hertz
7960 #     U  50
7961 #     D  60
7963 # S2  4  Edit mode
7964 #     U  local
7965 #     D  duplex
7967 # S2  5  Cursor type
7968 #     U  underline
7969 #     D  block
7971 # S2  6  Cursor down key
7972 #     U  send ^J
7973 #     D  send ^V
7975 # S2  7  Screen colour
7976 #     U  green on black
7977 #     D  black on green
7979 # S2  8  DSR status (pin 6)
7980 #     U  disconnected
7981 #     D  connected
7983 # S2  9  DCD status (pin 8)
7984 #     U  disconnected
7985 #     D  duplex
7987 # S2 10  DTR status (pin 20)
7988 #     U  disconnected
7989 #     D  duplex
7990 # (tvi910: removed obsolete ":ma=^Kk^Ll^R^L:"; added :kh:, :le:, :do:,
7991 # :sf:, <hpa>, <vpa>, :am:, :ms: from SCO entry -- esr)
7992 tvi910|televideo model 910:\
7993         :am:bs:ms:\
7994         :co#80:it#8:li#24:sg#1:\
7995         :bl=^G:bt=\EI:cd=\EY:ce=\ET:ch=\E]%+ :cl=^Z:cm=\E=%+ %+ :\
7996         :cr=\r:cv=\E[%+ :do=\n:ho=\E=^A^A:\
7997         :if=/usr/share/tabset/stdcrt:k0=^AI\r:k1=^A@\r:k2=^AA\r:\
7998         :k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:\
7999         :k9=^AH\r:kb=^H:kd=\n:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:mk@:nd=^L:\
8000         :sf=\n:ta=^I:up=^K:tc=adm+sgr:
8001 # From: Alan R. Rogers <rogers%albany@csnet-relay>
8002 # as subsequently hacked over by someone at SCO
8003 # (tvi910+: removed obsolete ":ma=^K^P^L :" -- esr)
8005 # Here are the 910+'s DIP switches (U = up, D = down, X = don't care):
8007 # S1  1 2 3 4:
8008 #     D D D D  9600     D D D U    50     D D U D    75     D D U U   110
8009 #     D U D D   135     D U D U   150     D U U D   300     D U U U   600
8010 #     U D D D  1200     U D D U  1800     U D U D  2400     U D U U  3600
8011 #     U U D D  4800     U U D U  7200     U U U D  9600     U U U U 19200
8013 # S1  5 6 7 8:
8014 #     U D X D  7N1     U D X U  7N2     U U D D  7O1     U U D U  7O2
8015 #     U U U D  7E1     U U U U  7E2     D D X D  8N1     D D X U  8N2
8016 #     D U D D  8O1     D U U U  8E2
8018 # S1  9  Autowrap            (U = on, D = off)
8019 # S1 10  CR/LF               (U = CR/LF on CR received, D = CR on CR received)
8020 # S2  1  Mode                (U = block, D = conversational)
8021 # S2  2  Duplex              (U =  half, D = full)
8022 # S2  3  Hertz               (U = 50, D = 60)
8023 # S2  4  Edit mode           (U = local, D = duplex)
8024 # S2  5  Cursor type         (U = underline, D = block)
8025 # S2  6  Cursor down key     (U = send ^J, D = send ^V)
8026 # S2  7  Screen colour       (U = green on black, D = black on green)
8027 # S2  8  DSR status (pin 6)  (U = disconnected, D = connected)
8028 # S2  9  DCD status (pin 8)  (U = disconnected, D = connected)
8029 # S2 10  DTR status (pin 20) (U = disconnected, D = connected)
8031 tvi910+|televideo 910+:\
8032         :al=33*\EE:dc=\EW:dl=33*\ER:ei=:ho=^^:ic=\EQ:im=:k0=^A@\r:\
8033         :k1=^AA\r:k2=^AB\r:k3=^AC\r:k4=^AD\r:k5=^AE\r:k6=^AF\r:\
8034         :k7=^AG\r:k8=^AH\r:k9=^AI\r:ll=\E=7\040:tc=tvi910:
8036 # (tvi912: removed obsolete ":ma=^K^P^L :", added  :vb: and
8037 # :kh: from BRL entry -- esr)
8038 tvi912|tvi914|tvi920|old televideo 912/914/920:\
8039         :am:bs:ms:pt:\
8040         :co#80:it#8:li#24:sg#1:ug#1:\
8041         :al=33*\EE:bl=^G:cd=\Ey:ce=\ET:cl=^Z:cm=\E=%+ %+ :cr=\r:\
8042         :ct=\E3:dc=\EW:dl=33*\ER:do=\n:ei=:ho=^^:ic=\EQ:\
8043         :if=/usr/share/tabset/stdcrt:im=:k0=^AI\r:k1=^A@\r:\
8044         :k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:\
8045         :k8=^AG\r:k9=^AH\r:kb=^H:kd=\n:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:\
8046         :nd=^L:se=\Ek:sf=\n:so=\Ej:st=\E1:ta=^I:ue=\Em:up=^K:us=\El:\
8047         :vb=\Eb\Ed:
8048 # We got some new tvi912c terminals that act really weird on the regular
8049 # termcap, so one of our gurus worked this up. Seems that cursor
8050 # addressing is broken.
8051 tvi912cc|tvi912 at cowell college:\
8052         :cm@:tc=tvi912c:
8054 # tvi{912,920}[bc] - TeleVideo TVI-912B/TVI-920B and TVI-912C/TVI-920C
8055 # From: Benjamin C. W. Sittler
8057 # Someone has put a scanned copy of the manual online at:
8058 #     http://vt100.net/televideo/912b-om/
8060 # These terminals were produced ca. 1979, and had a 12" monochrome
8061 # screen, supported 75-9600 baud (no handshaking), monochrome, 7-bit
8062 # ASCII, and were generally similar to adm3a but with attributes
8063 # (including some with magic cookies), fancy half-duplex mode, and
8064 # different bugs.
8066 # Some operations require truly incredible amounts of padding. The
8067 # insert_line (:al:) and delete_line (:dl:) operations in particular
8068 # are so slow as to be nearly unusable.
8070 # There may or may not have been a separate, earlier series of 912/920
8071 # terminals (without the "B" and "C" suffix); I have never seen one,
8072 # and the manual only describes the "B" and "C" series. The 912 and 920
8073 # are quite distinct from the 914 and 924, which were much nicer non-
8074 # magic-cookie terminals similar to the 950.
8076 # This is a new description for the following TeleVideo terminals,
8077 # distinguished chiefly by their keyboards:
8079 #   TVI-912B - very odd layout, no function keys (84 keys)
8080 #   TVI-920B - typewriter layout, no function keys (103 keys)
8081 #   TVI-912C - very odd layout, function keys F1-F11 (82 keys)
8082 #   TVI-920C - typewriter layout, function keys F1-F11 (101 keys)
8084 # To choose a setting for the TERM variable, start with the model:
8086 #    Model  || base name
8087 # ----------||-----------
8088 #  TVI-912B || tvi912b
8089 #  TVI-912C || tvi912c
8090 #  TVI-920B || tvi920b
8091 #  TVI-920C || tvi920c
8093 # Then add a suffix from the following table describing installed options
8094 # and how you'd like to use the terminal:
8096 #   Use Video | Second | Visual |  Magic  |  Page || feature
8097 #  Attributes |  Page  |  Bell  | Cookies | Print || suffix
8098 # ------------|--------|--------|---------|-------||---------
8099 #      No     |   No   |  N/A   |   N/A   |   No  || -unk
8100 #      No     |   No   |  N/A   |   N/A   |  Yes  || -p
8101 #      No     |  Yes   |   No   |   N/A   |   No  || -2p-unk
8102 #      No     |  Yes   |   No   |   N/A   |  Yes  || -2p-p
8103 #      No     |  Yes   |  Yes   |   N/A   |   No  || -vb-unk
8104 #      No     |  Yes   |  Yes   |   N/A   |  Yes  || -vb-p
8105 #     Yes     |   No   |  N/A   |    No   |  N/A  ||
8106 #     Yes     |   No   |  N/A   |   Yes   |  N/A  || -mc
8107 #     Yes     |  Yes   |   No   |    No   |  N/A  || -2p
8108 #     Yes     |  Yes   |   No   |   Yes   |  N/A  || -2p-mc
8109 #     Yes     |  Yes   |  Yes   |    No   |  N/A  || -vb
8110 #     Yes     |  Yes   |  Yes   |   Yes   |  N/A  || -vb-mc
8112 # So e.g. a model 920 C with second page memory option, visual bell
8113 # and no magic cookies would be tvi920c-vb; a model 912 B without the
8114 # second page memory option and using magic cookies would be
8115 # tvi912b-mc
8117 # PADDING
8119 # At 9600 baud, the terminal is prone to overflow its input buffer
8120 # during complex operations (insert/delete
8121 # character/line/screen/page), and it does not signal this over the
8122 # RS232 cable. The typical symptom of an overrun is that the terminal
8123 # starts beeping, and output becomes garbled.
8125 # The padding delays in this terminfo were derived using tack(1)
8126 # running on a Linux box connected to a TVI-920C with a later-model
8127 # (A49C1-style) ROM running at 9600 baud, so your mileage may
8128 # vary. The numbers below seem to give the terminal enough time so
8129 # that it doesn't overflow its input buffer and start losing
8130 # characters.
8132 # KEYS
8134 # If you want to use the FUNCT key on a tvi912[bc], use the
8135 # corresponding tvi920[bc] terminfo with FUNCT + ... equivalents from
8136 # the following table (these also work on the 920 series):
8138 # Unshifted Function Keys:
8140 #  Key | capname|| Equivalent
8141 # -----|--------||------------
8142 #   F1 |  :k1: || FUNCT + @
8143 #   F2 |  :k2: || FUNCT + A
8144 #   F3 |  :k3: || FUNCT + B
8145 #   F4 |  :k4: || FUNCT + C
8146 #   F5 |  :k5: || FUNCT + D
8147 #   F6 |  :k6: || FUNCT + E
8148 #   F7 |  :k7: || FUNCT + F
8149 #   F8 |  :k8: || FUNCT + G
8150 #   F9 |  :k9: || FUNCT + H
8151 #  F10 | <kf10> || FUNCT + I
8152 #  F11 | <kf11> || FUNCT + J
8154 # Shifted Function Keys:
8156 #  SHIFT + Key | capname|| Equivalent
8157 # -------------|--------||------------
8158 #   SHIFT + F1 | <kf12> || FUNCT + `
8159 #   SHIFT + F2 | <kf13> || FUNCT + a
8160 #   SHIFT + F3 | <kf14> || FUNCT + b
8161 #   SHIFT + F4 | <kf15> || FUNCT + c
8162 #   SHIFT + F5 | <kf16> || FUNCT + d
8163 #   SHIFT + F6 | <kf17> || FUNCT + e
8164 #   SHIFT + F7 | <kf18> || FUNCT + f
8165 #   SHIFT + F8 | <kf19> || FUNCT + g
8166 #   SHIFT + F9 | <kf20> || FUNCT + h
8167 #  SHIFT + F10 | <kf21> || FUNCT + i
8168 #  SHIFT + F11 | <kf22> || FUNCT + j
8170 # PORTS AND SWITCH SETTINGS
8172 # Here are the switch settings for the TVI-912B/TVI-920B and
8173 # TVI-912C/TVI-920C:
8175 # S1 (Line), and S3 (Printer) baud rates -- put one, and only one, switch down:
8176 # 2: 9600       3: 4800         4: 2400         5: 1200
8177 # 6:  600       7:  300         8:  150         9:   75
8178 # 10: 110
8180 # S2 UART/Terminal options:
8181 #               Up                      Down
8182 # 1:            Not used                Not allowed
8183 # 2:    Alternate character set   Standard character set
8184 # 3:        Full duplex             Half duplex
8185 # 4:        50 Hz refresh           60 Hz refresh
8186 # 5:          No parity              Send parity
8187 # 6:         2 stop bits             1 stop bit
8188 # 7:         8 data bits             7 data bits
8189 # 8:            Not used                Not allowed on Rev E or lower
8190 # 9:         Even parity             Odd parity
8191 # 10:       Steady cursor           Blinking cursor
8192 #       (On Rev E or lower, use W25 instead of switch 10.)
8194 # S5 UART/Terminal options:
8195 #               Open                    Closed
8196 # 1:    P3-6 Not connected      DSR received on P3-6
8197 # 2:    P3-8 Not connected      DCD received on P3-8
8199 # 3 Open, 4 Open:               P3-20 Not connected
8200 # 3 Open, 4 Closed:     DTR on when terminal is on
8201 # 3 Closed, 4 Open:     DTR is connected to RTS
8202 # 3 Closed, 4 Closed:   Not allowed
8204 # 5 Closed:     HDX printer (hardware control) Rev. K with extension port off,
8205 #               all data transmitted out of the modem port (P3) will also be
8206 #               transmitted out of the printer port (P4).
8208 # 6 Open, 7 Open:               Not allowed
8209 # 6 Open, 7 Closed:     20ma current loop input
8210 # 6 Closed, 7 Open:     RS232 input
8211 # 6 Closed, 7 Closed:   Not allowed
8213 # Jumper options:
8214 # If the jumper is installed, the effect will occur (the next time the terminal
8215 # is switched on).
8217 # S4/W31:       Enables automatic LF upon receipt of CR from
8218 #               remote or keyboard.
8219 # S4/W32:       Enables transmission of EOT at the end of Send.  If not
8220 #               installed, a carriage return is sent.
8221 # S4/W33:       Disables automatic carriage return in column 80.
8222 # S4/W34:       Selects Page Print Mode as initial condition.  If not
8223 #               installed, Extension Mode is selected.
8225 # NON-STANDARD CAPABILITIES
8227 # Sending <u9> or <u7> returns a cursor position report in the format
8228 # YX\r, where Y and X are as in :cm:. This format is described in
8229 # <u8> and <u6>, but it's not clear how one should write an
8230 # appropriate scanf string, since we need to subtract %' ' from the
8231 # character after reading it. The <u9> capability is used by tack(1)
8232 # to synchronize during padding tests, and seems to work for that
8233 # purpose.
8235 # This description also includes the obsolete termcap capabilities
8236 # has_hardware_tabs (:pt:) and backspaces_with_bs (:bs:).
8238 # FEATURES NOT YET DESCRIBED IN THIS TERMINFO
8240 # The FUNCT modifier actually works with every normal key by sending
8241 # ^AX\r, where X is the sequence normally sent by that key. This is a
8242 # sort of meta key not currently describable in terminfo.
8244 # There are quite a few other keys (especially on the 920 models,) but
8245 # they are for the most part only useful in block mode.
8247 # These terminals have lots of forms manipulation features, mainly
8248 # useful in block mode, including "clear X to nulls" (vs. "clear X to
8249 # spaces"; nulls are sentinels for "send X" operations); "send X"
8250 # operations for uploading all or part of the screen; and block-mode
8251 # editing keys (they don't send escape sequences, but manipulate video
8252 # memory directly). Block mode is used for local editing, and protect
8253 # mode (in conjunction with the "write protect" attribute,
8254 # a.k.a. half-intensity outside of protect mode) is used to control
8255 # which parts of the screen are edited/sent/printed (by <mc0>).
8257 # There are at least two major families of ROM, "early" and
8258 # A49B1/A49C1; the major difference seems to be that the latter ROMs
8259 # support a few extra escape sequences for manipulating the off-screen
8260 # memory page, and for sending whole pages back to the host (mainly
8261 # useful in block mode.) The descriptions in this file don't use any
8262 # of those sequences: set cursor position including page (\E-PYX,
8263 # where P is \s for page 0 and ! for page 1 [actually only the LSB of
8264 # P is taken into account, so e.g. 0 and 1 work too,] and Y and X are
8265 # as in :cm:); read cursor position (\E/), which is analogous to <u9>
8266 # and returns PYX\r, where P is \s for page 0 or ! for page 1, and YX
8267 # are as in :cm:, and some "send page" features mainly useful for
8268 # forms manipulation.
8270 # The keyboard enable (\E") and disable (\E#) sequences are unused,
8271 # except that a terminal reset (:is:) enables the keyboard.
8273 # Auto-flip mode (\Ev) is likely faster than the scrolling mode (\Ew)
8274 # enabled in :is:, but auto-flip is very jarring so we don't use it.
8276 # BUGS
8278 # At least up to the A49B1 and A49C1 ROMs, there are no \Eb and \Ed
8279 # sequences (I infer that in some TeleVideo terminal they may invert
8280 # and uninvert the display) so the :vb: sequence given here is a
8281 # cheesy page-flip instead.
8283 # The back_tab (:bt:) sequence (\EI) doesn't work according to
8284 # tack(1), so it is not included in the descriptions below.
8286 # It's not clear whether auto_left_margin (:bw:) flag should be set
8287 # for these terminals; tack says yes, so it is set here, but this
8288 # differs from other descriptions I've seen.
8290 # Extension print mode (<mc5>) echoes all characters to the printer
8291 # port [in addition to displaying them] except for the page print mode
8292 # sequence (<mc4>); this is a slight violation of the terminfo
8293 # definition for <mc5> but I don't expect it to cause problems.  We
8294 # reset to page print mode in <rs1> since it may have been enabled
8295 # accidentally.
8297 # The descriptions with plus signs (+) are building blocks.
8299 tvi912b-unk|tvi912c-unk|TeleVideo TVI-912B or TVI-912C (no attributes):\
8300         :am:bs:bw:pt:\
8301         :co#80:it#8:li#24:\
8302         :@8=\r:al=100\EE:bl=^G:cd=10\Ey:ce=15\ET:cl=50^Z:\
8303         :cm=\E=%+ %+ :cr=\r:ct=\E3:dc=30\EW:dl=100\ER:do=\n:ei=:\
8304         :ho=^^:ic=30\EQ:if=/usr/share/tabset/stdcrt:im=:\
8305         :is=\Ew\EA\E'\E"\E(:kD=\177:kd=\n:kh=^^:kl=^H:kr=^L:ku=^K:\
8306         :le=^H:nd=^L:pf=\EA:po=\E@:r1=\Ek\010\Em\010\Eq\032:\
8307         :sf=10\n:st=\E1:ta=^I:u6=%.%.\r:u7=\E?:u8=%.%.\r:u9=\E?:\
8308         :up=^K:
8310 # This isn't included in the basic capabilities because it is
8311 # typically unusable in combination with the full range of video
8312 # attributes, since the magic cookie attributes turn into ASCII
8313 # control characters, and the half-intensity ("protected") attribute
8314 # converts all affected characters to spaces.
8316 tvi912b+printer|TeleVideo TVI-912B/TVI-920B and TVI-912C/TVI-920C page print support:\
8317         :ps=\EP:
8319 # This uses half-intensity mode (:mh:) for standout (:so:), and
8320 # exposes no other attributes (half-intensity is the only attribute
8321 # that does not generate a magic cookie.)
8323 tvi912b+dim|TeleVideo TVI-912B/TVI-920B and TVI-912C/TVI-920C half-intensity attribute support:\
8324         :ms:\
8325         :me=\E(:mh=\E):se=\E(:so=\E):
8327 # Full magic-cookie attribute support, with half-intensity reverse
8328 # video for standout. Note that we add a space in the :mh: sequence
8329 # to give a consistent magic-cookie count. Also note that :sa: uses
8330 # backspacing (in the TVI-supported order) to apply all requested
8331 # attributes with only a single magic cookie.
8333 tvi912b+mc|TeleVideo TVI-912B/TVI-920B and TVI-912C/TVI-920C full magic-cookie attribute support:\
8334         :sg#1:ug#1:\
8335         :mb=\E\136:me=\E(\Ek\010\Em\010\Eq:mh=\E)\040:mk=\E_:\
8336         :mr=\Ej:se=\E(\Ek:so=\E)\Ej:ue=\Em:us=\El:
8338 # This uses the second page memory option to save & restore screen
8339 # contents. If your terminal is missing the option, this description
8340 # should still work, but that has not been tested.
8342 tvi912b+2p|TeleVideo TVI-912B/TVI-920B and TVI-912C/TVI-920C second page memory option support:\
8343         :te=\032\EK\E=7\040:\
8344         :ti=50\EK\032\E(\Ek\010\Em\010\Eq\032:vb=\EK\EK:
8346 # This simulates flashing by briefly toggling to the other page
8347 # (kludge!)
8349 tvi912b+vb|TeleVideo TVI-912B/TVI-920B and TVI-912C/TVI-920C second page memory option "visible bell" support:\
8350         :bl=\EK\EK:tc=tvi912b+2p:
8352 # Function keys (<kf12> .. <kf22> are shifted :k1: .. <kf11>)
8354 tvi920b+fn|TeleVideo TVI-920B and TVI-920C function key support:\
8355         :F1=^AJ\r:F2=^A`\r:F3=^Aa\r:F4=^Ab\r:F5=^Ac\r:F6=^Ad\r:\
8356         :F7=^Ae\r:F8=^Af\r:F9=^Ag\r:FA=^Ah\r:FB=^Ai\r:FC=^Aj\r:\
8357         :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
8358         :k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:
8360 # Combinations of the basic building blocks
8362 tvi912b-2p-unk|tvi912c-2p-unk|tvi912b-unk-2p|tvi912c-unk-2p|TeleVideo TVI-912B or TVI-912C (second page memory option; no attributes):\
8363         :tc=tvi912b+2p:tc=tvi912b-unk:
8365 tvi912b-vb-unk|tvi912c-vb-unk|tvi912b-unk-vb|tvi912c-unk-vb|TeleVideo TVI-912B or TVI-912C (second page memory option "visible bell"; no attributes):\
8366         :tc=tvi912b+vb:tc=tvi912b-unk:
8368 tvi912b-p|tvi912c-p|TeleVideo TVI-912B or TVI-912C (no attributes; page print):\
8369         :tc=tvi912b+printer:tc=tvi912b-unk:
8371 tvi912b-2p-p|tvi912c-2p-p|tvi912b-p-2p|tvi912c-p-2p|TeleVideo TVI-912B or TVI-912C (second page memory option; no attributes; page print):\
8372         :tc=tvi912b+2p:tc=tvi912b+printer:tc=tvi912b-unk:
8374 tvi912b-vb-p|tvi912c-vb-p|tvi912b-p-vb|tvi912c-p-vb|TeleVideo TVI-912B or TVI-912C (second page memory option "visible bell"; no attributes; page print):\
8375         :tc=tvi912b+vb:tc=tvi912b+printer:tc=tvi912b-unk:
8377 tvi912b-2p|tvi912c-2p|TeleVideo TVI-912B or TVI-912C (second page memory option; half-intensity attribute):\
8378         :tc=tvi912b+2p:tc=tvi912b+dim:tc=tvi912b-unk:
8380 tvi912b-2p-mc|tvi912c-2p-mc|tvi912b-mc-2p|tvi912c-mc-2p|TeleVideo TVI-912B or TVI-912C (second page memory option; magic cookies):\
8381         :tc=tvi912b+2p:tc=tvi912b+mc:tc=tvi912b-unk:
8383 tvi912b-vb|tvi912c-vb|TeleVideo TVI-912B or TVI-912C (second page memory option "visible bell"; half-intensity attribute):\
8384         :tc=tvi912b+vb:tc=tvi912b+dim:tc=tvi912b-unk:
8386 tvi912b-vb-mc|tvi912c-vb-mc|tvi912b-mc-vb|tvi912c-mc-vb|TeleVideo TVI-912B or TVI-912C (second page memory option "visible bell"; magic cookies):\
8387         :tc=tvi912b+vb:tc=tvi912b+mc:tc=tvi912b-unk:
8389 tvi912b|tvi912c|TeleVideo TVI-912B or TVI-912C (half-intensity attribute):\
8390         :tc=tvi912b+dim:tc=tvi912b-unk:
8392 tvi912b-mc|tvi912c-mc|TeleVideo TVI-912B or TVI-912C (magic cookies):\
8393         :tc=tvi912b+mc:tc=tvi912b-unk:
8395 tvi920b-unk|tvi920c-unk|TeleVideo TVI-920B or TVI-920C (no attributes):\
8396         :tc=tvi920b+fn:tc=tvi912b-unk:
8398 tvi920b-2p-unk|tvi920c-2p-unk|tvi920b-unk-2p|tvi920c-unk-2p|TeleVideo TVI-920B or TVI-920C (second page memory option; no attributes):\
8399         :tc=tvi920b+fn:tc=tvi912b+2p:tc=tvi912b-unk:
8401 tvi920b-vb-unk|tvi920c-vb-unk|tvi920b-unk-vb|tvi920c-unk-vb|TeleVideo TVI-920B or TVI-920C (second page memory option "visible bell"; no attributes):\
8402         :tc=tvi920b+fn:tc=tvi912b+vb:tc=tvi912b-unk:
8404 tvi920b-p|tvi920c-p|TeleVideo TVI-920B or TVI-920C (no attributes; page print):\
8405         :tc=tvi920b+fn:tc=tvi912b+printer:tc=tvi912b-unk:
8407 tvi920b-2p-p|tvi920c-2p-p|tvi920b-p-2p|tvi920c-p-2p|TeleVideo TVI-920B or TVI-920C (second page memory option; no attributes; page print):\
8408         :tc=tvi920b+fn:tc=tvi912b+2p:tc=tvi912b+printer:\
8409         :tc=tvi912b-unk:
8411 tvi920b-vb-p|tvi920c-vb-p|tvi920b-p-vb|tvi920c-p-vb|TeleVideo TVI-920B or TVI-920C (second page memory option "visible bell"; no attributes; page print):\
8412         :tc=tvi920b+fn:tc=tvi912b+vb:tc=tvi912b+printer:\
8413         :tc=tvi912b-unk:
8415 tvi920b-2p|tvi920c-2p|TeleVideo TVI-920B or TVI-920C (second page memory option; half-intensity attribute):\
8416         :tc=tvi920b+fn:tc=tvi912b+2p:tc=tvi912b+dim:\
8417         :tc=tvi912b-unk:
8419 tvi920b-2p-mc|tvi920c-2p-mc|tvi920b-mc-2p|tvi920c-mc-2p|TeleVideo TVI-920B or TVI-920C (second page memory option; magic cookies):\
8420         :tc=tvi920b+fn:tc=tvi912b+2p:tc=tvi912b+mc:\
8421         :tc=tvi912b-unk:
8423 tvi920b-vb|tvi920c-vb|TeleVideo TVI-920B or TVI-920C (second page memory option "visible bell"; half-intensity attribute):\
8424         :tc=tvi920b+fn:tc=tvi912b+vb:tc=tvi912b+dim:\
8425         :tc=tvi912b-unk:
8427 tvi920b-vb-mc|tvi920c-vb-mc|tvi920b-mc-vb|tvi920c-mc-vb|TeleVideo TVI-920B or TVI-920C (second page memory option "visible bell"; magic cookies):\
8428         :tc=tvi920b+fn:tc=tvi912b+vb:tc=tvi912b+mc:\
8429         :tc=tvi912b-unk:
8431 tvi920b|tvi920c|TeleVideo TVI-920B or TVI-920C (half-intensity attribute):\
8432         :tc=tvi920b+fn:tc=tvi912b+dim:tc=tvi912b-unk:
8434 tvi920b-mc|tvi920c-mc|TeleVideo TVI-920B or TVI-920C (magic cookies):\
8435         :tc=tvi920b+fn:tc=tvi912b+mc:tc=tvi912b-unk:
8437 # Televideo 921 and variants
8438 # From: Tim Theisen <tim@cs.wisc.edu> 22 Sept 1995
8439 # (tvi921: removed :ko=bt: before translation, I see no backtab cap;
8440 # also added empty <acsc> to suppress tic warning -- esr)
8441 tvi921|televideo model 921 with sysline same as page & real vi function:\
8442         :am:bs:hs:pt:xn:xs:\
8443         :co#80:li#24:sg#0:\
8444         :ac=:ae=\E%%:al=\EE:as=\E$:cd=\EY:ce=\ET:cl=^Z:\
8445         :cm=3\E=%+ %+ :cr=\r:dc=\EW:dl=1*\ER:do=^V:ds=\Ef\r\Eg:ei=:\
8446         :fs=\Eg:ho=^^:ic=\EQ:if=/usr/share/tabset/stdcrt:im=:\
8447         :is=\El\E"\EF1\E.3\017\EA\E<:kA=\EE:kC=^Z:kD=\EW:kE=\ET:\
8448         :kI=\EQ:kL=1*\ER:kS=\EY:kb=^H:kd=^V:kl=^H:kr=^L:ku=^K:le=^H:\
8449         :mk@:nd=^L:nw=\r\n:sf=\n:ta=^I:ts=\Ef\EG0:up=^K:ve=\E.3:\
8450         :vs=\E.2:tc=adm+sgr:
8451 # without the beeper
8452 # (tvi92B: removed :ko=bt: before translation, I see no backtab cap;
8453 # also added empty <acsc> to suppress tic warning -- esr)
8454 tvi92B|televideo model 921 with sysline same as page & real vi function & no beeper:\
8455         :am:hs:xn:xs:\
8456         :co#80:li#24:sg#0:\
8457         :ac=:ae=\E%%:al=\EE:as=\E$:cd=\EY:ce=\ET:cl=^Z:\
8458         :cm=3\E=%+ %+ :cr=\r:dc=\EW:dl=1*\ER:do=^V:ds=\Ef\r\Eg:ei=:\
8459         :fs=\Eg:ho=^^:ic=\EQ:if=/usr/share/tabset/stdcrt:im=:\
8460         :is=\El\E"\EF1\E.3\017\EA\E<:kA=\EE:kC=^Z:kD=\EW:kE=\ET:\
8461         :kI=\EQ:kL=1*\ER:kS=\EY:kb=^H:kd=^V:kl=^H:kr=^L:ku=^K:le=^H:\
8462         :mk@:nd=^L:nw=\r\n:sf=\n:ta=^I:ts=\Ef\EG0:up=^K:vb=\Eb\Ed:\
8463         :ve=\E.3:vs=\E.2:tc=adm+sgr:
8464 # (tvi92D: removed :ko=bt: before translation, I see no backtab cap -- esr)
8465 tvi92D|tvi92B with DTR instead of XON/XOFF & better padding:\
8466         :al=2*\EE:dl=2*\ER:is=\El\E"\EF1\E.3\016\EA\E<:kA=2*\EE:\
8467         :kL=2*\ER:tc=tvi92B:
8469 # (tvi924: This used to have :ds=\Es0:, :fs=\031:.  I put the new strings
8470 # in from a BSD termcap file because it looks like they do something the
8471 # old ones skip -- esr)
8472 tvi924|televideo tvi924:\
8473         :am:bw:hs:in:mi:ms:xn:xo:\
8474         :co#80:it#8:li#24:sg#0:ws#80:\
8475         :F1=^AK\r:F2=^AL\r:F3=^AM\r:F4=^AN\r:F5=^AO\r:al=\EE:bl=^G:\
8476         :bt=\EI:cd=\Ey:ce=\Et:cl=\E*0:cm=\E=%+ %+ :cr=\r:\
8477         :cs=\E_%+ %+ :ct=\E3:dc=\EW:dl=\ER:do=^V:ds=\Es0\Ef\031:\
8478         :ei=:fs=\031\Es1:ho=^^:\
8479         :i1=\017\E%\E'\E(\EDF\EC\EG0\EN0\Es0\Ev0:ic=\EQ:\
8480         :if=/usr/share/tabset/stdcrt:im=:k0=^A@\r:k1=^AA\r:\
8481         :k2=^AB\r:k3=^AC\r:k4=^AD\r:k5=^AE\r:k6=^AF\r:k7=^AG\r:\
8482         :k8=^AH\r:k9=^AI\r:k;=^AJ\r:kA=\EE:kC=\E*0:kD=\EW:kE=\Et:\
8483         :kI=\EQ:kL=\ER:kS=\Ey:kb=^H:kd=^V:kh=^^:kl=^H:kr=^L:ku=^K:\
8484         :l0=F1:l1=F2:l2=F3:l3=F4:l4=F5:l5=F6:l6=F7:l7=F8:l8=F9:l9=F10:\
8485         :la=F11:le=^H:mb=\EG2:mk@:nd=^L:sf=\n:sr=\Ej:st=\E1:ta=^I:\
8486         :ts=\Ef:up=^K:vb=\Eb\Ed:ve=\E.3:vi=\E.0:vs=\E.1:tc=adm+sgr:
8488 # TVI925 DIP switches.  In each of these, D = Down and U = Up,
8490 # Here are the settings for the external (baud) switches (S1):
8492 #             Position          Baud
8493 # 7     8       9       10              [Printer]
8494 # 1     2       3       4               [Main RS232]
8495 # -----------------------------------------------------
8496 # D     D       D       D       9600
8497 # D     D       D       U         50
8498 # D     D       U       D         75
8499 # D     D       U       U        110
8500 # D     U       D       D        135
8501 # D     U       D       U        150
8502 # D     U       U       D        300
8503 # D     U       U       U        600
8504 # U     D       D       D       1200
8505 # U     D       D       U       1800
8506 # U     D       U       D       2400
8507 # U     D       U       U       3600
8508 # U     U       D       D       4800
8509 # U     U       D       U       7200
8510 # U     U       U       D       9600
8511 # U     U       U       U       19200
8514 # Settings for word length and stop-bits (S1)
8516 #  Position     Description
8517 # 5     6
8518 # ---------------------------
8519 # U     -       7-bit word
8520 # D     -       8-bit word
8521 # -     U       2 stop bits
8522 # -     D       1 stop bit
8525 # S2 (external) settings
8527 # Position      Up      Dn      Description
8528 # --------------------------------------------
8529 # 1             X               Local edit
8530 #                       X       Duplex edit (transmit editing keys)
8531 # --------------------------------------------
8532 # 2             X               912/920 emulation
8533 #                       X       925
8534 # --------------------------------------------
8535 # 3                     X
8536 # 4                     X       No parity
8537 # 5                     X
8538 # --------------------------------------------
8539 # 3                     X
8540 # 4                     X       Odd parity
8541 # 5             X
8542 # --------------------------------------------
8543 # 3                     X
8544 # 4             X               Even parity
8545 # 5             X
8546 # --------------------------------------------
8547 # 3             X
8548 # 4                     X       Mark parity
8549 # 5             X
8550 # --------------------------------------------
8551 # 3             X
8552 # 4             X               Space parity
8553 # 5             X
8554 # --------------------------------------------
8555 # 6             X               White on black display
8556 #                       X       Black on white display
8557 # --------------------------------------------
8558 # 7                     X       Half Duplex
8559 # 8                     X
8560 # --------------------------------------------
8561 # 7             X               Full Duplex
8562 # 8                     X
8563 # --------------------------------------------
8564 # 7                     X       Block mode
8565 # 8             X
8566 # --------------------------------------------
8567 # 9                     X       50 Hz
8568 #               X               60 Hz
8569 # --------------------------------------------
8570 # 10            X               CR/LF (Auto LF)
8571 #                       X       CR only
8573 # S3 (internal switch) settings:
8575 # Position      Up      Dn      Description
8576 # --------------------------------------------
8577 # 1             X               Keyclick off
8578 #                       X       Keyclick on
8579 # --------------------------------------------
8580 # 2                     X       English
8581 # 3                     X
8582 # --------------------------------------------
8583 # 2                     X       German
8584 # 3             X
8585 # --------------------------------------------
8586 # 2             X               French
8587 # 3                     X
8588 # --------------------------------------------
8589 # 2             X               Spanish
8590 # 3             X
8591 # --------------------------------------------
8592 # 4                     X       Blinking block cursor
8593 # 5                     X
8594 # --------------------------------------------
8595 # 4                     X       Blinking underline cursor
8596 # 5             X
8597 # --------------------------------------------
8598 # 4             X               Steady block cursor
8599 # 5                     X
8600 # --------------------------------------------
8601 # 4             X               Steady underline cursor
8602 # 5             X
8603 # --------------------------------------------
8604 # 6             X               Screen blanking timer (ON)
8605 #                       X       Screen blanking timer (OFF)
8606 # --------------------------------------------
8607 # 7             X               Page attributes
8608 #                       X       Line attributes
8609 # --------------------------------------------
8610 # 8             X               DCD disconnected
8611 #                       X       DCD connected
8612 # --------------------------------------------
8613 # 9             X               DSR disconnected
8614 #                       X       DSR connected
8615 # --------------------------------------------
8616 # 10            X               DTR Disconnected
8617 #                       X       DTR connected
8618 # --------------------------------------------
8620 # (tvi925: BSD has :cl=\E*:.  I got :is: and :sr: from there -- esr)
8621 tvi925|televideo 925:\
8622         :am:bs:bw:hs:ul:\
8623         :co#80:li#24:sg#1:\
8624         :al=\EE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :cr=\r:\
8625         :ct=\E3:dc=\EW:dl=\ER:do=^V:ds=\Eh:ei=:fs=\r\Eg:ho=^^:ic=\EQ:\
8626         :im=:is=\El\E":k0=^AI\r:k1=^A@\r:k2=^AA\r:k3=^AB\r:\
8627         :k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:\
8628         :kA=\EE:kC=^Z:kD=\EW:kE=\ET:kI=\EQ:kL=\ER:kS=\EY:kb=^H:kd=^V:\
8629         :kh=^^:kl=^H:kr=^L:ku=^K:le=^H:mk@:nd=^L:sf=\n:sr=\Ej:st=\E1:\
8630         :ta=^I:ts=\Eh\Ef:up=^K:vb=\Eb\Ed:ve=\E.4:vs=\E.2:\
8631         :tc=adm+sgr:
8632 # TeleVideo 925 from Mitch Bradley <sun!wmb> via BRL
8633 # to avoid "magic cookie" standout glitch:
8634 tvi925-hi|TeleVideo Model 925 with half intensity standout mode:\
8635         :sg@:\
8636         :kb=^H:kd=\n:kl=^H:se=\E(:so=\E):tc=tvi925:
8638 # From: Todd Litwin <litwin@litwin.jpl.nasa.gov> 28 May 1993
8639 # Originally Tim Curry, Univ. of Central Fla., <duke!ucf-cs!tim> 5/21/82
8640 # for additional capabilities,
8641 # The following tvi descriptions from B:pjphar and virus!mike
8642 # is for all 950s.  It sets the following attributes:
8643 # full duplex (\EDF)            write protect off (\E()
8644 # conversation mode (\EC)       graphics mode off (\E%)
8645 # white on black (\Ed)          auto page flip off (\Ew)
8646 # turn off status line (\Eg)    clear status line (\Ef\r)
8647 # normal video (\E0)            monitor mode off (\EX or \Eu)
8648 # edit mode (\Er)               load blank char to space (\Ee\040)
8649 # line edit mode (\EO)          enable buffer control (^O)
8650 # protect mode off (\E\047)     duplex edit keys (\El)
8651 # program unshifted send key to send line all (\E016)
8652 # program shifted send key to send line unprotected (\E004)
8653 # set the following to nulls:
8654 #       field delimiter (\Ex0\200\200)
8655 #       line delimiter (\Ex1\200\200)
8656 #       start-protected field delimiter (\Ex2\200\200)
8657 #       end-protected field delimiter (\Ex3\200\200)
8658 # set end of text delimiter to carriage return/null (\Ex4\r\200)
8660 #                     TVI 950 Switch Setting Reference Charts
8662 #                                     TABLE 1:
8664 #      S1     1     2     3     4     5     6     7     8     9    10
8665 #          +-----------------------+-----+-----+-----------------------+
8666 #          | Computer Baud Rate    |Data |Stop | Printer Baud Rate     |
8667 #          |                       |Bits |Bits |                       |
8668 #   +------+-----------------------+-----+-----+-----------------------+
8669 #   |  Up  |        See            |  7  |  2  |        See            |
8670 #   +------+-----------------------+-----+-----+-----------------------+
8671 #   | Down |      TABLE 2          |  8  |  1  |      TABLE 2          |
8672 #   +------+-----------------------+-----+-----+-----------------------+
8675 #      S2     1     2     3     4     5     6     7     8     9    10
8676 #          +-----+-----+-----------------+-----+-----------+-----+-----+
8677 #          |Edit |Cursr|    Parity       |Video|Transmiss'n| Hz  |Click|
8678 #   +------+-----+-----+-----------------+-----+-----------+-----+-----+
8679 #   |  Up  | Dplx|Blink|      See        |GonBk|   See     | 60  | Off |
8680 #   +------+-----+-----+-----------------+-----+-----------+-----+-----+
8681 #   | Down |Local|St'dy|    TABLE 3      |BkonG|  CHART    | 50  | On  |
8682 #   +------+-----+-----+-----------------+-----+-----------+-----+-----+
8684 #                                    TABLE 2:
8686 #             +-----------+-----+-----+-----+-----+-----------+
8687 #             | Display   |  1  |  2  |  3  |  4  |   Baud    |
8688 #             +-----------+-----+-----+-----+-----+           |
8689 #             | Printer   |  7  |  8  |  9  | 10  |   Rate    |
8690 #             +-----------+-----+-----+-----+-----+-----------+
8691 #                         |  D  |  D  |  D  |  D  |   9600    |
8692 #                         |  U  |  D  |  D  |  D  |     50    |
8693 #                         |  D  |  U  |  D  |  D  |     75    |
8694 #                         |  U  |  U  |  D  |  D  |    110    |
8695 #                         |  D  |  D  |  U  |  D  |    135    |
8696 #                         |  U  |  D  |  U  |  D  |    150    |
8697 #                         |  D  |  U  |  U  |  D  |    300    |
8698 #                         |  U  |  U  |  U  |  D  |    600    |
8699 #                         |  D  |  D  |  D  |  U  |   1200    |
8700 #                         |  U  |  D  |  D  |  U  |   1800    |
8701 #                         |  D  |  U  |  D  |  U  |   2400    |
8702 #                         |  U  |  U  |  D  |  U  |   3600    |
8703 #                         |  D  |  D  |  U  |  U  |   4800    |
8704 #                         |  U  |  D  |  U  |  U  |   7200    |
8705 #                         |  D  |  U  |  U  |  U  |   9600    |
8706 #                         |  U  |  U  |  U  |  U  |  19200    |
8707 #                         +-----+-----+-----+-----+-----------+
8709 #                                    TABLE 3:
8710 #                         +-----+-----+-----+-----------+
8711 #                         |  3  |  4  |  5  |   Parity  |
8712 #                         +-----+-----+-----+-----------+
8713 #                         |  X  |  X  |  D  |    None   |
8714 #                         |  D  |  D  |  U  |     Odd   |
8715 #                         |  D  |  U  |  U  |    Even   |
8716 #                         |  U  |  D  |  U  |    Mark   |
8717 #                         |  U  |  U  |  U  |   Space   |
8718 #                         +-----+-----+-----+-----------+
8719 #                                 X = don't care
8721 #                                     CHART:
8722 #                         +-----+-----+-----------------+
8723 #                         |  7  |  8  | Communication   |
8724 #                         +-----+-----+-----------------+
8725 #                         |  D  |  D  |  Half Duplex    |
8726 #                         |  D  |  U  |  Full Duplex    |
8727 #                         |  U  |  D  |     Block       |
8728 #                         |  U  |  U  |     Local       |
8729 #                         +-----+-----+-----------------+
8731 # (tvi950: early versions had obsolete ":ma=^Vj^Kk^Hh^Ll^^H:".
8732 # I also inserted :ic: and :kI:; the :ko: string indicated that :IC:
8733 # should be present and all tvi native modes use the same string for this.
8734 # Finally, note that BSD has cud1=^V. -- esr)
8735 tvi950|televideo 950:\
8736         :am:bs:hs:mi:ms:xn:xo:\
8737         :co#80:it#8:li#24:sg#1:\
8738         :ac=b\011c\014d\re\ni\013:ae=^X:al=\EE:as=^U:bl=^G:bt=\EI:\
8739         :cd=\Ey:ce=\Et:cl=\E*:cm=\E=%+ %+ :cr=\r:ct=\E3:dc=\EW:\
8740         :dl=\ER:do=\n:ds=\Eg\Ef\r:ei=\Er:fs=\r:ho=^^:ic=\EQ:im=\Eq:\
8741         :is=\EDF\EC\Ed\EG0\Eg\Er\EO\E'\E(\E%\Ew\EX\Ee \017\011\El\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\011\Ex3\200\200\Ex4\r\200\Ef\r:\
8742         :k0=^A0\r:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
8743         :k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:kA=\EE:kB=\EI:kC=\E*:\
8744         :kD=\EW:kE=\Et:kI=\EQ:kL=\ER:kS=\Ey:kb=^H:kd=^V:kh=^^:kl=^H:\
8745         :kr=^L:ku=^K:le=^H:mk@:nd=^L:pf=\Ea:po=\E`:sf=\n:sr=\Ej:\
8746         :st=\E1:ta=^I:ts=\Eg\Ef:up=^K:vb=\Eb\Ed:tc=adm+sgr:
8748 # is for 950 with two pages adds the following:
8749 #       set 48 line page (\E\\2)
8750 #       place cursor at page 0, line 24, column 1 (\E-07 )
8751 #       set local (no send) edit keys (\Ek)
8753 # two page 950 adds the following:
8754 #       when entering ex, set 24 line page (\E\\1)
8755 #       when exiting ex, reset 48 line page (\E\\2)
8756 #                        place cursor at 0,24,1 (\E-07 )
8757 #       set duplex (send) edit keys (\El) when entering vi
8758 #       set local (no send) edit keys (\Ek) when exiting vi
8760 tvi950-2p|televideo950 w/2 pages:\
8761         :is=\EDF\EC\Ed\EG0\Eg\Er\EO\E'\E(\E%\Ew\EX\Ee \017\011\Ek\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\011\Ex3\200\200\Ex4\r\200\E\\2\E-07 \011:\
8762         :ke=\Ek:ks=\El:te=\E\\2\E-07\040:ti=\E\\1\E-07\040:\
8763         :tc=tvi950:
8765 # is for 950 with four pages adds the following:
8766 #       set 96 line page (\E\\3)
8767 #       place cursor at page 0, line 24, column 1 (\E-07 )
8769 # four page 950 adds the following:
8770 #       when entering ex, set 24 line page (\E\\1)
8771 #       when exiting ex, reset 96 line page (\E\\3)
8772 #                        place cursor at 0,24,1 (\E-07 )
8774 tvi950-4p|televideo950 w/4 pages:\
8775         :is=\EDF\EC\Ed\EG0\Eg\Er\EO\E'\E(\E%\Ew\EX\Ee \017\011\Ek\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\011\Ex3\200\200\Ex4\r\200\E\\3\E-07 \011:\
8776         :ke=\Ek:ks=\El:te=\E\\3\E-07\040:ti=\E\\1\E-07\040:\
8777         :tc=tvi950:
8779 # :is: for reverse video 950 changes the following:
8780 #       set reverse video (\Ed)
8782 # set vb accordingly (\Ed ...delay... \Eb)
8784 tvi950-rv|televideo950 rev video:\
8785         :is=\EDF\EC\Eb\EG0\Eg\Er\EO\E'\E(\E%\Ew\EX\Ee \017\011\El\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\011\Ex3\200\200\Ex4\r\200:\
8786         :vb=\Ed\Eb:tc=tvi950:
8788 # tvi950-rv-2p uses the appropriate entries from 950-2p and 950-rv
8789 tvi950-rv-2p|televideo950 rev video w/2 pages:\
8790         :is=\EDF\EC\Eb\EG0\Eg\Er\EO\E'\E(\E%\Ew\EX\Ee \017\011\Ek\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\011\Ex3\200\200\Ex4\r\200\E\\2\E-07\040:\
8791         :ke=\Ek:ks=\El:te=\E\\2\E-07\040:ti=\E\\1\E-07\040:\
8792         :vb=\Ed\Eb:tc=tvi950:
8794 # tvi950-rv uses the appropriate entries from 950-4p and 950-rv
8795 tvi950-rv-4p|televideo950 rev video w/4 pages:\
8796         :is=\EDF\EC\Eb\EG0\Er\EO\E'\E(\E%\Ew\EX\Ee \017\011\Ek\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\011\Ex3\200\200\Ex4\r\200\E\\3\E-07\040:\
8797         :ke=\Ek:ks=\El:te=\E\\3\E-07\040:ti=\E\\1\E-07\040:\
8798         :vb=\Ed\Eb:tc=tvi950:
8799 # From: Andreas Stolcke <stolcke@icsi.berkeley.edu>
8800 # (tvi955: removed obsolete ":ma:=^Vj^Kk^Hh^Ll^^H";
8801 # removed incorrect (and overridden) ":do=^J:"; fixed broken continuations in
8802 # the :rs: string, inserted the :IC: implied by the termcap :ko: string.  Note
8803 # the :ko: string had :cl: in it, which means that one of the original
8804 # :cl=\E*:, <kclr=\EY> had to be wrong; set <kclr=\E*> because that's what
8805 # the 950 has.   Finally, corrected the <kel> string to match the 950 and what
8806 # ko implies -- esr)
8807 # If the BSD termcap file was right, :cm=\E=%p1%{32}%+%c%p2%{32}%+%c: would
8808 # also work.
8809 tvi955|televideo 955:\
8810         :5i:bs:ms@:\
8811         :it#8:sg@:\
8812         :RA=\E[=7l:RX=^N:SA=\E[=7h:SX=^O:\
8813         :ac=0_`RjHkGlFmEnIoPqKsQtMuLvOwNxJ:ae=\E%%:as=\E$:\
8814         :cm=\E[%i%d;%dH:do=^V:is=\E[=3l\EF1\Ed\EG0\E[=5l\E%\El:\
8815         :kM=\EQ:kN=\EK:kP=\EJ:kT=\E1:ka=\E3:kt=\E2:mb=\EG2:\
8816         :me=\EG0\E[=5l:mh=\E[=5h:mk=\EG1:ps=\EP:\
8817         :r1=\EDF\EC\Eg\Er\EO\E'\E(\Ew\EX\Ee \017\E0P\E6\200\E0p\E4\200\Ef\r:\
8818         :sf@:ve=\E.2:vi=\E.0:vs=\E.1:tc=tvi950:
8819 tvi955-w|955-w|televideo955 w/132 cols:\
8820         :co#132:\
8821         :is=\E[=3h\EF1\Ed\EG0\E[=5l\E%\El:tc=tvi955:
8822 # use half-intensity as normal mode, full intensity as :md:
8823 tvi955-hb|955-hb|televideo955 half-bright:\
8824         :is=\E[=3l\EF1\Ed\EG0\E[=5h\E%\El:md=\E[=5l:\
8825         :me=\EG0\E[=5h:mh@:tc=tvi955:
8826 # From: Humberto Appleton <beto@cs.utexas.edu>, 880521 UT Austin
8827 # (tvi970: removed ":sg#0:"; removed :se:=\E[m, :ue:=\E[m;
8828 # added :am:/:cs:/:ho:/<hpa>/<vpa>/:ti:/:te: from BRL.
8829 # According to BRL we could have :ke:=\E>, :ks:=\E= but I'm not sure what
8830 # it does to the function keys.  I deduced <rmam>/<smam>.
8831 # also added empty <acsc> to suppress tic warning,  -- esr)
8832 tvi970|televideo 970:\
8833         :am:bs:da:db:mi:ms:pt:\
8834         :co#80:it#8:li#24:\
8835         :RA=\E[?7h:SA=\E[?7l:ac=:ae=\E(B:al=\E[L:as=\E(B:bt=\E[Z:\
8836         :cd=\E[J:ce=\E[K:ch=\E[%i%dG:cl=\E[H\E[2J:cm=\E[%i%d;%df:\
8837         :cs=\E[%i%d;%dr:cv=\E[%i%dd:dc=\E[P:dl=\E[M:do=\ED:\
8838         :ds=\Eg\Ef\r:ei=\E[4l:ho=\E[H:im=\E[4h:\
8839         :is=\E<\E[?21l\E[19h\E[1Q\E[10l\E[7l\E[H\E[2J:k1=\E?a:\
8840         :k2=\E?b:k3=\E?c:k4=\E?d:k5=\E?e:k6=\E?f:k7=\E?g:k8=\E?h:\
8841         :k9=\E?i:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
8842         :le=^H:me=\E[m:nd=\E[C:se=\E[m:so=\E[7m:sr=\EM:ta=^I:te=:\
8843         :ti=\E[?20l\E[?7h\E[1Q:ue=\E[m:up=\EM:us=\E[4m:\
8844         :vb=\E[5m\E[m:vs=\E[1Q:
8845 tvi970-vb|televideo 970 with visual bell:\
8846         :vb=\E[?5h\200\200\200\200\200\200\200\200\200\200\200\200\200\E[?5l:\
8847         :tc=tvi970:
8848 tvi970-2p|televideo 970 with using 2 pages of memory:\
8849         :te=\E[H\E[J\E[V:ti=\E[U\E[?20l\E[?7h\E[1Q:tc=tvi970:
8850 # Works with vi and rogue.  NOTE: Esc v sets autowrap on, Esc u sets 80 chars
8851 # per line (rather than 40), Esc K chooses the normal character set.  Not sure
8852 # padding is needed, but adapted from the tvi920c termcap.  The :so: and
8853 # :us: strings are klutzy, but at least use no screen space.
8854 # (tvipt: removed obsolete ":ma=^Kk^Ll^R^L:".  I wish we knew <rmam>,
8855 # its absence means <smam>=\Ev isn't safe to use. -- esr)
8856 # From: Gene Rochlin <armsis@amber.berkeley.edu> 9/19/84.
8857 # The :cd:/:k0:/:k1:/:kh:/<mc4>, and <mc5> caps are from BRL, which says:
8858 # F1 and F2 should be programmed as ^A and ^B; required for UNIFY.
8859 tvipt|televideo personal terminal:\
8860         :am:bs:\
8861         :co#80:li#24:\
8862         :al=5*\EE:bt=\EI:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :dl=5*\ER:\
8863         :ho=^^:if=/usr/share/tabset/stdcrt:is=\Ev\Eu\EK:k0=^A:\
8864         :k1=^B:kb=^H:kd=\n:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:nd=^L:pf=^T:\
8865         :po=^R:se=\EF:so=\EG1@A\EH:ue=\EF:up=^K:us=\EG1B@\EH:
8866 # From: Nathan Peterson <nathan@sco.com>, 03 Sep 1996
8867 # (sgr removed to fit entry within 1023 bytes)
8868 # (rmacs/smacs removed for consistency)
8869 # (acsc removed to fit entry within 1023 bytes)
8870 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
8871 tvi9065|televideo 9065:\
8872         :am:bw:hs:mi:ms:xn:xo:\
8873         :co#80:it#8:li#25:lm#0:ma#4:vt#0:ws#30:\
8874         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
8875         :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:al=\EE:\
8876         :bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :cr=\r:\
8877         :cs=\E[%i%d;%dr:ct=\E3:dc=\EW:dl=\ER:dm=\Er:do=^V:\
8878         :ds=\E_30\r:ec=\E[%d@:ed=\200:ei=\Er:fs=\r:ho=^^:\
8879         :i1=\E"\E%\E'\E(\EG@\EO\EX\E[=5l\E[=6l\E[=7h\Ed\Er:\
8880         :i2=\E<\E[=4l\E[=8h:if=/usr/share/tabset/stdcrt:im=\Eq:\
8881         :ip=3:is=\EF2\EG0\E\\L:k1=^A@\r:k2=^AA\r:k3=^AB\r:\
8882         :k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:\
8883         :kD=\EW:kb=^H:kd=^V:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:\
8884         :ll=\E[25;1H:mb=\EG2:md=\EG,:me=\EG0\E%:mh=\EGp:mr=\EG4:\
8885         :nd=^L:nw=\r\n:rp=\E[%r%db%.:se=\EG0:sf=\n:so=\EGt:sr=\Ej:\
8886         :st=\E1:ta=^I:te=\E.3\Er\E[1;25r\E[25;0H:ti=\E.2:\
8887         :ts=\E[4;1v\E_30:uc=\EG8\EG0:ue=\EG0:up=^K:us=\EG8:\
8888         :vb=\Eb\Ed:ve=\E.3:vi=\E.0:vs=\E.2:
8890 #### Visual (vi)
8892 # In September 1993, Visual Technology of Westboro, Massachusetts,
8893 # merged with White Pine Software of Nashua, New Hampshire.
8895 # White Pine Software may be contacted at +1 603/886-9050.
8896 # Or visit White Pine on the World Wide Web at URL http://www.wpine.com.
8899 # Visual 50 from Beau Shekita, BTL-Whippany <whuxlb!ejs>
8900 # Recently I hacked together the following termcap for Visual
8901 # Technology's Visual 50 terminal. It's a slight modification of
8902 # the vt52 termcap.
8903 # It's intended to run when the Visual 50 is in vt52 emulation mode
8904 # (I know what you're thinking; if it's emulating a vt52, then why
8905 # another termcap? Well, it turns out that the Visual 50 can handle
8906 # :dl: and db(?) among other things, which the vt52 can't)
8907 # The termcap works OK for the most part. The only problem is on
8908 # character inserts. The whole line gets painfully redrawn for each
8909 # character typed. Any suggestions?
8910 # Beau's entry is combined with the vi50 entry from University of Wisconsin.
8911 # Note especially the :al: function.  :k4:-:k6: are really l4-l6 in
8912 # disguise; :k7:-:k9: are really l1-l3.
8913 vi50|visual 50:\
8914         :am:bs:da:db:ms:pt:\
8915         :co#80:it#8:li#24:\
8916         :al=\EL:bl=^G:bt=4\Ez:cd=\EJ:ce=16\EK:cl=\EH\EJ:\
8917         :cm=\EY%+ %+ :cr=\r:dl=3*\EM:do=\EB:ho=\EH:k1=\EP:k2=\EQ:\
8918         :k3=\ER:k4=\EV:k5=\EE:k6=\E]:k7=\EL:k8=\Ev:k9=\EM:kb=^H:\
8919         :kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:nl=\n:\
8920         :nw=\r\n:se=\ET:sf=\n:so=\EU:sr=\EI:ta=^I:ue=\EW:up=\EA:\
8921         :us=\ES:
8922 # this one was BSD & SCO's vi50
8923 vi50adm|visual 50 in adm3a mode:\
8924         :am:ms:\
8925         :co#80:it#8:li#24:\
8926         :al=\EL:bl=^G:cd=\Ek:ce=\EK:cl=^Z:cm=\E=%+ %+ :cr=\r:dl=\EM:\
8927         :do=\n:ho=\EH:kb=^H:kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:le=^H:\
8928         :nd=^L:se=\ET:sf=\n:so=\EU:ta=^I:up=^K:
8929 # From: Jeff Siegal <jbs@quiotix.com>
8930 vi55|Visual 55:\
8931         :am:bs:mi:ms:\
8932         :co#80:it#8:li#24:\
8933         :al=\EL:cd=\EJ:ce=\EK:cl=\Ev:cm=\EY%+ %+ :cs=\E_%+A%+A:\
8934         :dc=\Ew:dl=\EM:do=\n:ei=\Eb:ho=\EH:im=\Ea:\
8935         :is=\Ev\E_AX\Eb\EW\E9P\ET:kb=^H:kd=\EB:kl=\ED:kr=\EC:\
8936         :ku=\EA:le=^H:nd=\EC:se=\ET:so=\EU:sr=\EI:ta=^I:up=\EA:
8938 # Visual 200 from BRL
8939 # The following switch settings are assumed for normal operation:
8940 #       FULL_DUPLEX             SCROLL                  CR
8941 #       AUTO_NEW_LINE_ON        VISUAL_200_EMULATION_MODE
8942 # Other switches may be set for operator convenience or communication
8943 # requirements.
8944 # Character insertion is kludged in order to get around the "beep" misfeature.
8945 # (This cap is commented out because :im:/:ei: is more efficient -- esr)
8946 # Supposedly "4*" delays should be used for :al:, :cd:, :cl:, :dc:,
8947 # and :dl: strings, but we seem to get along fine without them.
8948 vi200|visual 200:\
8949         :am:bs:mi:ms:pt:\
8950         :co#80:it#8:kn#10:li#24:\
8951         :ac=:ae=\EG:al=\EL:as=\EF:bl=^G:bt=\Ez:cd=\Ey:ce=\Ex:cl=\Ev:\
8952         :cm=\EY%+ %+ :cr=\r:ct=\Eg:dc=\EO:dl=\EM:do=\n:ho=\EH:\
8953         :k0=\E?p:k1=\E?q:k2=\E?r:k3=\E?s:k4=\E?t:k5=\E?u:k6=\E?v:\
8954         :k7=\E?w:k8=\E?x:k9=\E?y:kA=\EL:kC=\Ev:kD=\EO:kE=\Et:kI=\Ei:\
8955         :kL=\EM:kM=\Ej:kS=\EJ:kT=\E1:kb=^H:kd=\EB:ke=\E>:kh=\EH:\
8956         :kl=\ED:kr=\EC:ks=\E=:kt=\E2:ku=\EA:le=^H:me=\E3\Eb:mh=\E4:\
8957         :mk=\Ea:nd=\EC:pf=\EX:po=\EW:ps=\EH\E]:\
8958         :r1=\E3\Eb\Ej\E\El\EG\Ec\Ek\EX:se=\E3:sf=\n:so=\E4:\
8959         :sr=\EI:st=\E1:ta=^I:up=\EA:ve=\Ec:vs=\Ed:
8960 # The older Visuals didn't come with function keys. This entry uses
8961 # :ks: and :ke: so that the keypad keys can be used as function keys.
8962 # If your version of vi doesn't support function keys you may want
8963 # to use vi200-f.
8964 vi200-f|visual 200 no function keys:\
8965         :is=\E3\Eb\Ej\E\\\El\EG\Ed\Ek:k0=\E?p:k1=\E?q:k2=\E?r:\
8966         :k3=\E?s:k4=\E?t:k5=\E?u:k6=\E?v:k7=\E?w:k8=\E?x:k9=\E?y:\
8967         :ke=\E>:ks=\E=:se@:so@:tc=vi200:
8968 vi200-rv|visual 200 reverse video:\
8969         :se=\E3:so=\E4:sr@:ve@:vs@:tc=vi200:
8971 # the function keys are programmable but we don't reprogram them to their
8972 # default values with :is: because programming them is very verbose. maybe
8973 # an initialization file should be made for the 300 and they could be stuck
8974 # in it.
8975 # (vi300: added <rmam>/<smam> based on init string -- esr)
8976 vi300|visual 300 ansi x3.64:\
8977         :am:bw:mi:xn:\
8978         :co#80:li#24:\
8979         :RA=\E[?7l:SA=\E[?7h:al=\E[L:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:\
8980         :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=\r:dc=40\E[P:dl=\E[M:\
8981         :do=\E[B:ei=\E[4l:ho=\E[H:im=\E[4h:\
8982         :is=\E[7s\E[2;3;4;20;?5;?6l\E[12;?7h\E[1Q\E[0;1(D\E[8s:\
8983         :k1=\E_A\E\\:k2=\E_B\E\\:k3=\E_C\E\\:k4=\E_D\E\\:\
8984         :k5=\E_E\E\\:k6=\E_F\E\\:k7=\E_G\E\\:k8=\E_H\E\\:\
8985         :k9=\E_I\E\\:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
8986         :me=\E[m:nd=\E[C:se=\E[m:sf=\n:so=\E[1m:sr=\EM:ta=^I:\
8987         :ue=\E[m:up=\E[A:us=\E[4m:
8988 # some of the vi300s have older firmware that has the command
8989 # sequence for setting editing extent reversed.
8990 vi300-old|visual 300 with old firmware (set edit extent reversed):\
8991         :is=\E[7s\E[2;3;4;20;?5;?6l\E[12;?7h\E[2Q\E[0;1(D\E[8s:\
8992         :tc=vi300:
8994 # Visual 500 prototype entry from University of Wisconsin.
8995 # The best place to look for the escape sequences is page A1-1 of the
8996 # Visual 500 manual.  The initialization sequence given here may be
8997 # overkill, but it does leave out some of the initializations which can
8998 # be done with the menus in set-up mode.
8999 # The :xp: line below is so that emacs can understand the padding requirements
9000 # of this slow terminal.  :xp: is 10 time the padding factor.
9001 # (vi500: removed unknown :xp#4: termcap;
9002 # also added empty <acsc> to suppress tic warning -- esr)
9003 vi500|visual 500:\
9004         :am:mi:ms:\
9005         :co#80:it#8:li#33:\
9006         :ac=:ae=^O:al=3*\EL\Ex:as=^N:bt=4\Ez:cd=3*\Ey:ce=16\Ex:\
9007         :cl=6*\Ev:cm=\EY%+ %+ :cr=\r:cs=\E(%+ %+ :dc=3*\EO:\
9008         :dl=3*\EM:do=\EB:ei=\Ej:ho=\EH:im=\Ei:\
9009         :is=\E3\E\001\E\007\E\003\Ek\EG\Ed\EX\El\E>\Eb\E\\:\
9010         :kb=^H:kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:\
9011         :nw=\r\n:se=\E^G:sf=\n:so=\E^H:ta=8^I:ue=\E^C:up=\EA:\
9012         :us=\E^D:
9014 # The visual 550 is a visual 300 with tektronix graphics,
9015 # and with 33 lines. clear screen is modified here to
9016 # also clear the graphics.
9017 vi550|visual 550 ansi x3.64:\
9018         :li#33:\
9019         :cl=\030\E[H\E[2J:tc=vi300:
9021 vi603|visual603|visual 603:\
9022         :hs:mi:\
9023         :al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
9024         :cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:ds=\EP2;1~\E\\:ei=\E[4l:\
9025         :fs=\E\\:i1=\E>\E[?3l\E[?4l\E[?7h\E[?8h\E[1;24r:\
9026         :im=\E[4h:mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:\
9027         :se=\E[27m:sf=\ED:so=\E[7m:sr=\EM:ts=\EP2~:ue=\E[24m:\
9028         :up=\E[A:us=\E[4m:tc=vt100+4bsd:
9030 #### Wyse (wy)
9032 #       Wyse Technology
9033 #       3471 North First Street
9034 #       San Jose, CA 95134
9035 #       Vox: (408)-473-1200
9036 #       Fax: (408) 473-1222
9037 #       Web: http://www.wyse.com
9039 # Wyse sales can be reached by phone at 1-800-GET-WYSE.  Tech support is at
9040 # (800)-800-WYSE (option 5 gets you a human).  There's a Web page at the
9041 # obvious address, <http://www.wyse.com>.  They keep terminfo entries at
9042 # https://web.archive.org/web/19970712022641/http://www.wyse.co.uk/support/appnotes/idxappnt.htm
9045 # Wyse bought out Link Technology, Inc. in 1990 and closed it down in 1995.
9046 # They now own the Qume and Amdek brands, too.  So these are the people to
9047 # talk with about all Link, Qume, and Amdek terminals.
9049 # These entries include a few small fixes.
9050 # I canceled the bel capacities in the vb entries.
9051 # I made two trivial syntax fixes in the wyse30 entry.
9052 # I made some entries relative to adm+sgr.
9055 # Note: The wyse75, wyse85, and wyse99 have been discontinued.
9057 #          Although the Wyse 30 can support more than one attribute
9058 #       it requires magic cookies to do so.  Many applications do not
9059 #       function well with magic cookies.  The following terminfo uses
9060 #       the protect mode to support one attribute (dim) without cookies.
9061 #       If more than one attribute is needed then the wy30-mc terminfo
9062 #       should be used.
9064 wy30|wyse30|Wyse 30:\
9065         :5i:am:bw:hs:mi:ms:xo:\
9066         :Nl#8:co#80:lh#1:li#24:lw#8:ma#1:ws#45:\
9067         :#2=\E{:&3=\Er:@8=\E7:LF=\EA11:LO=\EA10:\
9068         :ac=0wa_h[jukslrmqnxqzttuyv]wpxv:ae=\EH^C:al=2\EE:\
9069         :as=\EH^B:bl=^G:bt=\EI:cd=80\EY:ce=\ET:cl=80\E+:\
9070         :cm=\E=%+ %+ :cr=\r:ct=\E0:dc=10\EW:dl=1\ER:do=\n:ds=\EF\r:\
9071         :ei=\Er:fs=\r:ho=^^:im=\Eq:ip=2:\
9072         :is=\E'\E(\E\1363\E`9\016\024:k1=^A@\r:k2=^AA\r:\
9073         :k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:\
9074         :kA=\EE:kB=\EI:kD=\EW:kE=\ET:kI=\EQ:kL=\ER:kN=\EK:kP=\EJ:\
9075         :kS=\EY:kb=^H:kd=\n:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:ll=^^^K:\
9076         :me=\E(:mh=\E`7\E):mp=\E`7\E):nd=^L:nw=\r\n:pf=^T:po=^X:\
9077         :ps=\EP:se=\E(:sf=2\n:so=\E`7\E):sr=3\Ej:st=\E1:ta=1^I:\
9078         :ts=\EF:up=^K:vb=\E`8\E`9:ve=\E`1:vi=\E`0:
9080 #       This terminal description uses the non-hidden attribute mode
9081 #       (with magic cookie).
9083 # (wy30-mc: added :ti: to suppress tic warning --esr)
9084 wy30-mc|wyse30-mc|wyse 30 with magic cookies:\
9085         :ms@:\
9086         :ma@:sg#1:\
9087         :ae=\EG0\EH\003:as=\EG0\EH\002:mb=\EG2:\
9088         :me=\EG0\E(\EH\003:mh=\EGp:mp=\EG0\E):se=\EG0:so=\EG4:\
9089         :te=\EG0:ti=:tc=wy30:tc=adm+sgr:
9090 #       The mandatory pause used by :vb: does not work with
9091 #       older versions of terminfo.  If you see this effect then
9092 #       unset xon and delete the / from the delay.
9093 #       i.e. change $<100/> to $<100>
9094 wy30-vb|wyse30-vb|wyse 30 visible bell:\
9095         :bl@:tc=wy30:
9097 #          The Wyse 50 can support one attribute (e.g. Dim, Inverse,
9098 #       Normal) without magic cookies by using the protect mode.
9099 #       The following description uses this feature, but when more
9100 #       than one attribute is put on the screen at once, all attributes
9101 #       will be changed to be the same as the last attribute given.
9102 #          The Wyse 50 can support more attributes when used with magic
9103 #       cookies.  The wy50-mc terminal description uses magic cookies
9104 #       to correctly handle multiple attributes on a screen.
9106 wy50|wyse50|Wyse 50:\
9107         :5i:am:bw:hs:mi:ms:xo:\
9108         :Nl#8:co#80:lh#1:li#24:lw#8:ma#1:ws#45:\
9109         :#2=\E{:%9=\EP:&3=\Er:@8=\E7:F1=^AJ\r:F2=^AK\r:F3=^AL\r:\
9110         :F4=^AM\r:F5=^AN\r:F6=^AO\r:LF=\EA11:LO=\EA10:\
9111         :ac=0wa_h[jukslrmqnxqzttuyv]wpxv:ae=\EH^C:al=\EE:\
9112         :as=\EH^B:bl=^G:bt=\EI:cd=20\EY:ce=\ET:cl=20\E+:\
9113         :cm=\E=%+ %+ :cr=\r:ct=\E0:dc=1\EW:dl=\ER:do=\n:ds=\EF\r:\
9114         :ei=\Er:fs=\r:ho=^^:i1=30\E`\072\E`9:im=\Eq:ip=1:\
9115         :is=\016\024\E'\E(:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:\
9116         :k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:\
9117         :kA=\EE:kB=\EI:kD=\EW:kE=\ET:kI=\EQ:kL=\ER:kN=\EK:kP=\EJ:\
9118         :kS=\EY:kb=^H:kd=\n:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:ll=^^^K:\
9119         :me=\E(:mh=\E`7\E):mp=\E`7\E):mr=\E`6\E):nd=^L:nw=\r\n:\
9120         :pf=^T:po=^X:ps=\EP:se=\E(:sf=2\n:so=\E`6\E):sr=\Ej:st=\E1:\
9121         :ta=^I:ts=\EF:up=^K:vb=\E`8\E`9:ve=\E`1:vi=\E`0:
9123 #       This terminal description uses the non-hidden attribute mode
9124 #       (with magic cookie).
9126 #       The mandatory pause used by flash does not work with some
9127 #       older versions of terminfo.  If you see this effect then
9128 #       unset :xo: and delete the / from the delay.
9129 #       i.e. change $<100/> to $<100>
9130 # (wy50-mc: added :ti: to suppress tic warning --esr)
9131 wy50-mc|wyse50-mc|wyse 50 with magic cookies:\
9132         :ms@:\
9133         :ma@:sg#1:\
9134         :ae=\EG0\EH\003:as=\EG0\EH\002:mb=\EG2:\
9135         :me=\EG0\E(\EH\003:mh=\EGp:mp=\EG0\E):mr=\EG4:se=\EG0:\
9136         :so=\EGt:te=\EG0:ti=:tc=wy50:tc=adm+sgr:
9137 wy50-vb|wyse50-vb|wyse 50 visible bell:\
9138         :bl@:tc=wy50:
9139 wy50-w|wyse50-w|wyse 50 132-column:\
9140         :Nl#16:co#132:lw#7:ws#97:\
9141         :cm=\Ea%i%dR%dC:dc=2\EW:i1=30\E`;\E`9:tc=wy50:
9142 wy50-wvb|wyse50-wvb|wyse 50 132-column visible bell:\
9143         :bl@:tc=wy50-w:
9146 #       The Wyse 350 is a Wyse 50 with color.
9147 #       Unfortunately this means that it has magic cookies.
9148 #       The color attributes are designed to overlap the reverse, dim and
9149 #       underline attributes.  This is nice for monochrome applications
9150 #       because you can make underline stuff green (or any other color)
9151 #       but for true color applications it's not so hot because you cannot
9152 #       mix color with reverse, dim or underline.
9153 #           To further complicate things one of the attributes must be
9154 #       black (either the foreground or the background).  In reverse video
9155 #       the background changes color with black letters.  In normal video
9156 #       the foreground changes colors on a black background.
9157 #           This terminfo uses some of the more advanced features of curses
9158 #       to display both color and blink.  In the final analysis I am not
9159 #       sure that the wy350 runs better with this terminfo than it does
9160 #       with the wy50 terminfo (with user adjusted colors).
9162 #       The mandatory pause used by flash does not work with
9163 #       older versions of terminfo.  If you see this effect then
9164 #       unset xon and delete the / from the delay.
9165 #       i.e. change $<100/> to $<100>
9167 # Bug: The <op> capability resets attributes.
9168 wy350|wyse350|Wyse 350:\
9169         :5i:am:bw:hs:mi:xo:\
9170         :Co#8:NC#55:Nl#8:co#80:lh#1:li#24:lw#8:pa#8:sg#1:ws#45:\
9171         :#2=\E{:%9=\EP:&3=\Er:@8=\E7:F1=^AJ\r:F2=^AK\r:F3=^AL\r:\
9172         :F4=^AM\r:F5=^AN\r:F6=^AO\r:LF=\EA11:LO=\EA10:Sb=:\
9173         :ac=0wa_h[jukslrmqnxqzttuyv]wpxv:ae=\EG0\EH\003:al=\EE:\
9174         :as=\EG0\EH\002:bl=^G:bt=\EI:cd=20\EY:ce=\ET:cl=20\E+:\
9175         :cm=\E=%+ %+ :cr=\r:ct=\E0:dc=1\EW:dl=\ER:do=\n:ds=\EF\r:\
9176         :ei=\Er:fs=\r:ho=^^:i1=30\E`\072\E`9:i2=\E%?:im=\Eq:ip=1:\
9177         :is=\016\024\E'\E(:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:\
9178         :k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:\
9179         :kA=\EE:kB=\EI:kD=\EW:kE=\ET:kI=\EQ:kL=\ER:kN=\EK:kP=\EJ:\
9180         :kS=\EY:kb=^H:kd=\n:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:ll=^^^K:\
9181         :mb=\EG2:me=%{0}%PA%{0}%PC:mh=\EGp:mp=\EG0\E):nd=^L:\
9182         :nw=\r\n:oc=\E%?:op=\EG0:pf=^T:po=^X:ps=\EP:sf=2\n:sr=\Ej:\
9183         :st=\E1:ta=^I:ts=\EF:up=^K:vb=\E`8\E`9:ve=\E`1:vi=\E`0:\
9184         :tc=adm+sgr:
9185 wy350-vb|wyse350-vb|wyse 350 visible bell:\
9186         :bl@:tc=wy350:
9187 wy350-w|wyse350-w|wyse 350 132-column:\
9188         :Nl#16:co#132:lw#7:ws#97:\
9189         :cm=\Ea%i%dR%dC:dc=2\EW:i1=30\E`;\E`9:tc=wy350:
9190 wy350-wvb|wyse350-wvb|wyse 350 132-column visible bell:\
9191         :bl@:tc=wy350-w:
9193 #       This terminfo description is untested.
9194 #       The wyse100 emulates an adm31, so the adm31 entry should work.
9196 wy100|wyse 100:\
9197         :hs:mi:\
9198         :co#80:li#24:sg#1:\
9199         :al=\EE:bl=^G:cd=\EY:ce=\ET:cl=\E;:cm=\E=%+ %+ :cr=\r:\
9200         :dc=\EW:dl=\ER:do=\n:ds=\EA31:ei=\Er:fs=\r:im=\Eq:is=\Eu\E0:\
9201         :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
9202         :k7=^AF\r:k8=^AG\r:kb=^H:kd=\n:kh=\E{:kl=^H:kr=^L:ku=^K:\
9203         :le=^H:mk@:nd=^L:sf=\n:ts=\EF:up=^K:tc=adm+sgr:
9205 #       The Wyse 120/150 has most of the features of the Wyse 60.
9206 #       This terminal does not need padding up to 9600 baud!
9207 #       :ms: should be set but the clear screen fails when in
9208 #       alt-charset mode.  Try \EcE\s\s\E+\s if the screen is really clear
9209 #       then set :ms:.
9211 # (sgr removed to fit entry within 1023 bytes)
9212 # (rmacs/smacs removed for consistency)
9213 # (acsc removed to fit entry within 1023 bytes)
9214 wy120|wyse120|wy150|wyse150|Wyse 120/150:\
9215         :5i:am:bw:hs:km:mi:ms:xo:\
9216         :Nl#8:co#80:it#8:lh#1:li#24:lw#8:pb#9601:ws#45:\
9217         :#2=\E{:%9=\EP:&3=\Er:@8=\E7:F1=^AJ\r:F2=^AK\r:F3=^AL\r:\
9218         :F4=^AM\r:F5=^AN\r:F6=^AO\r:LF=\EA11:LO=\EA10:RA=\Ed.:\
9219         :RX=\Ec20:SA=\Ed/:SX=\Ec21:al=3\EE:bl=^G:bt=\EI:cd=50\EY:\
9220         :ce=4\ET:cl=50\E+:cm=\E=%+ %+ :cr=\r:ct=\E0:dc=7\EW:\
9221         :dl=3\ER:do=\n:ds=\EF\r:ei=\Er:fs=\r:ho=^^:i1=\EcB0\EcC1:\
9222         :i2=150\EwJ\Ew1:im=\Eq:ip=2:\
9223         :is=\Ed$\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016\024\El:\
9224         :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
9225         :k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:kA=\EE:kB=\EI:kD=\EW:\
9226         :kE=\ET:kI=\EQ:kL=\ER:kN=\EK:kP=\EJ:kS=\EY:kb=^H:kd=\n:kh=^^:\
9227         :kl=^H:kr=^L:ku=^K:le=^H:ll=^^^K:mb=\EG2:\
9228         :me=\E(\EH\003\EG0\EcD:mh=\EGp:mp=\E):nd=^L:nw=3\r\n:\
9229         :pf=^T:po=\Ed#:ps=\EP:r1=30\E~!\E~4:r2=70\EeF\E`\072:\
9230         :r3=100\EwG\Ee(:sf=3\n:so=\EGt:sr=2\Ej:st=\E1:ta=1^I:\
9231         :te=\Ew1:ti=\Ew0:ts=\EF:up=^K:vb=\E`8\E`9:ve=\E`1:vi=\E`0:\
9232         :tc=adm+sgr:
9234 wy120-w|wyse120-w|wy150-w|wyse150-w|wyse 120/150 132-column:\
9235         :Nl#16:co#132:lw#7:ws#97:\
9236         :cm=\Ea%i%dR%dC:dc=12\EW:ip=4:rs=70\E`;:tc=wy120:
9238 wy120-25|wyse120-25|wy150-25|wyse150-25|wyse 120/150 80-column 25-lines:\
9239         :Nl@:lh@:li#25:lw@:\
9240         :pn@:r3=100\EwG\Ee):tc=wy120:
9242 wy120-25-w|wyse120-25-w|wy150-25-w|wyse150-25-w|wyse 120/150 132-column 25-lines:\
9243         :Nl@:lh@:li#25:lw@:\
9244         :pn@:r3=100\EwG\Ee):tc=wy120-w:
9246 wy120-vb|wyse120-vb|wy150-vb|wyse150-vb|Wyse 120/150 visible bell:\
9247         :bl@:tc=wy120:
9249 wy120-w-vb|wy120-wvb|wyse120-wvb|wy150-w-vb|wyse150-w-vb|Wyse 120/150 132-column visible bell:\
9250         :bl@:tc=wy120-w:
9252 #       The Wyse 60 is like the Wyse 50 but with more padding.
9253 #       The reset strings are slow and the pad times very depending
9254 #       on other parameters such as font loading.  I have tried
9255 #       to follow the following outline:
9257 #               <rs1> -> set personality
9258 #               <rs2> -> set number of columns
9259 #               <rs3> -> set number of lines
9260 #               :i1: -> select the proper font
9261 #               :is: -> do the initialization
9262 #               :i3: -> set up display memory (2 pages)
9264 #       The Wyse 60's that have vt100 emulation are slower than the
9265 #       older Wyse 60's.  This change happened mid-1987.
9266 #       The capabilities effected are :dc: :dl: :al: :sf: :sr:
9268 #       The meta key is only half right.  This terminal will return the
9269 #       high order bit set when you hit CTRL-function_key
9271 #       It may be useful to assign two function keys with the
9272 #       values  \E=(\s  look at old data in page 1
9273 #               \E=W,   look at bottom of page 1
9274 #       where \s is a space ( ).
9276 #       Note:
9277 #          The Wyse 60 runs faster when the XON/XOFF
9278 #          handshake is turned off.
9280 # (wy60: we use \E{ rather than ^^ for home (both are documented) to avoid
9281 # a bug reported by Robert Dunn, <rcdii@inlink.com> -- esr)
9282 wy60|wyse60|Wyse 60:\
9283         :5i:am:bw:hs:km:mi:ms:\
9284         :Nl#8:co#80:lh#1:li#24:lw#8:ws#45:\
9285         :#2=\E{:%9=\EP:&3=\Er:@8=\E7:DK=\E`b:F1=^AJ\r:F2=^AK\r:\
9286         :F3=^AL\r:F4=^AM\r:F5=^AN\r:F6=^AO\r:LF=\EA11:LO=\EA10:\
9287         :RA=\Ed.:RC=\E`c:RX=\Ec20:SA=\Ed/:SX=\Ec21:\
9288         :ac=+/,.0[a2fxgqh1ihjYk?lZm@nEqDtCu4vAwBx3yszr{c~~:\
9289         :ae=\EcD:al=4\EE:as=\EcE:bl=^G:bt=\EI:cd=100\EY:ce=\ET:\
9290         :cl=100\E+:cm=\E=%+ %+ :cr=\r:ct=\E0:dc=11\EW:dl=5\ER:\
9291         :do=\n:ds=\EF\r:ei=\Er:fs=\r:ho=\E{:i1=\EcB0\EcC1:\
9292         :i2=150\EwJ\Ew1:im=\Eq:ip=3:\
9293         :is=\Ed$\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016\024\El:\
9294         :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
9295         :k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:kA=\EE:kB=\EI:kD=\EW:\
9296         :kE=\ET:kI=\EQ:kL=\ER:kN=\EK:kP=\EJ:kS=\EY:kb=^H:kd=\n:kh=^^:\
9297         :kl=^H:kr=^L:ku=^K:le=^H:ll=\E{^K:mb=\EG2:\
9298         :me=\E(\EH\003\EG0\EcD:mh=\EGp:mp=\E):nd=^L:nw=3\r\n:\
9299         :pf=^T:po=\Ed#:ps=\EP:r1=150\E~!\E~4:r2=150\EeG:\
9300         :r3=200\EwG\Ee(:sf=5\n:so=\EGt:sr=7\Ej:st=\E1:ta=1^I:\
9301         :te=\Ew1:ti=\Ew0:ts=\EF:up=^K:vb=\E`8\E`9:ve=\E`1:vi=\E`0:\
9302         :tc=adm+sgr:
9304 wy60-w|wyse60-w|wyse 60 132-column:\
9305         :Nl#16:co#132:lw#7:ws#97:\
9306         :cm=\Ea%i%dR%dC:dc=16\EW:ip=5:rs=150\EeF\E`;:tc=wy60:
9308 wy60-25|wyse60-25|wyse 60 80-column 25-lines:\
9309         :Nl@:lh@:li#25:lw@:\
9310         :pn@:r3=200\EwG\Ee):tc=wy60:
9311 wy60-25-w|wyse60-25-w|wyse 60 132-column 25-lines:\
9312         :Nl@:lh@:li#25:lw@:\
9313         :pn@:r3=200\EwG\Ee):tc=wy60-w:
9315 wy60-42|wyse60-42|wyse 60 80-column 42-lines:\
9316         :li#42:\
9317         :al=11\EE:cd=260\Ey:cl=260\E+:cm=2\E=%+ %+ :dc=16\EW:\
9318         :dl=11\ER:i1=\EcB2\EcC3:ip=5:nw=6\r\n:r3=150\Ee*:sf=9\n:\
9319         :sr=10\Ej:tc=wy60:
9320 wy60-42-w|wyse60-42-w|wyse 60 132-column 42-lines:\
9321         :Nl#16:co#132:lw#7:ws#97:\
9322         :cd=260\Ey:cl=260\E+:cm=2\Ea%i%dR%dC:dc=19\EW:ho=2^^:ip=6:\
9323         :nw=11\r\n:rs=150\EeF\E`;:tc=wy60-42:
9325 wy60-43|wyse60-43|wyse 60 80-column 43-lines:\
9326         :Nl@:lh@:li#43:lw@:\
9327         :pn@:r3=150\Ee+:tc=wy60-42:
9328 wy60-43-w|wyse60-43-w|wyse 60 132-column 43-lines:\
9329         :Nl@:lh@:li#43:lw@:\
9330         :pn@:r3=150\Ee+:tc=wy60-42-w:
9332 wy60-vb|wyse60-vb|Wyse 60 visible bell:\
9333         :bl@:tc=wy60:
9334 wy60-w-vb|wy60-wvb|wyse60-wvb|Wyse 60 132-column visible bell:\
9335         :bl@:tc=wy60-w:
9337 #       The Wyse-99GT looks at lot like the Wyse 60 except that it
9338 #       does not have the 42/43 line mode.  In the Wyse-60 the "lines"
9339 #       setup parameter controls the number of lines on the screen.
9340 #       For the Wyse 99GT the "lines" setup parameter controls the
9341 #       number of lines in a page.  The screen can display 25 lines max.
9342 #           The Wyse-99GT also has personalities for the VT220 and
9343 #       Tektronix 4014.  But this has no bearing on the native mode.
9345 #       (msgr) should be set but the clear screen fails when in
9346 #       alt-charset mode.  Try \EcE\s\s\E+\s if the screen is really clear
9347 #       then set msgr, else use msgr@.
9349 #       u0 -> enter Tektronix mode
9350 #       u1 -> exit Tektronix mode
9352 wy99gt|wyse99gt|Wyse 99gt:\
9353         :ms@:\
9354         :al=4\EE:cd=130\Ey:ce=5\Et:cl=130\E+:dc=7\EW:dl=4\ER:\
9355         :i2=20\Ew0:ip=2:nw@:rs=150\E`\072:sf=4\n:sr=3\Ej:ta=1^I:\
9356         :te=\Ew0:ti=\Ew1:u0=\E~>\E8:u1=\E[42h:vb=\E`8\E`9:tc=wy60:
9358 wy99gt-w|wyse99gt-w|wyse 99gt 132-column:\
9359         :Nl#16:co#132:lw#7:ws#97:\
9360         :cd=160\Ey:cl=160\E+:cm=2\Ea%i%dR%dC:dc=9\EW:ip=4:\
9361         :rs=150\E`;:tc=wy99gt:
9363 wy99gt-25|wyse99gt-25|wyse 99gt 80-column 25-lines:\
9364         :Nl@:lh@:li#25:lw@:\
9365         :pn@:r2=150\E`\072:r3=200\EwG\Ee):tc=wy99gt:
9367 wy99gt-25-w|wyse99gt-25-w|wyse 99gt 132-column 25-lines:\
9368         :Nl@:lh@:li#25:lw@:\
9369         :pn@:rs=150\E`;:tc=wy99gt-w:
9371 wy99gt-vb|wyse99gt-vb|Wyse 99gt visible bell:\
9372         :bl@:tc=wy99gt:
9374 wy99gt-w-vb|wy99gt-wvb|wyse99gt-wvb|Wyse 99gt 132-column visible bell:\
9375         :bl@:tc=wy99gt-w:
9377 # Can't set tabs! Other bugs (ANSI mode only):
9378 # - can't redefine function keys (anyway, key redefinition in ANSI mode
9379 #   is too much complex to be described);
9380 # - meta key can't be described (the terminal forgets it when reset);
9381 # The xon-xoff handshaking can't be disabled while in ansi personality, so
9382 # emacs can't work at speed greater than 9600 baud.  No padding is needed at
9383 # this speed.
9384 #   dch1 has been commented out because it causes annoying glittering when
9385 # vi deletes one character at the beginning of a line with tabs in it.
9386 #   dch makes sysgen(1M) have a horrible behaviour when deleting
9387 # a screen and makes screen(1) behave badly, so it is disabled too. The nice
9388 # thing is that vi goes crazy if smir-rmir are present and both dch-dch1 are
9389 # not, so smir and rmir are commented out as well.
9390 # From: Francesco Potorti` <F.Potorti@cnuce.cnr.it>, 24 Aug 1998
9391 # (sgr removed to fit entry within 1023 bytes)
9392 # (acsc removed to fit entry within 1023 bytes)
9393 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
9394 wy99-ansi|Wyse WY-99GT in ansi mode (int'l PC keyboard):\
9395         :am:km:mi:ms:xn:\
9396         :co#80:it#8:li#25:vt#3:\
9397         :AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:LE=1\E[%dD:\
9398         :RI=1\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:\
9399         :cd=8*\E[J:ce=1\E[K:cl=200\E[H\E[J:cm=\E[%i%d;%dH:cr=\r:\
9400         :cs=\E[%i%d;%dr:dl=\E[M:do=\ED:ec=\E[%dX:ei=\E[4l:ho=\E[H:\
9401         :im=\E[4h:\
9402         :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:\
9403         :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[M:k6=\E[17~:\
9404         :k7=\E[18~:k8=\E[19~:k9=\E[20~:kb=^H:kd=\EOB:ke=\E[?1l:\
9405         :kl=\EOD:kr=\EOC:ks=\E[?1h:ku=\EOA:le=1^H:ll=\E[24E:\
9406         :mb=\E[5m:md=\E[1m:me=\E[m\017\E["q:mh=\E[2m:mr=\E[7m:\
9407         :nd=1\E[C:nw=\EE:rc=\E8:\
9408         :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:\
9409         :sc=\E7:se=\E[27m:sf=1\n:so=\E[7m:sr=\EM:ta=^I:ue=\E[24m:\
9410         :up=\EM:us=\E[4m:vb=\E[?5h\E[?5l:ve=\E[34h\E[?25h:\
9411         :vi=\E[?25l:vs=\E[34l\E[?25h:
9413 #   This is the american terminal. Here tabs work fine.
9414 # From: Francesco Potorti` <F.Potorti@cnuce.cnr.it>, 24 Aug 1998
9415 wy99a-ansi|Wyse WY-99GT in ansi mode (US PC keyboard):\
9416         :ct=\E[3g:i2=\E[?5l:r3=\E[?5l:st=\EH:tc=wy99-ansi:
9418 # This terminal (firmware version 02) has a lot of bugs:
9419 # - can't set tabs;
9420 # - other bugs in ANSI modes (see above).
9421 # This description disables handshaking when using cup. This is because
9422 # GNU emacs doesn't like Xon-Xoff handshaking. This means the terminal
9423 # cannot be used at speeds greater than 9600 baud, because at greater
9424 # speeds handshaking is needed even for character sending. If you use
9425 # DTR handshaking, you can use even greater speeds.
9426 # From: Francesco Potorti` <F.Potorti@cnuce.cnr.it>, 24 Aug 1998
9427 # (sgr removed to fit entry within 1023 bytes)
9428 # (rmacs/smacs removed for consistency)
9429 # (acsc removed to fit entry within 1023 bytes)
9430 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
9431 wy99f|wy99fgt|wy-99fgt|Wyse WY-99GT (int'l PC keyboard):\
9432         :am:bw:hs:km:mi:ms:xo:\
9433         :co#80:it#8:li#25:ws#46:\
9434         :K1=^^:K3=\EJ:K4=\ET:K5=\EK:al=\EE:bl=^G:bt=\EI:cd=8*\EY:\
9435         :ce=8\ET:cl=\E'\E(\032:cm=\E=%+ %+ :cr=\r:dc=\EW:dl=\ER:\
9436         :do=\Ej:ds=\EF\r:ei=\Er:fs=\r:ho=^^:im=\Eq:\
9437         :is=\Eu\Ee6\EC\EDF\Ec21\Ec31\Ec62\Ec72\Ee;\016\E'\EeL\E`9\E\1360\E`1\E`4\Ee.\E`\072\Ee1\EG0\E(\Ed/\Ee4\Ed*\EO\E`I\Er\Ee"\EcD\024:\
9438         :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
9439         :k7=^AF\r:k8=^AG\r:k9=^AH\r:kb=^H:kd=\n:kl=^H:kr=^L:ku=^K:\
9440         :le=^H:mb=\EG2:me=\E(\EG0\EcD:mh=\EGp:mr=\EG4:nd=^L:nw=^_:\
9441         :rs=\Eu\E~4\Ee6\EC\EDF\Ec21\Ec31\Ec62\Ec72\Ee;\016\E'\EeL\E`9\E\1360\E`1\E`4\Ee.\E`\072\Ee)\Ew\EwG\Ew0\Ee1\EG0\E(\Ed/\Ee4\Ed*\EO\E`I\Er\Ee"\Ec@0B\EcD\024:\
9442         :se=\EG0:sf=\n:so=\EG4:sr=\Ej:ta=^I:te=\Ec21\Ec31:\
9443         :ti=\Ec20\Ec30:ts=\EF:up=^K:vb=\E\1361\E\1360:\
9444         :ve=\E`4\E`1:vi=\E`0:vs=\E`2\E`1:
9446 # This is the american terminal. Here tabs work.
9447 # From: Francesco Potorti` <F.Potorti@cnuce.cnr.it>, 24 Aug 1998
9448 wy99fa|wy99fgta|wy-99fgta|Wyse WY-99GT (US PC keyboard):\
9449         :ct=\E0:st=\E1:tc=wy99f:
9452 #       The Wyse 160 is combination of the WY-60 and the WY-99gt.
9453 #       The reset strings are slow and the pad times very depending
9454 #       on other parameters such as font loading.  I have tried
9455 #       to follow the following outline:
9457 #               <rs1> -> set personality
9458 #               <rs2> -> set number of columns
9459 #               <rs3> -> set number of lines
9460 #               :i1: -> select the proper font
9461 #               :is: -> do the initialization
9462 #               :i3: -> set up display memory (2 pages)
9464 #       The display memory may be used for either text or graphics.
9465 #       When "Display Memory = Shared" the terminal will have more pages
9466 #       but garbage may be left on the screen when you switch from
9467 #       graphics to text.  If "Display Memory = Unshared" then the
9468 #       text area will be only one page long.
9470 # (wy160: we use \E{ rather than ^^ for home (both are documented) to avoid
9471 # a bug reported by Robert Dunn, <rcdii@inlink.com> -- esr)
9472 wy160|wyse160|Wyse 160:\
9473         :5i:am:bw:hs:km:mi:ms:\
9474         :Nl#8:co#80:lh#1:li#24:lw#8:ws#38:\
9475         :#2=\E{:%9=\EP:&3=\Er:@8=\E7:DK=\E`b:F1=^AJ\r:F2=^AK\r:\
9476         :F3=^AL\r:F4=^AM\r:F5=^AN\r:F6=^AO\r:LF=\EA11:LO=\EA10:\
9477         :RA=\Ed.:RC=\E`c:RX=\Ec20:SA=\Ed/:SX=\Ec21:\
9478         :ac=+/,.0[a2fxgqh1ihjYk?lZm@nEqDtCu4vAwBx3yszr{c~~:\
9479         :ae=\EcD:al=1\EE:as=\EcE:bl=^G:bt=\EI:cd=30\EY:ce=5\ET:\
9480         :cl=30\E+:cm=\E=%+ %+ :cr=\r:ct=\E0:dc=5\EW:dl=1\ER:do=\n:\
9481         :ds=\EF\r:ei=\Er:fs=\r:ho=\E{:i1=\EcB0\EcC1:i2=100\Ew0:\
9482         :im=\Eq:ip=2:\
9483         :is=\Ed$\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016\024\El:\
9484         :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
9485         :k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:kA=\EE:kB=\EI:kD=\EW:\
9486         :kE=\ET:kI=\EQ:kL=\ER:kN=\EK:kP=\EJ:kS=\EY:kb=^H:kd=\n:kh=^^:\
9487         :kl=^H:kr=^L:ku=^K:le=^H:ll=\E{^K:mb=\EG2:\
9488         :me=\E(\EH\003\EG0\EcD:mh=\EGp:mp=\E):nd=^L:nw=1\r\n:\
9489         :pf=^T:po=\Ed#:ps=\EP:r1=70\E~!\E~4:r2=100\E`\072:\
9490         :r3=140\EwG\Ee(:sf=1\n:so=\EGt:sr=1\Ej:st=\E1:ta=^I:\
9491         :te=\Ew0:ti=\Ew1:ts=\EF:up=^K:vb=\E`8\E`9:ve=\E`1:vi=\E`0:\
9492         :tc=adm+sgr:
9494 wy160-w|wyse160-w|wyse 160 132-column:\
9495         :Nl#16:co#132:lw#7:ws#90:\
9496         :cm=\Ea%i%dR%dC:dc=9\EW:rs=150\EeF\E`;:tc=wy160:
9498 wy160-25|wyse160-25|wyse 160 80-column 25-lines:\
9499         :Nl@:lh@:li#25:lw@:\
9500         :pn@:r3=200\EwG\Ee):tc=wy160:
9501 wy160-25-w|wyse160-25-w|wyse 160 132-column 25-lines:\
9502         :Nl@:lh@:li#25:lw@:\
9503         :pn@:r3=200\EwG\Ee):tc=wy160-w:
9505 wy160-42|wyse160-42|wyse 160 80-column 42-lines:\
9506         :li#42:\
9507         :al=2\EE:cd=50\Ey:cl=50\E+:dl=2\ER:i1=\EcB2\EcC3:nw=2\r\n:\
9508         :r3=150\Ee*:sf=2\n:sr=2\Ej:tc=wy160:
9509 wy160-42-w|wyse160-42-w|wyse 160 132-column 42-lines:\
9510         :Nl#16:co#132:lw#7:ws#90:\
9511         :cm=\Ea%i%dR%dC:dc=8\EW:ip=3:rs=150\EeF\E`;:tc=wy160-42:
9513 wy160-43|wyse160-43|wyse 160 80-column 43-lines:\
9514         :Nl@:lh@:li#43:lw@:\
9515         :pn@:r3=150\Ee+:tc=wy160-42:
9516 wy160-43-w|wyse160-43-w|wyse 160 132-column 43-lines:\
9517         :Nl@:lh@:li#43:lw@:\
9518         :pn@:r3=150\Ee+:tc=wy160-42-w:
9520 wy160-vb|wyse160-vb|Wyse 160 visible bell:\
9521         :bl@:tc=wy160:
9522 wy160-w-vb|wy160-wvb|wyse160-wvb|Wyse 160 132-column visible bell:\
9523         :bl@:tc=wy160-w:
9525 #       The Wyse 75 is a vt100 lookalike without advanced video.
9527 #          The Wyse 75 can support one attribute (e.g. Dim, Inverse,
9528 #       Underline) without magic cookies.  The following description
9529 #       uses this capability, but when more than one attribute is
9530 #       put on the screen at once, all attributes will be changed
9531 #       to be the same as the last attribute given.
9532 #          The Wyse 75 can support more attributes when used with magic
9533 #       cookies.  The wy75-mc terminal description uses magic cookies
9534 #       to correctly handle multiple attributes on a screen.
9536 # (sgr removed to fit entry within 1023 bytes)
9537 # (acsc removed to fit entry within 1023 bytes)
9538 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
9539 wy75|wyse75|wyse 75:\
9540         :am:hs:mi:ms:xn:xo:\
9541         :co#80:li#24:ma#1:pb#1201:ws#78:\
9542         :AL=2*\E[%dL:DC=3*\E[%dP:DL=1*\E[%dM:DO=\E[%dB:\
9543         :IC=1*\E[%d@:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=^O:al=2\E[L:\
9544         :as=^N:bl=^G:bt=\E[Z:cd=30\E[J:ce=3\E[K:cl=30\E[H\E[J:\
9545         :cm=\E[%i%d;%dH:cr=\r:cs=2\E[%i%d;%dr:ct=\E[3g:dc=3\E[P:\
9546         :dl=\E[M:do=\n:ds=\E[>,\001\001\E[>-\001\001:ec=\E[%dX:\
9547         :ei=\E[4l:fs=^A:ho=\E[H:\
9548         :i1=\E[2;4;20;30l\E[?1;10l\E[12h\E[?7;8;25h:i2=\E[m:\
9549         :im=\E[4h:ip=1:is=\E>\E(B\E)0\017:k1=\E[?5i:k2=\E[?3i:\
9550         :k3=\E[2i:k4=\E[@:k5=\E[M:k6=\E[17~:k7=\E[18~:k8=\E[19~:\
9551         :k9=\E[20~:kI=\E[@:kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:ke=\E>:\
9552         :kh=\E[H:kl=\E[D:kr=\E[C:ks=\E[?1l\E[?7h\E=:ku=\E[A:le=^H:\
9553         :me=\E[m:mh=\E[0t\E[2m:mr=\E[1t\E[7m:nd=\E[C:rc=\E8:\
9554         :sc=\E7:se=\E[m:sf=2\n:so=\E[1t\E[7m:sr=2\EM:st=\EH:ta=^I:\
9555         :ts=\E[>,\001:ue=\E[m:up=\E[A:us=\E[2t\E[4m:\
9556         :vb=\E[30h\E,\E[30l:ve=\E[?25h:vi=\E[?25l:\
9557         :tc=vt220+keypad:
9559 #       This terminal description uses the non-hidden attribute mode
9560 #       (with magic cookie).
9562 wy75-mc|wyse75-mc|wyse 75 with magic cookies:\
9563         :ms@:\
9564         :ma@:sg#1:ug#1:\
9565         :ae=\E[0p\017:as=\E[0p\016:i2=\E[m\E[p:mb=\E[2p:\
9566         :me=\E[0p\017:mh=\E[1p:mk=\E[4p:mr=\E[16p:se=\E[0p:\
9567         :so=\E[17p:ue=\E[0p:us=\E[8p:tc=wy75:
9568 wy75-vb|wyse75-vb|wyse 75 with visible bell:\
9569         :pb@:\
9570         :bl@:tc=wy75:
9571 wy75-w|wyse75-w|wyse 75 in 132 column mode:\
9572         :co#132:ws#130:\
9573         :rs=80\E[35h\E[?3h:tc=wy75:
9574 wy75-wvb|wyse75-wvb|wyse 75 with visible bell 132 columns:\
9575         :pb@:\
9576         :bl@:tc=wy75-w:
9578 #       Wyse 85 emulating a vt220 7 bit mode.
9579 #               24 line screen with status line.
9581 #       The vt220 mode permits more function keys but it wipes out
9582 #       the escape key.  I strongly recommend that <f11> be set to
9583 #       escape (esc).
9584 #       The terminal may have to be set for 8 data bits and 2 stop
9585 #       bits for the arrow keys to work.
9586 #       The Wyse 85 runs faster with XON/XOFF enabled.  Also the
9587 #       :DC: and :IC: work best when XON/XOFF is set.  :IC: and
9588 #       :DC: leave trash on the screen when used without XON/XOFF.
9590 # (sgr removed to fit entry within 1023 bytes)
9591 # (acsc removed to fit entry within 1023 bytes)
9592 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
9593 wy85|wyse85|wyse 85:\
9594         :am:hs:mi:ms:xn:xo:\
9595         :co#80:it#8:li#24:ws#80:\
9596         :AL=5*\E[%dL:DC=3*\E[%dP:DL=3*\E[%dM:DO=\E[%dB:\
9597         :IC=4*\E[%d@:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=^O:al=5\E[L:\
9598         :as=^N:bl=^G:bt=\E[Z:cd=110\E[J:ce=1\E[K:cl=110\E[H\E[J:\
9599         :cm=1\E[%i%d;%dH:cr=\r:cs=\E[%i%d;%dr:ct=\E[3g:dc=3\E[P:\
9600         :dl=3\E[M:do=\n:ds=\E[40l:ec=\E[%dX:ei=\E[4l:\
9601         :fs=\E[1;24r\E8:ho=\E[H:i1=\E[62;1"p\E[?5W:\
9602         :i2=\E>\E(B\E)0\017\E[m:im=\E[4h:ip=3:\
9603         :is=16\E[2;4;20;30l\E[?1;4;10;16l\E[12h\E[?7;8;25h:\
9604         :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:kD=\E[3~:\
9605         :kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:ke=\E>:kh=\E[26~:\
9606         :kl=\E[D:kr=\E[C:ks=\E[?1l\E=:ku=\E[A:le=^H:mb=\E[5m:\
9607         :md=\E[1m:me=\E[0m:mh=\E[2m:mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:\
9608         :se=\E[m:sf=3\n:so=\E[7m:sr=3\EM:st=\EH:ta=1^I:\
9609         :ts=\E[40h\E7\E[25;%i%dH:ue=\E[m:up=\E[A:us=\E[4m:\
9610         :vb=\E[30h\E,\E[30l:ve=\E[?25h:vi=\E[?25l:\
9611         :tc=vt220+keypad:
9613 #       Wyse 85 with visual bell.
9614 wy85-vb|wyse85-vb|wyse 85 with visible bell:\
9615         :bl@:vb=\E[30h\E,\E[30l:tc=wy85:
9617 #       Wyse 85 in 132-column mode.
9618 wy85-w|wyse85-w|wyse 85 in 132-column mode:\
9619         :co#132:ws#132:\
9620         :rs=\E[35h\E[?3h:tc=wy85:
9622 #       Wyse 85 in 132-column mode with visual bell.
9623 wy85-wvb|wyse85-wvb|wyse 85 with visible bell 132-columns:\
9624         :bl@:tc=wy85-w:
9626 # From: Kevin Turner <kevint@aracnet.com>, 12 Jul 1998
9627 # This copes with an apparent firmware bug in the wy85.  He writes:
9628 # "What I did was change leave the terminal cursor keys set to Normal
9629 # (instead of application), and change \E[ to \233 for all the keys in
9630 # terminfo. At one point, I found some reference indicating that this
9631 # terminal bug (not sending \E[) was acknowledged by Wyse (so it's not just
9632 # me), but I can't find that and the server under my bookmark to "Wyse
9633 # Technical" isn't responding.  So there's the question of whether the wy85
9634 # terminfo should reflect the manufacturer's intended behaviour of the terminal
9635 # or the actual."
9636 # (sgr removed to fit entry within 1023 bytes)
9637 # (acsc removed to fit entry within 1023 bytes)
9638 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
9639 wy85-8bit|wyse85-8bit|wyse 85 in 8-bit mode:\
9640         :am:hs:mi:ms:xn:xo:\
9641         :co#80:it#8:li#24:ws#80:\
9642         :AL=5*\E[%dL:DC=3*\E[%dP:DL=3*\E[%dM:DO=\E[%dB:\
9643         :IC=4*\E[%d@:K1=\EOw:K2=\EOu:K3=\EOy:K4=\EOq:K5=\EOs:\
9644         :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=^O:al=5\E[L:as=^N:bl=^G:\
9645         :bt=\E[Z:cd=110\E[J:ce=1\E[K:cl=110\E[H\E[J:\
9646         :cm=1\E[%i%d;%dH:cr=\r:cs=\E[%i%d;%dr:ct=\E[3g:dc=3\E[P:\
9647         :dl=3\E[M:do=\n:ds=\E[40l:ec=\E[%dX:ei=\E[4l:\
9648         :fs=\E[1;24r\E8:ho=\E[H:i1=\E[62;1"p\E[?5W:\
9649         :i2=\E>\E(B\E)0\017\E[m:im=\E[4h:ip=3:\
9650         :is=16\E[2;4;20;30l\E[?1;4;10;16l\E[12h\E[?7;8;25h:\
9651         :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k6=\23317~:k7=\23318~:\
9652         :k8=\23319~:k9=\23320~:kD=\2333~:kI=\2332~:kN=\2336~:\
9653         :kP=\2335~:kb=^H:kd=\233B:ke=\E>:kh=\23326~:kl=\233D:\
9654         :kr=\233C:ks=\E[?1l\E=:ku=\233A:le=^H:mb=\E[5m:md=\E[1m:\
9655         :me=\E[m\017:mh=\E[2m:mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:\
9656         :se=\E[m:sf=3\n:so=\E[7m:sr=3\EM:st=\EH:ta=1^I:\
9657         :ts=\E[40h\E7\E[25;%i%dH:ue=\E[m:up=\E[A:us=\E[4m:\
9658         :vb=\E[30h\E,\E[30l:ve=\E[?25h:vi=\E[?25l:
9660 #       Wyse 185 emulating a vt320 7 bit mode.
9662 #       This terminal always displays 25 lines.  These lines may be used
9663 #       as 24 data lines and a terminal status line (top or bottom) or
9664 #       25 data lines.  The 48 and 50 line modes change the page size
9665 #       and not the number of lines on the screen.
9667 #       The Compose Character key can be used as a meta key if changed
9668 #       by set-up.
9670 # (sgr removed to fit entry within 1023 bytes)
9671 # (acsc removed to fit entry within 1023 bytes)
9672 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
9673 wy185|wyse185|wyse 185:\
9674         :am:hs:km:mi:ms:xn:xo:\
9675         :co#80:it#8:li#24:ws#80:\
9676         :AL=3*\E[%dL:DC=3\E[%dP:DL=2*\E[%dM:DO=\E[%dB:IC=2\E[%d@:\
9677         :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=^O:al=3\E[L:as=^N:bl=^G:\
9678         :bt=\E[Z:cd=40\E[J:ce=\E[K:cl=40\E[H\E[J:cm=\E[%i%d;%dH:\
9679         :cr=\r:cs=20\E[%i%d;%dr:ct=\E[3g:dc=3\E[P:dl=2\E[M:do=\n:\
9680         :ds=\E7\E[99;0H\E[K\E8:ec=\E[%dX:ei=\E[4l:\
9681         :fs=\E[1;24r\E8:ho=\E[H:i1=\E[?5W:\
9682         :i2=\E>\E(B\E)0\017\E[m:im=\E[4h:ip=4:\
9683         :is=\E[2;4;20;30l\E[?1;4;10;16l\E[12h\E[?7;8;25h:\
9684         :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k6=\E[17~:k7=\E[18~:\
9685         :k8=\E[19~:k9=\E[20~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:\
9686         :kb=^H:kd=\E[B:ke=\E>:kh=\E[26~:kl=\E[D:kr=\E[C:\
9687         :ks=\E[?1l\E=:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[0m:\
9688         :mh=\E[2m:mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:se=\E[27m:sf=2\n:\
9689         :so=\E[7m:sr=2\EM:st=\EH:ta=^I:te=\E[ R:ti=\E[ Q:\
9690         :ts=\E7\E[99;%i%dH:ue=\E[24m:up=\E[A:us=\E[4m:\
9691         :vb=\E[30h\E,\E[30l:ve=\E[34h\E[?25h:vi=\E[?25l:\
9692         :vs=\E[?25h\E[34l:tc=vt220+keypad:
9694 #       Wyse 185 with 24 data lines and top status (terminal status)
9695 wy185-24|wyse185-24|wyse 185 with 24 data lines:\
9696         :hs@:\
9697         :ds@:fs@:r3=\E[?5l\E[47h\E[40l\E[1;24r:ts@:tc=wy185:
9699 #       Wyse 185 with visual bell.
9700 wy185-vb|wyse185-vb|wyse 185+flash:\
9701         :bl@:tc=wy185:
9703 #       Wyse 185 in 132-column mode.
9704 wy185-w|wyse185-w|wyse 185 in 132-column mode:\
9705         :co#132:ws#132:\
9706         :DC=7\E[%dP:IC=7\E[%d@:dc=7\E[P:ei=:im=:ip=7:\
9707         :rs=\E[35h\E[?3h:tc=wy185:
9709 #       Wyse 185 in 132-column mode with visual bell.
9710 wy185-wvb|wyse185-wvb|wyse 185+flash+132 cols:\
9711         :bl@:tc=wy185-w:
9713 # wy325 terminfo entries
9714 # Done by Joe H. Davis        3-9-92
9716 # lines 25  columns 80
9718 wy325|wyse325|Wyse epc:\
9719         :5i:am:bw:hs:mi:\
9720         :Nl#8:co#80:lh#1:li#24:lw#8:pb#9601:ws#45:\
9721         :#2=\E{:%9=\EP:&3=\Er:@8=\E7:F1=^AJ\r:F2=^AK\r:F3=^AL\r:\
9722         :F4=^AM\r:F5=^AN\r:F6=^AO\r:LF=\EA11:LO=\EA10:RA=\Ed.:\
9723         :SA=\Ed/:\
9724         :ac=+/,.0[a2fxgqh1ihjYk?lZm@nEqDtCu4vAwBx3yszr{c~~:\
9725         :ae=\EcD:al=3\EE:as=\EcE:bl=^G:bt=\EI:cd=50\EY:ce=4\ET:\
9726         :cl=50\E+:cm=\E=%+ %+ :cr=\r:ct=\E0:dc=7\EW:dl=3\ER:do=\n:\
9727         :ds=\EF\r:ei=\Er:fs=\r:ho=^^:i1=\EcB0\EcC1:i2=16\Ew0:\
9728         :im=\Eq:ip=2:\
9729         :is=\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016\024\El:\
9730         :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
9731         :k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:kA=\EE:kB=\EI:kD=\EW:\
9732         :kE=\ET:kI=\Eq:kL=\ER:kN=\EK:kP=\EJ:kS=\EY:kb=^H:kd=\n:kh=^^:\
9733         :kl=^H:kr=^L:ku=^K:le=^H:ll=^^^K:mb=\EG2:\
9734         :me=\E(\EH\003\EG0\EcD:mh=\EGp:mp=\E):nd=^L:pf=^T:po=\Ed#:\
9735         :ps=\EP:r1=30\E~!\E~4:r2=70\EeF\E`\072:r3=100\EwG\Ee(:\
9736         :sf=3\n:so=\EGt:sr=2\Ej:st=\E1:ta=^I:te=\Ew0:ti=\Ew1:ts=\EF:\
9737         :up=^K:vb=\E`8\E`9:ve=\E`1:vi=\E`0:tc=adm+sgr:
9740 # lines 24  columns 80  vb
9742 wy325-vb|wyse325-vb|wyse-325 with visual bell:\
9743         :bl@:tc=wy325:
9746 # lines 24  columns 132
9748 wy325-w|wyse325-w|wy325w-24|wyse-325 in wide mode:\
9749         :Nl#16:co#132:lw#7:ws#97:\
9750         :cm=\Ea%i%dR%dC:dc=12\EW:ip=4:rs=70\E`;:tc=wy325:
9752 # lines 25  columns 80
9754 wy325-25|wyse325-25|wy325-80|wyse-325|wyse-325 25 lines:\
9755         :Nl@:lh@:li#25:lw@:\
9756         :pn@:r3=100\EwG\Ee):tc=wy325:
9758 # lines 25  columns 132
9760 wy325-25w|wyse325-25w|wy325 132 columns:\
9761         :Nl@:lh@:li#25:lw@:\
9762         :pn@:r3=100\EwG\Ee):tc=wy325-w:
9764 # lines 25  columns 132  vb
9766 wy325-w-vb|wy325-wvb|wyse325-wvb|wyse-325 wide mode reverse video:\
9767         :bl@:tc=wy325-w:
9770 # lines 42  columns 80
9772 wy325-42|wyse325-42|wyse-325 42 lines:\
9773         :Nl@:lh@:li#42:lw@:\
9774         :pn@:r3=100\EwG\Ee):tc=wy325:
9776 # lines 42  columns 132
9778 wy325-42w|wyse325-42w|wyse-325 42 lines wide mode:\
9779         :Nl@:lh@:li#42:lw@:\
9780         :pn@:r3=100\EwG\Ee):tc=wy325-w:
9782 # lines 42  columns 132  vb
9784 wy325-42w-vb|wy325-42wvb|wyse-325 42 lines wide mode visual bell:\
9785         :bl@:tc=wy325-w:
9787 # lines 43  columns 80
9789 wy325-43|wyse325-43|wyse-325 43 lines:\
9790         :Nl@:lh@:li#43:lw@:\
9791         :pn@:tc=wy325:
9793 # lines 43  columns 132
9795 wy325-43w|wyse325-43w|wyse-325 43 lines wide mode:\
9796         :Nl@:lh@:li#43:lw@:\
9797         :pn@:r3=100\EwG\Ee):tc=wy325-w:
9799 # lines 43  columns 132  vb
9801 wy325-43w-vb|wy325-43wvb|wyse-325 43 lines wide mode visual bell:\
9802         :bl@:tc=wy325-w:
9804 #       Wyse 370 -- 24 line screen with status line.
9806 #       The terminal may have to be set for 8 data bits and 2 stop
9807 #       bits for the arrow keys to work.
9809 #       If you change keyboards the terminal will send different
9810 #       escape sequences.
9811 #       The following definition is for the basic terminal without
9812 #       function keys.
9814 #       <u0> -> enter Tektronix 4010/4014 mode
9815 #       <u1> -> exit  Tektronix 4010/4014 mode
9816 #       <u2> -> enter ASCII mode (from any ANSI mode)
9817 #       <u3> -> exit  ASCII mode (goto native ANSI mode)
9818 #       <u4> -> enter Tek 4207 ANSI mode (from any ANSI mode)
9819 #       <u5> -> exit  Tek 4207 mode (goto native ANSI mode)
9821 # Bug: The <op> capability resets attributes.
9822 # (sgr removed to fit entry within 1023 bytes)
9823 # (acsc removed to fit entry within 1023 bytes)
9824 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
9825 wy370-nk|wyse 370 without function keys:\
9826         :am:hs:mi:ms:xn:xo:\
9827         :co#80:it#8:li#24:ws#80:\
9828         :AL=2*\E[%dL:DC=1*\E[%dP:DL=2*\E[%dM:DO=\E[%dB:\
9829         :IC=1*\E[%d@:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=^O:al=2\E[L:\
9830         :as=^N:bl=^G:bt=\E[Z:cd=40\E[J:ce=10\E[K:cl=40\E[H\E[J:\
9831         :cm=1\E[%i%d;%dH:cr=\r:cs=\E[%i%d;%dr:ct=\E[3g:dc=1\E[P:\
9832         :dl=2\E[M:do=\n:ds=\E[40l:ec=.1*\E[%dX:ei=\E[4l:\
9833         :fs=\E[1;24r\E8:ho=\E[H:i1=6\E[90;1"p\E[?5W:\
9834         :i2=\E>\017\E)0\E(B\E[63;0w\E[m:im=\E[4h:ip=1:\
9835         :is=\E[2;4;20;30;40l\E[?1;10;16l\E[12h\E[?7;8;25h:\
9836         :ke=\E>:ks=\E[?1l\E=:le=^H:mb=\E[5m:md=\E[1m:me=\E[0m:\
9837         :mh=\E[2m:mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:se=\E[27m:sf=2\n:\
9838         :so=\E[7m:sr=2\EM:st=\EH:ta=1^I:te=\E[ R:ti=\E[ Q:\
9839         :ts=\E[40l\E[40h\E7\E[99;%i%dH:ue=\E[24m:up=\E[A:\
9840         :us=\E[4m:vb=\E[30h\E,\E[30l:ve=\E[34h\E[?25h:\
9841         :vi=\E[?25l:vs=\E[?25h\E[34l:
9843 #       Function key set for the ASCII (wy-50 compatible) keyboard
9844 #       This is the default 370.
9846 wy370|wyse370|wy370-101k|Wyse 370 with 101 key keyboard:\
9847         :@8=\EOM:F1=\E[23~:F2=\E[24~:F3=\E[25~:F4=\E[26~:\
9848         :F5=\E[28~:F6=\E[29~:k1=\E[?4i:k2=\E[?3i:k3=\E[2i:k4=\E[@:\
9849         :k5=\E[M:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:\
9850         :k;=\E[21~:kA=\EOP:kB=\E[Z:kD=\EOQ:kI=\EOP:kL=\EOQ:kN=\E[U:\
9851         :kP=\E[V:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
9852         :tc=wy370-nk:
9854 #       Function key set for the VT-320 (and wy85) compatible keyboard
9856 wy370-105k|Wyse 370 with 105 key keyboard:\
9857         :%1=\E[28~:*6=\E[4~:@0=\E[1~:F1=\E[23~:F2=\E[24~:\
9858         :F3=\E[25~:F4=\E[26~:F5=\E[28~:F6=\E[29~:F7=\E[31~:\
9859         :F8=\E[32~:F9=\E[33~:FA=\E[34~:k6=\E[17~:k7=\E[18~:\
9860         :k8=\E[19~:k9=\E[20~:k;=\E[21~:kD=\E[3~:kI=\E[2~:kN=\E[6~:\
9861         :kP=\E[5~:kb=^H:kd=\E[B:kh=\E[26~:kl=\E[D:kr=\E[C:ku=\E[A:\
9862         :l1=PF1:l2=PF2:l3=PF3:l4=PF4:tc=wy370-nk:tc=vt220+keypad:
9864 #       Function key set for the PC compatible keyboard
9866 wy370-EPC|Wyse 370 with 102 key keyboard:\
9867         :@7=\E[1~:@8=\EOM:F1=\E[23~:F2=\E[24~:k1=\EOP:k2=\EOQ:\
9868         :k3=\EOR:k4=\EOS:k5=\E[M:k6=\E[17~:k7=\E[18~:k8=\E[19~:\
9869         :k9=\E[20~:k;=\E[21~:kB=\E[Z:kI=\E[2~:kN=\E[U:kP=\E[V:\
9870         :kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:tc=wy370-nk:
9872 #       Wyse 370 with visual bell.
9873 wy370-vb|Wyse 370 with visible bell:\
9874         :bl@:tc=wy370:
9876 #       Wyse 370 in 132-column mode.
9877 wy370-w|Wyse 370 in 132-column mode:\
9878         :co#132:ws#132:\
9879         :rs=70\E[35h\E[?3h:tc=wy370:
9881 #       Wyse 370 in 132-column mode with visual bell.
9882 wy370-wvb|Wyse 370 with visible bell 132-columns:\
9883         :vb=\E[30h\E,\E[30l:tc=wy370-w:
9884 wy370-rv|Wyse 370 reverse video:\
9885         :r3=\E[32h\E[?5h:tc=wy370:
9887 #       Wyse 99gt Tektronix 4010/4014 emulator,
9889 wy99gt-tek|Wyse 99gt Tektronix 4010/4014 emulator:\
9890         :am:os:\
9891         :co#74:li#35:\
9892         :bl=^G:cl=\E^L:cr=\r:do=\n:ff=^L:\
9893         :hd=\036HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH\037:\
9894         :ho=^]7`x @\037:\
9895         :hu=\036DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD\037:\
9896         :is=\E8:le=^H:nd=\040:nw=\r\n:u0=\E~>\E8:u1=\E[42h:up=^K:
9898 #       Wyse 160 Tektronix 4010/4014 emulator,
9900 wy160-tek|Wyse 160 Tektronix 4010/4014 emulator:\
9901         :ho=^]8`g @\037:tc=wy99gt-tek:
9903 #       Wyse 370 Tektronix 4010/4014 emulator,
9905 wy370-tek|Wyse 370 Tektronix 4010/4014 emulator:\
9906         :am:os:\
9907         :co#80:li#36:\
9908         :bl=^G:cl=\E^L:cr=\r:do=\n:ff=^L:\
9909         :hd=\036HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH\037:\
9910         :ho=^]8g @\037:\
9911         :hu=\036DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD\037:\
9912         :is=\E8:kb=^H:kd=\n:kl=^H:kr=^I:ku=^K:le=^H:nd=\040:nw=\r\n:\
9913         :u0=\E[?38h\E8:u1=\E[?38l\E)0:up=^K:
9915 # Vendor-supplied Wyse entries end here.
9918 #TITLE:  TERMINFO ENTRY WY520
9919 #DATE:   8/5/93
9920 # The WY520 terminfo is based on the WY285 entry published on the WYSE
9921 # BBS with the addition of more function keys and special keys.
9923 #               rs1 -> set personality
9924 #               rs2 -> set number of columns
9925 #               rs3 -> set number of lines
9926 #               is1 -> select the proper font
9927 #               is2 -> do the initialization
9928 #               is3 -> If this string is empty then rs3 gets sent.
9930 #       Wyse 520 emulating a vt420 7 bit mode with default ANSI keyboard
9931 #       - The BS key is programmed to generate BS in smcup since
9932 #         is2 doesn't seem to work.
9933 #       - Remove and shift/Remove: delete a character
9934 #       - Insert : enter insert mode
9935 #       - Find   : delete to end of file
9936 #       - Select : clear a line
9937 #       - F11, F12, F13: send default sequences (not ESC, BS, LF)
9938 #       - F14 : Home key
9939 #       - Bottom status line (host writable line) is used.
9940 #       - smkx,rmkx are removed because this would put the numeric
9941 #         keypad in Dec application mode which doesn't seem to work
9942 #         with SCO applications.
9944 # (sgr removed to fit entry within 1023 bytes)
9945 # (acsc removed to fit entry within 1023 bytes)
9946 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
9947 wy520|wyse520|wyse 520:\
9948         :am:hs:km:mi:xn:xo:\
9949         :co#80:it#8:li#24:ws#80:\
9950         :AL=3*\E[%dL:DC=3\E[%dP:DL=2*\E[%dM:DO=\E[%dB:IC=2\E[%d@:\
9951         :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=^O:al=3\E[L:as=^N:bl=^G:\
9952         :bt=\E[Z:cd=40\E[J:ce=\E[K:cl=40\E[H\E[J:cm=\E[%i%d;%dH:\
9953         :cr=\r:cs=20\E[%i%d;%dr:ct=\E[3g:dc=30\E[P:dl=2\E[M:do=\n:\
9954         :ds=\E[0$~:ec=\E[%dX:ei=\E[4l:fs=\E[0$}:ho=\E[H:i1=\E[?5W:\
9955         :i2=\E>\E(B\E)0\017\E[m:im=\E[4h:ip=4:\
9956         :is=\E[2;4;20;30l\E[?1;4;10;16l\E[12h\E[?7;8;25;67h:\
9957         :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:kD=\E[3~:\
9958         :kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:kh=\E[26~:\
9959         :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[0m:\
9960         :mh=\E[2m:mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:se=\E[m:sf=2\n:\
9961         :so=\E[7m:sr=2\EM:st=\EH:ta=^I:te=\E[ R:ti=\E[ Q\E[?67;8h:\
9962         :ts=\E[2$~\E[1$}\E[%i%d`:ue=\E[24m:up=\E[A:us=\E[4m:\
9963         :ve=\E[34h\E[?25h:vi=\E[?25l:vs=\E[?25h\E[34l:\
9964         :tc=vt220+keypad:
9966 #       Wyse 520 with 24 data lines and status (terminal status)
9967 wy520-24|wyse520-24|wyse 520 with 24 data lines:\
9968         :hs@:\
9969         :ds@:fs@:r3=\E[?5l\E[47h\E[40l\E[1;24r:ts@:tc=wy520:
9971 #       Wyse 520 with visual bell.
9972 wy520-vb|wyse520-vb|wyse 520 with visible bell:\
9973         :vb=\E[30h\E,\E[30l:tc=wy520:
9975 #       Wyse 520 in 132-column mode.
9976 wy520-w|wyse520-w|wyse 520 in 132-column mode:\
9977         :co#132:ws#132:\
9978         :DC=7\E[%dP:IC=7\E[%d@:dc=7\E[P:ei=:im=:ip=7:\
9979         :rs=\E[35h\E[?3h:tc=wy520:
9981 #       Wyse 520 in 132-column mode with visual bell.
9982 wy520-wvb|wyse520-wvb|wyse 520 with visible bell 132-columns:\
9983         :vb=\E[30h\E,\E[30l:tc=wy520-w:
9986 #       Wyse 520 emulating a vt420 7 bit mode.
9987 #       The DEL key is programmed to generate BS in is2.
9988 #       With EPC keyboard.
9989 #       - 'End' key will clear till end of line on EPC keyboard
9990 #       - Shift/End : ignored.
9991 #       - Insert : enter insert mode.
9992 #       - Delete : delete a character (have to change interrupt character
9993 #                  to CTRL-C: stty intr '^c') for it to work since the
9994 #                  Delete key sends 7FH.
9995 wy520-epc|wyse520-epc|wyse 520 with EPC keyboard:\
9996         :@7=\E[4~:k0=\E[21~:k1=\E[11~:k2=\E[12~:k3=\E[13~:\
9997         :k4=\E[14~:k5=\E[15~:kD=\177:kE=\E[4~:kh=\E[H:tc=wy520:
9999 #       Wyse 520 with 24 data lines and status (terminal status)
10000 #       with EPC keyboard.
10001 wy520-epc-24|wyse520-pc-24|wyse 520 with 24 data lines and EPC keyboard:\
10002         :hs@:\
10003         :ds@:fs@:r3=\E[?5l\E[47h\E[40l\E[1;24r:ts@:tc=wy520-epc:
10005 #       Wyse 520 with visual bell.
10006 wy520-epc-vb|wyse520-pc-vb|wyse 520 with visible bell and EPC keyboard:\
10007         :vb=\E[30h\E,\E[30l:tc=wy520-epc:
10009 #       Wyse 520 in 132-column mode.
10010 wy520-epc-w|wyse520-epc-w|wyse 520 in 132-column mode with EPC keyboard:\
10011         :co#132:ws#132:\
10012         :DC=7\E[%dP:IC=7\E[%d@:dc=7\E[P:ei=:im=:ip=7:\
10013         :rs=\E[35h\E[?3h:tc=wy520-epc:
10015 #       Wyse 520 in 132-column mode with visual bell.
10016 wy520-epc-wvb|wyse520-p-wvb|wyse 520 with visible bell 132-columns and EPC keyboard:\
10017         :vb=\E[30h\E,\E[30l:tc=wy520-epc-w:
10019 #       Wyse 520 in 80-column, 36 lines
10020 wy520-36|wyse520-36|wyse 520 with 36 data lines:\
10021         :hs@:\
10022         :li#36:\
10023         :ds@:fs@:r3=\E[?5l\E[36*|\E[36t\E[40l\E[1;36r:ts@:\
10024         :tc=wy520:
10026 #       Wyse 520 in 80-column, 48 lines
10027 wy520-48|wyse520-48|wyse 520 with 48 data lines:\
10028         :hs@:\
10029         :li#48:\
10030         :ds@:fs@:r3=\E[?5l\E[48*|\E[48t\E[40l\E[1;48r:ts@:\
10031         :tc=wy520:
10033 #       Wyse 520 in 132-column, 36 lines
10034 wy520-36w|wyse520-36w|wyse 520 with 132 columns and 36 data lines:\
10035         :co#132:ws#132:\
10036         :r2=\E[?3h:\
10037         :r3=\E[?5l\E[36*|\E[36t\E[40l\E[1;36r\E[132$|:\
10038         :tc=wy520-36:
10040 #       Wyse 520 in 132-column, 48 lines
10041 wy520-48w|wyse520-48w|wyse 520 with 48 data lines:\
10042         :co#132:ws#132:\
10043         :r2=\E[?3h:\
10044         :r3=\E[?5l\E[48*|\E[48t\E[40l\E[1;48r\E[132$|:\
10045         :tc=wy520-48:
10048 #       Wyse 520 in 80-column, 36 lines with EPC keyboard
10049 wy520-36pc|wyse520-36pc|wyse 520 with 36 data lines and EPC keyboard:\
10050         :hs@:\
10051         :li#36:\
10052         :ds@:fs@:r3=\E[?5l\E[36*|\E[36t\E[40l\E[1;36r:ts@:\
10053         :tc=wy520-epc:
10055 #       Wyse 520 in 80-column, 48 lines with EPC keyboard
10056 wy520-48pc|wyse520-48pc|wyse 520 with 48 data lines and EPC keyboard:\
10057         :hs@:\
10058         :li#48:\
10059         :ds@:fs@:r3=\E[?5l\E[48*|\E[48t\E[40l\E[1;48r:ts@:\
10060         :tc=wy520-epc:
10062 #       Wyse 520 in 132-column, 36 lines with EPC keyboard
10063 wy520-36wpc|wyse520-36wpc|wyse 520 with 36 data lines and EPC keyboard:\
10064         :co#132:ws#132:\
10065         :r2=\E[?3h:\
10066         :r3=\E[?5l\E[36*|\E[36t\E[40l\E[1;36r\E[132$|:\
10067         :tc=wy520-36pc:
10069 #       Wyse 520 in 132-column, 48 lines with EPC keyboard
10070 wy520-48wpc|wyse520-48wpc|wyse 520 with 48 data lines and EPC keyboard:\
10071         :co#132:ws#132:\
10072         :r2=\E[?3h:\
10073         :r3=\E[?5l\E[48*|\E[48t\E[40l\E[1;48r\E[132$|:\
10074         :tc=wy520-48pc:
10076 # From: John Gilmore <hoptoad!gnu@lll-crg.arpa>
10077 # (wyse-vp: removed :if=/usr/share/tabset/wyse-adds:, there's no such
10078 # file and we don't know what :st: is -- esr)
10079 wyse-vp|Wyse 50 in ADDS Viewpoint emulation mode with "enhance" on:\
10080         :am:bs:\
10081         :co#80:it#8:li#24:\
10082         :al=\EM:bl=^G:cd=\Ek:ce=\EK:cl=^L:cm=\EY%+ %+ :cr=\r:dc=\EW:\
10083         :dl=\El:do=\n:ei=\Er:ho=^A:im=\Eq:is=\E`\072\E`9\017\Er:\
10084         :kb=^H:kd=\n:kh=^A:kl=^U:kr=^F:ku=^Z:le=^H:ll=^A^Z:me=^O:\
10085         :nd=^F:nw=\r\n:r1=\E`\072\E`9\017\Er:se=^O:sf=\n:so=^N:\
10086         :ta=^I:ue=^O:up=^Z:us=^N:
10088 wy75ap|wyse75ap|wy-75ap|wyse-75ap|Wyse WY-75 Applications and Cursor keypad:\
10089         :is=\E[1;24r\E[?10;3l\E[?1;25h\E[4l\E[m\E(B\E=:kb=^H:\
10090         :kd=\EOB:ke=10\E[?1l\E>:kh=\EOH:kl=\EOD:kr=\EOC:\
10091         :ks=10\E[?1h\E=:ku=\EOA:tc=wy75:
10093 # From: Eric Freudenthal <freudent@eric.ultra.nyu.edu>
10094 wy100q|Wyse 100 for Quotron:\
10095         :bs:\
10096         :co#80:li#24:sg#1:\
10097         :al=\EE:bt=\EI:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :dc=\EW:\
10098         :dl=\ER:do=\n:ei=\Er:ho=^^:im=\Eq:\
10099         :is=\E`\072\200\EC\EDF\E0\E'\E(\EA21:kd=\n:kl=^H:kr=^L:\
10100         :ku=^K:le=^H:mk@:nd=^L:sr=\Ej:up=^K:tc=adm+sgr:
10102 #### Kermit terminal emulations
10104 # Obsolete Kermit versions may be listed in the section describing obsolete
10105 # non-ANSI terminal emulators later in the file.
10108 # KERMIT standard all versions.
10109 # Straight ascii keyboard. :sr=\EI: not avail. many versions + bug prone in vi.
10110 # (kermit: removed obsolete ":ma=^Hh^Jj^Kk^Ll^^H:" -- esr)
10111 # From: greg small <gts@populi.berkeley.edu> 9-25-84
10112 kermit|standard kermit:\
10113         :bs:\
10114         :co#80:li#24:\
10115         :cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :do=\EB:ho=\EH:\
10116         :is=K0 Standard Kermit  9-25-84\n:kd=\n:kh=^^:kl=^H:\
10117         :kr=^L:ku=^K:le=^H:nd=\EC:up=\EA:
10118 kermit-am|standard kermit plus auto-margin:\
10119         :am:\
10120         :is=K1 Standard Kermit plus Automatic Margins\n:\
10121         :tc=kermit:
10122 # IBMPC Kermit 1.2.
10123 # Bugs: :cd:, :ce:: do not work except at beginning of line!  :cl: does
10124 # not work, but fake with :cl=\EH\EJ (since :cd=\EJ: works at beginning of
10125 # line).
10126 # From: greg small <gts@populi.berkeley.edu> 8-30-84
10127 pckermit|pckermit12|UCB IBMPC Kermit 1.2:\
10128         :am:\
10129         :li#25:\
10130         :cd@:ce@:cl=\EH\EJ:\
10131         :is=K2 UCB IBMPC Kermit 1.2  8-30-84\n:tc=kermit:
10132 # IBMPC Kermit 1.20
10133 # Cannot use line 25, now acts funny like ansi special scrolling region.
10134 # Initialization must escape from that region by cursor position to line 24.
10135 # Cannot use character insert because 1.20 goes crazy if insert at col 80.
10136 # Does not use :am: because autowrap is lost when kermit dropped and restarted.
10137 # From: greg small <gts@populi.berkeley.edu> 12-19-84
10138 pckermit120|UCB IBMPC Kermit 1.20:\
10139         :it#8:li#24:\
10140         :al=\EL:dc=\EN:dl=\EM:do=\EB:ei@:im@:\
10141         :is=\EO\Eq\EJ\EY7 K3 UCB IBMPC Kermit 1.20  12-19-84\n:\
10142         :se=\Eq:so=\Ep:ta=^I:vs=\EO\Eq\EEK3:tc=kermit:
10143 # MS-DOS Kermit 2.27 for the IBMPC
10144 # Straight ascii keyboard. :sr=\EI: not avail. many versions + bug prone in vi.
10145 # Cannot use line 25, now acts funny like ansi special scrolling region.
10146 # Initialization must escape from that region by cursor position to line 24.
10147 # Does not use am: because autowrap is lost when kermit dropped and restarted.
10148 # Reverse video for standout like H19.
10149 # (msk227: removed obsolete ":ma=^Hh^Jj^Kk^Ll^^H:" -- esr)
10150 # From: greg small <gts@populi.berkeley.edu> 3-17-85
10151 msk227|mskermit227|MS-DOS Kermit 2.27 for the IBMPC:\
10152         :am@:bs:\
10153         :co#80:it#8:li#24:\
10154         :al=\EL:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :dc=\EN:dl=\EM:\
10155         :do=\EB:ei=\EO:ho=\EH:im=\E@:\
10156         :is=\EO\Eq\EG\Ew\EJ\EY7 K4 MS Kermit 2.27 for the IBMPC 3-17-85\n:\
10157         :kd=\n:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:nd=\EC:rc=\Ek:sc=\Ej:\
10158         :se=\Eq:so=\Ep:ta=^I:up=\EA:vs=\EO\Eq\EG\EwK4:
10159 # MS-DOS Kermit 2.27 with automatic margins
10160 # From: greg small <gts@populi.berkeley.edu> 3-17-85
10161 msk227am|mskermit227am|UCB MS-DOS Kermit 2.27 with automatic margins:\
10162         :am:\
10163         :is=\EO\Eq\EG\Ev\EJ\EY7 K5 MS Kermit 2.27 +automatic margins 3-17-85\n:\
10164         :vs=\EO\Eq\EG\EvK5:tc=msk227:
10165 # MS-DOS Kermit 2.27 UCB 227.14 for the IBM PC
10166 # Automatic margins now default.  Use ansi :sa: for highlights.
10167 # Define function keys.
10168 # (msk22714: removed obsolete ":kn#10:" -- esr)
10169 # From: greg small <gts@populi.berkeley.edu> 3-17-85
10170 msk22714|mskermit22714|UCB MS-DOS Kermit 2.27 UCB 227.14 IBM PC:\
10171         :am:\
10172         :is=\EO\Eq\EG\Ev\EJ\EY7 K6 MS Kermit 2.27 UCB 227.14 IBM PC 3-17-85\n:\
10173         :k0=\E0:k1=\E1:k2=\E2:k3=\E3:k4=\E4:k5=\E5:k6=\E6:k7=\E7:\
10174         :k8=\E8:k9=\E9:md=\E[1m:me=\E[m:mr=\E[7m:se=\E[m:so=\E[1m:\
10175         :ue=\E[m:us=\E[4m:vs=\EO\Eq\EG\EvK6:tc=mskermit227:
10176 # This was designed for a VT320 emulator, but it is probably a good start
10177 # at support for the VT320 itself.
10178 # Please send changes with explanations to bug-gnu-emacs@prep.ai.mit.edu.
10179 # (vt320-k3: I added <rmam>/<smam> based on the init string -- esr)
10180 # (acsc removed to fit entry within 1023 bytes)
10181 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
10182 vt320-k3|MS-Kermit 3.00's vt320 emulation:\
10183         :am:es:hs:km:mi:ms:xn:\
10184         :co#80:it#8:li#49:pb#9600:vt#3:\
10185         :AL=\E[%dL:CC=\E:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
10186         :LE=\E[%dD:RI=\E[%dC:SR=\E[%dL:UP=\E[%dA:ae=\E(B:al=\E[L:\
10187         :as=\E(0:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
10188         :cr=\r:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=\n:\
10189         :ds=\E[0$~:ec=\E[%dX:ei=\E[4l:fs=\E[0$}:ho=\E[H:im=\E[4h:\
10190         :is=\E>\E F\E[?1h\E[?7h\E[r\E[2$~:k0=\E[21~:k1=\EOP:\
10191         :k2=\EOQ:k3=\EOR:k4=\EOS:k6=\E[17~:k7=\E[18~:k8=\E[19~:\
10192         :k9=\E[20~:kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:kd=\EOB:\
10193         :ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:\
10194         :mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:nw=\r\n:rc=\E8:\
10195         :sc=\E7:se=\E[27m:sf=\n:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
10196         :ts=\E[1$}\r\E[K:ue=\E[24m:up=\E[A:us=\E[4m:\
10197         :vb=\E[?5h\E[?5l\E[?5h\E[?5l\E[?5h\E[?5l:ve=\E[?25h:\
10198         :vi=\E[?25l:
10199 # From: Joseph Gil <yogi@cs.ubc.ca> 13 Dec 1991
10200 # ACS capabilities from Philippe De Muyter  <phdm@info.ucl.ac.be> 30 May 1996
10201 # (I removed a bogus boolean :mo: and added :ms:, <smam>, <rmam> -- esr)
10202 vt320-k311|dec vt320 series as defined by kermit 3.11:\
10203         :am:es:hs:mi:ms:xn:xo:\
10204         :co#80:it#8:li#24:vt#3:\
10205         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
10206         :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:\
10207         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
10208         :ae=^O:al=3\E[L:as=^N:bl=^G:cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:\
10209         :cm=\E[%i%d;%dH:cr=\r:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:\
10210         :dl=\E[M:do=\n:ds=\E[2$~\r\E[1$}\E[K\E[$}:ei=\E[4l:\
10211         :fs=\E[$}:ho=\E[H:im=\E[4h:\
10212         :is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H:\
10213         :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k6=\E[17~:k7=\E[18~:\
10214         :k8=\E[19~:k9=\E[20~:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:\
10215         :kr=\EOC:ks=\E[?1h\E=:ku=\EOA:l1=pf1:l2=pf2:l3=pf3:l4=pf4:\
10216         :le=^H:mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:nw=\r\ED:\
10217         :r1=\E[?3l:rc=\E8:rf=/usr/share/tabset/vt100:sc=\E7:\
10218         :se=\E[27m:sf=\ED:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
10219         :ts=\E[2$~\E[1$}\E[1;%dH:ue=\E[24m:up=\E[A:us=\E[4m:\
10220         :vb=\E[?5h\E[?5l:ve=\E[?25h:vi=\E[?25l:
10222 ######## NON-ANSI TERMINAL EMULATIONS
10225 #### Avatar
10227 # These entries attempt to describe Avatar, a terminal emulation used with
10228 # MS-DOS bulletin-board systems.  It was designed to give ANSI-like
10229 # capabilities, but with cheaper (shorter) control sequences.  Messy design,
10230 # excessively dependent on PC idiosyncrasies, but apparently rather popular
10231 # in the BBS world.
10233 # No color support.  Avatar doesn't fit either of the Tektronix or HP color
10234 # models that terminfo knows about.  An Avatar color attribute is the
10235 # low 7 bits of the IBM-PC display-memory attribute.  Bletch.
10237 # I wrote these entries while looking at the Avatar spec.  I don't have
10238 # the facilities to test them.  Let me know if they work, or don't.
10240 # Avatar escapes not used by these entries (because maybe you're smarter
10241 # and more motivated than I am and can figure out how to wrap terminfo
10242 # around some of them, and because they are weird enough to be funny):
10243 #                               level 0:
10244 # ^L            -- clear window/reset current attribute to default
10245 # ^V^A%p1%c     -- set current color attribute, parameter decodes as follows:
10247 #      bit:         6   5   4   3   2   1   0
10248 #                   |       |   |   |       |
10249 #                   +---+---+   |   +---+---+
10250 #                       |       |       |
10251 #                       |       |  foreground color
10252 #                       |  foreground intensity
10253 #                  background color
10254 #                               level 0+:
10255 # ^V^J%p1%c%p2%c%p3%c%p4%c%p5%c -- scroll (p2,p3) to (p4,p5) up by p1 lines
10256 # ^V^K%p1%c%p2%c%p3%c%p4%c%p5%c -- scroll (p2,p3) to (p4,p5) down by p1 lines
10257 # ^V^L%p1%c%p2%c%p3%c           -- clear p2 lines and p3 cols w/attr %p1
10258 # ^V^M%p1%c%p2%c%p3%c%p4%c      -- fill p3 lines & p4 cols w/char p2+attr %p1
10259 # (^V^L and ^V^M set the current attribute as a side-effect.)
10260 # ^V ^Y <a> [...] <c>   -- repeat pattern. <a> specifies the number of bytes
10261 #                          in the pattern, <c> the number of times the pattern
10262 #                          should be repeated. If either value is 0, no-op.
10263 #                          The pattern can contain Avatar console codes,
10264 #                          including other ^V ^Y patterns.
10265 #                               level 1:
10266 # ^V^O          -- clockwise mode on; turn print direction right each time you
10267 #                  hit a window edge (yes, really).  Turned off by CR
10268 # ^V^P          -- no-op
10269 # ^V^Q%c        -- query the driver
10270 # ^V^R          -- driver reset
10271 # ^V^S          -- Sound tone (PC-specific)
10272 # ^V^T                  -- change highlight at current cursor position to %c
10273 # ^V^U%p1%c%p2%c        -- highlight window <a> with attribute <b>
10274 # ^V^V%p1%c%p2%c%p3%c%p4%c%p5%c
10275 #                       -- define window
10277 # From: Eric S. Raymond <esr@snark.thyrsus.com> 1 Nov 1995
10278 # (The :mb:/:md:/:mr:/:as:/:us:/:so: capabilities exist only to
10279 # tell ncurses that the corresponding highlights exist; it should use :sa:,
10280 # which is the only method that will actually work for multiple highlights.)
10282 # Update by TD - 2004: half of this was inconsistent.  Found documentation
10283 # and repaired most of the damage.  sgr0 is probably incorrect, but the
10284 # available documentation gives no clues for a workable string.
10285 avatar0|avatar terminal emulator level 0:\
10286         :am:ms:ut:\
10287         :co#80:it#8:li#25:\
10288         :ae@:as@:ce=^V^G:cm=\026\010%.%.:cr=\r:do=^V^D:le=^V^E:\
10289         :mb=^V^B:md=^V^A^P:me=^V^A^G:mk=^V^A\200:mr=^V^Ap:nd=^V^F:\
10290         :rp=\031%.%.:rs=^L:sf=\n:so=^V^Ap:up=^V^C:us=^V^A^A:\
10291         :tc=klone+acs:
10292 # From: Eric S. Raymond <esr@snark.thyrsus.com> 1 Nov 1995
10293 avatar0+|avatar terminal emulator level 0+:\
10294         :dc=^V^N:ei=\026\n\200\200\200\200:im=^V^I:tc=avatar0:
10295 # From: Eric S. Raymond <esr@snark.thyrsus.com> 1 Nov 1995
10296 avatar|avatar1|avatar terminal emulator level 1:\
10297         :RA=^V":SA=^V$:al=^V+:dl=^V-:ei=^V^P:ve=^V'^A:vi=^V'^B:\
10298         :vs=^V^C:tc=avatar0+:
10300 #### RBcomm
10302 # RBComm is a lean and mean terminal emulator written by the Interrupt List
10303 # maintainer, Ralf Brown. It was fairly popular in the late DOS years (early
10304 # '90s), especially in the BBS world, and still has some loyal users due to
10305 # its very small memory footprint and to a cute macro language.
10306 rbcomm|IBM PC with RBcomm and EMACS keybindings:\
10307         :am:bw:mi:ms:xn:\
10308         :co#80:it#8:li#25:\
10309         :AL=\E[%dL:DL=\E[%dM:al=^K:bl=^G:bt=\E[Z:cd=^F5:ce=^P^P:\
10310         :cl=^L:cm=\037%r%+ %+ :cr=\r:cs=\E[%i%d;%dr:dc=^W:dl=^Z:\
10311         :dm=:do=^C:ec=\E[%dX:ed=:ei=^]:im=^\:\
10312         :is=\017\035\E(B\E)0\E[?7h\E[?3l\E[>8g:kb=^H:kd=^N:\
10313         :ke=\E>:kh=^A:kl=^B:kr=^F:ks=\E=:ku=^P:le=^H:mb=\E[5m:\
10314         :md=\E[1m:me=\E[m:mk=\E[8m:mr=^R:nd=^B:nw=\r\ED:\
10315         :r1=\017\E(B\E)0\025\E[?3l\E[>8g:rc=\E8:rp=\030%.%.:\
10316         :sc=\E7:se=^U:sf=\ED:so=^R:sr=\EM:ta=^I:te=:ti=:ue=^U:up=^^:\
10317         :us=^T:ve=\E[?25h:vi=\E[?25l:
10318 rbcomm-nam|IBM PC with RBcomm without autowrap:\
10319         :am@:\
10320         :bl=^G:cr=\r:do=\n:\
10321         :is=\017\035\E(B\E)0\E[?7l\E[?3l\E[>8g:kb=^H:kd=\n:\
10322         :kl=^H:nw=\r\n:sf=\n:ta=^I:tc=rbcomm:
10323 rbcomm-w|IBM PC with RBcomm in 132 column mode:\
10324         :co#132:\
10325         :bl=^G:cr=\r:do=\n:\
10326         :is=\017\035\E(B\E)0\E[?7h\E[?3h\E[>8g:kb=^H:kd=\n:\
10327         :kl=^H:nw=\r\n:sf=\n:ta=^I:tc=rbcomm:
10329 ######## LCD DISPLAYS
10332 #### Matrix Orbital
10333 # from: Eric Z. Ayers  (eric@ale.org)
10335 # Matrix Orbital 20x4 LCD display
10336 # Command Character is 0xFE (decimal 254, octal 376)
10338 # On this device, cursor addressability isn't possible.  The LCD expects:
10339 #      0xfe G <col> <row>
10340 #      for cup: %p1 == row and %p2 is column
10342 # This line:
10343 #       cup=\376G%p2%c%p1%c
10344 # LOOKS like it will work, but sometimes only one of the two numbers is sent.
10345 # See the terminfo (5) manpage commented regarding 'Terminals which use "%c"'.
10347 # Alas, there is no cursor upline capability on this display.
10349 # These entries add some 'sanity stuff' to the clear function.  That is, it
10350 # does a 'clear' and also turns OFF auto scroll, turns ON Auto Line Wrapping,
10351 # and turns off the cursor blinking and stuff like that.
10353 # NOTE: calling 'beep' turns on the backlight (bell)
10354 # NOTE: calling 'flash' turns it on and back off (visual bell)
10356 MtxOrb|Generic Matrix Orbital LCD display:\
10357         :bl=\376B\001:cl=\376X\376C\376R\376K\376T:ho=\376H:\
10358         :le=\376L:nd=\376M:vb=\376B\001\376F:ve=\376K\376T:
10359 MtxOrb204|20x4 Matrix Orbital LCD display:\
10360         :co#20:li#4:tc=MtxOrb:
10361 MtxOrb162|16x2 Matrix Orbital LCD display:\
10362         :co#16:li#2:tc=MtxOrb:
10363 # The end
10365 ######## OLDER TERMINAL TYPES
10367 # This section is devoted to older commercial terminal brands that are now
10368 # discontinued, but known to be still in use or represented by emulations.
10371 #### AT&T (att, tty)
10373 # This section also includes Teletype-branded VDTs.
10375 # The AT&T/Teletype terminals group was sold to SunRiver Data Systems (now
10376 # Boundless Technologies); for details, see the header comment on the ADDS
10377 # section.
10379 # These are AT&T's official terminfo entries.  All-caps aliases have been
10380 # removed.
10382 att2300|sv80|AT&T 2300 Video Information Terminal 80 column mode:\
10383         :am:eo:mi:ms:xo:\
10384         :co#80:it#8:li#24:\
10385         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\E[11r:\
10386         :F2=\E[12r:F3=\E[13r:F4=\E[14r:F5=\E[15r:F6=\E[16r:\
10387         :IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:al=\E[L:bl=^G:\
10388         :cb=\E[1K:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
10389         :cr=\r:dc=\E[P:dl=\E[M:do=\n:ei=\E[4l:ho=\E[H:im=\E[4h:\
10390         :k1=\E[1r:k2=\E[2r:k3=\E[3r:k4=\E[4r:k5=\E[5r:k6=\E[6r:\
10391         :k7=\E[7r:k8=\E[8r:k9=\E[9r:k;=\E[10r:kA=\E[L:kB=\E[Z:\
10392         :kC=\E[J:kD=\E[P:kI=\E[@:kL=\E[M:kb=^H:kd=\E[B:kh=\E[H:\
10393         :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:me=\E[m:mr=\E[7m:nd=\E[C:\
10394         :pf=\E[4i:po=\E[5i:ps=\E[0i:se=\E[m:sf=\n:so=\E[7m:ta=^I:\
10395         :up=\E[A:
10396 att2350|AT&T 2350 Video Information Terminal 80 column mode:\
10397         :pf@:po@:ps@:tc=att2300:
10399 # Must setup RETURN KEY - CR, REC'VD LF - INDEX.
10400 # Seems upward compatible with vt100, plus ins/del line/char.
10401 # On sgr, the protection parameter is ignored.
10402 # No check is made to make sure that only 3 parameters are output.
10403 #       standout= reverse + half-intensity = 3 | 5.
10404 #       bold= reverse + underline = 2 | 3.
10405 # note that half-bright blinking doesn't look different from normal blinking.
10406 # NOTE:you must program the function keys first, label second!
10407 # (att4410: a BSD entry has been seen with the following capabilities:
10408 # :is=\E[?6l:, :k1=\EOc:, :k2=\EOd:, :k3=\EOe:, :k4=\EOg:,
10409 # :k6=\EOh:, :k7=\EOi:, :k8=\EOj:, -- esr)
10410 att5410v1|att4410v1|tty5410v1|AT&T 4410/5410 80 columns - version 1:\
10411         :am:hs:mi:ms:xo:\
10412         :Nl#8:co#80:it#8:lh#2:li#24:lw#8:ws#80:\
10413         :ac=++,,--..00``aaffgghhjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
10414         :ae=^O:al=\E[L:as=^N:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
10415         :cm=\E[%i%d;%dH:cr=\r:cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:\
10416         :do=\E[B:ei=:fs=\E8:ho=\E[H:i1=\E[?3l\E)0:\
10417         :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:\
10418         :ic=\E[@:im=:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOT:\
10419         :k6=\EOU:k7=\EOV:k8=\EOW:kC=\E[2J:kH=\E[24;1H:kb=^H:\
10420         :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:ll=\E[24H:\
10421         :mb=\E[5m:md=\E[2;7m:me=\E[0m:mh=\E[2m:mk=\E[8m:mr=\E[7m:\
10422         :nd=\E[C:nw=\r\n:rc=\E8:rs=\Ec\E[?3l\E[2;0y:sc=\E7:\
10423         :se=\E[m:sf=\n:so=\E[7m:sr=\EM:ta=^I:ue=\E[m:up=\E[A:\
10424         :us=\E[4m:
10426 att4410v1-w|att5410v1-w|tty5410v1-w|AT&T 4410/5410 132 columns - version 1:\
10427         :co#132:ws#132:\
10428         :i1=\E[?3h\E)0:rs=\Ec\E[?3h\E[2;0y:tc=att5410v1:
10430 att4410|att5410|tty5410|AT&T 4410/5410 80 columns - version 2:\
10431         :bs:tc=att5410v1:
10433 att5410-w|att4410-w|4410-w|tty5410-w|5410-w|AT&T 4410/5410 in 132 column mode:\
10434         :co#132:ws#132:\
10435         :i1=\E[?3h\E)0:rs=\Ec\E[?3h\E[2;0y:tc=att4410:
10437 # 5410 in terms of a vt100
10438 # (v5410: added <rmam>/<smam> based on init string -- esr)
10439 v5410|att5410 in terms of a vt100:\
10440         :am:mi:ms:xo:\
10441         :co#80:it#8:li#24:vt#3:\
10442         :RA=\E[?7l:SA=\E[?7h:\
10443         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
10444         :ae=^O:al=\E[L:as=^N:bl=^G:cb=3\E[1K:cd=50\E[J:ce=3\E[K:\
10445         :cl=50\E[H\E[J:cm=5\E[%i%d;%dH:cr=\r:cs=\E[%i%d;%dr:\
10446         :ct=\E[3g:dc=\E[P:dl=\E[M:do=\n:eA=\E(B\E)0:ei=:ho=\E[H:\
10447         :ic=\E[@:im=:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:\
10448         :ks=\E[?1h\E=:ku=\EOA:le=^H:mb=2\E[5m:md=2\E[1m:me=2\E[0m:\
10449         :mr=2\E[7m:nd=2\E[C:rc=\E8:\
10450         :rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:sc=\E7:se=2\E[m:\
10451         :sf=\n:so=2\E[1;7m:sr=5\EM:st=\EH:ta=^I:ue=2\E[m:up=2\E[A:\
10452         :us=2\E[4m:tc=vt100+fnkeys:
10455 # Teletype Model 5420 -- A souped up 5410, with multiple windows,
10456 # even! the 5420 has three modes: scroll, window or page mode
10457 # this terminfo should work in scroll or window mode, but doesn't
10458 # take advantage of any of the differences between them.
10460 # Has memory below (2 lines!)
10461 # 3 pages of memory (plus some spare)
10462 # The 5410 sequences for :cm:, :vs:, :DC:, :DL:, :ec:, :vb:, :ho:,
10463 # <hpa>, :st: would work for these, but these work in both scroll and window
10464 # mode... Unset insert character so insert mode works
10465 # :i1: sets 80 column mode,
10466 # :is: escape sequence:
10467 # 1) turn off all fonts
10468 # 2) function keys off, keyboard lock off, control display off,
10469 #    insert mode off, erasure mode off,
10470 # 3) full duplex, monitor mode off, send graphics off, nl on lf off
10471 # 4) reset origin mode
10472 # 5) set line wraparound
10473 # 6) exit erasure mode, positional attribute mode, and erasure extent mode
10474 # 7) clear margins
10475 # 8) program ENTER to transmit ^J,
10476 # We use \212 to program the ^J because a bare ^J will get translated by
10477 # UNIX into a CR/LF. The enter key is needed for AT&T uOMS.
10478 #     1      2            3              4     5     6    7  8
10479 # :i3: set screen color to black,
10480 # No representation in terminfo for the delete word key: kdw1=\Ed
10481 # Key capabilities assume the power-up send sequence...
10482 # This :te: is not strictly necessary, but it helps maximize
10483 # memory usefulness: :te=\Ez:,
10484 # Alternate sgr0:       :me=\E[m\EW^O:,
10485 # 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%;:,
10486 # smkx programs the SYS PF keys to send a set sequence.
10487 # It also sets up labels f1, f2, ..., f8, and sends edit keys.
10488 # This string causes them to send the strings :k1:-:k8:
10489 # when pressed in SYS PF mode.
10490 # (att4415: I added <rmam>/<smam> based on the init string -- esr)
10491 att4415|tty5420|att5420|AT&T 4415/5420 80 cols:\
10492         :bs:db:mi:xo:\
10493         :Nl#8:lh#2:lm#78:lw#8:ws#55:\
10494         :@1=\Et:@7=\Ez:@8=\Eent:AL=\E[%dL:CM=\E[%i%d;%dt:\
10495         :DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:LE=\E[%dD:LF=\E|:\
10496         :LO=\E~:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:SF=\E[%dE:SR=\E[%dF:\
10497         :UP=\E[%dA:bt=\E[Z:cl=\E[x\E[J:cm=\E[%i%d;%dx:ct=\E[3g:\
10498         :ec=\E[%ds\E[%dD:ei=\E[4l:ho=\E[x:i1=100\E[?3l:i2=\E[?5l:\
10499         :ic@:im=\E[4h:\
10500         :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:\
10501         :k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:k5=\EOg:k6=\EOh:k7=\EOi:\
10502         :k8=\EOj:kA=\E[L:kB=\E[Z:kD=\E[P:kE=\E[2K:kF=\E[T:kH=\Eu:\
10503         :kI=\E[4h:kL=\E[M:kN=\E[U:kP=\E[V:kR=\E[S:\
10504         :ke=\E[19;0j\E[21;1j\212:ks=\E[19;1j\E[21;4j\Eent:\
10505         :l1=F1:l2=F2:l3=F3:l4=F4:l5=F5:l6=F6:l7=F7:l8=F8:ll=\Ew:\
10506         :me=\E[0m\017:mp=\EV:pf=\E[?9i:po=\E[?4i:ps=\E[?2i:st=\EH:\
10507         :vb=\E[?5h\E[?5l:ve=\E[11;0j:vs=\E[11;1j:tc=att4410:
10509 att4415-w|tty5420-w|att5420-w|AT&T 4415/5420 132 cols:\
10510         :co#132:lm#54:ws#97:\
10511         :i1=100\E[?3h:tc=att4415:
10513 att4415-rv|tty5420-rv|att5420-rv|AT&T 4415/5420 80 cols/rv:\
10514         :i2=\E[?5h:vb=\E[?5l\E[?5h:tc=att4415:
10516 att4415-w-rv|tty5420-w-rv|att5420-w-rv|AT&T 4415/5420 132 cols/rv:\
10517         :co#132:lm#54:ws#97:\
10518         :i1=100\E[?3h:i2=\E[?5h:vb=\E[?5l\E[?5h:tc=att4415:
10520 # Note that this mode permits programming USER PF KEYS and labels
10521 # However, when you program user pf labels you have to reselect
10522 # user pf keys to make them appear!
10523 att4415+nl|tty5420+nl|att5420+nl|generic AT&T 4415/5420 changes for not changing labels:\
10524         :k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:
10526 att4415-nl|tty5420-nl|att5420-nl|AT&T 4415/5420 without changing labels:\
10527         :k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:tc=att4415+nl:tc=att4415:
10529 att4415-rv-nl|tty5420-rv-nl|att5420-rv-nl|AT&T 4415/5420 reverse video without changing labels:\
10530         :k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:tc=att4415+nl:tc=att4415-rv:
10532 att4415-w-nl|tty5420-w-nl|att5420-w-nl|AT&T 4415/5420 132 cols without changing labels:\
10533         :k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:tc=att4415+nl:tc=att4415-w:
10535 att4415-w-rv-n|tty5420-w-rv-n|att5420-w-rv-n|AT&T 4415/5420 132 cols reverse without changing labels:\
10536         :k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:tc=att4415+nl:\
10537         :tc=att4415-w-rv:
10539 # (sgr removed to fit entry within 1023 bytes)
10540 # (acsc removed to fit entry within 1023 bytes)
10541 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
10542 att5420_2|AT&T 5420 model 2 80 cols:\
10543         :am:db:hs:mi:ms:xo:\
10544         :co#80:it#8:li#24:lm#78:ws#55:\
10545         :AL=\E[%dL:CM=\E[%i%d;%dt:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:\
10546         :IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:SF=\E[%dE:SR=\E[%dF:\
10547         :UP=\E[%dA:ae=^O:al=\E[L:as=^N:bt=\E[1Z:cd=\E[0J:ce=\E[0K:\
10548         :cl=\EH\EJ:cm=\E[%i%d;%dH:cr=\EG:cs=\E[%i%d;%dr:ct=\E[3g:\
10549         :dc=\E[P:dl=\E[M:do=\E[1B:ec=\E[%ds\E[%dD:ei=:fs=\E8:\
10550         :ho=\E[H:\
10551         :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:\
10552         :ic=\E[@:im=:k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:k5=\EOg:\
10553         :k6=\EOh:k7=\EOi:k8=\EOj:kD=\E[P:kH=\Eu:kI=\E[4h:kN=\E[U:\
10554         :kP=\E[V:kb=^H:kd=\E[B:ke=\E[19;0j:kh=\E[H:kl=\E[D:kr=\E[C:\
10555         :ks=\E[19;1j:ku=\E[A:le=^H:ll=\Ew:mb=\E[5m:me=\E[0m:\
10556         :mh=\E[2m:mr=\E[7m:nd=\E[1C:nw=\r\n:rc=\E8:\
10557         :rs=\Ec\E[?3l\E[2;0y:sc=\E7:se=\E[m:sf=\n:so=\E[7m:sr=\EM:\
10558         :st=\EH:ta=^I:ue=\E[m:up=\E[1A:us=\E[4m:vb=\E[?5h\E[?5l:\
10559         :ve=\E[11;0j:vs=\E[11;1j:
10560 att5420_2-w|AT&T 5420 model 2 in 132 column mode:\
10561         :co#132:\
10562         :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:\
10563         :tc=att5420_2:
10565 att4418|att5418|AT&T 5418 80 cols:\
10566         :am:xo:\
10567         :co#80:li#24:\
10568         :@8=\E[:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\E[n:\
10569         :F2=\E[o:F3=\E[H:F4=\E[I:F5=\E[J:F8=\E[K:F9=\E[L:FA=\E[E:\
10570         :FB=\E[_:FC=\E[M:FD=\E[N:FE=\E[O:IC=\E[%d@:LE=\E[%dD:\
10571         :RI=\E[%dC:UP=\E[%dA:\
10572         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
10573         :ae=^O:al=\E[1L:as=^N:bl=^G:cd=\E[0J:ce=\E[0K:cl=\E[H\E[2J:\
10574         :cm=\E[%i%d;%dH:cr=\r:dc=\E[1P:dl=\E[M:do=\E[B:ei=:ho=\E[H:\
10575         :i1=\E[?3l:ic=\E[1@:im=:is=\E)0\E?6l\E?5l:k1=\E[h:k2=\E[i:\
10576         :k3=\E[j:k6=\E[k:k7=\E[l:k8=\E[f:k9=\E[w:k;=\E[m:kC=\E[%%:\
10577         :kd=\EU:kh=\Ec:kl=\E@:kr=\EA:ku=\ES:le=\E[D:mb=\E[5m:\
10578         :me=\E[m\017:mh=\E[2m:mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:\
10579         :se=\E[m:sf=\n:so=\E[7m:ue=\E[m:up=\E[A:us=\E[4m:
10580 att4418-w|att5418-w|AT&T 5418 132 cols:\
10581         :co#132:\
10582         :i1=\E[?3h:tc=att5418:
10584 att4420|tty4420|teletype 4420:\
10585         :bs:da:db:eo:ms:ul:xo:\
10586         :co#80:li#24:lm#72:\
10587         :al=\EL:bl=^G:cd=\EJ:ce=\Ez:cl=\EH\EJ:cm=\EY%+ %+ :cr=\EG:\
10588         :dc=\EP:dl=\EM:dm@:do=\EB:ed@:ho=\EH:k0=\EU:k3=\E@:kA=\EL:\
10589         :kB=\EO:kC=\EJ:kD=\EP:kF=\ES:kI=\E\136:kL=\EM:kR=\ET:kd=\EB:\
10590         :kh=\EH:kl=^H:kr=\EC:ku=\EA:l0=segment advance:\
10591         :l3=cursor tab:le=\ED:nd=\EC:se=\E~:sf=\EH\EM\EY7\040:\
10592         :so=\E}:ue=\EZ:up=\EA:us=\E\\:
10594 #  The following is a terminfo entry for the Teletype 4424
10595 #  asynchronous keyboard-display terminal.  It supports
10596 #  the vi editor.  The terminal must be set up as follows,
10598 #       HIGHLIGHT DEFINITION    3-TONE
10599 #       DISPLAY FUNCTION        GROUP III
10601 #  The second entry below provides limited (a la adm3a)
10602 #  operation under GROUP II.
10604 #  This must be used with DISPLAY FUNCTION GROUP I or III
10605 #       and HIGHLIGHT DEFINITION 3-TONE
10606 # The terminal has either bold or blink, depending on options
10608 # (att4424: commented out :ti:=\E[1m, we don't need bright locked on -- esr)
10609 att4424|tty4424|teletype 4424:\
10610         :am:bs:xo:\
10611         :co#80:li#24:\
10612         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
10613         :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
10614         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
10615         :ae=\E(B:al=\EL:as=\E(0:bl=^G:bt=\EO:cd=\EJ:ce=\Ez:\
10616         :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=\r:cs=\E[%i%d;%dr:ct=\EF:\
10617         :dc=\EP:dl=\EM:do=\EB:ei=:ho=\E[H:ic=\E\136:im=:\
10618         :is=\E[20l\E[?7h:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kC=\EJ:\
10619         :kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E3:\
10620         :md=\E3:me=\EX\E~\EZ\E4\E(B:mh=\EW:mr=\E}:nd=\EC:nw=\EE:\
10621         :se=\E~:sf=\n:so=\E}:sr=\ET:st=\EH:ta=^I:ue=\EZ:up=\EA:\
10622         :us=\E\\:
10624 att4424-1|tty4424-1|teletype 4424 in display function group I:\
10625         :kC@:kd=\EB:kh@:kl=\ED:kr=\EC:ku=\EA:tc=att4424:
10627 # This entry is not one of AT&T's official ones, it was translated from the
10628 # 4.4BSD termcap file.  The highlight strings are different from att4424.
10629 # I have no idea why this is -- older firmware version, maybe?
10630 # The following two lines are the comment originally attached to the entry:
10631 # This entry appears to avoid the top line - I have no idea why.
10632 # From: jwb Wed Mar 31 13:25:09 1982 remote from ihuxp
10633 att4424m|tty4424m|teletype 4424M:\
10634         :am:da:db:mi:\
10635         :co#80:it#8:li#23:\
10636         :al=\EL:bl=^G:ce=\E[K:cl=\E[2;H\E[J:cm=\E[%i%2;%2H\E[B:\
10637         :cr=\r:dc=\EP:dl=\EM:do=\n:ei=:ic=\E\136:im=:ip=2:\
10638         :is=\E[m\E[2;24r:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kb=^H:\
10639         :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:me=\E[m:\
10640         :nd=\E[C:nw=\r\n:se=\E[m:sf=\n:so=\E[7m:sr=\ET:ta=^I:\
10641         :ue=\E[m:up=\E[A:us=\E[4m:
10643 # The Teletype 5425 is really version 2 of the Teletype 5420. It
10644 # is quite similar, except for some minor differences. No page
10645 # mode, for example, so all of the :cm: sequences used above have
10646 # to change back to what's being used for the 5410. Many of the
10647 # option settings have changed their numbering as well.
10649 # This has been tested on a preliminary model.
10651 # (att5425: added <rmam>/<smam> based on the init string -- esr)
10652 # (sgr removed to fit entry within 1023 bytes)
10653 # (acsc removed to fit entry within 1023 bytes)
10654 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
10655 att5425|tty5425|att4425|AT&T 4425/5425:\
10656         :am:da:db:hs:mi:ms:xn:xo:\
10657         :co#80:it#8:li#24:lm#78:ws#55:\
10658         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
10659         :LE=\E[%dD:RI=\E[%dC:SF=\E[%dE:SR=\E[%dF:UP=\E[%dA:ae=^O:\
10660         :al=\E[L:as=^N:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
10661         :cm=\E[%i%d;%dH:cr=\r:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:\
10662         :dl=\E[M:do=\n:ec=\E[%ds\E[%dD:ei=\E[4l:fs=\E8:ho=\E[H:\
10663         :i1=100\E<\E[?3l:i2=\E[?5l:im=\E[4h:\
10664         :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:\
10665         :k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:k5=\EOg:k6=\EOh:k7=\EOi:\
10666         :k8=\EOj:kD=\E[P:kI=\E[4h:kb=^H:kd=\E[B:\
10667         :ke=\E[21;0j\E[25;1j\212:kh=\E[H:kl=\E[D:kr=\E[C:\
10668         :ks=\E[21;1j\E[25;4j\Eent\E~:ku=\E[A:le=^H:ll=\E[24H:\
10669         :mb=\E[5m:md=\E[2;7m:me=\E[0m:mh=\E[2m:mr=\E[7m:nd=\E[C:\
10670         :nw=\r\n:rc=\E8:rs=\Ec\E[?3l\E[2;0y:sc=\E7:se=\E[m:sf=\n:\
10671         :so=\E[7m:sr=\EM:st=\EH:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:\
10672         :vb=\E[?5h\E[?5l:ve=\E[12;0j:vs=\E[12;1j:
10674 att5425-nl|tty5425-nl|att4425-nl|AT&T 4425/5425 80 columns no labels:\
10675         :ks=\E[21;1j\E[25;4j\Eent:tc=att4425:
10677 att5425-w|att4425-w|tty5425-w|teletype 4425/5425 in 132 column mode:\
10678         :co#132:lm#54:ws#97:\
10679         :i1=100\E[?3h:tc=tty5425:
10681 # (att4426: his had bogus capabilities: :ri=\EM:, :ri=\E[1U:.
10682 # I also added <rmam>/<smam> -- esr)
10683 att4426|tty4426|teletype 4426S:\
10684         :am:da:db:xo:\
10685         :co#80:li#24:lm#48:\
10686         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
10687         :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:SF=\E[%dS:\
10688         :SR=\E[%dT:UP=\E[%dA:\
10689         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
10690         :ae=\E(B:al=\EL:as=\E(0:bl=^G:cd=\E[J:ce=\E[0K:ch=\E[%dG:\
10691         :cl=\E[H\E[2J\E[1U\E[H\E[2J\E[1V:cm=\E[%i%d;%dH:cr=\r:\
10692         :ct=\E[3g:cv=\E[%dd:dc=\EP:dl=\E[M:do=\E[B:ei=:ho=\E[H:\
10693         :i1=\Ec\E[?7h:ic=\E\136:im=:is=\E[m\E[1;24r:k1=\EOP:\
10694         :k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOT:k6=\EOU:k7=\EOV:k8=\EOW:\
10695         :kB=\EO:kC=\E[2J:kH=\E[24;1H:kb=^H:kd=\EB:kh=\E[H:kl=\ED:\
10696         :kr=\EC:ku=\EA:le=\E[D:ll=\E[24H:md=\E[5m:me=\E[m\E(B:\
10697         :mr=\E[7m:nd=\E[C:nw=\r\n:rc=\E8:rs=\Ec\E[?3l\E[2;0y:\
10698         :sc=\E7:se=\E[m:sf=\n:so=\E[5m:sr=\ET:st=\E1:ta=^I:ue=\E[m:\
10699         :up=\E[A:us=\E[4m:
10701 # Terminfo entry for the AT&T 510 A Personal Terminal
10702 # Function keys 9 - 16 are available only after the
10703 # screen labeled (soft keys/action blocks) are labeled.  Function key
10704 # 9 corresponds to the leftmost touch target on the screen,
10705 # function key 16 corresponds to the rightmost.
10707 # This entry is based on one done by Ernie Rice at Summit, NJ and
10708 # changed by Anne Gallup, Skokie, IL, ttrdc!anne
10709 att510a|bct510a|AT&T 510A Personal Terminal:\
10710         :am:mi:ms:xn:xo:\
10711         :Nl#8:co#80:lh#2:li#24:lw#7:\
10712         :#4=\E[u:%i=\E[v:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:\
10713         :F1=\EOe:F2=\EOf:F3=\EOg:F4=\EOh:F5=\EOi:F6=\EOj:LE=\E[%dD:\
10714         :RI=\E[%dC:UP=\E[%dA:\
10715         :ac=+g,h-f.e`bhrisjjkkllmmnnqqttuuvvwwxx{{||}}~~:\
10716         :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[0J:\
10717         :ce=\E[0K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=\r:ct=\E[3g:\
10718         :dc=\E[P:dl=\E[M:do=\E[B:eA=\E(B\E)1:ff=^L:ho=\E[H:\
10719         :i1=\E(B\E)1\E[2l:i2=\E[21;1|\212:k1=\EOm:k2=\EOV:\
10720         :k3=\EOu:k4=\ENj:k5=\ENe:k6=\ENf:k7=\ENh:k8=\E[H:k9=\EOc:\
10721         :k;=\EOd:kB=\E[Z:kF=\E[S:kR=\E[T:kb=^H:kd=\E[B:ke=\E[19;0|:\
10722         :kl=\E[D:kr=\E[C:ks=\E[19;1|:ku=\E[A:le=^H:mb=\E[5m:\
10723         :md=\E[2;7m:me=\E[0m:mh=\E[2m:mr=\E[7m:nd=\E[C:nw=\EE:\
10724         :pf=\E[?8i:po=\E[?4i:ps=\E[0i:rc=\E8:sc=\E7:se=\E[m:sf=\n:\
10725         :so=\E[7m:sr=\EM:st=\EH:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:\
10726         :ve=\E[11;3|:vi=\E[11;0|:vs=\E[11;2|:
10728 # Terminfo entry for the AT&T 510 D Personal Terminal
10729 # Function keys 9 through 16 are accessed by bringing up the
10730 # system blocks.
10731 # Function key 9 corresponds to the leftmost touch target on the screen,
10732 # function key 16 corresponds to the rightmost.
10734 # There are problems with soft key labeling.  These are due to
10735 # strangenesses in the native terminal that are impossible to
10736 # describe in a terminfo.
10737 # (sgr removed to fit entry within 1023 bytes)
10738 # (acsc removed to fit entry within 1023 bytes)
10739 att510d|bct510d|AT&T 510D Personal Terminal:\
10740         :am:da:db:mi:ms:xn:xo:\
10741         :Nl#8:co#80:lh#2:li#24:lm#48:lw#7:\
10742         :#4=\E[u:%i=\E[v:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:\
10743         :F1=\EOe:F2=\EOf:F3=\EOg:F4=\EOh:F5=\EOi:F6=\EOj:IC=\E[%d@:\
10744         :LE=\E[%dD:LF=\E<:LO=\E?:MC=\E\072:ML=\E4:MR=\E5:RI=\E[%dC:\
10745         :RX=\E[29;1|:SF=\E[%dS:SR=\E[%dT:SX=\E[29;0|:UP=\E[%dA:\
10746         :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[0J:\
10747         :ce=\E[0K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=\r:ct=\E[3g:\
10748         :dc=\E[P:dl=\E[M:do=\E[B:eA=\E(B\E)1:ei=\E[4l:ff=^L:\
10749         :ho=\E[H:i1=\E(B\E)1\E[5;0|:i2=\E[21;1|\212:im=\E[4h:\
10750         :k1=\EOm:k2=\EOV:k3=\EOu:k4=\ENj:k5=\ENe:k6=\ENf:k7=\ENh:\
10751         :k8=\E[H:k9=\EOc:k;=\EOd:kB=\E[Z:kF=\E[S:kR=\E[T:kb=^H:\
10752         :kd=\E[B:ke=\E[19;0|:kl=\E[D:kr=\E[C:ks=\E[19;1|:ku=\E[A:\
10753         :le=^H:ll=\E#2:mb=\E[5m:md=\E[2;7m:me=\E[0m:mh=\E[2m:\
10754         :mk=\E[8m:mr=\E[7m:nd=\E[C:nw=\EE:pf=\E[?8i:po=\E[?4i:\
10755         :ps=\E[0i:rc=\E8:rs=\E[5;0|:sc=\E7:se=\E[m:sf=\n:so=\E[7m:\
10756         :sr=\EM:st=\EH:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:ve=\E[11;3|:\
10757         :vs=\E[11;2|:
10759 # (att500: I merged this with the att513 entry, att500 just used att513 -- esr)
10760 # (sgr removed to fit entry within 1023 bytes)
10761 # (acsc removed to fit entry within 1023 bytes)
10762 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
10763 att500|att513|AT&T 513 using page mode:\
10764         :am:mi:ms:xn:xo:\
10765         :co#80:li#24:\
10766         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
10767         :LE=\E[%dD:RI=\E[%dC:SF=\E[%dE:SR=\E[%dF:UP=\E[%dA:ae=^O:\
10768         :al=\E[L:as=^N:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
10769         :cm=\E[%i%d;%dH:cr=\r:cs=%i\E[%d;%dr:ct=\E[3g:dc=1\E[P:\
10770         :dl=\E[M:do=\n:ei=\E[4l:ho=\E[H:\
10771         :i1=\E?\E[3;3|\E[10;0|\E[21;1|\212\E[6;1|\E[1{\E[?99l:\
10772         :im=\E[4h:k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:k5=\EOg:k6=\EOh:\
10773         :k7=\EOi:k8=\EOj:kD=\ENf:kI=\ENj:kN=\E[U:kP=\E[V:kb=^H:\
10774         :kd=\E[B:ke=\E[19;0|\E[21;1|\212:kh=\E[H:kl=\E[D:kr=\E[C:\
10775         :ks=\E[19;1|\E[21;4|\Eent:ku=\E[A:le=^H:ll=\E#2:mb=\E[5m:\
10776         :md=\E[2;7m:me=\E[0m:mh=\E[2m:mr=\E[7m:nd=\E[C:nw=\EE:\
10777         :rc=\E8:sc=\E7:se=\E[m:sf=\n:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
10778         :ue=\E[m:up=\E[A:us=\E[4m:ve=\E[11;0|:vs=\E[11;1|:
10780 # 01-07-88
10781 # printer must be set to EMUL ANSI to accept ESC codes
10782 # :up: stops at top margin
10783 # :i1: sets cpi 10,lpi 6,form 66,left 1,right 132,top 1,bottom 66,font
10784 #       and alt font ascii,wrap on,tabs cleared
10785 # :is: disables newline on LF,Emphasized off
10786 # The <u0> capability sets form length
10787 att5310|att5320|AT&T Model 53210 or 5320 matrix printer:\
10788         :YA:YD:\
10789         :Ya#8192:Yi#10:Yj#12:Yk#100:Yl#72:Ym#120:co#132:it#8:li#66:\
10790         :DO=\E[%de:RI=\E[%da:ZM=\E[5m:ZU=\E[m:Zl=\E[;%dr:\
10791         :Zp=\E[%dr:ch=\E[%d`:cr=\r:cv=\E[%dd:do=\n:ff=^L:i1=\Ec:\
10792         :is=\E[20l\r:nd=\040:ta=^I:u0=\E[%dt:up=\EM:
10794 # Teletype 5620, firmware version 1.1 (8;7;3) or earlier from BRL
10795 # The following SET-UP modes are assumed for normal operation:
10796 #       CR_DEF=CR       NL_DEF=INDEX    DUPLEX=FULL
10797 # Other SET-UP modes may be set for operator convenience or communication
10798 # requirements.  This termcap description is for the Resident Terminal Mode.
10799 # No delays specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
10800 # The BRL entry also said: UNSAFE :ll=\E[70H:
10801 att5620-1|tty5620-1|dmd1|Teletype 5620 with old ROMs:\
10802         :am:xo:\
10803         :co#88:it#8:li#70:vt#3:\
10804         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:IC=\E[%d@:SF=\E[%dS:\
10805         :SR=\E[%dT:al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
10806         :cm=\E[%i%d;%dH:cr=\r:dc=\E[P:dl=\E[M:do=\n:ei=:ho=\E[H:\
10807         :ic=\E[@:im=:kC=\E[2J:kH=\E[70;1H:kb=^H:kd=\E[B:kh=\E[H:\
10808         :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:nd=\E[C:nw=\r\n:r1=\Ec:\
10809         :rc=\E8:sc=\E7:sf=\n:sr=\E[T:ta=^I:up=\E[A:
10811 # 5620 terminfo  (2.0 or later ROMS with char attributes)
10812 # The following SET-UP modes are assumed for normal operation:
10813 #       DUPLEX=FULL     GEN_FLOW=ON     NEWLINE=INDEX   RETURN=CR
10814 # Other SET-UP modes may be set for operator convenience or communication
10815 # requirements.  This termcap description is for Resident Terminal Mode.  No
10816 # delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
10817 # assumptions: :sf: (scroll forward one line) is only done at screen bottom
10818 # Be aware that older versions of the dmd have a firmware bug that affects
10819 # parameter defaulting; for this terminal, the 0 in \E[0m is not optional.
10820 # :ms: is from an otherwise inferior BRL for this terminal.  That entry
10821 # also has :ll:=\E[70H commented out and marked unsafe.
10822 # For more, see the 5620 FAQ maintained by David Breneman <daveb@dgtl.com>.
10823 att5620|dmd|tty5620|ttydmd|5620|5620 terminal 88 columns:\
10824         :NL:NP:am:bs:ms:xo:\
10825         :co#88:it#8:li#70:\
10826         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:IC=\E[%d@:SF=\E[%dS:\
10827         :SR=\E[%dT:al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
10828         :cm=\E[%i%d;%dH:cr=\r:dc=\E[P:dl=\E[M:do=\E[B:ei=:ho=\E[H:\
10829         :ic=\E[@:im=:kC=\E[2J:kH=\E[70;1H:kb=^H:kd=\E[B:kh=\E[H:\
10830         :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:md=\E[2m:me=\E[0m:mh=\E[2m:\
10831         :mr=\E[7m:nd=\E[C:nw=\n:r1=\Ec:rc=\E8:sc=\E7:se=\E[0m:\
10832         :sf=\E[S:so=\E[7m:sr=\E[T:ta=^I:ue=\E[0m:up=\E[A:us=\E[4m:
10833 att5620-24|tty5620-24|dmd-24|teletype dmd 5620 in a 24x80 layer:\
10834         :li#24:tc=att5620:
10835 att5620-34|tty5620-34|dmd-34|teletype dmd 5620 in a 34x80 layer:\
10836         :li#34:tc=att5620:
10837 # 5620 layer running the "S" system's downloaded graphics handler:
10838 att5620-s|tty5620-s|layer|vitty|5620 S layer:\
10839         :am:bs:pt:\
10840         :co#80:it#8:li#72:\
10841         :al=\EI:bl=^G:ce=\EK:cl=^L:cm=\EY%r%+ %+ :cr=\r:dl=\ED:\
10842         :do=\n:kC=\E[2J:kH=\E[70;1H:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:\
10843         :kr=\E[C:ku=\E[A:le=^H:sf=\n:ta=^I:up=^K:vb=\E^G:
10845 # Entries for <kf15> thru <kf28> refer to the shifted system pf keys.
10847 # Entries for <kf29> thru <kf46> refer to the alternate keypad mode
10848 # keys:  = * / + 7 8 9 - 4 5 6 , 1 2 3 0 . ENTER
10849 # (acsc removed to fit entry within 1023 bytes)
10850 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
10851 att605|AT&T 605 80 column 102key keyboard:\
10852         :am:eo:xo:\
10853         :co#80:li#24:ws#80:\
10854         :DC=\E[%dP:DL=\E[%dM:IC=\E[%d@:ae=^O:al=\E[L:as=\E)0\016:\
10855         :bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
10856         :cr=\r:dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:fs=\E8:\
10857         :i1=\E[8;0|\E[?\E[13;20l\E[?\E[12h:ic=\E[@:im=\E[4h:\
10858         :is=\E[m\017:k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:k5=\EOg:\
10859         :k6=\EOh:k7=\EOi:k8=\EOj:k9=\ENo:kD=\E[P:kI=\E[@:kN=\E[U:\
10860         :kP=\E[V:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
10861         :le=^H:ll=\E[24H:mb=\E[5m:md=\E[1m:me=\E[m\017:mh=\E[2m:\
10862         :mr=\E[7m:nd=\E[C:nw=\EE:rc=\E8:rs=\Ec\E[?3l:sc=\E7:\
10863         :se=\E[m:sf=\n:so=\E[7m:ta=^I:ts=\E7\E[25;%i%dx:ue=\E[m:\
10864         :up=\E[A:us=\E[4m:
10865 att605-pc|ATT 605 in pc term mode:\
10866         :@7=\E[F:S4=250\E[?11l\E[50;1|:S5=400\E[50;0|:XF=g:XN=e:\
10867         :ac=j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x\263:\
10868         :al=\E[L:bt=\E[Z:dc=\E[P:dl=\E[M:do=\E[B:ei=:ic=\E[@:im=:\
10869         :k1=\E[M:k2=\E[N:k3=\E[O:k4=\E[P:k5=\E[Q:k6=\E[R:k7=\E[S:\
10870         :k8=\E[T:k9=\E[U:k;=\E[V:kB=\E[Z:kD=\E[P:kI=\E[@:kL=\E[M:\
10871         :kN=\E[G:kP=\E[I:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
10872         :le=\E[D:nd=\E[C:up=\E[A:tc=att605:
10873 att605-w|AT&T 605-w 132 column 102 key keyboard:\
10874         :co#132:ws#132:\
10875         :i1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h\E(B\E)0:\
10876         :tc=att605:
10877 # (att610: I added <rmam>/<smam> based on the init string.  I also
10878 # added :SF: and :SR: because the BSD file says the att615s have them,
10879 # and the 615 is like a 610 with a big keyboard, and most of their other
10880 # smart terminals support the same sequence -- esr)
10881 # (sgr removed to fit entry within 1023 bytes)
10882 # (acsc removed to fit entry within 1023 bytes)
10883 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
10884 att610|AT&T 610; 80 column; 98key keyboard:\
10885         :am:es:hs:mi:ms:xn:xo:\
10886         :co#80:it#8:li#24:ws#80:\
10887         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
10888         :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:ae=^O:\
10889         :al=\E[L:as=^N:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
10890         :cm=\E[%i%d;%dH:cr=\r:cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:\
10891         :do=\E[B:ei=\E[4l:fs=\E8:ho=\E[H:\
10892         :i1=\E[8;0|\E[?3;4;5;13;15l\E[13;20l\E[?7h\E[12h\E(B\E)0:\
10893         :i2=\E(B\E)0:im=\E[4h:is=\E[m\017:k1=\EOc:k2=\EOd:k3=\EOe:\
10894         :k4=\EOf:k5=\EOg:k6=\EOh:k7=\EOi:k8=\EOj:k9=\ENo:kb=^H:\
10895         :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:ll=\E[24H:\
10896         :mb=\E[5m:md=\E[1m:me=\E[0m:mh=\E[2m:mr=\E[7m:nd=\E[C:\
10897         :nw=\EE:rc=\E8:rs=\Ec\E[?3l:sc=\E7:se=\E[m:sf=\ED:so=\E[7m:\
10898         :sr=\EM:ta=^I:ts=\E7\E[25;%i%dx:ue=\E[m:up=\E[A:us=\E[4m:\
10899         :vb=\E[?5h\E[?5l:ve=\E[?25h\E[?12l:vi=\E[?25l:\
10900         :vs=\E[?12;25h:
10901 att610-w|AT&T 610; 132 column; 98key keyboard:\
10902         :co#132:ws#132:\
10903         :i1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h:\
10904         :tc=att610:
10906 att610-103k|AT&T 610; 80 column; 103key keyboard:\
10907         :!1=\EOO:!2=\EOP:!3=\EOS:#1=\EOM:%0=\EOt:%1=\EOm:%2=\ENi:\
10908         :%3=\EOl:%4=\ENc:%5=\ENh:%6=\EOv:%7=\EOr:%8=\ENg:%9=\EOz:\
10909         :%a=\EOL:%b=\ENC:%c=\ENH:%d=\EOR:%e=\ENG:%f=\EOZ:%g=\EOT:\
10910         :%h=\EOY:%j=\EOQ:&0=\EOW:&1=\EOb:&2=\ENa:&3=\EOy:&4=\EOB:\
10911         :&5=\EOq:&6=\EOo:&7=\EOp:&8=\EOs:&9=\ENB:*0=\EOX:*1=\EOU:\
10912         :*2=\END:*3=\EON:*4=\ENF:*5=\ENE:*6=\ENI:*7=\ENN:*8=\EOA:\
10913         :*9=\EOK:@0=\EOx:@1=\E9:@2=\EOw:@3=\EOV:@4=\EOu:@5=\ENd:\
10914         :@6=\EOn:@7=\E0:@8=\r:@9=\EOk:F1@:F2@:F3@:F4@:k9@:k;@:kD=\ENf:\
10915         :kE=\EOa:kI=\ENj:kL=\ENe:kM=\ENj:kN=\E[U:kP=\E[V:tc=att610:
10916 att610-103k-w|AT&T 610; 132 column; 103key keyboard:\
10917         :co#132:ws#132:\
10918         :i1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h:\
10919         :tc=att610-103k:
10920 att615|AT&T 615; 80 column; 98key keyboard:\
10921         :#4=\E[ A:%i=\E[ @:F5=\EOC:F6=\EOD:F7=\EOE:F8=\EOF:F9=\EOG:\
10922         :FA=\EOH:FB=\EOI:FC=\EOJ:FD=\ENO:FE=\ENP:FF=\ENQ:FG=\ENR:\
10923         :FH=\ENS:FI=\ENT:FJ=\EOP:FK=\EOQ:FL=\EOR:FM=\EOS:FN=\EOw:\
10924         :FO=\EOx:FP=\EOy:FQ=\EOm:FR=\EOt:FS=\EOu:FT=\EOv:FU=\EOl:\
10925         :FV=\EOq:FW=\EOr:FX=\EOs:FY=\EOp:FZ=\EOn:Fa=\EOM:tc=att610:
10926 att615-w|AT&T 615; 132 column; 98key keyboard:\
10927         :#4=\E[ A:%i=\E[ @:F5=\EOC:F6=\EOD:F7=\EOE:F8=\EOF:F9=\EOG:\
10928         :FA=\EOH:FB=\EOI:FC=\EOJ:FD=\ENO:FE=\ENP:FF=\ENQ:FG=\ENR:\
10929         :FH=\ENS:FI=\ENT:FJ=\EOP:FK=\EOQ:FL=\EOR:FM=\EOS:FN=\EOw:\
10930         :FO=\EOx:FP=\EOy:FQ=\EOm:FR=\EOt:FS=\EOu:FT=\EOv:FU=\EOl:\
10931         :FV=\EOq:FW=\EOr:FX=\EOs:FY=\EOp:FZ=\EOn:Fa=\EOM:\
10932         :tc=att610-w:
10933 att615-103k|AT&T 615; 80 column; 103key keyboard:\
10934         :#4=\E[ A:%i=\E[ @:tc=att610-103k:
10935 att615-103k-w|AT&T 615; 132 column; 103key keyboard:\
10936         :#4=\E[ A:%i=\E[ @:tc=att610-103k-w:
10937 # (att620: I added <rmam>/<smam> based on the init string and
10938 # :SR:/:SF: from a BSD termcap -- esr)
10939 # (sgr removed to fit entry within 1023 bytes)
10940 # (acsc removed to fit entry within 1023 bytes)
10941 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
10942 att620|AT&T 620; 80 column; 98key keyboard:\
10943         :am:es:hs:mi:ms:xn:xo:\
10944         :co#80:it#8:li#24:ws#80:\
10945         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
10946         :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:\
10947         :ae=\E(B\017:al=\E[L:as=\E)0\016:bl=^G:bt=\E[Z:cd=\E[J:\
10948         :ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=\r:cs=\E[%i%d;%dr:\
10949         :dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:fs=\E8:ho=\E[H:\
10950         :i1=\E[8;0|\E[?3;4;5;13;15l\E[13;20l\E[?7h\E[12h:\
10951         :i2=\E(B\E)0:im=\E[4h:is=\E[m\017:k1=\EOc:k2=\EOd:k3=\EOe:\
10952         :k4=\EOf:k5=\EOg:k6=\EOh:k7=\EOi:k8=\EOj:k9=\ENo:kb=^H:\
10953         :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:ll=\E[24H:\
10954         :mb=\E[5m:md=\E[1m:me=\E[0m:mh=\E[2m:mr=\E[7m:nd=\E[C:\
10955         :nw=\EE:rc=\E8:rs=\Ec\E[?3l:sc=\E7:se=\E[m:sf=\ED:so=\E[7m:\
10956         :sr=\EM:ta=^I:ts=\E7\E[25;%i%dx:ue=\E[m:up=\E[A:us=\E[4m:\
10957         :vb=\E[?5h\E[?5l:ve=\E[?25h\E[?12l:vi=\E[?25l:\
10958         :vs=\E[?12;25h:
10959 att620-w|AT&T 620; 132 column; 98key keyboard:\
10960         :co#132:ws#132:\
10961         :i1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h:\
10962         :tc=att620:
10963 att620-103k|AT&T 620; 80 column; 103key keyboard:\
10964         :!1=\EOO:!2=\EOP:!3=\EOS:#1=\EOM:%0=\EOt:%1=\EOm:%2=\ENi:\
10965         :%3=\EOl:%4=\ENc:%5=\ENh:%6=\EOv:%7=\EOr:%8=\ENg:%9=\EOz:\
10966         :%a=\EOL:%b=\ENC:%c=\ENH:%d=\EOR:%e=\ENG:%f=\EOZ:%g=\EOT:\
10967         :%h=\EOY:%j=\EOQ:&0=\EOW:&1=\EOb:&2=\ENa:&3=\EOy:&4=\EOB:\
10968         :&5=\EOq:&6=\EOo:&7=\EOp:&8=\EOs:&9=\ENB:*0=\EOX:*1=\EOU:\
10969         :*2=\END:*3=\EON:*4=\ENF:*5=\ENE:*6=\ENI:*7=\ENN:*8=\EOA:\
10970         :*9=\EOK:@0=\EOx:@1=\E9:@2=\EOw:@3=\EOV:@4=\EOu:@5=\ENd:\
10971         :@6=\EOn:@7=\E0:@8=\r:@9=\EOk:F1@:F2@:F3@:F4@:F5@:F6@:F7@:F8@:\
10972         :F9@:FA@:FB@:FC@:FD@:FE@:FF@:FG@:FH@:FI@:FJ@:FK@:FL@:FM@:FN@:FO@:FP@:\
10973         :FQ@:FR@:FS@:FT@:FU@:FV@:FW@:FX@:FY@:FZ@:Fa@:k9@:k;@:kD=\ENf:\
10974         :kE=\EOa:kI=\ENj:kL=\ENe:kM=\ENj:kN=\E[U:kP=\E[V:tc=att620:
10976 att620-103k-w|AT&T 620; 132 column; 103key keyboard:\
10977         :co#132:ws#132:\
10978         :i1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h:\
10979         :tc=att620-103k:
10981 # AT&T (formerly Teletype) 630 Multi-Tasking Graphics terminal
10982 # The following SETUP modes are assumed for normal operation:
10983 #       Local_Echo=Off  Gen_Flow=On     Return=CR       Received_Newline=LF
10984 #       Font_Size=Large         Non-Layers_Window_Cols=80
10985 #                               Non-Layers_Window_Rows=60
10986 # Other SETUP modes may be set for operator convenience or communication
10987 # requirements.  Some capabilities assume a printer attached to the Aux EIA
10988 # port.  This termcap description is for the Fixed Non-Layers Window.  No
10989 # delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
10990 # (att630: added :ic:, :mb: and :mh: from a BSD termcap file -- esr)
10991 att630|AT&T 630 windowing terminal:\
10992         :NP:am:bs:da:db:mi:ms:xo:\
10993         :co#80:it#8:li#60:lm#0:\
10994         :@8=\r:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\ENq:\
10995         :F2=\ENr:F3=\ENs:F4=\ENt:F5=\ENu:F6=\ENv:F7=\ENw:F8=\ENx:\
10996         :F9=\ENy:FA=\ENz:FB=\EN{:FC=\EN|:FD=\EN}:FE=\EN~:IC=\E[%d@:\
10997         :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:\
10998         :al=\E[L:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[J:ce=\E[K:\
10999         :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=\r:dc=\E[P:dl=\E[M:do=\E[B:\
11000         :ei=\E[4l:ho=\E[H:ic=\E[@:im=\E[4h:is=\E[m:k9=\ENo:k;=\ENp:\
11001         :kA=\E[L:kB=\E[Z:kC=\E[2J:kD=\E[P:kI=\E[@:kL=\E[M:kb=^H:\
11002         :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:\
11003         :me=\E[m:mh=\E[2m:mr=\E[7m:nd=\E[C:nw=\r\n:pf=\E[?4i:\
11004         :po=\E[?5i:rc=\E8:rs=\Ec:sc=\E7:se=\E[m:sf=\ED:so=\E[7m:\
11005         :sr=\EM:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:
11006 att630-24|5630-24|5630DMD-24|630MTG-24|AT&T 630 windowing terminal 24 lines:\
11007         :li#24:tc=att630:
11009 # This is the att700 entry for 700 native emulation of the AT&T 700
11010 # terminal.  Comments are relative to changes from the 605V2 entry and
11011 # att730 on which the entry is based.  Comments show the terminfo
11012 # capability name, termcap name, and description.
11014 # Here is what's going onm in the init string:
11015 #       ESC [ 50;4|     set 700 native mode (really is 605)
11016 # x     ESC [ 56;ps|    set lines to 24: ps=0; 40: ps=1 (plus status line)
11017 #       ESC [ 53;0|     set GenFlow to Xon/Xoff
11018 #       ESC [ 8 ;0|     set CR on NL
11019 # x     ESC [ ? 3 l/h   set workspace: 80 col(l); 132 col(h)
11020 #       ESC [ ? 4 l     jump scroll
11021 #       ESC [ ? 5 l/h   video: normal (l); reverse (h)
11022 #       ESC [ ?13 l     Labels on
11023 #       ESC [ ?15 l     parity check = no
11024 #       ESC [ 13 l      monitor mode off
11025 #       ESC [ 20 l      LF on NL (not CRLF on NL)
11026 #       ESC [ ? 7 h     autowrap on
11027 #       ESC [ 12 h      local echo off
11028 #       ESC ( B         GO = ASCII
11029 #       ESC ) 0         G1 = Special Char & Line Drawing
11030 #       ESC [ ? 31 l    Set 7 bit controls
11032 # Note: Most terminals, especially the 600 family use Reverse Video for
11033 # standout mode.  DEC also uses reverse video.  The VT100 uses bold in addition
11034 # Assume we should stay with reverse video for 70..  However, the 605V2 exits
11035 # standout mode with \E[m (all normal attributes).  The 730 entry simply
11036 # exits reverse video which would leave other current attributes intact.  It
11037 # was assumed the 730 entry to be more correct so rmso has changed.  The
11038 # 605V2 has no sequences to turn individual attributes off, thus its setting
11039 # and the rmso/smso settings from the 730.
11041 # Note: For the same reason as above in rmso I changed exit under-score mode
11042 # to specifically turn off underscore, rather than return to all normal
11043 # attributes
11045 # Note: The following pkey_xmit is taken from the 605V2 which contained the
11046 # capability as pfxl.  It was changed here to pfx since pfxl
11047 # will only compile successfully with Unix 4.0 tic.  Also note that pfx only
11048 # allows strings to be parameters and label values must be programmed as
11049 # constant strings.  Supposedly the pfxl of Version 4.0 allows both labels
11050 # and strings to be parameters.  The 605V2 pfx entry should be examined later
11051 # in this regard. For reference the 730 pfxl entry is shown here for comparison
11052 # 730 pfx entry:
11053 #     pfxl=\E[%?%p1%{25}%<%t%p1%e%p1%{24}%-%;%d;%p2%l%02d%?%p1%{25}%<%tq\s\s\s
11054 # SYS\s\s\s\s\sF%p1%:-2d\s\s%e;0;3q%;%p2%s,
11056 # (for 4.0 tic)
11057 #     pfxl=\E[%p1%d;%p2%l%02dq%?%p1%{9}%<%t   F%p1%1d           %;%p2%s,
11059 # (for <4.0 tic)
11060 #     pfx=\E[%p1%d;%p2%l%02dq%?%p1%{9}%<%t   F%p1%1d           %;%p2%s,
11062 # From the AT&T 705 Multi-tasking terminal user's guide Page 8-8,8-9
11064 # Port1 Interface
11066 # modular 10 pin Connector
11067 # Left side       Right side
11068 # Pin 1 2 3 4 5 6 7 8 9 10
11070 #        Key (notch) at bottom
11072 # Pin    1 DSR
11073 #        3 DCD
11074 #        4 DTR
11075 #        5 Sig Ground
11076 #        6 RD
11077 #        7 SD
11078 #        8 CTS
11079 #        9 RTS
11080 #        10 Frame Ground
11082 # The manual is 189 pages and is loaded with details about the escape codes,
11083 # etc..... Available from AT&T CIC 800-432-6600...
11084 # ask for Document number 999-300-660..
11086 # (sgr removed to fit entry within 1023 bytes)
11087 # (acsc removed to fit entry within 1023 bytes)
11088 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
11089 att700|AT&T 700 24x80 column display w/102key keyboard:\
11090         :am:es:hs:mi:ms:xn:xo:\
11091         :co#80:it#8:li#24:ws#80:\
11092         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
11093         :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:\
11094         :bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=\r:\
11095         :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:\
11096         :fs=\E8:ho=\E[H:i2=\E(B\E)0:im=\E[4h:\
11097         :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:\
11098         :k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:k5=\EOg:k6=\EOh:k7=\EOi:\
11099         :k8=\EOj:k9=\ENo:kD=\E[P:kI=\E[@:kN=\E[U:kP=\E[V:kb=^H:\
11100         :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:ll=\E[24H:\
11101         :mb=\E[5m:md=\E[1m:me=\E[0m:mh=\E[2m:mr=\E[7m:nd=\E[C:\
11102         :nw=\EE:rc=\E8:sc=\E7:se=\E[27m:sf=\ED:so=\E[7m:sr=\EM:\
11103         :st=\EH:ta=^I:ts=\E7\E[99;%i%dx:ue=\E[24m:up=\E[A:\
11104         :us=\E[4m:vb=\E[?5h\E[?5l:ve=\E[?25h\E[?12l:vi=\E[?25l:\
11105         :vs=\E[?12;25h:
11107 # This entry was modified 3/13/90 by JWE.
11108 # fixes include additions of <enacs>, correcting :rp:, and modification
11109 # of <kHOM>.  (See comments below)
11110 # att730 has status line of 80 chars
11111 # These were commented out: :SF=\E[%p1%dS:, :SR=\E[%p1%dT:,
11112 # the <kf25> and up keys are used for shifted system Fkeys
11113 # NOTE: JWE 3/13/90 The 98 key keyboard translation for shift/HOME is
11114 # currently the same as :kh: (unshifted HOME or \E[H).  On the 102, 102+1
11115 # and 122 key keyboards, the 730's translation is \E[2J.  For consistency
11116 # <kHOM> has been commented out.  The user can uncomment <kHOM> if using the
11117 # 102, 102+1, or 122 key keyboards
11118 #       kHOM=\E[2J,
11119 # (att730: I added <rmam>/<smam> based on the init string -- esr)
11120 # (sgr removed to fit entry within 1023 bytes)
11121 # (acsc removed to fit entry within 1023 bytes)
11122 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
11123 att730|AT&T 730 windowing terminal:\
11124         :am:da:db:es:hs:mi:ms:xn:xo:\
11125         :co#80:it#8:li#60:lm#0:ws#80:\
11126         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
11127         :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:\
11128         :bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=\r:\
11129         :cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:fs=\E8:\
11130         :ho=\E[H:\
11131         :i1=\E[8;0|\E[?3;4;5;13;15l\E[13;20l\E[?7h\E[12h\E(B\E)B:\
11132         :i2=\E(B\E)0:im=\E[4h:is=\E[m\017:k1=\EOc:k2=\EOd:k3=\EOe:\
11133         :k4=\EOf:k5=\EOg:k6=\EOh:k7=\EOi:k8=\EOj:k9=\ENo:kI=\E[@:\
11134         :kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
11135         :mb=\E[5m:md=\E[1m:me=\E[0m:mh=\E[2m:mr=\E[7m:nd=\E[C:\
11136         :nw=\EE:rc=\E8:rs=\Ec\E[?3l:sc=\E7:se=\E[27m:sf=\ED:\
11137         :so=\E[7m:sr=\EM:ta=^I:ts=\E7\E[;%i%dx:ue=\E[24m:up=\E[A:\
11138         :us=\E[4m:vb=\E[?5h\E[?5l:ve=\E[?25h\E[?12l:vi=\E[?25l:\
11139         :vs=\E[?12;25h:
11140 att730-41|730MTG-41|AT&T 730-41 windowing terminal Version:\
11141         :li#41:tc=att730:
11142 att730-24|730MTG-24|AT&T 730-24 windowing terminal Version:\
11143         :li#24:tc=att730:
11144 att730r|730MTGr|AT&T 730 rev video windowing terminal Version:\
11145         :i1=\E[8;0|\E[?3;4;13;15l\E[?5h\E[13;20l\E[?7h\E[12h\E(B\E)B:\
11146         :vb=\E[?5l\E[?5h:tc=att730:
11147 att730r-41|730MTG-41r|AT&T 730r-41 rev video windowing terminal Version:\
11148         :li#41:tc=att730r:
11149 att730r-24|730MTGr-24|AT&T 730r-24 rev video windowing terminal Version:\
11150         :li#24:tc=att730r:
11152 # The following represents the screen layout along with the associated
11153 # bezel buttons for the 5430/pt505 terminal. The "kf" designations do
11154 # not appear on the screen but are shown to reference the bezel buttons.
11155 # The "CMD", "MAIL", and "REDRAW" buttons are shown in their approximate
11156 # position relative to the screen.
11160 #      +----------------------------------------------------------------+
11161 #      |                                                                |
11162 # XXXX | kf0                                                       kf24 | XXXX
11163 #      |                                                                |
11164 #      |                                                                |
11165 # XXXX | kf1                                                       kf23 | XXXX
11166 #      |                                                                |
11167 #      |                                                                |
11168 # XXXX | kf2                                                       kf22 | XXXX
11169 #      |                                                                |
11170 #      |                                                                |
11171 # XXXX | kf3                                                       kf21 | XXXX
11172 #      |                                                                |
11173 #      |                                                                |
11174 # XXXX | kf4                                                       kf20 | XXXX
11175 #      |                                                                |
11176 #      |                                                                |
11177 # XXXX | kf5                                                       kf19 | XXXX
11178 #      |                                                                |
11179 #      |                                                                |
11180 # XXXX | kf6                                                       kf18 | XXXX
11181 #      |                                                                |
11182 #      |                                                                |
11183 # XXXX |                                                                | XXXX
11184 #      |                                                                |
11185 #      |                                                                |
11186 #      +----------------------------------------------------------------+
11188 #          XXXX  XXXX  XXXX  XXXX  XXXX  XXXX  XXXX  XXXX  XXXX  XXXX
11190 # Note: XXXX represents the screen buttons
11191 #                                                          CMD   REDRAW
11193 #                                                          MAIL
11195 # version 1 note:
11196 #       The character string sent by key 'kf26' may be user programmable
11197 #       to send either \E[16s, or \E[26s.
11198 #       The character string sent by key 'krfr' may be user programmable
11199 #       to send either \E[17s, or \E[27s.
11201 # Depression of the "CMD" key sends    \E!    (kcmd)
11202 # Depression of the "MAIL" key sends   \E[26s (kf26)
11203 # "REDRAW" same as "REFRESH" (krfr)
11205 # "kf" functions adds carriage return to output string if terminal is in
11206 # 'new line' mode.
11208 # The following are functions not covered in the table above:
11210 #       Set keyboard character (SKC): \EPn1;Pn2w
11211 #                       Pn1= 0 Back Space key
11212 #                       Pn1= 1 Break key
11213 #                       Pn2=   Program char (hex)
11215 #       Screen Definition (SDF): \E[Pn1;Pn2;Pn3;Pn4;Pn5t
11216 #                       Pn1=     Window number (1-39)
11217 #                       Pn2-Pn5= Y;X;Y;X coordinates
11219 #       Screen Selection (SSL): \E[Pnu
11220 #                       Pn= Window number
11222 #       Set Terminal Modes (SM): \E[Pnh
11223 #                       Pn= 3 Graphics mode
11224 #                       Pn= > Cursor blink
11225 #                       Pn= < Enter new line mode
11226 #                       Pn= = Enter reverse insert/replace mode
11227 #                       Pn= ? Enter no scroll mode
11229 #       Reset Terminal Mode (RM): \E[Pnl
11230 #                       Pn= 3 Exit graphics mode
11231 #                       Pn= > Exit cursor blink
11232 #                       Pn= < Exit new line mode
11233 #                       Pn= = Exit reverse insert/replace mode
11234 #                       Pn= ? Exit no scroll mode
11236 #       Screen Status Report (SSR): \E[Pnp
11237 #                       Pn= 0 Request current window number
11238 #                       Pn= 1 Request current window dimensions
11240 #       Device Status Report (DSR): \E[6n    Request cursor position
11242 #       Call Status Report (CSR): \E[Pnv
11243 #                       Pn= 0 Call failed
11244 #                       Pn= 1 Call successful
11246 #       Transparent Button String (TBS): \E[Pn1;Pn2;Pn3;{string
11247 #                       Pn1= Button number to be loaded
11248 #                       Pn2= Character count of "string"
11249 #                       Pn3= Key mode being loaded:
11250 #                               0= Unshifted
11251 #                               1= Shifted
11252 #                               2= Control
11253 #                       String= Text string (15 chars max)
11255 #       Screen Number Report (SNR): \E[Pnp
11256 #                       Pn= Screen number
11258 #       Screen Dimension Report (SDR): \E[Pn1;Pn2r
11259 #                       Pn1= Number of rows available in window
11260 #                       Pn2= Number of columns available in window
11262 #       Cursor Position Report (CPR): \E[Pn1;Pn2R
11263 #                       Pn1= "Y" Position of cursor
11264 #                       Pn2= "X" Position of cursor
11266 #       Request Answer Back (RAB): \E[c
11268 #       Answer Back Response (ABR): \E[?;*;30;VSV
11269 #                       *=  0 No printer available
11270 #                       *=  2 Printer available
11271 #                       V=  Software version number
11272 #                       SV= Software sub version number
11273 #       (printer-available field not documented in v1)
11275 #       Screen Alignment Aid: \En
11277 #       Bell (lower pitch): \E[x
11279 #       Dial Phone Number: \EPdstring\
11280 #                       string= Phone number to be dialed
11282 #       Set Phone Labels: \EPpstring\
11283 #                       string= Label for phone buttons
11285 #       Set Clock: \EPchour;minute;second\
11287 #       Position Clock: \EPsY;X\
11288 #                       Y= "Y" coordinate
11289 #                       X= "X" coordinate
11291 #       Delete Clock: \Epr\
11293 #       Programming The Function Buttons: \EPfPn;string\
11294 #                       Pn= Button number (00-06, 18-24)
11295 #                                         (kf00-kf06, kf18-kf24)
11296 #                       string= Text to sent on button depression
11298 # The following in version 2 only:
11300 #       Request For Local Directory Data: \EPp12;\
11302 #       Local Directory Data to host: \EPp11;LOCAL...DIRECTORY...DATA\
11304 #       Request for Local Directory Data in print format: \EPp13;\
11306 #       Enable 'Prt on Line' mode: \022 (DC2)
11308 #       Disable 'Prt on Line' mode: \024 (DC4)
11311 # 05-Aug-86:
11312 # The following Terminfo entry describes functions which are supported by
11313 # the AT&T 5430/pt505 terminal software version 2 and later.
11314 att505|pt505|att5430|gs5430|AT&T Personal Terminal 505 or 5430 GETSET terminal:\
11315         :am:xo:\
11316         :co#80:it#8:li#24:\
11317         :&2=\E[27s:@4=\E!:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:\
11318         :F8=\E[18s:F9=\E[19s:FA=\E[20s:FB=\E[21s:FC=\E[22s:\
11319         :FD=\E[23s:FE=\E[24s:FG=\E[26s:LE=\E[%dD:RA=\E[11;1j:\
11320         :RI=\E[%dC:SA=\E[11;0j:UP=\E[%dA:\
11321         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
11322         :ae=\E[10m:al=\E[L:as=\E[11m:bl=^G:cb=\E[2K:cd=\E[0J:\
11323         :ce=\E[0K:cl=\E[2J\E[H:cm=\E[%d;%dH:cr=\r:dc=\E[P:dl=\E[M:\
11324         :do=\E[B:ei=\E[4l:ho=\E[H:\
11325         :i1=\EPr\\E[0u\E[2J\E[0;0H\E[m\E[3l\E[<l\E[4l\E[>l\E[=l\E[?l:\
11326         :im=\E[4h:k0=\E[00s:k1=\E[01s:k2=\E[02s:k3=\E[03s:\
11327         :k4=\E[04s:k5=\E[05s:k6=\E[06s:kb=^H:kd=\E[B:kl=\E[D:\
11328         :kr=\E[C:ku=\E[A:le=\E[D:mb=\E[5m:md=\E[1m:me=\E[m:\
11329         :mr=\E[7m:nd=\E[C:pf=\E[4i:po=\E[5i:r1=\Ec:rc=\E8:sc=\E7:\
11330         :se=\E[m:sf=\n:so=\E[1m:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:\
11331         :ve=\E[>l:vs=\E[>h:
11333 # The following Terminfo entry describes functions which are supported by
11334 # the AT&T 5430/pt505 terminal software version 1.
11335 att505-24|pt505-24|gs5430-24|AT&T PT505 or 5430 GETSET version 1 24 lines:\
11336         :li#24:\
11337         :RA@:SA@:pf@:po@:rc@:sc@:tc=att505:
11338 tt505-22|pt505-22|gs5430-22|AT&T PT505 or 5430 GETSET version 1 22 lines:\
11339         :li#22:tc=att505:
11341 #### ------------------ TERMINFO FILE CAN BE SPLIT HERE ---------------------
11342 # This cut mark helps make life less painful for people running ncurses tic
11343 # on machines with relatively little RAM.  The file can be broken in half here
11344 # cleanly and compiled in sections -- no `use' references cross this cut
11345 # going forward.
11348 #### Ampex (Dialogue)
11350 # Yes, these are the same people who are better-known for making audio- and
11351 # videotape.  I'm told they are located in Redwood City, CA.
11354 # From: <cbosg!ucbvax!SRC:george> Fri Sep 11 22:38:32 1981
11355 # (ampex80: some capabilities merged in from SCO's entry -- esr)
11356 ampex80|a80|d80|dialogue|dialogue80|ampex dialogue 80:\
11357         :am:bs:bw:ul:\
11358         :co#80:it#8:li#24:\
11359         :al=5*\EE:bl=^G:bt=\EI:cd=\Ey:ce=\Et:cl=75\E*:cm=\E=%+ %+ :\
11360         :cr=\r:ct=\E3:dc=\EW:dl=5*\ER:do=\n:ei=:ic=\EQ:im=:is=\EA:\
11361         :le=^H:nd=^L:se=\Ek:sf=\n:so=\Ej:st=\E1:ta=^I:ue=\Em:up=^K:\
11362         :us=\El:
11363 # This entry was from somebody anonymous, Tue Aug  9 20:11:37 1983, who wrote:
11364 ampex175|ampex d175:\
11365         :am:\
11366         :co#80:li#24:\
11367         :al=\EE:bl=^G:cd=\Ey:ce=\Et:cl=\E+:cm=\E=%+ %+ :cr=\r:\
11368         :dc=\EW:dl=\ER:do=\n:ei=:ho=^^:ic=\EQ:im=:is=\EX\EA\EF:\
11369         :kA=\EE:kD=\EW:kI=\EQ:kL=\ER:kd=\n:kh=^^:kl=^H:kr=^L:ku=^K:\
11370         :le=^H:ll=^^^K:nd=^L:se=\Ek:sf=\n:so=\Ej:te=\EF:ti=\EN:\
11371         :ue=\Em:up=^K:us=\El:
11372 # No backspace key in the main QWERTY cluster. Fortunately, it has a
11373 # NEWLINE/PAGE key just above RETURN that sends a strange single-character
11374 # code.  Given a suitable Unix (one that lets you set an echo-erase-as-BS-SP-BS
11375 # mode), this key can be used as the erase key; I find I like this. Because
11376 # some people and some systems may not, there is another termcap ("ampex175")
11377 # that suppresses this little eccentricity by omitting the relevant capability.
11378 ampex175-b|ampex d175 using left arrow for erase:\
11379         :kb=^_:tc=ampex175:
11380 # From: Richard Bascove <atd!dsd!rcb@ucbvax.berkeley.edu>
11381 # (ampex210: removed obsolete ":kn#10:" -- esr)
11382 ampex210|a210|ampex a210:\
11383         :am:bs:hs:xn:\
11384         :co#80:it#8:li#24:sg#1:\
11385         :al=\EE:bt=\EI:cd=\Ey:ce=\Et:cl=\E*:cm=\E=%+ %+ :dc=\EW:\
11386         :dl=\ER:ei=:fs=\E.2:ho=^^:ic=\EQ:if=/usr/share/tabset/std:\
11387         :im=:is=\EC\Eu\E'\E(\El\EA\E%\E{\E.2\EG0\Ed\En:\
11388         :k0=^A0\r:k1=^A1\r:k2=^A2\r:k3=^A3\r:k4=^A4\r:k5=^A5\r:\
11389         :k6=^A6\r:k7=^A7\r:k8=^A8\r:k9=^A9\r:kd=^V:kh=^^:kl=^H:\
11390         :kr=^L:ku=^K:le=^H:mk@:nd=^L:ta=^I:ts=\E.0\Eg\E}\Ef:up=^K:\
11391         :vb=\EU\EX\EU\EX\EU\EX\EU\EX:tc=adm+sgr:
11392 # (ampex219: I added <rmam>/<smam> based on the init string, added :vs:
11393 # from ampex219w, added :ve:=\E[?3l, irresistibly suggested by :vs:,
11394 # and moved the padding to be *after* the caps -- esr)
11395 ampex219|ampex-219|amp219|Ampex with Automargins:\
11396         :hs:xn:\
11397         :co#80:it#8:li#24:\
11398         :RA=\E[?7l:SA=\E[?7h:bl=^G:bt=\E[Z:cd=50\E[J:ce=3\E[K:\
11399         :cl=50\E[H\E[2J:cm=5\E[%i%d;%dH:cr=\r:cs=%i\E[%2;%2r:\
11400         :do=\E[B:ho=\E[H:\
11401         :is=\E>\E[?1l\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:k0=\E[21~:\
11402         :k1=\E[7~:k2=\E[8~:k3=\E[9~:k4=\E[10~:k5=\E[11~:k6=\E[17~:\
11403         :k7=\E[18~:k8=\E[19~:k9=\E[20~:kd=\E[B:ke=\E>:kh=\E[H:\
11404         :kl=\E[D:kr=\E[C:ks=\E=:ku=\E[A:le=^H:mb=2\E[5m:md=2\E[1m:\
11405         :me=2\E[m:mh=\E[1m:mr=\E[7m:nd=2\E[C:se=2\E[m:sf=\n:\
11406         :so=2\E[7m:sr=5\EM:ta=^I:ue=2\E[m:up=2\E[A:us=2\E[4m:\
11407         :ve=\E[?3l:vs=\E[?3h:
11408 ampex219w|ampex-219w|amp219w|Ampex 132 cols:\
11409         :co#132:li#24:\
11410         :bl=^G:cr=\r:do=\n:is=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h:\
11411         :sf=\n:tc=ampex219:
11412 # (ampex232: removed :if=/usr/share/tabset/ampex:, no file and no :st: --esr)
11413 ampex232|ampex-232|Ampex Model 232:\
11414         :am:\
11415         :co#80:li#24:sg#1:\
11416         :al=5*\EE:bt=\EI:cd=\EY:ce=\ET:cl=\E+:cm=\E=%+ %+ :dc=\EW:\
11417         :dl=5*\ER:do=^V:ei=:ic=\EQ:im=:is=\Eg\El:k0=^A@\r:k1=^AA\r:\
11418         :k2=^AB\r:k3=^AC\r:k4=^AD\r:k5=^AE\r:k6=^AF\r:k7=^AG\r:\
11419         :k8=^AH\r:k9=^AI\r:kb=^H:kd=^V:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:\
11420         :mk@:nd=^L:ta=^I:up=^K:vb=\Eb\Ed:ve=\E.4:vi=\E.0:tc=adm+sgr:
11421 # (ampex: removed :if=/usr/share/tabset/amp-132:, no file and no :st: -- esr)
11422 ampex232w|Ampex Model 232 / 132 columns:\
11423         :co#132:li#24:\
11424         :is=\E\034Eg\El:tc=ampex232:
11426 #### Ann Arbor (aa)
11428 # Ann Arbor made dream terminals for hackers -- large screen sizes and huge
11429 # numbers of function keys.  At least some used monitors in portrait mode,
11430 # allowing up to 76-character screen heights!  They were reachable at:
11432 #       Ann Arbor Terminals
11433 #       6175 Jackson Road
11434 #       Ann Arbor, MI 48103
11435 #       (313)-663-8000
11437 # But in 1996 the phone number reaches some kitschy retail shop, and Ann Arbor
11438 # can't be found on the Web; I fear they're long dead.  R.I.P.
11442 # Originally from Mike O'Brien@Rand and Howard Katseff at Bell Labs.
11443 # Highly modified 6/22 by Mike O'Brien.
11444 # split out into several for the various screen sizes by dave-yost@rand
11445 # Modifications made 3/82 by Mark Horton
11446 # Modified by Tom Quarles at UCB for greater efficiency and more diversity
11447 # status line moved to top of screen, :vb: removed 5/82
11448 # Some unknown person at SCO then hacked the init strings to make them more
11449 # efficient.
11451 # assumes the following setup:
11452 #   A menu: 0000 1010  0001 0000
11453 #   B menu: 9600  0100 1000  0000 0000  1000 0000  17  19
11454 #   C menu: 56   66   0    0    9600  0110 1100
11455 #   D menu: 0110 1001   1   0
11457 #       Briefly, the settings are for the following modes:
11458 #          (values are for bit set/clear with * indicating our preference
11459 #           and the value used to test these termcaps)
11460 #       Note that many of these settings are irrelevant to the terminfo
11461 #       and are just set to the default mode of the terminal as shipped
11462 #       by the factory.
11464 # A menu: 0000 1010  0001 0000
11465 #       Block/underline cursor*
11466 #       blinking/nonblinking cursor*
11467 #       key click/no key click*
11468 #       bell/no bell at column 72*
11470 #       key pad is cursor control*/key pad is numeric
11471 #       return and line feed/return for :cr: key *
11472 #       repeat after .5 sec*/no repeat
11473 #       repeat at 25/15 chars per sec. *
11475 #       hold data until pause pressed/process data unless pause pressed*
11476 #       slow scroll/no slow scroll*
11477 #       Hold in area/don't hold in area*
11478 #       functions keys have default*/function keys disabled on powerup
11480 #       show/don't show position of cursor during page transmit*
11481 #       unused
11482 #       unused
11483 #       unused
11485 # B menu: 9600  0100 1000  0000 0000  1000 0000  17  19
11486 #       Baud rate (9600*)
11488 #       2 bits of parity - 00=odd,01=even*,10=space,11=mark
11489 #       1 stop bit*/2 stop bits
11490 #       parity error detection off*/on
11492 #       keyboard local/on line*
11493 #       half/full duplex*
11494 #       disable/do not disable keyboard after data transmission*
11496 #       transmit entire page/stop transmission at cursor*
11497 #       transfer/do not transfer protected characters*
11498 #       transmit all characters/transmit only selected characters*
11499 #       transmit all selected areas/transmit only 1 selected area*
11501 #       transmit/do not transmit line separators to host*
11502 #       transmit/do not transmit page tab stops tabs to host*
11503 #       transmit/do not transmit column tab stop tabs to host*
11504 #       transmit/do not transmit graphics control (underline,inverse..)*
11506 #       enable*/disable auto XON/XOFF control
11507 #       require/do not require receipt of a DC1 from host after each LF*
11508 #       pause key acts as a meta key/pause key is pause*
11509 #       unused
11511 #       unused
11512 #       unused
11513 #       unused
11514 #       unused
11516 #       XON character (17*)
11517 #       XOFF character (19*)
11519 # C menu: 56   66   0    0    9600  0110 1100
11520 #       number of lines to print data on (printer) (56*)
11522 #       number of lines on a sheet of paper (printer) (66*)
11524 #       left margin (printer) (0*)
11526 #       number of pad chars on new line to printer (0*)
11528 #       printer baud rate (9600*)
11530 #       printer parity: 00=odd,01=even*,10=space,11=mark
11531 #       printer stop bits: 2*/1
11532 #       print/do not print guarded areas*
11534 #       new line is: 01=LF,10=CR,11=CRLF*
11535 #       unused
11536 #       unused
11538 # D menu: 0110 1001   1   0
11539 #       LF is newline/LF is down one line, same column*
11540 #       wrap to preceding line if move left from col 1*/don't wrap
11541 #       wrap to next line if move right from col 80*/don't wrap
11542 #       backspace is/is not destructive*
11544 #       display*/ignore DEL character
11545 #       display will not/will scroll*
11546 #       page/column tab stops*
11547 #       erase everything*/erase unprotected only
11549 #       editing extent: 0=display,1=line*,2=field,3=area
11551 #       unused
11554 annarbor4080|aa4080|ann arbor 4080:\
11555         :am:bs:\
11556         :co#80:li#40:\
11557         :bl=^G:cl=2^L:cr=\r:ct=^\^P^P:do=\n:ho=^K:kb=^^:kd=\n:kh=^K:\
11558         :kl=^H:kr=^_:ku=^N:le=^H:nd=^_:sf=\n:st=^]^P1:ta=^I:up=^N:
11560 # Strange Ann Arbor terminal from BRL
11561 aas1901|Ann Arbor K4080 w/S1901 mod:\
11562         :am:\
11563         :co#80:li#40:\
11564         :bl=^G:cl=^L:cr=\r:do=\n:ho=^K:kb=^H:kd=\n:kl=^H:le=^H:\
11565         :ll=^O\200c:nd=^_:nw=\r\n:sf=\n:ta=^I:up=^N:
11567 # If you're using the GNU termcap library, add
11568 #       :cS=\E[%p1%d;%p2%d;%p3%d;%p4%dp:
11569 # to these capabilities.  This is the nonstandard GNU termcap scrolling
11570 # capability, arguments are:
11571 #   1. Total number of lines on the screen.
11572 #   2. Number of lines above desired scroll region.
11573 #   3. Number of lines below (outside of) desired scroll region.
11574 #   4. Total number of lines on the screen, the same as the first parameter.
11575 # The generic Ann Arbor entry is the only one that uses this.
11576 # (sgr removed to fit entry within 1023 bytes)
11577 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
11578 aaa+unk|aaa-unk|ann arbor ambassador (internal - don't use this directly):\
11579         :am:bs:km:mi:xo:\
11580         :co#80:it#8:\
11581         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=4*\E[%d@:\
11582         :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:al=3\E[L:bl=^G:bt=\E[Z:\
11583         :cd=\E[J:ce=5\E[K:cl=156\E[H\E[J:cm=\E[%i%d;%dH:cr=\r:\
11584         :ct=\E[3g:dc=\E[P:dl=\E[M:do=^K:ei=:ho=\E[H:\
11585         :i1=\E[m\E7\E[H\E9\E8:i2=\E[1Q\E[>20;30l\EP`+x~M\E\\:\
11586         :ic=4\E[@:im=:k1=\EOA:k2=\EOB:k3=\EOC:k4=\EOD:k5=\EOE:\
11587         :k6=\EOF:k7=\EOG:k8=\EOH:k9=\EOI:kD=\E[P:kI=\E[@:kb=^H:\
11588         :kd=\E[B:\
11589         :ke=\EP`>y~[[J`8xy~[[A`4xy~[[D`6xy~[[C`2xy~[[B\E\\:\
11590         :kh=\E[H:kl=\E[D:kr=\E[C:\
11591         :ks=\EP`>z~[[J`8xz~[[A`4xz~[[D`6xz~[[C`2xz~[[B\E\\:\
11592         :ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:mm=\E[>52h:\
11593         :mo=\E[>52l:mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:se=\E[m:sf=^K:\
11594         :so=\E[7m:st=\EH:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:
11596 aaa+rv|ann arbor ambassador in reverse video:\
11597         :i1=\E[7m\E7\E[H\E9\E8:mb=\E[5;7m:md=\E[1;7m:\
11598         :me=\E[7m\016:mk=\E[7;8m:mr=\E[m:r1=156\E[H\E[7m\E[J:\
11599         :se=\E[7m:so=\E[m:ue=\E[7m:us=\E[4;7m:
11600 # Ambassador with the DEC option, for partial vt100 compatibility.
11601 aaa+dec|ann arbor ambassador in dec vt100 mode:\
11602         :ac=aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}:\
11603         :ae=^N:as=^O:cs=\E[%i%d;%dr:eA=\E(0:
11604 aaa-18|ann arbor ambassador/18 lines:\
11605         :li#18:\
11606         :is=\E7\E[60;0;0;18p\E8:te=\E[60;0;0;18p\E[60;1H\E[K:\
11607         :ti=\E[18;0;0;18p:tc=aaa+unk:
11608 aaa-18-rv|ann arbor ambassador/18 lines+reverse video:\
11609         :tc=aaa+rv:tc=aaa-18:
11610 aaa-20|ann arbor ambassador/20 lines:\
11611         :li#20:\
11612         :is=\E7\E[60;0;0;20p\E8:te=\E[60;0;0;20p\E[60;1H\E[K:\
11613         :ti=\E[20;0;0;20p:tc=aaa+unk:
11614 aaa-22|ann arbor ambassador/22 lines:\
11615         :li#22:\
11616         :is=\E7\E[60;0;0;22p\E8:te=\E[60;0;0;22p\E[60;1H\E[K:\
11617         :ti=\E[22;0;0;22p:tc=aaa+unk:
11618 aaa-24|ann arbor ambassador/24 lines:\
11619         :li#24:\
11620         :is=\E7\E[60;0;0;24p\E8:te=\E[60;0;0;24p\E[60;1H\E[K:\
11621         :ti=\E[24;0;0;24p:tc=aaa+unk:
11622 aaa-24-rv|ann arbor ambassador/24 lines+reverse video:\
11623         :tc=aaa+rv:tc=aaa-24:
11624 aaa-26|ann arbor ambassador/26 lines:\
11625         :li#26:\
11626         :is=\E7\E[60;0;0;26p\E8:te=\E[60;0;0;26p\E[26;1H\E[K:\
11627         :ti=\E[H\E[J\E[26;0;0;26p:tc=aaa+unk:
11628 aaa-28|ann arbor ambassador/28 lines:\
11629         :li#28:\
11630         :is=\E7\E[60;0;0;28p\E8:te=\E[60;0;0;28p\E[28;1H\E[K:\
11631         :ti=\E[H\E[J\E[28;0;0;28p:tc=aaa+unk:
11632 aaa-30-s|aaa-s|ann arbor ambassador/30 lines w/status:\
11633         :es:hs:\
11634         :li#29:\
11635         :ds=\E7\E[60;0;0;30p\E[1;1H\E[K\E[H\E8\r\n\E[K:\
11636         :fs=\E[>51l:is=\r\n\E[A\E7\E[60;1;0;30p\E8:\
11637         :te=\E[60;1;0;30p\E[29;1H\E[K:\
11638         :ti=\E[H\E[J\E[30;1;0;30p\E[30;1H\E[K:\
11639         :ts=\E[>51h\E[1;%dH\E[2K:tc=aaa+unk:
11640 aaa-30-s-rv|aaa-s-rv|ann arbor ambassador/30 lines+status+reverse video:\
11641         :tc=aaa+rv:tc=aaa-30-s:
11642 aaa-s-ctxt|aaa-30-s-ctxt|ann arbor ambassador/30 lines+status+save context:\
11643         :te=\E[60;1;0;30p\E[59;1H\E[K:\
11644         :ti=\E[30;1H\E[K\E[30;1;0;30p:tc=aaa-30-s:
11645 aaa-s-rv-ctxt|aaa-30-s-rv-ct|ann arbor ambassador/30 lines+status+save context+reverse video:\
11646         :te=\E[60;1;0;30p\E[59;1H\E[K:\
11647         :ti=\E[30;1H\E[K\E[30;1;0;30p:tc=aaa-30-s-rv:
11648 aaa|aaa-30|ambas|ambassador|ann arbor ambassador/30 lines:\
11649         :li#30:\
11650         :is=\E7\E[60;0;0;30p\E8:te=\E[60;0;0;30p\E[30;1H\E[K:\
11651         :ti=\E[H\E[J\E[30;0;0;30p:tc=aaa+unk:
11652 aaa-30-rv|aaa-rv|ann arbor ambassador/30 lines in reverse video:\
11653         :tc=aaa+rv:tc=aaa-30:
11654 aaa-30-ctxt|aaa-ctxt|ann arbor ambassador/30 lines; saving context:\
11655         :te=\E[60;0;0;30p\E[60;1H\E[K:ti=\E[30;0;0;30p:\
11656         :tc=aaa-30:
11657 aaa-30-rv-ctxt|aaa-rv-ctxt|ann arbor ambassador/30 lines reverse video; saving context:\
11658         :te=\E[60;0;0;30p\E[60;1H\E[K:ti=\E[30;0;0;30p:\
11659         :tc=aaa+rv:tc=aaa-30:
11660 aaa-36|ann arbor ambassador/36 lines:\
11661         :li#36:\
11662         :is=\E7\E[60;0;0;36p\E8:te=\E[60;0;0;36p\E[36;1H\E[K:\
11663         :ti=\E[H\E[J\E[36;0;0;36p:tc=aaa+unk:
11664 aaa-36-rv|ann arbor ambassador/36 lines+reverse video:\
11665         :tc=aaa+rv:tc=aaa-36:
11666 aaa-40|ann arbor ambassador/40 lines:\
11667         :li#40:\
11668         :is=\E7\E[60;0;0;40p\E8:te=\E[60;0;0;40p\E[40;1H\E[K:\
11669         :ti=\E[H\E[J\E[40;0;0;40p:tc=aaa+unk:
11670 aaa-40-rv|ann arbor ambassador/40 lines+reverse video:\
11671         :tc=aaa+rv:tc=aaa-40:
11672 aaa-48|ann arbor ambassador/48 lines:\
11673         :li#48:\
11674         :is=\E7\E[60;0;0;48p\E8:te=\E[60;0;0;48p\E[48;1H\E[K:\
11675         :ti=\E[H\E[J\E[48;0;0;48p:tc=aaa+unk:
11676 aaa-48-rv|ann arbor ambassador/48 lines+reverse video:\
11677         :tc=aaa+rv:tc=aaa-48:
11678 aaa-60-s|ann arbor ambassador/59 lines+status:\
11679         :es:hs:\
11680         :li#59:\
11681         :ds=\E7\E[60;0;0;60p\E[1;1H\E[K\E[H\E8\r\n\E[K:\
11682         :fs=\E[>51l:is=\r\n\E[A\E7\E[60;1;0;60p\E8:\
11683         :ts=\E[>51h\E[1;%dH\E[2K:tc=aaa+unk:
11684 aaa-60-s-rv|ann arbor ambassador/59 lines+status+reverse video:\
11685         :tc=aaa+rv:tc=aaa-60-s:
11686 aaa-60-dec-rv|ann arbor ambassador/dec mode+59 lines+status+rev video:\
11687         :tc=aaa+dec:tc=aaa+rv:tc=aaa-60-s:
11688 aaa-60|ann arbor ambassador/60 lines:\
11689         :li#60:\
11690         :is=\E7\E[60;0;0;60p\E[1Q\E[m\E[>20;30l\E8:tc=aaa+unk:
11691 aaa-60-rv|ann arbor ambassador/60 lines+reverse video:\
11692         :tc=aaa+rv:tc=aaa-60:
11693 aaa-db|ann arbor ambassador 30/destructive backspace:\
11694         :bs@:\
11695         :i2=\E[1Q\E[m\E[>20l\E[>30h:le=\E[D:tc=aaa-30:
11697 guru|guru-33|guru+unk|ann arbor guru/33 lines 80 cols:\
11698         :li#33:\
11699         :i2=\E[>59l:is=\E7\E[255;0;0;33;80;80p\E8\E[J:\
11700         :te=\E[255p\E[255;1H\E[K:ti=\E[33p:vb=\E[>59h\E[>59l:\
11701         :tc=aaa+unk:
11702 guru+rv|guru changes for reverse video:\
11703         :i2=\E[>59h:vb=\E[>59l\E[>59h:
11704 guru-rv|guru-33-rv|ann arbor guru/33 lines+reverse video:\
11705         :tc=guru+rv:tc=guru-33:
11706 guru+s|guru status line:\
11707         :es:hs:\
11708         :ds=\E7\E[;0p\E[1;1H\E[K\E[H\E8\r\n\E[K:fs=\E[>51l:\
11709         :te=\E[255;1p\E[255;1H\E[K:ti=:ts=\E[>51h\E[1;%dH\E[2K:
11710 guru-nctxt|guru with no saved context:\
11711         :ti=\E[H\E[J\E[33p\E[255;1H\E[K:tc=guru:
11712 guru-s|guru-33-s|ann arbor guru/33 lines+status:\
11713         :li#32:\
11714         :is=\r\n\E[A\E7\E[255;1;0;33;80;80p\E8\E[J:\
11715         :ti=\E[33;1p\E[255;1H\E[K:tc=guru+s:tc=guru+unk:
11716 guru-24|ann arbor guru 24 lines:\
11717         :co#80:li#24:\
11718         :is=\E7\E[255;0;0;24;80;80p\E8\E[J:ti=\E[24p:\
11719         :tc=guru+unk:
11720 guru-44|ann arbor guru 44 lines:\
11721         :co#97:li#44:\
11722         :is=\E7\E[255;0;0;44;97;100p\E8\E[J:ti=\E[44p:\
11723         :tc=guru+unk:
11724 guru-44-s|ann arbor guru/44 lines+status:\
11725         :li#43:\
11726         :is=\r\n\E[A\E7\E[255;1;0;44;80;80p\E8\E[J:\
11727         :ti=\E[44;1p\E[255;1H\E[K:tc=guru+s:tc=guru+unk:
11728 guru-76|guru with 76 lines by 89 cols:\
11729         :co#89:li#76:\
11730         :is=\E7\E[255;0;0;76;89;100p\E8\E[J:ti=\E[76p:\
11731         :tc=guru+unk:
11732 guru-76-s|ann arbor guru/76 lines+status:\
11733         :co#89:li#75:\
11734         :is=\r\n\E[A\E7\E[255;1;0;76;89;100p\E8\E[J:\
11735         :ti=\E[76;1p\E[255;1H\E[K:tc=guru+s:tc=guru+unk:
11736 guru-76-lp|guru-lp|guru with page bigger than line printer:\
11737         :co#134:li#76:\
11738         :is=\E7\E[255;0;0;76;134;134p\E8\E[J:ti=\E[76p:\
11739         :tc=guru+unk:
11740 guru-76-w|guru 76 lines by 178 cols:\
11741         :co#178:li#76:\
11742         :is=\E7\E[255;0;0;76;178;178p\E8\E[J:ti=\E[76p:\
11743         :tc=guru+unk:
11744 guru-76-w-s|ann arbor guru/76 lines+status+wide:\
11745         :co#178:li#75:\
11746         :is=\r\n\E[A\E7\E[255;1;0;76;178;178p\E8\E[J:\
11747         :ti=\E[76;1p\E[255;1H\E[K:tc=guru+s:tc=guru+unk:
11748 guru-76-wm|guru 76 lines by 178 cols with 255 cols memory:\
11749         :co#178:li#76:\
11750         :is=\E7\E[255;0;0;76;178;255p\E8\E[J:ti=\E[76p:\
11751         :tc=guru+unk:
11752 aaa-rv-unk|ann arbor unknown type:\
11753         :Nl#0:lh#0:lw#0:\
11754         :ho=\E[H:i1=\E[7m\E7\E[H\E9\E8:mb=\E[5;7m:md=\E[1;7m:\
11755         :me=\E[7m:mk=\E[7;8m:mr=\E[m:r1=\E[H\E[7m\E[J:se=\E[7m:\
11756         :so=\E[m:ue=\E[7m:us=\E[4;7m:
11758 #### Applied Digital Data Systems (adds)
11760 # ADDS itself is long gone.  ADDS was bought by NCR, and the same group made
11761 # ADDS and NCR terminals.  When AT&T and NCR merged, the engineering for
11762 # terminals was merged again.  Then AT&T sold the terminal business to
11763 # SunRiver, which later changed its  name to Boundless Technologies.  The
11764 # engineers from Teletype, AT&T terminals, ADDS, and NCR (who are still there
11765 # as of early 1995) are at:
11767 #       Boundless Technologies
11768 #       100 Marcus Boulevard
11769 #       Hauppauge, NY 11788-3762
11770 #       Vox: (800)-231-5445
11771 #       Fax: (516)-342-7378
11772 #       Web: http://boundless.com
11774 # Their voice mail used to describe the place as "SunRiver (formerly ADDS)".
11775 # In 1995 Boundless acquired DEC's terminals business.
11778 # Regent: lowest common denominator, works on all regents.
11779 # (regent: renamed ":bc:" to ":le:" -- esr)
11780 regent|Adds Regent Series:\
11781         :am:bs:\
11782         :co#80:li#24:\
11783         :bl=^G:cl=^L:cr=\r:do=\n:ho=\EY\040\040:le=^U:ll=^A:nd=^F:\
11784         :sf=\n:up=^Z:
11785 # Regent 100 has a bug where if computer sends escape when user is holding
11786 # down shift key it gets confused, so we avoid escape.
11787 regent100|Adds Regent 100:\
11788         :sg#1:ug#1:\
11789         :bl=^G:cm=\013%+ \020%B%.:k0=^B1\r:k1=^B2\r:k2=^B3\r:\
11790         :k3=^B4\r:k4=^B5\r:k5=^B6\r:k6=^B7\r:k7=^B8\r:l0=F1:l1=F2:\
11791         :l2=F3:l3=F4:l4=F5:l5=F6:l6=F7:l7=F8:me=\E0@:se=\E0@:so=\E0P:\
11792         :ue=\E0@:us=\E0`:tc=regent:
11793 regent20|Adds Regent 20:\
11794         :bl=^G:cd=\Ek:ce=\EK:cm=\EY%+ %+ :tc=regent:
11795 regent25|Adds Regent 25:\
11796         :bl=^G:kd=\n:kh=^A:kl=^U:kr=^F:ku=^Z:tc=regent20:
11797 regent40|Adds Regent 40:\
11798         :sg#1:ug#1:\
11799         :al=2*\EM:bl=^G:dl=2*\El:k0=^B1\r:k1=^B2\r:k2=^B3\r:\
11800         :k3=^B4\r:k4=^B5\r:k5=^B6\r:k6=^B7\r:k7=^B8\r:l0=F1:l1=F2:\
11801         :l2=F3:l3=F4:l4=F5:l5=F6:l6=F7:l7=F8:me=\E0@:se=\E0@:so=\E0P:\
11802         :ue=\E0@:us=\E0`:tc=regent25:
11803 regent40+|Adds Regent 40+:\
11804         :is=\EB:tc=regent40:
11805 regent60|regent200|Adds Regent 60:\
11806         :dc=\EE:ei=\EF:im=\EF:is=\EV\EB:kD=\EE:kI=\EF:kM=\EF:\
11807         :se=\ER\E0@\EV:so=\ER\E0P\EV:tc=regent40+:
11808 # From: <edward@onyx.berkeley.edu> Thu Jul  9 09:27:33 1981
11809 # (viewpoint: added :kr:, function key, and :dl: capabilities -- esr)
11810 viewpoint|addsviewpoint|adds viewpoint:\
11811         :am:bs:\
11812         :co#80:li#24:\
11813         :bl=^G:cd=16.1*\Ek:ce=16\EK:cl=^L:cm=\EY%+ %+ :cr=\r:\
11814         :dl=\El:do=\n:is=\017\E0`:k0=^B1:k2=^B2:k3=^B!:k4=^B":\
11815         :k5=^B#:kd=\n:kh=^A:kl=^U:kr=^F:ku=^Z:le=^H:ll=^A:me=^O:nd=^F:\
11816         :se=^O:sf=\n:so=^N:ue=^O:up=^Z:us=^N:ve=\017\E0`:\
11817         :vs=\017\E0P:
11818 # Some viewpoints have bad ROMs that foo up on ^O
11819 screwpoint|adds viewpoint with ^O bug:\
11820         :se@:so@:ue@:us@:vs@:tc=viewpoint:
11822 # From: Jay S. Rouman <jsr@dexter.mi.org> 5 Jul 92
11823 # The :vi:/:ve:/:sa:/:me: strings were added by ESR from specs.
11824 # Theory; the vp3a+ wants \E0%c to set highlights, where normal=01000000,
11825 # underline=01100000, rev=01010000, blink=01000010,dim=01000001,
11826 # invis=01000100 and %c is the logical or of desired attributes.
11827 # There is also a `tag bit' enabling attributes, set by \E) and unset by \E(.
11829 # Update by TD - 2004:
11830 # Adapted from
11831 #       https://web.archive.org/web/19990922005103/http://www.cs.utk.edu/~shuford/terminal/adds_viewpoint_news.txt
11833 # COMMANDS                        ASCII CODE
11835 # Address, Absolute               ESC,=,row,column
11836 # Beep                            BEL
11837 # Aux Port Enable                 ESC,@
11838 # Aux Port Disable                ESC,A
11839 # Backspace                       BS
11840 # Cursor back                     BS
11841 # Cursor down                     LF
11842 # Cursor forward                  FF
11843 # Cursor home                     RS
11844 # Cursor up                       VT
11845 # Cursor suppress                 ETB
11846 # Cursor enable                   CAN
11847 # Erase to end of line            ESC,T
11848 # Erase to end of page            ESC,Y
11849 # Erase screen                    SUB
11850 # Keyboard lock                   SI
11851 # Keyboard unlock                 SO
11852 # Read current cursor position    ESC,?
11853 # Set Attribute                   ESC,0,x  (see below for values of x)
11854 # Tag bit reset                   ESC,(
11855 # Tag bit set                     ESC,)
11856 # Transparent Print on            ESC,3
11857 # Transparent Print off           ESC,4
11860 # ATTRIBUTES
11862 # Normal                          @     0100
11863 # Half Intensity                  A     0101
11864 # Blinking                        B     0102
11865 # Half Intensity Blinking         C     0103
11866 # Reverse Video                   P     0120
11867 # Reverse Video Half Intensity    Q     0121
11868 # Reverse Video Blinking          R     0122
11869 # Reverse Video Half Intensity
11870 #    Blinking                     S     0123
11871 # Underlined                      `     0140
11872 # Underlined Half Intensity       a     0141
11873 # Underlined Blinking             b     0142
11874 # Underlined Half Intensity
11875 #    Blinking                     c     0143
11876 # Video suppress                  D     0104
11877 vp3a+|viewpoint3a+|adds viewpoint 3a+:\
11878         :am:bw:\
11879         :co#80:it#8:li#24:\
11880         :cd=80\EY:ce=\ET:cl=80\E*:cm=\E=%+ %+ :cr=\r:do=\n:ho=^^:\
11881         :kb=^H:kd=\n:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:mb=\E0B\E):me=\E(:\
11882         :mh=\E0A\E):mk=\E0D\E):mr=\E0P\E):nd=^L:nw=\r\n:se=\E(:\
11883         :sf=\n:so=\E0Q\E):ta=^I:up=^K:us=\E0`\E):ve=^X:vi=^W:
11884 vp60|viewpoint60|addsvp60|adds viewpoint60:\
11885         :tc=regent40:
11887 # adds viewpoint 90 - from cornell
11888 # Note:  emacs sends ei occasionally to insure the terminal is out of
11889 #        insert mode. This unfortunately puts the viewpoint90 IN insert
11890 #        mode.  A hack to get around this is :ic=\EF\s\EF^U:.  (Also,
11891 #   -    :ei=:im=: must be present in the termcap translation.)
11892 #   -    :xs: indicates glitch that attributes stick to location
11893 #   -    :ms: means it's safe to move in standout mode
11894 #   -    :cl=\EG\Ek:: clears screen and visual attributes without affecting
11895 #               the status line
11896 # Function key and label capabilities merged in from SCO.
11897 vp90|viewpoint90|adds viewpoint 90:\
11898         :bs:bw:ms:xs:\
11899         :co#80:li#24:\
11900         :cd=\Ek:ce=\EK:cl=\EG\Ek:cm=\EY%+ %+ :dc=\EE:dl=\El:do=\n:\
11901         :ei=:ho=\EY\040\040:ic=\EF \EF\025:im=:k0=^B1\r:k1=^B2\r:\
11902         :k2=^B3\r:k3=^B4\r:k4=^B5\r:k5=^B6\r:k6=^B7\r:k7=^B8\r:\
11903         :k8=^B9\r:k9=\002\072\r:k;=^B;\r:kb=^H:kd=\n:kh=^A:kl=^U:\
11904         :kr=^F:ku=^Z:l0=F1:l1=F2:l2=F3:l3=F4:l4=F5:l5=F6:l6=F7:l7=F8:\
11905         :l8=F9:l9=F10:la=F11:le=^H:ll=^A:me=\ER\E0@\EV:nd=^F:\
11906         :se=\ER\E0@\EV:sf=\n:so=\ER\E0Q\EV:ta=^I:ue=\ER\E0@\EV:\
11907         :up=^Z:us=\ER\E0`\EV:
11908 # Note: if return acts weird on a980, check internal switch #2
11909 # on the top chip on the CONTROL pc board.
11910 adds980|a980|adds consul 980:\
11911         :am:bs:\
11912         :co#80:li#24:\
11913         :al=13\E\016:bl=^G:cl=^L^K@:cm=\013%+@\E\005%2:cr=\r:\
11914         :dl=13\E\017:do=\n:k0=\E0:k1=\E1:k2=\E2:k3=\E3:k4=\E4:\
11915         :k5=\E5:k6=\E6:k7=\E7:k8=\E8:k9=\E9:le=^H:me=^O:nd=\E^E01:\
11916         :se=^O:sf=\n:so=^Y^^^N:
11918 #### C. Itoh Electronics
11920 # As of 1995 these people no longer make terminals (they're still in the
11921 # printer business).  Their terminals were all clones of the DEC VT series.
11922 # They're located in Orange County, CA.
11925 # CIT 80  - vt-52 emulator, the termcap has been modified to remove
11926 #           the delay times and do an auto tab set rather than the indirect
11927 #           file used in vt100.
11928 cit80|cit-80|citoh 80:\
11929         :am:bs:\
11930         :co#80:li#24:\
11931         :cd=\EJ:ce=\EK:cl=\E[H\EJ:cm=\E[%i%2;%2H:cr=\r:do=\E[B:\
11932         :ff=^L:is=\E>:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:\
11933         :ks=\E[?1h\E=:ku=\EOA:le=^H:nd=\E[C:sf=\n:up=\E[A:
11934 # From: Tim Wood <mtxinu!sybase!tim> Fri Sep 27 09:39:12 PDT 1985
11935 # (cit101: added <rmam>/<smam> based on init string, merged this with c101 -- esr)
11936 cit101|citc|C.itoh fast vt100:\
11937         :am:bs:xn:\
11938         :co#80:li#24:\
11939         :RA=\E[?7l:SA=\E[?7h:al=\E[L:bl=^G:cd=\E[J:ce=\E[K:\
11940         :cl=\E[H\E[2J:cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:do=\E[B:ei=:\
11941         :ic=\E[@:im=:\
11942         :is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[3g\E[>5g:\
11943         :kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\
11944         :ku=\EOA:le=^H:me=\E[m:nd=\E[C:se=\E[m:so=\E[7m:ue=\E[m:\
11945         :up=\E[A:us=\E[4m:vb=\E[?5h\E[?5l:ve=\E[V\E8:vs=\E7\E[U:
11946 # CIE Terminals CIT-101e from Geoff Kuenning <callan!geoff> via BRL
11947 # The following termcap entry was created from the Callan cd100 entry.  The
11948 # last two lines (with the capabilities in caps) are used by RM-cobol to allow
11949 # full selection of combinations of reverse video, underline, and blink.
11950 # (cit101e: removed unknown :f0=\EOp:f1=\EOq:f2=\EOr:f3=\EOs:f4=\EOt:f5=\EOu:\
11951 # f6=\EOv:f7=\EOw:f8=\EOx:f9=\EOy:AB=\E[0;5m:AL=\E[m:AR=\E[0;7m:AS=\E[0;5;7m:\
11952 # :NB=\E[0;1;5m:NM=\E[0;1m:NR=\E[0;1;7m:NS=\E[0;1;5;7m: -- esr)
11953 cit101e|C. Itoh CIT-101e:\
11954         :am:bs:mi:ms:pt:\
11955         :co#80:it#8:li#24:\
11956         :ac=:ae=^O:al=\E[L:as=^N:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
11957         :cm=\E[%i%2;%2H:cs=\E[%i%2;%2r:dc=\E[P:dl=\E[M:do=\E[B:\
11958         :ei=\E[4l:if=/usr/share/tabset/vt100:im=\E[4h:k0=\EOT:\
11959         :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOm:k6=\EOl:k7=\EOM:\
11960         :k8=\EOn:kd=\E[B:ke=\E>:kl=\E[D:kr=\E[C:ks=\E=:ku=\E[A:\
11961         :le=\E[D:nd=\E[C:rc=\E8:sc=\E7:se=\E[m:so=\E[7m:sr=\EM:\
11962         :ue=\E[m:up=\E[A:us=\E[4m:ve=:vs=\E[?1l\E[?4l\E[?7h:
11963 # From: David S. Lawyer, June 1997:
11964 # The CIT 101-e was made in Japan in 1983-4 and imported by CIE
11965 # Terminals in Irvine, CA.  It was part of CITOH Electronics.  In the
11966 # late 1980's CIT Terminals went out of business.
11967 # There is no need to use the initialization string is=... (by invoking
11968 # tset or setterm etc.) provided that the terminal has been manually set
11969 # up (and the setup saved with ^S) to be compatible with this termcap.  To be
11970 # compatible it should be in ANSI mode (not VT52).   A set-up that
11971 # works is to set all the manually settable stuff to factory defaults
11972 # by pressing ^D in set-up mode.  Then increase the brightness with the
11973 # up-arrow key since the factory default will likely be dim on an old
11974 # terminal.  Then change any options you want (provided that they are
11975 # compatible with the termcap).  For my terminal I set: Screen
11976 # Background: light; Keyclicks: silent; Auto wraparound: on; CRT saver:
11977 # on.  I also set up mine for parity (but you may not need it).  Then
11978 # save the setup with ^S.
11979 # (cit101e-rv: added empty :te: to suppress a tic warning. --esr)
11980 cit101e-rv|Citoh CIT-101e (sets reverse video):\
11981         :am:eo:mi:ms:xn:xo:\
11982         :co#80:it#8:li#24:\
11983         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
11984         :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:\
11985         :al=\E[L:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:ch=\E[%i%dG:\
11986         :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=\r:cs=\E[%i%d;%dr:\
11987         :ct=\E[3g:dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:ho=\E[H:ic=\E[@:\
11988         :im=\E[4h:\
11989         :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:\
11990         :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kb=\177:kd=\E[B:kl=\E[D:\
11991         :kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:\
11992         :nd=\E[C:nl=\EM:nw=\EE:r1=\Ec\E[?7h\E[>5g:rc=\E8:sc=\E7:\
11993         :se=\E[m:sf=\n:so=\E[7m:sr=\EM:st=\EH:ta=^I:te=:\
11994         :ti=\E[>5g\E[?7h\E[?5h:u6=\E[%i%d;%dR:u7=\E[6n:\
11995         :u8=\E[?6c:u9=\E[c:ue=\E[m:up=\E[A:us=\E[4m:\
11996         :vb=200\E[?5l\E[?5h:ve=\E[0;3;4v:vi=\E[1v:vs=\E[3;5v:
11997 cit101e-n|CIT-101e w/o am:\
11998         :am@:\
11999         :kb=^H:kd=\n:kl=^H:vs=\E[?1l\E[?4l\E[?7l:tc=cit101e:
12000 cit101e-132|CIT-101e with 132 cols:\
12001         :co#132:\
12002         :kb=^H:kd=\n:kl=^H:tc=cit101e:
12003 cit101e-n132|CIT-101e with 132 cols w/o am:\
12004         :am@:\
12005         :co#132:\
12006         :kb=^H:kd=\n:kl=^H:vs=\E[?1l\E[?4l\E[?7l:tc=cit101e:
12007 # CIE Terminals CIT-500 from BRL
12008 # The following SET-UP modes are assumed for normal operation:
12009 #       GENERATE_XON/XOFF:YES   DUPLEX:FULL             NEWLINE:OFF
12010 #       AUTOWRAP:ON             MODE:ANSI               SCREEN_LENGTH:64_LINES
12011 #       DSPLY_CNTRL_CODES?NO    PAGE_WIDTH:80           EDIT_MODE:OFF
12012 # Other SET-UP modes may be set for operator convenience or communication
12013 # requirements.
12014 # Hardware tabs are assumed to be set every 8 columns; they can be set up
12015 # by the "reset", "tset", or "tabs" utilities.  No delays are specified; use
12016 # "stty ixon -ixany" to enable DC3/DC1 flow control!
12017 # (cit500: I added <rmam>/<smam> based on the init string -- esr)
12018 cit500|CIE Terminals CIT-500:\
12019         :bs:mi:ms:pt:xo:\
12020         :co#80:it#8:kn#10:li#64:vt#3:\
12021         :AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:RA=\E[?7l:\
12022         :RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:ac=:ae=^O:al=\E[L:as=^N:\
12023         :bl=^G:bt=\E[Z:cd=\EJ:ce=\EK:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
12024         :cr=\r:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=\n:\
12025         :ei=\E[4l:ho=\E[H:im=\E[4h:is=\E<\E)0:k0=\EOP:k1=\EOQ:\
12026         :k2=\EOR:k3=\EOS:k4=\EOU:k5=\EOV:k6=\EOW:k7=\EOX:k8=\EOY:\
12027         :k9=\EOZ:kA=\E[L:kB=\E[Z:kD=\E[P:kE=\EK:kI=\E[4h:kL=\E[M:\
12028         :kM=\E[4l:kS=\EJ:kb=^H:kd=\EOB:ke=\E[?1l\E>:kh=\E[H:\
12029         :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:l0=PF1:l1=PF2:l2=PF3:\
12030         :l3=PF4:l4=F15:l5=F16:l6=F17:l7=F18:l8=F19:l9=F20:le=^H:\
12031         :ll=\E[64H:mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:\
12032         :nw=\EE:\
12033         :r1=\E<\E2\E[20l\E[?6l\E[r\E[m\E[q\E(B\017\E)0\E>:\
12034         :rc=\E8:sc=\E7:se=\E[m:sf=\n:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
12035         :ue=\E[m:up=\EM:us=\E[4m:
12037 # C. Itoh printers begin here
12038 citoh|ci8510|8510|c.itoh 8510a:\
12039         :co#80:it#8:\
12040         :is=\E(009,017,025,033,041,049,057,065,073.:le@:md=\E!:\
12041         :me=\E"\EY:rp=\ER%r%3%.:sr=\Er:ue=\EY:us=\EX:tc=lpr:
12042 citoh-pica|citoh in pica:\
12043         :i1=\EN:tc=citoh:
12044 citoh-elite|citoh in elite:\
12045         :co#96:\
12046         :i1=\EE:\
12047         :is=\E(009,017,025,033,041,049,057,065,073,081,089.:\
12048         :tc=citoh:
12049 citoh-comp|citoh in compressed:\
12050         :co#136:\
12051         :i1=\EQ:\
12052         :is=\E(009,017,025,033,041,049,057,065,073,081,089,097,105,113,121,129.:\
12053         :tc=citoh:
12054 # citoh has infinite cols because we don't want lp ever inserting \n\t**.
12055 citoh-prop|citoh-ps|ips|citoh in proportional spacing mode:\
12056         :co#32767:\
12057         :i1=\EP:tc=citoh:
12058 citoh-6lpi|citoh in 6 lines per inch mode:\
12059         :i2=\EA:tc=citoh:
12060 citoh-8lpi|citoh in 8 lines per inch mode:\
12061         :li#88:\
12062         :i2=\EB:tc=citoh:
12064 #### Control Data (cdc)
12067 cdc456|cdc 456 terminal:\
12068         :am:bs:\
12069         :co#80:li#24:\
12070         :al=\EL:bl=^G:cd=^X:ce=^V:cl=^Y^X:cm=\E1%+ %+ :cr=\r:dl=\EJ:\
12071         :do=\n:ho=^Y:le=^H:nd=^L:sf=\n:up=^Z:
12073 # Assorted CDC terminals from BRL (improvements by DAG & Ferd Brundick)
12074 cdc721|CDC Viking:\
12075         :am:bs:\
12076         :co#80:li#24:\
12077         :ce=^K:cl=^L:cm=\002%r%+ %+ :ho=^Y:kd=\n:kh=^Y:kl=^H:kr=^I:\
12078         :ku=^W:nd=^X:up=^W:
12079 cdc721ll|CDC Viking with long lines:\
12080         :am:bs:\
12081         :co#132:li#24:\
12082         :ce=^K:cl=^L:cm=\002%r%+ %+ :ho=^Y:kd=\n:kh=^Y:kl=^H:kr=^I:\
12083         :ku=^W:nd=^X:up=^W:
12084 # (cdc752: the BRL entry had :ll=\E1  ^Z: commented out
12085 cdc752|CDC 752:\
12086         :am:bs:bw:xs:\
12087         :co#80:li#24:\
12088         :bl=^G:ce=^V:cl=\030\E1\040\040:cm=\E1%r%+ %+ :cr=\r:\
12089         :do=\n:ho=\E1\040\040:le=^H:ll=^Y:nd=^U:\
12090         :r1=\E1  \030\002\003\017:sf=\n:up=^Z:
12091 # CDC 756
12092 # The following switch/key settings are assumed for normal operation:
12093 #       96 chars        SCROLL          FULL duplex     not BLOCK
12094 # Other switches may be set according to communication requirements.
12095 # Insert/delete-character cannot be used, as the whole display is affected.
12096 # "so" & "se" are commented out until jove handles "sg" correctly.
12097 cdc756|CDC 756:\
12098         :am:bs:bw:\
12099         :co#80:kn#10:li#24:\
12100         :al=6*\EL:bl=^G:cd=^X:ce=^V:cl=^Y^X:cm=\E1%r%+ %+ :cr=\r:\
12101         :dl=6*\EJ:do=\n:ho=^Y:k0=\EA:k1=\EB:k2=\EC:k3=\ED:k4=\EE:\
12102         :k5=\EF:k6=\EG:k7=\EH:k8=\Ea:k9=\Eb:kA=\EL:kD=\EI:kE=^V:\
12103         :kI=\EK:kL=\EL:kS=^X:kT=^O:kb=^H:kd=\n:kh=^Y:kl=^H:kr=^U:\
12104         :ku=^Z:l0=F1:l1=F2:l2=F3:l3=F4:l4=F5:l5=F6:l6=F7:l7=F8:l8=F9:\
12105         :l9=F10:le=^H:ll=^Y^Z:nd=^U:r1=^Y^X^B^C^O:sf=\n:up=^Z:
12107 # CDC 721 from Robert Viduya, Ga. Tech. <ihnp4!gatech!gitpyr!robert> via BRL.
12109 # Part of the long initialization string defines the "DOWN" key to the left
12110 # of the tab key to send an ESC.  The real ESC key is positioned way out
12111 # in right field.
12113 # The termcap won't work in 132 column mode due to the way it it moves the
12114 # cursor.  Termcap doesn't have the capability (as far as I could tell) to
12115 # handle the 721 in 132 column mode.
12117 # (cdc721: changed :ri: to :sr: -- esr)
12118 cdc721-esc|Control Data 721:\
12119         :am:bs:bw:ms:pt:xo:\
12120         :co#80:it#8:kn#10:li#30:\
12121         :al=^^R:bl=^G:bt=^^^K:cd=^^P:ce=^K:cl=^L:cm=\002%r%+ %+ :\
12122         :ct=^^^RY:dc=^^N:dl=^^Q:do=^Z:ei=:ho=^Y:ic=^^O:im=:\
12123         :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\136\036\022b\036\022i\036W =\036\022Z\036\011C1-` `!k/o:\
12124         :k0=^^q:k1=^^r:k2=^^s:k3=^^t:k4=^^u:k5=^^v:k6=^^w:k7=^^x:\
12125         :k8=^^y:k9=^^z:kb=^H:kd=^Z:ke=^^^Rl:kh=^Y:kl=^H:kr=^X:\
12126         :ks=^^^Rk:ku=^W:le=^H:ll=^B =:mb=^N:me=^O^U^]^^E^^^R\\:\
12127         :mh=^\:mk=^^^R[:mr=^^D:nd=^X:se=^^E:sf=\036W =\036U:so=^^D:\
12128         :sr=\036W =\036V:st=^^^RW:ue=^]:up=^W:us=^\:
12130 #### Getronics
12132 # Getronics is a Dutch electronics company that at one time was called
12133 # `Geveke' and made async terminals; but (according to the company itself!)
12134 # they've lost all their documentation on the command set.  The hardware
12135 # documentation suggests the terminals were actually manufactured by a
12136 # Taiwanese electronics company named Cal-Comp.  There are known
12137 # to have been at least two models, the 33 and the 50.
12140 # The 50 seems to be a top end vt220 clone, with the addition of a higher
12141 # screen resolution, a larger screen, at least 1 page of memory above and
12142 # below the screen, apparently pages of memory right and left of the screen
12143 # which can be panned, and about 75 function keys (15 function keys x normal,
12144 # shift, control, func A, func B). It also has more setup possibilities than
12145 # the vt220. The monitor case is dated November 1978 and the keyboard case is
12146 # May 1982.
12148 # The vt100 emulation works as is.  The entry below describes the rather
12149 # non-conformant (but more featureful) ANSI mode.
12151 # From: Stephen Peterson <stv@utrecht.ow.nl>, 27 May 1995
12152 # (acsc removed to fit entry within 1023 bytes)
12153 visa50|geveke visa 50 terminal in ansi 80 character mode:\
12154         :bw:mi:ms:\
12155         :co#80:li#25:\
12156         :AL=\E[%dL:DC=\E[%dX:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
12157         :K1=\E[f:K2=\EOP:K3=\EOQ:K4=\EOR:K5=\EOS:LE=\E[%dD:\
12158         :RA=\E[?7l:RI=\E[%dC:SA=\E?7h:UP=\E[%dA:ae=\E[3l:al=\E[L:\
12159         :as=\E3h:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:ch=\E[%i%dG:\
12160         :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=\r:cs=\E[%i%d;%dr:\
12161         :ct=\E[3g:cv=\E[%i%dd:dc=\E[X:dl=\E[M:do=\E[B:ei=\E[4l:\
12162         :ho=\E[H:ic=\E[@:im=\E[4h:\
12163         :is=\E0;2m\E[1;25r\E[25;1H\E[?3l\E[?7h\E[?8h:k0=\E010:\
12164         :k1=\E001:k2=\E002:k3=\E003:k4=\E004:k5=\E005:k6=\E006:\
12165         :k7=\E007:k8=\E008:k9=\E009:k;=\E011:kD=\177:kL=\EOS:kb=^H:\
12166         :kd=\E[A:ke=\E>:kh=\E[f:kl=\E[D:kr=\E[C:ks=\E=:ku=\E[A:\
12167         :l2=A delete char:l3=A insert line:l4=A delete line:\
12168         :l5=A clear:l6=A ce of/cf gn:l7=A print:l8=A on-line:\
12169         :l9=A funcl0=A send:le=\E[D:mb=\E[5m:md=\E[1m:me=\E[0;2m:\
12170         :mh=\E[2m:mk=\E[8m:mr=\E[7m:nd=\E[C:nw=\r\n:se=\E[0;2m:\
12171         :sf=\n:so=\E[2;7m:ta=^I:ue=\E[0m:up=\E[A:us=\E[4m:\
12172         :vb=\E[?5h\E[?5l:
12174 #### Human Designed Systems (Concept)
12176 #       Human Designed Systems
12177 #       400 Fehley Drive
12178 #       King of Prussia, PA 19406
12179 #       Vox: (610)-277-8300
12180 #       Fax: (610)-275-5739
12181 #       Net: support@hds.com
12183 # John Martin <john@hds.com> is their termcap expert.  They're mostly out of
12184 # the character-terminal business now (1995) and making X terminals.  In
12185 # particular, the whole `Concept' line described here was discontinued long
12186 # ago.
12189 # From: <vax135!hpk>  Sat Jun 27 07:41:20 1981
12190 # Extensive changes to c108 by arpavax:eric Feb 1982
12191 # Some unknown person at SCO then translated it to terminfo.
12193 # There seem to be a number of different versions of the C108 PROMS
12194 # (with bug fixes in its Z-80 program).
12196 # The first one that we had would lock out the keyboard of you
12197 # sent lots of short lines (like /usr/dict/words) at 9600 baud.
12198 # Try that on your C108 and see if it sends a ^S when you type it.
12199 # If so, you have an old version of the PROMs.
12201 # You should configure the C108 to send ^S/^Q before running this.
12202 # It is much faster (at 9600 baud) than the c100 because the delays
12203 # are not fixed.
12204 # new status line display entries for c108-8p:
12205 # :i3: - init str #3 - setup term for status display -
12206 # set programmer mode, select window 2, define window at last
12207 # line of memory, set bkgnd stat mesg there, select window 0.
12209 # :ts: - to status line - select window 2, home cursor, erase to
12210 # end-of-window, 1/2 bright on, goto(line#0, col#?)
12212 # :fs: - from status line - 1/2 bright off, select window 0
12214 # :ds: - disable status display - set bkgnd status mesg with
12215 # illegal window #
12217 # There are probably more function keys that should be added but
12218 # I don't know what they are.
12220 # No delays needed on c108 because of ^S/^Q handshaking
12222 c108|concept108|c108-8p|concept108-8p|concept 108 w/8 pages:\
12223         :i2=\EU\E z"\Ev\001\177 !p\E ;"\E z \Ev  \001\177p\Ep\n:\
12224         :te=\Ev  \001\177p\Ep\r\n:tc=c108-4p:
12225 c108-4p|concept108-4p|concept 108 w/4 pages:\
12226         :bs:es:hs:xo:\
12227         :pb@:\
12228         :ac=jEkTl\\mMqLxU:ae=\Ej\040:as=\Ej!:cr=\r:dc=16*\E 1:\
12229         :ds=\E ;\177:fs=\Ee\E z\040:i1=\EK\E!\E F:\
12230         :i2=\EU\E z"\Ev\177 !p\E ;"\E z \Ev  \001 p\Ep\n:\
12231         :sf=\n:te=\Ev  \001 p\Ep\r\n:ti=\EU\Ev  8p\Ep\r\E\025:\
12232         :ve=\Ew:vs=\EW:tc=c100:
12233 c108-rv|c108-rv-8p|concept 108 w/8 pages in reverse video:\
12234         :te=\Ev  \002 p\Ep\r\n:ti=\EU\Ev  8p\Ep\r:\
12235         :tc=c108-rv-4p:
12236 c108-rv-4p|concept108rv4p|concept 108 w/4 pages in reverse video:\
12237         :i1=\Ek:se=\Ee:so=\EE:vb=\EK\Ek:tc=c108-4p:
12238 c108-w|c108-w-8p|concept108-w-8|concept108-w8p|concept 108 w/8 pages in wide mode:\
12239         :co#132:\
12240         :i1=\E F\E":te=\Ev  ^A0\001D\Ep\r\n:\
12241         :ti=\EU\Ev  8\001D\Ep\r:tc=c108-8p:
12243 # Concept 100:
12244 # These have only window relative cursor addressing, not screen
12245 # relative. To get it to work right here, smcup/rmcup (which
12246 # were invented for the concept) lock you into a one page
12247 # window for screen style programs.
12249 # To get out of the one page window, we use a clever trick:
12250 # we set the window size to zero ("\Ev    " in rmcup) which the
12251 # terminal recognizes as an error and resets the window to all
12252 # of memory.
12254 # This trick works on c100 but does not on c108, sigh.
12256 # Some tty drivers use cr3 for concept, others use nl3, hence
12257 # the delays on cr and ind below. This padding is only needed at
12258 # 9600 baud and up.  One or the other is commented out depending on
12259 # local conventions.
12261 # 2 ms padding on :te: isn't always enough. 6 works fine. Maybe
12262 # less than 6 but more than 2 will work.
12264 # Note: can't use function keys f7-f10 because they are
12265 # indistinguishable from arrow keys (!), also, del char and
12266 # clear eol use xon/xoff so they probably won't work very well.
12268 # Also note that we don't define insrt/del char/delline/eop/send
12269 # because they don't transmit unless we reset them - I figured
12270 # it was a bad idea to clobber their definitions.
12272 # The <mc5> sequence changes the escape character to ^^ so that
12273 # escapes will be passed through to the printer. Only trouble
12274 # is that ^^ won't be - ^^ was chosen to be unlikely.
12275 # Unfortunately, if you're sending raster bits through to be
12276 # plotted, any character you choose will be likely, so we lose.
12278 # \EQ"\EY(^W (send anything from printer to host, for xon/xoff)
12279 # cannot be # in is2 because it will hang a c100 with no printer
12280 # if sent twice.
12281 c100|concept100|concept|c104|c100-4p|hds concept 100:\
12282         :am:bs:eo:mi:ul:xn:\
12283         :co#80:li#24:pb#9600:vt#8:\
12284         :al=3*\E\022:bl=^G:cd=16*\E\005:ce=16\E\025:\
12285         :cl=2*\E?\E\005:cm=\Ea%+ %+ :cr=\r:dc=16*\E\021:\
12286         :dl=3*\E\002:do=\n:ei=\E\040\040:i1=\EK:i2=\Ev    \Ep\n:\
12287         :im=\E^P:ip=16*:\
12288         :is=\EU\Ef\E7\E5\E8\El\ENH\E\200\Eo&\200\Eo'\E\Eo!\200\E\007!\E\010A@ \E4#\072"\E\072a\E4#;"\E\072b\E4#<"\E\072c:\
12289         :k1=\E5:k2=\E6:k3=\E7:k4=\E8:k5=\E9:k6=\E\072a:k7=\E\072b:\
12290         :k8=\E\072c:kA=\E^R:kB=\E':kD=\E^Q:kE=\E^S:kF=\E[:kI=\E^P:\
12291         :kL=\E^B:kM=\E\200:kN=\E-:kP=\E.:kR=\E\\:kS=\E^C:kT=\E]:\
12292         :kb=^H:kd=\E<:ke=\Ex:kh=\E?:kl=\E>:kr=\E=:ks=\EX:kt=\E_:\
12293         :ku=\E;:le=^H:mb=\EC:me=\EN@:mh=\EE:mk=\EH:mp=\EI:mr=\ED:\
12294         :nd=\E=:pf=\036o \E\EQ!\EYP\027:\
12295         :po=\EQ"\EY(\027\EYD\Eo \036:rp=.2*\Er%.%+ :se=\Ed:\
12296         :sf=\n:so=\ED:ta=8^I:te=\Ev    \Ep\r\n:\
12297         :ti=16\EU\Ev  8p\Ep\r\E\025:ue=\Eg:up=\E;:us=\EG:\
12298         :vb=\Ek\EK:
12299 c100-rv|c100-rv-4p|concept100-rv|c100 rev video:\
12300         :i1=\Ek:se=\Ee:so=\EE:vb=\EK\Ek:ve@:vs@:tc=c100:
12301 oc100|oconcept|c100-1p|old 1 page concept 100:\
12302         :in:\
12303         :i3@:tc=c100:
12305 # From: Walter Skorski <walt@genetics1.JMP.TJU.EDU>, 16-oct-1996.
12306 # Lots of notes, originally inline, but ncurses doesn't grok that.
12308 # am:   not available in power on mode, but turned on with \E[=107;207h in
12309 #       is2=.  Also, \E=124l in is2= could have been used to prevent needing
12310 #       to specify xenl:, but that would have rendered the last space on the
12311 #       last line useless.
12312 # bw:   Not available in power on mode, but turned on with \E[=107;207h in
12313 #       is2=.
12314 # clear: Could be done with \E[2J alone, except that vi (and probably most
12315 #       other programs) assume that this also homes the cursor.
12316 # dsl:  Go to window 2, go to the beginning of the line, use a line feed to
12317 #       scroll the window, and go back to window 1.
12318 # is2:  the string may cause a warning to be issued by tic that it
12319 #       found a very long line and that it suspects that a comma is missing
12320 #       somewhere.  This warning can be ignored (unless it comes up more than
12321 #       once).  The initialization string contains the following commands:
12323 #        [Setup mode items changed from factory defaults:]
12324 #               \E)0                    set alternate character set to
12325 #                                               graphics
12326 #               ^O                      set character set to default
12327 #        [In case it wasn't]
12328 #               \E[m                    turn off all attributes
12329 #        [In case they weren't off]
12330 #               \E[=107;                cursor wrap and
12331 #                       207h                    character wrap on
12332 #               \E[90;3u                set Fkey definitions to "transmit"
12333 #                                               defaults
12334 #               \E[92;3u                set cursor key definitions to
12335 #                                               "transmit" defaults
12336 #               \E[43;1u                set shift F13 to transmit...
12337 #               \177\E$P\177
12338 #               \E[44;1u                set shift F14 to transmit...
12339 #                       \177\E$Q\177
12340 #               \E[45;1u                set shift F15 to transmit...
12341 #                       \177\E$R\177
12342 #               \E[46;1u                set shift F16 to transmit...
12343 #                       \177\E$S\177
12344 #               \E[200;1u               set shift up to transmit...
12345 #                       \177\E$A\177
12346 #               \E[201;1u               set shift down to transmit...
12347 #                       \177\E$B\177
12348 #               \E[202;1u               set shift right to transmit...
12349 #                       \177\E$C\177
12350 #               \E[203;1u               set shift left to transmit...
12351 #                       \177\E$D\177
12352 #               \E[204;1u               set shift home to transmit...
12353 #                       \177\E$H\177
12354 #               \E[212;1u               set backtab to transmit...
12355 #                       \177\E$I\177
12356 #               \E[213;1u               set shift backspace to transmit...
12357 #                       \177\E$^H\177
12358 #               \E[214;1u               set shift del to transmit...
12359 #                       "\E$\177"
12360 #        [Necessary items not mentioned in setup mode:]
12361 #               \E[2!w                  move to window 2
12362 #               \E[25;25w               define window as line 25 of memory
12363 #               \E[!w                   move to window 1
12364 #               \E[2*w                  show current line of window 2 as
12365 #                                               status line
12366 #               \E[2+x                  set meta key to use high bit
12367 #               \E[;3+}                 move underline to bottom of character
12369 #       All Fkeys are set to their default transmit definitions with \E[90;3u
12370 #       in is2=.  IMPORTANT:  to use this terminal definition, the "quit" stty
12371 #       setting MUST be redefined or deactivated, because the default is
12372 #       contained in almost all of this terminal's Fkey strings!  If for some
12373 #       reason "quit" cannot be altered, the Fkeys can, but it would be
12374 #       necessary to change ^| to ^] in all of these definitions, and add
12375 #       \E[2;029!t to is2.
12376 # lines: is set to 24 because this terminal refuses to treat the 25th
12377 #       line normally.
12378 # ll:   Not available in power on mode, but turned on with \E[=107;207h in
12379 #       is2=.
12380 # lm:   Pointless, given that this definition locks a single screen of
12381 #       memory into view, but what the hey...
12382 # rmso: Could use \E[1;7!{ to turn off only bold and reverse (leaving any
12383 #       other attributes alone), but some programs expect this to turn off
12384 #       everything.
12385 # rmul: Could use \E[4!{ to turn off only underline (leaving any other
12386 #       attributes alone), but some programs expect this to turn off
12387 #       everything.
12388 # sgr:  Attributes are set on this terminal with the string \E[ followed by
12389 #       a list of attribute code numbers (in decimal, separated by
12390 #       semicolons), followed by the character m.  The attribute code
12391 #       numbers are:
12392 #                 1 for bold;
12393 #                 2 for dim (which is ignored in power on mode);
12394 #                 4 for underline;
12395 #                 5 for blinking;
12396 #                 7 for inverse;
12397 #                 8 for not displayable; and
12398 #               =99 for protected (except that there are strange side
12399 #               effects to protected characters which make them inadvisable).
12400 #        The mapping of terminfo parameters to attributes is as follows:
12401 #               %p1 (standout) = bold and inverse together;
12402 #               %p2 (underline) = underline;
12403 #               %p3 (reverse) = inverse;
12404 #               %p4 (blink) = blinking;
12405 #               %p5 (dim) is ignored;
12406 #               %p6 (bold) = bold;
12407 #               %p7 (invisible) = not displayable;
12408 #               %p8 (protected) is ignored; and
12409 #               %p9 (alt char set) = alt char set.
12410 #        The code to do this is:
12411 #               \E[0            OUTPUT  \E[0
12412 #               %?%p1%p6%O      IF      (standout; bold) OR
12413 #               %t;1            THEN    OUTPUT  ;1
12414 #               %;              ENDIF
12415 #               %?%p2           IF      underline
12416 #               %t;4            THEN    OUTPUT  ;4
12417 #               %;              ENDIF
12418 #               %?%p4           IF      blink
12419 #               %t;5            THEN    OUTPUT  ;5
12420 #               %;              ENDIF
12421 #               %?%p1%p3%O      IF      (standout; reverse) OR
12422 #               %t;7            THEN    OUTPUT  ;7
12423 #               %;              ENDIF
12424 #               %?%p7           IF      invisible
12425 #               %t;8            THEN    OUTPUT  ;8
12426 #               %;              ENDIF
12427 #               m               OUTPUT  m
12428 #               %?%p9           IF      altcharset
12429 #               %t^N            THEN    OUTPUT  ^N
12430 #               %e^O            ELSE    OUTPUT  ^O
12431 #               %;              ENDIF
12432 # sgr0: Everything is turned off (including alternate character set), since
12433 #       there is no way of knowing what it is that the program wants turned
12434 #       off.
12435 # smul: The "underline" attribute is reconfigurable to an overline or
12436 #       strike-through, or (as done with \E[;3+} in is2=), to a line at the true
12437 #       bottom of the character cell.  This was done to allow for more readable
12438 #       underlined characters, and to be able to distinguish between an
12439 #       underlined space, an underscore, and an underlined underscore.
12440 # xenl: Terminal can be configured to not need this, but this "glitch"
12441 #       behavior is actually preferable with autowrap terminals.
12443 # Parameters kf31= thru kf53= actually contain the strings sent by the shifted
12444 # Fkeys.  There are no parameters for shifted Fkeys in terminfo.  The is2
12445 # string modifies the 'O' in kf43 to kf46 to a '$'.
12447 # kcbt was originally ^I but redefined in is2=.
12448 # kHOM was \E[H originally but redefined in is2=, as were a number of
12449 # other keys.
12450 # kDC was originally \177 but redefined in is2=.
12452 # kbs:  Shift was also ^H originally but redefined as \E$^H in is2=.
12453 # tsl:  Go to window 2, then do an hpa=.
12455 #------- flash=\E[8;3!}^G\E[3;3!}
12456 #------- flash=\E[?5h$<100>\E[?5l
12457 # There are two ways to flash the screen, both of which have their drawbacks.
12458 # The first is to set the bell mode to video, transmit a bell character, and
12459 # set the bell mode back - but to what?  There is no way of knowing what the
12460 # user's old bell setting was before we messed with it.  Worse, the command to
12461 # set the bell mode also sets the key click volume, and there is no way to say
12462 # "leave that alone", or to know what it's set to, either.
12463 # The second way to do a flash is to set the screen to inverse video, pad for a
12464 # tenth of a second, and set it back - but like before, there's no way to know
12465 # that the screen wasn't ALREADY in inverse video, or that the user may prefer
12466 # it that way.  The point is moot anyway, since vi (and probably other
12467 # programs) assume that by defining flash=, you want the computer to use it
12468 # INSTEAD of bel=, rather than as a secondary type of signal.
12470 #------- cvvis=\E[+{
12471 # The is the power on setting, which is also as visible as the cursor
12472 # gets.
12473 #-------  wind=\E[%i%p1%d;%p2%d;%p3%{1}%+%d;%p4%{1}%+%dw
12474 # Windowing is possible, but not defined here because it is also used to
12475 # emulate status line functions.  Allowing a program to set a window could
12476 # clobber the status line or render it unusable.  There is additional memory,
12477 # but screen scroll functions are destructive and do not make use of it.
12479 #-------   dim=                 Not available in power on mode.
12480 # You have a choice of defining low intensity characters as "half bright" and
12481 # high intensity as "normal", or defining low as "normal" and high as "bold".
12482 # No matter which you choose, only one of either "half bright" or "bold" is
12483 # available at any time, so taking the time to override the default is
12484 # pointless.
12486 #-------  prot=\E[=0;99m
12487 # Not defined, because it appears to have some strange side effects.
12488 #------- pfkey=%?%p1%{24}%<%p1%{30}%>%p1%{54}%<%A%O%t\E[%p1%du\177%p2%s\177%;
12489 #------- pfloc=%?%p1%{24}%<%p1%{30}%>%p1%{54}%<%A%O%t\E[%p1%du\177%p2%s\177%;
12490 #-------   pfx=%?%p1%{24}%<%p1%{30}%>%p1%{54}%<%A%O%t\E[%p1%d;1u\177%p2%s\177%;
12491 #        Available, but making them available to programs is inadvisable.
12492 #        The code to do this is:
12493 #               %?%p1%{24}%<    IF      ((key; 24) <;
12494 #               %p1%{30}%>               ((key; 30) >;
12495 #               %p1%{54}%<                (key; 54) <
12496 #               %A                       ) AND
12497 #               %O                      ) OR
12498 #        [that is, "IF key < 24 OR (key > 30 AND key < 54)",]
12499 #               %t\E[           THEN    OUTPUT  \E[
12500 #               %p1%d                   OUTPUT  (key) as decimal
12501 #        [next line applies to pfx only]
12502 #               ;1                      OUTPUT  ;1
12503 #               u                       OUTPUT  u
12504 #               \177                    OUTPUT  \177
12505 #               %p2%s                   OUTPUT  (string) as string
12506 #               \177                    OUTPUT  \177
12507 #        [DEL chosen as delimiter, but could be any character]
12508 #        [implied:              ELSE    do nothing]
12509 #               %;              ENDIF
12511 #-------   rs2=
12512 # Not defined since anything it might do could be done faster and easier with
12513 # either Meta-Shift-Reset or the main power switch.
12515 #-------  smkx=\E[1!z
12516 #-------  rmkx=\E[!z
12517 # These sequences apply to the cursor and setup keys only, not to the
12518 # numeric keypad.  But it doesn't matter anyway, since making these
12519 # available to programs is inadvisable.
12520 # For the key definitions below, all sequences beginning with \E$ are
12521 # custom and programmed into the terminal via is2.  \E$ also has no
12522 # meaning to any other terminal.
12524 #------- cmdch=\E[;%p1%d!t
12525 # Available, but making it available to programs is inadvisable.
12526 #------- smxon=\E[1*q
12527 # Available, but making it available to programs is inadvisable.
12528 # Terminal will send XON/XOFF on buffer overflow.
12529 #------- rmxon=\E[*q
12530 # Available, but making it available to programs is inadvisable.
12531 # Terminal will not notify on buffer overflow.
12532 #-------   smm=\E[2+x
12533 #-------   rmm=\E[+x
12534 # Available, but making them available to programs is inadvisable.
12536 # Printing:
12537 #        It's not made clear in the manuals, but based on other ansi/vt type
12538 #        terminals, it's a good guess that this terminal is capable of both
12539 #        "transparent print" (which doesn't copy data to the screen, and
12540 #        therefore needs mc5i: specified to say so) and "auxiliary print"
12541 #        (which does duplicate printed data on the screen, in which case mc4=
12542 #        and mc5= should use the \E[?4i and \E[?5i strings instead).
12544 # (sgr removed to fit entry within 1023 bytes)
12545 # (acsc removed to fit entry within 1023 bytes)
12546 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
12547 # (some function-key capabilities suppressed to fit entry within 1023 bytes)
12548 hds200|Human Designed Systems HDS200:\
12549         :am:bw:es:hs:km:mi:ms:xn:xo:\
12550         :co#80:it#8:li#24:lm#0:\
12551         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
12552         :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:\
12553         :bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=\r:\
12554         :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=\E[B:\
12555         :ds=\E[2!w\r\n\E[!w:ei=\E[4l:fs=\E[!w:ho=\E[H:im=\E[4h:\
12556         :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+}:\
12557         :kD=\177:kN=\E[U:kP=\E[V:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:\
12558         :kr=\E[C:ku=\E[A:le=\E[D:ll=\E[H\E[A:mb=\E[0;5m:\
12559         :md=\E[0;1m:me=\E[0m:mr=\E[0;7m:nd=\E[C:nw=\E[E:rc=\E8:\
12560         :sc=\E7:se=\E[m\017:sf=\ED:so=\E[0;1;7m:sr=\EM:st=\EH:\
12561         :ta=^I:ts=\E[2!w\E[%i%dG:ue=\E[m\017:up=\E[A:us=\E[0;4m:\
12562         :ve=\E[+{:vi=\E[6+{:tc=ansi+pp:
12564 # :ta: through :ce: included to specify padding needed in raw mode.
12565 # (avt-ns: added empty <acsc> to suppress a tic warning --esr)
12566 avt-ns|concept avt no status line:\
12567         :am:bs:eo:mi:ul:xn:xo:\
12568         :co#80:it#8:li#24:lm#192:\
12569         :AL=4*\E[%dL:DL=4*\E[%dM:DO=\E[%dB:IC=\E[%d@:LE=\E[%dD:\
12570         :RI=\E[%dC:UP=\E[%dA:ac=:ae=1^N:al=4\E[L:as=1^O:bl=^G:\
12571         :bt=\E[Z:cd=96\E[J:ce=6\E[K:cl=38\E[H\E[J:cm=\E[%i%d;%dH:\
12572         :cr=\r:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=4\E[M:do=\n:\
12573         :ei=\E[4l:ho=\E[H:i1=\E[=103l\E[=205l:ic=\E[@:im=\E[4h:\
12574         :ip=4:\
12575         :is=\E[1*q\E[2!t\E[7!t\E[=4;101;119;122l\E[=107;118;207h\E)1\E[1Q\EW\E[!y\E[!z\E>\E[0\0720\07232!r\E[0*w\E[w\E2\r\n\E[2;27!t:\
12576         :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kA=\E\003\r:kD=\E\002\r:\
12577         :kI=\E\001\r:kS=\E\004\r:kb=^H:kd=\E[B:ke=\E[!z\E[0;2u:\
12578         :kh=\E[H:kl=\E[D:kr=\E[C:ks=\E[1!z\E[0;3u:ku=\E[A:le=^H:\
12579         :ll=\E[24H:mb=\E[5m:md=\E[1m:me=1\E[m:mh=\E[1!{:mk=\E[8m:\
12580         :mp=\E[99m:mr=\E[7m:nd=\E[C:pf=\E[4i:po=\E[5i:ps=\E[0i:\
12581         :rc=\E8:sc=\E7:se=\E[7!{:sf=8\n:so=\E[7m:sr=4\EM:st=\EH:\
12582         :ta=4^I:te=\E[w\E2\r\n:ti=\E[=4l\E[1;24w\E2\r:ue=\E[4!{:\
12583         :up=\E[A:us=\E[4m:ve=\E[=119l:vs=\E[=119h:
12584 avt-rv-ns|concept avt in reverse video mode/no status line:\
12585         :i1=\E[=103l\E[=205h:vb=\E[=205l\E[=205h:tc=avt-ns:
12586 avt-w-ns|concept avt in 132 column mode/no status line:\
12587         :i1=\E[=103h\E[=205l:ti=\E[H\E[1;24;1;132w:tc=avt-ns:
12588 avt-w-rv-ns|concept avt in 132 column mode/no status line/reverse video:\
12589         :i1=\E[=103h\E[=205h:ti=\E[H\E[1;24;1;132w:\
12590         :vb=\E[=205l\E[=205h:tc=avt-ns:
12592 # Concept AVT with status line. We get the status line using the
12593 # "Background status line" feature of the terminal. We swipe the
12594 # first line of memory in window 2 for the status line, keeping
12595 # 191 lines of memory and 24 screen lines for regular use.
12596 # The first line is used instead of the last so that this works
12597 # on both 4 and 8 page AVTs. (Note the lm#191 or 192 - this
12598 # assumes an 8 page AVT but lm isn't currently used anywhere.)
12600 avt+s|concept avt status line changes:\
12601         :es:hs:\
12602         :lm#191:\
12603         :ds=\E[0*w:fs=\E[1;1!w:\
12604         :i2=\E[2w\E[2!w\E[1;1;1;80w\E[H\E[2*w\E[1!w\E2\r\n:\
12605         :te=\E[2w\E2\r\n:ti=\E[2;25w\E2\r:\
12606         :ts=\E[2;1!w\E[;%dH\E[2K:
12607 avt|avt-s|concept-avt|avt w/80 columns:\
12608         :tc=avt+s:tc=avt-ns:
12609 avt-rv|avt-rv-s|avt reverse video w/sl:\
12610         :i1=\E[=103l\E[=205h:vb=\E[=205l\E[=205h:tc=avt+s:\
12611         :tc=avt-ns:
12612 avt-w|avt-w-s|concept avt 132 cols+status:\
12613         :i1=\E[=103h\E[=205l:ti=\E[H\E[1;24;1;132w:tc=avt+s:\
12614         :tc=avt-ns:
12615 avt-w-rv|avt-w-rv-s|avt wide+status+rv:\
12616         :i1=\E[=103h\E[=205h:ti=\E[H\E[1;24;1;132w:\
12617         :vb=\E[=205l\E[=205h:tc=avt+s:tc=avt-ns:
12619 #### Contel Business Systems.
12622 # Contel c300 and c320 terminals.
12623 contel300|contel320|c300|Contel Business Systems C-300 or C-320:\
12624         :am:in:xo:\
12625         :co#80:li#24:sg#1:\
12626         :al=5.5*\EL:bl=^G:cd=5.5*\EJ:ce=5.5\EI:cl=\EK:\
12627         :cm=\EX%+ \EY%+ :cr=\r:ct=\E3:dc=5.5*\EO:dl=5.5*\EM:do=\n:\
12628         :ei=:ho=\EH:ic=\EN:im=:ip=5.5*:k0=\ERJ:k1=\ERA:k2=\ERB:\
12629         :k3=\ERC:k4=\ERD:k5=\ERE:k6=\ERF:k7=\ERG:k8=\ERH:k9=\ERI:\
12630         :kb=^H:le=^H:ll=\EH\EA:me=\E!\200:nd=\EC:se=\E!\200:sf=\n:\
12631         :so=\E!\r:st=\E1:up=\EA:vb=^P^B^P^C:
12632 # Contel c301 and c321 terminals.
12633 contel301|contel321|c301|c321|Contel Business Systems C-301 or C-321:\
12634         :ic@:ip@:se=20\E!\200:so=20\E!\r:vb@:tc=contel300:
12636 #### Data General (dg)
12638 # According to James Carlson <carlson@xylogics.com> writing in January 1995,
12639 # the terminals group at Data General was shut down in 1991; all these
12640 # terminals have thus been discontinued.
12642 # DG terminals have function keys that respond to the SHIFT and CTRL keys,
12643 # e.g., SHIFT-F1 generates a different code from F1.  To number the keys
12644 # sequentially, first the unmodified key codes are listed as F1 through F15.
12645 # Then their SHIFT versions are listed as F16 through F30, their CTRL versions
12646 # are listed as F31 through F45, and their CTRL-SHIFT versions are listed as
12647 # F46 through F60.  This is done in the private "includes" below whose names
12648 # start with "dgkeys+".
12650 # DG terminals generally support 8 bit characters.  For each of these terminals
12651 # two descriptions are supplied:
12652 #       1) A default description for 8 bits/character communications, which
12653 #          uses the default DG international character set and keyboard codes.
12654 #       2) A description with suffix "-7b" for 7 bits/character communications.
12655 #          This description must use the NON-DEFAULT native keyboard language.
12657 # Unmodified fkeys (kf1-kf11), Shift fkeys (kf12-kf22), Ctrl fkeys (kf23-kf33),
12658 # Ctrl/Shift fdkeys (kf34-kf44).
12660 dgkeys+8b|Private entry describing DG terminal 8-bit ANSI mode special keys:\
12661         :%9=\233i:F1=\233011z:F2=\233012z:F3=\233013z:\
12662         :F4=\233014z:F5=\233000z:F6=\233101z:F7=\233102z:\
12663         :F8=\233103z:F9=\233104z:FA=\233105z:FB=\233106z:\
12664         :FC=\233107z:FD=\233108z:FE=\233109z:FF=\233110z:\
12665         :FG=\233111z:FH=\233112z:FI=\233113z:FJ=\233114z:\
12666         :FK=\233100z:FL=\233201z:FM=\233202z:FN=\233203z:\
12667         :FO=\233204z:FP=\233205z:FQ=\233206z:FR=\233207z:\
12668         :FS=\233208z:FT=\233209z:FU=\233210z:FV=\233211z:\
12669         :FW=\233212z:FX=\233213z:FY=\233214z:FZ=\233200z:\
12670         :Fa=\233301z:Fb=\233302z:Fc=\233303z:Fd=\233304z:\
12671         :Fe=\233305z:Ff=\233306z:Fg=\233307z:Fh=\233308z:\
12672         :Fi=\233309z:Fj=\233310z:Fk=\233311z:Fl=\233312z:\
12673         :Fm=\233313z:Fn=\233314z:Fo=\233300z:K1=\233020z:\
12674         :K3=\233021z:K4=\233022z:K5=\233023z:k1=\233001z:\
12675         :k2=\233002z:k3=\233003z:k4=\233004z:k5=\233005z:\
12676         :k6=\233006z:k7=\233007z:k8=\233008z:k9=\233009z:\
12677         :k;=\233010z:kC=\2332J:kE=\233K:kd=\233B:kh=\233H:\
12678         :kl=\233D:kr=\233C:ku=\233A:
12680 dgkeys+7b|Private entry describing DG terminal 7-bit ANSI mode special keys:\
12681         :%9=\E[i:F1=\E[011z:F2=\E[012z:F3=\E[013z:F4=\E[014z:\
12682         :F5=\E[000z:F6=\E[101z:F7=\E[102z:F8=\E[103z:F9=\E[104z:\
12683         :FA=\E[105z:FB=\E[106z:FC=\E[107z:FD=\E[108z:FE=\E[109z:\
12684         :FF=\E[110z:FG=\E[111z:FH=\E[112z:FI=\E[113z:FJ=\E[114z:\
12685         :FK=\E[100z:FL=\E[201z:FM=\E[202z:FN=\E[203z:FO=\E[204z:\
12686         :FP=\E[205z:FQ=\E[206z:FR=\E[207z:FS=\E[208z:FT=\E[209z:\
12687         :FU=\E[210z:FV=\E[211z:FW=\E[212z:FX=\E[213z:FY=\E[214z:\
12688         :FZ=\E[200z:Fa=\E[301z:Fb=\E[302z:Fc=\E[303z:Fd=\E[304z:\
12689         :Fe=\E[305z:Ff=\E[306z:Fg=\E[307z:Fh=\E[308z:Fi=\E[309z:\
12690         :Fj=\E[310z:Fk=\E[311z:Fl=\E[312z:Fm=\E[313z:Fn=\E[314z:\
12691         :Fo=\E[300z:K1=\E[020z:K3=\E[021z:K4=\E[022z:K5=\E[023z:\
12692         :k1=\E[001z:k2=\E[002z:k3=\E[003z:k4=\E[004z:k5=\E[005z:\
12693         :k6=\E[006z:k7=\E[007z:k8=\E[008z:k9=\E[009z:k;=\E[010z:\
12694         :kC=\E[2J:kE=\E[K:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:
12696 dgkeys+11|Private entry describing 11 minimal-subset DG mode special keys:\
12697         :F1=^^{:F2=^^a:F3=^^b:F4=^^c:F5=^^d:F6=^^e:F7=^^f:F8=^^g:\
12698         :F9=^^h:FA=^^i:FB=^^j:FC=^^k:FD=^^1:FE=^^2:FF=^^3:FG=^^4:\
12699         :FH=^^5:FI=^^6:FJ=^^7:FK=^^8:FL=^^9:FM=^^\072:FN=^^;:FO=^^!:\
12700         :FP=^^":FQ=^^#:FR=^^$:FS=^^%%:FT=^^&:FU=^^':FV=^^(:FW=^^):\
12701         :FX=^^*:FY=^^+:k1=^^q:k2=^^r:k3=^^s:k4=^^t:k5=^^u:k6=^^v:\
12702         :k7=^^w:k8=^^x:k9=^^y:k;=^^z:kC=^L:kE=^K:kd=^Z:kh=^H:kl=^Y:\
12703         :kr=^X:ku=^W:
12705 dgkeys+15|Private entry describing 15 DG mode special keys:\
12706         :#2=^^^H:#4=^^^Y:%i=^^^X:F1=^^{:F2=^^|:F3=^^}:F4=^^~:F5=^^p:\
12707         :F6=^^a:F7=^^b:F8=^^c:F9=^^d:FA=^^e:FB=^^f:FC=^^g:FD=^^h:\
12708         :FE=^^i:FF=^^j:FG=^^k:FH=^^l:FI=^^m:FJ=^^n:FK=^^`:FL=^^1:\
12709         :FM=^^2:FN=^^3:FO=^^4:FP=^^5:FQ=^^6:FR=^^7:FS=^^8:FT=^^9:\
12710         :FU=^^\072:FV=^^;:FW=^^<:FX=^^=:FY=^^>:FZ=^^0:Fa=^^!:Fb=^^":\
12711         :Fc=^^#:Fd=^^$:Fe=^^%%:Ff=^^&:Fg=^^':Fh=^^(:Fi=^^):Fj=^^*:\
12712         :Fk=^^+:Fl=^^,:Fm=^^-:Fn=^^.:Fo=^^\040:K1=^^\\:K3=^^]:\
12713         :K4=^^\136:K5=^^_:k1=^^q:k2=^^r:k3=^^s:k4=^^t:k5=^^u:k6=^^v:\
12714         :k7=^^w:k8=^^x:k9=^^y:k;=^^z:
12716 # Data General color terminals use the "Tektronix" color model.  The total
12717 # number of colors varies with the terminal model, as does support for
12718 # attributes used in conjunction with color.
12720 # Removed u7, u8 definitions since they conflict with tack:
12721 #               Preserve user-defined colors in at least some cases.
12722 #       u7=^^Fh,
12723 #               Default is ACM mode.
12724 #       u8=^^F}20^^Fi^^F}21,
12726 dgunix+fixed|Fixed color info for DG D430C terminals in DG-UNIX mode:\
12727         :ut:\
12728         :Co#16:NC#53:pa#256:\
12729         :Sb=\036B%+0:Sf=\036A%+0:op=\036Ad\036Bd:
12731 dg+fixed|Fixed color info for DG D430C terminals in DG mode:\
12732         :tc=dgunix+fixed:
12734 # Video attributes are coordinated using static variables set by "sgr", then
12735 # checked by "op", "seta[bf]", and "set[bf]" to refresh the attribute settings.
12736 # (D=dim, U=underline, B=blink, R=reverse.)
12737 dg+color8|Color info for Data General D220 and D230C terminals in ANSI mode:\
12738         :ut:\
12739         :Co#8:NC#16:pa#64:\
12740         :op=\E[%?%gD%t2;%;%?%gU%t4;%;%?%gB%t5;%;%?%gR%t7;%;m:
12742 dg+color|Color info for Data General D470C terminals in ANSI mode:\
12743         :Co#16:NC#53:pa#256:tc=dg+color8:
12745 dgmode+color8|Color info for Data General D220/D230C terminals in DG mode:\
12746         :ut:\
12747         :Co#8:NC#16:pa#64:\
12748         :Sb=\036B%+0:Sf=\036A%+0:op=\036Ad\036Bd:
12750 dgmode+color|Color info for Data General D470C terminals in DG mode:\
12751         :Co#16:pa#256:tc=dgmode+color8:
12753 dgunix+ccc|Configurable color info for DG D430C terminals in DG-UNIX mode:\
12754         :cc:ut:\
12755         :Co#52:NC#53:pa#26:\
12756         :oc=\036RG01A00FF00000000\036RG01B00000000FF00\036RG01C007F00000000\036RG01D000000007F00:\
12757         :op=\036RF4831A\036RF2E31B\036RF1D31C\036RF3F31D:
12759 # Colors are in the order:  normal, reverse, dim, dim + reverse.
12760 dg+ccc|Configurable color info for DG D430C terminals in DG mode:\
12761         :cc:ut:\
12762         :Co#52:NC#53:pa#26:\
12763         :oc=\036RG01\07200??00000000\036RG01;00000000??00\036RG01<007?00000000\036RG01=000000007?00:\
12764         :op=\036RF4831\072\036RF2>31;\036RF1=31<\036RF3?31=:
12766 # The generic DG terminal type (an 8-bit-clean subset of the 6053)
12767 # Initialization string 1 sets:
12768 #       ^R              - vertical scrolling enabled
12769 #       ^C              - blinking enabled
12770 dg-generic|Generic Data General terminal in DG mode:\
12771         :NL:am:bw:ms:xo:\
12772         :co#80:li#24:\
12773         :bl=^G:ce=^K:cl=^L:cm=\020%r%.%.:cr=\r:do=^Z:i1=^R^C:le=^Y:\
12774         :mb=^N:me=^O^U^]:mh=^\:nd=^X:nw=\n:ps=^Q:se=^]:sf=\n:so=^\:\
12775         :ue=^U:up=^W:us=^T:tc=dgkeys+11:
12777 # According to the 4.4BSD termcap file, the dg200 :cm: should be the
12778 # termcap equivalent of \020%p2%{128}%+%c%p1%{128}%+%c (in termcap
12779 # notation that's "^P%r%+\200%+\200").  Those \200s are suspicious,
12780 # maybe they were originally nuls (which would fit).
12782 dg200|data general dasher 200:\
12783         :NL:am:bs:bw:\
12784         :co#80:li#24:\
12785         :bl=^G:ce=^K:cl=^L:cm=\020%r%.%.:cr=\r:do=^Z:ho=^H:k0=^^z:\
12786         :k1=^^q:k2=^^r:k3=^^s:k4=^^t:k5=^^u:k6=^^v:k7=^^w:k8=^^x:\
12787         :k9=^^y:kd=^Z:kh=^H:kl=^Y:kr=^X:ku=^W:l0=f10:le=^Y:nd=^X:\
12788         :nw=\n:se=^^E:sf=\n:so=^^D:ue=^U:up=^W:us=^T:
12790 # Data General 210/211 (and 410?)       from Lee Pearson (umich!lp) via BRL
12791 dg210|dg-ansi|Data General 210/211:\
12792         :am:\
12793         :co#80:li#24:\
12794         :cd=\E[J:ce=\E[K:cl=\E[2J:cm=\E[%i%d;%dH:do=\E[B:ho=\E[H:\
12795         :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=\E[D:nd=\E[C:\
12796         :nl=\E[B:nw=\r\E[H\E[A\n:se=\E[0;m:so=\E[7;m:ue=\E[0;m:\
12797         :up=\E[A:us=\E[4;m:
12798 # From: Peter N. Wan <ihnp4!gatech!gacsr!wan>
12799 # courtesy of Carlos Rucalde of Vantage Software, Inc.
12800 # (dg211: this had :cm=\020%r%.%:., which was an ancient termcap hangover.
12801 # I suspect the d200 function keys actually work on the dg211, check it out.)
12802 dg211|Data General d211:\
12803         :k0@:k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:k9@:kb=^Y:l0@:nw=\r^Z:\
12804         :se=0^^E:sf@:so=5^^D:ta=^I:te=^L:ti=^L^R:ve=^L:vs=^L^R:\
12805         :tc=dg200:
12807 # dg450 from Cornell (not official)
12808 dg450|dg6134|data general 6134:\
12809         :le@:nd=^X:tc=dg200:
12811 # Not official...
12812 # Note: lesser Dasher terminals will not work with vi because vi insists upon
12813 # having a command to move straight down from any position on the bottom line
12814 # and scroll the screen up, or a direct vertical scroll command.  The 460 and
12815 # above have both, the D210/211, for instance, has neither.  We must use ANSI
12816 # mode rather than DG mode because standard UNIX tty drivers assume that ^H is
12817 # backspace on all terminals.  This is not so in DG mode.
12818 # (dg460-ansi: removed obsolete ":kn#6:"; also removed ":mu=\EW:", on the
12819 # grounds that there is no matching ":ml:"
12820 dg460-ansi|Data General Dasher 460 in ANSI-mode:\
12821         :am:bs:ms:ul:\
12822         :co#80:it#8:li#24:\
12823         :al=\E[L:cd=\E[J:ce=\E[K:cl=\E[2J:cm=\E[%i%2;%2H:dc=\E[P:\
12824         :dl=\E[M:do=\E[B:ei=:ho=\E[H:ic=\E[@:im=:is=^^F@:k0=\E[001z:\
12825         :k1=\E[002z:k2=\E[003z:k3=\E[004z:k4=\E[005z:k5=\E[006z:\
12826         :k6=\E[007z:k7=\E[008z:k8=\E[009z:k9=\E[00\072z:kb=\E[D:\
12827         :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:l0=f1:l1=f2:l2=f3:\
12828         :l3=f4:l4=f5:l5=f6:l6=f7:l7=f8:l9=f10:le=^H:mb=\E[5m:\
12829         :me=\E(B\E[m:mh=\E[2m:mr=\E[7m:nd=\E[C:nl=\ED:ps=\E[i:\
12830         :se=\E[m:sf=\E[S:so=\E[7m:sr=\E[T:ta=^I:u6=\E[%d;%dR:\
12831         :u7=\E[6n:u8=\E[5n:u9=\E[0n:ue=\E[05:up=\E[A:us=\E[4m:
12832 # From: Wayne Throop <mcnc!rti-sel!rtp47!throopw> (not official)
12833 # Data General 605x
12834 # Ought to work for a Model 6242, Type D210 as well as a 605x.
12835 # Note that the cursor-down key transmits ^Z.  Job control users, beware!
12836 # This also matches a posted description of something called a `Dasher 100'
12837 # so there's a dg100 alias here.
12838 # (dg6053: the 4.4BSD file had :le=^H:, :do=^J:, :nd=^S:. -- esr)
12839 dg6053-old|dg100|data general 6053:\
12840         :am:bs:bw:ul:\
12841         :co#80:li#24:\
12842         :bc=^Y:bl=^G:ce=^K:cl=^L:cm=\020%r%.%.:cr=\r:do=^Z:ho=^H:\
12843         :is=^R:k0=^^q:k1=^^r:k2=^^s:k3=^^t:k4=^^u:k5=^^v:k6=^^w:\
12844         :k7=^^x:k8=^^y:k9=^^z:kb=^Y:kd=^Z:kh=^H:kl=^Y:kr=^X:ku=^W:\
12845         :le=^Y:nd=^X:se=\200^^E:so=\200\200\200\200\200\036D:\
12846         :ta=^I:te=^L:ti=^L^R:ue=^U:up=^W:us=^T:ve=^L:vs=^L^R:
12848 # (Some performance can be gained over the generic DG terminal type)
12849 dg6053|6053|6053-dg|dg605x|605x|605x-dg|d2|d2-dg|Data General DASHER 6053:\
12850         :xo@:\
12851         :ho=\020\200\200:ll=^P\200^W:tc=dg-generic:
12853 # Like 6053, but adds reverse video and more keypad and function keys.
12854 d200|d200-dg|Data General DASHER D200:\
12855         :ho@:ll@:md=^^D^T:me=^O^U^]^^E:mr=^^D:se=^^E^]:so=^^D^\:\
12856         :tc=dgkeys+15:tc=dg6053:
12858 # DASHER D210 series terminals in ANSI mode.
12859 #       Reverse video, no insert/delete character/line, 7 bits/character only.
12861 # Initialization string 1 sets:
12862 #       <0              - scrolling enabled
12863 #       <1              - blink enabled
12864 #       <4              - print characters regardless of attributes
12865 d210|d214|Data General DASHER D210 series:\
12866         :NL:am:bw:ms:xo:\
12867         :co#80:li#24:\
12868         :DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:bl=^G:cb=\E[1K:\
12869         :cd=\E[J:ce=\E[K:cl=\E[2J:cm=\E[%i%d;%dH:cr=\r:do=\E[B:\
12870         :ho=\E[H:i1=\E[<0;<1;<4l:le=^H:ll=\E[H\E[A:mb=\E[5m:\
12871         :md=\E[4;7m:me=\E[m:mh=\E[2m:mr=\E[7m:nd=\E[C:nw=\n:\
12872         :se=\E[m:sf=\n:so=\E[2;7m:ue=\E[m:up=\E[A:us=\E[4m:\
12873         :tc=dgkeys+7b:
12875 # DASHER D210 series terminals in DG mode.
12876 # Like D200, but adds clear to end-of-screen and needs XON/XOFF.
12877 d210-dg|d214-dg|Data General DASHER D210 series in DG mode:\
12878         :xo:\
12879         :cd=^^FF:tc=d200-dg:
12881 # DASHER D211 series terminals in ANSI mode.
12882 # Like the D210, but with 8-bit characters and local printer support.
12884 # Initialization string 2 sets:
12885 #       \E[2;1;1;1v
12886 #               2;1     - 8 bit operations
12887 #               1;1     - 8 bit (international) keyboard language
12888 #       \E(B            - default primary character set (U.S. ASCII)
12889 #       \E)4            - default secondary character set (international)
12890 #       ^O              - primary character set
12892 d211|d215|Data General DASHER D211 series:\
12893         :km:\
12894         :is=\E[2;1;1;1v\E(B\E)4\017:ps=\E[i:tc=dgkeys+8b:\
12895         :tc=d210:
12897 # Initialization string 2 sets:
12898 #       \E[2;0;1;0v
12899 #               2;0     - 7 bit operations
12900 #               1;0     - 7 bit (native) keyboard language
12901 #       \E(0            - default character set (the keyboard native language)
12902 #       ^O              - primary character set
12903 d211-7b|d215-7b|Data General DASHER D211 series in 7 bit mode:\
12904         :km@:\
12905         :is=\E[2;0;1;0v\E(0\017:tc=dgkeys+7b:tc=d211:
12907 # Like the D210 series, but adds support for 8-bit characters.
12909 # Reset string 2 sets:
12910 #       ^^N     - secondary character set
12911 #       ^^FS0>  - 8 bit international character set
12912 #       ^^O     - primary character set
12913 #       ^^FS00  - default character set (matching the native keyboard language)
12915 d211-dg|d215-dg|Data General DASHER D211 series in DG mode:\
12916         :km:\
12917         :rs=\036N\036FS0>\036O\036FS00:tc=d210-dg:
12919 d216-dg|d216e-dg|d216+dg|d216e+dg|d217-dg|Data General DASHER D216 series in DG mode:\
12920         :tc=d211-dg:
12922 # Enhanced DG mode with changes to be more UNIX compatible.
12923 d216-unix|d216e-unix|d216+|d216e+|Data General DASHER D216+ in DG-UNIX mode:\
12924         :5i:\
12925         :it#8:\
12926         :#2=^^Pf:#4=^^Pd:%9=^^P0:%f=^^P1:%i=^^Pc:\
12927         :ac=a\177j$k"l!m#n)q+t'u&v(w%x*:ae=\036FS00:\
12928         :as=\036FS11:ce=^^PE:ch=\020%.\177:cl=^^PH:cv=\020\177%.:\
12929         :do=^^PB:ho=^^PF:i1=^R^C^^P@1:i2=^^Fz0:kC=^^PH:kE=^^PE:\
12930         :kd=^^PB:kh=^^PF:kl=^^PD:kr=^^PC:ku=^^PA:le=^^PD:mb=^^PI:\
12931         :me=\036PJ\025\035\036E\036FS00:nd=^^PC:pf=^^Fa:po=^^F`:\
12932         :ps=^^F?9:rs=\036N\036FS0E\036O\036FS00:sf=\n:ta=^I:\
12933         :up=^^PA:tc=dgkeys+15:tc=d216-dg:
12934 d216-unix-25|d216+25|Data General DASHER D216+ in DG-UNIX mode with 25 lines:\
12935         :li#25:\
12936         :i2=^^Fz2:tc=d216+:
12938 d217-unix|Data General DASHER D217 in DG-UNIX mode:\
12939         :tc=d216-unix:
12940 d217-unix-25|Data General DASHER D217 in DG-UNIX mode with 25 lines:\
12941         :tc=d216-unix-25:
12943 # DASHER D220 color terminal in ANSI mode.
12944 # Like the D470C but with fewer colors and screen editing features.
12946 # Initialization string 1 sets:
12947 #       \E[<0;<1;<4l
12948 #               <0      - scrolling enabled
12949 #               <1      - blink enabled
12950 #               <4      - print characters regardless of attributes
12951 #       \E[m            - all attributes off
12952 # Reset string 1 sets:
12953 #       \Ec             - initial mode defaults (RIS)
12955 d220|Data General DASHER D220:\
12956         :5i@:\
12957         :AL@:DL@:al@:dl@:i1=\E[<0;<1;<4l\E[m:pf@:po@:r1=\Ec:\
12958         :tc=dg+color8:tc=d470c:
12960 d220-7b|Data General DASHER D220 in 7 bit mode:\
12961         :5i@:\
12962         :AL@:DL@:al@:dl@:i1=\E[<0;<1;<4l\E[m:pf@:po@:r1=\Ec:\
12963         :tc=dg+color8:tc=d470c-7b:
12965 # Initialization string 3 sets:
12966 #       - default cursor (solid rectangle)
12967 # Reset string 2 sets:
12968 #       ^^N     - secondary character set
12969 #       ^^FS0>  - 8 bit international character set
12970 #       ^^O     - primary character set
12971 #       ^^FS00  - default character set (matching the native keyboard language)
12973 d220-dg|Data General DASHER D220 color terminal in DG mode:\
12974         :5i@:\
12975         :al@:dl@:ho@:i2=^^FQ2:is@:ll@:pf@:po@:r1@:\
12976         :rs=\036N\036FS0>\036O\036FS00:tc=dgmode+color8:\
12977         :tc=d470c-dg:
12979 # DASHER D230C color terminal in ANSI mode.
12980 # Like the D220 but with minor ANSI compatibility improvements.
12982 d230c|d230|Data General DASHER D230C:\
12983         :ke=\E[2;1v:ks=\E[2;0v:mb=\E[5;50m:md=\E[4;7;50m:\
12984         :me=\E[50m\E)4\017:mh=\E[2;50m:mr=\E[7;50m:nw=\r\n:\
12985         :se=\E[50m:so=\E[2;7;50m:ue=\E[50m:us=\E[4;50m:\
12986         :tc=dgkeys+7b:tc=d220:
12988 d230c-dg|d230-dg|Data General DASHER D230C in DG mode:\
12989         :tc=d220-dg:
12991 # DASHER D400/D450 series terminals.
12992 # These add intelligent features like insert/delete to the D200 series.
12994 # Initialization string 2 sets:
12995 #       ^^FQ2           - default cursor (solid rectangle)
12996 #       ^^FW            - character protection disabled
12997 #       ^^FJ            - normal (80 column) mode
12998 #       ^^F\^           - horizontal scrolling enabled (for alignment)
12999 #       ^^FX004?        - margins at columns 0 and 79
13000 #       ^^F]            - horizontal scrolling disabled
13001 #       ^^O             - primary character set
13002 #       ^^FS00          - default character set (the keyboard native language)
13003 #       - (should reset scrolling regions, but that glitches the screen)
13004 # Reset string 1 sets:
13005 #       ^^FA            - all terminal defaults except scroll rate
13006 # Reset string 2 sets:
13007 #       ^^F]            - horizontal scrolling disabled
13008 #       ^^FT0           - jump scrolling
13010 d400|d400-dg|d450|d450-dg|Data General DASHER D400/D450 series:\
13011         :5i:\
13012         :ac=j$k"l!m#n)q+t'u&v(w%x*:ae=^^O:al=^^FH:as=^^N:\
13013         :ch=\020%.\177:cv=\020\177%.:dc=^^K:dl=^^FI:\
13014         :eA=\036N\036FS11\036O:ei=:ho=^^FG:ic=^^J:im=:\
13015         :is=\036FQ2\036FW\036FJ\036F\136\036FX004?\036F]\036O\036FS00:\
13016         :ll=^^FG^W:me=^O^U^]^^E^^O:pf=^^Fa:po=^^F`:r1=^^FA:\
13017         :r2=\036F]\036FT0:sr=^^I:ve=^^FQ2:vi=^^FQ0:tc=d210-dg:
13019 # DASHER D410/D460 series terminals in ANSI mode.
13020 # These add a large number of intelligent terminal features.
13022 # Initialization string 1 sets:
13023 #       \E[<0;<1;<2;<4l
13024 #               <0      - scrolling enabled
13025 #               <1      - blink enabled
13026 #               <2      - horizontal scrolling enabled (for alignment)
13027 #               <4      - print characters regardless of attributes
13028 #       \E[5;0v         - normal (80 column) mode
13029 #       \E[1;1;80w      - margins at columns 1 and 80
13030 #       \E[1;6;<2h
13031 #               1       - print all characters even if protected
13032 #               6       - character protection disabled
13033 #               <2      - horizontal scrolling disabled
13034 #       - (should reset scrolling regions, but that glitches the screen)
13036 # Initialization string 2 sets:
13037 #       \E[3;2;2;1;1;1v
13038 #               3;2     - default cursor (solid rectangle)
13039 #               2;1     - 8 bit operations
13040 #               1;1     - international keyboard language
13041 #       \E(B            - default primary character set (U.S. ASCII)
13042 #       \E)4            - default secondary character set (international)
13043 #       ^O              - primary character set
13045 #       Reset string 1 sets:
13046 #       \Ec             - initial mode defaults (RIS)
13047 #       \E[<2h          - horizontal scrolling disabled
13049 # Reset string 2 sets:
13050 #       \E[4;0;2;1;1;1v
13051 #               4;0     - jump scrolling
13052 #               2;1     - 8 bit operations
13053 #               1;1     - 8 bit (international) keyboard language
13054 #       \E(B            - default primary character set (U.S. ASCII)
13055 #       \E)4            - default secondary character set (international)
13057 d410|d411|d460|d461|Data General DASHER D410/D460 series:\
13058         :5i:\
13059         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:IC=\E[%d@:\
13060         :ac=j$k"l!m#n)q+t'u&v(w%x*:ae=\E)4\017:al=\E[L:\
13061         :as=\E)6\016:dc=\E[P:dl=\E[M:ei=:\
13062         :i1=\E[<0;<1;<2;<4l\E[5;0v\E[1;1;80w\E[1;6;<2h:\
13063         :ic=\E[@:im=:is=\E[3;2;2;1;1;1v\E(B\E)4\017:me=\E[m:\
13064         :pf=\E[4i:po=\E[5i:r1=\Ec\E[<2h:\
13065         :r2=\E[4;0;2;1;1;1v\E(B\E)4:sr=\EM:ve=\E[3;2v:\
13066         :vi=\E[3;0v:tc=d211:
13068 # Initialization string 2 sets:
13069 #       \E[3;2;2;0;1;0v
13070 #               3;2     - default cursor (solid rectangle)
13071 #               2;0     - 7 bit operations
13072 #               1;0     - 7 bit (native) keyboard language
13073 #       \E(0            - default character set (the keyboard native language)
13074 #       ^O              - primary character set
13076 # Reset string 2 sets:
13077 #       \E[4;0;2;0;1;0v
13078 #               4;0     - jump scrolling
13079 #               2;0     - 7 bit operations
13080 #               1;0     - 7 bit (native) keyboard language
13081 #       \E(0            - default character set (the keyboard native language)
13083 d410-7b|d411-7b|d460-7b|d461-7b|Data General DASHER D410/D460 series in 7 bit mode:\
13084         :km@:\
13085         :ae=^O:as=^N:eA=\E)6:is=\E[3;2;2;0;1;0v\E(0\017:me=\E[m:\
13086         :rs=\E[4;0;2;0;1;0v\E(0:tc=dgkeys+7b:tc=d410:
13088 d410-dg|d460-dg|d411-dg|d461-dg|Data General DASHER D410/D460 series in DG mode:\
13089         :km:\
13090         :ae=\036FS00:as=\036FS11:eA@:\
13091         :me=\017\025\035\036E\036FS00:tc=d400-dg:
13093 # DASHER D410/D460 series terminals in wide (126 columns) ANSI mode.
13095 # Initialization string 1 sets:
13096 #       \E[<0;<1;<2;<4l
13097 #               <0      - scrolling enabled
13098 #               <1      - blink enabled
13099 #               <2      - horizontal scrolling enabled (for alignment)
13100 #               <4      - print characters regardless of attributes
13101 #       \E[5;1v         - compressed (135 column) mode
13102 #       \E[1;1;126      - margins at columns 1 and 126
13103 #       \E[1;6;<2h
13104 #               1       - print all characters even if protected
13105 #               6       - character protection disabled
13106 #               <2      - horizontal scrolling disabled
13107 #       - (should reset scrolling regions, but that glitches the screen)
13109 # Reset string 1 sets:
13110 #       \Ec             - initial mode defaults (RIS)
13111 #       \E[5;1v         - compressed (135 column) mode
13112 #       \E[1;1;126w     - margins at columns 1 and 126
13113 #       \E[<2h          - horizontal scrolling disabled
13115 d410-w|d411-w|d460-w|d461-w|Data General DASHER D410/D460 series in wide mode:\
13116         :co#126:\
13117         :i1=\E[<0;<1;<2;<4l\E[5;1v\E[1;1;126w\E[1;6;<2h:\
13118         :r1=\Ec\E[5;1v\E[1;1;126w\E[<2h:tc=d410:
13120 d410-7b-w|d411-7b-w|d460-7b-w|d461-7b-w|Data General DASHER D410/D460 series in wide 7 bit mode:\
13121         :co#126:\
13122         :i1=\E[<0;<1;<2;<4l\E[5;1v\E[1;1;126w\E[1;6;<2h:\
13123         :r1=\Ec\E[5;1v\E[1;1;126w\E[<2h:tc=d410-7b:
13125 d412-dg|d462-dg|d462e-dg|d412+dg|d462+dg|d413-dg|d463-dg|Data General DASHER D412/D462 series in DG mode:\
13126         :tc=d410-dg:
13128 # These add intelligent features like scrolling regions.
13129 d412-unix|d462-unix|d412+|d462+|Data General DASHER D412+/D462+ series in Unix mode:\
13130         :al=^^FH:cl=^^FE:dc=^^K:dl=^^FI:ei=:ho=^^FG:ic=^^J:im=:\
13131         :is=\036FQ5\036FW\036FJ\036F\136\036FX004F\036O\036FS00:\
13132         :ll=\036FG\036PA:ps=^A:r1=\036FA\036FT0:r2=^^P@1:\
13133         :rc=\036F}11:sc=\036F}10:sr=^^I:ve=^^FQ5:vi=^^FQ0:\
13134         :tc=d216+:
13135 d412-unix-w|d462-unix-w|d412+w|d462+w|Data General DASHER D412+/D462+ series in wide Unix mode:\
13136         :co#132:\
13137         :is=\036FQ5\036FW\036FK\036F\136\036FX0083\036O\036FS00:\
13138         :rs=\036P@1\036FK\036FX0083:tc=d412-unix:
13139 d412-unix-25|d462-unix-25|d412+25|d462+25|Data General DASHER D412+/D462+ series in Unix mode with 25 lines:\
13140         :li#25:\
13141         :i2=^^Fz2:tc=d462+:
13142 d412-unix-s|d462-unix-s|d412+s|d462+s|Data General DASHER D412+/D462+ in Unix mode with status line:\
13143         :es:hs:\
13144         :cl=\036FG\036PH:fs=\036F}01\022:\
13145         :i2=\036Fz2\036F}00\036FB180000\036F}01:ll@:tc=d462+:
13147 #       Relative cursor motions are confined to the current window,
13148 #       which is not what the scrolling region specification expects.
13149 #       Thus, relative vertical cursor positioning must be deleted.
13150 d412-unix-sr|d462-unix-sr|d412+sr|d462+sr|Data General DASHER D412+/D462+ in Unix mode with scrolling region:\
13151         :do@:ll@:up@:tc=d462+:
13153 d413-unix|d463-unix|Data General DASHER D413/D463 series in DG-UNIX mode:\
13154         :tc=d412-unix:
13155 d413-unix-w|d463-unix-w|Data General DASHER D413/D463 series in wide DG-UNIX mode:\
13156         :tc=d412-unix-w:
13157 d413-unix-25|d463-unix-25|Data General DASHER D413/D463 series in DG-UNIX mode with 25 lines:\
13158         :tc=d412-unix-25:
13159 d413-unix-s|d463-unix-s|Data General DASHER D413/D463 in DG-UNIX mode with status line:\
13160         :tc=d412-unix-s:
13161 d413-unix-sr|d463-unix-sr|Data General DASHER D413/D463 in DG-UNIX mode with scrolling region:\
13162         :tc=d412-unix-sr:
13164 d414-unix|d464-unix|Data General D414/D464 in DG-UNIX mode:\
13165         :tc=d413-unix:
13166 d414-unix-w|d464-unix-w|Data General D414/D464 in wide DG-UNIX mode:\
13167         :tc=d413-unix-w:
13168 d414-unix-25|d464-unix-25|Data General D414/D464 in DG-UNIX mode with 25 lines:\
13169         :tc=d413-unix-25:
13170 d414-unix-s|d464-unix-s|Data General D414/D464 in DG-UNIX mode with status line:\
13171         :tc=d413-unix-s:
13172 d414-unix-sr|d464-unix-sr|Data General D414/D464 in DG-UNIX mode with scrolling region:\
13173         :tc=d413-unix-sr:
13175 d430c-dg|d430-dg|Data General D430C in DG mode:\
13176         :tc=d413-dg:tc=dg+fixed:
13177 d430c-dg-ccc|d430-dg-ccc|Data General D430C in DG mode with configurable colors:\
13178         :tc=d413-dg:tc=dg+ccc:
13180 d430c-unix|d430-unix|Data General D430C in DG-UNIX mode:\
13181         :tc=d413-unix:tc=dgunix+fixed:
13182 d430c-unix-w|d430-unix-w|Data General D430C in wide DG-UNIX mode:\
13183         :tc=d413-unix-w:tc=dgunix+fixed:
13184 d430c-unix-25|d430-unix-25|Data General D430C in DG-UNIX mode with 25 lines:\
13185         :tc=d413-unix-25:tc=dgunix+fixed:
13186 d430c-unix-s|d430-unix-s|Data General D430C in DG-UNIX mode with status line:\
13187         :tc=d413-unix-s:tc=dgunix+fixed:
13188 d430c-unix-sr|d430-unix-sr|Data General D430C in DG-UNIX mode with scrolling region:\
13189         :tc=d413-unix-sr:tc=dgunix+fixed:
13190 d430c-unix-ccc|d430-unix-ccc|Data General D430C in DG-UNIX mode with configurable colors:\
13191         :tc=d413-unix:tc=dgunix+ccc:
13192 d430c-unix-w-ccc|d430-unix-w-ccc|Data General D430C in wide DG-UNIX mode with configurable colors:\
13193         :tc=d413-unix-w:tc=dgunix+ccc:
13194 d430c-unix-25-ccc|d430-unix-25-ccc|Data General D430C in DG-UNIX mode with 25 lines and configurable colors:\
13195         :tc=d413-unix-25:tc=dgunix+ccc:
13196 d430c-unix-s-ccc|d430-unix-s-ccc|Data General D430C in DG-UNIX mode with status line and configurable colors:\
13197         :tc=d413-unix-s:tc=dgunix+ccc:
13198 d430c-unix-sr-ccc|d430-unix-sr-ccc|Data General D430C in DG-UNIX mode with scrolling region and configurable colors:\
13199         :tc=d413-unix-sr:tc=dgunix+ccc:
13201 # DASHER D470C color terminal in ANSI mode.
13202 # Like the D460 but with 16 colors and without a compressed mode.
13204 # Initialization string 1 sets:
13205 #       \E[<0;<1;<2;<4l
13206 #               <0      - scrolling enabled
13207 #               <1      - blink enabled
13208 #               <2      - horizontal scrolling enabled (for alignment)
13209 #               <4      - print characters regardless of attributes
13210 #       \E[1;1;80w      - margins at columns 1 and 80
13211 #       \E[1;6;<2h
13212 #               1       - print all characters even if protected
13213 #               6       - character protection disabled
13214 #               <2      - horizontal scrolling disabled
13215 #       - (should reset scrolling regions, but that glitches the screen)
13217 d470c|d470|Data General DASHER D470C:\
13218         :i1=\E[<0;<1;<2;<4l\E[1;1;80w\E[1;6;<2h:tc=dg+color:\
13219         :tc=d460:
13221 d470c-7b|d470-7b|Data General DASHER D470C in 7 bit mode:\
13222         :i1=\E[<0;<1;<2;<4l\E[1;1;80w\E[1;6;<2h:tc=dg+color:\
13223         :tc=d460-7b:
13225 # Initialization string 2 sets:
13226 #       ^^FQ2           - default cursor (solid rectangle)
13227 #       ^^FW            - character protection disabled
13228 #       ^^F\^           - horizontal scrolling enabled (for alignment)
13229 #       ^^FX004?        - margins at columns 0 and 79
13230 #       ^^F]            - horizontal scrolling disabled
13231 #       ^^O             - primary character set
13232 #       ^^FS00          - default character set (the keyboard native language)
13233 #       - (should reset scrolling regions, but that glitches the screen)
13235 d470c-dg|d470-dg|Data General DASHER D470C in DG mode:\
13236         :is=\036FQ2\036FW\036F\136\036FX004?\036F]\036O\036FS00:\
13237         :tc=dgmode+color:tc=d460-dg:
13239 # DASHER D555 terminal in ANSI mode.
13240 # Like a D411, but has an integrated phone.
13241 d555|Data General DASHER D555:\
13242         :tc=d411:
13243 d555-7b|Data General DASHER D555 in 7-bit mode:\
13244         :tc=d411-7b:
13245 d555-w|Data General DASHER D555 in wide mode:\
13246         :tc=d411-w:
13247 d555-7b-w|Data General DASHER D555 in wide 7-bit mode:\
13248         :tc=d411-7b-w:
13249 d555-dg|Data General DASHER D555 series in DG mode:\
13250         :tc=d411-dg:
13252 # DASHER D577 terminal in ANSI mode.
13253 # Like a D411, but acts as a keyboard for serial printers ("KSR" modes).
13254 d577|Data General DASHER D577:\
13255         :tc=d411:
13256 d577-7b|Data General DASHER D577 in 7-bit mode:\
13257         :tc=d411-7b:
13258 d577-w|Data General DASHER D577 in wide mode:\
13259         :tc=d411-w:
13260 d577-7b-w|Data General DASHER D577 in wide 7-bit mode:\
13261         :tc=d411-7b-w:
13263 d577-dg|d578-dg|Data General DASHER D577/D578 series in DG mode:\
13264         :tc=d411-dg:
13266 # DASHER D578 terminal.
13267 # Like a D577, but without compressed mode; like a D470C in this respect.
13269 # Initialization string 1 sets:
13270 #       \E[<0;<1;<2;<4l
13271 #               <0      - scrolling enabled
13272 #               <1      - blink enabled
13273 #               <2      - horizontal scrolling enabled (for alignment)
13274 #               <4      - print characters regardless of attributes
13275 #       \E[1;1;80w      - margins at columns 1 and 80
13276 #       \E[1;6;<2h
13277 #               1       - print all characters even if protected
13278 #               6       - character protection disabled
13279 #               <2      - horizontal scrolling disabled
13280 #       - (should reset scrolling regions, but that glitches the screen)
13282 d578|Data General DASHER D578:\
13283         :i1=\E[<0;<1;<2;<4l\E[1;1;80w\E[1;6;<2h:tc=d577:
13284 d578-7b|Data General DASHER D578 in 7-bit mode:\
13285         :i1=\E[<0;<1;<2;<4l\E[1;1;80w\E[1;6;<2h:tc=d577-7b:
13287 #### Datamedia (dm)
13289 # Datamedia was headquartered in Nashua, New Hampshire until it went
13290 # out of business in 1993, but the ID plates on the terminals referred
13291 # to the factory in Pennsauken, NJ.  The factory was sold to a PCB board
13292 # manufacturer which threw out all information about the terminals.
13295 cs10|colorscan|Datamedia Color Scan 10:\
13296         :ms:\
13297         :co#80:li#24:\
13298         :bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%2;%2H:cr=\r:\
13299         :do=\n:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kd=\E[B:kl=\E[D:\
13300         :kr=\E[C:ku=\E[A:le=^H:me=\E[m:nd=\E[C:se=\E[m:sf=\n:\
13301         :so=\E[7m:ue=\E[m:up=\E[A:us=\E[4m:
13302 cs10-w|Datamedia Color Scan 10 with 132 columns:\
13303         :co#132:\
13304         :cm=\E[%i%2;%3H:tc=cs10:
13306 # (dm1520: removed obsolete ":ma=^\ ^_^P^YH:" -- esr)
13307 dm1520|dm1521|datamedia 1520:\
13308         :am:bs:xn:\
13309         :co#80:it#8:li#24:\
13310         :bl=^G:cd=^K:ce=^]:cl=^L:cm=\036%r%+ %+ :cr=\r:do=\n:ho=^Y:\
13311         :kd=\n:kh=^Y:kl=^H:kr=^\:ku=^_:le=^H:nd=^\:sf=\n:ta=^I:up=^_:
13312 # dm2500: this terminal has both :IC: and :im:. Applications using
13313 # termcap/terminfo directly (rather than through ncurses) might be confused.
13314 dm2500|datamedia2500|datamedia 2500:\
13315         :bs:nc:\
13316         :co#80:li#24:\
13317         :al=15\020\n\030\035\030\035:bl=^G:ce=^W:cl=^^^^\177:\
13318         :cm=\014%r%n%.%.:dc=10*^P^H^X^]:dl=10*^P^Z^X^]:dm=^P:\
13319         :do=\n:ed=^X^]:ei=10\377\377\030\035:ho=^B:\
13320         :ic=10*^P^\^X^]:im=^P:le=^H:nd=^\:pc=\377:se=^X^]:sf=\n:\
13321         :so=^N:up=^Z:
13322 # dmchat is like DM2500, but DOES need "all that padding" (jcm 1/31/82)
13323 # also, has a meta-key.
13324 # From: <goldberger@su-csli.arpa>
13325 # (dmchat: ":MT:" changed to ":km:" -- esr)
13326 dmchat|dmchat version of datamedia 2500:\
13327         :km:\
13328         :al=1*\020\n\030\035\030\035:dl=2^P^Z^X^]:tc=dm2500:
13329 # (dm3025: ":MT:" changed to ":km:" -- esr)
13330 dm3025|datamedia 3025a:\
13331         :bs:km:\
13332         :co#80:it#8:li#24:\
13333         :al=130\EP\n\EQ:bl=^G:cd=2\EJ:ce=\EK:cl=2\EM:\
13334         :cm=\EY%r%+ %+ :cr=\r:dc=6^H:dl=130\EP\EA\EQ:dm=\EP:do=\n:\
13335         :ed=\EQ:ei=\EQ:ho=\EH:im=\EP:ip=6:is=\EQ\EU\EV:le=^H:nd=\EC:\
13336         :se=\EO0:sf=\n:so=\EO1:ta=^I:up=\EA:
13337 dm3045|datamedia 3045a:\
13338         :am:bs:eo:km@:ul:xn:\
13339         :al@:dc=6\EB:dl@:dm@:ed@:ei=\EP:is=\EU\EV:k0=\Ey\r:k1=\Ep\r:\
13340         :k2=\Eq\r:k3=\Er\r:k4=\Es\r:k5=\Et\r:k6=\Eu\r:k7=\Ev\r:\
13341         :k8=\Ew\r:k9=\Ex\r:kh=\EH:kr=\EC:ku=\EA:pc=\177:se@:so@:\
13342         :tc=dm3025:
13343 # Datamedia DT80 soft switches:
13344 # 1     0=Jump  1=Smooth
13345 #       Autorepeat      0=off  1=on
13346 #       Screen          0=Dark 1=light
13347 #       Cursor          0=u/l  1=block
13349 # 2     Margin Bell     0=off  1=on
13350 #       Keyclick        0=off  1=on
13351 #       ANSI/VT52       0=VT52 1=ANSI
13352 #       Xon/Xoff        0=Off  1=On
13354 # 3     Shift3          0=Hash 1=UK Pound
13355 #       Wrap            0=Off  1=On
13356 #       Newline         0=Off  1=On
13357 #       Interlace       0=Off  1=On
13359 # 4     Parity          0=Odd  1=Even
13360 #       Parity          0=Off  1=On
13361 #       Bits/Char       0=7    1=8
13362 #       Power           0=60Hz 1=50Hz
13364 # 5     Line Interface  0=EIA  1=Loop
13365 #       Aux Interface   0=EIA  1=Loop
13366 #       Local Copy      0=Off  1=On
13367 #       Spare
13369 # 6     Aux Parity      0=Odd  1=Even
13370 #       Aux Parity      0=Off  1=On
13371 #       Aux Bits/Char   0=7    1=8
13372 #       CRT Saver       0=Off  1=On
13373 # dm80/1 is a vt100 lookalike, but it doesn't seem to need any padding.
13374 dm80|dmdt80|dt80|datamedia dt80/1:\
13375         :cd=\E[J:ce=\E[K:cl=\E[2J\E[H:cm=%i\E[%d;%dH:do=\n:\
13376         :ho=\E[H:me=\E[m:nd=\E[C:pf=\E[4i:po=\E[5i:ps=\E[0i:\
13377         :se=\E[m:so=\E[7m:sr=\EM:ue=\E[m:up=\E[A:us=\E[4m:\
13378         :tc=vt100+4bsd:
13379 # except in 132 column mode, where it needs a little padding.
13380 # This is still less padding than the vt100, and you can always turn on
13381 # the ^S/^Q handshaking, so you can use vt100 flavors for things like
13382 # reverse video.
13383 dm80w|dmdt80w|dt80w|datamedia dt80/1 in 132 char mode:\
13384         :co#132:\
13385         :cd=20\E[0J:ce=20\E[0K:cl=50\E[H\E[2J:cm=5\E[%i%d;%dH:\
13386         :do=\n:up=5\E[A:tc=dm80:
13387 # From: Adam Thompson <athompso@pangea.ca> Sept 10 1995
13388 dt80-sas|Datamedia DT803/DTX for SAS usage:\
13389         :am:bw:\
13390         :co#80:li#24:\
13391         :ac=``a1fxgqh0jYk?lZm@nEooppqDrrsstCu4vAwBx3yyzz{{||}}~~:\
13392         :ae=\EG:al=\EL:as=\EF:bl=^G:cd=^K:ce=^]:cl=^L:\
13393         :cm=\E=%r%+ %+ :cr=\r:ct=\E'0:dl=\EM:do=\EB:ff=^L:ho=^Y:\
13394         :is=\E)0\E<\EP\E'0\E$2:kC=^L:kE=^]:kS=^K:kd=\n:kh=^Y:kl=^H:\
13395         :kr=^\:ku=^_:le=^H:me=^X:mr=\E$2\004:nd=^\:pf=^O:po=^N:se=^X:\
13396         :sf=\EB:so=\E$2\004:sr=\EI:st=\E'1:ta=^I:up=^_:
13398 # Datamedia Excel 62, 64 from Gould/SEL UTX/32 via BRL
13399 # These aren't end-all Excel termcaps; but do insert/delete char/line
13400 # and name some of the extra function keys.  (Mike Feldman ccvaxa!feldman)
13401 # The naming convention has been bent somewhat, with the use of E? (where
13402 # E is for 'Excel') as # a name.  This was done to distinguish the entries
13403 # from the other Datamedias in use here, and yet to associate a model of
13404 # the Excel terminals with the regular datamedia terminals that share
13405 # major characteristics.
13406 excel62|excel64|datamedia Excel 62:\
13407         :dc=\E[P:ei=\E[4l:im=\E[4h:k5=\EOu:k6=\EOv:k7=\EOw:k8=\EOx:\
13408         :k9=\EOy:kb=^H:kd=\n:kl=^H:tc=dt80:
13409 excel62-w|excel64-w|datamedia Excel 62 in 132 char mode:\
13410         :dc=\E[P:ei=\E[4l:im=\E[4h:k5=\EOu:k6=\EOv:k7=\EOw:k8=\EOx:\
13411         :k9=\EOy:kb=^H:kd=\n:kl=^H:tc=dt80w:
13412 excel62-rv|excel64-rv|datamedia Excel 62 in reverse video mode:\
13413         :dc=\E[P:ei=\E[4l:im=\E[4h:k5=\EOu:k6=\EOv:k7=\EOw:k8=\EOx:\
13414         :k9=\EOy:kb=^H:kd=\n:kl=^H:vb=\E[?5l\E[?5h:tc=dt80:
13416 #### Falco
13418 #       Falco Data Products
13419 #       440 Potrero Avenue
13420 #       Sunnyvale, CA 940864-196
13421 #       Vox: (800)-325-2648
13422 #       Fax: (408)-745-7860
13423 #       Net: techsup@charm.sys.falco.com
13425 # Current Falco models as of 1995 are generally ANSI-compatible and support
13426 # emulations of DEC VT-series, Wyse, and Televideo types.
13429 # Test version for Falco ts-1. See <arpavax.hickman@ucb> for info
13430 # This terminal was released around 1983 and was discontinued long ago.
13431 # The standout and underline highlights are the same.
13432 falco|ts1|ts-1|falco ts-1:\
13433         :am:bs:\
13434         :co#80:it#8:li#24:\
13435         :al=\EE:bl=^G:cd=\EY:ce=\ET\EG0\010:cl=\E*:cm=\E=%+ %+ :\
13436         :cr=\r:dc=\EW:dl=\ER:do=\n:ei=\Er:ho=^^:im=\Eq:is=\Eu\E3:\
13437         :k0=^A0\r:kd=\n:kl=^H:kr=^L:ku=^K:le=^H:me=\Eg0:nd=^L:\
13438         :se=\Eg0:sf=\n:so=\Eg1:ta=^I:ue=\Eg0:up=^K:us=\Eg1:
13439 falco-p|ts1p|ts-1p|falco ts-1 with paging option:\
13440         :am:bs:da:db:mi:ms:ul:\
13441         :co#80:it#8:li#24:\
13442         :al=\EE:bl=^G:bt=\EI:cd=\EY:ce=\ET\EG0\010\Eg0:cl=\E*:\
13443         :cm=\E=%+ %+ :cr=\r:dc=\EW:dl=\ER:do=\E[B:ei=\Er:im=\Eq:\
13444         :is=\EZ\E3\E_c:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
13445         :le=^H:me=\Eg0:nd=\E[C:se=\Eg0:sf=\n:so=\Eg4:ta=^I:te=\E_b:\
13446         :ti=\E_d:ue=\Eg0:up=\E[A:us=\Eg1:
13447 # (ts100: I added <rmam>/<smam> based on the init string -- esr)
13448 ts100|ts100-sp|falco ts100-sp:\
13449         :am:mi:ms:xn:xo:\
13450         :co#80:it#8:li#24:vt#3:\
13451         :DO=\E[%dB:LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:\
13452         :UP=\E[%dA:\
13453         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
13454         :ae=^O:al=\E~E:as=^N:bl=^G:cb=3\E[1K:cd=50\E[J:ce=3\E[K:\
13455         :cl=50\E[H\E[J:cm=5\E[%i%d;%dH:cr=\r:cs=\E[%i%d;%dr:\
13456         :ct=\E[3g:dc=\E~W:dl=\E~R:do=\n:eA=\E(B\E)0:ei=:ho=\E[H:\
13457         :i1=\E~)\E~ea:ic=\E~Q:im=:kb=^H:kd=\EOB:ke=\E[?1l\E>:\
13458         :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:mb=2\E[5m:\
13459         :md=2\E[1m:me=2\E[0m:mr=2\E[7m:nd=2\E[C:rc=\E8:\
13460         :rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:sc=\E7:se=2\E[m:\
13461         :sf=\n:so=2\E[1;7m:sr=5\EM:st=\EH:ta=^I:ue=2\E[m:up=2\E[A:\
13462         :us=2\E[4m:tc=vt100+fnkeys:
13463 ts100-ctxt|falco ts-100 saving context:\
13464         :te=\E~_b:ti=\E~_d\E[2J:tc=ts100:
13466 #### Florida Computer Graphics
13469 # Florida Computer Graphics Beacon System, using terminal emulator program
13470 # "host.com", as provided by FCG.  This description is for an early release
13471 # of the "host" program.  Known bug: :cd: clears the whole screen, so it's
13472 # commented out.
13474 # From: David Bryant <cbosg!djb> 1/7/83
13475 beacon|FCG Beacon System:\
13476         :am:da:db:\
13477         :co#80:li#32:\
13478         :al=\EE:bl=1\ESTART\r\E37\r\EEND\r:ce=\ET:cl=10\EZ:\
13479         :cm=20\E=%+ %+ :cr=\r:dc=\EW:dl=\ER:do=\n:ei=:ho=10\EH:\
13480         :ic=\EQ:im=:le=^H:mb=\ESTART\r\E61,1\r\EEND\r:\
13481         :me=20\ESTART\r\E78\r\E70,0\r\EEND\r:\
13482         :mr=\ESTART\r\E59,1\r\EEND\r:nd=\EV:\
13483         :se=20\ESTART\r\E70,0\r\EEND\r:sf=\n:\
13484         :so=20\ESTART\r\E70,6\r\EEND\r:te=:\
13485         :ti=10\ESTART\r\E2,0\r\E12\r\EEND\r:\
13486         :ue=\ESTART\r\E60,0\r\EEND\r:up=\EU:\
13487         :us=\ESTART\r\E60,1\r\EEND\r:
13489 #### Fluke
13492 # The f1720a differences from ANSI: no auto margin, destructive
13493 # tabs, # of lines, funny highlighting and underlining
13494 f1720|f1720a|fluke 1720A:\
13495         :xt:\
13496         :co#80:li#16:sg#1:ug#1:\
13497         :bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=\r:\
13498         :do=\E[B:is=\E[H\E[2J:kd=^]:kl=^_:kr=^^:ku=^\:le=^H:me=\E[m:\
13499         :nd=\E[C:se=\E[m:sf=\ED:so=\E[7m:sr=\EM:ue=\E[m:up=\E[A:\
13500         :us=\E[4m:
13502 #### Liberty Electronics (Freedom)
13504 #       Liberty Electronics
13505 #       48089 Fremont Blvd
13506 #       Fremont CA 94538
13507 #       Vox: (510)-623-6000
13508 #       Fax: (510)-623-7021
13510 # From: <faletti@berkeley.edu>
13511 # (f100: added empty <acsc> to suppress a tic warning;
13512 # made this relative to adm+sgr -- note that <invis> isn't
13513 # known to work for f100 but does on the f110. --esr)
13514 f100|freedom|freedom100|freedom model 100:\
13515         :am:bs:bw:hs:mi:ms:xo:\
13516         :co#80:li#24:\
13517         :ac=:ae=\E$:al=8.5*\EE:as=\E%%:bl=^G:bt=\EI:cd=\EY:ce=\ET:\
13518         :ch=\E]%+ :cl=^Z:cm=\E=%+ %+ :cr=\r:ct=\E3:cv=\E[%+ :\
13519         :dc=\EW:dl=11.5*\ER:do=\n:ds=\Eg\Ef\r:ei=\Er:fs=\r:ho=^^:\
13520         :im=\Eq:ip=6:is=\Eg\Ef\r\Ed:k1=^A@\r:k2=^AA\r:k3=^AB\r:\
13521         :k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:\
13522         :k;=^AI\r:kB=\EI:kb=^H:kd=^V:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:\
13523         :nd=^L:sf=\n:sr=\Ej:st=\E1:ta=^I:ts=\Eg\Ef:up=^K:vb=\Eb\Ed:\
13524         :tc=adm+sgr:
13525 f100-rv|freedom-rv|freedom 100 in reverse video:\
13526         :is=\Eg\Ef\r\Eb:vb=\Ed\Eb:tc=f100:
13527 # The f110 and f200 have problems with vi(1).  They use the ^V
13528 # code for the down cursor key. When kcud1 is defined in terminfo
13529 # as ^V, the Control Character Quoting capability (^V in insert mode)
13530 # is lost! It cannot be remapped in vi because it is necessary to enter
13531 # a ^V to to quote the ^V that is being remapped!!!
13533 # f110/f200 users will have to decide whether
13534 # to lose the down cursor key or the quoting capability. We will opt
13535 # initially for leaving the quoting capability out, since use of VI
13536 # is not generally applicable to most interactive applications
13537 # (f110: added :ta:, :kh: & <kcbt> from f100 -- esr)
13538 f110|freedom110|Liberty Freedom 110:\
13539         :bw@:es:\
13540         :it#8:ws#80:\
13541         :ae=\E%%:al=\EE:as=\E$:dl=\ER:do=^V:ds=\Ef\r:ei=\Er\EO:\
13542         :im=\EO\Eq:ip@:is@:k0=^AI\r:k;@:kA=\EE:kC=^^:kD=\EW:kE=\ET:\
13543         :kI=\EQ:kL=\ER:kS=\EY:mb=\EG2:md=\EG0:mh=\EG@:pf=\Ea:po=\E`:\
13544         :so=\EG<:sr=\EJ:ts=\Ef:vb=\Eb\Ed:ve=\E.2:vi=\E.1:tc=f100:
13545 f110-14|Liberty Freedom 110 14inch:\
13546         :dc@:tc=f110:
13547 f110-w|Liberty Freedom 110 - 132 cols:\
13548         :co#132:tc=f110:
13549 f110-14w|Liberty Freedom 110 14in/132 cols:\
13550         :co#132:\
13551         :dc@:tc=f110:
13552 # (f200: added <acsc> to suppress tic warnings re :as:/:ae: --esr)
13553 f200|freedom200|Liberty Freedom 200:\
13554         :am:bs:es:hs:mi:ms:xo:\
13555         :co#80:it#8:li#24:ws#80:\
13556         :ac=:ae=\E%%:al=\EE:as=\E$:bl=^G:bt=\EI:cd=\EY:ce=\ET:\
13557         :ch=\E]%+ :cl=^Z:cm=\E=%+ %+ :cr=\r:cs=\Em0%+ %+ :ct=\E3:\
13558         :cv=\E[%+ :dc=\EW:dl=\ER:do=^V:ds=\Ef\r:ei=\Er:fs=\r:ho=^^:\
13559         :im=\Eq:k0=^AI\r:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:\
13560         :k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:kA=\EE:kC=^^:\
13561         :kD=\EW:kE=\ET:kI=\EQ:kL=\ER:kS=\EY:kb=^H:kd=^V:kl=^H:kr=^L:\
13562         :ku=^K:le=^H:mb=\EG2:md=\EG0:mh=\EG@:nd=^L:pf=\Ea:po=\E`:\
13563         :sf=\n:so=\EG<:sr=\EJ:st=\E1:ts=\Ef:up=^K:vb=\Eo\En:ve=\E.1:\
13564         :vi=\E.0:tc=adm+sgr:
13565 f200-w|Liberty Freedom 200 - 132 cols:\
13566         :co#132:tc=f200:
13567 # The f200 has the ability to reprogram the down cursor key. The key is
13568 # reprogrammed to ^J (linefeed). This value is remembered in non-volatile RAM,
13569 # so powering the terminal off and on will not cause the change to be lost.
13570 f200vi|Liberty Freedom 200 for vi:\
13571         :kd=\n:vb=\Eb\Ed:tc=f200:
13572 f200vi-w|Liberty Freedom 200 - 132 cols for vi:\
13573         :co#132:tc=f200vi:
13575 #### GraphOn (go)
13577 #       Graphon Corporation
13578 #       544 Division Street
13579 #       Campbell, CA 95008
13580 #       Vox: (408)-370-4080
13581 #       Fax: (408)-370-5047
13582 #       Net: troy@graphon.com (Troy Morrison)
13585 # The go140 and go225 have been discontinued.  GraphOn now makes X terminals,
13586 # including one odd hybrid that starts out life on power-up as a character
13587 # terminal, than can be switched to X graphics mode (driven over the serial
13588 # line) by an escape sequence.  No info on this beast yet.
13589 # (go140: I added <rmam>/<smam> based on the init string -- esr)
13590 go140|graphon go-140:\
13591         :bs:\
13592         :co#80:it#8:li#24:\
13593         :RA=\E[?7l:SA=\E[?7h:al=\E[L:cd=10\E[J:ce=\E[K:\
13594         :cl=10\E[H\E[2J:cm=\E[%i%2;%2H:dc=\E[P:dl=\E[M:do=\E[B:\
13595         :ei=\E[4l:if=/usr/share/tabset/vt100:im=\E[4h:\
13596         :is=\E<\E=\E[?3l\E[?7l\E(B\E[J\E7\E[;r\E8\E[m\E[q:\
13597         :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kd=\EOB:ke=\E[?1l\E>:\
13598         :kh=\E[H:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:\
13599         :me=\E[m:nd=\E[C:se=\E[m:so=\E[7m:sr=\EM:ta=^I:ue=\E[m:\
13600         :up=\E[A:us=\E[4m:
13601 go140w|graphon go-140 in 132 column mode:\
13602         :am:\
13603         :co#132:\
13604         :is=\E<\E=\E[?3h\E[?7h\E(B\E[J\E7\E[;r\E8\E[m\E[q:\
13605         :tc=go140:
13606 # Hacked up vt200 termcap to handle GO-225/VT220
13607 # From: <edm@nwnexus.WA.COM>
13608 # (go225: I added <rmam>/<smam> based on the init string -- esr)
13609 go225|go-225|Graphon 225:\
13610         :am:bs:mi:xn:\
13611         :co#80:it#8:li#25:vt#3:\
13612         :RA=\E[?7l:SA=\E[?7h:al=\E[L:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
13613         :cm=\E[%i%d;%dH:cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:do=\n:\
13614         :ei=\E[4l:ho=\E[H:im=\E[4h:\
13615         :is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:k1=\EOP:k2=\EOQ:\
13616         :k3=\EOR:k4=\EOS:kb=^H:kd=\E[B:ke=\E>:kh=\E[H:kl=\E[D:\
13617         :kr=\E[C:ks=\E=:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:\
13618         :mr=\E[7m:nd=\E[C:r1=\E[!p\E[?7h\E[2;1;1#w:rc=\E8:\
13619         :rf=/usr/share/tabset/vt100:sc=\E7:se=\E[27m:sf=\ED:\
13620         :so=\E[7m:sr=\EM:ta=^I:te=\E[!p\E[?7h\E[2;1;1#w:\
13621         :ti=\E[2;0#w\E[1;25r:ue=\E[24m:up=\E[A:us=\E[4m:
13623 #### Harris (Beehive)
13625 # Bletch.  These guys shared the Terminal Brain Damage laurels with Hazeltine.
13626 # Their terminal group is ancient history now (1995) though the parent
13627 # company is still in business.
13630 # Beehive documentation is undated and marked Preliminary and has no figures
13631 # so we must have early Superbee2 (Model 600, according to phone conversation
13632 # with mfr.). It has proved reliable except for some missing padding
13633 # (notably after \EK and <nl> at bottom of screen).
13635 # The key idea is that AEP mode is poison for :cm: & that US's in
13636 # the local memory should be avoided like the plague. That means
13637 # that the 2048 character local buffer is used as 25 lines of 80
13638 # characters, period. No scrolling local memory, folks. It also
13639 # appears that we cannot use naked INS LINE feature since it uses
13640 # US. The sbi fakes :al: with an 80-space insert that may be too
13641 # slow at low speeds; also spaces get converted to \040 which is
13642 # too long for some programs (not vi).  DEL LINE is ok but slow.
13644 # The <nl> string is designed for last line of screen ONLY; cup to
13645 # 25th line corrects the motion inherent in scrolling to Page 1.
13647 # There is one understood bug. It is that the screen appears to
13648 # pop to a new (blank) page after a :nw:, or leave a half-line
13649 # ellipsis to a quad that is the extra 48 memory locations. The
13650 # data received is dumped into memory but not displayed.  Not to
13651 # worry if :cm: is being used; the lines not displayed will be,
13652 # whenever the cursor is moved up there. Since :cm: is addressed
13653 # relative to MEMORY of window, nothing is lost; but beware of
13654 # relative cursor motion (:up:,:do:,:nd:,:le:). Recommended,
13655 # therefore, is setenv MORE -c .
13657 # WARNING: Not all features tested.
13659 # Timings are assembled from 3 sources. Some timings may reflect
13660 # SB2/Model 300 that were used if more conservative.
13661 # Tested on a Model 600 at 1200 and 9600 bd.
13663 # The BACKSPACEkb option is cute. The NEWLINE key, so cleverly
13664 # placed on the keyboard and useless because of AEP, is made
13665 # into a backspace key. In use ESC must be pressed twice (to send)
13666 # and sending ^C must be prefixed by ESC to avoid that weird
13667 # transmit mode associated with ENTER key.
13669 # IF TERMINAL EVER GOES CATATONIC with the cursor buzzing across
13670 # the screen, then it has dropped into ENTER mode; hit
13671 # RESET--ONLINE--!tset.
13673 # As delivered this machine has a FATAL feature that will throw
13674 # it into that strange transmit state (SPOW) if the space bar is
13675 # hit after a CR is received, but before receiving a LF (or a
13676 # few others).
13678 # The circuits MUST be modified to eliminate the SPOW latch.
13679 # This is done by strapping on chip A46 of the I/O board; cut
13680 # the p.c. connection to Pin 5 and strap Pin 5 to Pin 8 of that
13681 # chip. This mod has been checked out on a Mod 600 of Superbee II.
13682 # With this modification absurdly high timings on cr are
13683 # unnecessary.
13685 # NOTE WELL that the rear panel switch should be set to CR/LF,
13686 # not AEP!
13688 sb1|beehive superbee:\
13689         :am:bs:bw:da:db:mi:ul:xb:\
13690         :co#80:li#25:sg#1:ug#1:\
13691         :al=3\EN\EL\EQ                                                                                \EP \EO\ER\EA:\
13692         :bl=^G:bt=650\E`:cd=3\EJ:ce=3\EK:cl=3\EH\EJ:cm=\EF%r%3%3:\
13693         :cr=\r:ct=\E3:dc=3\EP:dl=100\EM:do=\n:ei=\ER:ho=1\EH:\
13694         :im=\EQ\EO:is=\EE\EX\EZ\EO\Eb\Eg\ER:k0=\E2:k1=\Ep:k2=\Eq:\
13695         :k3=\Er:k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:k9=\E1:kE=\EK:\
13696         :kI=\EQ\EO:kL=\EM:kM=\ER:kS=\EJ:kb=^_:kd=\EB:kh=\EH:kl=\ED:\
13697         :kr=\EC:ku=\EA:l0=TAB CLEAR:l9=TAB SET:le=^H:me=\E_3:\
13698         :nd=3\EC:se=\E_3:sf=\n:so=\E_1:st=\E1:ta=^I:te=:ti=\EO:\
13699         :ue=\E_3:up=3\EA:us=\E_0:
13700 sbi|superbee|beehive superbee at Indiana U.:\
13701         :xb:\
13702         :al=\EN\EL\EQ \EP \EO\ER\EA:cr=1\r:tc=sb1:
13703 # Alternate (older) description of Superbee - f1=escape, f2=^C.
13704 # Note: there are at least 3 kinds of superbees in the world.  The sb1
13705 # holds onto escapes and botches ^C's.  The sb2 is the best of the 3.
13706 # The sb3 puts garbage on the bottom of the screen when you scroll with
13707 # the switch in the back set to CRLF instead of AEP.  This description
13708 # is tested on the sb2 but should work on all with either switch setting.
13709 # The f1/f2 business is for the sb1 and the :xb: can be taken out for
13710 # the other two if you want to try to hit that tiny escape key.
13711 # This description is tricky: being able to use cup depends on there being
13712 # 2048 bytes of memory and the hairy <nl> string.
13713 superbee-xsb|beehive super bee:\
13714         :am:da:db:xb:\
13715         :co#80:it#8:li#25:\
13716         :cd=3\EJ:ce=3\EK:cl=3\EH\EJ:cm=\EF%r%3%3:cr=1000\r:ct=\E3:\
13717         :dc=3\EP:dl=100\EM:do=\n:ho=\EH:is=\EH\EJ:k1=\Ep:k2=\Eq:\
13718         :k3=\Er:k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:kd=\EB:kh=\EH:\
13719         :kl=\ED:kr=\EC:ku=\EA:le=^H:me=\E_3:nd=\EC:se=\E_3:\
13720         :sf=\n\200\200\200\n\200\200\200\EA\EK\200\200\200\ET\ET:\
13721         :so=\E_1:st=\E1:ta=^I:up=3\EA:ve=\n:
13722 # This loses on lines > 80 chars long, use at your own risk
13723 superbeeic|super bee with insert char:\
13724         :ei=\ER:ic=:im=\EQ:tc=superbee-xsb:
13725 sb2|sb3|fixed superbee:\
13726         :xb@:tc=superbee:
13728 #### Beehive Medical Electronics
13730 # Steve Seymour <srseymour@mindspring.com> writes (Wed, 03 Feb 1999):
13731 # Regarding your question though; Beehive terminals weren't made by Harris.
13732 # They were made by Beehive Medical Electronics in Utah. They went out of
13733 # business in the early '80s.
13735 # (OK, then, I don't know why a couple of these say "harris beehive".)
13738 # Reports are that most of these Beehive entries (except superbee) have not
13739 # been tested and do not work right.  :se: is a trouble spot.  Be warned.
13741 # (bee: :ic: was empty, which is obviously bogus -- esr)
13742 beehive|bee|harris beehive:\
13743         :am:bs:mi:\
13744         :co#80:li#24:\
13745         :al=\EL:bt=\E>:cd=\EJ:ce=\EK:cl=\EE:cm=\EF%+ %+ :dc=\EP:\
13746         :dl=\EM:do=\EB:ei=\E@:ho=\EH:im=\EQ:kA=\EL:kB=\E>:kC=\EE:\
13747         :kD=\EP:kE=\EK:kI=\EQ:kL=\EM:kM=\E@:kb=^H:kd=\EB:kh=\EH:\
13748         :kl=\ED:kr=\EC:ku=\EA:le=^H:me=\Ed@:nd=\EC:se=\Ed@:so=\EdP:\
13749         :ue=\Ed@:up=\EA:us=\Ed`:
13750 # set tab is ^F, clear (one) tab is ^V, no way to clear all tabs.
13751 # good grief - does this entry make :sg:/:ug: when it doesn't have to?
13752 # look at those spaces in :se:/:so:.  Seems strange to me...
13753 # (beehive: :if=/usr/share/tabset/beehive: removed, no such file.  If you
13754 # really care, cook up one using ^F -- esr)
13755 beehive3|bh3m|beehiveIIIm|harris beehive 3m:\
13756         :am:bs:\
13757         :co#80:it#8:li#20:\
13758         :al=160^S:bl=^G:cd=^R:ce=^P:cl=^E^R:cr=\r:dl=350^Q:do=\n:\
13759         :ho=^E:le=^H:ll=^E^K:nd=^L:se=\040^_:sf=\n:so=^]\040:st=^F:\
13760         :ta=^I:up=^K:
13761 beehive4|bh4|beehive 4:\
13762         :am:\
13763         :co#80:li#24:\
13764         :bl=^G:cd=\EJ:ce=\EK:cl=\EE:cr=\r:do=\n:ho=\EH:le=\ED:nd=\EC:\
13765         :sf=\n:up=\EA:
13766 # There was an early Australian kit-built computer called a "Microbee".
13767 # It's not clear whether this is for one of those or for a relative
13768 # of the Beehive.
13769 microb|microbee|micro bee series:\
13770         :am:bs:\
13771         :co#80:it#8:li#24:\
13772         :bl=^G:cd=\EJ:ce=\EK:cl=\EE:cm=\EF%+ %+ :cr=\r:do=\n:k1=\Ep:\
13773         :k2=\Eq:k3=\Er:k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:k9=\Ex:\
13774         :kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:le=^H:me=\Ed@:nd=\EC:\
13775         :se=\Ed@:sf=\n:so=\040\EdP:ta=^I:ue=\Ed@:up=\EA:us=\Ed`:
13777 # 8675, 8686, and bee from Cyrus Rahman
13778 # (8675: changed k10, k11...k16 to k;, F1...F6 -- esr)
13779 ha8675|harris 8675:\
13780         :F1=^W:F2=\ER:F3=\EE:F4=\EI:F5=\Ei:F6=\Eg:\
13781         :is=\ES\E#\E*\Eh\Em\E?\E1\E9\E@\EX\EU:k1=^F:k2=^P:k3=^N:\
13782         :k4=^V:k5=\n:k6=^T:k7=^H:k8=\177:k9=\Ee:k;=\Ed:tc=bee:
13783 # (8686: changed k10, k11...k16 to k;, F1...F6; fixed broken continuation
13784 # in :is: -- esr)
13785 ha8686|harris 8686:\
13786         :F1=\EW:F2=^B\E{^C:F3=^B\E|^C:F4=^B\E}^C:F5=^B\E~^C:\
13787         :F6=^B\E\177^C:\
13788         :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#:\
13789         :k1=^B\Ep^C:k2=^B\Eq^C:k3=^B\Er^C:k4=^B\Es^C:k5=\E3:\
13790         :k6=\EI:k7=\ER:k8=\EJ:k9=\E(:k;=\Ej:tc=bee:
13792 #### Hazeltine
13794 # Hazeltine appears to be out of the terminal business as of 1995.  These
13795 # guys were co-owners of the Terminal Brain Damage Hall Of Fame along with
13796 # Harris. They have a hazeltine.com domain (but no web page there ) and can
13797 # be reached at:
13799 #       Hazeltine
13800 #       450 East Pulaski Road
13801 #       Greenlawn, New York 11740
13803 # As late as 1993, manuals for the terminal product line could still be
13804 # purchased from:
13806 #       TRW Customer Service Division
13807 #       15 Law Drive
13808 #       P.O. Box 2076
13809 #       Fairfield, NJ 07007-2078
13811 # They're now (1998) a subsidiary of General Electric, operating under the
13812 # marque "GEC-Marconi Hazeltine" and doing military avionics.  Web page
13813 # at <http://www.gec.com/cpd/1ncpd.htm#1.55>.
13816 # Since :nd: is blank, when you want to erase something you
13817 # are out of luck.  You will have to do ^L's a lot to
13818 # redraw the screen.  h1000 is untested.  It doesn't work in
13819 # vi - this terminal is too dumb for even vi.  (The code is
13820 # there but it isn't debugged for this case.)
13821 hz1000|hazeltine 1000:\
13822         :bs:\
13823         :co#80:li#12:\
13824         :bl=^G:cl=^L:cr=\r:do=\n:ho=^K:le=^H:nd=\040:sf=\n:
13825 # From: <cbosg!ucbvax!pur-ee!cincy!chris> Thu Aug 20 09:09:18 1981
13826 hz1420|hazeltine 1420:\
13827         :am:bs:\
13828         :co#80:li#24:\
13829         :al=\E^Z:bl=^G:cd=\E^X:ce=\E^O:cl=\E^\:cm=\E\021%r%.%+ :\
13830         :cr=\r:dl=\E^S:do=\n:le=^H:nd=^P:se=\E^Y:sf=\n:so=\E^_:ta=^N:\
13831         :up=\E^L:
13832 # New "safe" cursor movement (11/87) from <cgs@umd5.umd.edu>.  Prevents
13833 # freakout with out-of-range args and tn3270.  No hz since it needs to
13834 # receive tildes.
13835 hz1500|hazeltine 1500:\
13836         :am:bs:hz:\
13837         :co#80:li#24:\
13838         :al=40~^Z:bl=^G:cd=10~^X:ce=~^O:cl=~^\:\
13839         :cm=~\021%r%>^^ %+`%+`:cr=\r:dl=40~^S:do=~^K:ho=~^R:kd=\n:\
13840         :kh=~^R:kl=^H:kr=^P:ku=~^L:le=^H:nd=^P:se=~^Y:sf=\n:so=~^_:\
13841         :up=~^L:
13842 # h1510 assumed to be in sane escape mode.  Else use h1500.
13843 # (h1510: early versions of this entry apparently had ":se=\E^_:,
13844 # :so=\E^Y:, but these caps were commented out in 8.3; also,
13845 # removed incorrect and overridden ":do=^J:" -- esr)
13846 hz1510|hazeltine 1510:\
13847         :am:bs:\
13848         :co#80:li#24:\
13849         :al=\E^Z:bl=^G:cd=\E^X:ce=\E^O:cl=\E^\:cm=\E\021%r%.%.:\
13850         :cr=\r:dl=\E^S:do=\E^K:le=^H:nd=^P:sf=\n:up=\E^L:
13851 # Hazeltine 1520
13852 # The following switch settings are assumed for normal operation:
13853 #       FULL            CR              U/L_CASE        ESCAPE
13854 #       FORMAT_OFF      EOM_A_OFF       EOM_B_OFF       WRAPAROUND_ON
13855 # Other switches may be set for operator convenience or communication
13856 # requirements.
13857 hz1520|Hazeltine 1520:\
13858         :am:bs:bw:ms:\
13859         :co#80:li#24:\
13860         :al=\E^Z:bl=^G:cd=\E^X:ce=\E^O:cl=\E^\:cm=\E\021%r%.%.:\
13861         :cr=\r:dl=\E^S:do=\n:ho=\E^R:kA=\E^Z:kC=\E^\:kE=\E^O:\
13862         :kL=\E^S:kS=\E^X:kb=^H:kd=\E^K:kh=\E^R:kl=^H:kr=^P:ku=\E^L:\
13863         :le=^H:md=\E^_:me=\E^Y:nd=^P:r1=\E$\E\005\E?\E\031:\
13864         :se=\E^Y:sf=\n:so=\E^_:up=\E^L:
13865 # This version works with the escape switch off
13866 # (h1520: removed incorrect and overridden ":do=^J:" -- esr)
13867 hz1520-noesc|hazeltine 1520:\
13868         :am:hz:\
13869         :co#80:li#24:\
13870         :al=~^Z:bl=^G:cd=~^X:ce=~^O:cl=~^\:cm=1~\021%r%.%.:cr=\r:\
13871         :dl=~^S:do=~^K:ho=~^R:le=^H:nd=^P:se=~^Y:sf=\n:so=~^_:up=~^L:
13872 # Note: the h1552 appears to be the first Hazeltine terminal which
13873 # is not braindamaged.  It has tildes and backprimes and everything!
13874 # Be sure the auto lf/cr switch is set to cr.
13875 hz1552|hazeltine 1552:\
13876         :bs:\
13877         :al=\EE:dl=\EO:do=\n:k1=\EP:k2=\EQ:k3=\ER:l1=blue:l2=red:\
13878         :l3=green:tc=vt52:
13879 hz1552-rv|hazeltine 1552 reverse video:\
13880         :do=\n:se=\ET:so=\ES:tc=hz1552:
13881 # Note: h2000 won't work well because of a clash between upper case and ~'s.
13882 hz2000|hazeltine 2000:\
13883         :am:bs:nc:\
13884         :co#74:li#27:\
13885         :al=6~^Z:bl=^G:cl=6~^\:cm=~\021%r%.%.:dl=6~^S:do=\n:ho=~^R:\
13886         :le=^H:pc=\177:sf=\n:
13887 # Date: Fri Jul 23 10:27:53 1982.  Some unknown person wrote:
13888 # I tested this termcap entry for the Hazeltine Esprit with vi. It seems
13889 # to work ok. There is one problem though if one types a lot of garbage
13890 # characters very fast vi seems not able to keep up and hangs while trying
13891 # to insert. That's in insert mode while trying to insert in the middle of
13892 # a line. It might be because the Esprit doesn't have insert char and delete
13893 # char as a built in function. Vi has to delete to end of line and then
13894 # redraw the rest of the line.
13895 esprit|Hazeltine Esprit I:\
13896         :am:bs:bw:\
13897         :co#80:li#24:\
13898         :al=\E^Z:bl=^G:bt=\E^T:cd=\E^W:ce=\E^O:cl=\E^\:\
13899         :cm=\E\021%r%.%.:cr=\r:dl=\E^S:do=\E^K:ho=\E^R:is=\E?:\
13900         :k0=^B0\n:k1=^B1\n:k2=^B2\n:k3=^B3\n:k4=^B4\n:k5=^B5\n:\
13901         :k6=^B6\n:k7=^B7\n:k8=^B8\n:k9=^B9\n:kb=^H:kd=\E^K:ke=\E>:\
13902         :kh=\E^R:kl=^H:kr=^P:ks=\E<:ku=\E^L:l0=0:l1=1:l2=2:l3=3:l4=4:\
13903         :l5=5:l6=6:l7=7:l8=8:l9=9:le=^H:nd=^P:se=\E^Y:sf=\n:so=\E^_:\
13904         :up=\E^L:
13905 esprit-am|hazeltine esprit auto-margin:\
13906         :am:tc=esprit:
13907 # Hazeltine Modular-1 from Cliff Shackelton <ittvax!ittral!shackelt> via BRL
13908 # Vi it seems always wants to send a control J for "do" and it turned out
13909 # that the terminal would work somewhat if the auto LF/CR was turned off.
13910 # (hmod1: removed :dn=~^K: -- esr)
13911 hmod1|Hazeltine Modular 1:\
13912         :am:bs:hz:\
13913         :co#80:li#24:\
13914         :al=~^Z:bl=^G:bt=~^T:cl=~^\:cm=~\021%r%.%.:cr=\r:dl=~^S:\
13915         :do=~^K:ho=~^R:kd=~^K:kh=~^R:kl=^H:kr=^P:ku=~^L:le=^H:me=~^Y:\
13916         :nd=^P:rc=~^Q:sc=~^E:se=~^Y:sf=\n:so=~^_:up=~^L:
13918 # Hazeltine Executive 80 Model 30 (1554?)
13919 #       from  Will Martin <control@ALMSA-1.ARPA> via BRL
13920 # Like VT100, except for different "am" behavior.
13921 hazel|exec80|h80|he80|Hazeltine Executive 80:\
13922         :am:bs:pt:\
13923         :co#80:it#8:li#24:vt#3:\
13924         :bl=^G:cd=50\E[J:ce=3\E[K:cl=50\E[;H\E[2J:\
13925         :cm=5\E[%i%d;%dH:cr=\r:cs=\E[%i%d;%dr:do=\n:ho=\E[H:\
13926         :is=\E[1;24r\E[24;1H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
13927         :kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\
13928         :ku=\EOA:le=^H:mb=2\E[5m:md=2\E[1m:me=2\E[m:mr=2\E[7m:\
13929         :nd=2\E[C:nl=\n:r1=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
13930         :rc=\E8:rf=/usr/share/tabset/vt100:sc=\E7:se=2\E[m:\
13931         :so=2\E[7m:sr=5\EM:ta=^I:ue=2\E[m:up=2\E[A:us=2\E[4m:
13933 #### IBM
13936 ibm327x|line mode IBM 3270 style:\
13937         :gn:\
13938         :ce=\r:cl=\r\n:ho=\r:
13940 ibm3101|i3101|IBM 3101-10:\
13941         :am:bs:xo:\
13942         :co#80:li#24:\
13943         :bl=^G:cd=\EJ:ce=\EI:cl=\EK:cm=\EY%+ %+ :cr=\r:ct=\EH:do=\n:\
13944         :ho=\EH:kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:nw=\r\n:\
13945         :sf=\n:st=\E0:up=\EA:
13946 ibm3151|IBM 3151 display:\
13947         :ae=\E>B:as=\E>A:is=\E S:me=\E4@:rs=\E S:s0=\E>B:te=\E>B:\
13948         :ti=\E>B:tc=ibm3162:
13949 # From: Mark Easter <marke@fsi-ssd.csg.ssd.fsi.com> 29 Oct 1992
13950 # removed kend, knp, kpp -TD
13952 # From: Stephen Powell <zlinuxman@wowway.com> 23 Apr 2015
13953 # Added ich1 (kich1 without ich1 doesn't make sense).
13954 # Added il1 (kil1 without il1 doesn't make sense).
13955 # Added xon (terminal uses XON/XOFF flow control).
13957 ibm3161|ibm3163|wy60-316X|wyse60-316X|IBM 3161/3163 display:\
13958         :am:bs:mi:ms:xo:\
13959         :co#80:it#8:li#24:\
13960         :F1=\Ek\r:F2=\El\r:F3=\E!a\r:F4=\E!b\r:F5=\E!c\r:\
13961         :F6=\E!d\r:F7=\E!e\r:F8=\E!f\r:F9=\E!g\r:FA=\E!h\r:\
13962         :FB=\E!i\r:FC=\E!j\r:FD=\E!k\r:FE=\E!l\r:\
13963         :ac=j\352k\353l\354m\355n\356q\361t\364u\365v\366w\367x\370:\
13964         :al=\EN:bl=^G:cd=\EJ:ce=\EI:cl=\EH\EJ:cm=\EY%+ %+ :cr=\r:\
13965         :dc=\EQ:dl=\EO:do=\EB:ei=:ho=\EH:ic=\EP \010:im=:k1=\Ea\r:\
13966         :k2=\Eb\r:k3=\Ec\r:k4=\Ed\r:k5=\Ee\r:k6=\Ef\r:k7=\Eg\r:\
13967         :k8=\Eh\r:k9=\Ei\r:k;=\Ej\r:kA=\EN:kB=\E2:kC=\EL\r:kD=\EQ:\
13968         :kE=\EI:kI=\EP \010:kL=\EO:kS=\EJ:kT=\E0:ka=\E 1:kb=^H:\
13969         :kd=\EB:kh=\EH:kl=\ED:kr=\EC:kt=\E1:ku=\EA:le=\ED:mb=\E4D:\
13970         :md=\E4H:me=\E4@\E<@:mk=\E4P:mr=\E4A:nd=\EC:pf=^P^T:\
13971         :po=^P^R:se=\E4@:sf=\n:so=\E4A:te=\E>A:ti=\E>A:ue=\E4@:\
13972         :up=\EA:us=\E4B:
13974 ibm3161-C|IBM 3161-C NLS terminal using cartridge:\
13975         :s0=\E>B:s1=\E>A:te=\E>B:ti=\E>B:tc=ibm3161:
13977 # From: Stephen Powell <zlinuxman@wowway.com> 23 Apr 2015
13978 # Deleted il1.  (il1 will now be inherited from ibm3161-C, which inherits
13979 # it from ibm3161.
13981 ibm3162|IBM 3162 display:\
13982         :mb=\E4$a:md=\E4(a:me=\E4@:mk=\E40a:mr=\E4!a:se=\E4>b:\
13983         :so=\E4!a:ue=\E4=b:us=\E4"a:tc=ibm3161-C:
13985 # This really should not use setab/setaf, but it is clear that the
13986 # original terminfo does not toggle red/blue colors as in setb/setf.
13987 ibm3164|i3164|IBM 3164:\
13988         :ms:\
13989         :Co#8:pa#64:\
13990         :AB=\E4  %+@:op=\E4 "@:s0=\E>B:s1=\E>A:te=\E!9(N\E>B:\
13991         :ti=\E!9/N\E>B:tc=ibm3161:
13993 # (sgr removed to fit entry within 1023 bytes)
13994 # (rmacs/smacs removed for consistency)
13995 # (acsc removed to fit entry within 1023 bytes)
13996 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
13997 ibm5151|wy60-AT|wyse60-AT|IBM 5151 Monochrome display:\
13998         :am:bw:ms:xo:\
13999         :co#80:it#8:li#25:\
14000         :AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:\
14001         :SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:al=\E[L:bl=^G:cd=\E[J:\
14002         :ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=\r:dc=\E[P:dl=\E[M:\
14003         :do=\n:ec=\E[%dX:ei=\E[4l:ho=\E[H:im=\E[4h:is=\Ec:\
14004         :k1=\E[001q:k2=\E[002q:k3=\E[003q:k4=\E[004q:k5=\E[005q:\
14005         :k6=\E[006q:k7=\E[007q:k8=\E[008q:k9=\E[009q:kD=\E[P:\
14006         :kI=\E[139q:kN=\E[154q:kP=\E[150q:kb=^H:kd=\E[B:kh=\E[H:\
14007         :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[0m:\
14008         :mr=\E[7m:nd=\E[C:rs=\Ec:se=\E[m:sf=\E[S:so=\E[7m:sr=\E[T:\
14009         :ue=\E[m:up=\E[A:us=\E[4m:
14011 ibmaed|IBM Experimental display:\
14012         :am:bs:eo:ms:\
14013         :co#80:it#8:li#52:\
14014         :al=\EN:cd=\EJ:ce=\EI:cl=\EH\EK:cm=\EY%+ %+ :dc=\EQ:dl=\EO:\
14015         :do=\EB:ei=:ho=\EH:ic=\EP:im=:kb=^H:kd=\EB:kl=\ED:kr=\EC:\
14016         :ku=\EA:le=^H:me=\E0:nd=\EC:se=\E0:so=\E0:ta=^I:up=\EA:\
14017         :vb=\EG:
14018 ibm-apl|apl|IBM apl terminal simulator:\
14019         :li#25:tc=dm1520:
14020 # (ibmmono: this had an unknown `sb' boolean, I changed it to `bs'.
14021 # Also it had ":I0=f10:" which pretty obviously should be "l0=f10" -- esr)
14022 ibmmono|IBM workstation monochrome:\
14023         :es:hs:\
14024         :al=\EL:dl=\EM:ds=\Ej\EY8 \EI\Ek:fs=\Ek:k0=\E<:k1=\ES:\
14025         :k2=\ET:k3=\EU:k4=\EV:k5=\EW:k6=\EP:k7=\EQ:k8=\ER:k9=\EY:\
14026         :kF=\EE:kI=\200:kN=\EE:kP=\Eg:kR=\EG:kb=^H:kh=\EH:l0=f10:\
14027         :md=\EZ:me=\Ew\Eq\Ez\EB:mk=\EF\Ef0;\Eb0;:mr=\Ep:se=\Ez:\
14028         :so=\EZ:sr=\EA:ue=\Ew:us=\EW:tc=ibm3101:
14029 ibmega|IBM Enhanced Color Display:\
14030         :cr=\r:do=\n:kb=^H:kd=\n:kl=^H:nw=\r\n:sf=\n:ta=^I:\
14031         :tc=ibmmono:
14032 # This color scheme is assumed in some recent IBM terminal descriptions
14033 # (green on black, emulated on a 16-color terminal).
14034 ibm+color|IBM color definitions:\
14035         :Co#8:NC#3:pa#64:\
14036         :op=\E[32m\E[40m:
14037 ibm+16color|IBM aixterm color definitions:\
14038         :Co#16:pa#256:
14039 ibm5154|IBM 5154 Color display:\
14040         :Co#8:NC@:pa#64:\
14041         :AB=\E[4%dm:AF=\E[3%dm:md@:tc=ibm5151:tc=ibm+color:
14042 ibmega-c|ibm5154-c|IBM Enhanced Color Display with standout and underline:\
14043         :se=\EB:so=\EF\Ef3;:ue=\EB:us=\EF\Ef2;:tc=ibmmono:
14044 ibmvga-c|IBM VGA display color termcap:\
14045         :cr=\r:do=\n:kb=^H:kd=\n:kl=^H:nw=\r\n:sf=\n:ta=^I:\
14046         :tc=ibmega-c:
14047 ibmvga|IBM VGA display:\
14048         :cr=\r:do=\n:kb=^H:kd=\n:kl=^H:nw=\r\n:sf=\n:ta=^I:tc=ibmega:
14049 # ibmapa* and ibmmono entries come from ACIS 4.3 distribution
14050 rtpc|ibmapa16|IBM 6155 Extended Monochrome Graphics Display:\
14051         :li#32:\
14052         :ds=\Ej\EY@ \EI\Ek:tc=ibmmono:
14053 ibm6155|IBM 6155 Black & White display:\
14054         :mb@:md@:tc=ibm5151:
14055 # Advanced Monochrome (6153) and Color (6154) Graphics Display:
14056 ibmapa8c|ibmapa8|IBM 6154 Advanced Graphics Display:\
14057         :li#31:\
14058         :ds=\Ej\EY? \EI\Ek:tc=ibmmono:
14059 ibmapa8c-c|ibm6154-c|IBM 6154 Advanced Color Graphics Display:\
14060         :li#31:\
14061         :ds=\Ej\EY? \EI\Ek:mh=\EF\Ef7;:tc=ibmega-c:
14062 ibm6154|IBM 6154 Color displays:\
14063         :mb@:md=\E[12m:me=\E[0;10m:s0=\E[10m:s1=\E[11m:s2=\E[12m:\
14064         :tc=ibm5154:
14065 ibm6153|IBM 6153 Black & White display:\
14066         :mb@:md=\E[12m:me=\E[0;10m:s0=\E[10m:s1=\E[11m:s2=\E[12m:\
14067         :tc=ibm5151:
14068 ibm6153-90|IBM 6153 Black & White display:\
14069         :co#90:li#36:\
14070         :mb@:md@:tc=ibm5151:
14071 ibm6153-40|IBM 6153 Black & White display:\
14072         :co#40:li#12:tc=ibm6153-90:
14073 ibm8512|ibm8513|IBM color VGA Terminal:\
14074         :am:mi:ms:\
14075         :co#80:it#8:li#25:\
14076         :AL=\E[%dL:DL=\E[%dM:RA=\E[?7l:SA=\E[?7h:\
14077         :ac=jjkkllmmnnqqttuuvvwwxx:ae=^O:al=\E[L:as=^N:cd=\E[J:\
14078         :ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:dl=\E[M:dm=\E[4h:\
14079         :do=\n:ec=\E[%dX:ed=\E[4l:ei=\E[4l:ho=\E[H:im=\E[4h:\
14080         :is=\Eb\E[m\017\E[?7h:k0=\E[010q:k1=\E[001q:k2=\E[002q:\
14081         :k3=\E[003q:k4=\E[004q:k5=\E[005q:k6=\E[006q:k7=\E[007q:\
14082         :k8=\E[008q:k9=\E[009q:kd=\E[B:kh=\E[H:ku=\E[A:le=\E[D:\
14083         :mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:\
14084         :r1=\Eb\E[m\017\E[?7h\E[H\E[J:rc=\E[u:sc=\E[s:se=\E[m:\
14085         :so=\E[7m:te=\E[20h:ti=\E[20;4l\E[?7h\Eb:ue=\E[m:up=\E[A:\
14086         :us=\E[4m:tc=ibm8503:
14087 hft-c|HFT with Color:\
14088         :Co#8:pa#64:\
14089         :AB=\E[4%dm:AF=\E[3%dm:ac=jjkkllmmnnqqttuuvvwwxx:\
14090         :me=\E[0m\E(B:s0=\E(B:s1=\E(0:tc=ibm5151:tc=ibm+color:
14091 hft-c-old|HFT with Color PC850:\
14092         :Co#8:pa#64:\
14093         :AB=\E[4%dm:AF=\E[3%dm:tc=ibm5151:tc=ibm+color:
14094 hft-old|AIWS High Function Terminal:\
14095         :am:xo:\
14096         :co#80:li#25:\
14097         :al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
14098         :cr=\r:dc=\E[P:dl=\E[M:do=\n:ei=\E6:ho=\E[H:ic=\E[@:im=\E6:\
14099         :k1=\E[001q:k2=\E[002q:k3=\E[003q:k4=\E[004q:k5=\E[005q:\
14100         :k6=\E[006q:k7=\E[007q:k8=\E[008q:k9=\E[009q:kN=\E[153q:\
14101         :kP=\E[159q:ka=\E[010q:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:\
14102         :kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:mk=\E[8m:\
14103         :mr=\E[7m:nd=\E[C:se=\E[m:sf=\n:so=\E[7m:ta=^I:ue=\E[m:\
14104         :up=\E[A:us=\E[4m:tc=ibm+color:
14105 ibm-system1|system1|ibm system/1 computer:\
14106         :am:xt:\
14107         :co#80:li#24:\
14108         :bl=^G:cl=^Z:cm=\005%+ %+ :ho=^K:le=^H:nd=^\:sf=\n:up=^^:
14109 #       lft-pc850 : IBM Low Function Terminal Device
14110 #    lft "supports" underline, bold, and blink in the sense that the lft code
14111 #    sets all the right bits.  HOWEVER, depending upon the adapter, these
14112 #    attributes may or may not be supported by the device driver.
14113 # (sgr removed to fit entry within 1023 bytes)
14114 # (rmacs/smacs removed for consistency)
14115 # (acsc removed to fit entry within 1023 bytes)
14116 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
14117 lft|lft-pc850|LFT-PC850|IBM LFT PC850 Device:\
14118         :am:bw:ms:xo:\
14119         :co#80:it#8:li#25:\
14120         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
14121         :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:\
14122         :al=\E[L:bl=^G:bt=\E[Z:cd=\E[2J:ce=\E[0K:cl=\E[H\E[J:\
14123         :cm=\E[%i%d;%dH:cr=\r:ct=\E[3g:dc=\E[P:dl=\E[M:do=\n:\
14124         :ec=\E[%dX:ei=\E[4l:ho=\E[H:im=\E[4h:is=\Ec:k1=\E[001q:\
14125         :k2=\E[002q:k3=\E[003q:k4=\E[004q:k5=\E[005q:k6=\E[006q:\
14126         :k7=\E[007q:k8=\E[008q:k9=\E[009q:kD=\E[P:kI=\E[139q:\
14127         :kN=\E[154q:kP=\E[150q:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:\
14128         :kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m\E(B:\
14129         :mr=\E[7m:nd=\E[C:rs=\Ec:se=\E[0m:sf=\ED:so=\E[7m:sr=\EL:\
14130         :ue=\E[0m:up=\E[A:us=\E[4m:
14131 # "Megapel" refers to the display adapter, which was used with the IBM RT
14132 # aka IBM 6150.
14133 ibm5081|hft|IBM Megapel Color display:\
14134         :ac=jjkkllmmnnqqttuuvvwwxx:mb@:md@:me=\E[0m\E(B:s0=\E(B:\
14135         :s1=\E(0:tc=ibm5154:
14136 ibm5081-c|ibmmpel-c|IBM 5081 1024x1024 256/4096 Megapel enhanced color display:\
14137         :es:hs:\
14138         :li#33:\
14139         :ds=\Ej\EYA \EI\Ek:fs=\Ek:tc=ibmega-c:
14140 ibm8503|ibm8507|ibm8604|IBM 8503 B & W VGA display:\
14141         :tc=hft-c:
14142 ibm8514|IBM 8514/a color VGA display:\
14143         :es:hs:\
14144         :ds=\Ej\EYI \EI\Ek:fs=\Ek:tc=hft:
14145 ibm8514-c|IBM 8514 color display with standout and underline:\
14146         :es:hs:\
14147         :li#41:\
14148         :cr=\r:do=\n:ds=\Ej\EYI \EI\Ek:fs=\Ek:kb=^H:kd=\n:kl=^H:\
14149         :nw=\r\n:sf=\n:ta=^I:tc=ibmega-c:
14152 # AIX entries.  IBM ships these with AIX 3.2.5.
14153 # -- added rc, sc based on manpage -TD
14154 # Note that we could use ibm+16color, but that is not how IBM defines this one.
14155 aixterm|IBM Aixterm Terminal Emulator:\
14156         :es:hs:\
14157         :ac=jjkkllmmnnqqttuuvvwwxx:ds=\E[?E:fs=\E[?F:md=\E[1m:\
14158         :me=\E[0;10m\E(B:rc=\E8:s0=\E(B:s1=\E(0:sc=\E7:sr@:\
14159         :ts=\E[?%dT:tc=ibm6154:
14160 aixterm-m|IBM AIXterm Monochrome Terminal Emulator:\
14161         :es:hs:\
14162         :ac=jjkkllmmnnqqttuuvvwwxx:ds=\E[?E:fs=\E[?F:md=\E[1m:\
14163         :me=\E[0;10m\E(B:s0=\E(B:s1=\E(0:sr@:ts=\E[?%dT:\
14164         :tc=ibm6153:
14165 aixterm-m-old|old IBM AIXterm Monochrome Terminal Emulator:\
14166         :es:hs:\
14167         :ds=\E[?E:fs=\E[?F:md=\E[1m:sr@:ts=\E[?%dT:tc=ibm6153:
14168 jaixterm|IBM Kanji Aixterm Terminal Eemulator:\
14169         :ac@:tc=aixterm:
14170 jaixterm-m|IBM Kanji AIXterm Monochrome Terminal Emulator:\
14171         :ac@:tc=aixterm-m:
14173 # This flavor is adapted from xterm, in turn from aixterm documentation -TD
14174 aixterm-16color|IBM Aixterm Terminal Emulator with 16 colors:\
14175         :tc=ibm+16color:tc=aixterm:
14177 #### Infoton/General Terminal Corp.
14180 # gt100 sounds like something DEC would come out with.  Let's hope they don't.
14181 i100|gt100|gt100a|General Terminal 100A (formerly Infoton 100):\
14182         :am:bs:\
14183         :co#80:li#24:\
14184         :al=\EL:bl=^G:cd=\EJ:ce=\EK:cl=^L:cm=\Ef%r%+ %+ :cr=\r:\
14185         :dl=\EM:do=\n:ho=\EH:le=^H:nd=\EC:se=\Ea:sf=\n:so=\Eb:up=\EA:\
14186         :vb=\Eb\Ea:
14187 i400|infoton 400:\
14188         :am:bs:\
14189         :co#80:li#25:\
14190         :al=\E[L:bl=^G:ce=\E[N:cl=\E[2J:cm=\E[%i%3;%3H:cr=\r:\
14191         :dc=\E[4h\E[2Q\E[P\E[4l\E[0Q:dl=\E[M:do=\n:\
14192         :ei=\E[4l\E[0Q:im=\E[4h\E[2Q:le=^H:nd=\E[C:sf=\n:up=\E[A:
14193 # (addrinfo: removed obsolete ":bc=^Z:" -- esr)
14194 addrinfo:\
14195         :am:\
14196         :co#80:li#24:\
14197         :bl=^G:cd=^K:cl=^L:cm=\037%.%.:cr=\r:do=\n:ho=^H:le=^Z:\
14198         :ll=^H^\:nd=^Y:sf=\n:up=^\:
14199 # (infoton: used to have the no-ops <lh#0>, <lw#0>, <nlab#0> -- esr)
14200 infoton:\
14201         :am:\
14202         :co#80:li#24:\
14203         :bl=^G:cd=^K:cl=^L:cr=\r:do=\n:le=^Z:ll=^H^\:nd=^Y:sf=\n:\
14204         :up=^\:
14206 # The ICL6402 was actually the Kokusai Display System 6402.
14207 # The 6404 was the KDS7372 (color version of the 6402).
14209 # ICL6404 control codes follow:
14211 #code            function
14212 #~~~~~~~~~~~     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
14213 #ctrl-A          set SOM position at cursor position
14214 #ctrl-G          Bell
14215 #ctrl-H          Backspace
14216 #ctrl-I          Horizontal tab
14217 #ctrl-J          Linefeed
14218 #ctrl-K          Cursor up
14219 #ctrl-L          Cursor right
14220 #ctrl-M          Carriage return
14221 #ctrl-N          Disable xon/xoff to host
14222 #ctrl-O          Enable xon/xoff to host
14223 #ctrl-R          Enable bidirectional mode
14224 #ctrl-T          Disable bidirectional mode
14225 #ctrl-V          Cursor down
14226 #ctrl-Z          Clear unprotected data to insert char
14227 #ctrl-^          Cursor home
14228 #ctrl-_          Newline
14230 #ESC             lead-in char for multiple character command
14232 #ESC space R     execute power on sequence
14233 #ESC ! p1 p2     define scroll region:
14234 #                p1 = scroll top    line:  20h - 37h
14235 #                p1 = scroll bottom line:  20h - 37h
14236 #ESC "           unlock keyboard
14237 #ESC #           lock keyboard
14238 #ESC $           Semi-graphics mode on
14239 #ESC %           Semi-graphics mode off
14240 #ESC &           protect mode on
14241 #ESC '           protect mode off
14242 #ESC (           write protect mode off (full intensity)
14243 #ESC )           write protect mode on (half intensity)
14245 #ESC *           clear screen
14246 #ESC +           clear unprotected data to insert char
14247 #ESC ,           clear unprotected data to half intensity spaces
14248 #ESC - p1 p2 p3 p4     address cursor to page, row, column:
14249 #                      p1 = page number  0 - 3
14250 #                      p2 = row          20h - 7fh
14251 #                      p3 = column (lo)  20h - 7fh
14252 #                      p4 = column (hi)  20h - 21h (only 132 col)
14253 #ESC . p1        set cursor style:
14254 #                p1 = 0  invisible cursor
14255 #                p1 = 1  block blinking cursor
14256 #                p1 = 2  block steady cursor
14257 #                p1 = 3  underline blinking cursor
14258 #                p1 = 4  underline steady cursor
14259 #ESC /           transmit cursor location (page, row, column)
14260 #ESC 0 p1 p2 p3 p4     program edit key:
14261 #                      p1 = edit key code: '@'-'S', '`'-'s'
14262 #                      p2 p3 p4 = program data (3 bytes)
14264 #ESC 1           set tab
14265 #ESC 2           clear tab at cursor
14266 #ESC 3           clear all tabs
14267 #ESC 4           send unprotect line to cursor
14268 #ESC 5           send unprotect page to cursor
14269 #ESC 6           send line to cursor
14270 #ESC 7           send page to cursor
14271 #ESC 8 n         set scroll mode:
14272 #                n = 0   set jump scroll
14273 #                n = 1   set smooth scroll
14274 #ESC 9 n         control display:
14275 #                n = 0   display off
14276 #                n = 1   display on
14277 #ESC :           clear unprotected data to null
14278 #ESC ;           clear unprotected data to insert char
14280 #ESC <           keyclick on
14281 #ESC = p1 p2     address cursor to row, column
14282 #                p1 = row          20h - 7fh
14283 #                p2 = column (lo)  20h - 7fh
14284 #                p3 = column (hi)  20h - 21h (only 132 col)
14285 #ESC >           keyclick off
14286 #ESC ?           transmit cursor location (row, column)
14288 #ESC @           copy print mode on
14289 #ESC A           copy print mode off
14290 #ESC B           block mode on
14291 #ESC C           block mode off (conversation mode)
14292 #ESC D F         set full duplex
14293 #ESC D H         set half duplex
14294 #ESC E           line insert
14295 #ESC F p1 p2     set page colour (p1 = f/grnd, p2 = b/grnd)
14296 #                0 = black, 1 = red,     2 = green, 3 = yellow
14297 #                4 = blue,  5 = magenta, 6 = cyan,  7 = white
14298 #ESC G n         set serial field attribute (n = 30h - 3Fh)
14299 #ESC H n         full graphics mode:
14300 #                n = 0  exit full graphics mode
14301 #                n = 1  enter full graphics mode
14302 #ESC I           back tab
14303 #ESC J           back page
14304 #ESC K           forward page
14306 #ESC L           unformatted page print
14307 #ESC M L         move window left  (132 col mode only)
14308 #ESC M R         move window right (132 col mode only)
14309 #ESC N           set page edit (clear line edit)
14310 #ESC O           set line edit (clear page edit)
14311 #ESC P           formatted page print
14312 #ESC Q           character insert
14313 #ESC R           line delete
14314 #ESC S           send message unprotected only
14315 #ESC T           erase line to insert char
14316 #ESC U           set monitor mode   (see ESC X, ESC u)
14318 #ESC V n         select video attribute mode:
14319 #                n = 0   serial field attribute mode
14320 #                n = 1   parallel character attribute mode
14321 #ESC V 2 n       define line attribute:
14322 #                n = 0   single width single height
14323 #                n = 1   single width double height
14324 #                n = 2   double width single height
14325 #                n = 3   double width double height
14326 #ESC V 3 n       select character font:
14327 #                n = 0   system font
14328 #                n = 1   user defined font
14329 #ESC V 4 n       select screen mode:
14330 #                n = 0   page screen mode
14331 #                n = 1   virtual screen mode
14332 #ESC V 5 n       control mouse mode:
14333 #                n = 0   disable mouse
14334 #                n = 1   enable sample mode
14335 #                n = 2   send mouse information
14336 #                n = 3   enable request mode
14337 #ESC W           character delete
14338 #ESC X           clear monitor mode (see ESC U, ESC u)
14339 #ESC Y           erase page to insert char
14341 #ESC Z n         send user/status line:
14342 #                n = 0   send user line
14343 #                n = 1   send status line
14344 #                n = 2   send terminal ID
14345 #ESC [ p1 p2 p3  set character attribute (parallel char mode):
14346 #                p1: 0 = normal
14347 #                    1 = blank
14348 #                    2 = blink
14349 #                    3 = blink blank (= blank)
14350 #                    4 = reverse
14351 #                    5 = reverse blank
14352 #                    6 = reverse blink
14353 #                    7 = reverse blink blank (= reverse blank)
14354 #                    8 = underline
14355 #                    9 = underline blank
14356 #                    : = underline blink
14357 #                    ; = underline blink blank
14358 #                    < = reverse underline
14359 #                    = = reverse underline blank
14360 #                    > = reverse underline blink
14361 #                    ? = reverse underline blink blank
14362 #                p2, p3: f/grnd, b/grnd colour
14363 #                (see ESC F for colours)
14364 #                use ZZ for mono, eg.
14365 #                    ESC [ 0 Z Z for normal
14366 #                    ESC [ 4 Z Z for inverse etc.
14368 #ESC \ n         set page size:
14369 #                n = 1   24 lines/page
14370 #                n = 2   48 lines/page
14371 #                n = 3   72 lines/page
14372 #                n = 4   96 lines/page
14373 #ESC ] n         set Wordstar mode:
14374 #                n = 0   normal (KDS7372) mode
14375 #                n = 1   Wordstar mode
14377 #ESC b           set foreground colour screen
14379 #ESC c n         enter self-test mode:
14380 #                n = 0   exit self test mode
14381 #                n = 1   ROM test
14382 #                n = 2   RAM test
14383 #                n = 3   NVRAM test
14384 #                n = 4   screen display test
14385 #                n = 5   main/printer port test
14386 #                n = 6   mouse port test
14387 #                n = 7   graphics board test
14388 #                n = 8   graphics memory test
14389 #                n = 9   display all 'E'
14390 #                n = :   display all 'H'
14391 #ESC d           set background colour screen
14393 #ESC e n         program insert char (n = insert char)
14394 #ESC f text CR   load user status line with 'text'
14396 #ESC g           display user status line on 25th line
14397 #ESC h           display system status line on 25th line
14398 #ESC i           tab
14399 #ESC j           reverse linefeed
14400 #ESC k n         duplex/local edit mode:
14401 #                n = 0   duplex edit mode
14402 #                n = 1   local edit mode
14403 #ESC l n         select virtual screen:
14404 #                n = 0   screen 1
14405 #                n = 1   screen 2
14406 #ESC m           save current config to NVRAM
14407 #ESC n p1        select display screen:
14408 #                p1 = 0  screen 1
14409 #                p1 = 1  screen 2
14410 #                p1 = 2  screen 3
14411 #                p1 = 3  screen 4
14412 #ESC o p1 p2     set characters/line and attribute:
14413 #                p1 = 0  80 chars/line
14415 #ESC o p1 p2     set characters/line and attribute:
14416 #                p1 = 0  80 chars/line
14417 #                p1 = 1  132 chars/line
14418 #                p2 = 0  single width single height
14419 #                p2 = 1  single width double height
14420 #                p2 = 2  double width single height
14421 #                p2 = 3  double width double height
14423 #ESC q           insert mode on
14424 #ESC r           edit mode on
14425 #ESC s           send message all
14426 #ESC t           erase line to null
14427 #ESC u           clear monitor mode (see ESC U, ESC X)
14428 #ESC v           autopage mode on
14429 #ESC w           autopage mode off
14430 #ESC x p1 p2 p3  define delimiter code...
14431 #ESC y           erase page to null
14433 #ESC z 2 p1 p2 p3 p4   draw quadrangle:
14434 #                      p1 = starting row
14435 #                      p2 = starting column
14436 #                      p3 = end row
14437 #                      p4 = end column
14439 #ESC { p1 p2 p3 p4     configure main port
14440 #                      (baud, stop bits, parity, word length)
14442 #ESC | p1 p2 text Ctrl-Y    program function key with 'text':
14443 #                        p1 = function key code:
14444 #                             '1' - ';'  normal f1- f11
14445 #                             '<' - 'F'  shifted f1 - f11
14446 #                        p2 = program mode:
14447 #                             1 = FDX
14448 #                             2 = LOC
14449 #                             3 = HDX
14450 #                        Ctrl-Y = terminator
14451 #                        (use Ctrl-P to escape ^P, ^Y )
14453 #ESC } p1 p2 p3 p4     configure printer port
14454 #                      (baud, stop bits, parity, word length)
14455 #ESC ~           send system status
14457 # Codes and info from Peter Disdale <pete@pdlmail.demon.co.uk> 12 May 1997
14459 # Entry is by esr going solely on above information and is UNTESTED.
14460 # This actually looks a lot like a Televideo 9xx.
14461 # This entry uses page 0 and is monochrome; I'm not brave enough to try
14462 # to make color work without a test terminal.  The :am: capability is a guess.
14463 # The initialization string sets conversation mode, blinking underline cursor,
14464 # full duplex, parallel attribute mode, display user status line, white
14465 # foreground, black background, normal highlight.
14467 icl6404|kds7372|icl6402|kds6402|ICL 6404 aka Kokusai Display Systems 7372:\
14468         :am:bs:hs:\
14469         :co#80:li#24:\
14470         :al=\EE:bl=^G:bt=\EI:cl=\E*:cr=\r:ct=\E3:dc=\EW:dl=\ER:do=^V:\
14471         :ei=\Er:ho=^^:i1=\EC\E.3\EDF\EV1\Eg\E[0ZZ:im=\Eq:le=^H:\
14472         :mb=\E[2ZZ:me=\E[0ZZ:mk=\E[1ZZ:mr=\E[4ZZ:nd=^L:nw=^_:\
14473         :rs=\Eo1:se=\E[%gh%{4}%^%Ph%gh%dZZ:so=\E[8ZZ:st=\E1:\
14474         :ta=^I:ue=\E[%gh%{8}%^%Ph%gh%dZZ:up=^K:us=\E[8ZZ:ve=\E.3:\
14475         :vi=\E.0:vs=\E.1:
14476 icl6404-w|kds7372-w|ICL 6404 aka Kokusai Display Systems 7372 132 cols:\
14477         :rs=\Eo1:tc=icl6404:
14479 #### Interactive Systems Corp
14481 # ISC used to sell OEMed and customized hardware to support ISC UNIX.
14482 # ISC UNIX still exists in 1995, but ISC itself is no more; they got
14483 # bought out by Sun.
14486 # From: <cithep!eric>  Wed Sep 16 08:06:44 1981
14487 # (intext: removed obsolete ":ma=^K^P^R^L^L ::bc=^_:", also the
14488 # ":le=^_:" later overridden -- esr)
14489 intext|Interactive Systems Corporation modified owl 1200:\
14490         :am:bs:\
14491         :co#80:it#8:li#24:sg#1:\
14492         :al=5.5*\020:bl=^G:bt=^Y:cd=5.5*\026J:ce=^Kp^R:cl=132^L:\
14493         :cm=\017%+ %+ :cr=\r:dc=5.5*\022:dl=5.5*\021:do=\n:ei=^V<:\
14494         :im=^V;:ip=5.5*:k0=^VJ\r:k1=^VA\r:k2=^VB\r:k3=^VC\r:\
14495         :k4=^VD\r:k5=^VE\r:k6=^VF\r:k7=^VG\r:k8=^VH\r:k9=^VI\r:\
14496         :kb=^H:kd=\n:ke=^V9:kh=^Z:kl=^_:kr=^^:\
14497         :ks=\036\072\264\026%%:ku=^\:le=^H:nd=^^:se=^V#\040:sf=\n:\
14498         :so=^V$,:ta=^I:up=^\:
14499 intext2|intextii|INTERACTIVE modified owl 1251:\
14500         :am:bw:ul:\
14501         :co#80:li#24:sg#0:ug#0:\
14502         :al=\E[L:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:\
14503         :cm=\E[%i%d;%dH:cr=\r:dc=\E[P:dl=\E[M:do=\E[B:ei=:ic=\E[@:\
14504         :im=:k0=\E@\r:k1=\EP\r:k2=\EQ\r:k3=\ES\r:k4=\ET\r:k5=\EU\r:\
14505         :k6=\EV\r:k7=\EW\r:k8=\EX\r:k9=\EY\r:kb=^H:kd=\EB\r:\
14506         :kh=\ER\r:kl=\ED\r:kr=\EC\r:ku=\EA\r:l0=REFRSH:l1=DEL CH:\
14507         :l2=TABSET:l3=GOTO:l4=+PAGE:l5=+SRCH:l6=-PAGE:l7=-SRCH:\
14508         :l8=LEFT:l9=RIGHT:le=\E[D:nd=\E[C:se=\E[2 D:sf=\E[S:\
14509         :so=\E[6 D:sr=\E[T:ta=^I:ue=\E[2 D:up=\E[A:us=\E[18 D:\
14510         :vb=\E[;;;;;;;;;2;;u\E[;;;;;;;;;1;;u:
14512 #### Kimtron (abm, kt)
14514 # Kimtron seems to be history, but as March 1998 these people are still
14515 # offering repair services for Kimtron equipment:
14517 #    Com/Pair Monitor Service
14518 #    1105 N. Cliff Ave.
14519 #    Sioux Falls, South Dakota 57103
14521 #    WATS voice:  1-800/398-4946
14522 #    POTS   fax: +1 605/338-8709
14523 #    POTS voice: +1 605/338-9650
14524 #         Email: <compair@sd.cybernex.net>
14525 #  Internet/Web: <http://www.com-pair.com>
14527 # Kimtron entries include (undocumented) codes for: enter dim mode,
14528 # enter bold mode, enter reverse mode, turn off all attributes.
14531 # Kimtron ABM 85 added by Dual Systems
14532 # (abm85: removed duplicated ":kd=^J:" -- esr)
14533 abm85|Kimtron ABM 85:\
14534         :am:bs:bw:ms:\
14535         :co#80:it#8:li#24:sg#1:ug#1:\
14536         :al=\EE:bt=\EI:cd=\Ey:ce=\Et:cl=\E*:cm=\E=%+ %+ :dc=\EW:\
14537         :dl=\ER:do=\n:ei=\Er:if=/usr/share/tabset/stdcrt:im=\EQ:\
14538         :is=\EC\EX\Eg\En\E%\Er\E(\Ek\Em\Eq:kb=^H:kd=\n:kh=^^:\
14539         :kl=^H:kr=^L:ku=^K:le=^H:nd=^L:se=\Ek:so=\Ej:ta=^I:ue=\Em:\
14540         :up=^K:us=\El:
14541 # Kimtron ABM 85H added by Dual Systems.
14542 # Some notes about the abm85h entries:
14543 # 1) there are several firmware revs of 85H in the world. Use abm85h-old for
14544 #    firmware revs prior to SP51
14545 # 2) Make sure to use abm85h entry if the terminal is in 85h mode and the
14546 #    abm85e entry if it is in tvi920 emulation mode. They are incompatible
14547 #    in some places and NOT software settable i.e., :is: can't fix it)
14548 # 3) In 85h mode, the arrow keys and special functions transmit when
14549 #    the terminal is in dup-edit, and work only locally in local-edit.
14550 #    Vi won't swallow `del char' for instance, but :ti: turns on
14551 #    dup-edit anyway so that the arrow keys will work right. If the
14552 #    arrow keys don't work the way you like, change :ti:, :te:, and
14553 #    :is:.  Note that 920E mode does not have software commands to toggle
14554 #    between dup and local edit, so you get whatever was set last on the
14555 #    terminal.
14556 # 4) :vb: attribute is nice, but seems too slow to work correctly
14557 #    (\Eb:pc:\Ed)
14558 # 5) Make sure `hidden' attributes are selected. If `embedded' attributes
14559 #    are selected, the <xmc@> entry should be removed.
14560 # 6) auto new-line should be on (selectable from setup mode only)
14562 # From: Erik Fair <fair@ucbarpa>  Sun Oct 27 07:21:05 1985
14563 abm85h|Kimtron ABM 85H native mode:\
14564         :hs:\
14565         :sg@:\
14566         :bl=^G:ds=\Ee:fs=\r:im=\EZ:\
14567         :is=\EC\EN\EX\024\016\EA\Ea\E%\E9\Ee\Er\En\E"\E}\E'\E(\Ef\r\EG0\Ed\E.4\El:\
14568         :kd=^V:me=\E(\EG0:mh=\E):mk@:ts=\Eg\Ef:vb@:ve=\E.4:vs=\E.2:\
14569         :tc=adm+sgr:tc=abm85:
14570 abm85e|Kimtron ABM 85H in 920E mode:\
14571         :sg@:\
14572         :bl=^G:im=\EZ:\
14573         :is=\EC\EX\EA\E%\E9\Ee\Er\En\E"\E}\E'\E(\Ef\r\Ek\Eq\Em:\
14574         :me=\E(\Ek:mh=\E):mr=\Ej:vb@:tc=abm85:
14575 abm85h-old|oabm85h|o85h|Kimtron ABM 85H with old firmware rev.:\
14576         :sg@:\
14577         :bl=^G:im=\EZ:\
14578         :is=\E}\EC\EX\Ee\En\E%\Er\E(\Ek\Em\Eq\Ed\ET\EC\E9\EF:\
14579         :me=\E(\Ek:mh=\E):mr=\Ej:tc=abm85:
14580 # From: <malman@bbn-vax.arpa>
14581 # (kt7: removed obsolete :ma=^V^J^L :" -- esr)
14582 kt7|kimtron model kt-7:\
14583         :am:bs:\
14584         :co#80:it#8:li#24:\
14585         :al=\EE:bt=\EI:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :dc=\EW:\
14586         :dl=\ER:do=^V:ei=:fs=\Eg:ho=^^:ic=\EQ:\
14587         :if=/usr/share/tabset/stdcrt:im=:is=\El\E":k0=^AI\r:\
14588         :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
14589         :k7=^AF\r:k8=^AG\r:k9=^AH\r:kA=\EE:kB=\EI:kC=^Z:kD=\EW:\
14590         :kE=\ET:kI=\EQ:kL=\ER:kS=\EY:kb=^H:kd=^V:kh=^^:kl=^H:kr=^L:\
14591         :ku=^K:le=^H:mk@:nd=^L:ta=^I:ts=\Ef:up=^K:tc=adm+sgr:
14592 # Renamed TB=^I to :ta:, BE=^G to :bl:, BS=^H to :kb:, N to :kS: (based on the
14593 # other kt7 entry and the adjacent key capabilities).  Removed EE which is
14594 # identical to :mh:.  Removed :ES=\EGD: which is some kind of highlight
14595 # but we can't figure out what.
14596 kt7ix|kimtron model kt-7 or 70 in IX mode:\
14597         :am:bw:\
14598         :co#80:it#8:li#25:\
14599         :@7=\EY:PU=\EK:ac=jYk?lZm@nEqDt4uCvAwBx3:ae=\E%%:al=\EE:\
14600         :as=\E$:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E*:cm=\E=%+ %+ :\
14601         :cr=\r:dc=\EW:dl=\ER:do=^V:ds=\Ef\r:ei=:fs=\r:ho=^^:ic=\EQ:\
14602         :im=:is=\EG0\E s\017\E~:k0=^AI\r:k1=^A@\r:k2=^AA\r:\
14603         :k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:\
14604         :k9=^AH\r:kA=\EE:kB=\EI:kC=\E*:kE=\ET:kI=\EQ:kL=\ER:kN=\EJ:\
14605         :kS=\EY:kb=^H:kd=\E[B:kh=^^:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
14606         :mb=\EG2:me=\EG0:mh=\EG@:nd=^L:nw=\r\n:se=\EG0:sf=\n:\
14607         :so=\EG4:ta=^I:ts=\Ef:ue=\EG0:up=^K:us=\EG8:ve=\E.3:vi=\E.0:
14609 #### Microdata/MDIS
14611 # This was a line of terminals made by McDonnell-Douglas Information Systems.
14612 # These entries come direct from MDIS documentation.  I have edited them only
14613 # to move primary names of the form p[0-9] * to aliases, and to comment out
14614 # :ae:/:as: in a couple of entries without <acsc> strings.  I have
14615 # also removed the change history; the last version indicates this is
14616 # version 4.3 by A.Barkus, September 1990 (earliest entry is October 1989).
14619 # McDonnell Information Systems Terminal Family History
14620 # =========================================
14622 # Prism-1, Prism-2 and P99:
14623 #       Ancient Microdata and CMC terminals, vaguely like Adds Regent 25.
14625 # Prism-4 and Prism-5:
14626 #       Slightly less ancient range of Microdata terminals. Follow-on from
14627 #       Prism-2, but with many enhancements. P5 has eight display pages.
14629 # Prism-6:
14630 #       A special terminal for use with library systems, primarily in Germany.
14631 #       Limited numbers. Similar functionality to P5 (except attributes?).
14633 # Prism-7, Prism-8 and Prism-9:
14634 #       More recent range of MDIS terminals, in which P7 and P8
14635 #       replace the P4 & P5, with added functionality, and P9 is the flagship.
14636 #       The P9 has two emulation modes - P8 and ANSI - and includes a
14637 #       large number of the DEC VT220 control sequences. Both
14638 #       P8 and P9 support 80c/24ln/8pg and 132cl/24li/4pg formats.
14640 # Prism-12 and Prism-14:
14641 #       Latest range, functionally very similar to the P9.  The P14 has a
14642 #       black-on-white overscanning screen.
14644 # The terminfo definitions given here are:
14646 # p2      - Prism-2 (or Prism-1 or P99).
14648 # p4      - Prism-4 (and older P7s & P8s).
14649 # p5      - Prism-5 (or Prism-6).
14651 # p7      - Prism-7.
14652 # p8      - Prism-8 (in national or multinational mode).
14653 # p8-w    - 132 column version of p8.
14654 # p9      - Prism-9 in ANSI mode.
14655 # p9-w    - 132 column version of p9.
14656 # p9-8    - Prism-9 in Prism-8 emulation mode.
14657 # p9-8-w  - As p9-8, but with 132 columns.
14659 # p12     - Prism-12 in ANSI mode.
14660 # p12-w   - 132 column version of p12.
14661 # p12-m   - Prism-12 in MDC emulation mode.
14662 # p12-m-w - As p12-m, but with 132 columns.
14663 # p14     - Prism-14 in ANSI mode.
14664 # p14-w   - 132 column version of p14.
14665 # p14-m   - Prism-14 in MDC emulation mode.
14666 # p14-m-w - As p14-m, but with 132 columns.
14668 # p2: Prism-2
14669 # -----------
14671 # Includes Prism-1 and basic P99 without SP or MP loaded.
14672 # The simplest form of Prism-type terminal.
14673 # Basic cursor movement and clearing operations only.
14674 # No video attributes.
14675 # Notes:
14676 #  Horizontal cursor qualifiers of NUL, XON and XOFF are mapped to the next
14677 #  value up, followed by backspace.
14679 prism2|MDC Prism-2:\
14680         :am:bw:ms:\
14681         :co#80:li#24:\
14682         :bl=^G:cd=\EJ:ce=\EK:cl=20^L:cr=\r:cv=^K%+ :do=\n:ho=^A:\
14683         :kb=^H:kh=^A:le=^H:nd=^F:sf=\n:up=^Z:
14685 # p4: Prism-4
14686 # -----------
14688 # Includes early versions of P7 & P8.
14689 # Basic family definition for most Prisms (except P2 and P9 ANSI).
14690 # Notes:
14691 #  Horizontal cursor qualifiers of NUL, XON and XOFF are mapped to the next
14692 #  value up, followed by backspace.
14693 #  Cursor key definitions removed because they interfere with vi and csh keys.
14695 prism4|p4|P4|MDC Prism-4:\
14696         :5i:am:bw:hs:ms:\
14697         :co#80:li#24:sg#1:ug#1:ws#72:\
14698         :bl=^G:cd=\EJ:ce=\EK:cl=20^L:cr=\r:cv=^K%+ :do=\n:\
14699         :ds=\035\343\035\345:fs=\035\345:ho=^A:kb=^H:kh=^A:le=^H:\
14700         :mb=^CB:me=^C\040:mh=^CA:mk=^CH:mr=^CD:nd=^F:pf=\ET:po=\ER:\
14701         :ps=\EU:se=^C\040:sf=\n:so=^CD:ts=\035\343:ue=^C\040:up=^Z:\
14702         :us=^CP:ve=\035\342:vi=\035\344:
14704 # p5: Prism-5
14705 # -----------
14707 # Same definition as p4. Includes Prism-6 (not tested!).
14708 # Does not use any multi-page features.
14710 prism5|p5|P5|MDC Prism-5:\
14711         :tc=p4:
14713 # p7: Prism-7
14714 # -----------
14716 # Similar definition to p4. Uses ANSI cursor motion to avoid network problems.
14717 # Notes:
14718 #  Use p4 for very early models of P7.
14719 #  Rev-index removed; can't send nulls to terminal in 8-bit modes.
14721 prism7|p7|P7|MDC Prism-7:\
14722         :ch@:cm=\E[%i%d;%dH:cv@:tc=p4:
14724 # p8: Prism-8
14725 # -----------
14727 # Similar definition to p7. Uses ANSI cursor motion to avoid network problems.
14728 # Supports national and multinational character sets.
14729 # Notes:
14730 #  Alternate char set operations only work in multinational mode.
14731 #  Use p4 for very early models of P8.
14732 #  Rev-index removed; can't send nulls to terminal in 8-bit modes.
14733 # (esr: commented out :as:/:ae: because there's no <acsc>)
14735 prism8|p8|P8|MDC Prism-8:\
14736         :ch=\E[%i%d`:cm=\E[%i%d;%dH:cv=\E[%i%dd:is=\E[<12h:tc=p4:
14738 # p8-w: Prism-8 in 132 column mode
14739 # --------------------------------
14741 # 'Wide' version of p8.
14742 # Notes:
14743 #  Rev-index removed; can't send nulls to terminal in 8-bit modes.
14745 prism8-w|p8-w|P8-W|MDC Prism-8 in 132 column mode:\
14746         :co#132:\
14747         :is=\E[<12h\E[<14h:tc=p8:
14749 # p9: Prism-9 in ANSI mode
14750 # -------------------------
14752 # The "flagship" model of this generation of terminals.
14753 # ANSI X3.64 (ISO 6429) standard sequences, plus many DEC VT220 ones.
14754 # Notes:
14755 #  Tabs only reset by "reset". Otherwise assumes default (8 cols).
14756 #  Fixes to deal with terminal firmware bugs:
14757 #  . 'ri' uses insert-line since rev index doesn't always
14758 #  . 'sgr0' has extra '0' since esc[m fails
14759 #  . 'fsl' & 'dsl' use illegal char since cr is actioned wrong on line 25
14760 #  Not covered in the current definition:
14761 #  . Labels
14762 #  . Programming Fn keys
14763 #  . Graphic characters (defaults correctly to vt100)
14764 #  . Padding values (sets xon)
14765 # (esr: commented out :as:/:ae: because there's no <acsc>)
14767 prism9|p9|P9|MDC Prism-9 in ANSII mode:\
14768         :am:bw:hs:ms:xn:xo:\
14769         :co#80:it#8:li#24:vt#3:ws#72:\
14770         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\E[23~:\
14771         :F2=\E[24~:F3=\E[25~:F4=\E[26~:F5=\E[28~:F6=\E[29~:\
14772         :F7=\E[31~:F8=\E[32~:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
14773         :al=\E[L:bl=^G:bt=\E[Z:cd=10\E[J:ce=\E[K:ch=\E[%i%d`:cl=^L:\
14774         :cm=\E[%i%d;%dH:cr=\r:cs=\E[%i%d;%d%%v:ct=\E[3g:\
14775         :cv=\E[%i%dd:dc=\E[P:dl=\E[M:do=\n:ds=\E[%}\024:ec=\E[%dX:\
14776         :ei=\E[4l:fs=^T:ho=\E[H:im=\E[4h:is=\E[&p\E[<12l\E F:\
14777         :k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:\
14778         :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:kC=^L:\
14779         :kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
14780         :mb=\E[5m:md=\E[1m:me=\E[0m\017:mp=\E[32%{:mr=\E[7m:\
14781         :nd=\E[C:nw=\r\n:rc=\E[%z:rp=\E[%r%db%.:\
14782         :rs=\E[&p\E[<12l\E F\E[3g\E[9;17;25;33;41;49;57;65;73 N:\
14783         :sc=\E[%y:se=\E[27m:sf=\n:so=\E[7m:sr=\E[L:st=\EH:ta=^I:\
14784         :ts=\E[%i%d%%}:ue=\E[24m:up=\E[A:us=\E[4m:ve=\E[<4h:\
14785         :vi=\E[<4l:tc=ansi+pp:
14787 # p9-w: Prism-9 in 132 column mode
14788 # --------------------------------
14790 # 'Wide' version of p9.
14792 prism9-w|p9-w|P9-W|MDC Prism-9 in 132 column mode:\
14793         :co#132:\
14794         :is=\E[&p\E[<12l\E F\E[<14h:\
14795         :rs=\E[&p\E[<12l\E F\E[<14h:tc=p9:
14797 # p9-8: Prism-9 in P8 mode
14798 # ------------------------
14800 # P9 terminal in P8 emulation mode.
14801 # Similar to p8 definition.
14802 # Insertion and deletion operations possible.
14804 prism9-8|p9-8|P9-8|MDC Prism-9 in P8 mode:\
14805         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:IC=\E[%d@:al=\E[L:dc=\E[P:\
14806         :dl=\E[M:ei=:ic=\E[@:im=:tc=p8:
14808 # p9-8-w: Prism-9 in P8 and 132 column modes
14809 # ------------------------------------------
14811 # P9 terminal in P8 emulation mode and 132 column mode.
14813 prism9-8-w|p9-8-w|P9-8-W|MDC Prism-9 in Prism 8 emulation and 132 column mode:\
14814         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:IC=\E[%d@:al=\E[L:dc=\E[P:\
14815         :dl=\E[M:ei=:ic=\E[@:im=:tc=p8-w:
14817 # p12: Prism-12 in ANSI mode
14818 # ---------------------------
14820 # See p9 definition.
14822 prism12|p12|P12|MDC Prism-12 in ANSI mode:\
14823         :tc=p9:
14825 # p12-w: Prism-12 in 132 column mode
14826 # ----------------------------------
14828 # 'Wide' version of p12.
14830 prism12-w|p12-w|P12-W|MDC Prism-12 in 132 column mode:\
14831         :tc=p9-w:
14833 # p12-m: Prism-12 in MDC emulation mode
14834 # -------------------------------------
14836 # P12 terminal in MDC emulation mode.
14837 # Similar to p8 definition.
14838 # Insertion and deletion operations possible.
14840 prism12-m|p12-m|P12-M|MDC Prism-12 in MDC emulation mode:\
14841         :tc=p9-8:
14843 # p12-m-w: Prism-12 in MDC emulation and 132 column modes
14844 # -------------------------------------------------------
14846 # P12 terminal in MDC emulation mode and 132 column mode.
14848 prism12-m-w|p12-m-w|P12-M-W|MDC Prism-12 in MDC emulation and 132 column mode:\
14849         :tc=p9-8-w:
14851 # p14: Prism-14 in ANSII mode
14852 # ---------------------------
14854 # See p9 definition.
14856 prism14|p14|P14|MDC Prism-14 in ANSII mode:\
14857         :tc=p9:
14859 # p14-w: Prism-14 in 132 column mode
14860 # ----------------------------------
14862 # 'Wide' version of p14.
14864 prism14-w|p14-w|P14-W|MDC Prism-14 in 132 column mode:\
14865         :tc=p9-w:
14867 # p14-m: Prism-14 in MDC emulation mode
14868 # -------------------------------------
14870 # P14 terminal in MDC emulation mode.
14871 # Similar to p8 definition.
14872 # Insertion and deletion operations possible.
14874 prism14-m|p14-m|P14-M|MDC Prism-14 in MDC emulation mode:\
14875         :tc=p9-8:
14877 # p14-m-w: Prism-14 in MDC emulation and 132 column modes
14878 # -------------------------------------------------------
14880 # P14 terminal in MDC emulation mode and 132 column mode.
14882 prism14-m-w|p14-m-w|P14-M-W|MDC Prism-14 in MDC emulation and 132 column mode:\
14883         :tc=p9-8-w:
14885 # End of McDonnell Information Systems Prism definitions
14887 # These things were popular in the Pick database community at one time
14888 # From: George Land <georgeland@aol.com> 24 Sep 1996
14889 p8gl|prism8gl|McDonnell-Douglas Prism-8 alternate definition:\
14890         :am:bw:hs:mi:\
14891         :co#80:li#24:ma#1:sg#1:ug#1:ws#78:\
14892         :F2=^AJ\r:F3=^AK\r:F4=^AL\r:F5=^AM\r:F6=^AN\r:F7=^AO\r:\
14893         :bl=^G:cd=\EJ:ce=\EK:cl=^L:cm=\E[%i%d;%dH:cr=\r:dc=\040^H:\
14894         :dl=^P:do=\n:ho=^A:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:\
14895         :k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:\
14896         :kD=\040^H:kE=\EK:kL=^P:kS=\EJ:kb=^H:kd=\n:kh=^A:kl=^U:kr=^F:\
14897         :ku=^Z:l1=F1:l2=F2:l3=F3:l4=F4:l5=F5:l6=F6:l7=F7:l8=F8:l9=F9:\
14898         :la=F10:le=^U:mb=^CB:me=^C\040:mh=^CA:mk=^CH:mr=^CD:nd=^F:\
14899         :nw=\n\r:pc=\200:se=^C\040:sf=\n:so=^CE:ue=^C\040:up=^Z:\
14900         :us=^C0:
14902 #### Microterm (act, mime)
14904 # The mime1 entries refer to the Microterm Mime I or Mime II.
14905 # The default mime is assumed to be in enhanced act iv mode.
14908 # New "safe" cursor movement (5/87) from <reuss@umd5.umd.edu>.  Prevents
14909 # freakout with out-of-range args on Sytek multiplexors.  No :so=^N: and
14910 # :se=^N: since  it gets confused and it's too dim anyway.  No :ic:
14911 # since Sytek insists ^S means xoff.
14912 # (act4: found ":ic=2^S:ei=:im=:ip=.1*^V:" commented out in 8.3 -- esr)
14913 act4|microterm|microterm act iv:\
14914         :am:bs:\
14915         :co#80:li#24:\
14916         :al=2.3*\001<2.3*/>:bl=^G:cd=2.2*\037:ce=.1*^^:cl=12^L:\
14917         :cm=\024%+^X%>/0%+P:cr=\r:dc=.1*^D:dl=2.3*\027:do=^K:\
14918         :ho=^]:kd=^K:kl=^H:kr=^X:ku=^Z:le=^H:nd=^X:sf=\n:up=^Z:
14919 # The padding on :sr: and :ta: for act5 and mime is a guess and not final.
14920 # The act 5 has hardware tabs, but they are in columns 8, 16, 24, 32, 41 (!)...
14921 # (microterm5: removed obsolete ":ma==^Z^P^Xl^Kj:" -- esr)
14922 act5|microterm5|microterm act v:\
14923         :kd=^K:kl=^H:kr=^X:ku=^Z:sr=3\EH:uc=^H\EA:tc=act4:
14924 # Mimes using brightness for standout.  Half bright is really dim unless
14925 # you turn up the brightness so far that lines show up on the screen.
14926 mime-fb|full bright mime1:\
14927         :is=^S\E:se=^S:so=^Y:tc=mime:
14928 mime-hb|half bright mime1:\
14929         :is=^Y\E:se=^Y:so=^S:tc=mime:
14930 # (mime: removed obsolete ":ma=^X ^K^J^Z^P:"; removed ":do=^K:" that overrode
14931 # the more plausible ":do=^J:" -- esr)
14932 # uc was at one time disabled to get around a curses bug, be wary of it
14933 mime|mime1|mime2|mimei|mimeii|microterm mime1:\
14934         :am:bs:\
14935         :co#80:it#8:li#24:vt#9:\
14936         :al=80^A:bl=^G:cd=^_:ce=^^:cl=^]^C:cm=\024%+^X%> 0%+P:\
14937         :cr=\r:dl=80^W:do=\n:ho=^]:is=^S\E^Q:kd=^K:kl=^H:kr=^X:ku=^Z:\
14938         :le=^H:nd=^X:sf=\n:sr=3^R:ta=2^I:uc=^U:up=^Z:
14939 # These termcaps (for mime2a) put the terminal in low intensity mode
14940 # since high intensity mode is so obnoxious.
14941 mime2a-s|microterm mime2a (emulating an enhanced soroc iq120):\
14942         :am:bs:\
14943         :co#80:li#24:\
14944         :al=20*^A:bl=^G:cd=20*\EJ:ce=\EK:cl=\EL:cm=\E=%+ %+ :cr=\r:\
14945         :dc=\ED:dl=20*^W:do=\n:ei=^Z:ho=^^:im=\EE:ip=2:is=\E):kd=\n:\
14946         :kl=^H:kr=^L:ku=^K:le=^H:nd=^L:se=\E;:sf=\n:so=\E\072:sr=\EI:\
14947         :ue=\E7:up=\EI:us=\E6:
14948 # This is the preferred mode (but ^X can't be used as a kill character)
14949 mime2a|mime2a-v|microterm mime2a (emulating an enhanced vt52):\
14950         :bs:\
14951         :co#80:it#8:li#24:\
14952         :al=20*^A:bl=^G:cd=20*\EQ:ce=\EP:cl=\EL:cm=\EY%+ %+ :cr=\r:\
14953         :dc=^N:dl=20*^W:do=\n:ei=^Z:ho=\EH:im=^O:ip=2:is=^Y:kd=\EB:\
14954         :kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:se=\E9:sf=\n:so=\E8:\
14955         :sr=\EA:ta=^I:ue=\E5:up=\EA:us=\E4:
14956 # (mime3a: removed obsolete ":ma=^X ^K^J^Z^P:" -- esr)
14957 mime3a|mime1 emulating 3a:\
14958         :am@:\
14959         :kd=^K:kl=^H:kr=^X:ku=^Z:tc=adm3a:
14960 mime3ax|mime-3ax|mime1 emulating enhanced 3a:\
14961         :it#8:\
14962         :al=80^A:cd=^_:ce=^X:dl=80^W:ta=3^I:tc=mime3a:
14963 # Wed Mar  9 18:53:21 1983
14964 # We run our terminals at 2400 baud, so there might be some timing problems at
14965 # higher speeds. The major improvements in this model are the terminal now
14966 # scrolls down and insert mode works without redrawing the rest of the line
14967 # to the right of the cursor. This is done with a bit of a kludge using the
14968 # exit graphics mode to get out of insert, but it does not appear to hurt
14969 # anything when using vi at least. If you have some users using act4s with
14970 # programs that use curses and graphics mode this could be a problem.
14971 mime314|mm314|mime 314:\
14972         :am:\
14973         :co#80:li#24:\
14974         :al=^A:cd=^_:ce=^^:cl=^L:cm=\024%.%.:dc=^D:dl=^W:ei=^V:ho=^]:\
14975         :im=^S:kd=^K:kl=^H:kr=^X:ku=^Z:le=^H:nd=^X:ta=^I:up=^Z:
14976 # Microterm mime 340 from University of Wisconsin
14977 mm340|mime340|mime 340:\
14978         :co#80:li#24:\
14979         :al=46\EU:cd=2*^_:ce=2.1\EL:cl=12^Z:cm=\E=%+ %+ :cr=\r:\
14980         :dc=2.1*\E#:dl=49.6\EV:do=\n:is=\E,:kb=^H:kd=\n:kl=^H:ku=^K:\
14981         :le=^H:nd=^L:nw=\r\n:sf=\n:ta=^I:up=^K:
14982 # This came from University of Wisconsin marked "astro termcap for jooss".
14983 # (mt4520-rv: removed obsolete ":kn#4:" and incorrect ":ri=\E[C:";
14984 # also added <rmam>/<smam> based  on the init string -- esr)
14985 mt4520-rv|micro-term 4520 reverse video:\
14986         :am:hs:ms:xn:xo:\
14987         :co#80:it#8:li#24:ws#80:\
14988         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
14989         :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:\
14990         :al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
14991         :cr=\r:cs=\E[%i%d;%dr:ct=\E[g:dc=\E[P:dl=\E[M:do=\E[B:ei=:\
14992         :fs=\E[?5l\E[?5h:ho=\E[H:ic=\E[@:im=:\
14993         :is=\E(B\E[2l\E>\E[20l\E[?3l\E[?5h\E[?7h\E[1;24r\E[24;1H\E[H\E[J:\
14994         :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kb=^H:kd=\E[B:kh=\E[H:\
14995         :kl=\E[D:kr=\E[C:ku=\E[A:le=\E[D:ll=\E[24;1H:me=\E[m:\
14996         :nd=\E[C:nw=\EE:\
14997         :r1=\E(B\E[2l\E>\E[20l\E[?3l\E[?5h\E[?7h\E[H\E[J:\
14998         :rc=\E8:rf=/usr/share/tabset/vt100:sc=\E7:se=\E[0m:\
14999         :sf=\ED:so=\E[7m:sr=\EM:st=\EH:ta=^I:ts=\E[25;1H:ue=\E[24m:\
15000         :up=\E[A:us=\E[4m:vb=\E[?5l\E[?5h:ve=\E[0V\E8:\
15001         :vs=\E7\E[0U:
15003 # Fri Aug  5 08:11:57 1983
15004 # This entry works for the ergo 4000 with the following setups:
15005 # ansi,wraparound,newline disabled, xon/xoff disabled in both
15006 # setup a & c.
15008 # WARNING!!! There are multiple versions of ERGO 4000 microcode
15009 # Be advised that very early versions DO NOT WORK RIGHT !!
15010 # Microterm does have a ROM exchange program- use it or lose big
15011 # (ergo400: added <rmam>/<smam> based on the init string -- esr)
15012 ergo4000|microterm ergo 4000:\
15013         :da:db:ms:\
15014         :co#80:li#66:\
15015         :RA=\E[?7l:SA=\E[?7m:al=5*\E[1L:bl=^G:cd=15\E[0J:\
15016         :ce=13\E[0K:cl=80\E[H\E[2J:cm=\E[%i%d;%dH:cr=\r:\
15017         :dc=80\E[1P:dl=5*\E[1M:do=\E[B:ei=\E[4l:im=6\E[4h:\
15018         :is=300\E<\E=\E[?1l\E[?4l\E[?5l\E[?7h\E[?8h:k1=\EOP:\
15019         :k2=\EOQ:k3=\EOR:k4=\EOS:kd=\E[B:ke=4\E=:kl=\E[D:kr=\E[C:\
15020         :ks=4\E=:ku=\E[A:l1=pf1:l2=pf2:l3=pf3:l4=pf4:le=^H:\
15021         :me=20\E[m:nd=\E[C:se=20\E[m:sf=20*\ED:so=20\E[7m:\
15022         :sr=20*\EM:ta=^I:up=\E[A:
15024 #### NCR
15026 # NCR's terminal group was merged with AT&T's when AT&T bought the company.
15027 # For what happened to that group, see the ADDS section.
15029 # There is an NCR4103 terminal that's just a re-badged Wyse-50.
15032 # The following vendor-supplied termcaps were captured from the Boundless
15033 # Technologies site, 8 March 1998.  I removed all-upper-case names that were
15034 # identical, except for case, to lower-case ones.  I also uncommented the acsc
15035 # capabilities.X
15037 # The Intecolor emulation of the NCR 2900/260C color terminal is basically a
15038 # DEC vt200/300 with color capabilities added.
15039 ncr260intan|NCR Intecolor emulation of the 2900_260C with an ANSI keyboard:\
15040         :Co#8:pa#64:\
15041         :AB=\E[4%dm:AF=\E[3%dm:op=\E[0m:tc=ncr260vt300an:
15042 # The Intecolor emulation of the NCR 2900/260C color terminal is basically a
15043 # DEC vt200/300 with color capabilities added.
15044 ncr260intwan|NCR Intecolor emulation of the 2900_260C with an ANSI keyboard:\
15045         :Co#8:pa#64:\
15046         :AB=\E[4%dm:AF=\E[3%dm:op=\E[0m:tc=ncr260vt300wan:
15047 # The Intecolor emulation of the NCR 2900/260C color terminal is basically a
15048 # DEC vt200/300 with color capabilities added.
15049 ncr260intpp|NCR Intecolor emulation of the 2900_260C with a PC+ keyboard:\
15050         :Co#8:pa#64:\
15051         :AB=\E[4%dm:AF=\E[3%dm:op=\E[0m:tc=ncr260vt300pp:
15052 # The Intecolor emulation of the NCR 2900/260C color terminal is basically a
15053 # DEC vt200/300 with color capabilities added.
15054 ncr260intwpp|NCR Intecolor emulation of the 2900_260C with a PC+ keyboard in 132 column mode:\
15055         :Co#8:pa#64:\
15056         :AB=\E[4%dm:AF=\E[3%dm:op=\E[0m:tc=ncr260vt300wpp:
15057 # This definition for ViewPoint supports several attributes.  This means
15058 # that it has magic cookies (extra spaces where the attributes begin).
15059 # Some applications do not function well with magic cookies.  The System
15060 # Administrator's Shell in NCR Unix SVR4 1.03 is one such application.
15061 # If supporting various attributes is not vital, 'xmc#1' and the extra
15062 # attributes can be removed.
15063 # Mapping to ASCII character set ('acsc' capability) can also be
15064 # restored if needed.
15065 # (rmacs/smacs removed for consistency)
15066 # (acsc removed to fit entry within 1023 bytes)
15067 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
15068 ncr260vppp|NCR 2900_260 viewpoint:\
15069         :am:bw:hs:km:mi:ms:xo:\
15070         :co#80:li#24:sg#1:ug#1:\
15071         :K1=^A:K3=\EJ:K4=\ET:K5=\EJ:al=2\EM:bl=^G:bt=\EI:cd=2\Ek:\
15072         :ce=2\EK:cl=40^L:cm=5\EY%+ %+ :cr=2\r:dc=2\EW:dl=2\El:\
15073         :do=2\n:ds=\E`c:ei=\Er:fs=\r:ho=2^^:im=\Eq:\
15074         :is=100\Ee6\E~%\E+\E`\072\Ed/\E`1\EO\Ee4\Ec@0@\Ec@1A\EcB0\EcC1\Ee7:\
15075         :k1=^B1\r:k2=^B2\r:k3=^B3\r:k4=^B4\r:k5=^B5\r:k6=^B6\r:\
15076         :k7=^B7\r:k8=^B8\r:k9=^B9\r:kD=\EW:kI=\Eq:kN=\EJ:kP=\EJ:\
15077         :kb=^H:kd=\n:kh=^A:kl=^U:kr=^F:ku=^Z:le=2^H:ll=5^A:mb=\EG2:\
15078         :me=\EG0\EH\003:mh=\EGp:mr=\EG4:nd=2^F:nw=2^_:\
15079         :rs=100\Ee6\E~%\E+\E`\072\Ed/\E`1\EO\Ee4\Ec@0@\Ec@1A\EcB0\EcC1\Ee7:\
15080         :se=\EG0:sf=2\n:so=\EG4:sr=2\Ej:st=\E1:ta=^I:ts=\EF:ue=\EG0:\
15081         :up=2^Z:us=\EG8:ve=\E`5:vi=\E`0:
15082 ncr260vpwpp|NCR 2900_260 viewpoint wide mode:\
15083         :co#132:\
15084         :cm=30\Ea%i%dR%dC:\
15085         :is=100\Ee6\E~%\E+\E`;\Ed/\E`1\EO\Ee4\Ec@0@\Ec@1A\EcB0\EcC1\Ee7:\
15086         :rs=100\Ee6\E~%\E+\E`;\Ed/\E`1\EO\Ee4\Ec@0@\Ec@1A\EcB0\EcC1\Ee7:\
15087         :tc=ncr260vppp:
15088 ncr260vt100an|NCR 2900_260 vt100 with ansi kybd:\
15089         :am:hs:mi:ms:xn:xo:\
15090         :Nl#32:co#80:li#24:\
15091         :%0=\E[29~:%1=\E[28~:*6=\E[4~:@0=\E[1~:AL=5\E[%dL:\
15092         :DC=5\E[%dP:DL=5\E[%dM:DO=5\E[%dB:IC=5\E[%d@:LE=5\E[%dD:\
15093         :RI=5\E[%dC:SF=5\E[%dE:UP=5\E[%dA:\
15094         :ac=``aaffggjjkkllmmnnooqqssttuuvvwwxx~~:ae=^O:\
15095         :al=5\E[L:as=^N:bl=^G:cb=3\E[1K:cd=5\E[0J:ce=3\E[0K:\
15096         :ch=40\E[%dG:cl=20\E[2J\E[1;1H:cm=10\E[%i%d;%dH:cr=1\r:\
15097         :cs=\E[%i%d;%dr:ct=\E[3g:cv=40\E[%dd:dc=5\E[1P:dl=5\E[M:\
15098         :do=5\E[B:ds=\E[0$~\E[1$~:ec=\E[%dX:ei=\E[4l:fs=\E[0$}:\
15099         :ho=1\E[H:im=\E[4h:\
15100         :is=200\E[!p\E[?7;19;67h\E[?1;3;4l\E(B\E)0\017\E[2J\E[1;1H\E>:\
15101         :kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:kd=\EOB:\
15102         :ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:\
15103         :le=5\E[D:mb=\E[5m:md=\E[1m:me=20\E[0m:mk=\E[8m:mr=\E[7m:\
15104         :nd=5\E[C:nw=5\EE:rc=\E8:\
15105         :rs=200\E[!p\E[?7;19;67h\E[?1;3;4l\E(B\E)0\017\E[2J\E[1;1H\E>:\
15106         :sc=\E7:se=\E[0m:sf=5\ED:so=\E[1;7m:sr=5\EM:st=\EH:ta=^I:\
15107         :ts=\E[2$~\E[1$}:ue=\E[0m:up=5\E[A:us=\E[4m:ve=\E[?25h:\
15108         :vi=\E[?25l:tc=vt220+keypad:
15109 ncr260vt100wan|NCR 2900_260 vt100 wide mode ansi kybd:\
15110         :co#132:\
15111         :cm=30\E[%i%d;%dH:\
15112         :is=200\E[!p\E[?3;7;19;67h\E[?1;4l\E(B\E)0\017\E[2J\E[1;1H\E>:\
15113         :rs=200\E[!p\E[?3;7;19;67h\E[?1;4l\E(B\E)0\017\E[2J\E[1;1H\E>:\
15114         :tc=ncr260vt100an:
15115 ncr260vt100pp|NCR 2900_260 vt100 with PC+ kybd:\
15116         :@7=\E[5~:K1=\E[H:K2=\E[V:K3=\EOu:K5=\E[U:\
15117         :is=200\E[!p\E[?7;19;67h\E[?1;3;4l\E(B\E)0\017\E[2J\E[1;1H\E>:\
15118         :kD=\E[4~:kI=\E[1~:kN=\E[6~:kP=\E[3~:kd=\E[B:ke=\E>:\
15119         :kh=\E[2~:kl=\E[D:kr=\E[C:ks=\E=:ku=\E[A:l1=pf1:l2=pf2:\
15120         :l3=pf3:l4=pf4:\
15121         :rs=200\E[!p\E[?7;19;67h\E[?1;3;4l\E(B\E)0\017\E[2J\E[1;1H\E>:\
15122         :tc=ncr260vt100an:
15123 ncr260vt100wpp|NCR 2900_260 vt100 wide mode pc+  kybd:\
15124         :co#132:\
15125         :cm=30\E[%i%d;%dH:\
15126         :is=200\E[!p\E[?3;7;19;67h\E[?1;4l\E(B\E)0\017\E[2J\E[1;1H\E>:\
15127         :rs=200\E[!p\E[?3;7;19;67h\E[?1;4l\E(B\E)0\017\E[2J\E[1;1H\E>:\
15128         :tc=ncr260vt100pp:
15129 # (sgr removed to fit entry within 1023 bytes)
15130 # (acsc removed to fit entry within 1023 bytes)
15131 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
15132 ncr260vt200an|NCR 2900_260 vt200 with ansi kybd:\
15133         :am:hs:mi:ms:xn:xo:\
15134         :co#80:li#24:\
15135         :AL=5\E[%dL:DC=5\E[%dP:DL=5\E[%dM:DO=5\E[%dB:IC=5\E[%d@:\
15136         :LE=5\E[%dD:RI=5\E[%dC:SF=5\E[%dE:UP=5\E[%dA:ae=20^O:\
15137         :al=5\E[L:as=20^N:bl=^G:cd=\E[0J:ce=5\E[0K:\
15138         :cl=20\E[2J\E[1;1H:cm=10\E[%i%d;%dH:cr=1\r:\
15139         :cs=5\E[%i%d;%dr:ct=\E[3g:dc=5\E[1P:dl=5\E[M:do=5\E[B:\
15140         :ds=\E[0$~\E[1$~:ec=5\E[%dX:ei=\E[4l:fs=\E[0$}:ho=\E[H:\
15141         :im=\E[4h:\
15142         :is=200\E[!p\E[?7;19;67h\E[?1;3;4l\E(B\E)0\017\E[2J\E[1;1H\E>:\
15143         :k0=\EOy:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[M:k6=\E[17~:\
15144         :k7=\E[18~:k8=\E[19~:k9=\E[20~:kD=\E[3~:kI=\E[2~:kN=\E[6~:\
15145         :kP=\E[5~:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:\
15146         :ks=\E[?1h\E=:ku=\EOA:le=5\E[D:mb=\E[5m:md=\E[1m:\
15147         :me=20\E[0m:mr=\E[7m:nd=5\E[C:nw=\EE:rc=\E8:\
15148         :rs=200\E[!p\E[?7;19;67h\E[?1;3;4l\E(B\E)0\017\E[2J\E[1;1H\E>:\
15149         :sc=\E7:se=\E[27m:sf=5\ED:so=\E[7m:sr=5\EM:st=\EH:ta=^I:\
15150         :ts=\E[2$~\E[1$}:ue=\E[24m:up=5\E[A:us=\E[4m:ve=\E[?25h:\
15151         :vi=\E[?25l:tc=vt220+keypad:
15152 ncr260vt200wan|NCR 2900_260 vt200 wide mode ansi kybd:\
15153         :co#132:\
15154         :cm=30\E[%i%d;%dH:\
15155         :is=200\E[!p\E[?3;7;19;67h\E[?4l\E(B\E)0\017\E[2J\E[1;1H:\
15156         :rs=200\E[!p\E[?3;7;19;67h\E[?4l\E(B\E)0\017\E[2J\E[1;1H:\
15157         :tc=ncr260vt200an:
15158 ncr260vt200pp|NCR 2900_260 vt200 with pc+ kybd:\
15159         :@7=\E[1~:K1=\E[H:K2=\E[V:K3=\EOu:K5=\E[U:kD=\E[4~:\
15160         :kI=\E[2~:kN=\E[6~:kP=\E[5~:kd=\E[B:ke=\E>:kh=\E[H:kl=\E[D:\
15161         :kr=\E[C:ks=\E=:ku=\E[A:l1=pf1:l2=pf2:l3=pf3:l4=pf4:\
15162         :tc=ncr260vt200an:
15163 ncr260vt200wpp|NCR 2900_260 vt200 wide mode pc+  kybd:\
15164         :co#132:\
15165         :cm=30\E[%i%d;%dH:\
15166         :is=200\E[!p\E[?3;7;19;67h\E[?1;4l\E(B\E)0\017\E[2J\E[1;1H\E>:\
15167         :rs=200\E[!p\E[?3;7;19;67h\E[?1;4l\E(B\E)0\017\E[2J\E[1;1H\E>:\
15168         :tc=ncr260vt200pp:
15169 # (sgr removed to fit entry within 1023 bytes)
15170 # (acsc removed to fit entry within 1023 bytes)
15171 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
15172 ncr260vt300an|NCR 2900_260 vt300 with ansi kybd:\
15173         :am:hs:mi:ms:xn:xo:\
15174         :co#80:li#24:\
15175         :AL=5\E[%dL:DC=5\E[%dP:DL=5\E[%dM:DO=5\E[%dB:IC=5\E[%d@:\
15176         :LE=5\E[%dD:RI=5\E[%dC:SF=5\E[%dE:UP=5\E[%dA:ae=20^O:\
15177         :al=5\E[L:as=20^N:bl=^G:cd=\E[0J:ce=5\E[0K:\
15178         :cl=20\E[2J\E[1;1H:cm=10\E[%i%d;%dH:cr=1\r:\
15179         :cs=5\E[%i%d;%dr:ct=\E[3g:dc=5\E[1P:dl=5\E[M:do=5\E[B:\
15180         :ds=\E[0$~\E[1$~:ec=5\E[%dX:ei=\E[4l:fs=\E[0$}:ho=\E[H:\
15181         :im=\E[4h:\
15182         :is=200\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>:\
15183         :k0=\EOy:k5=\E[M:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:\
15184         :kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:kd=\EOB:\
15185         :ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:\
15186         :le=5\E[D:mb=\E[5m:md=\E[1m:me=20\E[0m:mr=\E[7m:nd=5\E[C:\
15187         :nw=\EE:rc=\E8:\
15188         :rs=200\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>:\
15189         :sc=\E7:se=\E[27m:sf=5\ED:so=\E[7m:sr=5\EM:st=\EH:ta=^I:\
15190         :ts=\E[2$~\E[1$}:ue=\E[24m:up=5\E[A:us=\E[4m:ve=\E[?25h:\
15191         :vi=\E[?25l:tc=vt220+keypad:
15192 ncr260vt300wan|NCR 2900_260 vt300 wide mode ansi kybd:\
15193         :co#132:\
15194         :cm=30\E[%i%d;%dH:\
15195         :is=200\E[!p\E[?3;7;19;67h\E[?4l\E[1;0%w\E(B\E)0\017\E[2J\E[1;1H:\
15196         :rs=200\E[!p\E[?3;7;19;67h\E[?4l\E[1;0%w\E(B\E)0\017\E[2J\E[1;1H:\
15197         :tc=ncr260vt300an:
15198 ncr260vt300pp|NCR 2900_260 vt300 with pc+ kybd:\
15199         :@7=\E[1~:K1=\E[H:K2=\E[V:K3=\EOu:K5=\E[U:kD=\E[4~:\
15200         :kI=\E[2~:kN=\E[6~:kP=\E[5~:kd=\E[B:ke=\E>:kh=\E[H:kl=\E[D:\
15201         :kr=\E[C:ks=\E=:ku=\E[A:l1=pf1:l2=pf2:l3=pf3:l4=pf4:\
15202         :tc=ncr260vt300an:
15203 NCR260VT300WPP|ncr260vt300wpp|NCR 2900_260 vt300 wide mode pc+  kybd:\
15204         :co#132:\
15205         :cm=30\E[%i%d;%dH:\
15206         :is=200\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>:\
15207         :rs=200\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>:\
15208         :tc=ncr260vt300pp:
15209 # This terminfo file contains color capabilities for the Wyse325 emulation of
15210 # the NCR 2900/260C color terminal.  Because of the structure of the command
15211 # (escape sequence) used to set color attributes, one of the fore/background
15212 # colors must be preset to a given value. I have set the background color to
15213 # black.  The user can change this setup by altering the last section of the
15214 # 'setf' definition.  The escape sequence to set color attributes is
15215 #               ESC d y <foreground_color> <background_color> 1
15216 # In addition, the background color can be changed through the desk accessories.
15217 # The capability 'op' sets colors to green on black (default combination).
15219 # NOTE:  The NCR Unix System Administrator's Shell will not function properly
15220 #           if the 'pairs' capability is defined. Un-Comment the 'pairs'
15221 #           capability and recompile if you wish to have it included.
15223 # (rmacs/smacs removed for consistency)
15224 # (acsc removed to fit entry within 1023 bytes)
15225 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
15226 ncr260wy325pp|NCR 2900_260 wyse 325:\
15227         :am:bw:hs:km:mi:ms:xo:\
15228         :co#80:li#24:\
15229         :K1=^^:K2=\EJ:K4=\ET:K5=\EK:al=5\EE:bl=^G:bt=\EI:cd=5\Ey:\
15230         :ce=5\Et:cl=10\E*:cm=10\E=%+ %+ :cr=\r:ct=\E0:dc=50\EW:\
15231         :dl=5\ER:do=5\n:ds=\E`c:ei=\Er:fs=\r:ho=5^^:im=\Eq:\
15232         :is=100\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`\072\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7:\
15233         :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
15234         :k7=^AF\r:k8=^AG\r:k9=^AH\r:kD=\EW:kI=\Eq:kN=\EK:kP=\EJ:\
15235         :kb=^H:kd=\n:kh=^^:kl=^H:kr=^L:ku=^K:le=5^H:mb=\EG2:\
15236         :me=15\EG0\EcB0\EcD:mr=\EG4:nd=5^L:nw=5^_:\
15237         :rs=100\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`\072\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7:\
15238         :se=\EG0:sf=5\n:so=\EGt:sr=5\Ej:st=\E1:ta=^I:ts=\EF:ue=\EG0:\
15239         :up=5^K:us=\EG8:ve=\E`1:vi=\E`0:vs=\E`5:
15240 ncr260wy325wpp|NCR 2900_260 wyse 325 wide mode:\
15241         :co#132:\
15242         :cm=30\Ea%i%dR%dC:\
15243         :is=100\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7:\
15244         :rs=100\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7:\
15245         :tc=ncr260wy325pp:
15246 # This definition for Wyse 350 supports several attributes.  This means
15247 # that it has magic cookies (extra spaces where the attributes begin).
15248 # Some applications do not function well with magic cookies.  The System
15249 # Administrator's Shell in NCR Unix SVR4 1.03 is one such application.
15250 # If supporting various attributes is not vital, 'xmc#1' and the extra
15251 # attributes can be removed.
15252 # Mapping to ASCII character set ('acsc' capability) can also be
15253 # restored if needed.
15254 # In addition, color capabilities have been added to this file.  The drawback,
15255 # however, is that the background color has to be black.  The foreground colors
15256 # are numbered 0 through 15.
15258 # NOTE:  The NCR Unix System Administrator's Shell does not function properly
15259 #           with the 'pairs' capability defined as below.  If you wish to
15260 #           have it included, Un-comment it and recompile (using 'tic').
15262 # (rmacs/smacs removed for consistency)
15263 # (acsc removed to fit entry within 1023 bytes)
15264 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
15265 ncr260wy350pp|NCR 2900_260 wyse 350:\
15266         :am:bw:hs:km:mi:ms:xo:\
15267         :co#80:li#24:sg#1:ug#1:\
15268         :K1=^^:K4=\ET:K5=\EK:al=5\EE:bl=^G:bt=\EI:cd=5\Ey:ce=5\Et:\
15269         :cl=20\E+:cm=40\E=%+ %+ :cr=\r:ct=\E0:dc=50\EW:dl=5\ER:\
15270         :do=5\n:ds=\E`c:ei=\Er:fs=\r:ho=10^^:im=\Eq:\
15271         :is=100\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`\072\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7:\
15272         :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
15273         :k7=^AF\r:k8=^AG\r:k9=^AH\r:kD=\EW:kI=\Eq:kN=\EK:kP=\EJ:\
15274         :kb=^H:kd=\n:kh=^^:kl=^H:kr=^L:ku=^K:le=5^H:mb=\EG2:\
15275         :me=\EG0\EH\003\EcD:mh=\EGp:mr=\EG4:nd=5^L:nw=5^_:\
15276         :rs=100\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`\072\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7:\
15277         :se=\EG0:sf=5\n:so=\EGt:sr=5\Ej:st=\E1:ta=^I:ts=\EF:ue=\EG0:\
15278         :up=5^K:us=\EG8:ve=\E`1:vi=\E`0:vs=\E`5:
15279 ncr260wy350wpp|NCR 2900_260 wyse 350 wide mode:\
15280         :co#132:\
15281         :cm=30\Ea%i%dR%dC:\
15282         :is=200\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7:\
15283         :rs=200\Ee6\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7:\
15284         :tc=ncr260wy350pp:
15285 # This definition for Wyse 50+ supports several attributes.  This means
15286 # that it has magic cookies (extra spaces where the attributes begin).
15287 # Some applications do not function well with magic cookies.  The System
15288 # Administrator's Shell in NCR Unix SVR4 1.03 is one such application.
15289 # If supporting various attributes is not vital, 'xmc#1' and the extra
15290 # attributes can be removed.
15291 # Mapping to ASCII character set ('acsc' capability) can also be
15292 # restored if needed.
15293 # (ncr260wy50+pp: originally contained commented-out
15294 # <acsc=j5k3l2m1n8q:t4u9v=w0x6>, as well as the commented-out one there -- esr)
15295 # (rmacs/smacs removed for consistency)
15296 # (acsc removed to fit entry within 1023 bytes)
15297 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
15298 ncr260wy50+pp|NCR 2900_260 wyse 50+:\
15299         :am:bw:hs:km:mi:ms:xo:\
15300         :co#80:li#24:sg#1:ug#1:\
15301         :K1=^^:K4=\ET:K5=\EK:al=5\EE:bl=^G:bt=5\EI:cd=5\EY:ce=5\ET:\
15302         :cl=20\E+:cm=30\E=%+ %+ :cr=\r:ct=5\E0:dc=50\EW:dl=5\ER:\
15303         :do=5\n:ds=\E`c:ei=\Er:fs=\r:ho=10^^:im=\Eq:\
15304         :is=100\Ee6\E~"\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`\072\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7:\
15305         :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
15306         :k7=^AF\r:k8=^AG\r:k9=^AH\r:kD=\EW:kI=\Eq:kN=\EK:kP=\EJ:\
15307         :kb=^H:kd=\n:kh=^^:kl=^H:kr=^L:ku=^K:le=5^H:mb=\EG2:\
15308         :me=15\EG0\EH\003:mh=\EGp:mr=\EG4:nd=5^L:nw=5^_:\
15309         :rs=100\Ee6\E~"\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`\072\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7:\
15310         :se=\EG0:sf=5\n:so=\EGt:sr=5\Ej:st=5\E1:ta=5^I:ts=\EF:\
15311         :ue=\EG0:up=5^K:us=\EG8:ve=\E`1:vi=\E`0:vs=\E`5:
15312 ncr260wy50+wpp|NCR 2900_260 wyse 50+ wide mode:\
15313         :co#132:\
15314         :cm=30\Ea%i%dR%dC:\
15315         :is=200\Ee6\E~"\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7:\
15316         :rs=200\Ee6\E~"\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7:\
15317         :tc=ncr260wy50+pp:
15318 # (rmacs/smacs removed for consistency)
15319 # (acsc removed to fit entry within 1023 bytes)
15320 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
15321 ncr260wy60pp|NCR 2900_260 wyse 60:\
15322         :am:bw:hs:km:mi:ms:xo:\
15323         :co#80:li#24:\
15324         :K1=^^:K2=\EJ:K4=\ET:K5=\EK:al=5\EE:bl=^G:bt=15\EI:cd=5\Ey:\
15325         :ce=5\Et:cl=100\E*:cm=10\E=%+ %+ :cr=\r:ct=15\E0:dc=50\EW:\
15326         :dl=5\ER:do=5\n:ds=\E`c:ei=\Er:fs=\r:ho=25^^:im=\Eq:\
15327         :is=100\Ee6\E~4\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`\072\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7:\
15328         :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
15329         :k7=^AF\r:k8=^AG\r:k9=^AH\r:kD=\EW:kI=\Eq:kN=\EK:kP=\EJ:\
15330         :kb=^H:kd=\n:kh=^^:kl=^H:kr=^L:ku=^K:le=5^H:mb=\EG2:\
15331         :me=15\EG0\EcB0\EcD:mr=\EG4:nd=5^L:nw=5^_:\
15332         :rs=100\Ee6\E~4\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`\072\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7:\
15333         :se=\EG0:sf=5\n:so=\EGt:sr=5\Ej:st=15\E1:ta=15^I:ts=\EF:\
15334         :ue=\EG0:up=5^K:us=\EG8:ve=\E`1:vi=\E`0:vs=\E`5:
15335 ncr260wy60wpp|NCR 2900_260 wyse 60 wide mode:\
15336         :co#132:\
15337         :cm=30\Ea%i%dR%dC:\
15338         :is=100\Ee6\E~4\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7:\
15339         :rs=100\Ee6\E~4\E+\Ed/\Ee1\Ed*\Er\EO\E`1\E`;\E`@\E~!\E"\Ee4\Ex@\E`9\Ee7:\
15340         :tc=ncr260wy60pp:
15341 ncr160vppp|NCR 2900_160 viewpoint:\
15342         :tc=ncr260vppp:
15343 ncr160vpwpp|NCR 2900_160 viewpoint wide mode:\
15344         :tc=ncr260vpwpp:
15345 ncr160vt100an|NCR 2900_160 vt100 with ansi kybd:\
15346         :tc=ncr260vt100an:
15347 ncr160vt100pp|NCR 2900_160 vt100 with PC+ kybd:\
15348         :tc=ncr260vt100pp:
15349 ncr160vt100wan|NCR 2900_160 vt100 wide mode ansi kybd:\
15350         :tc=ncr260vt100wan:
15351 ncr160vt100wpp|NCR 2900_160 vt100 wide mode pc+  kybd:\
15352         :tc=ncr260vt100wpp:
15353 ncr160vt200an|NCR 2900_160 vt200 with ansi kybd:\
15354         :tc=ncr260vt200an:
15355 ncr160vt200pp|NCR 2900_160 vt200 with pc+ kybd:\
15356         :tc=ncr260vt200pp:
15357 ncr160vt200wan|NCR 2900_160 vt200 wide mode ansi kybd:\
15358         :tc=ncr260vt200wan:
15359 ncr160vt200wpp|NCR 2900_160 vt200 wide mode pc+  kybd:\
15360         :tc=ncr260vt200wpp:
15361 ncr160vt300an|NCR 2900_160 vt300 with ansi kybd:\
15362         :tc=ncr260vt300an:
15363 ncr160vt300pp|NCR 2900_160 vt300 with pc+ kybd:\
15364         :tc=ncr260vt300pp:
15365 ncr160vt300wan|NCR 2900_160 vt300 wide mode ansi kybd:\
15366         :tc=ncr260vt300wan:
15367 ncr160vt300wpp|NCR 2900_160 vt300 wide mode pc+  kybd:\
15368         :tc=ncr260vt300wpp:
15369 ncr160wy50+pp|NCR 2900_160 wyse 50+:\
15370         :tc=ncr260wy50+pp:
15371 ncr160wy50+wpp|NCR 2900_160 wyse 50+ wide mode:\
15372         :tc=ncr260wy50+wpp:
15373 ncr160wy60pp|NCR 2900_160 wyse 60:\
15374         :tc=ncr260wy60pp:
15375 ncr160wy60wpp|NCR 2900_160 wyse 60 wide mode:\
15376         :tc=ncr260wy60wpp:
15377 ncrvt100an|ncrvt100pp|NCR vt100 for the 2900 terminal:\
15378         :5i:am:hs:mi:ms:xo:\
15379         :Nl#32:co#80:it#8:li#24:\
15380         :#4=\E[D:%i=\E[C:@8=\r:AL=80\E[%dL:DC=40\E[%dP:\
15381         :DL=70\E[%dM:DO=30\E[%dB:K1=\E[H:LE=30\E[%dD:RI=30\E[%dC:\
15382         :UP=30\E[%dA:\
15383         :ac=``aaffgghhiijjkkllmmnnqqttuuvvwwxxyyzz~~:ae=90^O:\
15384         :al=80\E[B\E[L:as=90^N:bl=^G:cb=30\E[1K:cd=300\E[0J:\
15385         :ce=30\E[0K:cl=300\E[2J\E[1;1H:cm=100\E[%i%d;%dH:cr=\r:\
15386         :cs=100\E[%i%d;%dr:ct=40\E[3g:dc=10\E[1P:dl=40\E[M:\
15387         :do=2\E[B:ds=25\E[31l:eA=40\E(B\E)0:ei=80\E[4l:fs=101:\
15388         :ho=80\E[H:im=80\E[4h:\
15389         :is=200\E[12h\E[?10l\E%/0n\E[P\031\E[?3l\E(B\E)0:\
15390         :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kb=^H:kd=\E[B:kl=\E[D:\
15391         :kr=\E[C:ku=\E[A:le=2\E[D:mb=30\E[5m:md=30\E[1m:\
15392         :me=120\017\E[0m:mr=30\E[7m:nd=2\E[C:nw=\EE:ps=100\E[i:\
15393         :rc=\E8:\
15394         :rs=200\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:\
15395         :sc=\E7:se=30\E[0m:sf=\ED:so=30\E[7m:sr=50\EM:st=\EH:ta=^I:\
15396         :ts=70\E[>+1:ue=30\E[0m:up=2\E[A:us=30\E[4m:
15397 ncrvt100wan|NCRVT100WPP|ncrvt100wpp|NCR VT100 emulation of the 2900 terminal:\
15398         :co#132:\
15399         :is=200\E[12h\E[?10l\E%/0n\E[P\031\E[?3h\E(B\E)0:\
15400         :rs=200\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:\
15401         :tc=ncrvt100an:
15403 # Vendor-supplied NCR termcaps end here
15405 # NCR7900 DIP switches:
15407 # Switch A:
15408 # 1-4 - Baud Rate
15409 # 5   - Parity (Odd/Even)
15410 # 6   - Don't Send or Do Send Spaces
15411 # 7   - Parity Enable
15412 # 8   - Stop Bits (One/Two)
15414 # Switch B:
15415 # 1   - Upper/Lower Shift
15416 # 2   - Typewriter Shift
15417 # 3   - Half Duplex / Full Duplex
15418 # 4   - Light/Dark Background
15419 # 5-6 - Carriage Return Without / With Line Feed
15420 # 7   - Extended Mode
15421 # 8   - Suppress Keyboard Display
15423 # Switch C:
15424 # 1   - End of line entry disabled/enabled
15425 # 2   - Conversational mode / (Local?) Mode
15426 # 3   - Control characters displayed / not displayed
15427 # 4   - (2-wire?) / 4-wire communications
15428 # 5   - RTS on and off for each character
15429 # 6   - (50Hz?) / 60 Hz
15430 # 7   - Exit after level zero diagnostics
15431 # 8   - RS-232 interface
15433 # Switch D:
15434 # 1   - Reverse Channel (yes / no)
15435 # 2   - Manual answer (no / yes)
15436 # 3-4 - Cursor appearance
15437 # 5   - Communication Rate
15438 # 6   - Enable / Disable EXT turnoff
15439 # 7   - Enable / Disable CR turnoff
15440 # 8   - Enable / Disable backspace
15442 # Since each attribute parameter is 0 or 1, we shift each attribute (standout,
15443 # reverse, blink, dim, and underline) the appropriate number of bits (by
15444 # multiplying the 0 or 1 by a correct factor to shift) so the bias character,
15445 # '@' is (effectively) "or"ed with each attribute to generate the proper third
15446 # character in the <ESC>0 sequence.  The :sa: string implements the following
15447 # equation:
15449 # ((((('@' + P5) | (P4 << 1)) | (P3 << 3)) | (P2 << 4)) | (p1 * 17))    =>
15450 # ((((('@' + P5) + (P4 << 1)) + (P3 << 3)) + (P2 << 4)) + (p1 * 17))
15452 #       Where:  P1 <==> Standout attribute parameter
15453 #               P2 <==> Underline attribute parameter
15454 #               P3 <==> Reverse attribute parameter
15455 #               P4 <==> Blink attribute parameter
15456 #               P5 <==> Dim attribute parameter
15457 # From <root@goliath.un.atlantaga.NCR.COM>, init string hacked by SCO.
15458 ncr7900i|ncr7900|ncr 7900 model 1:\
15459         :am:bw:ul:\
15460         :co#80:li#24:sg#1:ug#1:\
15461         :bl=^G:cd=\Ek:ce=\EK:cl=^L:cm=\E1%r%.%.:cr=\r:do=\n:\
15462         :is=\E0@\010\E3\E4\E7:kd=\n:kh=^A:kl=^U:kr=^F:ku=^Z:le=^H:\
15463         :ll=^A:mb=\E0B:me=\E0@:mh=\E0A:mr=\E0P:nd=^F:pf=^T:po=^R:\
15464         :se=\E0@:sf=\n:so=\E0Q:ue=\E0@:up=^Z:us=\E0`:
15465 ncr7900iv|ncr 7900 model 4:\
15466         :am:bw:es:hs:\
15467         :co#80:li#24:\
15468         :al=\E^N:bl=^G:cl=^L:cm=\013%+@\E\005%2:cr=\r:dl=\E^O:\
15469         :do=\n:ds=\Ey1:fs=\Ek\Ey5:ho=\013@\E^E00:k1=\ES:k2=\ET:\
15470         :k3=\EU:k4=\EV:k5=\EW:k6=\EP:k7=\EQ:k8=\ER:kb=^H:kd=\EB:\
15471         :kh=\EH:kl=\ED:kr=\EC:ku=\EA:l6=blue:l7=red:l8=white:le=^H:\
15472         :nw=\r\n:sf=\n:ts=\Ej\Ex5\Ex1\EY8%+ \Eo:
15473 # Warning: This terminal will lock out the keyboard when it receives a CTRL-D.
15474 #          The user can enter a CTRL-B to get out of this locked state.
15475 # In <hpa>, we want to output the character given by the formula:
15476 #               ((col / 10) * 16) + (col % 10)          where "col" is "p1"
15477 ncr7901|ncr 7901 model:\
15478         :am:bw:ul:\
15479         :co#80:li#24:\
15480         :bl=^G:cd=\Ek:ce=\EK:ch=\020%B%.:cl=^L:cm=\EY%+ %+ :cr=\r:\
15481         :cv=^K%+@:do=\n:is=\E4^O:kC=^L:kd=\n:kh=^H:kl=^U:kr=^F:ku=^Z:\
15482         :le=^H:ll=^A:mb=\E0B:me=^O:mh=\E0A:mr=\E0P:nd=^F:pf=^T:po=^R:\
15483         :se=^O:sf=\n:so=\E0Q\016:ue=^O:up=^Z:us=\E0`\016:ve=^X:\
15484         :vi=^W:
15486 # Newbury Data Recording Limited (Newbury Data)
15488 # Have been manufacturing and reselling  various peripherals for a long time
15489 # They don't make terminals anymore, but are still in business (in 2007).
15490 # Their e-mail address is at ndsales@newburydata.co.uk
15491 # and their post address is:
15493 # Newbury Data Recording Ltd,
15494 # Premier Park, Road One,
15495 # Winsford, Cheshire, CW7 3PT
15497 # Their technical support is still good, they sent me for free a printed copy
15498 # of the 9500 user manual and I got it just 1 week after I first contacted them
15499 # (in 2005)!
15501 # NDR 9500
15502 # Manufactured in the early/mid eighties, behaves almost the same as a
15503 # Televideo 950.  Take a 950, change its cabinet for a more 80s-ish one (but
15504 # keep the same keyboard layout), add an optional 25-line mode, replace the DIP
15505 # switches with a menu and remove the "lock line" feature (ESC !  1 and ESC !
15506 # 2), here is the NDR 9500.  Even the line-lock, albeit disabled, is
15507 # recognized:  if you type in "ESC !", the next (third) character is not
15508 # echoed, showing that the terminal was actually waiting for a parameter!
15509 ndr9500|nd9500|Newbury Data 9500:\
15510         :5i:am:bw:hs:mi:ms:ul:xo:\
15511         :co#80:li#24:ws#79:\
15512         :#3=\Eq:%9=\EP:*4=\Er:*5=\EO:*8=\Et:@8=\r:F1=^AJ\r:F2=^A`\r:\
15513         :F3=^Aa\r:F4=^Ab\r:F5=^Ac\r:F6=^Ad\r:F7=^Ae\r:F8=^Af\r:\
15514         :F9=^Ag\r:FA=^Ah\r:FB=^Ai\r:FC=^Aj\r:RX=^N:SX=^O:\
15515         :ac=jDkClBmAnIqKtMuLvOwNxJ:ae=\E%%:al=\EE:as=\E$:bl=^G:\
15516         :bt=\EI:cd=\EY:ce=\ET:cl=\E;:cm=\E=%+ %+ :cr=\r:ct=\E3:\
15517         :dc=\EW:dl=\ER:do=^V:ds=\Eh:ei=\Er:fs=\r:ho=^^:ic=\EQ:im=\Eq:\
15518         :is=\Ew\E'\EDF\El\Er\EO:k1=^A@\r:k2=^AA\r:k3=^AB\r:\
15519         :k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:\
15520         :k;=^AI\r:kA=\EE:kB=\EI:kC=^Z:kD=\EW:kE=\ET:kI=\EQ:kL=\ER:\
15521         :kS=\EY:kd=^V:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:me=\EG0\E%%\E(:\
15522         :mh=\E):mp=\E):nd=^L:nw=^_:pf=\Ea:po=\E`:se=\E(:sf=\n:so=\E):\
15523         :sr=\Ej:st=\E1:ta=^I:ts=\Eg\Ef\011%+ :up=^K:vb=\Eb\Ed:\
15524         :ve=\E.1:vi=\E.0:
15526 ndr9500-nl|NDR 9500 with no status line:\
15527         :hs@:\
15528         :ws@:\
15529         :ds@:fs@:ts@:tc=ndr9500:
15531 ndr9500-25|NDR 9500 with 25th line enabled:\
15532         :li#25:tc=ndr9500:
15534 ndr9500-25-nl|NDR 9500 with 25 lines and no status line:\
15535         :li#25:tc=ndr9500-nl:
15537 ndr9500-mc|NDR 9500 with magic cookies (enables underline inverse video invisible and blink):\
15538         :ms@:\
15539         :sg#1:ug#1:\
15540         :mb=\EG2:me=\EG0\E%%\E(:mk=\EG1:mr=\EG4:se=\EG0:so=\EG4:\
15541         :ue=\EG0:us=\EG8:tc=ndr9500:
15543 ndr9500-25-mc|NDR 500 with 25 lines and magic cookies:\
15544         :li#25:tc=ndr9500-mc:
15546 ndr9500-mc-nl|NDR 9500 with magic cookies and no status line:\
15547         :hs@:\
15548         :ws@:\
15549         :ds@:fs@:ts@:tc=ndr9500-mc:
15551 ndr9500-25-mc-nl|NDR 9500 with 25 lines and magic cookies and no status line:\
15552         :li#25:tc=ndr9500-mc-nl:
15554 #### Perkin-Elmer (Owl)
15556 # These are official terminfo entries from within Perkin-Elmer.
15559 bantam|pe550|pe6100|perkin elmer 550:\
15560         :bs:\
15561         :co#80:li#24:\
15562         :bl=^G:ce=20\EI:cl=20\EK:cm=\EX%+ \EY%+ :cr=\r:do=\n:\
15563         :ho=\EH:le=^H:ll=\EH\EA:nd=\EC:sf=\n:up=\EA:
15564 fox|pe1100|perkin elmer 1100:\
15565         :am:bs:\
15566         :co#80:li#24:\
15567         :bl=^G:cd=5.5*\EJ:ce=\EI:cl=132\EH\EJ:cm=\EX%+ \EY%+ :\
15568         :cr=\r:ct=\E3:do=\n:ho=\EH:le=^H:ll=\EH\EA:nd=\EC:sf=\n:\
15569         :st=\E1:up=\EA:vb=^P^B^P^C:
15570 owl|pe1200|perkin elmer 1200:\
15571         :am:bs:in:\
15572         :co#80:li#24:\
15573         :al=5.5*\EL:bl=^G:cd=5.5*\EJ:ce=5.5\EI:cl=132\EH\EJ:\
15574         :cm=\EX%+ \EY%+ :cr=\r:ct=\E3:dc=5.5*\EO:dl=5.5*\EM:do=\n:\
15575         :ei=:ho=\EH:ic=\EN:im=:ip=5.5*:k0=\ERJ:k1=\ERA:k2=\ERB:\
15576         :k3=\ERC:k4=\ERD:k5=\ERE:k6=\ERF:k7=\ERG:k8=\ERH:k9=\ERI:\
15577         :kb=^H:le=^H:ll=\EH\EA:me=\E!\200:nd=\EC:se=\E!\200:sf=\n:\
15578         :so=\E!^H:st=\E1:up=\EA:vb=^P^B^P^C:
15579 pe1251|pe6300|pe6312|perkin elmer 1251:\
15580         :am:\
15581         :co#80:it#8:li#24:pb#300:sg#1:vt#8:\
15582         :bl=^G:cd=20*\EJ:ce=10*\EI:cl=332\EK:cm=\EX%+ \EY%+ :\
15583         :cr=\r:ct=\E3:do=\EB:ho=\EH:k0=\ERA:k1=\ERB:k2=\ERC:k3=\ERD:\
15584         :k4=\ERE:k5=\ERF:k6=\ERG:k7=\ERH:k8=\ERI:k9=\ERJ:k;=\ERK:\
15585         :le=\ED:nd=\EC:sf=\n:st=\E1:up=\EA:
15586 # (pe7000m: this had
15587 #       rmul=\E!\0, smul=\E!\040,
15588 # which is probably wrong, it collides with kf0
15589 pe7000m|perkin elmer 7000 series monochrome monitor:\
15590         :am:\
15591         :co#80:li#24:\
15592         :bl=^G:bt=\E!Y:cd=\EJ:ce=\EI:cl=\EK:cm=\ES%+ %+ :cr=\r:\
15593         :do=\EB:ho=\EH:i1=\E!\200\EW  7o\Egf\ES7\040:k0=\E!\200:\
15594         :k1=\E!^A:k2=\E!^B:k3=\E!^C:k4=\E!^D:k5=\E!^E:k6=\E!^F:\
15595         :k7=\E!^G:k8=\E!^H:k9=\E!^I:k;=\E!\n:kb=^H:kd=\E!U:kh=\E!S:\
15596         :kl=\E!V:kr=\E!W:ku=\E!T:le=\ED:ll=\ES7\040:nd=\EC:sf=\n:\
15597         :sr=\ER:up=\EA:
15598 pe7000c|perkin elmer 7000 series colour monitor:\
15599         :i1=\E!\200\EW  7o\Egf\Eb0\Ec7\ES7\040:se=\Eb0:so=\Eb2:\
15600         :ue=\E!\200:us=\E!\040:tc=pe7000m:
15602 #### Sperry Univac
15604 # Sperry Univac has merged with Burroughs to form Unisys.
15607 # This entry is for the Sperry UTS30 terminal running the TTY
15608 # utility under control of CP/M Plus 1R1. The functionality
15609 # provided is comparable to the DEC vt100.
15610 # (uts30: I added <rmam>/<smam> based on the init string -- esr)
15611 uts30|sperry uts30 with cp/m@1R1:\
15612         :am:bw:hs:\
15613         :co#80:li#24:ws#40:\
15614         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
15615         :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7m:SF=\E[%dB:\
15616         :SR=\E[%dA:UP=\E[%dA:\
15617         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
15618         :ae=\Ed:al=\EN:as=\EF:bl=^G:cd=\E[J:ce=\E[K:cl=^L:\
15619         :cm=\E[%i%d;%dH:cr=\r:cs=\EU%+ %+ :dc=\EM:dl=\EL:do=\E[B:\
15620         :ei=:fs=\r:ho=\E[H:ic=\EO:im=:is=\E[U 7\E[24;1H:kb=^H:\
15621         :kd=\EOB:kh=\E[H:kl=\EOD:kr=\EOC:ku=\EOA:le=^H:mb=\E[5m:\
15622         :md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:rc=\EX:\
15623         :rf=/usr/share/tabset/vt100:\
15624         :rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:sc=\EW:se=\E[m:\
15625         :sf=\n:so=\E[7m:sr=\EI:ta=^I:ts=\E]:uc=\EPB:ue=\E[m:up=\E[A:\
15626         :us=\E[4m:ve=\ES:vi=\ER:
15628 #### Tandem
15630 # Tandem builds these things for use with its line of fault-tolerant
15631 # transaction-processing computers.  They aren't generally available
15632 # on the merchant market, and so are fairly uncommon.
15635 tandem6510|adm3a repackaged by Tandem:\
15636         :tc=adm3a:
15638 # A funny series of terminal that TANDEM uses.  The actual model numbers
15639 # have a fourth digit after 653 that designates minor variants.  These are
15640 # natively block-mode and rather ugly, but they have a character mode which
15641 # this doubtless(?) exploits.  There is a 6520 that is slightly dumber.
15642 # (tandem653: had ":sb=\ES:", probably someone's mistake for sf; also,
15643 # removed :if=/usr/share/tabset/tandem653:, no such file -- esr)
15644 tandem653|t653x|Tandem 653x multipage terminal:\
15645         :am:bs:da:db:hs:\
15646         :co#80:li#24:sg#1:ug#1:ws#64:\
15647         :cd=\EJ:ce=\EK:cl=\EI:cm=\023%+ %+ :do=\n:ds=\Eo\r:fs=\r:\
15648         :ho=\EH:le=^H:me=\E6\040:nd=\EC:se=\E6\040:sf=\ES:so=\E6$:\
15649         :sr=\ET:ts=\Eo:ue=\E6\040:up=\EA:us=\E60:
15651 #### Tandy/Radio Shack
15653 # Tandy has a line of VDTs distinct from its microcomputers.
15656 dmterm|deskmate terminal:\
15657         :am:bw:\
15658         :co#80:li#24:\
15659         :al=\EP:bl=^G:cd=\EJ:ce=\EK:cl=\Ej:cm=\EY%+ %+ :cr=\r:\
15660         :dc=\ES:dl=\ER:do=\EB:ei=:ho=\EH:ic=\EQ:im=:k0=\E1:k1=\E2:\
15661         :k2=\E3:k3=\E4:k4=\E5:k5=\E6:k6=\E7:k7=\E8:k8=\E9:k9=\E0:\
15662         :kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:l0=f1:l1=f2:l2=f3:l3=f4:\
15663         :l4=f5:l5=f6:l6=f7:l7=f8:l8=f9:l9=f10:le=^H:ll=\EE:mk@:nd=\EC:\
15664         :sf=\EX:ta=^I:ue@:up=\EA:us@:ve=\EG6:vi=\EG5:tc=adm+sgr:
15665 dt100|dt-100|Tandy DT-100 terminal:\
15666         :xo:\
15667         :co#80:li#24:sg#1:ug#1:\
15668         :ac=jjkkllmmnnqqttuuvvwwxx:ae=^O:al=\E[L:as=^N:bl=^G:\
15669         :cd=\E[J:ce=\E[K:cl=\E[H\E[2J:cm=\010\E[%i%d;%dH:cr=\r:\
15670         :cs=\E[%2;%2r:dc=\E[P:dl=\E[M:do=\E[B:ei=:ho=\E[H:ic=\E[@:\
15671         :im=:is=\E[?3l\E)0\E(B:k1=\E[?3i:k2=\E[2i:k3=\E[@:k4=\E[M:\
15672         :k5=\E[17~:k6=\E[18~:k7=\E[19~:k8=\E[20~:k9=\E[21~:\
15673         :k;=\E[?5i:kN=\E[29~:kP=\E[28~:kd=\E[B:kh=\E[H:kl=\E[D:\
15674         :kr=\E[C:ku=\E[A:l1=f1:l2=f2:l3=f3:l4=f4:l5=f5:l6=f6:l7=f7:\
15675         :l8=f8:le=^H:me=\E[m:nd=\E[C:se=\E[m:sf=\n:so=\E[7m:sr=\EM:\
15676         :ta=^I:ue=\E[m:up=\E[A:us=\E[4m:ve=\E[?25h:vi=\E[?25l:
15677 dt100w|dt-100w|Tandy DT-100 terminal (wide mode):\
15678         :co#132:tc=dt100:
15679 dt110|Tandy DT-110 emulating ansi:\
15680         :xo:\
15681         :co#80:li#24:\
15682         :@7=\E[K:ac=jjkkllmmnnqqttuuvvwwxx:ae=^O:al=\E[0L:as=^N:\
15683         :bl=^G:cd=\E[0J:ce=\E[0K:cl=\E[H\E[2J:cm=\010\E[%i%d;%dH:\
15684         :cr=\r:cs=\E[%i%d;%dr:dc=\E[0P:dl=\E[0M:do=\E[B:\
15685         :eA=\E(B\E)0:ei=:ho=\E[H:ic=\E[0@:im=:is=\E[?3l\E)0\E(B:\
15686         :k1=\E[1~:k2=\E[2~:k3=\E[3~:k4=\E[4~:k5=\E[5~:k6=\E[6~:\
15687         :k7=\E[7~:k8=\E[8~:k9=\E[9~:k;=\E[10~:kI=\E[@:kN=\E[26~:\
15688         :kP=\E[25~:kd=\E[B:kh=\E[G:kl=\E[D:kr=\E[C:ku=\E[A:l0=f1:\
15689         :l1=f2:l2=f3:l3=f4:l4=f5:l5=f6:l6=f7:l7=f8:l8=f9:l9=f10:le=^H:\
15690         :me=\E[m:nd=\E[C:se=\E[m:sf=\n:so=\E[7m:sr=\EM:ta=^I:\
15691         :ue=\E[m:up=\E[A:us=\E[4m:ve=\E[?25h:vi=\E[?25l:
15692 pt210|TRS-80 PT-210 printing terminal:\
15693         :hc:os:\
15694         :co#80:\
15695         :bl=^G:cr=\r:do=\n:sf=\n:
15697 #### Tektronix (tek)
15699 # Tektronix tubes are graphics terminals.  Most of them use modified
15700 # oscilloscope technology incorporating a long-persistence green phosphor,
15701 # and support vector graphics on a main screen with an attached "dialogue
15702 # area" for interactive text.
15705 tek|tek4012|tektronix 4012:\
15706         :bs:os:\
15707         :co#75:li#35:\
15708         :bl=^G:cl=1000\E\014:cr=\r:do=\n:ff=1000\014:is=\E^O:le=^H:
15709 # (tek4013: added <acsc> to suppress tic warnings re :as:/:ae: --esr)
15710 tek4013|tektronix 4013:\
15711         :ac=:ae=\E^O:as=\E^N:tc=tek4012:
15712 tek4014|tektronix 4014:\
15713         :co#81:li#38:\
15714         :is=\E\017\E9:tc=tek4012:
15715 # (tek4015: added <acsc> to suppress tic warnings re :as:/:ae: --esr)
15716 tek4015|tektronix 4015:\
15717         :ac=:ae=\E^O:as=\E^N:tc=tek4014:
15718 tek4014-sm|tektronix 4014 in small font:\
15719         :co#121:li#58:\
15720         :is=\E\017\E\072:tc=tek4014:
15721 # (tek4015-sm: added <acsc> to suppress tic warnings re :as:/:ae: --esr)
15722 tek4015-sm|tektronix 4015 in small font:\
15723         :ac=:ae=\E^O:as=\E^N:tc=tek4014-sm:
15724 # Tektronix 4023 from Andrew Klossner <orca!andrew.tektronix@csnet-relay>
15726 # You need to have "stty nl2" in effect.  Some versions of tset(1) know
15727 # how to set it for you.
15729 # It's got the Magic Cookie problem around stand-out mode.  If you can't
15730 # live with Magic Cookie, remove the :so: and :se: fields and do without
15731 # reverse video.  If you like reverse video stand-out mode but don't want
15732 # it to flash, change the letter 'H' to 'P' in the :so: field.
15733 tek4023|tektronix 4023:\
15734         :am:bs:\
15735         :co#80:dN#4:li#24:sg#1:vt#4:\
15736         :bl=^G:cl=4\E^L:cm=\034%r%+ %+ :cr=\r:do=\n:kb=^H:le=^H:\
15737         :nd=^I:nl=\n:se=^_@:so=^_P:
15738 # It is recommended that you run the 4025 at 4800 baud or less;
15739 # various bugs in the terminal appear at 9600.  It wedges at the
15740 # bottom of memory (try "cat /usr/dict/words"); ^S and ^Q typed
15741 # on keyboard don't work.  You have to hit BREAK twice to get
15742 # one break at any speed - this is a documented feature.
15743 # Can't use cursor motion because it's memory relative, and
15744 # because it only works in the workspace, not the monitor.
15745 # Same for home. Likewise, standout only works in the workspace.
15747 # :ce: was commented out since vi and rogue seem to work better
15748 # simulating it with lots of spaces!
15750 # :al: and :AL: had 145ms of padding, but that slowed down vi's ^U
15751 # and didn't seem necessary.
15753 tek4024|tek4025|tek4027|tektronix 4024/4025/4027:\
15754         :am:bs:da:db:\
15755         :co#80:it#8:li#34:lm#0:\
15756         :AL=\037up\r\037ili %d\r:CC=^_:DL=\037dli %d\r\006:\
15757         :DO=\037dow %d\r:LE=\037lef %d\r:RI=\037rig %d\r:\
15758         :UP=\037up %d\r:al=\037up\r\037ili\r:bl=^G:\
15759         :cd=\037dli 50\r:cl=\037era\r\n\n:cr=\r:dc=\037dch\r:\
15760         :dl=\037dli\r\006:do=^F\n:ei=:ic=\037ich\r \010:im=:\
15761         :is=!com 31\r\n\037sto 9 17 25 33 41 49 57 65 73\r:\
15762         :ke=\037lea p2\r\037lea p4\r\037lea p6\r\037lea p8\r\037lea f5\r:\
15763         :ks=\037lea p4 /h/\r\037lea p8 /k/\r\037lea p6 / /\r\037lea p2 /j/\r\037lea f5 /H/\r:\
15764         :le=^H:nd=\037rig\r:sf=^F\n:ta=^I:up=^K:
15765 tek4025-17|tek 4025 17 line window:\
15766         :li#17:tc=tek4025:
15767 tek4025-17-ws|tek 4025 17 line window in workspace:\
15768         :is=!com 31\r\n\037sto 9 17 25 33 41 49 57 65 73\r\037wor 17\r\037mon 17\r:\
15769         :se=\037att s\r:so=\037att e\r:te=\037mon h\r:\
15770         :ti=\037wor h\r:tc=tek4025-17:
15771 tek4025-ex|tek4027-ex|tek 4025/4027 w/!:\
15772         :is=\037com 33\r\n!sto 9 17 25 33 41 49 57 65 73\r:\
15773         :te=\037com 33\r:ti=!com 31\r:tc=tek4025:
15774 # Tektronix 4025a
15775 # From: Doug Gwyn <gwyn@brl-smoke.ARPA>
15776 # The following status modes are assumed for normal operation (replace the
15777 # initial "!" by whatever the current command character is):
15778 #       !COM 29                 # NOTE: changes command character to GS (^])
15779 #       ^]DUP
15780 #       ^]ECH R
15781 #       ^]EOL
15782 #       ^]RSS T
15783 #       ^]SNO N
15784 #       ^]STO 9 17 25 33 41 49 57 65 73
15785 # Other modes may be set according to communication requirements.
15786 # If the command character is inadvertently changed, termcap can't restore it.
15787 # Insert-character cannot be made to work on both top and bottom rows.
15788 # Clear-to-end-of-display emulation via !DLI 988 is too grotty to use, alas.
15789 # There also seems to be a problem with vertical motion, perhaps involving
15790 # delete/insert-line, following a typed carriage return.  This terminal sucks.
15791 # Delays not specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
15792 # (tek4025a: removed obsolete ":xx:". This may mean the tek4025a entry won't
15793 # work any more. -- esr)
15794 tek4025a|Tektronix 4025A:\
15795         :am:bs:bw:da:db:pt:xo:\
15796         :co#80:it#8:li#34:\
15797         :CC=^]:DC=\035dch %d;:DL=\035dli %d;:DO=\035dow %d;:\
15798         :LE=\035lef %d;:RI=\035rig %d;:SF=\035dow %d;:\
15799         :UP=\035up %d;:al=\013\035ili;:bl=^G:bt=\035bac;:\
15800         :ce=\035dch 80;:ch=\r\035rig %d;:cl=\035era;\n\035rup;:\
15801         :cr=\r:ct=\035sto;:dc=\035dch;:dl=\035dli;:do=\n:le=^H:\
15802         :nd=\035rig;:\
15803         :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;:\
15804         :sf=\n:ta=^I:up=^K:
15805 # From: cbosg!teklabs!davem Wed Sep 16 21:11:41 1981
15806 # Here's the command file that I use to get rogue to work on the 4025.
15807 # It should work with any program using the old curses (e.g. it better
15808 # not try to scroll, or cursor addressing won't work.  Also, you can't
15809 # see the cursor.)
15810 # (This "learns" the arrow keys for rogue. I have adapted it for termcap - mrh)
15811 tek4025-cr|tek 4025 for curses and rogue:\
15812         :am:bs:\
15813         :co#80:it#8:li#33:\
15814         :cl=\037era;:cm=\037jum%i%d,%d;:do=^F\n:\
15815         :is=!com 31\r\n\037sto 9 17 25 33 41 49 57 65 73\r:\
15816         :le=^H:nd=\037rig;:sf=^F\n:ta=^I:te=\037wor 0:\
15817         :ti=\037wor 33h:up=^K:
15818 # next two lines commented out since curses only allows 128 chars, sigh.
15819 #       :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:\
15820 #       :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:
15821 tek4025ex|4025ex|4027ex|tek 4025 w/!:\
15822         :is=\037com 33\r\n!sto 9,17,25,33,41,49,57,65,73\r:\
15823         :te=\037com 33\r:ti=!com 31\r:tc=tek4025:
15824 tek4105|tektronix 4105:\
15825         :am:bs:mi:ms:ul:xn:xt:\
15826         :co#79:it#8:li#29:\
15827         :ac=:ae=\E[m:al=\E[1L:as=\E[1m:bl=^G:bt=\E[Z:cd=\E[J:\
15828         :ce=\E[K:cl=\E[2J\E[H:cm=\E[%i%2;%2H:cr=\r:ct=\E[1g:\
15829         :dc=\E[1P:dl=\E[1M:do=\E[1B:ei=\E[4l:ho=\E[H:i1=\E%!1\E[m:\
15830         :im=\E[4h:is=\E%!1\E[?6141\E[m:kb=^H:kd=\E[1B:kl=\E[1D:\
15831         :kr=\E[1C:ku=\E[1A:le=\E[1D:mb=\E[=3;<7m:md=\E[=7;<4m:\
15832         :me=\E[=0;<1m:mh=\E[=1;<6m:mk=\E[=6;<5:mr=\E[=1;<3m:\
15833         :nd=\E[1C:se=\E[=0;<1m:sf=\E[S:so=\E[=2;<3m:sr=\E[T:ta=^I:\
15834         :te=:ti=\E%!1\E[?6l\E[2J:ue=\E[=0;<1m:up=\E[1A:\
15835         :us=\E[=5;<2m:
15837 # (tek4105-30: I added <rmam>/<smam> based on the init string -- esr)
15838 tek4105-30|4015 emulating 30 line vt100:\
15839         :am:mi:ms:xn:xo:\
15840         :co#80:it#8:li#30:vt#3:\
15841         :DO=\E[%dB:LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:\
15842         :UP=\E[%dA:\
15843         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
15844         :ae=^O:as=^N:bl=^G:cb=3\E[1K:cd=50\E[J:ce=3\E[K:\
15845         :cl=50\E[H\E[J:cm=5\E[%i%d;%dH:cr=\r:cs=\E[%i%d;%dr:\
15846         :ct=\E[3g:do=\n:eA=\E(B\E)0:ho=\E[H:kb=^H:kd=\EOB:\
15847         :ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:\
15848         :mb=2\E[5m:md=2\E[1m:me=2\E[0m:mr=2\E[7m:nd=2\E[C:rc=\E8:\
15849         :rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:sc=\E7:se=2\E[m:\
15850         :sf=\n:so=2\E[1;7m:sr=5\EM:st=\EH:ta=^I:ue=2\E[m:up=2\E[A:\
15851         :us=2\E[4m:tc=vt100+fnkeys:
15853 # Tektronix 4105 from BRL
15854 # The following setup modes are assumed for normal operation:
15855 #       CODE ansi               CRLF no                 DABUFFER 141
15856 #       DAENABLE yes            DALINES 30              DAMODE replace
15857 #       DAVISIBILITY yes        ECHO no                 EDITMARGINS 1 30
15858 #       FLAGGING input          INSERTREPLACE replace   LFCR no
15859 #       ORIGINMODE relative     PROMPTMODE no           SELECTCHARSET G0 B
15860 #       SELECTCHARSET G1 0      TABS -2
15861 # Other setup modes may be set for operator convenience or communication
15862 # requirements; I recommend
15863 #       ACURSOR 1 0             AUTOREPEAT yes          AUTOWRAP yes
15864 #       BYPASSCANCEL <LF>       CURSORKEYMODE no        DAINDEX 1 0 0
15865 #       EOFSTRING ''            EOLSTRING <CR>          EOMCHARS <CR> <NU>
15866 #       GAMODE overstrike       GCURSOR 0 100 0         GSPEED 10 1
15867 #       IGNOREDEL no            KEYEXCHAR <DL>          NVDEFINE -53 "<NU>"
15868 #       PROMPTSTRING ''         QUEUESIZE 2460          WINDOW 0 0 4095 3132
15869 #       XMTDELAY 0
15870 # and factory color maps.  After setting these modes, save them with NVSAVE. No
15871 # delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
15872 # "IC" cannot be used in combination with "im" & "ei".
15873 # "tek4105a" is just a guess:
15874 tek4105a|Tektronix 4105:\
15875         :bs:ms:pt:xo:\
15876         :co#80:it#8:kn#8:li#30:vt#3:\
15877         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:\
15878         :RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:ac=:ae=^O:al=\E[L:\
15879         :as=^N:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
15880         :cm=\E[%i%d;%dH:cr=\r:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:\
15881         :dl=\E[M:do=\n:ec=\E[%dX:ei=\E[4l:ho=\E[H:im=\E[4h:\
15882         :is=\E%!1:k0=\EOA:k1=\EOB:k2=\EOC:k3=\EOD:k4=\EOP:k5=\EOQ:\
15883         :k6=\EOR:k7=\EOS:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:\
15884         :kr=\EOC:ks=\E[?1h\E=:ku=\EOA:l0=F1:l1=F2:l2=F3:l3=F4:l4=F5:\
15885         :l5=F6:l6=F8:le=^H:ll=\E[30;H:mb=\E[5m:md=\E[1m:me=\E[m:\
15886         :mr=\E[7m:nd=\E[C:nw=\EE:rc=\E8:\
15887         :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>:\
15888         :sc=\E7:se=\E[m:sf=\n:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
15889         :te=\E%!0\ELBH=\E%!1:ti=\E[?6l:ue=\E[m:up=\EM:us=\E[4m:\
15890         :ve=\E%!0\ETD10\E%!1:vi=\E%!0\ETD00\E%!1:\
15891         :vs=\E%!0\ETD70\E%!1:
15894 # Tektronix 4106/4107/4109 from BRL
15895 # The following setup modes are assumed for normal operation:
15896 #       CODE ansi               COLUMNMODE 80           CRLF no
15897 #       DABUFFER 141            DAENABLE yes            DALINES 32
15898 #       DAMODE replace          DAVISIBILITY yes        ECHO no
15899 #       EDITMARGINS 1 32        FLAGGING input          INSERTREPLACE replace
15900 #       LFCR no                 LOCKKEYBOARD no         ORIGINMODE relative
15901 #       PROMPTMODE no           SELECTCHARSET G0 B      SELECTCHARSET G1 0
15902 #       TABS -2
15903 # Other setup modes may be set for operator convenience or communication
15904 # requirements; I recommend
15905 #       ACURSOR 1 0             AUTOREPEAT yes          AUTOWRAP yes
15906 #       BYPASSCANCEL <LF>       CURSORKEYMODE no        DAINDEX 1 0 0
15907 #       EOFSTRING ''            EOLSTRING <CR>          EOMCHARS <CR> <NU>
15908 #       GAMODE overstrike       GCURSOR 0 100 0         GSPEED 9 3
15909 #       IGNOREDEL no            KEYEXCHAR <DL>          NVDEFINE -53 "<NU>"
15910 #       PROMPTSTRING ''         QUEUESIZE 2620          WINDOW 0 0 4095 3132
15911 #       XMTDELAY 0
15912 # and factory color maps.  After setting these modes, save them with NVSAVE.  No
15913 # delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
15914 # "IC" cannot be used in combination with "im" & "ei".
15915 tek4106brl|tek4107brl|tek4109brl|Tektronix 4106 4107 or 4109:\
15916         :ms:xo:\
15917         :co#80:it#8:li#32:vt#3:\
15918         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:\
15919         :RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:ac=:ae=^O:al=\E[L:\
15920         :as=^N:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
15921         :cm=\E[%i%d;%dH:cr=\r:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:\
15922         :dl=\E[M:do=\n:ec=\E[%dX:ei=\E[4l:ho=\E[H:im=\E[4h:\
15923         :is=\E%!1:k0=\EOA:k1=\EOB:k2=\EOC:k3=\EOD:k4=\EOP:k5=\EOQ:\
15924         :k6=\EOR:k7=\EOS:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:\
15925         :kr=\EOC:ks=\E[?1h\E=:ku=\EOA:l0=F1:l1=F2:l2=F3:l3=F4:l4=F5:\
15926         :l5=F6:l6=F8:le=^H:ll=\E[32;H:mb=\E[5m:md=\E[1m:me=\E[m:\
15927         :mr=\E[7m:nd=\E[C:nw=\EE:\
15928         :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>:\
15929         :rc=\E8:sc=\E7:se=\E[m:sf=\n:so=\E[7;42m:sr=\EM:st=\EH:\
15930         :ta=^I:te=\E%!0\ELBH=\E%!1:ti=\E[?6l:ue=\E[m:up=\EM:\
15931         :us=\E[4m:ve=\E%!0\ETD10\E%!1:vi=\E%!0\ETD00\E%!1:\
15932         :vs=\E%!0\ETD70\E%!1:
15934 # Tektronix 4107/4109 interpret 4 modes using "\E%!" followed by a code:
15935 # 0 selects Tek mode, i.e., \E%!0
15936 # 1 selects ANSI mode
15937 # 2 selects ANSI edit-mode
15938 # 3 selects VT52 mode
15940 # One odd thing about the description (which has been unchanged since the 90s)
15941 # is that the cursor addressing is using VT52 mode, and a few others use the
15942 # VT52's non-CSI versions of ANSI, e.g., \EJ.
15943 tek4107|tek4109|tektronix terminals 4107 4109:\
15944         :am:bs:mi:ms:ul:xn:xt:\
15945         :co#79:it#8:li#29:\
15946         :bl=^G:cd=\EJ:ce=\EK:cl=\ELZ:cm=\EY%+ %+ :cr=\r:do=\n:kb=^H:\
15947         :kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=^H:mb=\E%!1\E[5m\E%!0:\
15948         :md=\E%!1\E[1m\E%!0:me=\E%!1\E[m\E%!0:\
15949         :mh=\E%!1\E[<0m\E%!0:mr=\E%!1\E[7m\E%!0:nd=\EC:\
15950         :se=\E%!1\E[m\E%!0:sf=\n:so=\E%!1\E[7;5m\E%!0:sr=\EI:\
15951         :ta=^I:ue=\E%!1\E[m\E%!0:up=\EA:us=\E%!1\E[4m\E%!0:\
15952         :ve=\E%!0:vs=\E%!3:
15953 # Tektronix 4207 with sysline.  In the ancestral termcap file this was 4107-s;
15954 # see the note attached to tek4207.
15955 tek4207-s|Tektronix 4207 with sysline but no memory:\
15956         :es:hs:\
15957         :ds=\E7\E[?6l\E[2K\E[?6h\E8:fs=\E[?6h\E8:\
15958         :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:\
15959         :is=\E7\E[?6l\E[2K\E[?6h\E8:\
15960         :ts=\E7\E[?6l\E[2K\E[;%i%df:tc=tek4107:
15962 # The 4110 series may be a wonderful graphics series, but they make the 4025
15963 # look good for screen editing.  In the dialog area, you can't move the cursor
15964 # off the bottom line.  Out of the dialog area, ^K moves it up, but there
15965 # is no way to scroll.
15967 # Note that there is a floppy for free from Tek that makes the
15968 # 4112 emulate the vt52 (use the vt52 termcap). There is also
15969 # an expected enhancement that will use ANSI standard sequences.
15971 # 4112 in non-dialog area pretending to scroll. It really wraps
15972 # but vi is said to work (more or less) in this mode.
15974 # 'vi' works reasonably well with this entry.
15976 otek4112|o4112-nd|otek4113|otek4114|old tektronix 4110 series:\
15977         :am:\
15978         :co#80:li#34:\
15979         :bl=^G:cl=\E^L:cr=\r:do=\n:le=^H:sf=\n:te=\EKA1\ELV1:\
15980         :ti=\EKA0\ELV0\EMG0:up=^K:
15981 # The 4112 with the ANSI compatibility enhancement
15982 tek4112|tek4114|tektronix 4110 series:\
15983         :am:bs:db:\
15984         :co#80:li#34:\
15985         :al=\E[L:bt=\E[Z:cd=\E[0J:ce=\E[0K:cl=\E[2J\E[0;0H:\
15986         :cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:do=\E[B:ei=:ic=\E[@:im=:\
15987         :is=\E3!1:le=^H:me=\E[m:nd=\E[C:se=\E[m:\
15988         :sf=\E7\E[0;0H\E[M\E8:so=\E[7m:sr=\E7\E[0;0H\E[L\E8:\
15989         :ue=\E[m:up=\EM:us=\E[4m:
15990 tek4112-nd|4112 not in dialog area:\
15991         :ns:\
15992         :up=^K:tc=tek4112:
15993 tek4112-5|4112 in 5 line dialog area:\
15994         :li#5:tc=tek4112:
15995 # (tek4113: this used to have ":nd=\LM1\s\LM0:", someone's mistake;
15996 # removed ":as=\E^N:, :ae=\E^O:", which had been commented out in 8.3.
15997 # Note, the !0 and !1 sequences in :te:/:ti:/:ve:/:vi: were
15998 # previously \0410 and \0411 sequences...I don't *think* they were supposed
15999 # to be 4-digit octal -- esr)
16000 tek4113|tektronix 4113 color graphics with 5 line dialog area:\
16001         :am:bs:da:eo:\
16002         :co#80:li#5:\
16003         :cl=\ELZ:do=\n:is=\EKA1\ELL5\ELV0\ELV1:le=^H:\
16004         :nd=\ELM1 \ELM0:uc=\010\ELM1_\ELM0:\
16005         :vb=\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERB0:
16006 tek4113-34|tektronix 4113 color graphics with 34 line dialog area:\
16007         :li#34:\
16008         :is=\EKA1\ELLB2\ELV0\ELV1:tc=tek4113:
16009 # :ns: left off to allow vi visual mode. APL font (:as=\E^N:/:ae=\E^O:) not
16010 # supported here. :uc: is slow, but looks nice. Suggest setenv MORE -up .
16011 # :vb: needs enough delay to let you see the background color being toggled.
16012 tek4113-nd|tektronix 4113 color graphics with no dialog area:\
16013         :am:bs:eo:\
16014         :co#80:it#8:li#34:\
16015         :cl=\E^L:do=\n:ho=\ELF7l\177 @:is=\ELZ\EKA0\ELF7l\177 @:\
16016         :le=^H:ll=\ELF hl @:nd=^I:se=\EMT1:so=\EMT2:ta=^I:\
16017         :uc=\010\EMG1_\EMG0:up=^K:\
16018         :vb=\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERB0:\
16019         :vs=\ELZ\EKA0:
16020 # This entry is from Tek. Inc.  (Brian Biehl)
16021 # (tek4115: :bc: renamed to :le:, <rmam>/<smam> added based on init string -- esr)
16022 otek4115|Tektronix 4115:\
16023         :am:bs:da:db:eo:\
16024         :co#80:it#8:li#34:\
16025         :RA=\E[?7l:SA=\E[?7h:al=\E[L:bt=\E[Z:cd=\E[J:ce=\E[K:\
16026         :cl=\E[H\E[2J:cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:do=\E[B:\
16027         :ei=\E[4l:ho=\E[H:if=/usr/share/tabset/vt100:im=\E[4h:\
16028         :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:\
16029         :kb=^H:ke=\E>:ks=\E=:le=\E[D:me=\E[m:nd=\E[C:se=\E[m:\
16030         :so=\E[7m:sr=\EM:ta=^I:te=\E%!0\ELBG8\E%!1\E[34;1H\E[J:\
16031         :ti=\E%!0\ELBB2\E%!1:ue=\E[m:up=\E[A:us=\E[4m:\
16032         :ve=\E%!0\ELBG8\E%!1\E[34;1H:vs=\E%!0\ELBB2\E%!1:
16033 tek4115|newer tektronix 4115 entry with more ANSI capabilities:\
16034         :am:xo:\
16035         :co#80:li#34:\
16036         :AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:LE=\E[%dD:\
16037         :RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:al=\E[L:bl=^G:\
16038         :bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=\r:\
16039         :ct=\E[3g:dc=\E[P:dl=\E[M:do=\n:ei=:ho=\E[H:ic=\E[@:im=:\
16040         :kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
16041         :mb=\E[5m:md=\E[1m:me=\E[m:mk=\E[8m:mr=\E[7m:nd=\E[C:\
16042         :se=\E[m:sf=\n:so=\E[7m:st=\EH:ta=^I:ue=\E[m:up=\E[A:\
16043         :us=\E[4m:
16044 # The tek4125 emulates a vt100 incorrectly - the scrolling region
16045 # command is ignored.  The following entry replaces :cs: with the needed
16046 # :AL:, :AL:, and :im:; removes some cursor pad commands that the tek4125
16047 # chokes on; and adds a lot of initialization for the tek dialog area.
16048 # Note that this entry uses all 34 lines and sets the cursor color to green.
16049 # Steve Jacobson 8/85
16050 # (tek4125: there were two "\!"s in the is that I replaced with "\E!";
16051 # commented out, :im:=\E1 because there's no :ei:  -- esr)
16052 tek4125|tektronix 4125:\
16053         :li#34:\
16054         :al=\E[1L:cs@:dl=\E[1M:\
16055         :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:\
16056         :ks=\E=:rc@:sc@:tc=vt100+4bsd:
16058 # From: <jcoker@ucbic>
16059 # (tek4207: This was the termcap file's entry for the 4107/4207, but SCO
16060 # supplied another, less capable 4107 entry.  So we'll use that for 4107 and
16061 # note that if jcoker wasn't confused you may be able to use this one.
16062 # I merged in :ms:,:sf:,:sr:,<invis>,:ct: from a BRL entry -- esr)
16063 tek4207|Tektronix 4207 graphics terminal with memory:\
16064         :am:bw:mi:ms:ul:xn:\
16065         :co#80:it#8:li#32:\
16066         :al=3\E[L:bt=\E[Z:cd=\E[J:ce=5\E[K:cl=156\E[H\E[J:\
16067         :cm=\E[%i%d;%dH:ct=\E[1g:dc=4\E[P:dl=3\E[M:do=\n:ei=:\
16068         :ho=\E[H:ic=4\E[@:im=:\
16069         :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:\
16070         :kd=\ED:kh=\E[H:kl=\E[D:kr=\E[C:ku=\EM:le=^H:mb=\E[5m:\
16071         :md=\E[1m:me=\E[m:mk=\E[=6;<5:mr=\E[7m:nd=\E[C:se=\E[m:\
16072         :sf=\E[S:so=\E[7m:sr=\E[T:ta=^I:\
16073         :te=\E[?6h\E%!0\ELBP0\E%!1\E[32;1f:ti=\E[?6l\E[H\E[J:\
16074         :ue=\E[m:up=\EM:us=\E[4m:
16076 # From: <carolyn@dali.berkeley.edu>  Thu Oct 31 12:54:27 1985
16077 # (tek4404: There was a "\!" in :ti: that I replaced with "\E!".
16078 # Tab had been given as \E2I,that must be the tab-set capability -- esr)
16079 tek4404|tektronix 4404:\
16080         :bs:\
16081         :co#80:it#8:li#32:\
16082         :al=\E[1L:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:\
16083         :cs=\E[%i%d;%dr:dc=\E[P:dl=\E[1M:do=\n:ei=\E[4l:ho=\E[H:\
16084         :im=\E[4h:kd=\E[B:ke=\E[?1h:kl=\E[D:kr=\E[C:ks=\E[?1l:\
16085         :ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:nd=\E[C:rc=\E8:\
16086         :sc=\E7:se=\E[27m:so=\E[7m:st=\E[2I:ta=^I:\
16087         :te=\E[1;1H\E[0J\E[?6h\E[?1l:\
16088         :ti=\E%\E!1\E[1;32r\E[?6l\E>:ue=\E[m:up=\E[A:us=\E[4m:
16089 # Some unknown person wrote:
16090 # I added the is string - straight Unix has ESC ; in the login
16091 # string which sets a ct8500 into monitor mode (aka 4025 snoopy
16092 # mode). The is string here cleans up a few things (but not
16093 # everything).
16094 ct8500|tektronix ct8500:\
16095         :am:bw:da:db:\
16096         :co#80:li#25:\
16097         :al=\E^L:bl=^G:bt=\E^I:cd=\E^U:ce=\E^T:cl=\E^E:\
16098         :cm=\E|%+ %+ :cr=\r:dc=\E^]:dl=\E\r:do=\n:ei=:ic=\E^\:im=:\
16099         :is=\037\EZ\Ek:le=^H:me=\E\040:nd=\ES:se=\E\040:sf=\n:\
16100         :so=\E$:sr=\E^A:ta=^I:ue=\E\040:up=\ER:us=\E!:
16102 # Tektronix 4205 terminal.
16104 # am is not defined because the wrap around occurs not when the char.
16105 # is placed in the 80'th column, but when we are attempting to type
16106 # the 81'st character on the line.  (esr: hmm, this is like the vt100
16107 # version of xenl, perhaps am + xenl would work!)
16109 # Bold, dim, and standout are simulated by colors and thus not allowed
16110 # with colors.  The tektronix color table is mapped into the RGB color
16111 # table by setf/setb. All colors are reset to factory specifications by oc.
16112 # The <initc> cap uses RGB notation to define colors.  for arguments 1-3 the
16113 # interval (0-1000) is broken into 8 smaller sub-intervals (125).  Each sub-
16114 # interval then maps into pre-defined value.
16115 tek4205|tektronix 4205:\
16116         :cc:mi:ms:\
16117         :Co#8:NC#49:co#80:it#8:li#30:pa#63:\
16118         :AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:LE=\E[%dD:\
16119         :RI=\E[%dC:UP=\E[%dA:\
16120         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
16121         :ae=^O:al=\E[1L:as=^N:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[J:\
16122         :ce=\E[K:cl=\E[2J\E[H:cm=\E[%i%d;%dH:cr=\r:ct=\E[1g:\
16123         :dc=\E[1P:dl=\E[1M:do=\E[B:eA=\E)0:ec=\E%dX:ei=\E[4l:\
16124         :ho=\E[H:i1=\E%!0\ETM1\E%!1\E[m:im=\E[4h:k0=\EOA:k1=\EOB:\
16125         :k2=\EOC:k3=\EOD:k4=\EP:k5=\EQ:k6=\ER:k7=\ES:kb=^H:kd=\E[B:\
16126         :kl=\E[D:kr=\E[C:ku=\E[A:le=\E[D:mb=\E[5m:md=\E[=7;<4m:\
16127         :me=\E[=0;<1m\E[24;25;27m\017:mh=\E[=1;<6m:mk=\E[=6;<5:\
16128         :mr=\E[7m:nd=\E[C:\
16129         :oc=\E%!0\ETFB000001F4F4F42F40030F404A4C<F450F4F46F40F47F4F40\E%!1:\
16130         :op=\E[39;40m:se=\E[=0;<1m:sf=\ED:so=\E[=2;<3m:sr=\EM:\
16131         :ta=^I:te=:ti=\E%%!1\E[?6l\E[2J:ue=\E[24m:up=\E[A:\
16132         :us=\E[4m:
16134 #### Teletype (tty)
16136 # These are the hardcopy Teletypes from before AT&T bought the company,
16137 # clattering electromechanical dinosaurs in Bakelite cases that printed on
16138 # pulpy yellow roll paper.  If you remember these you go back a ways.
16139 # Teletype-branded VDTs are listed in the AT&T section.
16141 # The earliest UNIXes were designed to use these clunkers; nroff and a few
16142 # other programs still default to emitting codes for the Model 37.
16145 tty33|tty35|model 33 or 35 teletype:\
16146         :hc:os:xo:\
16147         :co#72:\
16148         :bl=^G:cr=\r:do=\n:sf=\n:
16149 tty37|model 37 teletype:\
16150         :bs:hc:os:xo:\
16151         :bl=^G:cr=\r:do=\n:hd=\E9:hu=\E8:le=^H:sf=\n:up=\E7:
16153 # There are known to be at least three flavors of the tty40, all seem more
16154 # like IBM half duplex forms fillers than ASCII terminals.  They have lots of
16155 # awful braindamage, such as printing a visible newline indicator after each
16156 # newline.  The 40-1 is a half duplex terminal and is hopeless.  The 40-2 is
16157 # braindamaged but has hope and is described here.  The 40-4 is a 3270
16158 # lookalike and beyond hope.  The terminal has visible bell but I don't know
16159 # it - it's null here to prevent it from showing the BL character.
16160 # There is an \EG in <nl> because of a bug in old vi (if stty says you have
16161 # a "newline" style terminal (-crmode) vi figures all it needs is nl
16162 # to get crlf, even if :cr: is not ^M.)
16163 # (tty40: removed obsolete ":nl=\EG\EB:", it's just do+cr -- esr)
16164 tty40|ds40|ds40-2|dataspeed40|teletype dataspeed 40/2:\
16165         :bs:xo:\
16166         :co#80:li#24:\
16167         :al=50\EL:cd=75\EJ:cl=80\EH\EJ:cr=\EG:ct=80\EH\E2:\
16168         :dc=50\EP:dl=50\EM:do=\EB:ei=:ho=10\EH:ic=50\E\136:im=:\
16169         :kb=^]:kl=^H:le=^H:nd=\EC:pf=^T:po=2000\022:rs=60\023\ER:\
16170         :se=\E4:sf=20\ES:so=\E3:sr=10\ET:st=\E1:ta=10\E@:up=\E7:
16171 tty43|model 43 teletype:\
16172         :am:bs:hc:os:xo:\
16173         :co#132:\
16174         :bl=^G:cr=\r:do=\n:kb=^H:le=^H:sf=\n:
16176 #### Tymshare
16179 # You can add :is=\E<: to put this 40-column mode, though I can't
16180 # for the life of me think why anyone would want to.
16181 scanset|sc410|sc415|Tymshare Scan Set:\
16182         :am:bw:ms:\
16183         :co#80:li#24:\
16184         :ac=j%k4l<m-q,x5:ae=^O:as=^N:bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:\
16185         :cm=\EY%+ %+ :cr=\r:do=\n:ho=\EH:kd=\EB:kl=\ED:kr=\EC:\
16186         :ku=\EA:le=^H:nd=^I:pf=\E;0:po=\E;0:ps=\E;3:r1=\E>:rc=^C:\
16187         :sc=^B:sf=\n:up=^K:
16189 #### Volker-Craig (vc)
16191 # If you saw a Byte Magazine cover with a terminal on it during the early
16192 # 1980s, it was probably one of these.  Carl Helmers liked them because
16193 # they could crank 19.2 and were cheap (that is, he liked them until he tried
16194 # to program one...)
16197 # Missing in vc303a and vc303 descriptions:  they scroll 2 lines at a time
16198 # every other linefeed.
16199 vc303|vc103|vc203|volker-craig 303:\
16200         :am:bs:ns:\
16201         :co#80:li#24:\
16202         :bl=^G:cl=40^L:cr=\r:do=\n:ho=40^K:kd=\n:kl=^H:kr=^I:ku=^N:\
16203         :le=^H:ll=^OW:nd=^I:up=^N:
16204 vc303a|vc403a|volker-craig 303a:\
16205         :ce=20^V:cl=40^X:ho=40^Y:kr=^U:ku=^Z:ll=^P:nd=^U:up=^Z:\
16206         :tc=vc303:
16207 # (vc404: removed obsolete ":ma=^Z^P^U :" -- esr)
16208 vc404|volker-craig 404:\
16209         :am:bs:\
16210         :co#80:li#24:\
16211         :bl=^G:cd=40^W:ce=20^V:cl=40^X:cm=\020%+ %+ :cr=\r:do=\n:\
16212         :ho=40^Y:kd=\n:kl=^H:kr=^U:ku=^Z:le=^H:nd=^U:sf=\n:up=^Z:
16213 vc404-s|volker-craig 404 w/standout mode:\
16214         :do=\n:se=^O:so=^N:tc=vc404:
16215 # From: <wolfgang@cs.sfu.ca>
16216 # (vc414: merged in cup/dl1/home from an old vc414h-noxon)
16217 vc414|vc414h|Volker-Craig 414H in sane escape mode.:\
16218         :am:bs:\
16219         :co#80:li#24:\
16220         :al=40\E\032:cd=\E^X:ce=10\E\017:cl=40\E\034:\
16221         :cm=40\E\021%r%.%.:dc=\E3:dl=40\E\023:do=\E^K:ei=:ho=\E^R:\
16222         :ic=\E\072:im=:k0=\EA:k1=\EB:k2=\EC:k3=\ED:k4=\EE:k5=\EF:\
16223         :k6=\EG:k7=\EH:kd=\E^K:kh=\E^R:kl=^H:kr=^P:ku=\E^L:l0=PF1:\
16224         :l1=PF2:l2=PF3:l3=PF4:l4=PF5:l5=PF6:l6=PF7:l7=PF8:nd=^P:\
16225         :se=\E^_:so=\E^Y:up=\E^L:
16226 vc415|volker-craig 415:\
16227         :cl=^L:tc=vc404:
16229 ######## OBSOLETE PERSONAL-MICRO CONSOLES AND EMULATIONS
16232 #### IBM PC and clones
16235 # The pcplot IBM-PC terminal emulation program is really messed up. It is
16236 # supposed to emulate a vt-100, but emulates the wraparound bug incorrectly,
16237 # doesn't support scrolling regions, ignores add line commands, and ignores
16238 # delete line commands. Consequently, the resulting behavior looks like a
16239 # crude adm3a-type terminal.
16240 # Steve Jacobson 8/85
16241 pcplot|pc-plot terminal emulation program:\
16242         :xn@:\
16243         :AL@:DL@:al@:cs@:dl@:rc@:sc@:tc=vt100+4bsd:
16244 # KayPro II from Richard G Turner <rturner at Darcom-Hq.ARPA>
16245 # I've found that my KayPro II, running MDM730, continues to emulate an
16246 # ADM-3A terminal, just like I was running TERM.COM. On our 4.2 UNIX
16247 # system the following termcap entry works well:
16248 # I have noticed a couple of minor glitches, but nothing I can't work
16249 # around. (I added two capabilities from the BRL entry -- esr)
16250 kaypro|kaypro2|kaypro II:\
16251         :am:bs:\
16252         :co#80:li#24:\
16253         :al=\EE:bl=^G:cd=^W:ce=^X:cl=1^Z:cm=\E=%+ %+ :cr=\r:dl=\ER:\
16254         :do=\n:ho=^^:kd=\n:kr=^L:ku=^K:nd=^L:sf=\n:up=^K:
16256 # From IBM, Thu May  5 19:35:27 1983
16257 # (ibmpc: commented out :im:=\200R because we don't know :ei: -- esr)
16258 ibm-pc|ibm5051|5051|IBM Personal Computer (no ANSI.SYS):\
16259         :am:bs:\
16260         :co#80:li#24:\
16261         :bl=^G:cl=^L^K:cr=\r^^:do=\n:ho=^K:kd=^_:le=^]:nd=^\:sf=10\n:\
16262         :up=^^:
16264 ibmpc|wy60-PC|wyse60-PC|IBM PC/XT running PC/IX:\
16265         :am:bs:bw:eo:hs:km:ms:ul:\
16266         :co#80:it#8:li#24:\
16267         :@7=\E[Y:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:SF=\E[%dS\E[%dB:\
16268         :SR=\E[%dT\E[%dA:UP=\E[%dA:\
16269         :ac=j\331k\277l\332m\300n\305q\304t\303u\264v\301w\302x\263:\
16270         :bl=^G:cd=\E[J:ce=\E[K:ch=\E[%i%dG:cl=\Ec:cm=\E[%i%d;%dH:\
16271         :cr=\r:do=\E[B:ec=\E[%dX:ho=\E[H:k1=\240:k2=\241:k3=\242:\
16272         :k4=\243:k5=\244:k6=\245:k7=\246:k8=\247:k9=\250:k;=\251:\
16273         :kB=^]:kD=\177:kI=\E[^H:kN=\E[U:kP=\E[V:kb=^H:kd=\E[B:\
16274         :kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=\E[D:ll=\E[24;1H:\
16275         :mb=\E[5m:md=\E[1m:me=\E[m:mk=\E[30;40m:mr=\E[7m:nd=\E[C:\
16276         :nw=\r:se=\E[m:sf=\E[S\E[B:so=\E[7m:sr=\E[T\E[A:ue=\E[m:\
16277         :up=\E[A:us=\E[4m:
16279 #### Apple II
16281 # Apple II firmware console first, then various 80-column cards and
16282 # terminal emulators.  For two cents I'd toss all these in the UFO file
16283 # along with the 40-column apple entries.
16286 # From: brsmith@umn-cs.cs.umn.edu (Brian R. Smith) via BRL
16287 #       'it#8' tells UNIX that you have tabs every 8 columns.  This is a
16288 #               function of TIC, not the firmware.
16289 #       The clear key on a IIgs will do something like clear-screen,
16290 #               depending on what you're in.
16291 appleIIgs|appleIIe|appleIIc|Apple 80 column firmware interface:\
16292         :am:bs:bw:eo:ms:\
16293         :co#80:it#8:li#24:\
16294         :bl=^G:cd=^K:ce=^]:cl=^L:cm=\036%r%+ %+ :cr=\r:do=\n:ho=^Y:\
16295         :kC=^X:kD=\177:kb=^H:kd=\n:kl=^H:kr=^U:ku=^K:le=^H:nd=^\:\
16296         :nw=\r^W:se=^N:sf=^W:so=^O:sr=^V:ta=^I:up=^_:
16297 # Apple //e with 80-column card, entry from BRL
16298 # The modem interface is permitted to discard LF (maybe DC1), otherwise
16299 # passing characters to the 80-column firmware via COUT (PR#3 assumed).
16300 # Auto-wrap does not work right due to newline scrolling delay, which also
16301 # requires that you set "stty cr2".
16302 # Note: Cursor addressing is only available via the Pascal V1.1 entry,
16303 # not via the BASIC PR#3 hook.  All this nonsense can be avoided only by
16304 # using a terminal emulation program instead of the built-in firmware.
16305 apple2e|Apple //e:\
16306         :bw:ms:\
16307         :co#80:li#24:\
16308         :bl=^G:cd=4*^K:ce=4^]:cl=100^L:do=\n:ho=^Y:is=^R^N:kb=^H:\
16309         :kd=\n:kl=^H:kr=^U:ku=^K:le=^H:me=^N:mr=^O:nw=100\r:r1=^R^N:\
16310         :se=^N:sf=^W:so=^O:sr=^V:ta=^I:up=^_:
16311 # mcvax!vu44!vu45!wilcke uses the "ap" entry together with Ascii Express Pro
16312 # 4.20, with incoming and outgoing terminals both on 0, emulation On.
16313 apple2e-p|Apple //e via Pascal:\
16314         :cm=\036%r%+ %+ :kb=^H:kd=\n:kl=^H:tc=apple2e:
16315 # (ASCII Express) MouseTalk "Standard Apple //" emulation from BRL
16316 # Enable DC3/DC1 flow control with "stty ixon -ixany".
16317 apple-ae|ASCII Express:\
16318         :am:bs:bw:ms:nx:xo:\
16319         :co#80:it#8:li#24:\
16320         :bl=500^G:cd=^K:ce=^]:cl=^L:cm=\036%r%+ %+ :cr=\r:do=\n:\
16321         :ho=^Y:is=^R^N:kC=^X:kd=\n:kl=^H:kr=^U:ku=^K:le=^H:me=^N:\
16322         :mr=^O:nd=^U:r1=^R^N:se=^N:sf=^W:so=^O:sr=^V:up=^_:
16323 appleII|apple ii plus:\
16324         :am:bs:\
16325         :co#80:it#8:li#24:\
16326         :cd=^K:ce=^]:cl=^L:cm=\036%r%+ %+ :do=\n:ho=\E^Y:is=^TT1^N:\
16327         :kd=\n:kr=^U:le=^H:me=^N:nd=^\:se=^N:so=^O:ta=^I:up=^_:\
16328         :vb=\024G1\024T1:ve=^TC2:vs=^TC6:
16329 # Originally by Gary Ford 21NOV83
16330 # From: <ee178aci%sdcc7@SDCSVAX.ARPA>  Fri Oct 11 21:27:00 1985
16331 apple-80|apple II with smarterm 80 col:\
16332         :am:bs:bw:\
16333         :co#80:li#24:\
16334         :bt=^R:cd=10*^K:ce=10^]:cl=10*^L:cm=\036%r%+ %+ :cr=10*\r:\
16335         :do=\n:ho=^Y:le=^H:nd=^\:up=^_:
16336 apple-soroc|apple emulating soroc 120:\
16337         :am:\
16338         :co#80:li#24:\
16339         :bl=^G:cd=\EY:ce=\ET:cl=300\E*:cm=\E=%+ %+ :cr=\r:do=\n:\
16340         :ho=^^:kd=\n:kl=^H:kr=^L:ku=^K:le=^H:nd=^L:sf=\n:up=^K:
16341 # From Peter Harrison, Computer Graphics Lab, San Francisco
16342 #   ucbvax!ucsfmis!harrison  .....uucp
16343 #   ucbvax!ucsfmis!harrison@BERKELEY   .......ARPA
16344 # "These two work.  If you don't have the inverse video chip for the
16345 # Apple with videx then remove the :so: and :se: fields."
16346 # (apple-videx: this used to be called DaleApple -- esr)
16347 apple-videx|Apple with videx videoterm 80 column board with inverse video:\
16348         :am:bs:xn:\
16349         :co#80:it#8:li#24:\
16350         :cd=^K:ce=^]:cl=300^L:cm=\036%r%+ %+ :do=\n:ho=^Y:kd=\n:\
16351         :kh=^Y:kl=^H:kr=^U:le=^H:me=^Z2:nd=^\:se=^Z2:so=^Z3:ta=^I:\
16352         :up=^_:
16353 # My system [for reference] : Apple ][+, 64K, Ultraterm display card,
16354 #                             Apple Cat ][ 212 modem, + more all
16355 #                             controlled by ASCII Express: Pro.
16356 # From Dave Shaver <isucs1!shaver>
16357 apple-uterm-vb|Videx Ultraterm for Apple micros with Visible Bell:\
16358         :am:bs:eo:xt:\
16359         :co#80:li#24:\
16360         :ac=:cd=^K:ce=^]:cl=^L:cm=\036%r%+ %+ :ho=^Y:\
16361         :is=^V4^W06\017\rVisible Bell Installed.\016\r\n:\
16362         :nd=^\:se=^N:so=^O:up=^_:vb=^W35^W06:
16363 apple-uterm|Ultraterm for Apple micros:\
16364         :am:bs:eo:xt:\
16365         :co#80:li#24:\
16366         :ac=:cd=^K:ce=^]:cl=^L:cm=\036%r%+ %+ :ho=^Y:\
16367         :is=^V4^W06\016:nd=^\:se=^N:so=^O:up=^_:
16368 # from trwrba!bwong (Bradley W. Wong):
16370 # This entry assumes that you are using an apple with the UCSD Pascal
16371 # language card.  SYSTEM.MISCINFO is assumed to be the same as that
16372 # supplied with the standard apple except that screenwidth should be set
16373 # using SETUP to 80 columns.  Note that the right arrow is not mapped in
16374 # this termcap entry.  This is because that key, on the Apple, transmits
16375 # a ^U and would thus preempt the more useful "up" function of vi.
16377 # HMH 2/23/81
16378 apple80p|80-column apple with Pascal card:\
16379         :am:bw:\
16380         :co#80:li#24:\
16381         :cd=^K:ce=^]:cl=^Y^L:cm=\036%r%+ %+ :ho=^Y:kl=^H:nd=^\\072:\
16382         :up=^_:
16384 # Apple II+ equipped with Videx 80 column card
16386 # Terminfo from ihnp4!ihu1g!djc1 (Dave Christensen) via BRL;
16387 # manually converted by D A Gwyn
16389 # DO NOT use any terminal emulation with this data base, it works directly
16390 # with the Videx card.  This has been tested with vi 1200 baud and works fine.
16392 # This works great for vi, except I've noticed in pre-R2, ^U will scroll back
16393 # 1 screen, while in R2 ^U doesn't.
16394 # For inverse alternate character set add:
16395 #       :as:=^O::ae:=^N:
16396 # (apple-v: added it#8 -- esr)
16397 apple-videx2|Apple II+ w/ Videx card (similar to Datamedia h1520):\
16398         :am:xn:\
16399         :co#80:it#8:li#24:\
16400         :bl=100^G:cd=16*^K:ce=^]:cl=16*^L:cm=\036%r%+ %+ :cr=\r:\
16401         :do=\n:ho=^Y:kb=^H:kd=\n:kh=^Y:kl=^H:kr=^\:ku=^_:le=^H:nd=^\:\
16402         :se=^Z2:sf=\n:so=^Z3:ta=8^I:up=^_:
16403 apple-videx3|vapple|Apple II with 80 col card:\
16404         :am:bs:\
16405         :co#80:li#24:\
16406         :ce=\Ex:cl=\Ev:cm=\EY%+ %+ :do=\EB:ho=\EH:k0=\EP:k1=\EQ:\
16407         :k2=\ER:k3=\E\040:k4=\E!:k5=\E":k6=\E#:k7=\E$:k8=\E%%:\
16408         :k9=\E&:kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:le=\ED:nd=\EC:\
16409         :up=\EA:
16410 #From: decvax!cbosgd!cbdkc1!mww Mike Warren via BRL
16411 aepro|Apple II+ running ASCII Express Pro--vt52:\
16412         :bs:\
16413         :co#80:li#24:\
16414         :cd=\EJ:ce=\EK:cl=300^L:cm=\EY%+ %+ :do=\EB:ho=\EH:le=\ED:\
16415         :nd=\EC:up=\EA:
16416 # UCSD addition: Yet another termcap from Brian Kantor's Micro Munger Factory
16417 apple-vm80|ap-vm80|apple with viewmax-80:\
16418         :bs:\
16419         :co#80:li#24:\
16420         :cd=300^K:ce=^]:cl=300^L:cm=100\036%+ %+ :ho=200^Y:\
16421         :nd=^\\072:up=^_:
16423 #### Apple Lisa & Macintosh
16426 # (lisa: changed :vs: to :ve: -- esr)
16427 lisa|apple lisa console display (black on white):\
16428         :am:bs:eo:ms:\
16429         :co#88:it#8:li#32:\
16430         :ac=jdkclfmenbqattuvvuwsx`:ae=\E[10m:al=\E[L:as=\E[11m:\
16431         :cd=\E[J:ce=\E[K:cl=^L:cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:\
16432         :do=\E[B:ei=:ho=\E[H:ic=\E[@:im=:is=\E>\E[m\014:kb=^H:\
16433         :kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:me=\E[m:nd=\E[C:\
16434         :se=\E[m:so=\E[7m:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:ve=\E[5l:\
16435         :vi=\E[5h:
16436 liswb|apple lisa console display (white on black):\
16437         :is=\E>\E[0;7m\014:se=\E[0;7m:so=\E[m:ue=\E[0;7m:\
16438         :us=\E[4m:tc=lisa:
16440 # lisaterm from ulysses!gamma!epsilon!mb2c!jed (John E. Duncan III) via BRL;
16441 # :is: revised by Ferd Brundick <fsbrn@BRL.ARPA>
16443 # These entries assume that the 'Auto Wraparound' is enabled.
16444 # Xon-Xoff flow control should also be enabled.
16446 # The vt100 uses :rs2: and :rf: rather than :is2:/:tbc:/:hts: because the tab
16447 # settings are in non-volatile memory and don't need to be reset upon login.
16448 # Also setting the number of columns glitches the screen annoyingly.
16449 # You can type "reset" to get them set.
16451 lisaterm|Apple Lisa or Lisa/2 running LisaTerm vt100 emulation:\
16452         :am:bs:pt:xn:xo:\
16453         :co#80:it#8:kn#4:li#24:vt#3:\
16454         :DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:bl=^G:cd=\E[J:\
16455         :ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=\r:\
16456         :cs=\E[%i%d;%dr:ct=\E[3g:do=\n:ho=\E[H:k0=\EOP:k1=\EOQ:\
16457         :k2=\EOR:k3=\EOS:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:\
16458         :kr=\EOC:ks=\E[?1h\E=:ku=\EOA:l0=F1:l1=F2:l2=F3:l3=F4:le=^H:\
16459         :mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:\
16460         :r1=\E>\E[?1l\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r:\
16461         :rc=\E8:sc=\E7:se=\E[m:sf=\n:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
16462         :ue=\E[m:up=\E[A:us=\E[4m:
16463 # Lisaterm in 132 column ("wide") mode.
16464 lisaterm-w|Apple Lisa with Lisaterm in 132 column mode:\
16465         :co#132:\
16466         :kb=^H:kd=\n:kl=^H:tc=lisaterm:
16467 # Although MacTerminal has insert/delete line, it is commented out here
16468 # since it is much faster and cleaner to use the "lock scrolling region"
16469 # method of inserting and deleting lines due to the MacTerminal implementation.
16470 # Also, the "Insert/delete ch" strings have an extra character appended to them
16471 # due to a bug in MacTerminal V1.1.  Blink is disabled since it is not
16472 # supported by MacTerminal.
16473 mac|macintosh|Macintosh with MacTerminal:\
16474         :xn:\
16475         :dN#30:\
16476         :dc=7\E[P:ei=:ic=9\E[@:im=:ip=7:mb@:tc=lisa:
16477 # Lisaterm in 132 column ("wide") mode.
16478 mac-w|macterminal-w|Apple Macintosh with MacTerminal in 132 column mode:\
16479         :co#132:tc=mac:
16481 #### Radio Shack/Tandy
16484 # (coco3: This had "ta" used incorrectly as a boolean and bl given as "bl#7".
16485 # I read these as mistakes for ":it#8:" and ":bl=\007:" respectively -- esr)
16486 # From: <{pbrown,ctl}@ocf.berkeley.edu> 12 Mar 90
16487 coco3|os9LII|Tandy CoCo3 24*80 OS9 Level II:\
16488         :am:bs:\
16489         :co#80:it#8:li#24:\
16490         :al=^_0:bl=^G:cd=^K:ce=^D:cl=5*^L:cm=2\002%r%+ %+ :dl=^_1:\
16491         :do=\n:ho=^A:kd=\n:kl=^H:kr=^I:ku=^L:le=^H:mb=^_":\
16492         :md=\E\072\001:me=\037!\E\072\200:mr=^_\040:nd=^F:se=^_!:\
16493         :so=^_\040:ue=^_#:up=^I:us=^_":ve=^E!:vi=^E\040:
16494 # (trs2: removed obsolete ":nl=^_:" -- esr)
16495 trs2|trsII|trs80II|Radio Shack Model II using P&T CP/M:\
16496         :am:bs:ms:\
16497         :co#80:it#8:li#24:\
16498         :al=^D:bl=^G:cd=^B:ce=^A:cl=^L:cm=\EY%+ %+ :cr=\r:dl=^K:\
16499         :do=^_:ho=^F:kb=^H:kd=^_:kl=^\:kr=^]:ku=^^:le=^H:me=^O:nd=^]:\
16500         :se=^O:sf=\n:so=^N:ta=^I:up=^^:
16501 # From: Kevin Braunsdorf <ksb@mentor.cc.purdue.edu>
16502 # (This had extension capabilities
16503 #       :BN=\E[?33h:BF=\E[?33l:UC=\E[_ q:BC=\E[\177 q:\
16504 #       :CN=\ERC:CF=\ERc:NR=\ERD:NM=\ER@:
16505 # I also deleted the unnecessary ":kn#2:", ":sg#0:" -- esr)
16506 trs16|trs-80 model 16 console:\
16507         :am:bs:\
16508         :co#80:it#8:li#24:\
16509         :ac=jak`l_mbquvewcxs:ae=\ERg:al=\EL:as=\ERG:bl=^G:cd=\EJ:\
16510         :ce=\EK:cl=^L:cm=\EY%+ %+ :cr=\r:dc=\EQ:dl=\EM:do=\EB:ei=:\
16511         :ho=\EH:ic=\EP:im=:k0=^A:k1=^B:k2=^D:k3=^L:k4=^U:k5=^P:k6=^N:\
16512         :k7=^S:kb=^H:kd=\EB:kh=^W:kl=\ED:kr=\EC:ku=\EA:l0=f1:l1=f2:\
16513         :l2=f3:l3=f4:l4=f5:l5=f6:l6=f7:l7=f8:le=^H:me=\ER@:nd=\EC:\
16514         :pf=\E]+:po=\E]=:se=\ER@:sf=\n:so=\ERD:ta=^I:up=\EA:ve=\ERC:\
16515         :vi=\ERc:
16517 #### Commodore Business Machines
16519 # Formerly located in West Chester, PA; went spectacularly bust in 1994
16520 # after years of shaky engineering and egregious mismanagement.  Made one
16521 # really nice machine (the Amiga) and boatloads of nasty ones (PET, C-64,
16522 # C-128, VIC-20).  The C-64 is said to have been the most popular machine
16523 # ever (most units sold); they can still be found gathering dust in closets
16524 # everywhere.
16527 # From: Kent Polk <kent@swrinde.nde.swri.edu>, 30 May 90
16528 # Added a few more entries, converted caret-type control sequence (^x) entries
16529 # to '\0xx' entries since a couple of people mentioned losing '^x' sequences.
16530 # Corrections by Ty Sarna <tsarna@endicor.com>, Sat Feb 28 18:55:15 1998
16532 # :as:, :ae:                    Support for alternate character sets.
16533 # :ve=\E[\040p:vi=\E[\060\040p: cursor visible/invisible.
16534 # :xn:  vt100 kludginess at column 80/NEWLINE ignore after 80 cols(Concept)
16535 #     This one appears to fix a problem I always had with a line ending
16536 #     at 'width+1' (I think) followed by a blank line in vi. The blank
16537 #     line tended to disappear and reappear depending on how the screen
16538 #     was refreshed. Note that this is probably needed only if you use
16539 #     something like a Dnet Fterm with the window sized to some peculiar
16540 #     dimension larger than 80 columns.
16541 # :k0=\E9~:     map F10 to k0 - could have F0-9 -> k0-9, but ... F10 was 'k;'
16542 # (amiga: removed obsolete :kn#10:,
16543 # also added empty <acsc> to suppress a warning --esr)
16544 amiga|Amiga ANSI:\
16545         :am:bs:bw:xn:\
16546         :co#80:li#24:\
16547         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
16548         :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:ac=:\
16549         :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:\
16550         :cl=\E[H\E[J:cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:do=\E[B:ei=:\
16551         :ho=\E[H:ic=\E[@:im=:is=\E[20l:k0=\E[9~:k1=\E[0~:k2=\E[1~:\
16552         :k3=\E[2~:k4=\E[3~:k5=\E[4~:k6=\E[5~:k7=\E[6~:k8=\E[7~:\
16553         :k9=\E[8~:kb=^H:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=\E[D:\
16554         :mb=\E[7;2m:md=\E[1m:me=\E[m:mh=\E[2m:mk=\E[8m:mr=\E[7m:\
16555         :nd=\E[C:r1=\Ec:se=\E[m:sf=\E[S:so=\E[7m:sr=\E[T:ue=\E[m:\
16556         :up=\E[A:us=\E[4m:ve=\E[ p:vi=\E[0 p:
16558 # From: Hans Verkuil <hans@wyst.hobby.nl>, 4 Dec 1995
16559 # (amiga: added empty <acsc> to suppress a warning.
16560 # I'm told this entry screws up badly with AS225, the Amiga
16561 # TCP/IP package once from Commodore, and now sold by InterWorks.--esr)
16562 amiga-h|Hans Verkuil's Amiga ANSI:\
16563         :bs:bw:ms:\
16564         :co#80:li#24:\
16565         :DC=\233%dP:DO=\233%dB:IC=\233%d@:LE=\233%dD:RI=\233%dC:\
16566         :SF=\233%dS:SR=\233%dT:UP=\233%dA:ac=:ae=^O:as=^N:bl=^G:\
16567         :bt=\233Z:cd=\233J:ce=\233K:cl=\233H\233J:\
16568         :cm=\233%i%d;%dH:cr=\r:dc=\233P:do=\233B:ec=\233%dP:ei=:\
16569         :ho=\233H:ic=\233@:im=:is=\23320l:k0=\2339~:k1=\2330~:\
16570         :k2=\2331~:k3=\2332~:k4=\2333~:k5=\2334~:k6=\2335~:\
16571         :k7=\2336~:k8=\2337~:k9=\2338~:kD=\177:kb=^H:kd=\233B:\
16572         :kl=\233D:kr=\233C:ku=\233A:le=\233D:mb=\2337;2m:\
16573         :md=\2331m:me=\2330m:mh=\2332m:mk=\2338m:mr=\2337m:\
16574         :nd=\233C:nw=\233B\r:r1=\Ec:se=\2330m:sf=\233S:so=\2337m:\
16575         :sr=\233T:ta=^I:te=\233?7h:ti=\233?7l:ue=\2330m:up=\233A:\
16576         :us=\2334m:vb=^G:ve=\233 p:vi=\2330 p:
16578 # From: Henning 'Faroul' Peters <Faroul@beyond.kn-bremen.de>, 25 Sep 1999
16580 # Pavel Fedin added
16581 #       Home    Shift+Left
16582 #       End     Shift+Right
16583 #       PgUp    Shift+Up
16584 #       PgDn    Shift+Down
16585 amiga-8bit|Amiga ANSI using 8-bit controls:\
16586         :@7=\233 @:AL=\233%dL:DL=\233%dM:SF@:SR@:ac=:al=\233L:\
16587         :dl=\233M:kN=\233S:kP=\233T:kh=\233 A:sf=\204:sr=\215:\
16588         :tc=amiga-h:
16590 # From: Ruediger Kuhlmann <terminfo@ruediger-kuhlmann.de>, 18 Jul 2000
16591 # requires use of appropriate preferences settings.
16592 amiga-vnc|Amiga using VNC console (black on light gray):\
16593         :ND:am:da:db:ms:\
16594         :BT#1:Co#16:NC#0:co#80:li#24:lm#0:pa#256:\
16595         :%1=\E[?~:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:\
16596         :IC=\E[%d@:Km=\E[M:LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:\
16597         :SR=\E[%dT:UP=\E[%dA:al=\E[1L:bl=^G:cd=\E[J:ce=\E[K:\
16598         :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=\r:cs=\E[%i%d;%dr:dc=\E[P:\
16599         :dl=\E[1M:do=\E[B:ei=:ic=\E[@:im=:\
16600         :is=\E[>?2;18l\E[>?26;?6;20;>?15;?7;>?22;>?8h:\
16601         :k0=\E[9~:k1=\E[0~:k2=\E[1~:k3=\E[2~:k4=\E[3~:k5=\E[4~:\
16602         :k6=\E[5~:k7=\E[6~:k8=\E[7~:k9=\E[8~:kB=\233Z:kD=\177:\
16603         :kH=\E[45~:kN=\E[42~:kP=\E[41~:kb=^H:kd=\E[B:ke=\E[?1l:\
16604         :kh=\E[44~:kl=\E[D:kr=\E[C:ks=\E[?1h:ku=\E[A:le=\E[D:\
16605         :mb=\E[7;2m:md=\E[1m:me=\E[0m\017\E[30;85;>15m:mh=\E[2m:\
16606         :mk=\E8m:mr=\E[7m:nd=\E[C:nw=\EE:oc=\E[0m:r1=\Ec:\
16607         :r2=\E[>?2;18l\E[>?26;?6;20;>?15;?7;>?22;>?8h:\
16608         :se=\E[21m:sf=\ED:so=\E[1m:sr=\EM:te=\E[?7h\E[r\E[J:\
16609         :ti=\E[?7h:ue=\E[24m:up=\E[A:us=\E[4m:vb=^G:\
16610         :ve=\E[p\E[>?6l:vi=\E[0p:vs=\E[>?6h:
16612 # MorphOS on Genesi Pegasos
16613 # By Pavel Fedin <sonic_amiga@rambler.ru>
16614 morphos:\
16615         :@7=\23345~:AL=\233%dL:DL=\233%dM:F1=\23320~:F2=\23321~:\
16616         :SF@:SR@:ac=:al=\233L:dl=\233M:kI=\23340~:kN=\23342~:\
16617         :kP=\23341~:kh=\23344~:sf=\204:sr=\215:tc=amiga-h:
16619 # Commodore B-128 microcomputer from Doug Tyrol <det@HEL-ACE.ARPA>
16620 #       I'm trying to write a termcap for a commodore b-128, and I'm
16621 # having a little trouble. I've had to map most of my control characters
16622 # to something that unix will accept (my delete-char is a ctrl-t, etc),
16623 # and create some functions (like cm), but thats life.
16624 #       The problem is with the arrow keys - right, and up work fine, but
16625 # left deletes the previous character and down I just can't figure out.
16626 # Jove knows what I want, but I don't know what it's sending to me (it
16627 # isn't thats bound to next-line in jove).
16628 #       Anybody got any ideas? Here's my termcap.
16629 # DAG -- I changed his "^n" entries to "\n"; see if that works.
16631 commodore|b-128|Commodore B-128 micro:\
16632         :am:bw:\
16633         :co#80:dN#20:li#24:pb#150:\
16634         :al=10\Ei:bc=^H:ce=10\Eq:cl=10\E\006:cm=20\E\013%2,%2,:\
16635         :cr=\r:dc=10*\177:dl=10*\Ed:do=\n:ei=:ho=\E^E:ic=5\E\n:im=:\
16636         :kd=\n:kh=\E^E:kl=^B:kr=^F:ku=^P:nd=^F:nl=\r:ta=5^I:up=^P:
16638 #### North Star
16640 # North Star Advantage from Lt. Fickie <brl-ibd!fickie> via BRL
16641 northstar|North Star Advantage:\
16642         :bs:\
16643         :co#80:li#24:\
16644         :cd=200^O:ce=200^N:cl=200^D:cm=1\E=%+ %+ :ho=200^\^Z:
16646 #### Osborne
16648 # Thu Jul  7 03:55:16 1983
16650 # As an aside, be careful; it may sound like an anomaly on the
16651 # Osborne, but with the 80-column upgrade, it's too easy to
16652 # enter lines >80 columns!
16654 # I've already had several comments...
16655 # The Osborne-1 with the 80-col option is capable of being
16656 # 52, 80, or 104 characters wide; default to 80 for compatibility
16657 # with most systems.
16659 # The tab is destructive on the Ozzie; make sure to 'stty -tabs'.
16660 osborne-w|osborne1-w|osborne I in 104-column mode:\
16661         :ms:ul:xt:\
16662         :co#104:li#24:\
16663         :al=\EE:bl=^G:ce=\ET:cl=^Z:cm=\E=%+ %+ :cr=\r:dc=\EW:dl=\ER:\
16664         :do=\n:ei=:ic=\EQ:im=:kd=\n:kl=^H:kr=^L:ku=^K:le=^H:nd=^L:\
16665         :se=\E(:sf=\n:so=\E):ue=\Em:up=^K:us=\El:
16666 # Osborne I     from ptsfa!rhc (Robert Cohen) via BRL
16667 osborne|osborne1|osborne I in 80-column mode:\
16668         :am:bs:mi:ms:ul:xs:\
16669         :co#80:dB#4:li#24:\
16670         :al=\EE:ce=\ET:cl=^Z:cm=\E=%+ %+ :dc=4\EW:dl=\ER:do=\n:ei=:\
16671         :im=\EQ:is=^Z:kb=^H:kd=\n:kl=^H:kr=^L:ku=^K:le=4^H:nd=^L:\
16672         :se=\E):so=\E(:ue=\Em:up=^K:us=\El:
16674 # Osborne Executive definition from BRL
16675 # Similar to tvi920
16676 # Added by David Milligan and Tom Smith (SMU)
16677 osexec|Osborne executive:\
16678         :am:bs:\
16679         :co#80:li#24:sg#1:ug#1:\
16680         :al=\EE:bl=^G:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :cr=\r:ct=\E3:\
16681         :dc=\EW:dl=\ER:do=\n:ei=:ho=^^:ic=\EQ:im=:\
16682         :is=\Eq\Ek\Em\EA\Ex0:k0=^A@\r:k1=^AA\r:k2=^AB\r:k3=^AC\r:\
16683         :k4=^AD\r:k5=^AE\r:k6=^AF\r:k7=^AG\r:k8=^AH\r:k9=^AI\r:\
16684         :kb=^H:kd=\n:kl=^H:kr=^L:ku=^K:le=^H:nd=^L:nl=\n:se=\Ek:\
16685         :so=\Ej:st=\E1:ue=\Em:up=^K:us=\El:
16687 #### Console types for obsolete UNIX clones
16689 # Coherent, Minix, Venix, and several lesser-known kin were OSs for 8088
16690 # machines that tried to emulate the UNIX look'n'feel.  Coherent and Venix
16691 # were commercial, Minix an educational tool sold in conjunction with a book.
16692 # Memory-segmentation limits and a strong tendency to look like V7 long after
16693 # it was obsolete made all three pretty lame.  Venix croaked early.  Coherent
16694 # and Minix were ported to 32-bit Intel boxes, only to be run over by a
16695 # steamroller named `Linux' (which, to be fair, traces some lineage to Minix).
16696 # Coherent's vendor, the Mark Williams Company, went belly-up in 1994.  There
16697 # are also, I'm told, Minix ports that ran on Amiga and Atari machines and
16698 # even as single processes under SunOS and the Macintosh OS.
16701 # See
16702 #       https://web.archive.org/web/20120703021949/http://www.minix3.org/manpages/html4/console.html
16703 minix|minix console (v3):\
16704         :@7=\E[Y:F1=\E[11;2~:F2=\E[12;2~:F3=\E[13;2~:F4=\E[14;2~:\
16705         :F5=\E[15;2~:F6=\E[17;2~:F7=\E[18;2~:F8=\E[19;2~:\
16706         :F9=\E[20;2~:FA=\E[21;2~:FB=\E[11;5~:FC=\E[12;5~:\
16707         :FD=\E[13;5~:FE=\E[14;5~:FF=\E[15;5~:FG=\E[17;5~:\
16708         :FH=\E[18;5~:FI=\E[19;5~:FJ=\E[20;5~:FK=\E[21;5~:\
16709         :FL=\E[11;6~:FM=\E[12;6~:FN=\E[13;6~:FO=\E[14;6~:\
16710         :FP=\E[15;6~:FQ=\E[17;6~:FR=\E[18;6~:FS=\E[19;6~:\
16711         :FT=\E[20;6~:FU=\E[21;6~:\
16712         :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:\
16713         :k0=\E[21~:k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:\
16714         :k5=\E[15~:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:\
16715         :k;=\E[21~:kD=\177:kI=\E[@:kN=\E[U:kP=\E[V:l0@:l1@:l2@:l3@:\
16716         :l4@:l5@:tc=minix-3.0:
16718 minix-3.0|minix console (v3.0):\
16719         :tc=ecma+color:tc=minix-1.7:
16721 # See
16722 #       http://www.minix-vmd.org/pub/Minix-vmd/1.7.0/wwwman/man4/console.4.html
16723 # This is the entry provided with minix 1.7.4, with bogus :ri: removed.
16724 minix-1.7|minix console (v1.7):\
16725         :am:xn:\
16726         :co#80:it#8:li#25:\
16727         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
16728         :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:al=\E[L:bl=^G:cb=\E[2K:\
16729         :cd=\E[0J:ce=\E[K:cl=\E[H\E[0J:cm=\E[%i%d;%dH:cr=\r:\
16730         :dc=\E[P:dl=\E[M:do=\E[B:ei=:ho=\E[H:ic=\E[@:im=:is=\E[0m:\
16731         :k0=\E[Y:k1=\E[V:k2=\E[U:k3=\E[T:k4=\E[S:k5=\E[G:kb=^H:\
16732         :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:l0=End:l1=PgUp:\
16733         :l2=PgDn:l3=Num +:l4=Num -:l5=Num 5:le=^H:mb=\E[5m:\
16734         :md=\E[1m:me=\E[0m:mr=\E[7m:nd=\E[C:nw=\r\n:se=\E[0m:sf=\n:\
16735         :so=\E[7m:sr=\EM:ta=^I:ue=\E[0m:up=\E[A:us=\E[4m:
16736 # Corrected Jan 14, 1997 by Vincent Broman <broman@nosc.mil>
16737 minix-old|minix-1.5|minix console (v1.5):\
16738         :xo:\
16739         :co#80:it#8:li#25:\
16740         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
16741         :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:al=\E[L:bl=^G:cd=\E[0J:\
16742         :ce=\E[K:cl=\E[H\E[0J:cm=\E[%i%d;%dH:cr=\r:dc=\E[P:\
16743         :dl=\E[M:do=\E[B:ei=:ho=\E[H:ic=\E[@:im=:k0=\E[Y:k1=\E[V:\
16744         :k2=\E[U:k3=\E[T:k4=\E[S:k5=\E[G:kb=^H:kd=\E[B:kh=\E[H:\
16745         :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[0m:\
16746         :mr=\E[7m:nd=\E[C:nw=\r\n:se=\E[0m:sf=\n:so=\E[7m:sr=\EM:\
16747         :ta=^I:ue=\E[0m:up=\E[A:us=\E[4m:
16748 # The linewrap option can be specified by editing /usr/include/minix/config.h
16749 # before recompiling the minix 1.5 kernel.
16750 minix-old-am|minix console with linewrap:\
16751         :am:tc=minix-old:
16753 pc-minix|minix console on an Intel box:\
16754         :tc=klone+acs:tc=minix-3.0:
16756 # According to the Coherent 2.3 manual, the PC console is similar
16757 # to a z19. The differences seem to be (1) 25 lines, (2) no status
16758 # line, (3) standout is broken, (4) ins/del line is broken, (5)
16759 # has blinking and bold.
16760 pc-coherent|pcz19|coherent|IBM PC console running Coherent:\
16761         :am:mi:\
16762         :co#80:it#8:li#25:\
16763         :bl=^G:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :cr=\r:dc=\EN:\
16764         :do=\EB:ei=\EO:ho=\EH:im=\E@:kb=^H:kd=\EB:kh=\EH:kl=\ED:\
16765         :kr=\EC:ku=\EA:le=^H:me=\Eq:nd=\EC:se=\Eq:sf=\n:so=\Ep:\
16766         :sr=\EI:ta=^I:up=\EA:
16768 # According to the Venix 1.1 manual, the PC console is similar
16769 # to a DEC vt52.  Differences seem to be (1) arrow keys send
16770 # different strings, (2) enhanced standout, (3) added insert/delete line.
16771 # Note in particular that it doesn't have automatic margins.
16772 # There are other keys (f1-f10, kpp, knp, kcbt, kich1, kdch1) but they
16773 # not described here because this derives from an old termcap entry.
16774 pc-venix|venix|IBM PC console running Venix:\
16775         :co#80:it#8:li#25:\
16776         :al=\EL:bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :cr=\r:\
16777         :dl=\EM:do=\n:kb=^H:kd=\EP:kh=\EG:kl=\EK:kr=\EM:ku=\EH:le=^H:\
16778         :nd=\EC:sf=\n:sr=\EI:ta=^I:up=\EA:
16780 #### Miscellaneous microcomputer consoles
16782 # If you know anything more about any of these, please tell me.
16785 # The MAI Basic Four computer was obsolete at the end of the 1980s.
16786 # It may be used as a terminal by putting it in "line" mode as seen on
16787 # one of the status lines.
16788 # Initialization is similar to CIT80. :is: will set ANSI mode for you.
16789 # Hardware tabs set by :if: at 8-spacing.  Auto line wrap causes glitches so
16790 # wrap mode is reset by :vs:.  Using :sf:=\E[S caused errors so I
16791 # used \ED instead.
16792 # From: bf347@lafn.org (David Lawyer), 28 Jun 1997
16793 mai|basic4|MAI Basic Four in ansi mode:\
16794         :am:da:db:mi:ms:\
16795         :co#82:it#8:li#25:\
16796         :al=\E[L:bl=^G:cd=^_:ce=^^:cl=^]^_:cm=\E[%i%d;%dH:cr=\r:\
16797         :cs=\E[%i%d;%dr:dc=\E[1P:dl=\E[M:do=\n:ei=\E[4l:ho=^]:\
16798         :if=/usr/share/tabset/vt100:im=\E[4h:\
16799         :is=\E>\E[?1h\E[?7h\E[?5l\017\E(B\E[m\E[20l\E[1;24r\E[24;1H:\
16800         :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOT:k6=\EOU:k7=\EOV:\
16801         :k8=\EOW:kb=^H:kd=\EOB:kl=\EOD:kr=\EOC:ku=\EOA:le=^H:\
16802         :mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=^X:nw=\r\ED:rc=\E8:\
16803         :sc=\E7:se=\E[m:sf=\ED:so=\E[7m:sr=\E[T:ta=^I:ue=\E[m:up=^Z:\
16804         :us=\E[4m:ve=\E[?7h:vs=\E[?7l:
16805 # basis from Peter Harrison, Computer Graphics Lab, San Francisco
16806 #   ucbvax!ucsfmis!harrison ...uucp / ucbvax!ucsfmis!harrison@BERKELEY ...ARPA
16808 # On Sat, 7 Aug 1999, Torsten Jerzembeck <toje@nightingale.ms.sub.org> wrote:
16809 # The Basis 108 was a Apple II clone, manufactured by the "Basis
16810 # Mikrocomputer GmbH" in Munster, Germany (the company still exists today,
16811 # about 1,5 km from where I live, but doesn't build own computers any
16812 # more). A Basis 108 featured a really heavy (cast aluminium?) case, was
16813 # equipped with one or two 5.25" disk drives, had a monochrome and colour
16814 # video output for a TV set or a dedicated monitor and several slots for
16815 # Apple II cards. Basis 108 were quite popular at german schools before
16816 # the advent of the IBM PC. They run, for example, the UCSD Pascal
16817 # development system (which I used even in 1993 to program the steering
16818 # and data recording for our school's experimental solar panel :), Apple DOS
16819 # or CP/M.
16820 # (basis: removed obsolete ":ma=^K^P^R^L^L :nl=5000*^J:" -- esr)
16821 basis|BASIS108 computer with terminal translation table active:\
16822         :cd=\EY:ce=\ET:cl=300\E*:do=5000\n:kb=^H:kd=\n:kl=^H:kr=^L:\
16823         :ku=^K:me=\E):se=\E):so=\E(:tc=adm3a:
16824 # luna's BMC terminal emulator
16825 luna|luna68k|LUNA68K Bitmap console:\
16826         :co#88:li#46:tc=ansi-mini:
16827 megatek|pegasus workstation terminal emulator:\
16828         :am:os:\
16829         :co#83:li#60:
16830 # The Xerox 820 was a Z80 micro with a snazzy XEROX PARC-derived
16831 # interface (pre-Macintosh by several years) that went nowhere.
16832 xerox820|x820|Xerox 820:\
16833         :am:\
16834         :co#80:li#24:\
16835         :bl=^G:cd=^Q:ce=^X:cl=1^Z:cm=\E=%+ %+ :cr=\r:do=\n:ho=^^:\
16836         :le=^H:nd=^L:sf=\n:up=^K:
16838 #### Videotex and teletext
16841 # \E\:1}        switch to te'le'informatique mode (ascii terminal/ISO 6429)
16842 # \E[?3l        80 columns
16843 # \E[?4l        scrolling on
16844 # \E[12h        local echo off
16845 # \Ec           reset: G0 U.S. charset (to get #,@,{,},...), 80 cols, clear screen
16846 # \E)0          G1 DEC set (line graphics)
16848 # From: Igor Tamitegama <igor@ppp1493-ft.teaser.fr>, 18 Jan 1997
16849 m2-nam|minitel|minitel-2|minitel-2-nam|France Telecom Minitel 2 mode te'le'informatique:\
16850         :bs:es:hs:xn:\
16851         :co#80:it#8:li#24:sg#0:ug#0:ws#72:\
16852         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:\
16853         :RI=\E[%dC:UP=\E[%dA:\
16854         :ac=aaffggjjkkllmmnnooqqssttuuvvwwxx:ae=^O:al=\E[L:\
16855         :as=^N:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
16856         :cr=\r:cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:\
16857         :fs=\n:ho=\E[H:i1=\E\0721}\Ec\E[?4l\E[12h:i2=\E[?3l:\
16858         :im=\E[4h:ip=7:is=\Ec\E[12h\E)0:k0=\EOp:k1=\EOq:k2=\EOr:\
16859         :k3=\EOs:k4=\EOt:k5=\EOu:k6=\EOv:k7=\EOw:k8=\EOx:k9=\EOy:\
16860         :k;=\EOp:kA=\E[4l:kC=\E[2J:kD=\E[P:kI=\E[4h:kL=\E[M:\
16861         :kN=\EOn:kP=\EOR:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:\
16862         :ku=\E[A:le=\E[D:ll=\E[24;80H:mb=\E[5m:md=\E[1m:me=\E[m:\
16863         :mr=\E[7m:nd=\E[C:nw=\r\n:ps=\E[i:r1=\Ec\E[?4l\E[12h:\
16864         :r2=\Ec\E)0:rc=\E8:sc=\E7:se=\E[27m:sf=\n:so=\E[7m:sr=\EM:\
16865         :ta=^I:ts=^_@A:u6=\E[%i%d;%dR:u7=\E[6n:ue=\E[24m:up=\E[A:\
16866         :us=\E[4m:vb=^G:ve=\E[<1l:vi=\E[<1h:
16868 # From: Alexandre Montaron <canal@mygale.org>, 18 Jun 1998, updated 19 Sep 2016
16870 # (C0 removed to fit entry within 1023 bytes)
16871 # (E0 removed to fit entry within 1023 bytes)
16872 # (S0 removed to fit entry within 1023 bytes)
16873 # (XC removed to fit entry within 1023 bytes)
16874 # (rmacs/smacs removed for consistency)
16875 # (acsc removed to fit entry within 1023 bytes)
16876 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
16877 minitel1|minitel 1:\
16878         :am:bw:es:hs:hz:\
16879         :co#40:li#24:\
16880         :bl=^G:ce=^X:cl=^L:cm=\037%+A%+A:cr=\r:do=\n:\
16881         :ds=\037@A\030\n:fs=\n:ho=^^:\
16882         :is=\E;`ZQ\E\072iC\E\072iE\021:kN=^SH:kP=^SB:kb=^SG:\
16883         :le=^H:mb=\EH:me=\EI\E\\\EG:mr=\E]:nd=^I:nw=\r\n:\
16884         :rp=%.\022%+?:\
16885         :rs=\024\037XA\030\n\030\n\030\n\030\n\030\n\030\n\030\n\030\n\030\n\030\n\030\n\030\n\030\n\030\n\030\n\030\n\030\n\030\n\030\n\030\n\030\n\030\n\030\n\030\014\021:\
16886         :se=\E\\:sf=\n:so=\E]:sr=^K:ts=\037@%+A:up=^K:\
16887         :vb=\037@A\EW \177\022\177\022P\r\030\n:ve=^Q:vi=^T:
16888 minitel1b|minitel 1-bistandard (in 40cols mode):\
16889         :mi:\
16890         :%1@:&2@:@2@:@8@:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:\
16891         :F1=^Y1:F2=^Y/:F3=^Y{1:F4=^Y{2:F5=^Y{3:F6=^Y{4:F7=^Y{5:\
16892         :F8=^Y{6:F9=^Y{7:FA=^Y{8:FB=^Y{9:FC=^Y{0:FD=^Y{*:FE=^Y{#:\
16893         :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:al=\E[L:cb=\E[1K:cd=\E[J:\
16894         :dc=\E[P:dl=\E[M:ei=\E[4l:i1=\E;iYA\E;jYC:im=\E[4h:k1=^SD:\
16895         :k2=^SC:k3=^SF:k4=^SA:k5=^SG:k6=^SE:k7=^Y8:k8=^Y,:k9=^Y.:\
16896         :k;=^Y0:kA=\E[L:kC=\E[2J:kD=\E[P:kI=\E[4h:kL=\E[M:kb@:\
16897         :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:kt=^I:ku=\E[A:l1=Guide:\
16898         :l2=Repetition:l3=Sommaire:l4=Envoi:l5=Correction:\
16899         :l6=Annulation:tc=minitel1:
16900 # rmkx posait des problemes (logout en sortant de vi).
16901 # (C0 removed to fit entry within 1023 bytes)
16902 # (E0 removed to fit entry within 1023 bytes)
16903 # (S0 removed to fit entry within 1023 bytes)
16904 # (XC removed to fit entry within 1023 bytes)
16905 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
16906 minitel1b-80|minitel 1-bistandard (standard teleinformatique):\
16907         :am@:bw@:es@:hz@:ms:\
16908         :co#80:it#8:\
16909         :ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:ho=\E[H:i1@:is@:\
16910         :k1=\EOq:k2=\EOr:k3=\EOs:k4=\EOt:k5=\EOu:k6=\EOv:k7=\EOw:\
16911         :k8=\EOx:k9=\EOy:kN=\EOn:kP=\EOR:kb=\EOl:ke@:ks@:mb=\E[5m:\
16912         :md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:nw=\EE:rc=\E8:rp@:\
16913         :rs=\036\E[12H\E[2M\E[H\E[L\E[12H\E[2M\E[H\E[L\E[12H\E[2M\E[H\E[L\E[12H\E[2M\E[H\E[L\E[12H\E[2M\E[H\E[L\E[12H\E[2M\E[H\E[L\E[12H\E[2M\E[H\E[L\E[12H\E[2M\E[H\E[L\E[12H\E[2M\E[H\E[L\E[12H\E[2M\E[H\E[L\E[12H\E[2M\E[H\E[L\E[12H\E[2M\E[H\E[J\E[m:\
16914         :sc=\E7:se=\E[27m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:ue=\E[24m:\
16915         :up=\E[A:us=\E[4m:ve=\037@A\021\n:vi=\037@A\024\n:\
16916         :tc=minitel1b:
16918 minitel1-nb|minitel 1 (40cols) noir & blanc sans couleurs avec bold et dim ...:\
16919         :Co@:pa@:\
16920         :AB@:AF@:Sb@:Sf@:cl=^L\EB:cm=\037%+A%+A\EB:ho=^^\EB:md=\EG:\
16921         :me=\EI\E\\\EB:mh=\ED:op@:rs=^L\EB:ts=\037@%+A\EB:\
16922         :tc=minitel1:
16924 minitel1b-nb|minitel 1b (40cols) noir & blanc sans couleurs avec bold et dim ...:\
16925         :ms:\
16926         :Co@:pa@:\
16927         :@7=\E)4\r:AB@:AF@:Sb@:Sf@:\
16928         :ac=`>a9f!j%k4l<m-n=p#q,rpt=u5v-w<x5yvzy|l~$:ae=^O:\
16929         :as=^N:cl=^L\EB:cm=\E[%i%d;%dH:ho=^^\EB:k1=\E$4\r:\
16930         :k2=\E#4\r:k3=\E&4\r:k4=\E!4\r:k5=\E'4\r:k6=\E/4\r:\
16931         :kN=\E(4\r:kP=\E"4\r:md=\EG:me=\EI\E\\\EB:mh=\ED:op@:\
16932         :rs=^L\EB:ts=\037@%+A\EB:tc=minitel1b:
16934 # Note:
16936 # Faire, Fnct T puis "/" (TS+"?") pour activer les touches en 40cols :
16938 # TS+Connexion/Fin(Fin),Retour(Page Up),Suite(Page Down),Guide(F1),
16939 # Repetition(F2),Sommaire(F3),Envoi(F4),Correction(F5),Annulation(F6),
16940 # Ctrl+7(F7),Ctrl+8(F8),Ctrl+9(F9),Ctrl+0(F10),Ctrl+*(F11),Ctrl+#(F12).
16942 # Ctrl+Suite-1(F13), Ctrl+Suite-2(F14), Ctrl+Suite-3(F15),
16943 # Ctrl+Suite-4(F16), Ctrl+Suite-5(F17), Ctrl+Suite-6(F18),
16944 # Ctrl+Suite-7(F19), Ctrl+Suite-8(F20), Ctrl+Suite-9(F21),
16945 # Ctrl+Suite-0(F22), Ctrl+Suite-*(F23), Ctrl+Suite-#(F24).
16947 # Fonctionne par exemple avec Midnight Commander (mc).
16949 minitel2-80|minitel 2 (80cols) avec filets vt100 (DEC):\
16950         :G0:\
16951         :ac=ffggjjkkllmmnnooqqssttuuvvwwxxyyzz||}}:ae=^O:as=^N:\
16952         :eA=\E)0:u6=\E[%i%d;%dR:\
16953         :C0=ffggjjkkllmmnnooqqssttuuvvwwxxyyzz||}}:E0=^O:\
16954         :S0=\E)0\016:\
16955         :XC=B%\E(B,\243\E(3},\247\E(R[,\257\E(3v,\260\E(3f,\261\E(3g,\265\E(3Y,\267\E(3~,\274\E(3O,\275\E(3P,\276\E(3Q,\277\E(3Z,\300A,\301A,\302A,\303A,\304\E(3R,\305A,\306E,\307C,\310E,\311\E(3S,\312E,\313E,\314\E(3T,\315I,\316I,\317I,\320D,\321\E(3W,\322\E(3U,\323O,\324O,\325O,\326O,\327x,\331U,\332U,\333U,\334\E(3V,\335Y,\337\E(3{,\340\E(3A,\341a,\342\E(3B,\343a,\344\E(3C,\345a,\346e,\347\E(R\\\\,\350\E(3E,\351\E(3D,\352\E(3F,\353\E(3G,\354i,\355i,\356\E(3H,\357\E(3I,\360d,\361\E(3X,\362o,\363o,\364\E(3J,\365o,\366\E(3K,\367\E(3h,\371\E(3L,\372u,\373\E(3M,\374\E(3N,\375y,\377y,,0\E)3%\E)0,\\,m,+k,.l,0\177,-j:\
16956         :tc=minitel12-80:
16958 minitel12-80|minitel 12 (80cols):\
16959         :G0:\
16960         :is=\E[12h:u6=\E[%i%d;%dH:u7=\E[6n:ve=\E[<1l:vi=\E[<1h:\
16961         :C0=ffggj+k+l+m+n+ovq-swt+u+v+w+xx}},m+k.l-j0\177:\
16962         :E0=^O:S0=\E)3\016:\
16963         :XC=B%\E(B,\243\E(3},\247\E(R[,\257\E(3v,\260\E(3f,\261\E(3g,\267\E(3~,\274\E(3O,\275\E(3P,\276\E(3Q,\300A,\301A,\302A,\303A,\304A,\305A,\306E,\307C,\310E,\311E,\312E,\313E,\314I,\315I,\316I,\317I,\320D,\321N,\322O,\323O,\324O,\325O,\326O,\327x,\331U,\332U,\333U,\334U,\335Y,\337\E(3{,\340\E(3A,\341a,\342\E(3B,\343a,\344\E(3C,\345a,\346e,\347\E(R\\\\,\350\E(3E,\351\E(3D,\352\E(3F,\353\E(3G,\354i,\355i,\356\E(3H,\357\E(3I,\360d,\361n,\362o,\363o,\364\E(3J,\365o,\366\E(3K,\367\E(3h,\371\E(3L,\372u,\373\E(3M,\374\E(3N,\375y,\377y,,0\E)3%\E)0,\\,m,+k,.l,0\177,-j:\
16964         :tc=minitel1b-80:
16967 # Add these in your ~/.screenrc for inputting some special glyphs like french
16968 # accentuated chars in 40 cols mode:
16970 # bindkey ^YA digraph '`'  # Saisi accent grave.
16971 # bindkey ^YB digraph "'"  # Saisi accent aigu.
16972 # bindkey ^YC digraph '^'  # Saisi accent circonflexe.
16973 # bindkey ^YH digraph '"'  # Saisi accent trema.
16975 # bindkey ^Y#      stuff \243  # Livre.
16976 # bindkey "^Y\047" stuff \247  # Paragraphe.
16977 # bindkey ^Yj      stuff \306  # AE
16978 # bindkey ^Yz      stuff \346  # ae
16979 # bindkey ^YKc     stuff \347  # c cedille.
16982 screen.minitel1|Screen specific for minitel1:\
16983         :NC@:\
16984         :Km@:\
16985         :ac=++,,--..00``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz||}}~~:\
16986         :bl=\007\E\136 \E\\:cs@:md@:u6=\E[%i%d;%dR:u7=\E[6n:\
16987         :u8=\E[?1;2c:u9=\EZ:ue@:us@:vb=\Eg\E\136 \E\\:tc=screen:
16989 screen.minitel1b|Screen specific for minitel1b:\
16990         :F3=^Y{1:F4=^Y{2:F5=^Y{3:F6=^Y{4:F7=^Y{5:F8=^Y{6:F9=^Y{7:\
16991         :FA=^Y{8:FB=^Y{9:FC=^Y{0:FD=^Y{*:FE=^Y{#:kA=\E[L:kC=\E[2J:\
16992         :kL=\E[M:tc=screen.minitel1:
16994 screen.minitel1b-80|screen.minitel2-80|screen.minitel12-80|Screen specific for minitel1b-80 minitel2-80 and minitel12-80:\
16995         :Co@:NC@:pa@:\
16996         :%1=\EOm:@8=\EOM:AB@:AF@:F3@:F4@:F5@:F6@:F7@:F8@:F9@:FA@:FB@:FC@:\
16997         :FD@:FE@:Sb@:Sf@:md=\E[1m:op@:ue=\E[24m:us=\E[4m:\
16998         :tc=screen.minitel1b:
17000 screen.minitel1-nb|Screen specific for minitel1-nb:\
17001         :Co@:NC@:pa@:\
17002         :AB@:AF@:Sb@:Sf@:md=\E[1m:mh=\E[2m:op@:tc=screen.minitel1:
17004 screen.minitel1b-nb|Screen specific for minitel1b-nb:\
17005         :Co@:NC@:pa@:\
17006         :AB@:AF@:Sb@:Sf@:md=\E[1m:mh=\E[2m:op@:tc=screen.minitel1b:
17008 # From: Alexandre Montaron, 29 Sep 2016
17010 # (E3 removed to fit entry within 1023 bytes)
17011 # (rmacs/smacs removed for consistency)
17012 # (acsc removed to fit entry within 1023 bytes)
17013 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
17014 linux-m1|Linux Minitel 1 "like" Couleurs:\
17015         :am:bw@:mi:ms:xn:\
17016         :it#8:\
17017         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:K1=\EOw:K2=\E[G:K3=\EOy:\
17018         :K4=\EOq:K5=\EOs:al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
17019         :cm=\E[%i%d;%dH:cr=\r:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:\
17020         :dl=\E[M:do=\n:ec=\E[%dX:ei=\E[4l:ho=\E[H:im=\E[4h:\
17021         :is=\E]R\E]P3FFFF80\E[?8c:k1=\E[[A:k2=\E[[B:k3=\E[[C:\
17022         :k4=\E[[D:k5=\E[[E:k6=\E[17~:k7=\E[18~:k8=\E[19~:\
17023         :k9=\E[20~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=\177:\
17024         :kd=\E[B:kh=\E[1~:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:\
17025         :md=\E[1m:me=\E[m:mh=\E[2m:mr=\E[7m:nd=\E[C:nw=\EE:rc=\E8:\
17026         :sc=\E7:se=\E[27m:sf=\n:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
17027         :up=\E[A:vb=\E[?5h\E[?5l:ve=\E[?25h:vi=\E[?25l:
17029 # 1. Using double-shapes for vt100 graphical chars (eg: mc).
17030 # 2. Native brown color corrected to good yellow color.
17031 # 3. Adding "Insert" and "Delete Line" keys as ESC Up and ESC Down arrow keys.
17032 # 4. Suppressed nonexistent underlined mode (normally as bright).
17033 # 5. ich/ich1 not filled because of non-curses programs.
17035 # 6. Suppressed nonexistent invisible mode.
17036 #(7.)Adding forgotten "cub/cud/cuf/cuu" sequences deplacement.
17038 linux-m1b|Linux Minitel 1B "like" Monochrome (Gris/Blanc/Noir+Dim):\
17039         :cc@:\
17040         :Co@:NC@:pa@:\
17041         :AB=^A:AF=^A:Ic@:ac@:ae@:as@:eA@:\
17042         :is=\E]R\E]P1A9A9A9\E]P2A9A9A9\E]P3FFFFFF\E]P4A9A9A9\E]P5A9A9A9\E]P6A9A9A9\E]P9FFFFFF\E]PAFFFFFF\E]PBFFFFFF\E]PCFFFFFF\E]PDFFFFFF\E]PEFFFFFF\E[?2c:\
17043         :md=\E[33m:oc@:op@:tc=linux-m1:
17045 linux-m2|Linux Minitel 2 "like" Couleurs (Vert/Blanc/Noir+Bleu):\
17046         :cc@:\
17047         :Co@:NC@:pa@:\
17048         :AB=^A:AF=^A:Ic@:\
17049         :ac=++,,--..00``aabbccddeeffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
17050         :ae=^O:as=^N:eA=\E)0:\
17051         :is=\E]R\E]P100A900\E]P200A900\E]P3FFFFFF\E]P400A900\E]P500A900\E]P600A900\E]P700A900\E]P80000FF\E]P9FFFFFF\E]PAFFFFFF\E]PBFFFFFF\E]PCFFFFFF\E]PDFFFFFF\E]PEFFFFFF\E]PFFFFFFF\E[;37m:\
17052         :md=\E[33m:me=\E[;37m:oc@:op@:ve=\E[?2c\E[?25h:\
17053         :vs=\E[?8c\E[?25h:tc=linux-m1:
17055 # Screen entries counterpart :
17057 screen.linux-m1|Linux m1 specific for screen:\
17058         :NC@:\
17059         :F3=\E[25~:F4=\E[26~:F5=\E[28~:F6=\E[29~:F7=\E[31~:\
17060         :F8=\E[32~:F9=\E[33~:FA=\E[34~:kA=\E\E[B:kC=\E\r:\
17061         :kL=\E\E[A:kb=\177:mh=\E[2m:u6=\E[%i%d;%dR:u7=\E[6n:\
17062         :u8=\E[?1;2c:u9=\EZ:ue@:us@:\
17063         :E3=\E[99H\E[2J\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n:\
17064         :tc=screen:
17066 screen.linux-m1b|Linux m1b specific for screen:\
17067         :Co@:pa@:\
17068         :AB@:AF@:Sb@:Sf@:op@:tc=screen.linux-m1:
17070 screen.linux-m2|Linux m2 specific for screen:\
17071         :ac=++,,--..00``aabbccddeeffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
17072         :tc=screen.linux-m1b:
17074 # Putty :
17076 putty-m1|Putty Minitel 1 "like" Couleurs:\
17077         :hs:\
17078         :SF=\E[%dS:SR=\E[%dT:ds=\E]2;\007:fs=^G:k1=\E[11~:\
17079         :k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:mh@:\
17080         :te=\E[2J\E[?47l\E8:ti=\E7\E[?47h:ts=\E]2;:ue=\E[24m:\
17081         :us=\E[4m:Z0=\E[?3h:Z1=\E[?3l:tc=linux-m1:
17083 putty-m1b|Putty Minitel 1B "like" Monochrome (Gris/Blanc/Noir):\
17084         :hs:\
17085         :SF=\E[%dS:SR=\E[%dT:ds=\E]2;\007:fs=^G:k1=\E[11~:\
17086         :k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:mh@:\
17087         :te=\E[2J\E[?47l\E8:ti=\E7\E[?47h:ts=\E]2;:ue=\E[24m:\
17088         :us=\E[4m:Z0=\E[?3h:Z1=\E[?3l:tc=linux-m1b:
17090 putty-m2|Putty Minitel 2 "like" Couleurs (Vert/Blanc/Noir):\
17091         :hs:\
17092         :SF=\E[%dS:SR=\E[%dT:\
17093         :ac=``aabbccddeeffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
17094         :ds=\E]2;\007:fs=^G:k1=\E[11~:k2=\E[12~:k3=\E[13~:\
17095         :k4=\E[14~:k5=\E[15~:mh@:te=\E[2J\E[?47l\E8:\
17096         :ti=\E7\E[?47h:ts=\E]2;:ue=\E[24m:us=\E[4m:Z0=\E[?3h:\
17097         :Z1=\E[?3l:tc=linux-m2:
17100 screen.putty-m1|Putty m1 specific for screen:\
17101         :mh@:ue=\E[24m:us=\E[4m:E3@:tc=screen.linux-m1:
17103 screen.putty-m1b|Putty m1b specific for screen:\
17104         :Co@:pa@:\
17105         :AB@:AF@:Sb@:Sf@:op@:tc=screen.putty-m1:
17107 screen.putty-m2|Putty m2 specific for screen:\
17108         :ac=++,,--..00``aabbccddeeffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
17109         :tc=screen.putty-m1b:
17110 # From: Alexandre Montaron, 19 Nov 2015, updated 19 Sep 2016
17112 # He comments:
17113 # viewdata lacks a true cup capability,
17114 # so I achieved it with home and cud1/cuf1 sequences only !
17115 viewdata|prestel/viewdata terminals:\
17116         :am:bw:es:hz:\
17117         :co#40:li#24:\
17118         :bl=^G:cl=^L:cr=\r:do=\n:ho=^^:le=^H:nd=^I:nw=\r\n:rs=^L:\
17119         :up=^K:ve=^Q:vi=^T:
17121 viewdata-o|optimized version of viewdata prestel/viewdata terminals:\
17122         :tc=viewdata:
17124 # Samples with TERM=viewdata and TERM=viewdata-rv: http://canal.chez.com/blog/
17126 viewdata-rv|prestel/viewdata terminals with reverse capabilitie (as green):\
17127         :sg#1:\
17128         :se=\EG:so=\EB:tc=viewdata-o:
17130 ######## OBSOLETE VDT TYPES
17132 # These terminals are *long* dead -- these entries are retained for
17133 # historical interest only.
17135 #### Amtek Business Machines
17138 # (abm80: early versions of this entry apparently had ":se=\E^_:so=\E^Y",
17139 # but these caps were commented out in 8.3; also, removed overridden
17140 # ":do=^J:" -- esr)
17141 abm80|amtek business machines 80:\
17142         :am:bs:bw:\
17143         :co#80:li#24:\
17144         :al=\E^Z:bt=^T:cd=\E^X:ce=\E^O:cl=\E^\:cm=\E\021%r%+ %+ :\
17145         :dl=\E^S:do=\E^K:ho=\E^R:le=^H:nd=^P:up=\E^L:
17147 #### Bell Labs blit terminals
17149 # These were AT&T's official entries.  The 5620 FAQ maintained by
17150 # David Breneman <daveb@dgtl.com> has this to say:
17152 #  Actually, in the beginning was the Jerq, and the Jerq was white with a
17153 #  green face, and Locanthi and Pike looked upon the Jerq and said the Jerq
17154 #  was good.  But lo, upon the horizon loomed a mighty management-type person
17155 #  (known now only by the initials VP) who said, the mighty Jerq must stay
17156 #  alone, and could not go forth into the world. So Locanthi and Pike put the
17157 #  Jerq to sleep, cloned its parts, and the Blit was brought forth unto the
17158 #  world. And the Jerq lived the rest of its days in research, but never
17159 #  strayed from those paths.
17161 #  In all seriousness, the Blit was originally known as the Jerq, but when
17162 #  it started to be shown outside of the halls of the Bell Labs Research
17163 #  organization, the management powers that be decided that the name could
17164 #  not remain. So it was renamed to be Blit. This was in late 1981.
17166 # (The AT&T 5620 was the commercialized Blit.  Its successors were the 630,
17167 # 730, and 730+.)
17170 blit|jerq|blit running teletype rom:\
17171         :am:eo:ul:xo:\
17172         :co#87:it#8:li#72:\
17173         :AL=\EF%+ :DC=\Ee%+ :DL=\EE%+ :IC=\Ef%+ :al=\EF!:bl=^G:\
17174         :ce=\EK:cl=^L:cm=\EY%r%+ %+ :cr=\r:dc=\Ee!:dl=\EE!:do=\n:\
17175         :ei=:ic=\Ef!:im=:k1=\Ex:k2=\Ey:k3=\Ez:kb=^H:kd=\EB:kl=\ED:\
17176         :kr=\EC:ku=\EA:le=\ED:nd=\EC:sf=\n:ta=^I:up=\EA:
17178 # (cbblit: here's a BSD termcap that says :do=\EG: -- esr)
17179 cbblit|fixterm|blit running columbus code:\
17180         :co#88:\
17181         :cd=\EJ:ei=\ER:ic@:im=\EQ:pO=\EP%3:pf=^T:po=^R:se=\EV!:\
17182         :so=\EU!:ue=\EV":us=\EU":vb=\E^G:tc=blit:
17184 oblit|ojerq|first version of blit rom:\
17185         :am:da:db:eo:mi:ul:xo:\
17186         :co#88:it#8:li#72:\
17187         :AL=\Ef%+ :DL=\Ee%+ :al=\EF:bl=^G:cd=\EJ:ce=\EK:cl=^L:\
17188         :cm=\EY%r%+ %+ :cr=\r:dc=\EO:dl=\EE:do=\n:ei=\ER:im=\EQ:\
17189         :kb=^H:le=\ED:nd=\EC:sf=\n:ta=^I:up=\EA:vb=\E^G:
17191 #### Bolt, Beranek & Newman (bbn)
17193 # The BitGraph was a product of the now-defunct BBN Computer Corporation.
17194 # The parent company, best known as the architects of the Internet, is
17195 # still around.
17197 # Jeff DelPapa <dp@world.std.com> writes:
17198 # The bitgraph was a large white box that contained a monochrome bitmap
17199 # display, and a 68000 to run it.  You could download code and run it on
17200 # the cpu, it had 128kb (I think) of memory.  I used one in the late
17201 # 70's, sure beat a vt100.  It had one strange feature tho -- it used
17202 # the cpu to bitblt pixels to scroll, it took longer than the refresh
17203 # rate, and looked like a rubber sheet stretching, then snapping
17204 # upwards.  It had everything the early mac had, except a floppy drive a
17205 # small screen (it had a 17" crisp beauty) and a real OS. They (Bolt
17206 # Beranek and Neuman) sold at most a few hundred of them to the real
17207 # world.  DOD may have bought more...
17210 # Entries for the BitGraph terminals.  The problem
17211 # with scrolling in vi can only be fixed by getting BBN to put
17212 # smarter scroll logic in the terminal or changing vi or padding
17213 # scrolls with about 500 ms delay.
17215 # I always thought the problem was related to the terminal
17216 # counting newlines in its input buffer before scrolling and
17217 # then moving the screen that much. Then vi comes along and
17218 # paints lines in on the bottom line of the screen, so you get
17219 # this big white gap.
17221 bitgraph|bg2.0nv|bg3.10nv|bbn bitgraph 2.0 or later (normal video):\
17222         :is=\E>\E[?5l\E[?7h:vb=\E[?5h\E[?5l:tc=bg2.0:
17223 bg2.0rv|bg3.10rv|bbn bitgraph 2.0 (reverse video):\
17224         :is=\E>\E[?5h\E[?7h:vb=\E[?5l\E[?5h:tc=bg2.0:
17225 bg2.0|bg3.10|bbn bitgraph 2.0 or later (no init):\
17226         :bs:xn:\
17227         :co#85:li#64:\
17228         :al=2*\E[L:bl=^G:cd=150\E[J:ce=2\E[K:cl=150\E[H\E[J:\
17229         :cm=%i\E[%d;%dH:cr=\r:cs=\E[%i%d;%dr:dl=2*\E[M:do=\E[B:\
17230         :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kd=\E[B:ke=\E>:kl=\E[D:\
17231         :kr=\E[C:ks=\E=:ku=\E[A:l1=PF1:l2=PF2:l3=PF3:l4=PF4:le=^H:\
17232         :me=\E[m:nd=\E[C:rc=\E8:sc=\E7:se=\E[m:sf=280\n:so=\E[7m:\
17233         :ta=^I:up=\E[A:
17235 bg1.25rv|bbn bitgraph 1.25 (reverse video):\
17236         :is=\E>\E[?5h\E[?7h:vb=\E[?5l\E[?5h:tc=bg1.25:
17237 bg1.25nv|bbn bitgraph 1.25 (normal video):\
17238         :is=\E>\E[?5l\E[?7h:vb=\E[?5h\E[?5l:tc=bg1.25:
17239 # (bg1.25: I added <rmam>/<smam> based on the init string -- esr)
17240 bg1.25|bbn bitgraph 1.25:\
17241         :co#85:li#64:\
17242         :RA=\E[?7l:SA=\E[?7h:al=2*\E[L:bl=^G:cd=150\E[J:ce=2\E[K:\
17243         :cl=150\E[H\E[J:cm=%i\E[%d;%dH:cr=\r:dl=2*\E[M:do=\E[B:\
17244         :k1=\EP:k2=\EQ:k3=\ER:k4=\ES:kd=\EB:ke=\E>:kl=\ED:kr=\EC:\
17245         :ks=\E=:ku=\EA:l1=PF1:l2=PF2:l3=PF3:l4=PF4:le=^H:\
17246         :ll=\E[64;1H:me=\E[m:nd=\E[C:se=\E[m:sf=280\n:so=\E[7m:\
17247         :ta=^I:up=\E[A:
17249 #### Bull (bq, dku, vip)
17251 # (Adapted for terminfo; AIX extension capabilities translated -- esr)
17253 #============================================#
17254 # BULL QUESTAR 210 `SDP' terminals emulation #
17255 #============================================#
17257 # Description written by R.K.Saunders (Bull Transac)
17259 # Modifications written by F. Girard (Bull MTS)
17260 #               19-05-87 V02.00.01
17261 #               17-12-87 V02.00.02
17262 #               15-09-89 V02.00.05
17264 #       Typical technical selections F1 (modes SDP/ROLL):
17265 # -------------------------------------------------------
17266 # |   01   02   03   04   05   06   07   08   09   10   |
17267 # |  1010 0011 1010 0110 0110 0001 0100 0000 0000 0000  |
17268 # |                                                     |
17269 # |   11   12   13   14   15   16   17   18   19   20   |
17270 # |  0000 0110 100? 0000 0000 0000 0001 0000 0000 0001  |
17271 # |                                                     |
17272 # |   21   22   23   24   25   26   27   28   29   30   |
17273 # |  0011 0000 0001 1000 0000 0000 0000 0000 0000 0000  |
17274 # |                                                     |
17275 # |   31   32   33   34   35   36   37   38   39   40   |
17276 # |  1010 0011 0000 0000 0000 0000 0000 0000 0000 0000  |
17277 # -------------------------------------------------------
17278 #       Typical firmware identification F5 "etat 6":
17279 #  P287.02.04b  (AZERTY)
17280 #  P297.11.04   (24-pin: 2732)  or P798.11.04   (28-pin: 2764)
17281 #  P298.03.03   (monochrome)    or P374.03.02   (colour)
17283 #       SM SDP mode (VIP command):      ^[[?=h
17284 #       RIS (erases screen):            ^[c
17285 #       DMI disable keyboard:           ^[`
17286 #       SM double rendition mode:       ^[[?>h
17287 #       RM solicited status mode:       ^[[5l
17288 #       RM character mode:              ^[[>l
17289 #       RM echoplex mode:               ^[[12l
17290 #       RM column tab mode:             ^[[18l
17291 #       RM forbid SS2 keyboard mode:    ^[[?<l
17292 #       SM scroll mode:                 ^[[=h
17293 #       FCF enable XON/XOFF:            ^[P1s^[\
17294 #       MTL select end msg character:   ^[[^Wp
17295 #       EMI enable keyboard:            ^[b
17296 #       RIS retour etat initial:        ^[c
17297 #       enable FC keypad:               ^[[?<h,
17298 #       MPW map status line window:     ^[PY99:98^[\
17299 #       SCP select status line:         ^[[0;98v
17300 #       ED erase entire partition:      ^[[2J
17301 #       SCP select main partition:      ^[[v
17302 #       SM character insertion mode:    ^[[4h
17303 #       RM character replacement mode:  ^[[4l
17304 #       COO cursor on:                  ^[[r
17305 #       COO cursor off:                 ^[[1r
17306 #       SGR dim (turquoise) rev attr:   ^[[2;7m
17307 #       SGR Data normal attr:           ^[[m
17308 #       SO Line-graphic mode ON:        ^N
17309 #       SI Line-graphic mode OFF:       ^O
17310 #       MC start routing to printer:    ^[[5i
17311 #       MC stop routing to printer:     ^M^[[4i
17314 # This entry covers the following terminals:
17315 # dku7102, tws2102, and tws models 2105 to 2112
17316 # (sgr removed to fit entry within 1023 bytes)
17317 # (rmacs/smacs removed for consistency)
17318 # (acsc removed to fit entry within 1023 bytes)
17319 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
17320 tws-generic|dku7102|Bull Questar tws terminals:\
17321         :am:es:hs:mi:ms:xn:xo:xs@:\
17322         :co#80:it#8:li#24:ws#80:\
17323         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:\
17324         :RI=\E[%dC:UP=\E[%dA:al=\E[L:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:\
17325         :cl=\E[2J:cm=\E[%i%d;%df:cr=\r:ct=\E[3g:dc=\E[P:dl=\E[M:\
17326         :do=\n:ds=\EPY99\07298\E\\\E[0;98v\E[2J\E[v:ei=\E[4l:\
17327         :fs=\E[v:ho=\E[H:i1=\E[?=h\Ec\E`\E[?>h\EPY99\07298\E\\:\
17328         :i2=\Eb\E[?<h:im=\E[4h:\
17329         :is=\E[5;>;12;18;?<l\E[=h\EP1s\E\\\E[\027p:\
17330         :k1=\E[1u\027:k2=\E[2u\027:k3=\E[3u\027:k4=\E[4u\027:\
17331         :k5=\E[5u\027:k6=\E[6u\027:k7=\E[7u\027:k8=\E[8u\027:\
17332         :kD=\E[P:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
17333         :le=^H:ll=\E[H\E[A:mb=\E[0;5m:me=\E[0m\017:mh=\E[0;2m:\
17334         :mr=\E[0;7m:nd=\E[C:rs=\E[?=h\Ec:se=\E[m:sf=\n:so=\E[0;7m:\
17335         :st=\EH:ta=\E[I:te=\E[0;98v\E[2J\E[v:\
17336         :ti=\E[?>h\EPY99\07298\E\\:\
17337         :ts=\EPY99\07298\E\\\E[0;98v\E[2;7m:ue=\E[m:up=\E[A:\
17338         :us=\E[0;4m:ve=\E[r:vi=\E[1r:
17339 tws2102-sna|dku7102-sna|BULL Questar tws2102 for SNA:\
17340         :ds=\E[0;98v\E[2J\E[v:fs=\E[v:i2=\Eb:ts=\E[0;98v:\
17341         :tc=tws-generic:
17342 tws2103|xdku|BULL Questar tws2103:\
17343         :ta=^I:tc=tws-generic:
17344 tws2103-sna|dku7103-sna|BULL Questar tws2103 for SNA:\
17345         :ta=^I:tc=tws2102-sna:
17346 dku7102-old|BULL Questar 200 DKU7102 (microcode version < 6):\
17347         :AL@:DL@:al@:ce=\E[K\E[m:cl=\E[2J\E[H:cm@:dl@:\
17348         :ds=\EPY99\07298\E\\\E[0;98v\E[2J\E[H\E[v:\
17349         :ts=\EPY99\07298\E\\\E[0;98v\E[H\E[2;7m:\
17350         :tc=tws-generic:
17351 dku7202|BULL Questar 200 DKU7202 (colour/character attributes):\
17352         :i2=\E[?3h\Eb:mb=\E[0;2;4m:mh=\E[0;5m:so=\E[0;4;5;7m:\
17353         :ta=^I:us=\E[0;2m:tc=tws-generic:
17355 #=========================================================#
17356 # BULL QUESTAR 303 & 310 `DEC VT 320' terminals emulation #
17357 #=========================================================#
17359 # Description written by J. Staerck (BULL SA)
17360 #       Copyright (c) 1989 BULL SA
17361 #---------------------------------------------------------------------------
17362 #  This entry is used for terminals with vt320 emulation mode
17363 #  and following set-up :
17364 #    8 bit ISO Latin Character Set (ISO 8859-1),
17365 #    7 bit Control Characters,
17366 #    80 columns screen.
17367 #  Hereafter are some DEC vt terminals' commands. (valid on vt200 and 300)
17368 #  They are used in string capabilities with vt220-320 emulation mode.
17369 #  In the following DEC definitions, two kinds of terminfo databases are
17370 #    provided :
17371 #    1. the first with Command Sequence Introducer starting with escape
17372 #       sequence in 7 bits characters ex. ESC [ : 2 chars. in 7-bit mode.
17373 #    2. the second with Command Sequence Introducer starting with escape
17374 #       sequence in 8 bits characters ex. ESC [ : 1 char. 'CSI' =x9B.
17375 #       Soft Terminal Reset             esc [ ! p
17376 #       RIS (erases screen):            esc c
17377 #       DECKPNM numeric keypad mode:    esc >
17378 #       DECKPAM applic. keypad mode:    esc =
17379 #       DECSTBM Scrolling region:       esc [ r
17380 #       SCS select G0 = US:             esc ( B
17381 #       SCS select G1 = line-graphic:   esc ) 0
17382 #       Select 7-bit C1 controls:       esc sp F
17383 #       Select 8-bit C1 controls:       esc sp G
17384 #       Select cursor home:             esc [  H
17385 #       Select erase screen:            esc [  J
17386 #       SM KAM lock keyboard:           esc [ 2 h
17387 #       RM KAM unlock keyboard:         esc [ 2 l
17388 #       SM SRM local echo off:          esc [ 1 2 h
17389 #       RM SRM local echo on:           esc [ 1 2 l
17390 #       SM LNM New line :               esc [ 2 0 h
17391 #       RM LNM return = CR only:        esc [ 2 0 l
17392 #       SM DECCKM cursor keys mode:     esc [ ? 1 h
17393 #       RM DECCKM appli. keys mode:     esc [ ? 1 l
17394 #       SM DECANM ANSI mode on:         esc [ ? 2 h
17395 #       RM DECANM ANSI mode off:        esc [ ? 2 l
17396 #       SM DECCOLM 132-column screen:   esc [ ? 3 h
17397 #       RM DECCOLM 80-column screen:    esc [ ? 3 l
17398 #       SM DECSCLM Smooth scroll:       esc [ ? 4 h
17399 #       RM DECSCLM Jump scroll:         esc [ ? 4 l
17400 #       SM DECSCNM screen light backgr. esc [ ? 5 h
17401 #       RM DECSCNM screen dark backgr.  esc [ ? 5 l
17402 #       SM DECOM move within margins:   esc [ ? 6 h
17403 #       RM DECOM move outside margins:  esc [ ? 6 l
17404 #       SM DECAWM auto right margin:    esc [ ? 7 h
17405 #       RM DECAWM auto right margin:    esc [ ? 7 l
17406 #       SM DECARM auto repeat:          esc [ ? 8 h
17407 #       RM DECARM auto repeat:          esc [ ? 8 l
17408 #       DECSASD Select active main:     esc [ 0 $ }
17409 #       DECSASD Select active status:   esc [ 1 $ }
17410 #       DECSSDT Select status none:     esc [ 0 $ ~
17411 #       DECSSDT Select status indic.:   esc [ 1 $ ~
17412 #       DECSSDT Select status host-wr:  esc [ 2 $ ~
17413 #       SM DECTCEM Visible cursor:      esc [ ? 2 5 h
17414 #       RM DECTCEM Invisible cursor:    esc [ ? 2 5 l
17415 #       SM DECNCRM 7 bits NCR set:      esc [ ? 4 2 h
17416 #       RM DECNCRM Multi or ISO latin:  esc [ ? 4 2 l
17417 #       SM DECNKM numeric keypad mode:  esc [ ? 6 6 h
17418 #       RM DECNKM numeric keypad appl.: esc [ ? 6 6 l
17419 #       SM DECKBUM clavier informatique esc [ ? 6 8 h
17420 #       RM DECKBUM clavier bureautique: esc [ ? 6 8 l
17421 #       DECSCL vt300 mode 8-bit ctrl:   esc [ 6 3 " p
17422 # or    DECSCL vt300 mode 8-bit ctrl:   esc [ 6 3 ; 0 " p
17423 # or    DECSCL vt300 mode 8-bit ctrl:   esc [ 6 3 ; 2 " p
17424 #       DECSCL vt300 mode 7-bit ctrl:   esc [ 6 3 ; 1 " p
17425 #       Char. and Line attributes:      esc [ Ps ... Ps m
17426 # with:  0 All off, 1 Bold, 4 Underline, 5 Blinking, 7 Reverse
17427 # and : 22 Bold off, 24 Underline off, 25 Blinking off, 27 Reverse off
17430 # This entry covers BQ303, BQ306, BQ310, Q303, Q306, Q310
17431 # (sgr removed to fit entry within 1023 bytes)
17432 # (acsc removed to fit entry within 1023 bytes)
17433 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
17434 bq300|Bull vt320 ISO Latin 1 80 columns terminal:\
17435         :am:eo:es:hs:km:mi:ms:xn:xo:\
17436         :co#80:it#8:li#24:vt#3:ws#80:\
17437         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
17438         :K1=\EOw:K2=\EOu:K3=\EOy:K4=\EOq:K5=\EOs:LE=\E[%dD:\
17439         :RI=\E[%dC:UP=\E[%dA:ae=\E(B:al=\E[L:as=\E(0:bl=^G:cd=\E[J:\
17440         :ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=\r:cs=\E[%i%d;%dr:\
17441         :ct=\E[3g:dc=\E[P:dl=\E[M:do=\E[B:\
17442         :ds=\E[1$}\E[2$~\n\E[0$}:ec=\E[%dX:ei=\E[4l:fs=\E[0$}:\
17443         :ho=\E[H:i1=\E[63;1"p\E[2h:\
17444         :i2=\E[0$}\E[?25h\E[2l\E[H\E[J:im=\E[4h:\
17445         :is=\E[?2h\E[?3l\E[?5l\E[?7h\E[?8h\E>\E[?1l\E F\E[?42l\E[?4l:\
17446         :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k6=\E[17~:k7=\E[18~:\
17447         :k8=\E[19~:k9=\E[20~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:\
17448         :kb=^H:kd=\E[B:ke=\E[?1l\E>:kl=\E[D:kr=\E[C:ku=\E[A:\
17449         :le=\E[D:mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:nw=\EE:\
17450         :rc=\E8:sc=\E7:se=\E[27m:sf=\ED:so=\E[7m:sr=\EM:st=\EH:\
17451         :ta=^I:te=\E[?7h:ti=\E[?7l\E[?1l\E(B:ts=\E[1$}\E[2$~:\
17452         :ue=\E[24m:up=\E[A:us=\E[4m:vb=\E[?5h\E[?5l:ve=\E[?25h:\
17453         :vi=\E[?25l:tc=ansi+pp:
17454 bq300-rv|Bull vt320 reverse 80 columns:\
17455         :is=\E[?2h\E[?3l\E[?5h\E[?7h\E[?8h\E>\E[?1l\E F\E[?42l\E[?4l:\
17456         :vb=\E[?5l\E[?5h:tc=bq300:
17457 bq300-w|Bull vt320 132 columns:\
17458         :co#132:ws#132:\
17459         :is=\E[?2h\E[?3h\E[?5l\E[?7h\E[?8h\E>\E[?1l\E F\E[?42l\E[?4l:\
17460         :rs=\E[?3h:tc=bq300:
17461 bq300-w-rv|Bull vt320 reverse mode 132 columns:\
17462         :co#132:ws#132:\
17463         :is=\E[?2h\E[?3h\E[?5h\E[?7h\E[?8h\E>\E[?1l\E F\E[?42l\E[?4l:\
17464         :rs=\E[?3h:vb=\E[?5l\E[?5h:tc=bq300:
17466 #  This entry is used for terminals with vt320 emulation mode
17467 #  and following set-up :
17468 #    8 bit ISO Latin Character Set (ISO 8859-1),
17469 #    8 bit Control Characters, (CSI coded as x9B for ESC [)
17470 #    80 columns screen.
17471 #       Soft Terminal Reset             csi ! p
17472 #       RIS (erases screen):            esc c
17473 #       DECKPNM numeric keypad mode:    esc >
17474 #       DECKPAM applic. keypad mode:    esc =
17475 #       DECSTBM Scrolling region:       esc [ r
17476 #       SCS select G0 = US:             esc ( B
17477 #       SCS select G1 = line-graphic:   esc ) 0
17478 #       Select 7-bit C1 controls:       esc sp F
17479 #       Select 8-bit C1 controls:       esc sp G
17480 #       Select cursor home:             csi H
17481 #       Select erase screen:            csi J
17482 #       SM KAM lock keyboard:           csi 2 h
17483 #       RM KAM unlock keyboard:         csi 2 l
17484 #       SM SRM local echo off:          csi 1 2 h
17485 #       RM SRM local echo on:           csi 1 2 l
17486 #       SM LNM New line :               csi 2 0 h
17487 #       RM LNM return = CR only:        csi 2 0 l
17488 #       SM DECCKM cursor keys mode:     csi ? 1 h
17489 #       RM DECCKM appli. keys mode:     csi ? 1 l
17490 #       SM DECANM ANSI mode on:         csi ? 2 h
17491 #       RM DECANM ANSI mode off:        csi ? 2 l
17492 #       SM DECCOLM 132-column screen:   csi ? 3 h
17493 #       RM DECCOLM 80-column screen:    csi ? 3 l
17494 #       SM DECSCLM Smooth scroll:       csi ? 4 h
17495 #       RM DECSCLM Jump scroll:         csi ? 4 l
17496 #       SM DECSCNM screen light backgr. csi ? 5 h
17497 #       RM DECSCNM screen dark backgr.  csi ? 5 l
17498 #       SM DECOM move within margins:   csi ? 6 h
17499 #       RM DECOM move outside margins:  csi ? 6 l
17500 #       SM DECAWM auto right margin:    csi ? 7 h
17501 #       RM DECAWM auto right margin:    csi ? 7 l
17502 #       SM DECARM auto repeat:          csi ? 8 h
17503 #       RM DECARM auto repeat:          csi ? 8 l
17504 #       DECSASD Select active main:     csi 0 $ }
17505 #       DECSASD Select active status:   csi 1 $ }
17506 #       DECSSDT Select status none:     csi 0 $ ~
17507 #       DECSSDT Select status indic.:   csi 1 $ ~
17508 #       DECSSDT Select status host-wr:  csi 2 $ ~
17509 #       SM DECTCEM Visible cursor:      csi ? 2 5 h
17510 #       RM DECTCEM Invisible cursor:    csi ? 2 5 l
17511 #       SM DECNCRM 7 bits NCR set:      csi ? 4 2 h
17512 #       RM DECNCRM Multi or ISO latin:  csi ? 4 2 l
17513 #       DECSCL vt300 mode 8-bit ctrl:   csi 6 3 " p
17514 # or    DECSCL vt300 mode 8-bit ctrl:   csi 6 3 ; 0 " p
17515 #       DECSCL vt300 mode 7-bit ctrl:   csi 6 3 ; 1 " p
17516 #       Char. and Line attributes:      csi Ps ... Ps m
17517 # with:  0 All off, 1 Bold, 4 Underline, 5 Blinking, 7 Reverse
17518 # and : 22 Bold off, 24 Underline off, 25 Blinking off, 27 Reverse off
17519 # (bq300-8: :le:,:nd:,:up:,:do:,:dl:,:al: to get under 1024 --esr)
17520 # (sgr removed to fit entry within 1023 bytes)
17521 # (acsc removed to fit entry within 1023 bytes)
17522 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
17523 # (some function-key capabilities suppressed to fit entry within 1023 bytes)
17524 bq300-8|Bull vt320 full 8 bits 80 columns:\
17525         :am:eo:es:hs:km:mi:ms:xn:xo:\
17526         :co#80:it#8:li#24:vt#3:ws#80:\
17527         :AL=\233%dL:DC=\233%dP:DL=\233%dM:DO=\233%dB:IC=\233%d@:\
17528         :K1=\217w:K2=\217u:K3=\217y:K4=\217q:K5=\217s:LE=\233%dD:\
17529         :RI=\233%dC:UP=\233%dA:ae=\E(B:al=\233L:as=\E(0:bl=^G:\
17530         :cd=\233J:ce=\233K:cl=\233H\233J:cm=\233%i%d;%dH:cr=\r:\
17531         :cs=\233%i%d;%dr:ct=\2333g:dc=\233P:dl=\233M:do=\2331B:\
17532         :ds=\2331$}\2332$~\n\2330$}:ec=\233%dX:ei=\2334l:\
17533         :fs=\2330$}:ho=\233H:i1=\E[63;2"p\E[2h:\
17534         :i2=\2330$}\233?25h\2332l\233H\233J:im=\2334h:\
17535         :is=\E[?2h\E[?3l\E[?5l\E[?7h\E[?8h\E>\E[?1l\E G\E[?42l\E[?4l:\
17536         :k1=\217P:kD=\2333~:kI=\2332~:kN=\2336~:kP=\2335~:kb=^H:\
17537         :kd=\233B:ke=\233?1l\E>:kl=\233D:kr=\233C:ku=\233A:\
17538         :le=\2331D:mb=\2335m:md=\2331m:me=\2330m\E(B:mr=\2337m:\
17539         :nd=\2331C:nw=\EE:rc=\E8:sc=\E7:se=\23327m:sf=\ED:\
17540         :so=\2337m:sr=\EM:st=\EH:ta=^I:te=\233?7h:\
17541         :ti=\233?7l\233?1l\E(B:ts=\2331$}\2332$~:ue=\23324m:\
17542         :up=\2331A:us=\2334m:vb=\233?5h\233?5l:ve=\233?25h:\
17543         :vi=\233?25l:
17544 bq300-8rv|Bull vt320 8-bit reverse mode 80 columns:\
17545         :is=\E[?2h\E[?3l\E[?5h\E[?7h\E[?8h\E>\E[?1l\E G\E[?42l\E[?4l:\
17546         :vb=\233?5l\233?5h:tc=bq300-8:
17547 bq300-8w|Bull vt320 8-bit 132 columns:\
17548         :co#132:ws#132:\
17549         :is=\E[?2h\E[?3h\E[?5l\E[?7h\E[?8h\E>\E[?1l\E G\E[?42l\E[?4l:\
17550         :rs=\233?3h:tc=bq300-8:
17551 bq300-w-8rv|Bull vt320 8-bit reverse mode 132 columns:\
17552         :co#132:ws#132:\
17553         :is=\E[?2h\E[?3h\E[?5h\E[?7h\E[?8h\E>\E[?1l\E G\E[?42l\E[?4l:\
17554         :rs=\233?3h:vb=\233?5l\233?5h:tc=bq300-8:
17556 #  This entry is used for terminals with vt320 emulation mode
17557 #  a 102 keys keyboard (PC scancode !) and following set-up :
17558 #    8 bit ISO Latin Character Set (ISO 8859-1),
17559 #    7 bit Control Characters,
17560 #    80 columns screen.
17561 bq300-pc|Questar 303 with PC keyboard ISO Latin 1 80 columns:\
17562         :%0@:%1@:*6@:@0@:@7=\E[4~:F1=\E[29~:F2=\E[31~:F3@:F4@:F5@:F6@:\
17563         :F7@:F8@:F9@:FA@:k1=\E[17~:k2=\E[18~:k3=\E[19~:k4=\E[20~:\
17564         :k5=\E[21~:k6=\E[23~:k7=\E[24~:k8=\E[25~:k9=\E[26~:\
17565         :k;=\E[28~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:\
17566         :kh=\E[1~:l1@:l2@:l3@:l4@:tc=bq300:
17567 bq300-pc-rv|Questar 303 with PC keyboard reverse mode 80 columns:\
17568         :is=\E[?2h\E[?3l\E[?5h\E[?7h\E[?8h\E>\E[?1l\E F\E[?42l\E[?4l:\
17569         :vb=\E[?5l\E[?5h:tc=bq300-pc:
17570 bq300-pc-w|Questar 303 with PC keyboard 132 columns terminal:\
17571         :co#132:ws#132:\
17572         :is=\E[?2h\E[?3h\E[?5l\E[?7h\E[?8h\E>\E[?1l\E F\E[?42l\E[?4l:\
17573         :rs=\E[?3h:tc=bq300-pc:
17574 bq300-pc-w-rv|Questar 303 with PC keyboard reverse mode 132 columns:\
17575         :co#132:ws#132:\
17576         :is=\E[?2h\E[?3h\E[?5h\E[?7h\E[?8h\E>\E[?1l\E F\E[?42l\E[?4l:\
17577         :rs=\E[?3h:vb=\E[?5l\E[?5h:tc=bq300-pc:
17578 #    8 bit ISO Latin Character Set (ISO 8859-1),
17579 #    8 bit Control Characters,
17580 #    80 columns screen.
17581 bq300-8-pc|Q306-8-pc|Questar 303 with PC keyboard in full 8 bits 80 columns:\
17582         :%0@:%1@:*6@:@0@:@7=\2334~:F1=\23329~:F2=\23331~:F3@:F4@:F5@:\
17583         :F6@:F7@:F8@:F9@:FA@:k1=\23317~:k2=\23318~:k3=\23319~:\
17584         :k4=\23320~:k5=\23321~:k6=\23323~:k7=\23324~:k8=\23325~:\
17585         :k9=\23326~:k;=\23328~:kD=\2333~:kI=\2332~:kN=\2336~:\
17586         :kP=\2335~:kb=^H:kh=\2331~:l1@:l2@:l3@:l4@:tc=bq300-8:
17587 bq300-8-pc-rv|Questar 303 with PC keyboard full 8 bits reverse mode 80 columns:\
17588         :is=\E[?2h\E[?3l\E[?5h\E[?7h\E[?8h\E>\E[?1l\E G\E[?42l\E[?4l:\
17589         :vb=\E[?5l\E[?5h:tc=bq300-8-pc:
17590 bq300-8-pc-w|Questar 303 with PC keyboard full 8 bits 132 columns:\
17591         :co#132:ws#132:\
17592         :is=\E[?2h\E[?3h\E[?5l\E[?7h\E[?8h\E>\E[?1l\E G\E[?42l\E[?4l:\
17593         :rs=\E[?3h:tc=bq300-8-pc:
17594 bq300-8-pc-w-rv|Questar 303 with PC keyboard full 8 bits reverse 132 columns:\
17595         :co#132:ws#132:\
17596         :is=\E[?2h\E[?3h\E[?5h\E[?7h\E[?8h\E>\E[?1l\E G\E[?42l\E[?4l:\
17597         :rs=\E[?3h:vb=\E[?5l\E[?5h:tc=bq300-8-pc:
17599 #======================================================#
17600 # BULL QUESTAR 310 `VIP 7800/8800' terminals emulation #
17601 #======================================================#
17603 # normal mode, 8 bits, 80 columns terminal.
17604 #       RES reset :                     ^[e
17605 #       RIS reset initial state:        ^[c
17606 #       BLE bell enable                 ^[h
17607 #       BLD bell disable                ^[g
17608 #       CAMS char. attr. mode set       ^[[D
17609 #       CAMR char. attr. mode reset     ^[[G
17610 #       CLR clear                       ^[`
17611 #       KBU keyboard unlock (set)       ^[[W
17612 #       KBL keyboard lock (reset)       ^[[X
17613 #       CM  character mode (async.)     ^[k
17614 #       NEP non echoplex mode (by host) ^[l
17615 #       EP  echoplex mode (by host)     ^[m
17616 #       IM  insert mode set             ^[[I
17617 #       IM  insert mode reset           ^[[J
17618 #       RMS roll mode set               ^[r
17619 #       RMR roll mode reset             ^[q
17620 #       SM78 set mode vip7800           ^[[1q
17621 #       SD  scroll up   (72 lines)      ^[[0s
17622 #       SD  scroll down (72 lines)      ^[[1s
17623 #       RBM block mode reset            ^[[E
17624 #       SLS status line set             ^[w
17625 #       SLR status line reset           ^[v
17626 #       SLL status line lock            ^[O
17627 #       LGS Line-graphic mode set       ^[G
17628 #       LGR Line-graphic mode reset     ^[F
17629 #       TBC tab clear (at cursor pos.)  ^[[g
17630 #       TBI tab initialize              ^[[N
17631 #       TBS tab set (at cursor pos.)    ^[p
17632 #       PDS  print data space           ^[[0p
17633 #       PHD  print host data            ^[[3p
17634 #       PDT  print data terminator      ^[[<p
17635 #       PRES print adapter reset        ^[[2p
17636 #       SSPR multi-part. reset          ^[[<>u
17637 #       SSP0 partition 0 set            ^[[00u
17638 #       SSP1 partition n format 1       ^[[PnPnSTRINGu
17639 #       SSP2 partition n format 2       ^[[PnPnSTRINGu
17640 #       SSP3 partition n format 3       ^[[PnPnu
17641 #       ATR attribute (visual)
17642 #           blink :                     ^[sB
17643 #           dim :                       ^[sL
17644 #           hide (blank) :              ^[sH
17645 #           restore :                   ^[sR
17646 #           inverse video :             ^[sI
17647 #           prot. :                     ^[sP
17648 #           underline :                 ^[s_
17649 #           reset :                     ^{
17651 # This covers the vip7800 and BQ3155-vip7800
17652 # (rmacs/smacs removed for consistency)
17653 # (acsc removed to fit entry within 1023 bytes)
17654 vip|Bull Questar 3155-7800:\
17655         :5i:am:es:hs:km:ms:xn:xo:\
17656         :co#80:it#8:li#24:vt#3:ws#80:\
17657         :#2=\EH:#4=\Eo:%i=\Eu:F1=\E\\:F2=\E\136:F3@:F4@:F5@:F6@:F7@:\
17658         :F8@:F9@:FA@:FB=\E1:FC=\E5:FD=\E7:FE=\E9:FF=\E;:FG=\E=:FH=\E?:\
17659         :FI=\EQ:FJ=\ES:FK=\EV:FL=\E]:FM=\E_:bl=^G:bt=\E[Z:cd=\EJ:\
17660         :ce=\EK:cl=\E`:cm=\E[%i%3%3f:cr=\r:ct=\E[N:dc=\E[P:dl=\E[M:\
17661         :do=\n:ds=\Ev:ei=\E[J:fs=\EO:ho=\EH:i2=\Er\E[W\E`:ic=\E[I:\
17662         :im=\E[I:is=\E[00u\E[<>001001024080024080u\E[01u:\
17663         :k1=\E0:k2=\E2:k3=\E6:k4=\E8:k5=\E\072:k6=\E<:k7=\E>:k8=\EP:\
17664         :k9=\ER:k;=\ET:kA=\E[L:kB=\E[Z:kC=\E`:kD=\E[P:kE=\EK:\
17665         :kF=\E[0s:kH=\EH\EA:kI=\E[I:kL=\E[M:kM=\E[J:kR=\E[1s:\
17666         :kS=\EJ:kT=\Ep:ka=\E[N:kb=^H:kd=\EB:kh=\EH:kl=\ED:kr=\EC:\
17667         :kt=\E[g:ku=\EA:l1=pf1:l2=pf2:l3=pf3:l4=pf4:le=^H:ll=\EH\EA:\
17668         :mb=\EsB:me=\EsR\EsU\EF:mh=\EsL:mk=\EsH:mp=\EsP:mr=\EsI:\
17669         :nd=\EC:nw=\r:pf=\E[<p:po=\E[3p:ps=\E[0p:r1=\Ec:r2=\E[G:\
17670         :s0=\EF:s1=\EG:se=\EsR:sf=\n:so=\EsI:sr=10\EA\EJ\EH\E[L:\
17671         :st=\Ep:ta=^I:ts=\Ew:ue=\EsR:up=\EA:us=\Es_:vb=^G^G^G:
17672 # normal screen, 8 bits, 132 columns terminal.
17673 vip-w|vip7800-w|Q310-vip-w|Q310-vip-w-am|Questar 3155-vip7800 wide:\
17674         :co#132:ws#132:\
17675         :is=\E[00u\E[<>001001024132024132u\E[01u:tc=vip:
17676 vip-H|vip7800-H|Q310-vip-H|Q310-vip-H-am|Questar 3155-vip7800 72 lines:\
17677         :li#72:\
17678         :is=\E[00u\E[<>001001024080072080u\E[01u:tc=vip:
17679 vip-Hw|vip7800-Hw|Q310-vip-Hw|Questar 3155-vip7800 wide 72 lines:\
17680         :co#132:li#72:ws#132:\
17681         :is=\E[00u\E[<>001001024132072132u\E[01u:tc=vip:
17683 #### Chromatics
17686 # I have put the long strings in :ti:/:te:. Ti sets up a window
17687 # that is smaller than the screen, and puts up a warning message
17688 # outside the window. Te erases the warning message, puts the
17689 # window back to be the whole screen, and puts the cursor at just
17690 # below the small window. I defined :ve: and :vi: to really turn
17691 # the cursor on and off, but I have taken this out since I don't
17692 # like the cursor being turned off when vi exits.
17693 cg7900|chromatics|chromatics 7900:\
17694         :am:\
17695         :co#80:li#40:\
17696         :al=^A>2:bl=^G:cd=^Al:ce=^A`:cl=^L:cm=\001M%r%d,%d,:cr=\r:\
17697         :dc=^A<1:dl=^A<2:do=\n:ei=:ho=^\:ic=^A>1:im=:le=^H:ll=^A|:\
17698         :nd=^]:se=\001C1,\001c2,:sf=\n:so=\001C4,\001c7,:\
17699         :te=\001W0,40,85,48,\014\001W0,0,85,48,\001M0,40,:\
17700         :ti=\001P0\001O1\001R1\001C4,\001c0,\014\001M0,42,WARNING DOUBLE ENTER ESCAPE and \025\001C1,\001c2,\001W0,0,79,39,:\
17701         :uc=^A^A_^A\200:up=^K:
17703 #### Computer Automation
17706 ca22851|computer automation 22851:\
17707         :am:\
17708         :co#80:li#24:\
17709         :bl=^G:cd=^\:ce=^]:cl=8^L:cm=\002%i%.%.:cr=\r:do=\n:ho=^^:\
17710         :kd=^W:kh=^^:kl=^U:ku=^V:le=^U:nd=^I:sf=\n:up=^V:
17712 #### Cybernex
17715 # This entry has correct padding and the undocumented "ri" capability
17716 cyb83|xl83|cybernex xl-83:\
17717         :am:bs:\
17718         :co#80:li#24:\
17719         :bl=^G:cd=62^P:ce=3^O:cl=62^L:cm=\027%+ %+ :cr=\r:do=\n:\
17720         :ho=^K:kd=\n:kl=^H:kr=^I:ku=^N:le=^H:nd=^I:sf=\n:sr=^N:up=^N:
17721 # (mdl110: removed obsolete ":ma=^Z^P:" and overridden ":cd=145^NA^W:" -- esr)
17722 cyb110|mdl110|cybernex mdl-110:\
17723         :am:bs:\
17724         :co#80:li#24:\
17725         :al=65^NA^N^]:bl=^G:cd=6^N@^V:ce=145\016@\026:cl=70^X:\
17726         :cm=\020%+ %+ :cr=\r:dc=3.5\016A\036:dl=40^NA^N^^:do=\n:\
17727         :ei=:ho=^Y:ic=3.5\016A\035:im=:le=^H:nd=^U:se=^NG:sf=\n:\
17728         :so=^NF:ta=43^I:up=^Z:
17730 #### Datapoint
17732 # Datapoint is gone.  They used to be headquartered in Texas.
17733 # They created ARCnet, an Ethernet competitor that flourished for a while
17734 # in the early 1980s before 3COM got wise and cut its prices.  The service
17735 # side of Datapoint still lives (1995) in the form of Intelogic Trace.
17738 dp3360|datapoint|datapoint 3360:\
17739         :am:bs:\
17740         :co#82:li#25:\
17741         :bl=^G:cd=^_:ce=^^:cl=^]^_:cr=\r:do=\n:ho=^]:le=^H:nd=^X:\
17742         :sf=\n:up=^Z:
17744 # From: Jan Willem Stumpel <jw.stumpel@inter.nl.net>, 11 May 1997
17745 # The Datapoint 8242 Workstation was sold at least between 1985
17746 # and 1989. To make the terminal work with this entry, press
17747 # CONTROL-INT-INT to take the terminal off-line, and type (opt).
17748 # Set the options AUTO ROLL, ROLL DN, and ESC KBD on, and AUTO
17749 # CR/LF off. Use control-shift-[] as escape key, control-I as tab,
17750 # shift-F1 to shift-F5 as F6 to F10 (unshifted F1 to F5 are in
17751 # fact unusable because the strings sent by the terminal conflict
17752 # with other keys).
17753 # The terminal is capable of displaying "box draw" characters.
17754 # For each graphic character you must send 2 ESC's (\E\E) followed
17755 # by a control character as follows:
17756 #         character        meaning
17757 #         =========        =======
17758 #         ctrl-E           top tee
17759 #         ctrl-F           right tee
17760 #         ctrl-G           bottom tee
17761 #         ctrl-H           left tee
17762 #         ctrl-I           cross
17763 #         ctrl-J           top left corner
17764 #         ctrl-K           top right corner
17765 #         ctrl-L           bottom left corner
17766 #         ctrl-M           bottom right corner
17767 #         ctrl-N           horizontal line
17768 #         ctrl-O           vertical line
17769 # Unfortunately this cannot be fitted into the termcap/terminfo
17770 # description scheme.
17771 dp8242|datapoint 8242:\
17772         :ms:\
17773         :co#80:li#25:\
17774         :al=\E^T:bl=^G:cd=^W:ce=^V:cl=^U\E^D^W^X:cr=\r:dl=\E^Z:\
17775         :do=\n:ho=^U:\
17776         :i1=\E\014\E\016\200\230\200\317\025\027\030\E\004:\
17777         :k1=^G\Ee:k2=^I\Ed:k3=\n\Ec:k4=\n\Eb:k5=^S\Ea:k6=\EO\Ee:\
17778         :k7=\EN\Ed:k8=\EM\Ec:k9=\EL\Eb:k;=\EK\Ea:kb=^H:kd=^B:kl=^D:\
17779         :kr=^F:ku=^E:le=^H:nw=\r\n:\
17780         :r1=\E\014\E\016\200\230\200\317\025\027\030\E\004:\
17781         :rp=\E\023%.%.:se=\E^D:sf=^C:so=\E^E:sr=^K:ta=^I:ue=\E^D:\
17782         :us=\E^F:ve=^X:vi=^Y:
17784 #### DEC terminals (Obsolete types: DECwriter and vt40/42/50)
17786 # These entries are DEC's official terminfos for its older terminals.
17787 # Contact Bill Hedberg <hedberg@hannah.enet.dec.com> of Terminal Support
17788 # Engineering for more information.  Updated terminfos and termcaps
17789 # are kept available at ftp://gatekeeper.dec.com/pub/DEC/termcaps.
17792 gt40|dec gt40:\
17793         :bs:os:\
17794         :co#72:li#30:\
17795         :bl=^G:cr=\r:do=\n:le=^H:
17796 gt42|dec gt42:\
17797         :bs:os:\
17798         :co#72:li#40:\
17799         :bl=^G:cr=\r:do=\n:le=^H:
17800 vt50|dec vt50:\
17801         :bs:\
17802         :co#80:li#12:\
17803         :bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cr=\r:do=\n:le=^H:nd=\EC:\
17804         :sf=\n:ta=^I:up=\EA:
17805 vt50h|dec vt50h:\
17806         :bs:\
17807         :co#80:li#12:\
17808         :bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :cr=\r:do=\n:\
17809         :le=^H:nd=\EC:sf=\n:sr=\EI:ta=^I:up=\EA:
17810 # (vt61: there's a BSD termcap that claims :dl=\EPd:, :al=\EPf.: :kb=^H:)
17811 vt61|vt-61|vt61.5|dec vt61:\
17812         :co#80:li#24:\
17813         :bl=^G:cd=120\EJ:ce=70\EK:cl=120\EH\EJ:cm=20\EY%+ %+ :\
17814         :cr=20\r:do=\n:kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=^H:nd=20\EC:\
17815         :sf=20\n:sr=\EI:ta=^I:up=20\EA:
17817 # The gigi does standout with red!
17818 # (gigi: I added <rmam>/<smam> based on the init string, corrected cub1 -- esr)
17819 gigi|vk100|dec gigi graphics terminal:\
17820         :am:bs:xn:\
17821         :co#84:li#24:\
17822         :DO=\E[%dB:LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:\
17823         :UP=\E[%dA:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:\
17824         :cm=\E[%i%d;%dH:cr=\r:do=\n:\
17825         :is=\E>\E[?3l\E[?4l\E[?5l\E[?20l\E[?7h\E[?8h:k1=\EOP:\
17826         :k2=\EOQ:k3=\EOR:k4=\EOS:kd=\EOB:ke=\E[?1l\E>:kh=\E[H:\
17827         :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:me=\E[m:\
17828         :nd=\E[C:se=\E[m:sf=\n:so=\E[7;31m:sr=\EM:ta=^I:ue=\E[m:\
17829         :up=\E[A:us=\E[4m:
17831 # DEC PRO-350 console (VT220-style).  The 350 was DEC's attempt to produce
17832 # a PC differentiated from the IBM clones.  It was a total, ludicrous,
17833 # grossly-overpriced failure (among other things, DEC's OS didn't include
17834 # a format program, so you had to buy pre-formatted floppies from DEC at
17835 # a hefty premium!).
17836 pro350|decpro|dec pro console:\
17837         :bs:\
17838         :co#80:it#8:li#24:\
17839         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
17840         :ae=\EG:as=\EF:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :do=\EB:\
17841         :ho=\EH:k0=\EE:k1=\EF:k2=\EG:k3=\EH:k4=\EI:k5=\EJ:k6=\Ei:\
17842         :k7=\Ej:kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:\
17843         :se=\E^N:so=\E^H:sr=\EI:ta=^I:ue=\E^C:up=\EA:us=\E^D:
17845 dw1|decwriter I:\
17846         :bs:hc:os:\
17847         :co#72:\
17848         :bl=^G:cr=\r:do=\n:le=^H:sf=\n:
17849 dw2|decwriter|dw|decwriter II:\
17850         :bs:hc:os:\
17851         :co#132:\
17852         :bl=^G:cr=\r:do=\n:kb=^H:le=^H:sf=\n:
17853 # \E(B          Use U.S. character set (otherwise # => british pound !)
17854 # \E[20l        Disable "linefeed newline" mode (else puts \r after \n,\f,\v)
17855 # \E[w          10 char/in pitch
17856 # \E[1;132      full width horizontal margins
17857 # \E[2g         clear all tab stops
17858 # \E[z          6 lines/in
17859 # \E[66t        66 lines/page (for \f)
17860 # \E[1;66r      full vertical page can be printed
17861 # \E[4g         clear vertical tab stops
17862 # \E>           disable alternate keypad mode (so it transmits numbers!)
17863 # \E[%i%p1%du   set tab stop at column %d (origin == 1)
17864 #               (Full syntax is \E[n;n;n;n;n;...;nu where each 'n' is
17865 #               a tab stop)
17867 #       The dw3 does standout with wide characters.
17869 dw3|la120|decwriter III:\
17870         :bs:hc:os:\
17871         :co#132:\
17872         :bl=^G:cr=\r:do=\n:\
17873         :i1=\E(B\E[20l\E[w\E[0;132s\E[2g\E[z\E[66t\E[1;66r\E[4g\E>:\
17874         :is=\E[9;17;25;33;41;49;57;65;73;81;89;97;105;113;121;129u\r:\
17875         :kb=^H:le=^H:me=\E[w:se=\E[w:sf=\n:so=\E[6w:ta=^I:
17876 dw4|decwriter IV:\
17877         :am:bs:hc:os:\
17878         :co#132:\
17879         :bl=^G:cr=\r:do=\n:is=\Ec:k0=\EOP:k1=\EOQ:k2=\EOR:k3=\EOS:\
17880         :kb=^H:le=^H:sf=\n:ta=^I:
17882 # These aren't official
17883 ln03|dec ln03 laser printer:\
17884         :hc:\
17885         :co#80:li#66:\
17886         :bl=^G:cr=\r:do=\n:hd=\EK:hu=\EL:me=\E[m:nw=\r\n:se=\E[22m:\
17887         :sf=\n:so=\E[1m:ta=^I:ue=\E[24m:us=\E[4m:
17888 ln03-w|dec ln03 laser printer 132 cols:\
17889         :co#132:\
17890         :bl=^G:cr=\r:do=\n:kb=^H:kd=\n:kl=^H:nw=\r\n:sf=\n:ta=^I:\
17891         :tc=ln03:
17893 #### Delta Data (dd)
17896 # Untested. The cup sequence is hairy enough that it probably needs work.
17897 # The idea is ctrl(O), dd(row), dd(col), where dd(x) is x - 2*(x%16) + '9'.
17898 # There are BSD-derived termcap entries floating around for this puppy
17899 # that are *certainly* wrong.
17900 delta|dd5000|delta data 5000:\
17901         :am:bs:\
17902         :co#80:li#27:\
17903         :bl=^G:ce=^NU:cl=^NR:dc=^NV:do=\n:ho=^NQ:le=^H:nd=^Y:sf=\n:\
17904         :up=^Z:
17906 #### Digital Data Research (ddr)
17909 # (ddr: I added <rmam>/<smam> based on the init string -- esr)
17910 ddr|rebus3180|ddr3180|Rebus/DDR 3180 vt100 emulator:\
17911         :am:bs:xn:\
17912         :co#80:it#8:li#24:vt#3:\
17913         :RA=\E[7l:SA=\E[7l:cd=50\E[J:ce=3\E[K:cl=50\E[H\E[2J:\
17914         :cm=5\E[%i%d;%dH:cs=\E[%i%d;%dr:do=\n:ho=\E[H:\
17915         :is=\E[1;24r\E[24;1H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
17916         :kb=^H:kd=\E[B:ke=\E[?1l\E>:kl=\E[D:kr=\E[C:ks=\E[?1h\E=:\
17917         :ku=\E[A:le=^H:mb=2\E[5m:md=2\E[1m:me=2\E[m:mr=2\E[7m:\
17918         :nd=2\E[C:r1=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\
17919         :rf=/usr/share/tabset/vt100:sc=\E7:se=\E[m:sf=5\ED:\
17920         :so=\E[7m:sr=5\EM:ta=^I:ue=2\E[m:up=2\E[A:us=2\E[4m:
17922 #### Evans & Sutherland
17925 # Jon Leech <leech@cs.unc.edu> tells us:
17926 # The ps300 was the Evans & Sutherland Picture System 300, a high
17927 # performance 3D vector graphics system with a bunch of specialized hardware.
17928 # Approximate date of release was 1982 (early 80s, anyway), and it had several
17929 # evolutions including (limited) color versions such as the PS330C. PS300s
17930 # were effectively obsolete by the late 80s, replaced by raster graphics
17931 # systems, although specialized applications like molecular modeling
17932 # hung onto them for a while longer.  AFAIK all E&S vector graphics systems
17933 # are out of production, though of course E&S is very much alive (in 1996).
17934 # (ps300: changed ":pt@:" to "it@" -- esr)
17936 ps300|Picture System 300:\
17937         :xt:\
17938         :it@:\
17939         :se@:so@:ue@:us@:tc=vt100+4bsd:
17941 #### General Electric (ge)
17944 terminet1200|terminet300|tn1200|tn300|terminet|GE terminet 1200:\
17945         :bs:hc:os:\
17946         :co#120:\
17947         :bl=^G:cr=\r:do=\n:sf=\n:
17949 #### Heathkit/Zenith
17952 # Here is a description of the H19 DIP switches:
17954 # S401
17955 # 0-3 = baud rate as follows:
17957 #         3       2       1       0
17958 #       ---     ---     ---     ---
17959 #         0       0       1       1       300 baud
17960 #         0       1       0       1       1200 baud
17961 #         1       0       0       0       2400 baud
17962 #         1       0       1       0       4800 baud
17963 #         1       1       0       0       9600 baud
17964 #         1       1       0       1       19.2K baud
17966 # 4 = parity (0 = no parity)
17967 # 5 = even parity (0 = odd parity)
17968 # 6 = stick parity (0 = normal parity)
17969 # 7 = full duplex (0 = half duplex)
17971 # S402
17972 # 0 = block cursor (0 = underscore cursor)
17973 # 1 = no key click (0 = keyclick)
17974 # 2 = wrap at end of line (0 = no wrap)
17975 # 3 = auto LF on CR (0 = no LF on CR)
17976 # 4 = auto CR on LF (0 = no CR on LF)
17977 # 5 = ANSI mode (0 = VT52 mode)
17978 # 6 = keypad shifted (0 = keypad unshifted)
17979 # 7 = 50Hz refresh (1 = 60Hz refresh)
17981 # Factory Default settings are as follows:
17982 #          7 6 5 4 3 2 1 0
17983 # S401     1 0 0 0 1 1 0 0
17984 # S402     0 0 0 0 0 0 0 0
17985 # (h19: I added <rmam>/<smam> based on the init string;
17986 # also added empty <acsc> to suppress a tic warning -- esr)
17987 h19-a|h19a|heath-ansi|heathkit-a|heathkit h19 ansi mode:\
17988         :am:bs:mi:ms:\
17989         :co#80:it#8:li#24:\
17990         :RA=\E[?7l:SA=\E[?7h:ac=:ae=\E[11m:al=1*\E[1L:as=\E[10m:\
17991         :bl=^G:cd=\E[J:ce=\E[K:cl=\E[2J:cm=\E[%i%d;%dH:cr=\r:\
17992         :dc=\E[1P:dl=1*\E[1M:do=\E[1B:ei=\E[4l:ho=\E[H:im=\E[4h:\
17993         :is=\E<\E[>1;2;3;4;5;6;7;8;9l\E[m\E[11m\E[?7h:k1=\EOS:\
17994         :k2=\EOT:k3=\EOU:k4=\EOV:k5=\EOW:k6=\EOP:k7=\EOQ:k8=\EOR:\
17995         :kb=^H:kd=\E[1B:kh=\E[H:kl=\E[1D:kr=\E[1C:ku=\E[1A:l6=blue:\
17996         :l7=red:l8=white:le=^H:nd=\E[1C:se=\E[m:sf=\n:so=\E[7m:\
17997         :sr=\EM:ta=^I:up=\E[1A:ve=\E[>4l:vs=\E[>4h:
17998 h19-bs|heathkit w/keypad shifted:\
17999         :ke=\Eu:ks=\Et:tc=h19-b:
18000 h19-us|h19us|h19-smul|heathkit w/keypad shifted/underscore cursor:\
18001         :ke=\Eu:ks=\Et:tc=h19-u:
18002 # (h19: merged in :ip: from BSDI hp19-e entry>;
18003 # also added empty <acsc> to suppress a tic warning --esr)
18004 # From: Tim Pierce <twp@skepsis.com>, 23 Feb 1998
18005 # Tim tells us that:
18006 # I have an old Zenith-19 terminal at home that still gets a lot of use.
18007 # This terminal suffers from the same famous insert-mode padding lossage
18008 # that has been acknowledged for the Z29 terminal.  Emacs is nearly
18009 # unusable on this box, since even a half-scroll up or down the window
18010 # causes flaming terminal death.
18012 # On the Z19, the only way I have found around this problem is to remove
18013 # the :al: and :dl: entries entirely.  No amount of extra padding will
18014 # help (I have tried up to 20000).  Removing :al=\EL$: and :dl=\EM$:
18015 # makes Emacs a little slower, but it remains in the land of the living.
18016 # Big win.
18017 h19|heath|h19-b|heathkit|heath-19|z19|zenith|heathkit h19:\
18018         :am:bs:es:hs:mi:ms:\
18019         :co#80:it#8:li#24:\
18020         :ac=+h.kaiggjdkclfmenbozqas{tvutvuwsx`~\136:ae=\EG:\
18021         :as=\EF:bl=^G:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :cr=\r:\
18022         :dc=\EN:do=\EB:ei=\EO:fs=\Ek\Ey5:ho=\EH:im=\E@:ip=1.5:\
18023         :k1=\ES:k2=\ET:k3=\EU:k4=\EV:k5=\EW:k6=\EP:k7=\EQ:k8=\ER:\
18024         :kb=^H:kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:l6=blue:l7=red:\
18025         :l8=white:le=^H:nd=\EC:se=\Eq:sf=\n:so=\Ep:sr=\EI:ta=^I:\
18026         :ts=\Ej\Ex5\EY8%+ \Eo\Eo:up=\EA:ve=\Ey4:vs=\Ex4:
18027 h19-u|heathkit with underscore cursor:\
18028         :ve@:vs@:tc=h19-b:
18029 h19-g|h19g|heathkit w/block cursor:\
18030         :ve=\Ex4:vs@:tc=h19-b:
18031 alto-h19|altoh19|altoheath|alto-heath|alto emulating heathkit h19:\
18032         :li#60:\
18033         :al=\EL:dl=\EM:tc=h19:
18035 # The major problem with the Z29 is that it requires more padding than the Z19.
18037 # The problem with declaring an H19 to be synonymous with a Z29 is that
18038 # it needs more padding. It especially loses if a program attempts
18039 # to put the Z29 into insert mode and insert text at 9600 baud. It
18040 # even loses worse if the program attempts to insert tabs at 9600
18041 # baud. Adding padding to text that is inserted loses because in
18042 # order to make the Z29 not die, one must add so much padding that
18043 # whenever the program tries to use insert mode, the effective
18044 # rate is about 110 baud.
18046 # What program would want to put the terminal into insert mode
18047 # and shove stuff at it at 9600 baud you ask?
18049 # Emacs. Emacs seems to want to do the mathematically optimal
18050 # thing in doing a redisplay rather than the practical thing.
18051 # When it is about to output a line on top of a line that is
18052 # already on the screen, instead of just killing to the end of
18053 # the line and outputting the new line, it compares the old line
18054 # and the new line and if there are any similarities, it
18055 # constructs the new line by deleting the text on the old line
18056 # on the terminal that is already there and then inserting new
18057 # text into the line to transform it into the new line that is
18058 # to be displayed. The Z29 does not react kindly to this.
18060 # But don't cry for too long.... There is a solution. You can make
18061 # a termcap entry for the Z29 that says the Z29 has no insert mode.
18062 # Then Emacs cannot use it. "Oh, no, but now inserting into a
18063 # line will be really slow", you say. Well there is a sort of a
18064 # solution to that too. There is an insert character option on
18065 # the Z29 that will insert one character. Unfortunately, it
18066 # involves putting the terminal into ansi mode, inserting the
18067 # character, and changing it back to H19 mode. All this takes 12
18068 # characters. Pretty expensive to insert one character, but it
18069 # works. Either Emacs doesn't try to use its inserting hack when
18070 # it's only given an insert character ability or the Z29 doesn't
18071 # require padding with this (the former is probably more likely,
18072 # but I haven't checked it out).
18073 # (z29: added empty <acsc> to suppress a tic warning, merged in
18074 # status line capabilities from BRL entry --esr)
18075 z29|zenith29|z29b|zenith z29b:\
18076         :am:bs:es:hs:mi:ms:pt:\
18077         :co#80:kn#10:li#24:\
18078         :ac=:ae=\EF:al=1\EL:as=\EG:bc=\ED:bl=^G:bt=\E-:cd=14\EJ:\
18079         :ce=1\EK:cl=14\EE:cm=\EY%+ %+ :cr=\r:dc=0.1*\EN:dl=1\EM:\
18080         :do=\EB:ds=\Ey1:ei=\EO:fs=\Ek\Ey5:ho=\EH:\
18081         :ic=1\E<\E[1@\E[?2h:im=\E@:is=\E<\E[?2h\Ev:k0=\E~:k1=\ES:\
18082         :k2=\ET:k3=\EU:k4=\EV:k5=\EW:k6=\EP:k7=\EQ:k8=\ER:k9=\E0I:\
18083         :kb=^H:kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:l0=home:le=^H:\
18084         :nd=\EC:se=\Eq:sf=2\n:so=\Ep:sr=2\EI:ta=^I:ue=\Es0:up=\EA:\
18085         :us=\Es8:ve=\Ey4:vs=\Ex4:
18086 # z29 in ansi mode. Assumes that the cursor is in the correct state, and that
18087 # the world is stable. <rs1> causes the terminal to be reset to the state
18088 # indicated by the name. kc -> key click, nkc -> no key click, uc -> underscore
18089 # cursor, bc -> block cursor.
18090 # From: Mike Meyers
18091 # (z29a: replaced nonexistent :if=/usr/share/tabset/zenith29: because :st:
18092 # looks vt100-compatible -- esr)
18093 z29a|z29a-kc-bc|h29a-kc-bc|heath/zenith 29 in ansi mode:\
18094         :am:bs:es:hs:mi:ms:pt:\
18095         :co#80:it#8:kn#10:li#24:\
18096         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:\
18097         :RI=\E[%dC:UP=\E[%dA:al=\E[L:bc=\ED:bl=^G:cd=\E[J:ce=\E[K:\
18098         :cl=\E[2J:cm=\E[%i%d;%dH:cr=\r:cs=\E[%i%d;%dr:ct=\E[3g:\
18099         :dc=\E[1P:dl=\E[M:do=\n:ds=\E[>1l:fs=\E[u\E[>5l:ho=\E[H:\
18100         :if=/usr/share/tabset/vt100:k0=\E[~:k1=\EOS:k2=\EOT:\
18101         :k3=\EOU:k4=\EOV:k5=\EOW:k6=\EOP:k7=\EOQ:k8=\EOR:k9=\EOX:\
18102         :kC=\E[J:kS=\E[J:kb=^H:kd=\EOB:kh=\E[H:kl=\EOD:kr=\EOC:\
18103         :ku=\EOA:l0=help:le=^H:mb=\E[5m:md=\E[2m:me=\E[m:mh=\E[2m:\
18104         :mr=\E[7m:nd=\E[C:nw=\r\ED:ps=\E#7:\
18105         :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:\
18106         :rc=\E[r:sc=\E[s:se=\E[m:sf=\ED:so=\E[7;2m:sr=\EM:st=\EH:\
18107         :ta=^I:te=\E[?7h:ti=\E[?7l:\
18108         :ts=\E[s\E[>5;1h\E[25;%i%dH\E[1K:ue=\E[m:up=\E[A:\
18109         :us=\E[4m:
18110 z29a-kc-uc|h29a-kc-uc|z29 ansi mode with keyclick and underscore cursor:\
18111         :r1=\E<\E[1;24r\E[24;1H\E[?7h\E[>1;2;3;4;5;6;7;8;9l\E[m\E[11m:\
18112         :tc=z29a:
18113 z29a-nkc-bc|h29a-nkc-bc|z29 ansi mode with block cursor and no keyclick:\
18114         :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:\
18115         :tc=z29a:
18116 z29a-nkc-uc|h29a-nkc-uc|z29 ansi mode with underscore cursor and no keyclick:\
18117         :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:\
18118         :tc=z29a:
18119 # From: Jeff Bartig <jeffb@dont.doit.wisc.edu> 31 Mar 1995
18120 z39-a|z39a|zenith39-a|zenith39-ansi|Zenith 39 in ANSI mode:\
18121         :5i:am:es:hs:mi:ms:xo:\
18122         :co#80:li#24:\
18123         :%1=\E[~:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:K1=\EOw:\
18124         :K2=\EOy:K3=\EOu:K4=\EOq:K5=\EOs:LE=\E[%dD:RI=\E[%dC:\
18125         :UP=\E[%dA:ac=0a``aaffggjjkkllmmnnooqqssttuuvvwwxx~~:\
18126         :ae=\E(B:al=\E[1L:as=\E(0:bl=^G:bt=\E[1Z:cb=\E[1K:cd=\E[0J:\
18127         :ce=\E[0K:cl=\E[2J\E[H:cm=\E[%i%d;%dH:cr=\r:\
18128         :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[1P:dl=\E[1M:do=\E[B:\
18129         :ds=\E[>1l:ei=\E[4l:fs=\E[u:ho=\E[H:im=\E[4h:\
18130         :is=\E<\E[>1;3;5;6;7l\E[0m\E[2J:k1=\EOS:k2=\EOT:k3=\EOU:\
18131         :k4=\EOV:k5=\EOW:k6=\EOP:k7=\EOQ:k8=\EOR:k9=\EOX:kS=\E[J:\
18132         :kb=^H:kd=\E[B:ke=\E[>7l:kh=\E[H:kl=\E[D:kr=\E[C:ks=\E[>7h:\
18133         :ku=\E[A:le=^H:ll=\E[24;1H:mb=\E[5m:md=\E[1m:me=\E[0m:\
18134         :mh=\E[2m:mr=\E[7m:nd=\E[C:pf=\E[4i:po=\E[5i:\
18135         :ps=\E[?19h\E[i:rc=\E[u:rs=\E<\Ec\200:sc=\E[s:se=\E[0m:\
18136         :sf=\n:so=\E[7m:st=\EH:ta=^I:ts=\E[s\E[>1h\E[25;%i%dH:\
18137         :ue=\E[0m:up=\E[A:us=\E[4m:ve=\E[>5l:vi=\E[>5h:
18139 # From: Brad Brahms <Brahms@USC-ECLC>
18140 z100|h100|z110|z-100|h-100|heath/zenith z-100 pc with color monitor:\
18141         :ve=\Ey4\Em70:vs=\Ex4\Em71:tc=z100bw:
18142 # (z100bw: removed obsolete ":kn#10:", added empty <acsc> -- esr)
18143 z100bw|h100bw|z110bw|z-100bw|h-100bw|heath/zenith z-100 pc:\
18144         :bs:mi:ms:pt:\
18145         :co#80:it#8:kn#10:li#24:\
18146         :ac=+h.kaiggjdkclfmenbozqas{tvutvuwsx`~\136:ae=\EG:\
18147         :al=5*\EL:as=\EF:cd=\EJ:ce=\EK:cl=5*\EE:cm=1*\EY%+ %+ :\
18148         :dc=1*\EN:dl=5*\EM:do=\EB:ei=\EO:ho=\EH:im=\E@:k0=\EJ:\
18149         :k1=\ES:k2=\ET:k3=\EU:k4=\EV:k5=\EW:k6=\EP:k7=\EQ:k8=\ER:\
18150         :k9=\EOI:kb=^H:kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:le=^H:\
18151         :nd=\EC:se=\Eq:so=\Ep:sr=\EI:ta=^I:up=\EA:ve=\Ey4:vs=\Ex4:
18152 p19|h19-b with il1/dl1:\
18153         :al=2*\EL:dl=2*\EM:tc=h19-b:
18154 # From: <ucscc!B.fiatlux@ucbvax.berkeley.edu>
18155 # (ztx: removed duplicate :sr: -- esr)
18156 ztx|ztx11|zt-1|htx11|ztx-1-a|ztx-10 or 11:\
18157         :am:bs:es:hs:\
18158         :co#80:it#8:li#24:\
18159         :al=\EL:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :dl=\EM:do=\n:\
18160         :ds=\Ey1:fs=\Ek\Ey5:ho=\EH:\
18161         :is=\Ej\EH\Eq\Ek\Ev\Ey1\Ey5\EG\Ey8\Ey9\Ey>:k0=\ES:\
18162         :k1=\EB:k2=\EU:k3=\EV:k4=\EW:k5=\EP:k6=\EQ:k7=\ER:kb=^H:\
18163         :kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:se=\Eq:so=\Es5:\
18164         :sr=\EI:ta=^I:ue=\Eq:up=\EA:us=\Es2:
18166 #### IMS International (ims)
18168 # There was a company called IMS International located in Carson City,
18169 # Nevada, that flourished from the mid-70s to mid-80s.  They made S-100
18170 # bus/Z80 hardware and a line of terminals called Ultimas.
18173 # From: Erik Fair <fair@ucbarpa.berkeley.edu>  Sun Oct 27 07:21:05 1985
18174 ims950-b|bare ims950 no init string:\
18175         :is@:tc=ims950:
18176 # (ims950: removed obsolete ":ko@:" -- esr)
18177 ims950|ims televideo 950 emulation:\
18178         :xn@:\
18179         :k0@:k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:k9@:kb@:kd@:kh@:kl@:kr@:ku@:vb@:\
18180         :tc=tvi950:
18181 # (ims950-rv: removed obsolete ":ko@:" -- esr)
18182 ims950-rv|ims tvi950 rev video:\
18183         :xn@:\
18184         :k0@:k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:k9@:kb@:kd@:kh@:kl@:kr@:ku@:vb@:\
18185         :tc=tvi950-rv:
18186 ims-ansi|ultima2|ultimaII|IMS Ultima II:\
18187         :am:bs:\
18188         :co#80:it#8:li#24:\
18189         :cd=\E[0J:ce=\E[0K:cl=\E[H\E[2J:cm=\E[%i%2;%2H:do=\ED:\
18190         :if=/usr/share/tabset/vt100:\
18191         :is=\E[m\E[>14l\E[?1;?5;20l\E>\E[1m\r:kd=\E[B:kh=\E[H:\
18192         :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:me=\E[m:nd=\EC:se=\E[m\E[1m:\
18193         :so=\E[7m:sr=\EM:ta=^I:ue=\E[m\E[1m:up=\EM:us=\E[4m:
18195 #### Intertec Data Systems
18197 # I think this company is long dead as of 1995.  They made an early CP/M
18198 # micro called the "Intertec Superbrain" that was moderately popular,
18199 # then sank out of sight.
18202 superbrain|intertec superbrain:\
18203         :am:bs:bw:\
18204         :co#80:li#24:\
18205         :bc=^U:bl=^G:cd=10*\E~k<10*>:ce=15\E~K:cl=5*^L:\
18206         :cm=20\EY%+ %+ :cr=\r:do=\n:kd=\n:kl=^U:kr=^F:ku=^K:le=^H:\
18207         :nd=^F:sf=\n:ta=^I:te=^L:ti=^L:up=^K:
18208 # (intertube: a Gould entry via BRL asserted smul=\E0@$<200/>,
18209 # rmul=\E0A$<200/>; my guess is the highlight letter is bit-coded like an ADM,
18210 # and the reverse is actually true.  Try it. -- esr)
18211 intertube|intertec|Intertec InterTube:\
18212         :am:bs:\
18213         :co#80:li#25:\
18214         :bl=^G:cl=^L:cm=50\EY%+ %+ :cr=\r:do=\n:ho=^A:le=^H:nd=^F:\
18215         :se=\E0@:sf=\n:so=\E0P:up=^Z:
18216 # The intertube 2 has the "full duplex" problem like the tek 4025: if you
18217 # are typing and a command comes in, the keystrokes you type get interspersed
18218 # with the command and it messes up
18219 intertube2|intertec data systems intertube 2:\
18220         :bs:\
18221         :ce=\EK:ch=\020%B%.:cm=\016%.\020%B%.:cv=^K%.:ll=^K^X\r:\
18222         :tc=intertube:
18224 #### Ithaca Intersystems
18226 # This company made S100-bus personal computers long ago in the pre-IBM-PC
18227 # past.  They used to be reachable at:
18229 #       Ithaca Intersystems
18230 #       1650 Hanshaw Road
18231 #       Ithaca, New York 14850
18233 # However, the outfit went bankrupt years ago.
18236 # The Graphos III was a color graphics terminal from Ithaca Intersystems.
18237 # These entries were written (originally in termcap syntax) by Brian Yandell
18238 # <yandell@stat.wisc.edu> and Mike Meyer <mikem@stat.wisc.edu> at the
18239 # University of Wisconsin.
18241 # (graphos: removed obsolete and syntactically incorrect :kn=4:,
18242 # removed :if=/usr/share/tabset/init.graphos: and
18243 # <rf=/usr/share/tabset/init.graphos> no such file & no :st: -- esr)
18244 graphos|graphos III:\
18245         :am:mi:\
18246         :co#80:it#8:li#24:\
18247         :AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:\
18248         :UP=\E[%dA:al=\E[L:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:\
18249         :cm=\E[%i%d;%dH:cr=\r:dc=\E[P:dl=\E[M:dm=\E[4h:do=\E[B:\
18250         :ed=\E[4l:ei=\E[4l:ho=\E[H:im=\E[4h:k1=\EOP:k2=\EOQ:\
18251         :k3=\EOR:k4=\EOS:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:\
18252         :ku=\E[A:le=^H:me=\E[m:nd=\E[C:nw=\r\ED:rc=\E8:sc=\E7:\
18253         :se=\E[m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:up=\E[A:\
18254         :ve=\Ez56;2;0;0z\Ez73z\Ez4;1;1z:\
18255         :vs=\Ez4;2;1z\Ez56;2;80;24z:
18256 graphos-30|graphos III with 30 lines:\
18257         :li#30:\
18258         :vs=\Ez4;2;1z\Ez56;2;80;30z:tc=graphos:
18260 #### Modgraph
18262 # These people used to be reachable at:
18264 #       Modgraph, Inc
18265 #       1393 Main Street,
18266 #       Waltham, MA 02154
18267 #       Vox: (617)-890-5796.
18269 # However, if you call that number today you'll get an insurance company.
18270 # I have mail from "Michael Berman, V.P. Sales, Modgraph" dated
18271 # 26 Feb 1997 that says:
18273 # Modgraph GX-1000, replaced by GX-2000.  Both are out of production, have been
18274 # for ~7 years.  Modgraph still in business.  Products are rugged laptop and
18275 # portable PC's and specialized CRT and LCD monitors (rugged, rack-mount
18276 # panel-mount etc).  I can be emailed at sonfour@aol.com
18278 # Peter D. Smith <pdsmith@nbbn.com> notes that his modgraph manual was
18279 # dated 1984.  According to the manual, it featured Tek 4010/4014
18280 # graphics and DEC VT100/VT52 + ADM-3A emulation with a VT220-style keyboard.
18283 modgraph|mod24|modgraph terminal emulating vt100:\
18284         :xn@:\
18285         :co#80:li#24:\
18286         :is=\E\1369;0s\E\1367;1s\E[3g\E\13611;9s\E\13611;17s\E\13611;25s\E\13611;33s\E\13611;41s\E\13611;49s\E\13611;57s\E\13611;65s\E\13611;73s\E\13611;81s\E\13611;89s:\
18287         :rf@:sr=5\EM\E[K:vs=\E\1369;0s\E\1367;1s:tc=vt100+4bsd:
18288 # The GX-1000 manual is dated 1984.  This looks rather like a VT-52.
18289 modgraph2|modgraph gx-1000 80x24 with keypad not enabled:\
18290         :am:da:db:\
18291         :co#80:it#8:li#24:\
18292         :cd=50\EJ:ce=3\EK:cl=50\EH\EJ:cm=5\EY%+ %+ :do=2\EB:\
18293         :is=\E<\E\1365;2s\E\1367;1s\E[3g\E\13611;9s\E\13611;17s\E\13611;25s\E\13611;33s\E\13611;41s\E\13611;49s\E\13611;57s\E\13611;65s\E\13611;73s\E\13611;81s\E\13611;89s\E\13612;0s\E\13614;2s\E\13615;9s\E\13625;1s\E\1369;1s\E\13627;1:\
18294         :le=^H:nd=2\EC:sr=5\EI:ta=^I:up=2\EA:
18296 # Modgraph from Nancy L. Cider <nancyc@brl-tbd>
18297 # BUG NOTE from Barbara E. Ringers <barb@brl-tbd>:
18298 # If we set TERM=vt100, and set the Modgraph screen to 24 lines, setting a
18299 # mark and using delete-to-killbuffer work correctly.  However, we would
18300 # like normal mode of operation to be using a Modgraph with 48 line setting.
18301 # If we set TERM=mod (which is a valid entry in termcap with 48 lines)
18302 # the setting mark and delete-to-killbuffer results in the deletion of only
18303 # the line the mark is set on.
18304 # We've discovered that the delete-to-killbuffer works correctly
18305 # with TERM=mod and screen set to 80x48 but it's not obvious.  Only
18306 # the first line disappears but a ctrl-l shows that it did work
18307 # correctly.
18308 modgraph48|mod|Modgraph w/48 lines:\
18309         :am:bs:pt:xn:\
18310         :co#80:it#8:li#48:vt#3:\
18311         :bl=^G:cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:cm=\E[%i%d;%dH:cr=\r:\
18312         :cs=\E[%i%d;%dr:do=\n:ho=\E[H:\
18313         :is=\E<\E[1;48r\E[0q\E[3;4q\E=\E[?1h:k1=\EOP:k2=\EOQ:\
18314         :k3=\EOR:k4=\EOS:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:\
18315         :kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:md=\E[1m:\
18316         :me=\E[m:mr=\E[7m:nd=\E[C:nl=\n:r1=\E=\E[0q\E>:rc=\E8:\
18317         :sc=\E7:se=\E[m:so=\E[7m:sr=\EM:ta=^I:ue=\E[m:up=\E[A:\
18318         :us=\E[4m:vb=\E[?5h\E[0q\E[1;2q\E[?5l\E[0q\E[4;3q:
18320 #### Morrow Designs
18322 # This was George Morrow's company.  They started in the late 1970s making
18323 # S100-bus machines.  They used to be reachable at:
18325 #        Morrow
18326 #        600 McCormick St.
18327 #        San Leandro, CA 94577
18329 # but they're long gone now (1995).
18332 # The mt70 terminal was shipped with the Morrow MD-3 microcomputer.
18333 # Jeff's specimen was dated June 1984.
18334 # From: Jeff Wieland <wieland@acn.purdue.edu> 24 Feb 1995
18335 mt70|mt-70|Morrow MD-70; native Morrow mode:\
18336         :am:mi:ms:xo:\
18337         :co#80:it#8:li#24:\
18338         :%1=^AO\r:F1=^A`\r:F2=^Aa\r:F3=^Ab\r:F4=^Ac\r:F5=^Ad\r:\
18339         :F6=^Ae\r:F7=^Af\r:F8=^Ag\r:F9=^Ah\r:FA=^Ai\r:\
18340         :ac=+z,{-x.yOi`|jGkFlEmDnHqJtLuKvNwMxI:ae=\E%%:al=\EE:\
18341         :as=\E$:bl=^G:bt=\EI:cd=\EY:ce=10\ET:cl=^Z:cm=1\E=%+ %+ :\
18342         :cr=\r:ct=\E0:dc=\EW:dl=\ER:do=\n:ei=:ho=^^:i1=\E"2\EG0\E]:\
18343         :ic=\EQ:im=:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
18344         :k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:kB=^A^Z\r:\
18345         :kC=^An\r:kD=\177:kb=^H:kd=^AK\r:kh=^AN\r:kl=^AL\r:\
18346         :kr=^AM\r:ku=^AJ\r:le=^H:mh=\EG2:mk@:nd=^L:nw=^_:sf=\n:ta=^I:\
18347         :te=:ti=\E"2\EG0\E]:up=^K:us=\EG1:vb=\EK1\EK0:ve=\E"2:\
18348         :vi=\E"0:tc=adm+sgr:
18350 #### Motorola
18353 # Motorola EXORterm 155 from {decvax, ihnp4}!philabs!sbcs!megad!seth via BRL
18354 # (Seth H Zirin)
18355 ex155|Motorola Exorterm 155:\
18356         :am:bs:bw:\
18357         :co#80:kn#5:li#24:ug#1:\
18358         :bt=\E[:cd=\ET:ce=\EU:cl=\EX:cm=\EE%+ %+ :do=\EB:ho=\E@:\
18359         :kB=\E[:kC=\EX:kE=\EU:kS=\ET:kb=^H:kd=\n:kh=\E@:kl=^H:kr=^L:\
18360         :ku=^K:le=\ED:nd=\EC:se=\Ec\ED:so=\Eb\ED:ta=\EZ:ue=\Eg\ED:\
18361         :up=\EA:us=\Ef\ED:
18363 #### Omron
18365 # This company is still around in 1995, manufacturing point-of-sale systems.
18367 omron|Omron 8025AG:\
18368         :am:bs:da:db:\
18369         :co#80:li#24:\
18370         :al=\EL:bl=^G:cd=\ER:ce=\EK:cl=\EJ:cr=\r:dc=\EP:dl=\EM:do=\n:\
18371         :ho=\EH:le=^H:nd=\EC:se=\E4:sf=\ES:so=\Ef:sr=\ET:up=\EA:\
18372         :vs=\EN:
18374 #### Ramtek
18376 # Ramtek was a vendor of high-end graphics terminals around 1979-1983; they
18377 # were competition for things like the Tektronix 4025.
18380 # Ramtek 6221 from BRL, probably by Doug Gwyn
18381 # The following SET-UP modes are assumed for normal operation:
18382 #       UNDERLINE_CURSOR        ANSI_MODE       AUTO_XON/XOFF_ON
18383 #       NEWLINE_OFF             80_COLUMNS
18384 # Other SET-UP modes may be set for operator convenience or communication
18385 # requirements; I recommend
18386 #       SMOOTH_SCROLL   AUTO_REPEAT_ON  3_#_SHIFTED     WRAP_AROUND_ON
18387 # Hardware tabs are assumed to be every 8 columns; they can be set up by the
18388 # "reset", "tset", or "tabs" utilities (use rt6221-w, 160 columns, for this).
18389 # Note that the Control-E key is useless on this brain-damaged terminal.  No
18390 # delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
18391 rt6221|Ramtek 6221 80x24:\
18392         :bs:ms:pt:xo:\
18393         :co#80:it#8:kn#4:li#24:vt#3:\
18394         :DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ac=:ae=^O:as=^N:\
18395         :bl=^G:cd=\E[J:ce=\E[K:cl=\E[1;1H\E[J:cm=\E[%i%d;%dH:\
18396         :cr=\r:cs=\E[%i%d;%dr:ct=\E[3g:do=^K:ho=\E[1;1H:is=\E)0:\
18397         :k0=\EOP:k1=\EOQ:k2=\EOR:k3=\EOS:kb=^H:kd=\E[B:ke=\E>:\
18398         :kl=\E[D:kr=\E[C:ks=\E=:ku=\E[A:l0=PF1:l1=PF2:l2=PF3:l3=PF4:\
18399         :le=^H:ll=\E[24;1H:mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:\
18400         :nd=\E[C:nw=\EE:\
18401         :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>:\
18402         :rc=\E8:sc=\E7:se=\E[m:sf=\n:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
18403         :ue=\E[m:up=\EM:us=\E[4m:ve=\E[>5h\E[>9h:vi=\E[>5l:\
18404         :vs=\E[>7h\E[>9l:
18405 # [TO DO: Check out: short forms of ho/cl and ll; reset (\Ec)].
18406 rt6221-w|Ramtek 6221 160x48:\
18407         :co#160:li#48:\
18408         :ll=\E[48;1H:tc=rt6221:
18410 #### RCA
18413 # RCA VP3301 or VP3501
18414 rca|rca vp3301/vp3501:\
18415         :bs:\
18416         :co#40:li#24:\
18417         :cl=^L:cm=\EY%+ %+ :ho=^Z:nd=^U:se=\E\ES0:so=\E\ES1:up=^K:
18420 #### Selanar
18423 # Selanar HiREZ-100 from BRL, probably by Doug Gwyn
18424 # The following SET-UP modes are assumed for normal operation:
18425 #       SET_DEFAULT_TABS        48_LINES                80_COLUMNS
18426 #       ONLINE                  ANSI                    CURSOR_VISIBLE
18427 #       VT102_AUTO_WRAP_ON      VT102_NEWLINE_OFF       VT102_MONITOR_MODE_OFF
18428 #       LOCAL_ECHO_OFF          US_CHAR_SET             WPS_TERMINAL_DISABLED
18429 #       CPU_AUTO_XON/XOFF_ENABLED                       PRINT_FULL_SCREEN
18430 # For use with graphics software, all graphics modes should be set to factory
18431 # default.  Other SET-UP modes may be set for operator convenience or
18432 # communication requirements.  No delays are specified; use "stty ixon -ixany"
18433 # to enable DC3/DC1 flow control!
18434 # I commented out the scrolling capabilities since they are too slow.
18435 hirez100|Selanar HiREZ-100:\
18436         :bs:mi:ms:pt:xo:\
18437         :co#80:it#8:kn#4:li#48:vt#3:\
18438         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:\
18439         :RI=\E[%dC:UP=\E[%dA:ac=:ae=^O:al=\E[L:as=^N:bl=^G:cd=\E[J:\
18440         :ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=\r:ct=\E[3g:\
18441         :dc=\E[P:dl=\E[M:do=\n:ho=\E[H:is=\E<\E)0:k0=\EOP:k1=\EOQ:\
18442         :k2=\EOR:k3=\EOS:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:\
18443         :kr=\EOC:ks=\E[?1h\E=:ku=\EOA:l0=PF1:l1=PF2:l2=PF3:l3=PF4:\
18444         :le=^H:ll=\E[48H:mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:\
18445         :nd=\E[C:nw=\EE:pf=\E[4i\E[?4i:po=\E[?5i\E[5i:ps=\E[i:\
18446         :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>:\
18447         :rc=\E8:sc=\E7:se=\E[m:so=\E[7m:st=\EH:ta=^I:ue=\E[m:up=\EM:\
18448         :us=\E[4m:
18449 hirez100-w|Selanar HiREZ-100 in 132-column mode:\
18450         :co#132:tc=hirez100:
18452 #### Signetics
18455 # From University of Wisconsin
18456 vsc|Signetics Vsc Video driver by RMC:\
18457         :am:ms:\
18458         :co#80:it#8:li#26:\
18459         :ce=\E[K:cl=50\E[;H\E[2J:cm=\E[%i%d;%dH:cr=\r:do=\n:\
18460         :ho=\E[H:kb=^H:kd=\n:kl=^H:le=^H:me=^_!:mr=^_\040:nd=\E[C:\
18461         :nw=\r\n:se=^_!:sf=\n:so=^_\040:ta=^I:ue=^_#:up=\E[A:us=^_":
18463 #### Soroc
18465 # Alan Frisbie <frisbie@flying-disk.com> writes:
18467 # As you may recall, the Soroc logo consisted of their name,
18468 # with the letter "S" superimposed over an odd design.   This
18469 # consisted of a circle with a slightly smaller 15 degree (approx.)
18470 # wedge with rounded corners inside it.   The color was sort of
18471 # a metallic gold/yellow.
18473 # If I had been more of a beer drinker it might have been obvious
18474 # to me, but it took a clue from their service department to make
18475 # me exclaim, "Of course!"   The circular object was the top of
18476 # a beer can (the old removable pop-top style) and "Soroc" was an
18477 # anagram for "Coors".
18479 # I can just imagine the founders of the company sitting around
18480 # one evening, tossing back a few and trying to decide what to
18481 # call their new company and what to use for a logo.
18484 # (soroc120: removed obsolete ":ma=^K^P^R^L^L :" -- esr)
18485 soroc120|iq120|soroc|soroc iq120:\
18486         :cd=\EY:ce=\ET:cl=2\E*:do=\n:kd=\n:kl=^H:kr=^L:ku=^K:\
18487         :tc=adm3a:
18488 soroc140|iq140|soroc iq140:\
18489         :am:bs:mi:\
18490         :co#80:li#24:\
18491         :al=1*\Ee:bl=^G:bt=\EI:cd=\Ey:ce=\Et:cl=\E+:cm=\E=%+ %+ :\
18492         :cr=\r:dc=\Ew:dl=.7*\Er:do=\n:ei=\E8:ho=^^:im=\E9:k0=^A0\r:\
18493         :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
18494         :k7=^AF\r:k8=^AG\r:k9=^AH\r:kb=^H:kh=^^:kr=^L:ku=^K:le=^H:\
18495         :ll=^^^K:nd=^L:se=\E\177:sf=\n:so=\E\177:ue=\E^A:up=^K:\
18496         :us=\E^A:
18498 #### Southwest Technical Products
18500 # These guys made an early personal micro called the M6800.
18501 # The ct82 was probably its console terminal.
18504 # (swtp: removed obsolete ":bc=^D:" -- esr)
18505 swtp|ct82|southwest technical products ct82:\
18506         :am:\
18507         :co#82:li#20:\
18508         :al=^\^Y:bl=^G:cd=^V:ce=^F:cl=^L:cm=\013%r%.%.:cr=\r:\
18509         :dc=^\^H:dl=^Z:do=\n:ei=:ho=^P:ic=^\^X:im=:\
18510         :is=\034\022\036\023\036\004\035\027\011\023\036\035\036\017\035\027\022\011:\
18511         :le=^D:ll=^C:nd=^S:se=^^^F:sf=^N:so=^^^V:sr=^O:up=^A:
18513 #### Synertek
18515 # Bob Manson <manson@pattyr.acs.ohio-state.edu> writes (28 Apr 1995):
18517 # Synertek used to make ICs, various 6502-based single-board process
18518 # control and hobbyist computers, and assorted peripherals including a
18519 # series of small inexpensive terminals (I think they were one of the
18520 # first to have a "terminal-on-a-keyboard", where the terminal itself
18521 # was only slightly larger than the keyboard).
18523 # They apparently had a KTM-1 model, which I've never seen. The KTM-2/40
18524 # was a 40x24 terminal that could connect to a standard TV through a
18525 # video modulator.  The KTM-2/80 was the 80-column version (the 2/40
18526 # could be upgraded to the 2/80 by adding 2 2114 SRAMs and a new ROM).
18527 # I have a KTM-2/80 still in working order.  The KTM-2s had fully
18528 # socketed parts, used 2 6507s, a 6532 as keyboard scanner, a program
18529 # ROM and 2 ROMs as character generators. They were incredibly simple,
18530 # and I've never had any problems with mine (witness the fact that mine
18531 # was made in 1981 and is still working great... I've blown the video
18532 # output transistor a couple of times, but it's a 2N2222 :-)
18534 # The KTM-3 (which is what is listed in the terminfo file) was their
18535 # attempt at putting a KTM-2 in a box (and some models came with a
18536 # CRT). It wasn't much different from the KTM-2 hardware-wise, but the
18537 # control and escape sequences are very different. The KTM-3 was always
18538 # real broken, at least according to the folks I've talked to about it.
18540 # The padding in the entry is probably off--these terminals were very
18541 # slow (it takes like 100ms for the KTM-2 to clear the screen...) And
18542 # anyone with any sanity replaced the ROMs with something that provided
18543 # a reasonable subset of VT100 functionality, since the usual ROMs were
18544 # obviously very primitive... oh, you could get an upgraded ROM from
18545 # Synertek for some incredible amount of money, but what hacker with an
18546 # EPROM burner would do that? :)
18548 # Sorry I don't have any contact info; I believe they were located in
18549 # Sunnyvale, and I'm fairly sure they are still manufacturing ICs
18550 # (they've gone to ASICs and FPGAs), but I doubt they're in the computer
18551 # business these days.
18554 # Tested, seems to work fine with vi.
18555 synertek|ktm|synertek380|synertek ktm 3/80 tubeless terminal:\
18556         :am:\
18557         :co#80:li#24:\
18558         :cd=\EJ:ce=\EK:cl=^Z:cm=\E=%+ %+ :le=^H:nd=^L:up=^K:
18560 #### Tab Office Products
18562 #       TAB Products Co. - Palo Alto, California
18563 #       Electronic Office Products,
18564 #       1451 California Avenue 94304
18566 # I think they're out of business.
18569 # The tab 132 uses xon/xoff, so no padding needed.
18570 # :ks:/:ke: have nothing to do with arrow keys.
18571 # :is: sets 80 col mode, normal video, autowrap on (for :am:).
18572 # Seems to be no way to get rid of status line.
18573 # The manual for this puppy was dated June 1981.  It claims to be VT52-
18574 # compatible but looks more vt100-like.
18575 tab132|tab|tab132-15|tab 132/15:\
18576         :da:db:\
18577         :co#80:dN@:li#24:lm#96:\
18578         :al=\E[L:cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:do=\n:ei=\E[4l:\
18579         :im=\E[4h:is=\E[?7h\E[?3l\E[?5l:kd=\E[B:ke@:kl=\E[D:ks@:\
18580         :ku=\E[A:tc=vt100+4bsd:
18581 tab132-w|tab132 in wide mode:\
18582         :co#132:\
18583         :is=\E[?7h\E[?3h\E[?5l:tc=tab132:
18584 tab132-rv|tab132 in reverse-video mode:\
18585         :is=\E[?7h\E[?3l\E[?5h:tc=tab132:
18586 tab132-w-rv|tab132 in reverse-video/wide mode:\
18587         :is=\E[?7h\E[?3h\E[?5h:tc=tab132-w:
18590 #### Teleray
18592 #       Research Incorporated
18593 #       6425 Flying Cloud Drive
18594 #       Eden Prairie, MN 55344
18595 #       Vox: (612)-941-3300
18597 # The Teleray terminals were all discontinued in 1992-93.  RI still services
18598 # and repairs these beasts, but no longer manufactures them.  The Teleray
18599 # people believe that all the types listed below are very rare now (1995).
18600 # There was a newer line of Telerays (Model 7, Model 20, Model 30, and
18601 # Model 100) that were ANSI-compatible.
18603 # Note two things called "teleray".  Reorder should move the common one
18604 # to the front if you have either.  A dumb teleray with the cursor stuck
18605 # on the bottom and no obvious model number is probably a 3700.
18608 t3700|dumb teleray 3700:\
18609         :bs:\
18610         :co#80:li#24:\
18611         :bl=^G:cl=^L:cr=\r:do=\n:le=^H:sf=\n:
18612 t3800|teleray 3800 series:\
18613         :bs:\
18614         :co#80:it#8:li#24:\
18615         :bl=^G:cd=\EJ:ce=\EK:cl=^L:cm=\EY%+ %+ :cr=\r:do=\n:ho=\EH:\
18616         :le=^H:ll=\EY7\040:nd=\EC:sf=\n:ta=^I:up=^K:
18617 t1061|teleray|teleray 1061:\
18618         :am:bs:km:xs:xt:\
18619         :co#80:it#8:li#24:sg#1:ug#1:\
18620         :al=2*\EL:bl=^G:cd=1\EJ:ce=\EK:cl=1^L:cm=\EY%+ %+ :cr=\r:\
18621         :ct=\EG:dc=\EQ:dl=2*\EM:do=\n:ei=:ho=\EH:ic=\EP:im=:ip=0.4*:\
18622         :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:\
18623         :k1=^Z1:k2=^Z2:k3=^Z3:k4=^Z4:k5=^Z5:k6=^Z6:k7=^Z7:k8=^Z8:\
18624         :le=^H:nd=\EC:se=\ER@:sf=\n:so=\040\ERD:st=\EF:ta=^I:\
18625         :ue=\ER@:up=\EA:us=\ERH:
18626 t1061f|teleray 1061 with fast PROMs:\
18627         :al=\EL:dl=\EM:ip@:tc=t1061:
18628 # "Teleray Arpa Special", officially designated as
18629 # "Teleray Arpa network model 10" with "Special feature 720".
18630 # This is the new (1981) fast microcode updating the older "arpa" proms
18631 # (which gave meta-key and programmable-fxn keys).  720 is much much faster,
18632 # converts the keypad to programmable function keys, and has other goodies.
18633 # Standout mode is still broken (magic cookie, etc) so is suppressed as no
18634 # programs handle such lossage properly.
18635 # Note: this is NOT the old termcap's "t1061f with fast proms."
18636 # From: J. Lepreau <lepreau@utah-cs> Tue Feb  1 06:39:37 1983, Univ of Utah
18637 # (t10: removed overridden ":so@:se@:us@:ue@:" -- esr)
18638 t10|teleray 10 special:\
18639         :bs:km:xs:xt:\
18640         :co#80:it#8:li#24:sg#2:ug#2:\
18641         :al=\EL:cd=\EJ:ce=\EK:cl=30\Ej:cm=\EY%+ %+ :dc=\EQ:dl=\EM:\
18642         :do=\EB:ei=:ho=\EH:ic=\EP:im=:le=^H:nd=\EC:pc=\200:se=\ER@:\
18643         :sf=\Eq:so=\ERD:sr=\Ep:ta=^I:ue=\ER@:up=\EA:us=\ERH:
18644 # teleray 16 - map the arrow keys for vi/rogue, shifted to up/down page, and
18645 # back/forth words. Put the function keys (f1-f10) where they can be
18646 # found, and turn off the other magic keys along the top row, except
18647 # for line/local. Do the magic appropriate to make the page shifts work.
18648 # Also toggle ^S/^Q for those of us who use Emacs.
18649 t16|teleray 16:\
18650         :am:da:db:mi:xs:xt:\
18651         :co#80:li#24:\
18652         :al=\E[L:bl=^G:cd=\E[0J:ce=\E[0K:cl=\E[H\E[2J:\
18653         :cm=%i\E[%d;%df:cr=\r:dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:\
18654         :ho=\E[H:im=\E[4h:k1=^Z1:k2=^Z2:k3=^Z3:k4=^Z4:k5=^Z5:k6=^Z6:\
18655         :k7=^Z7:k8=^Z8:k9=^Z9:k;=^Z0:le=^H:me=\E[m:nd=\E[C:se=\E[m:\
18656         :sf=\n:so=\E[7m:sr=\E[T:ta=^I:te=\E[V\E[24;1f\E[?38h:\
18657         :ti=\E[U\E[?38l:ue=\E[m:up=\E[A:us=\E[4m:
18659 #### Texas Instruments (ti)
18662 # The Silent 700 was so called because it was built around a quiet thermal
18663 # printer.  It was portable, equipped with an acoustic coupler, and pretty
18664 # neat for its day.
18665 ti700|ti733|ti735|ti745|ti800|ti silent 700/733/735/745 or omni 800:\
18666         :bs:hc:os:\
18667         :co#80:\
18668         :bl=^G:cr=162\r:do=\n:le=^H:sf=\n:
18671 # Texas Instruments 916 VDT 7 bit control mode
18673 ti916|ti916-220-7|Texas Instruments 916 VDT 8859/1 vt220 mode 7 bit CTRL:\
18674         :da:db:in:ms:\
18675         :%9=^X:@4=\E[29~:@8=\n:AL=36\E[%dL:DC=250\E[%dP:DL=\E[%dM:\
18676         :DO=\E[%dB:F1=\E[29~:F2=\E[31~:IC=250\E[%d@:LE=\E[%dD:\
18677         :RI=\E[%dC:UP=\E[%dA:ae=2^O:as=2^N:bt=\E[Z:cb=\E[1K:\
18678         :cd=6\E[J:ce=\E[0K:cl=6\E[H\E[2J:cm=\E[%i%d;%dH:ct=\E[3g:\
18679         :dc=\E[P:eA=\E(B\E)0:ec=20\E[%dX:ei=:ff=^L:im=:ip=10:\
18680         :is=\E[1;24r\E[24;1H:k1=\E[17~:k2=\E[18~:k3=\E[19~:\
18681         :k4=\E[20~:k5=\E[21~:k6=\E[23~:k7=\E[24~:k8=\E[25~:\
18682         :k9=\E[26~:k;=\E[28~:kD=\E[P:kI=\E[@:kN=\E[S:kP=\E[T:\
18683         :kh=\E[H:mp=\E&:rs=\E[!p:sa@:st=\E[0W:vb=6\E[?5h\E[?5l:\
18684         :ve=\E[?25h:vi=\E[?25l:tc=vt220:
18686 # Texas Instruments 916 VDT 8 bit control mode
18688 ti916-8|ti916-220-8|Texas Instruments 916 VDT 8859/1 8 vt220 mode bit CTRL:\
18689         :%9=^X:@4=\23329~:@8=\n:F1=\23329~:F2=\23331~:k1=\23317~:\
18690         :k2=\23318~:k3=\23319~:k4=\23320~:k5=\23321~:k6=\23323~:\
18691         :k7=\23324~:k8=\23325~:k9=\23326~:k;=\23328~:kD=\233P:\
18692         :kI=\233@:kN=\233S:kP=\233T:kd=\233B:kh=\233H:kl=\233D:\
18693         :kr=\233C:ku=\233A:tc=ti916:
18695 # Texas Instruments 916 VDT 8859/1 7 bit control 132 column mode
18697 ti916-132|Texas Instruments 916 VDT vt220 132 column:\
18698         :co#132:tc=ti916:
18700 # Texas Instruments 916 VDT 8859/1 8 bit control 132 column mode
18702 ti916-8-132|Texas Instruments 916 VDT 8-bit vt220 132 column:\
18703         :co#132:tc=ti916-8:
18704 ti924|Texas Instruments 924 VDT 8859/1 7 bit CTRL:\
18705         :am:bs:xo:\
18706         :co#80:it#8:li#24:\
18707         :al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[2J\E[H:\
18708         :cm=%i\E[%d;%dH:cr=\r:cs=%i\E[%d;%dr:ct=\E[3g:dl=\E[M:\
18709         :do=\E[B:ho=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[16~:\
18710         :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:kD=\E[P:kI=\E[@:\
18711         :kb=^H:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=\E[D:mb=\E[5m:\
18712         :md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:se=\E[m:\
18713         :sf=\ED:so=\E[7m:sr=\EM:st=\EH:ta=^I:ue=\E[m:up=\E[A:\
18714         :us=\E[4m:ve=\E[?25h:vi=\E[?25l:vs=\E[?31h:
18715 ti924-8|Texas Instruments 924 VDT 8859/1 8 bit CTRL:\
18716         :am:xo:\
18717         :co#80:it#8:li#24:\
18718         :al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[2J\E[H:\
18719         :cm=%i\E[%d;%dH:cr=\r:cs=%i\E[%d;%dr:ct=\E[3g:dl=\E[M:\
18720         :do=\E[B:ho=\E[H:k1=\217P:k2=\217Q:k3=\217R:k4=\217S:\
18721         :k5=\23316~:k6=\23317~:k7=\23318~:k8=\23319~:k9=\23320~:\
18722         :kD=\233P:kI=\233@:kb=^H:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:\
18723         :le=\E[D:mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:rc=\E8:\
18724         :sc=\E7:se=\E[m:sf=\ED:so=\E[7m:sr=\EM:st=\EH:ta=^I:ue=\E[m:\
18725         :up=\E[A:us=\E[4m:ve=\E[?25h:vi=\E[?25l:vs=\E[?31h:
18726 ti924w|Texas Instruments 924 VDT 7 bit - 132 column mode:\
18727         :co#132:tc=ti924:
18728 ti924-8w|Texas Instruments 924 VDT 8 bit - 132 column mode:\
18729         :co#132:tc=ti924-8:
18730 ti931|Texas Instruments 931 VDT:\
18731         :am:bs:xo:\
18732         :co#80:li#24:\
18733         :al=\EN:bl=^G:cd=\EJ:ce=\EI:cl=\EL:cm=\EY%+ %+ :cr=\r:\
18734         :dc=\EQ:dl=\EO:do=\EB:ei=:ho=\EH:ic=\ER\EP\EM:im=:\
18735         :is=\EGB\E(@B@@\E):k1=\Ei1:k2=\Ei2:k3=\Ei3:k4=\Ei4:\
18736         :k5=\Ei5:k6=\Ei6:k7=\Ei7:k8=\Ei8:k9=\Ei9:kA=\EN:kD=\EQ:\
18737         :kI=\EP:kL=\EO:kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=\ED:mb=\E4P:\
18738         :me=\E4@:mk=\E4H:mr=\E4B:nd=\EC:se=\E4@:sf=\Ea:so=\E4A:\
18739         :sr=\Eb:ue=\E4@:up=\EA:us=\E4D:ve=\E4@:
18740 ti926|Texas Instruments 926 VDT 8859/1 7 bit CTRL:\
18741         :cs@:sf=\E[1S:sr=\E[1T:tc=ti924:
18742 # (ti926-8: I corrected this from the broken SCO entry -- esr)
18743 ti926-8|Texas Instruments 926 VDT 8859/1 8 bit CTRL:\
18744         :cs@:sf=\2331S:sr=\2331T:tc=ti924-8:
18745 ti_ansi|basic entry for ti928:\
18746         :am:eo:ut:xn:xo:\
18747         :Co#8:co#80:it#8:li#25:pa#64:\
18748         :@7=\E[F:AB=\E[4%dm:AF=\E[3%dm:al=\E[L:bl=^G:bt=\E[Z:\
18749         :cd=\E[J:ce=\E[K:cl=\E[2J\E[H:cm=\E[%i%d;%dH:cr=\r:\
18750         :cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:do=\E[B:ei=:ho=\E[H:\
18751         :ic=\E[@:im=:k0=\E[V:k1=\E[M:k2=\E[N:k3=\E[O:k4=\E[P:\
18752         :k5=\E[Q:k6=\E[R:k7=\E[S:k8=\E[T:k9=\E[U:kN=\E[G:kP=\E[I:\
18753         :kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
18754         :mb=\E[5m:md=\E[1m:me=\E[m:nd=\E[C:op=\E[37;40m:se=\E[m:\
18755         :sf=\E[S:so=\E[7m:sr=\E[T:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:
18757 #       928 VDT 7 bit control mode
18759 ti928|Texas Instruments 928 VDT 8859/1 7 bit CTRL:\
18760         :%9=\E[35~:@7=\E_1\E\\:@8=\E[8~:F1=\E[29~:F2=\E[31~:\
18761         :F3=\E[32~:F5=\E[34~:k1=\E[17~:k2=\E[18~:k3=\E[19~:\
18762         :k4=\E[20~:k5=\E[21~:k6=\E[23~:k7=\E[24~:k8=\E[25~:\
18763         :k9=\E[26~:k;=\E[28~:kD=\E[P:kI=\E[@:kN=\E[S:kP=\E[T:\
18764         :tc=ti_ansi:
18766 #       928 VDT 8 bit control mode
18768 ti928-8|Texas Instruments 928 VDT 8859/1 8 bit CTRL:\
18769         :%9=\23335~:@7=\2371\234:@8=\2338~:F1=\23329~:F2=\23331~:\
18770         :F3=\23332~:F5=\23334~:k1=\23317~:k2=\23318~:k3=\23319~:\
18771         :k4=\23320~:k5=\23321~:k6=\23323~:k7=\23324~:k8=\23325~:\
18772         :k9=\23326~:k;=\23328~:kD=\233P:kI=\233@:kN=\233S:\
18773         :kP=\233T:kh=\233H:tc=ti_ansi:
18775 #### Zentec (zen)
18778 # (zen30: removed obsolete :ma=^L ^R^L^K^P:.  This entry originally
18779 # had just :so:=\EG6 which I think means standout was supposed to be
18780 # dim-reverse using ADM12-style attributes. ADM12 :us:/:ue: and
18781 # <invis> might work-- esr)
18782 zen30|z30|zentec 30:\
18783         :am:bs:mi:ul:\
18784         :co#80:li#24:\
18785         :al=1.5*\EE:bl=^G:cd=\EY:ce=1.0*\ET:cl=\E*:cm=\E=%+ %+ :\
18786         :cr=\r:dc=\EW:dl=1.5*\ER:do=\n:ei=\Er:ho=^^:im=\Eq:le=^H:\
18787         :mh=\EG2:nd=^L:sf=\n:so=\EG6:ue@:up=^K:us@:tc=adm+sgr:
18788 # (zen50: this had extension capabilities
18789 #       :BS=^U:CL=^V:CR=^B:
18790 # UK/DK/RK/LK/HM were someone's aliases for ku/kd/kl/kr/kh,
18791 # which were also in the original entry -- esr)
18792 # (zen50: removed obsolete ":ma=^Hh^Ll^Jj^Kk:" -- esr)
18793 zen50|z50|zentec zephyr:\
18794         :am:bs:\
18795         :co#80:li#24:sg#1:\
18796         :al=\EE:cd=\EY:ce=\ET:cl=\E+:cm=\E=%+ %+ :dc=\EW:dl=\ER:ei=:\
18797         :ic=\EQ:im=:kd=\n:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:mk@:ue@:up=^K:\
18798         :us@:tc=adm+sgr:
18800 # CCI 4574 (Office Power) from Will Martin <wmartin@BRL.ARPA> via BRL
18801 cci|cci1|z8001|zen8001|CCI Custom Zentec 8001:\
18802         :am:bs:bw:\
18803         :co#80:li#24:\
18804         :cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :cs=\ER%+ %+ :do=\n:\
18805         :ho=\EH:is=\EM \EF\ET\EP\ER 7:kb=^H:kd=\EB:kh=\EH:kl=\ED:\
18806         :kr=\EC:ku=\EA:le=^H:mb=\EM":me=\EM\040:mh=\EM!:mk=\EM(:\
18807         :mr=\EM$:nd=\EC:pf=^T:po=^R:se=\EM\040:so=\EM$:sr=\EI:\
18808         :ue=\EM\040:up=\EA:us=\EM0:ve=\EP:vs=\EF\EQ\EM \ER 7:
18810 ######## OBSOLETE UNIX CONSOLES
18813 #### Apollo consoles
18815 # Apollo got bought by Hewlett-Packard.  The Apollo workstations are
18816 # labeled HP700s now.
18819 # From: Gary Darland <goodmanc@garnet.berkeley.edu>
18820 apollo|apollo console:\
18821         :am:bs:mi:\
18822         :co#88:li#53:\
18823         :al=\EI:cd=\EJ:ce=\EK:ch=\EN%d:cl=^L:cm=\EM%+ %d):\
18824         :cv=\EO+\040:dc=\EP:dl=\EL:do=\EB:ei=\ER:im=\EQ:le=^H:\
18825         :nd=\EC:se=\ET:sf=\EE:so=\ES:sr=\ED:te=\EX:ti=\EW:ue=\EV:\
18826         :up=\EA:us=\EU:
18828 # We don't know whether or not the apollo guys replicated DEC's firmware bug
18829 # in the VT132 that reversed :ei:/:im:.  To be on the safe side, disable
18830 # both these capabilities.
18831 apollo_15P|apollo 15 inch display:\
18832         :ei@:im@:tc=vt132:
18833 apollo_19L|apollo 19 inch display:\
18834         :ei@:im@:tc=vt132:
18835 apollo_color|apollo color display:\
18836         :ei@:im@:tc=vt132:
18838 #### AT&T consoles
18840 # This actually describes the generic SVr4 display driver for Intel boxes.
18841 # The :mh=\E[2m: isn't documented and therefore may not be reliable.
18842 # From: Eric Raymond <esr@snark.thyrsus.com> Mon Nov 27 19:00:53 EST 1995
18843 att6386|at386|386at|AT&T WGS 6386 console:\
18844         :am:bw:eo:xo:\
18845         :co#80:it#8:li#25:\
18846         :@7=\E[Y:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\EOZ:\
18847         :F2=\EOA:IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:\
18848         :SR=\E[%dT:UP=\E[%dA:\
18849         :ac=``a1fxgqh0jYk?lZm@nEooppqDrrsstCu4vAwBx3yyzz{{||}}~~:\
18850         :ae=\E[10m:al=\E[1L:as=\E[12m:bl=^G:bt=\E[Z:cd=\E[J:\
18851         :ce=\E[K:ch=\E[%i%dG:cl=\E[2J\E[H:cm=\E[%i%d;%dH:cr=\r:\
18852         :ct=\E[3g:cv=\E[%i%dd:dc=\E[P:dl=\E[1M:do=\E[B:ec=\E[%dX:\
18853         :ei=:ho=\E[H:ic=\E[1@:im=:is=\E[0;10;39m:k1=\EOP:k2=\EOQ:\
18854         :k3=\EOR:k4=\EOS:k5=\EOT:k6=\EOU:k7=\EOV:k8=\EOW:k9=\EOX:\
18855         :k;=\EOY:kB=^]:kD=\E[P:kI=\E[@:kM=\E0:kN=\E[U:kP=\E[V:kb=^H:\
18856         :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=\E[D:mb=\E[5m:\
18857         :md=\E[1m:me=\E[0;10m:mh=\E[2m:mk=\E[9m:mr=\E[7m:nd=\E[C:\
18858         :nw=\r\E[S:rc=\E8:sc=\E7:se=\E[m:sf=\E[S:so=\E[7m:sr=\E[T:\
18859         :st=\EH:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:ve=\E[=1C:vi=\E[=C:\
18860         :tc=klone+color:
18861 # (pc6300plus: removed ":KM=/usr/lib/ua/kmap.s5:"; renamed BO/EE/CI/CV -- esr)
18862 pc6300plus|AT&T 6300 plus:\
18863         :am:bs:xo:\
18864         :co#80:li#24:\
18865         :al=\E[1L:bl=^G:cd=\E[0J:ce=\E[0K:cl=\E[2J\E[H:\
18866         :cm=\E[%i%2;%2H:cr=\r:ct=\E[3g:dc=\E[1P:dl=\E[1M:do=\E[B:\
18867         :ei=:ho=\E[H:ic=\E[1@:im=:k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:\
18868         :k5=\EOg:k6=\EOh:k7=\EOi:k8=\EOj:k9=\EOk:k;=\EOu:kb=^H:\
18869         :kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:\
18870         :me=\E[m:mh=\E[2m:mk=\E[9m:mr=\E[7m:nd=\E[C:nw=\r\n:\
18871         :se=\E[m:sf=\n:so=\E[7m:st=\EH:ue=\E[m:up=\E[A:us=\E[4m:\
18872         :ve=\E[=1C:vi=\E[=C:
18874 # From: Benjamin C. W. Sittler <bsittler@nmt.edu>
18876 # I have a UNIX PC which I use as a terminal attached to my Linux PC.
18877 # Unfortunately, the UNIX PC terminfo entry that comes with ncurses
18878 # is broken. All the special key sequences are broken, making it unusable
18879 # with Emacs. The problem stems from the following:
18881 # The UNIX PC has a plethora of keys (103 of them, and there's no numeric
18882 # keypad!), loadable fonts, and strange highlighting modes ("dithered"
18883 # half-intensity, "smeared" bold, and real strike-out, for example.) It also
18884 # uses resizable terminal windows, but the bundled terminal program always
18885 # uses an 80x24 window (and doesn't support seem to support a 132-column
18886 # mode.)
18888 # HISTORY: The UNIX PC was one of the first machines with a GUI, and used a
18889 # library which was a superset of SVr3.5 curses (called tam, for "terminal
18890 # access method".) tam includes support for real, overlapping windows,
18891 # onscreen function key labels, and bitmap graphics. But since the primary
18892 # user interface on the UNIX PC was a GUI program (ua, for "user
18893 # assistant",) and remote administration was considered important for the
18894 # machine, tam also supported VT100-compatible terminals attached to the
18895 # serial port or used across the StarLan network. To simulate the extra keys
18896 # not present on a VT100, users could press ESC and a two-letter sequence,
18897 # such as u d (Undo) or U D (Shift-Undo.) These two-letter sequences,
18898 # however, were not the same as those sent by the actual Undo key. The
18899 # actual Undo key sends ESC 0 s unshifted, and ESC 0 S shifted, for example.
18900 # (If you're interested in adding some of the tam calls to ncurses, btw, I
18901 # have the full documentation and several programs which use tam. It also
18902 # used an extended terminfo format to describe key sequences, special
18903 # highlighting modes, etc.)
18905 # KEYS: This means that ncurses would quite painful on the UNIX PC, since
18906 # there are two sequences for every key-modifier combination (local keyboard
18907 # sequence and remote "VT100" sequence.) But I doubt many people are trying
18908 # to use ncurses on the UNIX PC, since ncurses doesn't properly handle the
18909 # GUI. Unfortunately, the terminfo entry (and the termcap, too, I presume)
18910 # seem to have been built from the manual describing the VT100 sequences.
18911 # This means it doesn't work for a real live UNIX PC.
18913 # FONTS: The UNIX PC also has a strange interpretation of "alternate
18914 # character set". Rather than the VT100 graphics you might expect, it allows
18915 # up to 8 custom fonts to be loaded at any given time. This means that
18916 # programs expecting VT100 graphics will usually be disappointed. For this
18917 # reason I have disabled the smacs/rmacs sequences, but they could easily be
18918 # re-enabled. Here are the relevant control sequences (from the ESCAPE(7)
18919 # manpage), should you wish to do so:
18921 # SGR10 - Select font 0 - ESC [ 10 m or SO
18922 # SGR11 - Select font 1 - ESC [ 11 m or SI
18923 # SGR12 - Select font 2 - ESC [ 12 m
18924 # ... (etc.)
18925 # SGR17 - Select font 7 - ESC [ 17 m
18927 # Graphics for line drawing are not reliably found at *any* character
18928 # location because the UNIX PC has dynamically reloadable fonts. I use font
18929 # 0 for regular text and font 1 for italics, but this is by no means
18930 # universal. So ASCII line drawing is in order if smacs/rmacs are enabled.
18932 # MISC: The cursor visible/cursor invisible sequences were swapped in the
18933 # distributed terminfo.
18935 # To ameliorate these problems (and fix a few highlighting bugs) I rewrote
18936 # the UNIX PC terminfo entry. The modified version works great with Lynx,
18937 # Emacs, and XEmacs running on my Linux PC and displaying on the UNIX PC
18938 # attached by serial cable. In Emacs, even the Undo key works, and many
18939 # applications can now use the F1-F8 keys.
18941 # esr's notes:
18942 #       Terminfo entry for the AT&T Unix PC 7300
18943 #       from escape(7) in Unix PC 7300 Manual.
18944 #       Somewhat similar to a vt100-am (but different enough
18945 #       to redo this from scratch.)
18947 #       /***************************************************************
18948 #       *
18949 #       *           FONT LOADING PROGRAM FOR THE UNIX PC
18950 #       *
18951 #       *     This routine loads a font defined in the file ALTFONT
18952 #       *     into font memory slot #1.  Once the font has been loaded,
18953 #       *     it can be used as an alternative character set.
18954 #       *
18955 #       *     The call to ioctl with the argument WIOCLFONT is the key
18956 #       *     to this routine.  For more information, see window(7) in
18957 #       *     the PC 7300 documentation.
18958 #       ***************************************************************/
18959 #       #include <string.h>             /* needed for strcpy call */
18960 #       #include <sys/window.h>         /* needed for ioctl call */
18961 #       #define FNSIZE  60              /* font name size */
18962 #       #define ALTFONT  "/usr/lib/wfont/special.8.ft"  /* font file */
18963 #       /*
18964 #       *     The file /usr/lib/wfont/special.8.ft comes with the
18965 #       *     standard PC software.  It defines a graphics character set
18966 #       *     similar to that of the Teletype 5425 terminal.  To view
18967 #       *     this or other fonts in /usr/lib/wfont, use the command
18968 #       *     cfont <filename>.  For further information on fonts see
18969 #       *     cfont(1) in the PC 7300 documentation.
18970 #       */
18972 #       struct altfdata         /* structure for alt font data */
18973 #       {
18974 #       short   altf_slot;              /* memory slot number */
18975 #       char    altf_name[FNSIZE];      /* font name (file name) */
18976 #       };
18977 #       ldfont()
18978 #       {
18979 #               int wd;         /* window in which altfont will be */
18980 #               struct altfdata altf;
18981 #               altf.altf_slot=1;
18982 #               strcpy(altf.altf_name,ALTFONT);
18983 #               for (wd =1; wd < 12; wd++) {
18984 #                    ioctl(wd, WIOCLFONT,&altf);
18985 #               }
18986 #       }
18988 # (att7300: added :vi:/:ve:/:ic:/<invis> from the BSDI entry,
18989 # they're confirmed by the man page for the System V display---esr)
18991 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
18992 att7300|unixpc|pc7300|3b1|s4|AT&T UNIX PC Model 7300:\
18993         :am:xo:\
18994         :co#80:it#8:li#24:\
18995         :AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:\
18996         :UP=\E[%dA:al=\E[L:bl=^G:bt=\E^I:cd=\E[0J:ce=\E[0K:\
18997         :cl=\E[2J\E[H:cm=\E[%i%d;%dH:cr=\r:dc=\E[P:dl=\E[M:\
18998         :do=\E[B:ei=:ho=\E[H:i1=\017\E[=1w:ic=\E[@:im=:k1=\EOc:\
18999         :k2=\EOd:k3=\EOe:k4=\EOf:k5=\EOg:k6=\EOh:k7=\EOi:k8=\EOj:\
19000         :kD=\ENf:kI=\ENj:kN=\E[U:kP=\E[V:kb=^H:kd=\E[B:kh=\E[H:\
19001         :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[9m:md=\E[1m:\
19002         :me=\E[0;10m:mh=\E[2m:mr=\E[7m:nd=\E[C:nw=\EE:se=\E[m:\
19003         :sf=\n:so=\E[7m:sr=\EM:ue=\E[m:up=\E[A:us=\E[4m:ve=\E[=0C:\
19004         :vi=\E[=1C:
19006 #### Convergent Technology
19008 # Burroughs bought Convergent shortly before it merged with Univac.
19009 # CTOS is (I believe) dead.  Probably the aws is too (this entry dates
19010 # from 1991 or earlier).
19013 # Convergent AWS workstation from Gould/SEL UTX/32 via BRL
19014 # (aws: removed unknown :dn=^K: -- esr)
19015 aws|Convergent Technologies AWS workstation under UTX and Xenix:\
19016         :am:\
19017         :co#80:li#28:sg#0:ug#0:\
19018         :ac=:ae=\EAAF:al=\EIL:as=\EAAN:bc=^H:cd=\EEF:ce=\EEL:\
19019         :ch=\EH%.:cl=^L:cm=\EC%r%.%.:cv=\EV%.:dc=\EDC:dl=\EDL:\
19020         :do=^K:ei=:ic=\EIC:im=:kb=^H:kd=^K:kl=^N:kr=^R:ku=^A:\
19021         :ma=\016h\013j\001k\022l\002m:nd=^R:nl=\n:se=\EARF:\
19022         :sf=\ESU:so=\EARN:sr=\ESD:ue=\EAUF:up=^A:us=\EAUN:
19023 awsc|Convergent Technologies AWS workstation under CTOS:\
19024         :am:\
19025         :co#80:li#24:sg#0:ug#0:\
19026         :ac=:ae=\EAAF:as=\EAAN:bc=^N:cd=\EEF:ce=\EEL:cl=^L:\
19027         :cm=\EC%r%.%.:do=^K:kb=^H:kd=^K:kl=^N:kr=^R:ku=^A:\
19028         :ma=\016h\013j\001k\022l\002m:nd=^R:se=\EAA:so=\EAE:\
19029         :ue=\EAA:up=^A:us=\EAC:
19031 #### DEC consoles
19034 # The MicroVax console.  Tim Theisen <tim@cs.wisc.edu> writes:
19035 # The digital uVax II's had a graphic display called a qdss.  It was
19036 # supposed to be a high performance graphic accelerator, but it was
19037 # late to market and barely appeared before faster dumb frame buffers
19038 # appeared.  I have only used this display while running X11.  However,
19039 # during bootup, it was in text mode, and probably had a terminal emulator
19040 # within it.  And that is what your termcap entry is for.  In graphics
19041 # mode the screen size is 1024x864 pixels.
19042 qdss|qdcons|qdss glass tty:\
19043         :am:bs:\
19044         :co#128:li#57:\
19045         :cl=1^Z:cm=\E=%.%.:do=\n:le=^H:nd=^L:up=^K:
19047 #### Fortune Systems consoles
19049 # Fortune made a line of 68K-based UNIX boxes that were pretty nifty
19050 # in their day; I (esr) used one myself for a year or so around 1984.
19051 # They had no graphics, though, and couldn't compete against Suns and
19052 # the like.  R.I.P.
19055 # From: Robert Nathanson <c160-3bp@Coral> via tut   Wed Oct 5, 1983
19056 # (This had extension capabilities
19057 #       :rv=\EH:re=\EI:rg=0:GG=0:\
19058 #       :CO=\E\\:WL=^Aa\r:WR=^Ab\r:CL=^Ac\r:CR=^Ad\r:DL=^Ae\r:RF=^Af\r:\
19059 #       :RC=^Ag\r:CW=^Ah\r:NU=^Aj\r:EN=^Ak\r:HM=^Al:PL=^Am\r:\
19060 #       :PU=^An\r:PD=^Ao\r:PR=^Ap\r:HP=^A@\r:RT=^Aq\r:TB=\r:CN=\177:MP=\E+F:
19061 # It had both ":bs:" and ":bs=^H:"; I removed the latter.  Also, it had
19062 # ":sg=0:" and ":ug=0:"; evidently the composer was trying (unnecessarily)
19063 # to force both magic cookie glitches off.  Once upon a time, I
19064 # used a Fortune myself, so I know the capabilities of the form ^A[a-z]\r are
19065 # function keys; thus the "Al" value for HM was certainly an error.  I renamed
19066 # EN/PD/PU/CO/CF/RT according to the XENIX/TC mappings, but not HM/DL/RF/RC.
19067 # I think :rv: and :re: are start/end reverse video and :rg: is a nonexistent
19068 # "reverse-video-glitch" capability; I have put :rv: and :re: in with standard
19069 # names below.  I've removed obsolete ":nl=5^J:" as there is a :do: -- esr)
19070 fos|fortune|Fortune system:\
19071         :am:bs:bw:\
19072         :co#80:li#25:\
19073         :@7=^Ak\r:@8=^Aq:ac=j*k(l m"q&v%w#x-:ae=^O:al=15^\E:\
19074         :as=\Eo:bl=^G:cd=3*^\Y:ce=^\Z:cl=20^L:cm=\034C%+ %+ :cr=\r:\
19075         :dc=5^\W:dl=15^\R:do=3\n:ei=:ho=10^^:ic=5^\Q:im=:is=^_..:\
19076         :k1=^Aa\r:k2=^Ab\r:k3=^Ac\r:k4=^Ad\r:k5=^Ae\r:k6=^Af\r:\
19077         :k7=^Ag\r:k8=^Ah\r:kN=^Ao\r:kP=^An\r:kb=^H:kd=^Ay\r:\
19078         :kh=^A?\r:kl=^Aw\r:kr=^Az\r:ku=^Ax\r:le=^H:mb=\EN:me=\EI:\
19079         :mr=\EH:nw=\r\n:se=^\I`:sf=\n:so=^\H`:ta=^Z:ue=^\IP:up=3^K:\
19080         :us=^\HP:ve=\E\\:vi=\E]:vs=\E\072:
19082 #### Masscomp consoles
19084 # Masscomp has gone out of business.  Their product line was purchased by
19085 # comany in Georgia (US) called "XS International", parts and service may
19086 # still be available through them.
19089 # (masscomp: ":MT:" changed to ":km:";  -- esr)
19090 masscomp|masscomp workstation console:\
19091         :bs:km:mi:\
19092         :co#80:it#8:li#24:\
19093         :al=\E[L:cd=\E[J:ce=\E[K:cl=\E[2J:cm=\E[%i%d;%dH:dc=\E[P:\
19094         :dl=\E[M:do=\E[B:ei=\E[4l:im=\E[4h:is=\EGc\EGb\EGw:kb=^H:\
19095         :kd=\EOB:kl=\EOD:kr=\EOC:ku=\EOA:le=^H:nd=\E[C:se=\E[m:\
19096         :so=\E[7m:ta=^I:ue=\EGau:up=\E[A:us=\EGu:
19097 masscomp1|masscomp large screen version 1:\
19098         :co#104:li#36:tc=masscomp:
19099 masscomp2|masscomp large screen version 2:\
19100         :co#64:li#21:tc=masscomp:
19102 #### OSF Unix
19105 # OSF/1 1.1 Snapshot 2
19106 pmcons|pmconsole|PMAX console:\
19107         :am:\
19108         :co#128:li#57:\
19109         :bl=^G:cl=^L:cr=\r:do=\n:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
19110         :kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:sf=\n:ta=^I:up=^K:
19112 #### Other consoles
19113 # The following is a version of the ibm-pc entry distributed with PC/IX,
19114 # (Interactive Systems' System 3 for the Big Blue), modified by Richard
19115 # McIntosh at UCB/CSM.  The :pt: and :uc: have been removed from the original,
19116 # (the former is untrue, and the latter failed under UCB/man); standout and
19117 # underline modes have been added.  Note: this entry describes the "native"
19118 # capabilities of the PC monochrome display, without ANY emulation; most
19119 # communications packages (but NOT PC/IX connect) do some kind of emulation.
19120 pcix|PC/IX console:\
19121         :am:bw:eo:\
19122         :co#80:li#24:\
19123         :cd=\E[J:ce=\E[K:cl=\Ec:cm=\E[%i%2;%2H:do=\E[B:ho=\E[H:\
19124         :le=^H:me=\E[m:nd=\E[C:se=\E[m:so=\E[7m:ue=\E[m:up=\E[A:\
19125         :us=\E[4m:
19127 # (ibmpcx: this entry used to be known as ibmx.
19128 # It formerly included the following extension capabilities:
19129 #       :GC=b:GL=v:GR=t:RT=^J:\
19130 #       :GH=\E[196g:GV=\E[179g:\
19131 #       :GU=\E[193g:GD=\E[194g:\
19132 #       :G1=\E[191g:G2=\E[218g:G3=\E[192g:G4=\E[217g:\
19133 #       :CW=\E[E:NU=\E[F:RF=\E[G:RC=\E[H:\
19134 #       :WL=\E[K:WR=\E[L:CL=\E[M:CR=\E[N:\
19135 # I renamed GS/GE/WL/WR/CL/CR/PU/PD/HM/EN; also, removed a duplicate
19136 # ":kh=\E[Y:".  Added IBM-PC forms characters and highlights, they match
19137 # what was there before. -- esr)
19138 ibmpcx|xenix|ibmx|IBM PC xenix console display:\
19139         :am:bs:ms:\
19140         :co#80:li#25:\
19141         :@7=\E[d:al=\E[L:cd=\E[J:ce=\E[K:cl=^L:cm=\E[%d;%dH:\
19142         :dc=\E[P:dl=\E[M:do=\E[B:ei=:ho=\E[H:ic=\E[@:im=:k1=\E[K:\
19143         :k2=\E[L:k3=\E[M:k4=\E[N:kN=\E[e:kP=\E[Z:kb=^H:kd=\E[B:\
19144         :kh=\E[Y:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:nd=\E[C:up=\E[A:\
19145         :tc=klone+acs:tc=klone+sgr8:
19147 ######## OTHER OBSOLETE TYPES
19149 # These terminals are *long* dead -- these entries are retained for
19150 # historical interest only.
19153 #### Obsolete non-ANSI software emulations
19156 # CTRM terminal emulator
19157 # 1. underlining is not allowed with colors: first, is is simulated by
19158 # black on white, second, it disables background color manipulations.
19159 # 2. BLINKING, REVERSE and BOLD are allowed with colors,
19160 # so we have to save their status in the static registers A, B and H
19161 # respectively, to be able to restore them when color changes
19162 # (because any color change turns off ALL attributes)
19163 # 3. :md: and :mr: sequences alternate modes,
19164 # rather than simply  entering them.  Thus we have to check the
19165 # static register B and H to determine the status, before sending the
19166 # escape sequence.
19167 # 4. :me: now must set the status of all 3 register (A,B,H) to zero
19168 # and then reset colors
19169 # 5. implementation of the protect mode would badly penalize the performance.
19170 # we would have to use \E&bn sequence to turn off colors (as well as all
19171 # other attributes), and keep the status of protect mode in yet another
19172 # static variable.  If someone really needs this mode, they would have to
19173 # create another terminfo entry.
19174 # 6. original color-pair is white on black.
19175 # store the information about colors into static registers
19176 # 7. set foreground color.  it performs the following steps.
19177 #   1) turn off all attributes
19178 #   2) turn on the background and video attributes that have been turned
19179 #      on before (this information is stored in static registers X,Y,Z,A,B,H,D).
19180 #   3) turn on foreground attributes
19181 #   4) store information about foreground into U,V,W static registers
19182 # 8. turn on background: similar to turn on foreground above
19183 ctrm|C terminal emulator:\
19184         :am:ut:xo:\
19185         :Co#8:NC#2:Nl#0:co#80:lh#0:li#24:lm#0:lw#0:pa#63:pb#19200:vt#6:\
19186         :al=\EL:bl=^G:bt=\Ei:cd=\EJ:ce=\EK:ch=\E&a%dC:cl=\EH\EJ:\
19187         :cm=\E&a%r%dc%dY:cr=\r:ct=\E3:cv=\E&a%dY:dc=2\EP:dl=\EM:\
19188         :do=\n:ei=\ER:im=\EQ:ip=2:is=\E&jA\r:k1=\Ep\r:k2=\Eq\r:\
19189         :k3=\Er\r:k4=\Es\r:k5=\Et\r:k6=\Eu\r:k7=\Ev\r:k8=\Ew\r:\
19190         :kb=^H:kd=\Ew\r:ke=\E&jA:kh=\Ep\r:kl=\Eu\r:kr=\Ev\r:\
19191         :ks=\E&jB:ku=\Et\r:le=^H:mb=\E&dA%{1}%PA:\
19192         :md=%?%gH%{0}%=%t\E&dH%{1}%PH%;:\
19193         :me=\E&d@%{0}%PA%{0}%PB%{0}%PH:\
19194         :mr=%?%gB%{0}%=%t\E&dB%{1}%PB%;:nd=\EC:\
19195         :op=\E&bn\E&bB\E&bG\E&bR%{0}%PX%{0}%PY%{0}%PZ%{1}%PW%{1}%PV%{1}%PU:\
19196         :sf=\n:so=\E&dD:st=\E1:ta=2^I:up=\EA:us=\E&dD:
19198 # gs6300 - can't use blue foreground, it clashes with underline;
19199 # it's simulated with cyan
19200 # Bug: The <op> capability probably resets attributes.
19201 # (gs6300: commented out <rmln> (no <smln>) --esr)
19202 gs6300|emots|AT&T PC6300 with EMOTS terminal emulator:\
19203         :am:ms:ut:xo:\
19204         :Co#8:co#80:it#8:li#24:pa#63:\
19205         :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
19206         :LE=\E[%dD:RI=\E[%dC:Sb=\E[?;%dm:UP=\E[%dA:\
19207         :ac=++,,--..``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
19208         :ae=\E[10m:al=\E[L:as=\E[11m:bl=^G:cd=\E[J:ce=\E[K:\
19209         :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=\r:dc=\E[P:dl=\E[M:do=\n:\
19210         :ei=:ho=\E[H:ic=\E[@:im=:is=\E[m:k1=\E[0s:k2=\E[24s:\
19211         :k3=\E[1s:k4=\E[23s:k5=\E[2s:k6=\E[22s:k7=\E[3s:k8=\E[21s:\
19212         :kB=^R^I:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
19213         :le=^H:mb=\E[5m:md=\E[1m:me=\E[m\E[10m:mr=\E[7m:nd=\E[C:\
19214         :op=\E[?;m:pf=\E[4i:po=\E[5i:r1=\Ec:sf=\n:so=\E[1m:sr=\E[L:\
19215         :ta=^I:up=\E[A:us=\E[4m:
19217 # From: <earle@smeagol.UUCP> 29 Oct 85 05:40:18 GMT
19218 # MS-Kermit with Heath-19 emulation mode enabled
19219 # (h19k: changed ":pt@:" to ":it@"
19220 h19k|h19kermit|heathkit emulation provided by Kermit (no auto margin):\
19221         :am@:da:db:xt:\
19222         :it@:\
19223         :ta@:tc=h19-u:
19225 # Apple Macintosh with Versaterm, a terminal emulator distributed by Synergy
19226 # Software (formerly Peripherals Computers & Supplies, Inc) of
19227 # 2457 Perkiomen Ave., Reading, PA 19606, 1-800-876-8376.  They can
19228 # also be reached at support@synergy.com.
19229 versaterm|versaterm vt100 emulator for the Macintosh:\
19230         :am:xn:\
19231         :co#80:it#8:li#24:\
19232         :al=9\E[1L:bl=^G:cd=50\E[J:ce=3\E[K:cl=50\E[;H\E[2J:\
19233         :cm=5\E[%i%d;%dH:cr=\r:cs=\E[%i%d;%dr:dc=7\E[1P:\
19234         :dl=9\E[1M:do=\n:ei=:ho=\E[H:ic=7\E[1@:im=:\
19235         :is=\E[1;24r\E[24;1H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
19236         :kb=^H:kd=\EOB:ke=\E>\E[?1l:kl=\EOD:kr=\EOC:ks=\E=\E[?1h:\
19237         :ku=\EOA:le=^H:mb=2\E[5m:md=2\E[1m:me=2\E[m:mr=2\E[7m:\
19238         :nd=2\E[C:nw=\r\n:r1=\E>:rc=\E8:\
19239         :rf=/usr/share/tabset/vt100:sc=\E7:se=2\E[m:so=2\E[7m:\
19240         :sr=5\EM:ta=^I:ue=2\E[m:up=2\E[A:us=2\E[4m:
19242 # From: Rick Thomas <ihnp4!btlunix!rbt>
19243 # (xtalk: I added <rmam>/<smam> based on the init string.
19244 xtalk|IBM PC with xtalk communication program (versions up to 3.4):\
19245         :am:mi:ms:xo:\
19246         :co#80:it#8:li#24:sg#1:vt#3:\
19247         :DO=\E[%dB:LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:\
19248         :UP=\E[%dA:\
19249         :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
19250         :ae=^O:al=99\E[L:as=^N:bl=^G:cb=3\E[1K:cd=50\E[J:ce=3\E[K:\
19251         :cl=50\E[H\E[J:cm=5\E[%i%d;%dH:cr=\r:ct=\E[3g:dl=99\E[M:\
19252         :do=\n:eA=\E(B\E)0:ho=\E[H:kb=^H:kd=\EOB:ke=\E[?1l\E>:\
19253         :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:me=\E[m:\
19254         :nd=2\E[C:rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
19255         :se=\E[m\040:sf=\n:so=\E[7m\040:sr=5\EM:st=\EH:ta=^I:\
19256         :up=2\E[A:tc=vt100+fnkeys:
19258 # The official PC terminal emulator program of the AT&T Product Centers.
19259 # Note - insert mode commented out - doesn't seem to work on AT&T PC.
19260 simterm|attpc running simterm:\
19261         :am:\
19262         :co#80:li#24:\
19263         :al=\EL:bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\E=%+ %+ :cr=\r:\
19264         :dc=\ER:dl=\EM:do=\EB:ho=\EH:le=^H:me=\E&d@:nd=\EC:se=\E&d@:\
19265         :sf=\n:so=\E&dB:te=\EVE:ti=\EVS:up=\EA:
19267 #### Daisy wheel printers
19269 # This section collects Diablo, DTC, Xerox, Qume, and other daisy
19270 # wheel terminals.  These are now largely obsolete.
19273 # (diablo1620: removed :if=/usr/share/tabset/xerox1720:, no such file -- esr)
19274 diablo1620|diablo1720|diablo450|ipsi|diablo 1620:\
19275         :hc:os:\
19276         :co#132:it#8:\
19277         :ch=\E\011%i%.:ct=\E2:do=\n:hd=\ED:hu=\EU:kb=^H:le=^H:\
19278         :st=\E1:ta=^I:up=\E\n:
19279 diablo1620-m8|diablo1640-m8|diablo 1620 w/8 column left margin:\
19280         :co#124:\
19281         :is=\r        \E9:tc=diablo1620:
19282 # (diablo1640: removed :if=/usr/share/tabset/xerox1730:, no such file -- esr)
19283 diablo1640|diablo1730|diablo1740|diablo630|x1700|diablo|xerox|diablo 1640:\
19284         :bl=^G:se=\E&:so=\EW:ue=\ER:us=\EE:tc=diablo1620:
19285 # (diablo1640-lm: removed :if=/usr/share/tabset/xerox1730-lm:, no such
19286 # file -- esr)
19287 diablo1640-lm|diablo-lm|xerox-lm|diablo 1640 with indented left margin:\
19288         :co#124:\
19289         :se=\E&:so=\EW:ue=\ER:us=\EE:tc=diablo1620:
19290 diablo1740-lm|630-lm|1730-lm|x1700-lm|diablo 1740 printer:\
19291         :tc=diablo1640-lm:
19292 # DTC 382 with VDU.  Has no :cd: so we fake it with :ce:.  Standout
19293 # :so=^P\s\002^PF: works but won't go away without dynamite :se=^P\s\0:.
19294 # The terminal has tabs, but I'm getting tired of fighting the braindamage.
19295 # If no tab is set or the terminal's in a bad mood, it glitches the screen
19296 # around all of memory.  Note that return puts a blank ("a return character")
19297 # in the space the cursor was at, so we use ^P return (and thus ^P newline for
19298 # newline).  Note also that if you turn off :pt: and let Unix expand tabs,
19299 # curses won't work (some old BSD versions) because it doesn't clear this bit,
19300 # and cursor addressing sends a tab for row/column 9.  What a losing terminal!
19301 # I have been unable to get tabs set in all 96 lines - it always leaves at
19302 # least one line with no tabs in it, and once you tab through that line,
19303 # it completely weirds out.
19304 # (dtc382: change :te: to :ti: -- it  just does a clear --esr)
19305 dtc382|DTC 382:\
19306         :am:da:db:xs:\
19307         :co#80:li#24:lm#96:\
19308         :al=^P^Z:bl=^G:cd=^P^U^P^S^P^S:ce=^P^U:cl=20^P^]:\
19309         :cm=\020\021%r%.%.:cr=^P\r:dc=^X:dl=^P^S:ei=^Pi:ho=^P^R:\
19310         :im=^PI:le=^H:nd=^PR:pc=\177:sf=\n:te=:ti=20^P^]:ue=^P \200:\
19311         :up=^P^L:us=^P ^P:ve=^Pb:vs=^PB:
19312 dtc300s|DTC 300s:\
19313         :hc:os:\
19314         :co#132:\
19315         :bl=^G:cr=\r:ct=\E3:do=\n:ff=^L:hd=\Eh:hu=\EH:kb=^H:le=^H:\
19316         :sf=\n:st=\E1:ta=^I:up=^Z:
19317 gsi|mystery gsi terminal:\
19318         :hc:os:\
19319         :co#132:\
19320         :bl=^G:cr=\r:do=\n:hd=\Eh:hu=\EH:le=^H:sf=\n:ta=^I:up=^Z:
19321 aj830|aj832|aj|anderson jacobson:\
19322         :hc:os:\
19323         :bl=^G:cr=\r:do=\n:hd=\E9:hu=\E8:le=^H:sf=\n:up=\E7:
19324 # From: Chris Torek <chris@gyre.umd.edu> Thu, 7 Nov 85 18:21:58 EST
19325 aj510|Anderson-Jacobson model 510:\
19326         :am:mi:\
19327         :co#80:li#24:\
19328         :al=2*\E&I:cd=\E'P:ce=\E'L:cl=^L:cm=\E#%+ %+ :dc=.1*\E'D:\
19329         :dl=2*\E&D:ei=\E'J:ic=:im=\E'I:ip=.1*:kd=\EZ:kl=\EW:kr=\EX:\
19330         :ku=\EY:le=^H:nd=\EX:pc=\177:se=\E"I:so=\E"I:te=\E"N:\
19331         :ti=\E"N:ue=\E"U:up=\EY:us=\E"U:
19332 # From: <cbosg!ucbvax!pur-ee!cincy!chris> Thu Aug 20 09:09:18 1981
19333 # This is incomplete, but it's a start.
19334 nec5520|nec|spinwriter|nec 5520:\
19335         :hc:os:\
19336         :co#132:it#8:\
19337         :bl=^G:cr=\r:ct=\E3:do=\n:ff=^L:hd=\E]s\n\E]W:\
19338         :hu=\E]s\E9\E]W:kb=^H:le=^H:sf=\n:st=\E1:ta=^I:up=\E9:
19339 qume5|qume|Qume Sprint 5:\
19340         :hc:os:\
19341         :co#80:it#8:\
19342         :bl=^G:cr=\r:ct=\E3:do=\n:ff=^L:hd=\Eh:hu=\EH:kb=^H:le=^H:\
19343         :sf=\n:st=\E1:ta=^I:up=^Z:
19344 # I suspect the xerox 1720 is the same as the diablo 1620.
19345 xerox1720|x1720|x1750|xerox 1720:\
19346         :hc:os:\
19347         :co#132:it#8:\
19348         :bl=^G:cr=\r:ct=\E2:do=\n:ff=^L:le=^H:sf=\n:st=\E1:ta=^I:
19350 #### Miscellaneous obsolete terminals, manufacturers unknown
19352 # If you have any information about these (like, a manufacturer's name,
19353 # and a date on the serial-number plate) please send it!
19355 cad68-3|cgc3|cad68 basic monitor transparent mode size 3 chars:\
19356         :am:bs:\
19357         :co#73:li#36:\
19358         :cl=^Z:ho=^^:le=^H:nd=^L:up=^K:
19359 cad68-2|cgc2|cad68 basic monitor transparent mode size 2 chars:\
19360         :am:bs:\
19361         :co#85:li#39:\
19362         :cl=^Z:ho=^^:k1=\E5:k2=\E6:k3=\E7:k4=\E8:kd=\E2:kl=\E3:\
19363         :kr=\E4:ku=\E1:le=^H:nd=^L:se=\Em^C:so=\Em^L:up=^K:
19364 cops10|cops|cops-10|cops 10:\
19365         :am:bw:\
19366         :co#80:li#24:\
19367         :bl=^G:cd=^W:ce=^V:cl=30^X:cm=\020%+ %+ :cr=\r:do=\n:kb=^H:\
19368         :kd=\n:kh=^Y:kl=^H:kr=^L:ku=^K:le=^H:nd=^L:sf=\n:up=^K:
19369 # (d132: removed duplicate :ic=\E5:,
19370 # merged in capabilities from a BRL entry -- esr)
19371 d132|datagraphix|datagraphix 132a:\
19372         :da:db:in:\
19373         :co#80:li#30:\
19374         :al=\E3:bl=^G:cl=^L:cm=\E8%i%3%3:cr=\r:dc=\E6:do=\n:ei=:\
19375         :ho=\ET:ic=\E5:im=:kb=^H:kd=\n:kl=^H:le=^H:nd=\EL:nw=\r\n:\
19376         :sf=\n:sr=\Ew:ta=^I:up=\EK:ve=\Em\En:vs=\Ex:
19377 # The d800 was an early portable terminal from c.1984-85 that looked a lot
19378 # like the original Compaq `lunchbox' portable (but no handle).  It had a vt220
19379 # mode (which is what this entry looks like) and several other lesser-known
19380 # emulations.
19381 d800|Direct 800/A:\
19382         :am:bs:da:db:ms:xs:\
19383         :co#80:it#8:li#24:\
19384         :ac=``a1fxgqh0jYk?lZm@nEooppqDrrsstCu4vAwBx3yyzz{{||}}~~:\
19385         :ae=\E[m:as=\E[1m:bl=^G:cd=\E[J:ce=\E[K:cl=\E[1;1H\E[2J:\
19386         :cm=\E[%i%d;%dH:cr=\r:do=\n:k1=\EOP:k2=\EOQ:k3=\EOR:\
19387         :k4=\EOS:k5=\EOT:k6=\EOU:k7=\EOV:k8=\EOW:kd=\E[B:kl=\E[D:\
19388         :kr=\E[C:ku=\E[A:le=^H:me=\E[m:nd=\E[C:se=\E[m:sf=\ED:\
19389         :so=\E[7m:sr=\EM:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:ve=\E[>12h:\
19390         :vs=\E[>12l:
19391 digilog|digilog 333:\
19392         :bs:\
19393         :co#80:li#16:\
19394         :bl=^G:ce=^X:cr=\r:do=\n:ho=^N:le=^H:nd=^I:sf=\n:up=^O:
19395 # The DWK was a terminal manufactured in the Soviet Union c.1986
19396 dwk|dwk-vt|dwk terminal:\
19397         :am:\
19398         :co#80:it#8:li#24:\
19399         :ac=+\136,Q-S.M0\177`+a\072f'g#h#i#jXkClJmFnNo~qUs_tEuPv\\wKxW~_:\
19400         :ae=\EG:as=\EF:bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :\
19401         :cr=\r:dc=\EP:do=\n:ei=:ho=\EH:ic=\EQ:im=:k1=\Ef1:k2=\Ef2:\
19402         :k3=\Ef3:k4=\Ef4:k5=\Ef5:k6=\Ef6:k7=\Ef7:k8=\Ef8:k9=\Ef9:\
19403         :k;=\Ef0:kD=\Ee:kI=\Ed:kN=\Eh:kP=\Eg:kb=\177:kd=\EB:kl=\ED:\
19404         :kr=\EC:ku=\EA:le=^H:me=\EX:mr=\ET:nd=\EC:nw=\r\n:se=\EX:\
19405         :sf=\n:so=\ET:sr=\ES:ta=^I:up=\EA:
19406 env230|envision230|envision 230 graphics terminal:\
19407         :xn@:\
19408         :ae@:as@:eA@:me=2\E[0m:pf=\E[4i:po=\E[5i:ps=\E[0i:so=\E[7m:\
19409         :tc=vt100+4bsd:
19410 # These execuports were impact-printer ttys with a 30- or maybe 15-cps acoustic
19411 # coupler attached, the whole rig fitting in a suitcase and more or less
19412 # portable.  Hot stuff for c.1977 :-) -- esr
19413 ep48|ep4080|execuport 4080:\
19414         :am:bs:os:\
19415         :co#80:\
19416         :bl=^G:cr=\r:do=\n:hd=^\:hu=^^:le=^H:sf=\n:
19417 ep40|ep4000|execuport 4000:\
19418         :co#136:tc=ep4080:
19419 # Adam Thompson <athompso@pangea.ca> tells us:
19420 # Informer series - these are all portable units, resembling older
19421 # automatic bread-baking machines.  The terminal looks like a `clamshell'
19422 # design, but isn't.  The structure is similar to the Direct terminals,
19423 # but only half the width.  The entire unit is only about 10" wide.
19424 # It features an 8" screen (6" or 7" if you have color!), and an 9"x6"
19425 # keyboard.  All the keys are crammed together, much like some laptop
19426 # PCs today, but perhaps less well organized...all these units have a
19427 # bewildering array of plugs on the back, including a built-in modem.
19428 # The 305 was a color version of the 304; the 306 and 307 were mono and
19429 # color terminals built for IBM bisync protocols.
19430 # From: Paul Leondis <unllab@amber.berkeley.edu>
19431 ifmr|Informer D304:\
19432         :am:bs:\
19433         :co#80:li#24:\
19434         :cd=\E/:ce=\EQ:cl=\EZ:cm=\EY%r%+ %+ :dc=\E\\:do=\n:ei=:\
19435         :ho=\EH:ic=\E[:im=:le=^H:me=\EK:nd=\EC:se=\EK:so=\EJ:sr=\En:\
19436         :up=\EA:
19437 # Entry largely based on wy60 and has the features of wy60ak.
19438 # (sgr removed to fit entry within 1023 bytes)
19439 # (rmacs/smacs removed for consistency)
19440 # (acsc removed to fit entry within 1023 bytes)
19441 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
19442 opus3n1+|Esprit Opus3n1+ in wy60 mode with ANSI arrow keys:\
19443         :am:bw:hs:km:mi:ms:ul:xo:\
19444         :co#80:li#24:ws#80:\
19445         :al=4\EE:bl=^G:bt=\EI:cd=100\EY:ce=\ET:cl=100\E*:\
19446         :cm=\Ea%i%dR%dC:cr=\r:ct=\E0:dc=11\EW:dl=5\ER:do=\n:\
19447         :ds=\Ez(\r:ei=\Er:fs=\r:ho=2^^:if=/usr/share/tabset/std:\
19448         :im=\Eq:ip=3:\
19449         :is=\E`\072\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:\
19450         :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
19451         :k7=^AF\r:k8=^AG\r:k9=^AH\r:kD=\EW:kI=\EQ:kN=\EK:kP=\EJ:\
19452         :kb=^H:kd=\E[B:kh=^^:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\EG2:\
19453         :me=\EcD:mh=\EGp:nd=^L:nw=3\r\n:sf=\n:sr=7\Ej:st=\E1:ta=5^I:\
19454         :te=:\
19455         :ti=\Ezz&\E[A\177\Ezz'\E[B\177\Ezz(\E[D\177\Ezz)\E[C\177\Ezz<\E[Q\177:\
19456         :ts=\Ez(:uc=\EG8\EG0:up=^K:ve=\E`1:vi=\E`0:tc=adm+sgr:
19457 teletec|Teletec Datascreen:\
19458         :am:bs:\
19459         :co#80:li#24:\
19460         :bl=^G:cl=^L:cr=\r:do=\n:ho=^^:le=^H:nd=^_:sf=\n:up=^K:
19461 # From: Mark Dornfeld <romwa@ucbvax.berkeley.edu>
19462 # This description is for the LANPAR Technologies VISION 3220
19463 # terminal from 1984/85.  The function key definitions k0-k5 represent the
19464 # edit keypad: FIND, INSERT HERE, REMOVE, SELECT, PREV SCREEN,
19465 # NEXT SCREEN. The key definitions k6-k9 represent the PF1 to PF4 keys.
19467 # Kenneth Randell <kenr@datametrics.com> writes on 31 Dec 1998:
19468 # I had a couple of scopes (3221) like this once where I used to work, around
19469 # the 1987 time frame if memory serves me correctly.  These scopes were made
19470 # by an outfit called LANPAR Technologies, and were meant to me DEC VT 220
19471 # compatible.  The 3220 was a plain text terminal like the VT-220, the 3221
19472 # was a like the VT-240 (monochrome with Regis + Sixel graphics), and the 3222
19473 # was like the VT-241 (color with Regis + Sixel Graphics).  These terminals
19474 # (3221) cost about $1500 each, and one was always broken -- had to be sent
19475 # back to the shop for repairs.
19476 # The only real advantage these scopes had over the VT-240's were:
19477 # 1) They were faster in the Regis display, or at least the ones I did
19478 # 2) They had a handy debugging feature where you could split-screen the
19479 # scope, the graphics would appear on the top, and the REGIS commands would
19480 # appear on the bottom.  I don't remember the VT-240s being able to do that.
19481 # I would swear that LANPAR Technologies was in MA someplace, but since I
19482 # don't work at the same place anymore, and those terminals and manuals were
19483 # long since junked, I cannot be any more sure than that.
19485 # (v3220: removed obsolete ":kn#10:",
19486 # I added <rmam>/<smam> based on the init string -- esr)
19487 v3220|LANPAR Vision II model 3220/3221/3222:\
19488         :am:bs:mi:xn:\
19489         :co#80:it#8:li#24:\
19490         :RA=\E[?7l:SA=\E[?7h:al=\E[L:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
19491         :cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:im=\E[4h:\
19492         :is=\E>\E[?3l\E[?7h\E[?8h\E[p:k0=\E[1~:k1=\E[2~:\
19493         :k2=\E[3~:k3=\E[4~:k4=\E[5~:k5=\E[6~:k6=\E[OP:k7=\E[OQ:\
19494         :k8=\E[OR:k9=\E[OS:kd=\E[B:ke=\E>:kh=\E[H:kl=\E[D:kr=\E[C:\
19495         :ks=\E=:ku=\E[A:le=^H:me=\E[m:nd=\E[C:se=\E[m:so=\E[7m:\
19496         :sr=\EM:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:
19497 ######## ICH/ICH1 VERSUS RMIR/SMIR
19499 # Some non-curses applications get confused if both ich/ich1 and rmir/smir
19500 # are present; the symptom is doubled characters in an update using insert.
19501 # These applications are technically correct; in both 4.3BSD termcap and
19502 # terminfo, you're not actually supposed to specify both ich/ich1 and rmir/smir
19503 # unless the terminal needs both.  To my knowledge, no terminal still in this
19504 # file requires both other than the very obsolete dm2500.
19506 # For ncurses-based applications this is not a problem, as ncurses uses
19507 # one or the other as appropriate but never mixes the two.  Therefore we
19508 # have not corrected entries like `linux' and `xterm' that specify both.
19509 # If you see doubled characters from these, use the linux-nic and xterm-nic
19510 # entries that suppress ich/ich1.  And upgrade to ncurses!
19513 ######## VT100/ANSI/ISO 6429/ECMA-48/PC-TERM TERMINAL STANDARDS
19515 # ANSI X3.64 has been withdrawn and replaced by ECMA-48.  The ISO 6429 and
19516 # ECMA-48 standards are said to be almost identical, but are not the same
19517 # as X3.64 (though for practical purposes they are close supersets of it).
19519 # You can obtain ECMA-48 for free by sending email to helpdesk@ecma.ch
19520 # requesting the standard(s) you want (i.e. ECMA-48, "Control Functions for
19521 # Coded Character Sets"), include your snail-mail address, and you should
19522 # receive the document in due course.  Don't expect an email acknowledgment.
19524 # Related standards include "X3.4-1977: American National Standard Code for
19525 # Information Interchange" (the ASCII standard) and "X3.41.1974:
19526 # Code-Extension Techniques for Use with the 7-Bit Coded Character Set of
19527 # American National Standard for Information Interchange."  I believe (but
19528 # am not certain) that these are effectively identical to ECMA-6 and ECMA-35
19529 # respectively.
19532 #### VT100/ANSI/ECMA-48
19534 # ANSI Standard (X3.64) Control Sequences for Video Terminals and Peripherals
19535 # and ECMA-48 Control Functions for Coded Character Sets.
19537 # Much of the content of this comment is adapted from a table prepared by
19538 # Richard Shuford, based on a 1984 Byte article.  Terminfo correspondences,
19539 # discussion of some terminfo-related issues, and updates to capture ECMA-48
19540 # have been added.  Control functions described in ECMA-48 only are tagged
19541 # with * after their names.
19543 # The table is a complete list of the defined ANSI X3.64/ECMA-48 control
19544 # sequences.  In the main table, \E stands for an escape (\033) character,
19545 # SPC for space.  Pn stands for a single numeric parameter to be inserted
19546 # in decimal ASCII.  Ps stands for a list of such parameters separated by
19547 # semicolons.  Parameter meanings for most parameterized sequences are
19548 # described in the notes.
19550 # Sequence     Sequence                             Parameter   or
19551 # Mnemonic     Name              Sequence           Value      Mode   terminfo
19552 # -----------------------------------------------------------------------------
19553 # APC  Applicatn Program Command \E _                -         Delim  -
19554 # BEL  Bell *                    ^G                  -         -      bel
19555 # BPH  Break Permitted Here *    \E B                -         *      -
19556 # BS   BackSpace *               ^H                  -         EF     -
19557 # CAN  Cancel *                  ^X                  -         -      -   (A)
19558 # CBT  Cursor Backward Tab       \E [ Pn Z           1         eF     cbt
19559 # CCH  Cancel Previous Character \E T                -         -      -
19560 # CHA  Cursor Horizntal Absolute \E [ Pn G           1         eF     hpa (B)
19561 # CHT  Cursor Horizontal Tab     \E [ Pn I           1         eF     tab (C)
19562 # CMD  Coding Method Delimiter * \E
19563 # CNL  Cursor Next Line          \E [ Pn E           1         eF     nel (D)
19564 # CPL  Cursor Preceding Line     \E [ Pn F           1         eF     -
19565 # CPR  Cursor Position Report    \E [ Pn ; Pn R      1, 1      -      -   (E)
19566 # CSI  Control Sequence Intro    \E [                -         Intro  -
19567 # CTC  Cursor Tabulation Control \E [ Ps W           0         eF     -   (F)
19568 # CUB  Cursor Backward           \E [ Pn D           1         eF     cub
19569 # CUD  Cursor Down               \E [ Pn B           1         eF     cud
19570 # CUF  Cursor Forward            \E [ Pn C           1         eF     cuf
19571 # CUP  Cursor Position           \E [ Pn ; Pn H      1, 1      eF     cup (G)
19572 # CUU  Cursor Up                 \E [ Pn A           1         eF     cuu
19573 # CVT  Cursor Vertical Tab       \E [ Pn Y           -         eF     -   (H)
19574 # DA   Device Attributes         \E [ Pn c           0         -      -
19575 # DAQ  Define Area Qualification \E [ Ps o           0         -      -
19576 # DCH  Delete Character          \E [ Pn P           1         eF     dch
19577 # DCS  Device Control String     \E P                -         Delim  -
19578 # DL   Delete Line               \E [ Pn M           1         eF     dl
19579 # DLE  Data Link Escape *        ^P                  -         -      -
19580 # DMI  Disable Manual Input      \E \                -         Fs     -
19581 # DSR  Device Status Report      \E [ Ps n           0         -      -   (I)
19582 # DTA  Dimension Text Area *     \E [ Pn ; Pn SPC T  -         PC     -
19583 # EA   Erase in Area             \E [ Ps O           0         eF     -   (J)
19584 # ECH  Erase Character           \E [ Pn X           1         eF     ech
19585 # ED   Erase in Display          \E [ Ps J           0         eF     ed  (J)
19586 # EF   Erase in Field            \E [ Ps N           0         eF     -
19587 # EL   Erase in Line             \E [ Ps K           0         eF     el  (J)
19588 # EM   End of Medium *           ^Y                  -         -      -
19589 # EMI  Enable Manual Input       \E b                          Fs     -
19590 # ENQ  Enquire                   ^E                  -         -      -
19591 # EOT  End Of Transmission       ^D                  -         *      -
19592 # EPA  End of Protected Area     \E W                -         -      -   (K)
19593 # ESA  End of Selected Area      \E G                -         -      -
19594 # ESC  Escape                    ^[                  -         -      -
19595 # ETB  End Transmission Block    ^W                  -         -      -
19596 # ETX  End of Text               ^C                  -         -      -
19597 # FF   Form Feed                 ^L                  -         -      -
19598 # FNK  Function Key *            \E [ Pn SPC W       -         -      -
19599 # GCC  Graphic Char Combination* \E [ Pn ; Pn SPC B  -         -      -
19600 # FNT  Font Selection            \E [ Pn ; Pn SPC D  0, 0      FE     -
19601 # GSM  Graphic Size Modify       \E [ Pn ; Pn SPC B  100, 100  FE     -   (L)
19602 # GSS  Graphic Size Selection    \E [ Pn SPC C       none      FE     -
19603 # HPA  Horz Position Absolute    \E [ Pn `           1         FE     -   (B)
19604 # HPB  Char Position Backward    \E [ j              1         FE     -
19605 # HPR  Horz Position Relative    \E [ Pn a           1         FE     -   (M)
19606 # HT   Horizontal Tab *          ^I                  -         FE     -   (N)
19607 # HTJ  Horz Tab w/Justification  \E I                -         FE     -
19608 # HTS  Horizontal Tab Set        \E H                -         FE     hts
19609 # HVP  Horz & Vertical Position  \E [ Pn ; Pn f      1, 1      FE     -   (G)
19610 # ICH  Insert Character          \E [ Pn @           1         eF     ich
19611 # IDCS ID Device Control String  \E [ SPC O          -         *      -
19612 # IGS  ID Graphic Subrepertoire  \E [ SPC M          -         *      -
19613 # IL   Insert Line               \E [ Pn L           1         eF     il
19614 # IND  Index                     \E D                -         FE     -
19615 # INT  Interrupt                 \E a                -         Fs     -
19616 # JFY  Justify                   \E [ Ps SPC F       0         FE     -
19617 # IS1  Info Separator #1 *       ^_                  -         *      -
19618 # IS2  Info Separator #1 *       ^^                  -         *      -
19619 # IS3  Info Separator #1 *       ^]                  -         *      -
19620 # IS4  Info Separator #1 *       ^\                  -         *      -
19621 # LF   Line Feed                 ^J                  -         -      -
19622 # LS1R Locking Shift Right 1 *   \E ~                -         -      -
19623 # LS2  Locking Shift 2 *         \E n                -         -      -
19624 # LS2R Locking Shift Right 2 *   \E }                -         -      -
19625 # LS3  Locking Shift 3 *         \E o                -         -      -
19626 # LS3R Locking Shift Right 3 *   \E |                -         -      -
19627 # MC   Media Copy                \E [ Ps i           0         -      -   (S)
19628 # MW   Message Waiting           \E U                -         -      -
19629 # NAK  Negative Acknowledge *    ^U                  -         *      -
19630 # NBH  No Break Here *           \E C                -         -      -
19631 # NEL  Next Line                 \E E                -         FE     nel (D)
19632 # NP   Next Page                 \E [ Pn U           1         eF     -
19633 # NUL  Null *                    ^@                  -         -      -
19634 # OSC  Operating System Command  \E ]                -         Delim  -
19635 # PEC  Pres. Expand/Contract *   \E Pn SPC Z         0         -      -
19636 # PFS  Page Format Selection *   \E Pn SPC J         0         -      -
19637 # PLD  Partial Line Down         \E K                -         FE     -   (T)
19638 # PLU  Partial Line Up           \E L                -         FE     -   (U)
19639 # PM   Privacy Message           \E ^                -         Delim  -
19640 # PP   Preceding Page            \E [ Pn V           1         eF     -
19641 # PPA  Page Position Absolute *  \E [ Pn SPC P       1         FE     -
19642 # PPB  Page Position Backward *  \E [ Pn SPC R       1         FE     -
19643 # PPR  Page Position Forward *   \E [ Pn SPC Q       1         FE     -
19644 # PTX  Parallel Texts *          \E [ \              -         -      -
19645 # PU1  Private Use 1             \E Q                -         -      -
19646 # PU2  Private Use 2             \E R                -         -      -
19647 # QUAD Typographic Quadding      \E [ Ps SPC H       0         FE     -
19648 # REP  Repeat Char or Control    \E [ Pn b           1         -      rep
19649 # RI   Reverse Index             \E M                -         FE     -   (V)
19650 # RIS  Reset to Initial State    \E c                -         Fs     -
19651 # RM   Reset Mode *              \E [ Ps l           -         -      -   (W)
19652 # SACS Set Add. Char. Sep. *     \E [ Pn SPC /       0         -      -
19653 # SAPV Sel. Alt. Present. Var. * \E [ Ps SPC ]       0         -      -   (X)
19654 # SCI  Single-Char Introducer    \E Z                -         -      -
19655 # SCO  Sel. Char. Orientation *  \E [ Pn ; Pn SPC k  -         -      -
19656 # SCS  Set Char. Spacing *       \E [ Pn SPC g       -         -      -
19657 # SD   Scroll Down               \E [ Pn T           1         eF     rin
19658 # SDS  Start Directed String *   \E [ Pn ]           1         -      -
19659 # SEE  Select Editing Extent     \E [ Ps Q           0         -      -   (Y)
19660 # SEF  Sheet Eject & Feed *      \E [ Ps ; Ps SPC Y  0,0       -      -
19661 # SGR  Select Graphic Rendition  \E [ Ps m           0         FE     sgr (O)
19662 # SHS  Select Char. Spacing *    \E [ Ps SPC K       0         -      -
19663 # SI   Shift In                  ^O                  -         -      -   (P)
19664 # SIMD Sel. Imp. Move Direct. *  \E [ Ps ^           -         -      -
19665 # SL   Scroll Left               \E [ Pn SPC @       1         eF     -
19666 # SLH  Set Line Home *           \E [ Pn SPC U       -         -      -
19667 # SLL  Set Line Limit *          \E [ Pn SPC V       -         -      -
19668 # SLS  Set Line Spacing *        \E [ Pn SPC h       -         -      -
19669 # SM   Select Mode               \E [ Ps h           none      -      -   (W)
19670 # SO   Shift Out                 ^N                  -         -      -   (Q)
19671 # SOH  Start Of Heading *        ^A                  -         -      -
19672 # SOS  Start of String *         \E X                -         -      -
19673 # SPA  Start of Protected Area   \E V                -         -      -   (Z)
19674 # SPD  Select Pres. Direction *  \E [ Ps ; Ps SPC S  0,0       -      -
19675 # SPH  Set Page Home *           \E [ Ps SPC G       -         -      -
19676 # SPI  Spacing Increment         \E [ Pn ; Pn SPC G  none      FE     -
19677 # SPL  Set Page Limit *          \E [ Ps SPC j       -         -      -
19678 # SPQR Set Pr. Qual. & Rapid. *  \E [ Ps SPC X       0         -      -
19679 # SR   Scroll Right              \E [ Pn SPC A       1         eF     -
19680 # SRCS Set Reduced Char. Sep. *  \E [ Pn SPC f       0         -      -
19681 # SRS  Start Reversed String *   \E [ Ps [           0         -      -
19682 # SSA  Start of Selected Area    \E F                -         -      -
19683 # SSU  Select Size Unit *        \E [ Pn SPC I       0         -      -
19684 # SSW  Set Space Width *         \E [ Pn SPC [       none      -      -
19685 # SS2  Single Shift 2 (G2 set)   \E N                -         Intro  -
19686 # SS3  Single Shift 3 (G3 set)   \E O                -         Intro  -
19687 # ST   String Terminator         \E \                -         Delim  -
19688 # STAB Selective Tabulation *    \E [ Pn SPC ^       -         -      -
19689 # STS  Set Transmit State        \E S                -         -      -
19690 # STX  Start pf Text *           ^B                  -         -      -
19691 # SU   Scroll Up                 \E [ Pn S           1         eF     indn
19692 # SUB  Substitute *              ^Z                  -         -      -
19693 # SVS  Select Line Spacing *     \E [ Pn SPC \       1         -      -
19694 # SYN  Synchronous Idle *        ^F                  -         -      -
19695 # TAC  Tabul. Aligned Centered * \E [ Pn SPC b       -         -      -
19696 # TALE Tabul. Al. Leading Edge * \E [ Pn SPC a       -         -      -
19697 # TATE Tabul. Al. Trailing Edge* \E [ Pn SPC `       -         -      -
19698 # TBC  Tab Clear                 \E [ Ps g           0         FE     tbc
19699 # TCC  Tabul. Centered on Char * \E [ Pn SPC c       -         -      -
19700 # TSR  Tabulation Stop Remove  * \E [ Pn SPC d       -         FE     -
19701 # TSS  Thin Space Specification  \E [ Pn SC E        none      FE     -
19702 # VPA  Vert. Position Absolute   \E [ Pn d           1         FE     vpa
19703 # VPB  Line Position Backward *  \E [ Pn k           1         FE     -
19704 # VPR  Vert. Position Relative   \E [ Pn e           1         FE     -   (R)
19705 # VT   Vertical Tabulation *     ^K                  -         FE     -
19706 # VTS  Vertical Tabulation Set   \E J                -         FE     -
19708 # ---------------------------------------------------------------------------
19710 # Notes:
19712 # Some control characters are listed in the ECMA-48 standard without
19713 # being assigned functions relevant to terminal control there (they
19714 # referred to other standards such as ISO 1745 or ECMA-35).  They are listed
19715 # here anyway for completeness.
19717 # (A) ECMA-48 calls this "CancelCharacter" but retains the CCH abbreviation.
19719 # (B) There seems to be some confusion abroad between CHA and HPA.  Most
19720 # `ANSI' terminals accept the CHA sequence, not the HPA. but terminfo calls
19721 # the capability (hpa).  ECMA-48 calls this "Cursor Character Absolute" but
19722 # preserved the CHA abbreviation.
19724 # (C) CHT corresponds to terminfo (tab).  Usually it has the value ^I.
19725 # Occasionally (as on, for example, certain HP terminals) this has the HTJ
19726 # value.  ECMA-48 calls this "Cursor Forward Tabulation" but preserved the
19727 # CHT abbreviation.
19729 # (D) terminfo (nel) is usually \r\n rather than ANSI \EE.
19731 # (E) ECMA-48 calls this "Active Position Report" but preserves the CPR
19732 # abbreviation.
19734 # (F) CTC parameter values:
19735 #       0 = set char tab,
19736 #       1 = set line tab,
19737 #       2 = clear char tab,
19738 #       3 = clear line tab,
19739 #       4 = clear all char tabs on current line,
19740 #       5 = clear all char tabs,
19741 #       6 = clear all line tabs.
19743 # (G) CUP and HVP are identical in effect.  Some ANSI.SYS versions accept
19744 # HVP, but always allow CUP as an alternate.  ECMA-48 calls HVP "Character
19745 # Position Absolute" but retains the HVP abbreviation.
19747 # (H) ECMA calls this "Cursor Line Tabulation" but preserves the CVT
19748 # abbreviation.
19750 # (I) DSR parameter values:
19751 #       0 = ready,
19752 #       1 = busy,
19753 #       2 = busy, will send DSR later,
19754 #       3 = malfunction,
19755 #       4 = malfunction, will send DSR later,
19756 #       5 = request DSR,
19757 #       6 = request CPR response.
19759 # (J) ECMA calls ED "Erase In Page". EA/ED/EL parameters:
19760 #       0 = clear to end,
19761 #       1 = clear from beginning,
19762 #       2 = clear.
19764 # (K) ECMA calls this "End of Guarded Area" but preserves the EPA abbreviation.
19766 # (L) The GSM parameters are vertical and horizontal parameters to scale by.
19768 # (M) Some ANSI.SYS versions accept HPR, but more commonly `ANSI' terminals
19769 # use CUF for this function and ignore HPR.  ECMA-48 calls this "Character
19770 # Position Relative" but retains the HPR abbreviation.
19772 # (N) ECMA-48 calls this "Character Tabulation" but retains the HT
19773 # abbreviation.
19775 # (O) SGR parameter values:
19776 #       0 = default mode (attributes off),
19777 #       1 = bold,
19778 #       2 = dim,
19779 #       3 = italicized,
19780 #       4 = underlined,
19781 #       5 = slow blink,
19782 #       6 = fast blink,
19783 #       7 = reverse video,
19784 #       8 = invisible,
19785 #       9 = crossed-out (marked for deletion),
19786 #       10 = primary font,
19787 #       10 + n (n in 1..9) = nth alternative font,
19788 #       20 = Fraktur,
19789 #       21 = double underline,
19790 #       22 = turn off 2,
19791 #       23 = turn off 3,
19792 #       24 = turn off 4,
19793 #       25 = turn off 5,
19794 #       26 = proportional spacing,
19795 #       27 = turn off 7,
19796 #       28 = turn off 8,
19797 #       29 = turn off 9,
19798 #       30 = black fg,
19799 #       31 = red fg,
19800 #       32 = green fg,
19801 #       33 = yellow fg,
19802 #       34 = blue fg,
19803 #       35 = magenta fg,
19804 #       36 = cyan fg,
19805 #       37 = white fg,
19806 #       38 = set fg color as in CCITT T.416,
19807 #       39 = set default fg color,
19808 #       40 = black bg
19809 #       41 = red bg,
19810 #       42 = green bg,
19811 #       43 = yellow bg,
19812 #       44 = blue bg,
19813 #       45 = magenta bg,
19814 #       46 = cyan bg,
19815 #       47 = white bg,
19816 #       48 = set bg color as in CCITT T.416,
19817 #       49 = set default bg color,
19818 #       50 = turn off 26,
19819 #       51 = framed,
19820 #       52 = encircled,
19821 #       53 = overlined,
19822 #       54 = turn off 51 & 52,
19823 #       55 = not overlined,
19824 #       56-59 = reserved,
19825 #       61-65 = variable highlights for ideograms.
19827 # (P) SI is also called LSO, Locking Shift Zero.
19829 # (Q) SI is also called LS1, Locking Shift One.
19831 # (R) Some ANSI.SYS versions accept VPR, but more commonly `ANSI' terminals
19832 # use CUD for this function and ignore VPR.  ECMA calls it `Line Position
19833 # Absolute' but retains the VPA abbreviation.
19835 # (S) MC parameters:
19836 #       0 = start xfer to primary aux device,
19837 #       1 = start xfer from primary aux device,
19838 #       2 = start xfer to secondary aux device,
19839 #       3 = start xfer from secondary aux device,
19840 #       4 = stop relay to primary aux device,
19841 #       5 = start relay to primary aux device,
19842 #       6 = stop relay to secondary aux device,
19843 #       7 = start relay to secondary aux device.
19845 # (T) ECMA-48 calls this "Partial Line Forward" but retains the PLD
19846 # abbreviation.
19848 # (U) ECMA-48 calls this "Partial Line Backward" but retains the PLU
19849 # abbreviation.
19851 # (V) ECMA-48 calls this "Reverse Line Feed" but retains the RI abbreviation.
19853 # (W) RM/SM modes are as follows:
19854 #       1 = Guarded Area Transfer Mode (GATM),
19855 #       2 = Keyboard Action Mode (KAM),
19856 #       3 = Control Representation Mode (CRM),
19857 #       4 = Insertion Replacement Mode (IRM),
19858 #       5 = Status Report Transfer Mode (SRTM),
19859 #       6 = Erasure Mode (ERM),
19860 #       7 = Line Editing Mode (LEM),
19861 #       8 = Bi-Directional Support Mode (BDSM),
19862 #       9 = Device Component Select Mode (DCSM),
19863 #       10 = Character Editing Mode (HEM),
19864 #       11 = Positioning Unit Mode (PUM),
19865 #       12 = Send/Receive Mode (SRM),
19866 #       13 = Format Effector Action Mode (FEAM),
19867 #       14 = Format Effector Transfer Mode (FETM),
19868 #       15 = Multiple Area Transfer Mode (MATM),
19869 #       16 = Transfer Termination Mode (TTM),
19870 #       17 = Selected Area Transfer Mode (SATM),
19871 #       18 = Tabulation Stop Mode (TSM),
19872 #       19 = Editing Boundary Mode (EBM),
19873 #       20 = Line Feed New Line Mode (LF/NL),
19874 #       21 = Graphic Rendition Combination Mode (GRCM),
19875 #       22 = Zero Default Mode (ZDM).
19877 # The EBM and LF/NL modes have actually been removed from ECMA-48's 5th edition
19878 # but are listed here for reference.
19880 # (X) Select Alternate Presentation Variants is used only for non-Latin
19881 # alphabets.
19883 # (Y) "Select Editing Extent" (SEE) was ANSI "Select Edit Extent Mode" (SEM).
19885 # (Z) ECMA-48 calls this "Start of Guarded Area" but retains the SPA
19886 # abbreviation.
19888 # ---------------------------------------------------------------------------
19890 # Abbreviations:
19892 # Intro  an Introducer of some kind of defined sequence; the normal 7-bit
19893 #        X3.64 Control Sequence Introducer is the two characters "Escape ["
19895 # Delim  a Delimiter
19897 # x/y    identifies a character by position in the ASCII table (column/row)
19899 # eF     editor function (see explanation)
19901 # FE     format effector (see explanation)
19903 # F      is a Final character in
19904 #             an Escape sequence (F from 3/0 to 7/14 in the ASCII table)
19905 #             a control sequence (F from 4/0 to 7/14)
19907 # Gs     is a graphic character appearing in strings (Gs ranges from
19908 #        2/0 to 7/14) in the ASCII table
19910 # Ce     is a control represented as a single bit combination in the C1 set
19911 #        of controls in an 8-bit character set
19913 # C0     the familiar set of 7-bit ASCII control characters
19915 # C1     roughly, the set of control chars available only in 8-bit systems.
19916 #        This is too complicated to explain fully here, so read Jim Fleming's
19917 #        article in the February 1983 BYTE, especially pages 214 through 224.
19919 # Fe     is a Final character of a 2-character Escape sequence that has an
19920 #        equivalent representation in an 8-bit environment as a Ce-type
19921 #        (Fe ranges from 4/0 to 5/15)
19923 # Fs     is a Final character of a 2-character Escape sequence that is
19924 #        standardized internationally with identical representation in 7-bit
19925 #        and 8-bit environments and is independent of the currently
19926 #        designated C0 and C1 control sets (Fs ranges from 6/0 to 7/14)
19928 # I      is an Intermediate character from 2/0 to 2/15 (inclusive) in the
19929 #        ASCII table
19931 # P      is a parameter character from 3/0 to 3/15 (inclusive) in the ASCII
19932 #        table
19934 # Pn     is a numeric parameter in a control sequence, a string of zero or
19935 #        more characters ranging from 3/0 to 3/9 in the ASCII table
19937 # Ps     is a variable number of selective parameters in a control sequence
19938 #        with each selective parameter separated from the other by the code
19939 #        3/11 (which usually represents a semicolon); Ps ranges from
19940 #        3/0 to 3/9 and includes 3/11
19942 # *      Not relevant to terminal control, listed for completeness only.
19944 # Format Effectors versus Editor Functions
19946 # A format effector specifies how following output is to be displayed.
19947 # An editor function allows you to modify the display.  Informally
19948 # format effectors may be destructive; format effectors should not be.
19950 # For instance, a format effector that moves the "active position" (the
19951 # cursor or equivalent) one space to the left would be useful when you want to
19952 # create an overstrike, a compound character made of two standard characters
19953 # overlaid. Control-H, the Backspace character, is actually supposed to be a
19954 # format effector, so you can do this. But many systems use it in a
19955 # nonstandard fashion, as an editor function, deleting the character to the
19956 # left of the cursor and moving the cursor left. When Control-H is assumed to
19957 # be an editor function, you cannot predict whether its use will create an
19958 # overstrike unless you also know whether the output device is in an "insert
19959 # mode" or an "overwrite mode". When Control-H is used as a format effector,
19960 # its effect can always be predicted. The familiar characters carriage
19961 # return, linefeed, formfeed, etc., are defined as format effectors.
19963 # NOTES ON THE DEC VT100 IMPLEMENTATION
19965 # Control sequences implemented in the VT100 are as follows:
19967 #      CPR, CUB, CUD, CUF, CUP, CUU, DA, DSR, ED, EL, HTS, HVP, IND,
19968 #      LNM, NEL, RI, RIS, RM, SGR, SM, TBC
19970 # plus several private DEC commands.
19972 # Erasing parts of the display (EL and ED) in the VT100 is performed thus:
19974 #      Erase from cursor to end of line           Esc [ 0 K    or Esc [ K
19975 #      Erase from beginning of line to cursor     Esc [ 1 K
19976 #      Erase line containing cursor               Esc [ 2 K
19977 #      Erase from cursor to end of screen         Esc [ 0 J    or Esc [ J
19978 #      Erase from beginning of screen to cursor   Esc [ 1 J
19979 #      Erase entire screen                        Esc [ 2 J
19981 # Some brain-damaged terminal/emulators respond to Esc [ J as if it were
19982 # Esc [ 2 J, but this is wrong; the default is 0.
19984 # The VT100 responds to receiving the DA (Device Attributes) control
19986 #      Esc [ c    (or Esc [ 0 c)
19988 # by transmitting the sequence
19990 #      Esc [ ? l ; Ps c
19992 # where Ps is a character that describes installed options.
19994 # The VT100's cursor location can be read with the DSR (Device Status
19995 # Report) control
19997 #      Esc [ 6 n
19999 # The VT100 reports by transmitting the CPR sequence
20001 #      Esc [ Pl ; Pc R
20003 # where Pl is the line number and Pc is the column number (in decimal).
20005 # The specification for the DEC VT100 is document EK-VT100-UG-003.
20007 #### ANSI.SYS
20009 # Here is a description of the color and attribute controls supported in the
20010 # the ANSI.SYS driver under MS-DOS.  Most console drivers and ANSI
20011 # terminal emulators for Intel boxes obey these.  They are a proper subset
20012 # of the ECMA-48 escapes.
20014 # 0     all attributes off
20015 # 1     foreground bright
20016 # 4     underscore on
20017 # 5     blink on/background bright (not reliable with brown)
20018 # 7     reverse-video
20019 # 8     set blank (non-display)
20020 # 10    set primary font
20021 # 11    set first alternate font (on PCs, display ROM characters 1-31)
20022 # 12    set second alternate font (on PCs, display IBM high-half chars)
20024 #                       Color attribute sets
20025 # 3n    set foreground color       / 0=black, 1=red,     2=green, 3=brown,
20026 # 4n    set background color       \ 4=blue,  5=magenta, 6=cyan,  7=white
20027 # Bright black becomes gray.  Bright brown becomes yellow,
20028 # These coincide with the prescriptions of the ISO 6429/ECMA-48 standard.
20030 # * If the 5 attribute is on and you set a background color (40-47) it is
20031 #   supposed to enable bright background.
20033 # * Many VGA cards (such as the Paradise and compatibles) do the wrong thing
20034 #   when you try to set a "bright brown" (yellow) background with attribute
20035 #   5 (you get a blinking yellow foreground instead).  A few displays
20036 #   (including the System V console) support an attribute 6 that undoes this
20037 #   braindamage (this is required by iBCS2).
20039 # * Some older versions of ANSI.SYS have a bug that causes thems to require
20040 #   ESC [ Pn k as EL rather than the ANSI ESC [ Pn K.  (This is not ECMA-48
20041 #   compatible.)
20043 #### Intel Binary Compatibility Standard
20045 # For comparison, here are the capabilities implied by the Intel Binary
20046 # Compatibility Standard for UNIX systems (Intel order number 468366-001).
20047 # These recommendations are optional.  IBCS2 allows the leading escape to
20048 # be either the 7-bit \E[ or 8-bit \0233 introducer, in accordance with
20049 # the ANSI X.364/ISO 6429/ECMA-48 standard.  Here are the iBCS2 capabilities
20050 # (as described in figure 9-3 of the standard).  Those expressed in the ibcs2
20051 # terminfo entry are followed with the corresponding capability in parens:
20053 #       CSI <n>k                disable (n=0) or enable (n=1) keyclick
20054 #       CSI 2h                  lock keyboard
20055 #       CSI 2i                  send screen as input
20056 #       CSI 2l                  unlock keyboard
20057 #       CSI 6m                  enable background color intensity
20058 #       CSI <0-2>c              reserved
20059 #       CSI <0-59>m             select graphic rendition
20060 #       CSI <n>;<m>H    (cup)   cursor to line n and column m
20061 #       CSI <n>;<m>f            cursor to line n and column m
20062 #       CSI <n>@        (ich)   insert characters
20063 #       CSI <n>A        (cuu)   cursor up n lines
20064 #       CSI <n>B        (cud)   cursor down n lines
20065 #       CSI <n>C        (cuu)   cursor right n characters
20066 #       CSI <n>D        (cud)   cursor left n characters
20067 #       CSI <n>E                cursor down n lines and in first column
20068 #       CSI <n>F                cursor up n lines and in first column
20069 #       CSI <n>G        (hpa)   position cursor at column n-1
20070 #       CSI <n>J        (ed)    erase in display
20071 #       CSI <n>K        (el)    erase in line
20072 #       CSI <n>L        (il)    insert line(s)
20073 #       CSI <n>P        (dch)   delete characters
20074 #       CSI <n>S        (indn)  scroll up n lines
20075 #       CSI <n>T        (rin)   scroll down n lines
20076 #       CSI <n>X        (ech)   erase characters
20077 #       CSI <n>Z        (cbt)   back up n tab stops
20078 #       CSI <n>`                cursor to column n on line
20079 #       CSI <n>a        (cuu)   cursor right n characters
20080 #       CSI <n>d        (vpa)   cursor to line n
20081 #       CSI <n>e                cursor down n lines and in first column
20082 #       CSI <n>g        (cbt)   clear all tabs
20083 #       CSI <n>z                make virtual terminal n active
20084 #       CSI ?7h         (smam)  turn automargin on
20085 #       CSI ?7l         (rmam)  turn automargin off
20086 #       CSI s                   save cursor position
20087 #       CSI u                   restore cursor position to saved value
20088 #       CSI =<c>A               set overscan color
20089 #       CSI =<c>F               set normal foreground color
20090 #       CSI =<c>G               set normal background color
20091 #       CSI =<c>H               set reverse foreground color
20092 #       CSI =<c>I               set reverse foreground color
20093 #       CSI =<c>J               set graphic foreground color
20094 #       CSI =<c>K               set graphic foreground color
20095 #       CSI =<n>g       (dispc) display n from alternate graphics character set
20096 #       CSI =<p>;<d>B           set bell parameters
20097 #       CSI =<s>;<e>C           set cursor parameters
20098 #       CSI =<x>D               enable/disable intensity of background color
20099 #       CSI =<x>E               set/clear blink vs. bold background
20100 #       CSI 7           (sc)    (sc) save cursor position
20101 #       CSI 8           (rc)    (rc) restore cursor position to saved value
20102 #       CSI H           (hts)   (hts) set tab stop
20103 #       CSI Q<n><string>        define function key string
20104 #                               (string must begin and end with delimiter char)
20105 #       CSI c           (clear) clear screen
20107 # The lack of any specification for attributes in SGR (among other things)
20108 # makes this a wretchedly weak standard. The table above is literally
20109 # everything iBSC2 has to say about terminal escape sequences; there is
20110 # no further discussion of their meaning or how to set the parameters
20111 # in these sequences at all.
20114 ######## NONSTANDARD CAPABILITY TRANSLATIONS USED IN THIS FILE
20116 # The historical termcap file entries were written primarily in 4.4BSD termcap.
20117 # The 4.4BSD termcap set was substantially larger than the original 4.1BSD set,
20118 # with the extension names chosen for compatibility with the termcap names
20119 # assigned in System V terminfo.  There are some variant extension sets out
20120 # there.  We try to describe them here.
20122 #### XENIX extensions:
20124 # The XENIX extensions include a set of function-key capabilities as follows:
20126 #       code    XENIX variable name     terminfo name   name clashes?
20127 #       ----    -------------------     -------------   -----------------------
20128 #       CL      key_char_left
20129 #       CR      key_char_right
20130 #       CW      key_change_window                       create_window
20131 #       EN      key_end                 kend
20132 #       HM      key_home                khome
20133 #       HP      ??
20134 #       LD      key_delete_line         kdl1
20135 #       LF      key_linefeed                            label_off
20136 #       NU      key_next_unlocked_cell
20137 #       PD      key_page_down           knp
20138 #       PL      ??
20139 #       PN      start_print             mc5
20140 #       PR      ??
20141 #       PS      stop_print              mc4
20142 #       PU      key_page_up             kpp             pulse
20143 #       RC      key_recalc                              remove_clock
20144 #       RF      key_toggle_ref                          req_for_input
20145 #       RT      key_return              kent
20146 #       UP      key_up_arrow            kcuu1           parm_up_cursor
20147 #       WL      key_word_left
20148 #       WR      key_word_right
20150 # The XENIX extensions also include the following character-set and highlight
20151 # capabilities:
20153 #       XENIX   terminfo        function
20154 #       -----   --------        ------------------------------
20155 #       GS      smacs           start alternate character set
20156 #       GE      rmacs           end alternate character set
20157 #       GG                      :as:/:ae: glitch (analogous to :sg:/:ug:)
20158 #       bo      blink           begin blink (not used in /etc/termcap)
20159 #       be                      end blink (not used in /etc/termcap)
20160 #       bb                      blink glitch  (not used in /etc/termcap)
20161 #       it      dim             begin dim (not used in /etc/termcap)
20162 #       ie                      end dim (not used in /etc/termcap)
20163 #       ig                      dim glitch  (not used in /etc/termcap)
20165 # Finally, XENIX also used the following forms-drawing capabilities:
20167 #       single  double  type             ASCII approximation
20168 #       ------  ------  -------------    -------------------
20169 #       GV      Gv      vertical line             |
20170 #       GH      Gv      horizontal line       -   _
20171 #       G1      G5      top right corner       _   |
20172 #       G2      G6      top left corner       |
20173 #       G3      G7      bottom left corner         |_
20174 #       G4      G8      bottom right corner   _|
20175 #       GD      Gd      down-tick character        T
20176 #       GL      Gl      left-tick character   -|
20177 #       GR      Gr      right-tick character       |-
20178 #       GC      Gc      middle intersection   -|-
20179 #       GU      Gu      up-tick character          _|_
20181 # These were invented to take advantage of the IBM PC ROM character set.  One
20182 # can compose an acsc string from the single-width characters as follows
20183 #       "j{G4}k{G1}l{G2}m{G3}q{GH}x{GV}t{GR}u{GL}v{GU}w{GD}n{GC}"
20184 # When translating a termcap file, ncurses tic will do this automatically.
20185 # The double forms characters don't fit the SVr4 terminfo model.
20187 #### AT&T Extensions:
20189 # The old AT&T 5410, 5420, 5425, pc6300plus, 610, and s4 entries used a set of
20190 # nonstandard capabilities.  Its signature is the KM capability, used to name
20191 # some sort of keymap file.  EE, BO, CI, CV, XS, DS, FL and FE are in this
20192 # set.  Comments in the original, and a little cross-checking with other AT&T
20193 # documentation, seem to establish that BO=:mr: (start reverse video), DS=:mh:
20194 # (start dim), XS=:mk: (secure/invisible mode), EE=:me: (end highlights),
20195 # FL=:LO: (enable soft labels), FE=:LF: (disable soft labels), CI=:vi: (make
20196 # cursor invisible), and CV=:ve: (make cursor normal).
20198 #### HP Extensions
20200 # The HP library (as of mid-1995, their term.h file version 70.1) appears to
20201 # have the System V capabilities up to SVr1 level.  After that, it supports
20202 # two nonstandard caps meml and memu corresponding to the old termcap :ml:,
20203 # :mu: capabilities.  After that, it supports caps plab_norm, label_on,
20204 # label_off, and key_f11..key_f63 capabilities like SVr4's.  This makes the
20205 # HP binary format incompatible with SVr4's.
20207 #### IBM Extensions
20209 # There is a set of nonstandard terminfos used by IBM's AIX operating system.
20210 # The AIX terminfo library diverged from SVr1 terminfo, and replaces all
20211 # capabilities following prtr_non with the following special capabilities:
20212 # box[12], batt[12], colb[0123456789], colf[0123456789], f[01234567], kbtab,
20213 # kdo, kcmd, kcpn, kend, khlp, knl, knpn, kppn, kppn, kquit, ksel, kscl, kscr,
20214 # ktab, kmpf[123456789], apstr, ksf1..ksf10, kf11...kf63, kact, topl, btml,
20215 # rvert, lvert.   Some of these are identical to XPG4/SVr4 equivalents:
20216 # kcmd, kend, khlp, and kf11...kf63.  Two others (kbtab and ksel) can be
20217 # renamed (to kcbt and kslt).  The places in the box[12] capabilities
20218 # correspond to acsc chars, here is the mapping:
20220 #       box1[0]  = ACS_ULCORNER
20221 #       box1[1]  = ACS_HLINE
20222 #       box1[2]  = ACS_URCORNER
20223 #       box1[3]  = ACS_VLINE
20224 #       box1[4]  = ACS_LRCORNER
20225 #       box1[5]  = ACS_LLCORNER
20226 #       box1[6]  = ACS_TTEE
20227 #       box1[7]  = ACS_RTEE
20228 #       box1[8]  = ACS_BTEE
20229 #       box1[9]  = ACS_LTEE
20230 #       box1[10] = ACS_PLUS
20232 # The box2 characters are the double-line versions of these forms graphics.
20233 # The AIX binary terminfo format is incompatible with SVr4's.
20235 #### Iris console extensions:
20237 # HS is half-intensity start; HE is half-intensity end
20238 # CT is color terminal type (for Curses & rogue)
20239 # CP is color change escape sequence
20240 # CZ are color names (for Curses & rogue)
20242 # The ncurses tic utility recognizes HS as an alias for mh <dim>.
20244 #### TC Extensions:
20246 # There is a set of extended termcaps associated with something
20247 # called the "Terminal Control" or TC package created by MainStream Systems,
20248 # Winfield Kansas.  This one also uses GS/GE for as/ae, and also uses
20249 # CF for civis and CO for cvvis.  Finally, they define a boolean :ct:
20250 # that flags color terminals.
20252 ######## NCURSES USER-DEFINABLE CAPABILITIES
20254 # Extensions added after ncurses 5.0 generally use the "-x" option of tic and
20255 # infocmp to manipulate user-definable capabilities.  Those that are intended
20256 # for use in either terminfo or termcap use 2-character names.  Extended
20257 # function keys do not use 2-character names, and are available only with
20258 # terminfo.
20260 # Beginning in 2010, NetBSD curses has also provided a "-x" option for
20261 # tic/infocmp, and uses this database (with a few changes).  There are a few
20262 # differences, noted in
20263 #       http://invisible-island.net/ncurses/ncurses-netbsd.html
20265 # ncurses makes explicit checks for a few user-definable capabilities:  AX,
20266 # RGB, U8, XM, which are documented in the user_caps(5) manual page.
20268 #### SCREEN Extensions:
20270 # The screen program uses the termcap interface.  It recognizes a few useful
20271 # nonstandard capabilities.  Those are used in this file.
20273 #       AX   (bool)  Does  understand  ANSI  set  default fg/bg color (\E[39m /
20274 #                    \E[49m).
20275 #       G0   (bool)  Terminal can deal with ISO 2022  font  selection sequences.
20276 #       E0   (str)   Switch charset 'G0' back to standard charset.
20277 #       S0   (str)   Switch charset 'G0' to the specified charset.
20278 #       XT   (bool)  Terminal understands special xterm sequences  (OSC,  mouse
20279 #                    tracking).
20281 # AX is relatively straightforward; it is interpreted by ncurses to say that
20282 # SGR 39/49 reset the terminal's foreground and background colors to their
20283 # "default".
20285 # XT is harder, since screen's manpage does not give more details.  For that,
20286 # we must read screen's source-code.  When XT is set, screen assumes
20288 # a) OSC 1 sets the title string, e.g., for the icon.  Recent versions of
20289 #    screen may also set the terminal's name, which is (for xterm) distinct
20290 #    from the icon name.
20291 # b) OSC 20 sets the background pixmap.  This is an rxvt feature.
20292 # c) OSC 39 and OSC 49 set the default foreground/background colors.  Again
20293 #    this is an rxvt feature.
20294 # d) certain mode settings enable the mouse: 9, 1000, 1001, 1002, 1003.
20295 #    These are from xterm, although xterm accepts mouse codes that may not be
20296 #    recognized by screen, e.g., 1005, 1006.
20297 # e) colors beyond 0..7 are implemented by xterm's aixterm-like 16-color
20298 #    sequence.  However, because screen uses only termcap, the values returned
20299 #    by Af/Ab are not usable because they rely on expressions that termcap
20300 #    does not support.  Therefore, screen uses a hardcoded string to work
20301 #    around the limitation.
20302 # f) all entries named "*xterm*" or "*rxvt*" have the bce flag set.
20304 # The other ISO-2022 features are rarely used, but provided here to make
20305 # screen's termcap features available.
20307 #### XTERM Extensions:
20309 # Most of the xterm extensions are for function-keys.  Since xterm patch #94 (in
20310 # 1999), xterm has supported shift/control/alt/meta modifiers which produce
20311 # additional function-key strings.  Some other developers copied the feature,
20312 # though they did not follow xterm's lead in xterm patch #167 (in 2002), to make
20313 # these key definitions less ambiguous.
20315 # A few terminals provide similar functionality (sending distinct keys when
20316 # a modifier is used), including rxvt.
20318 # These are the extended keys defined in this file:
20320 # kDC3 kDC4 kDC5 kDC6 kDC7 kDN kDN3 kDN4 kDN5 kDN6 kDN7 kEND3 kEND4 kEND5 kEND6
20321 # kEND7 kHOM3 kHOM4 kHOM5 kHOM6 kHOM7 kIC3 kIC4 kIC5 kIC6 kIC7 kLFT3 kLFT4
20322 # kLFT5 kLFT6 kLFT7 kNXT3 kNXT4 kNXT5 kNXT6 kNXT7 kPRV3 kPRV4 kPRV5 kPRV6 kPRV7
20323 # kRIT3 kRIT4 kRIT5 kRIT6 kRIT7 kUP kUP3 kUP4 kUP5 kUP6 kUP7 ka2 kb1 kb3 kc2
20325 # Here are the other xterm-related extensions which are used in this file:
20327 # Cr is a string capability which resets the cursor color
20328 # Cs is a string capability which sets the cursor color to a given value.
20329 #    The single string parameter is the color name/number, according to the
20330 #    implementation.
20331 # Ms modifies the selection/clipboard.  Its parameters are
20332 #       p1 = the storage unit (clipboard, selection or cut buffer)
20333 #       p2 = the base64-encoded clipboard content.
20334 # Se resets the cursor style to the terminal power-on default.
20335 # Ss is a string capability with one numeric parameter.  It is used to set the
20336 #    cursor style as described by the DECSCUSR function to a block or
20337 #    underline.
20338 # TS is a string capability which acts like "tsl", but uses no parameter and
20339 #    goes to the first column of the "status line".
20340 # XM is a string capability which overrides ncurses's built-in string which
20341 #    enables/disables xterm mouse mode.
20342 # xm shows the format of the mouse responses.  Parameters are (from zero):
20343 #       p1 = y-ordinate
20344 #       p2 = x-ordinate
20345 #       p3 = button
20346 #       p4 = state, e.g., pressed or released
20347 #       p6 = y-ordinate starting region
20348 #       p7 = x-ordinate starting region
20349 #       p8 = y-ordinate ending region
20350 #       p9 = x-ordinate ending region
20351 # Other extensions, used in xm:
20352 #       %u = UTF-8
20354 #### Miscellaneous extensions:
20356 # gsbom/grbom are used to enable/disable real bold (not intensity bright) mode.
20357 #    This was implemented for the Hurd.
20358 # rmxx/smxx describes the ECMA-48 strikeout/crossed-out attributes, as an
20359 #    experimental feature of tmux.
20360 # E3 clears the terminal's scrollback buffer.  This was implemented in the
20361 #    Linux 3.0 kernel as a security feature.  It matches a feature which was
20362 #    added in xterm patch #107.
20363 # U8 is a numeric capability which denotes a terminal emulator which does not
20364 #    support VT100 SI/SO when processing UTF-8 encoding.  Set this to a nonzero
20365 #    value to enable it.
20367 ######## CHANGE HISTORY
20369 # The last /etc/termcap version maintained by John Kunze was 8.3, dated 8/5/94.
20370 # Releases 9 and 10 (up until the release of ncurses 4.2 in 1998) were
20371 # maintained by Eric S. Raymond as part of the ncurses project.
20373 # This file contains all the capability information present in John Kunze's
20374 # last version of the termcap master file, except as noted in the change
20375 # comments at end of file.  Some information about very ancient obsolete
20376 # capabilities has been moved to comments.  Some all-numeric names of older
20377 # terminals have been retired.
20379 # I changed :MT: to :km: (the 4.4BSD name) everywhere.  I commented out some
20380 # capabilities (EP, dF, dT, dV, kn, ma, ml, mu, xr, xx) that are no longer
20381 # used by BSD curses.
20383 # The 9.1.0 version of this file was translated from my lightly-edited copy of
20384 # 8.3, then mechanically checked against 8.3 using Emacs Lisp code written for
20385 # the purpose.  Unless the ncurses tic implementation and the Lisp code were
20386 # making perfectly synchronized mistakes which I then failed to catch by
20387 # eyeball, the translation was correct and perfectly information-preserving.
20389 # Major version number bumps correspond to major version changes in ncurses.
20391 # Here is a log of the changes since then:
20393 # 9.1.0 (Wed Feb  1 04:50:32 EST 1995):
20394 #       * First terminfo master translated from 8.3.
20395 # 9.2.0 (Wed Feb  1 12:21:45 EST 1995):
20396 #       * Replaced Wyse entries with updated entries supplied by vendor.
20398 # 9.3.0 (Mon Feb  6 19:14:40 EST 1995):
20399 #       * Added contact & status info from G. Clark Brown <clark@sssi.com>.
20400 # 9.3.1 (Tue Feb  7 12:00:24 EST 1995):
20401 #       * Better XENIX keycap translation.  Describe TC termcaps.
20402 #       * Contact and history info supplied by Qume.
20403 # 9.3.2 (Sat Feb 11 23:40:02 EST 1995):
20404 #       * Raided the Shuford FTP site for recent termcaps/terminfos.
20405 #       * Added information on X3.64 and VT100 standard escape sequences.
20406 # 9.3.3 (Mon Feb 13 12:26:15 EST 1995):
20407 #       * Added a correct X11R6 xterm entry.
20408 #       * Fixed terminfo translations of padding.
20409 # 9.3.4 (Wed Feb 22 19:27:34 EST 1995):
20410 #       * Added correct acsc/smacs/rmacs strings for vt100 and xterm.
20411 #       * Added u6/u7/u8/u9 capabilities.
20412 #       * Added PCVT entry.
20413 # 9.3.5 (Thu Feb 23 09:37:12 EST 1995):
20414 #       * Emacs uses :so:, not :mr:, for its mode line.  Fix linux entry
20415 #         to use reverse-video standout so Emacs will look right.
20416 #       * Added el1 capability to ansi.
20417 #       * Added smacs/rmacs to ansi.sys.
20419 # 9.4.0 (Sat Feb 25 16:43:25 EST 1995):
20420 #       * New mt70 entry.
20421 #       * Added COPYRIGHTS AND OTHER DELUSIONS.
20422 #       * Added AT&T 23xx & 500/513, vt220 and vt420, opus3n1+, netronics
20423 #         smartvid & smarterm, ampex 175 & 219 & 232,
20424 #         env230, falco ts100, fluke, intertube, superbrain, ncr7901, vic20,
20425 #         ozzie, trs200, tr600, Tandy & Texas Instruments VDTs, intext2,
20426 #         screwpoint, fviewpoint, Contel Business Systems, Datamedia Colorscan,
20427 #         adm36, mime314, ergo4000, ca22851.  Replaced att7300, esprit, dd5500.
20428 #       * Replaced the Perkin-Elmer entries with vendor's official ones.
20429 #       * Restored the old minimal-ansi entry, luna needs it.
20430 #       * Fixed some incorrect ip and proportional-padding translations.
20431 # 9.4.1 (Mon Feb 27 14:18:33 EST 1995):
20432 #       * Fix linux & AT386 sgr strings to do A_ALTCHARSET turnoff correctly.
20433 #       * Make the xterm entry 65 lines again; create xterm25 and xterm24
20434 #         to force a particular height.
20435 #       * Added beehive4 and reorganized other Harris entries.
20436 # 9.4.2 (Thu Mar  9 01:45:44 EST 1995):
20437 #       * Merged in DEC's official entries for its terminals.  The only old
20438 #         entry I kept was Doug Gwyn's alternate vt100 (as vt100-avo).
20439 #       * Replaced the translated BBN BitGraph entries with purpose-built
20440 #         ones from AT&T's SVr3.
20441 #       * Replaced the AT&T entries with AT&T's official terminfos.
20442 #       * Added teleray 16, vc415, cops10.
20443 #       * Merged in many individual capabilities from SCO terminfo files.
20444 # 9.4.3 (Mon Mar 13 02:37:53 EST 1995):
20445 #       * Typo fixes.
20446 #       * Change linux entry so A_PROTECT enables IBM-PC ROM characters.
20447 # 9.4.4 (Mon Mar 27 12:32:35 EST 1995):
20448 #       * Added tty35, Ann Arbor Guru series. vi300 and 550, cg7900, tvi803,
20449 #         pt210, ibm3164, IBM System 1, ctrm, Tymshare scanset, dt200, adm21,
20450 #         simterm, citoh and variants.
20451 #       * Replaced sol entry with sol1 and sol2.
20452 #       * Replaced Qume QVT and Freedom-series entries with purpose-built
20453 #         terminfo entries.
20454 #       * Enhanced vt220, tvi910, tvi924, hpterm, hp2645, adm42, tek
20455 #         and dg200 entries using caps from from SCO.
20456 #       * Added the usual set of function-key mappings to ANSI entry.
20457 #       * Corrected xterm's function-key capabilities.
20458 # 9.4.5 (Tue Mar 28 14:27:49 EST 1995):
20459 #       * Fix in xterm entry, cub and cud are not reliable under X11R6.
20460 # 9.4.6 (Thu Mar 30 14:52:15 EST 1995):
20461 #       * Fix in xterm entry, get the arrow keys right.
20462 #       * Change some \0 escapes to \200.
20463 # 9.4.7 (Tue Apr  4 11:27:11 EDT 1995)
20464 #       * Added apple (Videx card), adm1a, oadm31.
20465 #       * Fixed malformed ampex csr.
20466 #       * Fixed act4, cyb110; they had old-style prefix padding left in.
20467 #       * Changed mandatory to advisory padding in many entries.
20468 #       * Replaced HP entries up to hpsub with purpose-built ones.
20469 #       * Blank rmir/smir/rmdc/smdc capabilities removed.
20470 #       * Small fixes merged in from SCO entries for lpr, fos, tvi910+, tvi924.
20471 # 9.4.8 (Fri Apr  7 09:36:34 EDT 1995):
20472 #       * Replaced the Ann Arbor entries with SCO's, the init strings are
20473 #         more efficient (but the entries otherwise identical).
20474 #       * Added dg211 from Shuford archive.
20475 #       * Added synertek, apple-soroc, ibmpc, pc-venix, pc-coherent, xtalk,
20476 #         adm42-nl, pc52, gs6300, xerox820, uts30.
20477 #       * Pull SCO's padding into vi200 entry.
20478 #       * Improved capabilities for tvi4107 and other Televideo and Viewpoint
20479 #         entries merged in from SCO's descriptions.
20480 #       * Fixed old-style prefix padding on zen50, h1500.
20481 #       * Moved old superbee entry to superbee-xsb, pulled in new superbee
20482 #         entry from SCO's description.
20483 #       * Reorganized the special entries.
20484 #       * Added lm#0 to cbunix and virtual entries.
20486 # 9.5.0 (Mon Apr 10 11:30:00 EDT 1995):
20487 #       * Restored cdc456tst.
20488 #       * Fixed sb1 entry, SCO erroneously left out the xsb glitch.
20489 #       * Added megatek, beacon, microkit.
20490 #       * Freeze for ncurses-1.9 release.
20491 # 9.5.1 (Fri Apr 21 12:46:42 EDT 1995):
20492 #       * Added historical data for TAB.
20493 #       * Comment fixes from David MacKenzie.
20494 #       * Added the new BSDI pc3 entry.
20495 # 9.5.2 (Tue Apr 25 17:27:52 EDT 1995)
20496 #       * A change in the tic -C logic now ensures that all entries in
20497 #         the termcap translation will fit in < 1024 bytes.
20498 #       * Added `bobcat' and `gator' HP consoles and the Nu machine entries
20499 #         from GNU termcap file.  This merges in all their local information.
20500 # 9.5.3 (Tue Apr 25 22:28:13 EDT 1995)
20501 #       * Changed tic -C logic to dump all capabilities used by GNU termcap.
20502 #       * Added warnings about entries with long translations (restoring
20503 #         all the GNU termcaps pushes a few over the edge).
20504 # 9.5.4 (Wed Apr 26 15:35:09 EDT 1995)
20505 #       * Yet another tic change, and a couple of entry tweaks, to reduce the
20506 #         number of long (> 1024) termcap translations back to 0.
20508 # 9.6.0 (Mon May  1 10:35:54 EDT 1995)
20509 #       * Added kf13-kf20 to Linux entry.
20510 #       * Regularize Prime terminal names.
20511 #       * Historical data on Synertek.
20512 #       * Freeze for ncurses-1.9.1.
20513 # 9.6.1 (Sat May  6 02:00:52 EDT 1995):
20514 #       * Added true xterm-color entry, renamed djm's pseudo-color entry.
20515 #       * Eliminate whitespace in short name fields, this tanks some scripts.
20516 #       * Name field changes to shorten some long entries.
20517 #       * Termcap translation now automatically generates empty rmir/smir
20518 #         when ich1/ich is present (copes with an ancient vi bug).
20519 #       * Added `screen' entries from FSF's screen-3.6.2.
20520 #       * Added linux-nic and xterm-nic entries.
20521 # 9.6.2 (Sat May  6 17:00:55 EDT 1995):
20522 #       * Change linux entry to use smacs=\E[11m and have an explicit acsc,
20523 #         eliminating some special-case code in ncurses.
20525 # 9.7.0 (Tue May  9 18:03:12 EDT 1995):
20526 #       * Added vt320-k3, rsvidtx from the Emacs termcap.dat file.  I think
20527 #         that captures everything unique from it.
20528 #       * Added reorder script generator.
20529 #       * Freeze for ncurses 1.9.2 release.
20530 # 9.7.1 (Thu Jun 29 09:35:22 EDT 1995):
20531 #       * Added Sean Farley's kspd, flash, rs1 capabilities for linux.
20532 #       * Added Olaf Siebert's corrections for adm12.
20533 #       * ansi-pc-color now includes the colors and pairs caps, so that
20534 #         entries which use it will inherit them automatically.
20535 #       * The linux entry can now recognize the center (keypad 5) key.
20536 #       * Removed some junk that found its way into Linux acsc.
20538 # 9.8.0 (Fri Jul  7 04:46:57 EDT 1995):
20539 #       * Add 50% cut mark as a desperate hack to reduce tic's core usage.
20540 #       * xterm doesn't try to use application keypad mode any more.
20541 #       * Freeze for ncurses-1.9.3 release.
20542 # 9.8.1 (Thu Jul 19 17:02:12 EDT 1995):
20543 #       * Added corrected sun entry from vendor.
20544 #       * Added csr capability to linux entry.
20545 #       * Peter Wemm says the at386 hpa should be \E[%i%p1%dG, not \E[%p1%dG.
20546 #       * Added vt102-nsgr to cope with stupid IBM PC `VT100' emulators.
20547 #       * Some commented-out caps in long entries come back in, my code
20548 #         for computing string-table lengths had a bug in it.
20549 #       * pcansi series modified to fit comm-program reality better.
20550 # 9.8.2 (Sat Sep  9 23:35:00 EDT 1995):
20551 #       * BSD/OS actually ships the ibmpc3 bold entry as its console.
20552 #       * Correct some bad aliases in the pcansi series
20553 #       * Added entry for QNX console.
20554 #       * Clean up duplicate long names for use with 4.4 library.
20555 #       * Change vt100 standout to be normal reverse vide, not bright reverse;
20556 #         this makes the Emacs status line look better.
20557 # 9.8.3 (Sun Sep 10 13:07:34 EDT 1995):
20558 #       * Added Adam Thompson's VT320 entries, also his dtx-sas and z340.
20559 #       * Minor surgery, mostly on name strings, to shorten termcap version.
20561 # 9.9.0 (Sat Sep 16 23:03:48 EDT 1995):
20562 #       * Added dec-vt100 for use with the EWAN emulator.
20563 #       * Added kmous to xterm for use with xterm's mouse-tracking facility.
20564 #       * Freeze for 1.9.5 alpha release.
20565 # 9.9.1 (Wed Sep 20 13:46:09 EDT 1995):
20566 #       * Changed xterm lines to 24, the X11R6 default.
20567 # 9.9.2 (Sat Sep 23 21:29:21 EDT 1995):
20568 #       * Added 7 newly discovered, undocumented acsc characters to linux
20569 #         entry (the pryz{|} characters).
20570 #       * ncurses no longer steals A_PROTECT.  Simplify linux sgr accordingly.
20571 #       * Correct two typos in the xterm entries introduced in 9.9.1.
20572 #       * I finally figured out how to translate ko capabilities.  Done.
20573 #       * Added tvi921 entries from Tim Theisen.
20574 #       * Cleanup: dgd211 -> dg211, adm42-nl -> adm42-nsl.
20575 #       * Removed mystery tec entry, it was neither interesting nor useful.
20576 #       * shortened altos3, qvt203, tvi910+, tvi92D, tvi921-g, tvi955, vi200-f,
20577 #         vi300-ss, att505-24, contel301, dm3045, f200vi, pe7000c, vc303a,
20578 #         trs200, wind26, wind40, wind50, cdc456tst, dku7003, f110, dg211,
20579 #         by making them relative to use capabilities
20580 #       * Added cuf1=^L to tvi925 from deleted variant tvi925a.
20581 #       * fixed cup in adm22 entry and parametrized strings in vt320-k3.
20582 #       * added it#8 to entries that used to have :pt: -- tvi912, vi200,
20583 #         ampex80,
20584 #       * Translate all home=\E[;H capabilities to home=\E[H, they're
20585 #         equivalent.
20586 #       * Translate \E[0m -> \E[m in [rs]mso, [rs]mul, and init strings of
20587 #         vt100 and ANSI-like terminals.
20588 # 9.9.3 (Tue Sep 26 20:11:15 EDT 1995):
20589 #       * Added it#8 and ht=\t to *all* entries with :pt:; the ncurses tic
20590 #         does this now, too.
20591 #       * fviewpoint is gone, it duplicated screwpoint.
20592 #       * Added hp2627, graphos, graphos-30, hpex, ibmega, ibm8514, ibm8514-c,
20593 #         ibmvga, ibmvga-c, minix, mm340, mt4520-rv, screen2, screen3,
20594 #         versaterm, vi500, vsc, vt131, vt340, vt400 entries from UW.
20595 #         The UW vi50 replaces the old one, which becomes vi50adm,
20596 #       * No more embedded commas in name fields.
20598 # 9.10.0 (Wed Oct  4 15:39:37 EDT 1995):
20599 #       * XENIX forms characters in fos, trs16, scoansi become acsc strings,
20600 #       * Introduced klone+* entries for describing Intel-console behavior.
20601 #       * Linux kbs is default-mapped to delete for some brain-dead reason.
20602 #       * -nsl -> -ns.  The -pp syntax is obsolete.
20603 #       * Eliminate [A-Z]* primaries in accordance with SVr4 terminfo docs.
20604 #       * Make xterm entry do application-keypad mode again.  I got complaints
20605 #         that it was messing up someone's 3270 emulator.
20606 #       * Added some longname fields in order to avoid warning messages from
20607 #         older tic implementations.
20608 #       * According to ctlseqs.ms, xterm has a full vt100 graphics set.  Use
20609 #         it! (This gives us pi, greater than, less than, and a few more.)
20610 #       * Freeze for ncurses-1.9.6 release.
20611 # 9.10.1 (Sat Oct 21 22:18:09 EDT 1995):
20612 #       * Add xon to a number of console entries, they're memory-mapped and
20613 #         don't need padding.
20614 #       * Correct the use dependencies in the ansi series.
20615 #       * Hand-translate more XENIX capabilities.
20616 #       * Added hpterm entry for HP's X terminal emulator.
20617 #       * Added aixterm entries.
20618 #       * Shortened four names so everything fits in 14 chars.
20620 # 9.11.0 (Thu Nov  2 17:29:35 EST 1995):
20621 #       * Added ibcs2 entry and info on iBCS2 standard.
20622 #       * Corrected hpa/vpa in linux entry.  They still fail the worm test.
20623 #       * We can handle the HP meml/memu capability now.
20624 #       * Added smacs to klone entries, just as documentation.
20625 #       * Corrected ansi.sys and cit-500 entries.
20626 #       * Added z39, vt320-k311, v220c, and avatar entries.
20627 #       * Make pcansi use the ansi.sys invis capability.
20628 #       * Added DIP switch descriptions for vt100, adm31, tvi910, tvi920c,
20629 #         tvi925, tvi950, dt80, ncr7900i, h19.
20630 #       * X3.64 has been withdrawn, change some references.
20631 #       * Removed function keys from ansi-m entry.
20632 #       * Corrected ansi.sys entry.
20633 #       * Freeze for ncurses-1.9.7 release.
20634 # 9.11.1 (Tue Nov  6 18:18:38 EST 1995):
20635 #       * Added rmam/smam capabilities to many entries based on init strings.
20636 #       * Added correct hpa/vpa to linux.
20637 #       * Reduced several entries relative to vt52.
20638 # 9.11.2 (Tue Nov  7 00:21:06 EST 1995):
20639 #       * Exiled some utterly unidentifiable custom and homebrew types to the
20640 #         UFO file; also, obsolete small-screen hardware; also, entries which
20641 #         look flat-out incorrect, garbled, or redundant.  These include the
20642 #         following entries: carlock, cdc456tst, microkit, qdss, ramtek, tec,
20643 #         tec400, tec500, ubell, wind, wind16, wind40, wind50, plasma, agile,
20644 #         apple, bch, daleblit, nucterm, ttywilliams, nuterminal, nu24, bnu,
20645 #         fnu, nunix-30, nunix-61, exidy, ex3000, sexidy, pc52, sanyo55,
20646 #         yterm10, yterm11, yterm10nat, aed, aed-ucb, compucolor, compucolor2,
20647 #         vic20, dg1, act5s, netx, smartvid, smarterm, sol, sol2, dt200,
20648 #         trs80, trs100, trs200, trs600, xitex, rsvidtx, vid, att2300-x40,
20649 #         att2350-x40, att4410-nfk, att5410-ns, otty5410, att5425-nl-w,
20650 #         tty5425-fk, tty5425-w-fk, cita, c108-na, c108-rv-na, c100-rv-na,
20651 #         c108-na-acs, c108-rv-na-acs, ims950-ns, infotonKAS, ncr7900i-na,
20652 #         regent60na, scanset-n, tvi921-g, tvi925n, tvi925vbn, tvi925vb,
20653 #         vc404-na, vc404-s-na, vt420nam, vt420f-nam, vt420pc-nam, vt510nam,
20654 #         vt510pc-nam, vt520nam, vt525nam, xterm25, xterm50, xterm65, xterms.
20655 #       * Corrected pcvt25h as suggested by Brian C. Grayson
20656 #         <bgrayson@pine.ece.utexas.edu>.
20657 # 9.11.3 (Thu Nov  9 12:14:40 EST 1995):
20658 #       * Added kspd=\E[P, kcbt=\E[Z, to linux entry, changed kbs back to ^H.
20659 #       * Added kent=\EOM to xterm entry.
20661 # 9.11.4 (Fri Nov 10 08:31:35 EST 1995):
20662 #       * Corrected gigi entry.
20663 #       * Restored cuf/cud1 to xterm, their apparent bugginess was due to
20664 #         bad hpa/vpa capabilities.
20665 #       * Corrected flash strings to have a uniform delay of .2 sec.  No
20666 #         more speed-dependent NUL-padding!
20667 #       * terminfo capabilities in comments bracketed with <>.
20668 # 9.11.5 (Fri Nov 10 15:35:02 EST 1995):
20669 #       * Replaced pcvt with the 3.31 pcvt entries.
20670 #       * Freeze for 1.9.7a.
20671 # 9.11.6 (Mon Nov 13 10:20:24 EST 1995):
20672 #       * Added emu entry from the X11R6 contrib tape sources.
20674 # 9.12.0 (Wed Nov 29 04:22:25 EST 1995):
20675 #       * Improved iris-ansi and sun entries.
20676 #       * More flash string improvements.
20677 #       * Corrected wy160 & wy160 as suggested by Robert Dunn
20678 #       * Added dim to at386.
20679 #       * Reconciled pc3 and ibmpc3 with the BSDI termcap file.  Keith says
20680 #         he's ready to start using the termcap generated from this one.
20681 #       * Added vt102-w, vt220-w, xterm-bold, wyse-vp, wy75ap, att4424m,
20682 #         ln03, lno3-w, h19-g, z29a*, qdss.  Made vt200 an alias of vt220.
20683 #       * Improved hpterm, apollo consoles, fos, qvt101, tvi924. tvi925,
20684 #         att610, att620, att630,
20685 #       * Changed hazeltine name prefix from h to hz.
20686 #       * Sent t500 to the UFI file.
20687 #       * I think we've sucked all the juice out of BSDI's termcap file now.
20688 #       * Freeze for ncurses 1.9.8 release
20689 # 9.12.1 (Thu Nov 30 03:14:06 EST 1995)
20690 #       * Unfreeze, linux kbs needed to be fixed.
20691 #       * Tim Theisen pinned down a bug in the DMD firmware.
20692 # 9.12.2 (Thu Nov 30 19:08:55 EST 1995):
20693 #       * Fixes to ansi and klone capabilities (thank you, Aaron Ucko).
20694 #         (The broken ones had been shadowed by sgr.)
20695 # 9.12.3 (Thu Dec  7 17:47:22 EST 1995):
20696 #       * Added documentation on ECMA-48 standard.
20697 #       * New Amiga entry.
20698 # 9.12.4 (Thu Dec 14 04:16:39 EST 1995):
20699 #       * More ECMA-48 stuff
20700 #       * Corrected typo in minix entry, added pc-minix.
20701 #       * Corrected khome/kend in xterm (thank you again, Aaron Ucko).
20702 #       * Added rxvt entry.
20703 #       * Added 1.3.x color-change capabilities to linux entry.
20704 # 9.12.5 (Tue Dec 19 00:22:10 EST 1995):
20705 #       * Corrected rxvt entry khome/kend.
20706 #       * Corrected linux color change capabilities.
20707 #       * NeXT entries from Dave Wetzel.
20708 #       * Cleaned up if and rf file names (all in /usr/share now).
20709 #       * Changed linux op capability to avoid screwing up a background color
20710 #         pair set by setterm.
20711 # 9.12.6 (Wed Feb  7 16:14:35 EST 1996):
20712 #       * Added xterm-sun.
20713 # 9.12.7 (Fri Feb  9 13:27:35 EST 1996):
20714 #       * Added visa50.
20716 # 9.13.0 (Sun Mar 10 00:13:08 EST 1996):
20717 #       * Another sweep through the Shuford archive looking for new info.
20718 #       * Added dg100 alias to dg6053 based on a comp.terminals posting.
20719 #       * Added st52 from Per Persson.
20720 #       * Added eterm from the GNU Emacs 19.30 distribution.
20721 #       * Freeze for 1.9.9.
20722 # 9.13.1 (Fri Mar 29 14:06:46 EST 1996):
20723 #       * FreeBSD console entries from Andrew Chernov.
20724 #       * Removed duplicate Atari st52 name.
20725 # 9.13.2 (Tue May  7 16:10:06 EDT 1996)
20726 #       * xterm doesn't actually have ACS_BLOCK.
20727 #       * Change klone+color setf/setb to simpler forms that can be
20728 #         translated into termcap.
20729 #       * Added xterm1.
20730 #       * Removed mechanically-generated junk capabilities from cons* entries.
20731 #       * Added color support to bsdos.
20732 # 9.13.3 (Thu May  9 10:35:51 EDT 1996):
20733 #       * Added Wyse 520 entries from Wm. Randolph Franklin <wrf@ecse.rpi.edu>.
20734 #       * Created ecma+color, linux can use it.  Also added ech to linux.
20735 #       * Teach xterm about more keys. Add Thomas Dickey's 3.1.2E updates.
20736 #       * Add descriptions to FreeBSD console entries.  Also shorten
20737 #         some aliases to <= 14 chars for portability.
20738 #       * Added x68k console
20739 #       * Added OTbs to several VT-series entries.
20740 # 9.13.4 (Wed May 22 10:54:09 EDT 1996):
20741 #       * screen entry update for 3.7.1 from Michael Alan Dorman.
20742 # 9.13.5 (Wed Jun  5 11:22:41 EDT 1996):
20743 #       * kterm correction due to Kenji Rikitake.
20744 #       * ACS correction in vt320-kll due to Phillippe De Muyter.
20745 # 9.13.6 (Sun Jun 16 15:01:07 EDT 1996):
20746 #       * Sun console entry correction from J.T. Conklin.
20747 #       * Changed all DEC VT300 and up terminals to use VT300 tab set
20748 # 9.13.7 (Mon Jul  8 20:14:32 EDT 1996):
20749 #       * Added smul to linux entry (we never noticed it was missing
20750 #         because of sgr!).
20751 #       * Added rmln to hp+labels (deduced from other HP entries).
20752 #       * Added vt100 acsc capability to vt220, vt340, vt400, d800, dt80-sas,
20753 #         pro350, att7300, 5420_2, att4418, att4424, att4426, att505, vt320-k3.
20754 #       * Corrected vt220 acsc.
20755 #       * The klone+sgr and klone+sgr-dumb entries now use klone+acs;
20756 #         this corresponds to reality and helps prevent some tic warnings.
20757 #       * Added sgr0 to c101, pcix, vt100-nav, screen2, oldsun, next, altos2,
20758 #         hpgeneric, hpansi, hpsub, hp236, hp700-wy, bobcat, dku7003, adm11,
20759 #         adm12, adm20, adm21, adm22, adm31, adm36, adm42, pt100, pt200,
20760 #         qvt101, tvi910, tvi921, tvi92B, tvi925, tvi950, tvi970, wy30-mc,
20761 #         wy50-mc, wy100, wyse-vp, ampex232, regent100, viewpoint, vp90,
20762 #         adds980, cit101, cit500, contel300, cs10, dm80, falco, falco-p,
20763 #         f1720a, go140, sb1, superbeeic, microb, ibm8512, kt7, ergo4000,
20764 #         owl, uts30, dmterm, dt100, dt100, dt110, appleII, apple-videx,
20765 #         lisa, trsII, atari, st52, pc-coherent, basis, m2-man, bg2.0, bg1.25,
20766 #         dw3, ln03, ims-ansi, graphos, t16, zen30, xtalk, simterm, d800,
20767 #         ifmr, v3220, wy100q, tandem653, ibmaed.
20768 #       * Added DWK terminal description.
20769 # 9.13.8 (Wed Jul 10 11:45:21 EDT 1996):
20770 #       * Many entries now have highlights inherited from adm+sgr.
20771 #       * xterm entry now corresponds to XFree86 3.1.2E, with color.
20772 #       * xtitle and xtitle-twm enable access to the X status line.
20773 #       * Added linux-1.3.6 color palette caps in conventional format.
20774 #       * Added adm1178 terminal.
20775 #       * Move fos and apollo terminals to obsolete category.
20776 #       * Aha! The BRL terminals file told us what the Iris extensions mean.
20777 #       * Added, from the BRL termcap file: rt6221, rt6221-w, northstar,
20778 #         commodore, cdc721-esc, excel62, osexec.  Replaced from the BRL file:
20779 #         cit500, adm11.
20780 # 9.13.9 (Mon Jul 15 00:32:51 EDT 1996):
20781 #       * Added, from the BRL termcap file: cdc721, cdc721l, cdc752, cdc756,
20782 #         aws, awsc, zentec8001, modgraph48, rca vp3301/vp3501, ex155.
20783 #       * Corrected, from BRL termcap file: vi50.
20784 #       * Better rxvt entry & corrected xterm entries from Thomas Dickey.
20785 # 9.13.10 (Mon Jul 15 12:20:13 EDT 1996):
20786 #       * Added from BRL: cit101e & variants, hmod1, vi200, ansi77, att5620-1,
20787 #         att5620-s, att5620-s, dg210, aas1901, hz1520, hp9845, osborne
20788 #         (old osborne moved to osborne-w), tvi970-vb, tvi970-2p, tvi925-hi,
20789 #         tek4105brl, tek4106brl, tek4107brl,tek4109brl, hazel, aepro,
20790 #         apple40p, apple80p, appleIIgs, apple2e, apple2e-p, apple-ae.
20791 #       * Paired-attribute fixes to various terminals.
20792 #       * Sun entry corrections from A. Lukyanov & Gert-Jan Vons.
20793 #       * xterm entry corrections from Thomas Dickey.
20794 # 9.13.11 (Tue Jul 30 16:42:58 EDT 1996):
20795 #       * Added t916 entry, translated from a termcap in SCO's support area.
20796 #       * New qnx entry from Michael Hunter.
20797 # 9.13.12 (Mon Aug  5 14:31:11 EDT 1996):
20798 #       * Added hpex2 from Ville Sulko.
20799 #       * Fixed a bug that ran the qnx and pcvtXX together.
20800 # 9.13.13 (Fri Aug  9 01:16:17 EDT 1996):
20801 #       * Added dtterm entry from Solaris CDE.
20802 # 9.13.14 (Tue Sep 10 15:31:56 EDT 1996):
20803 #       * corrected pairs#8 typo in dtterm entry.
20804 #       * added tvi9065.
20805 # 9.13.15 (Sun Sep 15 02:47:05 EDT 1996):
20806 #       * updated xterm entry to cover 3.1.2E's new features.
20807 # 9.13.16 (Tue Sep 24 12:47:43 EDT 1996):
20808 #       * Added new minix entry
20809 #       * Removed aliases of the form ^[0-9]* for obsolete terminals.
20810 #       * Commented out linux-old, nobody's using pre-1.2 kernels now.
20811 # 9.13.17 (Fri Sep 27 13:25:38 EDT 1996):
20812 #       * Added Prism entries and kt7ix.
20813 #       * Caution notes about EWAN and tabset files.
20814 #       * Changed /usr/lib/tabset -> /usr/share/tabset.
20815 #       * Added acsc/rmacs/smacs to vt52.
20816 # 9.13.18 (Mon Oct 28 13:24:59 EST 1996):
20817 #       * Merged in Thomas Dickey's reorganization of the xterm entries;
20818 #         added technical corrections to avoid warning messages.
20819 # 9.13.19 (Sat Nov 16 16:05:49 EST 1996):
20820 #       * Added rmso=\E[27m in Linux entry.
20821 #       * Added koi8-r support for Linux console.
20822 #       * Replace xterm entries with canonical ones from XFree86 3.2.
20823 # 9.13.20 (Sun Nov 17 23:02:51 EST 1996):
20824 #       * Added color_xterm from Jacob Mandelson
20825 # 9.13.21 (Mon Nov 18 12:43:42 EST 1996):
20826 #       * Back off the xterm entry to use r6 as a base.
20827 # 9.13.22 (Sat Nov 30 11:51:31 EST 1996):
20828 #       * Added dec-vt220 at Adrian Garside's request.
20830 #-(original-changelog-1996/12/29-to-1998/02/28-by-TD)---------------------------
20832 # 10.1.0 (Sun Dec 29 02:36:31 EST 1996): withdrawn
20833 #       * Minor corrections to xterm entries.
20834 #       * Replaced EWAN telnet entry.
20835 #       * Dropped the reorder script generator.  It was a fossil.
20836 # 9.13.23 (Fri Feb 21 16:36:06 EST 1997):
20837 #       * Replaced minitel-2 entry.
20838 #       * Added MGR, ansi-nt.
20839 # 9.13.24 (Sun Feb 23 20:55:23 EST 1997):
20840 #       * Thorsten Lockert added termcap `bs' to a lot of types, working from
20841 #         the 4.4BSD Lite2 file.
20843 # 10.1.1 (Sat May  3 21:41:27 EDT 1997):
20844 #       * Use setaf/setab consistently with SVr4.
20845 #       * Remove ech, el1 from cons25w, they do not work in FreeBSD 2.1.5
20846 # 10.1.2 (Sat May 24 21:10:57 EDT 1997)
20847 #       * update xterm-xf86-v32 to match XFree86 3.2A (changes F1-F4)
20848 #       * add xterm-16color, for XFree86 3.3
20849 # 10.1.3 (Sat May 31 12:21:05 EDT 1997)
20850 #       * correct typo in emu
20851 #       * correct typo in vt102-w (Robert Wuest)
20852 #       * make new entry xterm-xf86-v33, restored xterm-xf86-v32.
20853 # 10.1.4 (Sun Jun 15 08:29:05 EDT 1997)
20854 #       * remove ech capability from rxvt (it does the wrong thing)
20855 # 10.1.5 (Sat Jun 28 21:34:36 EDT 1997)
20856 #       * remove spurious newlines from several entries (hp+color, wy50,
20857 #         wy350, wy370-nk, wy99gt-tek, wy370-tek, ibm3161, tek4205, ctrm,
20858 #         gs6300)
20859 # 10.1.6 (Sat Jul  5 15:08:16 EDT 1997)
20860 #       * correct rmso capability of wy50-mc
20861 # 10.1.7 (Sat Jul 12 20:05:55 EDT 1997)
20862 #       * add cbt to xterm-xf86-v32
20863 #       * disentangle some entries from 'xterm', preferring xterm-r6 in case
20864 #         'xterm' is derived from xterm-xf86-v32, which implements ech and
20865 #         other capabilities not in xterm-r6.
20866 #       * remove alternate character set from kterm entry.
20867 # 10.1.8 (Sat Aug  2 18:43:18 EDT 1997)
20868 #       * correct acsc entries for ACS_LANTERN, which is 'i', not 'I'.
20869 # 10.1.9 (Sat Aug 23 17:54:38 EDT 1997)
20870 #       * add xterm-8bit entry.
20871 # 10.1.10 (Sat Oct  4 18:17:13 EDT 1997)
20872 #       * repair several places where early version of tic replaced \, with \\\,
20873 #       * make acsc entries canonical form (sorted, uniq).
20874 #       * modify acsc entries for linux, linux-koi8
20875 #       * new rxvt entry, from corrected copy of distribution in rxvt 2.21b
20876 #       * add color, mouse support to kterm.
20877 # 10.1.11 (Sat Oct 11 14:57:10 EDT 1997)
20878 #       * correct wy120 smxon/tbc capabilities which were stuck together.
20879 # 10.1.12 (Sat Oct 18 17:38:41 EDT 1997)
20880 #       * add entry for xterm-xf86-v39t
20881 # 10.1.13 (Sat Nov  8 13:43:33 EST 1997)
20882 #       * add u8,u9 to sun-il description
20883 # 10.1.14 (Sat Nov 22 19:59:03 EST 1997)
20884 #       * add vt220-js, pilot, rbcomm, datapoint entries from esr's 27-jun-97
20885 #         version.
20886 #       * add hds200 description (Walter Skorski)
20887 #       * add EMX 0.9b descriptions
20888 #       * correct rmso/smso capabilities in wy30-mc and wy50-mc (Daniel Weaver)
20889 #       * rename xhpterm back to hpterm.
20890 # 10.1.15 (Sat Nov 29 19:21:59 EST 1997)
20891 #       * change initc in linux-c-nc to use 0..1000 range.
20892 # 10.1.16 (Sat Dec 13 19:41:59 EST 1997)
20893 #       * remove hpa/vpa from rxvt, which implements them incorrectly.
20894 #       * add sgr0 for rxvt.
20895 #       * remove bogus smacs/rmacs from EMX descriptions.
20896 # 10.1.17 (Sat Dec 20 17:54:10 EST 1997)
20897 #       * revised entry for att7300
20898 # 10.1.18 (Sat Jan  3 17:58:49 EST 1998)
20899 #       * use \0 rather than \200.
20900 #       * rename rxvt-color to rxvt to match rxvt 2.4.5 distribution.
20901 # 10.1.19 (Sat Jan 17 14:24:57 EST 1998)
20902 #       * change xterm (xterm-xf86-v40), xterm-8bit rs1 to use hard reset.
20903 #       * rename xterm-xf86-v39t to xterm-xf86-v40
20904 #       * remove bold/underline from sun console entries since they're not
20905 #         implemented.
20906 # 10.1.20 (Sat Jan 24 11:02:51 EST 1998)
20907 #       * add beterm entry (Fred Fish)
20908 #       * add irix-color/xwsh entry.
20909 #       * turn ncv off for linux.
20910 # 10.1.21 (Sat Jan 31 17:39:16 EST 1998)
20911 #       * set ncv for FreeBSD console (treat colors with reverse specially).
20912 #       * remove sgr string from qnx based on report by Xiaodan Tang
20913 # 10.1.22 (Wed Feb 11 18:40:12 EST 1998)
20914 #       * remove spurious commas from descriptions
20915 #       * correct xterm-8bit to match XFree86 3.9Ad F1-F4.
20916 # 10.1.23 (Sat Feb 28 17:48:38 EST 1998)
20917 #       * add linux-koi8r to replace linux-koi8 (which uses a corrupt acsc,
20918 #         apparently based on cp-866).
20920 #-(replaced-changelog-1998/02/28-by-ESR)----------------------------------------
20922 # 9.13.23 (Fri Feb 21 16:36:06 EST 1997):
20923 #       * Replaced minitel-2 entry.
20924 #       * Added MGR, ansi-nt.
20925 #       * Minor corrections to xterm entries.
20926 #       * Replaced EWAN telnet entry.
20927 #       * Dropped the reorder script generator.  It was a fossil.
20928 # 9.13.24 (Sun Feb 23 20:55:23 EST 1997):
20929 #       * Thorsten Lockert added termcap `bs' to a lot of types, working from
20930 #         the 4.4BSD Lite2 file.
20931 # 9.13.25 (Fri Jun 20 12:33:36 EDT 1997):
20932 #       * Added Datapoint 8242, pilot, ansi_psx, rbcomm, vt220js.
20933 #       * Updated iris-ansi; corrected vt102-w.
20934 #       * Switch base xterm entry to 3.3 level.
20935 # 9.13.26 (Mon Jun 30 22:45:45 EDT 1997)
20936 #       * Added basic4.
20937 #       * Removed rmir/smir from tv92B.
20939 # 10.2.0 (Sat Feb 28 12:47:36 EST 1998):
20940 #       * add hds200 description (Walter Skorski)
20941 #       * add beterm entry (Fred Fish)
20942 #       * add Thomas Dickey's xterm-xf86-v40, xterm-8bit, xterm-16color,
20943 #         iris-color entries.
20944 #       * add emx entries.
20945 #       * Replaced unixpc entry with Benjamin Sittler's corrected version.
20946 #       * Replaced xterm/rxvt/emu/syscons entries with Thomas Dickey's
20947 #         versions.
20948 #       * remove sgr string from qnx based on report by Xiaodan Tang
20949 #       * Added u8/u9, removed rmul/smul from sun-il.
20950 #       * 4.2 tic displays \0 rather than \200.
20951 #       * add linux-koi8r to replace linux-koi8 (which uses a corrupt acsc,
20952 #         apparently based on cp-866).
20953 #       * Merged in Pavel Roskin's acsc for linux-koi8
20954 #       * Corrected some erroneous \\'s to \.
20955 #       * 4.2 ncurses has been changed to use setaf/setab, consistent w/SysV.
20956 #       * II -> ii in pcvtXX, screen, xterm.
20957 #       * Removed \n chars following ANSI escapes in sgr & friends.
20958 #       * Updated Wyse entries.
20959 #       * h19 corrections from Tim Pierce.
20960 #       * Noted that the dm2500 has both ich and smir.
20961 #       * added pccons for the Alpha under OSF/1.
20962 #       * Added Sony NEWS workstation entries and cit101e-rv.
20963 #       * Reverted `amiga'; to Kent Polk's version, as I'm told
20964 #         the Verkuil entry messes up with Amiga Telnet.
20965 # 10.2.1 (Sun Mar  8 18:32:04 EST 1998):
20966 #       * Corrected attributions in 10.2.0 release notes.
20967 #       * Scanned the Shuford archive for new terminfos and information.
20968 #       * Removed sgr from qnx entry (Thomas Dickey).
20969 #       * Added entries for ICL and Kokusai Data Systems terminals.
20970 #       * Incorporated NCR terminfos from the Boundless Technology FTP site.
20971 #       * Incorporated att700 from the Boundless Technology FTP site.
20972 #       * Miscellaneous contact-address and Web-page updates.
20974 #-(changelog-beginning-ncurses-4.2)---------------------------------------------
20976 # 1998/5/9
20977 #       * add nxterm and xterm-color terminfo description (request by Cristian
20978 #         Gafton <gafton@redhat.com>).
20979 #       * modify rxvt terminfo description to clear alternate screen before
20980 #         switching back to normal screen, for compatibility with applications
20981 #         which use xterm (reported by Manoj Kasichainula <manojk@io.com>).
20982 #       * modify linux terminfo description to reset color palette (reported
20983 #         by Telford Tendys <telford@eng.uts.edu.au>).
20985 # 1998/7/4
20986 #       * merge changes from current XFree86 xterm terminfo descriptions.
20988 # 1998/7/25
20989 #       * Added minitel1 entries from Alexander Montaron.
20990 #       * Added qnxt2 from Federico Bianchi.
20991 #       * Added arm100 terminfo entries from Dave Millen.
20993 # 1998/8/6
20994 #       * Added ncsa telnet entries from Francesco Potorti
20996 # 1998/8/15
20997 #       * modify ncsa telnet entry to reflect color, other capabilities based on
20998 #         examination of the source code - T.Dickey.
21000 # 1998/8/22
21001 #       * Corrected some erroneous \\'s to \ (eterm, osborne) - TD.
21003 # 1998/8/29
21004 #       * Added Francesco Potorti's tuned Wyse 99 entries.
21005 #       * dtterm enacs correction from Alexander V. Lukyanov.
21006 #       * Add ncsa-ns, ncsa-m-ns and ncsa-m entries from esr version.
21007 #       * correct a typo in icl6404 entry.
21008 #       * add xtermm and xtermc
21010 # 1998/9/26
21011 #       * format most %'char' sequences to %{number}
21012 #       * adapt IBM AIX 3.2.5 terminfo - T.Dickey
21013 #       * merge Data General terminfo from Hasufin <hasufin@vidnet.net> - TD
21015 # 1998/10/10
21016 #       * update xterm-xfree86 to current (xterm patch #84), for is2/rs2 changes - TD
21017 #       * correct initialization string in xterm-r5, add misc other features
21018 #         to correspond with xterm patch #84 - TD
21020 # 1998/12/19
21021 #       * update xterm-xfree86 to current (xterm patch #90), smcur/rmcur changes - TD
21022 #       * add Mathew Vernon's mach console entries
21023 #       * corrections for ncsa function-keys (report by Larry Virden)
21025 # 1998/12/19
21026 #       * change linux to use ncv#2, since underline does not work with color - TD
21028 # 1999/1/9
21029 #       * add kbt to iris-ansi, document other shift/control functionkeys - TD
21030 #       * correct iris-ansi and iris-ansi-ap with respect to normal vs keypad
21031 #         application modes, change kent to use the correct keypad code - TD
21033 # 1999/1/10
21034 #       * add entry for Tera Term - TD
21036 # 1999/1/23
21037 #       * minor improvements for teraterm entry - TD
21038 #       * rename several entries used by BSDI: bsdos to bsdos-pc-nobold,
21039 #         and bsdos-bold to bsdos-pc (Jeffrey C Honig)
21041 # 1999/2/20
21042 #       * resolve ambiguity of kend/kll/kslt and khome/kfnd/kich1 strings in
21043 #         xterm and ncsa entries by removing the unneeded ones.  Note that
21044 #         some entries will return kend & khome versus kslt and kfnd, for
21045 #         PC-style keyboards versus strict vt220 compatibility - TD
21047 # 1999/3/13
21048 #       * adjust xterm-xfree86 khome/kend to match default PC-style keyboard
21049 #         tables - TD
21050 #       * add 'crt' entry - TD
21051 #       * correct typos in 'linux-c' entry - TD
21053 # 1999/3/14
21054 #       * update entries for BSD/OS console to use klone+sgr and klone+color
21055 #         (Jeffrey C Honig)
21057 # 1999/3/27
21058 #       * adjust xterm-xfree86 miscellaneous keypad keys, as per xterm patch #94 - TD.
21060 # 1999/4/10
21061 #       * add linux-lat, from RedHat patches to ncurses 4.2
21063 # 1999/4/17
21064 #       * add complete set of default function-key definitions for scoansi - TD.
21066 # 1999/7/3
21067 #       * add cnorm, cvvis for Linux 2.2 kernels
21069 # 1999/7/24
21070 #       * add kmous to xterm-r5 -TD
21071 #       * correct entries xterm+sl and xterm+sl-twm, which were missing the
21072 #         parent "use" clause -TD
21074 # 1999/7/31
21075 #       * corrected cnorm, added el1 in 'screen' description -TD
21077 # 1999/8/14
21078 #       * add ms-vt100 -TD
21080 # 1999/8/21
21081 #       * corrections to beterm entry -TD
21083 # 1999/8/28
21084 #       * add cygwin entry -TD
21086 # 1999/9/4
21087 #       * minor corrections for beterm entry -TD
21089 # 1999/9/18
21090 #       * add acsc string to HP 70092 terminfo entry -Joerg Wunsch
21092 # 1999/9/25
21093 #       * add amiga-8bit entry
21094 #       * add console entries from NetBSD: ofcons, wsvt25, wsvt25m, rcons,
21095 #         rcons-color, based on
21096 #         ftp://ftp.netbsd.org/pub/NetBSD/NetBSD-current/src/share/termcap/termcap.src
21097 #       * add alias for iris-ansi-net
21099 # 1999/10/2
21100 #       * corrected scoansi entry's acsc, some function keys, add color -TD
21102 # 1999/10/23
21103 #       * add cnorm, cvvis to cons25w, and modify ncv to add 'dim' -TD
21104 #       * reorder ncsa entries to make ncsa-vt220 use the alternate function
21105 #         key mapping, leaving Potorti's entries more like he named them -TD
21106 #       * remove enter/exit am-mode from cygwin -TD
21108 # 1999/10/30
21109 #       * correct typos in several entries (missing '[' from CSI):
21110 #         mgr-sun, ncsa-m, vt320-k3, att505, avt-ns, as well as smir/rmir
21111 #         strings for avt-ns -TD
21112 #       * add 'dim' to ncv mask for linux (report by Klaus Weide).
21114 # 1999/11/27
21115 #       * correct kf1-kf4 in xterm-r6 which were vt100-style PF1-PF4 -TD
21116 #       * add hts to xterm-r6, and u6-u9 to xterm-r5 -TD
21117 #       * add xterm-88color and xterm-256color -TD
21119 # 1999/12/4
21120 #       * add "obsolete" termcap strings -TD
21121 #       * add kvt and gnome entries -TD
21123 # 1999/12/11
21124 #       * correct cup string for regent100 -TD
21126 # 2000/1/1
21127 #       * update mach, add mach-color based on Debian diffs for ncurses 5.0 -TD
21128 #       * add entries for xterm-hp, xterm-vt220, xterm-vt52 and xterm-noapp -TD
21129 #       * change OTrs capabilities to rs2 -TD
21130 #       * add obsolete and extended capabilities to 'screen' -TD
21132 # 2000/1/5
21133 #       * remove kf0 from rxvt, vt520, vt525 and ibm5151 since it conflicts
21134 #         with kf10 -TD
21135 #       * updated xterm-xf86-v40, making kdch1 correspond to vt220 'Remove',
21136 #         and adding kcbt -TD
21138 # 2000/1/12
21139 #       * remove incorrect khome/kend from xterm-xf86-v333, which was based on
21140 #         nonstandard resource settings -TD
21142 # 2000/2/26
21143 #       * minor fixes for xterm-*, based on Debian #58530 -TD
21145 # 2000/3/4
21146 #       * add several terminal types from esr's "11.0", as well as comments.
21147 #         bq300*, dku7102-old, dku7202, hft, lft, pcmw, pmcons, tws*, vip*,
21148 #         vt220-8bit, vt220-old, wy85-8bit
21150 # 2000/3/18
21151 #       * add several terminal types from esr's "11.0.1" (ansi-*).
21152 #       * update OTxx capabilities for changes on 2000/3/4.
21153 #       * revert part of vt220 change (request by Todd C Miller for OpenBSD)
21155 # 2000/3/26
21156 #       * move screen's AX extension to ecma+color, modify several entries to
21157 #         use that, adjusting ncv as needed -TD
21159 # 2000/4/8
21160 #       * add bsdos-pc-m, bsdos-pc-mono (Jeffrey C Honig)
21161 #       * correct spelling error in entry name: bq300-rv was given as bg300-rv
21162 #         in esr's version.
21164 # 2000/4/15
21165 #       * add cud, ech, etc., to beterm based on feedback from Rico Tudor -TD
21166 #       * correct color definition for ibm3164, make minor changes to other
21167 #         IBM terminal definitions based on recent terminfo descriptions -TD
21169 # 2000/4/22
21170 #       * add mgterm, from NetBSD -TD
21171 #       * add alias sun-cgsix for sun-ss5 as per NetBSD
21172 #       * change cons25w to use rs2 for reset rather than rs1 -TD
21173 #       * add rc/sc to aixterm based on manpage -TD
21175 # 2000/5/13
21176 #       * remove ncv from xterm-16color, xterm-256color
21178 # 2000/6/10
21179 #       * add kmous capability to linux to use Joerg Schoen's gpm patch.
21181 # 2000/7/1
21182 #       * add Eterm (Michael Jennings)
21184 # 2000-07-18
21185 #       * add amiga-vnc entry.
21187 # 2000-08-12
21188 #       * correct description of Top Gun Telnet.
21189 #       * add kterm-color
21191 # 2000-08-26
21192 #       * add qansi* entries from QNX ftp site.
21194 # 2000-09-16
21195 #       * add Matrix Orbital entries by Eric Z. Ayers).
21196 #       * add xterm-basic, xterm-sco entries, update related entries to XFree86
21197 #         4.0.1c -TD
21199 # 2000-09-17
21200 #       * add S0, E0 extensions to screen's entry -TD
21202 # 2000-09-23
21203 #       * several corrections based on tic's new parameter-checking code -TD
21204 #       * modify xterm-r6 and similar rs2 sequences which had \E7...\E8
21205 #         bracketing sequences that reset video attributes (\E8 would restore
21206 #         them) -TD
21208 # 2000-11-11
21209 #       * rename cygwin to cygwinB19, adapt newer entry from Earnie Boyd -TD
21211 # 2000-12-16
21212 #       * improved scoansi, based on SCO man-page, and testing console,
21213 #         scoterm with tack -TD
21215 # 2001-01-27
21216 #       * modify kterm to use acsc via SCS controls.
21218 # 2001-02-10
21219 #       * screen 3.9.8 allows xterm mouse controls to pass-through
21221 # 2001-03-11
21222 #       * remove spurious "%|" from some xterm entries.
21224 # 2001-03-31
21225 #       * modify 'screen' khome/kend to match screen 3.09.08
21226 #       * add examples of 'screen' customization (screen.xterm-xfree86,
21227 #         screen.xterm-r6, screen.teraterm) -TD
21229 # 2001-04-14
21230 #       * correct definitions of shifted editing keys for xterm-xfree86 -TD
21231 #       * add "Apple_Terminal" entries -Benjamin Sittler
21232 #       * remove time-delays from "Apple_Terminal" entries -TD
21233 #       * make sgr entries time-delays consistent with individual caps -TD
21235 # 2001-05-05
21236 #       * corrected/updated screen.xterm-xfree86
21238 # 2001-05-19
21239 #       * ELKS descriptions, from Federico Bianchi
21240 #       * add u6 (CSR) to Eterm (Michael Jennings).
21242 # 2001-07-21
21243 #       * renamed "Apple_Terminal" entries to "nsterm" to work with Solaris's
21244 #         tic which handles names no longer than 14 characters.  Add
21245 #         corresponding descriptions for the Darwin PowerPC console named
21246 #         "xnuppc" -Benjamin Sittler
21248 # 2001-09-01
21249 #       * change kbs in mach entries to ^? (Marcus Brinkmann).
21251 # 2001-11-17
21252 #       * add "putty" entry -TD
21253 #       * updated "Apple_Terminal" entries -Benjamin Sittler
21255 # 2001-11-24
21256 #       * add ms-vt100-color entry -TD
21257 #       * add "konsole" entries -TD
21259 # 2001-12-08
21260 #       * update gnome entry to Redhat 7.2 -TD
21262 # 2002-05-25
21263 #       * add kf13-kf48 strings to cons25w -TD
21264 #       * add pcvt25-color entry -TD
21265 #       * changed a few /usr/lib/tabset -> /usr/share/tabset.
21266 #       * improve some features of scoansi entry based on SCO's version -TD
21267 #       * add scoansi-new entry corresponding to OpenServer 5.0.6
21269 # 2002-06-15
21270 #       * add kcbt to screen entry -TD
21272 # 2002-06-22
21273 #       * add rxvt-16color, ibm+16color, mvterm entries -TD
21275 # 2002-09-28
21276 #       * split out linux-basic entry, making linux-c inherit from that, and
21277 #         in turn linux (with cnorm, etc) inherit from linux-c-nc to reflect
21278 #         the history of this console type -TD
21279 #       * scaled the linux-c terminfo entry to match linux-c-nc, i.e., the
21280 #         r/g/b parameters of initc are in the range 0 to 1000 -TD
21282 # 2002-10-05
21283 #       * minor fix for scale-factor of linux-c and linux-c-nc -TD
21285 # 2002-11-09
21286 #       * split-out vt100+keypad and vt220+keypad, fix interchanged ka3/kb2
21287 #         in the latter -TD
21289 # 2002-11-16
21290 #       * add entries for mterm (mterm, mterm-ansi, decansi) -TD
21291 #       * ncr260wy350pp has only 16 color pairs -TD
21292 #       * add sun-type4 from NetBSD -TD
21293 #       * update xterm-xfree86 to current (xterm patch #170) -TD
21294 #       * add screen-bce, screen-s entries -TD
21295 #       * add xterm-1002, xterm-1003 entries -TD
21297 # 2003-01-11
21298 #       * update homepage for Top Gun Telnet/SSH
21300 # 2003-01-25
21301 #       * reduce duplication in emx entries, added emx-base -TD
21303 # 2003-05-24
21304 #       * corrected acs for screen.teraterm -TD
21305 #       * add tkterm entry -TD
21307 # 2003-07-15
21308 #       * cygwin changes from Charles Wilson:
21309 #         misc/terminfo.src (nxterm|xterm-color): make xterm-color
21310 #         primary instead of nxterm, to match XFree86's xterm.terminfo
21311 #         usage and to prevent circular links.
21312 #         (rxvt): add additional codes from rxvt.org.
21313 #         (rxvt-color): new alias
21314 #         (rxvt-xpm): new alias
21315 #         (rxvt-cygwin): like rxvt, but with special acsc codes.
21316 #         (rxvt-cygwin-native): ditto.  rxvt may be run under XWindows, or
21317 #         with a "native" MSWin GUI.  Each takes different acsc codes,
21318 #         which are both different from the "normal" rxvt's acsc.
21319 #         (cygwin): cygwin-in-cmd.exe window.  Lots of fixes.
21320 #         (cygwinDBG): ditto.
21322 # 2003-09-27
21323 #       * update gnome terminal entries -TD
21325 # 2003-10-04
21326 #       * add entries for djgpp 2.03 and 2.04 -TD
21328 # 2003-10-25
21329 #       * add alias for vtnt -TD
21330 #       * update xterm-xfree86 for XFree86 4.4 -TD
21332 # 2003-11-22
21333 #       * add linux-vt (Andrey V Lukyanov)
21335 # 2003-12-20
21336 #       * add screen.linux -TD
21338 # 2004-01-10
21339 #       * revised/improved entries for tvi912b, tvi920b (Benjamin Sittler)
21341 # 2004-01-17
21342 #       * add OpenNT/Interix/SFU entries (Federico Bianchi)
21343 #       * add vt100+ and vt-utf8 entries -TD
21344 #       * add uwin entry -TD
21346 # 2004-03-27
21347 #       * add sgr strings to several common entries lacking them, e.g.,
21348 #         screen, to make the entries more portable -TD
21349 #       * remove cvvis from rxvt entry, since it is the same as cnorm -TD
21350 #       * similar fixups for cvvis/cnorm various entries -TD
21352 # 2004-05-22
21353 #       * remove 'ncv' from xterm-256color (xterm patch #188) -TD
21355 # 2004-06-26
21356 #       * add mlterm -TD
21357 #       * add xterm-xf86-v44 -TD
21358 #       * modify xterm-new aka xterm-xfree86 to accommodate luit, which relies
21359 #         on G1 being used via an ISO-2022 escape sequence (report by
21360 #         Juliusz Chroboczek) -TD
21361 #       * add 'hurd' entry -TD
21363 # 2004-07-03
21364 #       * make xterm-xf86-v43 derived from xterm-xf86-v40 rather than
21365 #         xterm-basic -TD
21366 #       * align with xterm #192's use of xterm-new -TD
21367 #       * update xterm-new and xterm-8bit for cvvis/cnorm strings -TD
21368 #       * make xterm-new the default "xterm" -TD
21370 # 2004-07-10
21371 #       * minor fixes for emu -TD
21372 #       * add emu-220
21373 #       * add rmam/smam to linux (Trevor Van Bremen)
21374 #       * change wyse acsc strings to use 'i' map rather than 'I' -TD
21375 #       * fixes for avatar0 -TD
21376 #       * fixes for vp3a+ -TD
21378 # 2004-07-17
21379 #       * add xterm-pc-fkeys -TD
21380 #       * review/update gnome and gnome-rh90 entries (prompted by
21381 #         Redhat Bugzilla #122815) -TD
21382 #       * review/update konsole entries -TD
21383 #       * add sgr, correct sgr0 for kterm and mlterm -TD
21384 #       * correct tsl string in kterm -TD
21386 # 2004-07-24
21387 #       * make ncsa-m rmacs/smacs consistent with sgr -TD
21388 #       * add sgr, rc/sc and ech to syscons entries -TD
21389 #       * add function-keys to decansi -TD
21390 #       * add sgr to mterm-ansi -TD
21391 #       * add sgr, civis, cnorm to emu -TD
21392 #       * correct/simplify cup in addrinfo -TD
21393 #       * corrections for gnome and konsole entries
21394 #         (Redhat Bugzilla #122815) -Hans de Goede
21395 #       * modify DEC entries (vt220, etc), to add sgr string, and to use
21396 #         ISO-2022 strings for rmacs/smacs -TD
21398 # 2004-07-31
21399 #       * rename xterm-pc-fkeys to xterm+pcfkeys -TD
21401 # 2004-08-07
21402 #       * improved putty entry -Robert de Bath
21404 # 2004-08-14
21405 #       * remove dch/dch1 from rxvt because they are implemented inconsistently
21406 #         with the common usage of bce/ech -TD
21407 #       * remove khome from vt220 (vt220's have no home key) -TD
21408 #       * add rxvt+pcfkeys -TD
21410 # 2004-08-21
21411 #       * modify several entries to ensure xterm mouse and cursor visibility
21412 #         are reset in rs2 string:  hurd, putty, gnome, konsole-base, mlterm,
21413 #         Eterm, screen.  (The xterm entries are left alone - old ones for
21414 #         compatibility, and the new ones do not require this change) -TD
21416 # 2004-08-28
21417 #       * add morphos entry -Pavel Fedin
21418 #       * modify amiga-8bit to add khome/kend/knp/kpp -Pavel Fedin
21419 #       * corrected \E[5?l to \E[?5l in vt320 entries -TD
21421 # 2004-11-20
21422 #       * update wsvt25 entry -TD
21424 # 2005-01-29
21425 #       * update pairs for xterm-88color and xterm-256color to reflect the
21426 #         ncurses extended-color support -TD
21428 # 2005-02-26
21429 #       * modify sgr/sgr0 in xterm-new to improve tgetent's derived "me" -TD
21430 #       * add aixterm-16color to demonstrate 16-color capability -TD
21432 # 2005-04-23
21433 #       * add media-copy to vt100 -TD
21434 #       * corrected acsc string for vt52 -TD
21436 # 2005-04-30
21437 #       * add kUP, kDN (user-defined shifted up/down arrow) definitions for
21438 #         xterm-new -TD
21439 #       * add kUP5, kUP6, etc., for xterm-new and rxvt -TD
21441 # 2005-05-07
21442 #       * re-corrected acsc string for vt52 -TD
21444 # 2005-05-28
21445 #       * corrected sun-il sgr string which referred to bold and underline -TD
21446 #       * add sun-color entry -TD
21448 # 2005-07-23
21449 #       * modify sgr0 in several entries to reset alternate-charset as in the
21450 #         sgr string -TD
21451 #       * modify sgr string of prism9 to better match the individual
21452 #         attributes -TD
21454 # 2005-10-15
21455 #       * correct order of use= in rxvt-basic -TD
21457 # 2005-10-26
21458 #       * use kind/kri as shifted up/down cursor keys for xterm-new -TD
21460 # 2005-11-12
21461 #       * other minor fixes to cygwin based on tack -TD
21462 #       * correct smacs in cygwin (report by Baurzhan Ismagulov).
21464 # 2006-02-18
21465 #       * add nsterm-16color entry -TD
21466 #       * remove ncv flag from xterm-16color -TD
21467 #       * remove setf/setb from xterm-256color to match xterm #209 -TD
21468 #       * update mlterm entry to 2.9.2 -TD
21470 # 2006-02-25
21471 #       * fixes to make nsterm-16color match report
21472 #         by Christian Ebert -Alain Bench
21474 # 2006-04-22
21475 #       * add xterm+256color building block -TD
21476 #       * add gnome-256color, putty-256color, rxvt-256color -TD
21478 # 2006-05-06
21479 #       * add hpterm-color -TD
21481 # 2006-06-24
21482 #       * add xterm+pcc0, xterm+pcc1, xterm+pcc2, xterm+pcc3 -TD
21483 #       * add gnome-fc5 (prompted by GenToo #122566) -TD
21484 #       * remove obsolete/misleading comments about kcbt on Linux -Alain Bench
21485 #       * improve xterm-256color by combining the ibm+16color setaf/setab
21486 #         strings with SGR 48.  The setf/setb strings also are cancelled here
21487 #         rather than omitted so derived entries will cancel those also -Alain
21488 #         Bench
21490 # 2006-07-01
21491 #       * add some notes regarding copyright to terminfo.src -TD
21492 #       * use rxvt+pcfkeys in Eterm -TD
21493 #       * remove km and flash from gnome, Eterm and rxvt since they do not work
21494 #         as one would expect (km sends ESC rather than setting the 8th bit
21495 #         of the key) -TD
21496 #       * add/use ansi+enq, vt100+enq and vt102+enq -TD
21497 #       * add konsole-solaris -TD
21499 # 2006-07-22
21500 #       * update xterm-sun and xterm-sco entries to match xterm #216 -TD
21501 #       * modify is2/rs2 strings for xterm-r6 as per fix in xterm #148 -TD
21502 #       * modify xterm-24 to inherit from "xterm" -TD
21503 #       * add xiterm entry -TD
21504 #       * add putty-vt100 entry -TD
21505 #       * corrected spelling of Michael A Dorman's name, prompted by
21506 #         http://www.advogato.org/person/mdorman/diary.html -TD
21508 # 2006-08-05
21509 #       * add xterm+pcf0, xterm+pcf2 from xterm #216 -TD
21510 #       * update xterm+pcfkeys to match xterm #216 -TD
21512 # 2006-08-17
21513 #       * make descriptions of xterm entries consistent with its terminfo -TD
21515 # 2006-08-26
21516 #       * add xfce, mgt -TD
21518 # 2006-09-02
21519 #       * correct acsc string in kterm -TD
21521 # 2006-09-09
21522 #       * add kon entry -TD
21523 #       * remove invis from linux and related entries, add klone+sgr8 for those
21524 #         that implement the feature (or have not been shown to lack it) -TD
21526 # 2006-09-23
21527 #       * add ka2, kb1, kb3, kc2 to vt220-keypad as an extension -TD
21528 #       * minor improvements to rxvt+pcfkeys -TD
21530 # 2006-09-30
21531 #       * fix a few typos in if/then/else expressions -TD
21533 # 2006-10-07
21534 #       * add several GNU Screen variations with 16- and 256-colors, and
21535 #         status line (Alain Bench).
21537 # 2007-03-03
21538 #       * add Newbury Data entries (Jean-Charles Billaud).
21540 # 2007-06-10
21541 #       * corrected xterm+pcf2 modifiers for F1-F4, match xterm #226 -TD
21543 # 2007-07-14
21544 #       * restore section of pre-ncurses-4.2 changelog to fix attribution -TD
21545 #       * add konsole-256color entry -TD
21547 # 2007-08-18
21548 #       * add 9term entry (request by Juhapekka Tolvanen) -TD
21550 # 2007-10-13
21551 #       * correct kIC in rxvt+pcfkeys (prompted by Debian #446444) -TD
21552 #       * add shift-control- and control-modified keys for rxvt editing
21553 #         keypad -TD
21554 #       * update mlterm entry to 2.9.3 -TD
21555 #       * add mlterm+pcfkeys -TD
21557 # 2007-10-20
21558 #       * move kLFT, kRIT, kind and kri capabilities from xterm-new to
21559 #         xterm+pcc0, etc., to make the corresponding building blocks reflect
21560 #         xterm's capabilities -TD
21561 #       * add mrxvt entry -TD
21562 #       * add xterm+r6f2, use in mlterm and mrxvt entries -TD
21564 # 2007-11-03
21565 #       * correct acsc strings for h19 and z100 (Benjamin Sittler)
21567 # 2007-11-11
21568 #       * use xterm-xf86-v44 for "xterm-xfree86", reflecting changes to
21569 #         xterm starting with xterm patch #216 -TD
21570 #       * make legacy xterm entries such as xterm-24 inherit from xterm-old,
21571 #         to match xterm #230 -TD
21572 #       * extend xterm+pccX entries to match xterm #230 -TD
21573 #       * add xterm+app, xterm+noapp, from xterm #230 -TD
21574 #       * add/use xterm+pce2 from xterm #230, in xterm+pcfkeys -TD
21576 # 2008-04-19
21577 #       * add screen.rxvt -TD
21579 # 2008-04-28
21580 #       * add screen+fkeys (prompted by Debian #478094) -TD
21582 # 2008-06-28
21583 #       * add screen.mlterm -TD
21584 #       * improve mlterm and mlterm+pcfkeys -TD
21586 # 2008-08-23
21587 #       * add Eterm-256color, Eterm-88color -TD
21588 #       * add rxvt-88color -TD
21590 # 2008-10-12
21591 #       * add teraterm4.59 entry, use that as primary teraterm entry, rename
21592 #         original to teraterm2.3 -TD
21593 #       * update "gnome" to 2.22.3 -TD
21594 #       * update "konsole" to 1.6.6 -TD
21595 #       * add "aterm" -TD
21596 #       * add "linux2.6.26" -TD
21598 # 2008-11-15
21599 #       * change several \E[2g (clear tab at current column) to \E[3g
21600 #         (clear all tabs) to match definition for tbc capability -TD
21602 # 2008-11-29
21603 #       * add eterm-color -TD
21605 # 2009-01-10
21606 #       * add screen.Eterm -TD
21608 # 2009-03-28
21609 #       * correct typo in pfkey of ansi.sys-old
21610 #         (report by Kalle Olavi Niemitalo)
21611 #       * move function- and cursor-keys from emx-base to ansi.sys, and create
21612 #         a pfkey capability which handles F1-F48 -TD
21614 # 2009-05-02
21615 #       * add vwmterm entry (Bryan Christ)
21617 # 2009-09-19
21618 #       * change ncv and op capabilities in sun-color to match Sun's entry for
21619 #         this (report by Laszlo Peter)
21620 #       * improve interix smso by using reverse rather than bold (report by
21621 #         Kristof Zelechovski).
21623 # 2009-10-03
21624 #       * remove unnecessary kcan assignment to ^C from putty (Sven Joachim)
21625 #       * add linux-16color (Benjamin Sittler)
21626 #       * correct initc capability of linux-c-nc end-of-range (Benjamin Sittler)
21627 #       * similar change for dg+ccc and dgunix+ccc (Benjamin Sittler)
21628 #       * add ccc and initc capabilities to xterm-16color -TD
21630 # 2009-10-31
21631 #       * updated nsterm* entries (Benjamin Sittler, prompted by GenToo #206201)
21633 # 2009-12-12
21634 #       * updated nsterm* entries (Benjamin Sittler, Emanuele Giaquinta)
21636 # 2009-12-19
21637 #       * add bw (auto-left-margin) to nsterm* entries (Benjamin Sittler)
21638 #       * rename minix to minix-1.7, add minix entry for Minix3 -TD
21640 # 2009-12-26
21641 #       * add bterm (bogl 0.1.18) -TD
21642 #       * minor fix to rxvt+pcfkeys -TD
21644 # 2010-02-06
21645 #       * update mrxvt to 0.5.4, add mrxvt-256color -TD
21647 # 2010-02-13
21648 #       * add several screen-bce.XXX entries -TD
21650 # 2010-02-23
21651 #       * modify screen-bce.XXX entries to exclude ech, since screen's color
21652 #         model does not clear with color for that feature -TD
21654 # 2010-03-20
21655 #       * rename atari and st52 to atari-old, st52-old, use newer entries from
21656 #         FreeMiNT by Guido Flohr (from patch/report by Alan Hourihane).
21658 # 2010-06-12
21659 #       * add mlterm-256color entry -TD
21661 # 2010-07-17
21662 #       * add hard-reset for rs2 to wsvt25 to help ensure that reset ends
21663 #         the alternate character set (patch by Nicholas Marriott)
21665 # 2010-08-28
21666 #       * improve acsc for vt52 (Benjamin Sittler)
21667 #       * modify nsterm entries for consistent sgr/sgr0 -TD
21668 #       * modify xnuppc entries for consistent sgr/sgr0 -TD
21669 #       * add invis to tek4115 sgr -TD
21671 # 2010-09-11
21672 #       * reformat acsc strings to canonical format -TD
21674 # 2010-09-25
21675 #       * add "XT" capability to entries for terminals that support both
21676 #         xterm-style mouse- and title-controls, for "screen" which
21677 #         special-cases TERM beginning with "xterm" or "rxvt" -TD
21679 # 2010-10-02
21680 #       * fill in no-parameter forms of cursor-movement where a parameterized
21681 #         form is available -TD
21682 #       * fill in missing cursor controls where the form of the controls is
21683 #         ANSI -TD
21684 #       * add parameterized cursor-controls to linux-basic (report by Dae) -TD
21686 # 2010-10-09
21687 #       * correct comparison used for setting 16-colors in linux-16color
21688 #         entry (Novell #644831) -TD
21689 #       * improve linux-16color entry, using "dim" for color-8 which makes it
21690 #         gray rather than black like color-0 -TD
21692 # 2010-11-20
21693 #       * make "vte" the principal entry defining "gnome", since GNOME terminal
21694 #         is merely one of several terminals whose behavior is provided by this
21695 #         library -TD
21697 # 2010-11-27
21698 #       * fix typo in rmso for tek4106 -Goran Weinholt
21700 # 2010-12-11
21701 #       * suppress ncv in screen entry, allowing underline -Alejandro R. Sedeno
21702 #       * also suppress ncv in konsole-base -TD
21704 # 2011-02-05
21705 #       * add U8 feature to denote entries for terminal emulators which do not
21706 #         support VT100 SI/SO when processing UTF-8 encoding -TD
21707 #       * add xterm-utf8 as a demo of the U8 feature -TD
21709 # 2011-02-20
21710 #       * add cons25-debian entry (Brian M Carlson, Debian #607662).
21712 # 2011-06-11
21713 #       * update minix entry to minix 3.2 (Thomas Cort).
21715 # 2011-07-09
21716 #       * fix inconsistent tabset path in pcmw (Todd C. Miller).
21717 #       * remove a backslash which continued comment, obscuring altos3
21718 #         definition with OpenBSD toolset (Nicholas Marriott).
21720 # 2011-07-16
21721 #       * add/use xterm+tmux chunk from xterm #271 -TD
21722 #       * resync xterm-new entry from xterm #271 -TD
21723 #       * add E3 extended capability to linux-basic (Miroslav Lichvar)
21724 #       * add linux2.2, linux2.6, linux3.0 entries to give context for E3 -TD
21725 #       * add SI/SO change to linux2.6 entry (Debian #515609) -TD
21727 # 2011-07-21
21728 #       * add kich1 to sun (Yuri Pankov)
21729 #       * use bold rather than reverse for smso in sun-color (Yuri Pankov).
21731 # 2011-08-06
21732 #       * corrected k9 in dg460-ansi, add other features based on manuals -TD
21734 # 2011-08-20
21735 #       * minor cleanup of X-terminal emulator section -TD
21736 #       * add terminator entry -TD
21737 #       * add simpleterm entry -TD
21739 # 2011-09-10
21740 #       * add xterm+kbs fragment from xterm #272 -TD
21742 # 2011-11-12
21743 #       * add pccon entries for OpenBSD console (Alexei Malinin)
21745 # 2011-12-17
21746 #       * corrected old changelog comments -TD
21748 # 2011-11-24
21749 #       * add putty-sco -TD
21751 # 2012-01-28
21752 #       * add mach-gnu (Samuel Thibault)
21753 #       * add mach-gnu-color, tweaks to mach-gnu -TD
21754 #       * make sgr for sun-color agree with smso -TD
21755 #       * make sgr for prism9 agree with other caps -TD
21756 #       * make sgr for icl6404 agree with other caps -TD
21757 #       * make sgr for ofcons agree with other caps -TD
21758 #       * make sgr for att5410v1, att4415, att620 agree with other caps -TD
21759 #       * make sgr for aaa-unk, aaa-rv agree with other caps -TD
21760 #       * make sgr for avt-ns agree with other caps -TD
21762 # 2012-02-11
21763 #       * make sgr for xterm-pcolor agree with other caps -TD
21764 #       * make sgr for att5425 agree with other caps -TD
21765 #       * make sgr for att630 agree with other caps -TD
21766 #       * make sgr for linux entries agree with other caps -TD
21767 #       * make sgr for tvi9065 agree with other caps -TD
21768 #       * make sgr for ncr260vt200an agree with other caps -TD
21769 #       * make sgr for ncr160vt100pp agree with other caps -TD
21770 #       * make sgr for ncr260vt300an agree with other caps -TD
21771 #       * make sgr for aaa-60-dec-rv, aaa+dec agree with other caps -TD
21772 #       * make sgr for cygwin, cygwinDBG agree with other caps -TD
21774 # 2012-03-31
21775 #       * correct order of use-clauses in st-256color -TD
21777 # 2012-04-01
21778 #       * revert 2011-07-16 change to "linux" alias, return to "linux2.2" -TD
21780 # 2012-04-14
21781 #       * document all of the user-defined capabilities in one place -TD
21782 #       * add XT to some places to improve usefulness for other applications
21783 #         than screen, which would like to pretend that xterm's title is
21784 #         a status-line. -TD
21785 #       * change use-clauses in ansi-mtabs, hp2626, and hp2622 based on review
21786 #         of ordering and overrides -TD
21788 # 2012-04-21
21789 #       * add msgr to vt420, similar DEC vtXXX entries -TD
21790 #       * add several missing vt420 capabilities from vt220 -TD
21791 #       * factor out ansi+pp from several entries -TD
21792 #       * change xterm+sl and xterm+sl-twm to include only the status-line
21793 #         capabilities and not "use=xterm", making them more generally useful
21794 #         as building-blocks -TD
21795 #       * add dec+sl building block, as example -TD
21797 # 2012-04-28
21798 #       * fix some inconsistencies between vt320/vt420, e.g., cnorm/civis -TD
21799 #       * add eslok flag to dec+sl -TD
21800 #       * dec+sl applies to vt320 and up -TD
21801 #       * drop wsl width from xterm+sl -TD
21802 #       * reuse xterm+sl in putty and nsca-m -TD
21803 #       * add ansi+tabs to vt520 -TD
21804 #       * add ansi+enq to vt220-vt520 -TD
21806 # 2012-05-05
21807 #       * remove p6 (bold) from opus3n1+ for consistency -TD
21808 #       * remove acs stuff from env230 per clues in Ingres termcap -TD
21809 #       * modify env230 sgr/sgr0 to match other capabilities -TD
21810 #       * modify smacs/rmacs in bq300-8 to match sgr/sgr0 -TD
21811 #       * make sgr for dku7202 agree with other caps -TD
21812 #       * make sgr for ibmpc agree with other caps -TD
21813 #       * make sgr for tek4107 agree with other caps -TD
21814 #       * make sgr for ndr9500 agree with other caps -TD
21815 #       * make sgr for sco-ansi agree with other caps -TD
21816 #       * make sgr for d410 agree with other caps -TD
21817 #       * make sgr for d210 agree with other caps -TD
21818 #       * make sgr for d470c, d470c-7b agree with other caps -TD
21820 # 2012-05-12
21821 #       * rewrite vt520 entry based on vt420 -TD
21822 #       * corrected 'op' for bterm (report by Samuel Thibault) -TD
21824 # 2012-06-02
21825 #       * add kdch1 to wsvt25 entry from NetBSD CVS (reported by David Lord,
21826 #         analysis by Martin Husemann).
21827 #       * add cnorm/civis to wsvt25 entry from NetBSD CVS (report/analysis by
21828 #         Onno van der Linden).
21829 #       * add kdch1 aka "Remove" to vt220 and vt220-8 entries -TD
21830 #       * add kdch1, etc., to qvt108 -TD
21831 #       * add dl1/il1 to some entries based on dl/il values -TD
21832 #       * add dl to simpleterm -TD
21834 # 2012-06-10
21835 #       * modify some older xterm entries to align with xterm source -TD
21836 #       * separate "xterm-old" alias from "xterm-r6" -TD
21838 # 2012-07-28
21839 #       * add E3 to xterm-basic and putty -TD
21841 # 2012-08-11
21842 #       * add nsterm-256color, make this the default nsterm -TD
21843 #       * remove bw from nsterm-bce, per testing with tack -TD
21845 # 2012-10-12
21846 #       * add vte-2012, gnome-2012, making these the defaults for vte/gnome
21847 #         (patch by Christian Persch).
21849 # 2012-11-02
21850 #       * reviewed vte-2012, reverted most of the change since it was incorrect
21851 #         based on testing with tack -TD
21852 #       * un-cancel the initc in vte-256color, since this was implemented
21853 #         starting with version 0.20 in 2009 -TD
21855 # 2013-03-16
21856 #       * correct typo in sgr string for sun-color,
21857 #         add bold for consistency with sgr,
21858 #         change smso for consistency with sgr -TD
21859 #       * correct typo in sgr string for terminator -TD
21860 #       * add blink to the attributes masked by ncv in linux-16color (report
21861 #         by Benjamin Sittler)
21863 # 2013-03-23
21864 #       * change initialization for vt220, similar entries for consistency
21865 #         with cursor-key strings (NetBSD #47674) -TD
21866 #       * further improvements to linux-16color (Benjamin Sittler)
21868 # 2013-05-11
21869 #       * move nsterm-related entries out of "obsolete" section to more
21870 #         plausible "ansi consoles" -TD
21871 #       * additional cleanup of table-of-contents by reordering -TD
21873 # 2013-06-07
21874 #       * added note to clarify Terminal.app's non-emulation of the various
21875 #         terminal types listed in the preferences dialog -TD
21877 # 2013-11-02
21878 #       * use TS extension to describe xterm's title-escapes -TD
21879 #       * modify terminator and nsterm-s to use xterm+sl-twm building block -TD
21880 #       * update hurd.ti, add xenl to reflect 2011-03-06 change in
21881 #         http://git.savannah.gnu.org/cgit/hurd/hurd.git/log/console/display.c
21882 #         (Debian #727119).
21883 #       * simplify pfkey expression in ansi.sys -TD
21885 # 2013-11-10
21886 #       * split-out building blocks xterm+sm+1002 and xterm+sm+1003 -TD
21888 # 2014-02-22
21889 #       * updated notes for wsvt25 based on tack and vttest -TD
21890 #       * add teken entry to show actual properties of FreeBSD's "xterm"
21891 #         console -TD
21893 # 2014-03-22
21894 #       * add terminology entry -TD
21895 #       * add mlterm3 entry, use that as "mlterm" -TD
21896 #       * inherit mlterm-256color from mlterm -TD
21898 # 2014-03-23
21899 #       * fix typo in "mlterm" entry (report by Gabriele Balducci) -TD
21901 # 2014-03-30
21902 #       * cancel ccc in putty-256color and konsole-256color for consistency
21903 #         with the cancelled initc capability (patch by Sven Zuhlsdorf).
21904 #       * add xterm+256setaf building block for various terminals which only
21905 #         get the 256-color feature half-implemented -TD
21906 #       * updated "st" entry (leaving the 0.1.1 version as "simpleterm") to
21907 #         0.4.1 -TD
21909 # 2014-05-03
21910 #       * add vt520ansi (Mike Gran)
21912 # 2014-05-24
21913 #       * correct several entries which had termcap-style padding used in
21914 #         terminfo: adm21, aj510, alto-h19, att605-pc, x820 -TD
21915 #       * correct syntax for padding in some entries: dg211, h19 -TD
21916 #       * correct ti924-8 which had confused padding versus octal escapes -TD
21917 #       * correct padding in sbi entry -TD
21919 # 2014-06-07
21920 #       * update xterm-new to xterm patch #305 -TD
21921 #       + change screen's smso to use SGR 7 (ECMA-80 reverse) rather than SGR 3
21922 #         (italic).  This was a long-ago typo in screen 3.1.1 which was
21923 #         overlooked until a few terminal emulators implemented the feature -TD
21925 # 2014-06-09
21926 #       > fix regression in screen terminfo entries (reports by Christian
21927 #         Ebert, Gabriele Balducci) -TD
21928 #       + revert the change to screen; see notes for why this did not work -TD
21929 #       + cancel sitm/ritm for entries which extend "screen", to work around
21930 #         screen's hardcoded behavior for SGR 3 -TD
21932 # 2014-06-14
21933 #       + modify sgr for screen.xterm-new to support dim capability -TD
21934 #       + add dim capability to nsterm+7 -TD
21935 #       + cancel dim capability for iterm -TD
21936 #       + add dim, invis capabilities to vte-2012 -TD
21937 #       + add sitm/ritm to konsole-base and mlterm3 -TD
21939 # 2014-10-06
21940 #       + add xterm-1005 and xterm-1006 entries, with suggested extension
21941 #         capability "xm" -TD
21943 # 2014-10-07
21944 #       + update test-report for mrxvt -TD
21946 # 2014-10-11
21947 #       + add xterm-x10mouse, xterm-x11mouse, etc. -TD
21949 # 2014-10-18
21950 #       + reviewed terminology 0.6.1, add function key definitions.  None of
21951 #         the vt100-compatibility issues were improved -TD
21953 # 2015-04-22
21954 #       + add 'dim' capability to screen entry (report by Leonardo B Schenkel)
21955 #       + add several key definitions to nsterm-bce to match preconfigured
21956 #         keys, e.g., with OSX 10.9 and 10.10 (report by Leonardo B Schenkel)
21958 # 2015-05-02
21959 #       + remove unnecessary ';' from E3 capabilities -TD
21960 #       + add tmux entry, derived from screen (patch by Nicholas Marriott).
21961 #       + split-out recent change to nsterm-bce as nsterm-build326, and add
21962 #         nsterm-build342 to reflect changes with successive releases of OSX
21963 #         (discussion with Leonardo B Schenkel)
21964 #       + add xon, ich1, il1 to ibm3161 (patch by Stephen Powell,
21965 #         Debian #783806)
21967 # 2015-05-17
21968 #       + remove screen-bce.mlterm, since mlterm does not do "bce" -TD
21969 #       + add several screen.XXX entries to support the respective variations
21970 #         for 256 colors -TD
21972 # 2015-05-23
21973 #       + add putty+fnkeys* building-block entries -TD
21975 # 2015-05-30
21976 #       + remove spurious "%;" from st entry (report by Daniel Pitts) -TD
21977 #       + add vte-2014, update vte to use that -TD
21979 # 2015-06-27
21980 #       + comment-out "screen.xterm" entry, and inherit screen.xterm-256color
21981 #         from xterm-new (report by Richard Birkett) -TD
21983 # 2015-07-25
21984 #       + add status line to tmux via xterm+sl (patch by Nicholas Marriott).
21985 #       + fixes for st 0.5 from testing with tack -TD
21987 # 2015-10-24
21988 #       + updated minitel entries to fix kel problem with emacs, and add
21989 #         minitel1b-nb (Alexandre Montaron).
21990 #       + reviewed/updated nsterm entry Terminal.app in OSX -TD
21991 #       + replace some dead URLs in commands with equivalents from the
21992 #         Internet Archive -TD
21994 # 2015-11-14
21995 #       + add bold to pccon+sgr+acs and pccon-base (Tati Chevron).
21996 #       + add keys f12-f124 to pccon+keys (Tati Chevron).
21998 # 2015-11-21
21999 #       + fix some inconsistencies in the pccon* entries -TD
22001 # 2015-11-28
22002 #       + add viewdata (Alexandre Montaron).
22004 # 2016-01-16
22005 #       + tidy up comments about hardcoded 256color palette (report by
22006 #         Leonardo Brondani Schenkel) -TD
22007 #       + add putty-noapp entry, and amend putty entry to use application mode
22008 #         for better consistency with xterm (report by Leonardo Brondani
22009 #         Schenkel) -TD
22011 # 2016-04-23
22012 #       + add 'oc' capability to xterm+256color, allowing palette reset for
22013 #         xterm -TD
22015 # 2016-05-14
22016 #       + modify linux2.6 entry to improve line-drawing -TD
22017 #       + make linux3.0 entry the default linux entry (Debian #823658) -TD
22019 # 2016-05-29
22020 #       + modify rs1 for xterm-16color, xterm-88color and xterm-256color to
22021 #         reset palette using "oc" string as in linux -TD
22023 # 2016-06-11
22024 #       + use ANSI reply for u8 in xterm-new, to reflect vt220-style responses
22025 #         that could be returned -TD
22026 #       + added a few capabilities fixed in recent vte -TD
22028 # 20160817
22029 #       + correct a typo in interix -TD
22031 # 2016-09-24
22032 #       + updated minitel entries to use status line with screen(1), as well as
22033 #         printing special G2 videotex chars like french accentuated glyph
22034 #         using special cap XC= (patch by Alexandre Montaron).
22036 # 2016-10-01
22037 #       + add linux-m1 minitel entries (patch by Alexandre Montaron).
22038 #       + correct rs2 string for vt100-nam -TD
22040 # 2016-11-26
22041 #       + modify linux-16color to not mask dim, standout or reverse with the
22042 #         ncv capability -TD
22043 #       + add 0.1sec mandatory delay to flash capabilities using the VT100
22044 #         reverse-video control -TD
22045 #       + omit selection of ISO-8859-1 for G0 in enacs capability from linux2.6
22046 #         entry, to avoid conflict with the user-defined mapping.  The reset
22047 #         feature will use ISO-8859-1 in any case (Mikulas Patocka).
22049 # 2016-12-30
22050 #       + merge current st description (report by Harry Gindi) -TD
22052 # 2016-12-31
22053 #       + modify flash capability for linux and wyse entries to put the delay
22054 #         between the reverse/normal escapes rather than after -TD
22056 # 2017-01-28
22057 #       + minor comment-fixes to help automate links to bug-urls -TD
22058 #       + add dvtm, dvtm-256color -TD
22059 #       + add settings corresponding to xterm-keys option to tmux entry to
22060 #         reflect upcoming change to make that option "on" by default
22061 #         (patch by Nicholas Marriott).
22062 #       + uncancel Ms in tmux entry (Harry Gindi, Nicholas Marriott).
22063 #       + add dumb-emacs-ansi -TD
22065 # 2017-03-05
22066 #       + correct a few spelling errors in comments -TD
22067 #       + add fbterm -TD
22069 # 2017-03-11
22070 #       + add vt100+4bsd building block, use that for older terminals rather
22071 #         than "vt100" which is now mostly used as a building block for
22072 #         terminal emulators -TD
22073 #       + modify vt100 rs2 string to reset vt52 mode and scrolling regions
22074 #         (report/analysis by Robert King) -TD
22076 # 2017-04-01
22077 #       + minor fixes for vt100+4bsd, e.g., delay in sgr for consistency -TD
22078 #       + add smso for env230, to match sgr -TD
22079 #       + remove p7/protect from sgr in fbterm -TD
22080 #       + drop setf/setb from fbterm; setaf/setab are enough -TD
22081 #       + make xterm-pcolor sgr consistent with other capabilities -TD
22082 #       + add rmxx/smxx ECMA-48 strikeout extension to tmux and xterm-basic
22083 #         (discussion with Nicholas Marriott)
22085 # 2017-04-22
22086 #       + correct missing comma-separator between string capabilities in
22087 #         icl6402 and m2-nam -TD
22088 #       + update formatting with ncurses 6.0.20170422 -TD
22089 #       + restore rmir/smir in ansi+idc to better match original ansiterm+idc,
22090 #         add alias ansiterm (report by Robert King).
22092 # 2017-05-13
22093 #       + reformatted using hexadecimal numbers to improve readability -TD
22095 # 2017-07-29
22096 #       + update interix entry using tack and SFU on Windows 7 Ultimate -TD
22097 #       + use ^? for kdch1 in interix (reported by Jonathan de Boyne Pollard)
22098 #       + add "rep" to xterm-new, available since 1997/01/26 -TD
22099 #       + move SGR 24 and 27 from vte-2014 to vte-2012 (request by Alain
22100 #         Williams) -TD
22102 # 2017-08-16
22103 #       + update "iterm" entry -TD
22104 #       + add "iterm2" entry (report by Leonardo Brondani Schenkel) -TD
22106 # 2017-08-18
22107 #       + update notes on user-defined capabilities -TD
22109 # 2017-08-26
22110 #       + fixes for "iterm2" (report by Leonardo Brondani Schenkel) -TD
22112 ######## SHANTIH!  SHANTIH!  SHANTIH!
22113 # generated by ncurses 6.0.20170826 tic
22114 # using options -CKtx
22115 # from terminfo.src revision 1.617