1 # $NetBSD: termcap.src,v 1.101 2008/03/11 18:47:57 agc Exp $
3 ######## TERMINAL TYPE DESCRIPTIONS SOURCE FILE
8 # Eric S. Raymond (current maintainer)
10 # Craig Leres, Berkeley
12 # Please e-mail changes to terminfo@ccil.org. The old termcap@berkeley.edu
13 # address is no longer valid.
15 # PURPOSE OF THIS FILE:
17 # This file describes the capabilities of various character-cell terminals,
18 # as needed by software such as screen-oriented editors.
20 # Other terminfo and termcap files exist, supported by various OS vendors
21 # or as relics of various older versions of UNIX. This one is the longest
22 # and most comprehensive one in existence. It subsumes not only the entirety
23 # of the historical 4.4BSD, GNU, System V and SCO termcap files and the BRL
24 # termcap file, but also large numbers of vendor-maintained termcap and
25 # terminfo entries more complete and carefully tested than those in historical
26 # termcap/terminfo versions.
28 # Pointers to related resources (including the ncurses distribution) may
29 # be found at <http://www.ccil.org/terminfo>.
31 # INTERNATIONALIZATION:
33 # This file uses only the US-ASCII as the G0/GL character set.
35 # This file assumes a US-ASCII character set. If you need to fix this, start
36 # by global-replacing \E(B and \E)B with the appropriate ISO 6429 enablers
37 # for your character set. \E(A and \E)A enables the British character set
38 # with the pound sign at position 2/3.
40 # In order to allow 8bit encodings (right half of ISO8859 character sets,
41 # EUC encondings, etc.), we do not use G1 (and SO/SI) for alternate
42 # character set but use G0 instead, and \E)0 should be avoided in <enacs>
43 # and initialization strings.
47 # The version you are looking at may be in any of three formats: master
48 # (terminfo with OT capabilities), stock terminfo, or termcap. You can tell
49 # which by the format given in the header above.
51 # The master format is accepted and generated by the terminfo tools in the
52 # ncurses suite; it differs from stock (System V-compatible) terminfo only
53 # in that it admits a group of capabilities (prefixed `OT') equivalent to
54 # various obsolete termcap capabilities. You can, thus, convert from master
55 # to stock terminfo simply by filtering with `sed "/OT[^,]*,/s///"'; but if
56 # you have ncurses `tic -I' is nicer (among other things, it automatically
57 # outputs entries in a canonical form).
59 # The termcap version is generated automatically from the master version
60 # using tic -C. This filtering leaves in the OT capabilities under their
61 # original termcap names. All translated entries fit within the 1023-byte
62 # string-table limit of archaic termcap libraries except where explicitly
63 # noted below. Note that the termcap translation assumes that your termcap
64 # library can handle multiple tc capabilities in an entry. 4.4BSD has this
65 # capability. Older versions of GNU termcap, through 1.3, do not.
67 # For details on these formats, see terminfo(5) in the ncurses distribution,
68 # and termcap(5) in the 4.4BSD Unix Programmer's Manual. Be aware that 4.4BSD
69 # curses has been declared obsolete by the caretakers of the 4.4BSD sources
70 # as of June 1995; they are encouraging everyone to migrate to ncurses.
72 # Note: unlike some other distributed terminfo files (Novell Unix & SCO's),
73 # no entry in this file has embedded comments. This is so source translation
74 # to termcap only has to carry over leading comments. Also, no name field
75 # contains embedded whitespace (such whitespace confuses rdist).
77 # Further note: older versions of this file were often installed with an editor
78 # script (reorder) that moved the most common terminal types to the front of
79 # the file. This should no longer be necessary, as the file is now ordered
80 # roughly by type frequency with ANSI/VT100 and other common types up front.
82 # Some information has been merged in from terminfo files distributed by
83 # USL and SCO (see COPYRIGHTS AND OTHER DELUSIONS below). Much information
84 # comes from vendors who maintain official terminfos for their hardware
85 # (notably DEC and Wyse).
87 # A detailed change history is included at the end of this file.
91 # Comments in this file begin with # - they cannot appear in the middle
92 # of a terminfo/termcap entry. Individual capabilities are commented out by
93 # placing a period between the colon and the capability name.
95 # The file is divided up into major sections (headed by lines beginning with
96 # the string "########") and minor sections (beginning with "####"); do
98 # grep "^####" <file> | more
100 # to see a listing of section headings. The intent of the divisions is
101 # (a) to make it easier to find things, and (b) to order the database so
102 # that important and frequently-encountered terminal types are near the
103 # front (so that you'll get reasonable search efficiency even if you don't
104 # use reorder). Minor sections usually correspond to manufacturers or
105 # standard terminal classes. Parenthesized words following manufacturer
106 # names are type prefixes or product line names used by that manufacturers.
108 # HOW TO READ THE ENTRIES:
110 # The first name in an entry is the canonical name for the model or
111 # type, last entry is a verbose description. Others are mnemonic synonyms for
114 # Terminal names look like <manufacturer> <model> - <modes/options>
115 # The part to the left of the dash, if a dash is present, describes the
116 # particular hardware of the terminal. The part to the right may be used
117 # for flags indicating special ROMs, extra memory, particular terminal modes,
118 # or user preferences.
120 # All names should be in lower case, for consistency in typing.
122 # The following are conventionally used suffixes:
123 # -2p Has two pages of memory. Likewise 4p, 8p, etc.
124 # -am Enable auto-margin.
125 # -m Monochrome. Suppress color support
126 # -mc Magic-cookie. Some terminals (notably older Wyses) can
127 # only support one attribute without magic-cookie lossage.
128 # Their base entry is usually paired with another that
129 # uses magic cookies to support multiple attributes.
130 # -na No arrow keys - termcap ignores arrow keys which are
131 # actually there on the terminal, so the user can use
132 # the arrow keys locally.
133 # -nam No auto-margin - suppress :am: capability
134 # -nl No labels - suppress soft labels
135 # -ns No status line - suppress status line
136 # -rv Terminal in reverse video mode (black on white)
137 # -s Enable status line.
138 # -vb Use visible bell (:vb:) rather than :bl:.
139 # -w Wide - in 132 column mode.
140 # If a name has multiple suffixes and one is a line height, that one should
141 # go first. Thus `aaa-30-s-rv' is recommended over `aaa-s-rv'.
143 # Entries with embedded plus signs are designed to be included through use/tc
144 # capabilities, not used as standalone entries.
146 # To avoid search clashes, some older all-numeric names for terminals have
147 # been removed (i.e., "33" for the Model 33 Teletype, "2621" for the HP2621).
148 # All primary names of terminals now have alphanumeric prefixes.
150 # Comments marked "esr" are mostly results of applying the termcap-compiler
151 # code packaged with ncurses and contemplating the resulting error messages.
152 # In many cases, these indicated obvious fixes to syntax garbled by the
153 # composers. In a few cases, I was able to deduce corrected forms for garbled
154 # capabilities by looking at context. All the information in the original
155 # entries is preserved in the comments.
157 # In the comments, terminfo capability names are bracketed with <> (angle
158 # brackets). Termcap capability names are bracketed with :: (colons).
160 # INTERPRETATION OF USER CAPABILITIES
162 # The System V Release 4 and XPG4 terminfo format defines ten string
163 # capabilities for use by applications, <u0>...<u9>. In this file, we use
164 # certain of these capabilities to describe functions which are not covered
165 # by terminfo. The mapping is as follows:
167 # u9 terminal enquire string (equiv. to ANSI/ECMA-48 DA)
168 # u8 terminal answerback description
169 # u7 cursor position request (equiv. to VT100/ANSI/ECMA-48 DSR 6)
170 # u6 cursor position report (equiv. to ANSI/ECMA-48 CPR)
172 # The terminal enquire string <u9> should elicit an answerback response
173 # from the terminal. Common values for <u9> will be ^E (on older ASCII
174 # terminals) or \E[c (on newer VT100/ANSI/ECMA-48-compatible terminals).
176 # The cursor position request (<u7>) string should elicit a cursor position
177 # report. A typical value (for VT100 terminals) is \E[6n.
179 # The terminal answerback description (u8) must consist of an expected
180 # answerback string. The string may contain the following scanf(3)-like
183 # %c Accept any character
184 # %[...] Accept any number of characters in the given set
186 # The cursor position report (<u6>) string must contain two scanf(3)-style
187 # %d format elements. The first of these must correspond to the Y coordinate
188 # and the second to the %d. If the string contains the sequence %i, it is
189 # taken as an instruction to decrement each value after reading it (this is
190 # the inverse sense from the cup string). The typical CPR value is
191 # \E[%i%d;%dR (on VT100/ANSI/ECMA-48-compatible terminals).
193 # These capabilities are used by tac(1m), the terminfo action checker soon
194 # to be distributed with ncurses.
198 # All the entries in this file have been edited to assume that the tabset
199 # files directory is /usr/share/tabset, in conformance with the File Hierarchy
200 # Standard for Linux and free BSD systems. Some vendors (notably Sun) use
201 # /usr/lib/tabset or (more recently) /usr/share/lib/tabset.
203 # No curses package we know of uses these files. If their location is an
204 # issue, you will have to hand-patch the file locations before compiling
207 # REQUEST FOR CONTACT INFORMATION AND HISTORICAL MATERIAL:
209 # As the ANSI/ECMA-48 standard and variants take firmer hold, and as
210 # character-cell terminals are increasingly replaced by X displays, much of
211 # this file is becoming a historical document (this is part of the reason for
212 # the new organization, which puts ANSI types, xterm, free-Unix consoles,
213 # and vt100 up front in confidence that this will catch 95% of new hardware).
215 # For the terminal types still alive, I'd like to have manufacturer's
216 # contact data (Internet address and/or snail-mail + phone).
218 # I'm also interested in enriching the comments so that the latter portions of
219 # the file do in fact become a potted history of VDT technology as seen by
220 # UNIX hackers. Ideally, I'd like the headers for each manufacturer to
221 # include its live/dead/out-of-the-business status, and for as many
222 # terminal types as possible to be tagged with information like years
223 # of heaviest use, popularity, and interesting features.
225 # I'm especially interested in identifying the obscure entries listed under
226 # `Miscellaneous obsolete terminals, manufacturers unknown' before the tribal
227 # wisdom about them gets lost. If you know a lot about obscure old terminals,
228 # please go to the terminfo resource page, grab the UFO file (ufo.ti), and
229 # eyeball it for things you can identify and describe.
231 # If you have been around long enough to contribute, please read the file
232 # with this in mind and send me your annotations.
234 # COPYRIGHTS AND OTHER DELUSIONS
236 # The BSD ancestor of this file had a standard Regents of the University of
237 # California copyright with dates from 1980 to 1993.
239 # Some information has been merged in from a terminfo file SCO distributes.
240 # It has an obnoxious boilerplate copyright which I'm ignoring because they
241 # took so much of the content from the ancestral BSD versions of this file
242 # and didn't attribute it, thereby violating the BSD Regents' copyright.
244 # Not that anyone should care. However many valid functions copyrights may
245 # serve, putting one on a termcap/terminfo file with hundreds of anonymous
246 # contributors makes about as much sense as copyrighting a wall-full of
247 # graffiti -- it's legally dubious, ethically bogus, and patently ridiculous.
249 # This file deliberately has no copyright. It belongs to no one and everyone.
250 # If you claim you own it, you will merely succeed in looking like a fool.
251 # Use it as you like. Use it at your own risk. Copy and redistribute freely.
252 # There are no guarantees anywhere. Svaha!
255 ######## STANDARD AND SPECIAL TYPES
257 # This section describes terminal classes and maker brands that are still
263 # Special "terminals". These are used to label tty lines when you don't
264 # know what kind of terminal is on it. The characteristics of an unknown
265 # terminal are the lowest common denominator - they look about like a ti 700.
268 dumb|80-column dumb tty:\
271 :bl=^G:cr=^M:do=^J:sf=^J:
272 unknown|unknown terminal type:\
274 lpr|printer|line printer:\
277 :bl=^G:cr=^M:do=^J:ff=^L:le=^H:sf=^J:
278 glasstty|classic glass tty interpreting ASCII control characters:\
281 :bl=^G:cl=^L:cr=^M:do=^J:kb=^H:kd=^J:kl=^H:le=^H:nw=^M^J:\
284 #### ANSI.SYS/ISO 6429/ECMA-48 Capabilities
286 # See the end-of-file comment for more on these.
289 # The IBM PC alternate character set. Plug this into any Intel console entry.
290 # We use \E[11m for rmacs rather than \E[12m so the <acsc> string can use the
291 # ROM graphics for control characters such as the diamond, up- and down-arrow.
292 # This works with the System V, Linux, and BSDI consoles. It's a safe bet this
293 # will work with any Intel console, they all seem to have inherited \E[11m
294 # from the ANSI.SYS de-facto standard.
295 klone+acs|alternate character set for ansi.sys displays:\
296 :ac=`\004a\261f\370g\361h\260j\331k\277l\332m\300n\305o~q\304r\362s_t\303u\264v\301w\302x\263y\371z\372{\373|\374}\375~\376.\031-\030\054\021+^P0\333p\304r\304y\363z\362{\343|\330}\234:\
297 :ae=\E[10m:as=\E[11m:
299 # Highlight controls corresponding to the ANSI.SYS standard. Most
300 # console drivers for Intel boxes obey these. Makes the same assumption
301 # about \E[11m as klone+acs. True ANSI/ECMA-48 would have :se=\E[27m:,
302 # :ue=\E[24m:, but this isn't a documented feature of ANSI.SYS.
303 klone+sgr|attribute control for ansi.sys displays:\
304 :S2=\E[11m:S3=\E[10m:mb=\E[5m:md=\E[1m:me=\E[0;10m:\
306 :se=\E[m:so=\E[7m:ue=\E[m:us=\E[4m:\
309 # Highlight controls corresponding to the ANSI.SYS standard. *All*
310 # console drivers for Intel boxes obey these. Does not assume \E[11m will
311 # work; uses \E[12m instead, which is pretty bulletproof but loses you the ACS
312 # diamond and arrow characters under curses.
313 klone+sgr-dumb|attribute control for ansi.sys displays (no ESC [ 11 m):\
314 :as=\E[12m:mb=\E[5m:md=\E[1m:me=\E[0;10m:mk=\E[8m:\
316 :se=\E[m:so=\E[7m:ue=\E[m:us=\E[4m:\
319 # KOI8 (RFC1489) alternate character set
320 # From: Qing Long <qinglong@Bolizm.ihep.su>, 24 Feb 1996.
321 klone+koi8acs|alternate character set for ansi.sys displays with KOI8 charset:\
322 :ac=l\202m\204k\203j\205u\207t\206v\210w\211q\200x\201n\212o\213s\214p\216r\217`\004a\237f\234g\232~\225.\037-\036+\020\054\021h\222I\2200\215y\230z\231{\267}L|\274:\
323 :ae=\E[10m:as=\E[11m:
325 # ANSI.SYS color control. The setb/setf caps depend on the coincidence
326 # between SVr4/XPG4's color numbers and ANSI.SYS attributes. Here are longer
327 # but equivalent strings that don't rely on that coincidence:
328 # setb=\E[4%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m,
329 # setf=\E[3%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m,
330 # The DOS 5 manual asserts that these sequences meet the ISO 6429 standard.
331 # They match a subset of ECMA-48.
332 klone+color|color control for ansi.sys and ISO6429-compatible displays:\
333 :Co#8:NC#3:pa#64:Sb=\E[4%dm:Sf=\E[3%dm:op=\E[37;40m:
335 # This is better than klone+color, it doesn't assume white-on-black as the
336 # default color pair, but many `ANSI' terminals don't grok the <op> cap.
337 ecma+color|color control for ECMA-48-compatible terminals:\
339 :AB=\E[4%dm:AF=\E[3%dm:op=\E[39;49m:
341 # Attribute control for ECMA-48-compatible terminals
342 ecma+sgr|attribute capabilities for true ECMA-48 terminals:\
343 :se=\E[27m:ue=\E[24m:\
346 # For comparison, here are all the capabilities implied by the Intel
347 # Binary Compatibility Standard (level 2) that fit within terminfo.
348 # For more detail on this rather pathetic standard, see the comments
349 # near the end of this file.
350 ibcs2|Intel Binary Compatibility Standard prescriptions:\
351 :AL=\E[%dL:DC=\E[%dP:DO=\E[%dB:IC=\E[%d@:LE=\E[%dD:\
352 :RA=\E[?7l:RI=\E[%dC:S1=\E=%dg:SA=\E[?7h:SF=\E[%dS:\
353 :SR=\E[%dT:UP=\E[%dA:bt=\E[Z:ch=\E[%i%dG:cl=\Ec:\
354 :cm=\E[%i%d;%dH:ct=\E[g:cv=\E[%i%dd:ec=\E[%dX:ei=:im=:\
355 :rc=\E7:sc=\E7:st=\EH:
357 #### ANSI/ECMA-48 terminals and terminal emulators
359 # See near the end of this file for details on ANSI conformance.
360 # Don't mess with these entries! Lots of other entries depend on them!
362 # This section lists entries in a least-capable to most-capable order.
363 # if you're in doubt about what `ANSI' matches yours, try them in that
364 # order and back off from the first that breaks.
366 ansi-mini|any ansi terminal with pessimistic assumptions:\
369 :ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:do=\E[B:ho=\E[H:\
370 :le=\E[D:nd=\E[C:ta=^I:up=\E[A:
372 # ANSI X3.64 from emory!mlhhh (Hugh Hansard) via BRL
374 # The following is an entry for the full ANSI 3.64 (1977). It lacks
375 # padding, but most terminals using the standard are "fast" enough
376 # not to require any -- even at 9600 bps. If you encounter problems,
377 # try including the padding specifications.
379 # Note: the "as" and "ae" specifications are not implemented here, for
380 # the available termcap documentation does not make clear WHICH alternate
381 # character set to specify. ANSI 3.64 seems to make allowances for several.
382 # Please make the appropriate adjustments to fit your needs -- that is
383 # if you will be using alternate character sets.
385 # There are very few terminals running the full ANSI 3.64 standard,
386 # so I could only test this entry on one verified terminal (Visual 102).
387 # I would appreciate the results on other terminals sent to me.
389 # Please report comments, changes, and problems to:
391 # U.S. MAIL: Hugh Hansard
394 # Atlanta, GA. 30322.
396 # USENET {akgua,msdc,sb1,sb6,gatech}!emory!mlhhh.
398 ansi77|ansi 3.64 standard 1977 version:\
401 :al=5*\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:\
402 :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:dc=\E[P:dl=5*\E[M:\
403 :do=\E[B:ei=\E[4l:ho=\E[H:im=\E[4h:k1=\EOP:k2=\EOR:k4=\EOS:\
404 :kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
405 :nd=\E[C:nw=^M\ED:se=\E[m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:\
406 :ue=\E[m:up=\E[A:us=\E[4m:
408 # Procomm and some other ANSI emulations don't recognize all of the ANSI-
409 # standard capabilities. This entry deletes :UP:, :RI:, :DO:, :LE:, and
410 # <vpa>/<hpa> capabilities, forcing curses to use repetitions of :up:,
411 # :nd:, :do: and :le:. Also deleted :IC: and :ic:, as QModem up to
412 # 5.03 doesn't recognize these. Finally, we delete :rp: and :sr:, which seem
413 # to confuse many emulators. On the other hand, we can count on these programs
414 # doing :ae:/:as:/:sa:. Older versions of this entry featured
415 # <invis=\E[9m>, but <invis=\E[8m> now seems to be more common under
416 # ANSI.SYS influence.
417 # From: Eric S. Raymond <esr@snark.thyrsus.com> Oct 30 1995
418 pcansi-m|pcansi-mono|ibm-pc terminal programs claiming to be ansi (mono mode):\
421 :al=\E[L:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
422 :cm=\E[%i%d;%dH:cr=^M:ct=\E[2g:dc=\E[P:dl=\E[M:do=\E[B:\
423 :ho=\E[H:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
424 :le=\E[D:nd=\E[C:sf=^J:st=\EH:ta=^I:up=\E[A:\
426 pcansi-25-m|pcansi25m|ibm-pc terminal programs with 25 lines (mono mode):\
428 pcansi-33-m|pcansi33m|ibm-pc terminal programs with 33 lines (mono mode):\
430 pcansi-43-m|ansi43m|ibm-pc terminal programs with 43 lines (mono mode):\
432 # The color versions. All PC emulators do color...
433 pcansi|cygwin|ibm-pc terminal programs claiming to be ansi:\
435 :Co#8:NC#3:co#80:it#8:li#24:pa#64:\
436 :Sb=\E[4%dm:Sf=\E[3%dm:\
437 :ac=`\004a\261f\370g\361h\260j\331k\277l\332m\300n\305o~q\304r\362s_t\303u\264v\301w\302x\263y\371z\372{\373|\374}\375~\376.\031-\030,\021+^P0\333p\304r\304y\363z\362{\343|\330}\234:\
438 :ae=\E[10m:al=\E[L:as=\E[12m:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:\
439 :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:ct=\E[2g:dc=\E[P:\
440 :dl=\E[M:do=\E[B:ho=\E[H:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:\
441 :kr=\E[C:ku=\E[A:le=\E[D:mb=\E[5m:md=\E[1m:me=\E[0;10m:\
442 :mk=\E[8m:mr=\E[7m:nd=\E[C:nw=^M^J:op=\E[37;40m:se=\E[m:\
443 :sf=^J:so=\E[7m:st=\EH:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:
444 pcansi-25|pcansi25|ibm-pc terminal programs with 25 lines:\
446 pcansi-33|pcansi33|ibm-pc terminal programs with 33 lines:\
448 pcansi-43|pcansi43|ibm-pc terminal programs with 43 lines:\
451 # ansi-m -- full ANSI X3.64 with ANSI.SYS-compatible attributes, no color.
452 # If you want pound signs rather than dollars, replace `B' with `A'
453 # in the <s0ds>, <s1ds>, <s2ds>, and <s3ds> capabilities.
454 # From: Eric S. Raymond <esr@snark.thyrsus.com> Nov 6 1995
455 ansi-m|ansi-mono|ANSI X3.64-1979 terminal with ANSI.SYS compatible attributes:\
457 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
458 :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:\
459 :cb=\E[1K:ch=\E[%i%dG:ct=\E[2g:cv=\E[%i%dd:ec=\E[%dX:ei=:\
460 :im=:kB=\E[Z:kI=\E[L:kb=^H:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:\
461 :nw=\r\E[S:pf=\E[4i:po=\E[5i:\
462 :s0=\E(B:s1=\E)B:s2=\E*B:s3=\E+B:ta=\E[I:\
465 # ansi -- this terminfo expresses the largest subset of X3.64 that will fit in
466 # standard terminfo. Assumes ANSI.SYS-compatible attributes and color.
467 # From: Eric S. Raymond <esr@snark.thyrsus.com> Nov 6 1995
468 ansi|ansi/pc-term compatible with color:\
470 :Co#8:NC#3:co#80:it#8:li#24:pa#64:\
471 :AB=\E[4%dm:AF=\E[3%dm:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:\
472 :DO=\E[%dB:IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:S2=\E[11m:\
473 :S3=\E[10m:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:\
474 :ac=`\004a\261f\370g\361h\260j\331k\277l\332m\300n\305o~q\304r\362s_t\303u\264v\301w\302x\263y\371z\372{\373|\374}\375~\376.\031-\030,\021+^P0\333p\304r\304y\363z\362{\343|\330}\234:\
475 :ae=\E[10m:al=\E[L:as=\E[11m:bl=^G:bt=\E[Z:cb=\E[1K:\
476 :cd=\E[J:ce=\E[K:ch=\E[%i%dG:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
477 :cr=^M:ct=\E[2g:cv=\E[%i%dd:dc=\E[P:dl=\E[M:do=\E[B:\
478 :ec=\E[%dX:ei=:ho=\E[H:im=:kB=\E[Z:kI=\E[L:kb=^H:kd=\E[B:\
479 :kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=\E[D:mb=\E[5m:md=\E[1m:\
480 :me=\E[0;10m:mk=\E[8m:mr=\E[7m:nd=\E[C:nw=\r\E[S:\
481 :op=\E[39;49m:pf=\E[4i:po=\E[5i:s0=\E(B:s1=\E)B:s2=\E*B:\
482 :s3=\E+B:se=\E[m:sf=^J:so=\E[7m:st=\EH:ta=\E[I:\
483 :u6=\E[%i%d;%dR:u7=\E[6n:u9=\E[c:ue=\E[m:up=\E[A:us=\E[4m:
488 # This completely describes the sequences specified in the DOS 2.1 ANSI.SYS
489 # documentation (except for the keyboard key reassignment feature, which
490 # doesn't fit the <pfkey> model well). The klone+acs sequences were valid
491 # though undocumented. The <pfkey> capability is untested but should work for
492 # keys F1-F10 (%p1 values outside this range will yield unpredictable results).
493 # From: Eric S. Raymond <esr@snark.thyrsus.com> Nov 7 1995
494 ansi.sys-old|ANSI.SYS under PC-DOS 2.1:\
496 :Co#8:NC#3:co#80:li#25:pa#64:\
497 :RA=\E[?7l:S2=\E[11m:S3=\E[10m:SA=\E[?7h:Sb=\E[4%dm:\
499 :ac=`\004a\261f\370g\361h\260j\331k\277l\332m\300n\305o~q\304r\362s_t\303u\264v\301w\302x\263y\371z\372{\373|\374}\375~\376.\031-\030,\021+^P0\333p\304r\304y\363z\362{\343|\330}\234:\
500 :ae=\E[10m:as=\E[11m:bl=^G:ce=\E[k:cl=\E[2J:\
501 :cm=\E[%i%d;%dH:cr=^M:do=\E[B:ho=\E[H:is=\E[m\E[?7h:kb=^H:\
502 :kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:mb=\E[5m:md=\E[1m:\
503 :me=\E[0;10m:mk=\E[8m:mr=\E[7m:nd=\E[C:nw=^M^J:\
504 :op=\E[37;40m:pk=\E[0;%+\:;"%s":rc=\E[u:sc=\E[s:se=\E[m:\
505 :sf=^J:so=\E[7m:ta=^I:u6=\E[%i%d;%dR:u7=\E[6n:ue=\E[m:\
507 ansi.sys|ANSI.SYS 3.1 and later versions:\
508 :ce=\E[K:tc=ansi.sys-old:
511 # Define IBM PC keypad keys for vi as per MS-Kermit while using ANSI.SYS.
512 # This should only be used when the terminal emulator cannot redefine the keys.
513 # Since redefining keys with ansi.sys also affects PC-DOS programs, the key
514 # definitions must be restored. If the terminal emulator is quit while in vi
515 # or others using :ks:/:ke:, the keypad will not be defined as per PC-DOS.
516 # The PgUp and PgDn are prefixed with ESC so that tn3270 can be used on Unix
517 # (^U and ^D are already defined for tn3270). The ESC is safe for vi but it
518 # does "beep". ESC ESC i is used for Ins to avoid tn3270 ESC i for coltab.
519 # Note that :kl: is always BS, because PC-dos can tolerate this change.
520 # Caution: vi is limited to 256 string bytes, longer crashes or weirds out vi.
521 # Consequently the End keypad key could not be set (it is relatively safe and
522 # actually useful because it sends ^@ O, which beeps and opens a line above).
523 ansi.sysk|ansisysk|PC-DOS 3.1 ANSI.SYS with keypad redefined for vi:\
524 :is=U2 PC-DOS 3.1 ANSI.SYS with keypad redefined for vi 9-29-86\n\E[;75;8p:\
525 :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:\
526 :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:\
529 # Adds ins/del line/character, hence vi reverse scrolls/inserts/deletes nicer.
530 nansi.sys|nansisys|PC-DOS Public Domain NANSI.SYS:\
531 :al=\E[1L:dc=\E[1P:dl=\E[1M:ei=:ic=\E[1@:im=:\
532 :is=U3 PC-DOS Public Domain NANSI.SYS 9-23-86\n:tc=ansi.sys:
534 # See ansi.sysk and nansi.sys above.
535 nansi.sysk|nansisysk|PC-DOS Public Domain NANSI.SYS with keypad redefined for vi:\
536 :al=\E[1L:dc=\E[1P:dl=\E[1M:ei=:ic=\E[1@:im=:\
537 :is=U4 PC-DOS Public Domain NANSI.SYS with keypad redefined for vi 9-29-86\n\E[;75;8p:tc=ansi.sysk:
539 #### ANSI console types
542 # This entry is good for the 1.2.13 version of the Linux console driver.
544 # Note: there are numerous broken linux entries out there, which didn't screw
545 # up BSD termcap but hose ncurses's smarter cursor-movement optimization.
546 # One common pathology is an incorrect tab length of 4.
548 # ***************************************************************************
551 # * Linuxes come with a default keyboard mapping kcbt=^I. This entry, in *
552 # * response to user requests, assumes kcbt=\E[Z, the ANSI/ECMA reverse-tab *
553 # * character. Here are the keymap replacement lines that will set this up: *
555 # keycode 15 = Tab Tab
556 # alt keycode 15 = Meta_Tab
557 # shift keycode 15 = F26
558 # string F26 ="\033[Z"
560 # * This has to use a key slot which is unfortunate (any unused one will *
561 # # do, F26 is the higher-numbered one). The change ought to be built *
562 # * into the kernel tables. *
564 # ***************************************************************************
566 # The 1.3.x kernels add color-change capabilities; if yours doesn't have this
567 # and it matters, turn off <ccc>. The %02x escape used to implement this is
568 # not back-portable to SV curses and not supported in ncurses versions before
569 # 1.9.9. All linux kernels since 1.2.13 (at least) set the screen size
570 # themselves; this entry assumes that capability.
572 # From: Eric S. Raymond <esr@snark.thyrsus.com> 20 Jun 1997
573 linux|linux console:\
574 :am:eo:mi:ms:ut:xn:xo:\
575 :Co#8:NC#3:it#8:pa#64:\
576 :&7=^Z:@7=\E[4~:AB=\E[4%dm:AF=\E[3%dm:AL=\E[%dL:DC=\E[%dP:\
577 :DL=\E[%dM:F1=\E[23~:F2=\E[24~:F3=\E[25~:F4=\E[26~:\
578 :F5=\E[28~:F6=\E[29~:F7=\E[31~:F8=\E[32~:F9=\E[33~:\
579 :FA=\E[34~:IC=\E[%d@:K2=\E[G:S2=\E[11m:S3=\E[10m:\
580 :ae=\E[10m:al=\E[L:as=\E[11m:bl=^G:cb=\E[1K:cd=\E[J:\
581 :ce=\E[K:ch=\E[%i%dG:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
582 :cs=\E[%i%d;%dr:ct=\E[3g:cv=\E[%i%dd:dc=\E[P:dl=\E[M:\
583 :do=^J:ec=\E[%dX:ei=\E[4l:ho=\E[H:ic=\E[@:im=\E[4h:\
584 :k1=\E[[A:k2=\E[[B:k3=\E[[C:k4=\E[[D:k5=\E[[E:k6=\E[17~:\
585 :k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:kB=\E[Z:kD=\E[3~:\
586 :kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=\177:kd=\E[B:kh=\E[1~:\
587 :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:\
588 :me=\E[0;10m:mh=\E[2m:mk=\E[8m:mr=\E[7m:nd=\E[C:nw=^M^J:\
589 :op=\E[39;49m:r1=\Ec:rc=\E8:sc=\E7:se=\E[27m:sf=^J:\
590 :so=\E[7m:sr=\EM:st=\EH:ta=^I:u6=\E[%i%d;%dR:u7=\E[6n:\
591 :u8=\E[?6c:u9=\E[c:ue=\E[24m:up=\E[A:us=\E[4m:\
592 :vb=200\E[?5h\E[?5l:ve=\E[?25h:vi=\E[?25l:
593 linux-m|Linux console no color:\
595 :AB@:AF@:Sb@:Sf@:tc=linux:
596 linux-c-nc|linux console 1.3.x hack for ncurses only:\
599 # From: Dennis Henriksen <opus@osrl.dk>, 9 July 1996
600 linux-c|linux console 1.3.6+ with private palette for each virtual console:\
606 # See the note on ICH/ICH1 VERSUS RMIR/SMIR near the end of file
607 linux-nic|linux with ich/ich1 suppressed for non-curses programs:\
611 # This assumes you have used setfont(8) to load one of the Linux koi8-r fonts.
612 linux-koi8|linux with koi8 alternate character set:\
613 :ac=l\202m\204k\203j\205u\207t\206v\210w\211q\200x\201n\212o\213s\214p\216r\217`\004a\237f\234g\232~\225.\037-\036+\020\054\021h\222I\2200\215y\230z\231{\267}L|\274:\
614 :ae=\E[10m:as=\E[11m:\
617 # SCO console and SOS-Syscons console for 386bsd
618 # (scoansi: had unknown capabilities
619 # :Gc=N:Gd=K:Gh=M:Gl=L:Gu=J:Gv=\072:\
620 # :GC=E:GD=B:GH=D:GL=\64:GU=A:GV=\63:GR=C:
621 # :G1=?:G2=Z:G3=@:G4=Y:G5=;:G6=I:G7=H:G8=<:\
622 # :CW=\E[M:NU=\E[N:RF=\E[O:RC=\E[P:\
623 # :WL=\E[S:WR=\E[T:CL=\E[U:CR=\E[V:\
624 # I renamed GS/GE/HM/EN/PU/PD/RT and added klone+sgr-dumb, based
625 # on the :as:=\E[12m -- esr)
626 scoansi|SCO Extended ANSI standard crt:\
629 :@7=\E[F:al=\E[L:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:\
630 :cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:do=\E[B:ei=:ho=\E[H:\
631 :ic=\E[@:im=:k1=\E[M:k2=\E[N:k3=\E[O:k4=\E[P:k5=\E[Q:\
632 :k6=\E[R:k7=\E[S:k8=\E[T:k9=\E[U:k;=\E[V:kN=\E[G:kP=\E[I:\
633 :kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=\E[D:\
634 :mb=\E[5m:md=\E[1m:nd=\E[C:sf=\E[S:sr=\E[T:ta=^I:up=\E[A:\
637 # This actually describes the generic SVr4 display driver for Intel boxes.
638 # The :mh=\E[2m: isn't documented and therefore may not be reliable.
639 # From: Eric Raymond <esr@snark.thyrsus.com> Mon Nov 27 19:00:53 EST 1995
640 att6386|at386|386at|AT&T WGS 6386 console:\
643 :@7=\E[Y:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\EOZ:\
644 :F2=\EOA:IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:\
645 :SR=\E[%dT:UP=\E[%dA:\
646 :ac=``a1fxgqh0jYk?lZm@nEooppqDrrsstCu4vAwBx3yyzz{{||}}~~:\
647 :ae=\E[10m:al=\E[1L:as=\E[12m:bl=^G:bt=\E[Z:cd=\E[J:\
648 :ce=\E[K:ch=\E[%i%dG:cl=\E[2J\E[H:cm=\E[%i%d;%dH:cr=^M:\
649 :ct=\E[2g:cv=\E[%i%dd:dc=\E[P:dl=\E[1M:do=\E[B:ec=\E[%dX:\
650 :ei=:ho=\E[H:ic=\E[1@:im=:is=\E[0;10;39m:k1=\EOP:k2=\EOQ:\
651 :k3=\EOR:k4=\EOS:k5=\EOT:k6=\EOU:k7=\EOV:k8=\EOW:k9=\EOX:\
652 :k;=\EOY:kB=^]:kD=\E[P:kI=\E[@:kM=\E0:kN=\E[U:kP=\E[V:kb=^H:\
653 :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=\E[D:mb=\E[5m:\
654 :md=\E[1m:me=\E[0;10m:mh=\E[2m:mk=\E[9m:mr=\E[7m:nd=\E[C:\
656 :sc=\E7:se=\E[m:sf=\E[S:so=\E[7m:sr=\E[T:st=\EH:ta=^I:\
657 :ue=\E[m:up=\E[A:us=\E[4m:ve=\E[=1C:vi=\E[=C:\
659 # (pc6300plus: removed ":KM=/usr/lib/ua/kmap.s5:"; renamed BO/EE/CI/CV -- esr)
660 pc6300plus|AT&T 6300 plus:\
663 :al=\E[1L:bl=^G:cd=\E[0J:ce=\E[0K:cl=\E[2J\E[H:\
664 :cm=\E[%i%2;%2H:cr=^M:ct=\E[3g:dc=\E[1P:dl=\E[1M:do=\E[B:\
665 :ei=:ho=\E[H:ic=\E[1@:im=:k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:\
666 :k5=\EOg:k6=\EOh:k7=\EOi:k8=\EOj:k9=\EOk:k;=\EOu:kb=^H:\
667 :kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:\
668 :me=\E[m:mh=\E[2m:mk=\E[9m:mr=\E[7m:nd=\E[C:nw=^M^J:\
669 :se=\E[m:sf=^J:so=\E[7m:st=\EH:ue=\E[m:up=\E[A:us=\E[4m:\
673 # Entry for the DNARD OpenFirmware console, close to ANSI but not quite.
675 # (still unfinished, but good enough so far.)
678 :ku=\233A:kd=\233B:kr=\233C:kl=\233D:kb=^H:kD=\233P:\
679 :k1=\2330P:k2=\2330Q:k3=\2330W:k4=\2330x:k5=\2330t:k6=\2330u:\
680 :k7=\2330q:k8=\2330r:k9=\2330p:k;=\2330M:\
682 :mb=\2337;2m:se=\2330m:ue=\2330m:\
683 :md=\2331m:me=\2330m:mh=\2332m:mk=\2338m:mr=\2337m:\
684 :UP=\233%dA:DO=\233%dB:RI=\233%dC:LE=\233%dD:\
685 :DC=\233%dP:IC=\233%d@:dc=\233P:ic=\233@:\
686 :DL=\233%dM:dl=\233M:AL=\233%dL:al=\233L:\
687 :le=\233D:nd=\233C:do=\233B:up=\233A:\
688 :cl=^L:cr=^M:ta=^I:bl=^G:vb=^G:\
689 :cm=\233%i%d;%dH:cd=\233J:ce=\233K:
692 # Terminfo entry for the AT&T Unix PC 7300
693 # from escape(7) in Unix PC 7300 Manual.
694 # Somewhat similar to a vt100-am (but different enough
695 # to redo this from scratch.)
697 # /***************************************************************
699 # * FONT LOADING PROGRAM FOR THE UNIX PC
701 # * This routine loads a font defined in the file ALTFONT
702 # * into font memory slot #1. Once the font has been loaded,
703 # * it can be used as an alternative character set.
705 # * The call to ioctl with the argument WIOCLFONT is the key
706 # * to this routine. For more information, see window(7) in
707 # * the PC 7300 documentation.
708 # ***************************************************************/
709 # #include <string.h> /* needed for strcpy call */
710 # #include <sys/window.h> /* needed for ioctl call */
711 # #define FNSIZE 60 /* font name size */
712 # #define ALTFONT "/usr/lib/wfont/special.8.ft" /* font file */
714 # * The file /usr/lib/wfont/special.8.ft comes with the
715 # * standard PC software. It defines a graphics character set
716 # * similar to that of the Teletype 5425 terminal. To view
717 # * this or other fonts in /usr/lib/wfont, use the command
718 # * cfont <filename>. For further information on fonts see
719 # * cfont(1) in the PC 7300 documentation.
722 # struct altfdata /* structure for alt font data */
724 # short altf_slot; /* memory slot number */
725 # char altf_name[FNSIZE]; /* font name (file name) */
729 # int wd; /* window in which altfont will be */
730 # struct altfdata altf;
732 # strcpy(altf.altf_name,ALTFONT);
733 # for (wd =1; wd < 12; wd++) {
734 # ioctl(wd, WIOCLFONT,&altf);
738 # (att7300: added :vi:/:ve:/:ic:/<invis> from the BSDI entry,
739 # they're confirmed by the man page for the System V display---esr)
741 # (untranslatable capabilities removed to fit entry within 1023 bytes)
742 # (sgr removed to fit entry within 1023 bytes)
743 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
744 att7300|unixpc|pc7300|3b1|s4|AT&T UNIX PC Model 7300:\
747 :AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:\
748 :UP=\E[%dA:ae=\E[10m:al=\E[L:as=\E[11m:bl=^G:bt=\E^I:\
749 :cd=\E[0J:ce=\E[0K:cl=\E[2J\E[H:cm=\E[%i%d;%dH:cr=^M:\
750 :dc=\E[P:dl=\E[M:do=\E[B:ei=:ho=\E[H:i1=^O:ic=\E[@:im=:\
751 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E5:k6=\E6:k7=\E7:\
752 :k8=\E8:kD=\Edc:kI=\Eim:kN=\Epg:kP=\EPG:kb=^H:kd=\E[B:\
753 :kh=\Ehm:kl=\E[D:kr=\E[C:ku=\E[A:md=\E[7m:me=\E[0;10m:\
754 :mh=\E[2m:mr=\E[7m:nd=\E[C:nw=\EE:se=\E[m:sf=^J:so=\E[7m:\
755 :sr=\EM:ue=\E[m:up=\E[A:us=\E[4m:ve=\E[=1C:vi=\E[=C:
757 # From: Stefan Stapelberg <stefan@rent-a-guru.de>, 24 Feb 1997
758 # (iris-ansi: added rmam/smam based on init string -- esr)
759 iris-ansi|iris-ansi-net|IRIS emulating 40 line ANSI terminal (almost VT100):\
762 :!2=\E[218q:#2=\E[143q:#4=\E[158q:%9=\E[209q:%f=\E[210q:\
763 :%i=\E[167q:&7=\E[217q:*4=\E[P:*7=\E[147q:@7=\E[146q:\
764 :@8=^M:AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:F1=\EOR:F2=\EOS:\
765 :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:\
766 :al=\E[L:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:\
767 :cm=\E[%i%d;%dH:cr=^M:ct=\E[3g:dl=\E[M:do=^J:ho=\E[H:\
768 :is=\E[?1l\E>\E[?7h\E[100g\E[0m\E7\E[r\E8:k1=\E[001q:\
769 :k2=\E[002q:k3=\E[003q:k4=\E[004q:k5=\E[005q:k6=\E[006q:\
770 :k7=\E[007q:k8=\E[008q:k9=\EOP:k;=\EOQ:kB=\E[Z:kD=\177:\
771 :kI=\E[139q:kM=\E[146q:kN=\E[154q:kP=\E[150q:kb=^H:\
772 :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=\E[D:md=\E[1m:\
773 :me=\E[m:mr=\E[7m:nd=\E[C:nw=\EE:pk=\EP101;%d.y%s\E\\:\
774 :rc=\E8:sc=\E7:se=\E[m:sf=\ED:so=\E[1;7m:sr=\EM:st=\EH:\
775 :ta=^I:ue=\E[m:up=\E[A:us=\E[4m:ve=\E[9/y\E[12/y\E[=6l:\
776 :vs=\E[10/y\E[=1h\E[=2l\E[=6h:
777 iris-ansi-ap|IRIS ANSI in application-keypad mode:\
778 :@8=\EOM:F1=\E[011q:F2=\E[012q:is=\E[?1l\E=\E[?7h:\
779 :k9=\E[009q:k;=\E[010q:ke=\E>:ks=\E=:\
782 # The following is a version of the ibm-pc entry distributed with PC/IX,
783 # (Interactive Systems' System 3 for the Big Blue), modified by Richard
784 # McIntosh at UCB/CSM. The :pt: and :uc: have been removed from the original,
785 # (the former is untrue, and the latter failed under UCB/man); standout and
786 # underline modes have been added. Note: this entry describes the "native"
787 # capabilities of the PC monochrome display, without ANY emulation; most
788 # communications packages (but NOT PC/IX connect) do some kind of emulation.
792 :cd=\E[J:ce=\E[K:cl=\Ec:cm=\E[%i%2;%2H:do=\E[B:ho=\E[H:\
793 :le=^H:me=\E[m:nd=\E[C:se=\E[m:so=\E[7m:ue=\E[m:up=\E[A:\
796 # (ibmpcx: this entry used to be known as ibmx.
797 # It formerly included the following extension capabilities:
798 # :GC=b:GL=v:GR=t:RT=^J:\
799 # :GH=\E[196g:GV=\E[179g:\
800 # :GU=\E[193g:GD=\E[194g:\
801 # :G1=\E[191g:G2=\E[218g:G3=\E[192g:G4=\E[217g:\
802 # :CW=\E[E:NU=\E[F:RF=\E[G:RC=\E[H:\
803 # :WL=\E[K:WR=\E[L:CL=\E[M:CR=\E[N:\
804 # I renamed GS/GE/WL/WR/CL/CR/PU/PD/HM/EN; also, removed a duplicate
805 # ":kh=\E[Y:". Added IBM-PC forms characters and highlights, they match
806 # what was there before. -- esr)
807 ibmpcx|xenix|ibmx|IBM PC xenix console display:\
810 :@7=\E[d:S2=\E[11m:S3=\E[10m:\
811 :ac=`\004a\261f\370g\361h\260j\331k\277l\332m\300n\305o~q\304r\362s_t\303u\264v\301w\302x\263y\371z\372{\373|\374}\375~\376.\031-\030,\021+^P0\333p\304r\304y\363z\362{\343|\330}\234:\
812 :ae=\E[10m:al=\E[L:as=\E[11m:bl=^G:cd=\E[J:ce=\E[K:cl=^L:\
813 :cm=\E[%d;%dH:cr=^M:dc=\E[P:dl=\E[M:do=\E[B:ei=:ho=\E[H:\
814 :ic=\E[@:im=:k1=\E[K:k2=\E[L:k3=\E[M:k4=\E[N:kN=\E[e:\
815 :kP=\E[Z:kb=^H:kd=\E[B:kh=\E[Y:kl=\E[D:kr=\E[C:ku=\E[A:\
816 :le=^H:mb=\E[5m:md=\E[1m:me=\E[0;10m:mk=\E[8m:mr=\E[7m:\
817 :nd=\E[C:nw=^M^J:se=\E[m:sf=^J:so=\E[7m:ta=^I:ue=\E[m:\
822 # Michael's original version of this entry had <am@>, :ti=\Ei:,
823 # :te=\Eh\ER:; this was so terminfo applications could write the lower
824 # right corner without triggering a scroll. The ncurses terminfo library can
825 # handle this case with the :ic: capability, and prefers :am: for better
826 # optimization. Bug: The <op> capability resets attributes.
827 # From: Michael Hunter <mphunter@qnx.com> 30 Jul 1996
828 # (untranslatable capabilities removed to fit entry within 1023 bytes)
829 # (sgr removed to fit entry within 1023 bytes)
830 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
831 qnx|qnx4|qnx console:\
834 :al=\EE:bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :cr=^M:\
835 :dc=\Ef:dl=\EF:do=^J:ei=:ho=\EH:ic=\Ee:im=:k1=\377\201:\
836 :k2=\377\202:k3=\377\203:k4=\377\204:k5=\377\205:\
837 :k6=\377\206:k7=\377\207:k8=\377\210:k9=\377\211:\
838 :kD=\377\254:kI=\377\253:kN=\377\252:kP=\377\242:\
839 :kd=\377\251:kh=\377\240:kl=\377\244:kr=\377\246:\
840 :ku=\377\241:le=^H:mb=\E{:md=\E<:me=\E}\E]\E>\E):mr=\E(:\
841 :nd=\EC:rp=\Eg%r%+ %.:se=\E):sf=^J:so=\E(:sr=\EI:ta=^I:\
842 :te=\Eh\ER:ti=\Ei:ue=\E]:up=\EA:us=\E[:ve=\Ey1:vi=\Ey0:\
847 # pcvt termcap database entries (corresponding to release 3.31)
848 # Author's last edit-date: [Fri Sep 15 20:29:10 1995]
850 # (For the terminfo master file, I translated these into terminfo syntax.
851 # Then I dropped all the pseudo-HP entries. we don't want and can't use
852 # the :Xs: flag. Then I split :is: into a size-independent :i1: and a
853 # size-dependent :is:. Finally, I added <rmam>/<smam> -- esr)
855 # NOTE: because the 386BSD "vi"/"elvis" seems to have a bug if
856 # both :ic: and :im: are specified (an original VT220
857 # shows the same buggy behaviour!), :ic: has been taken
858 # out of this entry. for reference, it should be <ich1=\E[@>.
859 pcvtXX|pcvt vt200 emulator (DEC VT220):\
862 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
863 :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:SF=\E[%dS:\
864 :SR=\E[%dT:UP=\E[%dA:\
865 :ac=llmmkkjjuuttvvwwqqxxnnoosspprr``aaffgg~~..--++\054\054hhII00yyzz:\
866 :ae=\E(B:al=\E[L:as=\E(0:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\
867 :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
868 :ct=\E[3g:dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:ho=\E[H:\
869 :i1=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:im=\E[4h:\
870 :k1=\E[17~:k2=\E[18~:k3=\E[19~:k4=\E[20~:k5=\E[21~:\
871 :k6=\E[23~:k7=\E[24~:k8=\E[25~:kD=\E[3~:kH=\E[4~:kI=\E[2~:\
872 :kN=\E[6~:kP=\E[5~:kb=\177:kd=\EOB:ke=\E[?1l\E>:kh=\E[1~:\
873 :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:\
874 :md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:nw=\EE:\
875 :r1=\Ec\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\
876 :rf=/usr/share/tabset/vt100:sc=\E7:se=\E[27m:sf=\ED:\
877 :so=\E[7m:sr=\EM:st=\EH:ta=^I:ue=\E[24m:up=\E[A:us=\E[4m:\
878 :ve=\E[?25h:vi=\E[?25l:
880 # NetBSD/FreeBSD vt220 terminal emulator console (pc keyboard & monitor)
881 # termcap entries for pure VT220-Emulation and 25, 28, 35, 40, 43 and
882 # 50 lines entries; 80 columns
883 pcvt25|dec vt220 emulation with 25 lines:\
885 :is=\E[1;25r\E[25;1H:tc=pcvtXX:
886 pcvt28|dec vt220 emulation with 28 lines:\
888 :is=\E[1;28r\E[28;1H:tc=pcvtXX:
889 pcvt35|dec vt220 emulation with 35 lines:\
891 :is=\E[1;35r\E[35;1H:tc=pcvtXX:
892 pcvt40|dec vt220 emulation with 40 lines:\
894 :is=\E[1;40r\E[40;1H:tc=pcvtXX:
895 pcvt43|dec vt220 emulation with 43 lines:\
897 :is=\E[1;43r\E[43;1H:tc=pcvtXX:
898 pcvt50|dec vt220 emulation with 50 lines:\
900 :is=\E[1;50r\E[50;1H:tc=pcvtXX:
902 # NetBSD/FreeBSD vt220 terminal emulator console (pc keyboard & monitor)
903 # termcap entries for pure VT220-Emulation and 25, 28, 35, 40, 43 and
904 # 50 lines entries; 132 columns
905 pcvt25w|dec vt220 emulation with 25 lines and 132 cols:\
907 :is=\E[1;25r\E[25;1H:tc=pcvtXX:
908 pcvt28w|dec vt220 emulation with 28 lines and 132 cols:\
910 :is=\E[1;28r\E[28;1H:tc=pcvtXX:
911 pcvt35w|dec vt220 emulation with 35 lines and 132 cols:\
913 :is=\E[1;35r\E[35;1H:tc=pcvtXX:
914 pcvt40w|dec vt220 emulation with 40 lines and 132 cols:\
916 :is=\E[1;40r\E[40;1H:tc=pcvtXX:
917 pcvt43w|dec vt220 emulation with 43 lines and 132 cols:\
919 :is=\E[1;43r\E[43;1H:tc=pcvtXX:
920 pcvt50w|dec vt220 emulation with 50 lines and 132 cols:\
922 :is=\E[1;50r\E[50;1H:tc=pcvtXX:
924 # NetBSD/x68k console vt200 emulator. This port runs on a 68K machine
925 # manufactured by Sharp for the Japenese market.
926 # From Minoura Makoto <minoura@netlaputa.or.jp>, 12 May 1996
927 x68k|x68k-ite|NetBSD/x68k ITE:\
929 :%1=\E[28~:kC=\E[9~:tc=vt220:
931 # NetBSD "wscons" emulator in vt220 mode
932 wsvt25|NetBSD wscons in 25 line DEC VT220 mode:\
933 :Co#8:pa#64:it#8:ut:co#80:li#25:vb@:if@:NC#2:\
934 :k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:k;=\E[21~:\
935 :AB=\E[4%dm:AF=\E[3%dm:op=\E[m:is=\E[!p:ti=\E)0:te=\E)B:\
936 :ac=``aaffggjjkkllmmnnqqttuuvvwwxxyyzz{{}}~~:\
937 :@7=\E[8~:kh=\E[7~:kH=\E[8~:rs=\Ec:tc=vt220-8:
939 wsvt25m|NetBSD wscons in 25 line DEC VT220 mode with Meta:\
942 # NetBSD 'window version 2'
943 # This is the window-v2 binding that NetBSD's window(1) exports into
944 # the TERMCAP environment variable.
945 # Note that older versions of window have a bug where turning off
946 # underscore or standout also turns off the other, but does not reset
947 # the internal state.
948 WW|window-v2|window program version 2: \
949 :am:bs:da:db:ms:pt:cr=^M:nl=^J:bl=^G:ta=^I: \
950 :cm=\EY%+ %+ :le=^H:nd=\EC:up=\EA:do=\EB:ho=\EH: \
951 :cd=\EJ:ce=\EK:cl=\EE:me=\Er^?:co#80:li#24:se=\ErA:so=\EsA: \
952 :mr=\EsA:ue=\ErD:us=\EsD:ae=\ErH:as=\EsH:al=\EL:dl=\EM: \
953 :im=\E@:ei=\EO:ic=:mi:dc=\EN: \
954 :kb=^H:ku=^[OA:kd=^[OB:kl=^[OD:kr=^[OC:kh=^[OH:
956 #### FreeBSD console entries
958 # From: Andrey Chernov <ache@astral.msk.su> 29 Mar 1996
959 # Andrey Chernov maintains the FreeBSD termcap distributions.
961 # Note: Users of FreeBSD 2.1.0 and older versions must either upgrade
962 # or comment out the :cb: capability in the console entry.
964 # Alexander Lukyanov reports:
965 # I have seen FreeBSD-2.1.5R... The old el1 bug changed, but it is still there.
966 # Now el1 clears not only to the line beginning, but also a large chunk
967 # of previous line. But there is another bug - ech does not work at all.
968 # (Accordingly, :ec:=\E[%p1%dX and <el1>=\E[1K have been removed.)
973 # common entry without semigraphics
974 # Bug: The <op> capability resets attributes.
975 cons25w|ansiw|ansi80x25-raw|freebsd console (25-line raw mode):\
977 :Co#8:co#80:it#8:li#25:pa#64:\
978 :@7=\E[F:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\E[W:\
979 :F2=\E[X:IC=\E[%d@:K2=\E[E:LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:\
980 :SR=\E[%dT:Sb=\E[4%dm:Sf=\E[3%dm:UP=\E[%dA:al=\E[L:bl=^G:\
981 :bt=\E[Z:cd=\E[J:ce=\E[K:ch=\E[%i%d`:cl=\E[H\E[J:\
982 :cm=\E[%i%d;%dH:cr=^M:cv=\E[%i%dd:dc=\E[P:dl=\E[M:do=\E[B:\
983 :ei=:ho=\E[H:ic=\E[@:im=:k1=\E[M:k2=\E[N:k3=\E[O:k4=\E[P:\
984 :k5=\E[Q:k6=\E[R:k7=\E[S:k8=\E[T:k9=\E[U:k;=\E[V:kB=\E[Z:\
985 :kD=\177:kI=\E[L:kN=\E[G:kP=\E[I:kb=^H:kd=\E[B:kh=\E[H:\
986 :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:\
987 :mh=\E[30;1m:mr=\E[7m:nd=\E[C:nw=\E[E:op=\E[x:\
988 :r1=\E[x\E[m\Ec:se=\E[m:sf=\E[S:so=\E[7m:sr=\E[T:ta=^I:\
990 cons25|ansis|ansi80x25|freebsd console (25-line ansi mode):\
991 :ac=l\332m\300k\277j\331u\264t\303v\301w\302q\304x\263n\305`\004a\260f\370g\361~\371.\031-\030h\261I^U0\333y\363z\362:\
993 cons25-m|ansis-mono|ansi80x25-mono|freebsd console (25-line mono ansi mode):\
995 :Sb@:Sf@:md@:mh@:op@:ue=\E[m:us=\E[4m:tc=cons25:
996 cons30|ansi80x30|freebsd console (30-line ansi mode):\
998 cons30-m|ansi80x30-mono|freebsd console (30-line mono ansi mode):\
1000 cons43|ansi80x43|freebsd console (43-line ansi mode):\
1002 cons43-m|ansi80x43-mono|freebsd console (43-line mono ansi mode):\
1004 cons50|ansil|ansi80x50|freebsd console (50-line ansi mode):\
1006 cons50-m|ansil-mono|ansi80x50-mono|freebsd console (50-line mono ansi mode):\
1008 cons60|ansi80x60|freebsd console (60-line ansi mode):\
1010 cons60-m|ansi80x60-mono|freebsd console (60-line mono ansi mode):\
1012 cons25r|pc3r|ibmpc3r|cons25-koi8-r|freebsd console w/koi8-r cyrillic:\
1013 :ac=q\200x\201m\204v\211j\205t\206n\212u\207l\202w\210k\203y\230z\231f\234~\225a\220h\221`\004.\031-\030I^U0\215:\
1015 cons25r-m|pc3r-m|ibmpc3r-mono|cons25-koi8r-m|freebsd console w/koi8-r cyrillic (mono):\
1017 :Sb@:Sf@:op@:ue=\E[m:us=\E[4m:tc=cons25r:
1018 cons50r|cons50-koi8r|freebsd console w/koi8-r cyrillic (50 lines):\
1020 cons50r-m|cons50-koi8r-m|freebsd console w/koi8-r cyrillic (50-line mono):\
1021 :li#50:tc=cons25r-m:
1022 cons60r|cons60-koi8r|freebsd console w/koi8-r cyrillic (60 lines):\
1024 cons60r-m|cons60-koi8r-m|freebsd console w/koi8-r cyrillic (60-line mono):\
1025 :li#60:tc=cons25r-m:
1026 # ISO 8859-1 FreeBSD console
1027 cons25l1|cons25-iso8859|freebsd console w/iso 8859-1 chars:\
1028 :ac=l\215m\216k\214j\213u\226t\225v\227w\230q\222x\231n\217o\220s\224p\221r\223`\201a\202f\207g\210~\237.\031-\030+\253\054\273I\247y\232z\233:\
1030 cons25l1-m|cons25-iso-m|freebsd console w/iso 8859-1 chars (mono):\
1032 :Sb@:Sf@:md@:mh@:op@:ue=\E[m:us=\E[4m:tc=cons25l1:
1033 cons50l1|cons50-iso8859|freebsd console w/iso 8859-1 chars (50 lines):\
1035 cons50l1-m|cons50-iso-m|freebsd console w/iso 8859-1 chars (50-line mono):\
1036 :li#50:tc=cons25l1-m:
1037 cons60l1|cons60-iso|freebsd console w/iso 8859-1 chars (60 lines):\
1039 cons60l1-m|cons60-iso-m|freebsd console w/iso 8859-1 chars (60-line mono):\
1040 :li#60:tc=cons25l1-m:
1042 #### 386BSD and BSD/OS Consoles
1045 # This was the original 386BSD console entry (I think).
1046 # Some places it's named oldpc3|oldibmpc3.
1047 # From: Alex R.N. Wetmore <aw2t@andrew.cmu.edu>
1048 origpc3|origibmpc3|IBM PC 386BSD Console:\
1051 :ac=l\332q\304k\277x\263j\331m\300w\302u\264v\301t\303n\305:\
1052 :cd=\E[J:ce=\E[K:cl=\Ec:cm=\E[%i%2;%2H:do=\E[B:ho=\E[H:\
1053 :kd=\E[B:kh=\E[Y:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:md=\E[7m:\
1054 :me=\E[m\E[1;0x\E[2;7x:nd=\E[C:se=\E[1;0x\E[2;7x:\
1055 :sf=\E[S:so=\E[1;7x\E[2;0x:sr=\E[T:ue=\E[1;0x\E[2;7x:\
1056 :up=\E[A:us=\E[1;7x\E[2;0x:
1058 # description of BSD/386 console emulator in version 1.0 (supplied by BSDI)
1059 oldpc3|oldibmpc3|old IBM PC BSD/386 Console:\
1062 :al=\E[L:bl=^G:cr=^M:dl=\E[M:do=^J:kH=\E[F:kI=\E[L:kN=\E[G:\
1063 :kP=\E[I:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
1064 :md=\E[=15F:me=\E[=R:mh=\E[=8F:nw=^M^J:sf=^J:ta=^I:
1066 # Description of BSD/OS console emulator in version 1.1, 2.0, 2.1
1067 # Note, the emulator supports many of the additional console features
1068 # listed in the iBCS2 (e.g. character-set selection) though not all
1069 # are described here. This entry really ought to be upgraded.
1070 # Also note, the console will also work with fewer lines after doing
1071 # "stty rows NN", e.g. to use 24 lines.
1072 # (Color support from Kevin Rosenberg <kevin@cyberport.com>, 2 May 1996)
1073 # Bug: The <op> capability resets attributes.
1074 bsdos|BSD/OS console:\
1075 :am:bs:bw:eo:km:xo:\
1076 :Co#8:co#80:it#8:li#25:pa#64:\
1077 :AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:\
1078 :Sb=\E[4%dm:Sf=\E[3%dm:UP=\E[%dA:al=\E[L:bl=^G:cd=\E[J:\
1079 :ce=\E[K:cl=\Ec:cm=\E[%i%d;%dH:cr=^M:dl=\E[M:do=^J:ho=\E[H:\
1080 :kH=\E[F:kI=\E[L:kN=\E[G:kP=\E[I:kb=^H:kd=\E[B:kh=\E[H:\
1081 :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[0m:\
1082 :mh=\E[=8F:mr=\E[7m:nd=\E[C:nw=^M^J:op=\E[x:rc=\E8:sc=\E7:\
1083 :se=\E[0m:sf=^J:so=\E[7m:ta=^I:up=\E[A:
1084 bsdos-bold|IBM PC BSD/386 Console with bold instead of underline:\
1085 :ue=\E[0m:us=\E[1m:\
1088 # If you are BSDI, you want the following entries, for the moment.
1089 # In release 2.0 they will probably phase out the pc3 and ibmpc3 names
1090 pc3|IBM PC BSD/386 Console:\
1092 ibmpc3|pc3-bold|IBM PC BSD/386 Console with bold instead of underline:\
1096 #### DEC VT100 and compatibles
1098 # DEC terminals from the vt100 forward (and the vt52, way obsolete but still
1099 # the basis of some emulations) are collected here. Older DEC terminals and
1100 # micro consoles can be found in the `obsolete' section. More details on
1101 # the relationship between the VT100 and ANSI X3.64/ISO 6429/ECMA-48 may be
1102 # found near the end of this file.
1104 # Except where noted, these entries are DEC's official terminfos.
1105 # Contact Bill Hedberg <hedberg@hannah.enet.dec.com> of Terminal Support
1106 # Engineering for more information. Updated terminfos and termcaps
1107 # are kept available at ftp://gatekeeper.dec.com/pub/DEC/termcaps.
1109 # In October 1995 DEC sold its terminals business, including the VT and Dorio
1110 # line and trademark, to SunRiver Data Systems. SunRiver has since changed
1111 # its name to Boundless Technologies; see http://www.boundless.com.
1114 # (The <acsc>, :ae:, and :as: capabilities aren't in DEC's official
1119 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
1120 :ae=\EG:as=\EF:bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :\
1121 :cr=^M:do=\EB:ho=\EH:kb=^H:kd=\EB:kl=\ED:kr=\EC:ku=\EA:\
1122 :le=\ED:nd=\EC:nw=^M^J:sf=^J:sr=\EI:ta=^I:up=\EA:
1124 # NOTE: Any VT100 emulation, whether in hardware or software, almost
1125 # certainly includes what DEC called the `Level 1 editing extension' codes;
1126 # only the very oldest VT100s lacked these and there probably aren't any of
1127 # those left alive. To capture these, use one of the VT102 entries.
1129 # Note that the :xn: glitch in vt100 is not quite the same as on the Concept,
1130 # since the cursor is left in a different position while in the
1131 # weird state (concept at beginning of next line, vt100 at end
1132 # of this line) so all versions of vi before 3.7 don't handle
1133 # :xn: right on vt100. The correct way to handle :xn: is when
1134 # you output the char in column 80, immediately output CR LF
1135 # and then assume you are in column 1 of the next line. If :xn:
1136 # is on, am should be on too.
1138 # I assume you have smooth scroll off or are at a slow enough baud
1139 # rate that it doesn't matter (1200? or less). Also this assumes
1140 # that you set auto-nl to "on", if you set it off use vt100-nam
1143 # The padding requirements listed here are guesses. It is strongly
1144 # recommended that xon/xoff be enabled, as this is assumed here.
1146 # The vt100 uses <rs2> and <rf> rather than :is:/:ct:/:st: because the
1147 # tab settings are in non-volatile memory and don't need to be
1148 # reset upon login. Also setting the number of columns glitches
1149 # the screen annoyingly. You can type "reset" to get them set.
1151 # Here's a diagram of the VT100 keypad keys with their bindings.
1152 # The top line is the name of the key (some DEC keyboards have the keys
1153 # labelled somewhat differently, like GOLD instead of PF1, but this is
1154 # the most "official" name). The second line is the escape sequence it
1155 # generates in Application Keypad mode (where "$" means the ESC
1156 # character). The third line contains two items, first the mapping of
1157 # the key in terminfo, and then in termcap.
1158 # _______________________________________
1159 # | PF1 | PF2 | PF3 | PF4 |
1160 # | $OP | $OQ | $OR | $OS |
1161 # |_kf1__k1_|_kf2__k2_|_kf3__k3_|_kf4__k4_|
1163 # | $Ow | $Ox | $Oy | $Om |
1164 # |_kf9__k9_|_kf10_k;_|_kf0__k0_|_________|
1166 # | $Ot | $Ou | $Ov | $Ol |
1167 # |_kf5__k5_|_kf6__k6_|_kf7__k7_|_kf8__k8_|
1169 # | $Oq | $Or | $Os | enter |
1170 # |_ka1__K1_|_kb2__K2_|_ka3__K3_| $OM |
1173 # |___kc1_______K4____|_kc3__K5_|_kent_@8_|
1175 # And here, for those of you with orphaned VT100s lacking documentation, is
1176 # a description of the soft switches invoked when you do `Set Up'.
1178 # Scroll 0-Jump Shifted 3 0-#
1179 # | 1-Smooth | 1-British pound sign
1180 # | Autorepeat 0-Off | Wrap Around 0-Off
1182 # | | Screen 0-Dark Bkg | | New Line 0-Off
1183 # | | | 1-Light Bkg | | | 1-On
1184 # | | | Cursor 0-Underline | | | Interlace 0-Off
1185 # | | | | 1-Block | | | | 1-On
1187 # 1 1 0 1 1 1 1 1 0 1 0 0 0 0 1 0 <--Standard Settings
1189 # | | | Auto XON/XOFF 0-Off | | | Power 0-60 Hz
1190 # | | | 1-On | | | 1-50 Hz
1191 # | | Ansi/VT52 0-VT52 | | Bits Per Char. 0-7 Bits
1192 # | | 1-ANSI | | 1-8 Bits
1193 # | Keyclick 0-Off | Parity 0-Off
1195 # Margin Bell 0-Off Parity Sense 0-Odd
1198 # The following SET-UP modes are assumed for normal operation:
1199 # ANSI_MODE AUTO_XON/XOFF_ON NEWLINE_OFF 80_COLUMNS
1200 # WRAP_AROUND_ON JUMP_SCROLL_OFF
1201 # Other SET-UP modes may be set for operator convenience or communication
1202 # requirements; I recommend
1203 # AUTOREPEAT_ON BLOCK_CURSOR MARGIN_BELL_OFF SHIFTED_3_#
1204 # Unless you have a graphics add-on such as Digital Engineering's VT640
1205 # (and even then, whenever it can be arranged!) you should set
1208 # (I added <rmam>/<smam> based on the init string, also :bs: -- esr)
1209 vt100|vt100-am|dec vt100 (w/advanced video):\
1211 :co#80:it#8:li#24:vt#3:\
1212 :@8=\EOM:DO=\E[%dB:K1=\EOq:K2=\EOr:K3=\EOs:K4=\EOp:K5=\EOn:\
1213 :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:\
1214 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
1215 :ae=\E(B:as=\E(0:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
1216 :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:do=^J:\
1217 :eA=\E(B:ho=\E[H:k0=\EOy:k1=\EOP:k2=\EOQ:k3=\EOR:\
1218 :k4=\EOS:k5=\EOt:k6=\EOu:k7=\EOv:k8=\EOl:k9=\EOw:k;=\EOx:\
1219 :kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\
1220 :ku=\EOA:le=^H:mb=\E[5m:md=\E[1m:me=\E[m\017:mr=\E[7m:\
1221 :nd=\E[C:r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\
1222 :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:ue=\E[m:\
1224 vt100nam|vt100-nam|vt100 no automargins:\
1225 :am@:xn@:tc=vt100-am:
1227 # Ordinary vt100 in 132 column ("wide") mode.
1228 vt100-w|vt100-w-am|dec vt100 132 cols (w/advanced video):\
1230 :r2=\E>\E[?3h\E[?4l\E[?5l\E[?8h:tc=vt100-am:
1231 vt100-w-nam|vt100-nam-w|dec vt100 132 cols (w/advanced video no automargin):\
1233 :r2=\E>\E[?3h\E[?4l\E[?5l\E[?8h:tc=vt100-nam:
1235 # vt100 with no advanced video.
1236 vt100-nav|vt100 without advanced video option:\
1238 :mb@:md@:me@:mr@:sa@:se=\E[m:so=\E[7m:ue@:us@:tc=vt100:
1239 vt100-nav-w|vt100-w-nav|dec vt100 132 cols 14 lines (no advanced video option):\
1240 :co#132:li#14:tc=vt100-nav:
1242 # vt100 with one of the 24 lines used as a status line.
1243 # We put the status line on the top.
1244 vt100-s|vt100-s-top|vt100-top-s|vt100 for use with top sysline:\
1247 :cl=\E[2;1H\E[J:cm=\E[%i%+^A;%dH:cs=\E[%i%i%d;%dr:\
1248 :ds=\E7\E[1;24r\E8:fs=\E8:ho=\E[2;1H:is=\E7\E[2;24r\E8:\
1249 :ts=\E7\E[1;%dH\E[1K:\
1252 # Status line at bottom.
1253 # Clearing the screen will clobber status line.
1254 vt100-s-bot|vt100-bot-s|vt100 for use with bottom sysline:\
1257 :ds=\E7\E[1;24r\E8:fs=\E8:is=\E[1;23r\E[23;1H:\
1258 :ts=\E7\E[24;%dH\E[1K:\
1261 # Most of the `vt100' emulators out there actually emulate a vt102
1262 # This entry (or vt102-nsgr) is probably the right thing to use for
1266 :al=\E[L:dc=\E[P:dl=\E[M:ei=\E[4l:im=\E[4h:tc=vt100:
1267 vt102-w|dec vt102 in wide mode:\
1269 :r3=\E[?3h:tc=vt102:
1271 # Many brain-dead PC comm programs that pretend to be `vt100-compatible'
1272 # fail to interpret the ^O and ^N escapes properly. Symptom: the :me:
1273 # string in the canonical vt100 entry above leaves the screen littered
1274 # with little snowflake or star characters (IBM PC ROM character \017 = ^O)
1275 # after highlight turnoffs. This entry should fix that, and even leave
1276 # ACS support working, at the cost of making multiple-highlight changes
1277 # slightly more expensive.
1278 # From: Eric S. Raymond <esr@snark.thyrsus.com> July 22 1995
1279 vt102-nsgr|vt102 no sgr (use if you see snowflakes after highlight changes):\
1283 # VT125 Graphics CRT. Clear screen also erases graphics
1284 vt125|vt125 graphics terminal:\
1285 :cl=\E[H\E[2J\EPpS(E)\E\:tc=vt100:
1287 # This isn't a DEC entry, it came from University of Wisconsin.
1288 # (vt131: I added <rmam>/<smam> based on the init string, also :bs: -- esr)
1291 :co#80:it#8:li#24:vt#3:\
1292 :RA=\E[?7h:SA=\E[?7h:bl=^G:cd=50\E[J:ce=3\E[K:\
1293 :cl=50\E[;H\E[2J:cm=5\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
1294 :do=^J:ho=\E[H:is=\E[1;24r\E[24;1H:k1=\EOP:k2=\EOQ:\
1295 :k3=\EOR:k4=\EOS:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:\
1296 :kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:mb=2\E[5m:md=2\E[1m:\
1297 :me=2\E[m:mr=2\E[7m:nd=2\E[C:nw=^M^J:\
1298 :r1=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:sc=\E7:\
1299 :se=2\E[m:so=2\E[7m:sr=5\EM:ta=^I:ue=2\E[m:up=2\E[A:\
1302 # vt132 - like vt100 but slower and has ins/del line and such.
1303 # I'm told that :im:/:ei: are backwards in the terminal from the
1304 # manual and from the ANSI standard, this describes the actual
1305 # terminal. I've never actually used a vt132 myself, so this
1310 :al=\E[L:dc=\E[P:dl=\E[M:ei=\E[4h:im=\E[4l:ip=:sf=\n:tc=vt100:
1313 # This vt220 description maps F5--F9 to the second block of function keys
1314 # at the top of the keyboard. The "DO" key is used as F10 to avoid conflict
1315 # with the key marked (ESC) on the vt220. See vt220d for an alternate mapping.
1316 # PF1--PF4 are used as F1--F4.
1318 vt220|vt200|DEC VT220 in vt100 emulation mode:\
1319 :am:bs:mi:pt:xn:xo:\
1321 :@7=\E[4~:RA=\E[?7l:SA=\E[?7h:\
1322 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
1323 :ae=\E(B:al=\E[L:as=\E(0:bl=^G:cd=\E[J:ce=\E[K:\
1324 :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
1325 :dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:ho=\E[H:\
1326 :if=/usr/share/tabset/vt100:im=\E[4h:\
1327 :is=\E[1;24r\E[24;1H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
1328 :k5=\E[17~:k6=\E[18~:k7=\E[19~:k8=\E[20~:k9=\E[21~:\
1329 :k;=\E[29~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:\
1330 :kd=\E[B:kh=\E[1~:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:\
1331 :md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:nl=^J:\
1332 :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\
1333 :rf=/usr/share/tabset/vt100:\
1334 :sc=\E7:se=\E[27m:sf=20\ED:so=\E[7m:sr=14\EM:ta=^I:\
1335 :ue=\E[24m:up=\E[A:us=\E[4m:ve=\E[?25h:vi=\E[?25l:
1336 vt220-w|vt200-w|DEC vt220 in wide mode:\
1338 :r3=\E[?3h:tc=vt220:
1342 # This vt220 description regards F6--F10 as the second block of function keys
1343 # at the top of the keyboard. This mapping follows the description given
1344 # in the VT220 Programmer Reference Manual and agrees with the labeling
1345 # on some terminals that emulate the vt220. There is no support for an F5.
1346 # See vt220 for an alternate mapping.
1348 vt220d|DEC VT220 in vt100 mode with DEC function key labeling:\
1349 :F1=\E[23~:F2=\E[24~:F3=\E[25~:F4=\E[26~:F5=\E[28~:\
1350 :F6=\E[29~:F7=\E[31~:F8=\E[32~:F9=\E[33~:FA=\E[34~:k5@:\
1351 :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:\
1354 vt220-nam|v200-nam|VT220 in vt100 mode with no auto margins:\
1356 :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7l\E[?8h:tc=vt220:
1358 # (untranslatable capabilities removed to fit entry within 1023 bytes)
1359 # (sgr removed to fit entry within 1023 bytes)
1360 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
1361 vt220-8|dec vt220 8 bit terminal:\
1362 :am:bs:mi:ms:xn:xo:\
1364 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
1365 :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:\
1366 :cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
1367 :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ec=\E[%dX:\
1368 :ei=\E[4l:ho=\E[H:if=/usr/share/tabset/vt100:im=\E[4h:\
1369 :is=\E[?7h\E[>\E[?1h\E F\E[?4l:k1=\EOP:k2=\EOQ:k3=\EOR:\
1370 :k4=\EOS:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:kI=\E[2~:\
1371 :kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:\
1372 :ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:\
1373 :nw=\EE:rc=\E8:sc=\E7:se=\E[27m:sf=\ED:so=\E[7m:sr=\EM:\
1374 :st=\EH:ta=^I:ue=\E[24m:up=\E[A:us=\E[4m:vb=\E[?5h\E[?5l:\
1375 :ve=\E[?25h:vi=\E[?25l:
1377 # This was DEC's vt320. Use the purpose-built one below instead
1378 #vt320|DEC VT320 in vt100 emulation mode,
1381 # vt220 termcap written Tue Oct 25 20:41:10 1988 by Alex Latzko
1382 # (not an official DEC entry!)
1383 # The problem with real vt220 terminals is they don't send escapes when in
1384 # in vt220 mode. This can be gotten around two ways. 1> don't send
1385 # escapes or 2> put the vt220 into vt100 mode and use all the nifty
1386 # features of vt100 advanced video which it then has.
1388 # This entry takes the view of putting a vt220 into vt100 mode so
1389 # you can use the escape key in emacs and everything else which needs it.
1391 # You probably don't want to use this on a VMS machine since VMS will think
1392 # it has a vt220 and will get fouled up coming out of emacs
1394 # From: Alexander Latzko <latzko@marsenius.rutgers.edu>, 30 Dec 1996
1395 vt200-js|vt220-js|dec vt200 series with jump scroll:\
1398 :al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
1399 :cr=^M:cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:dm=:do=^J:ed=:\
1400 :ei=\E[4l:ho=\E[H:im=\E[4h:\
1401 :is=\E[61"p\E[H\E[?3l\E[?4l\E[?1l\E[?5l\E[?6l\E[?7h\E[?8h\E[?25h\E>\E[m:\
1402 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kb=^H:kd=\EOB:\
1403 :ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:\
1404 :nw=^M\ED:r1=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
1405 :rf=/usr/lib/tabset/vt100:se=5\E[27m:sf=\ED:so=5\E[7m:\
1406 :sr=\EM:ta=^I:ue=\E[24m:up=\E[A:us=\E[4m:
1409 # Use v320n for SCO's LYRIX. Otherwise, use Adam Thompson's vt320-nam.
1411 vt320nam|v320n|DEC VT320 in vt100 emul. mode with NO AUTO WRAP mode:\
1413 :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7l\E[?8h:tc=vt220:
1415 # These entries are not DEC's official ones, they were purpose-built for the
1416 # VT320. Here are the designer's notes:
1417 # <kel> is end on a PC kbd. Actually 'select' on a VT. Mapped to
1418 # 'Erase to End of Field'... since nothing seems to use 'end' anyways...
1419 # khome is Home on a PC kbd. Actually 'FIND' on a VT.
1420 # Things that use <knxt> usually use tab anyways... and things that don't use
1421 # tab usually use <knxt> instead...
1422 # kprv is same as tab - Backtab is useless...
1423 # I left out :sa: because of its RIDICULOUS complexity,
1424 # and the resulting fact that it causes the termcap translation of the entry
1425 # to SMASH the 1k-barrier...
1426 # From: Adam Thompson <thompson@xanth.magic.mb.ca> Sept 10 1995
1427 # (vt320: uncommented :fs: --esr)
1428 # (untranslatable capabilities removed to fit entry within 1023 bytes)
1429 # (sgr removed to fit entry within 1023 bytes)
1430 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
1431 vt320|vt300|dec vt320 7 bit terminal:\
1432 :am:es:hs:mi:ms:xn:\
1433 :co#80:li#24:ws#80:\
1434 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
1435 :K1=\EOw:K2=\EOu:K3=\EOy:K4=\EOq:K5=\EOs:LE=\E[%dD:\
1436 :RI=\E[%dC:UP=\E[%dA:ae=\E(B:al=\E[L:as=\E(0:bl=^G:cd=\E[J:\
1437 :ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:\
1438 :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ec=\E[%dX:\
1439 :ei=\E[4l:fs=\E[0$}:ho=\E[H:im=\E[4h:\
1440 :is=\E>\E[?3l\E[?4l\E[5?l\E[?7h\E[?8h\E[1;24r\E[24;1H:\
1441 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k6=\E[17~:k7=\E[18~:\
1442 :k8=\E[19~:k9=\E[20~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:\
1443 :kb=\177:kd=\EOB:ke=\E[?1l\E>:kh=\E[1~:kl=\EOD:kr=\EOC:\
1444 :ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:\
1445 :mr=\E[7m:nd=\E[C:nw=\EE:rc=\E8:sc=\E7:se=\E[m:sf=\ED:\
1446 :so=\E[7m:sr=\EM:st=\EH:ta=^I:ts=\E[1$}\E[H\E[K:ue=\E[m:\
1447 :up=\E[A:us=\E[4m:ve=\E[?25h:vi=\E[?25l:
1448 vt320-nam|vt300-nam|dec vt320 7 bit terminal with no am to make SAS happy:\
1450 :is=\E>\E[?3l\E[?4l\E[5?l\E[?7l\E[?8h\E[1;24r\E[24;1H:\
1451 :r2=\E>\E[?3l\E[?4l\E[5?l\E[?7l\E[?8h\E[1;24r\E[24;1H:\
1453 # We have to init 132-col mode, not 80-col mode.
1454 vt320-w|vt300-w|dec vt320 wide 7 bit terminal:\
1456 :is=\E>\E[?3h\E[?4l\E[5?l\E[?7h\E[?8h\E[1;24r\E[24;1H:\
1457 :r2=\E>\E[?3h\E[?4l\E[5?l\E[?7h\E[?8h\E[1;24r\E[24;1H:\
1459 vt320-w-nam|vt300-w-nam|dec vt320 wide 7 bit terminal with no am:\
1461 :is=\E>\E[?3h\E[?4l\E[5?l\E[?7l\E[?8h\E[1;24r\E[24;1H:\
1462 :r2=\E>\E[?3h\E[?4l\E[5?l\E[?7l\E[?8h\E[1;24r\E[24;1H:\
1465 # VT330 and VT340 -- These are ReGIS and SIXEL graphics terminals
1466 # which are pretty much a superset of the VT320. They have the
1467 # host writable status line, yet another different DRCS matrix size,
1468 # and such, but they add the DEC Technical character set, Multiple text
1469 # pages, selectable length pages, and the like. The difference between
1470 # the vt330 and vt340 is that the latter has only 2 planes and a monochrome
1471 # monitor, the former has 4 planes and a color monitor. These terminals
1472 # support VT131 and ANSI block mode, but as with much of these things,
1473 # termcap/terminfo doesn't deal with these features.
1475 # Note that this entry is are set up in what was the standard way for GNU
1476 # Emacs v18 terminal modes to deal with the cursor keys in that the arrow
1477 # keys were switched into application mode at the same time the numeric pad
1478 # is switched into application mode. This changes the definitions of the
1479 # arrow keys. Emacs v19 is smarter and mines its keys directly out of
1480 # your termcap or terminfo entry,
1482 # From: Daniel Glasser <dag@persoft.persoft.com>, 13 Oct 1993
1483 # (vt340: string capability "sb=\E[M" corrected to "sr";
1484 # also, added <rmam>/<smam> based on the init string -- esr)
1485 vt340|dec-vt340|vt330|dec-vt330|dec vt340 graphics terminal with 24 line page:\
1486 :am:es:hs:mi:ms:xn:xo:\
1487 :co#80:it#8:li#24:vt#3:\
1488 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
1489 :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:\
1490 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
1491 :ae=^O:al=\E[L:as=^N:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
1492 :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:\
1493 :dl=\E[M:do=^J:ds=\E[2$~\r\E[1$}\E[K\E[$}:ei=\E[4l:\
1494 :fs=\E[$}:ho=\E[H:im=\E[4h:\
1495 :is=\E<\E F\E>\E[?1h\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H:\
1496 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k6=\E[17~:k7=\E[18~:\
1497 :k8=\E[19~:k9=\E[20~:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:\
1498 :kr=\EOC:ks=\E[?1h\E=:ku=\EOA:l1=pf1:l2=pf2:l3=pf3:l4=pf4:\
1499 :le=^H:mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:nw=^M\ED:\
1500 :r1=\E[?3l:rc=\E8:rf=/usr/share/tabset/vt300:sc=\E7:\
1501 :se=\E[27m:sf=\ED:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
1502 :ts=\E[2$~\E[1$}\E[1;%dH:ue=\E[24m:up=\E[A:us=\E[4m:\
1503 :vb=200\E[?5h\E[?5l:ve=\E[?25h:vi=\E[?25l:vs=\E[?25h:
1505 # DEC doesn't supply a vt400 description, so we add Daniel Glasser's
1506 # (originally written with vt420 as its primary name, and usable for it).
1508 # VT400/420 -- This terminal is a superset of the vt320. It adds the multiple
1509 # text pages and long text pages with selectable length of the vt340, along
1510 # with left and right margins, rectangular area text copy, fill, and erase
1511 # operations, selected region character attribute change operations,
1512 # page memory and rectangle checksums, insert/delete column, reception
1513 # macros, and other features too numerous to remember right now. TERMCAP
1514 # can only take advantage of a few of these added features.
1516 # Note that this entry is are set up in what was the standard way for GNU
1517 # Emacs v18 terminal modes to deal with the cursor keys in that the arrow
1518 # keys were switched into application mode at the same time the numeric pad
1519 # is switched into application mode. This changes the definitions of the
1520 # arrow keys. Emacs v19 is smarter and mines its keys directly out of
1521 # your termcap entry,
1523 # From: Daniel Glasser <dag@persoft.persoft.com>, 13 Oct 1993
1524 # (vt400: string capability ":sb=\E[M:" corrected to ":sr=\E[M:";
1525 # also, added <rmam>/<smam> based on the init string -- esr)
1526 # (untranslatable capabilities removed to fit entry within 1023 bytes)
1527 # (sgr removed to fit entry within 1023 bytes)
1528 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
1529 vt400|vt400-24|dec-vt400|dec vt400 24x80 column autowrap:\
1530 :am:es:hs:mi:ms:xn:xo:\
1531 :co#80:it#8:li#24:vt#3:\
1532 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
1533 :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:\
1534 :cd=10\E[J:ce=4\E[K:cl=10\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
1535 :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:\
1536 :ds=\E[2$~\r\E[1$}\E[K\E[$}:ei=\E[4l:fs=\E[$}:ho=\E[H:\
1538 :is=\E<\E F\E>\E[?1h\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H:\
1539 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k6=\E[17~:k7=\E[18~:\
1540 :k8=\E[19~:k9=\E[20~:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:\
1541 :kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:md=\E[1m:\
1542 :me=\E[m:mr=\E[7m:nd=\E[C:nw=^M\ED:rc=\E8:sc=\E7:se=\E[27m:\
1543 :sf=\ED:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
1544 :ts=\E[2$~\E[1$}\E[1;%dH:ue=\E[24m:up=\E[A:us=\E[4m:\
1545 :vb=200\E[?5h\E[?5l:ve=\E[?25h:vi=\E[?25l:vs=\E[?25h:
1547 # (vt420: I removed :k0:, it collided with <kf10>. I also restored
1548 # a missing :sc: -- esr)
1552 :*6=\E[4~:@0=\E[1~:RA=\E[?7l:\
1553 :S5=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
1555 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
1556 :ae=\E(B:al=\E[L:as=\E(0:bl=^G:cd=\E[J:ce=\E[K:\
1557 :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
1558 :dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:ho=\E[H:\
1559 :i2=\E[?67h\E[64;1"p:if=/usr/share/tabset/vt300:\
1560 :im=\E[4h:is=\E[1;24r\E[24;1H:k1=\EOP:k2=\EOQ:k3=\EOR:\
1561 :k4=\EOS:k5=\E[17~:k6=\E[18~:k7=\E[19~:k8=\E[20~:\
1562 :k9=\E[21~:k;=\E[29~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:\
1563 :kb=^H:kd=\E[B:ke=\E>:kl=\E[D:kr=\E[C:ks=\E=:ku=\E[A:le=^H:\
1564 :mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:\
1565 :r3=\E[?67h\E[64;1"p:rc=\E8:rf=/usr/share/tabset/vt300:\
1566 :sc=\E7:se=\E[m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:ue=\E[m:\
1571 # if (key < 16) then value = key;
1572 # else if (key < 21) then value = key + 1;
1573 # else if (key < 25) then value = key + 2;
1574 # else if (key < 27) then value = key + 3;
1575 # else if (key < 30) then value = key + 4;
1576 # else value = key + 5;
1578 vt420pc|DEC VT420 w/PC keyboard:\
1579 :@7=\E[4~:F1=\E[23~:F2=\E[24~:F3=\E[11;2~:F4=\E[12;2~:\
1580 :F5=\E[13;2~:F6=\E[14;2~:F7=\E[15;2~:F8=\E[17;2~:\
1581 :F9=\E[18;2~:FA=\E[19;2~:FB=\E[20;2~:FC=\E[21;2~:\
1582 :FD=\E[23;2~:FE=\E[24;2~:FF=\E[23~:FG=\E[24~:FH=\E[25~:\
1583 :FI=\E[26~:FJ=\E[28~:FK=\E[29~:FL=\E[31~:FM=\E[32~:\
1584 :FN=\E[33~:FO=\E[34~:FP=\E[35~:FQ=\E[36~:FR=\E[23;2~:\
1585 :FS=\E[24;2~:FT=\E[25;2~:FU=\E[26;2~:FV=\E[28;2~:\
1586 :FW=\E[29;2~:FX=\E[31;2~:FY=\E[32;2~:FZ=\E[33;2~:\
1587 :Fa=\E[34;2~:Fb=\E[35;2~:Fc=\E[36;2~:\
1588 :S6=USR_TERM\072vt420pcdos\072:k1=\E[11~:k2=\E[12~:\
1589 :k3=\E[13~:k4=\E[14~:k5=\E[15~:k6=\E[17~:k7=\E[18~:\
1590 :k8=\E[19~:k9=\E[20~:k;=\E[21~:kD=\177:kh=\E[H:\
1593 vt420pcdos|DEC VT420 w/PC for DOS Merge:\
1595 :S4=\E[?1;2r\E[34h:\
1596 :S5=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:S6@:\
1600 vt420f|DEC VT420 with VT kbd; VT400 mode; F1-F5 used as Fkeys:\
1601 :F1=\E[23~:F2=\E[24~:F3=\E[25~:F4=\E[26~:F5=\E[28~:\
1602 :F6=\E[29~:F7=\E[31~:F8=\E[32~:F9=\E[33~:FA=\E[34~:\
1603 :k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:\
1604 :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:\
1605 :kD=\177:kh=\E[H:l1=\EOP:l2=\EOQ:l3=\EOR:l4=\EOS:\
1610 vt510pc|DEC VT510 w/PC keyboard:\
1612 vt510pcdos|DEC VT510 w/PC for DOS Merge:\
1617 # The VT520 is a monochrome text terminal capable of managing up to
1618 # four independent sessions in the terminal. It has multiple ANSI
1619 # emulations (VT520, VT420, VT320, VT220, VT100, VT PCTerm, SCO Console)
1620 # and ASCII emulations (WY160/60, PCTerm, 50/50+, 150/120, TVI 950,
1621 # 925 910+, ADDS A2). This terminfo data is for the ANSI emulations only.
1623 # Terminal Set-Up is entered by pressing [F3], [Caps Lock]/[F3] or
1624 # [Alt]/[Print Screen] depending upon which keyboard and which
1625 # terminal mode is being used. If Set-Up has been disabled or
1626 # assigned to an unknown key, Set-Up may be entered by pressing
1627 # [F3] as the first key after power up, regardless of keyboard type.
1628 # (vt520: I added <rmam>/<smam> based on the init string, also :sc: -- esr)
1629 # (untranslatable capabilities removed to fit entry within 1023 bytes)
1633 :*6=\E[4~:@0=\E[1~:RA=\E[?7l:\
1634 :S5=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
1636 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
1637 :ae=\E(B:al=\E[L:as=\E(0:bl=^G:cd=\E[J:ce=\E[K:\
1638 :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
1639 :dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:ho=\E[H:\
1640 :i2=\E[?67h\E[64;1"p:if=/usr/share/tabset/vt300:\
1641 :im=\E[4h:is=\E[1;24r\E[24;1H:k0=\E[29~:k1=\EOP:k2=\EOQ:\
1642 :k3=\EOR:k4=\EOS:k5=\E[17~:k6=\E[18~:k7=\E[19~:k8=\E[20~:\
1643 :k9=\E[21~:k;=\E[29~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:\
1644 :kb=^H:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:\
1645 :md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:r3=\E[?67h\E[64;1"p:\
1646 :rc=\E8:rf=/usr/share/tabset/vt300:sc=\E7:se=\E[m:sf=\ED:\
1647 :so=\E[7m:sr=\EM:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:
1649 # (vt525: I added <rmam>/<smam> based on the init string;
1650 # removed :se:=\E[m, :ue:=\E[m, added :sc: -- esr)
1651 # (untranslatable capabilities removed to fit entry within 1023 bytes)
1655 :*6=\E[4~:@0=\E[1~:RA=\E[?7l:\
1656 :S5=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
1658 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
1659 :ae=\E(B:al=\E[L:as=\E(0:bl=^G:cd=\E[J:ce=\E[K:\
1660 :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
1661 :dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:ho=\E[H:\
1662 :i2=\E[?67h\E[64;1"p:if=/usr/share/tabset/vt300:\
1663 :im=\E[4h:is=\E[1;24r\E[24;1H:k0=\E[29~:k1=\EOP:k2=\EOQ:\
1664 :k3=\EOR:k4=\EOS:k5=\E[17~:k6=\E[18~:k7=\E[19~:k8=\E[20~:\
1665 :k9=\E[21~:k;=\E[29~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:\
1666 :kb=^H:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:\
1667 :md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:r3=\E[?67h\E[64;1"p:\
1668 :rc=\E8:rf=/usr/share/tabset/vt300:sc=\E7:se=\E[m:sf=\ED:\
1669 :so=\E[7m:sr=\EM:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:
1671 #### VT100 emulations
1674 # John Hawkinson <jhawk@MIT.EDU> tells us that the EWAN telnet for Windows
1675 # (the best Windows telnet as of September 1995) presents the name `dec-vt100'
1676 # to telnetd. Michael Deutschmann <ldeutsch@mail.netshop.net> informs us
1677 # that this works best with a stock vt100 entry.
1678 dec-vt100|EWAN telnet's vt100 emulation:\
1681 # From: Adrian Garside <94ajg2@eng.cam.ac.uk>, 19 Nov 1996
1682 dec-vt220|DOS tnvt200 terminal emulator:\
1685 # Zstem340 is an (IMHO) excellent VT emulator for PC's. I recommend it to
1686 # anyone who needs PC VT340 emulation. (or anything below that level, for
1687 # that matter -- DEC's ALL-in-1 seems happy with it, as does INFOPLUS's
1688 # RDBM systems, it includes ReGIS and SiXel support! I'm impressed...
1689 # I can send the address if requested.
1690 # (z340: changed garbled \E[5?l to \E[?5l, DEC smooth scroll off -- esr)
1691 # From: Adam Thompson <thompson@xanth.magic.mb.ca> Sept 10 1995
1692 z340|zstem vt340 terminal emulator 132col 42line:\
1694 :is=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h\E[1;42r\E[42;1H:\
1695 :r2=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h\E[1;42r\E[42;1H:\
1697 z340-nam|zstem vt340 terminal emulator 132col 42line:\
1699 :is=\E>\E[?3h\E[?4l\E[?5l\E[?7l\E[?8h\E[1;42r\E[42;1H:\
1700 :r2=\E>\E[?3h\E[?4l\E[?5l\E[?7l\E[?8h\E[1;42r\E[42;1H:\
1703 #### X terminal emulators
1705 # You can add the following line to your .Xdefaults to change the terminal type
1706 # set by the xterms you start up to my-xterm:
1708 # *termName: my-xterm
1710 # System administrators can change the default entry for xterm instances
1711 # by adding a similar line to /usr/X11/lib/X11/app-defaults/XTerm. In either
1712 # case, xterm will detect and reject an invalid terminal type, falling back
1713 # to the default of xterm.
1716 # X10/6.6 11/7/86, minus alternate screen, plus (csr)
1717 # (xterm: ":MT:" changed to ":km:"; added <smam>/<rmam> based on init string;
1718 # removed (hs, eslok, tsl=\E[?E\E[?%i%dT, fsl=\E[?F, dsl=\E[?E)
1719 # as these seem not to work -- esr)
1720 x10term|vs100-x10|xterm terminal emulator (X10 window system):\
1721 :am:bs:km:mi:ms:xn:xo:\
1723 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:RA=\E[?7l:SA=\E[?7h:\
1724 :al=\E[L:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:\
1725 :cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:ho=\E[H:\
1726 :im=\E[4h:is=\E\E[m\E[?7h\E[?1;4l:k1=\EOP:k2=\EOQ:\
1727 :k3=\EOR:k4=\EOS:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:\
1728 :kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:md=\E[1m:me=\E[m:\
1730 :rs=\E[r\E<\E[m\E[H\E[2J\E[?7h\E[?1;3;4;6l:se=\E[m:\
1731 :sf=^J:so=\E[7m:sr=\EM:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:
1732 # Compatible with the R5 xterm
1733 # (from the XFree86 3.2 distribution, <blink=@> removed)
1734 xterm-r5|xterm R5 version:\
1737 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\E[23~:\
1738 :F2=\E[24~:IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
1739 :al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:\
1740 :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:\
1741 :dl=\E[M:do=^J:ei=:ho=\E[H:ic=\E[@:im=:k0=\EOq:k1=\E[11~:\
1742 :k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:k6=\E[17~:\
1743 :k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:kA=\E[30~:\
1744 :kD=\E[3~:kE=\E[8~:kI=\E[2~:kL=\E[31~:kN=\E[6~:kP=\E[5~:\
1745 :kb=^H:kd=\EOB:ke=\E[?1l\E>:kh=\E[7~:kl=\EOD:kr=\EOC:\
1746 :ks=\E[?1h\E=:ku=\EOA:le=^H:md=\E[1m:me=\E[m:mr=\E[7m:\
1747 :nd=\E[C:r1=\E>\E[1;3;4;5;6l\E[?7h\E[m\E[r\E[2J\E[H:\
1749 :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:up=\E[A:
1750 # Compatible with the R6 xterm
1751 # (from XFree86 3.2 distribution, <acsc> and :it: added, <blink@> removed)
1752 xterm-r6|xterm-old|xterm X11R6 version:\
1753 :am:bs:km:mi:ms:xn:\
1755 :*6=\E[4~:@0=\E[1~:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:\
1756 :DO=\E[%dB:F1=\E[23~:F2=\E[24~:F3=\E[25~:F4=\E[26~:\
1757 :F5=\E[28~:F6=\E[29~:F7=\E[31~:F8=\E[32~:F9=\E[33~:\
1758 :FA=\E[34~:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
1759 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
1760 :ae=\E(B:al=\E[L:as=\E(0:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:\
1761 :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:\
1762 :dl=\E[M:do=^J:eA=\E(B:ei=\E[4l:ho=\E[H:im=\E[4h:\
1763 :is=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E>:k1=\EOP:\
1764 :k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[15~:k6=\E[17~:k7=\E[18~:\
1765 :k8=\E[19~:k9=\E[20~:k;=\E[21~:kD=\E[3~:kI=\E[2~:kN=\E[6~:\
1766 :kP=\E[5~:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:\
1767 :ks=\E[?1h\E=:ku=\EOA:le=^H:md=\E[1m:me=\E[m:ml=\El:\
1768 :mr=\E[7m:mu=\Em:nd=\E[C:\
1769 :r2=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E>:rc=\E8:\
1770 :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:ta=^I:\
1771 :te=\E[2J\E[?47l\E8:ti=\E7\E[?47h:ue=\E[m:up=\E[A:\
1773 # This is the base xterm entry for the xterm supplied with XFree86 3.2 & up.
1774 # The name has been changed and some aliases have been removed.
1775 # (untranslatable capabilities removed to fit entry within 1023 bytes)
1776 # (sgr removed to fit entry within 1023 bytes)
1777 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
1778 xterm-xf86-v32|xterm terminal emulator (XFree86 3.2 Window System):\
1779 :am:bs:km:mi:ms:xn:\
1781 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
1782 :K1=\EOw:K2=\EOy:K3=\EOu:K4=\EOq:K5=\EOs:LE=\E[%dD:\
1783 :RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:\
1784 :cd=\E[J:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:\
1785 :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ec=\E[%dX:\
1786 :ei=\E[4l:ho=\E[H:ic=\E[@:im=\E[4h:\
1787 :is=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E>:\
1788 :k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:\
1789 :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:kD=\177:kI=\E[2~:\
1790 :kN=\E[6~:kP=\E[5~:kb=^H:kd=\EOB:ke=\E[?1l\E>:kh=\EOH:\
1791 :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:md=\E[1m:\
1792 :me=\E[m\017:mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:se=\E[27m:\
1793 :sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:te=\E[2J\E[?47l\E8:\
1794 :ti=\E7\E[?47h:ue=\E[24m:up=\E[A:us=\E[4m:\
1795 :vb=\E[?5h\E[?5l:ve=\E[?25h:vi=\E[?25l:vs=\E[?25h:
1796 # This is the stock xterm entry supplied with XFree86 3.3, which uses VT100
1797 # codes for F1-F4 except while in VT220 mode.
1798 xterm-xf86-v33|xterm terminal emulator (XFree86 3.3 Window System):\
1799 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
1801 # This version was released in XFree86 3.3.3 (November 1998).
1802 # Besides providing printer support, it exploits a new feature that allows
1803 # xterm to use terminfo-based descriptions with the titeInhibit resource.
1804 xterm-xf86-v333|xterm terminal emulator (XFree86 3.3.3 Window System):\
1806 :*6@:@0@:@7=\E[4~:ei=:ic@:im=:is=\E[\041p\E[?3;4l\E[4l\E>:\
1807 :kD=\E[3~:kh=\E[1~:mb=\E[5m:mk=\E[8m:pf=\E[4i:po=\E[5i:\
1808 :ps=\E[i:r1=\Ec:r2=\E[\041p\E[?3;4l\E[4l\E>:\
1809 :te=\E[?1047l\E[?1048l:ti=\E[?1048h\E[?1047h:\
1811 # This beta version will probably be released in XFree86 4.0.
1812 xterm-xf86-v40|xterm terminal emulator (XFree86 4.0 Window System):\
1813 :@7=\EOF:K1=\EOH:K2=\EOE:K3=\E[5~:K4=\EOF:K5=\E[6~:kD=\177:\
1814 :kh=\EOH:te=\E[?1049l:ti=\E[?1049h:\
1815 :tc=xterm-xf86-v333:
1816 # This is one of the variants from XFree86 3.3 (T.Dickey)
1817 xterm-16color|xterm with 16 colors like aixterm:\
1818 :Co#16:NC#32:pa#256:ut:\
1819 :AB=\E[4%dm:AF=\E[3%dm:op=\E[m:\
1822 # This is xterm for ncurses. It mainly adds mappings for more high-half
1823 # characters. Note that these will only work for fixed-width fonts.
1824 xterm-nc|vs100-nc|xterms-nc|xterm terminal emulator (X Window System):\
1825 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~..--++\054\054II00:\
1826 :u6=\E[%i%d;%dR:u7=\E[6n:u8=\E[?1;2c:u9=\E[c:\
1829 # This is our standard xterm entry. It is based on the xterm-xf86-v33 entry
1830 # with some changes in order to try to be compatible with as many xterm
1831 # implementations as possible.
1832 #xterm|vs100|xterm terminal emulator (X Window System):\
1833 # :ut:Co#8:pa#64:AB=\E[4%dm:AF=\E[3%dm:op=\E[m:\
1834 # :@1=\EOE:@7=\EOF:@8=\EOM:k;=\E[21~:\
1835 # :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
1836 # :ic@:kD=\E[3~:me=\E[m:se=\E[m:ue=\E[m:vb@:\
1837 # :tc=xterm-xf86-v33:
1838 xterm|vs100|xterm terminal emulator (X Window System):\
1839 :am:bs:km:mi:ms:ut:xn:\
1841 :Co#8:pa#64:AB=\E[4%dm:AF=\E[3%dm:op=\E[m:\
1842 :@1=\EOE:@7=\EOF:@8=\EOM:k;=\E[21~:F1=\E[23~:F2=\E[24~:\
1843 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
1844 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
1845 :K1=\EOw:K2=\EOy:K3=\EOu:K4=\EOq:K5=\EOs:LE=\E[%dD:\
1846 :RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:\
1847 :cd=\E[J:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:\
1848 :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:\
1849 :eA=\E(B\E)0:ec=\E[%dX:ei=\E[4l:ho=\E[H:im=\E[4h:\
1850 :is=\E[m\E7\E[r\E[?7h\E[?1;3;4;6l\E[4l\E8\E>:\
1851 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[15~:\
1852 :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:kB=\E[Z:kD=\E[3~:kI=\E[2~:\
1853 :kN=\E[6~:kP=\E[5~:kb=^H:kd=\EOB:ke=\E[?1l\E>:kh=\EOH:\
1854 :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:md=\E[1m:\
1855 :me=\E[m:mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:se=\E[m:\
1856 :sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:te=\E[2J\E[?47l\E8:\
1857 :ti=\E7\E[?47h:ue=\E[m:up=\E[A:us=\E[4m:\
1858 :ve=\E[?25h:vi=\E[?25l:vs=\E[?25h:
1860 # Xterm with the visual bell capability.
1861 xterm-vb|xterm terminal emulator with visual bell:\
1862 :vb=\E[?5h\E[?5l:tc=xterm:
1864 # These entries allow access to the X titlebar and icon name as a status line.
1865 # Note that twm (and possibly window managers descended from it such as tvtwm,
1866 # ctwm, and vtwm) track windows by icon-name; thus, you don't want to mess
1868 xterm+sl|access X title line and icon name:\
1871 :ds=\E]0;\007:fs=^G:ts=\E]0;:\
1873 xterm+sl-twm|access X title line (pacify twm-descended window managers):\
1876 :ds=\E]2;\007:fs=^G:ts=\E]2;:\
1880 # The following xterm variants don't depend on your base version
1882 xterm-bold|xterm terminal emulator (X11R6 Window System) standout w/bold:\
1885 # (kterm: this had extension capabilities ":KJ:TY=ascii:" -- esr)
1886 kterm|kterm kanji terminal emulator (X window system):\
1887 :es:hs:ds=\E[?H:fs=\E[?F:ts=\E[?E\E[?%i%dT:\
1888 :ac@:ae=\E(B:as=\E(0:\
1890 # See the note on ICH/ICH1 VERSUS RMIR/SMIR near the end of file
1891 xterm-nic|xterm with ich/ich1 suppressed for non-curses programs:\
1894 # From: Mark Sheppard <kimble@mistral.co.uk>, 4 May 1996
1895 xterm1|xterm terminal emulator ignoring the alternate screen buffer:\
1899 # This describes the capabilities of color_xterm, an xterm variant from
1900 # before ECMA-64 color support was folded into the main-line xterm release.
1901 # This entry is straight from color_xterm's maintainer.
1902 # From: Jacob Mandelson <jlm@ugcs.caltech.edu>, 09 Nov 1996
1903 # (untranslatable capabilities removed to fit entry within 1023 bytes)
1904 # (sgr removed to fit entry within 1023 bytes)
1905 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
1906 color_xterm|cx|cx100|color_xterm color terminal emulator for X:\
1909 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
1910 :K1=\EOw:K2=\EOu:K3=\EOy:K4=\EOq:K5=\EOs:LE=\E[%dD:\
1911 :RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:cd=\E[J:\
1912 :ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:\
1913 :cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:ho=\E[H:\
1914 :i1=\E[r\E[m\E[?7h\E[?4;6l\E[4l:im=\E[4h:k1=\E[11~:\
1915 :k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:k6=\E[17~:\
1916 :k7=\E[18~:k8=\E[19~:k9=\E[20~:kI=\E[2~:kN=\E[6~:kP=\E[5~:\
1917 :kb=^H:kd=\EOB:kh=\E[7~:kl=\EOD:kr=\EOC:ku=\EOA:le=^H:\
1918 :md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:se=\E[27m:\
1919 :sf=^J:so=\E[7m:sr=\EM:ta=^I:te=\E>\E[?41;1r:\
1920 :ti=\E[?1;41s\E[?1;41h\E=:ue=\E[24m:up=\E[A:us=\E[4m:
1922 # The 'nxterm' distributed with Redhat Linux 5.2 is a slight rehack of
1923 # xterm-sb_right-ansi-3d, which implements ANSI colors, but does not support
1924 # SGR 39 or 49. SGR 0 does reset colors (along with everything else). This
1925 # description is "compatible" with color_xterm, rxvt and XFree86 xterm, except
1926 # that each of those implements the home, end, delete keys differently.
1928 # Redhat Linux 6.x distributes XFree86 xterm as "nxterm", which uses bce
1929 # colors; note that this is not compatible with the 5.2 version.
1930 # csw (2002-05-15): make xterm-color primary instead of nxterm, to
1931 # match XFree86's xterm.terminfo usage and prevent circular links
1932 xterm-color|nxterm|generic color xterm:\
1933 :am:bs:km:mi:ms:xn:\
1935 :Co#8:NC#3:pa#64:Sb=\E[4%dm:Sf=\E[3%dm:op=\E[m:\
1938 # From rxvt-2.7.10/doc/etc/rxvt.termcap (2005-07-03)
1939 rxvt|rxvt terminal emulator (X Window System):\
1940 :am:eo:km:ms:ut:xn:xo:\
1941 :co#80:it#8:li#24:Co#8:pa#64:\
1942 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
1943 :AB=\E[4%dm:AF=\E[3%dm:AL=\E[%dL:\
1944 :DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
1945 :K1=\EOw:K2=\EOu:K3=\EOy:K4=\EOq:K5=\EOs:LE=\E[%dD:\
1946 :RI=\E[%dC:UP=\E[%dA:\
1947 :ae=^O:al=\E[L:as=^N:bl=^G:cd=\E[J:\
1948 :ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:\
1949 :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:\
1950 :eA=\E(B\E)0:ho=\E[H:i1=\E[?47l\E=\E[?1l:ic=\E[@:\
1951 :is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l:\
1952 :k0=\E[21~:k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:\
1953 :k5=\E[15~:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:\
1954 :kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:ke=\E>:\
1955 :kl=\E[D:kr=\E[C:ks=\E=:ku=\E[A:le=^H:mb=\E[5m:\
1956 :md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:op=\E[m:rc=\E8:sc=\E7:\
1957 :se=\E[27m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
1958 :te=\E[?47l\E8:ti=\E7\E[?47h:ue=\E[24m:up=\E[A:us=\E[4m:\
1959 :vb=\E[?5h\E[?5l:ve=\E[?25h:vi=\E[?25l:vs=\E[?25h:\
1961 # When compiled with LINUX_KEYS the last line becomes
1962 # :@7=\E[4~:kh=\E[1~:
1964 # From rxvt-unicode-7.9/doc/etc/rxvt-unicode.termcap (2006-08-07)
1965 # Reconstructed via infocmp from file: /etc/terminfo/r/rxvt-unicode
1966 # (untranslatable capabilities removed to fit entry within 1023 bytes)
1967 rxvt-unicode|rxvt-unicode terminal (X Window System):\
1968 :am:bw:eo:hs:km:mi:ms:xn:xo:\
1969 :co#80:it#8:li#24:lm#0:\
1970 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
1971 :K1=\EOw:K2=\EOu:K3=\EOy:K4=\EOq:K5=\EOs:LE=\E[%dD:\
1972 :RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:ae=\E(B:al=\E[L:\
1973 :as=\E(0:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:\
1974 :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:\
1975 :dl=\E[M:do=^J:ds=\E]2;\007:ec=\E[%dX:ei=\E[4l:fs=^G:\
1976 :ho=\E[H:i1=\E[?47l\E=\E[?1l:ic=\E[@:im=\E[4h:\
1977 :is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l:\
1978 :k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:\
1979 :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:kD=\E[3~:\
1980 :kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=\177:kd=\EOB:ke=\E[?1l\E>:\
1981 :kh=\E[7~:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:\
1982 :mb=\E[5m:md=\E[1m:me=\E[m\017:mr=\E[7m:nd=\E[C:rc=\E8:\
1983 :sc=\E7:se=\E[27m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
1984 :te=\E[r\E[?1049l:ti=\E[?1049h:ts=\E]2;:ue=\E[24m:\
1985 :up=\E[A:us=\E[4m:vb=\E[?5h\E[?5l:ve=\E[?25h:vi=\E[?25l:\
1988 # From mlterm-2.9.3/doc/term/mlterm.tc (30-Oct-2005)
1989 mlterm|multi lingual terminal emulator:\
1991 :Co#8:co#80:it#8:li#24:pa#64:\
1992 :*6=\E[4~:@0=\E[1~:@7=\EOF:AB=\E[4%dm:AF=\E[3%dm:\
1993 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\E[23~:\
1994 :F2=\E[24~:IC=\E[%d@:Km=\E[M:LE=\E[%dD:\
1995 :RI=\E[%dC:UP=\E[%dA:\
1996 :ae=\E(B:al=\E[L:as=\E(0:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[J:\
1997 :ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:\
1998 :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:\
1999 :do=^J:ei=\E[4l:ho=\E[H:ic=\E[@:im=\E[4h:\
2000 :is=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E>:\
2001 :k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:\
2002 :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:\
2003 :kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=\177:kd=\EOB:\
2004 :ke=\E[?1l\E>:kh=\EOH:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\
2005 :ku=\EOA:le=^H:md=\E[1m:me=\E[m\E(B:mr=\E[7m:nd=\E[C:\
2006 :nw=\EE:op=\E[39;49m:rc=\E8:\
2007 :rs=\E7\E[r\E8\E[m\E[?7h\E[?1;3;4;6l\E[4l\E>\E[?1000l:\
2008 :sc=\E7:se=\E[27m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
2009 :te=\E[?1049l:ti=\E[?1049h:\
2010 :ue=\E[24m:up=\E[A:us=\E[4m:\
2011 :ve=\E[?25h:vi=\E[?25l:
2013 # From: David J. MacKenzie <djm@va.pubnix.com> 20 Apr 1995
2014 # Here's a termcap entry I've been using for xterm_color, which comes
2015 # with BSD/OS 2.0, and the X11R6 contrib tape too I think. Besides the
2016 # color stuff, I also have a status line defined as the window manager
2017 # title bar. [I have translated it to terminfo -- ESR]
2018 xterm-pcolor|xterm with color used for highlights and status line:\
2019 :am:bs:hs:km:mi:ms:xn:\
2020 :co#80:it#8:li#24:ws#40:\
2021 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
2022 :K1=\EOw:K2=\EOy:K3=\EOu:K4=\EOq:K5=\EOs:LE=\E[%dD:\
2023 :RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:\
2024 :cd=\E[J:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:\
2025 :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:\
2026 :ds=\E]0;\007:ec=\E[%dX:ei=\E[4l:fs=^G:ho=\E[H:im=\E[4h:\
2027 :is=\E7\E[r\E[m\E[?7h\E[?1;3;4;6l\E[4l\E8\E>:k1=\EOP:\
2028 :k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[15~:k6=\E[17~:k7=\E[18~:\
2029 :k8=\E[19~:k9=\E[20~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:\
2030 :kb=^H:kd=\EOB:ke=\E[?1l\E>:kh=\EOH:kl=\EOD:kr=\EOC:\
2031 :ks=\E[?1h\E=:ku=\EOA:le=^H:md=\E[1m\E[43m:me=\E[m:\
2032 :mr=\E[7m\E[34m:nd=\E[C:nw=^M^J:rc=\E8:sc=\E7:se=\E[m:\
2033 :sf=^J:so=\E[7m\E[31m:sr=\EM:st=\EH:ta=^I:\
2034 :te=\E[2J\E[?47l\E8:ti=\E7\E[?47h:ts=\E]0;:ue=\E[m:\
2035 :up=\E[A:us=\E[4m\E[42m:ve=\E[?25h:vi=\E[?25l:vs=\E[?25h:
2037 # HP ships this, except for the pb#9600 which was merged in from BSD termcap.
2038 # (hpterm: added empty <acsc>, we have no idea what ACS chars look like --esr)
2039 xhpterm|X-hpterm|xpterm|hpterm|hp X11 terminal emulator:\
2041 :Nl#8:co#80:lh#2:li#24:lm#0:lw#8:pb#9600:sg#0:\
2042 :LF=\E&j@:LO=\E&jB:ac=:ae=^O:al=\EL:as=^N:bl=^G:bt=\Ei:\
2043 :cd=\EJ:ce=\EK:ch=\E&a%dC:cl=\E&a0y0C\EJ:cm=\E&a%dy%dC:\
2044 :cr=^M:ct=\E3:cv=\E&a%dY:dc=\EP:dl=\EM:do=\EB:ei=\ER:im=\EQ:\
2045 :k1=\Ep:k2=\Eq:k3=\Er:k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:\
2046 :kA=\EL:kC=\EJ:kD=\EP:kE=\EK:kF=\ES:kH=\EF:kI=\EQ:kL=\EM:\
2047 :kM=\ER:kN=\EU:kP=\EV:kR=\ET:kS=\EJ:kT=\E1:ka=\E3:kb=^H:\
2048 :kd=\EB:ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:ks=\E&s1A:kt=\E2:\
2049 :ku=\EA:le=^H:md=\E&dB:me=\E&d@:mh=\E&dH:ml=\El:mr=\E&dB:\
2051 :se=\E&d@:sf=^J:so=\E&dJ:sr=\ET:st=\E1:ta=^I:ue=\E&d@:\
2054 # This entry describes an xterm with Sun-style function keys enabled
2055 # via the X resource setting "xterm*sunFunctionKeys:true"
2056 # To understand <kf11>/<kf12> note that L1,L2 and F11,F12 are the same.
2057 # The <kf13>...<kf20> keys are L3-L10. We don't set <kf16=\E[197z>
2058 # because we want it to be seen as <kcpy>.
2059 # The <kf31>...<kf45> keys are R1-R15. We treat some of these in accordance
2060 # with their Sun keyboard labels instead.
2061 # From: Simon J. Gerraty <sjg@zen.void.oz.au> 10 Jan 1996
2062 xterm-sun|xterm with sunFunctionKeys true:\
2063 :%1=\E[196z:&8=\E[195z:@0=\E[200z:@5=\E[197z:@7=\E[220z:\
2064 :F1=\E[192z:F2=\E[193z:F3=\E[194z:F4=\E[195z:F5=\E[196z:\
2065 :F7=\E[198z:F8=\E[199z:F9=\E[200z:FA=\E[201z:FL=\E[208z:\
2066 :FM=\E[209z:FN=\E[210z:FO=\E[211z:FP=\E[212z:FQ=\E[213z:\
2067 :FS=\E[215z:FU=\E[217z:FW=\E[219z:FY=\E[221z:K2=\E[218z:\
2068 :k1=\E[224z:k2=\E[225z:k3=\E[226z:k4=\E[227z:k5=\E[228z:\
2069 :k6=\E[229z:k7=\E[230z:k8=\E[231z:k9=\E[232z:k;=\E[233z:\
2070 :kI=\E[2z:kN=\E[222z:kP=\E[216z:kh=\E[214z:\
2072 xterms-sun|small (80x24) xterm with sunFunctionKeys true:\
2073 :co#80:li#24:tc=xterm-sun:
2075 # This is for the extensible terminal emulator on the X11R6 contrib tape.
2076 emu|emu native mode:\
2078 :Co#15:co#80:it#8:li#24:pa#64:vt#200:\
2079 :*6=\Esel:@0=\Efind:@8=^M:AL=\EQ%d;:DC=\EI%d;:DL=\ER%d;:\
2080 :DO=\Ep%d;:F1=\EF11:F2=\EF12:F3=\EF13:F4=\EF14:F5=\EF15:\
2081 :F6=\EF16:F7=\EF17:F8=\EF18:F9=\EF19:FA=\EF20:LE=\Eq-%d;:\
2082 :RI=\Eq%d;:Sb=\Es%i%d;:Sf=\Er%i%d;:UP=\Ep-%d;:\
2083 :ac=a\202f\260g261j\213k\214l\215m\216n\217o\220q\222s\224t\225u\226v\227w\230x\231~\244:\
2084 :ae=\200:al=\EQ1;:as=\200:bl=^G:cb=\EL:cd=\EN:ce=\EK:\
2085 :cl=\EP\EE0;0;:cm=\EE%d;%d;:cr=^M:cs=\Ek%d;%d;:ct=\Ej:\
2086 :dc=\EI1;:dl=\ER1;:do=\EB:eA=\200:ec=\Ej%d;:ei=\EX:\
2087 :ho=\EE0;0;:im=\EY:is=\ES\Er0;\Es0;:k0=\EF00:k1=\EF01:\
2088 :k2=\EF02:k3=\EF03:k4=\EF04:k5=\EF05:k6=\EF06:k7=\EF07:\
2089 :k8=\EF08:k9=\EF09:k;=\EF10:kD=\177:kI=\Eins:kN=\Enext:\
2090 :kP=\Eprior:kb=^H:kd=\EB:kl=\EC:kr=\ED:ku=\EA:le=^H:\
2091 :mb=\ES\EW:md=\ES\EU:me=\ES:mr=\ES\ET:nd=\ED:\
2092 :oc=\Es0;\Er0;:r2=\ES\Es0;\Er0;:se=\ES:sf=\EG:so=\ES\ET:\
2093 :sr=\EF:st=\Eh:ta=^I:ue=\ES:up=\EA:us=\ES\EV:ve=\Ea:vi=\EZ:\
2098 # MGR is a Bell Labs window system lighter-weight than X.
2099 # These entries describe MGR's xterm-equivalent.
2100 # They are courtesy of Vincent Broman <broman@nosc.mil> 14 Jan 1997
2103 mgr|Bellcore MGR (non X) window system terminal emulation:\
2105 :AL=\E%da:DC=\E%dE:DL=\E%dd:IC=\E%dA:RA=\E5S:SA=\E5s:\
2106 :al=\Ea:bl=^G:cd=\EC:ce=\Ec:cl=^L:cm=\E%r%d;%dM:cr=^M:\
2107 :cs=\E%d;%dt:dc=\EE:dl=\Ed:do=\Ef:ei=:hd=\E1;2f:hu=\E1;2u:\
2108 :ic=\EA:im=:kb=^H:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
2109 :md=\E2n:me=\E0n:mr=\E1n:nd=\Er:nw=^M^J:se=\E0n:sf=^J:\
2110 :so=\E1n:ta=^I:ue=\E0n:up=\Eu:us=\E4n:ve=\Eh:vi=\E9h:\
2112 mgr-sun|Mgr window with Sun keyboard:\
2113 :%1=\E[207z:%6=\E[198z:&8=\E[195z:@0=\E[200z:@5=\E197z:\
2114 :@7=\E[220z:@8=\E[250z:F1=\E[234z:F2=\E[235z:K1=\E[214z:\
2115 :K2=\E[218z:K3=\E[216z:K4=\E[220z:K5=\E[222z:k1=\E[224z:\
2116 :k2=\E[225z:k3=\E[226z:k4=\E[227z:k5=\E[228z:k6=\E[229z:\
2117 :k7=\E[230z:k8=\E[231z:k9=\E[232z:k;=\E[233z:kN=\E[222z:\
2118 :kP=\E[216z:kh=\E[214z:\
2120 mgr-linux|Mgr window with Linux keyboard:\
2121 :@7=\E[4~:F1=\E[23~:F2=\E[24~:K1=\E[H:K2=\E[G:K3=\E[5~:\
2122 :K4=\E[Y:K5=\E[6~:k0=\E[[J:k1=\E[[A:k2=\E[[B:k3=\E[[C:\
2123 :k4=\E[[D:k5=\E[[E:k6=\E[17~:k7=\E[18~:k8=\E[19~:\
2124 :k9=\E[20~:k;=\E[21~:kD=\E[3~:kN=\E[6~:kP=\E[5~:kh=\E[1~:tc=mgr:
2126 # Eterm: the enlightenment terminal emulator
2127 Eterm|Eterm Terminal Emulator (X11 Window System):\
2128 :am:bs:bw:eo:km:mi:ms:xn:xo:\
2129 :co#80:it#8:li#24:lm#0:pa#64:Co#8:AF=\E[3%dm:AB=\E[4%dm:op=\E[39m\E[49m:\
2130 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
2131 :K1=\E[7~:K2=\EOu:K3=\E[5~:K4=\E[8~:K5=\E[6~:LE=\E[%dD:\
2132 :RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:cd=\E[J:\
2133 :ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:\
2134 :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=\E[B:\
2136 :ec=\E[%dX:ei=\E[4l:ho=\E[H:i1=\E[?47l\E>\E[?1l:ic=\E[@:\
2137 :im=\E[4h:is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l:\
2138 :k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:\
2139 :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:kD=\E[3~:\
2140 :kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:ke=:kh=\E[7~:\
2141 :kl=\E[D:kr=\E[C:ks=:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:\
2142 :me=\E[m\017:mr=\E[7m:nd=\E[C:rc=\E8:\
2143 :sc=\E7:se=\E[27m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
2144 :te=\E[2J\E[?47l\E8:ti=\E7\E[?47h:ue=\E[24m:up=\E[A:\
2145 :us=\E[4m:vb=\E[?5h\E[?5l:ve=\E[?25h:vi=\E[?25l:\
2146 :ac=``aaffggiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:
2148 ######## UNIX VIRTUAL TERMINALS, VIRTUAL CONSOLES, AND TELNET CLIENTS
2151 # Columbus UNIX virtual terminal. This terminal also appears in
2152 # UNIX 4.0 and successors as line discipline 1 (?), but is
2153 # undocumented and does not really work quite right.
2154 cbunix|cb unix virtual terminal:\
2157 :al=\EP:bl=^G:cd=\EL:ce=\EK:cl=\EL:cm=\EG%r%.%.:cr=^M:\
2158 :dc=\EM:dl=\EN:do=^J:ei=:ic=\EO:im=:kd=\EB:kh=\EE:kl=\ED:\
2159 :kr=\EC:ku=\EA:le=^H:nd=\EC:se=\Eb^D:sf=^J:so=\Ea^D:\
2160 :ue=\Eb^A:up=\EA:us=\Ea^A:
2161 # (vremote: removed obsolete ":nl@:" -- esr)
2162 vremote|virtual remote terminal:\
2165 pty|4bsd pseudo teletype:\
2166 :cm=\EG%+ %+ :se=\Eb$:so=\Ea$:ue=\Eb\041:us=\Ea\041:tc=cbunix:
2168 # The codes supported by the term.el terminal emulation in GNU Emacs 19.30
2169 eterm|gnu emacs term.el terminal emulation:\
2172 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
2173 :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:al=\E[L:bl=^G:cb=\E[1K:\
2174 :cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
2175 :cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:ho=\E[H:\
2176 :im=\E[4h:le=^H:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:se=\E[m:\
2177 :sf=^J:so=\E[7m:ta=^I:te=\E[2J\E[?47l\E8:ti=\E7\E[?47h:\
2178 :ue=\E[m:up=\E[A:us=\E[4m:
2180 # Entries for use by the FSF's `screen' program. The screen and
2181 # screen-w entries came with version 3.7.1. The screen2 and screen3 entries
2182 # come from University of Wisconsin and may be older.
2183 # (screen: added :ve: on ANSI model -- esr)
2185 screen|VT 100/ANSI X3.64 virtual terminal:\
2187 :Co#8:co#80:it#8:li#24:pa#64:\
2188 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\E[23~:\
2189 :F2=\E[24~:IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
2190 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~..--++\054\054hhII00:\
2191 :ae=\E(B:al=\E[L:as=\E(0:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:\
2192 :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
2193 :ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:eA=\E(B:ei=\E[4l:\
2194 :ho=\E[H:im=\E[4h:is=\E(B:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
2195 :k5=\E[15~:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:\
2196 :k;=\E[21~:kD=\E[3~:kH=\E[4~:kI=\E[2~:kN=\E[6~:kP=\E[5~:\
2197 :kb=^H:kd=\EOB:ke=\E[?1l\E>:kh=\E[1~:kl=\EOD:kr=\EOC:\
2198 :ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:\
2199 :mr=\E[7m:nd=\E[C:nw=\EE:r2=\Ec:rc=\E8:sc=\E7:se=\E[23m:\
2200 :sf=^J:so=\E[3m:sr=\EM:st=\EH:ta=^I:ue=\E[24m:up=\EM:\
2201 :us=\E[4m:vb=\Eg:ve=\E[?25h:vi=\E[?25l:vs=\E[34l:\
2204 screen-w|VT 100/ANSI X3.64 virtual terminal with 132 cols:\
2207 screen2|VT 100/ANSI X3.64 virtual terminal:\
2209 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
2210 :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:al=\E[L:bt=\E[Z:cd=\E[J:\
2211 :ce=\E[K:cl=\E[2J\E[H:cm=\E[%i%d;%dH:cr=^M:ct=\E[3g:\
2212 :dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:ic=:im=\E[4h:k0=\E~:\
2213 :k1=\ES:k2=\ET:k3=\EU:k4=\EV:k5=\EW:k6=\EP:k7=\EQ:k8=\ER:\
2214 :k9=\E0I:kb=^H:kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:le=^H:\
2215 :me=\E[m:nd=\E[C:nw=^M^J:r1=\Ec:rc=\E8:sc=\E7:se=\E[23m:\
2216 :sf=^J:so=\E[3m:sr=\EM:st=\EH:ta=^I:ue=\E[24m:up=\E[A:\
2218 # (screen3: removed unknown ":xv:LP:G0:" -- esr)
2219 screen3|VT 100/ANSI X3.64 virtual terminal:\
2222 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
2223 :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:al=\E[L:bl=^G:bt=\E[Z:\
2224 :cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
2225 :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:\
2226 :ho=\E[H:im=\E[4h:is=:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
2227 :kb=^H:kd=\EOB:ke=\E>:kl=\EOD:kr=\EOC:ks=\E=:ku=\EOA:le=^H:\
2228 :mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:nw=\EE:r1=\Ec:\
2229 :rc=\E8:sc=\E7:se=\E[23m:sf=^J:so=\E[3m:sr=\EM:st=\EH:ta=^I:\
2230 :ue=\E[24m:up=\EM:us=\E[4m:
2232 #### Pilot Pro Palm-Top
2234 # From: Jason Downs <downsj@downsj.com>, 15 Jun 1997 (Top Gun Telnet's author)
2235 pilot|tgtelnet|Top Gun Telnet on the Palm Pilot Professional:\
2238 :bl=^G:cl=\Ec:cm=\Em%+ %+ :cr=^M:do=^J:ho=\Em :kN=^L:kP=^K:\
2239 :kb=^H:kd=^J:kl=^H:le=^H:nw=\Em~ :se=\EB:sf=^J:so=\Eb:ta=^I:
2241 ######## WORKSTATION CONSOLES
2247 # :is1: resets scrolling region in case a previous user had used "tset vt100"
2248 oldsun|Sun Microsystems Workstation console:\
2251 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:IC=\E[%d@:al=\E[L:bl=^G:\
2252 :cd=\E[J:ce=\E[K:cl=^L:cm=\E[%i%d;%dH:cr=^M:dc=\E[P:\
2253 :dl=\E[M:do=\E[B:ei=:i1=\E[1r:ic=\E[@:im=:k1=\EOP:k2=\EOQ:\
2254 :k3=\EOR:k4=\EOS:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
2255 :le=^H:me=\E[m:nd=\E[C:se=\E[m:sf=^J:so=\E[7m:ta=^I:up=\E[A:
2256 # From: Alexander Lukyanov <lav@video.yars.free.net>, 14 Nov 1995
2257 # :li: capability later corrected by J.T. Conklin <jtc@cygnus.com>
2258 sun-il|Sun Microsystems console with working insert-line:\
2261 :%7=\E[194z:&5=\E[193z:&8=\E[195z:@7=\E[220z:AL=\E[%dL:\
2262 :DC=\E[%dP:DL=\E[%dM:F1=\E[234z:F2=\E[235z:IC=\E[%d@:\
2263 :K2=\E[218z:al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=^L:\
2264 :cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:do=^J:ei=:ic=\E[@:im=:\
2265 :k1=\E[224z:k2=\E[225z:k3=\E[226z:k4=\E[227z:k5=\E[228z:\
2266 :k6=\E[229z:k7=\E[230z:k8=\E[231z:k9=\E[232z:k;=\E[233z:\
2267 :kD=\177:kN=\E[222z:kP=\E[216z:kb=^H:kd=\E[B:kh=\E[214z:\
2268 :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:md=\E[1m:me=\E[m:mr=\E[7m:\
2270 :se=\E[m:sf=^J:so=\E[7m:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:
2271 # On some versions of CGSIX framebuffer firmware, :al:/:AL: flake out on
2272 # the last line. Unfortunately, without them the terminal has no way to scroll.
2273 sun-cgsix|Sun cgsix framebuffer console:\
2275 # Backwards compatibility: `sun-cgsix' used to be called `sun-ss5'
2278 # If you are using an SS5, change the sun definition to use sun-ss5.
2279 sun|sun1|sun2|Sun Microsystems Inc. workstation console:\
2282 # From: <john@ucbrenoir> Tue Sep 24 13:14:44 1985
2283 sun-s|Sun Microsystems Workstation window with status line:\
2285 :ds=\E]l\E\:fs=\E\:ts=\E]l:tc=sun:
2286 sun-e-s|sun-s-e|Sun Microsystems Workstation with status hacked for emacs:\
2288 :ds=\E]l\E\:fs=\E\:ts=\E]l:tc=sun-e:
2289 sun-48|Sun 48-line window:\
2290 :co#80:li#48:tc=sun:
2291 sun-34|Sun 34-line window:\
2292 :co#80:li#34:tc=sun:
2293 sun-24|Sun 24-line window:\
2294 :co#80:li#24:tc=sun:
2295 sun-17|Sun 17-line window:\
2296 :co#80:li#17:tc=sun:
2297 sun-12|Sun 12-line window:\
2298 :co#80:li#12:tc=sun:
2299 sun-1|Sun 1-line window for sysline:\
2302 :ds=^L:fs=\E[K:ts=^M:tc=sun:
2303 sun-e|sun-nic|sune|Sun Microsystems Workstation without insert character:\
2306 sun-c|sun-cmd|Sun Microsystems Workstation console with scrollable history:\
2308 :te=\E[>4h:ti=\E[>4l:tc=sun:
2309 sun-type4|Sun Workstation console with type 4 keyboard:\
2310 :kd=\E[221z:kl=\E[217z:kr=\E[219z:ku=\E[215z:tc=sun-il:
2315 # (wsiris: this had extension capabilities
2316 # :HS=\E7F2:HE=\E7F7:\
2317 # :CT#2:CZ=*Bblack,red,green,yellow,blue,magenta,cyan,*Fwhite:
2318 # See the note on Iris extensions near the end of this file.
2319 # Finally, removed suboptimal :cl:=\EH\EJ and added :do: &
2320 # :vb: from BRL -- esr)
2321 wsiris|iris40|iris emulating a 40 line visual 50 (approximately):\
2323 :co#80:it#8:kn#3:li#40:\
2324 :al=\EL:bl=^G:cd=\EJ:ce=\EK:cl=\Ev:cm=\EY%+ %+ :dl=\EM:\
2325 :do=\EB:ho=\EH:is=\E7B0\E7F7\E7C2\E7R3:k0=\E0:k1=\E1:\
2326 :k2=\E2:k3=\E3:k4=\E4:k5=\E5:k6=\E6:k7=\E7:k8=\E8:k9=\E9:\
2327 :kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=^H:me=\E7F7:mh=\E7F2:nd=\EC:\
2328 :nl=\EB:se=\E0@:sf=^J:so=\E9P:sr=\EI:ta=^I:ue=\E7R3\E0@:\
2329 :up=\EA:us=\E7R2\E9P:vb=\E7F4\E7B1\013\E7F7\E7B0:ve=\E>:\
2334 # Console terminal windows under the NeWS (Sun's Display Postscript windowing
2335 # environment). Note: these have nothing to do with Sony's News workstation
2339 # Entry for NeWS's psterm from Eric Messick & Hugh Daniel
2340 # (psterm: unknown ":sl=\EOl:el=\ENl:" removed -- esr)
2341 psterm|psterm-basic|NeWS psterm-80x34:\
2344 :al=\EA:cd=\EB:ce=\EC:cl=^L:cm=\E%d;%d;:cs=\EE%d;%d;:\
2345 :dc=\EF:dl=\EK:do=\EP:ei=\ENi:fs=\ENl:ho=\ER:i1=\EN*:\
2346 :im=\EOi:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=\ET:ll=\EU:\
2347 :mb=\EOb:md=\EOd:me=\EN*:mr=\EOr:nd=\EV:rc=^\:sc=^]:se=\ENo:\
2348 :sf=\EW:so=\EOo:sr=\EX:ta=^I:te=\ENt:ti=\EOt:ts=\EOl:\
2349 :ue=\ENu:up=\EY:us=\EOu:vb=\EZ:
2350 psterm-96x48|NeWS psterm 96x48:\
2351 :co#96:li#48:tc=psterm:
2352 psterm-90x28|NeWS psterm 90x28:\
2353 :co#90:li#28:tc=psterm:
2354 psterm-80x24|NeWS psterm 80x24:\
2355 :co#80:li#24:tc=psterm:
2356 # This is a faster termcap for psterm. Warning: if you use this termcap,
2357 # some control characters you type will do strange things to the screen.
2358 # (psterm-fast: unknown ":sl=^Ol:el=^Nl:" -- esr)
2359 psterm-fast|NeWS psterm fast version (flaky ctrl chars):\
2362 :al=^A:cd=^B:ce=^C:cl=^L:cm=\004%d;%d;:cs=\005%d;%d;:dc=^F:\
2363 :dl=^K:do=^P:ei=^Ni:fs=^Nl:ho=^R:i1=^N*:im=^Oi:kd=\E[B:\
2364 :kl=\E[D:kr=\E[C:ku=\E[A:le=^T:ll=^U:mb=^Ob:md=^Od:me=^N*:\
2365 :mr=^Or:nd=^V:rc=^\:sc=^]:se=^No:sf=^W:so=^Oo:sr=^X:ta=^I:\
2366 :te=^Nt:ti=^Ot:ts=^Ol:ue=^Nu:up=^Y:us=^Ou:vb=^Z:
2370 # Use `glasstty' for the Workspace application
2373 # From: Dave Wetzel <dave@turbocat.snafu.de> 22 Dec 1995
2377 :bl=^G:ce=\E[K:cl=^L:cm=\E[%i%d;%dH:cr=^M:do=^J:ho=\E[H:\
2378 :kb=^H:kd=^J:kl=^H:le=^H:me=\E[m:nd=\E[C:nw=^M^J:se=\E[4;1m:\
2379 :sf=^J:so=\E[4;2m:ta=^I:up=\E[A:
2380 nextshell|NeXT Shell application:\
2383 :bl=^G:cr=^M:do=^J:kb=^H:kd=^J:kl=^H:le=^H:nw=^M^J:ta=^I:
2385 #### Common Desktop Environment
2388 # This ships with Sun's CDE in Solaris 2.5
2389 # (untranslatable capabilities removed to fit entry within 1023 bytes)
2390 # (sgr removed to fit entry within 1023 bytes)
2391 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
2392 dtterm|CDE desktop terminal:\
2394 :co#80:it#8:li#24:lm#0:\
2395 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
2396 :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:bl=^G:\
2397 :cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
2398 :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ec=\E[%dX:\
2399 :ei=\E[4l:ho=\E[H:im=\E[4h:\
2400 :is=\E F\E>\E[?1l\E[?7h\E[?45l:k1=\E[11~:k2=\E[12~:\
2401 :k3=\E[13~:k4=\E[14~:k5=\E[15~:k6=\E[17~:k7=\E[18~:\
2402 :k8=\E[19~:k9=\E[20~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:\
2403 :kb=^H:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:\
2404 :md=\E[1m:me=\E[m\017:mh=\E[2m:mr=\E[7m:nd=\E[C:nw=\EE:\
2405 :rc=\E8:sc=\E7:se=\E[22;27m:sf=\ED:so=\E[2;7m:sr=\EM:\
2406 :st=\EH:ta=^I:ue=\E[24m:up=\E[A:us=\E[4m:vb=\E[?5h\E[?5l:\
2407 :ve=\E[?25h:vi=\E[?25l:
2409 ### Non-Unix Consoles
2412 # This entry fits the Windows NT console when the _POSIX_TERM environment
2413 # variable is set to 'on'. While the Windows NT POSIX console is seldom used,
2414 # the obnoxious Telnet client supplied with both the Windows for WorkGroup
2415 # 3.11 TCP/IP stack and the Win32 (i.e., Windows 95 and Windows NT 3.1 or
2416 # later) operating systems is not, and (surprise!) they match very well.
2418 # This was adapted from MS Knowledge Base item Q108581, dated 13-MAY-1997,
2419 # titled "Setting Up VI POSIX Editor for Windows NT 3.1". True to Microsoft
2420 # form, not are the installation instructions a pile of mind-numbing
2421 # bureaucratese, but the termcap entry is actually broken and unusable as
2422 # given; the :do: capability is misspelled "d".
2424 ansi-nt|psx_ansi|Microsoft Windows NT console POSIX ANSI mode:\
2427 :bl=^G:cd=\E[J:ce=\E[K:cl=\E[2J:cm=\E[%i%d;%dH:cr=^M:do=^J:\
2428 :ho=\E[H:kb=^H:kd=\E[V:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
2429 :me=\E[0m:mr=\E[7m:nd=\E[C:nw=\r\E[S:rc=\E[u:sc=\E[s:\
2430 :se=\E[m:sf=\E[S:so=\E[7m:sr=\E[T:ta=^I:up=\E[A:
2432 ######## COMMON TERMINAL TYPES
2434 # This section describes terminal classes and maker brands that are still
2435 # quite common, but have proprietary command sets not blessed by ANSI.
2440 # Altos made a moderately successful line of UNIX boxes. In 1990 they were
2441 # bought out by Acer, a major Taiwanese manufacturer of PC-clones.
2442 # Acer has a web site at http://www.acer.com.
2444 # Altos descriptions from Ted Mittelstaedt <tedm@agora.rain.com> 4 Sep 1993
2445 # His comments suggest they were shipped with the system.
2448 # (altos2: had extension capabilities
2449 # :c0=^A`\r:c1=^Aa\r:c2=^Ab\r:c3=^Ac\r:\
2450 # :c4=^Ad\r:c5=^Ae\r:c6=^Af\r:c7=^Ag\r:\
2451 # :c8=^Ah\r:c9=^Ai\r:cA=^Aj\r:cB=^Ak\r:\
2452 # :cC=^Al\r:cD=^Am\r:cE=^An\r:cF=^Ao\r:
2453 # :XU=^Aq\r:XD=^Ar\r:XR=^As\r:XL=^At\r:\
2454 # :YU=^AQ\r:YD=^AR\r:YR=^AS\r:YL=^AT\r:\
2455 # :HL=^AP\r:SP=\E[i:\
2456 # :IS=\E[@:DE=\E[P:IL=\E[L:NS=\E[S:PS=\E[T:\
2457 # :LO=\E[0q:LC=\E[5q:LL=\E[6q:\
2458 # Comparison with the k* capabilities makes it obvious that the c* things are
2459 # shift keys. I have renamed them to keys 32 and up accordingly. Also,
2460 # :sr: was given as a boolean-- esr)
2461 altos2|alt2|altos-2|altos II:\
2462 :co#80:it#8:li#24:sg#0:\
2463 :*5=^Am\r:*8=^An\r:DL=\E[M:FM=^A`\r:FN=^Aa\r:FO=^Ab\r:\
2464 :FP=^Ac\r:FQ=^Ad\r:FR=^Ae\r:FS=^Af\r:FT=^Ag\r:FU=^Ah\r:\
2465 :FV=^Ai\r:FW=^Aj\r:FX=^Ak\r:RA=\E[?7l:SA=\E[?7h:al=\E[L:\
2466 :cd=\E[J:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:\
2467 :dc=\E[P:do=\E[1B:ei=:ho=\E[H:ic=\E[@:\
2468 :if=/usr/share/tabset/vt100:im=:\
2469 :is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:k0=^AI\r:\
2470 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
2471 :k7=^AF\r:k8=^AG\r:k9=^AH\r:kA=^AJ\r:kB=^AK\r:kC=^AL\r:\
2472 :kD=^AM\r:kE=^AN\r:kF=^AO\r:kb=^H:kd=\E[B:kh=\E[f:kl=\E[D:\
2473 :kr=\E[C:ku=\E[A:le=^H:me=\E[m:nd=\E[1C:nw=^M^J:se=\E[m:\
2474 :sf=^J:so=\E[7m:ta=^I:ue=\E[m:up=\E[1A:us=\E[4m:
2475 # (altos3: had extension capabilities
2476 # :c0=^A`\r:c1=^Aa\r:c2=^Ab\r:c3=^Ac\r:\
2477 # :c4=^Ad\r:c5=^Ae\r:c6=^Af\r:c7=^Ag\r:\
2478 # :c8=^Ah\r:c9=^Ai\r:cA=^Aj\r:cB=^Ak\r:\
2479 # :cC=^Al\r:cD=^Am\r:cE=^An\r:cF=^Ao\r:
2480 # :XU=^Aq\r:XD=^Ar\r:XR=^As\r:XL=^At\r:\
2481 # :HL=^AP\r:SP=\E[i:\
2482 # :IS=\E[@:DE=\E[P:IL=\E[L:NS=\E[S:PS=\E[T:\
2483 altos3|altos5|alt3|alt5|altos-3|altos-5|altos III or V:\
2484 :mb=\E[5p:me=\E[p:sr=\EM:\
2486 altos4|alt4|altos-4|altos IV:\
2488 # (altos7: had extension capabilities:
2489 # :GG#0:GI=\EH8:GF=\EH7:\
2490 # :c0=^A`\r:c1=^Aa\r:c2=^Ab\r:c3=^Ac\r:\
2491 # :c4=^Ad\r:c5=^Ae\r:c6=^Af\r:c7=^Ag\r:\
2492 # :c8=^Ah\r:c9=^Ai\r:cA=^Aj\r:cB=^Ak\r:\
2493 # :cC=^Al\r:cD=^Am\r:cE=^An\r:cF=^Ao\r:
2494 # Comparison with the k* capabilities makes it obvious that the c* things are
2495 # shift keys. I have renamed them to keys 32 and up accordingly. I have
2496 # also made this entry relative to adm12 in order to give it an :sa:. The
2497 # <invis> imported by use=adm+sgr may work, let me know. -- esr)
2498 altos7|alt7|altos VII:\
2501 :*5=^Am\r:*8=^An\r:DL=\ER:FM=^A`\r:FN=^Aa\r:FO=^Ab\r:\
2502 :FP=^Ac\r:FQ=^Ad\r:FR=^Ae\r:FS=^Af\r:FT=^Ag\r:FU=^Ah\r:\
2503 :FV=^Ai\r:FW=^Aj\r:FX=^Ak\r:\
2504 :ac=l2m1k3j5t4u9v=w0q\072x6n8:al=\EE:cd=\EY:ce=\ET:\
2505 :cl=\E+^^:cm=\E=%+ %+ :cr=^M:dc=\EW:do=^J:ei=\Er:ho=^^:\
2506 :im=\Eq:is=\E`\072\Ee(\EO\Ee6\Ec41\E~4\Ec21\Eu\E~2:\
2507 :k0=^AI\r:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
2508 :k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:kA=^AJ\r:kB=^AK\r:\
2509 :kC=^AL\r:kD=^AM\r:kE=^AN\r:kF=^AO\r:kN=\EK:kP=\EJ:kb=^H:\
2510 :kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:mb=\EG2:md=\EGt:mh=\EGp:\
2511 :mk=\EG1:nd=^L:nw=^M^J:pf=\EJ:po=\Ed#:sf=^J:sr=\Ej:ta=^I:\
2514 altos7pc|alt7pc|altos PC VII:\
2517 #### Hewlett-Packard (hp)
2520 # 8000 Foothills Blvd
2521 # Roseville, CA 95747
2522 # Vox: 1-(916)-785-4363 (Technical response line for VDTs)
2523 # 1-(800)-633-3600 (General customer support)
2526 # Generic HP terminal - this should (hopefully) work on any HP terminal.
2527 hpgeneric|hp|hewlett-packard generic terminal:\
2528 :am:bs:da:db:mi:pt:xs:\
2529 :co#80:li#24:lm#0:vt#6:\
2530 :al=\EL:bl=^G:cd=\EJ:ce=\EK:ch=\E&a%dC:cl=\EH\EJ:\
2531 :cm=\E&a%r%dc%dY:cr=^M:ct=\E3:cv=\E&a%dY:dc=\EP:dl=\EM:\
2532 :do=^J:ei=\ER:im=\EQ:kB=\Ei:kb=^H:le=^H:me=\E&d@:nd=\EC:\
2533 :se=\E&d@:sf=^J:so=\E&dJ:st=\E1:ta=^I:ue=\E&d@:up=\EA:\
2536 hp110|hewlett-packard model 110 portable:\
2537 :li#16:tc=hpgeneric:
2539 hp+pfk+cr|hp function keys with CR:\
2540 :k1=\Ep\r:k2=\Eq\r:k3=\Er\r:k4=\Es\r:k5=\Et\r:k6=\Eu\r:\
2543 hp+pfk-cr|hp function keys w/o CR:\
2544 :k1=\Ep:k2=\Eq:k3=\Er:k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:
2546 # The hp2621s use the same keys for the arrows and function keys,
2547 # but not separate escape sequences. These definitions allow the
2548 # user to use those keys as arrow keys rather than as function
2550 hp+pfk+arrows|hp alternate arrow definitions:\
2551 :k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:kF=\Er\r:kH=\Eq\r:kR=\Es\r:\
2552 :kd=\Ew\r:kh=\Ep\r:kl=\Eu\r:kr=\Ev\r:ku=\Et\r:
2554 hp+arrows|hp arrow definitions:\
2555 :kF=\ES:kH=\EF:kR=\ET:kd=\EB:kh=\Eh:kl=\ED:kr=\EC:ku=\EA:
2557 # Generic stuff from the HP 262x series
2559 hp262x|HP 262x terminals:\
2561 :cd=\EJ:dc=\EP:ip=:kA=\EL:kD=\EP:kE=\EK:kF=\ES:kI=\EQ:kL=\EM:\
2562 :kM=\ER:kN=\EU:kP=\EV:kR=\ET:kS=\EJ:kd=\EB:ke=\E&s0A:kh=\Eh:\
2563 :kl=\ED:kr=\EC:ks=\E&s1A:ku=\EA:mb=\E&dA:me=\E&d@:mk=\E&dS:\
2565 :se=\E&d@:sf=\ES:so=\E&dB:ta=\011:ue=\E&d@:us=\E&dD:
2567 # Note: no :ho: on HPs since that homes to top of memory, not screen.
2568 # Due to severe 2621 braindamage, the only way to get the arrow keys to
2569 # transmit anything at all is to turn on the function key labels
2570 # with :ks:, and even then the user has to hold down shift!
2571 # The default 2621 turns off the labels except when it has to to
2572 # enable the function keys. If your installation prefers labels
2573 # on all the time, or off all the time (at the "expense" of the
2574 # function keys), use 2621-nl or 2621-wl.
2576 # Note: there are newer ROMs for 2621's that allow you to set
2577 # strap A so the regular arrow keys xmit \EA, etc, as with the
2578 # 2645. However, even with this strap set, the terminal stops
2579 # xmitting if you reset it, until you unset and reset the strap!
2580 # Since there is no way to set/unset the strap with an escape
2581 # sequence, we don't use it in the default.
2582 # If you like, you can use 2621-ba (brain-damaged arrow keys).
2583 hp2621-ba|2621 w/new rom and strap A set:\
2585 :kF=\ES:kH=\EF:kR=\ET:kd=\EB:kh=\Eh:kl=\ED:kr=\EC:ku=\EA:\
2588 # hp2621 with function labels. Most of the time they are off,
2589 # but inside vi, the function key labels appear. You have to
2590 # hold down shift to get them to xmit.
2591 hp2621|hp2621a|hp2621A|2621|2621a|2621A|hp2621-wl|2621-wl|hp 2621 w/labels:\
2592 :is=\E&jA\r:ke=\E&jA:\
2597 :bt=\Ei:cm=\E&a%r%dc%dY:dc=\EP:ip=:is=\E&j@\r:ke=\E&j@:\
2598 :ks=\E&jB:me=\E&d@:se=\E&d@:so=\E&dD:ta=\011:ue=\E&d@:\
2600 :tc=hp+pfk+cr:tc=hpgeneric:
2602 # To use hp2621p printer, setenv TERM=2621p, PRINTER=2612p
2603 hp2621p|hp 2621 with printer:\
2604 :pf=\E&p13C:po=\E&p11C:tc=hp2621:
2606 hp2621p-a|hp2621p with fn as arrows:\
2607 :tc=hp+pfk+arrows:tc=hp2621p:
2609 # hp2621 with k45 keyboard
2610 hp2621-k45|hp2621k45|k45|hp 2621 with 45 keyboard:\
2611 :kb=^H:kd=\EB:ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:ks=\E&s1A:\
2615 # 2621 using all 48 lines of memory, only 24 visible at any time.
2616 hp2621-48|48 line 2621:\
2618 :cm=\E&a%r%dc%dR:cv=\E&a%dR:ho=\EH:tc=hp2621:
2620 # 2621 with no labels ever. Also prevents vi delays on escape.
2621 hp2621-nl|hp 2621 with no labels:\
2622 :kd@:ke@:kh@:kl@:kr@:ks@:ku@:tc=hp2621-fl:
2624 # Needed for UCB ARPAVAX console, since lsi-11 expands tabs
2627 hp2621-nt|hp 2621 w/no tabs:\
2630 # Hp 2624 B with 4 or 10 pages of memory.
2632 # Some assumptions are made with this entry. These settings are
2633 # NOT set up by the initialization strings.
2635 # Port Configuration
2640 # Terminal Configuration
2646 # Note: the 2624 DOES have a true :ho:, believe it or not!
2648 # The 2624 has an "error line" to which messages can be sent.
2649 # This is CLOSE to what is expected for a "status line". However,
2650 # after a message is sent to the "error line", the next carriage
2651 # return is EATEN and the "error line" is turned back off again!
2652 # So I guess we can't define :hs:, :es:, :ws:, :ds:, :fs:, :ts:.
2654 # This entry supports emacs (and any other program that uses raw
2655 # mode) at 4800 baud and less. I couldn't get the padding right
2658 # (hp2624: replaced NUL sequences in flash with mandatory pauses -- esr)
2659 hp2624|hp2624a|hp2624b|hp2624b-4p|Hewlett Packard 2624 B:\
2662 :vb=\E&w13F\E&w12F\E&w13F\E&w12F:tc=hp+labels:tc=scrhp:
2664 # This hp2626 entry does not use any of the fancy windowing stuff
2667 # Indeed, terminfo does not yet handle such stuff. Since changing
2668 # any window clears memory, it is probably not possible to use
2669 # this for screen opt.
2671 # ed is incredibly slow most of the time - I am guessing at the
2672 # exact padding. Since the terminal uses xoff/xon this is intended
2673 # only for cost computation, so that the terminal will prefer el
2674 # or even dl1 which is probably faster!
2676 # \ED\EJ\EC hack for ed from Ed Bradford - apparently ed is only
2677 # extra slow on the last line of the window.
2679 # The padding probably should be changed.
2681 hp2626|hp2626a|hp2626p|hp 2626:\
2684 :SF=\E&r%dD:SR=\E&r%dU:cd=\ED\EJ\EC:ip=:is=\E&j@\r:tc=hp+pfk+cr:tc=hp+labels:tc=scrhp:
2686 # This entry is for sysline. It allocates a 23 line window with
2687 # a 115 line workspace for regular use, and a 1 line window for
2690 # This assumes port 2 is being used.
2691 # Turn off horizontal line, Create ws #1 with 115 lines,
2692 # Create ws #2 with 1 line, Create window #1 lines 1-23,
2693 # Create window #2 lines 24-24, Attach cursor to workspace #1.
2694 # Note that this clears the tabs so it must be done by tset before
2697 hp2626-s|hp 2626 using only 23 lines:\
2700 :fs=\E&d@\E&w7f2p1I\E&w4f1I:\
2701 :i1=\E&q3t0{0H \E&w0f115n1I \E&w0f1n2I \E&w2f1i0d0u22l0S \E&w2f2i0d23u23l0S \E&w7f2p1I \r:\
2702 :ts=\E&w7f2p2I\E&w4f2I\r\EK\E&a%dC:\
2704 # Force terminal back to 24 lines after being 23.
2705 hp2626-ns|hp 2626 using all 24 lines:\
2706 :i1=\E&q3t0{0H \E&w0f118n1I \E&w0f1n2I \E&w2f1i0d0u23l0S \E&w3f2I \E&w7f2p1I \r:tc=hp2626:
2707 # Various entries useful for small windows on 2626.
2708 hp2626-12|hewlett-packard 2626 12 lines:\
2710 hp2626-12x40|hewlett-packard 2626 12 lines 40 columns:\
2711 :co#40:li#12:tc=hp2626:
2712 hp2626-x40|hewlett-packard 2626 40 columns:\
2714 hp2626-12-s|hewlett-packard 2626 11 lines plus status:\
2718 # hp2627 color tubes from University of Wisconsin
2720 hp2627a-rev|hp 2627 with reverse video colors:\
2722 :is=\E&v0m1a0b0c1x1y1z1i0a0b1c1x1y1z0i0S\E&j@\r\E3\r:\
2723 :kb=^H:kd=^J:kl=^H:nw=^M^J:sf=^J:ta=^I:ue=\E&v0S\E&d@:\
2726 hp2627a|hp 2627 color terminal with no labels:\
2728 :is=\E&v0m1a1b0c1i0a1b1c2i1a0b0c0i0S\E&j@\r\E3\r:\
2729 :kb=^H:kd=^J:kl=^H:nw=^M^J:se=\E&v0S:sf=^J:so=\E&v2S:ta=^I:\
2730 :ue=\E&v0S\E&d@:us=\E&dD\E&v1S:\
2732 hp2627c|hp 2627 color (cyan) terminal with no labels:\
2734 :is=\E&v0m1a0b0c2i1a1b0c1i0a1b1c0i0S\E&j@\r\E3\r:\
2735 :kb=^H:kd=^J:kl=^H:nw=^M^J:sf=^J:ta=^I:\
2738 # hp2640a doesn't have the Y cursor addressing feature, and C is
2739 # memory relative instead of screen relative, as we need.
2742 :cm@:ke@:ks@:tc=hp2645:
2744 hp2640b|hp2644a|hp 264x series:\
2747 # (hp2641a: removed unknown :gu: -- esr)
2748 hp2641a|hp2645a|hp2647a|HP 264?A series BRL entry:\
2751 :al=\EL:bl=^G:cd=\EJ:ce=\EK:ch=\E&a%2C:cl=\EH\EJ:\
2752 :cm=\E&a%r%2c%2Y:cr=^M:cv=\E&a%2Y:dc=\EP:dl=\EM:do=^J:\
2753 :ei=\ER:if=/usr/share/tabset/std:im=\EQ:is=500\EE:kb=^H:\
2754 :kd=^J:kl=^H:le=^H:nd=\EC:nw=^M^J:se=\E&d@:sf=^J:so=\E&dB:\
2757 # This terminal should be used at 4800 baud or less. It needs padding for
2758 # plain characters at 9600, I guessed at an appropriate cr delay. It really
2759 # wants ^E/^F handshaking, but that doesn't work well even if you write
2760 # software to support it.
2761 hp2645|hp45|HP 2645 series:\
2763 :cr=\r:kA=\EL:kD=\EP:kE=\EK:kF=\ES:kI=\EQ:kL=\EM:kM=\ER:\
2764 :kN=\EU:kP=\EV:kR=\ET:kS=\EJ:kT=\E1:kd=\EB:ke=\E&s0A:kh=\Eh:\
2765 :kl=\ED:kr=\EC:ks=\E&s1A:kt=\E2:ku=\EA:mb=\E&dA:me=\E&d@:\
2766 :mh=\E&dH:mr=\E&dB:\
2769 # You should use this terminal at 4800 baud or less.
2770 hp2648|hp2648a|HP 2648a graphics terminal:\
2771 :cl=\EH\EJ:cm=\E&a%r%dc%dY:dc=\EP:ip=:tc=hp2645:
2773 # The HP 150 terminal is a fairly vanilla HP terminal, with the
2774 # clreol standout problem. It also has graphics capabilities and
2775 # a touch screen, which we don't describe here.
2776 hp150|hewlett packard Model 150:\
2779 # HP 2382a terminals, "the little ones." They don't have any
2780 # alternate character set support and sending out ^N/^O will
2781 # leave the screen blank.
2782 hp2382a|hp2382|hewlett packard 2382a:\
2785 :ac@:ae@:as@:me=\E&d@:\
2786 :tc=hp+labels:tc=scrhp:
2788 hp2621-a|hp2621a-a|hp2621 with fn as arrows:\
2789 :tc=hp+pfk+arrows:tc=hp2621-fl:
2791 # newer hewlett packard terminals
2793 newhpkeyboard|generic entry for HP extended keyboard:\
2794 :kA=\EL:kB=\Ei:kC=\EJ:kD=\EP:kE=\EK:kF=\ET:kH=\EF:kI=\EQ:\
2795 :kL=\EM:kM=\ER:kN=\EU:kP=\EV:kR=\ES:kS=\EJ:kb=^H:kd=\EB:\
2796 :ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:ks=\E&s1A:ku=\EA:\
2799 newhp|generic entry for new hewlett packard terminals:\
2801 :co#80:li#24:pb#4800:\
2802 :ac=T1R\041U2S"W3O#V4P$t5u6w7v8\072'9(LQKWlRkT5I3@2[MAJSmFjGdHQ;Y+Z*X\0724>q\054x.n/:\
2803 :ae=^O:al=\EL:as=^N:bl=^G:bt=\Ei:cd=\EJ:ce=\EK:cr=^M:ct=\E3:\
2804 :dc=\EP:dl=\EM:do=^J:ei=\ER:i1=\E&jB:im=\EQ:ip=:le=^H:\
2805 :mb=\E&dA:md=\E&dF:me=\E&d@\017:mh=\E&dH:mk=\E&dS:\
2806 :mr=\E&dB:nd=\EC:nw=^M^J:\
2808 :se=\E&d@:sf=^J:so=\E&dJ:sr=\ET:st=\E1:ta=\011:ue=\E&d@:\
2812 memhp|memory relative addressing for new HP ttys:\
2814 :CM=\E&a%dr%dC:DO=\E&a+%dR:LE=\E&a-%dC:\
2815 :RI=\E&a+%dC:UP=\E&a-%dR:ch=\E&a%dC:cl=\EH\EJ:\
2816 :cm=\E&a%dr%dC:cv=\E&a%dR:ho=\EH:ll=\E&a23R\r:tc=newhp:
2818 scrhp|screen relative addressing for new HP ttys:\
2819 :CM=\E&a%dr%dC:DO=\E&a+%dR:LE=\E&a-%dC:\
2820 :RI=\E&a+%dC:UP=\E&a-%dR:ch=\E&a%dC:cl=\E&a0c0Y\EJ:\
2821 :cm=\E&a%dy%dC:cv=\E&a%dY:ho=\E&a0y0C:ll=\E&a0y0C\EA:\
2824 # (hp+labels: added label values from a BRL termcap -- esr)
2825 hp+labels|"standard" label info for new HP ttys:\
2827 :LF=\E&j@:LO=\E&jB:l0=f1:l1=f2:l2=f3:l3=f4:l4=f5:l5=f6:l6=f7:\
2830 hp+printer|"standard" printer info for HP ttys:\
2831 :ff=\E&p4u0C:pf=\E&p13C:po=\E&p11C:ps=\EH\E&p4dF:
2834 # The new hp2621b is kind of a cross between the old 2621 and the
2835 # new 262x series of machines. It has dip-switched options.
2836 # The firmware has a bug in it such that if you give it a null
2837 # length label, the following character is eaten!
2838 hp2621b|hp 2621b with old style keyboard:\
2839 :Nl#8:lh#1:lm#48:lw#8:\
2840 :LO=\E&jB:kF=\ET:kH=\EF:kR=\ES:kd=\EB:kh=\Eh:kl=\ED:kr=\EC:\
2844 hp2621b-p|hp 2621b with printer:\
2845 :tc=hp+printer:tc=hp2621b:
2847 # hp2621b - new 2621b with new extended keyboard
2848 # these are closer to the new 26xx series than the other 2621b
2849 hp2621b-kx|hp 2621b with extended keyboard:\
2850 :tc=newhpkeyboard:tc=hp2621b:
2852 hp2621b-kx-p|hp 2621b with new keyboard & printer:\
2853 :tc=hp+printer:tc=hp2621b-kx:
2855 # Some assumptions are made in the following entries.
2856 # These settings are NOT set up by the initialization strings.
2858 # Port Configuration
2859 # RecvPace=Xon/Xoff XmitPace=Xon/Xoff StripNulDel=Yes
2861 # Terminal Configuration
2862 # InhHndShk(G)=Yes InhDC2(H)=Yes
2863 # XmitFnctn(A)=No InhEolWrp=No
2866 # Hp 2622a & hp2623a display and graphics terminals
2868 hp2622|hp2622a|hp 2622:\
2871 :is=\E&dj@\r:tc=hp+pfk+cr:tc=hp+labels:tc=scrhp:
2873 # The 2623 is a 2622 with extra graphics hardware.
2874 hp2623|hp2623a|hp 2623:\
2877 hp2624b-p|hp2624b-4p-p|hewlett packard 2624 B with printer:\
2878 :tc=hp+printer:tc=hp2624:
2880 # The hewlett packard B can have an optional extra 6 pages of memory.
2881 hp2624-10p|hp2624a-10p|hp2624b-10p|hewlett packard 2624 B w/ 10 pages of memory:\
2884 hp2624b-10p-p|hewlett packard 2624 B w/ extra memory & printer:\
2885 :lm#240:tc=hp2624b-p:
2887 # Color manipulations for HP terminals
2888 hp+color|hp with colors:\
2891 :oc=\E&v0m1a1b1c0I\E&v1a1I\E&v1b2I\E&v1a1b3I\E&v1c4I\E&v1a1c5I\E&v1b1c6I\E&v1x1y7I:\
2892 :op=\E&v0S:sp=\E&v%dS:
2894 # :is: sets the screen to be 80 columns wide
2895 hp2397a|hp2397|hewlett packard 2397A color terminal:\
2897 :tc=memhp:tc=hp+labels:tc=hp+color:
2899 # HP 700/44 Setup parameters:
2900 # Terminal Mode HP-PCterm
2901 # Inhibit Auto Wrap NO
2902 # Status Line Host Writable
2903 # PC Character Set YES
2904 # Twenty-Five Line Mode YES
2905 # XON/XOFF @128 or 64 (sc)
2906 # Keycode Mode NO or YES (sc)
2907 # Backspace Key BS or BS/DEL
2909 # :is: sets pcterm; autowrap; 25 lines; pc char set; prog DEL key;
2910 # \E\\? does not turn off keycode mode
2911 # <smsc> sets alternate start/stop; keycode on
2912 hpansi|hp700|hewlett packard 700/44 in HP-PCterm mode:\
2915 :@7=\E[4~:RA=\E[?7l:S4=\E[>11h\EPO**x0/65;1/67\E\:\
2916 :S5=\E[>11l\EP1**x0/11;1/13\E[m\E\:SA=\E[?7h:XF=g:XN=e:\
2917 :ac=k\277l\332m\300j\331n\305w\302q\304u\264t\303v\301x\263:\
2918 :al=\E[L:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[2J\E[H:\
2919 :cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:do=\E[B:ei=:ho=\E[H:\
2921 :is=\E[44"p\E[?7h\E[>10h\E[>12h\EP1;1|3/7F\E\:\
2922 :k1=\E[17~:k2=\E[18~:k3=\E[19~:k4=\E[20~:k5=\E[21~:\
2923 :k6=\E[23~:k7=\E[24~:k8=\E[25~:k9=\E[26~:k;=\E[28~:\
2924 :kB=\E[Z:kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:kh=\E[1~:kl=\E[D:\
2925 :kr=\E[C:ku=\E[A:le=\E[D:me=\E[m:nd=\E[C:se=\E[m:sf=^J:\
2926 :so=\E[7m:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:ve=\E[?25h:\
2929 # (hp2392: copied :ei: here from hpex -- esr)
2930 hp2392|239x series:\
2932 :bt=\Ei:cm=\E&a%dy%dC:cv=\E&a%dY:ei=\ER:im=\EQ:k1=\Ep\r:\
2933 :k2=\Eq\r:k3=\Er\r:k4=\Es\r:k5=\Et\r:k6=\Eu\r:k7=\Ev\r:\
2934 :k8=\Ew\r:kF=\EU:kN=\Eu:kP=\Ev:kR=\EV:kh=\Eh:ue=\E&d@:\
2938 hpsub|hp terminals -- capability subset:\
2939 :am:da:db:mi:xo:xs:\
2941 :al=\EL:bl=^G:cd=\EJ:ce=\EK:ch=\E&a%dC:cl=\EH\EJ:cr=^M:\
2942 :dc=\EP:dl=\EM:do=\EB:if=/usr/share/tabset/stdcrt:\
2943 :is=\E&s1A\E<\E&k0\:kb=^H:kd=\EB:ke=\E&s0A:kh=\Eh:kl=\ED:\
2944 :kr=\EC:ks=\E&s1A:ku=\EA:le=^H:me=\E&d@:nd=\EC:se=\E&d@:\
2945 :sf=^J:so=\E&dB:ta=^I:up=\EA:
2948 # May be used for most 24 x 80 hp terminals,
2949 # but has no padding added, so may allow runover in some terminals at high
2950 # baud rates. Will not work for hp2640a or hp2640b terminals, hp98x6 and
2951 # hp98x5 terminal emulators or hp98x6 consoles.
2952 # Adds xy-cursor addressing, vertical cursor addressing, home,
2953 # last line, and underline capabilities.
2955 # (hpex: removed memory-lock capabilities ":ml=\El:mu=\Em:",
2956 # moved :ei: here from hpsub -- esr)
2957 hpex|hp extended capabilites:\
2958 :cm=\E&a%dy%dC:cr=^M:cv=\E&a%dY:do=^J:ei=\ER:im=\EQ:kb=^H:\
2959 :kd=^J:kl=^H:nw=^M^J:sf=^J:ta=^I:ue=\E&d@:us=\E&dD:\
2962 # From: Ville Sulko <Ville.Sulko@bip.atk.tpo.fi>, 05 Aug 1996
2963 hp2|hpex2|hewlett-packard extended capabilities newer version:\
2965 :Nl#8:co#80:lh#2:li#24:lm#0:lw#8:sg#0:\
2966 :LF=\E&j@:LO=\E&jB:al=\EL:bl=^G:cd=\EJ:ce=\EK:ch=\E&a%dC:\
2967 :cl=\E&a0y0C\EJ:cm=\E&a%dy%dC:cr=^M:ct=\E3:cv=\E&a%dY:\
2968 :dc=\EP:dl=\EM:do=\EB:ei=\ER:im=\EQ:k1=\Ep:k2=\Eq:k3=\Er:\
2969 :k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:kA=\EL:kC=\EJ:kD=\EP:\
2970 :kE=\EK:kF=\ES:kH=\EF:kI=\EQ:kL=\EM:kM=\ER:kN=\EU:kP=\EV:\
2971 :kR=\ET:kS=\EJ:kT=\E1:ka=\E3:kb=^H:kd=\EB:ke=\E&s0A:kh=\Eh:\
2972 :kl=\ED:kr=\EC:ks=\E&s1A:kt=\E2:ku=\EA:le=^H:me=\E&d@:\
2973 :ml=\El:mu=\Em:nd=\EC:\
2974 :se=\E&d@:sf=^J:so=\E&dB:st=\E1:ta=^I:ue=\E&d@:up=\EA:\
2978 # From: <ddavis@ic.berkeley.edu>
2979 hp236|hp236 internal terminal emulator:\
2982 :al=\EG:ce=\EK:cl=\EF:cm=\EE%+ %+ :dc=\EJ:dl=\EH:ei=:ic=\EI:\
2983 :im=:le=^H:me=\ECI:se=\ECI:so=\EBI:up=^K:ve=\EDE:vs=\EDB:
2985 # This works on a hp300 console running Utah 4.3 BSD
2986 # From: Craig Leres <leres@okeeffe.berkeley.edu>
2987 hp300h|HP Catseye console:\
2988 :am:bs:da:db:mi:xs:\
2989 :co#128:li#51:lm#0:sg#0:\
2990 :al=\EL:bl=^G:bt=\Ei:cd=\EJ:ce=\EK:ch=\E&a%dC:\
2991 :cl=\E&a0y0C\EJ:cm=\E&a%dy%dC:cr=^M:ct=\E3:cv=\E&a%dY:\
2992 :dc=\EP:dl=\EM:do=\EB:ei=\ER:if=/usr/share/tabset/stdcrt:\
2993 :im=\EQ:kb=^H:kd=\EB:ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:\
2994 :ks=\E&s1A:ku=\EA:le=^H:me=\E&d@:nd=\EC:se=\E&d@:sf=^J:\
2995 :so=\E&dB:ta=^I:ue=\E&d@:up=\EA:us=\E&dD:
2996 # From: Greg Couch <gregc@ernie.berkeley.edu>
2997 hp9837|hp98720|hp98721|HP 9000/300 workstations:\
2998 :am:bs:da:db:mi:xs:\
2999 :co#128:it#8:li#46:lm#0:\
3000 :al=\EL:bl=^G:bt=\Ei:cd=\EJ:ce=\EK:ch=\E&a%dC:\
3001 :cl=\E&a0y0C\EJ:cm=\E&a%dy%dC:ct=\E3:cv=\E&a%dY:dc=\EP:\
3002 :dl=\EM:do=\EB:ei=\ER:im=\EQ:is=\E&v0m1b0i&j@:kA=\EL:\
3003 :kD=\EP:kE=\EK:kI=\EQ:kL=\EM:kN=\EU:kP=\EV:kS=\EJ:kb=^H:\
3004 :kd=\EB:ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:ks=\E&s1A:ku=\EA:\
3005 :le=^H:me=\E&d@:nd=\EC:se=\E&v0S:sf=^J:so=\E&v5S:st=\E1:\
3006 :ta=^I:ue=\E&d@:up=\EA:us=\E&dD:
3007 # HP 9845 desktop computer from BRL
3008 # (hp9845: removed unknown capability :gu: -- esr)
3010 :am:bs:da:db:eo:mi:xs:\
3012 :al=\EL:bc=\ED:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\E&a%r%2c%2Y:\
3013 :dc=\EP:dl=\EM:ei=\ER:if=/usr/share/tabset/std:im=\EQ:\
3014 :nd=\EC:se=\E&d@:so=\E&dB:up=\EA:
3015 # From: Charles A. Finnell of MITRE <finnell@mitre.org>, developed 07SEP90
3016 # (hp98550: replaced /usr/share/tabset/9837 with std because :it#8:,:st=\E1:;
3017 # added empty <acsc> to avoid warnings re :as:/:ae: --esr)
3018 hp98550|hp98550a|HP 9000 Series 300 color console:\
3019 :am:bs:da:db:mi:xs:\
3020 :co#128:it#8:li#49:lm#0:\
3021 :ac=:ae=^O:al=\EL:as=^N:bl=^G:bt=\Ei:cd=\EJ:ce=\EK:\
3022 :ch=\E&a%dC:cl=\EH\EJ:cm=\E&a%dy%dC:cr=^M:ct=\E3:\
3023 :cv=\E&a%dY:dc=\EP:dl=\EM:do=^J:ei=\ER:\
3024 :if=/usr/share/tabset/std:im=\EQ:k1=\Ep:k2=\Eq:k3=\Er:\
3025 :k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:kA=\EL:kC=\EJ:kD=\EP:\
3026 :kE=\EK:kF=\ES:kH=\EF:kI=\EQ:kL=\EM:kM=\ER:kN=\EU:kP=\EV:\
3027 :kR=\ET:kS=\EJ:kT=\E1:ka=\E3:kb=^H:kd=\EB:ke=\E&s0A:kh=\Eh:\
3028 :kl=\ED:kr=\EC:ks=\E&s1A:kt=\E2:ku=\EA:le=^H:mb=\E&dA:\
3029 :md=\E&dJ:me=\E&d@:mh=\E&dH:mk=\E&ds:mr=\E&dJ:nd=\EC:\
3030 :se=\E&d@:sf=^J:so=\E&dJ:st=\E1:ta=^I:ue=\E&d@:up=\EA:\
3031 :us=\E&dD:ve=\E*dQ:vi=\E*dR:
3032 # From: Victor Duchovni <vic@fine.princeton.edu>
3033 # (hp700-wy: removed obsolete ":nl=^J:";
3034 # replaced /usr/share/tabset/hp700-wy with std because :it#8:,:st=\E1: -- esr)
3035 hp700-wy|HP700/41 emulating wyse30:\
3037 :co#80:it#8:li#24:sg#1:ug#1:\
3038 :al=0.7*\EE:bt=\EI:cd=\EY:ce=10\ET:cl=^Z:cm=\E=%+ %+ :\
3039 :cr=^M:ct=\E0:cv=\E[%+ :dc=\EW:dl=\ER:do=^V:ei=\Er:ho=^^:\
3040 :i1=\E~"\EC\Er\E(\EG0\003\E`9\E`1:\
3041 :if=/usr/share/tabset/stdcrt:im=\Eq:kB=\EI:kC=^Z:kE=\ET:\
3042 :kI=\Eq:kM=\Er:kS=\EY:kT=\EI:kb=\177:kd=^V:kh=^^:kl=^H:kr=^L:\
3043 :ku=^K:le=^H:ll=^^^K:me=10\EG0:nd=^L:se=10\EG0:so=10\EG4:\
3044 :sr=\Ej:st=\E1:ta=^I:ue=10\EG0:up=^K:us=10\EG8:
3045 # (hp70092: added empty <acsc> to avoid warnings re :as:/:ae: --esr)
3046 hp70092|hp70092a|hp70092A|HP 700/92:\
3048 :Nl#8:co#80:lh#2:li#24:lm#0:lw#8:\
3049 :LF=\E&j@:LO=\E&jB:ac=:ae=^O:al=\EL:as=^N:bl=^G:bt=\Ei:\
3050 :ce=\EK:ch=\E&a%dC:cl=\E&a0y0C\EJ:cm=\E&a%dy%dC:cr=^M:\
3051 :ct=\E3:cv=\E&a%dY:dc=\EP:dl=\EM:do=\EB:ei=\ER:im=\EQ:\
3052 :k1=\Ep:k2=\Eq:k3=\Er:k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:\
3053 :kA=\EL:kC=\EJ:kD=\EP:kE=\EK:kF=\ES:kH=\EF:kI=\EQ:kL=\EM:\
3054 :kM=\ER:kN=\EU:kP=\EV:kR=\ET:kS=\EJ:kT=\E1:ka=\E3:kb=^H:\
3055 :kd=\EB:ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:ks=\E&s1A:kt=\E2:\
3056 :ku=\EA:le=^H:mb=\E&dA:md=\E&dB:me=\E&d@:mh=\E&dH:mr=\E&dB:\
3057 :nd=\EC:se=\E&d@:so=\E&dJ:sr=\ET:st=\E1:ta=^I:ue=\E&d@:\
3060 bobcat|sbobcat|HP 9000 model 300 console:\
3062 :co#128:it#8:li#47:sg#0:\
3063 :al=10*\EL:bt=\Ei:cd=\EJ:ce=\EK:ch=6\E&a%dC:cl=\EH\EJ:\
3064 :cm=6\E&a%dy%dC:cr=^M:cv=6\E&a%dY:dc=\EP:dl=10*\EM:do=\EB:\
3065 :ei=\ER:im=\EQ:kb=^H:kd=\EB:ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:\
3066 :ks=\E&s1A:ku=\EA:le=^H:me=\E&d@:nd=\EC:nw=^M^J:se=\E&d@:\
3067 :sf=^J:so=\E&dB:ta=^I:ue=\E&d@:up=\EA:us=\E&dD:
3068 gator-t|HP 9000 model 237 emulating extra-tall AAA:\
3070 gator|HP 9000 model 237 emulating AAA:\
3072 :co#128:it#8:li#47:\
3073 :AL=1*\E[%dL:DC=4\E[%dP:DL=1*\E[%dM:IC=4\E[%d@:al=\E[L:\
3074 :bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:ch=\E[%i%d`:cl=\E[H\E[J:\
3075 :cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:do=^J:ei=:ho=\E[H:\
3076 :ic=\E[@:im=:kb=^H:kd=^J:kl=^H:le=^H:me=\E[m:mr=\E[7m:\
3077 :nd=\E[C:nw=^M^J:rp=1*%.\E[%db:se=\E[m:so=\E[7m:ta=^I:\
3078 :ue=\E[m:up=\EM:us=\E[4m:
3079 gator-52|HP 9000 model 237 emulating VT52:\
3080 :co#128:li#47:tc=vt52:
3081 gator-52t|HP 9000 model 237 emulating extra-tall VT52:\
3086 # From: Michael Haardt <michael@gandalf.moria> 11 Jan 93
3089 # Honeywell Bull terminal. Its cursor and function keys send single
3090 # control characters and it has standout/underline glitch. Most programs
3091 # do not like these features/bugs. Visual bell is realized by flashing the
3092 # "keyboard locked" LED.
3093 dku7003-dumb|Honeywell Bull DKU 7003 dumb mode:\
3095 :cd=^_:ce=\E[K:cl=^]^_:cm=\E[%i%d;%dH:cr=^M:do=^K:ho=^]:\
3096 :kb=^H:kd=^K:kh=^]:kl=^Y:kr=^X:ku=^Z:le=^Y:nd=^X:nw=^M^J:\
3097 :sf=^J:ta=^I:up=^Z:vb=\E[2h\E[2l:
3098 dku7003|Honeywell Bull DKU 7003 all features described:\
3101 :mb=\E[5m:md=\E[7m:me=\E[m:mh=\E[2m:mr=\E[7m:se=\E[m:\
3102 :so=\E[7m:ue=\E[m:us=\E[4m:\
3105 #### Lear-Siegler (adm)
3107 # These guys are long since out of the terminals business, but
3108 # in 1995 many current terminals still have an adm type as one of their
3109 # emulations (usually their stupidest, and usually labeled adm3, though
3110 # these `adm3' emulations normally have adm3a+ capabilities).
3112 # WARNING: Some early ADM terminals (including the ADM3 and ADM5) had a
3113 # `diagnostic feature' that sending them a ^G while pin 22 (`Ring Indicator')
3114 # was being held to ground would trigger a send of the top line on the screen.
3115 # A quick fix might be to drop back to a cheesy 4-wire cable with pin 22
3116 # hanging in the air.
3119 adm1a|adm1|lsi adm1a:\
3122 :bl=^G:cl=\E;:cm=\E=%+ %+ :cr=^M:do=^J:ho=^^:le=^H:nd=^L:\
3127 :al=\EE:bl=^G:cd=\EY:ce=\ET:cl=\E;:cm=\E=%+ %+ :cr=^M:\
3128 :dc=\EW:dl=\ER:do=^J:ei=:ho=^^:ic=\EQ:im=:kd=^J:kh=^^:kl=^H:\
3129 :kr=^L:ku=^K:le=^H:nd=^L:sf=^J:up=^K:
3130 # (adm3: removed obsolete ":ma=^K^P:" -- esr)
3134 :bl=^G:cl=^Z:cr=^M:do=^J:le=^H:sf=^J:
3135 # The following ADM-3A switch settings are assumed for normal operation:
3136 # SPACE U/L_DISP CLR_SCRN 24_LINE
3137 # CUR_CTL LC_EN AUTO_NL FDX
3138 # Other switches may be set for operator convenience or communication
3139 # requirements. I recommend
3140 # DISABLE_KB_LOCK LOCAL_OFF 103 202_OFF
3142 # Most of these terminals required an option ROM to support lower case display.
3143 # Open the case and look at the motherboard; if you see an open 24-pin DIP
3144 # socket, you may be out of luck.
3146 # (adm3a: some capabilities merged in from BRl entry -- esr)
3150 :bl=^G:cl=1\032:cm=\E=%+ %+ :cr=^M:do=^J:ho=^^:kd=^J:kl=^H:\
3151 :kr=^L:ku=^K:le=^H:ma=^K^P:nd=^L:nl=^J:r1=^N:rs=^N:sf=^J:\
3155 # (adm5: removed obsolete ":ma=^Hh^Jj^Kk^Ll^^H:" & duplicate ":do=^J:" -- esr)
3158 :bl=^G:cd=\EY:ce=\ET:cr=^M:do=^J:kb=^H:kh=^^:se=\EG:so=\EG:tc=adm3a+:
3159 # A lot of terminals other than adm11s use these. Wherever you see
3160 # use=adm+sgr with some of its capabilities disabled, try the
3161 # disabled ones. They may well work but not have been documented or
3162 # expressed in the using entry. We'd like to cook up an :sa: but the
3163 # :ae:/:as: sequences of the using entries vary too much.
3164 adm+sgr|adm style highlight capabilities:\
3165 :me=\EG0:mk=\EG1:mr=\EG4:se=\EG0:so=\EG4:ue=\EG0:us=\EG8:
3166 # LSI ADM-11 from George William Hartwig, Jr. <geo@BRL-TGR.ARPA> via BRL
3167 # Status line additions from Stephen J. Muir <stephen%comp.lancs.ac.uk@ucl-cs>
3168 # :kh: from <stephen%comp.lancs.ac.uk@ucl-cs.arpa>. :cl: could also
3169 # be ^Z, according to his entry.
3170 # (adm11: :us:=\EG4 was obviously erroneous because it also said
3171 # :mr:=\EG4. Looking at other ADMs confirms this -- esr)
3175 :bl=^G:cd=\EY:ce=\ET:cl=\E*:cm=\E=%+ %+ :cr=^M:do=^J:ds=\Eh:\
3176 :fs=\E(\r:ho=^^:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:\
3177 :k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:kb=^H:kd=^J:kh=^^:\
3178 :kl=^H:kr=^L:ku=^K:le=^H:mb=\EG2:nd=^L:nl=^J:nw=^M^J:ta=^I:\
3181 # From: Andrew Scott Beals <bandy@lll-crg.ARPA>
3182 # Corrected by Olaf Siebert <rhialto@polder.ubc.kun.nl>, 11 May 1995
3183 # (adm12: removed obsolete ":kn:ma=j^Jk^P^K^Pl ^R^L^L :". This formerly had
3184 # :is:=\Eq but that looked wrong; this :is: is from Dave Yost <esquire!yost>
3185 # via BRL. That entry asserted :sg#1:, but I've left that out because
3186 # neither earlier nor later ADMSs have it -- esr)
3189 :co#80:it#8:li#24:ug#1:\
3190 :al=\EE:bl=^G:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :cr=^M:ct=\E0:\
3191 :dc=\EW:dl=\ER:do=^J:ei=\Er:ho=^^:ic=\EQ:im=\Eq:\
3192 :is=\E0 \E1 \E1 \E1 \E1 \E1 \E1 \E1 \E1:\
3193 :k0=^A0\r:k1=^A1\r:k2=^A2\r:k3=^A3\r:k4=^A4\r:k5=^A5\r:\
3194 :k6=^A6\r:k7=^A7\r:k8=^A8\r:k9=^A9\r:kd=^J:kl=^H:kr=^L:\
3195 :ku=^K:le=^H:nd=^L:st=\E1:up=^K:\
3197 # (adm20: removed obsolete ":kn#7:" -- esr)
3198 adm20|lear siegler adm20:\
3201 :al=\EE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=^Z:\
3202 :cm=\E=%i%r%+^_%+^_:cr=^M:dc=\EW:dl=\ER:ei=:ho=^^:ic=\EQ:\
3203 :im=:k1=^A:k2=^B:k3=^W:k4=^D:k5=^E:k6=^X:k7=^Z:le=^H:me=\E(:\
3204 :nd=^L:se=\E(:so=\E):ta=^I:up=^K:
3205 adm21|lear siegler adm21:\
3207 :al=30*\EE:bl=^G:cd=\EY:ce=\ET:cr=^M:dc=\EW:dl=30*\ER:do=^J:\
3208 :ei=:ic=\EQ:im=:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:mk@:sf=^J:\
3209 :me=\EG0:mk=\EG1:mr=\EG4:se=\EG0:so=\EG4:ue=\EG0:us=\EG8:\
3211 # (adm22: ":em=:" was an obvious typo for ":ei=:"; also,
3212 # removed obsolete ":kn#7:ma=j^Jk^P^K^Pl ^R^L^L :";
3213 # removed bogus-looking \200 from before :cm:. -- esr)
3217 :al=\EE:bl=^G:bt=\EI:cd=\Ey:ce=\Et:cl=\E+:cm=\E=%+ %+ :\
3218 :cr=^M:dc=\EW:dl=\ER:do=^J:ei=:ho=^^:ic=\EQ:im=:\
3219 :is=\E%\014\014\014\016\003\200\003\002\003\002\200\200\200\200\200\200\200\200\200\200\200:\
3220 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
3221 :k7=^AF\r:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:l1=F1:l2=F2:\
3222 :l3=F3:l4=F4:l5=F5:l6=F6:l7=F7:le=^H:me=\E(:nd=^L:se=\E(:\
3223 :so=\E):ta=\Ei:up=^K:
3224 # ADM 31 DIP Switches
3226 # This information comes from two versions of the manual for the
3227 # Lear-Siegler ADM 31.
3231 # +-||||-------------------------------------+
3246 # +----------------------------------------------+
3247 # front of case (keyboard)
3249 # S1 - Data Rate - Modem
3250 # S2 - Data Rate - Printer
3251 # ------------------------
3253 # -------------------
3271 # S3 - Interface/Printer/Attributes
3272 # ---------------------------------
3273 # Printer Busy Control
3276 # off off off Busy not active, CD disabled
3277 # off off on Busy not active, CD enabled
3278 # off on off Busy active on J5-20, CD disabled
3279 # on off off Busy active on J5-19, CD disabled - Factory Set.
3280 # on off on Busy active on J5-19, CD enabled
3282 # sw4 Used in conjuction with S4 for comm interface control - Fact 0
3284 # sw5 Secondary Channel Control (Hardware implementation only) - Fact 0
3286 # sw6 ON enables printer BUSY active LOW - Factory Setting
3287 # OFF enables printer BUSY active HIGH - If set to this, ADM31 senses
3289 # sw7 ON - steady cursor - Factory Setting
3290 # OFF - blinking cursor
3292 # sw8 ON causes selected attribute character to be displayed
3293 # OFF causes SPACE to be displayed instead - Factory Setting
3299 # sw4 sw1 sw2 sw3 sw4
3300 # ---------------------------
3301 # OFF ON OFF ON OFF Enable RS-232C interface, Direct Connect and
3302 # Current Loop disabled - Factory Setting
3303 # ON ON OFF ON OFF Enable Current Loop interface, Direct Connect
3305 # OFF OFF ON OFF ON Enable Direct Connect interface, RS-232C and
3306 # Current Loop Disabled
3308 # sw5 ON disables dot stretching mode - Factory Setting
3309 # OFF enables dot stretching mode
3310 # sw6 ON enables blanking function
3311 # OFF enables underline function - Factory Setting
3312 # sw7 ON causes NULLS to be displayed as NULLS
3313 # OFF causes NULLS to be displayed as SPACES - Factory Setting
3315 # S5 - Word Structure
3316 # -------------------
3317 # sw1 ON enables BREAK key - Factory Setting
3318 # OFF disables BREAK key
3319 # sw2 ON selects 50Hz monitor refresh rate
3320 # OFF selects 60Hz monitor refresh rate - Factory Setting
3322 # Modem Port Selection
3325 # ON ON ON Selects 7 DATA bits, even parity, 2 STOP bits
3326 # OFF ON ON Selects 7 DATA bits, odd parity, 2 STOP bits
3327 # ON OFF ON Selects 7 DATA bits, even parity, 1 STOP bit - Factory Set.
3328 # OFF OFF ON Selects 7 DATA bits, odd parity, 1 STOP bit
3329 # ON ON OFF Selects 8 DATA bits, no parity, 2 STOP bits
3330 # OFF ON OFF Selects 8 DATA bits, no parity, 1 STOP bit
3331 # ON OFF OFF Selects 8 DATA bits, even parity, 1 STOP bit
3332 # OFF OFF OFF Selects 8 DATA bits, odd parity, 1 STOP bit
3334 # sw6 ON sends bit 8 a 1 (mark)
3335 # OFF sends bit 8 as 0 (space) - Factory Setting
3336 # sw7 ON selects Block Mode
3337 # OFF selects Conversation Mode - Factory Setting
3338 # sw8 ON selects Full Duplex operation
3339 # OFF selects Half Duplex operation - Factory Setting
3343 # sw1, sw2, sw6, sw7 Reserved - Factory 0
3345 # Printer Port Selection
3346 # same as Modem above, bit 8 (when 8 DATA bits) is always = 0
3348 # sw8 ON enables Printer Port
3349 # OFF disables Printer Port - Factory Setting
3351 # S7 - Polling Address
3352 # --------------------
3353 # sw1-7 Establish ASCII character which designates terminal polling address
3355 # OFF = logic 1 - Factory Setting
3356 # sw8 ON enables Polling Option
3357 # OFF disables Polling Option - Factory Setting
3360 # On some older adm31s, S4 does not exist, and S5-sw6 is not defined.
3362 # This adm31 entry uses underline as the standout mode.
3363 # If the adm31 gives you trouble with standout mode, check the DIP switch in
3364 # position 6, bank @c11, 25% from back end of the circuit board. Should be
3365 # OFF. If there is no such switch, you have an old adm31 and must use oadm31.
3366 # (adm31: removed obsolete ":ma=j^Jk^P^K^Pl ^R^L^L :" -- esr)
3367 adm31|lsi adm31 with sw6 set for underline mode:\
3370 :al=\EE:bl=^G:cd=\EY:ce=\ET:cl=\E*:cm=\E=%+ %+ :cr=^M:\
3371 :dc=\EW:dl=\ER:do=^J:ei=\Er:ho=^^:im=\Eq:is=\Eu\E0:k0=^A0\r:\
3372 :k1=^A1\r:k2=^A2\r:k3=^A3\r:k4=^A4\r:k5=^A5\r:k6=^A6\r:\
3373 :k7=^A7\r:k8=^A8\r:k9=^A9\r:kd=^J:kl=^H:kr=^L:ku=^K:le=^H:\
3374 :me=\EG0:nd=^L:se=\EG0:sf=^J:so=\EG1:ue=\EG0:up=^K:us=\EG1:
3375 adm31-old|o31|old adm31:\
3376 :so=\EG4:ue@:us@:tc=adm31:
3377 # LSI ADM-36 from Col. George L. Sicherman <gloria!colonel> via BRL
3381 :if=/usr/share/tabset/vt100:\
3382 :is=\E<\E>\E[6;?2;?7;?8h\E[4;20;?1;?3;?4;?5;?6;?18;?19l:tc=vt100:
3383 # (adm42: removed obsolete ":ma=^K^P:" -- esr)
3387 :al=\EE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E;:cm=\E=%+ %+ :\
3388 :cr=^M:dc=\EW:dl=\ER:do=^J:ei=\Er:im=\Eq:ip=:kd=^J:kh=^^:\
3389 :kl=^H:kr=^L:ku=^K:le=^H:mk@:nd=^L:pc=\177:sf=^J:ta=^I:ue@:\
3390 :up=^K:us@:vs=\EC\E3 \E3(:\
3392 # The following termcap for the Lear Siegler ADM-42 leaves the
3393 # "system line" at the bottom of the screen blank (for those who
3394 # find it distracting otherwise)
3395 adm42-ns|lsi adm-42 with no system line:\
3396 :al=\EE\EF \011:bt=\EI\EF \011:cd=\EY\EF \011:\
3397 :ce=\ET\EF \011:cl=\E;\EF \011:cm=\E=%+ %+ \EF \011:\
3398 :dc=\EW\EF \011:dl=\ER\EF \011:ei=\Er\EF \011:\
3399 :im=\Eq\EF \011:tc=adm42:
3400 # ADM 1178 terminal -- rather like an ADM-42. Manual is dated March 1 1985.
3401 # The insert mode of this terminal is commented out because it's broken for our
3402 # purposes in that it will shift the position of every character on the page,
3403 # not just the cursor line!
3404 # From: Michael Driscoll <fenris@lightspeed.net> 10 July 1996
3405 adm1178|1178|lsi adm1178:\
3407 :co#80:li#24:sg#1:ug#1:\
3408 :al=\EE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E+:cm=\E=%+ %+ :\
3409 :cr=^M:dc=\EW:dl=\ER:do=^J:ho=^^:ip=6*:kb=^H:kd=^J:kl=^H:\
3410 :le=^H:md=\E(:me=\E):mr=\EG4:nd=^L:nw=^M^J:pc=\177:se=\EG0:\
3411 :sf=^J:so=\EG4:ta=^I:ue=\EG0:up=^K:us=\EG1:vs=\EC\E3 \E3(:
3415 # Yes, Prime makes terminals. These entries were posted by Kevin J. Cummings
3416 # <cummings@primerd.Prime.COM> on 14 Dec 1992 and lightly edited by esr.
3419 # Standout mode is dim reverse-video.
3420 pt100|pt200|wren|fenix|prime pt100/pt200:\
3423 :DC=\E[%dP:DL=\E[M:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:\
3424 :UP=\E[%dA:al=\E[L\E[t:bt=\E[Z:cd=\E[J\E[r:ce=\E[K\E[t:\
3425 :cl=\E?:cm=\E0%+|%+|:cr=^M:dc=\E[P:do=\ED:ei=\E[4l:ho=\E$B:\
3426 :im=\E[4h:kb=^H:kd=\E[B:ke=\E[>13l:kh=\E$A:kl=\E[D:kr=\E[C:\
3427 :ks=\E[>13h:ku=\E[A:le=^H:me=\E[m:mh=\E[2m:nd=\E[C:nw=^M^J:\
3428 :se=\E[m:sf=^J:so=\E[2;7m:ta=^I:te=:\
3429 :ti=\E[>1l\E[>2l\E[>16l\E[4l\E[>9l\E[20l\E[>3l\E[>7h\E[>12l\E[1Q:\
3430 :ue=\E[m:up=\EM:us=\E[4m:vb=\E$\E$P:
3431 pt100w|pt200w|wrenw|fenixw|prime pt100/pt200 in 132-column mode:\
3433 :cm=\E[%i%d;%dH:tc=pt100:
3436 pt250w|Prime PT250 in 132-column mode:\
3442 # 3475-A North 1st Street
3444 # Vox: (800)-457-4447
3445 # Fax: (408)-473-1510
3446 # Net: josed@techsupp.wyse.com (Jose D'Oliveira)
3448 # Qume was bought by Wyse, but still (as of early 1995) has its own support
3449 # group and production division.
3451 # Discontinued Qume models:
3453 # The qvt101 and qvt102 listed here are long obsolete; so is the qvt101+
3454 # built to replace them, and a qvt119+ which was a 101+ with available wide
3455 # mode (132 columns). There was a qvt103 which added vt100/vt131 emulations
3456 # and an ANSI-compatible qvt203 that replaced it. Qume started producing
3457 # ANSI-compatible terminals with the qvt323 and qvt61.
3459 # Current Qume models (as of February 1995):
3461 # All current Qume terminals have ANSI-compatible operation modes.
3462 # Qume is still producing the qvt62, which features emulations for other
3463 # popular lines such as ADDS, and dual-host capabilities. The qvt82 is
3464 # designed for use as a SCO ANSI terminal. The qvt70 is a color terminal
3465 # with many emulations including Wyse370, Wyse 325, etc. Their newest
3466 # model is the qvt520, which is vt420-compatible.
3468 # There are some ancient printing Qume terminals under `Daisy Wheel Printers'
3470 qvt101|qvt108|qume qvt 101 and QVT 108:\
3473 # This used to have :vs=\E.2: but no :ve: or :vi:. The BSD termcap
3474 # file had :vs=\EM4 \200\200\200:. I've done the safe thing and yanked
3475 # both. The :mr: is from BSD, which also claimed bold=\E( and dim=\E).
3476 # What seems to be going on here is that this entry was designed so that
3477 # the normal highlight is bold and standout is dim plus something else
3478 # (reverse-video maybe? But then, are there two :mr: sequences?)
3479 qvt101+|qvt101p|qume qvt 101 PLUS product:\
3482 :al=\EE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :cr=^M:\
3483 :ct=\E3:dc=\EW:dl=\ER:do=^J:ds=\Eg\Ef\r:ei=:fs=^M:ho=^^:\
3484 :ic=\EQ:im=:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
3485 :k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:kA=\EE:\
3486 :kB=\EI:kE=\ET:kI=\EQ:kL=\ER:kS=\EY:kb=^H:kd=^J:kh=^^:kl=^H:\
3487 :kr=^L:ku=^K:le=^H:mk@:nd=^L:pf=\EA:po=\E@:se=\E(:sf=^J:\
3488 :so=\E0P\E):st=\E1:ta=^I:ts=\Eg\Ef:up=^K:vb=\Eb\Ed:ve=\E.4:\
3490 qvt102|qume qvt 102:\
3492 # (qvt103: added <rmam>/<smam> based on init string -- esr)
3493 qvt103|qume qvt 103:\
3495 :co#80:it#8:li#24:vt#3:\
3496 :DO=\E[%dB:LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:\
3497 :UP=\E[%dA:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:\
3498 :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:do=^J:\
3499 :ho=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kb=^H:kd=\EOB:\
3500 :ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:\
3501 :mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:\
3502 :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\
3503 :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:ue=\E[m:\
3505 qvt103-w|qume qvt103 132 cols:\
3507 :r2=\E>\E[?3h\E[?4l\E[?5l\E[?8h:tc=qvt103:
3508 qvt119+|qvt119p|qvt119|qume qvt 119 and 119PLUS terminals:\
3511 :al=\EE:bl=^G:bt=\EI:cd=\Ey:ce=\Et:cl=\E*1:cm=\E=%+ %+ :\
3512 :cr=^M:ct=\E3:dc=\EW:dl=\ER:do=^J:ds=\Eg\Ef\r:ei=\Er:fs=^M:\
3513 :ho=^^:im=\Eq:is=\EDF\EC\EG0\Er\E(\E%EX:k0=^AI\r:\
3514 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
3515 :k7=^AF\r:k8=^AG\r:k9=^AH\r:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:\
3516 :ku=^K:le=^H:nd=^L:pf=\EA:po=\E@:sf=^J:sr=\EJ:st=\E1:ta=^I:\
3517 :ts=\Eg\Ef:up=^K:us=\EG8:vb=\En0\En1:ve=\E.4:vs=\E.2:\
3519 qvt119+-25|qvt119p-25|QVT 119 PLUS with 25 data lines:\
3521 qvt119+-w|qvt119p-w|qvt119-w|QVT 119 and 119 PLUS in 132 column mode:\
3523 :is=\EDF\EC\EG0\Er\E(\E%\EX\En4:tc=qvt119+:
3524 qvt119+-25-w|qvt119p-25-w|qvt119-25-w|QVT 119 and 119 PLUS 132 by 25:\
3526 qvt203|qvt203+|qume qvt 203 Plus:\
3527 :al=\E[L:dc=\E[P:dl=\E[M:ei=\E[4l:im=\E[4h:ip=:k0=\E[29~:\
3528 :k1=\E[17~:k2=\E[18~:k3=\E[19~:k4=\E[20~:k5=\E[21~:\
3529 :k6=\E[23~:k7=\E[24~:k8=\E[25~:k9=\E[28~:sf=\n:\
3531 qvt203-w|qvt203-w-am|qume qvt 203 PLUS in 132 cols (w/advanced video):\
3533 :r2=\E>\E[?3h\E[?4l\E[?5l\E[?8h:tc=qvt203:
3535 # Since a command is present for enabling 25 data lines,
3536 # a specific terminfo entry may be generated for the 203.
3537 # If one is desired for the QVT 119 PLUS then 25 lines must
3538 # be selected in the status line (setup line 9).
3540 qvt203-25|QVT 203 PLUS with 25 by 80 column mode:\
3542 :is=\E[=40h\E[?3l:tc=qvt203:
3543 qvt203-25-w|QVT 203 PLUS with 25 by 132 columns:\
3545 :r2=\E[?3h\E[=40h:tc=qvt203:
3547 #### Televideo (tvi)
3550 # 550 East Brokaw Road
3551 # PO Box 49048 95161
3553 # Vox: (408)-954-8333
3554 # Fax: (408)-954-0623
3557 # There are some tvi terminals that require incredible amounts of padding and
3558 # some that don't. I'm assuming tvi912 and tvi920 are the old slow ones, and
3559 # tvi912b, tvi912c, tvi920b, tvi920c are the new ones that don't need padding.
3561 # All of these terminals (912 to 970 and the tvipt) are discontinued. Newer
3562 # Televideo terminals are ANSI and PC-ANSI compatible.
3564 tvi803|televideo 803:\
3567 # Vanilla tvi910 -- W. Gish <cswarren@violet> 10/29/86
3568 # Switch settings are:
3589 # U D X D 7N1 (data bits, parity, stop bits) (X means ignored)
3605 # U do CR/LF when CR received
3606 # D do CR when CR received
3628 # S2 6 Cursor down key
3632 # S2 7 Screen colour
3636 # S2 8 DSR status (pin 6)
3640 # S2 9 DCD status (pin 8)
3644 # S2 10 DTR status (pin 20)
3647 # (tvi910: removed obsolete ":ma=^Kk^Ll^R^L:"; added :kh:, :le:, :do:,
3648 # :sf:, <hpa>, <vpa>, :am:, :ms: from SCO entry -- esr)
3649 tvi910|televideo model 910:\
3651 :co#80:it#8:li#24:sg#1:\
3652 :bl=^G:bt=\EI:cd=\EY:ce=\ET:ch=\E]%+ :cl=^Z:cm=\E=%+ %+ :\
3653 :cr=^M:cv=\E[%+ :do=^J:ho=\E=\001\001:\
3654 :if=/usr/share/tabset/stdcrt:k0=^AI\r:k1=^A@\r:k2=^AA\r:\
3655 :k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:\
3656 :k9=^AH\r:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:mk@:nd=^L:\
3657 :sf=^J:ta=^I:up=^K:\
3659 # From: Alan R. Rogers <rogers%albany@csnet-relay>
3660 # as subsequently hacked over by someone at SCO
3661 # (tvi910+: removed obsolete ":ma=^K^P^L :" -- esr)
3663 # Here are the 910+'s DIP switches (U = up, D = down, X = don't care):
3666 # D D D D 9600 D D D U 50 D D U D 75 D D U U 110
3667 # D U D D 135 D U D U 150 D U U D 300 D U U U 600
3668 # U D D D 1200 U D D U 1800 U D U D 2400 U D U U 3600
3669 # U U D D 4800 U U D U 7200 U U U D 9600 U U U U 19200
3672 # U D X D 7N1 U D X U 7N2 U U D D 7O1 U U D U 7O2
3673 # U U U D 7E1 U U U U 7E2 D D X D 8N1 D D X U 8N2
3674 # D U D D 8O1 D U U U 8E2
3676 # S1 9 Autowrap (U = on, D = off)
3677 # S1 10 CR/LF (U = CR/LF on CR received, D = CR on CR received)
3678 # S2 1 Mode (U = block, D = conversational)
3679 # S2 2 Duplex (U = half, D = full)
3680 # S2 3 Hertz (U = 50, D = 60)
3681 # S2 4 Edit mode (U = local, D = duplex)
3682 # S2 5 Cursor type (U = underline, D = block)
3683 # S2 6 Cursor down key (U = send ^J, D = send ^V)
3684 # S2 7 Screen colour (U = green on black, D = black on green)
3685 # S2 8 DSR status (pin 6) (U = disconnected, D = connected)
3686 # S2 9 DCD status (pin 8) (U = disconnected, D = connected)
3687 # S2 10 DTR status (pin 20) (U = disconnected, D = connected)
3689 tvi910+|televideo 910+:\
3690 :al=\EE:dc=\EW:dl=\ER:ei=:ho=^^:ic=\EQ:im=:k0=^A@\r:k1=^AA\r:\
3691 :k2=^AB\r:k3=^AC\r:k4=^AD\r:k5=^AE\r:k6=^AF\r:k7=^AG\r:\
3692 :k8=^AH\r:k9=^AI\r:ll=\E=7 :\
3695 # (tvi912: removed obsolete ":ma=^K^P^L :", added :vb: and
3696 # :kh: from BRL entry -- esr)
3697 tvi912|tvi914|tvi920|old televideo 912/914/920:\
3699 :co#80:it#8:li#24:sg#1:ug#1:\
3700 :al=\EE:bl=^G:cd=\Ey:ce=\ET:cl=^Z:cm=\E=%+ %+ :cr=^M:ct=\E3:\
3701 :dc=\EW:dl=\ER:do=^J:ei=:ho=^^:ic=\EQ:\
3702 :if=/usr/share/tabset/stdcrt:im=:k0=^AI\r:k1=^A@\r:\
3703 :k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:\
3704 :k8=^AG\r:k9=^AH\r:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:\
3705 :nd=^L:se=\Ek:sf=^J:so=\Ej:st=\E1:ta=^I:ue=\Em:up=^K:us=\El:\
3707 # the 912 has a <funct> key that's like shift: <funct>8 xmits "^A8\r".
3708 # The 920 has this plus real function keys that xmit different things.
3709 # Terminfo makes you use the funct key on the 912 but the real keys on the 920.
3710 tvi912c|tvi912b|new televideo 912:\
3711 :al=\EE:dl=\ER:tc=tvi912:
3712 # set to page 1 when entering curses application (\E-17 )
3713 # reset to page 0 when exiting curses application (\E-07 )
3714 tvi912-2p|tvi920-2p|tvi-2p|televideo w/2 pages:\
3715 :te=\E-07 :ti=\E-17 :tc=tvi912:
3716 # We got some new tvi912c terminals that act really weird on the regular
3717 # termcap, so one of our gurus worked this up. Seems that cursor
3718 # addressing is broken.
3719 tvi912cc|tvi912 at cowell college:\
3722 # Here are the switch settings for the tvi920c:
3724 # S1 (Line), and S3 (Printer) baud rates -- put one, and only one, switch down:
3725 # 2: 9600 3: 4800 4: 2400 5: 1200
3726 # 6: 600 7: 300 8: 150 9: 75
3729 # S2 UART/Terminal options:
3731 # 1: Not used Not allowed
3732 # 2: Alternate character set Standard character set
3733 # 3: Full duplex Half duplex
3734 # 4: 50 Hz refresh 60 Hz refresh
3735 # 5: No parity Send parity
3736 # 6: 2 stop bits 1 stop bit
3737 # 7: 8 data bits 7 data bits
3738 # 8: Not used Not allowed on Rev E or lower
3739 # 9: Even parity Odd parity
3740 # 10: Steady cursor Blinking cursor
3741 # (On Rev E or lower, use W25 instead of switch 10.)
3743 # S5 UART/Terminal options:
3745 # 1: P3-6 Not connected DSR received on P3-6
3746 # 2: P3-8 Not connected DCD received on P3-8
3748 # 3 Open, 4 Open: P3-20 Not connected
3749 # 3 Open, 4 Closed: DTR on when terminal is on
3750 # 3 Closed, 4 Open: DTR is connected to RTS
3751 # 3 Closed, 4 Closed: Not allowed
3753 # 5 Closed: HDX printer (hardware control) Rev. K with extension port off,
3754 # all data transmitted out of the modem port (P3) will also be
3755 # transmitted out of the printer port (P4).
3757 # 6 Open, 7 Open: Not allowed
3758 # 6 Open, 7 Closed: 20ma current loop input
3759 # 6 Closed, 7 Open: RS232 input
3760 # 6 Closed, 7 Closed: Not allowed
3763 # If the jumper is installed, the effect will occur (the next time the terminal
3766 # S4/W31: Enables automatic LF upon receipt of CR from
3767 # remote or keyboard.
3768 # S4/W32: Enables transmission of EOT at the end of Send. If not
3769 # installed, a carriage return is sent.
3770 # S4/W33: Disables automatic carriage return in column 80.
3771 # S4/W34: Selects Page Print Mode as initial condition. If not
3772 # installed, Extension Mode is selected.
3774 tvi920b|tvi920c|new televideo 920:\
3775 :al=\EE:dl=\ER:k0=^AI\r:k1=^A@\r:k2=^AA\r:k3=^AB\r:\
3776 :k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:\
3779 # Televideo 921 and variants
3780 # From: Tim Theisen <tim@cs.wisc.edu> 22 Sept 1995
3781 # (tvi921: removed :ko=bt: before translation, I see no backtab cap;
3782 # also added empty <acsc> to suppress tic warning -- esr)
3783 tvi921|televideo model 921 with sysline same as page & real vi function:\
3784 :am:bs:hs:pt:xn:xs:\
3786 :ac=:ae=\E%:al=\EE:as=\E$:cd=\EY:ce=\ET:cl=^Z:cm=3\E=%+ %+ :\
3787 :cr=^M:dc=\EW:dl=1*\ER:do=^V:ds=\Ef\r\Eg:ei=:fs=\Eg:ho=^^:\
3788 :ic=\EQ:if=/usr/share/tabset/stdcrt:im=:\
3789 :is=\El\E"\EF1\E.3\017\EA\E<:kA=\EE:kC=^Z:kD=\EW:kE=\ET:\
3790 :kI=\EQ:kL=1*\ER:kS=\EY:kb=^H:kd=^V:kl=^H:kr=^L:ku=^K:le=^H:\
3791 :mk@:nd=^L:nw=^M^J:sf=^J:ta=^I:ts=\Ef\EG0:up=^K:ve=\E.3:\
3794 # without the beeper
3795 # (tvi92B: removed :ko=bt: before translation, I see no backtab cap;
3796 # also added empty <acsc> to suppress tic warning -- esr)
3797 tvi92B|televideo model 921 with sysline same as page & real vi function:\
3800 :ac=:ae=\E%:al=\EE:as=\E$:cd=\EY:ce=\ET:cl=^Z:cm=3\E=%+ %+ :\
3801 :cr=^M:dc=\EW:dl=1*\ER:do=^V:ds=\Ef\r\Eg:ei=:fs=\Eg:ho=^^:\
3802 :ic=\EQ:if=/usr/share/tabset/stdcrt:im=:\
3803 :is=\El\E"\EF1\E.3\017\EA\E<:kA=\EE:kC=^Z:kD=\EW:kE=\ET:\
3804 :kI=\EQ:kL=1*\ER:kS=\EY:kb=^H:kd=^V:kl=^H:kr=^L:ku=^K:le=^H:\
3805 :mk@:nd=^L:nw=^M^J:sf=^J:ta=^I:ts=\Ef\EG0:up=^K:vb=\Eb\Ed:\
3808 # (tvi92D: removed :ko=bt: before translation, I see no backtab cap -- esr)
3809 tvi92D|tvi92B with DTR instead of XON/XOFF & better padding:\
3810 :al=2*\EE:dl=2*\ER:is=\El\E"\EF1\E.3\016\EA\E<:kA=2*\EE:\
3814 # (tvi924: This used to have :ds=\Es0:, :fs=\031:. I put the new strings
3815 # in from a BSD termcap file because it looks like they do something the
3816 # old ones skip -- esr)
3817 tvi924|televideo tvi924:\
3818 :am:bw:hs:in:mi:ms:xn:xo:\
3819 :co#80:it#8:li#24:sg#0:ws#80:\
3820 :F1=^AK\r:F2=^AL\r:F3=^AM\r:F4=^AN\r:F5=^AO\r:al=\EE:bl=^G:\
3821 :bt=\EI:cd=\Ey:ce=\Et:cl=\E*0:cm=\E=%+ %+ :cr=^M:\
3822 :cs=\E_%+ %+ :ct=\E3:dc=\EW:dl=\ER:do=^V:ds=\Es0\Ef\031:\
3823 :ei=:fs=\031\Es1:ho=^^:\
3824 :i1=\017\E%\E'\E(\EDF\EC\EG0\EN0\Es0\Ev0:ic=\EQ:\
3825 :if=/usr/share/tabset/stdcrt:im=:k0=^A@\r:k1=^AA\r:\
3826 :k2=^AB\r:k3=^AC\r:k4=^AD\r:k5=^AE\r:k6=^AF\r:k7=^AG\r:\
3827 :k8=^AH\r:k9=^AI\r:k;=^AJ\r:kA=\EE:kC=\E*0:kD=\EW:kE=\Et:\
3828 :kI=\EQ:kL=\ER:kS=\Ey:kb=^H:kd=^V:kh=^^:kl=^H:kr=^L:ku=^K:\
3829 :l0=F1:l1=F2:l2=F3:l3=F4:l4=F5:l5=F6:l6=F7:l7=F8:l8=F9:l9=F10:\
3830 :la=F11:le=^H:mb=\EG2:mk@:nd=^L:pk=\E|%+1%s\031:sf=^J:\
3831 :sr=\Ej:st=\E1:ta=^I:ts=\Ef:up=^K:vb=\Eb\Ed:ve=\E.3:vi=\E.0:\
3835 # TVI925 DIP switches. In each of these, D = Down and U = Up,
3837 # Here are the settings for the external (baud) switches (S1):
3840 # 7 8 9 10 [Printer]
3841 # 1 2 3 4 [Main RS232]
3842 # -----------------------------------------------------
3861 # Settings for word length and stop-bits (S1)
3863 # Position Description
3865 # ---------------------------
3872 # S2 (external) settings
3874 # Position Up Dn Description
3875 # --------------------------------------------
3877 # X Duplex edit (transmit editing keys)
3878 # --------------------------------------------
3879 # 2 X 912/920 emulation
3881 # --------------------------------------------
3885 # --------------------------------------------
3889 # --------------------------------------------
3893 # --------------------------------------------
3897 # --------------------------------------------
3901 # --------------------------------------------
3902 # 6 X White on black display
3903 # X Black on white display
3904 # --------------------------------------------
3907 # --------------------------------------------
3910 # --------------------------------------------
3913 # --------------------------------------------
3916 # --------------------------------------------
3917 # 10 X CR/LF (Auto LF)
3920 # S3 (internal switch) settings:
3922 # Position Up Dn Description
3923 # --------------------------------------------
3926 # --------------------------------------------
3929 # --------------------------------------------
3932 # --------------------------------------------
3935 # --------------------------------------------
3938 # --------------------------------------------
3939 # 4 X Blinking block cursor
3941 # --------------------------------------------
3942 # 4 X Blinking underline cursor
3944 # --------------------------------------------
3945 # 4 X Steady block cursor
3947 # --------------------------------------------
3948 # 4 X Steady underline cursor
3950 # --------------------------------------------
3951 # 6 X Screen blanking timer (ON)
3952 # X Screen blanking timer (OFF)
3953 # --------------------------------------------
3954 # 7 X Page attributes
3956 # --------------------------------------------
3957 # 8 X DCD disconnected
3959 # --------------------------------------------
3960 # 9 X DSR disconnected
3962 # --------------------------------------------
3963 # 10 X DTR Disconnected
3965 # --------------------------------------------
3967 # (tvi925: BSD has :cl=\E*:. I got :is: and :sr: from there -- esr)
3968 tvi925|televideo 925:\
3971 :al=\EE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :cr=^M:\
3972 :ct=\E3:dc=\EW:dl=\ER:do=^V:ds=\Eh:ei=:fs=^M\Eg:ho=^^:ic=\EQ:\
3973 :im=:is=\El\E":k0=^AI\r:k1=^A@\r:k2=^AA\r:k3=^AB\r:\
3974 :k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:\
3975 :kA=\EE:kC=^Z:kD=\EW:kE=\ET:kI=\EQ:kL=\ER:kS=\EY:kb=^H:kd=^V:\
3976 :kh=^^:kl=^H:kr=^L:ku=^K:le=^H:mk@:nd=^L:sf=^J:sr=\Ej:st=\E1:\
3977 :ta=^I:ts=\Eh\Ef:up=^K:vb=\Eb\Ed:ve=\E.4:vs=\E.2:\
3979 # TeleVideo 925 from Mitch Bradley <sun!wmb> via BRL
3980 # to avoid "magic cookie" standout glitch:
3981 tvi925-hi|TeleVideo Model 925 with half intensity standout mode:\
3983 :kb=^H:kd=^J:kl=^H:se=\E(:so=\E):tc=tvi925:
3985 # From: Todd Litwin <litwin@litwin.jpl.nasa.gov> 28 May 1993
3986 # Originally Tim Curry, Univ. of Central Fla., <duke!ucf-cs!tim> 5/21/82
3987 # for additional capabilities,
3988 # The following tvi descriptions from B:pjphar and virus!mike
3989 # is for all 950s. It sets the following attributes:
3990 # full duplex (\EDF) write protect off (\E()
3991 # conversation mode (\EC) graphics mode off (\E%)
3992 # white on black (\Ed) auto page flip off (\Ew)
3993 # turn off status line (\Eg) clear status line (\Ef\r)
3994 # normal video (\E0) monitor mode off (\EX or \Eu)
3995 # edit mode (\Er) load blank char to space (\Ee\040)
3996 # line edit mode (\EO) enable buffer control (^O)
3997 # protect mode off (\E\047) duplex edit keys (\El)
3998 # program unshifted send key to send line all (\E016)
3999 # program shifted send key to send line unprotected (\E004)
4000 # set the following to nulls:
4001 # field delimiter (\Ex0\200\200)
4002 # line delimiter (\Ex1\200\200)
4003 # start-protected field delimiter (\Ex2\200\200)
4004 # end-protected field delimiter (\Ex3\200\200)
4005 # set end of text delimiter to carriage return/null (\Ex4\r\200)
4007 # TVI 950 Switch Setting Reference Charts
4011 # S1 1 2 3 4 5 6 7 8 9 10
4012 # +-----------------------+-----+-----+-----------------------+
4013 # | Computer Baud Rate |Data |Stop | Printer Baud Rate |
4015 # +------+-----------------------+-----+-----+-----------------------+
4016 # | Up | See | 7 | 2 | See |
4017 # +------+-----------------------+-----+-----+-----------------------+
4018 # | Down | TABLE 2 | 8 | 1 | TABLE 2 |
4019 # +------+-----------------------+-----+-----+-----------------------+
4022 # S2 1 2 3 4 5 6 7 8 9 10
4023 # +-----+-----+-----------------+-----+-----------+-----+-----+
4024 # |Edit |Cursr| Parity |Video|Transmiss'n| Hz |Click|
4025 # +------+-----+-----+-----------------+-----+-----------+-----+-----+
4026 # | Up | Dplx|Blink| See |GonBk| See | 60 | Off |
4027 # +------+-----+-----+-----------------+-----+-----------+-----+-----+
4028 # | Down |Local|St'dy| TABLE 3 |BkonG| CHART | 50 | On |
4029 # +------+-----+-----+-----------------+-----+-----------+-----+-----+
4033 # +-----------+-----+-----+-----+-----+-----------+
4034 # | Display | 1 | 2 | 3 | 4 | Baud |
4035 # +-----------+-----+-----+-----+-----+ |
4036 # | Printer | 7 | 8 | 9 | 10 | Rate |
4037 # +-----------+-----+-----+-----+-----+-----------+
4038 # | D | D | D | D | 9600 |
4039 # | U | D | D | D | 50 |
4040 # | D | U | D | D | 75 |
4041 # | U | U | D | D | 110 |
4042 # | D | D | U | D | 135 |
4043 # | U | D | U | D | 150 |
4044 # | D | U | U | D | 300 |
4045 # | U | U | U | D | 600 |
4046 # | D | D | D | U | 1200 |
4047 # | U | D | D | U | 1800 |
4048 # | D | U | D | U | 2400 |
4049 # | U | U | D | U | 3600 |
4050 # | D | D | U | U | 4800 |
4051 # | U | D | U | U | 7200 |
4052 # | D | U | U | U | 9600 |
4053 # | U | U | U | U | 19200 |
4054 # +-----+-----+-----+-----+-----------+
4057 # +-----+-----+-----+-----------+
4058 # | 3 | 4 | 5 | Parity |
4059 # +-----+-----+-----+-----------+
4060 # | X | X | D | None |
4061 # | D | D | U | Odd |
4062 # | D | U | U | Even |
4063 # | U | D | U | Mark |
4064 # | U | U | U | Space |
4065 # +-----+-----+-----+-----------+
4069 # +-----+-----+-----------------+
4070 # | 7 | 8 | Communication |
4071 # +-----+-----+-----------------+
4072 # | D | D | Half Duplex |
4073 # | D | U | Full Duplex |
4076 # +-----+-----+-----------------+
4078 # (tvi950: early versions had obsolete ":ma=^Vj^Kk^Hh^Ll^^H:".
4079 # I also inserted :ic: and :kI:; the :ko: string indicated that :IC:
4080 # should be present and all tvi native modes use the same string for this.
4081 # Finally, note that BSD has cud1=^V. -- esr)
4082 tvi950|televideo 950:\
4083 :am:bs:hs:mi:ms:xn:xo:\
4084 :co#80:it#8:li#24:sg#1:\
4085 :ac=d\rc\014e\nb\011i\013:ae=^X:al=\EE:as=^U:bl=^G:bt=\EI:\
4086 :cd=\Ey:ce=\Et:cl=\E*:cm=\E=%+ %+ :cr=^M:ct=\E3:dc=\EW:\
4087 :dl=\ER:do=^J:ds=\Eg\Ef\r:ei=\Er:fs=^M:ho=^^:ic=\EQ:im=\Eq:\
4088 :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:\
4089 :k0=^A0\r:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
4090 :k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:kA=\EE:kB=\EI:kC=\E*:\
4091 :kD=\EW:kE=\Et:kI=\EQ:kL=\ER:kS=\Ey:kb=^H:kd=^V:kh=^^:kl=^H:\
4092 :kr=^L:ku=^K:le=^H:mk@:nd=^L:pf=\Ea:po=\E`:sf=^J:sr=\Ej:\
4093 :st=\E1:ta=^I:ts=\Eg\Ef:up=^K:vb=\Eb\Ed:\
4096 # is for 950 with two pages adds the following:
4097 # set 48 line page (\E\\2)
4098 # place cursor at page 0, line 24, column 1 (\E-07 )
4099 # set local (no send) edit keys (\Ek)
4101 # two page 950 adds the following:
4102 # when entering ex, set 24 line page (\E\\1)
4103 # when exiting ex, reset 48 line page (\E\\2)
4104 # place cursor at 0,24,1 (\E-07 )
4105 # set duplex (send) edit keys (\El) when entering vi
4106 # set local (no send) edit keys (\Ek) when exiting vi
4108 tvi950-2p|televideo950 w/2 pages:\
4109 :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:\
4110 :ke=\Ek:ks=\El:te=\E\2\E-07 :ti=\E\1\E-07 :\
4113 # is for 950 with four pages adds the following:
4114 # set 96 line page (\E\\3)
4115 # place cursor at page 0, line 24, column 1 (\E-07 )
4117 # four page 950 adds the following:
4118 # when entering ex, set 24 line page (\E\\1)
4119 # when exiting ex, reset 96 line page (\E\\3)
4120 # place cursor at 0,24,1 (\E-07 )
4122 tvi950-4p|televideo950 w/4 pages:\
4123 :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:\
4124 :ke=\Ek:ks=\El:te=\E\3\E-07 :ti=\E\1\E-07 :\
4127 # :is: for reverse video 950 changes the following:
4128 # set reverse video (\Ed)
4130 # set vb accordingly (\Ed ...delay... \Eb)
4132 tvi950-rv|televideo950 rev video:\
4133 :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:\
4137 # tvi950-rv-2p uses the appropriate entries from 950-2p and 950-rv
4138 tvi950-rv-2p|televideo950 rev video w/2 pages:\
4139 :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 :\
4140 :ke=\Ek:ks=\El:te=\E\2\E-07 :ti=\E\1\E-07 :vb=\Ed\Eb:\
4143 # tvi950-rv uses the appropriate entries from 950-4p and 950-rv
4144 tvi950-rv-4p|televideo950 rev video w/4 pages:\
4145 :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 :\
4146 :ke=\Ek:ks=\El:te=\E\3\E-07 :ti=\E\1\E-07 :vb=\Ed\Eb:\
4148 # From: Andreas Stolcke <stolcke@icsi.berkeley.edu>
4149 # (tvi955: removed obsolete ":ma:=^Vj^Kk^Hh^Ll^^H";
4150 # removed incorrect (and overridden) ":do=^J:"; fixed broken continuations in
4151 # the :rs: string, inserted the :IC: implied by the termcap :ko: string. Note
4152 # the :ko: string had :cl: in it, which means that one of the original
4153 # :cl=\E*:, <kclr=\EY> had to be wrong; set <kclr=\E*> because that's what
4154 # the 950 has. Finally, corrected the <kel> string to match the 950 and what
4155 # ko implies -- esr)
4156 # If the BSD termcap file was right, :cm=\E=%p1%{32}%+%c%p2%{32}%+%c: would
4158 tvi955|televideo 955:\
4161 :RA=\E[=7l:RX=^N:SA=\E[=7h:SX=^O:\
4162 :ac=0_`RjHkGlFmEnIoPqKsQtMuLvOwNxJ:ae=\E%:as=\E$:\
4163 :cm=\E[%i%d;%dH:do=^V:is=\E[=3l\EF1\Ed\EG0\E[=5l\E%\El:\
4164 :kM=\EQ:kN=\EK:kP=\EJ:kT=\E1:ka=\E3:kt=\E2:mb=\EG2:\
4165 :me=\EG0\E[=5l:mh=\E[=5h:mk=\EG1:ps=\EP:\
4166 :r1=\EDF\EC\Eg\Er\EO\E'\E(\Ew\EX\Ee \017\E0P\E6\200\E0p\E4\200\Ef\r:\
4167 :sf@:ve=\E.2:vi=\E.0:vs=\E.1:\
4169 tvi955-w|955-w|televideo955 w/132 cols:\
4171 :is=\E[=3h\EF1\Ed\EG0\E[=5l\E%\El:tc=tvi955:
4172 # use half-intensity as normal mode, full intensity as :md:
4173 tvi955-hb|955-hb|televideo955 half-bright:\
4174 :is=\E[=3l\EF1\Ed\EG0\E[=5h\E%\El:md=\E[=5l:\
4175 :me=\EG0\E[=5h:mh@:tc=tvi955:
4176 # From: Humberto Appleton <beto@cs.utexas.edu>, 880521 UT Austin
4177 # (tvi970: removed ":sg#0:"; removed :se:=\E[m, :ue:=\E[m;
4178 # added :am:/:cs:/:ho:/<hpa>/<vpa>/:ti:/:te: from BRL.
4179 # According to BRL we could have :ke:=\E>, :ks:=\E= but I'm not sure what
4180 # it does to the function keys. I deduced <rmam>/<smam>.
4181 # also added empty <acsc> to suppress tic warning, -- esr)
4182 tvi970|televideo 970:\
4183 :am:bs:da:db:mi:ms:pt:\
4185 :RA=\E[?7h:SA=\E[?7l:ac=:ae=\E(B:al=\E[L:as=\E(B:bt=\E[Z:\
4186 :cd=\E[J:ce=\E[K:ch=\E[%i%dG:cl=\E[H\E[2J:cm=\E[%i%d;%df:\
4187 :cs=\E[%i%d;%dr:cv=\E[%i%dd:dc=\E[P:dl=\E[M:do=\ED:\
4188 :ds=\Eg\Ef\r:ei=\E[4l:ho=\E[H:im=\E[4h:\
4189 :is=\E<\E[?21l\E[19h\E[1Q\E[10l\E[7l\E[H\E[2J:k1=\E?a:\
4190 :k2=\E?b:k3=\E?c:k4=\E?d:k5=\E?e:k6=\E?f:k7=\E?g:k8=\E?h:\
4191 :k9=\E?i:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
4192 :le=^H:me=\E[m:nd=\E[C:se=\E[m:so=\E[7m:sr=\EM:ta=^I:te=:\
4193 :ti=\E[?20l\E[?7h\E[1Q:ue=\E[m:up=\EM:us=\E[4m:\
4194 :vb=\E[5m\E[m:vs=\E[1Q:
4195 tvi970-vb|televideo 970 with visual bell:\
4196 :vb=\E[?5h\200\200\200\200\200\200\200\200\200\200\200\200\200\E[?5l:tc=tvi970:
4197 tvi970-2p|televideo 970 with using 2 pages of memory:\
4198 :te=\E[H\E[J\E[V:ti=\E[U\E[?20l\E[?7h\E[1Q:\
4200 # Works with vi and rogue. NOTE: Esc v sets autowrap on, Esc u sets 80 chars
4201 # per line (rather than 40), Esc K chooses the normal character set. Not sure
4202 # padding is needed, but adapted from the tvi920c termcap. The :so: and
4203 # :us: strings are klutzy, but at least use no screen space.
4204 # (tvipt: removed obsolete ":ma=^Kk^Ll^R^L:". I wish we knew <rmam>,
4205 # its absence means <smam>=\Ev isn't save to use. -- esr)
4206 # From: Gene Rochlin <armsis@amber.berkeley.edu> 9/19/84.
4207 # The :cd:/:k0:/:k1:/:kh:/<mc4>, and <mc5> caps are from BRL, which says:
4208 # F1 and F2 should be programmed as ^A and ^B; required for UNIFY.
4209 tvipt|televideo personal terminal:\
4212 :al=\EE:bt=\EI:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :dl=\ER:\
4213 :ho=^^:if=/usr/share/tabset/stdcrt:is=\Ev\Eu\EK:k0=^A:\
4214 :k1=^B:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:nd=^L:pf=^T:\
4215 :po=^R:se=\EF:so=\EG1@A\EH:ue=\EF:up=^K:us=\EG1B@\EH:
4216 # From: Nathan Peterson <nathan@sco.com>, 03 Sep 1996
4217 # (untranslatable capabilities removed to fit entry within 1023 bytes)
4218 # (sgr removed to fit entry within 1023 bytes)
4219 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
4220 tvi9065|televideo 9065:\
4221 :am:bw:hs:mi:ms:xn:xo:\
4222 :co#80:it#8:li#25:lm#0:ma#4:vt#0:ws#30:\
4223 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
4224 :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:ae=\E%:\
4225 :al=\EE:as=\E$:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=^Z:\
4226 :cm=\E=%+ %+ :cr=^M:cs=\E[%i%d;%dr:ct=\E3:dc=\EW:dl=\ER:\
4227 :dm=\Er:do=^V:ds=\E_30\r:ec=\E[%d@:ed=\200:ei=\Er:fs=^M:\
4229 :i1=\E"\E%\E'\E(\EG@\EO\EX\E[=5l\E[=6l\E[=7h\Ed\Er:\
4230 :i2=\E<\E[=4l\E[=8h:if=/usr/share/tabset/stdcrt:im=\Eq:\
4231 :ip=:is=\EF2\EG0\E\\L:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:\
4232 :k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:kD=\EW:kb=^H:\
4233 :kd=^V:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:ll=\E[25;1H:mb=\EG2:\
4234 :md=\EG\054:me=\EG0:mh=\EGp:mr=\EG4:nd=^L:nw=^M^J:\
4235 :rp=\E[%r%db%.:se=\EG0:sf=^J:so=\EGt:sr=\Ej:st=\E1:ta=^I:\
4236 :te=\E.3\Er\E[1;25r\E[25;0H:ti=\E.2:ts=\E[4;1v\E_30:\
4237 :uc=\EG8\EG0:ue=\EG0:up=^K:us=\EG8:vb=\Eb\Ed:ve=\E.3:\
4242 # In September 1993, Visual Technology of Westboro, Massachusetts,
4243 # merged with White Pine Software of Nashua, New Hampshire.
4245 # White Pine Software may be contacted at +1 603/886-9050.
4246 # Or visit White Pine on the World Wide Web at URL http://www.wpine.com.
4249 # Visual 50 from Beau Shekita, BTL-Whippany <whuxlb!ejs>
4250 # Recently I hacked together the following termcap for Visual
4251 # Technology's Visual 50 terminal. It's a slight modification of
4253 # It's intended to run when the Visual 50 is in vt52 emulation mode
4254 # (I know what you're thinking; if it's emulating a vt52, then why
4255 # another termcap? Well, it turns out that the Visual 50 can handle
4256 # :dl: and db(?) among other things, which the vt52 can't)
4257 # The termcap works OK for the most part. The only problem is on
4258 # character inserts. The whole line gets painfully redrawn for each
4259 # character typed. Any suggestions?
4260 # Beau's entry is combined with the vi50 entry from University of Wisconsin.
4261 # Note especially the :al: function. :k4:-:k6: are really l4-l6 in
4262 # disguise; :k7:-:k9: are really l1-l3.
4264 :am:bs:da:db:ms:pt:\
4266 :al=\EL:bl=^G:bt=4\Ez:cd=\EJ:ce=16\EK:cl=\EH\EJ:\
4267 :cm=\EY%+ %+ :cr=^M:dl=3*\EM:do=\EB:ho=\EH:k1=\EP:k2=\EQ:\
4268 :k3=\ER:k4=\EV:k5=\EE:k6=\E]:k7=\EL:k8=\Ev:k9=\EM:kb=^H:\
4269 :kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:nl=^J:\
4270 :nw=^M^J:se=\ET:sf=^J:so=\EU:sr=\EI:ta=^I:ue=\EW:up=\EA:\
4272 # this one was BSD & SCO's vi50
4273 vi50adm|visual 50 in adm3a mode:\
4276 :al=\EL:bl=^G:cd=\Ek:ce=\EK:cl=^Z:cm=\E=%+ %+ :cr=^M:dl=\EM:\
4277 :do=^J:ho=\EH:kb=^H:kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:le=^H:\
4278 :nd=^L:se=\ET:sf=^J:so=\EU:ta=^I:up=^K:
4279 # From: Jeff Siegal <jbs@athena.mit.edu>
4283 :al=\EL:cd=\EJ:ce=\EK:cl=\Ev:cm=\EY%+ %+ :cs=\E_%+A%+A:\
4284 :dc=\Ew:dl=\EM:do=^J:ei=\Eb:ho=\EH:im=\Ea:\
4285 :is=\Ev\E_AX\Eb\EW\E9P\ET:kb=^H:kd=\EB:kl=\ED:kr=\EC:\
4286 :ku=\EA:le=^H:nd=\EC:se=\ET:so=\EU:sr=\EI:ta=^I:up=\EA:
4288 # Visual 200 from BRL
4289 # The following switch settings are assumed for normal operation:
4290 # FULL_DUPLEX SCROLL CR
4291 # AUTO_NEW_LINE_ON VISUAL_200_EMULATION_MODE
4292 # Other switches may be set for operator convenience or communication
4294 # Character insertion is kludged in order to get around the "beep" misfeature.
4295 # (This cap is commented out because :im:/:ei: is more efficient -- esr)
4296 # Supposedly "4*" delays should be used for :al:, :cd:, :cl:, :dc:,
4297 # and :dl: strings, but we seem to get along fine without them.
4300 :co#80:it#8:kn#10:li#24:\
4301 :ac=:ae=\EG:al=\EL:as=\EF:bl=^G:bt=\Ez:cd=\Ey:ce=\Ex:cl=\Ev:\
4302 :cm=\EY%+ %+ :cr=^M:ct=\Eg:dc=\EO:dl=\EM:do=^J:ho=\EH:\
4303 :k0=\E?p:k1=\E?q:k2=\E?r:k3=\E?s:k4=\E?t:k5=\E?u:k6=\E?v:\
4304 :k7=\E?w:k8=\E?x:k9=\E?y:kA=\EL:kC=\Ev:kD=\EO:kE=\Et:kI=\Ei:\
4305 :kL=\EM:kM=\Ej:kS=\EJ:kT=\E1:kb=^H:kd=\EB:ke=\E>:kh=\EH:\
4306 :kl=\ED:kr=\EC:ks=\E=:kt=\E2:ku=\EA:le=^H:me=\E3\Eb:mh=\E4:\
4307 :mk=\Ea:nd=\EC:pf=\EX:po=\EW:ps=\EH\E]:\
4308 :r1=\E3\Eb\Ej\E\\El\EG\Ec\Ek\EX:se=\E3:sf=^J:so=\E4:\
4309 :sr=\EI:st=\E1:ta=^I:up=\EA:ve=\Ec:vs=\Ed:
4310 # The older Visuals didn't come with function keys. This entry uses
4311 # :ks: and :ke: so that the keypad keys can be used as function keys.
4312 # If your version of vi doesn't support function keys you may want
4314 vi200-f|visual 200 no function keys:\
4315 :is=\E3\Eb\Ej\E\\El\EG\Ed\Ek:k0=\E?p:k1=\E?q:k2=\E?r:\
4316 :k3=\E?s:k4=\E?t:k5=\E?u:k6=\E?v:k7=\E?w:k8=\E?x:k9=\E?y:\
4317 :ke=\E>:ks=\E=:se@:so@:\
4319 vi200-rv|visual 200 reverse video:\
4320 :se=\E3:so=\E4:sr@:ve@:vs@:tc=vi200:
4322 # the function keys are programmable but we don't reprogram them to their
4323 # default values with :is: because programming them is very verbose. maybe
4324 # an initialization file should be made for the 300 and they could be stuck
4326 # (vi300: added <rmam>/<smam> based on init string -- esr)
4327 vi300|visual 300 ansi x3.64:\
4330 :RA=\E[?7l:SA=\E[?7h:al=\E[L:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:\
4331 :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:\
4332 :do=\E[B:ei=\E[4l:ho=\E[H:im=\E[4h:\
4333 :is=\E[7s\E[2;3;4;20;?5;?6l\E[12;?7h\E[1Q\E[0;1(D\E[8s:\
4334 :k1=\E_A\E\:k2=\E_B\E\:k3=\E_C\E\:k4=\E_D\E\:k5=\E_E\E\:\
4335 :k6=\E_F\E\:k7=\E_G\E\:k8=\E_H\E\:k9=\E_I\E\:kd=\E[B:\
4336 :kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:me=\E[m:nd=\E[C:\
4337 :se=\E[m:sf=^J:so=\E[1m:sr=\EM:ta=^I:ue=\E[m:up=\E[A:\
4339 # some of the vi300s have older firmware that has the command
4340 # sequence for setting editing extent reversed.
4341 vi300-old|visual 300 with old firmware (set edit extent reversed):\
4342 :is=\E[7s\E[2;3;4;20;?5;?6l\E[12;?7h\E[2Q\E[0;1(D\E[8s:\
4345 # Visual 500 prototype entry from University of Wisconsin.
4346 # The best place to look for the escape sequences is page A1-1 of the
4347 # Visual 500 manual. The initialization sequence given here may be
4348 # overkill, but it does leave out some of the initializations which can
4349 # be done with the menus in set-up mode.
4350 # The :xp: line below is so that emacs can understand the padding requirements
4351 # of this slow terminal. :xp: is 10 time the padding factor.
4352 # (vi500: removed unknown :xp#4: termcap;
4353 # also added empty <acsc> to suppress tic warning -- esr)
4357 :ac=:ae=^O:al=3*\EL\Ex:as=^N:bt=4\Ez:cd=3*\Ey:ce=16\Ex:\
4358 :cl=6*\Ev:cm=\EY%+ %+ :cr=^M:cs=\E(%+ %+ :dc=3*\EO:\
4359 :dl=3*\EM:do=\EB:ei=\Ej:ho=\EH:im=\Ei:\
4360 :is=\E3\E\001\E\007\E\003\Ek\EG\Ed\EX\El\E>\Eb\E\:\
4361 :kb=^H:kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:\
4362 :nw=^M^J:se=\E^G:sf=^J:so=\E^H:ta=8\011:ue=\E^C:up=\EA:\
4365 # The visual 550 is a visual 300 with tektronix graphics,
4366 # and with 33 lines. clear screen is modified here to
4367 # also clear the graphics.
4368 vi550|visual 550 ansi x3.64:\
4370 :cl=\030\E[H\E[2J:tc=vi300:
4372 vi603|visual603|visual 603:\
4374 :al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
4375 :cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:ds=\EP2;1~\E\:ei=\E[4l:\
4376 :fs=\E\:i1=\E>\E[?3l\E[?4l\E[?7h\E[?8h\E[1;24r:\
4377 :im=\E[4h:mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:\
4378 :se=\E[27m:sf=\ED:so=\E[7m:sr=\EM:ts=\EP2~:ue=\E[24m:\
4385 # 3471 North First Street
4386 # San Jose, CA 95134
4387 # Vox: (408)-473-1200
4388 # Fax: (408) 473-1222
4389 # Web: http://www.wyse.com
4391 # Wyse sales can be reached by phone at 1-800-GET-WYSE. Tech support is at
4392 # (800)-800-WYSE (option 5 gets you a human). There's a Web page at the
4393 # obvious address, http://www.wyse.com.
4395 # Wyse bought out Link Technology, Inc. in 1990 and closed it down in 1995.
4396 # They now own the Qume and Amdek brands, too. So these are the people to
4397 # talk with about all Link, Qume, and Amdek terminals.
4399 # Wyse has a BBS containing termcap and terminfo stuff for their terminals
4400 # (though this may not last long -- I expect the Web will kill it off by
4401 # mid-1997 or so). According to their tech support, at 800-800-9973, it's
4402 # at 408-922-4400 thru 4405. The 4400 modem is flaky as of 5/96, so
4403 # call 4401 etc. Come in at 9600 hard; don't use autospeed sense.
4405 # All the following entries until (but not including) wy520 are direct from
4406 # Wyse technical support and represent their best knowledge as of January 1995.
4407 # I canceled the bel capacities in the vb entries.
4408 # I made two trivial syntax fixes in the wyse30 entry.
4409 # I made some entries relative to adm+sgr.
4412 # Note: The wyse75, wyse85, and wyse99 have been discontinued.
4414 # Although the Wyse 30 can support more than one attribute
4415 # it requires magic cookies to do so. Many applications do not
4416 # function well with magic cookies. The following terminfo uses
4417 # the protect mode to support one attribute (dim) without cookies.
4418 # If more than one attribute is needed then the wy30-mc terminfo
4421 wy30|wyse30|Wyse 30:\
4422 :5i:am:bs:bw:hs:mi:ms:xo:\
4423 :Nl#8:co#80:lh#1:li#24:lw#8:ma#1:ws#45:\
4424 :#2=\E{:&3=\Er:@8=\E7:LF=\EA11:LO=\EA10:\
4425 :ac=0wa_h[jukslrmqnxqzttuyv]wpxv:ae=\EH^C:al=\EE:\
4426 :as=\EH^B:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E+:cm=\E=%+ %+ :\
4427 :cr=^M:ct=\E0:dc=\EW:dl=\ER:do=^J:ds=\EF\r:ei=\Er:fs=^M:\
4428 :ho=^^:im=\Eq:ip=:is=\E'\E(\E\1363\E`9\016\024:k1=^A@\r:\
4429 :k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:\
4430 :k8=^AG\r:kA=\EE:kB=\EI:kD=\EW:kE=\ET:kI=\EQ:kL=\ER:kN=\EK:\
4431 :kP=\EJ:kS=\EY:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:\
4432 :ll=^^^K:me=\E(\EH\003:mh=\E`7\E):mp=\E`7\E):nd=^L:\
4433 :nw=^M^J:pf=^T:pn=\Ez%+/%s\r:po=^X:ps=\EP:px=\Ez%+?%s\177:\
4434 :se=\E(:sf=\n:so=\E`7\E):sr=\Ej:st=\E1:ta=\011:ts=\EF:up=^K:\
4435 :vb=\E`8\E`9:ve=\E`1:vi=\E`0:
4437 # This terminal description uses the non-hidden attribute mode
4438 # (with magic cookie).
4440 # (wy30-mc: added :ti: to suppress tic warning --esr)
4441 wy30-mc|wyse30-mc|wyse 30 with magic cookies:\
4444 :ae=\EG0\EH\003:as=\EG0\EH\002:mb=\EG2:\
4445 :me=\EG0\E(\EH\003:mh=\EGp:mp=\EG0\E):\
4447 :me=\EG0:mk=\EG1:mr=\EG4:se=\EG0:so=\EG4:ue=\EG0:us=\EG8:\
4449 # The mandatory pause used by :vb: does not work with
4450 # older versions of terminfo. If you see this effect then
4451 # unset xon and delete the / from the delay.
4452 # i.e. change $<100/> to $<100>
4453 wy30-vb|wyse30-vb|wyse 30 visible bell:\
4456 # The Wyse 50 can support one attribute (e.g. Dim, Inverse,
4457 # Normal) without magic cookies by using the protect mode.
4458 # The following description uses this feature, but when more
4459 # than one attribute is put on the screen at once, all attributes
4460 # will be changed to be the same as the last attribute given.
4461 # The Wyse 50 can support more attributes when used with magic
4462 # cookies. The wy50-mc terminal description uses magic cookies
4463 # to correctly handle multiple attributes on a screen.
4465 wy50|wyse50|Wyse 50:\
4466 :5i:am:bs:bw:hs:mi:ms:xo:\
4467 :Nl#8:co#80:lh#1:li#24:lw#8:ma#1:ws#45:\
4468 :#2=\E{:%9=\EP:&3=\Er:@8=\E7:F1=^AJ\r:F2=^AK\r:F3=^AL\r:\
4469 :F4=^AM\r:F5=^AN\r:F6=^AO\r:LF=\EA11:LO=\EA10:\
4470 :ac=0wa_h[jukslrmqnxqzttuyv]wpxv:ae=\EH^C:al=\EE:\
4471 :as=\EH^B:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E+:cm=\E=%+ %+ :\
4472 :cr=^M:ct=\E0:dc=\EW:dl=\ER:do=^J:ds=\EF\r:ei=\Er:fs=^M:\
4473 :ho=^^:i1=\E`\072\E`9:im=\Eq:ip=:is=\016\024\E'\E(:\
4474 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
4475 :k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:kA=\EE:kB=\EI:kD=\EW:\
4476 :kE=\ET:kI=\EQ:kL=\ER:kN=\EK:kP=\EJ:kS=\EY:kb=^H:kd=^J:kh=^^:\
4477 :kl=^H:kr=^L:ku=^K:le=^H:ll=^^^K:me=\E(\EH\003:mh=\E`7\E):\
4478 :mp=\E`7\E):mr=\E`6\E):nd=^L:nw=^M^J:pf=^T:pn=\Ez%+/%s\r:\
4479 :po=^X:ps=\EP:px=\Ez%+?%s\177:\
4480 :se=\E(:sf=\n:so=\E`6\E):sr=\Ej:st=\E1:ta=^I:ts=\EF:up=^K:\
4481 :vb=\E`8\E`9:ve=\E`1:vi=\E`0:
4483 # This terminal description uses the non-hidden attribute mode
4484 # (with magic cookie).
4486 # The mandatory pause used by flash does not work with some
4487 # older versions of terminfo. If you see this effect then
4488 # unset :xo: and delete the / from the delay.
4489 # i.e. change $<100/> to $<100>
4490 # (wy50-mc: added :ti: to suppress tic warning --esr)
4491 wy50-mc|wyse50-mc|wyse 50 with magic cookies:\
4494 :ae=\EG0\EH\003:as=\EG0\EH\002:mb=\EG2:\
4495 :me=\EG0\E(\EH\003:mh=\EGp:mp=\EG0\E):\
4496 :so=\EGt:te=\EG0:ti=:\
4497 :me=\EG0:mk=\EG1:mr=\EG4:se=\EG0:so=\EG4:ue=\EG0:us=\EG8:\
4499 wy50-vb|wyse50-vb|wyse 50 visible bell:\
4501 wy50-w|wyse50-w|wyse 50 132-column:\
4502 :Nl#16:co#132:lw#7:ws#97:\
4503 :cm=\Ea%i%dR%dC:dc=\EW:i1=\E`;\E`9:tc=wy50:
4504 wy50-wvb|wyse50-wvb|wyse 50 132-column visible bell:\
4508 # The Wyse 350 is a Wyse 50 with color.
4509 # Unfortunately this means that it has magic cookies.
4510 # The color attributes are designed to overlap the reverse, dim and
4511 # underline attributes. This is nice for monochrome applications
4512 # because you can make underline stuff green (or any other color)
4513 # but for true color applications it's not so hot because you cannot
4514 # mix color with reverse, dim or underline.
4515 # To further complicate things one of the attributes must be
4516 # black (either the foreground or the background). In reverse video
4517 # the background changes color with black letters. In normal video
4518 # the foreground changes colors on a black background.
4519 # This terminfo uses some of the more advanced features of curses
4520 # to display both color and blink. In the final analysis I am not
4521 # sure that the wy350 runs better with this terminfo than it does
4522 # with the wy50 terminfo (with user adjusted colors).
4524 # The mandatory pause used by flash does not work with
4525 # older versions of terminfo. If you see this effect then
4526 # unset xon and delete the / from the delay.
4527 # i.e. change $<100/> to $<100>
4529 # Bug: The <op> capability resets attributes.
4530 # (untranslatable capabilities removed to fit entry within 1023 bytes)
4531 wy350|wyse350|Wyse 350:\
4532 :5i:am:bw:hs:mi:xo:\
4533 :Co#8:NC#55:Nl#8:co#80:lh#1:li#24:lw#8:pa#8:sg#1:ws#45:\
4534 :#2=\E{:%9=\EP:&3=\Er:@8=\E7:F1=^AJ\r:F2=^AK\r:F3=^AL\r:\
4535 :F4=^AM\r:F5=^AN\r:F6=^AO\r:LF=\EA11:LO=\EA10:Sb=:\
4536 :ac=0wa_h[jukslrmqnxqzttuyv]wpxv:ae=\EG0\EH\003:al=\EE:\
4537 :as=\EG0\EH\002:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E+:\
4538 :cm=\E=%+ %+ :cr=^M:ct=\E0:dc=\EW:dl=\ER:do=^J:ds=\EF\r:\
4539 :ei=\Er:fs=^M:ho=^^:i1=\E`\072\E`9:i2=\E%?:im=\Eq:ip=:\
4540 :is=\016\024\E'\E(:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:\
4541 :k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:\
4542 :kA=\EE:kB=\EI:kD=\EW:kE=\ET:kI=\EQ:kL=\ER:kN=\EK:kP=\EJ:\
4543 :kS=\EY:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:ll=^^^K:\
4544 :mb=\EG2:me=\EG0\E(\EH\003%{0}%PA%{0}%PC:mh=\EGp:\
4545 :mp=\EG0\E):nd=^L:nw=^M^J:oc=\E%?:op=\EG0:pf=^T:\
4546 :pn=\Ez%+/%s\r:po=^X:ps=\EP:px=\Ez%+?%s\177:sf=\n:sr=\Ej:\
4547 :st=\E1:ta=^I:ts=\EF:up=^K:vb=\E`8\E`9:ve=\E`1:vi=\E`0:\
4549 wy350-vb|wyse350-vb|wyse 350 visible bell:\
4551 wy350-w|wyse350-w|wyse 350 132-column:\
4552 :Nl#16:co#132:lw#7:ws#97:\
4553 :cm=\Ea%i%dR%dC:dc=\EW:i1=\E`;\E`9:tc=wy350:
4554 wy350-wvb|wyse350-wvb|wyse 350 132-column visible bell:\
4558 # This terminfo description is untested.
4559 # The wyse100 emulates an adm31, so the adm31 entry should work.
4564 :al=\EE:bl=^G:cd=\EY:ce=\ET:cl=\E;:cm=\E=%+ %+ :cr=^M:\
4565 :dc=\EW:dl=\ER:do=^J:ds=\EA31:ei=\Er:fs=^M:im=\Eq:is=\Eu\E0:\
4566 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
4567 :k7=^AF\r:k8=^AG\r:kb=^H:kd=^J:kh=\E{:kl=^H:kr=^L:ku=^K:\
4568 :le=^H:mk@:nd=^L:sf=^J:ts=\EF:up=^K:\
4571 # The Wyse 120/150 has most of the features of the Wyse 60.
4572 # This terminal does not need padding up to 9600 baud!
4573 # :ms: should be set but the clear screen fails when in
4574 # alt-charset mode. Try \EcE\s\s\E+\s if the screen is really clear
4577 # (untranslatable capabilities removed to fit entry within 1023 bytes)
4578 # (sgr removed to fit entry within 1023 bytes)
4579 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
4580 wy120|wyse120|wy150|wyse150|Wyse 120/150:\
4581 :am:bw:hs:km:mi:ms:xo:\
4582 :co#80:it#8:li#24:pb#9601:ws#45:\
4583 :ae=\EcD:al=\EE:as=\EcE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E+:\
4584 :cm=\E=%+ %+ :cr=^M:dc=\EW:dl=\ER:do=^J:ds=\EF\r:ei=\Er:\
4585 :fs=^M:ho=^^:i1=\EcB0\EcC1:i2=\EwJ\Ew1:im=\Eq:ip=:\
4586 :is=\Ed$\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016\024\El:\
4587 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
4588 :k7=^AF\r:k8=^AG\r:k9=^AH\r:kD=\EW:kI=\EQ:kN=\EK:kP=\EJ:\
4589 :kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:ll=^^^K:mb=\EG2:\
4590 :me=\E(\EH\003\EG0\EcD:mh=\EGp:nd=^L:nw=\r\n:sf=\n:\
4591 :so=\EGt:sr=\Ej:st=\E1:ta=\011:te=\Ew1:ti=\Ew0:ts=\EF:up=^K:\
4592 :vb=\E`8\E`9:ve=\E`1:vi=\E`0:\
4595 wy120-w|wyse120-w|wy150-w|wyse150-w|wyse 120/150 132-column:\
4596 :Nl#16:co#132:lw#7:ws#97:\
4597 :cm=\Ea%i%dR%dC:dc=\EW:ip=:r2=\E`;:tc=wy120:
4599 wy120-25|wyse120-25|wy150-25|wyse150-25|wyse 120/150 80-column 25-lines:\
4600 :Nl@:lh@:li#25:lw@:\
4601 :pn@:r3=\EwG\Ee):tc=wy120:
4603 wy120-25-w|wyse120-25-w|wy150-25-w|wyse150-25-w|wyse 120/150 132-column 25-lines:\
4604 :Nl@:lh@:li#25:lw@:\
4605 :pn@:r3=\EwG\Ee):tc=wy120-w:
4607 wy120-vb|wyse120-vb|wy150-vb|wyse150-vb|Wyse 120/150 visible bell:\
4611 wy120-w-vb|wy120-wvb|wyse120-wvb|wy150-w-vb|wyse150-w-vb|Wyse 120/150 132-column visible bell:\
4615 # The Wyse 60 is like the Wyse 50 but with more padding.
4616 # The reset strings are slow and the pad times very depending
4617 # on other parameters such as font loading. I have tried
4618 # to follow the following outline:
4620 # <rs1> -> set personality
4621 # <rs2> -> set number of columns
4622 # <rs3> -> set number of lines
4623 # :i1: -> select the proper font
4624 # :is: -> do the initialization
4625 # :i3: -> set up display memory (2 pages)
4627 # The Wyse 60's that have vt100 emulation are slower than the
4628 # older Wyse 60's. This change happened mid-1987.
4629 # The capabilities effected are :dc: :dl: :al: :sf: :sr:
4631 # The meta key is only half right. This terminal will return the
4632 # high order bit set when you hit CTRL-function_key
4634 # It may be useful to assign two function keys with the
4635 # values \E=(\s look at old data in page 1
4636 # \E=W, look at bottom of page 1
4637 # where \s is a space ( ).
4640 # The Wyse 60 runs faster when the XON/XOFF
4641 # handshake is turned off.
4643 # (wy60: we use \E{ rather than ^^ for home (both are documented) to avoid
4644 # a bug reported by Robert Dunn, <rcdii@inlink.com> -- esr)
4645 # (untranslatable capabilities removed to fit entry within 1023 bytes)
4646 # (sgr removed to fit entry within 1023 bytes)
4647 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
4648 wy60|wyse60|Wyse 60:\
4649 :am:bs:bw:hs:km:mi:ms:\
4650 :co#80:li#24:ws#45:\
4651 :ae=\EcD:al=\EE:as=\EcE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E+:\
4652 :cm=\E=%+ %+ :cr=^M:ct=\E0:dc=\EW:dl=\ER:do=^J:ds=\EF\r:\
4653 :ei=\Er:fs=^M:ho=\E{:i1=\EcB0\EcC1:i2=\EwJ\Ew1:im=\Eq:ip=:\
4654 :is=\Ed$\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016\024\El:\
4655 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
4656 :k7=^AF\r:k8=^AG\r:k9=^AH\r:kD=\EW:kI=\EQ:kN=\EK:kP=\EJ:\
4657 :kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:ll=\E{^K:mb=\EG2:\
4658 :me=\E(\EH\003\EG0\EcD:mh=\EGp:nd=^L:nw=\r\n:sf=\n:\
4659 :so=\EGt:sr=\Ej:st=\E1:ta=\011:te=\Ew1:ti=\Ew0:ts=\EF:up=^K:\
4660 :vb=\E`8\E`9:ve=\E`1:vi=\E`0:\
4663 wy60-w|wyse60-w|wyse 60 132-column:\
4664 :Nl#16:co#132:lw#7:ws#97:\
4665 :cm=\Ea%i%dR%dC:dc=\EW:ip=:r2=\EeF\E`;:tc=wy60:
4667 wy60-25|wyse60-25|wyse 60 80-column 25-lines:\
4668 :Nl@:lh@:li#25:lw@:\
4669 :pn@:r3=\EwG\Ee):tc=wy60:
4670 wy60-25-w|wyse60-25-w|wyse 60 132-column 25-lines:\
4671 :Nl@:lh@:li#25:lw@:\
4672 :pn@:r3=\EwG\Ee):tc=wy60-w:
4674 wy60-42|wyse60-42|wyse 60 80-column 42-lines:\
4676 :al=\EE:cd=\Ey:cl=\E+:cm=\E=%+ %+ :dc=\EW:dl=\ER:\
4677 :i1=\EcB2\EcC3:ip=:nw=\r\n:r3=\Ee*:sf=\n:sr=\Ej:tc=wy60:
4678 wy60-42-w|wyse60-42-w|wyse 60 132-column 42-lines:\
4679 :Nl#16:co#132:lw#7:ws#97:\
4680 :cd=\Ey:cl=\E+:cm=\Ea%i%dR%dC:dc=\EW:ho=\036:ip=:nw=\r\n:\
4684 wy60-43|wyse60-43|wyse 60 80-column 43-lines:\
4685 :Nl@:lh@:li#43:lw@:\
4686 :pn@:r3=\Ee+:tc=wy60-42:
4687 wy60-43-w|wyse60-43-w|wyse 60 132-column 43-lines:\
4688 :Nl@:lh@:li#43:lw@:\
4689 :pn@:r3=\Ee+:tc=wy60-42-w:
4691 wy60-vb|wyse60-vb|Wyse 60 visible bell:\
4693 wy60-w-vb|wy60-wvb|wyse60-wvb|Wyse 60 132-column visible bell:\
4697 # The Wyse-99GT looks at lot like the Wyse 60 except that it
4698 # does not have the 42/43 line mode. In the Wyse-60 the "lines"
4699 # setup parameter controls the number of lines on the screen.
4700 # For the Wyse 99GT the "lines" setup parameter controls the
4701 # number of lines in a page. The screen can display 25 lines max.
4702 # The Wyse-99GT also has personalities for the VT220 and
4703 # Tektronix 4014. But this has no bearing on the native mode.
4705 # (msgr) should be set but the clear screen fails when in
4706 # alt-charset mode. Try \EcE\s\s\E+\s if the screen is really clear
4707 # then set msgr, else use msgr@.
4709 # u0 -> enter Tektronix mode
4710 # u1 -> exit Tektronix mode
4712 wy99gt|wyse99gt|Wyse 99gt:\
4714 :al=\EE:cd=\Ey:ce=\Et:cl=\E+:dc=\EW:dl=\ER:i2=\Ew0:ip=:nw@:\
4715 :r2=\E`\072:sf=\n:sr=\Ej:ta=\011:te=\Ew0:ti=\Ew1:\
4716 :u0=\E~>\E8:u1=\E[42h:vb=\E`8\E`9:tc=wy60:
4718 wy99gt-w|wyse99gt-w|wyse 99gt 132-column:\
4719 :Nl#16:co#132:lw#7:ws#97:\
4720 :cd=\Ey:cl=\E+:cm=\Ea%i%dR%dC:dc=\EW:ip=:r2=\E`;:tc=wy99gt:
4722 wy99gt-25|wyse99gt-25|wyse 99gt 80-column 25-lines:\
4723 :Nl@:lh@:li#25:lw@:\
4724 :pn@:r2=\E`\072:r3=\EwG\Ee):tc=wy99gt:
4726 wy99gt-25-w|wyse99gt-25-w|wyse 99gt 132-column 25-lines:\
4727 :Nl@:lh@:li#25:lw@:\
4728 :pn@:r2=\E`;:tc=wy99gt-w:
4730 wy99gt-vb|wyse99gt-vb|Wyse 99gt visible bell:\
4733 wy99gt-w-vb|wy99gt-wvb|wyse99gt-wvb|Wyse 99gt 132-column visible bell:\
4737 # The Wyse 160 is combination of the WY-60 and the WY-99gt.
4738 # The reset strings are slow and the pad times very depending
4739 # on other parameters such as font loading. I have tried
4740 # to follow the following outline:
4742 # <rs1> -> set personality
4743 # <rs2> -> set number of columns
4744 # <rs3> -> set number of lines
4745 # :i1: -> select the proper font
4746 # :is: -> do the initialization
4747 # :i3: -> set up display memory (2 pages)
4749 # The display memory may be used for either text or graphics.
4750 # When "Display Memory = Shared" the terminal will have more pages
4751 # but garbage may be left on the screen when you switch from
4752 # graphics to text. If "Display Memory = Unshared" then the
4753 # text area will be only one page long.
4755 # (wy160: we use \E{ rather than ^^ for home (both are documented) to avoid
4756 # a bug reported by Robert Dunn, <rcdii@inlink.com> -- esr)
4757 # (untranslatable capabilities removed to fit entry within 1023 bytes)
4758 # (sgr removed to fit entry within 1023 bytes)
4759 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
4760 wy160|wyse160|Wyse 160:\
4761 :am:bw:hs:km:mi:ms:\
4762 :co#80:li#24:ws#38:\
4763 :ae=\EcD:al=\EE:as=\EcE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E+:\
4764 :cm=\E=%+ %+ :cr=^M:ct=\E0:dc=\EW:dl=\ER:do=^J:ds=\EF\r:\
4765 :ei=\Er:fs=^M:ho=\E{:i1=\EcB0\EcC1:i2=\Ew0:im=\Eq:ip=:\
4766 :is=\Ed$\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016\024\El:\
4767 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
4768 :k7=^AF\r:k8=^AG\r:k9=^AH\r:kD=\EW:kI=\EQ:kN=\EK:kP=\EJ:\
4769 :kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:ll=\E{^K:mb=\EG2:\
4770 :me=\E(\EH\003\EG0\EcD:mh=\EGp:nd=^L:nw=\r\n:sf=\n:\
4771 :so=\EGt:sr=\Ej:st=\E1:ta=^I:te=\Ew0:ti=\Ew1:ts=\EF:up=^K:\
4772 :vb=\E`8\E`9:ve=\E`1:vi=\E`0:\
4775 wy160-w|wyse160-w|wyse 160 132-column:\
4776 :Nl#16:co#132:lw#7:ws#90:\
4777 :cm=\Ea%i%dR%dC:dc=\EW:r2=\EeF\E`;:tc=wy160:
4779 wy160-25|wyse160-25|wyse 160 80-column 25-lines:\
4780 :Nl@:lh@:li#25:lw@:\
4781 :pn@:r3=\EwG\Ee):tc=wy160:
4782 wy160-25-w|wyse160-25-w|wyse 160 132-column 25-lines:\
4783 :Nl@:lh@:li#25:lw@:\
4784 :pn@:r3=\EwG\Ee):tc=wy160-w:
4786 wy160-42|wyse160-42|wyse 160 80-column 42-lines:\
4788 :al=\EE:cd=\Ey:cl=\E+:dl=\ER:i1=\EcB2\EcC3:nw=\r\n:r3=\Ee*:\
4791 wy160-42-w|wyse160-42-w|wyse 160 132-column 42-lines:\
4792 :Nl#16:co#132:lw#7:ws#90:\
4793 :cm=\Ea%i%dR%dC:dc=\EW:ip=:r2=\EeF\E`;:tc=wy160-42:
4795 wy160-43|wyse160-43|wyse 160 80-column 43-lines:\
4796 :Nl@:lh@:li#43:lw@:\
4797 :pn@:r3=\Ee+:tc=wy160-42:
4798 wy160-43-w|wyse160-43-w|wyse 160 132-column 43-lines:\
4799 :Nl@:lh@:li#43:lw@:\
4800 :pn@:r3=\Ee+:tc=wy160-42-w:
4802 wy160-vb|wyse160-vb|Wyse 160 visible bell:\
4804 wy160-w-vb|wy160-wvb|wyse160-wvb|Wyse 160 132-column visible bell:\
4808 # The Wyse 75 is a vt100 lookalike without advanced video.
4810 # The Wyse 75 can support one attribute (e.g. Dim, Inverse,
4811 # Underline) without magic cookies. The following description
4812 # uses this capability, but when more than one attribute is
4813 # put on the screen at once, all attributes will be changed
4814 # to be the same as the last attribute given.
4815 # The Wyse 75 can support more attributes when used with magic
4816 # cookies. The wy75-mc terminal description uses magic cookies
4817 # to correctly handle multiple attributes on a screen.
4819 # (untranslatable capabilities removed to fit entry within 1023 bytes)
4820 # (sgr removed to fit entry within 1023 bytes)
4821 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
4822 wy75|wyse75|wyse 75:\
4823 :am:bs:hs:mi:ms:xn:xo:\
4824 :co#80:li#24:ma#1:pb#1201:ws#78:\
4825 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
4826 :K1=\EOw:K2=\EOu:K3=\EOy:K4=\EOq:K5=\EOs:LE=\E[%dD:\
4827 :RI=\E[%dC:UP=\E[%dA:ae=\E(B:al=\E[L:as=\E(0:bl=^G:bt=\E[Z:\
4828 :cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
4829 :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:\
4830 :ds=\E[>\\054\001\001\E[>-\001\001:ec=\E[%dX:ei=\E[4l:\
4832 :i1=\E[2;4;20;30l\E[?1;10l\E[12h\E[?7;8;25h:i2=\E[m:\
4833 :im=\E[4h:ip=:is=\E>\E(B:k1=\E[?5i:k2=\E[?3i:\
4834 :k3=\E[2i:k4=\E[@:k5=\E[M:k6=\E[17~:k7=\E[18~:k8=\E[19~:\
4835 :k9=\E[20~:kI=\E[@:kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:ke=\E>:\
4836 :kh=\E[H:kl=\E[D:kr=\E[C:ks=\E[?1l\E[?7h\E=:ku=\E[A:le=^H:\
4837 :me=\E[m\017:mh=\E[0t\E[2m:mr=\E[1t\E[7m:nd=\E[C:rc=\E8:\
4838 :sc=\E7:se=\E[m:sf=\n:so=\E[1t\E[7m:sr=\EM:st=\EH:ta=^I:\
4839 :ts=\E[>\\054\001:ue=\E[m:up=\E[A:us=\E[2t\E[4m:\
4840 :vb=\E[30h\E\\054\E[30l:ve=\E[?25h:vi=\E[?25l:
4842 # This terminal description uses the non-hidden attribute mode
4843 # (with magic cookie).
4845 wy75-mc|wyse75-mc|wyse 75 with magic cookies:\
4848 :ae=\E[0p\017:as=\E[0p\016:i2=\E[m\E[p:mb=\E[2p:\
4849 :me=\E[0p\017:mh=\E[1p:mk=\E[4p:mr=\E[16p:\
4850 :se=\E[0p:so=\E[17p:ue=\E[0p:us=\E[8p:\
4852 wy75-vb|wyse75-vb|wyse 75 with visible bell:\
4855 wy75-w|wyse75-w|wyse 75 in 132 column mode:\
4857 :r2=\E[35h\E[?3h:tc=wy75:
4858 wy75-wvb|wyse75-wvb|wyse 75 with visible bell 132 columns:\
4862 # Wyse 85 emulating a vt220 7 bit mode.
4863 # 24 line screen with status line.
4865 # The vt220 mode permits more function keys but it wipes out
4866 # the escape key. I strongly recommend that <f11> be set to
4868 # The terminal may have to be set for 8 data bits and 2 stop
4869 # bits for the arrow keys to work.
4870 # The Wyse 85 runs faster with XON/XOFF enabled. Also the
4871 # :DC: and :IC: work best when XON/XOFF is set. :IC: and
4872 # :DC: leave trash on the screen when used without XON/XOFF.
4874 # (untranslatable capabilities removed to fit entry within 1023 bytes)
4875 # (sgr removed to fit entry within 1023 bytes)
4876 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
4877 wy85|wyse85|wyse 85:\
4878 :am:bs:hs:mi:ms:xn:xo:\
4879 :co#80:it#8:li#24:ws#80:\
4880 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
4881 :K1=\EOw:K2=\EOu:K3=\EOy:K4=\EOq:K5=\EOs:LE=\E[%dD:\
4882 :RI=\E[%dC:UP=\E[%dA:ae=\E(B:al=\E[L:as=\E(0:bl=^G:bt=\E[Z:\
4883 :cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
4884 :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ds=\E[40l:\
4885 :ec=\E[%dX:ei=\E[4l:fs=\E[1;24r\E8:ho=\E[H:\
4886 :i1=\E[62;1"p\E[?5W:i2=\E>\E(B\E[m:im=\E[4h:ip=:\
4887 :is=\E[2;4;20;30l\E[?1;4;10;16l\E[12h\E[?7;8;25h:\
4888 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k6=\E[17~:k7=\E[18~:\
4889 :k8=\E[19~:k9=\E[20~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:\
4890 :kb=^H:kd=\E[B:ke=\E>:kh=\E[26~:kl=\E[D:kr=\E[C:\
4891 :ks=\E[?1l\E=:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m\017:\
4892 :mh=\E[2m:mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:se=\E[m:sf=\n:\
4893 :so=\E[7m:sr=\EM:st=\EH:ta=\011:\
4894 :ts=\E[40h\E7\E[25;%i%dH:ue=\E[m:up=\E[A:us=\E[4m:\
4895 :vb=\E[30h\E\\054\E[30l:ve=\E[?25h:vi=\E[?25l:
4897 # Wyse 85 with visual bell.
4898 wy85-vb|wyse85-vb|wyse 85 with visible bell:\
4899 :bl@:vb=\E[30h\E\\054\E[30l:tc=wy85:
4901 # Wyse 85 in 132-column mode.
4902 wy85-w|wyse85-w|wyse 85 in 132-column mode:\
4904 :r2=\E[35h\E[?3h:tc=wy85:
4906 # Wyse 85 in 132-column mode with visual bell.
4907 wy85-wvb|wyse85-wvb|wyse 85 with visible bell 132-columns:\
4911 # Wyse 185 emulating a vt320 7 bit mode.
4913 # This terminal always displays 25 lines. These lines may be used
4914 # as 24 data lines and a terminal status line (top or bottom) or
4915 # 25 data lines. The 48 and 50 line modes change the page size
4916 # and not the number of lines on the screen.
4918 # The Compose Character key can be used as a meta key if changed
4921 # (untranslatable capabilities removed to fit entry within 1023 bytes)
4922 # (sgr removed to fit entry within 1023 bytes)
4923 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
4924 wy185|wyse185|wyse 185:\
4925 :am:hs:km:mi:ms:xn:xo:\
4926 :co#80:it#8:li#24:ws#80:\
4927 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
4928 :K1=\EOw:K2=\EOu:K3=\EOy:K4=\EOq:K5=\EOs:LE=\E[%dD:\
4929 :RI=\E[%dC:UP=\E[%dA:ae=\E(B:al=\E[L:as=\E(0:bl=^G:bt=\E[Z:\
4930 :cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
4931 :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:\
4932 :ds=\E7\E[99;0H\E[K\E8:ec=\E[%dX:ei=\E[4l:\
4933 :fs=\E[1;24r\E8:ho=\E[H:i1=\E[?5W:\
4934 :i2=\E>\E(B\E[m:im=\E[4h:ip=:\
4935 :is=\E[2;4;20;30l\E[?1;4;10;16l\E[12h\E[?7;8;25h:\
4936 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k6=\E[17~:k7=\E[18~:\
4937 :k8=\E[19~:k9=\E[20~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:\
4938 :kb=^H:kd=\E[B:ke=\E>:kh=\E[26~:kl=\E[D:kr=\E[C:\
4939 :ks=\E[?1l\E=:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m\017:\
4940 :mh=\E[2m:mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:se=\E[27m:sf=\n:\
4941 :so=\E[7m:sr=\EM:st=\EH:ta=^I:te=\E[ R:ti=\E[ Q:\
4942 :ts=\E7\E[99;%i%dH:ue=\E[24m:up=\E[A:us=\E[4m:\
4943 :vb=\E[30h\E\\054\E[30l:ve=\E[34h\E[?25h:vi=\E[?25l:\
4946 # Wyse 185 with 24 data lines and top status (terminal status)
4947 wy185-24|wyse185-24|wyse 185 with 24 data lines:\
4949 :ds@:fs@:r3=\E[?5l\E[47h\E[40l\E[1;24r:ts@:tc=wy185:
4951 # Wyse 185 with visual bell.
4952 wy185-vb|wyse185-vb|wyse 185+flash:\
4955 # Wyse 185 in 132-column mode.
4956 wy185-w|wyse185-w|wyse 185 in 132-column mode:\
4958 :DC=\E[%dP:IC=\E[%d@:dc=\E[P:ei=:im=:ip=:r2=\E[35h\E[?3h:tc=wy185:
4960 # Wyse 185 in 132-column mode with visual bell.
4961 wy185-wvb|wyse185-wvb|wyse 185+flash+132 cols:\
4964 # wy325 terminfo entries
4965 # Done by Joe H. Davis 3-9-92
4967 # lines 25 columns 80
4969 # (untranslatable capabilities removed to fit entry within 1023 bytes)
4970 wy325|wyse325|Wyse epc:\
4972 :Nl#8:co#80:lh#1:li#24:lw#8:pb#9601:ws#45:\
4973 :#2=\E{:%9=\EP:&3=\Er:@8=\E7:F1=^AJ\r:F2=^AK\r:F3=^AL\r:\
4974 :F4=^AM\r:F5=^AN\r:F6=^AO\r:LF=\EA11:LO=\EA10:RA=\Ed.:\
4976 :ac=+/\\054.0[Iha2fxgqh1jYk?lZm@nEqDtCu4vAwBx3yszr{c~~:\
4977 :ae=\EcD:al=\EE:as=\EcE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E+:\
4978 :cm=\E=%+ %+ :cr=^M:ct=\E0:dc=\EW:dl=\ER:do=^J:ds=\EF\r:\
4979 :ei=\Er:fs=^M:ho=^^:i1=\EcB0\EcC1:i2=\Ew0:im=\Eq:ip=:\
4980 :is=\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016\024\El:\
4981 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
4982 :k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:kA=\EE:kB=\EI:kD=\EW:\
4983 :kE=\ET:kI=\Eq:kL=\ER:kN=\EK:kP=\EJ:kS=\EY:kb=^H:kd=^J:kh=^^:\
4984 :kl=^H:kr=^L:ku=^K:le=^H:ll=^^^K:mb=\EG2:\
4985 :me=\E(\EH\003\EG0\EcD:mh=\EGp:mp=\E):nd=^L:pf=^T:\
4986 :pl=\EZ2%+?%s\177:pn=\Ez%+/%s\r:po=\Ed#:ps=\EP:\
4987 :px=\EZ1%+?%s\177:r1=\E~\041\E~4:r2=\EeF\E`\072:\
4988 :r3=\EwG\Ee(:sf=\n:so=\EGt:sr=\Ej:st=\E1:ta=^I:te=\Ew0:\
4989 :ti=\Ew1:ts=\EF:up=^K:vb=\E`8\E`9:ve=\E`1:vi=\E`0:\
4993 # lines 24 columns 80 vb
4995 wy325-vb|wyse325-vb|wyse-325 with visual bell:\
4999 # lines 24 columns 132
5001 wy325-w|wyse325-w|wy325w-24|wyse-325 in wide mode:\
5002 :Nl#16:co#132:lw#7:ws#97:\
5003 :cm=\Ea%i%dR%dC:dc=\EW:ip=:r2=\E`;:tc=wy325:
5005 # lines 25 columns 80
5007 wy325-25|wyse325-25|wy325-80|wyse-325|wyse-325 25 lines:\
5008 :Nl@:lh@:li#25:lw@:\
5009 :pn@:r3=\EwG\Ee):tc=wy325:
5011 # lines 25 columns 132
5013 wy325-25w|wyse325-25w|wy325 132 columns:\
5014 :Nl@:lh@:li#25:lw@:\
5015 :pn@:r3=\EwG\Ee):tc=wy325-w:
5017 # lines 25 columns 132 vb
5019 wy325-w-vb|wy325-wvb|wyse325-wvb|wyse-325 wide mode reverse video:\
5024 # lines 42 columns 80
5026 wy325-42|wyse325-42|wyse-325 42 lines:\
5027 :Nl@:lh@:li#42:lw@:\
5028 :pn@:r3=\EwG\Ee):tc=wy325:
5030 # lines 42 columns 132
5032 wy325-42w|wyse325-42w|wyse-325 42 lines wide mode:\
5033 :Nl@:lh@:li#42:lw@:\
5034 :pn@:r3=\EwG\Ee):tc=wy325-w:
5036 # lines 42 columns 132 vb
5038 wy325-42w-vb|wy325-42wvb|wyse-325 42 lines wide mode visual bell:\
5042 # lines 43 columns 80
5044 wy325-43|wyse325-43|wyse-325 43 lines:\
5045 :Nl@:lh@:li#43:lw@:\
5048 # lines 43 columns 132
5050 wy325-43w|wyse325-43w|wyse-325 43 lines wide mode:\
5051 :Nl@:lh@:li#43:lw@:\
5052 :pn@:r3=\EwG\Ee):tc=wy325-w:
5054 # lines 43 columns 132 vb
5056 wy325-43w-vb|wy325-43wvb|wyse-325 43 lines wide mode visual bell:\
5060 # Wyse 370 -- 24 line screen with status line.
5062 # The terminal may have to be set for 8 data bits and 2 stop
5063 # bits for the arrow keys to work.
5065 # If you change keyboards the terminal will send different
5067 # The following definition is for the basic terminal without
5070 # <u0> -> enter Tektronix 4010/4014 mode
5071 # <u1> -> exit Tektronix 4010/4014 mode
5072 # <u2> -> enter ASCII mode (from any ANSI mode)
5073 # <u3> -> exit ASCII mode (goto native ANSI mode)
5074 # <u4> -> enter Tek 4207 ANSI mode (from any ANSI mode)
5075 # <u5> -> exit Tek 4207 mode (goto native ANSI mode)
5077 # Bug: The <op> capability resets attributes.
5078 # (untranslatable capabilities removed to fit entry within 1023 bytes)
5079 # (sgr removed to fit entry within 1023 bytes)
5080 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
5081 wy370-nk|wyse 370 without function keys:\
5082 :am:hs:mi:ms:xn:xo:\
5083 :co#80:it#8:li#24:ws#80:\
5084 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
5085 :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=\E(B:al=\E[L:as=\E(0:bl=^G:\
5086 :bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
5087 :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ds=\E[40l:\
5088 :ec=\E[%dX:ei=\E[4l:fs=\E[1;24r\E8:ho=\E[H:\
5089 :i1=\E[90;1"p\E[?5W:i2=\E>\017\E(B\E[63;0w\E[m:\
5091 :is=\E[2;4;20;30;40l\E[?1;10;16l\E[12h\E[?7;8;25h:\
5092 :ke=\E>:ks=\E[?1l\E=:le=^H:mb=\E[5m:md=\E[1m:me=\E[m\017:\
5093 :mh=\E[2m:mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:se=\E[27m:sf=\n:\
5094 :so=\E[7m:sr=\EM:st=\EH:ta=\011:te=\E[ R:ti=\E[ Q:\
5095 :ts=\E[40l\E[40h\E7\E[99;%i%dH:ue=\E[24m:up=\E[A:\
5096 :us=\E[4m:vb=\E[30h\E\\054\E[30l:ve=\E[34h\E[?25h:\
5097 :vi=\E[?25l:vs=\E[?25h\E[34l:
5099 # Function key set for the ASCII (wy-50 compatible) keyboard
5100 # This is the default 370.
5102 wy370|wyse370|wy370-101k|Wyse 370 with 101 key keyboard:\
5103 :@8=\EOM:F1=\E[23~:F2=\E[24~:F3=\E[25~:F4=\E[26~:\
5104 :F5=\E[28~:F6=\E[29~:k1=\E[?4i:k2=\E[?3i:k3=\E[2i:k4=\E[@:\
5105 :k5=\E[M:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:\
5106 :k;=\E[21~:kA=\EOP:kB=\E[Z:kD=\EOQ:kI=\EOP:kL=\EOQ:kN=\E[U:\
5107 :kP=\E[V:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
5110 # Function key set for the VT-320 (and wy85) compatible keyboard
5112 wy370-105k|Wyse 370 with 105 key keyboard:\
5113 :%1=\E[28~:*6=\E[4~:@0=\E[1~:@8=\EOM:F1=\E[23~:F2=\E[24~:\
5114 :F3=\E[25~:F4=\E[26~:F5=\E[28~:F6=\E[29~:F7=\E[31~:\
5115 :F8=\E[32~:F9=\E[33~:FA=\E[34~:K1=\EOw:K2=\EOu:K3=\EOy:\
5116 :K4=\EOq:K5=\EOs:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k6=\E[17~:\
5117 :k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:kD=\E[3~:\
5118 :kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:kh=\E[26~:\
5119 :kl=\E[D:kr=\E[C:ku=\E[A:l1=PF1:l2=PF2:l3=PF3:l4=PF4:\
5122 # Function key set for the PC compatible keyboard
5124 wy370-EPC|Wyse 370 with 102 key keyboard:\
5125 :@7=\E[1~:@8=\EOM:F1=\E[23~:F2=\E[24~:k1=\EOP:k2=\EOQ:\
5126 :k3=\EOR:k4=\EOS:k5=\E[M:k6=\E[17~:k7=\E[18~:k8=\E[19~:\
5127 :k9=\E[20~:k;=\E[21~:kB=\E[Z:kI=\E[2~:kN=\E[U:kP=\E[V:\
5128 :kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
5131 # Wyse 370 with visual bell.
5132 wy370-vb|Wyse 370 with visible bell:\
5135 # Wyse 370 in 132-column mode.
5136 wy370-w|Wyse 370 in 132-column mode:\
5138 :r2=\E[35h\E[?3h:tc=wy370:
5140 # Wyse 370 in 132-column mode with visual bell.
5141 wy370-wvb|Wyse 370 with visible bell 132-columns:\
5142 :vb=\E[30h\E\\054\E[30l:tc=wy370-w:
5143 wy370-rv|Wyse 370 reverse video:\
5144 :r3=\E[32h\E[?5h:tc=wy370:
5146 # Wyse 99gt Tektronix 4010/4014 emulator,
5148 wy99gt-tek|Wyse 99gt Tektronix 4010/4014 emulator:\
5152 :cr=^M:do=^J:ff=^L:\
5153 :hd=\036HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH\037:\
5155 :hu=\036DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD\037:\
5156 :is=\E8:le=^H:nd= :nw=^M^J:u0=\E~>\E8:u1=\E[42h:up=^K:
5158 # Wyse 160 Tektronix 4010/4014 emulator,
5160 wy160-tek|Wyse 160 Tektronix 4010/4014 emulator:\
5164 # Wyse 370 Tektronix 4010/4014 emulator,
5166 wy370-tek|Wyse 370 Tektronix 4010/4014 emulator:\
5170 :cr=^M:do=^J:ff=^L:\
5171 :hd=\036HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH\037:\
5173 :hu=\036DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD\037:\
5174 :is=\E8:kb=^H:kd=^J:kl=^H:kr=^I:ku=^K:le=^H:nd= :nw=^M^J:\
5175 :u0=\E[?38h\E8:u1=\E[?38l:up=^K:
5177 # Vendor-supplied Wyse entries end here.
5180 #TITLE: TERMINFO ENTRY WY520
5182 # The WY520 terminfo is based on the WY285 entry published on the WYSE
5183 # BBS with the addition of more function keys and special keys.
5185 # rs1 -> set personality
5186 # rs2 -> set number of columns
5187 # rs3 -> set number of lines
5188 # is1 -> select the proper font
5189 # is2 -> do the initialization
5190 # is3 -> If this string is empty then rs3 gets sent.
5192 # Wyse 520 emulating a vt420 7 bit mode with default ANSI keyboard
5193 # - The BS key is programmed to generate BS in smcup since
5194 # is2 doesn't seem to work.
5195 # - Remove and shift/Remove: delete a character
5196 # - Insert : enter insert mode
5197 # - Find : delete to end of file
5198 # - Select : clear a line
5199 # - F11, F12, F13: send default sequences (not ESC, BS, LF)
5201 # - Bottom status line (host writable line) is used.
5202 # - smkx,rmkx are removed because this would put the numeric
5203 # keypad in Dec application mode which doesn't seem to work
5204 # with SCO applications.
5206 # (untranslatable capabilities removed to fit entry within 1023 bytes)
5207 # (sgr removed to fit entry within 1023 bytes)
5208 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
5209 wy520|wyse520|wyse 520:\
5210 :am:hs:km:mi:xn:xo:\
5211 :co#80:it#8:li#24:ws#80:\
5212 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
5213 :K1=\EOw:K2=\EOy:K3=\EOu:K4=\EOq:K5=\EOs:LE=\E[%dD:\
5214 :RI=\E[%dC:UP=\E[%dA:ae=\E(B:al=\E[L:as=\E(0:bl=^G:bt=\E[Z:\
5215 :cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
5216 :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ds=\E[0$~:\
5217 :ec=\E[%dX:ei=\E[4l:fs=\E[0$}:ho=\E[H:i1=\E[?5W:\
5218 :i2=\E>\E(B\017\E[m:im=\E[4h:ip=:\
5219 :is=\E[2;4;20;30l\E[?1;4;10;16l\E[12h\E[?7;8;25;67h:\
5220 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k6=\E[17~:k7=\E[18~:\
5221 :k8=\E[19~:k9=\E[20~:kD=\E[3~:kI=\E[2~:kN=\E[6~:kP=\E[5~:\
5222 :kb=^H:kd=\E[B:kh=\E[26~:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
5223 :mb=\E[5m:md=\E[1m:me=\E[m\017:mh=\E[2m:mr=\E[7m:nd=\E[C:\
5224 :rc=\E8:sc=\E7:se=\E[m:sf=\n:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
5225 :te=\E[ R:ti=\E[ Q\E[?67;8h:ts=\E[2$~\E[1$}\E[%i%d`:\
5226 :ue=\E[24m:up=\E[A:us=\E[4m:ve=\E[34h\E[?25h:vi=\E[?25l:\
5229 # Wyse 520 with 24 data lines and status (terminal status)
5230 wy520-24|wyse520-24|wyse 520 with 24 data lines:\
5232 :ds@:fs@:r3=\E[?5l\E[47h\E[40l\E[1;24r:ts@:tc=wy520:
5234 # Wyse 520 with visual bell.
5235 wy520-vb|wyse520-vb|wyse 520 with visible bell:\
5236 :vb=\E[30h\E\\054\E[30l:tc=wy520:
5238 # Wyse 520 in 132-column mode.
5239 wy520-w|wyse520-w|wyse 520 in 132-column mode:\
5241 :DC=\E[%dP:IC=\E[%d@:dc=\E[P:ei=:im=:ip=:r2=\E[35h\E[?3h:tc=wy520:
5243 # Wyse 520 in 132-column mode with visual bell.
5244 wy520-wvb|wyse520-wvb|wyse 520 with visible bell 132-columns:\
5245 :vb=\E[30h\E\\054\E[30l:\
5249 # Wyse 520 emulating a vt420 7 bit mode.
5250 # The DEL key is programmed to generate BS in is2.
5251 # With EPC keyboard.
5252 # - 'End' key will clear till end of line on EPC keyboard
5253 # - Shift/End : ignored.
5254 # - Insert : enter insert mode.
5255 # - Delete : delete a character (have to change interrupt character
5256 # to CTRL-C: stty intr '^c') for it to work since the
5257 # Delete key sends 7FH.
5258 wy520-epc|wyse520-epc|wyse 520 with EPC kb:\
5259 :@7=\E[4~:k0=\E[21~:k1=\E[11~:k2=\E[12~:k3=\E[13~:\
5260 :k4=\E[14~:k5=\E[15~:kD=\177:kE=\E[4~:kh=\E[H:\
5263 # Wyse 520 with 24 data lines and status (terminal status)
5264 # with EPC keyboard.
5265 wy520-epc-24|wyse520-pc-24|wyse 520 with 24 data lines:\
5267 :ds@:fs@:r3=\E[?5l\E[47h\E[40l\E[1;24r:ts@:tc=wy520-epc:
5269 # Wyse 520 with visual bell.
5270 wy520-epc-vb|wyse520-pc-vb|wyse 520 with visible bell:\
5271 :vb=\E[30h\E\\054\E[30l:\
5274 # Wyse 520 in 132-column mode.
5275 wy520-epc-w|wyse520-epc-w|wyse 520 in 132-column mode:\
5277 :DC=\E[%dP:IC=\E[%d@:dc=\E[P:ei=:im=:ip=:r2=\E[35h\E[?3h:tc=wy520-epc:
5279 # Wyse 520 in 132-column mode with visual bell.
5280 wy520-epc-wvb|wyse520-p-wvb|wyse 520 with visible bell 132-columns:\
5281 :vb=\E[30h\E\\054\E[30l:\
5284 # Wyse 520 in 80-column, 36 lines
5285 wy520-36|wyse520-36|wyse 520 with 36 data lines:\
5288 :ds@:fs@:r3=\E[?5l\E[36*|\E[36t\E[40l\E[1;36r:ts@:tc=wy520:
5290 # Wyse 520 in 80-column, 48 lines
5291 wy520-48|wyse520-48|wyse 520 with 48 data lines:\
5294 :ds@:fs@:r3=\E[?5l\E[48*|\E[48t\E[40l\E[1;48r:ts@:tc=wy520:
5296 # Wyse 520 in 132-column, 36 lines
5297 wy520-36w|wyse520-36w|wyse 520 with 36 data lines:\
5300 :r3=\E[?5l\E[36*|\E[36t\E[40l\E[1;36r\E[132$|:tc=wy520-36:
5302 # Wyse 520 in 132-column, 48 lines
5303 wy520-48w|wyse520-48w|wyse 520 with 48 data lines:\
5306 :r3=\E[?5l\E[48*|\E[48t\E[40l\E[1;48r\E[132$|:tc=wy520-48:
5309 # Wyse 520 in 80-column, 36 lines with EPC keyboard
5310 wy520-36pc|wyse520-36pc|wyse 520 with 36 data lines:\
5313 :ds@:fs@:r3=\E[?5l\E[36*|\E[36t\E[40l\E[1;36r:ts@:tc=wy520-epc:
5315 # Wyse 520 in 80-column, 48 lines with EPC keyboard
5316 wy520-48pc|wyse520-48pc|wyse 520 with 48 data lines:\
5319 :ds@:fs@:r3=\E[?5l\E[48*|\E[48t\E[40l\E[1;48r:ts@:tc=wy520-epc:
5321 # Wyse 520 in 132-column, 36 lines with EPC keyboard
5322 wy520-36wpc|wyse520-36wpc|wyse 520 with 36 data lines:\
5325 :r3=\E[?5l\E[36*|\E[36t\E[40l\E[1;36r\E[132$|:tc=wy520-36pc:
5327 # Wyse 520 in 132-column, 48 lines with EPC keyboard
5328 wy520-48wpc|wyse520-48wpc|wyse 520 with 48 data lines:\
5331 :r3=\E[?5l\E[48*|\E[48t\E[40l\E[1;48r\E[132$|:tc=wy520-48pc:
5333 # From: John Gilmore <hoptoad!gnu@lll-crg.arpa>
5334 # (wyse-vp: removed :if=/usr/share/tabset/wyse-adds:, there's no such
5335 # file and we don't know what :st: is -- esr)
5336 wyse-vp|wyse|Wyse 50 in ADDS Viewpoint emulation mode with "enhance" on:\
5339 :al=\EM:bl=^G:cd=\Ek:ce=\EK:cl=^L:cm=\EY%+ %+ :cr=^M:dc=\EW:\
5340 :dl=\El:do=^J:ei=\Er:ho=^A:im=\Eq:is=\E`\072\E`9\017\Er:\
5341 :kb=^H:kd=^J:kh=^A:kl=^U:kr=^F:ku=^Z:le=^H:ll=^A^Z:me=^O:\
5342 :nd=^F:nw=^M^J:r1=\E`\072\E`9\017\Er:se=^O:sf=^J:so=^N:\
5343 :ta=^I:ue=^O:up=^Z:us=^N:
5345 wy75ap|wyse75ap|wy-75ap|wyse-75ap|Wyse WY-75 Applications and Cursor keypad:\
5346 :is=\E[1;24r\E[?10;3l\E[?1;25h\E[4l\E[m\E(B\E=:kb=^H:\
5347 :kd=\EOB:ke=10\E[?1l\E>:kh=\EOH:kl=\EOD:kr=\EOC:\
5348 :ks=10\E[?1h\E=:ku=\EOA:tc=wy75:
5350 # From: Eric Freudenthal <freudent@eric.ultra.nyu.edu>
5351 wy100q|Wyse 100 for Quotron:\
5354 :al=\EE:bt=\EI:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :dc=\EW:\
5355 :dl=\ER:do=^J:ei=\Er:ho=^^:im=\Eq:\
5356 :is=\E`\072\200\EC\EDF\E0\E'\E(\EA21:kd=^J:kl=^H:kr=^L:\
5357 :ku=^K:le=^H:mk@:nd=^L:sr=\Ej:up=^K:\
5360 #### Kermit terminal emulations
5362 # Obsolete Kermit versions may be listed in the section describing obsolete
5363 # non-ANSI terminal emulators later in the file.
5366 # KERMIT standard all versions.
5367 # Straight ascii keyboard. :sr=\EI: not avail. many versions + bug prone in vi.
5368 # (kermit: removed obsolete ":ma=^Hh^Jj^Kk^Ll^^H:" -- esr)
5369 # From: greg small <gts@populi.berkeley.edu> 9-25-84
5370 kermit|standard kermit:\
5373 :cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :ho=\EH:\
5374 :is=K0 Standard Kermit 9-25-84\n:kd=^J:kh=^^:kl=^H:\
5375 :kr=^L:ku=^K:le=^H:nd=\EC:up=\EA:
5376 kermit-am|standard kermit plus auto-margin:\
5378 :is=K1 Standard Kermit plus Automatic Margins\n:tc=kermit:
5380 # Bugs: :cd:, :ce:: do not work except at beginning of line! :cl: does
5381 # not work, but fake with :cl=\EH\EJ (since :cd=\EJ: works at beginning of
5383 # From: greg small <gts@populi.berkeley.edu> 8-30-84
5384 pckermit|pckermit12|UCB IBMPC Kermit 1.2:\
5387 :cd@:ce@:cl=\EH\EJ:\
5388 :is=K2 UCB IBMPC Kermit 1.2 8-30-84\n:tc=kermit:
5390 # Cannot use line 25, now acts funny like ansi special scrolling region.
5391 # Initialization must escape from that region by cursor position to line 24.
5392 # Cannot use character insert because 1.20 goes crazy if insert at col 80.
5393 # Does not use :am: because autowrap is lost when kermit dropped and restarted.
5394 # From: greg small <gts@populi.berkeley.edu> 12-19-84
5395 pckermit120|UCB IBMPC Kermit 1.20:\
5397 :al=\EL:dc=\EN:dl=\EM:do=\EB:ei@:im@:\
5398 :is=\EO\Eq\EJ\EY7 K3 UCB IBMPC Kermit 1.20 12-19-84\n:\
5399 :se=\Eq:so=\Ep:ta=^I:vs=\EO\Eq\EEK3:\
5401 # MS-DOS Kermit 2.27 for the IBMPC
5402 # Straight ascii keyboard. :sr=\EI: not avail. many versions + bug prone in vi.
5403 # Cannot use line 25, now acts funny like ansi special scrolling region.
5404 # Initialization must escape from that region by cursor position to line 24.
5405 # Does not use am: because autowrap is lost when kermit dropped and restarted.
5406 # Reverse video for standout like H19.
5407 # (msk227: removed obsolete ":ma=^Hh^Jj^Kk^Ll^^H:" -- esr)
5408 # From: greg small <gts@populi.berkeley.edu> 3-17-85
5409 msk227|mskermit227|MS-DOS Kermit 2.27 for the IBMPC:\
5412 :al=\EL:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :dc=\EN:dl=\EM:\
5413 :do=\EB:ei=\EO:ho=\EH:im=\E@:\
5414 :is=\EO\Eq\EG\Ew\EJ\EY7 K4 MS Kermit 2.27 for the IBMPC 3-17-85\n:\
5415 :kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:nd=\EC:rc=\Ek:sc=\Ej:\
5416 :se=\Eq:so=\Ep:ta=^I:up=\EA:vs=\EO\Eq\EG\EwK4:
5417 # MS-DOS Kermit 2.27 with automatic margins
5418 # From: greg small <gts@populi.berkeley.edu> 3-17-85
5419 msk227am|mskermit227am|UCB MS-DOS Kermit 2.27 with automatic margins:\
5421 :is=\EO\Eq\EG\Ev\EJ\EY7 K5 MS Kermit 2.27 +automatic margins 3-17-85\n:\
5422 :vs=\EO\Eq\EG\EvK5:\
5424 # MS-DOS Kermit 2.27 UCB 227.14 for the IBM PC
5425 # Automatic margins now default. Use ansi :sa: for highlights.
5426 # Define function keys.
5427 # (msk22714: removed obsolete ":kn#10:" -- esr)
5428 # From: greg small <gts@populi.berkeley.edu> 3-17-85
5429 msk22714|mskermit22714|UCB MS-DOS Kermit 2.27 UCB 227.14 IBM PC:\
5431 :is=\EO\Eq\EG\Ev\EJ\EY7 K6 MS Kermit 2.27 UCB 227.14 IBM PC 3-17-85\n:\
5432 :k0=\E0:k1=\E1:k2=\E2:k3=\E3:k4=\E4:k5=\E5:k6=\E6:k7=\E7:\
5433 :k8=\E8:k9=\E9:md=\E[1m:me=\E[m:mr=\E[7m:se=\E[m:so=\E[1m:\
5434 :ue=\E[m:us=\E[4m:vs=\EO\Eq\EG\EvK6:\
5436 # This was designed for a VT320 emulator, but it is probably a good start
5437 # at support for the VT320 itself.
5438 # Please send changes with explanations to bug-gnu-emacs@prep.ai.mit.edu.
5439 # (vt320-k3: I added <rmam>/<smam> based on the init string -- esr)
5440 # (untranslatable capabilities removed to fit entry within 1023 bytes)
5441 # (sgr removed to fit entry within 1023 bytes)
5442 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
5443 vt320-k3|MS-Kermit 3.00's vt320 emulation:\
5444 :am:es:hs:km:mi:ms:xn:\
5445 :co#80:it#8:li#49:pb#9600:vt#3:\
5446 :AL=\E[%dL:CC=\E:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
5447 :LE=\E[%dD:RI=\E[%dC:SR=\E[%dL:UP=\E[%dA:ae=\E(B:al=\E[L:\
5448 :as=\E(0:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
5449 :cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:\
5450 :ds=\E[0$~:ec=\E[%dX:ei=\E[4l:fs=\E[0$}:ho=\E[H:im=\E[4h:\
5451 :is=\E>\E F\E[?1l\E[?7h\E[r\E[2$~:k0=\E[21~:k1=\EOP:\
5452 :k2=\EOQ:k3=\EOR:k4=\EOS:k6=\E[17~:k7=\E[18~:k8=\E[19~:\
5453 :k9=\E[20~:kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:kd=\EOB:\
5454 :ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:\
5455 :mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:nw=^M^J:rc=\E8:\
5456 :sc=\E7:se=\E[27m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
5457 :ts=\E[1$}\r\E[K:ue=\E[24m:up=\E[A:us=\E[4m:\
5458 :vb=\E[?5h\E[?5l\E[?5h\E[?5l\E[?5h\E[?5l:ve=\E[?25h:\
5460 # From: Joseph Gil <yogi@cs.ubc.ca> 13 Dec 1991
5461 # ACS capabilities from Philippe De Muyter <phdm@info.ucl.ac.be> 30 May 1996
5462 # (I removed a bogus boolean :mo: and added :ms:, <smam>, <rmam> -- esr)
5463 vt320-k311|dec vt320 series as defined by kermit 3.11:\
5464 :am:es:hs:mi:ms:xn:xo:\
5465 :co#80:it#8:li#24:vt#3:\
5466 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
5467 :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:\
5468 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
5469 :ae=^O:al=3\E[L:as=^N:bl=^G:cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:\
5470 :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:\
5471 :dl=\E[M:do=^J:ds=\E[2$~\r\E[1$}\E[K\E[$}:ei=\E[4l:\
5472 :fs=\E[$}:ho=\E[H:im=\E[4h:\
5473 :is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H:\
5474 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k6=\E[17~:k7=\E[18~:\
5475 :k8=\E[19~:k9=\E[20~:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:\
5476 :kr=\EOC:ks=\E[?1h\E=:ku=\EOA:l1=pf1:l2=pf2:l3=pf3:l4=pf4:\
5477 :le=^H:mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:nw=^M\ED:\
5478 :r1=\E[?3l:rc=\E8:rf=/usr/share/tabset/vt100:sc=\E7:\
5479 :se=\E[27m:sf=\ED:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
5480 :ts=\E[2$~\E[1$}\E[1;%dH:ue=\E[24m:up=\E[A:us=\E[4m:\
5481 :vb=\E[?5h\E[?5l:ve=\E[?25h:vi=\E[?25l:vs=\E[?25h:
5483 ######## NON-ANSI TERMINAL EMULATIONS
5488 # These entries attempt to describe Avatar, a terminal emulation used with
5489 # MS-DOS bulletin-board systems. It was designed to give ANSI-like
5490 # capabilities, but with cheaper (shorter) control sequences. Messy design,
5491 # excessively dependent on PC idiosyncracies, but apparently rather popular
5494 # No color support. Avatar doesn't fit either of the Tektronix or HP color
5495 # models that terminfo knows about. An Avatar color attribute is the
5496 # low 7 bits of the IBM-PC display-memory attribute. Bletch.
5498 # I wrote these entries while looking at the Avatar spec. I don't have
5499 # the facilities to test them. Let me know if they work, or don't.
5501 # From: Eric S. Raymond <esr@snark.thyrsus.com> 1 Nov 1995
5502 # (The :mb:/:md:/:mr:/:as:/:us:/:so: capabilities exist only to
5503 # tell ncurses that the corresponding highlights exist; it should use :sa:,
5504 # which is the only method that will actually work for multiple highlights.)
5505 avatar0|avatar terminal emulator level 0:\
5508 :as=:ce=^V^G:cm=\026\010%.%.:cr=^M:do=^V^D:le=^V^E:\
5509 :mb=^A^V\177:md=^V^A^P:me=^V^A^G:mk=^V^A\200:mr=^A^Vp:\
5510 :nd=^V^F:r2=^L:rp=\031%.%d:\
5511 :sf=^J:so=^A^Vp:up=^V^C:us=^V^A:\
5513 # From: Eric S. Raymond <esr@snark.thyrsus.com> 1 Nov 1995
5514 avatar0+|avatar terminal emulator level 0+:\
5515 :dc=^V^N:ei=\026\n\200\200\200\200:im=^V^I:tc=avatar0:
5516 # From: Eric S. Raymond <esr@snark.thyrsus.com> 1 Nov 1995
5517 avatar|avatar1|avatar terminal emulator level 1:\
5518 :RA=^V":SA=^V$:al=^V+:dl=^V-:ei=^V^P:ve=^V'^A:vi=^V'^B:\
5524 # RBComm is a lean and mean terminal emulator written by the Interrupt List
5525 # mantainer, Ralf Brown. It was fairly popular in the late DOS years (early
5526 # '90s), especially in the BBS world, and still has some loyal users due to
5527 # its very small memory footprint and to a cute macro language.
5528 rbcomm|IBM PC with RBcomm and EMACS keybindings:\
5531 :AL=\E[%dL:DL=\E[%dM:al=^K:bl=^G:bt=\E[Z:cd=^F5:ce=^P^P:\
5532 :cl=^L:cm=\037%r%+ %+ :cr=^M:cs=\E[%i%d;%dr:dc=^W:dl=^Z:\
5533 :dm=:do=^C:ec=\E[%dX:ed=:ei=^]:im=^\:\
5534 :is=\017\035\E(B\E[?7h\E[?3l\E[>8g:kb=^H:kd=^N:\
5535 :ke=\E>:kh=^A:kl=^B:kr=^F:ks=\E=:ku=^P:le=^H:mb=\E[5m:\
5536 :md=\E[1m:me=\E[m:mk=\E[8m:mr=^R:nd=^B:nw=^M\ED:\
5537 :r1=\017\E(B\025\E[?3l\E[>8g:rc=\E8:rp=\030%.%.:\
5538 :sc=\E7:se=^U:sf=\ED:so=^R:sr=\EM:ta=^I:te=:ti=:ue=^U:up=^^:\
5539 :us=^T:ve=\E[?25h:vi=\E[?25l:vs=\E[?25h:
5540 rbcomm-nam|IBM PC with RBcomm, no autowrap:\
5542 :bl=^G:cr=^M:do=^J:\
5543 :is=\017\035\E(B\E[?7l\E[?3l\E[>8g:kb=^H:kd=^J:\
5544 :kl=^H:nw=^M^J:sf=^J:ta=^I:\
5546 rbcomm-w|IBM PC with RBcomm, 132 column mode:\
5548 :bl=^G:cr=^M:do=^J:\
5549 :is=\017\035\E(B\E[?7h\E[?3h\E[>8g:kb=^H:kd=^J:\
5550 :kl=^H:nw=^M^J:sf=^J:ta=^I:\
5553 ######## OLDER TERMINAL TYPES
5555 # This section is devoted to older commercial terminal brands that are now
5556 # discontinued, but known to be still in use or represented by emulations.
5559 #### AT&T (att, tty)
5561 # This section also includes Teletype-branded VDTs.
5563 # The AT&T/Teletype terminals group was sold to SunRiver Data Systems (now
5564 # Boundless Technologies); for details, see the header comment on the ADDS
5567 # These are AT&T's official terminfo entries. All-caps aliases have been
5570 att2300|sv80|AT&T 2300 Video Information Terminal 80 column mode:\
5573 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\E[11r:\
5574 :F2=\E[12r:F3=\E[13r:F4=\E[14r:F5=\E[15r:F6=\E[16r:\
5575 :IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:al=\E[L:bl=^G:\
5576 :cb=\E[1K:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
5577 :cr=^M:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:ho=\E[H:im=\E[4h:\
5578 :k1=\E[1r:k2=\E[2r:k3=\E[3r:k4=\E[4r:k5=\E[5r:k6=\E[6r:\
5579 :k7=\E[7r:k8=\E[8r:k9=\E[9r:k;=\E[10r:kA=\E[L:kB=\E[Z:\
5580 :kC=\E[J:kD=\E[P:kI=\E[@:kL=\E[M:kb=^H:kd=\E[B:kh=\E[H:\
5581 :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:me=\E[m:mr=\E[7m:nd=\E[C:\
5582 :pf=\E[4i:po=\E[5i:ps=\E[0i:se=\E[m:sf=^J:so=\E[7m:ta=^I:\
5584 att2350|AT&T 2350 Video Information Terminal 80 column mode:\
5588 # Must setup RETURN KEY - CR, REC'VD LF - INDEX.
5589 # Seems upward compatible with vt100, plus ins/del line/char.
5590 # On sgr, the protection parameter is ignored.
5591 # No check is made to make sure that only 3 parameters are output.
5592 # standout= reverse + half-intensity = 3 | 5.
5593 # bold= reverse + underline = 2 | 3.
5594 # note that half-bright blinking doesn't look different from normal blinking.
5595 # NOTE:you must program the function keys first, label second!
5596 # (att4410: a BSD entry has been seen with the following capabilities:
5597 # :is=\E[?6l:, :k1=\EOc:, :k2=\EOd:, :k3=\EOe:, :k4=\EOg:,
5598 # :k6=\EOh:, :k7=\EOi:, :k8=\EOj:, -- esr)
5599 # (untranslatable capabilities removed to fit entry within 1023 bytes)
5600 att5410v1|att4410v1|tty5410v1|AT&T 4410/5410 80 columns - version 1:\
5602 :Nl#8:co#80:it#8:lh#2:li#24:lw#8:ws#80:\
5603 :ac=``aaffhhggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~00++--\054\054..:\
5604 :ae=\E(B:al=\E[L:as=\E(0:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
5605 :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:\
5606 :do=\E[B:ei=:fs=\E8:ho=\E[H:i1=\E[?3l:\
5607 :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:\
5608 :ic=\E[@:im=:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOT:\
5609 :k6=\EOU:k7=\EOV:k8=\EOW:kC=\E[2J:kH=\E[24;1H:kb=^H:\
5610 :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:ll=\E[24H:\
5611 :mb=\E[5m:md=\E[2;7m:me=\E[m\017:mh=\E[2m:mk=\E[8m:\
5612 :mr=\E[7m:nd=\E[C:nw=^M^J:r2=\Ec\E[?3l\E[2;0y:rc=\E8:\
5613 :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:ta=^I:\
5614 :ts=\E7\E[25;%+^AH:ue=\E[m:up=\E[A:us=\E[4m:
5616 att4410v1-w|att5410v1-w|tty5410v1-w|AT&T 4410/5410 132 columns - version 1:\
5618 :i1=\E[?3h:r2=\Ec\E[?3h\E[2;0y:tc=att5410v1:
5620 att4410|att5410|tty5410|AT&T 4410/5410 80 columns - version 2:\
5624 att5410-w|att4410-w|4410-w|tty5410-w|5410-w|AT&T 4410/5410 in 132 column mode:\
5626 :i1=\E[?3h:r2=\Ec\E[?3h\E[2;0y:tc=att4410:
5628 # 5410 in terms of a vt100
5629 # (v5410: added <rmam>/<smam> based on init string -- esr)
5630 v5410|att5410 in terms of a vt100:\
5632 :co#80:it#8:li#24:vt#3:\
5633 :@8=\EOM:K1=\EOq:K2=\EOr:K3=\EOs:K4=\EOp:K5=\EOn:RA=\E[?7l:\
5635 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
5636 :ae=\E(B:al=\E[L:as=\E(0:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\
5637 :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
5638 :ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:eA=\E(B:ei=:ho=\E[H:\
5639 :ic=\E[@:im=:k0=\EOy:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
5640 :k5=\EOt:k6=\EOu:k7=\EOv:k8=\EOl:k9=\EOw:k;=\EOx:kb=^H:\
5641 :kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\
5642 :ku=\EOA:le=^H:mb=\E[5m:md=\E[1m:me=\E[m\017:mr=\E[7m:\
5643 :nd=\E[C:r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\
5644 :sc=\E7:se=\E[m:sf=^J:so=\E[1;7m:sr=\EM:st=\EH:ta=^I:\
5645 :ue=\E[m:up=\E[A:us=\E[4m:
5648 # Teletype Model 5420 -- A souped up 5410, with multiple windows,
5649 # even! the 5420 has three modes: scroll, window or page mode
5650 # this terminfo should work in scroll or window mode, but doesn't
5651 # take advantage of any of the differences between them.
5653 # Has memory below (2 lines!)
5654 # 3 pages of memory (plus some spare)
5655 # The 5410 sequences for :cm:, :vs:, :DC:, :DL:, :ec:, :vb:, :ho:,
5656 # <hpa>, :st: would work for these, but these work in both scroll and window
5657 # mode... Unset insert character so insert mode works
5658 # :i1: sets 80 column mode,
5659 # :is: escape sequence:
5660 # 1) turn off all fonts
5661 # 2) function keys off, keyboard lock off, control display off,
5662 # insert mode off, erasure mode off,
5663 # 3) full duplex, monitor mode off, send graphics off, nl on lf off
5664 # 4) reset origin mode
5665 # 5) set line wraparound
5666 # 6) exit erasure mode, positional attribute mode, and erasure extent mode
5668 # 8) program ENTER to transmit ^J,
5669 # We use \212 to program the ^J because a bare ^J will get translated by
5670 # UNIX into a CR/LF. The enter key is needed for AT&T uOMS.
5672 # :i3: set screen color to black,
5673 # No representation in terminfo for the delete word key: kdw1=\Ed
5674 # Key capabilities assume the power-up send sequence...
5675 # This :te: is not strictly necessary, but it helps maximize
5676 # memory usefulness: :te=\Ez:,
5677 # Alternate sgr0: :me=\E[m\EW^O:,
5678 # 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%;:,
5679 # smkx programs the SYS PF keys to send a set sequence.
5680 # It also sets up labels f1, f2, ..., f8, and sends edit keys.
5681 # This string causes them to send the strings :k1:-:k8:
5682 # when pressed in SYS PF mode.
5683 # (att4415: I added <rmam>/<smam> based on the init string -- esr)
5684 # (untranslatable capabilities removed to fit entry within 1023 bytes)
5685 att4415|tty5420|att5420|AT&T 4415/5420 80 cols:\
5687 :Nl#8:lh#2:lm#78:lw#8:ws#55:\
5688 :@1=\Et:@7=\Ez:@8=\Eent:AL=\E[%dL:CM=\E[%i%d;%dt:\
5689 :DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:LE=\E[%dD:LF=\E|:\
5690 :LO=\E~:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:SF=\E[%dE:SR=\E[%dF:\
5691 :UP=\E[%dA:bt=\E[Z:ch=\E[%+^AG:cl=\E[x\E[J:\
5692 :cm=\E[%i%d;%dx:ct=\E[3g:cv=\E[%+^Ad:ec=\E[%ds\E[%dD:\
5693 :ei=\E[4l:ho=\E[x:i1=\E[?3l:i2=\E[?5l:ic@:im=\E[4h:\
5694 :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:\
5695 :k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:k5=\EOg:k6=\EOh:k7=\EOi:\
5696 :k8=\EOj:kA=\E[L:kB=\E[Z:kD=\E[P:kE=\E[2K:kF=\E[T:kH=\Eu:\
5697 :kI=\E[4h:kL=\E[M:kN=\E[U:kP=\E[V:kR=\E[S:\
5698 :ke=\E[19;0j\E[21;1j\212:ks=\E[19;1j\E[21;4j\Eent:\
5699 :l1=F1:l2=F2:l3=F3:l4=F4:l5=F5:l6=F6:l7=F7:l8=F8:ll=\Ew:\
5700 :me=\E[m\017:mp=\EV:pf=\E[?9i:po=\E[?4i:ps=\E[?2i:st=\EH:\
5701 :ts=\E7\E[25;%+^HH:vb=\E[?5h\E[?5l:ve=\E[11;0j:\
5705 att4415-w|tty5420-w|att5420-w|AT&T 4415/5420 132 cols:\
5706 :co#132:lm#54:ws#97:\
5707 :i1=\E[?3h:tc=att4415:
5709 att4415-rv|tty5420-rv|att5420-rv|AT&T 4415/5420 80 cols/rv:\
5710 :i2=\E[?5h:vb=\E[?5l\E[?5h:\
5713 att4415-w-rv|tty5420-w-rv|att5420-w-rv|AT&T 4415/5420 132 cols/rv:\
5714 :co#132:lm#54:ws#97:\
5715 :i1=\E[?3h:i2=\E[?5h:vb=\E[?5l\E[?5h:tc=att4415:
5717 # Note that this mode permits programming USER PF KEYS and labels
5718 # However, when you program user pf labels you have to reselect
5719 # user pf keys to make them appear!
5720 att4415+nl|tty5420+nl|att5420+nl|generic AT&T 4415/5420 changes for not changing labels:\
5721 :k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:
5723 att4415-nl|tty5420-nl|att5420-nl|AT&T 4415/5420 without changing labels:\
5724 :k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:\
5725 :tc=att4415+nl:tc=att4415:
5727 att4415-rv-nl|tty5420-rv-nl|att5420-rv-nl|AT&T 4415/5420 reverse video without changing labels:\
5728 :k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:\
5729 :tc=att4415+nl:tc=att4415-rv:
5731 att4415-w-nl|tty5420-w-nl|att5420-w-nl|AT&T 4415/5420 132 cols without changing labels:\
5732 :k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:\
5733 :tc=att4415+nl:tc=att4415-w:
5735 att4415-w-rv-n|tty5420-w-rv-n|att5420-w-rv-n|AT&T 4415/5420 132 cols reverse without changing labels:\
5736 :k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:\
5737 :tc=att4415+nl:tc=att4415-w-rv:
5739 # (untranslatable capabilities removed to fit entry within 1023 bytes)
5740 # (sgr removed to fit entry within 1023 bytes)
5741 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
5742 att5420_2|AT&T 5420 model 2 80 cols:\
5743 :am:db:hs:mi:ms:xo:\
5744 :co#80:it#8:li#24:lm#78:ws#55:\
5745 :AL=\E[%dL:CM=\E[%i%d;%dt:DC=\E[%dP:DL=\E[%dM:\
5746 :IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:SF=\E[%dE:SR=\E[%dF:\
5747 :UP=\E[%dA:ae=^O:al=\E[L:as=^N:bt=\E[1Z:cd=\E[0J:ce=\E[0K:\
5748 :cl=\EH\EJ:cm=\E[%i%d;%dH:cr=\EG:cs=\E[%i%d;%dr:ct=\E[3g:\
5749 :dc=\E[P:dl=\E[M:do=\E[1B:ec=\E[%ds\E[%dD:ei=:fs=\E8:\
5751 :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:\
5752 :ic=\E[@:im=:k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:k5=\EOg:\
5753 :k6=\EOh:k7=\EOi:k8=\EOj:kD=\E[P:kH=\Eu:kI=\E[4h:kN=\E[U:\
5754 :kP=\E[V:kb=^H:kd=\E[B:ke=\E[19;0j:kh=\E[H:kl=\E[D:kr=\E[C:\
5755 :ks=\E[19;1j:ku=\E[A:le=^H:ll=\Ew:mb=\E[5m:me=\E[m\017:\
5756 :mh=\E[2m:mr=\E[7m:nd=\E[1C:nw=^M^J:rc=\E8:sc=\E7:se=\E[m:\
5757 :sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
5758 :ts=\E7\E[25;%+^HH:ue=\E[m:us=\E[4m:\
5759 :vb=\E[?5h\E[?5l:ve=\E[11;0j:vs=\E[11;1j:
5760 att5420_2-w|AT&T 5420 model 2 in 132 column mode:\
5762 :i1=\E[0;23r\Ex\Ey\E[2;0j\E[3;3j\E[4;0j\E[5;1j\E[6;0j\E[7;0j\E[8;0j\E[9;1j\E[10;0j\E[15;0j\E[16;1j\E[19;0j\E[20;1j\E[29;0j\E[1;24r:tc=att5420_2:
5764 att4418|att5418|AT&T 5418 80 cols:\
5767 :@8=\E[:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\E[n:\
5768 :F2=\E[o:F3=\E[H:F4=\E[I:F5=\E[J:F8=\E[K:F9=\E[L:FA=\E[E:\
5769 :FB=\E[_:FC=\E[M:FD=\E[N:FE=\E[O:IC=\E[%d@:LE=\E[%dD:\
5770 :RI=\E[%dC:UP=\E[%dA:\
5771 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
5772 :ae=\E(B:al=\E[1L:as=\E(0:bl=^G:cd=\E[0J:ce=\E[0K:cl=\E[H\E[2J:\
5773 :cm=\E[%i%d;%dH:cr=^M:dc=\E[1P:dl=\E[M:do=\E[B:ei=:ho=\E[H:\
5774 :i1=\E[?3l:ic=\E[1@:im=:is=\E?6l\E?5l:k1=\E[h:k2=\E[i:\
5775 :k3=\E[j:k6=\E[k:k7=\E[l:k8=\E[f:k9=\E[w:k;=\E[m:kC=\E[%:\
5776 :kd=\EU:kh=\Ec:kl=\E@:kr=\EA:ku=\ES:le=\E[D:mb=\E[5m:\
5777 :me=\E[m\017:mh=\E[2m:mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:\
5778 :se=\E[m:sf=^J:so=\E[7m:ue=\E[m:up=\E[A:us=\E[4m:
5779 att4418-w|att5418-w|AT&T 5418 132 cols:\
5781 :i1=\E[?3h:tc=att5418:
5783 att4420|tty4420|teletype 4420:\
5784 :bs:da:db:eo:ms:ul:xo:\
5785 :co#80:li#24:lm#72:\
5786 :al=\EL:bl=^G:cd=\EJ:ce=\Ez:cl=\EH\EJ:cm=\EY%+ %+ :cr=\EG:\
5787 :dc=\EP:dl=\EM:dm@:do=\EB:ed@:ho=\EH:k0=\EU:k3=\E@:kA=\EL:\
5788 :kB=\EO:kC=\EJ:kD=\EP:kF=\ES:kI=\E\136:kL=\EM:kR=\ET:kd=\EB:\
5789 :kh=\EH:kl=^H:kr=\EC:ku=\EA:l0=segment advance:\
5790 :l3=cursor tab:le=\ED:nd=\EC:se=\E~:sf=\EH\EM\EY7 :so=\E}:\
5791 :ue=\EZ:up=\EA:us=\E\\:
5793 # The following is a terminfo entry for the Teletype 4424
5794 # asynchronous keyboard-display terminal. It supports
5795 # the vi editor. The terminal must be set up as follows,
5797 # HIGHLIGHT DEFINITION 3-TONE
5798 # DISPLAY FUNCTION GROUP III
5800 # The second entry below provides limited (a la adm3a)
5801 # operation under GROUP II.
5803 # This must be used with DISPLAY FUNCTION GROUP I or III
5804 # and HIGHLIGHT DEFINITION 3-TONE
5805 # The terminal has either bold or blink, depending on options
5807 # (att4424: commented out :ti:=\E[1m, we don't need bright locked on -- esr)
5808 att4424|tty4424|teletype 4424:\
5811 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
5812 :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
5813 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
5814 :ae=\E(B:al=\EL:as=\E(0:bl=^G:bt=\EO:cd=\EJ:ce=\Ez:\
5815 :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\EF:\
5816 :dc=\EP:dl=\EM:do=\EB:ei=:ho=\E[H:ic=\E\136:im=:\
5817 :is=\E[20l\E[?7h:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kC=\EJ:\
5818 :kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E3:\
5819 :md=\E3:me=\EX\E~\EZ\E4\E(B:mh=\EW:mr=\E}:nd=\EC:nw=\EE:\
5820 :se=\E~:sf=^J:so=\E}:sr=\ET:st=\EH:ta=^I:ue=\EZ:up=\EA:\
5823 att4424-1|tty4424-1|teletype 4424 in display function group I:\
5824 :kC@:kd=\EB:kh@:kl=\ED:kr=\EC:ku=\EA:\
5827 # This entry is not one of AT&T's official ones, it was translated from the
5828 # 4.4BSD termcap file. The highlight strings are different from att4424.
5829 # I have no idea why this is -- older firmware version, maybe?
5830 # The following two lines are the comment originally attached to the entry:
5831 # This entry appears to avoid the top line - I have no idea why.
5832 # From: jwb Wed Mar 31 13:25:09 1982 remote from ihuxp
5833 att4424m|tty4424m|teletype 4424M:\
5836 :al=\EL:bl=^G:ce=\E[K:cl=\E[2;H\E[J:cm=\E[%i%2;%2H\E[B:\
5837 :cr=^M:dc=\EP:dl=\EM:do=^J:ei=:ic=\E\136:im=:ip=2:\
5838 :is=\E[m\E[2;24r:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kb=^H:\
5839 :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:me=\E[m:\
5840 :nd=\E[C:nw=^M^J:se=\E[m:sf=^J:so=\E[7m:sr=\ET:ta=^I:\
5841 :ue=\E[m:up=\E[A:us=\E[4m:
5843 # The Teletype 5425 is really version 2 of the Teletype 5420. It
5844 # is quite similar, except for some minor differences. No page
5845 # mode, for example, so all of the :cm: sequences used above have
5846 # to change back to what's being used for the 5410. Many of the
5847 # option settings have changed their numbering as well.
5849 # This has been tested on a preliminary model.
5851 # (att5425: added <rmam>/<smam> based on the init string -- esr)
5852 # (untranslatable capabilities removed to fit entry within 1023 bytes)
5853 # (sgr removed to fit entry within 1023 bytes)
5854 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
5855 att5425|tty5425|att4425|AT&T 4425/5425:\
5856 :am:da:db:hs:mi:ms:xn:xo:\
5857 :co#80:it#8:li#24:lm#78:ws#55:\
5858 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
5859 :LE=\E[%dD:RI=\E[%dC:SF=\E[%dE:SR=\E[%dF:UP=\E[%dA:ae=^O:\
5860 :al=\E[L:as=^N:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
5861 :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:\
5862 :dl=\E[M:do=^J:ec=\E[%ds\E[%dD:ei=\E[4l:fs=\E8:ho=\E[H:\
5863 :i1=\E<\E[?3l:i2=\E[?5l:im=\E[4h:\
5864 :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:\
5865 :k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:k5=\EOg:k6=\EOh:k7=\EOi:\
5866 :k8=\EOj:kD=\E[P:kI=\E[4h:kb=^H:kd=\E[B:\
5867 :ke=\E[21;0j\E[25;1j\212:kh=\E[H:kl=\E[D:kr=\E[C:\
5868 :ks=\E[21;1j\E[25;4j\Eent\E~:ku=\E[A:le=^H:ll=\E[24H:\
5869 :mb=\E[5m:md=\E[2;7m:me=\E[m\017:mh=\E[2m:mr=\E[7m:\
5870 :nd=\E[C:nw=^M^J:rc=\E8:sc=\E7:se=\E[m:sf=^J:so=\E[7m:\
5871 :sr=\EM:st=\EH:ta=^I:ts=\E7\E[25;%+^HH:ue=\E[m:\
5872 :up=\E[A:us=\E[4m:vb=\E[?5h\E[?5l:ve=\E[12;0j:\
5875 att5425-nl|tty5425-nl|att4425-nl|AT&T 4425/5425 80 columns no labels:\
5876 :ks=\E[21;1j\E[25;4j\Eent:\
5879 att5425-w|att4425-w|tty5425-w|teletype 4425/5425 in 132 column mode:\
5880 :co#132:lm#54:ws#97:\
5881 :i1=\E[?3h:tc=tty5425:
5883 # (att4426: his had bogus capabilities: :ri=\EM:, :ri=\E[1U:.
5884 # I also added <rmam>/<smam> -- esr)
5885 att4426|tty4426|teletype 4426S:\
5887 :co#80:li#24:lm#48:\
5888 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
5889 :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:SF=\E[%dS:\
5890 :SR=\E[%dT:UP=\E[%dA:\
5891 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
5892 :ae=\E(B:al=\EL:as=\E(0:bl=^G:cd=\E[J:ce=\E[0K:ch=\E[%dG:\
5893 :cl=\E[H\E[2J\E[1U\E[H\E[2J\E[1V:cm=\E[%i%d;%dH:cr=^M:\
5894 :ct=\E[3g:cv=\E[%dd:dc=\EP:dl=\E[M:do=\E[B:ei=:ho=\E[H:\
5895 :i1=\Ec\E[?7h:ic=\E\136:im=:is=\E[m\E[1;24r:k1=\EOP:\
5896 :k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOT:k6=\EOU:k7=\EOV:k8=\EOW:\
5897 :kB=\EO:kC=\E[2J:kH=\E[24;1H:kb=^H:kd=\EB:kh=\E[H:kl=\ED:\
5898 :kr=\EC:ku=\EA:le=\E[D:ll=\E[24H:md=\E[5m:me=\E[m\E(B:\
5899 :mr=\E[7m:nd=\E[C:nw=^M^J:r2=\Ec\E[?3l\E[2;0y:rc=\E8:\
5900 :sc=\E7:se=\E[m:sf=^J:so=\E[5m:sr=\ET:st=\E1:ta=^I:ue=\E[m:\
5903 # Terminfo entry for the AT&T 510 A Personal Terminal
5904 # Function keys 9 - 16 are available only after the
5905 # screen labeled (soft keys/action blocks) are labeled. Function key
5906 # 9 corresponds to the leftmost touch target on the screen,
5907 # function key 16 corresponds to the rightmost.
5909 # This entry is based on one done by Ernie Rice at Summit, NJ and
5910 # changed by Anne Gallup, Skokie, IL, ttrdc!anne
5911 # (untranslatable capabilities removed to fit entry within 1023 bytes)
5912 att510a|bct510a|AT&T 510A Personal Terminal:\
5914 :Nl#8:co#80:lh#2:li#24:lw#7:\
5915 :#4=\E[u:%i=\E[v:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:\
5916 :F1=\EOe:F2=\EOf:F3=\EOg:F4=\EOh:F5=\EOi:F6=\EOj:LE=\E[%dD:\
5917 :RI=\E[%dC:UP=\E[%dA:\
5918 :ac=hrisjjkkllmmnnqqttuuvvwwxx{{||}}~~-f\054h.e+g`b:\
5919 :ae=\E(B:al=\E[L:as=\E(1:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[0J:\
5920 :ce=\E[0K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:ct=\E[3g:\
5921 :dc=\E[P:dl=\E[M:do=\E[1B:eA=\E(B:ff=^L:ho=\E[H:\
5922 :i1=\E(B\E[2l:i2=\E[21;1|\212:k1=\EOm:k2=\EOV:\
5923 :k3=\EOu:k4=\ENj:k5=\ENe:k6=\ENf:k7=\ENh:k8=\E[H:k9=\EOc:\
5924 :k;=\EOd:kB=\E[Z:kF=\E[S:kR=\E[T:kb=^H:kd=\E[B:ke=\E[19;0|:\
5925 :kl=\E[D:kr=\E[C:ks=\E[19;1|:ku=\E[A:le=^H:mb=\E[5m:\
5926 :md=\E[2;7m:me=\E[m\017:mh=\E[2m:mr=\E[7m:nd=\E[C:nw=\EE:\
5927 :pf=\E[?8i:po=\E[?4i:ps=\E[0i:rc=\E8:sc=\E7:se=\E[m:sf=^J:\
5928 :so=\E[7m:sr=\EM:st=\EH:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:\
5929 :ve=\E[11;3|:vi=\E[11;0|:vs=\E[11;2|:
5931 # Terminfo entry for the AT&T 510 D Personal Terminal
5932 # Function keys 9 through 16 are accessed by bringing up the
5934 # Function key 9 corresponds to the leftmost touch target on the screen,
5935 # function key 16 corresponds to the rightmost.
5937 # There are problems with soft key labeling. These are due to
5938 # strangenesses in the native terminal that are impossible to
5939 # describe in a terminfo.
5940 # (untranslatable capabilities removed to fit entry within 1023 bytes)
5941 # (sgr removed to fit entry within 1023 bytes)
5942 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
5943 att510d|bct510d|AT&T 510D Personal Terminal:\
5944 :am:da:db:mi:ms:xn:xo:\
5945 :co#80:li#24:lm#48:\
5946 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
5947 :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:ae=\E(B:\
5948 :al=\E[L:as=\E(1:bl=^G:bt=\E[Z:cd=\E[0J:ce=\E[0K:cl=\E[H\E[J:\
5949 :cm=\E[%i%d;%dH:cr=^M:ct=\E[3g:dc=\E[P:dl=\E[M:do=\E[1B:\
5950 :ei=\E[4l:ff=^L:ho=\E[H:i1=\E(B\E[5;0|:\
5951 :i2=\E[21;1|\212:im=\E[4h:k1=\EOm:k2=\EOV:k3=\EOu:k4=\ENj:\
5952 :k5=\ENe:k6=\ENf:k7=\ENh:k8=\E[H:k9=\EOc:kb=^H:kd=\E[B:\
5953 :ke=\E[19;0|:kl=\E[D:kr=\E[C:ks=\E[19;1|:ku=\E[A:le=^H:\
5954 :ll=\E#2:mb=\E[5m:md=\E[2;7m:me=\E[m\017:mh=\E[2m:\
5955 :mr=\E[7m:nd=\E[C:nw=\EE:rc=\E8:sc=\E7:se=\E[m:sf=^J:\
5956 :so=\E[7m:sr=\EM:st=\EH:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:\
5957 :ve=\E[11;3|:vs=\E[11;2|:
5959 # (att500: I merged this with the att513 entry, att500 just used att513 -- esr)
5960 # (untranslatable capabilities removed to fit entry within 1023 bytes)
5961 # (sgr removed to fit entry within 1023 bytes)
5962 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
5963 att500|att513|AT&T 513 using page mode:\
5966 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
5967 :LE=\E[%dD:RI=\E[%dC:SF=\E[%dE:SR=\E[%dF:UP=\E[%dA:ae=^O:\
5968 :al=\E[L:as=^N:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
5969 :cm=\E[%i%d;%dH:cr=^M:cs=%i\E[%d;%dr:ct=\E[3g:dc=\E[P:\
5970 :dl=\E[M:do=^J:ei=\E[4l:ho=\E[H:\
5971 :i1=\E?\E[3;3|\E[10;0|\E[21;1|\212\E[6;1|\E[1{\E[?99l:\
5972 :im=\E[4h:k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:k5=\EOg:k6=\EOh:\
5973 :k7=\EOi:k8=\EOj:kD=\ENf:kI=\ENj:kN=\E[U:kP=\E[V:kb=^H:\
5974 :kd=\E[B:ke=\E[19;0|\E[21;1|\212:kh=\E[H:kl=\E[D:kr=\E[C:\
5975 :ks=\E[19;1|\E[21;4|\Eent:ku=\E[A:le=^H:ll=\E#2:mb=\E[5m:\
5976 :md=\E[2;7m:me=\E[m\017:mh=\E[2m:mr=\E[7m:nd=\E[C:nw=\EE:\
5977 :rc=\E8:sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
5978 :ue=\E[m:up=\E[A:us=\E[4m:ve=\E[11;0|:vs=\E[11;1|:
5981 # printer must be set to EMUL ANSI to accept ESC codes
5982 # :up: stops at top margin
5983 # :i1: sets cpi 10,lpi 6,form 66,left 1,right 132,top 1,bottom 66,font
5984 # and alt font ascii,wrap on,tabs cleared
5985 # :is: disables newline on LF,Emphasized off
5986 # The <u0> capability sets form length
5987 # (untranslatable capabilities removed to fit entry within 1023 bytes)
5988 # (sgr removed to fit entry within 1023 bytes)
5989 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
5990 att5310|att5320|AT&T Model 53210 or 5320 matrix printer:\
5991 :co#132:it#8:li#66:\
5992 :DO=\E[%de:RI=\E[%da:cr=^M:do=^J:ff=^L:i1=\Ec:is=\E[20l\r:\
5995 # Teletype 5620, firmware version 1.1 (8;7;3) or earlier from BRL
5996 # The following SET-UP modes are assumed for normal operation:
5997 # CR_DEF=CR NL_DEF=INDEX DUPLEX=FULL
5998 # Other SET-UP modes may be set for operator convenience or communication
5999 # requirements. This termcap description is for the Resident Terminal Mode.
6000 # No delays specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
6001 # The BRL entry also said: UNSAFE :ll=\E[70H:
6002 att5620-1|tty5620-1|dmd1|Teletype 5620 with old ROMs:\
6004 :co#88:it#8:li#70:vt#3:\
6005 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:IC=\E[%d@:SF=\E[%dS:\
6006 :SR=\E[%dT:al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
6007 :cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:do=^J:ei=:ho=\E[H:\
6008 :ic=\E[@:im=:kC=\E[2J:kH=\E[70;1H:kb=^H:kd=\E[B:kh=\E[H:\
6009 :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:nd=\E[C:nw=^M^J:r1=\Ec:\
6010 :rc=\E8:sc=\E7:sf=^J:sr=\E[T:ta=^I:up=\E[A:
6012 # 5620 terminfo (2.0 or later ROMS with char attributes)
6013 # The following SET-UP modes are assumed for normal operation:
6014 # DUPLEX=FULL GEN_FLOW=ON NEWLINE=INDEX RETURN=CR
6015 # Other SET-UP modes may be set for operator convenience or communication
6016 # requirements. This termcap description is for Resident Terminal Mode. No
6017 # delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
6018 # assumptions: :sf: (scroll forward one line) is only done at screen bottom
6019 # Be aware that older versions of the dmd have a firmware bug that affects
6020 # parameter defaulting; for this terminal, the 0 in \E[0m is not optional.
6021 # :ms: is from an otherwise inferior BRL for this terminal. That entry
6022 # also has :ll:=\E[70H commented out and marked unsafe.
6023 # For more, see the 5620 FAQ maintained by David Breneman <daveb@dgtl.com>.
6024 att5620|dmd|tty5620|ttydmd|5620|5620 terminal 88 columns:\
6025 :NL:NP:am:bs:ms:xo:\
6027 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:IC=\E[%d@:SF=\E[%dS:\
6028 :SR=\E[%dT:al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
6029 :cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:do=\E[B:ei=:ho=\E[H:\
6030 :ic=\E[@:im=:kC=\E[2J:kH=\E[70;1H:kb=^H:kd=\E[B:kh=\E[H:\
6031 :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:md=\E[2m:me=\E[0m:mh=\E[2m:\
6032 :mr=\E[7m:nd=\E[C:nw=^J:\
6033 :r1=\Ec:rc=\E8:sc=\E7:se=\E[0m:sf=\E[S:so=\E[7m:sr=\E[T:\
6034 :ta=^I:ue=\E[0m:up=\E[A:us=\E[4m:
6035 att5620-24|tty5620-24|dmd-24|teletype dmd 5620 in a 24x80 layer:\
6037 att5620-34|tty5620-34|dmd-34|teletype dmd 5620 in a 34x80 layer:\
6039 # 5620 layer running the "S" system's downloaded graphics handler:
6040 att5620-s|tty5620-s|layer|vitty|5620 S layer:\
6043 :al=\EI:bl=^G:ce=\EK:cl=^L:cm=\EY%r%+ %+ :cr=^M:dl=\ED:\
6044 :do=^J:kC=\E[2J:kH=\E[70;1H:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:\
6045 :kr=\E[C:ku=\E[A:le=^H:sf=^J:ta=^I:up=^K:vb=\E^G:
6047 # Entries for <kf15> thru <kf28> refer to the shifted system pf keys.
6049 # Entries for <kf29> thru <kf46> refer to the alternate keypad mode
6050 # keys: = * / + 7 8 9 - 4 5 6 , 1 2 3 0 . ENTER
6051 # (untranslatable capabilities removed to fit entry within 1023 bytes)
6052 # (sgr removed to fit entry within 1023 bytes)
6053 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
6054 att605|AT&T 605 80 column 102key keyboard:\
6056 :co#80:li#24:ws#80:\
6057 :DC=\E[%dP:DL=\E[%dM:IC=\E[%d@:ae=\E(B:al=\E[L:as=\E(0:\
6058 :bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
6059 :cr=^M:dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:fs=\E8:\
6060 :i1=\E[8;0|\E[?\E[13;20l\E[?\E[12h:ic=\E[@:im=\E[4h:\
6061 :is=\E[m\017:k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:k5=\EOg:\
6062 :k6=\EOh:k7=\EOi:k8=\EOj:k9=\ENo:kD=\E[P:kI=\E[@:kN=\E[U:\
6063 :kP=\E[V:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
6064 :le=^H:ll=\E[24H:mb=\E[5m:md=\E[1m:me=\E[m\017:mh=\E[2m:\
6065 :mr=\E[7m:nd=\E[C:nw=\EE:rc=\E8:sc=\E7:se=\E[m:sf=^J:\
6066 :so=\E[7m:ta=^I:ts=\E7\E[25;%i%dx:ue=\E[m:up=\E[A:\
6068 att605-pc|ATT 605 in pc term mode:\
6069 :@7=\E[F:AL=\E[L:S4=250\E[?11l\E[50;1|:S5=400\E[50;0|:\
6071 :ac=k\277l\332m\300j\331n\305w\302q\304u\264t\303v\301x\263:\
6072 :al=\E[L:bt=\E[Z:dc=\E[P:dl=\E[M:do=\E[B:ei=:ic=\E[@:im=:\
6073 :k1=\E[M:k2=\E[N:k3=\E[O:k4=\E[P:k5=\E[Q:k6=\E[R:k7=\E[S:\
6074 :k8=\E[T:k9=\E[U:k;=\E[V:kB=\E[Z:kD=\E[P:kI=\E[@:kL=\E[M:\
6075 :kN=\E[G:kP=\E[I:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
6076 :le=\E[D:nd=\E[C:up=\E[A:\
6078 att605-w|AT&T 605-w 132 column 102 key keyboard:\
6080 :i1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h\E(B:tc=att605:
6081 # (att610: I added <rmam>/<smam> based on the init string. I also
6082 # added :SF: and :SR: because the BSD file says the att615s have them,
6083 # and the 615 is like a 610 with a big keyboard, and most of their other
6084 # smart terminals support the same sequence -- esr)
6085 # (untranslatable capabilities removed to fit entry within 1023 bytes)
6086 # (sgr removed to fit entry within 1023 bytes)
6087 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
6088 att610|AT&T 610; 80 column; 98key keyboard:\
6089 :am:es:hs:mi:ms:xn:xo:\
6090 :co#80:it#8:li#24:ws#80:\
6091 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
6092 :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:ae=\E(B:\
6093 :al=\E[L:as=\E(0:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
6094 :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:\
6095 :do=\E[B:ei=\E[4l:fs=\E8:ho=\E[H:\
6096 :i1=\E[8;0|\E[?3;4;5;13;15l\E[13;20l\E[?7h\E[12h\E(B:\
6097 :i2=\E(B:im=\E[4h:is=\E[m\017:k1=\EOc:k2=\EOd:k3=\EOe:\
6098 :k4=\EOf:k5=\EOg:k6=\EOh:k7=\EOi:k8=\EOj:k9=\ENo:kb=^H:\
6099 :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:ll=\E[24H:\
6100 :mb=\E[5m:md=\E[1m:me=\E[m\017:mh=\E[2m:mr=\E[7m:nd=\E[C:\
6101 :nw=\EE:rc=\E8:sc=\E7:se=\E[m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:\
6102 :ts=\E7\E[25;%i%dx:ue=\E[m:up=\E[A:us=\E[4m:\
6103 :vb=\E[?5h\E[?5l:ve=\E[?25h\E[?12l:vi=\E[?25l:\
6105 att610-w|AT&T 610; 132 column; 98key keyboard:\
6107 :i1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h:tc=att610:
6109 att610-103k|AT&T 610; 80 column; 103key keyboard:\
6110 :!1=\EOO:!2=\EOP:!3=\EOS:#1=\EOM:%0=\EOt:%1=\EOm:%2=\ENi:\
6111 :%3=\EOl:%4=\ENc:%5=\ENh:%6=\EOv:%7=\EOr:%8=\ENg:%9=\EOz:\
6112 :%a=\EOL:%b=\ENC:%c=\ENH:%d=\EOR:%e=\ENG:%f=\EOZ:%g=\EOT:\
6113 :%h=\EOY:%j=\EOQ:&0=\EOW:&1=\EOb:&2=\ENa:&3=\EOy:&4=\EOB:\
6114 :&5=\EOq:&6=\EOo:&7=\EOp:&8=\EOs:&9=\ENB:*0=\EOX:*1=\EOU:\
6115 :*2=\END:*3=\EON:*4=\ENF:*5=\ENE:*6=\ENI:*7=\ENN:*8=\EOA:\
6116 :*9=\EOK:@0=\EOx:@1=\E9:@2=\EOw:@3=\EOV:@4=\EOu:@5=\ENd:\
6117 :@6=\EOn:@7=\E0:@8=^M:@9=\EOk:F1@:F2@:F3@:F4@:k9@:k;@:kD=\ENf:\
6118 :kE=\EOa:kI=\ENj:kL=\ENe:kM=\ENj:kN=\E[U:kP=\E[V:\
6120 att610-103k-w|AT&T 610; 132 column; 103key keyboard:\
6122 :i1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h:tc=att610-103k:
6123 att615|AT&T 615; 80 column; 98key keyboard:\
6124 :#4=\E[ A:%i=\E[ @:F5=\EOC:F6=\EOD:F7=\EOE:F8=\EOF:F9=\EOG:\
6125 :FA=\EOH:FB=\EOI:FC=\EOJ:FD=\ENO:FE=\ENP:FF=\ENQ:FG=\ENR:\
6126 :FH=\ENS:FI=\ENT:FJ=\EOP:FK=\EOQ:FL=\EOR:FM=\EOS:FN=\EOw:\
6127 :FO=\EOx:FP=\EOy:FQ=\EOm:FR=\EOt:FS=\EOu:FT=\EOv:FU=\EOl:\
6128 :FV=\EOq:FW=\EOr:FX=\EOs:FY=\EOp:FZ=\EOn:Fa=\EOM:\
6130 att615-w|AT&T 615; 132 column; 98key keyboard:\
6131 :#4=\E[ A:%i=\E[ @:F5=\EOC:F6=\EOD:F7=\EOE:F8=\EOF:F9=\EOG:\
6132 :FA=\EOH:FB=\EOI:FC=\EOJ:FD=\ENO:FE=\ENP:FF=\ENQ:FG=\ENR:\
6133 :FH=\ENS:FI=\ENT:FJ=\EOP:FK=\EOQ:FL=\EOR:FM=\EOS:FN=\EOw:\
6134 :FO=\EOx:FP=\EOy:FQ=\EOm:FR=\EOt:FS=\EOu:FT=\EOv:FU=\EOl:\
6135 :FV=\EOq:FW=\EOr:FX=\EOs:FY=\EOp:FZ=\EOn:Fa=\EOM:\
6137 att615-103k|AT&T 615; 80 column; 103key keyboard:\
6138 :#4=\E[ A:%i=\E[ @:\
6140 att615-103k-w|AT&T 615; 132 column; 103key keyboard:\
6141 :#4=\E[ A:%i=\E[ @:\
6143 # (att620: I added <rmam>/<smam> based on the init string and
6144 # :SR:/:SF: from a BSD termcap -- esr)
6145 # (untranslatable capabilities removed to fit entry within 1023 bytes)
6146 # (sgr removed to fit entry within 1023 bytes)
6147 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
6148 att620|AT&T 620; 80 column; 98key keyboard:\
6149 :am:es:hs:mi:ms:xn:xo:\
6150 :co#80:it#8:li#24:ws#80:\
6151 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
6152 :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:\
6153 :ae=\E(B:al=\E[L:as=\E(0:bl=^G:bt=\E[Z:cd=\E[J:\
6154 :ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
6155 :dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:fs=\E8:ho=\E[H:\
6156 :i1=\E[8;0|\E[?3;4;5;13;15l\E[13;20l\E[?7h\E[12h:\
6157 :i2=\E(B:im=\E[4h:is=\E[m\017:k1=\EOc:k2=\EOd:k3=\EOe:\
6158 :k4=\EOf:k5=\EOg:k6=\EOh:k7=\EOi:k8=\EOj:k9=\ENo:kb=^H:\
6159 :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:ll=\E[24H:\
6160 :mb=\E[5m:md=\E[1m:me=\E[m\E(B\017:mh=\E[2m:mr=\E[7m:\
6161 :nd=\E[C:nw=\EE:rc=\E8:sc=\E7:se=\E[m:sf=\ED:so=\E[7m:\
6162 :sr=\EM:ta=^I:ts=\E7\E[25;%i%dx:ue=\E[m:up=\E[A:\
6163 :us=\E[4m:vb=\E[?5h\E[?5l:ve=\E[?25h\E[?12l:vi=\E[?25l:\
6165 att620-w|AT&T 620; 132 column; 98key keyboard:\
6167 :i1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h:tc=att620:
6168 att620-103k|AT&T 620; 80 column; 103key keyboard:\
6169 :!1=\EOO:!2=\EOP:!3=\EOS:#1=\EOM:%0=\EOt:%1=\EOm:%2=\ENi:\
6170 :%3=\EOl:%4=\ENc:%5=\ENh:%6=\EOv:%7=\EOr:%8=\ENg:%9=\EOz:\
6171 :%a=\EOL:%b=\ENC:%c=\ENH:%d=\EOR:%e=\ENG:%f=\EOZ:%g=\EOT:\
6172 :%h=\EOY:%j=\EOQ:&0=\EOW:&1=\EOb:&2=\ENa:&3=\EOy:&4=\EOB:\
6173 :&5=\EOq:&6=\EOo:&7=\EOp:&8=\EOs:&9=\ENB:*0=\EOX:*1=\EOU:\
6174 :*2=\END:*3=\EON:*4=\ENF:*5=\ENE:*6=\ENI:*7=\ENN:*8=\EOA:\
6175 :*9=\EOK:@0=\EOx:@1=\E9:@2=\EOw:@3=\EOV:@4=\EOu:@5=\ENd:\
6176 :@6=\EOn:@7=\E0:@8=^M:@9=\EOk:F1@:F2@:F3@:F4@:F5@:F6@:F7@:F8@:\
6177 :F9@:FA@:FB@:FC@:FD@:FE@:FF@:FG@:FH@:FI@:FJ@:FK@:FL@:FM@:FN@:FO@:FP@:\
6178 :FQ@:FR@:FS@:FT@:FU@:FV@:FW@:FX@:FY@:FZ@:Fa@:k9@:k;@:kD=\ENf:\
6179 :kE=\EOa:kI=\ENj:kL=\ENe:kM=\ENj:kN=\E[U:kP=\E[V:\
6182 att620-103k-w|AT&T 620; 132 column; 103key keyboard:\
6184 :i1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h:tc=att620-103k:
6186 # AT&T (formerly Teletype) 630 Multi-Tasking Graphics terminal
6187 # The following SETUP modes are assumed for normal operation:
6188 # Local_Echo=Off Gen_Flow=On Return=CR Received_Newline=LF
6189 # Font_Size=Large Non-Layers_Window_Cols=80
6190 # Non-Layers_Window_Rows=60
6191 # Other SETUP modes may be set for operator convenience or communication
6192 # requirements. Some capabilities assume a printer attached to the Aux EIA
6193 # port. This termcap description is for the Fixed Non-Layers Window. No
6194 # delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
6195 # (att630: added :ic:, :mb: and :mh: from a BSD termcap file -- esr)
6196 att630|AT&T 630 windowing terminal:\
6197 :NP:am:bs:da:db:mi:ms:xo:\
6198 :co#80:it#8:li#60:lm#0:\
6199 :@8=^M:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\ENq:\
6200 :F2=\ENr:F3=\ENs:F4=\ENt:F5=\ENu:F6=\ENv:F7=\ENw:F8=\ENx:\
6201 :F9=\ENy:FA=\ENz:FB=\EN{:FC=\EN|:FD=\EN}:FE=\EN~:IC=\E[%d@:\
6202 :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:\
6203 :al=\E[L:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[J:ce=\E[K:\
6204 :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:do=\E[B:\
6205 :ei=\E[4l:ho=\E[H:ic=\E[@:im=\E[4h:is=\E[m:k9=\ENo:k;=\ENp:\
6206 :kA=\E[L:kB=\E[Z:kC=\E[2J:kD=\E[P:kI=\E[@:kL=\E[M:kb=^H:\
6207 :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:\
6208 :me=\E[m:mh=\E[2m:mr=\E[7m:nd=\E[C:nw=^M^J:pf=\E[?4i:\
6209 :po=\E[?5i:r2=\Ec:rc=\E8:\
6210 :sc=\E7:se=\E[m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:ue=\E[m:\
6212 att630-24|5630-24|5630DMD-24|630MTG-24|AT&T 630 windowing terminal 24 lines:\
6215 # This entry was modified 3/13/90 by JWE.
6216 # fixes include additions of <enacs>, correcting :rp:, and modification
6217 # of <kHOM>. (See comments below)
6218 # att730 has status line of 80 chars
6219 # These were commented out: :SF=\E[%p1%dS:, :SR=\E[%p1%dT:,
6220 # the <kf25> and up keys are used for shifted system Fkeys
6221 # NOTE: JWE 3/13/90 The 98 key keyboard translation for shift/HOME is
6222 # currently the same as :kh: (unshifted HOME or \E[H). On the 102, 102+1
6223 # and 122 key keyboards, the 730's translation is \E[2J. For consistency
6224 # <kHOM> has been commented out. The user can uncomment <kHOM> if using the
6225 # 102, 102+1, or 122 key keyboards
6227 # (att730: I added <rmam>/<smam> based on the init string -- esr)
6228 # (untranslatable capabilities removed to fit entry within 1023 bytes)
6229 # (sgr removed to fit entry within 1023 bytes)
6230 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
6231 att730|AT&T 730 windowing terminal:\
6232 :am:da:db:es:hs:mi:ms:xn:xo:\
6233 :co#80:it#8:li#60:lm#0:ws#80:\
6234 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
6235 :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=\E(B:al=\E[L:as=\E(0:bl=^G:\
6236 :bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
6237 :cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:fs=\E8:\
6239 :i1=\E[8;0|\E[?3;4;5;13;15l\E[13;20l\E[?7h\E[12h\E(B\E)B:\
6240 :i2=\E(B:im=\E[4h:is=\E[m\017:k1=\EOc:k2=\EOd:k3=\EOe:\
6241 :k4=\EOf:k5=\EOg:k6=\EOh:k7=\EOi:k8=\EOj:k9=\ENo:kI=\E[@:\
6242 :kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
6243 :mb=\E[5m:md=\E[1m:me=\E[m\017:mh=\E[2m:mr=\E[7m:nd=\E[C:\
6244 :nw=\EE:rc=\E8:sc=\E7:se=\E[27m:sf=\ED:so=\E[7m:sr=\EM:\
6245 :ta=^I:ts=\E7\E[;%i%dx:ue=\E[24m:up=\E[A:us=\E[4m:\
6246 :vb=\E[?5h\E[?5l:ve=\E[?25h\E[?12l:vi=\E[?25l:\
6248 att730-41|730MTG-41|AT&T 730-41 windowing terminal Version:\
6250 att730-24|730MTG-24|AT&T 730-24 windowing terminal Version:\
6252 att730r|730MTGr|AT&T 730 rev video windowing terminal Version:\
6253 :i1=\E[8;0|\E[?3;4;13;15l\E[?5h\E[13;20l\E[?7h\E[12h\E(B\E)B:\
6256 att730r-41|730MTG-41r|AT&T 730r-41 rev video windowing terminal Version:\
6258 att730r-24|730MTGr-24|AT&T 730r-24 rev video windowing terminal Version:\
6261 # The following represents the screen layout along with the associated
6262 # bezel buttons for the 5430/pt505 terminal. The "kf" designations do
6263 # not appear on the screen but are shown to reference the bezel buttons.
6264 # The "CMD", "MAIL", and "REDRAW" buttons are shown in their approximate
6265 # position relative to the screen.
6269 # +----------------------------------------------------------------+
6271 # XXXX | kf0 kf24 | XXXX
6274 # XXXX | kf1 kf23 | XXXX
6277 # XXXX | kf2 kf22 | XXXX
6280 # XXXX | kf3 kf21 | XXXX
6283 # XXXX | kf4 kf20 | XXXX
6286 # XXXX | kf5 kf19 | XXXX
6289 # XXXX | kf6 kf18 | XXXX
6295 # +----------------------------------------------------------------+
6297 # XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX XXXX
6299 # Note: XXXX represents the screen buttons
6305 # The character string sent by key 'kf26' may be user programmable
6306 # to send either \E[16s, or \E[26s.
6307 # The character string sent by key 'krfr' may be user programmable
6308 # to send either \E[17s, or \E[27s.
6310 # Depression of the "CMD" key sends \E! (kcmd)
6311 # Depression of the "MAIL" key sends \E[26s (kf26)
6312 # "REDRAW" same as "REFRESH" (krfr)
6314 # "kf" functions adds carriage return to output string if terminal is in
6317 # The following are functions not covered in the table above:
6319 # Set keyboard character (SKC): \EPn1;Pn2w
6320 # Pn1= 0 Back Space key
6322 # Pn2= Program char (hex)
6324 # Screen Definition (SDF): \E[Pn1;Pn2;Pn3;Pn4;Pn5t
6325 # Pn1= Window number (1-39)
6326 # Pn2-Pn5= Y;X;Y;X coordinates
6328 # Screen Selection (SSL): \E[Pnu
6331 # Set Terminal Modes (SM): \E[Pnh
6332 # Pn= 3 Graphics mode
6333 # Pn= > Cursor blink
6334 # Pn= < Enter new line mode
6335 # Pn= = Enter reverse insert/replace mode
6336 # Pn= ? Enter no scroll mode
6338 # Reset Terminal Mode (RM): \E[Pnl
6339 # Pn= 3 Exit graphics mode
6340 # Pn= > Exit cursor blink
6341 # Pn= < Exit new line mode
6342 # Pn= = Exit reverse insert/replace mode
6343 # Pn= ? Exit no scroll mode
6345 # Screen Status Report (SSR): \E[Pnp
6346 # Pn= 0 Request current window number
6347 # Pn= 1 Request current window dimensions
6349 # Device Status Report (DSR): \E[6n Request cursor position
6351 # Call Status Report (CSR): \E[Pnv
6353 # Pn= 1 Call successful
6355 # Transparent Button String (TBS): \E[Pn1;Pn2;Pn3;{string
6356 # Pn1= Button number to be loaded
6357 # Pn2= Character count of "string"
6358 # Pn3= Key mode being loaded:
6362 # String= Text string (15 chars max)
6364 # Screen Number Report (SNR): \E[Pnp
6367 # Screen Dimension Report (SDR): \E[Pn1;Pn2r
6368 # Pn1= Number of rows available in window
6369 # Pn2= Number of columns available in window
6371 # Cursor Position Report (CPR): \E[Pn1;Pn2R
6372 # Pn1= "Y" Position of cursor
6373 # Pn2= "X" Position of cursor
6375 # Request Answer Back (RAB): \E[c
6377 # Answer Back Response (ABR): \E[?;*;30;VSV
6378 # *= 0 No printer available
6379 # *= 2 Printer available
6380 # V= Software version number
6381 # SV= Software sub version number
6382 # (printer-available field not documented in v1)
6384 # Screen Alignment Aid: \En
6386 # Bell (lower pitch): \E[x
6388 # Dial Phone Number: \EPdstring\
6389 # string= Phone number to be dialed
6391 # Set Phone Labels: \EPpstring\
6392 # string= Label for phone buttons
6394 # Set Clock: \EPchour;minute;second\
6396 # Position Clock: \EPsY;X\
6400 # Delete Clock: \Epr\
6402 # Programming The Function Buttons: \EPfPn;string\
6403 # Pn= Button number (00-06, 18-24)
6404 # (kf00-kf06, kf18-kf24)
6405 # string= Text to sent on button depression
6407 # The following in version 2 only:
6409 # Request For Local Directory Data: \EPp12;\
6411 # Local Directory Data to host: \EPp11;LOCAL...DIRECTORY...DATA\
6413 # Request for Local Directory Data in print format: \EPp13;\
6415 # Enable 'Prt on Line' mode: \022 (DC2)
6417 # Disable 'Prt on Line' mode: \024 (DC4)
6421 # The following Terminfo entry describes functions which are supported by
6422 # the AT&T 5430/pt505 terminal software version 2 and later.
6423 att505|pt505|att5430|gs5430|AT&T Personal Terminal 505 or 5430 GETSET terminal:\
6426 :&2=\E[27s:@4=\E\041:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:\
6427 :DO=\E[%dB:F8=\E[18s:F9=\E[19s:FA=\E[20s:FB=\E[21s:\
6428 :FC=\E[22s:FD=\E[23s:FE=\E24s:FG=\E26s:LE=\E[%dD:\
6429 :RA=\E[11;1j:RI=\E[%dC:SA=\E[11;0j:UP=\E[%dA:\
6430 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
6431 :ae=\E[10m:al=\E[L:as=\E[11m:bl=^G:cb=\E2K:cd=\E[0J:\
6432 :ce=\E[0K:cl=\E[2J\E[H:cm=\E[%d;%dH:cr=^M:dc=\E[P:dl=\E[M:\
6433 :do=\E[B:ei=\E[4l:ho=\E[H:\
6434 :i1=\EPr\E[0u\E[2J\E[0;0H\E[m\E[3l\E[<l\E[4l\E[>l\E[=l\E[?l:\
6435 :im=\E[4h:k0=\E[00s:k1=\E[01s:k2=\E[02s:k3=\E[03s:\
6436 :k4=\E[04s:k5=\E[05s:k6=\E[06s:kb=^H:kd=\E[B:kl=\E[D:\
6437 :kr=\E[C:ku=\E[A:le=\E[D:mb=\E[5m:md=\E[1m:me=\E[m:\
6438 :mr=\E[7m:nd=\E[C:pf=\E[4i:po=\E[5i:r1=\Ec:rc=\E8:sc=\E7:\
6439 :se=\E[m:sf=^J:so=\E[1m:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:\
6442 # The following Terminfo entry describes functions which are supported by
6443 # the AT&T 5430/pt505 terminal software version 1.
6444 att505-24|pt505-24|gs5430-24|AT&T PT505 or 5430 GETSET version 1 24 lines:\
6446 :RA@:SA@:pf@:po@:rc@:sc@:tc=att505:
6447 tt505-22|pt505-22|gs5430-22|AT&T PT505 or 5430 GETSET version 1 22 lines:\
6450 # -------------------- TERMINFO FILE CAN BE SPLIT HERE -----------------------
6451 # This cut mark helps make life less painful for people running ncurses tic
6452 # on machines with relatively little RAM. The file can be broken in half here
6453 # cleanly and compiled in sections -- no `use' references cross this cut
6457 #### Ampex (Dialogue)
6459 # Yes, these are the same people who are better-known for making audio- and
6460 # videotape. I'm told they are located in Redwood City, CA.
6463 # From: <cbosg!ucbvax!SRC:george> Fri Sep 11 22:38:32 1981
6464 # (ampex80: some capabilities merged in from SCO's entry -- esr)
6465 ampex80|a80|d80|dialogue|dialogue80|ampex dialogue 80:\
6468 :al=\EE:bl=^G:bt=\EI:cd=\Ey:ce=\Et:cl=\E*:cm=\E=%+ %+ :\
6469 :cr=^M:ct=\E3:dc=\EW:dl=\ER:do=^J:ei=:ic=\EQ:im=:is=\EA:le=^H:\
6470 :nd=^L:se=\Ek:sf=^J:so=\Ej:st=\E1:ta=^I:ue=\Em:up=^K:us=\El:
6471 # This entry was from somebody anonymous, Tue Aug 9 20:11:37 1983, who wrote:
6472 ampex175|ampex d175:\
6475 :al=\EE:bl=^G:cd=\Ey:ce=\Et:cl=\E+:cm=\E=%+ %+ :cr=^M:\
6476 :dc=\EW:dl=\ER:do=^J:ei=:ho=^^:ic=\EQ:im=:is=\EX\EA\EF:\
6477 :kA=\EE:kD=\EW:kI=\EQ:kL=\ER:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:\
6478 :le=^H:ll=^^^K:nd=^L:se=\Ek:sf=^J:so=\Ej:te=\EF:ti=\EN:\
6479 :ue=\Em:up=^K:us=\El:
6480 # No backspace key in the main QWERTY cluster. Fortunately, it has a
6481 # NEWLINE/PAGE key just above RETURN that sends a strange single-character
6482 # code. Given a suitable Unix (one that lets you set an echo-erase-as-BS-SP-BS
6483 # mode), this key can be used as the erase key; I find I like this. Because
6484 # some people and some systems may not, there is another termcap ("ampex175")
6485 # that suppresses this little eccentricity by omitting the relevant capability.
6486 ampex175-b|ampex d175 using left arrow for erase:\
6489 # From: Richard Bascove <atd!dsd!rcb@ucbvax.berkeley.edu>
6490 # (ampex210: removed obsolete ":kn#10:" -- esr)
6491 ampex210|a210|ampex a210:\
6493 :co#80:it#8:li#24:sg#1:\
6494 :al=\EE:bt=\EI:cd=\Ey:ce=\Et:cl=\E*:cm=\E=%+ %+ :dc=\EW:\
6495 :dl=\ER:ei=:fs=\E.2:ho=^^:ic=\EQ:if=/usr/share/tabset/std:\
6496 :im=:is=\EC\Eu\E'\E(\El\EA\E%\E{\E.2\EG0\Ed\En:\
6497 :k0=^A0\r:k1=^A1\r:k2=^A2\r:k3=^A3\r:k4=^A4\r:k5=^A5\r:\
6498 :k6=^A6\r:k7=^A7\r:k8=^A8\r:k9=^A9\r:kd=^V:kh=^^:kl=^H:\
6499 :kr=^L:ku=^K:le=^H:mk@:nd=^L:ta=^I:ts=\E.0\Eg\E}\Ef:up=^K:\
6500 :vb=\EU\EX\EU\EX\EU\EX\EU\EX:\
6502 # (ampex219: I added <rmam>/<smam> based on the init string, added :vs:
6503 # from ampex219w, added :ve:=\E[?3l, irresistibly suggested by :vs:,
6504 # and moved the padding to be *after* the caps -- esr)
6505 ampex219|ampex-219|amp219|Ampex with Automargins:\
6508 :RA=\E[?7l:SA=\E[?7h:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:\
6509 :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:cs=%i\E[%2;%2r:\
6511 :is=\E>\E[?1l\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:k0=\E[21~:\
6512 :k1=\E[7~:k2=\E[8~:k3=\E[9~:k4=\E[10~:k5=\E[11~:k6=\E[17~:\
6513 :k7=\E[18~:k8=\E[19~:k9=\E[20~:kd=\E[B:ke=\E>:kh=\E[H:\
6514 :kl=\E[D:kr=\E[C:ks=\E=:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:\
6515 :me=\E[m:mh=\E[1m:mr=\E[7m:nd=\E[C:se=\E[m:sf=^J:so=\E[7m:\
6516 :sr=\EM:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:ve=\E[?3l:vs=\E[?3h:
6517 ampex219w|ampex-219w|amp219w|Ampex 132 cols:\
6519 :bl=^G:cr=^M:do=^J:is=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h:\
6522 # (ampex232: removed :if=/usr/share/tabset/ampex:, no file and no :st: --esr)
6523 ampex232|ampex-232|Ampex Model 232:\
6526 :al=5*\EE:bt=\EI:cd=\EY:ce=\ET:cl=\E+:cm=\E=%+ %+ :dc=\EW:\
6527 :dl=5*\ER:do=^V:ei=:ic=\EQ:im=:is=\Eg\El:k0=^A@\r:k1=^AA\r:\
6528 :k2=^AB\r:k3=^AC\r:k4=^AD\r:k5=^AE\r:k6=^AF\r:k7=^AG\r:\
6529 :k8=^AH\r:k9=^AI\r:kb=^H:kd=^V:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:\
6530 :mk@:nd=^L:ta=^I:up=^K:vb=\Eb\Ed:ve=\E.4:vi=\E.0:\
6532 # (ampex: removed :if=/usr/share/tabset/amp-132:, no file and no :st: -- esr)
6533 ampex232w|Ampex Model 232 / 132 columns:\
6535 :is=\E\034Eg\El:tc=ampex232:
6539 # Ann Arbor made dream terminals for hackers -- large screen sizes and huge
6540 # numbers of function keys. At least some used monitors in portrait mode,
6541 # allowing up to 76-character screen heights! They were reachable at:
6543 # Ann Arbor Terminals
6545 # Ann Arbor, MI 48103
6548 # But in 1996 the phone number reaches some kitschy retail shop, and Ann Arbor
6549 # can't be found on the Web; I fear they're long dead. R.I.P.
6553 # Originally from Mike O'Brien@Rand and Howard Katseff at Bell Labs.
6554 # Highly modified 6/22 by Mike O'Brien.
6555 # split out into several for the various screen sizes by dave-yost@rand
6556 # Modifications made 3/82 by Mark Horton
6557 # Modified by Tom Quarles at UCB for greater efficiency and more diversity
6558 # status line moved to top of screen, :vb: removed 5/82
6559 # Some unknown person at SCO then hacked the init strings to make them more
6562 # assumes the following setup:
6563 # A menu: 0000 1010 0001 0000
6564 # B menu: 9600 0100 1000 0000 0000 1000 0000 17 19
6565 # C menu: 56 66 0 0 9600 0110 1100
6566 # D menu: 0110 1001 1 0
6568 # Briefly, the settings are for the following modes:
6569 # (values are for bit set/clear with * indicating our preference
6570 # and the value used to test these termcaps)
6571 # Note that many of these settings are irrelevent to the terminfo
6572 # and are just set to the default mode of the terminal as shipped
6575 # A menu: 0000 1010 0001 0000
6576 # Block/underline cursor*
6577 # blinking/nonblinking cursor*
6578 # key click/no key click*
6579 # bell/no bell at column 72*
6581 # key pad is cursor control*/key pad is numeric
6582 # return and line feed/return for :cr: key *
6583 # repeat after .5 sec*/no repeat
6584 # repeat at 25/15 chars per sec. *
6586 # hold data until pause pressed/process data unless pause pressed*
6587 # slow scroll/no slow scroll*
6588 # Hold in area/don't hold in area*
6589 # functions keys have default*/function keys disabled on powerup
6591 # show/don't show position of cursor during page transmit*
6596 # B menu: 9600 0100 1000 0000 0000 1000 0000 17 19
6599 # 2 bits of parity - 00=odd,01=even*,10=space,11=mark
6600 # 1 stop bit*/2 stop bits
6601 # parity error detection off*/on
6603 # keyboard local/on line*
6605 # disable/do not disable keyboard after data transmission*
6607 # transmit entire page/stop transmission at cursor*
6608 # transfer/do not transfer protected characters*
6609 # transmit all characters/transmit only selected characters*
6610 # transmit all selected areas/transmit only 1 selected area*
6612 # transmit/do not transmit line separators to host*
6613 # transmit/do not transmit page tab stops tabs to host*
6614 # transmit/do not transmit column tab stop tabs to host*
6615 # transmit/do not transmit graphics control (underline,inverse..)*
6617 # enable*/disable auto XON/XOFF control
6618 # require/do not require receipt of a DC1 from host after each LF*
6619 # pause key acts as a meta key/pause key is pause*
6627 # XON character (17*)
6628 # XOFF character (19*)
6630 # C menu: 56 66 0 0 9600 0110 1100
6631 # number of lines to print data on (printer) (56*)
6633 # number of lines on a sheet of paper (printer) (66*)
6635 # left margin (printer) (0*)
6637 # number of pad chars on new line to printer (0*)
6639 # printer baud rate (9600*)
6641 # printer parity: 00=odd,01=even*,10=space,11=mark
6642 # printer stop bits: 2*/1
6643 # print/do not print guarded areas*
6645 # new line is: 01=LF,10=CR,11=CRLF*
6649 # D menu: 0110 1001 1 0
6650 # LF is newline/LF is down one line, same column*
6651 # wrap to preceding line if move left from col 1*/don't wrap
6652 # wrap to next line if move right from col 80*/don't wrap
6653 # backspace is/is not destructive*
6655 # display*/ignore DEL character
6656 # display will not/will scroll*
6657 # page/column tab stops*
6658 # erase everything*/erase unprotected only
6660 # editing extent: 0=display,1=line*,2=field,3=area
6665 annarbor4080|aa4080|ann arbor 4080:\
6669 :cr=^M:ct=^^P^P:do=^J:ho=^K:kb=^^:kd=^J:kh=^K:kl=^H:kr=^_:\
6670 :ku=^N:le=^H:nd=^_:sf=^J:st=^]^P1:ta=^I:up=^N:
6672 # Strange Ann Arbor terminal from BRL
6673 aas1901|Ann Arbor K4080 w/S1901 mod:\
6676 :bl=^G:cl=^L:cr=^M:do=^J:ho=^K:kb=^H:kd=^J:kl=^H:le=^H:\
6677 :ll=^O\200c:nd=^_:nw=^M^J:sf=^J:ta=^I:up=^N:
6679 # If you're using the GNU termcap library, add
6680 # :cS=\E[%p1%d;%p2%d;%p3%d;%p4%dp:
6681 # to these capabilities. This is the nonstandard GNU termcap scrolling
6682 # capability, arguments are:
6683 # 1. Total number of lines on the screen.
6684 # 2. Number of lines above desired scroll region.
6685 # 3. Number of lines below (outside of) desired scroll region.
6686 # 4. Total number of lines on the screen, the same as the first parameter.
6687 # The generic Ann Arbor entry is the only one that uses this.
6688 # (untranslatable capabilities removed to fit entry within 1023 bytes)
6689 # (sgr removed to fit entry within 1023 bytes)
6690 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
6691 aaa+unk|aaa-unk|ann arbor ambassador (internal - don't use this directly):\
6694 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
6695 :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:al=\E[L:bl=^G:bt=\E[Z:\
6696 :cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
6697 :ct=\E[2g:dc=\E[P:dl=\E[M:do=^K:ei=:ho=\E[H:\
6698 :i1=\E[m\E7\E[H\E9\E8:i2=\E[1Q\E[>20;30l\EP`+x~M\E\:\
6699 :ic=\E[@:im=:k1=\EOA:k2=\EOB:k3=\EOC:k4=\EOD:k5=\EOE:\
6700 :k6=\EOF:k7=\EOG:k8=\EOH:k9=\EOI:kD=\E[P:kI=\E[@:kb=^H:\
6702 :ke=\EP`>y~[[J`8xy~[[A`4xy~[[D`6xy~[[C`2xy~[[B\E\:\
6703 :kh=\E[H:kl=\E[D:kr=\E[C:\
6704 :ks=\EP`>z~[[J`8xz~[[A`4xz~[[D`6xz~[[C`2xz~[[B\E\:\
6705 :ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:mm=\E[>52h:\
6706 :mo=\E[>52l:mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:se=\E[m:sf=^K:\
6707 :so=\E[7m:st=\EH:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:
6709 aaa+rv|ann arbor ambassador in reverse video:\
6710 :i1=\E[7m\E7\E[H\E9\E8:mb=\E[5;7m:md=\E[1;7m:\
6711 :me=\E[7m\016:mk=\E[7;8m:mr=\E[m:r1=\E[H\E[7m\E[J:\
6712 :se=\E[7m:so=\E[m:ue=\E[7m:us=\E[4;7m:
6713 # Ambassador with the DEC option, for partial vt100 compatibility.
6714 aaa+dec|ann arbor ambassador in dec vt100 mode:\
6715 :ac=aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}:\
6716 :ae=^N:as=^O:cs=\E[%i%d;%dr:eA=\E(0:
6717 aaa-18|ann arbor ambassador/18 lines:\
6719 :is=\E7\E[60;0;0;18p\E8:te=\E[60;0;0;18p\E[60;1H\E[K:\
6722 aaa-18-rv|ann arbor ambassador/18 lines+reverse video:\
6723 :tc=aaa+rv:tc=aaa-18:
6724 aaa-20|ann arbor ambassador/20 lines:\
6726 :is=\E7\E[60;0;0;20p\E8:te=\E[60;0;0;20p\E[60;1H\E[K:\
6729 aaa-22|ann arbor ambassador/22 lines:\
6731 :is=\E7\E[60;0;0;22p\E8:te=\E[60;0;0;22p\E[60;1H\E[K:\
6734 aaa-24|ann arbor ambassador/24 lines:\
6736 :is=\E7\E[60;0;0;24p\E8:te=\E[60;0;0;24p\E[60;1H\E[K:\
6739 aaa-24-rv|ann arbor ambassador/24 lines+reverse video:\
6740 :tc=aaa+rv:tc=aaa-24:
6741 aaa-26|ann arbor ambassador/26 lines:\
6743 :is=\E7\E[60;0;0;26p\E8:te=\E[60;0;0;26p\E[26;1H\E[K:\
6744 :ti=\E[H\E[J\E[26;0;0;26p:\
6746 aaa-28|ann arbor ambassador/28 lines:\
6748 :is=\E7\E[60;0;0;28p\E8:te=\E[60;0;0;28p\E[28;1H\E[K:\
6749 :ti=\E[H\E[J\E[28;0;0;28p:\
6751 aaa-30-s|aaa-s|ann arbor ambassador/30 lines w/status:\
6754 :ds=\E7\E[60;0;0;30p\E[1;1H\E[K\E[H\E8\r\n\E[K:\
6755 :fs=\E[>51l:is=\r\n\E[A\E7\E[60;1;0;30p\E8:\
6756 :te=\E[60;1;0;30p\E[29;1H\E[K:\
6757 :ti=\E[H\E[J\E[30;1;0;30p\E[30;1H\E[K:\
6758 :ts=\E[>51h\E[1;%dH\E[2K:tc=aaa+unk:
6759 aaa-30-s-rv|aaa-s-rv|ann arbor ambassador/30 lines+status+reverse video:\
6760 :tc=aaa+rv:tc=aaa-30-s:
6761 aaa-s-ctxt|aaa-30-s-ctxt|ann arbor ambassador/30 lines+status+save context:\
6762 :te=\E[60;1;0;30p\E[59;1H\E[K:\
6763 :ti=\E[30;1H\E[K\E[30;1;0;30p:tc=aaa-30-s:
6764 aaa-s-rv-ctxt|aaa-30-s-rv-ct|ann arbor ambassador/30 lines+status+save context:\
6765 :te=\E[60;1;0;30p\E[59;1H\E[K:\
6766 :ti=\E[30;1H\E[K\E[30;1;0;30p:tc=aaa-30-s-rv:
6767 aaa|aaa-30|ambas|ambassador|ann arbor ambassador/30 lines:\
6769 :is=\E7\E[60;0;0;30p\E8:te=\E[60;0;0;30p\E[30;1H\E[K:\
6770 :ti=\E[H\E[J\E[30;0;0;30p:\
6772 aaa-30-rv|aaa-rv|ann arbor ambassador/30 lines in reverse video:\
6773 :tc=aaa+rv:tc=aaa-30:
6774 aaa-30-ctxt|aaa-ctxt|ann arbor ambassador/30 lines; saving context:\
6775 :te=\E[60;0;0;30p\E[60;1H\E[K:ti=\E[30;0;0;30p:\
6777 aaa-30-rv-ctxt|aaa-rv-ctxt|ann arbor ambassador/30 lines reverse video; saving context:\
6778 :te=\E[60;0;0;30p\E[60;1H\E[K:ti=\E[30;0;0;30p:\
6779 :tc=aaa+rv:tc=aaa-30:
6780 aaa-36|ann arbor ambassador/36 lines:\
6782 :is=\E7\E[60;0;0;36p\E8:te=\E[60;0;0;36p\E[36;1H\E[K:\
6783 :ti=\E[H\E[J\E[36;0;0;36p:\
6785 aaa-36-rv|ann arbor ambassador/36 lines+reverse video:\
6786 :tc=aaa+rv:tc=aaa-36:
6787 aaa-40|ann arbor ambassador/40 lines:\
6789 :is=\E7\E[60;0;0;40p\E8:te=\E[60;0;0;40p\E[40;1H\E[K:\
6790 :ti=\E[H\E[J\E[40;0;0;40p:\
6792 aaa-40-rv|ann arbor ambassador/40 lines+reverse video:\
6793 :tc=aaa+rv:tc=aaa-40:
6794 aaa-48|ann arbor ambassador/48 lines:\
6796 :is=\E7\E[60;0;0;48p\E8:te=\E[60;0;0;48p\E[48;1H\E[K:\
6797 :ti=\E[H\E[J\E[48;0;0;48p:\
6799 aaa-48-rv|ann arbor ambassador/48 lines+reverse video:\
6800 :tc=aaa+rv:tc=aaa-48:
6801 aaa-60-s|ann arbor ambassador/59 lines+status:\
6804 :ds=\E7\E[60;0;0;60p\E[1;1H\E[K\E[H\E8\r\n\E[K:\
6805 :fs=\E[>51l:is=\r\n\E[A\E7\E[60;1;0;60p\E8:\
6806 :ts=\E[>51h\E[1;%dH\E[2K:tc=aaa+unk:
6807 aaa-60-s-rv|ann arbor ambassador/59 lines+status+reverse video:\
6808 :tc=aaa+rv:tc=aaa-60-s:
6809 aaa-60-dec-rv|ann arbor ambassador/dec mode+59 lines+status+rev video:\
6810 :tc=aaa+dec:tc=aaa+rv:tc=aaa-60-s:
6811 aaa-60|ann arbor ambassador/60 lines:\
6813 :is=\E7\E[60;0;0;60p\E[1Q\E[m\E[>20;30l\E8:tc=aaa+unk:
6814 aaa-60-rv|ann arbor ambassador/60 lines+reverse video:\
6815 :tc=aaa+rv:tc=aaa-60:
6816 aaa-db|ann arbor ambassador 30/destructive backspace:\
6818 :i2=\E[1Q\E[m\E[>20l\E[>30h:le=\E[D:tc=aaa-30:
6820 guru|guru-33|guru+unk|ann arbor guru/33 lines 80 cols:\
6822 :i2=\E[>59l:is=\E7\E[255;0;0;33;80;80p\E8\E[J:\
6823 :te=\E[255p\E[255;1H\E[K:ti=\E[33p:vb=\E[>59h\E[>59l:\
6825 guru+rv|guru changes for reverse video:\
6826 :i2=\E[>59h:vb=\E[>59l\E[>59h:
6827 guru-rv|guru-33-rv|ann arbor guru/33 lines+reverse video:\
6828 :tc=guru+rv:tc=guru-33:
6829 guru+s|guru status line:\
6831 :ds=\E7\E[;0p\E[1;1H\E[K\E[H\E8\r\n\E[K:fs=\E[>51l:\
6832 :te=\E[255;1p\E[255;1H\E[K:ti=:\
6833 :ts=\E[>51h\E[1;%dH\E[2K:
6834 guru-nctxt|guru with no saved context:\
6835 :ti=\E[H\E[J\E[33p\E[255;1H\E[K:tc=guru:
6836 guru-s|guru-33-s|ann arbor guru/33 lines+status:\
6838 :is=\r\n\E[A\E7\E[255;1;0;33;80;80p\E8\E[J:\
6839 :ti=\E[33;1p\E[255;1H\E[K:tc=guru+s:\
6841 guru-24|ann arbor guru 24 lines:\
6843 :is=\E7\E[255;0;0;24;80;80p\E8\E[J:ti=\E[24p:tc=guru+unk:
6844 guru-44|ann arbor guru 44 lines:\
6846 :is=\E7\E[255;0;0;44;97;100p\E8\E[J:ti=\E[44p:tc=guru+unk:
6847 guru-44-s|ann arbor guru/44 lines+status:\
6849 :is=\r\n\E[A\E7\E[255;1;0;44;80;80p\E8\E[J:\
6850 :ti=\E[44;1p\E[255;1H\E[K:tc=guru+s:\
6852 guru-76|guru with 76 lines by 89 cols:\
6854 :is=\E7\E[255;0;0;76;89;100p\E8\E[J:ti=\E[76p:tc=guru+unk:
6855 guru-76-s|ann arbor guru/76 lines+status:\
6857 :is=\r\n\E[A\E7\E[255;1;0;76;89;100p\E8\E[J:\
6858 :ti=\E[76;1p\E[255;1H\E[K:tc=guru+s:\
6860 guru-76-lp|guru-lp|guru with page bigger than line printer:\
6862 :is=\E7\E[255;0;0;76;134;134p\E8\E[J:ti=\E[76p:tc=guru+unk:
6863 guru-76-w|guru 76 lines by 178 cols:\
6865 :is=\E7\E[255;0;0;76;178;178p\E8\E[J:ti=\E[76p:tc=guru+unk:
6866 guru-76-w-s|ann arbor guru/76 lines+status+wide:\
6868 :is=\r\n\E[A\E7\E[255;1;0;76;178;178p\E8\E[J:\
6869 :ti=\E[76;1p\E[255;1H\E[K:\
6870 :tc=guru+s:tc=guru+unk:
6871 guru-76-wm|guru 76 lines by 178 cols with 255 cols memory:\
6873 :is=\E7\E[255;0;0;76;178;255p\E8\E[J:ti=\E[76p:tc=guru+unk:
6874 aaa-rv-unk|ann arbor unknown type:\
6876 :ho=\E[H:i1=\E[7m\E7\E[H\E9\E8:mb=\E[5;7m:md=\E[1;7m:\
6877 :me=\E[7m:mk=\E[7;8m:mr=\E[m:r1=\E[H\E[7m\E[J:\
6878 :se=\E[7m:so=\E[m:ue=\E[7m:us=\E[4;7m:
6880 #### Applied Digital Data Systems (adds)
6882 # ADDS itself is long gone. ADDS was bought by NCR, and the same group made
6883 # ADDS and NCR terminals. When AT&T and NCR merged, the engineering for
6884 # terminals was merged again. Then AT&T sold the terminal business to
6885 # SunRiver, which later changed its name to Boundless Technologies. The
6886 # engineers from Teletype, AT&T terminals, ADDS, and NCR (who are still there
6887 # as of early 1995) are at:
6889 # Boundless Technologies
6890 # 100 Marcus Boulevard
6891 # Hauppauge, NY 11788-3762
6892 # Vox: (800)-231-5445
6893 # Fax: (516)-342-7378
6895 # Their voice mail used to describe the place as "SunRiver (formerly ADDS)".
6896 # In 1995 Boundless acquired DEC's terminals business.
6899 # Regent: lowest common denominator, works on all regents.
6900 # (regent: renamed ":bc:" to ":le:" -- esr)
6901 regent|Adds Regent Series:\
6904 :bl=^G:cl=^L:cr=^M:do=^J:ho=\EY :le=^U:ll=^A:nd=^F:sf=^J:\
6906 # Regent 100 has a bug where if computer sends escape when user is holding
6907 # down shift key it gets confused, so we avoid escape.
6908 regent100|Adds Regent 100:\
6910 :bl=^G:cm=\013%+ %B\020%.:k0=^B1\r:k1=^B2\r:k2=^B3\r:\
6911 :k3=^B4\r:k4=^B5\r:k5=^B6\r:k6=^B7\r:k7=^B8\r:l0=F1:l1=F2:\
6912 :l2=F3:l3=F4:l4=F5:l5=F6:l6=F7:l7=F8:me=\E0@:se=\E0@:so=\E0P:\
6915 regent20|Adds Regent 20:\
6916 :bl=^G:cd=\Ek:ce=\EK:cm=\EY%+ %+ :tc=regent:
6917 regent25|Adds Regent 25:\
6918 :bl=^G:kd=^J:kh=^A:kl=^U:kr=^F:ku=^Z:tc=regent20:
6919 regent40|Adds Regent 40:\
6921 :al=\EM:bl=^G:dl=\El:k0=^B1\r:k1=^B2\r:k2=^B3\r:k3=^B4\r:\
6922 :k4=^B5\r:k5=^B6\r:k6=^B7\r:k7=^B8\r:l0=F1:l1=F2:l2=F3:\
6923 :l3=F4:l4=F5:l5=F6:l6=F7:l7=F8:me=\E0@:se=\E0@:so=\E0P:\
6926 regent40+|Adds Regent 40+:\
6927 :is=\EB:tc=regent40:
6928 regent60|regent200|Adds Regent 60:\
6929 :dc=\EE:ei=\EF:im=\EF:is=\EV\EB:kD=\EE:kI=\EF:kM=\EF:\
6930 :se=\ER\E0@\EV:so=\ER\E0P\EV:\
6932 # From: <edward@onyx.berkeley.edu> Thu Jul 9 09:27:33 1981
6933 # (viewpoint: added :kr:, function key, and :dl: capabilities -- esr)
6934 viewpoint|addsviewpoint|adds viewpoint:\
6937 :bl=^G:cd=\Ek:ce=\EK:cl=^L:cm=\EY%+ %+ :cr=^M:dl=\El:do=^J:\
6938 :is=\017\E0`:k0=^B1:k2=^B2:k3=^B\041:k4=^B":k5=^B#:kd=^J:\
6939 :kh=^A:kl=^U:kr=^F:ku=^Z:le=^H:ll=^A:me=^O:nd=^F:se=^O:sf=^J:\
6940 :so=^N:ue=^O:up=^Z:us=^N:ve=\017\E0`:vs=\017\E0P:
6941 # Some viewpoints have bad ROMs that foo up on ^O
6942 screwpoint|adds viewpoint with ^O bug:\
6943 :se@:so@:ue@:us@:vs@:tc=viewpoint:
6945 # From: Jay S. Rouman <jsr@dexter.mi.org> 5 Jul 92
6946 # The :vi:/:ve:/:sa:/:me: strings were added by ESR from specs.
6947 # Theory; the vp3a+ wants \E0%c to set highlights, where normal=01000000,
6948 # underline=01100000, rev=01010000, blink=01000010,dim=01000001,
6949 # invis=01000100 and %c is the logical or of desired attributes.
6950 # There is also a `tag bit' enabling attributes, set by \E) and unset by \E(.
6951 vp3a+|viewpoint3a+|adds viewpoint 3a+:\
6954 :cd=\EY:ce=\ET:cl=\E*:cm=\E=%+ %+ :cr=^M:do=^J:ho=^^:kb=^H:\
6955 :kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:me=\E(:nd=^L:nw=^M^J:\
6956 :se=\E(:sf=^J:so=\E0Q\E):ta=^I:up=^K:ve=^X:vi=^W:
6957 vp60|viewpoint60|addsvp60|adds viewpoint60:\
6960 # adds viewpoint 90 - from cornell
6961 # Note: emacs sends ei occasionally to insure the terminal is out of
6962 # insert mode. This unfortunately puts the viewpoint90 IN insert
6963 # mode. A hack to get around this is :ic=\EF\s\EF^U:. (Also,
6964 # - :ei=:im=: must be present in the termcap translation.)
6965 # - :xs: indicates glitch that attributes stick to location
6966 # - :ms: means it's safe to move in standout mode
6967 # - :cl=\EG\Ek:: clears screen and visual attributes without affecting
6969 # Function key and label capabilities merged in from SCO.
6970 vp90|viewpoint90|adds viewpoint 90:\
6973 :cd=\Ek:ce=\EK:cl=\EG\Ek:cm=\EY%+ %+ :dc=\EE:dl=\El:do=^J:\
6974 :ei=:ho=\EY :ic=\EF \EF\025:im=:k0=^B1\r:k1=^B2\r:\
6975 :k2=^B3\r:k3=^B4\r:k4=^B5\r:k5=^B6\r:k6=^B7\r:k7=^B8\r:\
6976 :k8=^B9\r:k9=^B\072\r:k;=^B;\r:kb=^H:kd=^J:kh=^A:kl=^U:\
6977 :kr=^F:ku=^Z:l0=F1:l1=F2:l2=F3:l3=F4:l4=F5:l5=F6:l6=F7:l7=F8:\
6978 :l8=F9:l9=F10:la=F11:le=^H:ll=^A:me=\ER\E0@\EV:nd=^F:\
6979 :se=\ER\E0@\EV:sf=^J:so=\ER\E0Q\EV:ta=^I:ue=\ER\E0@\EV:\
6980 :up=^Z:us=\ER\E0`\EV:
6981 # Note: if return acts weird on a980, check internal switch #2
6982 # on the top chip on the CONTROL pc board.
6983 adds980|a980|adds consul 980:\
6986 :al=\E\016:bl=^G:cl=\014\013@:cm=\013%+@\E\005%2:cr=^M:\
6987 :dl=\E\017:do=^J:k0=\E0:k1=\E1:k2=\E2:k3=\E3:k4=\E4:k5=\E5:\
6988 :k6=\E6:k7=\E7:k8=\E8:k9=\E9:le=^H:me=^O:nd=\E^E01:se=^O:\
6991 #### C. Itoh Electronics
6993 # As of 1995 these people no longer make terminals (they're still in the
6994 # printer business). Their terminals were all clones of the DEC VT series.
6995 # They're located in Orange County, CA.
6998 # CIT 80 - vt-52 emulator, the termcap has been modified to remove
6999 # the delay times and do an auto tab set rather than the indirect
7000 # file used in vt100.
7001 cit80|cit-80|citoh 80:\
7004 :cd=\EJ:ce=\EK:cl=\E[H\EJ:cm=\E[%i%2;%2H:cr=^M:ff=^L:\
7005 :is=\E>:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\
7006 :ku=\EOA:le=^H:nd=\E[C:sf=^J:up=\E[A:
7007 # From: Tim Wood <mtxinu!sybase!tim> Fri Sep 27 09:39:12 PDT 1985
7008 # (cit101: added <rmam>/<smam> based on init string, merged this with c101 -- esr)
7009 cit101|citc|C.itoh fast vt100:\
7012 :RA=\E[?7l:SA=\E[?7h:al=\E[L:bl=^G:cd=\E[J:ce=\E[K:\
7013 :cl=\E[H\E[2J:cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:ei=:ic=\E[@:\
7014 :im=:is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[3g\E[>5g:\
7015 :kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\
7016 :ku=\EOA:le=^H:me=\E[m:nd=\E[C:se=\E[m:so=\E[7m:ue=\E[m:\
7017 :up=\E[A:us=\E[4m:vb=\E[?5h\E[?5l:ve=\E[V\E8:vs=\E7\E[U:
7018 # CIE Terminals CIT-101e from Geoff Kuenning <callan!geoff> via BRL
7019 # The following termcap entry was created from the Callan cd100 entry. The
7020 # last two lines (with the capabilities in caps) are used by RM-cobol to allow
7021 # full selection of combinations of reverse video, underline, and blink.
7022 # (cit101e: emoved unknown :f0=\EOp:f1=\EOq:f2=\EOr:f3=\EOs:f4=\EOt:f5=\EOu:\
7023 # f6=\EOv:f7=\EOw:f8=\EOx:f9=\EOy:AB=\E[0;5m:AL=\E[m:AR=\E[0;7m:AS=\E[0;5;7m:\
7024 # :NB=\E[0;1;5m:NM=\E[0;1m:NR=\E[0;1;7m:NS=\E[0;1;5;7m: -- esr)
7025 cit101e|C. Itoh CIT-101e:\
7028 :ac=:ae=^O:al=\E[L:as=^N:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
7029 :cm=\E[%i%2;%2H:cs=\E[%i%2;%2r:dc=\E[P:dl=\E[M:do=\E[B:\
7030 :ei=\E[4l:if=/usr/share/tabset/vt100:im=\E[4h:k0=\EOT:\
7031 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOm:k6=\EOl:k7=\EOM:\
7032 :k8=\EOn:kd=\E[B:ke=\E>:kl=\E[D:kr=\E[C:ks=\E=:ku=\E[A:\
7033 :nd=\E[C:rc=\E8:sc=\E7:se=\E[m:so=\E[7m:sr=\EM:ue=\E[m:\
7034 :up=\E[A:us=\E[4m:ve=:vs=\E[?1l\E[?4l\E[?7h:
7035 cit101e-n|CIT-101e w/o am:\
7037 :kb=^H:kd=^J:kl=^H:vs=\E[?1l\E[?4l\E[?7l:tc=cit101e:
7038 cit101e-132|CIT-101e, 132 cols:\
7040 :kb=^H:kd=^J:kl=^H:tc=cit101e:
7041 cit101e-n132|CIT-101e, 132 cols w/o am:\
7044 :kb=^H:kd=^J:kl=^H:vs=\E[?1l\E[?4l\E[?7l:tc=cit101e:
7045 # CIE Terminals CIT-500 from BRL
7046 # The following SET-UP modes are assumed for normal operation:
7047 # GENERATE_XON/XOFF:YES DUPLEX:FULL NEWLINE:OFF
7048 # AUTOWRAP:ON MODE:ANSI SCREEN_LENGTH:64_LINES
7049 # DSPLY_CNTRL_CODES?NO PAGE_WIDTH:80 EDIT_MODE:OFF
7050 # Other SET-UP modes may be set for operator convenience or communication
7052 # Hardware tabs are assumed to be set every 8 columns; they can be set up
7053 # by the "reset", "tset", or "tabs" utilities. No delays are specified; use
7054 # "stty ixon -ixany" to enable DC3/DC1 flow control!
7055 # (cit500: I added <rmam>/<smam> based on the init string -- esr)
7056 cit500|CIE Terminals CIT-500:\
7058 :co#80:it#8:kn#10:li#64:vt#3:\
7059 :AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:RA=\E[?7l:\
7060 :RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:ac=:ae=\E(B:al=\E[L:as=\E(0:\
7061 :bl=^G:bt=\E[Z:cd=\EJ:ce=\EK:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
7062 :cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:\
7063 :ei=\E[4l:ho=\E[H:im=\E[4h:is=\E<:k0=\EOP:k1=\EOQ:\
7064 :k2=\EOR:k3=\EOS:k4=\EOU:k5=\EOV:k6=\EOW:k7=\EOX:k8=\EOY:\
7065 :k9=\EOZ:kA=\E[L:kB=\E[Z:kD=\E[P:kE=\EK:kI=\E[4h:kL=\E[M:\
7066 :kM=\E[4l:kS=\EJ:kb=^H:kd=\EOB:ke=\E[?1l\E>:kh=\E[H:\
7067 :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:l0=PF1:l1=PF2:l2=PF3:\
7068 :l3=PF4:l4=F15:l5=F16:l6=F17:l7=F18:l8=F19:l9=F20:le=^H:\
7069 :ll=\E[64H:mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:\
7071 :r1=\E<\E2\E[20l\E[?6l\E[r\E[m\E[q\E(B\017\E>:\
7072 :rc=\E8:sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
7073 :ue=\E[m:up=\EM:us=\E[4m:
7075 # C. Itoh printers begin here
7076 citoh|ci8510|8510|c.itoh 8510a:\
7078 :is=\E(009\054017\054025\054033\054041\054049\054057\054065\054073.:\
7079 :le@:md=\E\041:me=\E"\EY:rp=\ER%r%03%.:sr=\Er:ue=\EY:\
7082 citoh-pica|citoh in pica:\
7084 citoh-elite|citoh in elite:\
7087 :is=\E(009\054017\054025\054033\054041\054049\054057\054065\054073\054081\054089.:tc=citoh:
7088 citoh-comp|citoh in compressed:\
7091 :is=\E(009\054017\054025\054033\054041\054049\054057\054065\054073\054081\054089\054097\054105\054113\054121\054129.:tc=citoh:
7092 # citoh has infinite cols because we don't want lp ever inserting \n\t**.
7093 citoh-prop|citoh-ps|ips|citoh in proportional spacing mode:\
7096 citoh-6lpi|citoh in 6 lines per inch mode:\
7098 citoh-8lpi|citoh in 8 lines per inch mode:\
7102 #### Control Data (cdc)
7105 cdc456|cdc 456 terminal:\
7108 :al=\EL:bl=^G:cd=^X:ce=^V:cl=^Y^X:cm=\E1%+ %+ :cr=^M:dl=\EJ:\
7109 :do=^J:ho=^Y:le=^H:nd=^L:sf=^J:up=^Z:
7111 # Assorted CDC terminals from BRL (improvements by DAG & Ferd Brundick)
7115 :ce=^K:cl=^L:cm=\002%r%+ %+ :ho=^Y:kd=^J:kh=^Y:kl=^H:kr=^I:\
7117 cdc721ll|CDC Vikingll:\
7120 :ce=^K:cl=^L:cm=\002%r%+ %+ :ho=^Y:kd=^J:kh=^Y:kl=^H:kr=^I:\
7122 # (cdc752: the BRL entry had :ll=\E1 ^Z: commented out
7126 :bl=^G:ce=^V:cl=\030\E1 :cm=\E1%r%+ %+ :cr=^M:do=^J:\
7127 :ho=\E1 :le=^H:ll=^Y:nd=^U:r1=\E1 \030\002\003\017:\
7130 # The following switch/key settings are assumed for normal operation:
7131 # 96 chars SCROLL FULL duplex not BLOCK
7132 # Other switches may be set according to communication requirements.
7133 # Insert/delete-character cannot be used, as the whole display is affected.
7134 # "so" & "se" are commented out until jove handles "sg" correctly.
7137 :co#80:kn#10:li#24:\
7138 :al=6*\EL:bl=^G:cd=^X:ce=^V:cl=^Y^X:cm=\E1%r%+ %+ :cr=^M:\
7139 :dl=6*\EJ:do=^J:ho=^Y:k0=\EA:k1=\EB:k2=\EC:k3=\ED:k4=\EE:\
7140 :k5=\EF:k6=\EG:k7=\EH:k8=\Ea:k9=\Eb:kA=\EL:kD=\EI:kE=^V:\
7141 :kI=\EK:kL=\EL:kS=^X:kT=^O:kb=^H:kd=^J:kh=^Y:kl=^H:kr=^U:\
7142 :ku=^Z:l0=F1:l1=F2:l2=F3:l3=F4:l4=F5:l5=F6:l6=F7:l7=F8:l8=F9:\
7143 :l9=F10:le=^H:ll=^Y^Z:nd=^U:r1=\031\030\002\003\017:sf=^J:\
7146 # CDC 721 from Robert Viduya, Ga. Tech. <ihnp4!gatech!gitpyr!robert> via BRL.
7148 # Part of the long initialization string defines the "DOWN" key to the left
7149 # of the tab key to send an ESC. The real ESC key is positioned way out
7152 # The termcap won't work in 132 column mode due to the way it it moves the
7153 # cursor. Termcap doesn't have the capability (as far as I could tell) to
7154 # handle the 721 in 132 column mode.
7156 # (cdc721: changed :ri: to :sr: -- esr)
7157 cdc721-esc|Control Data 721:\
7158 :am:bs:bw:ms:pt:xo:\
7159 :co#80:it#8:kn#10:li#30:\
7160 :al=^^R:bl=^G:bt=^^^K:cd=^^P:ce=^K:cl=^L:cm=\002%r%+ %+ :\
7161 :ct=^^^RY:dc=^^N:dl=^^Q:do=^Z:ei=:ho=^Y:ic=^^O:im=:\
7162 :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-` `\041k/o:\
7163 :k0=^^q:k1=^^r:k2=^^s:k3=^^t:k4=^^u:k5=^^v:k6=^^w:k7=^^x:\
7164 :k8=^^y:k9=^^z:kb=^H:kd=^Z:ke=^^^Rl:kh=^Y:kl=^H:kr=^X:\
7165 :ks=^^^Rk:ku=^W:le=^H:ll=^B =:mb=^N:\
7166 :me=\017\025\035\036E\036\022\:mh=^\:mk=^^^R[:mr=^^D:\
7167 :nd=^X:se=^^E:sf=\036W =\036U:so=^^D:sr=\036W =\036V:\
7168 :st=^^^RW:ue=^]:up=^W:us=^\:
7172 # Getronics is a Dutch electronics company that at one time was called
7173 # `Geveke' and made async terminals; but (according to the company itself!)
7174 # they've lost all their documentation on the command set. The hardware
7175 # documentation suggests the terminals were actually manufactured by a
7176 # Taiwanese electronics company named Cal-Comp. There are known
7177 # to have been at least two models, the 33 and the 50.
7180 # The 50 seems to be a top end vt220 clone, with the addition of a higher
7181 # screen resolution, a larger screen, at least 1 page of memory above and
7182 # below the screen, apparently pages of memory right and left of the screen
7183 # which can be panned, and about 75 function keys (15 function keys x normal,
7184 # shift, control, func A, func B). It also has more setup possibilities than
7185 # the vt220. The monitor case is dated November 1978 and the keyboard case is
7188 # The vt100 emulation works as is. The entry below describes the rather
7189 # non-conformant (but more featureful) ANSI mode.
7191 # From: Stephen Peterson <stv@utrecht.ow.nl>, 27 May 1995
7192 # (untranslatable capabilities removed to fit entry within 1023 bytes)
7193 # (sgr removed to fit entry within 1023 bytes)
7194 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
7195 visa50|geveke visa 50 terminal in ansi 80 character mode:\
7198 :AL=\E[%dL:DC=\E[%dX:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
7199 :K1=\E[f:K2=\EOP:K3=\EOQ:K4=\EOR:K5=\EOS:LE=\E[%dD:\
7200 :RI=\E[%dC:UP=\E[%dA:ae=\E[3l:al=\E[L:as=\E3h:bl=^G:\
7201 :bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:\
7202 :cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[X:dl=\E[M:do=\E[B:\
7203 :ei=\E[4l:ho=\E[H:ic=\E[@:im=\E[4h:\
7204 :is=\E0;2m\E[1;25r\E[25;1H\E[?3l\E[?7h\E[?8h:k0=\E010:\
7205 :k1=\E001:k2=\E002:k3=\E003:k4=\E004:k5=\E005:k6=\E006:\
7206 :k7=\E007:k8=\E008:k9=\E009:kD=\177:kb=^H:kd=\E[A:ke=\E>:\
7207 :kh=\E[f:kl=\E[D:kr=\E[C:ks=\E=:ku=\E[A:le=\E[D:mb=\E[5m:\
7208 :md=\E[1m:me=\E[0;2m:mh=\E[2m:mr=\E[7m:nd=\E[C:nw=^M^J:\
7209 :se=\E[0;2m:sf=^J:so=\E[2;7m:ta=^I:ue=\E[0m:up=\E[A:\
7210 :us=\E[4m:vb=\E[?5h\E[?5l:
7212 #### Human Designed Systems (Concept)
7214 # Human Designed Systems
7216 # King of Prussia, PA 19406
7217 # Vox: (610)-277-8300
7218 # Fax: (610)-275-5739
7219 # Net: support@hds.com
7221 # John Martin <john@hds.com> is their termcap expert. They're mostly out of
7222 # the character-terminal business now (1995) and making X terminals. In
7223 # particular, the whole `Concept' line described here was discontinued long
7227 # From: <vax135!hpk> Sat Jun 27 07:41:20 1981
7228 # Extensive changes to c108 by arpavax:eric Feb 1982
7229 # Some unknown person at SCO then translated it to terminfo.
7231 # There seem to be a number of different versions of the C108 PROMS
7232 # (with bug fixes in its Z-80 program).
7234 # The first one that we had would lock out the keyboard of you
7235 # sent lots of short lines (like /usr/dict/words) at 9600 baud.
7236 # Try that on your C108 and see if it sends a ^S when you type it.
7237 # If so, you have an old version of the PROMs.
7239 # You should configure the C108 to send ^S/^Q before running this.
7240 # It is much faster (at 9600 baud) than the c100 because the delays
7242 # new status line display entries for c108-8p:
7243 # :i3: - init str #3 - setup term for status display -
7244 # set programmer mode, select window 2, define window at last
7245 # line of memory, set bkgnd stat mesg there, select window 0.
7247 # :ts: - to status line - select window 2, home cursor, erase to
7248 # end-of-window, 1/2 bright on, goto(line#0, col#?)
7250 # :fs: - from status line - 1/2 bright off, select window 0
7252 # :ds: - disable status display - set bkgnd status mesg with
7255 # There are probably more function keys that should be added but
7256 # I don't know what they are.
7258 # No delays needed on c108 because of ^S/^Q handshaking
7260 c108|concept108|c108-8p|concept108-8p|concept 108 w/8 pages:\
7261 :i2=\EU\E z"\Ev\001\177 \041p\E ;"\E z \Ev \001\177p\Ep\n:\
7262 :te=\Ev \001\177p\Ep\r\n:\
7264 c108-4p|concept108-4p|concept 108 w/4 pages:\
7267 :ac=l\\qLkTxUmMjE:ae=\Ej :as=\Ej\041:\
7268 :cr=^M:dc=\E 1:ds=\E ;\177:fs=\Ee\E z :i1=\EK\E\041\E F:\
7269 :i2=\EU\E z"\Ev\177 \041p\E ;"\E z \Ev \001 p\Ep\n:\
7270 :sf=^J:te=\Ev \001 p\Ep\r\n:ti=\EU\Ev 8p\Ep\r\E\025:\
7271 :ts=\E z"\E?\E\005\EE\Ea %+ :ve=\Ew:vs=\EW:\
7273 c108-rv|c108-rv-8p|concept 108 w/8 pages in reverse video:\
7274 :te=\Ev \002 p\Ep\r\n:ti=\EU\Ev 8p\Ep\r:\
7276 c108-rv-4p|concept108rv4p|concept 108 w/4 pages in reverse video:\
7277 :i1=\Ek:se=\Ee:so=\EE:vb=\EK\Ek:\
7279 c108-w|c108-w-8p|concept108-w-8|concept108-w8p|concept 108 w/8 pages in wide mode:\
7281 :i1=\E F\E":te=\Ev ^A0\001D\Ep\r\n:\
7282 :ti=\EU\Ev 8\001D\Ep\r:tc=c108-8p:
7285 # These have only window relative cursor addressing, not screen
7286 # relative. To get it to work right here, smcup/rmcup (which
7287 # were invented for the concept) lock you into a one page
7288 # window for screen style programs.
7290 # To get out of the one page window, we use a clever trick:
7291 # we set the window size to zero ("\Ev " in rmcup) which the
7292 # terminal recognizes as an error and resets the window to all
7295 # This trick works on c100 but does not on c108, sigh.
7297 # Some tty drivers use cr3 for concept, others use nl3, hence
7298 # the delays on cr and ind below. This padding is only needed at
7299 # 9600 baud and up. One or the other is commented out depending on
7300 # local conventions.
7302 # 2 ms padding on :te: isn't always enough. 6 works fine. Maybe
7303 # less than 6 but more than 2 will work.
7305 # Note: can't use function keys f7-f10 because they are
7306 # indistinguishable from arrow keys (!), also, del char and
7307 # clear eol use xon/xoff so they probably won't work very well.
7309 # Also note that we don't define insrt/del char/delline/eop/send
7310 # because they don't transmit unless we reset them - I figured
7311 # it was a bad idea to clobber their definitions.
7313 # The <mc5> sequence changes the escape character to ^^ so that
7314 # escapes will be passed through to the printer. Only trouble
7315 # is that ^^ won't be - ^^ was chosen to be unlikely.
7316 # Unfortunately, if you're sending raster bits through to be
7317 # plotted, any character you choose will be likely, so we lose.
7319 # \EQ"\EY(^W (send anything from printer to host, for xon/xoff)
7320 # cannot be # in is2 because it will hang a c100 with no printer
7322 c100|concept100|concept|c104|c100-4p|hds concept 100:\
7323 :am:bs:eo:mi:ul:xn:\
7324 :co#80:li#24:pb#9600:vt#8:\
7325 :al=\E\022:bl=^G:cd=\E\005:ce=\E\025:cl=\E?\E\005:\
7326 :cm=\Ea%+ %+ :cr=\r:dc=\E\021:dl=\E\002:do=^J:ei=\E :\
7327 :i1=\EK:i2=\Ev \Ep\n:im=\E^P:ip=:\
7328 :is=\EU\Ef\E7\E5\E8\El\ENH\E\200\Eo&\200\Eo'\E\Eo\041\200\E\007\041\E\010A@ \E4#\072"\E\072a\E4#;"\E\072b\E4#<"\E\072c:\
7329 :k1=\E5:k2=\E6:k3=\E7:k4=\E8:k5=\E9:k6=\E\072a:k7=\E\072b:\
7330 :k8=\E\072c:kA=\E^R:kB=\E':kD=\E^Q:kE=\E^S:kF=\E[:kI=\E^P:\
7331 :kL=\E^B:kM=\E\200:kN=\E-:kP=\E.:kR=\E\:kS=\E^C:kT=\E]:\
7332 :kb=^H:kd=\E<:ke=\Ex:kh=\E?:kl=\E>:kr=\E=:ks=\EX:kt=\E_:\
7333 :ku=\E;:le=^H:mb=\EC:me=\EN@:mh=\EE:mk=\EH:mp=\EI:mr=\ED:\
7334 :nd=\E=:pf=\036o \E\EQ\041\EYP\027:\
7335 :po=\EQ"\EY(\027\EYD\Eo \036:rp=\Er%.%+ :se=\Ed:sf=^J:\
7336 :so=\ED:ta=\011:te=\Ev \Ep\r\n:\
7337 :ti=\EU\Ev 8p\Ep\r\E\025:ue=\Eg:up=\E;:us=\EG:vb=\Ek\EK:
7338 c100-rv|c100-rv-4p|concept100-rv|c100 rev video:\
7339 :i1=\Ek:se=\Ee:so=\EE:vb=\EK\Ek:ve@:vs@:tc=c100:
7340 oc100|oconcept|c100-1p|old 1 page concept 100:\
7344 # :ta: through :ce: included to specify padding needed in raw mode.
7345 # (avt-ns: added empty <acsc> to suppress a tic warning --esr)
7346 # (untranslatable capabilities removed to fit entry within 1023 bytes)
7347 # (sgr removed to fit entry within 1023 bytes)
7348 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
7349 avt-ns|concept avt no status line:\
7350 :am:bs:eo:mi:ul:xn:xo:\
7351 :co#80:it#8:li#24:lm#192:\
7352 :AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:LE=\E[%dD:\
7353 :RI=\E[%dC:UP=\E[%dA:ae=\E(B:al=\E[L:as=\E(1:bl=^G:bt=\E[Z:\
7354 :cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
7355 :cs=\E[%i%d;%dr:ct=\E[2g:dc=\E[P:dl=\E[M:do=^J:ei=\E4l:\
7356 :ho=\E[H:i1=\E[=103l\E[=205l:ic=\E[@:im=\E1:ip=:\
7357 :is=\E[1*q\E[2\041t\E[7\041t\E[=4;101;119;122l\E[=107;118;207h\E[1Q\EW\E[\041y\E[\041z\E>\E[0\0720\07232\041r\E[0*w\E[w\E2\r\n\E[2;27\041t:\
7358 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kD=\E^B\r:kI=\E^A\r:kb=^H:\
7359 :kd=\E[B:ke=\E[\041z\E[0;2u:kh=\E[H:kl=\E[D:kr=\E[C:\
7360 :ks=\E[1\041z\E[0;3u:ku=\E[A:le=^H:ll=\E[24H:mb=\E[5m:\
7361 :md=\E[1m:me=\E[m:mh=\E[1\041{:mr=\E[7m:nd=\E[C:rc=\E8:\
7362 :sc=\E7:se=\E[7\041{:sf=\n:so=\E[7m:sr=\EM:st=\EH:ta=\011:\
7363 :te=\E[w\E2\r\n:ti=\E[=4l\E[1;24w\E2\r:ue=\E[4\041{:\
7364 :up=\E[A:us=\E[4m:ve=\E[=119l:vs=\E[=119h:
7365 avt-rv-ns|concept avt in reverse video mode/no status line:\
7366 :i1=\E[=103l\E[=205h:vb=\E[=205l\E[=205h:\
7368 avt-w-ns|concept avt in 132 column mode/no status line:\
7369 :i1=\E[=103h\E[=205l:ti=\E[H\E[1;24;1;132w:\
7371 avt-w-rv-ns|concept avt in 132 column mode/no status line/reverse video:\
7372 :i1=\E[=103h\E[=205h:ti=\E[H\E[1;24;1;132w:\
7373 :vb=\E[=205l\E[=205h:tc=avt-ns:
7375 # Concept AVT with status line. We get the status line using the
7376 # "Background status line" feature of the terminal. We swipe the
7377 # first line of memory in window 2 for the status line, keeping
7378 # 191 lines of memory and 24 screen lines for regular use.
7379 # The first line is used instead of the last so that this works
7380 # on both 4 and 8 page AVTs. (Note the lm#191 or 192 - this
7381 # assumes an 8 page AVT but lm isn't currently used anywhere.)
7383 avt+s|concept avt status line changes:\
7386 :ds=\E[0*w:fs=\E[1;1\041w:\
7387 :i2=\E[2w\E[2\041w\E[1;1;1;80w\E[H\E[2*w\E[1\041w\E2\r\n:\
7388 :te=\E[2w\E2\r\n:ti=\E[2;25w\E2\r:\
7389 :ts=\E[2;1\041w\E[;%dH\E[2K:
7390 avt|avt-s|concept-avt|avt w/80 columns:\
7391 :tc=avt+s:tc=avt-ns:
7392 avt-rv|avt-rv-s|avt reverse video w/sl:\
7393 :i1=\E[=103l\E[=205h:vb=\E[=205l\E[=205h:tc=avt+s:tc=avt-ns:
7394 avt-w|avt-w-s|concept avt 132 cols+status:\
7395 :i1=\E[=103h\E[=205l:ti=\E[H\E[1;24;1;132w:tc=avt+s:tc=avt-ns:
7396 avt-w-rv|avt-w-rv-s|avt wide+status+rv:\
7397 :i1=\E[=103h\E[=205h:ti=\E[H\E[1;24;1;132w:\
7398 :vb=\E[=205l\E[=205h:tc=avt+s:\
7401 #### Contel Business Systems.
7404 # Contel c300 and c320 terminals.
7405 contel300|contel320|c300|Contel Business Systems C-300 or C-320:\
7408 :al=\EL:bl=^G:cd=\EJ:ce=\EI:cl=\EK:cm=\EX%+ \EY%+ :cr=^M:\
7409 :ct=\E3:dc=\EO:dl=\EM:do=^J:ei=:ho=\EH:ic=\EN:im=:ip=:k0=\ERJ:\
7410 :k1=\ERA:k2=\ERB:k3=\ERC:k4=\ERD:k5=\ERE:k6=\ERF:k7=\ERG:\
7411 :k8=\ERH:k9=\ERI:kb=^H:le=^H:ll=\EH\EA:me=\E\041\200:\
7412 :nd=\EC:se=\E\041\200:sf=^J:so=\E\041\r:st=\E1:up=\EA:\
7413 :vb=\020\002\020\003:
7414 # Contel c301 and c321 terminals.
7415 contel301|contel321|c301|c321|Contel Business Systems C-301 or C-321:\
7416 :ei=:ic@:im=:ip@:se=\E\041\200:so=\E\041\r:vb@:\
7419 #### Data General (dg)
7421 # According to James Carlson <carlson@xylogics.com> writing in January 1995,
7422 # the terminals group at Data General was shut down in 1991; all these
7423 # terminals have thus been discontinued.
7426 # According to the 4.4BSD termcap file, the dg200 :cm: should be the
7427 # termcap equivalent of \020%p2%{128}%+%c%p1%{128}%+%c (in termcap
7428 # notation that's "^P%r%+\200%+\200"). Those \200s are suspicious,
7429 # maybe they were originally nuls (which would fit).
7430 dg200|data general dasher 200:\
7433 :bl=^G:ce=^K:cl=^L:cm=\020%r%.%.:cr=^M:do=^Z:ho=^H:k0=^^z:\
7434 :k1=^^q:k2=^^r:k3=^^s:k4=^^t:k5=^^u:k6=^^v:k7=^^w:k8=^^x:\
7435 :k9=^^y:kd=^Z:kh=^H:kl=^Y:kr=^X:ku=^W:l0=f10:le=^Y:nd=^X:\
7436 :nw=^J:se=^^E:sf=^J:so=^^D:ue=^U:up=^W:us=^T:
7437 # Data General 210/211 (and 410?) from Lee Pearson (umich!lp) via BRL
7438 dg210|dg-ansi|Data General 210/211:\
7441 :cd=\E[J:ce=\E[K:cl=\E[2J:cm=\E[%i%d;%dH:do=\E[B:ho=\E[H:\
7442 :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:nl=\E[B:\
7443 :nw=\r\E[H\E[A\n:se=\E[0;m:so=\E[7;m:ue=\E[0;m:up=\E[A:\
7445 # From: Peter N. Wan <ihnp4!gatech!gacsr!wan>
7446 # courtesy of Carlos Rucalde of Vantage Software, Inc.
7447 # (dg211: this had :cm=\020%r%.%:., which was an ancient termcap hangover.
7448 # I suspect the d200 function keys actually work on the dg211, check it out.)
7449 dg211|Data General d211:\
7450 :k0@:k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:k9@:kb=^Y:l0@:nw=^M^Z:\
7451 :se=00\036E\200/>:sf@:so=5\036D:ta=^I:te=^L:ti=^L^R:ve=^L:\
7454 # dg450 from cornell
7455 dg450|dg6134|data general 6134:\
7456 :le@:nd=^X:tc=dg200:
7457 # Note: lesser Dasher terminals will not work with vi because vi insists upon
7458 # having a command to move straight down from any position on the bottom line
7459 # and scroll the screen up, or a direct vertical scroll command. The 460 and
7460 # above have both, the D210/211, for instance, has neither. We must use ANSI
7461 # mode rather than DG mode because standard UNIX tty drivers assume that ^H is
7462 # backspace on all terminals. This is not so in DG mode.
7463 # (dg460-ansi: removed obsolete ":kn#6:"; also removed ":mu=\EW:", on the
7464 # grounds that there is no matching ":ml:"
7465 # fixed garbled ":k9=\E[00\:z:" capability -- esr)
7466 dg460-ansi|Data General Dasher 460 in ANSI-mode:\
7469 :al=\E[L:cd=\E[J:ce=\E[K:cl=\E[2J:cm=\E[%i%2;%2H:dc=\E[P:\
7470 :dl=\E[M:do=\E[B:ei=:ho=\E[H:ic=\E[@:im=:is=^^F@:k0=\E[001z:\
7471 :k1=\E[002z:k2=\E[003z:k3=\E[004z:k4=\E[005z:k5=\E[006z:\
7472 :k6=\E[007z:k7=\E[008z:k8=\E[009z:k9=\E[010z:kb=\E[D:\
7473 :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:l0=f1:l1=f2:l2=f3:\
7474 :l3=f4:l4=f5:l5=f6:l6=f7:l7=f8:l9=f10:le=^H:mb=\E[5m:me=\E[m:\
7475 :mh=\E[2m:mr=\E[7m:nd=\E[C:nl=\ED:se=\E[m:sf=\E[S:so=\E[7m:\
7476 :sr=\E[T:ta=^I:ue=\E[05:up=\E[A:us=\E[4m:
7477 # From: Wayne Throop <mcnc!rti-sel!rtp47!throopw>
7479 # Ought to work for a Model 6242, Type D210 as well as a 605x.
7480 # Note that the cursor-down key transmits ^Z. Job control users, beware!
7481 # This also matches a posted description of something called a `Dasher 100'
7482 # so there's a dg100 alias here.
7483 # (dg6053: the 4.4BSD file had :le=^H:, :do=^J:, :nd=^S:. -- esr)
7484 dg6053|dg100|data general 6053:\
7487 :bc=^Y:bl=^G:ce=^K:cl=^L:cm=\020%r%.%.:cr=^M:do=^Z:ho=^H:\
7488 :is=^R:k0=^^q:k1=^^r:k2=^^s:k3=^^t:k4=^^u:k5=^^v:k6=^^w:\
7489 :k7=^^x:k8=^^y:k9=^^z:kb=^Y:kd=^Z:kh=^H:kl=^Y:kr=^X:ku=^W:\
7490 :le=^Y:nd=^X:se=\200^^E:so=\200\200\200\200\200\036D:\
7491 :ta=^I:te=^L:ti=^L^R:ue=^U:up=^W:us=^T:ve=^L:vs=^L^R:
7495 # Datamedia was headquartered in Nashua, New Hampshire in 1993.
7496 # As of early 1996, at least one company called `Datamedia' has been taken
7499 # Axent Technologies, Inc.
7500 # 2400 Research Boulevard
7501 # Rockville, Maryland 20850
7502 # voice: +1 301/258-5043
7503 # fax: +1 301/330-5756
7504 # email: <info@axent.com>
7506 # makers of OmniGuard client/server security software. They are a software
7507 # only company and no longer make terminals. However, the operator there
7508 # told me that she had once spoken to a customer looking for Datamedia
7509 # terminals who'd mentioned a Datamedia in New Jersey. This is backed up
7510 # by comp.terminals poosting describing the ID plate on the back of a
7511 # "Datamedia 3000" terminal. Was this an earlier incarnation of Axent?
7512 # Inquiring minds want to know...
7515 cs10|colorscan|Datamedia Color Scan 10:\
7518 :bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%02;%02H:cr=^M:\
7519 :do=^J:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kd=\E[B:kl=\E[D:\
7520 :kr=\E[C:ku=\E[A:le=^H:me=\E[m:nd=\E[C:se=\E[m:sf=^J:\
7521 :so=\E[7m:ue=\E[m:up=\E[A:us=\E[4m:
7522 cs10-w|Datamedia Color Scan 10 with 132 columns:\
7524 :cm=\E[%i%02;%03H:tc=cs10:
7526 # (dm1520: removed obsolete ":ma=^\ ^_^P^YH:" -- esr)
7527 dm1520|dm1521|datamedia 1520:\
7530 :bl=^G:cd=^K:ce=^]:cl=^L:cm=\036%r%+ %+ :cr=^M:do=^J:ho=^Y:\
7531 :kd=^J:kh=^Y:kl=^H:kr=^\:ku=^_:le=^H:nd=^\:sf=^J:ta=^I:up=^_:
7532 dm2500|datamedia2500|datamedia 2500:\
7535 :al=\020\n\030\035\030\035:bl=^G:ce=^W:cl=^^^^\177:\
7536 :cm=\014%r%n%.%.:dc=\020\010\030\035:\
7537 :dl=\020\032\030\035:dm=^P:do=^J:ed=^X^]:\
7538 :ei=\377\377\030\035:ho=^B:ic=\020\034\030\035:im=^P:\
7539 :le=^H:nd=^\:pc=\377:se=^X^]:sf=^J:so=^N:up=^Z:
7540 # dmchat is like DM2500, but DOES need "all that padding" (jcm 1/31/82)
7541 # also, has a meta-key.
7542 # From: <goldberger@su-csli.arpa>
7543 # (dmchat: ":MT:" changed to ":km:" -- esr)
7544 dmchat|dmchat version of datamedia 2500:\
7546 :al=1*\020\n\030\035\030\035:dl=2\020\032\030\035:tc=dm2500:
7547 # (dm3025: ":MT:" changed to ":km:" -- esr)
7548 dm3025|datamedia 3025a:\
7551 :al=\EP\n\EQ:bl=^G:cd=\EJ:ce=\EK:cl=\EM:cm=\EY%r%+ %+ :\
7552 :cr=^M:dc=\010:dl=\EP\EA\EQ:dm=\EP:do=^J:ed=\EQ:ei=\EQ:\
7553 :ho=\EH:im=\EP:ip=:is=\EQ\EU\EV:le=^H:nd=\EC:se=\EO0:sf=^J:\
7554 :so=\EO1:ta=^I:up=\EA:
7555 dm3045|datamedia 3045a:\
7556 :am:bs:eo:km@:ul:xn:\
7557 :al@:dc=\EB:dl@:dm@:ed@:ei=\EP:is=\EU\EV:k0=\Ey\r:k1=\Ep\r:\
7558 :k2=\Eq\r:k3=\Er\r:k4=\Es\r:k5=\Et\r:k6=\Eu\r:k7=\Ev\r:\
7559 :k8=\Ew\r:k9=\Ex\r:kh=\EH:kr=\EC:ku=\EA:pc=\177:se@:so@:\
7561 # Datamedia DT80 soft switches:
7563 # Autorepeat 0=off 1=on
7564 # Screen 0=Dark 1=light
7565 # Cursor 0=u/l 1=block
7567 # 2 Margin Bell 0=off 1=on
7568 # Keyclick 0=off 1=on
7569 # Ansi/VT52 0=VT52 1=Ansi
7570 # Xon/Xoff 0=Off 1=On
7572 # 3 Shift3 0=Hash 1=UK Pound
7574 # Newline 0=Off 1=On
7575 # Interlace 0=Off 1=On
7577 # 4 Parity 0=Odd 1=Even
7580 # Power 0=60Hz 1=50Hz
7582 # 5 Line Interface 0=EIA 1=Loop
7583 # Aux Interface 0=EIA 1=Loop
7584 # Local Copy 0=Off 1=On
7587 # 6 Aux Parity 0=Odd 1=Even
7588 # Aux Parity 0=Off 1=On
7589 # Aux Bits/Char 0=7 1=8
7590 # CRT Saver 0=Off 1=On
7591 # dm80/1 is a vt100 lookalike, but it doesn't seem to need any padding.
7592 dm80|dmdt80|dt80|datamedia dt80/1:\
7593 :cd=\E[J:ce=\E[K:cl=\E[2J\E[H:cm=%i\E[%d;%dH:do=^J:\
7594 :ho=\E[H:me=\E[m:nd=\E[C:pf=\E[4i:po=\E[5i:ps=\E[0i:\
7595 :se=\E[m:so=\E[7m:sr=\EM:ue=\E[m:up=\E[A:us=\E[4m:\
7597 # except in 132 column mode, where it needs a little padding.
7598 # This is still less padding than the vt100, and you can always turn on
7599 # the ^S/^Q handshaking, so you can use vt100 flavors for things like
7601 dm80w|dmdt80w|dt80w|datamedia dt80/1 in 132 char mode:\
7603 :cd=20\E[0J:ce=20\E[0K:cl=50\E[H\E[2J:cm=5\E[%i%d;%dH:\
7606 # From: Adam Thompson <thompson@xanth.magic.mb.ca> Sept 10 1995
7607 dt80-sas|Datamedia DT803/DTX for SAS usage:\
7610 :ac=``a1fxgqh0jYk?lZm@nEooppqDrrsstCu4vAwBx3yyzz{{||}}~~:\
7611 :ae=\EG:al=\EL:as=\EF:bl=^G:cd=^K:ce=^]:cl=^L:\
7612 :cm=\E=%r%+ %+ :cr=^M:\
7613 :ct=\E'0:dl=\EM:do=\EB:ff=^L:ho=^Y:is=\E)0\E<\EP\E'0\E$2:\
7614 :kC=^L:kE=^]:kS=^K:kd=^J:kh=^Y:kl=^H:kr=^\:ku=^_:le=^H:me=^X:\
7615 :mr=\E$2\004:nd=^\:pf=^O:po=^N:se=^X:sf=\EB:so=\E$2\004:\
7616 :sr=\EI:st=\E'1:ta=^I:up=^_:
7618 # Datamedia Excel 62, 64 from Gould/SEL UTX/32 via BRL
7619 # These aren't end-all Excel termcaps; but do insert/delete char/line
7620 # and name some of the extra function keys. (Mike Feldman ccvaxa!feldman)
7621 # The naming convention has been bent somewhat, with the use of E? (where
7622 # E is for 'Excel') as # a name. This was done to distinguish the entries
7623 # from the other Datamedias in use here, and yet to associate a model of
7624 # the Excel terminals with the regular datamedia terminals that share
7625 # major characteristics.
7626 excel62|excel64|datamedia Excel 62:\
7627 :dc=\E[P:ei=\E[4l:im=\E[4h:k5=\EOu:k6=\EOv:k7=\EOw:k8=\EOx:\
7628 :k9=\EOy:kb=^H:kd=^J:kl=^H:\
7630 excel62-w|excel64-w|datamedia Excel 62 in 132 char mode:\
7631 :dc=\E[P:ei=\E[4l:im=\E[4h:k5=\EOu:k6=\EOv:k7=\EOw:k8=\EOx:\
7632 :k9=\EOy:kb=^H:kd=^J:kl=^H:\
7634 excel62-rv|excel64-rv|datamedia Excel 62 in reverse video mode:\
7635 :dc=\E[P:ei=\E[4l:im=\E[4h:k5=\EOu:k6=\EOv:k7=\EOw:k8=\EOx:\
7636 :k9=\EOy:kb=^H:kd=^J:kl=^H:vb=\E[?5l\E[?5h:\
7641 # Falco Data Products
7642 # 440 Potrero Avenue
7643 # Sunnyvale, CA 940864-196
7644 # Vox: (800)-325-2648
7645 # Fax: (408)-745-7860
7646 # Net: techsup@charm.sys.falco.com
7648 # Current Falco models as of 1995 are generally ANSI-compatible and support
7649 # emulations of DEC VT-series, Wyse, and Televideo types.
7652 # Test version for Falco ts-1. See <arpavax.hickman@ucb> for info
7653 # This terminal was released around 1983 and was discontinued long ago.
7654 # The standout and underline highlights are the same.
7655 falco|ts1|ts-1|falco ts-1:\
7658 :al=\EE:bl=^G:cd=\EY:ce=\ET\EG0\010:cl=\E*:cm=\E=%+ %+ :\
7659 :cr=^M:dc=\EW:dl=\ER:do=^J:ei=\Er:ho=^^:im=\Eq:is=\Eu\E3:\
7660 :k0=^A0\r:kd=^J:kl=^H:kr=^L:ku=^K:le=^H:me=\Eg0:nd=^L:\
7661 :se=\Eg0:sf=^J:so=\Eg1:ta=^I:ue=\Eg0:up=^K:us=\Eg1:
7662 falco-p|ts1p|ts-1p|falco ts-1 with paging option:\
7663 :am:bs:da:db:mi:ms:ul:\
7665 :al=\EE:bl=^G:bt=\EI:cd=\EY:ce=\ET\EG0\010\Eg0:cl=\E*:\
7666 :cm=\E=%+ %+ :cr=^M:dc=\EW:dl=\ER:do=\E[B:ei=\Er:im=\Eq:\
7667 :is=\EZ\E3\E_c:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
7668 :le=^H:me=\Eg0:nd=\E[C:se=\Eg0:sf=^J:so=\Eg4:ta=^I:te=\E_b:\
7669 :ti=\E_d:ue=\Eg0:up=\E[A:us=\Eg1:
7670 # (ts100: I added <rmam>/<smam> based on the init string -- esr)
7671 ts100|ts100-sp|falco ts100-sp:\
7673 :co#80:it#8:li#24:vt#3:\
7674 :@8=\EOM:DO=\E[%dB:K1=\EOq:K2=\EOr:K3=\EOs:K4=\EOp:K5=\EOn:\
7675 :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:\
7676 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
7677 :ae=\E(B:al=\E~E:as=\E(0:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\
7678 :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
7679 :ct=\E[3g:dc=\E~W:dl=\E~R:do=^J:eA=\E(B:ei=:ho=\E[H:\
7680 :i1=\E~)\E~ea:ic=\E~Q:im=:k0=\EOy:k1=\EOP:k2=\EOQ:k3=\EOR:\
7681 :k4=\EOS:k5=\EOt:k6=\EOu:k7=\EOv:k8=\EOl:k9=\EOw:k;=\EOx:\
7682 :kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\
7683 :ku=\EOA:le=^H:mb=\E[5m:md=\E[1m:me=\E[m\017:mr=\E[7m:\
7684 :nd=\E[C:r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\
7685 :sc=\E7:se=\E[m:sf=^J:so=\E[1;7m:sr=\EM:st=\EH:ta=^I:\
7686 :ue=\E[m:up=\E[A:us=\E[4m:
7687 ts100-ctxt|falco ts-100 saving context:\
7688 :te=\E~_b:ti=\E~_d\E[2J:tc=ts100:
7690 #### Florida Computer Graphics
7693 # Florida Computer Graphics Beacon System, using terminal emulator program
7694 # "host.com", as provided by FCG. This description is for an early release
7695 # of the "host" program. Known bug: :cd: clears the whole screen, so it's
7698 # From: David Bryant <cbosg!djb> 1/7/83
7699 beacon|FCG Beacon System:\
7702 :al=\EE:bl=\ESTART\r\E37\r\EEND\r:ce=\ET:cl=\EZ:\
7703 :cm=\E=%+ %+ :cr=^M:dc=\EW:dl=\ER:do=^J:ei=:ho=\EH:ic=\EQ:\
7704 :im=:le=^H:mb=\ESTART\r\E61\0541\r\EEND\r:\
7705 :me=\ESTART\r\E78\r\E70\0540\r\EEND\r:\
7706 :mr=\ESTART\r\E59\0541\r\EEND\r:nd=\EV:\
7707 :se=\ESTART\r\E70\0540\r\EEND\r:sf=^J:\
7708 :so=\ESTART\r\E70\0546\r\EEND\r:te=:\
7709 :ti=\ESTART\r\E2\0540\r\E12\r\EEND\r:\
7710 :ue=\ESTART\r\E60\0540\r\EEND\r:up=\EU:\
7711 :us=\ESTART\r\E60\0541\r\EEND\r:
7716 # The f1720a differences from ANSI: no auto margin, destructive
7717 # tabs, # of lines, funny highlighting and underlining
7718 f1720|f1720a|fluke 1720A:\
7720 :co#80:li#16:sg#1:ug#1:\
7721 :bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:\
7722 :do=\E[B:is=\E[H\E[2J:kd=^]:kl=^_:kr=^^:ku=^\:le=^H:me=\E[m:\
7723 :nd=\E[C:se=\E[m:sf=\ED:so=\E[7m:sr=\EM:ue=\E[m:up=\E[A:\
7726 #### Liberty Electronics (Freedom)
7728 # Liberty Electronics
7729 # 48089 Fremont Blvd
7731 # Vox: (510)-623-6000
7732 # Fax: (510)-623-7021
7734 # From: <faletti@berkeley.edu>
7735 # (f100: added empty <acsc> to suppress a tic warning;
7736 # made this relative to adm+sgr -- note that <invis> isn't
7737 # known to work for f100 but does on the f110. --esr)
7738 f100|freedom|freedom100|freedom model 100:\
7739 :am:bs:bw:hs:mi:ms:xo:\
7741 :ac=:ae=\E$:al=\EE:as=\E%:bl=^G:bt=\EI:cd=\EY:ce=\ET:\
7742 :ch=\E]%+ :cl=^Z:cm=\E=%+ %+ :cr=^M:ct=\E3:cv=\E[%+ :\
7743 :dc=\EW:dl=\ER:do=^J:ds=\Eg\Ef\r:ei=\Er:fs=^M:ho=^^:im=\Eq:\
7744 :ip=:is=\Eg\Ef\r\Ed:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:\
7745 :k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:\
7746 :kB=\EI:kb=^H:kd=^V:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:nd=^L:sf=^J:\
7747 :sr=\Ej:st=\E1:ta=^I:ts=\Eg\Ef:up=^K:vb=\Eb\Ed:\
7749 f100-rv|freedom-rv|freedom 100 in reverse video:\
7750 :is=\Eg\Ef\r\Eb:vb=\Ed\Eb:tc=f100:
7751 # The f110 and f200 have problems with vi(1). They use the ^V
7752 # code for the down cursor key. When kcud1 is defined in terminfo
7753 # as ^V, the Control Character Quoting capability (^V in insert mode)
7754 # is lost! It cannot be remapped in vi because it is necessary to enter
7755 # a ^V to to quote the ^V that is being remapped!!!
7757 # f110/f200 users will have to decide whether
7758 # to lose the down cursor key or the quoting capability. We will opt
7759 # initially for leaving the quoting capability out, since use of VI
7760 # is not generally applicable to most interactive applications
7761 # (f110: added :ta:, :kh: & <kcbt> from f100 -- esr)
7762 f110|freedom110|Liberty Freedom 110:\
7765 :ae=\E%%:al=\EE:as=\E$:dl=\ER:do=^V:ds=\Ef\r:ei=\Er\EO:\
7766 :im=\EO\Eq:ip@:is@:k0=^AI\r:k;@:kA=\EE:kC=^^:kD=\EW:kE=\ET:\
7767 :kI=\EQ:kL=\ER:kS=\EY:mb=\EG2:md=\EG0:mh=\EG@:pf=\Ea:po=\E`:\
7768 :so=\EG<:sr=\EJ:ts=\Ef:vb=\Eb\Ed:ve=\E.2:vi=\E.1:vs=\E.2:\
7770 f110-14|Liberty Freedom 110 14inch:\
7772 f110-w|Liberty Freedom 110 - 132 cols:\
7774 f110-14w|Liberty Freedom 110 14in/132 cols:\
7777 # (f200: added <acsc> to suppress tic warnings re :as:/:ae: --esr)
7778 f200|freedom200|Liberty Freedom 200:\
7779 :am:bs:es:hs:mi:ms:xo:\
7780 :co#80:it#8:li#24:ws#80:\
7781 :ac=:ae=\E%%:al=\EE:as=\E$:bl=^G:bt=\EI:cd=\EY:ce=\ET:\
7782 :ch=\E]%+ :cl=^Z:cm=\E=%+ %+ :cr=^M:cs=\Em0%+ %+ :ct=\E3:\
7783 :cv=\E[%+ :dc=\EW:dl=\ER:do=^V:ds=\Ef\r:ei=\Er:fs=^M:ho=^^:\
7784 :im=\Eq:k0=^AI\r:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:\
7785 :k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:kA=\EE:kC=^^:\
7786 :kD=\EW:kE=\ET:kI=\EQ:kL=\ER:kS=\EY:kb=^H:kd=^V:kl=^H:kr=^L:\
7787 :ku=^K:le=^H:mb=\EG2:md=\EG0:mh=\EG@:nd=^L:pf=\Ea:po=\E`:\
7788 :sf=^J:so=\EG<:sr=\EJ:st=\E1:ts=\Ef:up=^K:vb=\Eo\En:ve=\E.1:\
7791 f200-w|Liberty Freedom 200 - 132 cols:\
7793 # The f200 has the ability to reprogram the down cursor key. The key is
7794 # reprogrammed to ^J (linefeed). This value is remembered in non-volatile RAM,
7795 # so powering the terminal off and on will not cause the change to be lost.
7796 f200vi|Liberty Freedom 200 for vi:\
7797 :kd=^J:vb=\Eb\Ed:tc=f200:
7798 f200vi-w|Liberty Freedom 200 - 132 cols for vi:\
7803 # Graphon Corporation
7804 # 544 Division Street
7805 # Campbell, CA 95008
7806 # Vox: (408)-370-4080
7807 # Fax: (408)-370-5047
7808 # Net: troy@graphon.com (Troy Morrison)
7811 # The go140 and go225 have been discontinued. GraphOn now makes X terminals,
7812 # including one odd hybrid that starts out life on power-up as a character
7813 # terminal, than can be switched to X graphics mode (driven over the serial
7814 # line) by an escape sequence. No info on this beast yet.
7815 # (go140: I added <rmam>/<smam> based on the init string -- esr)
7816 go140|graphon go-140:\
7819 :RA=\E[?7l:SA=\E[?7h:al=\E[L:cd=10\E[J:ce=\E[K:\
7820 :cl=10\E[H\E[2J:cm=\E[%i%2;%2H:dc=\E[P:dl=\E[M:ei=\E[4l:\
7821 :if=/usr/share/tabset/vt100:im=\E[4h:\
7822 :is=\E<\E=\E[?3l\E[?7l\E(B\E[J\E7\E[;r\E8\E[m\E[q:\
7823 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kd=\EOB:ke=\E[?1l\E>:\
7824 :kh=\E[H:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:\
7825 :me=\E[m:nd=\E[C:se=\E[m:so=\E[7m:sr=\EM:ta=^I:ue=\E[m:\
7827 go140w|graphon go-140 in 132 column mode:\
7830 :is=\E<\E=\E[?3h\E[?7h\E(B\E[J\E7\E[;r\E8\E[m\E[q:tc=go140:
7831 # Hacked up vt200 termcap to handle GO-225/VT220
7832 # From: <edm@nwnexus.WA.COM>
7833 # (go225: I added <rmam>/<smam> based on the init string -- esr)
7834 go225|go-225|Graphon 225:\
7836 :co#80:it#8:li#25:vt#3:\
7837 :RA=\E[?7l:SA=\E[?7h:al=\E[L:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
7838 :cm=\E[%i%d;%dH:cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:do=^J:\
7839 :ei=\E[4l:ho=\E[H:im=\E[4h:\
7840 :is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:k1=\EOP:k2=\EOQ:\
7841 :k3=\EOR:k4=\EOS:kb=^H:kd=\E[B:ke=\E>:kh=\E[H:kl=\E[D:\
7842 :kr=\E[C:ks=\E=:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:\
7843 :mr=\E[7m:nd=\E[C:r1=\E[\041p\E[?7h\E[2;1;1#w:rc=\E8:\
7844 :rf=/usr/share/tabset/vt100:sc=\E7:se=\E[27m:sf=\ED:\
7845 :so=\E[7m:sr=\EM:ta=^I:te=\E[\041p\E[?7h\E[2;1;1#w:\
7846 :ti=\E[2;0#w\E[1;25r:ue=\E[24m:up=\E[A:us=\E[4m:
7848 #### Harris (Beehive)
7850 # Bletch. These guys shared the Terminal Brain Damage laurels with Hazeltine.
7851 # Their terminal group is ancient history now (1995) though the parent
7852 # company is still in business.
7855 # Beehive documentation is undated and marked Preliminary and has no figures
7856 # so we must have early Superbee2 (Model 600, according to phone conversation
7857 # with mfr.). It has proved reliable except for some missing padding
7858 # (notably after \EK and <nl> at bottom of screen).
7860 # The key idea is that AEP mode is poison for :cm: & that US's in
7861 # the local memory should be avoided like the plague. That means
7862 # that the 2048 character local buffer is used as 25 lines of 80
7863 # characters, period. No scrolling local memory, folks. It also
7864 # appears that we cannot use naked INS LINE feature since it uses
7865 # US. The sbi fakes :al: with an 80-space insert that may be too
7866 # slow at low speeds; also spaces get converted to \040 which is
7867 # too long for some programs (not vi). DEL LINE is ok but slow.
7869 # The <nl> string is designed for last line of screen ONLY; cup to
7870 # 25th line corrects the motion inherent in scrolling to Page 1.
7872 # There is one understood bug. It is that the screen appears to
7873 # pop to a new (blank) page after a :nw:, or leave a half-line
7874 # ellipsis to a quad that is the extra 48 memory locations. The
7875 # data received is dumped into memory but not displayed. Not to
7876 # worry if :cm: is being used; the lines not displayed will be,
7877 # whenever the cursor is moved up there. Since :cm: is addressed
7878 # relative to MEMORY of window, nothing is lost; but beware of
7879 # relative cursor motion (:up:,:do:,:nd:,:le:). Recommended,
7880 # therefore, is setenv MORE -c .
7882 # WARNING: Not all features tested.
7884 # Timings are assembled from 3 sources. Some timings may reflect
7885 # SB2/Model 300 that were used if more conservative.
7886 # Tested on a Model 600 at 1200 and 9600 bd.
7888 # The BACKSPACEkb option is cute. The NEWLINE key, so cleverly
7889 # placed on the keyboard and useless because of AEP, is made
7890 # into a backspace key. In use ESC must be pressed twice (to send)
7891 # and sending ^C must be prefixed by ESC to avoid that weird
7892 # transmit mode associated with ENTER key.
7894 # IF TERMINAL EVER GOES CATATONIC with the cursor buzzing across
7895 # the screen, then it has dropped into ENTER mode; hit
7896 # RESET--ONLINE--!tset.
7898 # As delivered this machine has a FATAL feature that will throw
7899 # it into that strange transmit state (SPOW) if the space bar is
7900 # hit after a CR is received, but before receiving a LF (or a
7903 # The circuits MUST be modified to eliminate the SPOW latch.
7904 # This is done by strapping on chip A46 of the I/O board; cut
7905 # the p.c. connection to Pin 5 and strap Pin 5 to Pin 8 of that
7906 # chip. This mod has been checked out on a Mod 600 of Superbee II.
7907 # With this modification absurdly high timings on cr are
7910 # NOTE WELL that the rear panel switch should be set to CR/LF,
7913 sb1|beehive superbee:\
7914 :am:bs:bw:da:db:mi:ul:xb:\
7915 :co#80:li#25:sg#1:ug#1:\
7916 :al=\EN\EL\EQ \EP \EO\ER\EA:\
7917 :bl=^G:bt=\E`:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EF%r%03%03:cr=\r:\
7918 :ct=\E3:dc=\EP:dl=\EM:do=^J:ei=\ER:ho=\EH:im=\EQ\EO:\
7919 :is=\EE\EX\EZ\EO\Eb\Eg\ER:k0=\E2:k1=\Ep:k2=\Eq:k3=\Er:\
7920 :k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:k9=\E1:kE=\EK:kI=\EQ\EO:\
7921 :kL=\EM:kM=\ER:kS=\EJ:kb=^_:kd=\EB:kh=\EH:kl=\ED:kr=\EC:\
7922 :ku=\EA:l0=TAB CLEAR:l9=TAB SET:le=^H:me=\E_3:nd=\EC:\
7923 :se=\E_3:sf=^J:so=\E_1:st=\E1:ta=^I:te=:ti=\EO:ue=\E_3:\
7925 sbi|superbee|beehive superbee at Indiana U.:\
7927 :al=1\EN\EL\EQ \EP \EO\ER\EA:cr=\r:tc=sb1:
7928 # Alternate (older) description of Superbee - f1=escape, f2=^C.
7929 # Note: there are at least 3 kinds of superbees in the world. The sb1
7930 # holds onto escapes and botches ^C's. The sb2 is the best of the 3.
7931 # The sb3 puts garbage on the bottom of the screen when you scroll with
7932 # the switch in the back set to CRLF instead of AEP. This description
7933 # is tested on the sb2 but should work on all with either switch setting.
7934 # The f1/f2 business is for the sb1 and the :xb: can be taken out for
7935 # the other two if you want to try to hit that tiny escape key.
7936 # This description is tricky: being able to use cup depends on there being
7937 # 2048 bytes of memory and the hairy <nl> string.
7938 superbee-xsb|beehive super bee:\
7941 :cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EF%r%3%3:cr=\r:ct=\E3:dc=\EP:\
7942 :dl=\EM:do=^J:ho=\EH:is=\EH\EJ:k1=\Ep:k2=\Eq:k3=\Er:k4=\Es:\
7943 :k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:kd=\EB:kh=\EH:kl=\ED:kr=\EC:\
7944 :ku=\EA:le=^H:me=\E_3:nd=\EC:se=\E_3:\
7945 :sf=\n\200\200\200\n\200\200\200\EA\EK\200\200\200\ET\ET:\
7946 :so=\E_1:st=\E1:ta=^I:up=\EA:ve=^J:
7947 # This loses on lines > 80 chars long, use at your own risk
7948 superbeeic|super bee with insert char:\
7949 :ei=\ER:ic=:im=\EQ:tc=superbee-xsb:
7950 sb2|sb3|fixed superbee:\
7953 # Reports are that most of these Beehive entries (except superbee) have not
7954 # been tested and do not work right. :se: is a trouble spot. Be warned.
7956 # (bee: :ic: was empty, which is obviously bogus -- esr)
7957 beehive|bee|harris beehive:\
7960 :al=\EL:bt=\E>:cd=\EJ:ce=\EK:cl=\EE:cm=\EF%+ %+ :dc=\EP:\
7961 :dl=\EM:do=\EB:ei=\E@:ho=\EH:im=\EQ:kA=\EL:kB=\E>:kC=\EE:\
7962 :kD=\EP:kE=\EK:kI=\EQ:kL=\EM:kM=\E@:kb=^H:kd=\EB:kh=\EH:\
7963 :kl=\ED:kr=\EC:ku=\EA:le=^H:me=\Ed@:nd=\EC:se=\Ed@:so=\EdP:\
7964 :ue=\Ed@:up=\EA:us=\Ed`:
7965 # set tab is ^F, clear (one) tab is ^V, no way to clear all tabs.
7966 # good grief - does this entry make :sg:/:ug: when it doesn't have to?
7967 # look at those spaces in :se:/:so:. Seems strange to me...
7968 # (beehive: :if=/usr/share/tabset/beehive: removed, no such file. If you
7969 # really care, cook up one using ^F -- esr)
7970 beehive3|bh3m|beehiveIIIm|harris beehive 3m:\
7973 :al=\023:bl=^G:cd=^R:ce=^P:cl=^E^R:cr=^M:dl=\021:do=^J:ho=^E:\
7974 :le=^H:ll=^E^K:nd=^L:se= ^_:sf=^J:so=^] :st=^F:ta=^I:up=^K:
7975 beehive4|bh4|beehive 4:\
7978 :bl=^G:cd=\EJ:ce=\EK:cl=\EE:cr=^M:do=^J:ho=\EH:le=\ED:nd=\EC:\
7980 microb|microbee|micro bee series:\
7983 :bl=^G:cd=\EJ:ce=\EK:cl=\EE:cm=\EF%+ %+ :cr=^M:do=^J:k1=\Ep:\
7984 :k2=\Eq:k3=\Er:k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:k9=\Ex:\
7985 :kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:le=^H:me=\Ed@:nd=\EC:\
7986 :se=\Ed@:sf=^J:so= \EdP:ta=^I:ue=\Ed@:up=\EA:us=\Ed`:
7988 # 8675, 8686, and bee from Cyrus Rahman
7989 # (8675: changed k10, k11...k16 to k;, F1...F6 -- esr)
7990 ha8675|harris 8675:\
7991 :F1=^W:F2=\ER:F3=\EE:F4=\EI:F5=\Ei:F6=\Eg:\
7992 :is=\ES\E#\E*\Eh\Em\E?\E1\E9\E@\EX\EU:k1=^F:k2=^P:k3=^N:\
7993 :k4=^V:k5=^J:k6=^T:k7=^H:k8=\177:k9=\Ee:k;=\Ed:\
7995 # (8686: changed k10, k11...k16 to k;, F1...F6; fixed broken continuation
7997 ha8686|harris 8686:\
7998 :F1=\EW:F2=\002\E{\003:F3=\002\E|\003:F4=\002\E}\003:\
7999 :F5=\002\E~\003:F6=\002\E\177\003:\
8000 :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#:\
8001 :k1=\002\Ep\003:k2=\002\Eq\003:k3=\002\Er\003:\
8002 :k4=\002\Es\003:k5=\E3:k6=\EI:k7=\ER:k8=\EJ:k9=\E(:k;=\Ej:tc=bee:
8006 # Hazeltine appears to be out of the business now (1995). These guys were
8007 # co-owners of the Terminal Brain Damage Hall Of Fame along with Harris.
8008 # They have a hazeltine.com domain and can be reached at:
8011 # 450 East Pulaski Road
8012 # Greenlawn, New York 11740
8014 # As late as 1993, manuals for the terminal product line could still be
8017 # TRW Customer Service Division
8020 # Fairfield, NJ 07007-2078
8023 # Since :nd: is blank, when you want to erase something you
8024 # are out of luck. You will have to do ^L's a lot to
8025 # redraw the screen. h1000 is untested. It doesn't work in
8026 # vi - this terminal is too dumb for even vi. (The code is
8027 # there but it isn't debugged for this case.)
8028 hz1000|hazeltine 1000:\
8031 :bl=^G:cl=^L:cr=^M:do=^J:ho=^K:le=^H:nd= :sf=^J:
8032 # From: <cbosg!ucbvax!pur-ee!cincy!chris> Thu Aug 20 09:09:18 1981
8033 hz1420|hazeltine 1420:\
8036 :al=\E^Z:bl=^G:cd=\E^X:ce=\E^O:cl=\E^\:cm=\E\021%r%.%+ :\
8037 :cr=^M:dl=\E^S:do=^J:le=^H:nd=^P:se=\E^Y:sf=^J:so=\E^_:ta=^N:\
8039 # New "safe" cursor movement (11/87) from <cgs@umd5.umd.edu>. Prevents
8040 # freakout with out-of-range args and tn3270. No hz since it needs to
8042 hz1500|hazeltine 1500:\
8045 :al=~\032:bl=^G:cd=~\030:ce=~^O:cl=~^\:\
8046 :cm=~\021%r%>^^ %+`%+`:cr=^M:dl=~\023:do=~^K:ho=~^R:kd=^J:\
8047 :kh=~^R:kl=^H:kr=^P:ku=~^L:le=^H:nd=^P:se=~^Y:sf=^J:so=~^_:\
8049 # h1510 assumed to be in sane escape mode. Else use h1500.
8050 # (h1510: early versions of this entry apparently had ":se=\E^_:,
8051 # :so=\E^Y:, but these caps were commented out in 8.3; also,
8052 # removed incorrect and overridden ":do=^J:" -- esr)
8053 hz1510|hazeltine 1510:\
8056 :al=\E^Z:bl=^G:cd=\E^X:ce=\E^O:cl=\E^\:cm=\E\021%r%.%.:\
8057 :cr=^M:dl=\E^S:do=\E^K:le=^H:nd=^P:sf=^J:up=\E^L:
8059 # The following switch settings are assumed for normal operation:
8060 # FULL CR U/L_CASE ESCAPE
8061 # FORMAT_OFF EOM_A_OFF EOM_B_OFF WRAPAROUND_ON
8062 # Other switches may be set for operator convenience or communication
8064 hz1520|Hazeltine 1520:\
8067 :al=\E^Z:bl=^G:cd=\E^X:ce=\E^O:cl=\E^\:cm=\E\021%r%.%.:\
8068 :cr=^M:dl=\E^S:do=^J:ho=\E^R:kA=\E^Z:kC=\E^\:kE=\E^O:\
8069 :kL=\E^S:kS=\E^X:kb=^H:kd=\E^K:kh=\E^R:kl=^H:kr=^P:ku=\E^L:\
8070 :le=^H:md=\E^_:me=\E^Y:nd=^P:r1=\E$\E\005\E?\E\031:\
8071 :se=\E^Y:sf=^J:so=\E^_:up=\E^L:
8072 # This version works with the escape switch off
8073 # (h1520: removed incorrect and overridden ":do=^J:" -- esr)
8074 hz1520-noesc|hazeltine 1520:\
8077 :al=~^Z:bl=^G:cd=~^X:ce=~^O:cl=~^\:cm=~\021%r%.%.:cr=^M:\
8078 :dl=~^S:do=~^K:ho=~^R:le=^H:nd=^P:se=~^Y:sf=^J:so=~^_:up=~^L:
8079 # Note: the h1552 appears to be the first Hazeltine terminal which
8080 # is not braindamaged. It has tildes and backprimes and everything!
8081 # Be sure the auto lf/cr switch is set to cr.
8082 hz1552|hazeltine 1552:\
8084 :al=\EE:dl=\EO:do=^J:k1=\EP:k2=\EQ:k3=\ER:l1=blue:l2=red:\
8087 hz1552-rv|hazeltine 1552 reverse video:\
8088 :do=^J:se=\ET:so=\ES:tc=hz1552:
8089 # Note: h2000 won't work well because of a clash between upper case and ~'s.
8090 hz2000|hazeltine 2000:\
8093 :al=~\032:bl=^G:cl=~\034:cm=~\021%r%.%.:dl=~\023:do=^J:\
8094 :ho=~^R:le=^H:pc=\177:sf=^J:
8095 # Date: Fri Jul 23 10:27:53 1982. Some unknown person wrote:
8096 # I tested this termcap entry for the Hazeltine Esprit with vi. It seems
8097 # to work ok. There is one problem though if one types a lot of garbage
8098 # characters very fast vi seems not able to keep up and hangs while trying
8099 # to insert. That's in insert mode while trying to insert in the middle of
8100 # a line. It might be because the Esprit doesn't have insert char and delete
8101 # char as a built in function. Vi has to delete to end of line and then
8102 # redraw the rest of the line.
8103 esprit|Hazeltine Esprit I:\
8106 :al=\E^Z:bl=^G:bt=\E^T:cd=\E^W:ce=\E^O:cl=\E^\:\
8107 :cm=\E\021%r%.%.:cr=^M:dl=\E^S:do=\E^K:ho=\E^R:is=\E?:\
8108 :k0=^B0^J:k1=^B1^J:k2=^B2^J:k3=^B3^J:k4=^B4^J:k5=^B5^J:\
8109 :k6=^B6^J:k7=^B7^J:k8=^B8^J:k9=^B9^J:kb=^H:kd=\E^K:ke=\E>:\
8110 :kh=\E^R:kl=^H:kr=^P:ks=\E<:ku=\E^L:l0=0:l1=1:l2=2:l3=3:l4=4:\
8111 :l5=5:l6=6:l7=7:l8=8:l9=9:le=^H:nd=^P:se=\E^Y:sf=^J:so=\E^_:\
8113 esprit-am|hazeltine esprit auto-margin:\
8115 # Hazeltine Modular-1 from Cliff Shackelton <ittvax!ittral!shackelt> via BRL
8116 # Vi it seems always wants to send a control J for "do" and it turned out
8117 # that the terminal would work somewhat if the auto LF/CR was turned off.
8118 # (hmod1: removed :dn=~^K: -- esr)
8119 hmod1|Hazeltine Modular 1:\
8122 :al=~^Z:bl=^G:bt=~^T:cl=~^\:cm=~\021%r%.%.:cr=^M:dl=~^S:\
8123 :do=~^K:ho=~^R:kd=~^K:kh=~^R:kl=^H:kr=^P:ku=~^L:le=^H:me=~^Y:\
8124 :nd=^P:rc=~^Q:sc=~^E:se=~^Y:sf=^J:so=~^_:up=~^L:
8126 # Hazeltine Executive 80 Model 30 (1554?)
8127 # from Will Martin <control@ALMSA-1.ARPA> via BRL
8128 # Like VT100, except for different "am" behavior.
8129 hazel|exec80|h80|he80|Hazeltine Executive 80:\
8131 :co#80:it#8:li#24:vt#3:\
8132 :bl=^G:cd=50\E[J:ce=3\E[K:cl=50\E[;H\E[2J:\
8133 :cm=5\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:do=^J:ho=\E[H:\
8134 :is=\E[1;24r\E[24;1H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
8135 :kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\
8136 :ku=\EOA:le=^H:mb=2\E[5m:md=2\E[1m:me=2\E[m:mr=2\E[7m:\
8137 :nd=2\E[C:nl=^J:r1=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
8138 :rc=\E8:rf=/usr/share/tabset/vt100:sc=\E7:se=2\E[m:\
8139 :so=2\E[7m:sr=5\EM:ta=^I:ue=2\E[m:up=2\E[A:us=2\E[4m:
8144 ibm327x|line mode IBM 3270 style:\
8146 :ce=^M:cl=^M^J:ho=^M:
8148 # Beware! The 3101 entry IBM shipped with AIX 3 is *wrong*. Losers...
8149 # From: J.B. Nicholson-Owens <jeffo@uiuc.edu> 8 Mar 94
8150 # (ibm3101: :if=/usr/share/tabset/ibm3101: removed, no such file -- esr)
8151 ibm3101|i3101|IBM 3101-10:\
8154 :bl=^G:cd=\EJ:ce=\EI:cl=\EK:cm=\EY%+ %+ :cr=^M:ct=\E1:do=^J:\
8155 :ho=\EH:kb=^H:kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:\
8156 :nw=^M^J:sf=^J:st=\E0:ta=^I:up=\EA:
8157 # Received from the IBM terminals division (given to DRB)
8158 # June 1988 for PS/2 OS 2.2.3 cut
8159 ibm3151|i3151|IBM 3151:\
8161 :se=\E4@:so=\E4A:ue=\E4@:us=\E4B:\
8163 # From: Mark Easter <marke@fsi-ssd.csg.ssd.fsi.com> 29 Oct 1992
8164 # I've commented out or translated some IBM extensions.
8165 ibm3161|ibm3163|wy60-316X|wyse60-316X|IBM 3161/3163 display:\
8168 :F1=\Ek\r:F2=\El\r:F3=\E\041a\r:F4=\E\041b\r:\
8169 :F5=\E\041c\r:F6=\E\041d\r:F7=\E\041e\r:F8=\E\041f\r:\
8170 :F9=\E\041g\r:FA=\E\041h\r:FB=\E\041i\r:FC=\E\041j\r:\
8171 :FD=\E\041k\r:FE=\E\041l\r:\
8172 :al=\EN:ac=l\354q\361k\353x\370j\352m\355w\367u\365v\366t\364n\356:\
8173 :bl=^G:cd=\EJ:ce=\EI:cl=\EH\EJ:cm=\EY%+ %+ :cr=^M:dc=\EQ:\
8174 :dl=\EO:do=\EB:ho=\EH:k1=\Ea\r:k2=\Eb\r:k3=\Ec\r:k4=\Ed\r:\
8175 :k5=\Ee\r:k6=\Ef\r:k7=\Eg\r:k8=\Eh\r:k9=\Ei\r:k;=\Ej\r:\
8176 :kA=\EN:kB=\E2:kC=\EL\r:kD=\EQ:kE=\EI:kI=\EP \010:kL=\EO:\
8177 :kS=\EJ:kT=\E0:ka=\E 1:kb=^H:kd=\EB:kh=\EH:kl=\ED:kr=\EC:\
8178 :kt=\E1:ku=\EA:le=\ED:mb=\E4D:md=\E4H:me=\E4@\E<@:mk=\E4P:\
8180 :se=\E4@:sf=^J:so=\E4A:te=\E>A:ti=\E>A:ue=\E4@:up=\EA:\
8183 # How the 3164 sgr string works:
8184 # %{32} # push space for no special video characteristics
8185 # %?%p2%t%{1}%|%; # if p2 set, then OR the 1 bit for reverse
8186 # %?%p3%t%{4}%|%; # if p3 set, then OR the 4 bit for blink
8187 # %?%p4%t%{2}%|%; # if p4 set, then OR the 2 bit for underline
8189 # %{39}%p1%- # calculate 32 + (7 - p1) for foreground
8191 # %{64} # use only black background for now
8193 ibm3164|i3164|IBM 3164:\
8194 :mb=\E4D:md=\E4H:me=\E4@:\
8197 ibmaed|IBM Experimental display:\
8200 :al=\EN:cd=\EJ:ce=\EI:cl=\EH\EK:cm=\EY%+ %+ :dc=\EQ:dl=\EO:\
8201 :do=\EB:ei=:ho=\EH:ic=\EP:im=:kb=^H:kd=\EB:kl=\ED:kr=\EC:\
8202 :ku=\EA:le=^H:me=\E0:nd=\EC:se=\E0:so=\E0:ta=^I:up=\EA:\
8204 ibm-apl|apl|IBM apl terminal simulator:\
8206 # (ibmmono: this had an unknown `sb' boolean, I changed it to `bs'.
8207 # Also it had ":I0=f10:" which pretty obviously should be "l0=f10" -- esr)
8208 ibmmono|ibm5151|IBM workstation monochrome:\
8210 :al=\EL:dl=\EM:ds=\Ej\EY8 \EI\Ek:fs=\Ek:k0=\E<:k1=\ES:\
8211 :k2=\ET:k3=\EU:k4=\EV:k5=\EW:k6=\EP:k7=\EQ:k8=\ER:k9=\EY:\
8212 :kF=\EE:kI=\200:kN=\EE:kP=\Eg:kR=\EG:kb=^H:kh=\EH:l0=f10:\
8213 :md=\EZ:me=\Ew\Eq\Ez\EB:mk=\EF\Ef0;\Eb0;:mr=\Ep:se=\Ez:\
8214 :so=\EZ:sr=\EA:ts=\Ej\EY8%+ \Eo:ue=\Ew:us=\EW:\
8216 ibmega|ibm5154|IBM Enhanced Color Display:\
8217 :cr=^M:do=^J:kb=^H:kd=^J:kl=^H:nw=^M^J:sf=^J:ta=^I:tc=ibmmono:
8218 ibmega-c|ibm5154-c|IBM Enhanced Color Display:\
8219 :se=\EB:so=\EF\Ef3;:ue=\EB:us=\EF\Ef2;:tc=ibmmono:
8220 ibmvga-c|IBM VGA display color termcap:\
8221 :cr=^M:do=^J:kb=^H:kd=^J:kl=^H:nw=^M^J:sf=^J:ta=^I:tc=ibmega-c:
8222 ibmvga|IBM VGA display:\
8223 :cr=^M:do=^J:kb=^H:kd=^J:kl=^H:nw=^M^J:sf=^J:ta=^I:tc=ibmega:
8224 # ibmapa* and ibmmono entries come from ACIS 4.3 distribution
8225 rtpc|ibmapa16|ibm6155|IBM 6155 Extended Monochrome Graphics Display:\
8227 :ds=\Ej\EY@ \EI\Ek:ts=\Ej\EY@%+ \Eo:tc=ibmmono:
8228 # Advanced Monochrome (6153) and Color (6154) Graphics Display:
8229 ibmapa8c|ibmapa8|ibm6154|ibm6153|IBM 6153/4 Advanced Graphics Display:\
8231 :ds=\Ej\EY? \EI\Ek:ts=\Ej\EY?%+ \Eo:tc=ibmmono:
8232 ibmapa8c-c|ibm6154-c|IBM 6154 Advanced Color Graphics Display:\
8234 :ds=\Ej\EY? \EI\Ek:mh=\EF\Ef7;:ts=\Ej\EY?%+ \Eo:tc=ibmega-c:
8235 # From: Marc Pawliger <marc@ibminet.awdpa.ibm.com>
8236 # also in /usr/lpp/bos/bsdsysadmin.
8237 # (hft-c: this entry had :kb=\E[D:kf=\E[C: on the line with ku/kd/kh; this was
8238 # pretty obviously mislabeled for :le: and :nd:; also ":ul=\E[4m:" was clearly
8239 # a typo for ":us=\E[4m:"; also ":el=\E[K:" was a typo for ":ce=\E[K:".
8240 # I also added <rmam>/<smam> based on the terminal reset string.
8241 # There was an unknown boolean ":ht:" which I assume was meant to set hardware
8242 # tabs, so I have inserted it#8. Finally, :ac=^N: paired with the :ae: looked
8243 # like a typo for :as=^N:; finally, added empty <acsc> to quiet tic -- esr)
8244 ibm8512|ibm8513|hft-c|IBM High Function Terminal:\
8247 :AL=\E[%dL:DL=\E[%dM:RA=\E[?7l:SA=\E[?7h:ac=:ae=^O:al=\E[L:\
8248 :as=^N:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:dl=\E[M:\
8249 :dm=\E[4h:do=^J:ec=\E[%dX:ed=\E[4l:ei=\E[4l:ho=\E[H:\
8250 :im=\E[4h:is=\Eb\E[m\017\E[?7h:k0=\E[010q:k1=\E[001q:\
8251 :k2=\E[002q:k3=\E[003q:k4=\E[004q:k5=\E[005q:k6=\E[006q:\
8252 :k7=\E[007q:k8=\E[008q:k9=\E[009q:kd=\E[B:kh=\E[H:ku=\E[A:\
8253 :le=\E[D:mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:\
8254 :r1=\Eb\E[m\017\E[?7h\E[H\E[J:rc=\E[u:sc=\E[s:se=\E[m:\
8255 :so=\E[7m:te=\E[20h:ti=\E[20;4l\E[?7h\Eb:ue=\E[m:up=\E[A:\
8257 hft|AIWS High Function Terminal:\
8260 :al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:\
8261 :cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:do=^J:ei=\E6:ho=\E[H:\
8262 :ic=\E[@:im=\E6:k1=\E[001q:k2=\E[002q:k3=\E[003q:\
8263 :k4=\E[004q:k5=\E[005q:k6=\E[006q:k7=\E[007q:k8=\E[008q:\
8264 :k9=\E[009q:kN=\E[153q:kP=\E[159q:ka=\E[010q:kb=^H:\
8265 :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:\
8266 :md=\E[1m:me=\E[m:mk=\E[8m:mr=\E[7m:nd=\E[C:se=\E[m:sf=^J:\
8267 :so=\E[7m:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:
8268 ibm-system1|system1|ibm system/1 computer:\
8271 :bl=^G:cl=^Z:cm=\005%+ %+ :ho=^K:le=^H:nd=^\:sf=^J:up=^^:
8273 # From: <pryor@math.berkeley.edu>
8274 ibm5081|ibmmpel|IBM 5081 1024x1024 256/4096 color display:\
8277 :ds=\Ej\EYA \EI\Ek:fs=\Ek:ts=\Ej\EYA%+ \Eo:tc=ibmmono:
8278 ibm5081-c|ibmmpel-c|IBM 5081 1024x1024 256/4096 enhanced color display:\
8281 :ds=\Ej\EYA \EI\Ek:fs=\Ek:ts=\Ej\EYA%+ \Eo:tc=ibmega-c:
8282 ibm8514|IBM 8514 color display:\
8285 :cr=^M:do=^J:ds=\Ej\EYI \EI\Ek:fs=\Ek:kb=^H:kd=^J:kl=^H:\
8286 :nw=^M^J:sf=^J:ta=^I:ts=\Ej\EYI%+ \Eo:\
8288 ibm8514-c|IBM 8514 color display:\
8291 :cr=^M:do=^J:ds=\Ej\EYI \EI\Ek:fs=\Ek:kb=^H:kd=^J:kl=^H:\
8292 :nw=^M^J:sf=^J:ta=^I:ts=\Ej\EYI%+ \Eo:\
8296 # AIX entries. IBM ships these with AIX 3.
8297 # AIX extension caps are commented out,
8298 # except for box1 which has been translated to an <acsc> string.
8300 aixterm-m|IBM AIXterm Monochrome Terminal Emulator:\
8302 :ac=llqqkkxxjjmmwwuuvvttnn:ds=\E[?E:fs=\E[?F:md=\E[1m:\
8303 :me=\E[0;10m\E(B:s0=\E(B:s1=\E(0:\
8306 aixterm-m-old|IBM AIXterm Monochrome Terminal Emulator:\
8308 :ds=\E[?E:fs=\E[?F:md=\E[1m:\
8311 jaixterm-m|IBM Kanji AIXterm Monochrome Terminal Emulator:\
8315 #### Infoton/General Terminal Corp.
8318 # gt100 sounds like something DEC would come out with. Let's hope they don't.
8319 i100|gt100|gt100a|General Terminal 100A (formerly Infoton 100):\
8322 :al=\EL:bl=^G:cd=\EJ:ce=\EK:cl=^L:cm=\Ef%r%+ %+ :cr=^M:\
8323 :dl=\EM:do=^J:ho=\EH:le=^H:nd=\EC:se=\Ea:sf=^J:so=\Eb:up=\EA:\
8328 :al=\E[L:bl=^G:ce=\E[N:cl=\E[2J:cm=%i\E[%3;%3H:cr=^M:\
8329 :dc=\E[4h\E[2Q\E[P\E[4l\E[0Q:dl=\E[M:do=^J:\
8330 :ei=\E[4l\E[0Q:im=\E[4h\E[2Q:le=^H:nd=\E[C:sf=^J:up=\E[A:
8331 # (addrinfo: removed obsolete ":bc=^Z:" -- esr)
8335 :bl=^G:cd=^K:cl=^L:cr=^M:\
8336 :do=^J:ho=^H:le=^Z:ll=^H^\:nd=^Y:sf=^J:up=^\:
8337 # (infoton: used to have the no-ops <lh#0>, <lw#0>, <nlab#0> -- esr)
8341 :bl=^G:cd=^K:cl=^L:cr=^M:do=^J:le=^Z:ll=^H^\:nd=^Y:sf=^J:\
8344 #### Interactive Systems Corp
8346 # ISC used to sell OEMed and customized hardware to support ISC UNIX.
8347 # ISC UNIX still exists in 1995, but ISC itself is no more; they got
8348 # bought out by Sun.
8351 # From: <cithep!eric> Wed Sep 16 08:06:44 1981
8352 # (intext: removed obsolete ":ma=^K^P^R^L^L ::bc=^_:", also the
8353 # ":le=^_:" later overridden -- esr)
8354 intext|Interactive Systems Corporation modified owl 1200:\
8356 :co#80:it#8:li#24:sg#1:\
8357 :al=\020:bl=^G:bt=^Y:cd=\026J:ce=^Kp^R:cl=\014:\
8358 :cm=\017%+ %+ :cr=^M:dc=\022:dl=\021:do=^J:ei=^V<:im=^V;:\
8359 :ip=:k0=^VJ\r:k1=^VA\r:k2=^VB\r:k3=^VC\r:k4=^VD\r:k5=^VE\r:\
8360 :k6=^VF\r:k7=^VG\r:k8=^VH\r:k9=^VI\r:kb=^H:kd=^J:ke=^V9:\
8361 :kh=^Z:kl=^_:kr=^^:ks=\036\072\264\026%:ku=^\:le=^H:nd=^^:\
8362 :se=^V# :sf=^J:so=^V$\054:ta=^I:up=^\:
8363 intext2|intextii|INTERACTIVE modified owl 1251:\
8366 :al=\E[L:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:ch=\E[%+^AG:\
8367 :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:\
8368 :do=\E[B:ei=:ic=\E[@:im=:k0=\E@\r:k1=\EP\r:k2=\EQ\r:\
8369 :k3=\ES\r:k4=\ET\r:k5=\EU\r:k6=\EV\r:k7=\EW\r:k8=\EX\r:\
8370 :k9=\EY\r:kb=^H:kd=\EB\r:kh=\ER\r:kl=\ED\r:kr=\EC\r:\
8371 :ku=\EA\r:l0=REFRSH:l1=DEL CH:l2=TABSET:l3=GOTO:l4=+PAGE:\
8372 :l5=+SRCH:l6=-PAGE:l7=-SRCH:l8=LEFT:l9=RIGHT:nd=\E[C:\
8373 :se=\E[2 D:sf=\E[S:so=\E[6 D:sr=\E[T:ta=^I:ue=\E[2 D:\
8374 :up=\E[A:us=\E[18 D:\
8375 :vb=\E[;;;;;;;;;2;;u\E[;;;;;;;;;1;;u:
8377 #### Kimtron (abm, kt)
8379 # Kimtron entries include (undocumented) codes for: enter dim mode,
8380 # enter bold mode, enter reverse mode, turn off all attributes.
8383 # Kimtron ABM 85 added by Dual Systems
8384 # (abm85: removed duplicated ":kd=^J:" -- esr)
8385 abm85|Kimtron ABM 85:\
8387 :co#80:it#8:li#24:sg#1:ug#1:\
8388 :al=\EE:bt=\EI:cd=\Ey:ce=\Et:cl=\E*:cm=\E=%+ %+ :dc=\EW:\
8389 :dl=\ER:do=^J:ei=\Er:if=/usr/share/tabset/stdcrt:im=\EQ:\
8390 :is=\EC\EX\Eg\En\E%\Er\E(\Ek\Em\Eq:kb=^H:kd=^J:kh=^^:\
8391 :kl=^H:kr=^L:ku=^K:le=^H:nd=^L:se=\Ek:so=\Ej:ta=^I:ue=\Em:\
8393 # Kimtron ABM 85H added by Dual Systems.
8394 # Some notes about the abm85h entries:
8395 # 1) there are several firmware revs of 85H in the world. Use abm85h-old for
8396 # firmware revs prior to SP51
8397 # 2) Make sure to use abm85h entry if the terminal is in 85h mode and the
8398 # abm85e entry if it is in tvi920 emulation mode. They are incompatible
8399 # in some places and NOT software settable i.e., :is: can't fix it)
8400 # 3) In 85h mode, the arrow keys and special functions transmit when
8401 # the terminal is in dup-edit, and work only locally in local-edit.
8402 # Vi won't swallow `del char' for instance, but :ti: turns on
8403 # dup-edit anyway so that the arrow keys will work right. If the
8404 # arrow keys don't work the way you like, change :ti:, :te:, and
8405 # :is:. Note that 920E mode does not have software commands to toggle
8406 # between dup and local edit, so you get whatever was set last on the
8408 # 4) :vb: attribute is nice, but seems too slow to work correctly
8410 # 5) Make sure `hidden' attributes are selected. If `embedded' attributes
8411 # are selected, the <xmc@> entry should be removed.
8412 # 6) auto new-line should be on (selectable from setup mode only)
8414 # From: Erik Fair <fair@ucbarpa> Sun Oct 27 07:21:05 1985
8415 abm85h|Kimtron ABM 85H native mode:\
8418 :bl=^G:ds=\Ee:fs=^M:im=\EZ:\
8419 :is=\EC\EN\EX\024\016\EA\Ea\E%\E9\Ee\Er\En\E"\E}\E'\E(\Ef\r\EG0\Ed\E.4\El:\
8420 :kd=^V:me=\E(\EG0:mh=\E):mk@:ts=\Eg\Ef:vb@:ve=\E.4:vs=\E.2:\
8421 :me=\EG0:mk=\EG1:mr=\EG4:se=\EG0:so=\EG4:ue=\EG0:us=\EG8:\
8423 abm85e|Kimtron ABM 85H in 920E mode:\
8426 :is=\EC\EX\EA\E%\E9\Ee\Er\En\E"\E}\E'\E(\Ef\r\Ek\Eq\Em:\
8427 :me=\E(\Ek:mh=\E):mr=\Ej:vb@:\
8429 abm85h-old|oabm85h|o85h|Kimtron ABM 85H with old firmware rev.:\
8432 :is=\E}\EC\EX\Ee\En\E%\Er\E(\Ek\Em\Eq\Ed\ET\EC\E9\EF:\
8433 :me=\E(\Ek:mh=\E):mr=\Ej:\
8435 # From: <malman@bbn-vax.arpa>
8436 # (kt7: removed obsolete :ma=^V^J^L :" -- esr)
8437 kt7|kimtron model kt-7:\
8440 :al=\EE:bt=\EI:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :dc=\EW:\
8441 :dl=\ER:do=^V:ei=:fs=\Eg:ho=^^:ic=\EQ:\
8442 :if=/usr/share/tabset/stdcrt:im=:is=\El\E":k0=^AI\r:\
8443 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
8444 :k7=^AF\r:k8=^AG\r:k9=^AH\r:kA=\EE:kB=\EI:kC=^Z:kD=\EW:\
8445 :kE=\ET:kI=\EQ:kL=\ER:kS=\EY:kb=^H:kd=^V:kh=^^:kl=^H:kr=^L:\
8446 :ku=^K:le=^H:mk@:nd=^L:ta=^I:ts=\Ef:up=^K:\
8448 # Renamed TB=^I to :ta:, BE=^G to :bl:, BS=^H to :kb:, N to :kS: (based on the
8449 # other kt7 entry and the adjacent key capabilities). Removed EE which is
8450 # identical to :mh:. Removed :ES=\EGD: which is some kind of highlight
8451 # but we can't figure out what.
8452 kt7ix|kimtron model kt-7 or 70 in IX mode:\
8455 :@7=\EY:PU=\EK:ac=lZm@k?jYt4uCvAwBqDx3nE:ae=\E%:al=\EE:\
8456 :as=\E$:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E*:cm=\E=%+ %+ :\
8457 :cr=^M:dc=\EW:dl=\ER:do=^V:ds=\Ef\r:ei=:fs=^M:ho=^^:ic=\EQ:\
8458 :im=:is=\EG0\E s\017\E~:k0=^AI\r:k1=^A@\r:k2=^AA\r:\
8459 :k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:\
8460 :k9=^AH\r:kA=\EE:kB=\EI:kC=\E*:kE=\ET:kI=\EQ:kL=\ER:kN=\EJ:\
8461 :kS=\EY:kb=^H:kd=\E[B:kh=^^:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
8462 :mb=\EG2:me=\EG0:mh=\EG@:nd=^L:nw=^M^J:se=\EG0:sf=^J:\
8463 :so=\EG4:ta=^I:ts=\Ef:ue=\EG0:up=^K:us=\EG8:ve=\E.3:vi=\E.0:
8467 # This was a line of terminals made by McDonnell-Douglas Information Systems.
8468 # These entries come direct from MDIS documentation. I have edited them only
8469 # to move primary names of the form p[0-9] * to aliases, and to comment out
8470 # :ae:/:as: in a couple of entries without <acsc> strings. I have
8471 # also removed the change history; the last version indicates this is
8472 # version 4.3 by A.Barkus, September 1990 (earliest entry is October 1989).
8475 # McDonnell Information Systems Terminal Family History
8476 # =========================================
8478 # Prism-1, Prism-2 and P99:
8479 # Ancient Microdata and CMC terminals, vaguely like Adds Regent 25.
8481 # Prism-4 and Prism-5:
8482 # Slightly less ancient range of Microdata terminals. Follow-on from
8483 # Prism-2, but with many enhancements. P5 has eight display pages.
8486 # A special terminal for use with library systems, primarily in Germany.
8487 # Limited numbers. Similar functionality to P5 (except attributes?).
8489 # Prism-7, Prism-8 and Prism-9:
8490 # More recent range of MDIS terminals, in which P7 and P8
8491 # replace the P4 & P5, with added functionality, and P9 is the flagship.
8492 # The P9 has two emulation modes - P8 and ANSI - and includes a
8493 # large number of the DEC VT220 control sequences. Both
8494 # P8 and P9 support 80c/24ln/8pg and 132cl/24li/4pg formats.
8496 # Prism-12 and Prism-14:
8497 # Latest range, functionally very similar to the P9. The P14 has a
8498 # black-on-white overscanning screen.
8500 # The terminfo definitions given here are:
8502 # p2 - Prism-2 (or Prism-1 or P99).
8504 # p4 - Prism-4 (and older P7s & P8s).
8505 # p5 - Prism-5 (or Prism-6).
8508 # p8 - Prism-8 (in national or multinational mode).
8509 # p8-w - 132 column version of p8.
8510 # p9 - Prism-9 in ANSI mode.
8511 # p9-w - 132 column version of p9.
8512 # p9-8 - Prism-9 in Prism-8 emulation mode.
8513 # p9-8-w - As p9-8, but with 132 columns.
8515 # p12 - Prism-12 in ANSI mode.
8516 # p12-w - 132 column version of p12.
8517 # p12-m - Prism-12 in MDC emulation mode.
8518 # p12-m-w - As p12-m, but with 132 columns.
8519 # p14 - Prism-14 in ANSI mode.
8520 # p14-w - 132 column version of p14.
8521 # p14-m - Prism-14 in MDC emulation mode.
8522 # p14-m-w - As p14-m, but with 132 columns.
8527 # Includes Prism-1 and basic P99 without SP or MP loaded.
8528 # The simplest form of Prism-type terminal.
8529 # Basic cursor movement and clearing operations only.
8530 # No video attributes.
8532 # Horizontal cursor qualifiers of NUL, XON and XOFF are mapped to the next
8533 # value up, followed by backspace.
8538 :bl=^G:cd=\EJ:ce=\EK:\
8540 :cr=^M:cv=\013%+ :do=^J:ho=^A:kb=^H:kh=^A:le=^H:nd=^F:sf=^J:\
8546 # Includes early versions of P7 & P8.
8547 # Basic family definition for most Prisms (except P2 and P9 ANSI).
8549 # Horizontal cursor qualifiers of NUL, XON and XOFF are mapped to the next
8550 # value up, followed by backspace.
8551 # Cursor key definitions removed because they interfere with vi and csh keys.
8553 prism4|p4|P4|MDC Prism-4:\
8555 :co#80:li#24:sg#1:ug#1:ws#72:\
8556 :bl=^G:cd=\EJ:ce=\EK:\
8558 :cr=^M:cv=\013%+ :do=^J:ds=\035\343\035\345:fs=^]\345:\
8559 :ho=^A^J:kb=^H:kh=^A:le=^H:mb=^CB:me=^C :mh=^CA:mk=^CH:\
8560 :mr=^CD:nd=^F:pf=\ET:po=\ER:ps=\EU:\
8561 :se=^C :sf=^J:so=^CD:ts=^]\343:ue=^C :up=^Z:us=^CP:\
8562 :ve=^]\342:vi=^]\344:
8567 # Same definition as p4. Includes Prism-6 (not tested!).
8568 # Does not use any multi-page features.
8570 prism5|p5|P5|MDC Prism-5:\
8576 # Similar definition to p4. Uses ANSI cursor motion to avoid network problems.
8578 # Use p4 for very early models of P7.
8579 # Rev-index removed; can't send nulls to terminal in 8-bit modes.
8581 prism7|p7|P7|MDC Prism-7:\
8582 :ch@:cm=\E[%i%d;%dH:cv@:tc=p4:
8587 # Similar definition to p7. Uses ANSI cursor motion to avoid network problems.
8588 # Supports national and multinational character sets.
8590 # Alternate char set operations only work in multinational mode.
8591 # Use p4 for very early models of P8.
8592 # Rev-index removed; can't send nulls to terminal in 8-bit modes.
8593 # (esr: commented out :as:/:ae: because there's no <acsc>)
8595 prism8|p8|P8|MDC Prism-8:\
8596 :ch=\E[%i%d`:cm=\E[%i%d;%dH:cv=\E[%i%dd:is=\E[<12h:tc=p4:
8598 # p8-w: Prism-8 in 132 column mode
8599 # --------------------------------
8601 # 'Wide' version of p8.
8603 # Rev-index removed; can't send nulls to terminal in 8-bit modes.
8605 prism8-w|p8-w|P8-W|MDC Prism-8 in 132 column mode:\
8607 :is=\E[<12h\E[<14h:tc=p8:
8609 # p9: Prism-9 in ANSI mode
8610 # -------------------------
8612 # The "flagship" model of this generation of terminals.
8613 # ANSI X3.64 (ISO 6429) standard sequences, plus many DEC VT220 ones.
8615 # Tabs only reset by "reset". Otherwise assumes default (8 cols).
8616 # Fixes to deal with terminal firmware bugs:
8617 # . 'ri' uses insert-line since rev index doesn't always
8618 # . 'sgr0' has extra '0' since esc[m fails
8619 # . 'fsl' & 'dsl' use illegal char since cr is actioned wrong on line 25
8620 # Not covered in the current definition:
8622 # . Programming Fn keys
8623 # . Graphic characters (defaults correctly to vt100)
8624 # . Padding values (sets xon)
8625 # (esr: commented out :as:/:ae: because there's no <acsc>)
8627 # (untranslatable capabilities removed to fit entry within 1023 bytes)
8628 prism9|p9|P9|MDC Prism-9 in ANSII mode:\
8629 :5i:am:bw:hs:ms:xn:xo:\
8630 :co#80:it#8:li#24:vt#3:ws#72:\
8631 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\E[23~:\
8632 :F2=\E[24~:F3=\E[25~:F4=\E[26~:F5=\E[28~:F6=\E[29~:\
8633 :F7=\E[31~:F8=\E[32~:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
8634 :al=\E[L:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:ch=\E[%i%d`:cl=^L:\
8635 :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%d%%v:ct=\E[2g:\
8636 :cv=\E[%i%dd:dc=\E[P:dl=\E[M:do=^J:ds=\E[%}\024:ec=\E[%dX:\
8637 :ei=\E[4l:fs=^T:ho=\E[H:im=\E[4h:is=\E[&p\E[<12l\E F:\
8638 :k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:\
8639 :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:kC=^L:\
8640 :kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
8641 :mb=\E[5m:md=\E[1m:me=\E[0m:mp=\E[32%{:mr=\E[7m:nd=\E[C:\
8642 :nw=^M^J:pf=\E[4i:po=\E[5i:ps=\E[i:\
8643 :r2=\E[&p\E[<12l\E F\E[3g\E[9;17;25;33;41;49;57;65;73 N:\
8644 :rc=\E[%z:rp=\E[%r%db%.:sc=\E[%y:se=\E[27m:sf=^J:so=\E[7m:\
8645 :sr=\E[L:st=\EH:ta=^I:ts=\E[%i%d%%}:ue=\E[24m:up=\E[A:\
8646 :us=\E[4m:ve=\E[<4h:vi=\E[<4l:
8648 # p9-w: Prism-9 in 132 column mode
8649 # --------------------------------
8651 # 'Wide' version of p9.
8653 prism9-w|p9-w|P9-W|MDC Prism-9 in 132 column mode:\
8655 :is=\E[&p\E[<12l\E F\E[<14h:\
8656 :r2=\E[&p\E[<12l\E F\E[<14h:tc=p9:
8658 # p9-8: Prism-9 in P8 mode
8659 # ------------------------
8661 # P9 terminal in P8 emulation mode.
8662 # Similar to p8 definition.
8663 # Insertion and deletion operations possible.
8665 prism9-8|p9-8|P9-8|MDC Prism-9 in P8 mode:\
8666 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:IC=\E[%d@:al=\E[L:dc=\E[P:\
8667 :dl=\E[M:ei=:ic=\E[@:im=:\
8670 # p9-8-w: Prism-9 in P8 and 132 column modes
8671 # ------------------------------------------
8673 # P9 terminal in P8 emulation mode and 132 column mode.
8675 prism9-8-w|p9-8-w|P9-8-W|MDC Prism-9 in Prism 8 emulation and 132 column mode:\
8676 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:IC=\E[%d@:al=\E[L:dc=\E[P:\
8677 :dl=\E[M:ei=:ic=\E[@:im=:\
8680 # p12: Prism-12 in ANSI mode
8681 # ---------------------------
8683 # See p9 definition.
8685 prism12|p12|P12|MDC Prism-12 in ANSI mode:\
8688 # p12-w: Prism-12 in 132 column mode
8689 # ----------------------------------
8691 # 'Wide' version of p12.
8693 prism12-w|p12-w|P12-W|MDC Prism-12 in 132 column mode:\
8696 # p12-m: Prism-12 in MDC emulation mode
8697 # -------------------------------------
8699 # P12 terminal in MDC emulation mode.
8700 # Similar to p8 definition.
8701 # Insertion and deletion operations possible.
8703 prism12-m|p12-m|P12-M|MDC Prism-12 in MDC emulation mode:\
8706 # p12-m-w: Prism-12 in MDC emulation and 132 column modes
8707 # -------------------------------------------------------
8709 # P12 terminal in MDC emulation mode and 132 column mode.
8711 prism12-m-w|p12-m-w|P12-M-W|MDC Prism-12 in MDC emulation and 132 column mode:\
8714 # p14: Prism-14 in ANSII mode
8715 # ---------------------------
8717 # See p9 definition.
8719 prism14|p14|P14|MDC Prism-14 in ANSII mode:\
8722 # p14-w: Prism-14 in 132 column mode
8723 # ----------------------------------
8725 # 'Wide' version of p14.
8727 prism14-w|p14-w|P14-W|MDC Prism-14 in 132 column mode:\
8730 # p14-m: Prism-14 in MDC emulation mode
8731 # -------------------------------------
8733 # P14 terminal in MDC emulation mode.
8734 # Similar to p8 definition.
8735 # Insertion and deletion operations possible.
8737 prism14-m|p14-m|P14-M|MDC Prism-14 in MDC emulation mode:\
8740 # p14-m-w: Prism-14 in MDC emulation and 132 column modes
8741 # -------------------------------------------------------
8743 # P14 terminal in MDC emulation mode and 132 column mode.
8745 prism14-m-w|p14-m-w|P14-M-W|MDC Prism-14 in MDC emulation and 132 column mode:\
8748 # End of McDonnell Information Systems Prism definitions
8750 # These things were popular in the Pick database community at one time
8751 # From: George Land <georgeland@aol.com> 24 Sep 1996
8752 p8gl|prism8gl|McDonnell-Douglas Prism-8 alternate definition:\
8754 :co#80:li#24:ma#1:sg#1:ug#1:ws#78:\
8755 :F2=^AJ\r:F3=^AK\r:F4=^AL\r:F5=^AM\r:F6=^AN\r:F7=^AO\r:\
8756 :bl=^G:cd=\EJ:ce=\EK:cl=^L:cm=\E[%i%d;%dH:cr=^M:dc= ^H:\
8757 :dl=^P:do=^J:ho=^A:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:\
8758 :k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:\
8759 :kD= ^H:kE=\EK:kL=^P:kS=\EJ:kb=^H:kd=^J:kh=^A:kl=^U:kr=^F:\
8760 :ku=^Z:l1=F1:l2=F2:l3=F3:l4=F4:l5=F5:l6=F6:l7=F7:l8=F8:l9=F9:\
8761 :la=F10:le=^U:mb=^CB:me=^C :mh=^CA:mk=^CH:mr=^CD:nd=^F:\
8762 :nw=^J^M:pc=\200:se=^C :sf=^J:so=^CE:ue=^C :up=^Z:us=^C0:
8764 #### Microterm (act, mime)
8766 # The mime1 entries refer to the Microterm Mime I or Mime II.
8767 # The default mime is assumed to be in enhanced act iv mode.
8770 # New "safe" cursor movement (5/87) from <reuss@umd5.umd.edu>. Prevents
8771 # freakout with out-of-range args on Sytek multiplexors. No :so=^N: and
8772 # :se=^N: since it gets confused and it's too dim anyway. No :ic:
8773 # since Sytek insists ^S means xoff.
8774 # (act4: found ":ic=2^S:ei=:im=:ip=.1*^V:" commented out in 8.3 -- esr)
8775 act4|microterm|microterm act iv:\
8778 :al=2.3*\001<2.3*/>:bl=^G:cd=2.2*\037:ce=.1*\036:\
8779 :cl=12\014:cm=\024%+^X%>/0%+P:cr=^M:dc=.1*\004:\
8780 :dl=2.3*\027:do=^K:ho=^]:kd=^K:kl=^H:kr=^X:ku=^Z:le=^H:nd=^X:\
8782 # The padding on :sr: and :ta: for act5 and mime is a guess and not final.
8783 # The act 5 has hardware tabs, but they are in columns 8, 16, 24, 32, 41 (!)...
8784 # (microterm5: removed obsolete ":ma==^Z^P^Xl^Kj:" -- esr)
8785 act5|microterm5|microterm act v:\
8786 :kd=^K:kl=^H:kr=^X:ku=^Z:sr=\EH:uc=^H\EA:tc=act4:
8787 # Mimes using brightness for standout. Half bright is really dim unless
8788 # you turn up the brightness so far that lines show up on the screen.
8789 mime-fb|full bright mime1:\
8790 :is=^S\E:se=^S:so=^Y:tc=mime:
8791 mime-hb|half bright mime1:\
8792 :is=^Y\E:se=^Y:so=^S:tc=mime:
8793 # (mime: removed obsolete ":ma=^X ^K^J^Z^P:"; removed ":do=^K:" that overrode
8794 # the more plausible ":do=^J:" -- esr)
8795 # uc was at one time disabled to get around a curses bug, be wary of it
8796 mime|mime1|mime2|mimei|mimeii|microterm mime1:\
8798 :co#80:it#8:li#24:vt#9:\
8799 :al=\001:bl=^G:cd=^_:ce=^^:cl=^]^C:cm=\024%+^X%> 0%+P:\
8800 :cr=^M:dl=\027:do=^J:ho=^]:is=^S\E^Q:kd=^K:kl=^H:kr=^X:ku=^Z:\
8801 :le=^H:nd=^X:sf=^J:sr=\022:ta=\011:uc=^U:up=^Z:
8802 # These termcaps (for mime2a) put the terminal in low intensity mode
8803 # since high intensity mode is so obnoxious.
8804 mime2a-s|microterm mime2a (emulating an enhanced soroc iq120):\
8807 :al=\001:bl=^G:cd=\EJ:ce=\EK:cl=\EL:cm=\E=%+ %+ :cr=^M:\
8808 :dc=\ED:dl=\027:do=^J:ei=^Z:ho=^^:im=\EE:ip=:is=\E):kd=^J:\
8809 :kl=^H:kr=^L:ku=^K:le=^H:nd=^L:se=\E;:sf=^J:so=\E\072:sr=\EI:\
8810 :ue=\E7:up=\EI:us=\E6:
8811 # This is the preferred mode (but ^X can't be used as a kill character)
8812 mime2a|mime2a-v|microterm mime2a (emulating an enhanced vt52):\
8815 :al=\001:bl=^G:cd=\EQ:ce=\EP:cl=\EL:cm=\EY%+ %+ :cr=^M:\
8816 :dc=^N:dl=\027:do=^J:ei=^Z:ho=\EH:im=^O:ip=:is=^Y:kd=\EB:\
8817 :kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:se=\E9:sf=^J:so=\E8:\
8818 :sr=\EA:ta=^I:ue=\E5:up=\EA:us=\E4:
8819 # (mime3a: removed obsolete ":ma=^X ^K^J^Z^P:" -- esr)
8820 mime3a|mime1 emulating 3a:\
8822 :kd=^K:kl=^H:kr=^X:ku=^Z:tc=adm3a:
8823 mime3ax|mime-3ax|mime1 emulating enhanced 3a:\
8825 :al=\001:cd=^_:ce=^X:dl=\027:ta=\011:tc=mime3a:
8826 # Wed Mar 9 18:53:21 1983
8827 # We run our terminals at 2400 baud, so there might be some timing problems at
8828 # higher speeds. The major improvements in this model are the terminal now
8829 # scrolls down and insert mode works without redrawing the rest of the line
8830 # to the right of the cursor. This is done with a bit of a kludge using the
8831 # exit graphics mode to get out of insert, but it does not appear to hurt
8832 # anything when using vi at least. If you have some users using act4s with
8833 # programs that use curses and graphics mode this could be a problem.
8834 mime314|mm314|mime 314:\
8837 :al=^A:cd=^_:ce=^^:cl=^L:cm=\024%.%.:dc=^D:dl=^W:ei=^V:ho=^]:\
8838 :im=^S:kd=^K:kl=^H:kr=^X:ku=^Z:le=^H:nd=^X:ta=^I:up=^Z:
8839 # Microterm mime 340 from University of Wisconsin
8840 mm340|mime340|mime 340:\
8842 :al=46\EU:cd=2*\037:ce=2.1\EL:cl=12\032:cm=\E=%+ %+ :\
8843 :cr=^M:dc=2.1*\E#:dl=49.6\EV:do=^J:is=\E\054:kb=^H:kd=^J:\
8844 :kl=^H:ku=^K:le=^H:nd=^L:nw=^M^J:sf=^J:ta=^I:up=^K:
8845 # This came from University of Wisconsin marked "astro termcap for jooss".
8846 # (mt4520-rv: removed obsolete ":kn#4:" and incorrect ":ri=\E[C:";
8847 # also added <rmam>/<smam> based on the init string -- esr)
8848 mt4520-rv|micro-term 4520 reverse video:\
8850 :co#80:it#8:li#24:ws#80:\
8851 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
8852 :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:\
8853 :al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
8854 :cr=^M:cs=\E[%i%d;%dr:ct=\E[g:dc=\E[P:dl=\E[M:do=\E[B:ei=:\
8855 :fs=\E[?5l\E[?5h:ho=\E[H:ic=\E[@:im=:\
8856 :is=\E(B\E[2l\E>\E[20l\E[?3l\E[?5h\E[?7h\E[1;24r\E[24;1H\E[H\E[J:\
8857 :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kb=^H:kd=\E[B:kh=\E[H:\
8858 :kl=\E[D:kr=\E[C:ku=\E[A:le=\E[D:ll=\E[24;1H:me=\E[m:\
8860 :r1=\E(B\E[2l\E>\E[20l\E[?3l\E[?5h\E[?7h\E[H\E[J:\
8861 :rc=\E8:rf=/usr/share/tabset/vt100:sc=\E7:se=\E[0m:\
8862 :sf=\ED:so=\E[7m:sr=\EM:st=\EH:ta=^I:ts=\E[25;1H:ue=\E[24m:\
8863 :up=\E[A:us=\E[4m:vb=\E[?5l\E[?5h:ve=\E[0V\E8:\
8866 # Fri Aug 5 08:11:57 1983
8867 # This entry works for the ergo 4000 with the following setups:
8868 # ansi,wraparound,newline disabled, xon/xoff disabled in both
8871 # WARNING!!! There are multiple versions of ERGO 4000 microcode
8872 # Be advised that very early versions DO NOT WORK RIGHT !!
8873 # Microterm does have a ROM exchange program- use it or lose big
8874 # (ergo400: added <rmam>/<smam> based on the init string -- esr)
8875 ergo4000|microterm ergo 4000:\
8878 :AL=\E[1L:RA=\E[?7l:SA=\E[?7m:bl=^G:cd=\E[0J:ce=\E[0K:\
8879 :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:dc=\E[1P:dl=\E[1M:\
8880 :do=\E[B:ei=\E[4l:im=\E[4h:\
8881 :is=\E<\E=\E[?1l\E[?4l\E[?5l\E[?7h\E[?8h:k1=\EOP:\
8882 :k2=\EOQ:k3=\EOR:k4=\EOS:kd=\E[B:ke=\E=:kl=\E[D:kr=\E[C:\
8883 :ks=\E=:ku=\E[A:l1=pf1:l2=pf2:l3=pf3:l4=pf4:le=^H:me=\E[m:\
8884 :nd=\E[C:se=\E[m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:up=\E[A:
8888 # NCR's terminal group was merged with AT&T's when AT&T bought the company.
8889 # For what happened to that group, see the ADDS section.
8891 # There is an NCR4103 terminal that's just a re-badged Wyse-50.
8894 # NCR7900 DIP switches:
8898 # 5 - Parity (Odd/Even)
8899 # 6 - Don't Send or Do Send Spaces
8901 # 8 - Stop Bits (One/Two)
8904 # 1 - Upper/Lower Shift
8905 # 2 - Typewriter Shift
8906 # 3 - Half Duplex / Full Duplex
8907 # 4 - Light/Dark Background
8908 # 5-6 - Carriage Return Without / With Line Feed
8910 # 8 - Suppress Keyboard Display
8913 # 1 - End of line entry disabled/enabled
8914 # 2 - Conversational mode / (Local?) Mode
8915 # 3 - Control characters displayed / not displayed
8916 # 4 - (2-wire?) / 4-wire communications
8917 # 5 - RTS on and off for each character
8918 # 6 - (50Hz?) / 60 Hz
8919 # 7 - Exit after level zero diagnostics
8920 # 8 - RS-232 interface
8923 # 1 - Reverse Channel (yes / no)
8924 # 2 - Manual answer (no / yes)
8925 # 3-4 - Cursor appearance
8926 # 5 - Communication Rate
8927 # 6 - Enable / Disable EXT turnoff
8928 # 7 - Enable / Disable CR turnoff
8929 # 8 - Enable / Disable backspace
8931 # From <root@goliath.un.atlantaga.NCR.COM>, init string hacked by SCO.
8932 ncr7900i|ncr7900|ncr 7900 model 1:\
8934 :co#80:li#24:sg#1:ug#1:\
8935 :bl=^G:cd=\Ek:ce=\EK:cl=^L:cm=\E1%r%.%.:cr=^M:do=^J:\
8936 :is=\E0@\010\E3\E4\E7:kd=^J:kh=^A:kl=^U:kr=^F:ku=^Z:le=^H:\
8937 :ll=^A:mb=\E0B:me=\E0@:mh=\E0A:mr=\E0P:nd=^F:pf=^T:po=^R:\
8938 :se=\E0@:sf=^J:so=\E0Q:ue=\E0@:up=^Z:us=\E0`:
8939 ncr7900iv|ncr 7900 model 4:\
8942 :al=\E^N:bl=^G:cl=^L:cm=\013%+@\E\005%02:cr=^M:dl=\E^O:\
8943 :do=^J:ds=\Ey1:fs=\Ek\Ey5:ho=\013@\E^E00:k1=\ES:k2=\ET:\
8944 :k3=\EU:k4=\EV:k5=\EW:k6=\EP:k7=\EQ:k8=\ER:kb=^H:kd=\EB:\
8945 :kh=\EH:kl=\ED:kr=\EC:ku=\EA:l6=blue:l7=red:l8=white:le=^H:\
8946 :nw=^M^J:sf=^J:ts=\Ej\Ex5\Ex1\EY8%+ \Eo:
8947 ncr7901|ncr 7901 model:\
8950 :bl=^G:cd=\Ek:ce=\EK:ch=\020%+^J:cl=^L:cm=\EY%+ %+ :cr=^M:\
8951 :cv=\013%+@:do=^J:is=\E4^O:kC=^L:kd=^J:kh=^H:kl=^U:kr=^F:\
8952 :ku=^Z:le=^H:ll=^A:mb=\E0B:me=^O:mh=\E0A:mr=\E0P:nd=^F:pf=^T:\
8954 :se=^O:sf=^J:so=\E0Q\016:ue=^O:up=^Z:us=\E0`\016:ve=^X:\
8957 #### Perkin-Elmer (Owl)
8959 # These are official terminfo entries from within Perkin-Elmer.
8962 bantam|pe550|pe6100|perkin elmer 550:\
8965 :bl=^G:ce=\EI:cl=\EK:cm=\EX%+ \EY%+ :cr=^M:do=^J:ho=\EH:\
8966 :le=^H:ll=\EH\EA:nd=\EC:sf=^J:up=\EA:
8967 fox|pe1100|perkin elmer 1100:\
8970 :bl=^G:cd=\EJ:ce=\EI:cl=\EH\EJ:cm=\EX%+ \EY%+ :cr=^M:\
8971 :ct=\E3:do=^J:ho=\EH:le=^H:ll=\EH\EA:nd=\EC:sf=^J:st=\E1:\
8972 :up=\EA:vb=\020\002\020\003:
8973 owl|pe1200|perkin elmer 1200:\
8976 :al=\EL:bl=^G:cd=\EJ:ce=\EI:cl=\EH\EJ:cm=\EX%+ \EY%+ :\
8977 :cr=^M:ct=\E3:dc=\EO:dl=\EM:do=^J:ei=:ho=\EH:ic=\EN:im=:ip=:\
8978 :k0=\ERJ:k1=\ERA:k2=\ERB:k3=\ERC:k4=\ERD:k5=\ERE:k6=\ERF:\
8979 :k7=\ERG:k8=\ERH:k9=\ERI:kb=^H:le=^H:ll=\EH\EA:\
8980 :me=\E\041\200:nd=\EC:se=\E\041\200:sf=^J:so=\E\041^H:\
8981 :st=\E1:up=\EA:vb=\020\002\020\003:
8982 pe1251|pe6300|pe6312|perkin elmer 1251:\
8984 :co#80:it#8:li#24:pb#300:sg#1:vt#8:\
8985 :bl=^G:cd=\EJ:ce=\EI:cl=\EK:cm=\EX%+ \EY%+ :cr=^M:ct=\E3:\
8986 :do=\EB:ho=\EH:k0=\ERA:k1=\ERB:k2=\ERC:k3=\ERD:k4=\ERE:\
8987 :k5=\ERF:k6=\ERG:k7=\ERH:k8=\ERI:k9=\ERJ:k;=\ERK:le=\ED:\
8988 :nd=\EC:sf=^J:st=\E1:up=\EA:
8989 # (pe7000m: this had
8990 # rmul=\E!\0, smul=\E!\040,
8991 # which is probably wrong, it collides with kf0
8992 pe7000m|perkin elmer 7000 series monochrome monitor:\
8995 :bl=^G:bt=\E\041Y:cd=\EJ:ce=\EI:cl=\EK:cm=\ES%+ %+ :cr=^M:\
8996 :do=\EB:ho=\EH:i1=\E\041\200\EW 7o\Egf\ES7 :\
8997 :k0=\E\041\200:k1=\E\041^A:k2=\E\041^B:k3=\E\041^C:\
8998 :k4=\E\041^D:k5=\E\041^E:k6=\E\041^F:k7=\E\041^G:\
8999 :k8=\E\041^H:k9=\E\041^I:k;=\E\041^J:kb=^H:kd=\E\041U:\
9000 :kh=\E\041S:kl=\E\041V:kr=\E\041W:ku=\E\041T:le=\ED:\
9001 :ll=\ES7 :nd=\EC:sf=^J:sr=\ER:up=\EA:
9002 pe7000c|perkin elmer 7000 series colour monitor:\
9003 :i1=\E\041\200\EW 7o\Egf\Eb0\Ec7\ES7 :se=\Eb0:so=\Eb2:\
9004 :ue=\E\041\200:us=\E\041 :\
9009 # Sperry Univac has merged with Burroughs to form Unisys.
9012 # This entry is for the Sperry UTS30 terminal running the TTY
9013 # utility under control of CP/M Plus 1R1. The functionality
9014 # provided is comparable to the DEC vt100.
9015 # (uts30: I added <rmam>/<smam> based on the init string -- esr)
9016 uts30|sperry uts30 with cp/m@1R1:\
9018 :co#80:li#24:ws#40:\
9019 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
9020 :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7m:SF=\E[%dB:\
9021 :SR=\E[%dA:UP=\E[%dA:\
9022 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
9023 :ae=\Ed:al=\EN:as=\EF:bl=^G:cd=\E[J:ce=\E[K:cl=^L:\
9024 :cm=\E[%i%d;%dH:cr=^M:cs=\EU%+ %+ :dc=\EM:dl=\EL:do=\EB:\
9025 :ei=:fs=^M:ho=\E[H:ic=\EO:im=:is=\E[U 7\E[24;1H:kb=^H:\
9026 :kd=\EOB:kh=\E[H:kl=\EOD:kr=\EOC:ku=\EOA:le=^H:mb=\E[5m:\
9027 :md=\E[1m:me=\E[m:mr=\E[7m:nd=\EC:\
9028 :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\EX:\
9029 :rf=/usr/share/tabset/vt100:sc=\EW:se=\E[m:sf=^J:\
9030 :so=\E[7m:sr=\EI:ta=^I:ts=\E]:uc=\EPB:ue=\E[m:up=\E[A:\
9031 :us=\E[4m:ve=\ES:vi=\ER:
9035 # Tandem builds these things for use with its line of fault-tolerant
9036 # transaction-processing computers. They aren't generally available
9037 # on the merchant market, and so are fairly uncommon.
9040 tandem6510|adm3a repackaged by Tandem:\
9043 # A funny series of terminal that TANDEM uses. The actual model numbers
9044 # have a fourth digit after 653 that designates minor variants. These are
9045 # natively block-mode and rather ugly, but they have a character mode which
9046 # this doubtless(?) exploits. There is a 6520 that is slightly dumber.
9047 # (tandem653: had ":sb=\ES:", probably someone's mistake for sf; also,
9048 # removed :if=/usr/share/tabset/tandem653:, no such file -- esr)
9049 tandem653|t653x|Tandem 653x multipage terminal:\
9051 :co#80:li#24:sg#1:ug#1:ws#64:\
9052 :cd=\EJ:ce=\EK:cl=\EI:cm=\023%+ %+ :do=^J:ds=\Eo\r:fs=^M:\
9053 :ho=\EH:le=^H:me=\E6 :nd=\EC:se=\E6 :sf=\ES:so=\E6$:sr=\ET:\
9054 :ts=\Eo:ue=\E6 :up=\EA:us=\E60:
9056 #### Tandy/Radio Shack
9058 # Tandy has a line of VDTs distinct from its microcomputers.
9061 dmterm|deskmate terminal:\
9064 :al=\EP:bl=^G:cd=\EJ:ce=\EK:cl=\Ej:cm=\EY%+ %+ :cr=^M:\
9065 :dc=\ES:dl=\ER:do=\EB:ei=:ho=\EH:ic=\EQ:im=:k0=\E1:k1=\E2:\
9066 :k2=\E3:k3=\E4:k4=\E5:k5=\E6:k6=\E7:k7=\E8:k8=\E9:k9=\E0:\
9067 :kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:l0=f1:l1=f2:l2=f3:l3=f4:\
9068 :l4=f5:l5=f6:l6=f7:l7=f8:l8=f9:l9=f10:le=^H:ll=\EE:mk@:nd=\EC:\
9069 :sf=\EX:ta=^I:ue@:up=\EA:us@:ve=\EG6:vi=\EG5:\
9071 dt100|dt-100|Tandy DT-100 terminal:\
9073 :co#80:li#24:sg#1:ug#1:\
9074 :ac=kkllmmjjnnwwvvttuuqqxx:ae=\E(B:al=\E[L:as=\E(0:bl=^G:\
9075 :cd=\E[J:ce=\E[K:cl=\E[H\E[2J:cm=\010\E[%i%d;%dH:cr=^M:\
9076 :cs=\E[%2;%2r:dc=\E[P:dl=\E[M:do=\E[B:ei=:ho=\E[H:ic=\E[@:\
9077 :im=:is=\E[?3l\E(B:k1=\E[?3i:k2=\E[2i:k3=\E[@:k4=\E[M:\
9078 :k5=\E[17~:k6=\E[18~:k7=\E[19~:k8=\E[20~:k9=\E[21~:\
9079 :k;=\E[?5i:kN=\E[29~:kP=\E[28~:kd=\E[B:kh=\E[H:kl=\E[D:\
9080 :kr=\E[C:ku=\E[A:l1=f1:l2=f2:l3=f3:l4=f4:l5=f5:l6=f6:l7=f7:\
9081 :l8=f8:le=^H:me=\E[m:nd=\E[C:se=\E[m:sf=^J:so=\E[7m:sr=\EM:\
9082 :ta=^I:ue=\E[m:up=\E[A:us=\E[4m:ve=\E[?25h:vi=\E[?25l:
9083 dt100w|dt-100w|Tandy DT-100 terminal (wide mode):\
9085 dt110|Tandy DT-110 emulating ansi:\
9088 :@7=\E[K:ac=kkllmmjjnnwwvvuuttqqxx:ae=\E(B:al=\E[0L:as=\E(0:\
9089 :bl=^G:cd=\E[0J:ce=\E[0K:cl=\E[H\E[2J:cm=\010\E[%i%d;%dH:\
9090 :cr=^M:cs=\E[%i%d;%dr:dc=\E[0P:dl=\E[0M:do=\E[0B:\
9091 :eA=\E(B:ei=:ho=\E[H:ic=\E[0@:im=:is=\E[?3l\E(B:\
9092 :k1=\E[1~:k2=\E[2~:k3=\E[3~:k4=\E[4~:k5=\E[5~:k6=\E[6~:\
9093 :k7=\E[7~:k8=\E[8~:k9=\E[9~:k;=\E[10~:kI=\E[@:kN=\E[26~:\
9094 :kP=\E[25~:kd=\E[B:kh=\E[G:kl=\E[D:kr=\E[C:ku=\E[A:l0=f1:\
9095 :l1=f2:l2=f3:l3=f4:l4=f5:l5=f6:l6=f7:l7=f8:l8=f9:l9=f10:le=^H:\
9096 :me=\E[m:nd=\E[C:se=\E[m:sf=^J:so=\E[7m:sr=\EM:ta=^I:\
9097 :ue=\E[m:up=\E[0A:us=\E[4m:ve=\E[?25h:vi=\E[?25l:
9098 pt210|TRS-80 PT-210 printing terminal:\
9101 :bl=^G:cr=^M:do=^J:sf=^J:
9103 # http://www.ordersomewherechaos.com/rosso/fetish/m102/web100/docs/termcap.html
9104 # via Christian Biere <christianbiere@gmx.de>
9105 # Termcap for the radio shack model 100 computer running its built-in
9106 # terminal emulator. The termcap entry was prepared at Microsoft as was
9107 # the model 100's standard software.
9108 # escape A cursor up
9109 # escape B cursor down
9110 # escape C cursor right
9111 # escape D cursor left
9112 # escape E clear screen and home cursor
9114 # e J erase to end of screen
9115 # e K erase to end of line
9118 # e P turn off cursor
9119 # e Q turn on cursor
9120 # e T set system line?
9121 # e U reset system line?
9122 # e V turn off LCD ?
9124 # e Y row/col cursor motion
9125 # e j clear screen don't move cursor
9126 # e l erase line don't move cursor
9127 # e p begin rev video
9129 # e del change char under cursor to space
9130 m10|m100|trs100|TRS100|radio shack model 100:\
9131 :am:bs:le=^H:li#8:co#40:\
9132 :ku=^^:kd=^_:kl=^]:kr=^\:up=\EA:nd=\EC:ho=\EH:ce=\EK:\
9133 :cd=\EJ:cl=\EE:xt:cm=\EY%+ %+ :\
9134 :so=\Ep:se=\Eq:al=\EL:dl=\EM:
9135 m100v|radio shack model 100 with video:\
9136 :co#80:do=^_:is=\ED:le=^]:li#24:nd:^\:sr=\EI:up=^^:tc=m100:
9137 m200|trs200|TRS200|radio shack model 200:\
9138 :am:bs:le=^H:li#16:co#40:\
9139 :ku=^^:kd=^_:kl=^]:kr=^\:up=\EA:nd=\EC:ho=\EH:ce=\EK:\
9140 :cd=\EJ:cl=\EE:xt:cm=\EY%+ %+ :\
9141 :so=\Ep:se=\Eq:al=\EL:dl=\EM:
9143 #### Tektronix (tek)
9145 # Tektronix tubes are graphics terminals. Most of them use modified
9146 # oscilloscope technology incorporating a long-persistence green phosphor,
9147 # and support vector graphics on a main screen with an attached "dialogue
9148 # area" for interactive text.
9151 tek|tek4012|tektronix 4012:\
9154 :bl=^G:cl=\E\014:cr=^M:do=^J:ff=\014:is=\E^O:le=^H:
9155 # (tek4013: added <acsc> to suppress tic warnings re :as:/:ae: --esr)
9156 tek4013|tektronix 4013:\
9157 :ac=:ae=\E^O:as=\E^N:tc=tek4012:
9158 tek4014|tektronix 4014:\
9160 :is=\E\017\E9:tc=tek4012:
9161 # (tek4015: added <acsc> to suppress tic warnings re :as:/:ae: --esr)
9162 tek4015|tektronix 4015:\
9163 :ac=:ae=\E^O:as=\E^N:tc=tek4014:
9164 tek4014-sm|tektronix 4014 in small font:\
9166 :is=\E\017\E\072:tc=tek4014:
9167 # (tek4015-sm: added <acsc> to suppress tic warnings re :as:/:ae: --esr)
9168 tek4015-sm|tektronix 4015 in small font:\
9169 :ac=:ae=\E^O:as=\E^N:tc=tek4014-sm:
9170 # Tektronix 4023 from Andrew Klossner <orca!andrew.tektronix@csnet-relay>
9172 # You need to have "stty nl2" in effect. Some versions of tset(1) know
9173 # how to set it for you.
9175 # It's got the Magic Cookie problem around stand-out mode. If you can't
9176 # live with Magic Cookie, remove the :so: and :se: fields and do without
9177 # reverse video. If you like reverse video stand-out mode but don't want
9178 # it to flash, change the letter 'H' to 'P' in the :so: field.
9179 tek4023|tektronix 4023:\
9181 :co#80:dN#4:li#24:sg#1:vt#4:\
9182 :bl=^G:cl=4\E\014:cm=\034%r%+ %+ :cr=^M:do=^J:kb=^H:le=^H:\
9183 :nd=^I:nl=^J:se=^_@:so=^_P:
9184 # It is recommended that you run the 4025 at 4800 baud or less;
9185 # various bugs in the terminal appear at 9600. It wedges at the
9186 # bottom of memory (try "cat /usr/dict/words"); ^S and ^Q typed
9187 # on keyboard don't work. You have to hit BREAK twice to get
9188 # one break at any speed - this is a documented feature.
9189 # Can't use cursor motion because it's memory relative, and
9190 # because it only works in the workspace, not the monitor.
9191 # Same for home. Likewise, standout only works in the workspace.
9193 # :ce: was commented out since vi and rogue seem to work better
9194 # simulating it with lots of spaces!
9196 # :al: and :AL: had 145ms of padding, but that slowed down vi's ^U
9197 # and didn't seem necessary.
9199 tek4024|tek4025|tek4027|tektronix 4024/4025/4027:\
9201 :co#80:it#8:li#34:lm#0:\
9202 :AL=\037up\r\037ili %d\r:CC=^_:DL=\037dli %d\r\006:\
9203 :DO=\037dow %d\r:LE=\037lef %d\r:RI=\037rig %d\r:\
9204 :UP=\037up %d\r:al=\037up\r\037ili\r:bl=^G:\
9205 :cd=\037dli 50\r:cl=\037era\r\n\n:cr=^M:dc=\037dch\r:\
9206 :dl=\037dli\r\006:do=^F^J:ei=:ic=\037ich\r \010:im=:\
9207 :is=\041com 31\r\n\037sto 9 17 25 33 41 49 57 65 73\r:\
9208 :ke=\037lea p2\r\037lea p4\r\037lea p6\r\037lea p8\r\037lea f5\r:\
9209 :ks=\037lea p4 /h/\r\037lea p8 /k/\r\037lea p6 / /\r\037lea p2 /j/\r\037lea f5 /H/\r:\
9210 :le=^H:nd=\037rig\r:sf=^F^J:ta=^I:up=^K:
9211 tek4025-17|tek 4025 17 line window:\
9213 tek4025-17-ws|tek 4025 17 line window in workspace:\
9214 :is=\041com 31\r\n\037sto 9 17 25 33 41 49 57 65 73\r\037wor 17\r\037mon 17\r:\
9215 :se=\037att s\r:so=\037att e\r:te=\037mon h\r:\
9218 tek4025-ex|tek4027-ex|tek 4025/4027 w/!:\
9219 :is=\037com 33\r\n\041sto 9 17 25 33 41 49 57 65 73\r:\
9220 :te=\037com 33\r:ti=\041com 31\r:\
9223 # From: Doug Gwyn <gwyn@brl-smoke.ARPA>
9224 # The following status modes are assumed for normal operation (replace the
9225 # initial "!" by whatever the current command character is):
9226 # !COM 29 # NOTE: changes command character to GS (^])
9232 # ^]STO 9 17 25 33 41 49 57 65 73
9233 # Other modes may be set according to communication requirements.
9234 # If the command character is inadvertently changed, termcap can't restore it.
9235 # Insert-character cannot be made to work on both top and bottom rows.
9236 # Clear-to-end-of-display emulation via !DLI 988 is too grotty to use, alas.
9237 # There also seems to be a problem with vertical motion, perhaps involving
9238 # delete/insert-line, following a typed carriage return. This terminal sucks.
9239 # Delays not specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
9240 # (tek4025a: removed obsolete ":xx:". This may mean the tek4025a entry won't
9241 # work any more. -- esr)
9242 tek4025a|Tektronix 4025A:\
9243 :am:bs:bw:da:db:pt:xo:\
9245 :CC=^]:DC=\035dch %d;:DL=\035dli %d;:DO=\035dow %d;:\
9246 :LE=\035lef %d;:RI=\035rig %d;:SF=\035dow %d;:\
9247 :UP=\035up %d;:al=\013\035ili;:bl=^G:bt=\035bac;:\
9248 :ce=\035dch 80;:ch=\r\035rig %d;:cl=\035era;\n\035rup;:\
9249 :cr=^M:ct=\035sto;:dc=\035dch;:dl=\035dli;:do=^J:le=^H:\
9251 :rs=\041com 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;:\
9253 # From: cbosg!teklabs!davem Wed Sep 16 21:11:41 1981
9254 # Here's the command file that I use to get rogue to work on the 4025.
9255 # It should work with any program using the old curses (e.g. it better
9256 # not try to scroll, or cursor addressing won't work. Also, you can't
9258 # (This "learns" the arrow keys for rogue. I have adapted it for termcap - mrh)
9259 tek4025-cr|tek 4025 for curses and rogue:\
9262 :cl=\037era;:cm=\037jum%i%d\054%d;:do=^F^J:\
9263 :is=\041com 31\r\n\037sto 9 17 25 33 41 49 57 65 73\r:\
9264 :le=^H:nd=\037rig;:sf=^F^J:ta=^I:te=\037wor 0:\
9265 :ti=\037wor 33h:up=^K:
9266 # next two lines commented out since curses only allows 128 chars, sigh.
9267 # :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:\
9268 # :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:
9269 tek4025ex|4025ex|4027ex|tek 4025 w/!:\
9270 :is=\037com 33\r\n\041sto 9\05417\05425\05433\05441\05449\05457\05465\05473\r:\
9271 :te=\037com 33\r:ti=\041com 31\r:\
9273 tek4105|tektronix 4105:\
9274 :am:bs:mi:ms:ul:xn:xt:\
9276 :ac=:ae=\E[m:al=\E[1L:as=\E[1m:bl=^G:bt=\E[Z:cd=\E[J:\
9277 :ce=\E[K:cl=\E[2J\E[H:cm=\E[%i%2;%2H:cr=^M:ct=\E[1g:\
9278 :dc=\E[1P:dl=\E[1M:do=\E[1B:ei=\E[4l:ho=\E[H:i1=\E%!1\E[m:\
9279 :im=\E[4h:is=\E%!1\E[?6141\E[m:kb=^H:kd=\E[1B:kl=\E[1D:\
9280 :kr=\E[1C:ku=\E[1A:mb=\E[=3;<7m:md=\E[=7;<4m:\
9281 :me=\E[=0;<1m:mh=\E[=1;<6m:mk=\E[=6;<5:mr=\E[=1;<3m:\
9282 :nd=\E[1C:se=\E[=0;<1m:sf=\E[S:so=\E[=2;<3m:sr=\E[T:ta=^I:\
9283 :te=:ti=\E%!1\E[?6l\E[2J:ue=\E[=0;<1m:up=\E[1A:\
9286 # (tek4105-30: I added <rmam>/<smam> based on the init string -- esr)
9287 tek4105-30|4015 emulating 30 line vt100:\
9289 :co#80:it#8:li#30:vt#3:\
9290 :@8=\EOM:DO=\E[%dB:K1=\EOq:K2=\EOr:K3=\EOs:K4=\EOp:K5=\EOn:\
9291 :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:\
9292 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
9293 :ae=\E(B:as=\E(0:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
9294 :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:do=^J:\
9295 :eA=\E(B:ho=\E[H:k0=\EOy:k1=\EOP:k2=\EOQ:k3=\EOR:\
9296 :k4=\EOS:k5=\EOt:k6=\EOu:k7=\EOv:k8=\EOl:k9=\EOw:k;=\EOx:\
9297 :kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\
9298 :ku=\EOA:le=^H:mb=\E[5m:md=\E[1m:me=\E[m\017:mr=\E[7m:\
9299 :nd=\E[C:r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\
9300 :sc=\E7:se=\E[m:sf=^J:so=\E[1;7m:sr=\EM:st=\EH:ta=^I:\
9301 :ue=\E[m:up=\E[A:us=\E[4m:
9303 # Tektronix 4105 from BRL
9304 # The following setup modes are assumed for normal operation:
9305 # CODE ansi CRLF no DABUFFER 141
9306 # DAENABLE yes DALINES 30 DAMODE replace
9307 # DAVISIBILITY yes ECHO no EDITMARGINS 1 30
9308 # FLAGGING input INSERTREPLACE replace LFCR no
9309 # ORIGINMODE relative PROMPTMODE no SELECTCHARSET G0 B
9310 # SELECTCHARSET G1 0 TABS -2
9311 # Other setup modes may be set for operator convenience or communication
9312 # requirements; I recommend
9313 # ACURSOR 1 0 AUTOREPEAT yes AUTOWRAP yes
9314 # BYPASSCANCEL <LF> CURSORKEYMODE no DAINDEX 1 0 0
9315 # EOFSTRING '' EOLSTRING <CR> EOMCHARS <CR> <NU>
9316 # GAMODE overstrike GCURSOR 0 100 0 GSPEED 10 1
9317 # IGNOREDEL no KEYEXCHAR <DL> NVDEFINE -53 "<NU>"
9318 # PROMPTSTRING '' QUEUESIZE 2460 WINDOW 0 0 4095 3132
9320 # and factory color maps. After setting these modes, save them with NVSAVE. No
9321 # delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
9322 # "IC" cannot be used in combination with "im" & "ei".
9323 # "tek4105a" is just a guess:
9324 tek4105a|Tektronix 4105:\
9326 :co#80:it#8:kn#8:li#30:vt#3:\
9327 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:\
9328 :RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:ac=:ae=^O:al=\E[L:\
9329 :as=^N:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
9330 :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:\
9331 :dl=\E[M:do=^J:ec=\E[%dX:ei=\E[4l:ho=\E[H:im=\E[4h:\
9332 :is=\E%!1:k0=\EOA:k1=\EOB:k2=\EOC:k3=\EOD:k4=\EOP:k5=\EOQ:\
9333 :k6=\EOR:k7=\EOS:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:\
9334 :kr=\EOC:ks=\E[?1h\E=:ku=\EOA:l0=F1:l1=F2:l2=F3:l3=F4:l4=F5:\
9335 :l5=F6:l6=F8:le=^H:ll=\E[30;H:mb=\E[5m:md=\E[1m:me=\E[m:\
9336 :mr=\E[7m:nd=\E[C:nw=\EE:rc=\E8:\
9337 :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>:\
9338 :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
9339 :te=\E%!0\ELBH=\E%!1:ti=\E[?6l:ue=\E[m:up=\EM:us=\E[4m:\
9340 :ve=\E%!0\ETD10\E%!1:vi=\E%!0\ETD00\E%!1:\
9341 :vs=\E%!0\ETD70\E%!1:
9344 # Tektronix 4106/4107/4109 from BRL
9345 # The following setup modes are assumed for normal operation:
9346 # CODE ansi COLUMNMODE 80 CRLF no
9347 # DABUFFER 141 DAENABLE yes DALINES 32
9348 # DAMODE replace DAVISIBILITY yes ECHO no
9349 # EDITMARGINS 1 32 FLAGGING input INSERTREPLACE replace
9350 # LFCR no LOCKKEYBOARD no ORIGINMODE relative
9351 # PROMPTMODE no SELECTCHARSET G0 B SELECTCHARSET G1 0
9353 # Other setup modes may be set for operator convenience or communication
9354 # requirements; I recommend
9355 # ACURSOR 1 0 AUTOREPEAT yes AUTOWRAP yes
9356 # BYPASSCANCEL <LF> CURSORKEYMODE no DAINDEX 1 0 0
9357 # EOFSTRING '' EOLSTRING <CR> EOMCHARS <CR> <NU>
9358 # GAMODE overstrike GCURSOR 0 100 0 GSPEED 9 3
9359 # IGNOREDEL no KEYEXCHAR <DL> NVDEFINE -53 "<NU>"
9360 # PROMPTSTRING '' QUEUESIZE 2620 WINDOW 0 0 4095 3132
9362 # and factory color maps. After setting these modes, save them with NVSAVE. No
9363 # delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
9364 # "IC" cannot be used in combination with "im" & "ei".
9365 tek4106brl|tek4107brl|tek4109brl|Tektronix 4106, 4107, or 4109:\
9367 :co#80:it#8:li#32:vt#3:\
9368 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:\
9369 :RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:ac=:ae=^O:al=\E[L:\
9370 :as=^N:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
9371 :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:\
9372 :dl=\E[M:do=^J:ec=\E[%dX:ei=\E[4l:ho=\E[H:im=\E[4h:\
9373 :is=\E%!1:k0=\EOA:k1=\EOB:k2=\EOC:k3=\EOD:k4=\EOP:k5=\EOQ:\
9374 :k6=\EOR:k7=\EOS:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:\
9375 :kr=\EOC:ks=\E[?1h\E=:ku=\EOA:l0=F1:l1=F2:l2=F3:l3=F4:l4=F5:\
9376 :l5=F6:l6=F8:le=^H:ll=\E[32;H:mb=\E[5m:md=\E[1m:me=\E[m:\
9377 :mr=\E[7m:nd=\E[C:nw=\EE:\
9378 :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>:\
9379 :rc=\E8:sc=\E7:se=\E[m:sf=^J:so=\E[7;42m:sr=\EM:st=\EH:\
9380 :ta=^I:te=\E%!0\ELBH=\E%!1:ti=\E[?6l:ue=\E[m:up=\EM:\
9381 :us=\E[4m:ve=\E%!0\ETD10\E%!1:vi=\E%!0\ETD00\E%!1:\
9382 :vs=\E%!0\ETD70\E%!1:
9384 tek4107|tek4109|tektronix terminals 4107 4109:\
9385 :am:bs:mi:ms:ul:xn:xt:\
9387 :bl=^G:cd=\EJ:ce=\EK:cl=\ELZ:cm=\EY%+ %+ :cr=^M:do=^J:kb=^H:\
9388 :kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=^H:mb=\E%!1\E[5m\E%!0:\
9389 :md=\E%!1\E[1m\E%!0:me=\E%!1\E[m\E%!0:\
9390 :mh=\E%!1\E[<0m\E%!0:mr=\E%!1\E[7m\E%0:nd=\EC:\
9391 :se=\E%!1\E[m\E%!0:sf=^J:so=\E%!1\E[7;5m\E%!0:sr=\EI:\
9392 :ta=^I:ue=\E%!1\E[m\E%!0:up=\EA:us=\E%!1\E[4m\E%!0:\
9394 # Tektronix 4207 with sysline. In the ancestral termcap file this was 4107-s;
9395 # see the note attached to tek4207.
9396 tek4207-s|Tektronix 4207 with sysline but no memory:\
9398 :ds=\E7\E[?6l\E[2K\E[?6h\E8:fs=\E[?6h\E8:\
9399 :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:\
9400 :is=\E7\E[?6l\E[2K\E[?6h\E8:\
9401 :ts=\E7\E[?6l\E[2K\E[;%i%df:tc=tek4107:
9403 # The 4110 series may be a wonderful graphics series, but they make the 4025
9404 # look good for screen editing. In the dialog area, you can't move the cursor
9405 # off the bottom line. Out of the dialog area, ^K moves it up, but there
9406 # is no way to scroll.
9408 # Note that there is a floppy for free from Tek that makes the
9409 # 4112 emulate the vt52 (use the vt52 termcap). There is also
9410 # an expected enhancement that will use ANSI standard sequences.
9412 # 4112 in non-dialog area pretending to scroll. It really wraps
9413 # but vi is said to work (more or less) in this mode.
9415 # 'vi' works reasonably well with this entry.
9417 otek4112|o4112-nd|otek4113|otek4114|old tektronix 4110 series:\
9420 :bl=^G:cl=\E^L:cr=^M:do=^J:le=^H:sf=^J:te=\EKA1\ELV1:\
9421 :ti=\EKA0\ELV0\EMG0:up=^K:
9422 # The 4112 with the ANSI compatibility enhancement
9423 tek4112|tek4114|tektronix 4110 series:\
9426 :al=\E[L:bt=\E[Z:cd=\E[0J:ce=\E[0K:cl=\E[2J\E[0;0H:\
9427 :cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:ei=:ic=\E[@:im=:\
9428 :is=\E3\0411:le=^H:me=\E[m:nd=\E[C:se=\E[m:\
9429 :sf=\E7\E[0;0H\E[M\E8:so=\E[7m:sr=\E7\E[0;0H\E[L\E8:\
9430 :ue=\E[m:up=\EM:us=\E[4m:
9431 tek4112-nd|4112 not in dialog area:\
9434 tek4112-5|4112 in 5 line dialog area:\
9436 # (tek4113: this used to have ":nd=\LM1\s\LM0:", someone's mistake;
9437 # removed ":as=\E^N:, :ae=\E^O:", which had been commented out in 8.3.
9438 # Note, the !0 and !1 sequences in :te:/:ti:/:ve:/:vi: were
9439 # previously \0410 and \0411 sequences...I don't *think* they were supposed
9440 # to be 4-digit octal -- esr)
9441 tek4113|tektronix 4113 color graphics with 5 line dialog area:\
9444 :cl=\ELZ:do=^J:is=\EKA1\ELL5\ELV0\ELV1:le=^H:\
9445 :nd=\ELM1 \ELM0:uc=\010\ELM1_\ELM0:\
9446 :vb=\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERB0:
9447 tek4113-34|tektronix 4113 color graphics with 34 line dialog area:\
9449 :is=\EKA1\ELLB2\ELV0\ELV1:tc=tek4113:
9450 # :ns: left off to allow vi visual mode. APL font (:as=\E^N:/:ae=\E^O:) not
9451 # supported here. :uc: is slow, but looks nice. Suggest setenv MORE -up .
9452 # :vb: needs enough delay to let you see the background color being toggled.
9453 tek4113-nd|tektronix 4113 color graphics with no dialog area:\
9456 :cl=\E^L:do=^J:ho=\ELF7l\177 @:is=\ELZ\EKA0\ELF7l\177 @:\
9457 :le=^H:ll=\ELF hl @:nd=^I:se=\EMT1:so=\EMT2:ta=^I:\
9458 :uc=\010\EMG1_\EMG0:up=^K:\
9459 :vb=\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERB0:\
9461 # This entry is from Tek. Inc. (Brian Biehl)
9462 # (tek4115: :bc: renamed to :le:, <rmam>/<smam> added based on init string -- esr)
9463 otek4115|Tektronix 4115:\
9466 :RA=\E[?7l:SA=\E[?7h:al=\E[L:bt=\E[Z:cd=\E[J:ce=\E[K:\
9467 :cl=\E[H\E[2J:cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:do=\E[B:\
9468 :ei=\E[4l:ho=\E[H:if=/usr/share/tabset/vt100:im=\E[4h:\
9469 :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:\
9470 :kb=^H:ke=\E>:ks=\E=:le=\E[D:me=\E[m:nd=\E[C:se=\E[m:\
9471 :so=\E[7m:sr=\EM:ta=^I:te=\E%!0\ELBG8\E%!1\E[34;1H\E[J:\
9472 :ti=\E%!0\ELBB2\E%!1:ue=\E[m:up=\E[A:us=\E[4m:\
9473 :ve=\E%!0\ELBG8\E%!1\E[34;1H:vs=\E%!0\ELBB2\E%!1:
9474 tek4115|newer tektronix 4115 entry with more ANSI capabilities:\
9477 :AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:LE=\E[%dD:\
9478 :RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:al=\E[L:bl=^G:\
9479 :bt=\E[Z:cd=\E[J:ce=\E[K:ch=\E[%+^AG:cl=\E[H\E[J:\
9480 :cm=\E[%i%d;%dH:cr=^M:ct=\E[2g:cv=\E[%+^Ad:dc=\E[P:\
9481 :dl=\E[M:do=^J:ei=:ho=\E[H:ic=\E[@:im=:kb=^H:kd=\E[B:kh=\E[H:\
9482 :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:\
9483 :mk=\E[8m:mr=\E[7m:nd=\E[C:\
9484 :se=\E[m:sf=^J:so=\E[7m:st=\EH:ta=^I:ue=\E[m:up=\E[A:\
9486 # The tek4125 emulates a vt100 incorrectly - the scrolling region
9487 # command is ignored. The following entry replaces :cs: with the needed
9488 # :AL:, :AL:, and :im:; removes some cursor pad commands that the tek4125
9489 # chokes on; and adds a lot of initialization for the tek dialog area.
9490 # Note that this entry uses all 34 lines and sets the cursor color to green.
9491 # Steve Jacobson 8/85
9492 # (tek4125: there were two "\!"s in the is that I replaced with "\E!";
9493 # commented out, :im:=\E1 because there's no :ei: -- esr)
9494 tek4125|tektronix 4125:\
9496 :al=\E[1L:cs@:dl=\E[1M:\
9497 :is=\E%\E\0410\EQD1\EUX03\EKA\ELBB2\ELCE0\ELI100\ELJ2\ELLB2\ELM0\ELS1\ELX00\ELV1\E%\E\0411\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
9501 # From: <jcoker@ucbic>
9502 # (tek4207: This was the termcap file's entry for the 4107/4207, but SCO
9503 # supplied another, less capable 4107 entry. So we'll use that for 4107 and
9504 # note that if jcoker wasn't confused you may be able to use this one.
9505 # I merged in :ms:,:sf:,:sr:,<invis>,:ct: from a BRL entry -- esr)
9506 tek4207|Tektronix 4207 graphics terminal with memory:\
9507 :am:bw:mi:ms:ul:xn:\
9509 :al=3\E[L:bt=\E[Z:cd=\E[J:ce=5\E[K:cl=156\E[H\E[J:\
9510 :cm=\E[%i%d;%dH:ct=\E[1g:dc=4\E[P:dl=3\E[M:do=^J:ei=:\
9511 :ho=\E[H:ic=4\E[@:im=:\
9512 :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:\
9513 :kd=\ED:kh=\E[H:kl=\E[D:kr=\E[C:ku=\EM:le=^H:mb=\E[5m:\
9514 :md=\E[1m:me=\E[m:mk=\E[=6;<5:mr=\E[7m:nd=\E[C:se=\E[m:\
9515 :sf=\E[S:so=\E[7m:sr=\E[T:ta=^I:\
9516 :te=\E[?6h\E%!0\ELBP0\E%!1\E[32;1f:ti=\E[?6l\E[H\E[J:\
9517 :ue=\E[m:up=\EM:us=\E[4m:
9519 # From: <carolyn@dali.berkeley.edu> Thu Oct 31 12:54:27 1985
9520 # (tek4404: There was a "\!" in :ti: that I replaced with "\E!".
9521 # Tab had been given as \E2I,that must be the tab-set capability -- esr)
9522 tek4404|tektronix 4404:\
9525 :al=\E[1L:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:\
9526 :cs=\E[%i%d;%dr:dc=\E[P:dl=\E[1M:do=^J:ei=\E[4l:ho=\E[H:\
9527 :im=\E[4h:kd=\E[B:ke=\E[?1h:kl=\E[D:kr=\E[C:ks=\E[?1l:\
9528 :ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:nd=\E[C:rc=\E8:\
9529 :sc=\E7:se=\E[27m:so=\E[7m:st=\E[2I:ta=^I:\
9530 :te=\E[1;1H\E[0J\E[?6h\E[?1l:\
9531 :ti=\E%\E\0411\E[1;32r\E[?6l\E>:ue=\E[m:up=\E[A:\
9533 # Some unknown person wrote:
9534 # I added the is string - straight Unix has ESC ; in the login
9535 # string which sets a ct8500 into monitor mode (aka 4025 snoopy
9536 # mode). The is string here cleans up a few things (but not
9538 ct8500|tektronix ct8500:\
9541 :al=\E^L:bl=^G:bt=\E^I:cd=\E^U:ce=\E^T:cl=\E^E:\
9542 :cm=\E|%+ %+ :cr=^M:dc=\E^]:dl=\E^M:do=^J:ei=:ic=\E^\:im=:\
9543 :is=\037\EZ\Ek:le=^H:me=\E :nd=\ES:se=\E :sf=^J:so=\E$:\
9544 :sr=\E^A:ta=^I:ue=\E :up=\ER:us=\E\041:
9546 # Tektronix 4205 terminal.
9548 # am is not defined because the wrap around occurs not when the char.
9549 # is placed in the 80'th column, but when we are attempting to type
9550 # the 81'st character on the line. (esr: hmm, this is like the vt100
9551 # version of xenl, perhaps am + xenl would work!)
9553 # Bold, dim, and standout are simulated by colors and thus not allowed
9554 # with colors. The tektronix color table is mapped into the RGB color
9555 # table by setf/setb. All colors are reset to factory specifications by oc.
9556 # The <initc> cap uses RGB notation to define colors. for arguments 1-3 the
9557 # interval (0-1000) is broken into 8 smaller sub-intervals (125). Each sub-
9558 # interval then maps into pre-defined value.
9559 # (untranslatable capabilities removed to fit entry within 1023 bytes)
9560 tek4205|tektronix 4205:\
9562 :Co#8:NC#49:co#80:it#8:li#30:pa#63:\
9563 :AL=\E[%dL:DO=\E[%dB:IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:\
9565 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
9566 :ae=\E(B:al=\E[1L:as=\E(0:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[J:\
9567 :ce=\E[K:cl=\E[2J\E[H:cm=\E[%i%d;%dH:cr=^M:ct=\E[1g:\
9568 :dc=\E[1P:dl=\E[1M:do=\E[B:eA=\E(B:ec=\E%dX:ei=\E[4l:\
9569 :ho=\E[H:i1=\E%!0\ETM1\E%!1\E[m:im=\E[4h:k0=\EOA:k1=\EOB:\
9570 :k2=\EOC:k3=\EOD:k4=\EP:k5=\EQ:k6=\ER:k7=\ES:kb=^H:kd=\E[B:\
9571 :kl=\E[D:kr=\E[C:ku=\E[A:le=\E[D:mb=\E[5m:md=\E[=7;<4m:\
9572 :me=\E[=0;<1m\E[24;25;27m\017:mh=\E[=1;<6m:mk=\E[=6;<5:\
9574 :oc=\E%!0\n\ETFB0\n0000\n1F4F4F4\n2F400\n30F40\n4A4C<F4\n50F4F4\n6F40F4\n7F4F40\n\E%!1:\
9575 :op=\E[39;40m:se=\E[=0;<1m:sf=\ED:so=\E[=2;<3m:sr=\EM:\
9576 :ta=^I:te=:ti=\E%%\0411\E[?6l\E[2J:ue=\E[24m:up=\E[A:\
9581 # These are the hardcopy Teletypes from before AT&T bought the company,
9582 # clattering electromechanical dinosaurs in Bakelite cases that printed on
9583 # pulpy yellow roll paper. If you remember these you go back a ways.
9584 # Teletype-branded VDTs are listed in the AT&T section.
9586 # The earliest UNIXes were designed to use these clunkers; nroff and a few
9587 # other programs still default to emitting codes for the Model 37.
9590 tty33|tty35|model 33 or 35 teletype:\
9593 :bl=^G:cr=^M:do=^J:sf=^J:
9594 tty37|model 37 teletype:\
9596 :bl=^G:cr=^M:do=^J:hd=\E9:hu=\E8:le=^H:sf=^J:up=\E7:
9598 # There are known to be at least three flavors of the tty40, all seem more
9599 # like IBM half duplex forms fillers than ASCII terminals. They have lots of
9600 # awful braindamage, such as printing a visible newline indicator after each
9601 # newline. The 40-1 is a half duplex terminal and is hopeless. The 40-2 is
9602 # braindamaged but has hope and is described here. The 40-4 is a 3270
9603 # lookalike and beyond hope. The terminal has visible bell but I don't know
9604 # it - it's null here to prevent it from showing the BL character.
9605 # There is an \EG in <nl> because of a bug in old vi (if stty says you have
9606 # a "newline" style terminal (-crmode) vi figures all it needs is nl
9607 # to get crlf, even if :cr: is not ^M.)
9608 # (tty40: removed obsolete ":nl=\EG\EB:", it's just do+cr -- esr)
9609 tty40|ds40|ds40-2|dataspeed40|teletype dataspeed 40/2:\
9612 :al=\EL:cd=\EJ:cl=\EH\EJ:cr=\EG:ct=\EH\E2:dc=\EP:dl=\EM:\
9613 :do=\EB:ei=:ho=\EH:ic=\E\136:im=:kb=^]:kl=^H:le=^H:nd=\EC:\
9614 :pf=^T:po=\022:r2=\023\ER:se=\E4:sf=\ES:so=\E3:sr=\ET:\
9615 :st=\E1:ta=\E@:up=\E7:
9616 tty43|model 43 teletype:\
9619 :bl=^G:cr=^M:do=^J:kb=^H:le=^H:sf=^J:
9624 # You can add :is=\E<: to put this 40-column mode, though I can't
9625 # for the life of me think why anyone would want to.
9626 scanset|sc410|sc415|Tymshare Scan Set:\
9629 :ac=l<m-k4j%q\054x5:ae=^O:as=^N:bl=^G:cd=\EJ:ce=\EK:\
9630 :cl=\EH\EJ:cm=\EY%+ %+ :cr=^M:do=^J:ho=\EH:kd=\EB:kl=\ED:\
9631 :kr=\EC:ku=\EA:le=^H:nd=^I:pf=\E;0:po=\E;0:ps=\E;3:r1=\E>:\
9632 :rc=^C:sc=^B:sf=^J:up=^K:
9634 #### Volker-Craig (vc)
9636 # If you saw a Byte Magazine cover with a terminal on it during the early
9637 # 1980s, it was probably one of these. Carl Helmers liked them because
9638 # they could crank 19.2 and were cheap (that is, until he tried to program
9642 # Missing in vc303a and vc303 descriptions: they scroll 2 lines at a time
9643 # every other linefeed.
9644 vc303|vc103|vc203|volker-craig 303:\
9647 :bl=^G:cl=\014:cr=^M:do=^J:ho=\013:kd=^J:kl=^H:kr=^I:ku=^N:\
9648 :le=^H:ll=\017W:nd=^I:up=^N:
9649 vc303a|vc403a|volker-craig 303a:\
9650 :ce=\026:cl=\030:ho=\031:kr=^U:ku=^Z:ll=^P:nd=^U:up=^Z:tc=vc303:
9651 # (vc404: removed obsolete ":ma=^Z^P^U :" -- esr)
9652 vc404|volker-craig 404:\
9655 :bl=^G:cd=\027:ce=\026:cl=\030:cm=\020%+ %+ :cr=^M:do=^J:\
9656 :ho=\031:kd=^J:kl=^H:kr=^U:ku=^Z:le=^H:nd=^U:sf=^J:up=^Z:
9657 vc404-s|volker-craig 404 w/standout mode:\
9658 :do=^J:se=^O:so=^N:tc=vc404:
9659 # From: <wolfgang@cs.sfu.ca>
9660 # (vc414: merged in cup/dl1/home from an old vc414h-noxon)
9661 vc414|vc414h|Volker-Craig 414H in sane escape mode.:\
9664 :al=\E\032:cd=\E^X:ce=10\E\017:cl=\E\034:cm=\E\021%r%.%.:\
9665 :dc=\E3:dl=\E\023:do=\E^K:ei=:ho=\E^R:ic=\E\072:im=:k0=\EA:\
9666 :k1=\EB:k2=\EC:k3=\ED:k4=\EE:k5=\EF:k6=\EG:k7=\EH:kd=\E^K:\
9667 :kh=\E^R:kl=^H:kr=^P:ku=\E^L:l0=PF1:l1=PF2:l2=PF3:l3=PF4:\
9668 :l4=PF5:l5=PF6:l6=PF7:l7=PF8:nd=^P:se=\E^_:so=\E^Y:up=\E^L:
9669 vc415|volker-craig 415:\
9672 ######## OBSOLETE PERSONAL-MICRO CONSOLES AND EMULATIONS
9675 #### IBM PC and clones
9678 # The pcplot IBM-PC terminal emulation program is really messed up. It is
9679 # supposed to emulate a vt-100, but emulates the wraparound bug incorrectly,
9680 # doesn't support scrolling regions, ignores add line commands, and ignores
9681 # delete line commands. Consequently, the resulting behavior looks like a
9682 # crude adm3a-type terminal.
9683 # Steve Jacobson 8/85
9684 pcplot|pc-plot terminal emulation program:\
9686 :AL@:DL@:al@:cs@:dl@:rc@:sc@:tc=vt100:
9687 # KayPro II from Richard G Turner <rturner at Darcom-Hq.ARPA>
9688 # I've found that my KayPro II, running MDM730, continues to emulate an
9689 # ADM-3A terminal, just like I was running TERM.COM. On our 4.2 UNIX
9690 # system the following termcap entry works well:
9691 # I have noticed a couple of minor glitches, but nothing I can't work
9692 # around. (I added two capabilities from the BRL entry -- esr)
9693 kaypro|kaypro2|kaypro II:\
9696 :al=\EE:bl=^G:cd=^W:ce=^X:cl=1\032:cm=\E=%+ %+ :cr=^M:\
9697 :dl=\ER:do=^J:ho=^^:kd=^J:kr=^L:ku=^K:nd=^L:sf=^J:up=^K:
9699 # From IBM, Thu May 5 19:35:27 1983
9700 # (ibmpc: commented out :im:=\200R because we don't know :ei: -- esr)
9701 ibmpc|ibm-pc|ibm5051|5051|IBM Personal Computer (no ANSI.SYS):\
9704 :bl=^G:cl=^L^K:cr=^M^^:do=^J:ho=^K:kd=^_:le=^]:nd=^\:sf=\n:\
9709 # Apple II firmware console first, then various 80-column cards and
9710 # terminal emulators. For two cents I'd toss all these in the UFO file
9711 # along with the 40-column apple entries.
9714 # From: brsmith@umn-cs.cs.umn.edu (Brian R. Smith) via BRL
9715 # 'it#8' tells UNIX that you have tabs every 8 columns. This is a
9716 # function of TIC, not the firmware.
9717 # The clear key on a IIgs will do something like clear-screen,
9718 # depending on what you're in.
9719 appleIIgs|appleIIe|appleIIc|Apple 80 column firmware interface:\
9722 :bl=^G:cd=^K:ce=^]:cl=^L:cm=\036%r%+ %+ :cr=^M:do=^J:ho=^Y:\
9723 :kC=^X:kD=\177:kb=^H:kd=^J:kl=^H:kr=^U:ku=^K:le=^H:nd=^\:\
9724 :nw=^M^W:se=^N:sf=^W:so=^O:sr=^V:ta=^I:up=^_:
9725 # Apple //e with 80-column card, entry from BRL
9726 # The modem interface is permitted to discard LF (maybe DC1), otherwise
9727 # passing characters to the 80-column firmware via COUT (PR#3 assumed).
9728 # Auto-wrap does not work right due to newline scrolling delay, which also
9729 # requires that you set "stty cr2".
9730 # Note: Cursor addressing is only available via the Pascal V1.1 entry,
9731 # not via the BASIC PR#3 hook. All this nonsense can be avoided only by
9732 # using a terminal emulation program instead of the built-in firmware.
9736 :bl=^G:cd=4*\013:ce=4\035:cl=100\014:do=^J:ho=^Y:is=^R^N:\
9737 :kb=^H:kd=^J:kl=^H:kr=^U:ku=^K:le=^H:me=^N:mr=^O:nw=100\r:\
9738 :r1=^R^N:se=^N:sf=^W:so=^O:sr=^V:ta=^I:up=^_:
9739 # mcvax!vu44!vu45!wilcke uses the "ap" entry together with Ascii Express Pro
9740 # 4.20, with incoming and outgoing terminals both on 0, emulation On.
9741 apple2e-p|Apple //e via Pascal:\
9742 :cm=\036%r%+ %+ :kb=^H:kd=^J:kl=^H:tc=apple2e:
9743 # (ASCII Express) MouseTalk "Standard Apple //" emulation from BRL
9744 # Enable DC3/DC1 flow control with "stty ixon -ixany".
9745 apple-ae|ASCII Express:\
9746 :am:bs:bw:ms:nx:xo:\
9748 :bl=500\007:cd=^K:ce=^]:cl=^L:cm=\036%r%+ %+ :cr=^M:do=^J:\
9749 :ho=^Y:is=^R^N:kC=^X:kd=^J:kl=^H:kr=^U:ku=^K:le=^H:me=^N:\
9750 :mr=^O:nd=^U:r1=^R^N:se=^N:sf=^W:so=^O:sr=^V:up=^_:
9751 appleII|apple ii plus:\
9754 :cd=^K:ce=^]:cl=^L:cm=\036%r%+ %+ :do=^J:ho=\E^Y:\
9755 :is=\024T1\016:kd=^J:kr=^U:le=^H:me=^N:nd=^\:se=^N:so=^O:\
9756 :ta=^I:up=^_:vb=\024G1\024T1:ve=^TC2:vs=^TC6:
9757 # Originally by Gary Ford 21NOV83
9758 # From: <ee178aci%sdcc7@SDCSVAX.ARPA> Fri Oct 11 21:27:00 1985
9759 apple-80|apple II with smarterm 80 col:\
9762 :bt=^R:cd=10*\013:ce=10\035:cl=10*\014:cm=\036%r%+ %+ :\
9763 :cr=10*\r:do=^J:ho=^Y:le=^H:nd=^\:up=^_:
9764 apple-soroc|apple emulating soroc 120:\
9767 :bl=^G:cd=\EY:ce=\ET:cl=\E*:cm=\E=%+ %+ :cr=^M:do=^J:ho=^^:\
9768 :kd=^J:kl=^H:kr=^L:ku=^K:le=^H:nd=^L:sf=^J:up=^K:
9769 # From Peter Harrison, Computer Graphics Lab, San Francisco
9770 # ucbvax!ucsfmis!harrison .....uucp
9771 # ucbvax!ucsfmis!harrison@BERKELEY .......ARPA
9772 # "These two work. If you don't have the inverse video chip for the
9773 # Apple with videx then remove the :so: and :se: fields."
9774 # (apple-videx: this used to be called DaleApple -- esr)
9775 apple-videx|Apple with videx videoterm 80 column board with inverse video:\
9778 :cd=^K:ce=^]:cl=300\014:cm=\036%r%+ %+ :do=^J:ho=^Y:kd=^J:\
9779 :kh=^Y:kl=^H:kr=^U:le=^H:me=^Z2:nd=^\:se=^Z2:so=^Z3:ta=^I:\
9781 # My system [for reference] : Apple ][+, 64K, Ultraterm display card,
9782 # Apple Cat ][ 212 modem, + more all
9783 # controlled by ASCII Express: Pro.
9784 # From Dave Shaver <isucs1!shaver>
9785 apple-uterm-vb|Videx Ultraterm for Apple micros with Visible Bell:\
9788 :ac=:cd=^K:ce=^]:cl=^L:cm=\036%r%+ %+ :ho=^Y:\
9789 :is=^V4^W06\017\rVisible Bell Installed.\016\r\n:\
9790 :nd=^\:se=^N:so=^O:up=^_:vb=^W35^W06:
9791 apple-uterm|Ultraterm for Apple micros:\
9794 :ac=:cd=^K:ce=^]:cl=^L:cm=\036%r%+ %+ :ho=^Y:\
9795 :is=^V4^W06\016:nd=^\:se=^N:so=^O:up=^_:
9796 # from trwrba!bwong (Bradley W. Wong):
9798 # This entry assumes that you are using an apple with the UCSD Pascal
9799 # language card. SYSTEM.MISCINFO is assumed to be the same as that
9800 # supplied with the standard apple except that screenwidth should be set
9801 # using SETUP to 80 columns. Note that the right arrow in not mapped in
9802 # this termcap entry. This is because that key, on the Apple, transmits
9803 # a ^U and would thus preempt the more useful "up" function of vi.
9806 apple80p|80-column apple with Pascal card:\
9809 :cd=^K:ce=^]:cl=^Y^L:cm=\036%r%+ %+ :ho=^Y:kl=^H:nd=^\\072:\
9812 # Apple II+ equipped with Videx 80 column card
9814 # Terminfo from ihnp4!ihu1g!djc1 (Dave Christensen) via BRL;
9815 # manually converted by D A Gwyn
9817 # DO NOT use any terminal emulation with this data base, it works directly
9818 # with the Videx card. This has been tested with vi 1200 baud and works fine.
9820 # This works great for vi, except I've noticed in pre-R2, ^U will scroll back
9821 # 1 screen, while in R2 ^U doesn't.
9822 # For inverse alternate character set add:
9824 # (apple-v: added it#8 -- esr)
9825 apple-videx2|Apple II+ w/ Videx card (similar to Datamedia h1520):\
9828 :bl=100\007:cd=16*\013:ce=^]:cl=16*\014:cm=\036%r%+ %+ :\
9829 :cr=^M:do=^J:ho=^Y:kb=^H:kd=^J:kh=^Y:kl=^H:kr=^\:ku=^_:le=^H:\
9830 :nd=^\:se=^Z2:sf=^J:so=^Z3:ta=8\011:up=^_:
9831 apple-videx3|vapple|Apple II with 80 col card:\
9834 :ce=\Ex:cl=\Ev:cm=\EY%+ %+ :ho=\EH:k0=\EP:k1=\EQ:k2=\ER:\
9835 :k3=\E :k4=\E\041:k5=\E":k6=\E#:k7=\E$:k8=\E%:k9=\E&:kd=\EB:\
9836 :kh=\EH:kl=\ED:kr=\EC:ku=\EA:nd=\EC:up=\EA:
9837 #From: decvax!cbosgd!cbdkc1!mww Mike Warren via BRL
9838 aepro|Apple II+ running ASCII Express Pro--vt52:\
9841 :cd=\EJ:ce=\EK:cl=300\014:cm=\EY%+ %+ :ho=\EH:nd=\EC:\
9843 # UCSD addition: Yet another termcap from Brian Kantor's Micro Munger Factory
9844 apple-vm80|ap-vm80|apple with viewmax-80:\
9847 :cd=300\013:ce=^]:cl=300\014:cm=100\036%+ %+ :ho=200\031:\
9850 #### Apple Lisa & Macintosh
9853 # (lisa: changed :vs: to :ve: -- esr)
9854 lisa|apple lisa console display (black on white):\
9857 :ac=lfmekcjdttuvvuwsqax`nb:ae=\E[10m:al=\E[L:as=\E[11m:\
9858 :cd=\E[J:ce=\E[K:cl=^L:cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:\
9859 :do=\E[B:ei=:ho=\E[H:ic=\E[@:im=:is=\E>\E[m\014:kb=^H:\
9860 :kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:me=\E[m:nd=\E[C:\
9861 :se=\E[m:so=\E[7m:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:ve=\E[5l:\
9863 liswb|apple lisa console display (white on black):\
9864 :is=\E>\E[0;7m\014:se=\E[0;7m:so=\E[m:ue=\E[0;7m:\
9867 # lisaterm from ulysses!gamma!epsilon!mb2c!jed (John E. Duncan III) via BRL;
9868 # :is: revised by Ferd Brundick <fsbrn@BRL.ARPA>
9870 # These entries assume that the 'Auto Wraparound' is enabled.
9871 # Xon-Xoff flow control should also be enabled.
9873 # The vt100 uses :rs2: and :rf: rather than :is2:/:tbc:/:hts: because the tab
9874 # settings are in non-volatile memory and don't need to be reset upon login.
9875 # Also setting the number of columns glitches the screen annoyingly.
9876 # You can type "reset" to get them set.
9878 lisaterm|Apple Lisa or Lisa/2 running LisaTerm vt100 emulation:\
9880 :co#80:it#8:kn#4:li#24:vt#3:\
9881 :DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:bl=^G:cd=\E[J:\
9882 :ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:\
9883 :cs=\E[%i%d;%dr:ct=\E[3g:do=^J:ho=\E[H:k0=\EOP:k1=\EOQ:\
9884 :k2=\EOR:k3=\EOS:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:\
9885 :kr=\EOC:ks=\E[?1h\E=:ku=\EOA:l0=F1:l1=F2:l2=F3:l3=F4:le=^H:\
9886 :mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:\
9887 :r1=\E>\E[?1l\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r:\
9888 :rc=\E8:sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
9889 :ue=\E[m:up=\E[A:us=\E[4m:
9890 # Lisaterm in 132 column ("wide") mode.
9891 lisaterm-w|Apple Lisa with Lisaterm in 132 column mode:\
9893 :kb=^H:kd=^J:kl=^H:tc=lisaterm:
9894 # Although MacTerminal has insert/delete line, it is commented out here
9895 # since it is much faster and cleaner to use the "lock scrolling region"
9896 # method of inserting and deleting lines due to the MacTerminal implementation.
9897 # Also, the "Insert/delete ch" strings have an extra character appended to them
9898 # due to a bug in MacTerminal V1.1. Blink is disabled since it is not
9899 # supported by MacTerminal.
9900 mac|macintosh|Macintosh with MacTerminal:\
9903 :dc=7\E[P:ei=:ic=9\E[@:im=:ip=7:mb@:tc=lisa:
9904 # Lisaterm in 132 column ("wide") mode.
9905 mac-w|macterminal-w|Apple Macintosh with Macterminal in 132 column mode:\
9908 #### Radio Shack/Tandy
9911 # (coco3: This had "ta" used incorrectly as a boolean and bl given as "bl#7".
9912 # I read these as mistakes for ":it#8:" and ":bl=\007:" respectively -- esr)
9913 # From: <{pbrown,ctl}@ocf.berkeley.edu> 12 Mar 90
9914 coco3|os9LII|Tandy CoCo3 24*80 OS9 Level II:\
9917 :al=^_0:bl=^G:cd=^K:ce=^D:cl=5*\014:cm=2\002%r%+ %+ :\
9918 :dl=^_1:do=^J:ho=^A:kd=^J:kl=^H:kr=^I:ku=^L:le=^H:mb=^_":\
9919 :md=\E\072^A:me=\037\041\E\072\200:mr=^_ :nd=^F:\
9920 :se=^_\041:so=^_ :ue=^_#:up=^I:us=^_":ve=^E\041:vi=^E :
9921 # (trs2: removed obsolete ":nl=^_:" -- esr)
9922 trs2|trsII|trs80II|Radio Shack Model II using P&T CP/M:\
9925 :al=^D:bl=^G:cd=^B:ce=^A:cl=^L:cm=\EY%+ %+ :cr=^M:dl=^K:\
9926 :do=^_:ho=^F:kb=^H:kd=^_:kl=^\:kr=^]:ku=^^:le=^H:me=^O:nd=^]:\
9927 :se=^O:sf=^J:so=^N:ta=^I:up=^^:
9928 # From: Kevin Braunsdorf <ksb@mentor.cc.purdue.edu>
9929 # (This had extension capabilities
9930 # :BN=\E[?33h:BF=\E[?33l:UC=\E[_ q:BC=\E[\177 q:\
9931 # :CN=\ERC:CF=\ERc:NR=\ERD:NM=\ER@:
9932 # I also deleted the unnecessary ":kn#2:", ":sg#0:" -- esr)
9933 trs16|trs-80 model 16 console:\
9936 :ac=l_mbk`javewcquxs:ae=\ERg:al=\EL:as=\ERG:bl=^G:cd=\EJ:\
9937 :ce=\EK:cl=^L:cm=\EY%+ %+ :cr=^M:dc=\EQ:dl=\EM:do=\EB:ei=:\
9938 :ho=\EH:ic=\EP:im=:k0=^A:k1=^B:k2=^D:k3=^L:k4=^U:k5=^P:k6=^N:\
9939 :k7=^S:kb=^H:kd=\EB:kh=^W:kl=\ED:kr=\EC:ku=\EA:l0=f1:l1=f2:\
9940 :l2=f3:l3=f4:l4=f5:l5=f6:l6=f7:l7=f8:le=^H:me=\ER@:nd=\EC:\
9941 :pf=\E]+:po=\E]=:se=\ER@:sf=^J:so=\ERD:ta=^I:up=\EA:ve=\ERC:\
9947 # From: Simson L. Garfinkel <simsong@media-lab.mit.edu>
9951 :al=\EL:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :dl=\EM:do=\EB:\
9952 :kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=\ED:me=\Eq:nd=\EC:se=\Eq:\
9953 :so=\Ep:sr=\EI:ta=^I:up=\EA:
9954 # UniTerm terminal program for the Atari ST: 49-line VT220 emulation mode
9955 # From: Paul M. Aoki <aoki@ucbvax.berkeley.edu>
9956 uniterm|uniterm49|UniTerm VT220 emulator with 49 lines:\
9958 :is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;49r\E[49;1H:tc=vt220:
9959 # MiNT VT52 emulation. 80 columns, 25 rows.
9960 # MiNT is Now TOS, the operating system which comes with all Ataris now
9961 # (mainly Atari Falcon). This termcap is for the VT52 emulation you get
9962 # under tcsh/zsh/bash/sh/ksh/ash/csh when you run MiNT in `console' mode
9963 # From: Per Persson <pp@gnu.ai.mit.edu>, 27 Feb 1996
9964 st52|Atari ST with VT52 emulation:\
9967 :K1=\E#7:K2=\E#9:K3=\E#5:K4=\E#1:K5=\E#3:al=\EL:bl=^G:\
9968 :cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :cr=^M:dl=\EM:do=\EB:\
9969 :ho=\EH:k0=\E#D:k1=\E#;:k2=\E#<:k3=\E#=:k4=\E#>:k5=\E#?:\
9970 :k6=\E#@:k7=\E#A:k8=\E#B:k9=\E#C:kA=\E#R:kC=\E#7:kF=\E#2:\
9971 :kR=\E#8:kb=^H:kd=\E#P:kh=\E#G:kl=\E#K:kr=\E#M:ku=\E#H:\
9972 :l0=f10:le=\ED:me=\Eq:nd=\EC:nw=^M^J:r1=\Ez_\Eb@\EcA:\
9973 :rc=\Ek:sc=\Ej:se=\Eq:sf=^J:so=\Ep:sr=\EI:ta=^I:te=:ti=\Ee:\
9974 :up=\EA:ve=\Ee:vi=\Ef:
9976 #### Commodore Business Machines
9978 # Formerly located in West Chester, PA; went spectacularly bust in 1994
9979 # after years of shaky engineering and egregious mismanagement. Made one
9980 # really nice machine (the Amiga) and boatloads of nasty ones (PET, C-64,
9981 # C-128, VIC-20). The C-64 is said to have been the most popular machine
9982 # ever (most units sold); they can still be found gathering dust in closets
9986 # From: Kent Polk <kent@swrinde.nde.swri.edu>, 30 May 90
9987 # Added a few more entries, converted caret-type control sequence (^x) entries
9988 # to '\0xx' entries since a couple of people mentioned losing '^x' sequences.
9990 # :as:, :ae: Support for alternate character sets.
9991 # :ve=\E[\040p:vi=\E[\060\040p: cursor visible/invisible.
9992 # :xn: vt100 kludginess at column 80/NEWLINE ignore after 80 cols(Concept)
9993 # This one appears to fix a problem I always had with a line ending
9994 # at 'width+1' (I think) followed by a blank line in vi. The blank
9995 # line tended to disappear and reappear depending on how the screen
9996 # was refreshed. Note that this is probably needed only if you use
9997 # something like a Dnet Fterm with the window sized to some peculiar
9998 # dimension larger than 80 columns.
9999 # :k0=\E9~: map F10 to k0 - could have F0-9 -> k0-9, but ... F10 was 'k;'
10000 # (amiga: removed obsolete :kn#10:,
10001 # also added empty <acsc> to suppress a warning --esr)
10005 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
10006 :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:ac=:\
10007 :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:\
10008 :cl=\E[H\E[J:cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:do=\E[B:ei=:\
10009 :ho=\E[H:ic=\E[@:im=:is=\E[20l:k0=\E[9~:k1=\E[0~:k2=\E[1~:\
10010 :k3=\E[2~:k4=\E[3~:k5=\E[4~:k6=\E[5~:k7=\E[6~:k8=\E[7~:k9=\E[8~:\
10011 :kb=^H:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=\E[D:mb=\E[7;2m:\
10012 :md=\E[1m:me=\E[m:mh=\E[2m:mk=\E[8m:mr=\E[7m:nd=\E[C:\
10013 :rs=\Ec:se=\E[m:sf=\E[S:so=\E[7m:sr=\E[T:ue=\E[m:up=\E[A:\
10014 :us=\E[4m:ve=\E[ p:vi=\E[0 p:
10016 # From: Hans Verkuil <hans@wyst.hobby.nl>, 4 Dec 1995
10017 # (amiga: added empty <acsc> to suppress a warning --esr)
10018 amiga-bad|Amiga ANSI:\
10021 :DC=\233%dP:DO=\233%dB:IC=\233%d@:LE=\233%dD:RI=\233%dC:\
10022 :SF=\233%dS:SR=\233%dT:UP=\233%dA:ac=:ae=^O:as=^N:bl=^G:\
10023 :bt=\233Z:cd=\233J:ce=\233K:cl=\233H\233J:\
10024 :cm=\233%i%d;%dH:cr=^M:dc=\233P:do=\233B:ec=\233%dP:ei=:\
10025 :ho=\233H:ic=\233@:im=:is=\23320l:k0=\2339~:k1=\2330~:\
10026 :k2=\2331~:k3=\2332~:k4=\2333~:k5=\2334~:k6=\2335~:\
10027 :k7=\2336~:k8=\2337~:k9=\2338~:kD=\177:kb=^H:kd=\233B:\
10028 :kl=\233D:kr=\233C:ku=\233A:le=\233D:mb=\2337;2m:\
10029 :md=\2331m:me=\2330m:mh=\2332m:mk=\2338m:mr=\2337m:\
10030 :nd=\233C:nw=\233B\r:r1=\Ec:se=\2330m:sf=\233S:so=\2337m:\
10031 :sr=\233T:ta=^I:te=\233?7h:ti=\233?7l:ue=\2330m:up=\233A:\
10032 :us=\2334m:vb=^G:ve=\233 p:vi=\2330 p:
10034 # Commodore B-128 microcomputer from Doug Tyrol <det@HEL-ACE.ARPA>
10035 # I'm trying to write a termcap for a commodore b-128, and I'm
10036 # having a little trouble. I've had to map most of my control characters
10037 # to something that unix will accept (my delete-char is a ctrl-t, etc),
10038 # and create some functions (like cm), but thats life.
10039 # The problem is with the arrow keys - right, and up work fine, but
10040 # left deletes the previous character and down I just can't figure out.
10041 # Jove knows what I want, but I don't know what it's sending to me (it
10042 # isn't thats bound to next-line in jove).
10043 # Anybody got any ideas? Here's my termcap.
10044 # DAG -- I changed his "^n" entries to "\n"; see if that works.
10046 commodore|b-128|Commodore B-128 micro:\
10048 :co#80:dN#20:li#24:pb#150:\
10049 :al=10\Ei:bc=^H:ce=10\Eq:cl=10\E\006:\
10050 :cm=20\E\013%2\054%2\054:cr=^M:dc=10*\177:dl=10*\Ed:\
10051 :do=^J:ei=:ho=\E^E:ic=5\E\n:im=:kd=^J:kh=\E^E:kl=^B:kr=^F:\
10052 :ku=^P:nd=^F:nl=^M:ta=5\011:up=^P:
10056 # North Star Advantage from Lt. Fickie <brl-ibd!fickie> via BRL
10057 northstar|North Star Advantage:\
10060 :cd=200\017:ce=200\016:cl=200\004:cm=1\E=%+ %+ :\
10065 # Thu Jul 7 03:55:16 1983
10067 # As an aside, be careful; it may sound like an anomaly on the
10068 # Osborne, but with the 80-column upgrade, it's too easy to
10069 # enter lines >80 columns!
10071 # I've already had several comments...
10072 # The Osborne-1 with the 80-col option is capable of being
10073 # 52, 80, or 104 characters wide; default to 80 for compatibility
10074 # with most systems.
10076 # The tab is destructive on the Ozzie; make sure to 'stty -tabs'.
10077 osborne-w|osborne1-w|osborne I in 104-column mode:\
10080 :al=\EE:bl=^G:ce=\ET:cl=^Z:cm=\E=%+ %+ :cr=^M:dc=\EW:dl=\ER:\
10081 :do=^J:ei=:ic=\EQ:im=:kd=^J:kl=^H:kr=^L:ku=^K:le=^H:nd=^L:\
10082 :se=\E(:sf=^J:so=\E):ue=\Em:up=^K:us=\El:
10083 # Osborne I from ptsfa!rhc (Robert Cohen) via BRL
10084 osborne|osborne1|osborne I in 80-column mode:\
10085 :am:bs:mi:ms:ul:xs:\
10086 :co#80:dB#4:li#24:\
10087 :al=\EE:ce=\ET:cl=^Z:cm=\E=%+ %+ :dc=4\EW:dl=\ER:do=^J:ei=:\
10088 :im=\EQ:is=^Z:kb=^H:kd=^J:kl=^H:kr=^L:ku=^K:le=\010:nd=^L:\
10089 :se=\E):so=\E(:ue=\Em:up=^K:us=\El:
10091 # Osborne Executive definition from BRL
10092 # Similar to tvi920
10093 # Added by David Milligan and Tom Smith (SMU)
10094 osexec|Osborne executive:\
10096 :co#80:li#24:sg#1:ug#1:\
10097 :al=\EE:bl=^G:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :cr=^M:ct=\E3:\
10098 :dc=\EW:dl=\ER:do=^J:ei=:ho=^^:ic=\EQ:im=:\
10099 :is=\Eq\Ek\Em\EA\Ex0:k0=^A@\r:k1=^AA\r:k2=^AB\r:k3=^AC\r:\
10100 :k4=^AD\r:k5=^AE\r:k6=^AF\r:k7=^AG\r:k8=^AH\r:k9=^AI\r:\
10101 :kb=^H:kd=^J:kl=^H:kr=^L:ku=^K:le=^H:nd=^L:nl=^J:se=\Ek:\
10102 :so=\Ej:st=\E1:ue=\Em:up=^K:us=\El:
10104 #### Console types for obsolete UNIX clones
10106 # Coherent, Minix, Venix, and several lesser-known kin were OSs for 8088
10107 # machines that tried to emulate the UNIX look'n'feel. Coherent and Venix
10108 # were commercial, Minix an educational tool sold in conjunction with a book.
10109 # Memory-segmentation limits and a strong tendency to look like V7 long after
10110 # it was obsolete made all three pretty lame. Venix croaked early. Coherent
10111 # and Minix were ported to 32-bit Intel boxes, only to be run over by a
10112 # steamroller named `Linux' (which, to be fair, traces some lineage to Minix).
10113 # Coherent's vendor, the Mark Williams Company, went belly-up in 1994. There
10114 # are also, I'm told, Minix ports that ran on Amiga and Atari machines and
10115 # even as single processes under SunOS and the Macintosh OS.
10118 # This is the entry provided with minix 1.7.4, with bogus :ri: removed.
10119 minix|minix console (v1.7):\
10121 :co#80:it#8:li#25:\
10122 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
10123 :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:al=\E[L:bl=^G:cd=\E[0J:\
10124 :ce=\E[K:cl=\E[H\E[0J:cm=\E[%i%d;%dH:cr=^M:dc=\E[P:\
10125 :dl=\E[M:do=\E[B:ei=:ho=\E[H:ic=\E[@:im=:is=\E[0m:k0=\E[Y:\
10126 :k1=\E[V:k2=\E[U:k3=\E[T:k4=\E[S:k5=\E[G:kb=^H:kd=\E[B:\
10127 :kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:l0=End:l1=PgUp:l2=PgDn:\
10128 :l3=Num +:l4=Num -:l5=Num 5:le=^H:mb=\E[5m:md=\E[1m:\
10129 :me=\E[0m:mr=\E[7m:nd=\E[C:nw=^M^J:se=\E[0m:sf=^J:so=\E[7m:\
10130 :sr=\EM:ta=^I:ue=\E[0m:up=\E[A:us=\E[4m:
10131 # Corrected Jan 14, 1997 by Vincent Broman <broman@nosc.mil>
10132 minix-old|minix console (v1.5):\
10134 :co#80:it#8:li#25:\
10135 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
10136 :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:al=\E[L:bl=^G:cd=\E[0J:\
10137 :ce=\E[K:cl=\E[H\E[0J:cm=\E[%i%d;%dH:cr=^M:dc=\E[P:\
10138 :dl=\E[M:do=\E[B:ei=:ho=\E[H:ic=\E[@:im=:k0=\E[Y:k1=\E[V:\
10139 :k2=\E[U:k3=\E[T:k4=\E[S:k5=\E[G:kb=^H:kd=\E[B:kh=\E[H:\
10140 :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[0m:\
10141 :mr=\E[7m:nd=\E[C:nw=^M^J:se=\E[0m:sf=^J:so=\E[7m:sr=\EM:\
10142 :ta=^I:ue=\E[0m:up=\E[A:us=\E[4m:
10143 # The linewrap option can be specified by editing /usr/include/minix/config.h
10144 # before recompiling the minix 1.5 kernel.
10145 minix-old-am|minix console with linewrap:\
10148 pc-minix|minix console on an Intel box:\
10149 :ac=`\004a\261f\370g\361h\260j\331k\277l\332m\300n\305o~q\304r\362s_t\303u\264v\301w\302x\263y\371z\372{\373|\374}\375~\376.\031-\030\054\021+^P0\333p\304r\304y\363z\362{\343|\330}\234:\
10150 :ae=\E[10m:as=\E[11m:\
10153 # According to the Coherent 2.3 manual, the PC console is similar
10154 # to a z19. The differences seem to be (1) 25 lines, (2) no status
10155 # line, (3) standout is broken, (4) ins/del line is broken, (5)
10156 # has blinking and bold.
10157 pc-coherent|pcz19|coherent|IBM PC console running Coherent:\
10159 :co#80:it#8:li#25:\
10160 :bl=^G:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :cr=^M:dc=\EN:\
10161 :do=\EB:ei=\EO:ho=\EH:im=\E@:kb=^H:kd=\EB:kh=\EH:kl=\ED:\
10162 :kr=\EC:ku=\EA:le=^H:me=\Eq:nd=\EC:se=\Eq:sf=^J:so=\Ep:\
10163 :sr=\EI:ta=^I:up=\EA:
10165 # According to the Venix 1.1 manual, the PC console is similar
10166 # to a DEC vt52. Differences seem to be (1) arrow keys send
10167 # different strings, (2) enhanced standout, (3) added insert/delete line.
10168 # Note in particular that it doesn't have automatic margins.
10169 # There are other keys (f1-f10, kpp, knp, kcbt, kich1, kdch1) but they
10170 # not described here because this derives from an old termcap entry.
10171 pc-venix|venix|IBM PC console running Venix:\
10172 :co#80:it#8:li#25:\
10173 :al=\EL:bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :cr=^M:\
10174 :dl=\EM:do=^J:kb=^H:kd=\EP:kh=\EG:kl=\EK:kr=\EM:ku=\EH:le=^H:\
10175 :nd=\EC:sf=^J:sr=\EI:ta=^I:up=\EA:
10177 #### Miscellaneous microcomputer consoles
10179 # If you know anything more about any of these, please tell me.
10182 # basis from Peter Harrison, Computer Graphics Lab, San Francisco
10183 # ucbvax!ucsfmis!harrison ...uucp / ucbvax!ucsfmis!harrison@BERKELEY ...ARPA
10184 # (basis: removed obsolete ":ma=^K^P^R^L^L :nl=5000*^J:" -- esr)
10185 basis|BASIS108 computer with terminal translation table active:\
10186 :cd=\EY:ce=\ET:cl=300\E*:do=5000\n:kb=^H:kd=^J:kl=^H:kr=^L:\
10187 :ku=^K:me=\E):se=\E):so=\E(:\
10189 # luna's BMC terminal emulator
10190 luna|luna68k|LUNA68K Bitmap console:\
10191 :co#88:li#46:tc=ansi-mini:
10192 megatek|pegasus workstation terminal emulator:\
10195 # The Xerox 820 was a Z80 micro with a snazzy XEROX PARC-derived
10196 # interface (pre-Macintosh by several years) that went nowhere.
10197 xerox820|x820|Xerox 820:\
10200 :bl=^G:cd=^Q:ce=^X:cl=1^Z:cm=\E=%+ %+ :cr=^M:do=^J:ho=^^:\
10201 :le=^H:nd=^L:sf=^J:up=^K:
10203 #### Videotex and teletext
10206 # \E\:1} switch to te'le'informatique mode (ascii terminal/ISO 6429)
10207 # \E[?3l 80 columns
10208 # \E[?4l scrolling on
10209 # \E[12h local echo off
10210 # \Ec reset: G0 U.S. charset (to get #,@,{,},...), 80 cols, clear screen
10211 # \E(0 G0 DEC set (line graphics)
10213 # From: Igor Tamitegama <igor@ppp1493-ft.teaser.fr>, 18 Jan 1997
10214 m2-nam|minitel|minitel-2|minitel-2-nam|France Telecom Minitel 2 mode te'le'informatique:\
10216 :co#80:it#8:li#24:sg#0:ws#72:\
10217 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:\
10218 :RI=\E[%dC:SF=^J:SR=\EM:UP=\E[%dA:\
10219 :ac=aaffggjjkkllmmnnooqqssttuuvvwwxx:ae=\E(B:al=\E[L:\
10220 :as=\E(0:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
10221 :cr=^M:cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:\
10222 :fs=^J:ho=\E[H:i1=\E\0721}\Ec\E[?4l\E[12h:\
10223 :i2=\E[?3l kbs=\010:im=\E[4h:ip=7:is=\Ec\E[12h:\
10224 :k0=\EOp:k1=\EOq:k2=\EOr:k3=\EOs:k4=\EOt:k5=\EOu:k6=\EOv:\
10225 :k7=\EOw:k8=\EOx:k9=\EOy:k;=\EOp:kA=\E[4l:kC=\E[2J:kD=\E[P:\
10226 :kI=\E[4h:kL=\E[M:kN=\EOn:kP=\EOR:kd=\E[B:kh=\E[H:kl=\E[D:\
10227 :kr=\E[C:ku=\E[A:le=\E[D:ll=\E[24;80H:mb=\E[5m:md=\E[1m:\
10228 :me=\E[m:mr=\E[7m:nd=\E[C:nw=^M^J:ps=\E[i:\
10229 :r1=\Ec\E[?4l\E[12h:r2=\Ec:rc=\E8:sc=\E7:se=\E[27m:\
10230 :sf=^J:so=\E[7m:sr=\EM:ta=^I:ts=^_@A:u6=\E[%i%d;%dR:\
10231 :u7=\E[6n:ue=\E[24m:up=\E[A:us=\E[4m:vb=^G:ve=\E[<1l:\
10234 ######## OBSOLETE VDT TYPES
10236 # These terminals are *long* dead -- these entries are retained for
10237 # historical interest only.
10239 #### Amtek Business Machines
10242 # (abm80: early versions of this entry apparently had ":se=\E^_:so=\E^Y",
10243 # but these caps were commented out in 8.3; also, removed overridden
10244 # ":do=^J:" -- esr)
10245 abm80|amtek business machines 80:\
10248 :al=\E^Z:bt=^T:cd=\E^X:ce=\E^O:cl=\E^\:cm=\E\021%r%+ %+ :\
10249 :dl=\E^S:do=\E^K:ho=\E^R:le=^H:nd=^P:up=\E^L:
10251 #### Bell Labs blit terminals
10253 # These were AT&T's official entries. The 5620 FAQ maintained by
10254 # David Breneman <daveb@dgtl.com> has this to say:
10256 # Actually, in the beginning was the Jerq, and the Jerq was white with a
10257 # green face, and Locanthi and Pike looked upon the Jerq and said the Jerq
10258 # was good. But lo, upon the horizon loomed a mighty management-type person
10259 # (known now only by the initials VP) who said, the mighty Jerq must stay
10260 # alone, and could not go forth into the world. So Locanthi and Pike put the
10261 # Jerq to sleep, cloned its parts, and the Blit was brought forth unto the
10262 # world. And the Jerq lived the rest of its days in research, but never
10263 # strayed from those paths.
10265 # In all seriousness, the Blit was originally known as the Jerq, but when
10266 # it started to be shown outside of the halls of the Bell Labs Research
10267 # organization, the management powers that be decided that the name could
10268 # not remain. So it was renamed to be Blit. This was in late 1981.
10270 # (The AT&T 5620 was the commercialized Blit. Its successors were the 630,
10274 blit|jerq|blit running teletype rom:\
10276 :co#87:it#8:li#72:\
10277 :AL=\EF%+ :DC=\Ee%+ :DL=\EE%+ :IC=\Ef%+ :al=\EF\041:bl=^G:\
10278 :ce=\EK:cl=^L:cm=\EY%r%+ %+ :cr=^M:dc=\Ee\041:dl=\EE\041:\
10279 :do=^J:ei=:ic=\Ef\041:im=:k1=\Ex:k2=\Ey:k3=\Ez:kb=^H:kd=\EB:\
10280 :kl=\ED:kr=\EC:ku=\EA:le=\ED:nd=\EC:sf=^J:ta=^I:up=\EA:
10282 # (cbblit: here's a BSD termcap that says :do=\EG: -- esr)
10283 cbblit|fixterm|blit running columbus code:\
10285 :cd=\EJ:ei=\ER:ic@:im=\EQ:pO=\EP%03:pf=^T:po=^R:se=\EV\041:\
10286 :so=\EU\041:ue=\EV":us=\EU":vb=\E^G:\
10289 oblit|ojerq|first version of blit rom:\
10290 :am:da:db:eo:mi:ul:xo:\
10291 :co#88:it#8:li#72:\
10292 :AL=\Ef%+ :DL=\Ee%+ :al=\EF:bl=^G:cd=\EJ:ce=\EK:cl=^L:\
10293 :cm=\EY%r%+ %+ :cr=^M:dc=\EO:dl=\EE:do=^J:ei=\ER:im=\EQ:\
10294 :kb=^H:le=\ED:nd=\EC:sf=^J:ta=^I:up=\EA:vb=\E^G:
10296 #### Bolt, Beranek & Newman (bbn)
10298 # The BitGraph was a product of the now-defunct BBN Computer Corporation.
10299 # The parent company, best known as the architects of the Internet, is
10303 # Entries for the BitGraph terminals. The problem
10304 # with scrolling in vi can only be fixed by getting BBN to put
10305 # smarter scroll logic in the terminal or changing vi or padding
10306 # scrolls with about 500 ms delay.
10308 # I always thought the problem was related to the terminal
10309 # counting newlines in its input buffer before scrolling and
10310 # then moving the screen that much. Then vi comes along and
10311 # paints lines in on the bottom line of the screen, so you get
10312 # this big white gap.
10314 bitgraph|bg2.0nv|bg3.10nv|bbn bitgraph 2.0 or later (normal video):\
10315 :is=\E>\E[?5l\E[?7h:vb=\E[?5h\E[?5l:\
10317 bg2.0rv|bg3.10rv|bbn bitgraph 2.0 (reverse video):\
10318 :is=\E>\E[?5h\E[?7h:vb=\E[?5l\E[?5h:tc=bg2.0:
10319 bg2.0|bg3.10|bbn bitgraph 2.0 or later (no init):\
10322 :al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=%i\E[%d;%dH:\
10323 :cr=^M:cs=\E[%i%d;%dr:dl=\E[M:do=\E[B:k1=\EOP:k2=\EOQ:\
10324 :k3=\EOR:k4=\EOS:kd=\E[B:ke=\E>:kl=\E[D:kr=\E[C:ks=\E=:\
10325 :ku=\E[A:l1=PF1:l2=PF2:l3=PF3:l4=PF4:le=^H:me=\E[m:nd=\E[C:\
10326 :rc=\E8:sc=\E7:se=\E[m:sf=\n:so=\E[7m:ta=^I:up=\E[A:
10328 bg1.25rv|bbn bitgraph 1.25 (reverse video):\
10329 :is=\E>\E[?5h\E[?7h:vb=\E[?5l\E[?5h:tc=bg1.25:
10330 bg1.25nv|bbn bitgraph 1.25 (normal video):\
10331 :is=\E>\E[?5l\E[?7h:vb=\E[?5h\E[?5l:tc=bg1.25:
10332 # (bg1.25: I added <rmam>/<smam> based on the init string -- esr)
10333 bg1.25|bbn bitgraph 1.25:\
10335 :RA=\E[?7l:SA=\E[?7h:al=\E[L:bl=^G:cd=\E[J:ce=\E[K:\
10336 :cl=\E[H\E[J:cm=%i\E[%d;%dH:cr=^M:dl=\E[M:do=\E[B:k1=\EP:\
10337 :k2=\EQ:k3=\ER:k4=\ES:kd=\EB:ke=\E>:kl=\ED:kr=\EC:ks=\E=:\
10338 :ku=\EA:l1=PF1:l2=PF2:l3=PF3:l4=PF4:le=^H:ll=\E[64;1H:\
10339 :me=\E[m:nd=\E[C:se=\E[m:sf=\n:so=\E[7m:ta=^I:up=\E[A:
10344 # I have put the long strings in :ti:/:te:. Ti sets up a window
10345 # that is smaller than the screen, and puts up a warning message
10346 # outside the window. Te erases the warning message, puts the
10347 # window back to be the whole screen, and puts the cursor at just
10348 # below the small window. I defined :ve: and :vi: to really turn
10349 # the cursor on and off, but I have taken this out since I don't
10350 # like the cursor being turned off when vi exits.
10351 cg7900|chromatics|chromatics 7900:\
10354 :al=^A>2:bl=^G:cd=^Al:ce=^A`:cl=^L:cm=\001M%r%d\054%d\054:\
10355 :cr=^M:dc=^A<1:dl=^A<2:do=^J:ei=:ho=^\:ic=^A>1:im=:le=^H:\
10356 :ll=^A|:nd=^]:se=\001C1\054\001c2\054:sf=^J:\
10357 :so=\001C4\054\001c7\054:\
10358 :te=\001W0\05440\05485\05448\054\014\001W0\0540\05485\05448\054\001M0\05440\054:\
10359 :ti=\001P0\001O1\001R1\001C4\054\001c0\054\014\001M0\05442\054WARNING DOUBLE ENTER ESCAPE and \025\001C1\054\001c2\054\001W0\0540\05479\05439\054:\
10360 :uc=\001\001_\001\200:up=^K:
10362 #### Computer Automation
10365 ca22851|computer automation 22851:\
10368 :bl=^G:cd=^\:ce=^]:cl=\014:cm=\002%i%.%.:cr=^M:do=^J:ho=^^:\
10369 :kd=^W:kh=^^:kl=^U:ku=^V:le=^U:nd=^I:sf=^J:up=^V:
10374 # This entry has correct padding and the undocumented "ri" capability
10375 cyb83|xl83|cybernex xl-83:\
10378 :bl=^G:cd=\020:ce=\017:cl=\014:cm=\027%+ %+ :cr=^M:do=^J:\
10379 :ho=^K:kd=^J:kl=^H:kr=^I:ku=^N:le=^H:nd=^I:sf=^J:sr=^N:up=^N:
10380 # (mdl110: removed obsolete ":ma=^Z^P:" and overridden ":cd=145^NA^W:" -- esr)
10381 cyb110|mdl110|cybernex mdl-110:\
10384 :al=\016A\016\035:bl=^G:cd=\016@\026:ce=\016@\026:\
10385 :cl=\030:cm=\020%+ %+ :cr=^M:dc=\016A\036:\
10386 :dl=\016A\016\036:do=^J:ei=:ho=^Y:ic=\016A\035:im=:le=^H:\
10387 :nd=^U:se=^NG:sf=^J:so=^NF:ta=\011:up=^Z:
10391 # Datapoint is gone. They used to be headquartered in Texas.
10392 # They created ARCnet, an Ethernet competitor that flourished for a while
10393 # in the early 1980s before 3COM got wise and cut its prices. The service
10394 # side of Datapoint still lives (1995) in the form of Intelogic Trace.
10397 dp3360|datapoint|datapoint 3360:\
10400 :bl=^G:cd=^_:ce=^^:cl=^]^_:cr=^M:do=^J:ho=^]:le=^H:nd=^X:\
10403 # From: Jan Willem Stumpel <jw.stumpel@inter.nl.net>, 11 May 1997
10404 # The Datapoint 8242 Workstation was sold at least between 1985
10405 # and 1989. To make the terminal work with this entry, press
10406 # CONTROL-INT-INT to take the terminal off-line, and type (opt).
10407 # Set the options AUTO ROLL, ROLL DN, and ESC KBD on, and AUTO
10408 # CR/LF off. Use control-shift-[] as escape key, control-I as tab,
10409 # shift-F1 to shift-F5 as F6 to F10 (unshifted F1 to F5 are in
10410 # fact unusable because the strings sent by the terminal conflict
10411 # with other keys).
10412 # The terminal is capable of displaying "box draw" characters.
10413 # For each graphic character you must send 2 ESC's (\E\E) followed
10414 # by a control character as follows:
10415 # character meaning
10416 # ========= =======
10419 # ctrl-G bottom tee
10422 # ctrl-J top left corner
10423 # ctrl-K top right corner
10424 # ctrl-L bottom left corner
10425 # ctrl-M bottom right corner
10426 # ctrl-N horizontal line
10427 # ctrl-O vertical line
10428 # Unfortunately this cannot be fitted into the termcap/terminfo
10429 # description scheme.
10430 dp8242|datapoint 8242:\
10433 :al=\E^T:bl=^G:cd=^W:ce=^V:cl=\025\E\004\027\030:\
10434 :cm=\011%r%+\\%+\\:cr=^M:dl=\E^Z:do=^J:ho=^U:\
10435 :i1=\E\014\E\016\200\230\200\317\025\027\030\E\004:\
10436 :k1=^G\Ee:k2=^I\Ed:k3=^J\Ec:k4=^J\Eb:k5=^S\Ea:k6=\EO\Ee:\
10437 :k7=\EN\Ed:k8=\EM\Ec:k9=\EL\Eb:k;=\EK\Ea:kb=^H:kd=^B:kl=^D:\
10438 :kr=^F:ku=^E:le=^H:nw=^M^J:\
10439 :r1=\E\014\E\016\200\230\200\317\025\027\030\E\004:\
10440 :rp=\E\023%.%.:se=\E^D:sf=^C:so=\E^E:sr=^K:ta=^I:ue=\E^D:\
10441 :us=\E^F:ve=^X:vi=^Y:
10443 #### DEC terminals (Obsolete types: DECwriter and vt40/42/50)
10445 # These entries are DEC's official terminfos for its older terminals.
10446 # Contact Bill Hedberg <hedberg@hannah.enet.dec.com> of Terminal Support
10447 # Engineering for more information. Updated terminfos and termcaps
10448 # are kept available at ftp://gatekeeper.dec.com/pub/DEC/termcaps.
10454 :bl=^G:cr=^M:do=^J:le=^H:
10458 :bl=^G:cr=^M:do=^J:le=^H:
10462 :bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cr=^M:do=^J:le=^H:nd=\EC:\
10463 :sf=^J:ta=^I:up=\EA:
10467 :bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :cr=^M:do=^J:\
10468 :le=^H:nd=\EC:sf=^J:sr=\EI:ta=^I:up=\EA:
10469 # (vt61: there's a BSD termcap that claims :dl=\EPd:, :al=\EPf.: :kb=^H:)
10470 vt61|vt-61|vt61.5|dec vt61:\
10472 :bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :cr=\r:do=^J:\
10473 :kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:sf=\n:sr=\EI:ta=^I:\
10476 # The gigi does standout with red!
10477 # (gigi: I added <rmam>/<smam> based on the init string, corrected cub1 -- esr)
10478 gigi|vk100|dec gigi graphics terminal:\
10481 :DO=\E[%dB:LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:\
10482 :UP=\E[%dA:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:\
10483 :cm=\E[%i%d;%dH:cr=^M:do=^J:\
10484 :is=\E>\E[?3l\E[?4l\E[?5l\E[?20l\E[?7h\E[?8h:k1=\EOP:\
10485 :k2=\EOQ:k3=\EOR:k4=\EOS:kd=\EOB:ke=\E[?1l\E>:kh=\E[H:\
10486 :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:me=\E[m:\
10487 :nd=\E[C:se=\E[m:sf=^J:so=\E[7;31m:sr=\EM:ta=^I:ue=\E[m:\
10490 # DEC PRO-350 console (VT220-style). The 350 was DEC's attempt to produce
10491 # a PC differentiated from the IBM clones. It was a total, ludicrous,
10492 # grossly-overpriced failure (among other things, DEC's OS didn't include
10493 # a format program, so you had to buy pre-formatted floppies from DEC at
10494 # a hefty premium!).
10495 pro350|decpro|dec pro console:\
10497 :co#80:it#8:li#24:\
10498 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
10499 :ae=\EG:as=\EF:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :do=\EB:\
10500 :ho=\EH:k0=\EE:k1=\EF:k2=\EG:k3=\EH:k4=\EI:k5=\EJ:k6=\Ei:\
10501 :k7=\Ej:kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:\
10502 :se=\E^N:so=\E^H:sr=\EI:ta=^I:ue=\E^C:up=\EA:us=\E^D:
10507 :bl=^G:cr=^M:do=^J:le=^H:sf=^J:
10508 dw2|decwriter|dw|decwriter II:\
10511 :bl=^G:cr=^M:do=^J:kb=^H:le=^H:sf=^J:
10512 # \E(B Use U.S. character set (otherwise # => british pound !)
10513 # \E[20l Disable "linefeed newline" mode (else puts \r after \n,\f,\v)
10514 # \E[w 10 char/in pitch
10515 # \E[1;132 full width horizontal margins
10516 # \E[2g clear all tab stops
10518 # \E[66t 66 lines/page (for \f)
10519 # \E[1;66r full vertical page can be printed
10520 # \E[4g clear vertical tab stops
10521 # \E> disable alternate keypad mode (so it transmits numbers!)
10522 # \E[%i%p1%du set tab stop at column %d (origin == 1)
10523 # (Full syntax is \E[n;n;n;n;n;...;nu where each 'n' is
10526 # The dw3 does standout with wide characters.
10528 dw3|la120|decwriter III:\
10531 :bl=^G:cr=^M:do=^J:\
10532 :i1=\E(B\E[20l\E[w\E[0;132s\E[2g\E[z\E[66t\E[1;66r\E[4g\E>:\
10533 :is=\E[9;17;25;33;41;49;57;65;73;81;89;97;105;113;121;129u\r:\
10534 :kb=^H:le=^H:me=\E[w:se=\E[w:sf=^J:so=\E[6w:ta=^I:
10538 :bl=^G:cr=^M:do=^J:is=\Ec:k0=\EOP:k1=\EOQ:k2=\EOR:k3=\EOS:\
10539 :kb=^H:le=^H:sf=^J:ta=^I:
10541 # These aren't official
10542 ln03|dec ln03 laser printer:\
10545 :bl=^G:cr=^M:do=^J:hd=\EK:hu=\EL:me=\E[m:nw=^M^J:se=\E[22m:\
10546 :sf=^J:so=\E[1m:ta=^I:ue=\E[24m:us=\E[4m:
10547 ln03-w|dec ln03 laser printer 132 cols:\
10549 :bl=^G:cr=^M:do=^J:kb=^H:kd=^J:kl=^H:nw=^M^J:sf=^J:ta=^I:tc=ln03:
10551 #### Delta Data (dd)
10554 # Untested. The cup sequence is hairy enough that it probably needs work.
10555 # The idea is ctrl(O), dd(row), dd(col), where dd(x) is x - 2*(x%16) + '9'.
10556 # There are BSD-derived termcap entries floating around for this puppy
10557 # that are *certainly* wrong.
10558 delta|dd5000|delta data 5000:\
10561 :bl=^G:ce=^NU:cl=^NR:cm=\017%+^P%+^P:dc=^NV:do=^J:ho=^NQ:\
10562 :le=^H:nd=^Y:sf=^J:up=^Z:
10564 #### Digital Data Research (ddr)
10567 # (ddr: I added <rmam>/<smam> based on the init string -- esr)
10568 ddr|rebus3180|ddr3180|Rebus/DDR 3180 vt100 emulator:\
10570 :co#80:it#8:li#24:vt#3:\
10571 :RA=\E[7l:SA=\E[7l:cd=50\E[J:ce=3\E[K:cl=50\E[H\E[2J:\
10572 :cm=5\E[%i%d;%dH:cs=\E[%i%d;%dr:do=^J:ho=\E[H:\
10573 :is=\E[1;24r\E[24;1H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
10574 :kb=^H:kd=\E[B:ke=\E[?1l\E>:kl=\E[D:kr=\E[C:ks=\E[?1h\E=:\
10575 :ku=\E[A:le=^H:mb=2\E[5m:md=2\E[1m:me=2\E[m:mr=2\E[7m:\
10576 :nd=2\E[C:r1=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\
10577 :rf=/usr/share/tabset/vt100:sc=\E7:se=\E[m:sf=5\ED:\
10578 :so=\E[7m:sr=5\EM:ta=^I:ue=2\E[m:up=2\E[A:us=2\E[4m:
10580 #### Evans & Sutherland
10583 # Jon Leech <leech@cs.unc.edu> tells us:
10584 # The ps300 was the Evans & Sutherland Picture System 300, a high
10585 # performance 3D vector graphics system with a bunch of specialized hardware.
10586 # Approximate date of release was 1982 (early 80s, anyway), and it had several
10587 # evolutions including (limited) color versions such as the PS330C. PS300s
10588 # were effectively obsolete by the late 80s, replaced by raster graphics
10589 # systems, although specialized applications like molecular modelling
10590 # hung onto them for a while longer. AFAIK all E&S vector graphics systems
10591 # are out of production, though of course E&S is very much alive (in 1996).
10592 # (ps300: changed ":pt@:" to "it@" -- esr)
10594 ps300|Picture System 300:\
10597 :se@:so@:ue@:us@:tc=vt100:
10599 #### General Electric (ge)
10602 terminet1200|terminet300|tn1200|tn300|terminet|GE terminet 1200:\
10605 :bl=^G:cr=^M:do=^J:sf=^J:
10607 #### Heathkit/Zenith
10610 # Here is a description of the H19 DIP switches:
10613 # 0-3 = baud rate as follows:
10618 # 0 1 0 1 1200 baud
10619 # 1 0 0 0 2400 baud
10620 # 1 0 1 0 4800 baud
10621 # 1 1 0 0 9600 baud
10622 # 1 1 0 1 19.2K baud
10624 # 4 = parity (0 = no parity)
10625 # 5 = even parity (0 = odd parity)
10626 # 6 = stick parity (0 = normal parity)
10627 # 7 = full duplex (0 = half duplex)
10630 # 0 = block cursor (0 = underscore cursor)
10631 # 1 = no key click (0 = keyclick)
10632 # 2 = wrap at end of line (0 = no wrap)
10633 # 3 = auto LF on CR (0 = no LF on CR)
10634 # 4 = auto CR on LF (0 = no CR on LF)
10635 # 5 = ANSI mode (0 = VT52 mode)
10636 # 6 = keypad shifted (0 = keypad unshifted)
10637 # 7 = 50Hz refresh (1 = 60Hz refresh)
10639 # Factory Default settings are as follows:
10641 # S401 1 0 0 0 1 1 0 0
10642 # S402 0 0 0 0 0 0 0 0
10643 # (h19: I added <rmam>/<smam> based on the init string;
10644 # also added empty <acsc> to suppress a tic warning -- esr)
10645 h19-a|h19a|heath-ansi|heathkit-a|heathkit h19 ansi mode:\
10647 :co#80:it#8:li#24:\
10648 :RA=\E[?7l:SA=\E[?7h:ac=:ae=\E[11m:al=\E[1L:as=\E[10m:\
10649 :bl=^G:cd=\E[J:ce=\E[K:cl=\E[2J:cm=\E[%i%d;%dH:cr=^M:\
10650 :dc=\E[1P:dl=\E[1M:do=\E[1B:ei=\E[4l:ho=\E[H:im=\E[4h:\
10651 :is=\E<\E[>1;2;3;4;5;6;7;8;9l\E[m\E[11m\E[?7h:k1=\EOS:\
10652 :k2=\EOT:k3=\EOU:k4=\EOV:k5=\EOW:k6=\EOP:k7=\EOQ:k8=\EOR:\
10653 :kb=^H:kd=\E[1B:kh=\E[H:kl=\E[1D:kr=\E[1C:ku=\E[1A:l6=blue:\
10654 :l7=red:l8=white:le=^H:nd=\E[1C:se=\E[m:sf=^J:so=\E[7m:\
10655 :sr=\EM:ta=^I:up=\E[1A:ve=\E[>4l:vs=\E[>4h:
10656 h19-bs|heathkit w/keypad shifted:\
10657 :ke=\Eu:ks=\Et:tc=h19-b:
10658 h19-smul|heathkit w/keypad shifted/underscore cursor:\
10661 # (h19: merged in :ip: from BSDI hp19-e entry>;
10662 # also added empty <acsc> to suppress a tic warning --esr)
10663 h19|heath|h19-b|heathkit|heath-19|z19|zenith|heathkit h19:\
10664 :am:bs:es:hs:mi:ms:\
10665 :co#80:it#8:li#24:\
10666 :ac=:ae=\EG:al=\EL:as=\EF:bl=^G:cd=\EJ:ce=\EK:cl=\EE:\
10667 :cm=\EY%+ %+ :cr=^M:dc=\EN:dl=\EM:do=\EB:ei=\EO:fs=\Ek\Ey5:\
10668 :ho=\EH:im=\E@:ip=1.5<1.5/>:k1=\ES:k2=\ET:k3=\EU:k4=\EV:\
10669 :k5=\EW:k6=\EP:k7=\EQ:k8=\ER:kb=^H:kd=\EB:kh=\EH:kl=\ED:\
10670 :kr=\EC:ku=\EA:l6=blue:l7=red:l8=white:le=^H:nd=\EC:se=\Eq:\
10671 :sf=^J:so=\Ep:sr=\EI:ta=^I:\
10672 :ts=\Ej\Ex5\EY8%+ \Eo\Eo:up=\EA:ve=\Ey4:\
10674 h19-u|heathkit with underscore cursor:\
10676 h19-us|h19us|heathkit w/keypad shifted/underscore cursor:\
10679 h19-g|h19g|heathkit w/block cursor:\
10681 alto-h19|altoh19|altoheath|alto-heath|alto emulating heathkit h19:\
10683 :al=\EL:dl=\EM:tc=h19:
10685 # The major problem with the Z29 is that it requires more padding than the Z19.
10687 # The problem with declaring an H19 to be synonymous with a Z29 is that
10688 # it needs more padding. It especially loses if a program attempts
10689 # to put the Z29 into insert mode and insert text at 9600 baud. It
10690 # even loses worse if the program attempts to insert tabs at 9600
10691 # baud. Adding padding to text that is inserted loses because in
10692 # order to make the Z29 not die, one must add so much padding that
10693 # whenever the program tries to use insert mode, the effective
10694 # rate is about 110 baud.
10696 # What program would want to put the terminal into insert mode
10697 # and shove stuff at it at 9600 baud you ask?
10699 # Emacs. Emacs seems to want to do the mathematically optimal
10700 # thing in doing a redisplay rather than the practical thing.
10701 # When it is about to output a line on top of a line that is
10702 # already on the screen, instead of just killing to the end of
10703 # the line and outputting the new line, it compares the old line
10704 # and the new line and if there are any similarities, it
10705 # constructs the new line by deleting the text on the old line
10706 # on the terminal that is already there and then inserting new
10707 # text into the line to transform it into the new line that is
10708 # to be displayed. The Z29 does not react kindly to this.
10710 # But don't cry for too long.... There is a solution. You can make
10711 # a termcap entry for the Z29 that says the Z29 has no insert mode.
10712 # Then Emacs cannot use it. "Oh, no, but now inserting into a
10713 # line will be really slow", you say. Well there is a sort of a
10714 # solution to that too. There is an insert character option on
10715 # the Z29 that will insert one character. Unfortunately, it
10716 # involves putting the terminal into ansi mode, inserting the
10717 # character, and changing it back to H19 mode. All this takes 12
10718 # characters. Pretty expensive to insert one character, but it
10719 # works. Either Emacs doesn't try to use its inserting hack when
10720 # it's only given an insert character ability or the Z29 doesn't
10721 # require padding with this (the former is probably more likely,
10722 # but I haven't checked it out).
10723 # (z29: added empty <acsc> to suppress a tic warning, merged in
10724 # status line capabilities from BRL entry --esr)
10725 z29|zenith29|z29b|zenith z29b:\
10726 :am:bs:es:hs:mi:ms:pt:\
10727 :co#80:kn#10:li#24:\
10728 :ac=:ae=\EF:al=1\EL:as=\EG:bc=\ED:bl=^G:bt=\E-:cd=\EJ:ce=\EK:\
10729 :cl=\EE:cm=\EY%+ %+ :cr=^M:dc=\EN:dl=1\EM:do=\EB:ds=\Ey1:\
10730 :ei=\EO:fs=\Ek\Ey5:ho=\EH:ic=\E<\E[1@\E[?2h:im=\E@:\
10731 :is=\E<\E[?2h\Ev:k0=\E~:k1=\ES:k2=\ET:k3=\EU:k4=\EV:k5=\EW:\
10732 :k6=\EP:k7=\EQ:k8=\ER:k9=\E0I:kb=^H:kd=\EB:kh=\EH:kl=\ED:\
10733 :kr=\EC:ku=\EA:l0=home:le=^H:nd=\EC:se=\Eq:sf=\n:so=\Ep:\
10734 :sr=2\EI:ta=^I:ts=\Ej\Ex5\Ex1\EY8%+ \Eo:ue=\Es0:up=\EA:\
10735 :us=\Es8:ve=\Ey4:vs=\Ex4:
10736 # z29 in ansi mode. Assumes that the cursor is in the correct state, and that
10737 # the world is stable. <rs1> causes the terminal to be reset to the state
10738 # indicated by the name. kc -> key click, nkc -> no key click, uc -> underscore
10739 # cursor, bc -> block cursor.
10740 # From: Mike Meyers
10741 # (z29a: replaced nonexistent :if=/usr/share/tabset/zenith29: befause :st:
10742 # looks vt100-compatible -- esr)
10743 z29a|z29a-kc-bc|h29a-kc-bc|heath/zenith 29 in ansi mode:\
10744 :am:bs:es:hs:mi:ms:pt:\
10745 :co#80:it#8:kn#10:li#24:\
10746 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:\
10747 :RI=\E[%dC:UP=\E[%dA:bc=\ED:bl=^G:cd=\E[J:ce=\E[K:cl=\E[2J:\
10748 :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[1P:\
10749 :do=^J:ds=\E[>1l:fs=\E[u\E[>5l:ho=\E[H:\
10750 :if=/usr/share/tabset/vt100:k0=\E[~:k1=\EOS:k2=\EOT:\
10751 :k3=\EOU:k4=\EOV:k5=\EOW:k6=\EOP:k7=\EOQ:k8=\EOR:k9=\EOX:\
10752 :kC=\E[J:kS=\E[J:kb=^H:kd=\EOB:kh=\E[H:kl=\EOD:kr=\EOC:\
10753 :ku=\EOA:l0=help:le=^H:mb=\E[5m:md=\E[2m:me=\E[m:mh=\E[2m:\
10754 :mr=\E[7m:nd=\E[C:nw=^M\ED:ps=\E#7:\
10755 :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:\
10756 :rc=\E[r:sc=\E[s:se=\E[m:sf=\ED:so=\E[7;2m:sr=\EM:st=\EH:\
10757 :ta=^I:te=\E[?7h:ti=\E[?7l:\
10758 :ts=\E[s\E[>5;1h\E[25;%i%dH\E[1K:ue=\E[m:up=\E[A:\
10760 z29a-kc-uc|h29a-kc-uc|z29 ansi mode with keyckick and underscore cursor:\
10761 :r1=\E<\E[1;24r\E[24;1H\E[?7h\E[>1;2;3;4;5;6;7;8;9l\E[m\E[11m:\
10763 z29a-nkc-bc|h29a-nkc-bc|z29 ansi mode with block cursor and no keyclick:\
10764 :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:\
10766 z29a-nkc-uc|h29a-nkc-uc|z29 ansi mode with underscore cursor and no keyclick:\
10767 :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:\
10769 # From: Jeff Bartig <jeffb@dont.doit.wisc.edu> 31 Mar 1995
10770 z39-a|z39a|zenith39-a|zenith39-ansi|Zenith 39 in ANSI mode:\
10771 :5i:am:es:hs:mi:ms:xo:\
10773 :%1=\E[~:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:K1=\EOw:\
10774 :K2=\EOy:K3=\EOu:K4=\EOq:K5=\EOs:LE=\E[%dD:RI=\E[%dC:\
10775 :UP=\E[%dA:ac=``aaffggjjkkllmmnnooqqssttuuvvwwxx~~0a:\
10776 :ae=\E(B:al=\E[1L:as=\E(0:bl=^G:bt=\E[1Z:cb=\E[1K:cd=\E[0J:\
10777 :ce=\E[0K:cl=\E[2J\E[H:cm=\E[%i%d;%dH:cr=^M:\
10778 :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[1P:dl=\E[1M:do=\E[B:\
10779 :ds=\E[>1l:ei=\E[4l:fs=\E[u:ho=\E[H:im=\E[4h:\
10780 :is=\E<\E[>1;3;5;6;7l\E[0m\E[2J:k1=\EOS:k2=\EOT:k3=\EOU:\
10781 :k4=\EOV:k5=\EOW:k6=\EOP:k7=\EOQ:k8=\EOR:k9=\EOX:kS=\E[J:\
10782 :kb=^H:kd=\E[B:ke=\E[>7l:kh=\E[H:kl=\E[D:kr=\E[C:ks=\E[>7h:\
10783 :ku=\E[A:le=^H:ll=\E[24;1H:mb=\E[5m:md=\E[1m:me=\E[0m:\
10784 :mh=\E[2m:mr=\E[7m:nd=\E[C:pf=\E[4i:po=\E[5i:\
10785 :ps=\E[?19h\E[i:r2=\E<\Ec\200:rc=\E[u:sc=\E[s:se=\E[0m:\
10786 :sf=^J:so=\E[7m:st=\EH:ta=^I:ts=\E[s\E[>1h\E[25;%i%dH:\
10787 :ue=\E[0m:up=\E[A:us=\E[4m:ve=\E[>5l:vi=\E[>5h:
10789 # From: Brad Brahms <Brahms@USC-ECLC>
10790 z100|h100|z110|z-100|h-100|heath/zenith z-100 pc with color monitor:\
10791 :ve=\Ey4\Em70:vs=\Ex4\Em71:\
10793 # (z100bw: removed obsolete ":kn#10:", added empty <acsc> -- esr)
10794 z100bw|h100bw|z110bw|z-100bw|h-100bw|heath/zenith z-100 pc:\
10796 :co#80:it#8:kn#10:li#24:\
10797 :ac=:ae=\EG:al=5*\EL:as=\EF:cd=\EJ:ce=\EK:cl=5*\EE:\
10798 :cm=1*\EY%+ %+ :dc=1*\EN:dl=5*\EM:do=\EB:ei=\EO:ho=\EH:\
10799 :im=\E@:k0=\EJ:k1=\ES:k2=\ET:k3=\EU:k4=\EV:k5=\EW:k6=\EP:\
10800 :k7=\EQ:k8=\ER:k9=\EOI:kb=^H:kd=\EB:kh=\EH:kl=\ED:kr=\EC:\
10801 :ku=\EA:le=^H:nd=\EC:se=\Eq:so=\Ep:sr=\EI:ta=^I:up=\EA:\
10803 p19|h19-b with il1/dl1:\
10804 :al=2*\EL:dl=2*\EM:tc=h19-b:
10805 # From: <ucscc!B.fiatlux@ucbvax.berkeley.edu>
10806 # (ztx: removed duplicate :sr: -- esr)
10807 ztx|ztx11|zt-1|htx11|ztx-1-a|ztx-10 or 11:\
10809 :co#80:it#8:li#24:\
10810 :al=\EL:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :dl=\EM:do=^J:\
10811 :ds=\Ey1:fs=\Ek\Ey5:ho=\EH:\
10812 :is=\Ej\EH\Eq\Ek\Ev\Ey1\Ey5\EG\Ey8\Ey9\Ey>:k0=\ES:\
10813 :k1=\EB:k2=\EU:k3=\EV:k4=\EW:k5=\EP:k6=\EQ:k7=\ER:kb=^H:\
10814 :kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:se=\Eq:so=\Es5:\
10815 :sr=\EI:ta=^I:ts=\Ej\Ex5\Ex1\EY8%+ \Eo:ue=\Eq:up=\EA:\
10818 #### IMS International (ims)
10820 # There was a company called IMS International located in Carson City,
10821 # Nevada, that flourished from the mid-70s to mid-80s. They made S-100
10822 # bus/Z80 hardware and a line of terminals called Ultimas.
10825 # From: Erik Fair <fair@ucbarpa.berkeley.edu> Sun Oct 27 07:21:05 1985
10826 ims950-b|bare ims950 no init string:\
10828 # (ims950: removed obsolete ":ko@:" -- esr)
10829 ims950|ims televideo 950 emulation:\
10831 :k0@:k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:k9@:kb@:kd@:kh@:kl@:kr@:ku@:vb@:tc=tvi950:
10832 # (ims950-rv: removed obsolete ":ko@:" -- esr)
10833 ims950-rv|ims tvi950 rev video:\
10835 :k0@:k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:k9@:kb@:kd@:kh@:kl@:kr@:ku@:vb@:tc=tvi950-rv:
10836 ims-ansi|ultima2|ultimaII|IMS Ultima II:\
10838 :co#80:it#8:li#24:\
10839 :cd=\E[0J:ce=\E[0K:cl=\E[H\E[2J:cm=\E[%i%2;%2H:do=\ED:\
10840 :if=/usr/share/tabset/vt100:\
10841 :is=\E[m\E[>14l\E[?1;?5;20l\E>\E[1m\r:kd=\E[B:kh=\E[H:\
10842 :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:me=\E[m:se=\E[m\E[1m:\
10843 :so=\E[7m:sr=\EM:ta=^I:ue=\E[m\E[1m:up=\EM:us=\E[4m:
10845 #### Intertec Data Systems
10847 # I think this company is long dead as of 1995. They made an early CP/M
10848 # micro called the "Intertec Superbrain" that was moderately popular,
10849 # then sank out of sight.
10852 superbrain|intertec superbrain:\
10855 :bc=^U:bl=^G:cd=\E~k<10*>:ce=\E~K:cl=\014:cm=\EY%+ %+ :\
10856 :cr=^M:do=^J:kd=^J:kl=^U:kr=^F:ku=^K:le=^H:nd=^F:sf=^J:ta=^I:\
10857 :te=^L:ti=^L:up=^K:
10858 # (intertube: a Gould entry via BRL asserted smul=\E0@$<200/>,
10859 # rmul=\E0A$<200/>; my guess is the highlight letter is bit-coded like an ADM,
10860 # and the reverse is actually true. Try it. -- esr)
10861 intertube|intertec|Intertec InterTube:\
10864 :bl=^G:cl=^L:cm=\EY%+ %+ :cr=^M:do=^J:ho=^A:le=^H:nd=^F:\
10865 :se=\E0@:sf=^J:so=\E0P:up=^Z:
10866 # The intertube 2 has the "full duplex" problem like the tek 4025: if you
10867 # are typing and a command comes in, the keystrokes you type get interspersed
10868 # with the command and it messes up
10869 intertube2|intertec data systems intertube 2:\
10871 :ce=\EK:ch=\020%+^J:cm=\016%.\020%+^J:cv=\013%.:\
10875 #### Ithaca Intersystems
10877 # This company made S100-bus personal computers long ago in the pre-IBM-PC
10878 # past. They used to be reachable at:
10880 # Ithaca Intersystems
10881 # 1650 Hanshaw Road
10882 # Ithaca, New York 14850
10884 # However, the outfit went bankrupt years ago.
10887 # The Graphos III was a color graphics terminal from Ithaca Intersystems.
10888 # These entries were written (originally in termcap syntax) by Brian Yandell
10889 # <yandell@stat.wisc.edu> and Mike Meyer <mikem@stat.wisc.edu> at the
10890 # University of Wisconsin.
10892 # (graphos: removed obsolete and syntactically incorrect :kn=4:,
10893 # removed :if=/usr/share/tabset/init.graphos: and
10894 # <rf=/usr/share/tabset/init.graphos> no such file & no :st: -- esr)
10895 graphos|graphos III:\
10897 :co#80:it#8:li#24:\
10898 :AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:\
10899 :UP=\E[%dA:al=\E[L:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:\
10900 :cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:dm=\E[4h:do=\E[B:\
10901 :ed=\E[4l:ei=\E[4l:ho=\E[H:im=\E[4h:k1=\EOP:k2=\EOQ:\
10902 :k3=\EOR:k4=\EOS:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:\
10903 :ku=\E[A:le=^H:me=\E[m:nd=\E[C:nw=^M\ED:rc=\E8:sc=\E7:\
10904 :se=\E[m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:up=\E[A:\
10905 :ve=\Ez56;2;0;0z\Ez73z\Ez4;1;1z:\
10906 :vs=\Ez4;2;1z\Ez56;2;80;24z:
10907 graphos-30|graphos III with 30 lines:\
10909 :vs=\Ez4;2;1z\Ez56;2;80;30z:tc=graphos:
10913 # These people used to be reachable at:
10916 # 1393 Main Street,
10917 # Waltham, MA 02154
10918 # Vox: (617)-890-5796.
10920 # However, if you call that number today you'll get an insurance company.
10921 # I have mail from "Michael Berman, V.P. Sales, Modgraph" dated
10922 # 26 Feb 1997 that says:
10924 # Modgraph GX-1000, replaced by GX-2000. Both are out of production, have been
10925 # for ~7 years. Modgraph still in business. Products are rugged laptop and
10926 # portable PC's and specialized CRT and LCD monitors (rugged, rack-mount
10927 # panel-mount etc). I can be emailed at sonfour@aol.com
10930 modgraph|mod24|modgraph terminal emulating vt100:\
10933 :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:\
10934 :rf@:sr=5\EM\E[K:vs=\E\1369;0s\E\1367;1s:\
10936 # The GX-1000 manual is dated 1984. This looks rather like a VT-52.
10937 modgraph2|modgraph gx-1000 80x24 with keypad not enabled:\
10939 :co#80:it#8:li#24:\
10940 :cd=50\EJ:ce=3\EK:cl=50\EH\EJ:cm=5\EY%+ %+ :\
10941 :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:\
10942 :le=^H:nd=2\EC:sr=5\EI:ta=^I:up=2\EA:
10944 # Modgraph from Nancy L. Cider <nancyc@brl-tbd>
10945 # BUG NOTE from Barbara E. Ringers <barb@brl-tbd>:
10946 # If we set TERM=vt100, and set the Modgraph screen to 24 lines, setting a
10947 # mark and using delete-to-killbuffer work correctly. However, we would
10948 # like normal mode of operation to be using a Modgraph with 48 line setting.
10949 # If we set TERM=mod (which is a valid entry in termcap with 48 lines)
10950 # the setting mark and delete-to-killbuffer results in the deletion of only
10951 # the line the mark is set on.
10952 # We've discovered that the delete-to-killbuffer works correctly
10953 # with TERM=mod and screen set to 80x48 but it's not obvious. Only
10954 # the first line disappears but a ctrl-l shows that it did work
10956 modgraph48|mod|Modgraph w/48 lines:\
10958 :co#80:it#8:li#48:vt#3:\
10959 :bl=^G:cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:cm=\E[%i%d;%dH:cr=^M:\
10960 :cs=\E[%i%d;%dr:do=^J:ho=\E[H:\
10961 :is=\E<\E[1;48r\E[0q\E[3;4q\E=\E[?1h:k1=\EOP:k2=\EOQ:\
10962 :k3=\EOR:k4=\EOS:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:\
10963 :kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:md=\E[1m:\
10964 :me=\E[m:mr=\E[7m:nd=\E[C:nl=^J:r1=\E=\E[0q\E>:rc=\E8:\
10965 :sc=\E7:se=\E[m:so=\E[7m:sr=\EM:ta=^I:ue=\E[m:up=\E[A:\
10966 :us=\E[4m:vb=\E[?5h\E[0q\E[1;2q\E[?5l\E[0q\E[4;3q:
10968 #### Morrow Designs
10970 # This was George Morrow's company. They started in the late 1970s making
10971 # S100-bus machines. They used to be reachable at:
10974 # 600 McCormick St.
10975 # San Leandro, CA 94577
10977 # but they're long gone now (1995).
10980 # The mt70 terminal was shipped with the Morrow MD-3 microcomputer.
10981 # Jeff's specimen was dated June 1984.
10982 # From: Jeff Wieland <wieland@acn.purdue.edu> 24 Feb 1995
10983 mt70|mt-70|Morrow MD-70; native Morrow mode:\
10985 :co#80:it#8:li#24:\
10986 :%1=^AO\r:F1=^A`\r:F2=^Aa\r:F3=^Ab\r:F4=^Ac\r:F5=^Ad\r:\
10987 :F6=^Ae\r:F7=^Af\r:F8=^Ag\r:F9=^Ah\r:FA=^Ai\r:\
10988 :ac=+z\054{.yOi-x`|jGkFlEmDnHtLuKvNwMxIqJ:ae=\E%:\
10989 :al=\EE:as=\E$:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=^Z:\
10990 :cm=\E=%+ %+ :cr=^M:ct=\E0:dc=\EW:dl=\ER:do=^J:ei=:ho=^^:\
10991 :i1=\E"2\EG0\E]:ic=\EQ:im=:k1=^A@\r:k2=^AA\r:k3=^AB\r:\
10992 :k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:\
10993 :k;=^AI\r:kB=^A^Z\r:kC=^An\r:kD=\177:kb=^H:kd=^AK\r:\
10994 :kh=^AN\r:kl=^AL\r:kr=^AM\r:ku=^AJ\r:le=^H:mh=\EG2:mk@:\
10995 :nd=^L:nw=^_:sf=^J:ta=^I:te=:ti=\E"2\EG0\E]:up=^K:us=\EG1:\
10996 :vb=\EK1\EK0:ve=\E"2:vi=\E"0:\
11002 # Motorola EXORterm 155 from {decvax, ihnp4}!philabs!sbcs!megad!seth via BRL
11004 ex155|Motorola Exorterm 155:\
11006 :co#80:kn#5:li#24:ug#1:\
11007 :bt=\E[:cd=\ET:ce=\EU:cl=\EX:cm=\EE%+ %+ :do=\EB:ho=\E@:\
11008 :kB=\E[:kC=\EX:kE=\EU:kS=\ET:kb=^H:kd=^J:kh=\E@:kl=^H:kr=^L:\
11009 :ku=^K:nd=\ED:se=\Ec\ED:so=\Eb\ED:ta=\EZ:ue=\Eg\ED:\
11014 # This company is still around in 1995, manufacturing point-of-sale systems.
11016 omron|Omron 8025AG:\
11019 :al=\EL:bl=^G:cd=\ER:ce=\EK:cl=\EJ:cr=^M:dc=\EP:dl=\EM:do=^J:\
11020 :ho=\EH:le=^H:nd=\EC:se=\E4:sf=\ES:so=\Ef:sr=\ET:up=\EA:\
11025 # Ramtek was a vendor of high-end graphics terminals around 1979-1983; they
11026 # were competition for things like the Tektronics 4025.
11029 # Ramtek 6221 from BRL, probably by Doug Gwyn
11030 # The following SET-UP modes are assumed for normal operation:
11031 # UNDERLINE_CURSOR ANSI_MODE AUTO_XON/XOFF_ON
11032 # NEWLINE_OFF 80_COLUMNS
11033 # Other SET-UP modes may be set for operator convenience or communication
11034 # requirements; I recommend
11035 # SMOOTH_SCROLL AUTO_REPEAT_ON 3_#_SHIFTED WRAP_AROUND_ON
11036 # Hardware tabs are assumed to be every 8 columns; they can be set up by the
11037 # "reset", "tset", or "tabs" utilities (use rt6221-w, 160 columns, for this).
11038 # Note that the Control-E key is useless on this brain-damaged terminal. No
11039 # delays are specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
11040 rt6221|Ramtek 6221, 80x24:\
11042 :co#80:it#8:kn#4:li#24:vt#3:\
11043 :DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ac=:ae=\E(B:as=\E(0:\
11044 :bl=^G:cd=\E[J:ce=\E[K:cl=\E[1;1H\E[J:cm=\E[%i%d;%dH:\
11045 :cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:do=^K:ho=\E[1;1H:is=:\
11046 :k0=\EOP:k1=\EOQ:k2=\EOR:k3=\EOS:kb=^H:kd=\E[B:ke=\E>:\
11047 :kl=\E[D:kr=\E[C:ks=\E=:ku=\E[A:l0=PF1:l1=PF2:l2=PF3:l3=PF4:\
11048 :le=^H:ll=\E[24;1H:mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:\
11050 :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#5\E>:\
11051 :rc=\E8:sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
11052 :ue=\E[m:up=\EM:us=\E[4m:ve=\E[>5h\E[>9h:vi=\E[>5l:\
11054 # [TO DO: Check out: short forms of ho/cl and ll; reset (\Ec)].
11055 rt6221-w|Ramtek 6221, 160x48:\
11057 :ll=\E[48;1H:tc=rt6221:
11062 # RCA VP3301 or VP3501
11063 rca|rca vp3301/vp3501:\
11066 :cl=^L:cm=\EY%+ %+ :ho=^Z:nd=^U:se=\E\ES0:so=\E\ES1:up=^K:
11072 # Selanar HiREZ-100 from BRL, probably by Doug Gwyn
11073 # The following SET-UP modes are assumed for normal operation:
11074 # SET_DEFAULT_TABS 48_LINES 80_COLUMNS
11075 # ONLINE ANSI CURSOR_VISIBLE
11076 # VT102_AUTO_WRAP_ON VT102_NEWLINE_OFF VT102_MONITOR_MODE_OFF
11077 # LOCAL_ECHO_OFF US_CHAR_SET WPS_TERMINAL_DISABLED
11078 # CPU_AUTO_XON/XOFF_ENABLED PRINT_FULL_SCREEN
11079 # For use with graphics software, all graphics modes should be set to factory
11080 # default. Other SET-UP modes may be set for operator convenience or
11081 # communication requirements. No delays are specified; use "stty ixon -ixany"
11082 # to enable DC3/DC1 flow control!
11083 # I commented out the scrolling capabilities since they are too slow.
11084 hirez100|Selanar HiREZ-100:\
11086 :co#80:it#8:kn#4:li#48:vt#3:\
11087 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:\
11088 :RI=\E[%dC:UP=\E[%dA:ac=:ae=\E(B:al=\E[L:as=\E(0:bl=^G:cd=\E[J:\
11089 :ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:ct=\E[3g:\
11090 :dc=\E[P:dl=\E[M:do=^J:ho=\E[H:is=\E<:k0=\EOP:k1=\EOQ:\
11091 :k2=\EOR:k3=\EOS:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:\
11092 :kr=\EOC:ks=\E[?1h\E=:ku=\EOA:l0=PF1:l1=PF2:l2=PF3:l3=PF4:\
11093 :le=^H:ll=\E[48H:mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:\
11094 :nd=\E[C:nw=\EE:pf=\E[4i\E[?4i:po=\E[?5i\E[5i:ps=\E[i:\
11095 :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>:\
11096 :rc=\E8:sc=\E7:se=\E[m:so=\E[7m:st=\EH:ta=^I:ue=\E[m:up=\EM:\
11098 hirez100-w|Selanar HiREZ-100 in 132-column mode:\
11099 :co#132:tc=hirez100:
11104 # From University of Wisconsin
11105 vsc|Signetics Vsc Video driver by RMC:\
11107 :co#80:it#8:li#26:\
11108 :ce=\E[K:cl=50\E[;H\E[2J:cm=\E[%i%d;%dH:cr=^M:do=^J:\
11109 :ho=\E[H:kb=^H:kd=^J:kl=^H:le=^H:me=^_\041:mr=^_ :nd=\E[C:\
11110 :nw=^M^J:se=^_\041:sf=^J:so=^_ :ta=^I:ue=^_#:up=\E[A:us=^_":
11114 # Alan Frisbie <frisbie@flying-disk.com> writes:
11116 # As you may recall, the Soroc logo consisted of their name,
11117 # with the letter "S" superimposed over an odd design. This
11118 # consisted of a circle with a slightly smaller 15 degree (approx.)
11119 # wedge with rounded corners inside it. The color was sort of
11120 # a metallic gold/yellow.
11122 # If I had been more of a beer drinker it might have been obvious
11123 # to me, but it took a clue from their service department to make
11124 # me exclaim, "Of course!" The circular object was the top of
11125 # a beer can (the old removable pop-top style) and "Soroc" was an
11126 # anagram for "Coors".
11128 # I can just imagine the founders of the company sitting around
11129 # one evening, tossing back a few and trying to decide what to
11130 # call their new company and what to use for a logo.
11133 # (soroc120: removed obsolete ":ma=^K^P^R^L^L :" -- esr)
11134 soroc120|iq120|soroc|soroc iq120:\
11135 :cd=\EY:ce=\ET:cl=\E*:do=^J:kd=^J:kl=^H:kr=^L:ku=^K:tc=adm3a:
11136 soroc140|iq140|soroc iq140:\
11139 :al=\Ee:bl=^G:bt=\EI:cd=\Ey:ce=\Et:cl=\E+:cm=\E=%+ %+ :\
11140 :cr=^M:dc=\Ew:dl=\Er:do=^J:ei=\E8:ho=^^:im=\E9:k0=^A0\r:\
11141 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
11142 :k7=^AF\r:k8=^AG\r:k9=^AH\r:kb=^H:kh=^^:kr=^L:ku=^K:le=^H:\
11143 :ll=^^^K:nd=^L:se=\E\177:sf=^J:so=\E\177:ue=\E^A:up=^K:\
11146 #### Southwest Technical Products
11148 # These guys made an early personal micro called the M6800.
11149 # The ct82 was probably its console terminal.
11152 # (swtp: removed obsolete ":bc=^D:" -- esr)
11153 swtp|ct82|southwest technical products ct82:\
11156 :al=^^Y:bl=^G:cd=^V:ce=^F:cl=^L:cm=\013%r%.%.:cr=^M:dc=^^H:\
11157 :dl=^Z:do=^J:ei=:ho=^P:ic=^^X:im=:\
11158 :is=\034\022\036\023\036\004\035\027\011\023\036\035\036\017\035\027\022\011:\
11159 :le=^D:ll=^C:nd=^S:se=^^^F:sf=^N:so=^^^V:sr=^O:up=^A:
11163 # Bob Manson <manson@pattyr.acs.ohio-state.edu> writes (28 Apr 1995):
11165 # Synertek used to make ICs, various 6502-based single-board process
11166 # control and hobbyist computers, and assorted peripherals including a
11167 # series of small inexpensive terminals (I think they were one of the
11168 # first to have a "terminal-on-a-keyboard", where the terminal itself
11169 # was only slightly larger than the keyboard).
11171 # They apparently had a KTM-1 model, which I've never seen. The KTM-2/40
11172 # was a 40x24 terminal that could connect to a standard TV through a
11173 # video modulator. The KTM-2/80 was the 80-column version (the 2/40
11174 # could be upgraded to the 2/80 by adding 2 2114 SRAMs and a new ROM).
11175 # I have a KTM-2/80 still in working order. The KTM-2s had fully
11176 # socketed parts, used 2 6507s, a 6532 as keyboard scanner, a program
11177 # ROM and 2 ROMs as character generators. They were incredibly simple,
11178 # and I've never had any problems with mine (witness the fact that mine
11179 # was made in 1981 and is still working great... I've blown the video
11180 # output transistor a couple of times, but it's a 2N2222 :-)
11182 # The KTM-3 (which is what is listed in the terminfo file) was their
11183 # attempt at putting a KTM-2 in a box (and some models came with a
11184 # CRT). It wasn't much different from the KTM-2 hardware-wise, but the
11185 # control and escape sequences are very different. The KTM-3 was always
11186 # real broken, at least according to the folks I've talked to about it.
11188 # The padding in the entry is probably off--these terminals were very
11189 # slow (it takes like 100ms for the KTM-2 to clear the screen...) And
11190 # anyone with any sanity replaced the ROMs with something that provided
11191 # a reasonable subset of VT100 functionality, since the usual ROMs were
11192 # obviously very primitive... oh, you could get an upgraded ROM from
11193 # Synertek for some incredible amount of money, but what hacker with an
11194 # EPROM burner would do that? :)
11196 # Sorry I don't have any contact info; I believe they were located in
11197 # Sunnyvale, and I'm fairly sure they are still manufacturing ICs
11198 # (they've gone to ASICs and FPGAs), but I doubt they're in the computer
11199 # business these days.
11202 # Tested, seems to work fine with vi.
11203 synertek|ktm|synertek380|synertek ktm 3/80 tubeless terminal:\
11206 :cd=\EJ:ce=\EK:cl=^Z:cm=\E=%+ %+ :le=^H:nd=^L:up=^K:
11208 #### Tab Office Products
11210 # TAB Products Co. - Palo Alto, California
11211 # Electronic Office Products,
11212 # 1451 California Avenue 94304
11214 # I think they're out of business.
11217 # The tab 132 uses xon/xoff, so no padding needed.
11218 # :ks:/:ke: have nothing to do with arrow keys.
11219 # :is: sets 80 col mode, normal video, autowrap on (for :am:).
11220 # Seems to be no way to get rid of status line.
11221 # The manual for this puppy was dated June 1981. It claims to be VT52-
11222 # compatible but looks more vt100-like.
11223 tab132|tab|tab132-15|tab 132/15:\
11225 :co#80:dN@:li#24:lm#96:\
11226 :al=\E[L:cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:\
11227 :im=\E[4h:is=\E[?7h\E[?3l\E[?5l:kd=\E[B:ke@:kl=\E[D:ks@:\
11230 tab132-w|tab132 in wide mode:\
11232 :is=\E[?7h\E[?3h\E[?5l:tc=tab132:
11233 tab132-rv|tab132 in reverse-video mode:\
11234 :is=\E[?7h\E[?3l\E[?5h:tc=tab132:
11235 tab132-w-rv|tab132 in reverse-video/wide mode:\
11236 :is=\E[?7h\E[?3h\E[?5h:tc=tab132-w:
11241 # Research Incorporated
11242 # 6425 Flying Cloud Drive
11243 # Eden Prairie, MN 55344
11244 # Vox: (612)-941-3300
11246 # The Teleray terminals were all discontinued in 1992-93. RI still services
11247 # and repairs these beasts, but no longer manufactures them. The Teleray
11248 # people believe that all the types listed below are very rare now (1995).
11249 # There was a newer line of Telerays (Model 7, Model 20, Model 30, and
11250 # Model 100) that were ANSI-compatible.
11252 # Note two things called "teleray". Reorder should move the common one
11253 # to the front if you have either. A dumb teleray with the cursor stuck
11254 # on the bottom and no obvious model number is probably a 3700.
11257 t3700|dumb teleray 3700:\
11260 :bl=^G:cl=^L:cr=^M:do=^J:le=^H:sf=^J:
11261 t3800|teleray 3800 series:\
11263 :co#80:it#8:li#24:\
11264 :bl=^G:cd=\EJ:ce=\EK:cl=^L:cm=\EY%+ %+ :cr=^M:do=^J:ho=\EH:\
11265 :le=^H:ll=\EY7 :nd=\EC:sf=^J:ta=^I:up=^K:
11266 t1061|teleray|teleray 1061:\
11268 :co#80:it#8:li#24:sg#1:ug#1:\
11269 :al=\EL:bl=^G:cd=\EJ:ce=\EK:cl=\014:cm=\EY%+ %+ :cr=^M:\
11270 :ct=\EG:dc=\EQ:dl=\EM:do=^J:ei=:ho=\EH:ic=\EP:im=:ip=:\
11271 :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:\
11272 :k1=^Z1:k2=^Z2:k3=^Z3:k4=^Z4:k5=^Z5:k6=^Z6:k7=^Z7:k8=^Z8:\
11273 :le=^H:nd=\EC:se=\ER@:sf=^J:so= \ERD:st=\EF:ta=^I:ue=\ER@:\
11275 t1061f|teleray 1061 with fast PROMs:\
11276 :al=\EL:dl=\EM:ip@:tc=t1061:
11277 # "Teleray Arpa Special", officially designated as
11278 # "Teleray Arpa network model 10" with "Special feature 720".
11279 # This is the new (1981) fast microcode updating the older "arpa" proms
11280 # (which gave meta-key and programmable-fxn keys). 720 is much much faster,
11281 # converts the keypad to programmable function keys, and has other goodies.
11282 # Standout mode is still broken (magic cookie, etc) so is suppressed as no
11283 # programs handle such lossage properly.
11284 # Note: this is NOT the old termcap's "t1061f with fast proms."
11285 # From: J. Lepreau <lepreau@utah-cs> Tue Feb 1 06:39:37 1983, Univ of Utah
11286 # (t10: removed overridden ":so@:se@:us@:ue@:" -- esr)
11287 t10|teleray 10 special:\
11289 :co#80:it#8:li#24:sg#2:ug#2:\
11290 :al=\EL:cd=\EJ:ce=\EK:cl=30\Ej:cm=\EY%+ %+ :dc=\EQ:dl=\EM:\
11291 :ei=:ho=\EH:ic=\EP:im=:le=^H:nd=\EC:pc=\200:se=\ER@:sf=\Eq:\
11292 :so=\ERD:sr=\Ep:ta=^I:ue=\ER@:up=\EA:us=\ERH:
11293 # teleray 16 - map the arrow keys for vi/rogue, shifted to up/down page, and
11294 # back/forth words. Put the function keys (f1-f10) where they can be
11295 # found, and turn off the other magic keys along the top row, except
11296 # for line/local. Do the magic appropriate to make the page shifts work.
11297 # Also toggle ^S/^Q for those of us who use Emacs.
11299 :am:da:db:mi:xs:xt:\
11301 :al=\E[L:bl=^G:cd=\E[0J:ce=\E[0K:cl=\E[H\E[2J:\
11302 :cm=%i\E[%d;%df:cr=^M:dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:\
11303 :ho=\E[H:im=\E[4h:k1=^Z1:k2=^Z2:k3=^Z3:k4=^Z4:k5=^Z5:k6=^Z6:\
11304 :k7=^Z7:k8=^Z8:k9=^Z9:k;=^Z0:le=^H:me=\E[m:nd=\E[C:se=\E[m:\
11305 :sf=^J:so=\E[7m:sr=\E[T:ta=^I:te=\E[V\E[24;1f\E[?38h:\
11306 :ti=\E[U\E[?38l:ue=\E[m:up=\E[A:us=\E[4m:
11308 #### Texas Instruments (ti)
11311 # The Silent 700 was so called because it was built around a quiet thermal
11312 # printer. It was portable, equipped with an acoustic coupler, and pretty
11313 # neat for its day.
11314 ti700|ti733|ti735|ti745|ti800|ti silent 700/733/735/745 or omni 800:\
11317 :bl=^G:cr=\r:do=^J:le=^H:sf=^J:
11320 # Texas Instruments 916 VDT 7 bit control mode
11322 ti916|ti916-220-7|Texas Instruments 916 VDT 8859/1 vt220 mode 7 bit CTRL:\
11324 :%9=^X:@4=\E[29~:@8=^J:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:\
11325 :DO=\E[%dB:F1=\E[29~:F2=\E[31~:IC=\E[%d@:LE=\E[%dD:\
11326 :RI=\E[%dC:UP=\E[%dA:ae=\E(B:as=\E(0:bt=\E[Z:cb=\E[1K:\
11327 :cd=\E[J:ce=\E[0K:ch=\E[%+^AG:cl=\E[H\E[2J:\
11328 :cm=\E[%i%d;%dH:ct=\E[3g:cv=\E[%+^Ad:dc=\E[P:eA=\E(B:\
11329 :ec=\E[%dX:ei=:ff=^L:im=:ip=:is=\E[1;24r\E[24;1H:k1=\E[17~:\
11330 :k2=\E[18~:k3=\E[19~:k4=\E[20~:k5=\E[21~:k6=\E[23~:\
11331 :k7=\E[24~:k8=\E[25~:k9=\E[26~:k;=\E[28~:kD=\E[P:kI=\E[@:\
11332 :kN=\E[S:kP=\E[T:kh=\E[H:mp=\E&:r2=\E[\041p:st=\E[0W:\
11333 :vb=\E[?5h\E[?5l:ve=\E[?25h:vi=\E[?25l:vs=\E[?25h:\
11336 # Texas Instruments 916 VDT 8 bit control mode
11338 ti916-8|ti916-220-8|Texas Instruments 916 VDT 8859/1 8 vt220 mode bit CTRL:\
11339 :%9=^X:@4=\23329~:@8=^J:F1=\23329~:F2=\23331~:k1=\23317~:\
11340 :k2=\23318~:k3=\23319~:k4=\23320~:k5=\23321~:k6=\23323~:\
11341 :k7=\23324~:k8=\23325~:k9=\23326~:k;=\23328~:kD=\233P:\
11342 :kI=\233@:kN=\233S:kP=\233T:kd=\233B:kh=\233H:kl=\233D:\
11343 :kr=\233C:ku=\233A:\
11346 # Texas Instruments 916 VDT 8859/1 7 bit control 132 column mode
11348 ti916-132|Texas Instruments 916 VDT vt220 132 column:\
11351 # Texas Instruments 916 VDT 8859/1 8 bit control 132 column mode
11353 ti916-8-132|Texas Instruments 916 VDT vt220 132 column:\
11354 :co#132:tc=ti916-8:
11355 ti924|Texas Instruments 924 VDT 8859/1 7 bit CTRL:\
11357 :co#80:it#8:li#24:\
11358 :al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[2J\E[H:\
11359 :cm=%i\E[%d;%dH:cr=^M:cs=%i\E[%d;%dr:ct=\E[3g:dl=\E[M:\
11360 :do=\E[B:ho=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[16~:\
11361 :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:kD=\E[P:kI=\E[@:\
11362 :kb=^H:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=\E[D:mb=\E[5m:\
11363 :md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:se=\E[m:\
11364 :sf=\ED:so=\E[7m:sr=\EM:st=\EH:ta=^I:ue=\E[m:up=\E[A:\
11365 :us=\E[4m:ve=\E[?25h:vi=\E[?25l:vs=\E[?31h:
11366 ti924-8|Texas Instruments 924 VDT 8859/1 8 bit CTRL:\
11368 :co#80:it#8:li#24:\
11369 :al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[2J\E[H:\
11370 :cm=%i\E[%d;%dH:cr=^M:cs=%i\E[%d;%dr:ct=\E[3g:dl=\E[M:\
11371 :do=\E[B:ho=\E[H:k1=P\217>:k2=Q\217>:k3=R\217>:k4=S\217>:\
11372 :k5=~\23316>:k6=~\23317>:k7=~\23318>:k8=~\23319>:\
11373 :k9=~\23320>:kD=P\233>:kI=@\233>:kb=^H:kd=\E[B:kl=\E[D:\
11374 :kr=\E[C:ku=\E[A:le=\E[D:mb=\E[5m:md=\E[1m:me=\E[m:\
11375 :mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:se=\E[m:sf=\ED:so=\E[7m:\
11376 :sr=\EM:st=\EH:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:ve=\E[?25h:\
11377 :vi=\E[?25l:vs=\E[?31h:
11378 ti924w|Texas Instruments 924 VDT 7 bit - 132 column mode:\
11380 ti924-8w|Texas Instruments 924 VDT 8 bit - 132 column mode:\
11381 :co#132:tc=ti924-8:
11382 ti931|Texas Instruments 931 VDT:\
11385 :al=\EN:bl=^G:cd=\EJ:ce=\EI:cl=\EL:cm=\EY%+ %+ :cr=^M:\
11386 :dc=\EQ:dl=\EO:do=\EB:ei=:ho=\EH:ic=\ER\EP\EM:im=:\
11387 :is=\EGB\E(@B@@\E):k1=\Ei1:k2=\Ei2:k3=\Ei3:k4=\Ei4:\
11388 :k5=\Ei5:k6=\Ei6:k7=\Ei7:k8=\Ei8:k9=\Ei9:kA=\EN:kD=\EQ:\
11389 :kI=\EP:kL=\EO:kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=\ED:mb=\E4P:\
11390 :me=\E4@:mk=\E4H:mr=\E4B:nd=\EC:se=\E4@:sf=\Ea:so=\E4A:\
11391 :sr=\Eb:ue=\E4@:up=\EA:us=\E4D:ve=\E4@:
11392 ti926|Texas Instruments 926 VDT 8859/1 7 bit CTRL:\
11393 :cs@:sf=\E[1S:sr=\E[1T:tc=ti924:
11394 # (ti926-8: I corrected this from the broken SCO entry -- esr)
11395 ti926-8|Texas Instruments 926 VDT 8859/1 8 bit CTRL:\
11396 :cs@:sf=\2331S:sr=\2331T:\
11398 ti_ansi|basic entry for ti928:\
11400 :Co#8:co#80:it#8:li#25:pa#64:\
11401 :@7=\E[F:Sb=\E[4%dm:Sf=\E[3%dm:al=\E[L:bl=^G:bt=\E[Z:\
11402 :cd=\E[J:ce=\E[K:cl=\E[2J\E[H:cm=\E[%i%d;%dH:cr=^M:\
11403 :cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:do=\E[B:ei=:ho=\E[H:\
11404 :ic=\E[@:im=:k0=\E[V:k1=\E[M:k2=\E[N:k3=\E[O:k4=\E[P:\
11405 :k5=\E[Q:k6=\E[R:k7=\E[S:k8=\E[T:k9=\E[U:kN=\E[G:kP=\E[I:\
11406 :kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
11407 :mb=\E[5m:md=\E[1m:me=\E[m:nd=\E[C:op=\E[37;40m:se=\E[m:\
11408 :sf=\E[S:so=\E[7m:sr=\E[T:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:
11410 # 928 VDT 7 bit control mode
11412 ti928|Texas Instruments 928 VDT 8859/1 7 bit CTRL:\
11413 :%9=\E[35~:@7=\E_1\E\:@8=\E[8~:F1=\E[29~:F2=\E[31~:\
11414 :F3=\E[32~:F5=\E[34~:k1=\E[17~:k2=\E[18~:k3=\E[19~:\
11415 :k4=\E[20~:k5=\E[21~:k6=\E[23~:k7=\E[24~:k8=\E[25~:\
11416 :k9=\E[26~:k;=\E[28~:kD=\E[P:kI=\E[@:kN=\E[S:kP=\E[T:\
11419 # 928 VDT 8 bit control mode
11421 ti928-8|Texas Instruments 928 VDT 8859/1 8 bit CTRL:\
11422 :%9=\23335~:@7=\2371\234:@8=\2338~:F1=\23329~:F2=\23331~:\
11423 :F3=\23332~:F5=\23334~:k1=\23317~:k2=\23318~:k3=\23319~:\
11424 :k4=\23320~:k5=\23321~:k6=\23323~:k7=\23324~:k8=\23325~:\
11425 :k9=\23326~:k;=\23328~:kD=\233P:kI=\233@:kN=\233S:\
11426 :kP=\233T:kh=\233H:\
11432 # (zen30: removed obsolete :ma=^L ^R^L^K^P:. This entry originally
11433 # had just :so:=\EG6 which I think means standout was supposed to be
11434 # dim-reverse using ADM12-style attributes. ADM12 :us:/:ue: and
11435 # <invis> might work-- esr)
11436 zen30|z30|zentec 30:\
11439 :al=\EE:bl=^G:cd=\EY:ce=\ET:cl=\E*:cm=\E=%+ %+ :cr=^M:\
11440 :dc=\EW:dl=\ER:do=^J:ei=\Er:ho=^^:im=\Eq:le=^H:mh=\EG2:nd=^L:\
11441 :sf=^J:so=\EG6:ue@:up=^K:us@:\
11443 # (zen50: this had extension capabilities
11444 # :BS=^U:CL=^V:CR=^B:
11445 # UK/DK/RK/LK/HM were someone's aliases for ku/kd/kl/kr/kh,
11446 # which were also in the original entry -- esr)
11447 # (zen50: removed obsolete ":ma=^Hh^Ll^Jj^Kk:" -- esr)
11448 zen50|z50|zentec zephyr:\
11450 :co#80:li#24:sg#1:\
11451 :al=\EE:cd=\EY:ce=\ET:cl=\E+:cm=\E=%+ %+ :dc=\EW:dl=\ER:ei=:\
11452 :ic=\EQ:im=:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:mk@:ue@:up=^K:\
11456 # CCI 4574 (Office Power) from Will Martin <wmartin@BRL.ARPA> via BRL
11457 cci|cci1|z8001|zen8001|CCI Custom Zentec 8001:\
11460 :cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :cs=\ER%+ %+ :do=^J:\
11461 :ho=\EH:is=\EM \EF\ET\EP\ER 7:kb=^H:kd=\EB:kh=\EH:kl=\ED:\
11462 :kr=\EC:ku=\EA:le=^H:mb=\EM":me=\EM :mh=\EM\041:mk=\EM(:\
11463 :mr=\EM$:nd=\EC:pf=^T:po=^R:se=\EM :so=\EM$:sr=\EI:ue=\EM :\
11464 :up=\EA:us=\EM0:ve=\EP:vs=\EF\EQ\EM \ER 7:
11466 ######## OBSOLETE UNIX CONSOLES
11469 #### Apollo consoles
11471 # Apollo got bought by Hewlett-Packard. The Apollo workstations are
11472 # labeled HP700s now.
11475 # From: Gary Darland <goodmanc@garnet.berkeley.edu>
11476 apollo|apollo console:\
11479 :al=\EI:cd=\EJ:ce=\EK:ch=\EN%d:cl=^L:cm=\EM%+ %d):cv=\EO+ :\
11480 :dc=\EP:dl=\EL:do=\EB:ei=\ER:im=\EQ:le=^H:nd=\EC:se=\ET:\
11481 :sf=\EE:so=\ES:sr=\ED:te=\EX:ti=\EW:ue=\EV:up=\EA:us=\EU:
11483 # We don't know whether or not the apollo guys replicated DEC's firmware bug
11484 # in the VT132 that reversed :ei:/:im:. To be on the safe side, disable
11485 # both these capabilities.
11486 apollo_15P|apollo 15 inch display:\
11488 apollo_19L|apollo 19 inch display:\
11490 apollo_color|apollo color display:\
11493 #### Convergent Technology
11495 # Burroughs bought Convergent shortly before it merged with Univac.
11496 # CTOS is (I believe) dead. Probably the aws is too (this entry dates
11497 # from 1991 or earlier).
11500 # Convergent AWS workstation from Gould/SEL UTX/32 via BRL
11501 # (aws: removed unknown :dn=^K: -- esr)
11502 aws|Convergent Technologies AWS workstation under UTX,Xenix:\
11504 :co#80:li#28:sg#0:ug#0:\
11505 :ac=:ae=\EAAF:al=\EIL:as=\EAAN:bc=^H:cd=\EEF:ce=\EEL:\
11506 :ch=\EH%.:cl=^L:cm=\EC%r%.%.:cv=\EV%.:dc=\EDC:dl=\EDL:\
11507 :do=^K:ei=:ic=\EIC:im=:kb=^H:kd=^K:kl=^N:kr=^R:ku=^A:\
11508 :ma=\016h\013j\001k\022l\002m:nd=^R:nl=^J:se=\EARF:\
11509 :sf=\ESU:so=\EARN:sr=\ESD:ue=\EAUF:up=^A:us=\EAUN:
11510 awsc|Convergent Technologies AWS workstation under CTOS:\
11512 :co#80:li#24:sg#0:ug#0:\
11513 :ac=:ae=\EAAF:as=\EAAN:bc=^N:cd=\EEF:ce=\EEL:cl=^L:\
11514 :cm=\EC%r%.%.:do=^K:kb=^H:kd=^K:kl=^N:kr=^R:ku=^A:\
11515 :ma=\016h\013j\001k\022l\002m:nd=^R:se=\EAA:so=\EAE:\
11516 :ue=\EAA:up=^A:us=\EAC:
11521 # The MicroVax console. Tim Theisen <tim@cs.wisc.edu> writes:
11522 # The digital uVax II's had a graphic display called a qdss. It was
11523 # supposed to be a high performance graphic accelerator, but it was
11524 # late to market and barely appeared before faster dumb frame buffers
11525 # appeared. I have only used this display while running X11. However,
11526 # during bootup, it was in text mode, and probably had a terminal emulator
11527 # within it. And that is what your termcap entry is for. In graphics
11528 # mode the screen size is 1024x864 pixels.
11529 qdss|qdcons|qdss glass tty:\
11532 :cl=1\032:cm=\E=%.%.:do=^J:le=^H:nd=^L:up=^K:
11534 #### Fortune Systems consoles
11536 # Fortune made a line of 68K-based UNIX boxes that were pretty nifty
11537 # in their day; I (esr) used one myself for a year or so around 1984.
11538 # They had no graphics, though, and couldn't compete against Suns and
11542 # From: Robert Nathanson <c160-3bp@Coral> via tut Wed Oct 5, 1983
11543 # (This had extension capabilities
11544 # :rv=\EH:re=\EI:rg=0:GG=0:\
11545 # :CO=\E\\:WL=^Aa\r:WR=^Ab\r:CL=^Ac\r:CR=^Ad\r:DL=^Ae\r:RF=^Af\r:\
11546 # :RC=^Ag\r:CW=^Ah\r:NU=^Aj\r:EN=^Ak\r:HM=^Al:PL=^Am\r:\
11547 # :PU=^An\r:PD=^Ao\r:PR=^Ap\r:HP=^A@\r:RT=^Aq\r:TB=\r:CN=\177:MP=\E+F:
11548 # It had both ":bs:" and ":bs=^H:"; I removed the latter. Also, it had
11549 # ":sg=0:" and ":ug=0:"; evidently the composer was trying (unnecessarily)
11550 # to force both magic cookie glitches off. Once upon a time, I
11551 # used a Fortune myself, so I know the capabilities of the form ^A[a-z]\r are
11552 # function keys; thus the "Al" value for HM was certainly an error. I renamed
11553 # EN/PD/PU/CO/CF/RT according to the XENIX/TC mappings, but not HM/DL/RF/RC.
11554 # I think :rv: and :re: are start/end reverse video and :rg: is a nonexistent
11555 # "reverse-video-glitch" capability; I have put :rv: and :re: in with standard
11556 # names below. I've removed obsolete ":nl=5^J:" as there is a :do: -- esr)
11557 fos|fortune|Fortune system:\
11560 :@7=^Ak\r:@8=^Aq:ac=l m"k(j*v%w#q&x-:ae=^O:al=\034E:\
11561 :as=\Eo:bl=^G:cd=\034Y:ce=^\Z:cl=\014:cm=\034C%+ %+ :cr=^M:\
11562 :dc=\034W:dl=\034R:do=\n:ei=:ho=\036:ic=\034Q:im=:is=^_..:\
11563 :k1=^Aa\r:k2=^Ab\r:k3=^Ac\r:k4=^Ad\r:k5=^Ae\r:k6=^Af\r:\
11564 :k7=^Ag\r:k8=^Ah\r:kN=^Ao\r:kP=^An\r:kb=^H:kd=^Ay\r:\
11565 :kh=^A?\r:kl=^Aw\r:kr=^Az\r:ku=^Ax\r:le=^H:mb=\EN:me=\EI:\
11566 :mr=\EH:nw=^M^J:se=^\I`:sf=^J:so=^\H`:ta=^Z:ue=^\IP:up=\013:\
11567 :us=^\HP:ve=\E\:vi=\E]:vs=\E\072:
11569 #### Masscomp consoles
11571 # Masscomp has gone out of business. Their product line was purchased by
11572 # comany in Georgia (US) called "XS International", parts and service may
11573 # still be available through them.
11576 # (masscomp: ":MT:" changed to ":km:"; -- esr)
11577 masscomp|masscomp workstation console:\
11579 :co#80:it#8:li#24:\
11580 :al=\E[L:cd=\E[J:ce=\E[K:cl=\E[2J:cm=\E[%i%d;%dH:dc=\E[P:\
11581 :dl=\E[M:do=\E[B:ei=\E[4l:im=\E[4h:is=\EGc\EGb\EGw:kb=^H:\
11582 :kd=\EOB:kl=\EOD:kr=\EOC:ku=\EOA:le=^H:nd=\E[C:se=\E[m:\
11583 :so=\E[7m:ta=^I:ue=\EGau:up=\E[A:us=\EGu:
11584 masscomp1|masscomp large screen version 1:\
11585 :co#104:li#36:tc=masscomp:
11586 masscomp2|masscomp large screen version 2:\
11587 :co#64:li#21:tc=masscomp:
11589 ######## OTHER OBSOLETE TYPES
11591 # These terminals are *long* dead -- these entries are retained for
11592 # historical interest only.
11595 #### Obsolete non-ANSI software emulations
11598 # CTRM terminal emulator
11599 # 1. underlining is not allowed with colors: first, is is simulated by
11600 # black on white, second, it disables background color manipulations.
11601 # 2. BLINKING, REVERSE and BOLD are allowed with colors,
11602 # so we have to save their status in the static registers A, B and H
11603 # respectively, to be able to restore them when color changes
11604 # (because any color change turns off ALL attributes)
11605 # 3. :md: and :mr: sequences alternate modes,
11606 # rather than simply entering them. Thus we have to check the
11607 # static register B and H to determine the status, before sending the
11609 # 4. :me: now must set the status of all 3 register (A,B,H) to zero
11610 # and then reset colors
11611 # 5. implementation of the protect mode would badly penalize the performance.
11612 # we would have to use \E&bn sequence to turn off colors (as well as all
11613 # other attributes), and keep the status of protect mode in yet another
11614 # static variable. If someone really needs this mode, they would have to
11615 # create another terminfo entry.
11616 # 6. original color-pair is white on black.
11617 # store the information about colors into static registers
11618 # 7. set foreground color. it performs the following steps.
11619 # 1) turn off all attributes
11620 # 2) turn on the background and video attributes that have been turned
11621 # on before (this information is stored in static registers X,Y,Z,A,B,H,D).
11622 # 3) turn on foreground attributes
11623 # 4) store information about foreground into U,V,W static registers
11624 # 8. turn on background: similar to turn on foreground above
11625 # (untranslatable capabilities removed to fit entry within 1023 bytes)
11626 ctrm|C terminal emulator:\
11628 :Co#8:NC#2:Nl#0:co#80:lh#0:li#24:lm#0:lw#0:pa#63:pb#19200:vt#6:\
11629 :al=\EL:bl=^G:bt=\Ei:cd=\EJ:ce=\EK:ch=\E&a%dC:cl=\EH\EJ:\
11630 :cm=\E&a%r%dc%dY:cr=^M:ct=\E3:cv=\E&a%dY:dc=\EP:dl=\EM:\
11631 :do=^J:ei=\ER:im=\EQ:ip=:is=\E&jA\r:k1=\Ep\r:k2=\Eq\r:\
11632 :k3=\Er\r:k4=\Es\r:k5=\Et\r:k6=\Eu\r:k7=\Ev\r:k8=\Ew\r:\
11633 :kb=^H:kd=\Ew\r:ke=\E&jA:kh=\Ep\r:kl=\Eu\r:kr=\Ev\r:\
11634 :ks=\E&jB:ku=\Et\r:le=^H:mb=\E&dA%{1}%PA:\
11635 :md=%?%gH%{0}%=%t\E&dH%{1}%PH%;:\
11636 :me=\E&d@%{0}%PA%{0}%PB%{0}%PH:\
11637 :mr=%?%gB%{0}%=%t\E&dB%{1}%PB%;:nd=\EC:\
11638 :op=\E&bn\E&bB\E&bG\E&bR\n%{0}%PX%{0}%PY%{0}%PZ\n%{1}%PW%{1}%PV%{1}%PU:\
11639 :sf=^J:so=\E&dD:st=\E1:ta=\011:up=\EA:us=\E&dD:
11641 # gs6300 - can't use blue foreground, it clashes with underline;
11642 # it's simulated with cyan
11643 # Bug: The <op> capability probably resets attributes.
11644 # (gs6300: commented out <rmln> (no <smln>) --esr)
11645 gs6300|emots|AT&T PC6300 with EMOTS terminal emulator:\
11647 :Co#8:co#80:it#8:li#24:pa#63:\
11648 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
11649 :LE=\E[%dD:RI=\E[%dC:Sb=\E[?;%dm:\
11651 :ac=\054\054..--++``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
11652 :ae=\E[10m:al=\E[L:as=\E[11m:bl=^G:cd=\E[J:ce=\E[K:\
11653 :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:do=^J:\
11654 :ei=:ho=\E[H:ic=\E[@:im=:is=\E[m:k1=\E[0s:k2=\E[24s:\
11655 :k3=\E[1s:k4=\E[23s:k5=\E[2s:k6=\E[22s:k7=\E[3s:k8=\E[21s:\
11656 :kB=^R^I:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
11657 :le=^H:mb=\E[5m:md=\E[1m:me=\E[m\E[10m:mr=\E[7m:nd=\E[C:\
11658 :op=\E[?;m:pf=\E[4i:po=\E[5i:r1=\Ec:sf=^J:so=\E[1m:sr=\E[L:\
11659 :ta=^I:up=\E[A:us=\E[4m:
11661 # From: <earle@smeagol.UUCP> 29 Oct 85 05:40:18 GMT
11662 # MS-Kermit with Heath-19 emulation mode enabled
11663 # (h19k: changed ":pt@:" to ":it@"
11664 h19k|h19kermit|heathkit emulation provided by Kermit (no auto margin):\
11669 # Apple Macintosh with Versaterm, a terminal emulator distributed by Synergy
11670 # Software (formerly Peripherals Computers & Supplies, Inc) of
11671 # 2457 Perkiomen Ave., Reading, PA 19606, 1-800-876-8376. They can
11672 # also be reached at support@synergy.com.
11673 versaterm|versaterm vt100 emulator for the macintosh:\
11675 :co#80:it#8:li#24:\
11676 :al=9\E[1L:bl=^G:cd=50\E[J:ce=3\E[K:cl=50\E[;H\E[2J:\
11677 :cm=5\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:dc=7\E[1P:\
11678 :dl=9\E[1M:do=^J:ei=:ho=\E[H:ic=7\E[1@:im=:\
11679 :is=\E[1;24r\E[24;1H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
11680 :kb=^H:kd=\EOB:ke=\E>\E[?1l:kl=\EOD:kr=\EOC:ks=\E=\E[?1h:\
11681 :ku=\EOA:le=^H:mb=2\E[5m:md=2\E[1m:me=2\E[m:mr=2\E[7m:\
11682 :nd=2\E[C:nw=^M^J:r1=\E>:rc=\E8:\
11683 :rf=/usr/share/tabset/vt100:sc=\E7:se=2\E[m:so=2\E[7m:\
11684 :sr=5\EM:ta=^I:ue=2\E[m:up=2\E[A:us=2\E[4m:
11686 # From: Rick Thomas <ihnp4!btlunix!rbt>
11687 # (xtalk: I added <rmam>/<smam> based on the init string.
11688 # I also removed :sg#1: and the trailing \s characters from the highlight
11689 # changers, I don't believe these on a VT100-emulating PC display -- esr)
11690 xtalk|IBM PC with xtalk communication program (versions up to 3.4):\
11692 :co#80:it#8:li#24:vt#3:\
11693 :@8=\EOM:DO=\E[%dB:K1=\EOq:K2=\EOr:K3=\EOs:K4=\EOp:K5=\EOn:\
11694 :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:\
11695 :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
11696 :ae=\E(B:al=\E[L:as=\E(0:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\
11697 :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:ct=\E[3g:dl=\E[M:do=^J:\
11698 :eA=\E(B:ho=\E[H:k0=\EOy:k1=\EOP:k2=\EOQ:k3=\EOR:\
11699 :k4=\EOS:k5=\EOt:k6=\EOu:k7=\EOv:k8=\EOl:k9=\EOw:k;=\EOx:\
11700 :kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\
11701 :ku=\EOA:le=^H:me=\E[m:nd=\E[C:\
11702 :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:se=\E[m:sf=^J:\
11703 :so=\E[7m:sr=\EM:st=\EH:ta=^I:up=\E[A:
11705 # The official PC terminal emulator program of the AT&T Product Centers.
11706 # Note - insert mode commented out - doesn't seem to work on AT&T PC.
11707 simterm|attpc running simterm:\
11710 :al=\EL:bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\E=%+ %+ :cr=^M:\
11711 :dc=\ER:dl=\EM:do=\EB:ho=\EH:le=^H:me=\E&d@:nd=\EC:se=\E&d@:\
11712 :sf=^J:so=\E&dB:te=\EVE:ti=\EVS:up=\EA:
11714 #### Daisy wheel printers
11716 # This section collects Diablo, DTC, Xerox, Qume, and other daisy
11717 # wheel terminals. These are now largely obsolete.
11720 # (diablo1620: removed :if=/usr/share/tabset/xerox1720:, no such file -- esr)
11721 diablo1620|diablo1720|diablo450|ipsi|diablo 1620:\
11724 :ch=\E\011%i%.:ct=\E2:do=^J:hd=\ED:hu=\EU:kb=^H:le=^H:\
11725 :st=\E1:ta=^I:up=\E^J:
11726 diablo1620-m8|diablo1640-m8|diablo 1620 w/8 column left margin:\
11728 :is=\r \E9:tc=diablo1620:
11729 # (diablo1640: removed :if=/usr/share/tabset/xerox1730:, no such file -- esr)
11730 diablo1640|diablo1730|diablo1740|diablo630|x1700|diablo|xerox|diablo 1640:\
11731 :bl=^G:se=\E&:so=\EW:ue=\ER:us=\EE:\
11733 # (diablo1640-lm: removed :if=/usr/share/tabset/xerox1730-lm:, no such
11735 diablo1640-lm|diablo-lm|xerox-lm|diablo 1640 with indented left margin:\
11737 :se=\E&:so=\EW:ue=\ER:us=\EE:tc=diablo1620:
11738 diablo1740-lm|630-lm|1730-lm|x1700-lm|diablo 1740 printer:\
11740 # DTC 382 with VDU. Has no :cd: so we fake it with :ce:. Standout
11741 # :so=^P\s\002^PF: works but won't go away without dynamite :se=^P\s\200:.
11742 # The terminal has tabs, but I'm getting tired of fighting the braindamage.
11743 # If no tab is set or the terminal's in a bad mood, it glitches the screen
11744 # around all of memory. Note that return puts a blank ("a return character")
11745 # in the space the cursor was at, so we use ^P return (and thus ^P newline for
11746 # newline). Note also that if you turn off :pt: and let Unix expand tabs,
11747 # curses won't work (some old BSD versions) because it doesn't clear this bit,
11748 # and cursor addressing sends a tab for row/column 9. What a losing terminal!
11749 # I have been unable to get tabs set in all 96 lines - it always leaves at
11750 # least one line with no tabs in it, and once you tab through that line,
11751 # it completely weirds out.
11752 # (dtc382: change :te: to :ti: -- it just does a clear --esr)
11755 :co#80:li#24:lm#96:\
11756 :al=^P^Z:bl=^G:cd=\020\025\020\023\020\023:ce=^P^U:\
11757 :cl=\020\035:cm=\020\021%r%.%.:cr=^P^M:dc=^X:dl=^P^S:\
11758 :ei=^Pi:ho=^P^R:im=^PI:le=^H:nd=^PR:pc=\177:sf=^J:te=:\
11759 :ti=\020\035:ue=^P \200:up=^P^L:us=^P ^P:ve=^Pb:vs=^PB:
11763 :bl=^G:cr=^M:ct=\E3:do=^J:ff=^L:hd=\Eh:hu=\EH:kb=^H:le=^H:\
11764 :sf=^J:st=\E1:ta=^I:up=^Z:
11765 gsi|mystery gsi terminal:\
11768 :bl=^G:cr=^M:do=^J:hd=\Eh:hu=\EH:le=^H:sf=^J:ta=^I:up=^Z:
11769 aj830|aj832|aj|anderson jacobson:\
11771 :bl=^G:cr=^M:do=^J:hd=\E9:hu=\E8:le=^H:sf=^J:up=\E7:
11772 # From: Chris Torek <chris@gyre.umd.edu> Thu, 7 Nov 85 18:21:58 EST
11773 aj510|Anderson-Jacobson model 510:\
11776 :al=2*\E&I:cd=\E'P:ce=\E'L:cl=^L:cm=\E#%+ %+ :dc=.1*\E'D:\
11777 :dl=2*\E&D:ei=\E'J:ic=:im=\E'I:ip=.1*:kd=\EZ:kl=\EW:kr=\EX:\
11778 :ku=\EY:le=^H:nd=\EX:pc=\177:se=\E"I:so=\E"I:te=\E"N:\
11779 :ti=\E"N:ue=\E"U:up=\EY:us=\E"U:
11780 # From: <cbosg!ucbvax!pur-ee!cincy!chris> Thu Aug 20 09:09:18 1981
11781 # This is incomplete, but it's a start.
11782 nec5520|nec|spinwriter|nec 5520:\
11785 :bl=^G:cr=^M:ct=\E3:do=^J:ff=^L:hd=\E]s\n\E]W:\
11786 :hu=\E]s\E9\E]W:kb=^H:le=^H:sf=^J:st=\E1:ta=^I:up=\E9:
11787 qume5|qume|Qume Sprint 5:\
11790 :bl=^G:cr=^M:ct=\E3:do=^J:ff=^L:hd=\Eh:hu=\EH:kb=^H:le=^H:\
11791 :sf=^J:st=\E1:ta=^I:up=^Z:
11792 # I suspect the xerox 1720 is the same as the diablo 1620.
11793 xerox1720|x1720|x1750|xerox 1720:\
11796 :bl=^G:cr=^M:ct=\E2:do=^J:ff=^L:le=^H:sf=^J:st=\E1:ta=^I:
11798 #### Miscellaneous obsolete terminals, manufacturers unknown
11800 # If you have any information about these (like, a manufacturer's name,
11801 # and a date on the serial-number plate) please send it!
11803 cad68-3|cgc3|cad68 basic monitor transparent mode size 3 chars:\
11806 :cl=^Z:ho=^^:le=^H:nd=^L:up=^K:
11807 cad68-2|cgc2|cad68 basic monitor transparent mode size 2 chars:\
11810 :cl=^Z:ho=^^:k1=\E5:k2=\E6:k3=\E7:k4=\E8:kd=\E2:kl=\E3:\
11811 :kr=\E4:ku=\E1:le=^H:nd=^L:se=\Em^C:so=\Em^L:up=^K:
11812 cops10|cops|cops-10|cops 10:\
11815 :bl=^G:cd=^W:ce=^V:cl=30\030:cm=\020%+ %+ :cr=^M:do=^J:\
11816 :kb=^H:kd=^J:kh=^Y:kl=^H:kr=^L:ku=^K:le=^H:nd=^L:sf=^J:up=^K:
11817 # (d132: removed duplicate :ic=\E5:,
11818 # merged in capabilities from a BRL entry -- esr)
11819 d132|datagraphix|datagraphix 132a:\
11822 :al=\E3:bl=^G:cl=^L:cm=\E8%i%3%3:cr=^M:dc=\E6:do=^J:ei=:\
11823 :ho=\ET:ic=\E5:im=:kb=^H:kd=^J:kl=^H:le=^H:nd=\EL:nw=^M^J:\
11824 :sf=^J:sr=\Ew:ta=^I:up=\EK:ve=\Em\En:vs=\Ex:
11825 # The d800 was an early portable terminal from c.1984-85 that looked a lot
11826 # like the original Compaq `lunchbox' portable (but no handle). It had a vt220
11827 # mode (which is what this entry looks like) and several other lesser-known
11829 d800|Direct 800/A:\
11830 :am:bs:da:db:ms:xs:\
11831 :co#80:it#8:li#24:\
11832 :ac=``a1fxgqh0jYk?lZm@nEooppqDrrsstCu4vAwBx3yyzz{{||}}~~:\
11833 :ae=\E[m:as=\E[1m:bl=^G:cd=\E[J:ce=\E[K:cl=\E[1;1H\E[2J:\
11834 :cm=\E[%i%d;%dH:cr=^M:do=^J:k1=\EOP:k2=\EOQ:k3=\EOR:\
11835 :k4=\EOS:k5=\EOT:k6=\EOU:k7=\EOV:k8=\EOW:kd=\E[B:kl=\E[D:\
11836 :kr=\E[C:ku=\E[A:le=^H:me=\E[m:nd=\E[C:se=\E[m:sf=\ED:\
11837 :so=\E[7m:sr=\EM:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:ve=\E[>12h:\
11839 digilog|digilog 333:\
11842 :bl=^G:ce=^X:cr=^M:do=^J:ho=^N:le=^H:nd=^I:sf=^J:up=^O:
11843 # The DWK was a terminal manufactured in the Soviet Union c.1986
11844 dwk|dwk-vt|dwk terminal:\
11846 :co#80:it#8:li#24:\
11847 :ac=lJmFkCjXtEuPv\\wKqUxWnNo~s_`+a\072f'g#~_\\054Q+\136.M-Sh#I#0\177:\
11848 :ae=\EG:as=\EF:bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :\
11849 :cr=^M:dc=\EP:do=^J:ei=:ho=\EH:ic=\EQ:im=:k1=\Ef1:k2=\Ef2:\
11850 :k3=\Ef3:k4=\Ef4:k5=\Ef5:k6=\Ef6:k7=\Ef7:k8=\Ef8:k9=\Ef9:\
11851 :k;=\Ef0:kD=\Ee:kI=\Ed:kN=\Eh:kP=\Eg:kb=\177:kd=\EB:kl=\ED:\
11852 :kr=\EC:ku=\EA:le=^H:me=\EX:mr=\ET:nd=\EC:nw=^M^J:se=\EX:\
11853 :sf=^J:so=\ET:sr=\ES:ta=^I:up=\EA:
11854 env230|envision230|envision 230 graphics terminal:\
11856 :pf=\E[4i:po=\E[5i:ps=\E[0i:\
11858 # These execuports were impact-printer ttys with a 30- or maybe 15-cps acoustic
11859 # coupler attached, the whole rig fitting in a suitcase and more or less
11860 # portable. Hot stuff for c.1977 :-) -- esr
11861 ep48|ep4080|execuport 4080:\
11864 :bl=^G:cr=^M:do=^J:hd=^\:hu=^^:le=^H:sf=^J:
11865 ep40|ep4000|execuport 4000:\
11867 # Adam Thompson <thompson@xanth.magic.mb.ca> tells us:
11868 # Informer series - these are all portable units, resembling older
11869 # automatic bread-baking machines. The terminal looks like a `clamshell'
11870 # design, but isn't. The structure is similar to the Direct terminals,
11871 # but only half the width. The entire unit is only about 10" wide.
11872 # It features an 8" screen (6" or 7" if you have color!), and an 9"x6"
11873 # keyboard. All the keys are crammed together, much like some laptop
11874 # PCs today, but perhaps less well organized...all these units have a
11875 # bewildering array of plugs on the back, including a built-in modem.
11876 # The 305 was a color version of the 304; the 306 and 307 were mono and
11877 # color terminals built for IBM bisync protocols.
11878 # From: Paul Leondis <unllab@amber.berkeley.edu>
11879 ifmr|Informer D304:\
11882 :cd=\E/:ce=\EQ:cl=\EZ:cm=\EY%r%+ %+ :dc=\E\:do=^J:ei=:\
11883 :ho=\EH:ic=\E[:im=:le=^H:me=\EK:nd=\EC:se=\EK:so=\EJ:sr=\En:\
11885 # Entry largely based on wy60 and has the features of wy60ak.
11886 # (untranslatable capabilities removed to fit entry within 1023 bytes)
11887 # (sgr removed to fit entry within 1023 bytes)
11888 # (terminfo-only capabilities suppressed to fit entry within 1023 bytes)
11889 opus3n1+|Esprit Opus3n1+ in wy60 mode with ANSI arrow keys:\
11890 :am:bw:hs:km:mi:ms:ul:xo:\
11891 :co#80:li#24:ws#80:\
11892 :ae=\EH^C:al=\EE:as=\EH^B:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E*:\
11893 :cm=\Ea%i%dR%dC:cr=^M:ct=\E0:dc=\EW:dl=\ER:do=^J:ds=\Ez(\r:\
11894 :ei=\Er:fs=^M:ho=\036:if=/usr/share/tabset/std:im=\Eq:ip=:\
11895 :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:\
11896 :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
11897 :k7=^AF\r:k8=^AG\r:k9=^AH\r:kD=\EW:kI=\EQ:kN=\EK:kP=\EJ:\
11898 :kb=^H:kd=\E[B:kh=^^:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\EG2:\
11899 :me=\E(\EH\003\EG0\EcD:mh=\EGp:nd=^L:nw=\r\n:sf=^J:sr=\Ej:\
11900 :st=\E1:ta=\011:te=:\
11901 :ti=\Ezz&\E[A\177\Ezz'\E[B\177\Ezz(\E[D\177\Ezz)\E[C\177\Ezz<\E[Q\177:\
11902 :ts=\Ez(:uc=\EG8%p1%c\EG0:up=^K:ve=\E`1:vi=\E`0:\
11904 teletec|Teletec Datascreen:\
11907 :bl=^G:cl=^L:cr=^M:do=^J:ho=^^:le=^H:nd=^_:sf=^J:up=^K:
11908 # From: Mark Dornfeld <romwa@ucbvax.berkeley.edu>
11909 # This termcap is for the LANPAR Technologies VISION 3220
11910 # terminal. The function key definitions k0-k5 represent the
11911 # edit keypad: FIND, INSERT HERE, REMOVE, SELECT, PREV SCREEN,
11912 # NEXT SCREEN. The key definitions k6-k9 represent the PF1 to
11914 # (v3220: removed obsolete ":kn#10:",
11915 # I added <rmam>/<smam> based on the init string -- esr)
11916 v3220|LANPAR Vision II model 3220/3221/3222:\
11918 :co#80:it#8:li#24:\
11919 :RA=\E[?7l:SA=\E[?7h:al=\E[L:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
11920 :cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:ei=\E[4l:im=\E[4h:\
11921 :is=\E>\E[?3l\E[?7h\E[?8h\E[p:k0=\E[1~:k1=\E[2~:\
11922 :k2=\E[3~:k3=\E[4~:k4=\E[5~:k5=\E[6~:k6=\E[OP:k7=\E[OQ:\
11923 :k8=\E[OR:k9=\E[OS:kd=\E[B:ke=\E>:kh=\E[H:kl=\E[D:kr=\E[C:\
11924 :ks=\E=:ku=\E[A:le=^H:me=\E[m:nd=\E[C:se=\E[m:so=\E[7m:\
11925 :sr=\EM:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:
11926 # `rasterconsole' provided by 4.4BSD, NetBSD and OpenBSD on SPARC, and
11928 rcons|BSD rasterconsole:\
11930 # Color version of above. Color currenly only provided by NetBSD.
11931 rcons-color|BSD rasterconsole with ANSI color:\
11932 :AF=\E[3%dm:AB=\E[4%dm:Co#8:pa#64:op=\E[m:ut:tc=rcons:
11934 # bebox -- an ansi style termcap entry without all the tc= fields which
11935 # gnu termcap doesn't grok properly.
11936 beterm|ANSI BeOS Terminal:\
11937 :am:eo:mi:ms:xn:xo:\
11938 :Co#8:co#80:it#8:li#25:pa#64:\
11939 :&7=^Z:@7=\E[4~:AB=\E[4%dm:AF=\E[3%dm:\
11940 :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:F1=\E[21~:F2=\E[22~:\
11942 :K2=\E[G:Sb=\E[%+(m:Sf=\E[%+^^m:\
11943 :al=\E[L::bl=^G:cd=\E[J:ce=\E[K:\
11944 :ch=\E[%i%dG:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
11945 :cs=\E[%i%d;%dr:ct=\E[3g:cv=\E[%i%dd:dc=\E[P:dl=\E[M:\
11946 :do=^J:ei=\E[4l:ho=\E[H:ic=\E[@:im=\E[4h:k1=\E[11~:\
11947 :k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:k6=\E[16~:\
11948 :k7=\E[17~:k8=\E[18~:k9=\E[19~:k;=\E[20~:\
11949 :kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^h:kd=\E[B:\
11950 :kh=\E[1~:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:\
11951 :md=\E[1m:me=\E[0;10m:mh=\E[2m:mk=\E[8m:mr=\E[7m:\
11952 :nd=\E[C:nw=^M^J:op=\E[m:r1=\Ec:rc=\E8:\
11953 :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
11954 :u6=\E[%i%d;%dR:u7=\E[6n:u8=\E[?6c:u9=\E[c:ue=\E[24m:\
11955 :up=\E[A:us=\E[4m:vb=200\E[?5h\E[?5l:ve=\E[?25h:\
11957 # mgterm -- MGL/MGL2, MobileGear Graphic Library
11958 # for PocketBSD,PocketLinux,NetBSD/{hpcmips,mac68k}
11960 :al=\E[L:am:bs:NP:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:co#80:\
11961 :dc=\E[P:dl=\E[M:do=\E[B:bt=\E[Z:ho=\E[H:ic=\E[@:li#18:cb=\E[1K:\
11962 :ms:nd=\E[C:pt:rs=\E[x\E[m\Ec:so=\E[7m:se=\E[m:up=\E[A:\
11963 :pa#64:Co#8:Sf=\E[3%dm:Sb=\E[4%dm:op=\E[x:\
11964 :k1=\E[M:k2=\E[N:k3=\E[O:k4=\E[P:k5=\E[Q:k6=\E[R:k7=\E[S:k8=\E[T:\
11965 :k9=\E[U:k;=\E[V:F1=\E[W:F2=\E[X:K2=\E[E:nw=\E[E:ec=\E[%dX:\
11966 :kb=^H:kh=\E[H:ku=\E[A:kd=\E[B:kl=\E[D:kr=\E[C:le=^H:eo:\
11968 :kN=\E[G:kP=\E[I:@7=\E[F:kI=\E[L:kD=\177:kB=\E[Z:\
11969 :IC=\E[%d@:DC=\E[%dP:SF=\E[%dS:SR=\E[%dT:AL=\E[%dL:DL=\E[%dM:\
11970 :DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:cv=\E[%i%dd:ch=\E[%i%d`:bw:\
11971 :mb=\E[5m:md=\E[1m:mh=\E[30;1m:mr=\E[7m:me=\E[m:bl=^G:ut:it#8:km:\
11972 :sc=\E7:rc=\E8:cs=\E[%i%d;%dr:
11974 ######## ICH/ICH1 VERSUS RMIR/SMIR
11976 # Some non-curses applications get confused if both ich/ich1 and rmir/smir
11977 # are present; the symptom is doubled characters in an update using insert.
11978 # These applications are technically correct; in both 4.3BSD termcap and
11979 # terminfo, you're not actually supposed to specify both ich/ich1 and rmir/smir
11980 # unless the terminal needs both. This requirement is now rare; most ich
11981 # sequences do not require previous smir, and most smir insert modes do not
11982 # require ich1 before each character.
11984 # For ncurses-based applications this is not a problem, as ncurses uses
11985 # one or the other as appropriate but never mixes the two. Therefore we
11986 # have not corrected entries like `linux' and `xterm' that specify both.
11987 # If you see doubled characters from these, use the linux-nic and xterm-nic
11988 # entries that suppress ich/ich1. And upgrade to ncurses!
11991 ######## VT100/ANSI/ISO 6429/ECMA-48/PC-TERM TERMINAL STANDARDS
11993 # ANSI X3.64 has been withdrawn and replaced by ECMA-48. The ISO 6429 and
11994 # ECMA-48 standards are said to be almost identical, but are not the same
11995 # as X3.64 (though for practical purposes they are close supersets of it).
11997 # You can obtain ECMA-48 for free by sending email to helpdesk@ecma.ch
11998 # requesting the standard(s) you want (i.e. ECMA-48, "Control Functions for
11999 # Coded Character Sets"), include your snail-mail address, and you should
12000 # receive the document in due course. Don't expect an email acknowledgement.
12002 # Related standards include "X3.4-1977: American National Standard Code for
12003 # Information Interchange" (the ASCII standard) and "X3.41.1974:
12004 # Code-Extension Techniques for Use with the 7-Bit Coded Character Set of
12005 # American National Standard for Information Interchange." I believe (but
12006 # am not certain) that these are effectively identical to ECMA-6 and ECMA-35
12010 #### VT100/ANSI/ECMA-48
12012 # ANSI Standard (X3.64) Control Sequences for Video Terminals and Peripherals
12013 # and ECMA-48 Control Functions for Coded Character Sets.
12015 # Much of the content of this comment is adapted from a table prepared by
12016 # Richard Shuford, based on a 1984 Byte article. Terminfo correspondences,
12017 # discussion of some terminfo-related issues, and updates to capture ECMA-48
12018 # have been added. Control functions described in ECMA-48 only are tagged
12019 # with * after their names.
12021 # The table is a complete list of the defined ANSI X3.64/ECMA-48 control
12022 # sequences. In the main table, \E stands for an escape (\033) character,
12023 # SPC for space. Pn stands for a single numeric parameter to be inserted
12024 # in decimal ASCII. Ps stands for a list of such parameters separated by
12025 # semicolons. Parameter meanings for most parametrized sequences are
12026 # decribed in the notes.
12028 # Sequence Sequence Parameter or
12029 # Mnemonic Name Sequence Value Mode terminfo
12030 # -----------------------------------------------------------------------------
12031 # APC Applicatn Program Command \E _ - Delim -
12032 # BEL Bell * ^G - - bel
12033 # BPH Break Permitted Here * \E B - * -
12034 # BS Backpace * ^H - EF -
12035 # CAN Cancel * ^X - - - (A)
12036 # CBT Cursor Backward Tab \E [ Pn Z 1 eF cbt
12037 # CCH Cancel Previous Character \E T - - -
12038 # CHA Cursor Horizntal Absolute \E [ Pn G 1 eF hpa (B)
12039 # CHT Cursor Horizontal Tab \E [ Pn I 1 eF tab (C)
12040 # CMD Coding Method Delimiter * \E
12041 # CNL Cursor Next Line \E [ Pn E 1 eF nel (D)
12042 # CPL Cursor Preceding Line \E [ Pn F 1 eF -
12043 # CPR Cursor Position Report \E [ Pn ; Pn R 1, 1 - - (E)
12044 # CSI Control Sequence Intro \E [ - Intro -
12045 # CTC Cursor Tabulation Control \E [ Ps W 0 eF - (F)
12046 # CUB Cursor Backward \E [ Pn D 1 eF cub
12047 # CUD Cursor Down \E [ Pn B 1 eF cud
12048 # CUF Cursor Forward \E [ Pn C 1 eF cuf
12049 # CUP Cursor Position \E [ Pn ; Pn H 1, 1 eF cup (G)
12050 # CUU Cursor Up \E [ Pn A 1 eF cuu
12051 # CVT Cursor Vertical Tab \E [ Pn Y - eF - (H)
12052 # DA Device Attributes \E [ Pn c 0 - -
12053 # DAQ Define Area Qualification \E [ Ps o 0 - -
12054 # DCH Delete Character \E [ Pn P 1 eF dch
12055 # DCS Device Control String \E P - Delim -
12056 # DL Delete Line \E [ Pn M 1 eF dl
12057 # DLE Data Link Escape * ^P - - -
12058 # DMI Disable Manual Input \E \ - Fs -
12059 # DSR Device Status Report \E [ Ps n 0 - - (I)
12060 # DTA Dimension Text Area * \E [ Pn ; Pn SPC T - PC -
12061 # EA Erase in Area \E [ Ps O 0 eF - (J)
12062 # ECH Erase Character \E [ Pn X 1 eF ech
12063 # ED Erase in Display \E [ Ps J 0 eF ed (J)
12064 # EF Erase in Field \E [ Ps N 0 eF -
12065 # EL Erase in Line \E [ Ps K 0 eF el (J)
12066 # EM End of Medium * ^Y - - -
12067 # EMI Enable Manual Input \E b Fs -
12068 # ENQ Enquire ^E - - -
12069 # EOT End Of Transmission ^D - * -
12070 # EPA End of Protected Area \E W - - - (K)
12071 # ESA End of Selected Area \E G - - -
12072 # ESC Escape ^[ - - -
12073 # ETB End Transmission Block ^W - - -
12074 # ETX End of Text ^C - - -
12075 # FF Form Feed ^L - - -
12076 # FNK Function Key * \E [ Pn SPC W - - -
12077 # GCC Graphic Char Combination* \E [ Pn ; Pn SPC B - - -
12078 # FNT Font Selection \E [ Pn ; Pn SPC D 0, 0 FE -
12079 # GSM Graphic Size Modify \E [ Pn ; Pn SPC B 100, 100 FE - (L)
12080 # GSS Graphic Size Selection \E [ Pn SPC C none FE -
12081 # HPA Horz Position Absolute \E [ Pn ` 1 FE - (B)
12082 # HPB Char Position Backward \E [ j 1 FE -
12083 # HPR Horz Position Relative \E [ Pn a 1 FE - (M)
12084 # HT Horizontal Tab * ^I - FE - (N)
12085 # HTJ Horz Tab w/Justification \E I - FE -
12086 # HTS Horizontal Tab Set \E H - FE hts
12087 # HVP Horz & Vertical Position \E [ Pn ; Pn f 1, 1 FE - (G)
12088 # ICH Insert Character \E [ Pn @ 1 eF ich
12089 # IDCS ID Device Control String \E [ SPC O - * -
12090 # IGS ID Graphic Subrepertoire \E [ SPC M - * -
12091 # IL Insert Line \E [ Pn L 1 eF il
12092 # IND Index \E D - FE -
12093 # INT Interrupt \E a - Fs -
12094 # JFY Justify \E [ Ps SPC F 0 FE -
12095 # IS1 Info Separator #1 * ^_ - * -
12096 # IS2 Info Separator #1 * ^^ - * -
12097 # IS3 Info Separator #1 * ^] - * -
12098 # IS4 Info Separator #1 * ^\ - * -
12099 # LF Line Feed ^J - - -
12100 # LS1R Locking Shift Right 1 * \E ~ - - -
12101 # LS2 Locking Shift 2 * \E n - - -
12102 # LS2R Locking Shift Right 2 * \E } - - -
12103 # LS3 Locking Shift 3 * \E o - - -
12104 # LS3R Locking Shift Right 3 * \E | - - -
12105 # MC Media Copy \E [ Ps i 0 - - (S)
12106 # MW Message Waiting \E U - - -
12107 # NAK Negative Acknowledge * ^U - * -
12108 # NBH No Break Here * \E C - - -
12109 # NEL Next Line \E E - FE nel (D)
12110 # NP Next Page \E [ Pn U 1 eF -
12111 # NUL Null * ^@ - - -
12112 # OSC Operating System Command \E ] - Delim -
12113 # PEC Pres. Expand/Contract * \E Pn SPC Z 0 - -
12114 # PFS Page Format Selection * \E Pn SPC J 0 - -
12115 # PLD Partial Line Down \E K - FE - (T)
12116 # PLU Partial Line Up \E L - FE - (U)
12117 # PM Privacy Message \E ^ - Delim -
12118 # PP Preceding Page \E [ Pn V 1 eF -
12119 # PPA Page Position Absolute * \E [ Pn SPC P 1 FE -
12120 # PPB Page Position Backward * \E [ Pn SPC R 1 FE -
12121 # PPR Page Position Forward * \E [ Pn SPC Q 1 FE -
12122 # PTX Parallel Texts * \E [ \ - - -
12123 # PU1 Private Use 1 \E Q - - -
12124 # PU2 Private Use 2 \E R - - -
12125 # QUAD Typographic Quadding \E [ Ps SPC H 0 FE -
12126 # REP Repeat Char or Control \E [ Pn b 1 - rep
12127 # RI Reverse Index \E M - FE - (V)
12128 # RIS Reset to Initial State \E c - Fs -
12129 # RM Reset Mode * \E [ Ps l - - - (W)
12130 # SACS Set Add. Char. Sep. * \E [ Pn SPC / 0 - -
12131 # SAPV Sel. Alt. Present. Var. * \E [ Ps SPC ] 0 - - (X)
12132 # SCI Single-Char Introducer \E Z - - -
12133 # SCO Sel. Char. Orientation * \E [ Pn ; Pn SPC k - - -
12134 # SCS Set Char. Spacing * \E [ Pn SPC g - - -
12135 # SD Scroll Down \E [ Pn T 1 eF rin
12136 # SDS Start Directed String * \E [ Pn ] 1 - -
12137 # SEE Select Editing Extent \E [ Ps Q 0 - - (Y)
12138 # SEF Sheet Eject & Feed * \E [ Ps ; Ps SPC Y 0,0 - -
12139 # SGR Select Graphic Rendition \E [ Ps m 0 FE sgr (O)
12140 # SHS Select Char. Spacing * \E [ Ps SPC K 0 - -
12141 # SI Shift In ^O - - - (P)
12142 # SIMD Sel. Imp. Move Direct. * \E [ Ps ^ - - -
12143 # SL Scroll Left \E [ Pn SPC @ 1 eF -
12144 # SLH Set Line Home * \E [ Pn SPC U - - -
12145 # SLL Set Line Limit * \E [ Pn SPC V - - -
12146 # SLS Set Line Spacing * \E [ Pn SPC h - - -
12147 # SM Select Mode \E [ Ps h none - - (W)
12148 # SO Shift Out ^N - - - (Q)
12149 # SOH Start Of Heading * ^A - - -
12150 # SOS Start of String * \E X - - -
12151 # SPA Start of Protected Area \E V - - - (Z)
12152 # SPD Select Pres. Direction * \E [ Ps ; Ps SPC S 0,0 - -
12153 # SPH Set Page Home * \E [ Ps SPC G - - -
12154 # SPI Spacing Increment \E [ Pn ; Pn SPC G none FE -
12155 # SPL Set Page Limit * \E [ Ps SPC j - - -
12156 # SPQR Set Pr. Qual. & Rapid. * \E [ Ps SPC X 0 - -
12157 # SR Scroll Right \E [ Pn SPC A 1 eF -
12158 # SRCS Set Reduced Char. Sep. * \E [ Pn SPC f 0 - -
12159 # SRS Start Reversed String * \E [ Ps [ 0 - -
12160 # SSA Start of Selected Area \E F - - -
12161 # SSU Select Size Unit * \E [ Pn SPC I 0 - -
12162 # SSW Set Space Width * \E [ Pn SPC [ none - -
12163 # SS2 Single Shift 2 (G2 set) \E N - Intro -
12164 # SS3 Single Shift 3 (G3 set) \E O - Intro -
12165 # ST String Terminator \E \ - Delim -
12166 # STAB Selective Tabulation * \E [ Pn SPC ^ - - -
12167 # STS Set Transmit State \E S - - -
12168 # STX Start pf Text * ^B - - -
12169 # SU Scroll Up \E [ Pn S 1 eF indn
12170 # SUB Substitute * ^Z - - -
12171 # SVS Select Line Spacing * \E [ Pn SPC \ 1 - -
12172 # SYN Synchronous Idle * ^F - - -
12173 # TAC Tabul. Aligned Centered * \E [ Pn SPC b - - -
12174 # TALE Tabul. Al. Leading Edge * \E [ Pn SPC a - - -
12175 # TATE Tabul. Al. Trailing Edge* \E [ Pn SPC ` - - -
12176 # TBC Tab Clear \E [ Ps g 0 FE tbc
12177 # TCC Tabul. Centered on Char * \E [ Pn SPC c - - -
12178 # TSR Tabulation Stop Remove * \E [ Pn SPC d - FE -
12179 # TSS Thin Space Specification \E [ Pn SC E none FE -
12180 # VPA Vert. Position Absolute \E [ Pn d 1 FE vpa
12181 # VPB Line Position Backward * \E [ Pn k 1 FE -
12182 # VPR Vert. Position Relative \E [ Pn e 1 FE - (R)
12183 # VT Vertical Tabulation * ^K - FE -
12184 # VTS Vertical Tabulation Set \E J - FE -
12186 # ---------------------------------------------------------------------------
12190 # Some control characters are listed in the ECMA-48 standard without
12191 # being assigned functions relevant to terminal control there (they
12192 # referred to other standards such as ISO 1745 or ECMA-35). They are listed
12193 # here anyway for completeness.
12195 # (A) ECMA-48 calls this "CancelCharacter" but retains the CCH abbreviation.
12197 # (B) There seems to be some confusion abroad between CHA and HPA. Most
12198 # `ANSI' terminals accept the CHA sequence, not the HPA. but terminfo calls
12199 # the capability (hpa). ECMA-48 calls this "Cursor Character Absolute" but
12200 # preserved the CHA abbreviation.
12202 # (C) CHT corresponds to terminfo (tab). Usually it has the value ^I.
12203 # Occasionally (as on, for example, certain HP terminals) this has the HTJ
12204 # value. ECMA-48 calls this "Cursor Forward Tabulation" but preserved the
12205 # CHT abbreviation.
12207 # (D) terminfo (nel) is usually \r\n rather than ANSI \EE.
12209 # (E) ECMA-48 calls this "Active Position Report" but preserves the CPR
12212 # (F) CTC parameter values: 0 = set char tab, 1 = set line tab, 2 = clear
12213 # char tab, 3 = clear line tab, 4 = clear all char tabs on current line,
12214 # 5 = clear all char tabs, 6 = clear all line tabs.
12216 # (G) CUP and HVP are identical in effect. Some ANSI.SYS versions accept
12217 # HVP, but always allow CUP as an alternate. ECMA-48 calls HVP "Character
12218 # Position Absolute" but retains the HVP abbreviation.
12220 # (H) ECMA calls this "Cursor Line Tabulation" but preserves the CVT
12223 # (I) DSR parameter values: 0 = ready, 1 = busy, 2 = busy, will send DSR
12224 # later, 3 = malfunction, 4 = malfunction, will send DSR later, 5 = request
12225 # DSR, 6 = request CPR response.
12227 # (J) ECMA calls ED "Erase In Page". EA/ED/EL parameters: 0 = clear to end,
12228 # 1 = clear from beginning, 2 = clear.
12230 # (K) ECMA calls this "End of Guarded Area" but preserves the EPA abbreviation.
12232 # (L) The GSM parameters are vertical and horizontal parameters to scale by.
12234 # (M) Some ANSI.SYS versions accept HPR, but more commonly `ANSI' terminals
12235 # use CUF for this function and ignore HPR. ECMA-48 calls this "Character
12236 # Position Relative" but retains the HPR abbreviation.
12238 # (N) ECMA-48 calls this "Character Tabulation" but retains the HT
12241 # (O) SGR parameter values: 0 = default mode (attributes off), 1 = bold,
12242 # 2 = dim, 3 = italicized, 4 = underlined, 5 = slow blink, 6 = fast blink,
12243 # 7 = reverse video, 8 = invisible, 9 = crossed-out (marked for deletion),
12244 # 10 = primary font, 10 + n (n in 1..9) = nth alternative font, 20 = Fraktur,
12245 # 21 = double underline, 22 = turn off 2, 23 = turn off 3, 24 = turn off 4,
12246 # 25 = turn off 5, 26 = proportional spacing, 27 = turn off 7, 28 = turn off
12247 # 8, 29 = turn off 9, 30 = black fg, 31 = red fg, 32 = green fg, 33 = yellow
12248 # fg, 34 = blue fg, 35 = magenta fg, 36 = cyan fg, 37 = white fg, 38 = set
12249 # fg color as in CCIT T.416, 39 = set default fg color, 40 = black bg
12250 # 41 = red bg, 42 = green bg, 43 = yellow bg, 44 = blue bg, 45 = magenta bg,
12251 # 46 = cyan bg, 47 = white bg, 48 = set bg color as in CCIT T.416, 39 = set
12252 # default bg color, 50 = turn off 26, 51 = framed, 52 = encircled, 53 =
12253 # overlined, 54 = turn off 51 & 52, 55 = not overlined, 56-59 = reserved,
12254 # 61-65 = variable highlights for ideograms.
12256 # (P) SI is also called LSO, Locking Shift Zero.
12258 # (Q) SI is also called LS1, Locking Shift One.
12260 # (R) Some ANSI.SYS versions accept VPR, but more commonly `ANSI' terminals
12261 # use CUD for this function and ignore VPR. ECMA calls it `Line Position
12262 # Absolute' but retains the VPA abbreviation.
12264 # (S) MC parameters: 0 = start xfer to primary aux device, 1 = start xfer from
12265 # primary aux device, 2 = start xfer to secondary aux device, 3 = start xfer
12266 # from secondary aux device, 4 = stop relay to primary aux device, 5 =
12267 # start relay to primary aux device, 6 = stop relay to secondary aux device,
12268 # 7 = start relay to secondary aux device.
12270 # (T) ECMA-48 calls this "Partial Line Forward" but retains the PLD
12273 # (U) ECMA-48 calls this "Partial Line Backward" but retains the PLD
12276 # (V) ECMA-48 calls this "Reverse Line Feed" but retains the RI abbreviation.
12278 # (W) RM/SM modes are as follows: 1 = Guarder Area Transfer Mode (GATM),
12279 # 2 = Keyboard Action Mode (KAM), 3 = Control Representation Mode (CRM),
12280 # 4 = Insertion Replacement Mode, 5 = Status Report Transfer Mode (SRTM),
12281 # 6 = Erasure Mode (ERM), 7 = Line Editing Mode (LEM), 8 = Bi-Directional
12282 # Support Mode (BDSM), 9 = Device Component Select Mode (DCSM),
12283 # 10 = Character Editing Mode (HEM), 11 = Positioning Unit Mode (PUM),
12284 # 12 = Send/Receive Mode, 13 = Format Effector Action Mode (FEAM),
12285 # 14 = Format Effector Transfer Mode (FETM), 15 = Multiple Area Transfer
12286 # Mode (MATM), 16 = Transfer Termination Mode, 17 = Selected Area Transfer
12287 # Mode, 18 = Tabulation Stop Mode, 19 = Editing Boundary Mode, 20 = Line Feed
12288 # New Line Mode (LF/NL), Graphic Rendition Combination Mode (GRCM), 22 =
12289 # Zero Default Mode (ZDM). The EBM and LF/NL modes have actually been removed
12290 # from ECMA-48's 5th edition but are listed here for reference.
12292 # (X) Select Alternate Presentation Variants is used only for non-Latin
12295 # (Y) "Select Editing Extent" (SEE) was ANSI "Select Edit Extent Mode" (SEM).
12297 # (Z) ECMA-48 calls this "Start of Guarded Area" but retains the SPA
12300 # ---------------------------------------------------------------------------
12304 # Intro an Introducer of some kind of defined sequence; the normal 7-bit
12305 # X3.64 Control Sequence Introducer is the two characters "Escape ["
12307 # Delim a Delimiter
12309 # x/y identifies a character by position in the ASCII table (column/row)
12311 # eF editor function (see explanation)
12313 # FE format effector (see explanation)
12315 # F is a Final character in
12316 # an Escape sequence (F from 3/0 to 7/14 in the ASCII table)
12317 # a control sequence (F from 4/0 to 7/14)
12319 # Gs is a graphic character appearing in strings (Gs ranges from
12320 # 2/0 to 7/14) in the ASCII table
12322 # Ce is a control represented as a single bit combination in the C1 set
12323 # of controls in an 8-bit character set
12325 # C0 the familiar set of 7-bit ASCII control characters
12327 # C1 roughly, the set of control chars available only in 8-bit systems.
12328 # This is too complicated to explain fully here, so read Jim Fleming's
12329 # article in the February 1983 BYTE, especially pages 214 through 224.
12331 # Fe is a Final character of a 2-character Escape sequence that has an
12332 # equivalent representation in an 8-bit environment as a Ce-type
12333 # (Fe ranges from 4/0 to 5/15)
12335 # Fs is a Final character of a 2-character Escape sequence that is
12336 # standardized internationally with identical representation in 7-bit
12337 # and 8-bit environments and is independent of the currently
12338 # designated C0 and C1 control sets (Fs ranges from 6/0 to 7/14)
12340 # I is an Intermediate character from 2/0 to 2/15 (inclusive) in the
12343 # P is a parameter character from 3/0 to 3/15 (inclusive) in the ASCII
12346 # Pn is a numeric parameter in a control sequence, a string of zero or
12347 # more characters ranging from 3/0 to 3/9 in the ASCII table
12349 # Ps is a variable number of selective parameters in a control sequence
12350 # with each selective parameter separated from the other by the code
12351 # 3/11 (which usually represents a semicolon); Ps ranges from
12352 # 3/0 to 3/9 and includes 3/11
12354 # * Not relevant to terminal control, listed for completeness only.
12356 # Format Effectors versus Editor Functions
12358 # A format effector specifies how following output is to be displayed.
12359 # An editor function allows you to modify the display. Informally
12360 # format effectors may be destructive; format effectors should not be.
12362 # For instance, a format effector that moves the "active position" (the
12363 # cursor or equivalent) one space to the left would be useful when you want to
12364 # create an overstrike, a compound character made of two standard characters
12365 # overlaid. Control-H, the Backspace character, is actually supposed to be a
12366 # format effector, so you can do this. But many systems use it in a
12367 # nonstandard fashion, as an editor function, deleting the character to the
12368 # left of the cursor and moving the cursor left. When Control-H is assumed to
12369 # be an editor function, you cannot predict whether its use will create an
12370 # overstrike unless you also know whether the output device is in an "insert
12371 # mode" or an "overwrite mode". When Control-H is used as a format effector,
12372 # its effect can always be predicted. The familiar characters carriage
12373 # return, linefeed, formfeed, etc., are defined as format effectors.
12375 # NOTES ON THE DEC VT100 IMPLEMENTATION
12377 # Control sequences implemented in the VT100 are as follows:
12379 # CPR, CUB, CUD, CUF, CUP, CUU, DA, DSR, ED, EL, HTS, HVP, IND,
12380 # LNM, NEL, RI, RIS, RM, SGR, SM, TBC
12382 # plus several private DEC commands.
12384 # Erasing parts of the display (EL and ED) in the VT100 is performed thus:
12386 # Erase from cursor to end of line Esc [ 0 K or Esc [ K
12387 # Erase from beginning of line to cursor Esc [ 1 K
12388 # Erase line containing cursor Esc [ 2 K
12389 # Erase from cursor to end of screen Esc [ 0 J or Esc [ J
12390 # Erase from beginning of screen to cursor Esc [ 1 J
12391 # Erase entire screen Esc [ 2 J
12393 # Some brain-damaged terminal/emulators respond to Esc [ J as if it were
12394 # Esc [ 2 J, but this is wrong; the default is 0.
12396 # The VT100 responds to receiving the DA (Device Attributes) control
12398 # Esc [ c (or Esc [ 0 c)
12400 # by transmitting the sequence
12404 # where Ps is a character that describes installed options.
12406 # The VT100's cursor location can be read with the DSR (Device Status
12411 # The VT100 reports by transmitting the CPR sequence
12415 # where Pl is the line number and Pc is the column number (in decimal).
12417 # The specification for the DEC VT100 is document EK-VT100-UG-003.
12421 # Here is a description of the color and attribute controls supported in the
12422 # the ANSI.SYS driver under MS-DOS. Most console drivers and ANSI
12423 # terminal emulators for Intel boxes obey these. They are a proper subset
12424 # of the ECMA-48 escapes.
12426 # 0 all attributes off
12427 # 1 foreground bright
12429 # 5 blink on/background bright (not reliable with brown)
12431 # 8 set blank (non-display)
12432 # 10 set primary font
12433 # 11 set first alternate font (on PCs, display ROM characters 1-31)
12434 # 12 set second alternate font (on PCs, display IBM high-half chars)
12436 # Color attribute sets
12437 # 3n set foreground color / 0=black, 1=red, 2=green, 3=brown,
12438 # 4n set background color \ 4=blue, 5=magenta, 6=cyan, 7=white
12439 # Bright black becomes gray. Bright brown becomes yellow,
12440 # These coincide with the prescriptions of the ISO 6429/ECMA-48 standard.
12442 # * If the 5 attribute is on and you set a background color (40-47) it is
12443 # supposed to enable bright background.
12445 # * Many VGA cards (such as the Paradise and compatibles) do the wrong thing
12446 # when you try to set a "bright brown" (yellow) background with attribute
12447 # 5 (you get a blinking yellow foreground instead). A few displays
12448 # (including the System V console) support an attribute 6 that undoes this
12449 # braindamage (this is required by iBCS2).
12451 # * Some older versions of ANSI.SYS have a bug that causes thems to require
12452 # ESC [ Pn k as EL rather than the ANSI ESC [ Pn K. (This is not ECMA-48
12455 #### Intel Binary Compatibility Standard
12457 # For comparison, here are the capabilities implied by the Intel Binary
12458 # Compatibility Standard for UNIX systems (Intel order number 468366-001).
12459 # These recommendations are optional. IBCS2 allows the leading escape to
12460 # be either the 7-bit \E[ or 8-bit \0233 introducer, in accordance with
12461 # the ANSI X.364/ISO 6429/ECMA-48 standard. Here are the iBCS2 capabilities
12462 # (as described in figure 9-3 of the standard). Those expressed in the ibcs2
12463 # terminfo entry are followed with the corresponding capability in parens:
12465 # CSI <n>k disable (n=0) or enable (n=1) keyclick
12466 # CSI 2h lock keyboard
12467 # CSI 2i send screen as input
12468 # CSI 2l unlock keyboard
12469 # CSI 6m enable background color intensity
12470 # CSI <0-2>c reserved
12471 # CSI <0-59>m select graphic rendition
12472 # CSI <n>;<m>H (cup) cursor to line n and column m
12473 # CSI <n>;<m>f cursor to line n and column m
12474 # CSI <n>@ (ich) insert characters
12475 # CSI <n>A (cuu) cursor up n lines
12476 # CSI <n>B (cud) cursor down n lines
12477 # CSI <n>C (cuu) cursor right n characters
12478 # CSI <n>D (cud) cursor left n characters
12479 # CSI <n>E cursor down n lines and in first column
12480 # CSI <n>F cursor up n lines and in first column
12481 # CSI <n>G (hpa) position cursor at column n-1
12482 # CSI <n>J (ed) erase in display
12483 # CSI <n>K (el) erase in line
12484 # CSI <n>L (il) insert line(s)
12485 # CSI <n>P (dch) delete characters
12486 # CSI <n>S (indn) scroll up n lines
12487 # CSI <n>T (rin) scroll down n lines
12488 # CSI <n>X (ech) erase characters
12489 # CSI <n>Z (cbt) back up n tab stops
12490 # CSI <n>` cursor to column n on line
12491 # CSI <n>a (cuu) cursor right n characters
12492 # CSI <n>d (vpa) cursor to line n
12493 # CSI <n>e cursor down n lines and in first column
12494 # CSI <n>g (cbt) clear all tabs
12495 # CSI <n>z make virtual terminal n active
12496 # CSI ?7h (smam) turn automargin on
12497 # CSI ?7l (rmam) turn automargin off
12498 # CSI s save cursor position
12499 # CSI u restore cursor position to saved value
12500 # CSI =<c>A set overscan color
12501 # CSI =<c>F set normal foreground color
12502 # CSI =<c>G set normal background color
12503 # CSI =<c>H set reverse foreground color
12504 # CSI =<c>I set reverse foreground color
12505 # CSI =<c>J set graphic foreground color
12506 # CSI =<c>K set graphic foreground color
12507 # CSI =<n>g (dispc) display n from alternate graphics character set
12508 # CSI =<p>;<d>B set bell parameters
12509 # CSI =<s>;<e>C set cursor parameters
12510 # CSI =<x>D enable/disable intensity of background color
12511 # CSI =<x>E set/clear blink vs. bold background
12512 # CSI 7 (sc) (sc) save cursor position
12513 # CSI 8 (rc) (rc) restore cursor position to saved value
12514 # CSI H (hts) (hts) set tab stop
12515 # CSI Q<n><string> define function key string
12516 # (string must begin and end with delimiter char)
12517 # CSI c (clear) clear screen
12519 # The lack of any specification for attributes in SGR (among other things)
12520 # makes this a wretchedly weak standard. The table above is literally
12521 # everything iBSC2 has to say about terminal escape sequences; there is
12522 # no further discussion of their meaning or how to set the parameters
12523 # in these sequences at all.
12526 ######## NONSTANDARD CAPABILITY TRANSLATIONS USED IN THIS FILE
12528 # The historical termcap file entries were written primarily in 4.4BSD termcap.
12529 # The 4.4BSD termcap set was substantially larger than the original 4.1BSD set,
12530 # with the extension names chosen for compatibility with the termcap names
12531 # assigned in System V terminfo. There are some variant extension sets out
12532 # there. We try to describe them here.
12534 # XENIX extensions:
12536 # The XENIX extensions include a set of function-key capabilities as follows:
12538 # code XENIX variable name terminfo name name clashes?
12539 # ---- ------------------- ------------- -----------------------
12541 # CR key_char_right
12542 # CW key_change_window create_window
12544 # HM key_home khome
12546 # LD key_delete_line kdl1
12547 # LF key_linefeed label_off
12548 # NU key_next_unlocked_cell
12549 # PD key_page_down knp
12551 # PN start_print mc5
12553 # PS stop_print mc4
12554 # PU key_page_up kpp pulse
12555 # RC key_recalc remove_clock
12556 # RF key_toggle_ref req_for_input
12557 # RT key_return kent
12558 # UP key_up_arrow kcuu1 parm_up_cursor
12560 # WR key_word_right
12562 # The XENIX extensions also include the following character-set and highlight
12565 # XENIX terminfo function
12566 # ----- -------- ------------------------------
12567 # GS smacs start alternate character set
12568 # GE rmacs end alternate character set
12569 # GG :as:/:ae: glitch (analogous to :sg:/:ug:)
12570 # bo blink begin blink (not used in /etc/termcap)
12571 # be end blink (not used in /etc/termcap)
12572 # bb blink glitch (not used in /etc/termcap)
12573 # it dim begin dim (not used in /etc/termcap)
12574 # ie end dim (not used in /etc/termcap)
12575 # ig dim glitch (not used in /etc/termcap)
12577 # Finally, XENIX also used the following forms-drawing capabilities:
12579 # single double type ASCII approximation
12580 # ------ ------ ------------- -------------------
12581 # GV Gv vertical line |
12582 # GH Gv horizontal line - _
12583 # G1 G5 top right corner _ |
12584 # G2 G6 top left corner |
12585 # G3 G7 bottom left corner |_
12586 # G4 G8 bottom right corner _|
12587 # GD Gd down-tick character T
12588 # GL Gl left-tick character -|
12589 # GR Gr right-tick character |-
12590 # GC Gc middle intersection -|-
12591 # GU Gu up-tick character _|_
12593 # These were invented to take advantage of the IBM PC ROM character set. One
12594 # can compose an acsc string from the single-width characters as follows
12595 # "j{G4}k{G1}l{G2}m{G3}q{GH}x{GV}t{GR}u{GL}v{GU}w{GD}n{GC}"
12596 # When translating a termcap file, ncurses tic will do this automatically.
12597 # The double forms characters don't fit the SVr4 terminfo model.
12601 # The old AT&T 5410, 5420, 5425, pc6300plus, 610, and s4 entries used a set of
12602 # nonstandard capabilities. Its signature is the KM capability, used to name
12603 # some sort of keymap file. EE, BO, CI, CV, XS, DS, FL and FE are in this
12604 # set. Comments in the original, and a little cross-checking with other AT&T
12605 # documentation, seem to establish that BO=:mr: (start reverse video), DS=:mh:
12606 # (start dim), XS=:mk: (secure/invisible mode), EE=:me: (end highlights),
12607 # FL=:LO: (enable soft labels), FE=:LF: (disable soft labels), CI=:vi: (make
12608 # cursor invisible), and CV=:ve: (make cursor normal).
12612 # The HP library (as of mid-1995, their term.h file version 70.1) appears to
12613 # have the System V capabilities up to SVr1 level. After that, it supports
12614 # two nonstandard caps meml and memu corresponding to the old termcap :ml:,
12615 # :mu: capabilities. After that, it supports caps plab_norm, label_on,
12616 # label_off, and key_f11..key_f63 capabilities like SVr4's. This makes the
12617 # HP binary format incompatible with SVr4's.
12621 # There is a set of nonstandard terminfos used by IBM's AIX operating system.
12622 # The AIX terminfo library diverged from SVr1 terminfo, and replaces all
12623 # capabilities following prtr_non with the following special capabilties:
12624 # box[12], batt[12], colb[0123456789], colf[0123456789], f[01234567], kbtab,
12625 # kdo, kcmd, kcpn, kend, khlp, knl, knpn, kppn, kppn, kquit, ksel, kscl, kscr,
12626 # ktab, kmpf[123456789], apstr, ksf1..ksf10, kf11...kf63, kact, topl, btml,
12627 # rvert, lvert. Some of these are identical to XPG4/SVr4 equivalents:
12628 # kcmd, kend, khlp, and kf11...kf63. Two others (kbtab and ksel) can be
12629 # renamed (to kcbt and kslt). The places in the box[12] capabilities
12630 # correspond to acsc chars, here is the mapping:
12632 # box1[0] = ACS_ULCORNER
12633 # box1[1] = ACS_HLINE
12634 # box1[2] = ACS_URCORNER
12635 # box1[3] = ACS_VLINE
12636 # box1[4] = ACS_LRCORNER
12637 # box1[5] = ACS_LLCORNER
12638 # box1[6] = ACS_TTEE
12639 # box1[7] = ACS_RTEE
12640 # box1[8] = ACS_BTEE
12641 # box1[9] = ACS_LTEE
12642 # box1[10] = ACS_PLUS
12644 # The box2 characters are the double-line versions of these forms graphics.
12645 # The AIX binary terminfo format is incompatible with SVr4's.
12647 # Iris console extensions:
12649 # HS is half-intensity start; HE is half-intensity end
12650 # CT is color terminal type (for Curses & rogue)
12651 # CP is color change escape sequence
12652 # CZ are color names (for Curses & rogue)
12654 # The ncurses tic utility recognizes HS as an alias for mh <dim>.
12658 # There is a set of extended termcaps associated with something
12659 # called the "Terminal Control" or TC package created by MainStream Systems,
12660 # Winfield Kansas. This one also uses GS/GE for as/ae, and also uses
12661 # CF for civis and CO for cvvis. Finally, they define a boolean :ct:
12662 # that flags color terminals.
12664 ######## CHANGE HISTORY
12666 # The last /etc/termcap version maintained by John Kunze was 8.3, dated 8/5/94.
12667 # Releases 9 and up are maintained by Eric S. Raymond as part of the ncurses
12670 # This file contains all the capability information present in John Kunze's
12671 # last version of the termcap master file, except as noted in the change
12672 # comments at end of file. Some information about very ancient obsolete
12673 # capabilities has been moved to comments. Some all-numeric names of older
12674 # terminals have been retired.
12676 # I changed :MT: to :km: (the 4.4BSD name) everywhere. I commented out some
12677 # capabilities (EP, dF, dT, dV, kn, ma, ml, mu, xr, xx) that are no longer
12678 # used by BSD curses.
12680 # The 9.1.0 version of this file was translated from my lightly-edited copy of
12681 # 8.3, then mechanically checked against 8.3 using Emacs Lisp code written for
12682 # the purpose. Unless the ncurses tic implementation and the Lisp code were
12683 # making perfectly synchronized mistakes which I then failed to catch by
12684 # eyeball, the translation was correct and perfectly information-preserving.
12686 # Major version number bumps correspond to major version changes in ncurses.
12688 # Here is a log of the changes since then:
12690 # 9.1.0 (Wed Feb 1 04:50:32 EST 1995):
12691 # * First terminfo master translated from 8.3.
12692 # 9.2.0 (Wed Feb 1 12:21:45 EST 1995):
12693 # * Replaced Wyse entries with updated entries supplied by vendor.
12695 # 9.3.0 (Mon Feb 6 19:14:40 EST 1995):
12696 # * Added contact & status info from G. Clark Brown <clark@sssi.com>.
12697 # 9.3.1 (Tue Feb 7 12:00:24 EST 1995):
12698 # * Better XENIX keycap translation. Describe TC termcaps.
12699 # * Contact and history info supplied by Qume.
12700 # 9.3.2 (Sat Feb 11 23:40:02 EST 1995):
12701 # * Raided the Shuford FTP site for recent termcaps/terminfos.
12702 # * Added information on X3.64 and VT100 standard escape sequences.
12703 # 9.3.3 (Mon Feb 13 12:26:15 EST 1995):
12704 # * Added a correct X11R6 xterm entry.
12705 # * Fixed terminfo translations of padding.
12706 # 9.3.4 (Wed Feb 22 19:27:34 EST 1995):
12707 # * Added correct acsc/smacs/rmacs strings for vt100 and xterm.
12708 # * Added u6/u7/u8/u9 capabilities.
12709 # * Added PCVT entry.
12710 # 9.3.5 (Thu Feb 23 09:37:12 EST 1995):
12711 # * Emacs uses :so:, not :mr:, for its mode line. Fix linux entry
12712 # to use reverse-video standout so Emacs will look right.
12713 # * Added el1 capability to ansi.
12714 # * Added smacs/rmacs to ansi.sys.
12716 # 9.4.0 (Sat Feb 25 16:43:25 EST 1995):
12717 # * New mt70 entry.
12718 # * Added COPYRIGHTS AND OTHER DELUSIONS.
12719 # * Added AT&T 23xx & 500/513, vt220 and vt420, opus3n1+, netronics
12720 # smartvid & smarterm, ampex 175 & 219 & 232,
12721 # env230, falco ts100, fluke, intertube, superbrain, ncr7901, vic20,
12722 # ozzie, trs200, tr600, Tandy & Texas Instruments VDTs, intext2,
12723 # screwpoint, fviewpoint, Contel Business Systems, Datamedia Colorscan,
12724 # adm36, mime314, ergo4000, ca22851. Replaced att7300, esprit, dd5500.
12725 # * Replaced the Perkin-Elmer entries with vendor's official ones.
12726 # * Restored the old minimal-ansi entry, luna needs it.
12727 # * Fixed some incorrect ip and proportional-padding translations.
12728 # 9.4.1 (Mon Feb 27 14:18:33 EST 1995):
12729 # * Fix linux & AT386 sgr strings to do A_ALTCHARSET turnoff correctly.
12730 # * Make the xterm entry 65 lines again; create xterm25 and xterm24
12731 # to force a particular height.
12732 # * Added beehive4 and reorganized other Harris entries.
12733 # 9.4.2 (Thu Mar 9 01:45:44 EST 1995):
12734 # * Merged in DEC's official entries for its terminals. The only old
12735 # entry I kept was Doug Gwyn's alternate vt100 (as vt100-avo).
12736 # * Replaced the translated BBN Bitgraph entries with purpose-built
12737 # ones from AT&T's SVr3.
12738 # * Replaced the AT&T entries with AT&T's official terminfos.
12739 # * Added teleray 16, vc415, cops10.
12740 # * Merged in many individual capabilities from SCO terminfo files.
12741 # 9.4.3 (Mon Mar 13 02:37:53 EST 1995):
12743 # * Change linux entry so A_PROTECT enables IBM-PC ROM characters.
12744 # 9.4.4 (Mon Mar 27 12:32:35 EST 1995):
12745 # * Added tty35, Ann Arbor Guru series. vi300 and 550, cg7900, tvi803,
12746 # pt210, ibm3164, IBM System 1, ctrm, Tymshare scanset, dt200, adm21,
12747 # simterm, citoh and variants.
12748 # * Replaced sol entry with sol1 and sol2.
12749 # * Replaced Qume QVT and Freedom-series entries with purpose-built
12750 # terminfo entries.
12751 # * Enhanced vt220, tvi910, tvi924, hpterm, hp2645, adm42, tek
12752 # and dg200 entries using caps from from SCO.
12753 # * Added the usual set of function-key mappings to ANSI entry.
12754 # * Corrected xterm's function-key capabilities.
12755 # 9.4.5 (Tue Mar 28 14:27:49 EST 1995):
12756 # * Fix in xterm entry, cub and cud are not reliable under X11R6.
12757 # 9.4.6 (Thu Mar 30 14:52:15 EST 1995):
12758 # * Fix in xterm entry, get the arrow keys right.
12759 # * Change some \0 escapes to \200.
12760 # 9.4.7 (Tue Apr 4 11:27:11 EDT 1995)
12761 # * Added apple (Videx card), adm1a, oadm31.
12762 # * Fixed malformed ampex csr.
12763 # * Fixed act4, cyb110; they had old-style prefix padding left in.
12764 # * Changed mandatory to advisory padding in many entries.
12765 # * Replaced HP entries up to hpsub with purpose-built ones.
12766 # * Blank rmir/smir/rmdc/smdc capabilities removed.
12767 # * Small fixes merged in from SCO entries for lpr, fos, tvi910+, tvi924.
12768 # 9.4.8 (Fri Apr 7 09:36:34 EDT 199):
12769 # * Replaced the Ann Arbor entries with SCO's, the init strings are
12770 # more efficient (but the entries otherwise identical).
12771 # * Added dg211 from Shuford archive.
12772 # * Added synertek, apple-soroc, ibmpc, pc-venix, pc-coherent, xtalk,
12773 # adm42-nl, pc52, gs6300, xerox820, uts30.
12774 # * Pull SCO's padding into vi200 entry.
12775 # * Improved capabilities for tvi4107 and other Televideo and Viewpoint
12776 # entries merged in from SCO's descriptions.
12777 # * Fixed old-style prefix padding on zen50, h1500.
12778 # * Moved old superbee entry to superbee-xsb, pulled in new superbee
12779 # entry from SCO's description.
12780 # * Reorganized the special entries.
12781 # * Added lm#0 to cbunix and virtual entries.
12783 # 9.5.0 (Mon Apr 10 11:30:00 EDT 1995):
12784 # * Restored cdc456tst.
12785 # * Fixed sb1 entry, SCO erroneously left out the xsb glitch.
12786 # * Added megatek, beacon, microkit.
12787 # * Freeze for ncurses-1.9 release.
12788 # 9.5.1 (Fri Apr 21 12:46:42 EDT 1995):
12789 # * Added historical data for TAB.
12790 # * Comment fixes from David MacKenzie.
12791 # * Added the new BSDI pc3 entry.
12792 # 9.5.2 (Tue Apr 25 17:27:52 EDT 1995)
12793 # * A change in the tic -C logic now ensures that all entries in
12794 # the termcap translation will fit in < 1024 bytes.
12795 # * Added `bobcat' and `gator' HP consoles and the Nu machine entries
12796 # from GNU termcap file. This merges in all their local information.
12797 # 9.5.3 (Tue Apr 25 22:28:13 EDT 1995)
12798 # * Changed tic -C logic to dump all capabilities used by GNU termcap.
12799 # * Added warnings about entries with long translations (restoring
12800 # all the GNU termcaps pushes a few over the edge).
12801 # 9.5.4 (Wed Apr 26 15:35:09 EDT 1995)
12802 # * Yet another tic change, and a couple of entry tweaks, to reduce the
12803 # number of long (> 1024) termcap translations back to 0.
12805 # 9.6.0 (Mon May 1 10:35:54 EDT 1995)
12806 # * Added kf13-kf20 to Linux entry.
12807 # * Regularize Prime terminal names.
12808 # * Historical data on Synertek.
12809 # * Freeze for ncurses-1.9.1.
12810 # 9.6.1 (Sat May 6 02:00:52 EDT 1995):
12811 # * Added true xterm-color entry, renamed djm's pseudo-color entry.
12812 # * Eliminate whitespace in short name fields, this tanks some scripts.
12813 # * Name field changes to shorten some long entries.
12814 # * Termcap translation now automatically generates empty rmir/smir
12815 # when ich1/ich is present (copes with an ancient vi bug).
12816 # * Added `screen' entries from FSF's screen-3.6.2.
12817 # * Added linux-nic and xterm-nic entries.
12818 # 9.6.2 (Sat May 6 17:00:55 EDT 1995):
12819 # * Change linux entry to use smacs=\E[11m and have an explicit acsc,
12820 # eliminating some special-case code in ncurses.
12822 # 9.7.0 (Tue May 9 18:03:12 EDT 1995):
12823 # * Added vt320-k3, rsvidtx from the Emacs termcap.dat file. I think
12824 # that captures everything unique from it.
12825 # * Added reorder script generator.
12826 # * Freeze for ncurses 1.9.2 release.
12827 # 9.7.1 (Thu Jun 29 09:35:22 EDT 1995):
12828 # * Added Sean Farley's kspd, flash, rs1 capabilities for linux.
12829 # * Added Olaf Siebert's corrections for adm12.
12830 # * ansi-pc-color now includes the colors and pairs caps, so that
12831 # entries which use it will inherit them automatically.
12832 # * The linux entry can now recognize the center (keypad 5) key.
12833 # * Removed some junk that found its way into Linux acsc.
12835 # 9.8.0 (Fri Jul 7 04:46:57 EDT 1995):
12836 # * Add 50% cut mark as a desperate hack to reduce tic's core usage.
12837 # * xterm doesn't try to use application keypad mode any more.
12838 # * Freeze for ncurses-1.9.3 release.
12839 # 9.8.1 (Thu Jul 19 17:02:12 EDT 1995):
12840 # * Added corrected sun entry from vendor.
12841 # * Added csr capability to linux entry.
12842 # * Peter Wemm says the at386 hpa should be \E[%i%p1%dG, not \E[%p1%dG.
12843 # * Added vt102-nsgr to cope with stupid IBM PC `VT100' emulators.
12844 # * Some commented-out caps in long entries come back in, my code
12845 # for computing string-table lengths had a bug in it.
12846 # * pcansi series modified to fit comm-program reality better.
12847 # 9.8.2 (Sat Sep 9 23:35:00 EDT 1995):
12848 # * BSD/OS actually ships the ibmpc3 bold entry as its console.
12849 # * Correct some bad aliases in the pcansi series
12850 # * Added entry for QNX console.
12851 # * Clean up duplicate long names for use with 4.4 library.
12852 # * Change vt100 standout to be normal reverse vide, not bright reverse;
12853 # this makes the Emacs status line look better.
12854 # 9.8.3 (Sun Sep 10 13:07:34 EDT 1995):
12855 # * Added Adam Thompson's VT320 entries, also his dtx-sas and z340.
12856 # * Minor surgery, mostly on name strings, to shorten termcap version.
12858 # 9.9.0 (Sat Sep 16 23:03:48 EDT 1995):
12859 # * Added dec-vt100 for use with the EWAN emulator.
12860 # * Added kmous to xterm for use with xterm's mouse-tracking facility.
12861 # * Freeze for 1.9.5 alpha release.
12862 # 9.9.1 (Wed Sep 20 13:46:09 EDT 1995):
12863 # * Changed xterm lines to 24, the X11R6 default.
12864 # 9.9.2 (Sat Sep 23 21:29:21 EDT 1995):
12865 # * Added 7 newly discovered, undocumented acsc characters to linux
12866 # entry (the pryz{|} characters).
12867 # * ncurses no longer steals A_PROTECT. Simplify linux sgr accordingly.
12868 # * Correct two typos in the xterm entries introduced in 9.9.1.
12869 # * I finally figured out how to translate ko capabilities. Done.
12870 # * Added tvi921 entries from Tim Theisen.
12871 # * Cleanup: dgd211 -> dg211, adm42-nl -> adm42-nsl.
12872 # * Removed mystery tec entry, it was neither interesting nor useful.
12873 # * shortened altos3, qvt203, tvi910+, tvi92D, tvi921-g, tvi955, vi200-f,
12874 # vi300-ss, att505-24, contel301, dm3045, f200vi, pe7000c, vc303a,
12875 # trs200, wind26, wind40, wind50, cdc456tst, dku7003, f110, dg211,
12876 # by making them relative to use capabilities
12877 # * Added cuf1=^L to tvi925 from deleted variant tvi925a.
12878 # * fixed cup in adm22 entry and parametrized strings in vt320-k3.
12879 # * added it#8 to entries that used to have :pt: -- tvi912, vi200,
12881 # * Translate all home=\E[;H capabilities to home=\E[H, they're
12883 # * Translate \E[0m -> \E[m in [rs]mso, [rs]mul, and init strings of
12884 # vt100 and ANSI-like terminals.
12885 # 9.9.3 (Tue Sep 26 20:11:15 EDT 1995):
12886 # * Added it#8 and ht=\t to *all* entries with :pt:; the ncurses tic
12887 # does this now, too.
12888 # * fviewpoint is gone, it duplicated screwpoint.
12889 # * Added hp2627, graphos, graphos-30, hpex, ibmega, ibm8514, ibm8514-c,
12890 # ibmvga, ibmvga-c, minix, mm340, mt4520-rv, screen2, screen3,
12891 # versaterm, vi500, vsc, vt131, vt340, vt400 entries from UW.
12892 # The UW vi50 replaces the old one, which becomes vi50adm,
12893 # * No more embedded commas in name fields.
12895 # 9.10.0 (Wed Oct 4 15:39:37 EDT 1995):
12896 # * XENIX forms characters in fos, trs16, scoansi become acsc strings,
12897 # * Introduced klone+* entries for describing Intel-console behavior.
12898 # * Linux kbs is default-mapped to delete for some brain-dead reason.
12899 # * -nsl -> -ns. The -pp syntax is obsolete.
12900 # * Eliminate [A-Z]* primaries in accordance with SVr4 terminfo docs.
12901 # * Make xterm entry do application-keypad mode again. I got complaints
12902 # that it was messing up someone's 3270 emulator.
12903 # * Added some longname fields in order to avoid warning messages from
12904 # older tic implementations.
12905 # * According to ctrlseqs.ms, xterm has a full vt100 graphics set. Use
12906 # it! (This gives us pi, greater than, less than, and a few more.)
12907 # * Freeze for ncurses-1.9.6 release.
12908 # 9.10.1 (Sat Oct 21 22:18:09 EDT 1995):
12909 # * Add xon to a number of console entries, they're memory-mapped and
12910 # don't need padding.
12911 # * Correct the use dependencies in the ansi series.
12912 # * Hand-translate more XENIX capabilities.
12913 # * Added hpterm entry for HP's X terminal emulator.
12914 # * Added aixterm entries.
12915 # * Shortened four names so everything fits in 14 chars.
12917 # 9.11.0 (Thu Nov 2 17:29:35 EST 1995):
12918 # * Added ibcs2 entry and info on iBCS2 standard.
12919 # * Corrected hpa/vpa in linux entry. They still fail the worm test.
12920 # * We can handle the HP meml/memu capability now.
12921 # * Added smacs to klone entries, just as documentation.
12922 # * Carrected ansi.sys and cit-500 entries.
12923 # * Added z39, vt320-k311, v220c, and avatar entries.
12924 # * Make pcansi use the ansi.sys invis capability.
12925 # * Added DIP switch descriptions for vt100, adm31, tvi910, tvi920c,
12926 # tvi925, tvi950, dt80, ncr7900i, h19.
12927 # * X3.64 has been withdrawn, change some references.
12928 # * Removed function keys from ansi-m entry.
12929 # * Corrected ansi.sys entry.
12930 # * Freeze for ncurses-1.9.7 release.
12931 # 9.11.1 (Tue Nov 6 18:18:38 EST 1995):
12932 # * Added rmam/smam capabilities to many entries based on init strings.
12933 # * Added correct hpa/vpa to linux.
12934 # * Reduced several entries relative to vt52.
12935 # 9.11.2 (Tue Nov 7 00:21:06 EST 1995):
12936 # * Exiled some utterly unidentifiable custom and homebrew types to the
12937 # UFO file; also, obsolete small-screen hardware; also, entries which
12938 # look flat-out incorrect, garbled, or redundant. These include the
12939 # following entries: carlock, cdc456tst, microkit, qdss, ramtek, tec,
12940 # tec400, tec500, ubell, wind, wind16, wind40, wind50, plasma, agile,
12941 # apple, bch, daleblit, nucterm, ttywilliams, nuterminal, nu24, bnu,
12942 # fnu, nunix-30, nunix-61, exidy, ex3000, sexidy, pc52, sanyo55,
12943 # yterm10, yterm11, yterm10nat, aed, aed-ucb, compucolor, compucolor2,
12944 # vic20, dg1, act5s, netx, smartvid, smarterm, sol, sol2, dt200,
12945 # trs80, trs100, trs200, trs600, xitex, rsvidtx, vid, att2300-x40,
12946 # att2350-x40, att4410-nfk, att5410-ns, otty5410, att5425-nl-w,
12947 # tty5425-fk, tty5425-w-fk, cita, c108-na, c108-rv-na, c100-rv-na,
12948 # c108-na-acs, c108-rv-na-acs, ims950-ns, infotonKAS, ncr7900i-na,
12949 # regent60na, scanset-n, tvi921-g, tvi925n, tvi925vbn, tvi925vb,
12950 # vc404-na, vc404-s-na, vt420nam, vt420f-nam, vt420pc-nam, vt510nam,
12951 # vt510pc-nam, vt520nam, vt525nam, xterm25, xterm50, xterm65, xterms.
12952 # * Corrected pcvt25h as suggested by Brian C. Grayson
12953 # <bgrayson@pine.ece.utexas.edu>.
12954 # 9.11.3 (Thu Nov 9 12:14:40 EST 1995):
12955 # * Added kspd=\E[P, kcbt=\E[Z, to linux entry, changed kbs back to ^H.
12956 # * Added kent=\EOM to xterm entry.
12958 # 9.11.4 (Fri Nov 10 08:31:35 EST 1995):
12959 # * Corrected gigi entry.
12960 # * Restored cuf/cud1 to xterm, their apparent bugginess was due to
12961 # bad hpa/vpa capabilities.
12962 # * Corrected flash strings to have a uniform delay of .2 sec. No
12963 # more speed-dependent NUL-padding!
12964 # * terminfo capabilities in comments bracketed with <>.
12965 # 9.11.5 (Fri Nov 10 15:35:02 EST 1995):
12966 # * Replaced pcvt with the 3.31 pcvt entries.
12967 # * Freeze for 1.9.7a.
12968 # 9.11.6 (Mon Nov 13 10:20:24 EST 1995):
12969 # * Added emu entry from the X11R6 contrib tape sources.
12971 # 9.12.0 (Wed Nov 29 04:22:25 EST 1995):
12972 # * Improved iris-ansi and sun entries.
12973 # * More flash string improvements.
12974 # * Corrected wy160 & wy160 as suggested by Robert Dunn
12975 # * Added dim to at386.
12976 # * Reconciled pc3 and ibmpc3 with the BSDI termcap file. Keith says
12977 # he's ready to start using the termcap generated from this one.
12978 # * Added vt102-w, vt220-w, xterm-bold, wyse-vp, wy75ap, att4424m,
12979 # ln03, lno3-w, h19-g, z29a*, qdss. Made vt200 an alias of vt220.
12980 # * Improved hpterm, apollo consoles, fos, qvt101, tvi924. tvi925,
12981 # att610, att620, att630,
12982 # * Changed hazeltine name prefix from h to hz.
12983 # * Sent t500 to the UFI file.
12984 # * I think we've sucked all the juice out of BSDI's termcap file now.
12985 # * Freeze for ncurses 1.9.8 release
12986 # 9.12.1 (Thu Nov 30 03:14:06 EST 1995)
12987 # * Unfreeze, linux kbs needed to be fixed.
12988 # * Tim Theisen pinned down a bug in the DMD firmware.
12989 # 9.12.2 (Thu Nov 30 19:08:55 EST 1995):
12990 # * Fixes to ansi and klone capabilities (thank you, Aaron Ucko).
12991 # (The broken ones had been shadowed by sgr.)
12992 # 9.12.3 (Thu Dec 7 17:47:22 EST 1995):
12993 # * Added documentation on ECMA-48 standard.
12994 # * New Amiga entry.
12995 # 9.12.4 (Thu Dec 14 04:16:39 EST 1995):
12996 # * More ECMA-48 stuff
12997 # * Corrected typo in minix entry, added pc-minix.
12998 # * Corrected khome/kend in xterm (thank you again, Aaron Ucko).
12999 # * Added rxvt entry.
13000 # * Added 1.3.x color-change capabilities to linux entry.
13001 # 9.12.5 (Tue Dec 19 00:22:10 EST 1995):
13002 # * Corrected rxvt entry khome/kend.
13003 # * Corrected linux color change capabilities.
13004 # * NeXT entries from Dave Wetzel.
13005 # * Cleaned up if and rf file names (all in /usr/share now).
13006 # * Changed linux op capability to avoid screwing up a background color
13007 # pair set by setterm.
13008 # 9.12.6 (Wed Feb 7 16:14:35 EST 1996):
13009 # * Added xterm-sun.
13010 # 9.12.7 (Fri Feb 9 13:27:35 EST 1996):
13013 # 9.13.0 (Sun Mar 10 00:13:08 EST 1996):
13014 # * Another sweep through the Shuford archive looking for new info.
13015 # * Added dg100 alias to dg6053 based on a comp.terminals posting.
13016 # * Added st52 from Per Persson.
13017 # * Added eterm from the GNU Emacs 19.30 distribution.
13018 # * Freeze for 1.9.9.
13019 # 9.13.1 (Fri Mar 29 14:06:46 EST 1996):
13020 # * FreeBSD console entries from Andrew Chernov.
13021 # * Removed duplicate Atari st52 name.
13022 # 9.13.2 (Tue May 7 16:10:06 EDT 1996)
13023 # * xterm doesn't actually have ACS_BLOCK.
13024 # * Change klone+color setf/setb to simpler forms that can be
13025 # translated into termcap.
13027 # * Removed mechanically-generated junk capabilities from cons* entries.
13028 # * Added color support to bsdos.
13029 # 9.13.3 (Thu May 9 10:35:51 EDT 1996):
13030 # * Added Wyse 520 entries from Wm. Randolph Franklin <wrf@ecse.rpi.edu>.
13031 # * Created ecma+color, linux can use it. Also added ech to linux.
13032 # * Teach xterm about more keys. Add Thomas Dickey's 3.1.2E updates.
13033 # * Add descriptions to FreeBSD console entries. Also shorten
13034 # some aliases to <= 14 chars for portability.
13035 # * Added x68k console
13036 # * Added OTbs to several VT-series entries.
13037 # 9.13.4 (Wed May 22 10:54:09 EDT 1996):
13038 # * screen entry update for 3.7.1 from Michael Alan Dorfman.
13039 # 9.13.5 (Wed Jun 5 11:22:41 EDT 1996):
13040 # * kterm correction due to Kenji Rikitake.
13041 # * ACS correction in vt320-kll due to Phillippe De Muyter.
13042 # 9.13.6 (Sun Jun 16 15:01:07 EDT 1996):
13043 # * Sun console entry correction from J.T. Conklin.
13044 # * Changed all DEC VT300 and up terminals to use VT300 tab set
13045 # 9.13.7 (Mon Jul 8 20:14:32 EDT 1996):
13046 # * Added smul to linux entry (we never noticed it was missing
13047 # because of sgr!).
13048 # * Added rmln to hp+labels (deduced from other HP entries).
13049 # * Added vt100 acsc capability to vt220, vt340, vt400, d800, dt80-sas,
13050 # pro350, att7300, 5420_2, att4418, att4424, att4426, att505, vt320-k3.
13051 # * Corrected vt220 acsc.
13052 # * The klone+sgr and klone+sgr-dumb entries now use klone+acs;
13053 # this corresponds to reality and helps prevent some tic warnings.
13054 # * Added sgr0 to c101, pcix, vt100-nav, screen2, oldsun, next, altos2,
13055 # hpgeneric, hpansi, hpsub, hp236, hp700-wy, bobcat, dku7003, adm11,
13056 # adm12, adm20, adm21, adm22, adm31, adm36, adm42, pt100, pt200,
13057 # qvt101, tvi910, tvi921, tvi92B, tvi925, tvi950, tvi970, wy30-mc,
13058 # wy50-mc, wy100, wyse-vp, ampex232, regent100, viewpoint, vp90,
13059 # adds980, cit101, cit500, contel300, cs10, dm80, falco, falco-p,
13060 # f1720a, go140, sb1, superbeeic, microb, ibm8512, kt7, ergo4000,
13061 # owl, uts30, dmterm, dt100, dt100, dt110, appleII, apple-videx,
13062 # lisa, trsII, atari, st52, pc-coherent, basis, m2-man, bg2.0, bg1.25,
13063 # dw3, ln03, ims-ansi, graphos, t16, zen30, xtalk, simterm, d800,
13064 # ifmr, v3220, wy100q, tandem653, ibmaed.
13065 # * Added DWK terminal description.
13066 # 9.13.8 (Wed Jul 10 11:45:21 EDT 1996):
13067 # * Many entries now have highlights inherited from adm+sgr.
13068 # * xterm entry now corresponds to XFree86 3.1.2E, with color.
13069 # * xtitle and xtitle-twm enable access to the X status line.
13070 # * Added linux-1.3.6 color palette caps in conventional format.
13071 # * Added adm1178 terminal.
13072 # * Move fos and apollo terminals to obsolete category.
13073 # * Aha! The BRL terminals file told us what the Iris extensions mean.
13074 # * Added, from the BRL termcap file: rt6221, rt6221-w, northstar,
13075 # commodore, cdc721-esc, excel62, osexec. Replaced from the BRL file:
13077 # 9.13.9 (Mon Jul 15 00:32:51 EDT 1996):
13078 # * Added, from the BRL termcap file: cdc721, cdc721l, cdc752, cdc756,
13079 # aws, awsc, zentec8001, modgraph48, rca vp3301/vp3501, ex155.
13080 # * Corrected, from BRL termcap file: vi50.
13081 # * Better rxvt entry & corrected xterm entries from Thomas Dickey.
13082 # 9.13.10 (Mon Jul 15 12:20:13 EDT 1996):
13083 # * Added from BRL: cit101e & variants, hmod1, vi200, ansi77, att5620-1,
13084 # att5620-s, att5620-s, dg210, aas1901, hz1520, hp9845, osborne
13085 # (old osborne moved to osborne-w), tvi970-vb, tvi970-2p, tvi925-hi,
13086 # tek4105brl, tek4106brl, tek4107brl,tek4109brl, hazel, aepro,
13087 # apple40p, apple80p, appleIIgs, apple2e, apple2e-p, apple-ae.
13088 # * Paired-attribute fixes to various terminals.
13089 # * Sun entry corrections from A. Lukyanov & Gert-Jan Vons.
13090 # * xterm entry corrections from Thomas Dickey.
13091 # 9.13.11 (Tue Jul 30 16:42:58 EDT 1996):
13092 # * Added t916 entry, translated from a termcap in SCO's support area.
13093 # * New qnx entry from Michael Hunter.
13094 # 9.13.12 (Mon Aug 5 14:31:11 EDT 1996):
13095 # * Added hpex2 from Ville Sulko.
13096 # * Fixed a bug that ran the qnx and pcvtXX together.
13097 # 9.13.13 (Fri Aug 9 01:16:17 EDT 1996):
13098 # * Added dtterm entry from Solaris CDE.
13099 # 9.13.14 (Tue Sep 10 15:31:56 EDT 1996):
13100 # * corrected pairs#8 typo in dtterm entry.
13102 # 9.13.15 (Sun Sep 15 02:47:05 EDT 1996):
13103 # * updated xterm entry to cover 3.1.2E's new features.
13104 # 9.13.16 (Tue Sep 24 12:47:43 EDT 1996):
13105 # * Added new minix entry
13106 # * Removed aliases of the form ^[0-9]* for obsolete terminals.
13107 # * Commented out linux-old, nobody's using pre-1.2 kernels now.
13108 # 9.13.17 (Fri Sep 27 13:25:38 EDT 1996):
13109 # * Added Prism entries and kt7ix.
13110 # * Caution notes about EWAN and tabset files.
13111 # * Changed /usr/lib/tabset -> /usr/share/tabset.
13112 # * Added acsc/rmacs/smacs to vt52.
13113 # 9.13.18 (Mon Oct 28 13:24:59 EST 1996):
13114 # * Merged in Thomas Dickey's reorganization of the xterm entries;
13115 # added technical corrections to avoid warning messages.
13116 # 9.13.19 (Sat Nov 16 16:05:49 EST 1996):
13117 # * Added rmso=\E[27m in Linux entry.
13118 # * Added koi8-r support for Linux console.
13119 # * Replace xterm entries with canonical ones from XFree86 3.2.
13120 # 9.13.20 (Sun Nov 17 23:02:51 EST 1996):
13121 # * Added color_xterm from Jacob Mandelson
13122 # 9.13.21 (Mon Nov 18 12:43:42 EST 1996):
13123 # * Back off the xterm entry to use r6 as a base.
13124 # 9.13.22 (Sat Nov 30 11:51:31 EST 1996):
13125 # * Added dec-vt220 at Adrian Garside's request.
13126 # 9.13.23 (Fri Feb 21 16:36:06 EST 1997):
13127 # * Replaced minitel-2 entry.
13128 # * Added MGR, ansi-nt.
13129 # * Minor corrections to xterm entries.
13130 # * Replaced EWAN telnet entry.
13131 # * Dropped the reorder script generator. It was a fossil.
13132 # 9.13.24 (Sun Feb 23 20:55:23 EST 1997):
13133 # * Thorsten Lockert added termcap `bs' to a lot of types, working from
13134 # the 4.4BSD Lite2 file.
13135 # 9.13.25 (Fri Jun 20 12:33:36 EDT 1997):
13136 # * Added Datapoint 8242, pilot, ansi_psx, rbcomm, vt220js.
13137 # * Updated iris-ansi; corrected vt102-w.
13138 # * Switch base xterm entry to 3.3 level.
13140 # The following sets edit modes for GNU EMACS
13145 ######## SHANTIH! SHANTIH! SHANTIH!