home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / termcap-1.3-src.tgz / termcap-1.3-src.tar / fsf / termcap / termcap.src < prev    next >
Text File  |  1996-09-28  |  404KB  |  9,900 lines

  1. ####### TERMINAL TYPE DESCRIPTIONS SOURCE FILE
  2. #
  3. #    Version 9.8.1
  4. #    termcap syntax
  5. #
  6. #    Eric S. Raymond        (current maintainer)
  7. #    John Kunze, Berkeley
  8. #    Craig Leres, Berkeley
  9. #
  10. # Please e-mail changes to terminfo@ccil.org.  The old termcap@berkeley.edu
  11. # address is no longer valid.
  12. #
  13. # PURPOSE OF THIS FILE:
  14. #
  15. # This file describes the capabilities of various character-cell terminals,
  16. # as needed by software such as screen-oriented editors.
  17. #
  18. # Pointers to related resources (including the ncurses distribution) may
  19. # be found at <http://www.ccil.org/~esr/ncurses.html>.
  20. #
  21. # FILE FORMAT:
  22. #
  23. # The version you are looking at may be in any of three formats: master
  24. # (terminfo with OT capabilities), stock terminfo, or termcap.  You can tell
  25. # which by the format given in the header above.
  26. #
  27. # The master format is accepted and generated by the terminfo tools in the
  28. # ncurses suite; it differs from stock (System V-compatible) terminfo only
  29. # in that it admits a group of capabilities (prefixed `OT') equivalent to
  30. # various obsolete termcap capabilities.  You can, thus, convert from master
  31. # to stock terminfo simply by filtering with `sed "/OT[^,]*,/s///"'; but if
  32. # you have ncurses `tic -I' is nicer.
  33. #
  34. # The termcap version is generated automatically from the master version
  35. # using tic -C.  This filtering leaves in the OT capabilities under their
  36. # original termcap names.  All translated entries fit within the
  37. # 1023-byte string-table limit of archaic termcap libraries except where
  38. # explicitly noted below.
  39. #
  40. # For details on these formats, see terminfo(5) in the ncurses distribution,
  41. # and termcap(5) in the 4.4BSD Unix Programmer's Manual.  Be aware that 4.4BSD
  42. # curses has been declared obsolete by the caretakers of the 4.4BSD sources
  43. # as of June 1995; they are encouraging everyone to migrate to ncurses.
  44. #
  45. # Note: unlike some other distributed terminfo files (Novell Unix & SCO's),
  46. # no entry in this file has embedded comments.  This is so source translation
  47. # to termcap only has to carry over leading comments.  Also, no name field
  48. # contains embedded whitespace (such whitespace confuses rdist).
  49. #
  50. # Further note: older versions of this file were often installed with an editor
  51. # script (reorder) that moved the most common terminal types to the front of
  52. # the file.  This should no longer be necessary, as the file is now ordered
  53. # roughly by type frequency with ANSI/VT100 and other common types up front.
  54. #
  55. # CONTINUITY WITH HISTORICAL VERSIONS:
  56. #
  57. # The last /etc/termcap version maintained by John Kunze was 8.3, dated 8/5/94.
  58. # Releases 9 and up are maintained by Eric Raymond as part of the ncurses
  59. # project.
  60. #
  61. # This file contains all the capability information present in John Kunze's
  62. # last version of the termcap master file, except as noted in the change 
  63. # comments at end of file.  Some information about very ancient obsolete
  64. # capabilities has been moved to comments.  Some all-numeric names of older
  65. # terminals have been retired.
  66. #
  67. # The 9.1.0 version of this file was translated from a syntax-corrected copy of
  68. # 8.3, then mechanically checked against 8.3 using Emacs Lisp code written for
  69. # the purpose.  Unless the ncurses tic implementation and the Lisp code were
  70. # making perfectly synchronized mistakes which I then failed to catch by
  71. # eyeball, the translation was correct and perfectly information-preserving.
  72. #
  73. # Some information has been merged in from terminfo files distributed by
  74. # USL and SCO (see COPYRIGHTS AND OTHER DELUSIONS below).  Much information
  75. # comes from vendors who maintain official terminfos for their hardware
  76. # (notably DEC and Wyse).
  77. #
  78. # A detailed change history is included at the end of this file.
  79. #
  80. # FILE ORGANIZATION:
  81. #
  82. # Comments in this file begin with # - they cannot appear in the middle
  83. # of a terminfo/termcap entry.  Individual capabilities are commented out by
  84. # placing a period between the colon and the capability name.
  85. #
  86. # Starting with version 9.0.0, the file is divided up into major sections
  87. # (headed by lines beginning with "########") and minor sections (beginning
  88. # with "####"); do
  89. #
  90. #    grep "^####" <file> | more
  91. #
  92. # to see a listing of section headings.  The intent of the divisions is
  93. # (a) to make it easier to find things, and (b) to order the database so
  94. # that important and frequently-encountered terminal types are near the
  95. # front (so that you'll get reasonable search efficiency even if you don't
  96. # use reorder).  Minor sections usually correspond to manufacturers or
  97. # standard terminal classes.  Parenthesized words following manufacturer
  98. # names are type prefixes or product line names used by that manufacturers.
  99. #
  100. # Finally, because this file is released in both terminfo and termcap formats,
  101. # most references to termcap names in comments are bracketed with colons (the
  102. # termcap separator) so they can be distinguished from terminfo capability
  103. # names.
  104. #
  105. # HOW TO READ THE ENTRIES:
  106. #
  107. # The first name in an entry is the canonical name for the model or
  108. # type, last entry is a verbose description.  Others are mnemonic synonyms for
  109. # the terminal.
  110. #
  111. # Terminal names look like <manufacturer> <model> - <modes/options>
  112. # The part to the left of the dash, if a dash is present, describes the
  113. # particular hardware of the terminal.  The part to the right may be used
  114. # for flags indicating special ROMs, extra memory, particular terminal modes,
  115. # or user preferences.
  116. #
  117. # All names should be in lower case, for consistency in typing.
  118. #
  119. # The following are conventionally used suffixes:
  120. #    mono    suppress color support
  121. #    rv    Terminal in reverse video mode (black on white)
  122. #    2p    Has two pages of memory.  Likewise 4p, 8p, etc.
  123. #    w    Wide - in 132 column mode.
  124. #    pp    Has a printer port which is used.
  125. #    na    No arrow keys - termcap ignores arrow keys which are
  126. #        actually there on the terminal, so the user can use
  127. #        the arrow keys locally.
  128. #    nam    No auto-margin - suppress am capability
  129. #    mc    Magic-cookie.  Some terminals (notably older Wyses) can
  130. #        only support one attribute without magic-cookie lossage.
  131. #        Their base entry is usually paired with another that
  132. #        uses magic cookies to support multiple attributes.
  133. #    vb    Use visible bell (flash) rather than beep.
  134. #
  135. # To easily test a new terminal description, put it in $HOME/.termcap
  136. # and programs will look there before looking in /etc/termcap.
  137. # You can also setenv TERMPATH to a list of full pathnames (separated
  138. # by spaces or colons) to be searched by tgetent() in the order listed.
  139. # The TERMCAP environment variable is usually set to the termcap
  140. # entry itself to avoid reading files when starting up a program.
  141. #
  142. # RELEASE 9 COMMENTS:
  143. #
  144. # To avoid search clashes, some older all-numeric names for terminals have
  145. # been removed (i.e., "33" for the Model 33 Teletype, "2621" for the HP2621).
  146. # All primary names of terminals now have alphanumeric prefixes.
  147. #
  148. # Comments marked "esr" are mostly results of applying the termcap-compiler
  149. # code packaged with ncurses and contemplating the resulting error messages. 
  150. # In many cases, these indicated obvious fixes to syntax garbled by the
  151. # composers.  In a few cases, I was able to deduce corrected forms for garbled
  152. # capabilities by looking at context.  All the information in the original
  153. # entries is preserved in the comments.
  154. #
  155. # I changed :MT: to :km: (the 4.4BSD name) everywhere.  I commented out some
  156. # capabilities (EP, dF, dT, dV, kn, ko, ma, ml, mu, xr, xx) that are no longer
  157. # used by BSD curses.
  158. #
  159. # Entries derived from XENIX use a termcap-extension set that showed up in
  160. # several entries, notably those for scoansi, ibmpcx, lisa, trs16, fos, and
  161. # the altos terminals.  Its signature is the use of GS/GE as an as/ae pair.
  162. # This set of extensions and their translations are described in the extended
  163. # comment at the end of this file.
  164. #
  165. # There is a second, smaller set of extensions used by AT&T terminals and
  166. # also described in the trailing comment.
  167. #
  168. # Besides these and the terminals mentioned above, only the psterm variants,
  169. # zen50, wsiris and minitel had unknown capabilities that weren't obviously
  170. # garbled.
  171. #
  172. # INTERPRETATION OF USER CAPABILITIES
  173. #
  174. # The System V Release 4 and XPG4 terminfo format defines ten string
  175. # capabilities for use by applications, u0...u9.   In this file, we use
  176. # certain of these capabilities to describe functions which are not covered
  177. # by terminfo.  The mapping is as follows:
  178. #
  179. #    u9    terminal enquire string (equivalent to ANSI DA)
  180. #    u8    terminal answerback description
  181. #    u7    cursor position request (equivalent to VT100 DSR 6)
  182. #    u6    cursor position report (equivalent to ANSI CPR)
  183. #
  184. # The terminal enquire string u9 should elicit an answerback response
  185. # from the terminal.  Common values for u9 will be ^E (on older ASCII
  186. # terminals) or \E[c (on newer VT100/ANSI-compatible terminals).
  187. #
  188. # The cursor position request (u7) string should elicit a cursor position
  189. # report.  A typical value (for ANSI/VT100 terminals) is \E[6n.
  190. #
  191. # The terminal answerback description (u8) must consist of an expected
  192. # answerback string.  The string may contain the following scanf(3)-like
  193. # escapes:
  194. #
  195. #    %c    Accept any character
  196. #    %[...]    Accept any number of characters in the given set
  197. #
  198. # The cursor position report (u6) string must contain two scanf(3)-style 
  199. # %d format elements.  The first of these must correspond to the Y coordinate
  200. # and the second to the %d.  The typical CPR value is \E[%d;%dR (on VT100/
  201. # ANSI-compatible terminals).
  202. #
  203. # These capabilities are used by tac(1m), the terminfo action checker soon
  204. # to be distributed with ncurses.
  205. # REQUEST FOR CONTACT INFORMATION AND HISTORICAL MATERIAL:
  206. #
  207. # As the ANSI standard and variants take firmer hold, and as character-cell
  208. # terminals are increasingly replaced by X displays, much of this file
  209. # is becoming a historical document (this is part of the reason for the
  210. # new organization, which puts ANSI types, xterm, and vt100 up front in
  211. # confidence that this will catch 95% of new hardware).
  212. #
  213. # For the terminal types still alive, I'd like to have manufacturer's
  214. # contact data (Internet address and/or snail-mail + phone).
  215. #
  216. # I'm also interested in enriching the comments so that the latter portions of
  217. # the file do in fact become a potted history of VDT technology as seen by
  218. # UNIX hackers.  Ideally, I'd like the headers for each manufacturer to
  219. # include its live/dead/out-of-the-business status, and for as many
  220. # terminal types as possible to be tagged with information like years
  221. # of heaviest use, popularity, and interesting features.
  222. #
  223. # I'm especially interested in identifying the obscure entries listed under
  224. # `Manufacturer unknown' and `Utter unknowns', before the tribal wisdom 
  225. # about them gets lost.
  226. #
  227. # If you have been around long enough to contribute, please read the file
  228. # with this in mind and send me your annotations.
  229. #
  230. # COPYRIGHTS AND OTHER DELUSIONS
  231. #
  232. # The BSD ancestor of this file had a standard Regents of the University of
  233. # California copyright with dates from 1980 to 1993.
  234. #
  235. # Some information has been merged in from a terminfo file SCO distributes.
  236. # It has an obnoxious boilerplate copyright which I'm ignoring because they 
  237. # took so much of the content from the ancestral BSD versions of this file
  238. # and didn't attribute it, thereby violating the BSD Regents' copyright.
  239. #
  240. # Not that anyone should care.  However many valid functions copyrights may
  241. # serve, putting one on a termcap/terminfo file with hundreds of anonymous
  242. # contributors makes about as much sense as copyrighting a wall-full of
  243. # graffiti -- it's legally dubious, ethically bogus, and patently ridiculous.
  244. #
  245. # This file deliberately has no copyright.  It belongs to no one and everyone.
  246. # If you claim you own it, you will merely succeed in looking like a fool. 
  247. # Use it as you like.  Use it at your own risk.  Copy and redistribute freely.
  248. # There are no guarantees anywhere.  Svaha!
  249.  
  250. ######## STANDARD AND SPECIAL TYPES
  251. #
  252. # This section describes terminal classes and maker brands that are still
  253. # quite common.
  254. #
  255.  
  256. #### Specials
  257. #
  258. # Special "terminals".  These are used to label tty lines when you don't
  259. # know what kind of terminal is on it.  The characteristics of an unknown
  260. # terminal are the lowest common denominator - they look about like a ti 700.
  261. # The last one, "other", is like unknown but it allows an escape from software
  262. # that insists that a "real" unknown terminal is merely so far unspecified.
  263. #
  264.  
  265. dumb:\
  266.     :am:\
  267.     :co#80:\
  268.     :bl=^G:cr=^M:do=^J:sf=^J:
  269. unknown:\
  270.     :gn:\
  271.     :tc=dumb:
  272. other|none of the above, but not exactly unknown:\
  273.     :am:gn:\
  274.     :co#80:\
  275.     :cl=^M^J:do=^J:ho=^M:
  276.  
  277. arpanet|bussiplexer|dialup|ethernet|network|net|patch|plugboard|switch|network switch or dialup:\
  278.     :tc=unknown:
  279. lpr|printer|print|printing|line printer:\
  280.     :hc:os:\
  281.     :co#132:li#66:\
  282.     :bl=^G:cr=^M:do=^J:ff=^L:le=^H:sf=^J:
  283.  
  284. #### ANSI terminals and terminal emulators
  285. #
  286. # See near the end of this file for details on ANSI conformance.
  287. # Don't mess with these entries!  Lots of other entries depend on them!
  288. #
  289. # This section lists entries in a least-capable to most-capable order.
  290. # if you're in doubt about what `ANSI' matches yours, try them in that
  291. # order and back off from the first that breaks.
  292.  
  293. # (ansi: changed ":pt:" to ":it#8:" -- esr)
  294. ansi-mini|any ansi terminal with pessimistic assumptions:\
  295.     :am:bs:\
  296.     :co#80:it#8:li#24:\
  297.     :ce=\E[K:cl=\E[;H\E[2J:cm=\E[%i%d;%dH:do=\E[B:\
  298.     :ho=\E[H:le=\E[D:nd=\E[C:up=\E[A:
  299.  
  300. # Color controls corresponding to the ANSI.SYS de-facto standard
  301. # (This is not a standalone entry)
  302. ansi-pc-color:\
  303.     :Co#8:NC#3:pa#64:\
  304.     :AB=\E[4%p1%dm:AF=\E[3%p1%dm:\
  305.     :..Sb=\E[4%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m:\
  306.     :..Sf=\E[3%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m:\
  307.     :op=\E[37;40m:
  308.  
  309. # Procomm and some other ANSI emulations don't recognize all of the ANSI-
  310. # standard capabilities.  This entry deletes cuu, cuf, cud, cub, and vpa/hpa
  311. # capabilities, forcing curses to use repetitions of cuu1, cuf1, cud1 and cub1.
  312. # Also deleted ich and ich1, as QModem up to 5.03 doesn't recognize these.
  313. # Finally, we delete rep and ri, which seem to confuse many emulators.
  314. # On the other hand, we can count on these programs doing rmacs/smacs/sgr.
  315. # From: Eric S. Raymond <esr@snark.thyrsus.com> July 25 1995
  316. pcansi-mono|ibm-pc terminal programs claiming to be ansi (mono mode):\
  317.     :am:bs:mi:ms:pt:\
  318.     :co#80:it#8:li#24:\
  319.     :ae=\E[10m:al=\E[L:as=\E[12m:bl=^G:bt=\E[Z:cd=\E[J:\
  320.     :ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:ct=\E[2g:\
  321.     :dc=\E[P:dl=\E[M:do=\E[B:ho=\E[H:kb=^H:kd=\E[B:\
  322.     :kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=\E[D:mb=\E[5m:\
  323.     :md=\E[1m:me=\E[0m:mk=\E[9m:mr=\E[7m:nd=\E[C:\
  324.     :..sa=\E[0;10%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;%?%p7%t;8%;%?%p8%t;11%;%?%p9%t;12%;m:\
  325.     :se=\E[m:sf=^J:so=\E[7m:st=\EH:ta=^I:ue=\E[m:up=\E[A:\
  326.     :us=\E[4m:
  327. pcansi-mono25|ansi25|ibm-pc terminal programs with 25 lines (mono mode):\
  328.     :li#25:\
  329.     :tc=pcansi-mono:
  330. pcansi-mono33|ansi33|ibm-pc terminal programs with 33 lines (mono mode):\
  331.     :li#33:\
  332.     :tc=pcansi-mono:
  333. pcansi-mono43|ansi43|ibm-pc terminal programs with 43 lines (mono mode):\
  334.     :li#43:\
  335.     :tc=pcansi-mono:
  336. # The color versions.  All PC emulators do color...
  337. pcansi|ibm-pc terminal programs claiming to be ansi:\
  338.     :tc=ansi-pc-color:tc=pcansi-mono:
  339. pcansi-25|ansi25|ibm-pc terminal programs with 25 lines:\
  340.     :li#25:\
  341.     :tc=pcansi:
  342. pcansi-33|ansi33|ibm-pc terminal programs with 33 lines:\
  343.     :li#33:\
  344.     :tc=pcansi:
  345. pcansi-43|ansi43|ibm-pc terminal programs with 43 lines:\
  346.     :li#43:\
  347.     :tc=pcansi:
  348.  
  349. # From: Eric S. Raymond <esr@snark.thyrsus.com> Feb 3 1995
  350. # ansi-mono -- full X.364 with ANSI.SYS-compatible attributes, no color.
  351. # Function-key mappings aren't in X3.64 but these are pretty standard.
  352. # If you want pound signs rather than dollars, replace `B' with `A'
  353. # in the s?ds capabilities.
  354. ansi-mono|ANSI X3.64-1979 terminal with ANSI.SYS compatible attributes:\
  355.     :5i:\
  356.     :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\E[W:\
  357.     :F2=\E[X:IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:\
  358.     :SR=\E[%dT:UP=\E[%dA:cb=\E[1K:ch=\E[%dG:ct=\E[2g:\
  359.     :cv=\E[%dd:ec=\E[%dX:ei=:im=:k1=\E[M:k2=\E[N:k3=\E[O:\
  360.     :k4=\E[P:k5=\E[Q:k6=\E[R:k7=\E[S:k8=\E[T:k9=\E[U:\
  361.     :k;=\E[V:kB=\E[Z:kI=\E[L:kb=^H:kd=\E[B:kl=\E[D:\
  362.     :kr=\E[C:ku=\E[A:me=\E[0;10m:nw=\r\E[S:pf=\E[4i:\
  363.     :po=\E[5i:..rp=%p1%c\E[%p2%{1}%-%db:s0=\E(B:s1=\E)B:\
  364.     :s2=\E*B:s3=\E+B:\
  365.     :..sa=\E[0;10%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;%?%p7%t;8%;%?%p8%t;11%;%?%p9%t;12%;m:\
  366.     :ta=\E[I:tc=pcansi:
  367.  
  368. # ansi -- this terminfo expresses the largest subset of X3.64 that will fit in
  369. # standard terminfo.  Assumes ANSI.SYS-compatible attributes and color
  370. # From: Eric S. Raymond <esr@snark.thyrsus.com> Feb 12 1995
  371. ansi|ansi/pc-term compatible with color:\
  372.     :u6=\E[%d;%dR:u7=\E[6n:..u8=\E[?%[;0123456789]c:\
  373.     :u9=\E[c:tc=ansi-pc-color:tc=ansi-mono:
  374.  
  375. #
  376. # ANSI.SYS entries
  377. #
  378. # Cannot use :pt:, it does not work (why?).  :ho: seems required (why?). [gts]
  379. # Caution: 4.3 BSD tset does not pass li#25 to stty rows except during login?
  380. # :cl: clears attributes and sets wrap at margin before clearing the screen.
  381. # (ansi.sys: removed obsolete ":ma=^Hh^Jj^Kk^Ll^^H:" -- esr)
  382. # From: greg small <gts@populi.berkeley.edu>
  383. ansi.sys|ansisys|PC-DOS 3.1 ANSI.SYS:\
  384.     :am:bs:ms:\
  385.     :co#80:li#25:\
  386.     :ae=\E[10:as=\E[12:ce=\E[K:cl=\E[m\E[7h\E[2J:\
  387.     :cm=\E[%i%d;%dH:ho=\E[H:\
  388.     :is=U1 PC-DOS 3.1 ANSI.SYS 9-23-86\n\E[m\E[7h:kd=^J:\
  389.     :kh=^^:kl=^H:kr=^L:ku=^K:md=\E[1m:me=\E[0;10m:\
  390.     :mr=\E[7m:nd=\E[C:se=\E[m:so=\E[1m:ue=\E[m:up=\E[A:\
  391.     :us=\E[4m:
  392. #
  393. # Define IBM PC keypad keys for vi as per MS-Kermit while using ANSI.SYS.
  394. # This should only be used when the terminal emulator cannot redefine the keys.
  395. # Since redefining keys with ansi.sys also affects PC-DOS programs, the key
  396. # definitions must be restored.  If the terminal emulator is quit while in vi
  397. # or others using :ks:ke:, the keypad keys will not be defined as per PC-DOS.
  398. # The PgUp and PgDn are prefixed with ESC so that tn3270 can be used on Unix
  399. # (^U and ^D are already defined for tn3270).  The ESC is safe for vi but it
  400. # does "beep".  ESC ESC i is used for Ins to avoid tn3270 ESC i for coltab.
  401. # Left arrow is always BS, because PC-dos can tolerate this change.
  402. # Caution: vi is limited to 256 string bytes, longer crashes or weirds out vi.
  403. # Consequently the End keypad key could not be set (it is relatively safe and
  404. # actually useful because it sends ^@ O, which beeps and opens a line above).
  405. ansi.sysk|ansisysk|PC-DOS 3.1 ANSI.SYS with keypad redefined for vi:\
  406.     :is=U2 PC-DOS 3.1 ANSI.SYS with keypad redefined for vi 9-29-86\n\E[;75;8p:\
  407.     :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:\
  408.     :ks=\E[;71;30p\E[;72;11p\E[;73;27;21p\E[;77;12p\E[;80;10p\E[;81;27;4p\E[;82;27;27;105p\E[;83;127p:tc=ansi.sys:
  409. #
  410. # Adds ins/del line/character, hence vi reverse scrolls/inserts/deletes nicer.
  411. nansi.sys|nansisys|PC-DOS Public Domain NANSI.SYS:\
  412.     :al=\E[1L:dc=\E[1P:dl=\E[1M:ei=:ic=\E[1@:im=:\
  413.     :is=U3 PC-DOS Public Domain NANSI.SYS 9-23-86\n:tc=ansi.sys:
  414. #
  415. # See ansi.sysk and nansi.sys above.
  416. nansi.sysk|nansisysk|PC-DOS Public Domain NANSI.SYS with keypad redefined for vi:\
  417.     :al=\E[1L:dc=\E[1P:dl=\E[1M:ei=:ic=\E[1@:im=:\
  418.     :is=U4 PC-DOS Public Domain NANSI.SYS with keypad redefined for vi 9-29-86\n\E[;75;8p:tc=ansi.sysk:
  419.  
  420. #### ANSI console types
  421. #
  422.  
  423. # This entry is good for the 1.1.47 version of the Linux console driver.
  424. #
  425. # It assumes that you want A_PROTECT mapped to the alternate character set
  426. # mode that permits IBM ROM characters to be displayed (this is the assumption
  427. # used by ncurses version 1.9 and after, in order not to collide with the
  428. # internationalization attribute values specified in the XSI Curses standard).
  429. #
  430. # We use \E11m for rmacs rather than \E12m so the acsc string can use the ROM
  431. # graphics for control characters such as the diamond, up arrow and down-arrow.
  432. # This trick could work with other Intel consoles like the att6386 and pc3.
  433. #
  434. # Note: there are numerous broken linux entries out there, which didn't screw
  435. # up BSD termcap but hose ncurses's smarter cursor-movement optimization.
  436. # One common pathology is an incorrect tab length of 4.  Also note that the 
  437. # hpa=\E[%dG/vpa=\E[%dd capabilities seem not to be reliable.  To reproduce
  438. # the bug, re-introduce them and run worm -T 200 212 from the ncurses
  439. # test suite, save the trace, then worm -N -T 200 212.  Observe that the first
  440. # run fails to properly delete some worm segments, then diff the trace files.
  441. #
  442. # From: Eric S. Raymond <esr@snark.thyrsus.com> 23 July 1995
  443. linux|linux console:\
  444.     :am:bs:eo:mi:ms:ut:xn:xo:\
  445.     :Co#8:co#80:it#8:li#25:pa#64:\
  446.     :&7=^Z:@7=\E[4~:AB=\E[4%p1%dm:AF=\E[3%p1%dm:\
  447.     :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:F1=\E[23~:F2=\E[24~:\
  448.     :F3=\E[25~:F4=\E[26~:F5=\E[28~:F6=\E[29~:F7=\E[31~:\
  449.     :F8=\E[32~:F9=\E[33~:FA=\E[34~:IC=\E[%d@:K2=\E[G:\
  450.     :S2=\E[11m:S3=\E[10m:Sb=\E[%+(m:Sf=\E[%+^^m:\
  451.     :ac=`\004a\261f\370g\361h\260j\331k\277l\332m\300n\305o~q\304r\362s_t\303u\264v\301w\302x\263y\371z\372{\373|\374}\375~\376.\031-\030\054\021+^P0\333:\
  452.     :ae=\E[10m:al=\E[L:as=\E[11m:bl=^G:cd=\E[J:ce=\E[K:\
  453.     :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
  454.     :ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:ho=\E[H:\
  455.     :ic=\E[@:im=\E[4h:k1=\E[[A:k2=\E[[B:k3=\E[[C:\
  456.     :k4=\E[[D:k5=\E[[E:k6=\E[17~:k7=\E[18~:k8=\E[19~:\
  457.     :k9=\E[20~:k;=\E[21~:kD=\E[3~:kI=\E[2~:kN=\E[6~:\
  458.     :kP=\E[5~:kb=^H:kd=\E[B:kh=\E[1~:kl=\E[D:kr=\E[C:\
  459.     :ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[0;10m:\
  460.     :mr=\E[7m:nd=\E[C:nw=^M^J:op=\E[37;40m:r1=\Ec:rc=\E8:\
  461.     :..sa=\E[0;10%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;%?%p7%t;8%;%?%p8%t;11%;%?%p9%t;11%;m:\
  462.     :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
  463.     :u6=\E[%d;%dR:u7=\E[6n:u8=\E[?6c:u9=\E[c:ue=\E[24m:\
  464.     :up=\E[A:us=\E[4m:vb=\E[?5h\E[?5l:ve=\E[?25h:\
  465.     :vi=\E[?25l:
  466. linux-mono|Linux console, no color:\
  467.     :Co@:pa@:\
  468.     :AB@:Sb@:Sf@:tc=linux:
  469.  
  470. # See the note on ICH/ICH1 VERSUS RMIR/SMIR near the end of file
  471. linux-nic|linux with ich/ich1 suppressed for non-curses programs:\
  472.     :IC@:ei=:ic@:im=:tc=linux:
  473.  
  474. # SCO console and SOS-Syscons console for 386bsd
  475. # (scoansi: had unknown capabilities
  476. #    :Gc=N:Gd=K:Gh=M:Gl=L:Gu=J:Gv=\072:\
  477. #    :GC=E:GD=B:GH=D:GL=\64:GU=A:GV=\63:GR=C:RT=^J:
  478. #    :G1=?:G2=Z:G3=@:G4=Y:G5=;:G6=I:G7=H:G8=<:\
  479. #    :CW=\E[M:NU=\E[N:RF=\E[O:RC=\E[P:\
  480. #    :WL=\E[S:WR=\E[T:CL=\E[U:CR=\E[V:\
  481. # I renamed GS/GE/HM/EN/PU/PD and mapped ":pt:" to ":it#8:" -- esr)
  482. scoansi|SCO Extended ANSI standard crt:\
  483.     :am:bs:eo:pt:\
  484.     :co#80:it#8:li#25:\
  485.     :@7=\E[F:ae=\E[10m:al=\E[L:as=\E[12m:bt=\E[Z:cd=\E[J:\
  486.     :ce=\E[K:cl=\E[2J\E[H:cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:\
  487.     :do=\E[B:ei=:ho=\E[H:ic=\E[@:im=:k1=\E[M:k2=\E[N:\
  488.     :k3=\E[O:k4=\E[P:k5=\E[Q:k6=\E[R:k7=\E[S:k8=\E[T:\
  489.     :k9=\E[U:k;=\E[V:kN=\E[G:kP=\E[I:kb=^H:kd=\E[B:\
  490.     :kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:mb=\E[5m:md=\E[1m:\
  491.     :me=\E[m:nd=\E[C:se=\E[m:sf=\E[S:so=\E[7m:sr=\E[T:\
  492.     :ue=\E[m:up=\E[A:us=\E[4m:
  493.  
  494. # From: Eric Raymond <esr@snark.thyrsus.com> Wed Jan 18 17:14:34 EST 1995
  495. att6386|AT386|at386|386AT|386at|AT&T WGS 6386 console:\
  496.     :am:bw:eo:xo:\
  497.     :co#80:it#8:li#25:\
  498.     :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\EOZ:\
  499.     :F2=\EOA:IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:\
  500.     :SR=\E[%dT:UP=\E[%dA:\
  501.     :ac=``a1fxgqh0jYk?lZm@nEooppqDrrsstCu4vAwBx3yyzz{{||}}~~:\
  502.     :ae=\E[10m:al=\E[1L:as=\E[12m:bl=^G:bt=\E[Z:cd=\E[J:\
  503.     :ce=\E[K:ch=\E[%i%dG:cl=\E[2J\E[H:cm=\E[%i%d;%dH:\
  504.     :cr=^M:ct=\E[2g:cv=\E[%dd:dc=\E[P:dl=\E[1M:do=\E[B:\
  505.     :ec=\E[%dX:ei=:ho=\E[H:ic=\E[1@:im=:is=\E[0;10;39m:\
  506.     :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOT:k6=\EOU:\
  507.     :k7=\EOV:k8=\EOW:k9=\EOX:k;=\EOY:kD=\E[P:kI=\E[@:\
  508.     :kM=\E0:kN=\E[U:kP=\E[V:kb=^H:kd=\E[B:kh=\E[H:\
  509.     :kl=\E[D:kr=\E[C:ku=\E[A:le=\E[D:mb=\E[5m:md=\E[1m:\
  510.     :me=\E[0;10m:mk=\E[9m:mr=\E[7m:nd=\E[C:nw=\r\E[S:\
  511.     :..sa=\E[10m\E[0%?%p1%p3%|%t;7%;%?%p2%t;4%;%?%p4%t;5%;%?%p6%t;1%;%?%p9%t;12%e;10%;%?%p7%t;9%;m:\
  512.     :se=\E[m:sf=\E[S:so=\E[7m:sr=\E[T:st=\EH:ta=^I:\
  513.     :ue=\E[m:up=\E[A:us=\E[4m:vb=^G:tc=ansi-pc-color:
  514. # (pc6300plus: ":KM=/usr/lib/ua/kmap.s5:"; renamed BO/EE/CI/CV -- esr)
  515. pc6300plus|6300plus:\
  516.     :am:bs:\
  517.     :co#80:li#24:\
  518.     :al=\E[1L:bl=^G:cd=\E[0J:ce=\E[0K:cl=\E[2J\E[H:\
  519.     :cm=\E[%i%2;%2H:cr=^M:ct=\E[3g:dc=\E[1P:dl=\E[1M:\
  520.     :do=\E[B:ei=:ho=\E[H:ic=\E[1@:im=:k1=\EOc:k2=\EOd:\
  521.     :k3=\EOe:k4=\EOf:k5=\EOg:k6=\EOh:k7=\EOi:k8=\EOj:\
  522.     :k9=\EOk:k;=\EOu:kb=^H:kd=\E[B:kl=\E[D:kr=\E[C:\
  523.     :ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:mh=\E[2m:\
  524.     :mk=\E[9m:mr=\E[7m:nd=\E[C:nw=^M^J:se=\E[m:sf=^J:\
  525.     :so=\E[7m:st=\EH:ue=\E[m:up=\E[A:us=\E[4m:ve=\E[=1C:\
  526.     :vi=\E[=C:
  527.  
  528. #
  529. #    Terminfo entry for the AT&T Unix PC 7300
  530. #    from escape(7) in Unix PC 7300 Manual.
  531. #    Somewhat similar to a vt100-am (but different enough
  532. #    to redo this from scratch.)
  533. #
  534. #    /***************************************************************
  535. #    *
  536. #    *           FONT LOADING PROGRAM FOR THE UNIX PC
  537. #    *
  538. #    *     This routine loads a font defined in the file ALTFONT
  539. #    *     into font memory slot #1.  Once the font has been loaded,
  540. #    *     it can be used as an alternative character set.
  541. #    *
  542. #    *     The call to ioctl with the argument WIOCLFONT is the key 
  543. #    *     to this routine.  For more information, see window(7) in 
  544. #    *     the PC 7300 documentation.
  545. #    ***************************************************************/
  546. #    #include <string.h>        /* needed for strcpy call */
  547. #    #include <sys/window.h>         /* needed for ioctl call */
  548. #    #define FNSIZE    60        /* font name size */
  549. #    #define ALTFONT  "/usr/lib/wfont/special.8.ft"  /* font file */
  550. #    /*
  551. #    *     The file /usr/lib/wfont/special.8.ft comes with the
  552. #    *     standard PC software.  It defines a graphics character set
  553. #    *     similar to that of the Teletype 5425 terminal.  To view
  554. #    *     this or other fonts in /usr/lib/wfont, use the command
  555. #    *     cfont <filename>.  For further information on fonts see
  556. #    *     cfont(1) in the PC 7300 documentation.
  557. #    */
  558. #    
  559. #    struct altfdata     /* structure for alt font data */
  560. #    {
  561. #    short    altf_slot;        /* memory slot number */
  562. #    char    altf_name[FNSIZE];    /* font name (file name) */
  563. #    };
  564. #    ldfont()
  565. #    {
  566. #        int wd;        /* window in which altfont will be */
  567. #        struct altfdata altf;
  568. #        altf.altf_slot=1;
  569. #        strcpy(altf.altf_name,ALTFONT);
  570. #        for (wd =1; wd < 12; wd++) {
  571. #             ioctl(wd, WIOCLFONT,&altf);
  572. #            }
  573. #    }
  574. #
  575. att7300|unixpc|pc7300|3b1|s4|AT&T UNIX PC Model 7300:\
  576.     :am:xn:xo:\
  577.     :co#80:it#8:li#24:\
  578.     :!1=\ESV:!3=\EUD:#1=\EHL:#2=\EHM:#3=\ENJ:#4=\EBW:\
  579.     :%0=\Ero:%1=\Ehl:%2=\Emk:%4=\Emv:%5=\Enx:%6=\Eop:\
  580.     :%7=\Eot:%8=\Epv:%9=\Epr:%b=\EMV:%c=\ENX:%d=\EOT:\
  581.     :%e=\EPV:%g=\ERO:%h=\ERP:%i=\EFW:&0=\ECN:&1=\Ere:\
  582.     :&2=\Erf:&3=\Erp:&4=\Ers:&6=\Esv:&8=\Eud:&9=\EBG:\
  583.     :*0=\EFI:*2=\ECP:*3=\ECR:*4=\EDC:*5=\EDL:*6=\Esl:\
  584.     :*7=\EEN:*8=\ECI:@0=\Efi:@1=\Ebg:@2=\Ecn:@3=\Ecl:\
  585.     :@4=\Ecm:@5=\Ecp:@6=\Ecr:@7=\Een:@9=\Eex:AL=\E[%dL:\
  586.     :DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
  587.     :ae=\E[10m:al=\E[L:as=\E[11m:bl=^G:bt=\E^I:cd=\E[0J:\
  588.     :ce=\E[0K:cl=\E[2J\E[H:cm=\E[%i%d;%dH:cr=^M:dl=\E[M:\
  589.     :do=\E[B:ho=\E[H:i1=^O:k1=\EOP:k2=\EOQ:k3=\EOR:\
  590.     :k4=\EOS:k5=\E5:k6=\E6:k7=\E7:k8=\E8:kB=\E^I:kC=\Ece:\
  591.     :kD=\Edc:kE=\Eci:kF=\Erd:kI=\Eim:kN=\Epg:kP=\EPG:\
  592.     :kR=\Eru:kS=\Ece:kb=^H:kd=\E[B:kh=\Ehm:kl=\E[D:\
  593.     :kr=\E[C:ku=\E[A:md=\E[7m:me=\E[0;10m:mh=\E[2m:\
  594.     :mr=\E[7m:nd=\E[C:nw=\EE:se=\E[0m:sf=^J:so=\E[7m:\
  595.     :sr=\EM:ue=\E[0m:up=\E[A:us=\E[4m:
  596.  
  597. # From: <davis@unidata.ucar.edu>
  598. iris-ansi|iris-ansi-net|IRIS emulating ANSI terminal:\
  599.     :am:\
  600.     :co#80:it#8:li#40:\
  601.     :!2=\E[218q:#2=\E[143q:#4=\E[158q:%9=\E[209q:\
  602.     :%f=\E[210q:%i=\E[167q:&7=\E[217q:*4=\E[P:*7=\E[147q:\
  603.     :@7=\E[146q:@8=^M:AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:\
  604.     :F1=\EOR:F2=\EOS:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
  605.     :al=\E[L:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:\
  606.     :cm=\E[%i%d;%dH:cr=^M:ct=\E[3g:dl=\E[M:do=^J:ho=\E[H:\
  607.     :is=\E[?1l\E>\E[?7h\E[100g\E[0m\E7\E[r\E8:k1=\E[001q:\
  608.     :k2=\E[002q:k3=\E[003q:k4=\E[004q:k5=\E[005q:\
  609.     :k6=\E[006q:k7=\E[007q:k8=\E[008q:k9=\EOP:k;=\EOQ:\
  610.     :kB=\E[Z:kD=\177:kI=\E[139q:kM=\E[146q:kN=\E[154q:\
  611.     :kP=\E[150q:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:\
  612.     :ku=\E[A:le=\E[D:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:\
  613.     :nw=\EE:pk=\EP101;%d.y%s\E\\:rc=\E8:sc=\E7:se=\E[m:\
  614.     :sf=\ED:so=\E[1;7m:sr=\EM:st=\EH:ta=^I:ue=\E[m:\
  615.     :up=\E[A:us=\E[4m:ve=\E[9/y\E[12/y\E[=6l:\
  616.     :vs=\E[10/y\E[=1h\E[=2l\E[=6h:
  617.  
  618. # From: Alex R.N. Wetmore <aw2t@andrew.cmu.edu>
  619. oldpc3|oibmpc3|IBM PC 386BSD Console:\
  620.     :am:bs:bw:eo:\
  621.     :co#80:li#25:\
  622.     :ac=l\332q\304k\277x\263j\331m\300w\302u\264v\301t\303n\305:\
  623.     :cd=\E[J:ce=\E[K:cl=\Ec:cm=\E[%i%2;%2H:do=\E[B:\
  624.     :ho=\E[;H:kd=\E[B:kh=\E[Y:kl=\E[D:kr=\E[C:ku=\E[A:\
  625.     :md=\E[7m:me=\E[0m\E[1;0x\E[2;7x:nd=\E[C:\
  626.     :se=\E[1;0x\E[2;7x:sf=\E[S:so=\E[1;7x\E[2;0x:sr=\E[T:\
  627.     :ue=\E[1;0x\E[2;7x:up=\E[A:us=\E[1;7x\E[2;0x:
  628.  
  629. # BSD/OS console emulator
  630. # The emulator supports many of the additional console features
  631. # listed in the iBSC2 (e.g. color and character-set selection).
  632. # The console will also work with fewer lines after doing
  633. # "stty rows NN", e.g. to use 24 lines.
  634. # (This is the entry BSDI ships)
  635. pc3|ibmpc3|IBM PC BSD/OS Console:\
  636.     :am:bw:eo:km:\
  637.     :co#80:it#8:li#25:\
  638.     :AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:\
  639.     :UP=\E[%dA:al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\Ec:\
  640.     :cm=\E[%i%d;%dH:cr=^M:dl=\E[M:do=^J:ho=\E[H:kH=\E[F:\
  641.     :kI=\E[L:kN=\E[G:kP=\E[I:kb=^H:kd=\E[B:kh=\E[H:\
  642.     :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:\
  643.     :me=\E[0m:mh=\E[=8F:mr=\E[7m:nd=\E[C:nw=^M^J:\
  644.     :rc=\E[=u:sc=\E[=s:se=\E[0m:sf=^J:so=\E[7m:ta=^I:\
  645.     :up=\E[A:
  646. pc3-bold|ibmpc3|IBM PC BSD/OS Console with bold instead of underline:\
  647.     :ue=\E[0m:us=\E[1m:tc=pc3:
  648.  
  649. # The following is a version of the ibm-pc entry distributed with PC/IX,
  650. # (Interactive Systems' System 3 for the Big Blue), modified by Richard
  651. # McIntosh at UCB/CSM.  The :pt: and :uc: have been removed from the original,
  652. # (the former is untrue, and the latter failed under UCB/man); standout and
  653. # underline modes have been added.  Note: this entry describes the "native"
  654. # capabilities of the PC monochrome display, without ANY emulation; most
  655. # communications packages (but NOT PC/IX connect) do some kind of emulation.
  656. pcix|PC/IX console:\
  657.     :am:bs:bw:eo:\
  658.     :co#80:li#24:\
  659.     :cd=\E[J:ce=\E[K:cl=\Ec:cm=\E[%i%2;%2H:do=\E[B:\
  660.     :ho=\E[;H:nd=\E[C:se=\E[0m:so=\E[7m:ue=\E[0m:up=\E[A:\
  661.     :us=\E[4m:
  662.  
  663. # (ibmx: this entry formerly included the following unknown capabilities:
  664. #    :GC=b:GL=v:GR=t:RT=^J:\
  665. #    :GH=\E[196g:GV=\E[179g:\
  666. #    :GU=\E[193g:GD=\E[194g:\
  667. #    :G1=\E[191g:G2=\E[218g:G3=\E[192g:G4=\E[217g:\
  668. #    :CW=\E[E:NU=\E[F:RF=\E[G:RC=\E[H:\
  669. #    :WL=\E[K:WR=\E[L:CL=\E[M:CR=\E[N:\
  670. # I renamed GS/GE/WL/WR/CL/CR/PU/PD/HM/EN; also, removed a duplicate
  671. # ":kh=\E[Y:" -- esr)
  672. ibmpcx|xenix|ibmx|IBM PC xenix console display:\
  673.     :am:bs:ms:\
  674.     :co#80:li#25:\
  675.     :@7=\E[d:MR=\E[0m:ae=\E[10m:al=\E[L:as=\E[11m:\
  676.     :cd=\E[J:ce=\E[K:cl=^L:cm=\E[%d;%dH:dc=\E[P:dl=\E[M:\
  677.     :do=\E[B:ei=:ho=\E[H:ic=\E[@:im=:k1=\E[K:k2=\E[L:\
  678.     :k3=\E[M:k4=\E[N:kN=\E[e:kP=\E[Z:kb=^H:kd=\E[B:\
  679.     :kh=\E[Y:kl=\E[D:kr=\E[C:ku=\E[A:nd=\E[C:se=\E[0m:\
  680.     :so=\E[7m:ue=\E[m:up=\E[A:us=\E[4m:
  681. ibmc|ibmcpc|IBM PC xenix color console display:\
  682.     :tc=ibmpcx:
  683. ibmcx|ibmcpcx:\
  684.     :tc=ibmpcx:
  685.  
  686. pcvt25h|386BSD pcvt rel 2.10 vt220 emulator video driver:\
  687.     :am:km:mi:ms:xn:\
  688.     :it#8:pb#9216:vt#3:\
  689.     :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
  690.     :LE=\E[%dD:RI=\E[%dC:SF=\E%dD:SR=\E%dM:UP=\E[%dA:\
  691.     :ae=^O:al=\E[L:as=^N:bl=^G:cd=\E[J:ce=\E[K:\
  692.     :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
  693.     :ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:ho=\E[H:\
  694.     :i1=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;25r\E[25;1H:\
  695.     :ic=\E[@:im=\E[4h:k1=\E[17~:k2=\E[18~:k3=\E[19~:\
  696.     :k4=\E[20~:k5=\E[21~:k6=\E[23~:k7=\E[24~:k8=\E[25~:\
  697.     :kD=\E[3~:kH=\E[4~:kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^_:\
  698.     :kd=\EOB:ke=\E[?1l\E>:kh=\E[1~:kl=\EOD:kr=\EOC:\
  699.     :ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:md=\E[1m:\
  700.     :me=\E[m:mr=\E[7m:nd=\E[C:nw=^M^J:\
  701.     :r1=\Ec\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\
  702.     :rf=/usr/share/tabset/vt100:sc=\E7:se=\E[27m:sf=\ED:\
  703.     :so=\E[7m:sr=\EM:st=\EH:ta=^I:ue=\E[24m:up=\E[A:\
  704.     :us=\E[4m:
  705.  
  706. #### DEC VT100 and compatibles
  707. #
  708. # DEC terminals from the vt100 forward are collected here.  Older DEC terminals
  709. # and micro consoles can be found in the `obsolete' section.  More details
  710. # on the relationship between the VT100 and ANSI X3.64 may be found near the
  711. # end of this file.
  712. #
  713. # Except where noted, these entries are DEC's official terminfos.
  714. # Contact Bill Hedberg <hedberg@hannah.enet.dec.com> of Terminal Support
  715. # Engineering for more information.  Updated terminfos and termcaps 
  716. # are kept available at ftp://gatekeeper.dec.com/pub/DEC/termcaps.
  717. #
  718.  
  719. # Note that the xenl glitch in vt100 is not quite the same as on the Concept,
  720. # since the cursor is left in a different position while in the
  721. # weird state (concept at beginning of next line, vt100 at end
  722. # of this line) so all versions of vi before 3.7 don't handle
  723. # xenl right on vt100. The correct way to handle xenl is when
  724. # you output the char in column 80, immediately output CR LF
  725. # and then assume you are in column 1 of the next line. If xenl
  726. # is on, am should be on too.
  727. # I assume you have smooth scroll off or are at a slow enough baud
  728. # rate that it doesn't matter (1200? or less). Also this assumes
  729. # that you set auto-nl to "on", if you set it off use vt100-nam 
  730. # below.
  731. # The padding requirements listed here are guesses. It is strongly
  732. # recommended that xon/xoff be enabled, as this is assumed here.
  733. # The vt100 uses rs2 and rf rather than is2/tbc/hts because the 
  734. # tab settings are in non-volatile memory and don't need to be 
  735. # reset upon login. Also setting the number of columns glitches 
  736. # the screen annoyingly. You can type "reset" to get them set.
  737. #
  738. # This is how the keypad gets assigned in Application Keypad mode.
  739. #    PF1 = kf1      PF2 = kf2        PF3   = kf3          PF4 = kf4
  740. #    7   = kf9      8   = kf10        9     = kf0          - 
  741. #    4   = kf5      5   = kf6        6     = kf7          ,   = kf8
  742. #    1   = ka1      2   = kb2        3     = ka3
  743. #    0   = kc1      .   = kc3        ENTER = kent
  744. #
  745. vt100|vt100-am|dec vt100 (w/advanced video):\
  746.     :am:mi:ms:xn:xo:\
  747.     :co#80:it#8:li#24:vt#3:\
  748.     :@8=\EOM:DO=\E[%dB:K1=\EOq:K2=\EOr:K3=\EOs:K4=\EOp:\
  749.     :K5=\EOn:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
  750.     :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
  751.     :ae=^O:as=^N:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\
  752.     :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
  753.     :ct=\E[3g:do=^J:eA=\E(B\E)0:ho=\E[H:k0=\EOy:k1=\EOP:\
  754.     :k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOt:k6=\EOu:k7=\EOv:\
  755.     :k8=\EOl:k9=\EOw:k;=\EOx:kb=^H:kd=\EOB:ke=\E[?1l\E>:\
  756.     :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:\
  757.     :md=\E[1m:me=\E[m\017:mr=\E[7m:nd=\E[C:\
  758.     :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\
  759.     :..sa=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;:\
  760.     :sc=\E7:se=\E[m:sf=^J:so=\E[1;7m:sr=\EM:st=\EH:ta=^I:\
  761.     :ue=\E[m:up=\E[A:us=\E[4m:
  762.  
  763. vt100nam|vt100-nam|vt100 w/no am (w/advanced video):\
  764.     :am@:xn@:\
  765.     :tc=vt100-am:
  766.  
  767. # Ordinary vt100 in 132 column ("wide") mode.
  768. vt100-w|vt100-w-am|dec vt100 132 cols (w/advanced video):\
  769.     :co#132:li#24:\
  770.     :r2=\E>\E[?3h\E[?4l\E[?5l\E[?8h:tc=vt100-am:
  771. vt100-w-nam|vt100-nam-w|dec vt100 132 cols (w/advanced video):\
  772.     :co#132:li#14:vt@:\
  773.     :r2=\E>\E[?3h\E[?4l\E[?5l\E[?8h:tc=vt100-nam:
  774.  
  775. # vt100 with no advanced video.
  776. vt100-nav|vt100 without advanced video option:\
  777.     :sg#1:\
  778.     :mb@:md@:me@:mr@:sa@:se=\E[m:so=\E[7m:ue@:us@:tc=vt100:
  779. vt100-nav-w|vt100-w-nav|dec vt100 132 cols 14 lines (no advanced video option):\
  780.     :co#132:li#14:\
  781.     :tc=vt100-nav:
  782.  
  783. # vt100 with one of the 24 lines used as a status line.
  784. # We put the status line on the top.
  785. vt100-s|vt100-s-top|vt100-top-s|vt100 for use with sysline:\
  786.     :es:hs:\
  787.     :li#23:\
  788.     :cl=\E[2;1H\E[J:cm=\E[%i%+^A;%dH:cs=\E[%i%i%d;%dr:\
  789.     :ds=\E7\E[1;24r\E8:fs=\E8:ho=\E[2;1H:\
  790.     :is=\E7\E[2;24r\E8:ts=\E7\E[1;%p1%dH\E[1K:tc=vt100-am:
  791.  
  792. # Status line at bottom. 
  793. # Clearing the screen will clobber status line.
  794. vt100-s-bot|vt100-bot-s|vt100 for use with sysline:\
  795.     :es:hs:\
  796.     :li#23:\
  797.     :ds=\E7\E[1;24r\E8:fs=\E8:is=\E[1;23r\E[23;1H:\
  798.     :ts=\E7\E[24;%p1%dH\E[1K:tc=vt100-am:
  799.  
  800. # DEC VT100 with Advanced Video Option -- NOT DEC'S ENTRY!!!
  801. # This may be used as an alternate vt102 entry; it's probably better than the
  802. # stock one if you can live with XON/XOFF.  All the AVO gave you was smul/rmul.
  803. # From: Doug Gwyn <gwyn@smoke.brl.mil> 25 Jan 93
  804. # The following SET-UP modes are assumed for normal operation:
  805. #    ANSI_MODE    AUTO_XON/XOFF_ON    NEWLINE_OFF    80_COLUMNS
  806. #    WRAP_AROUND_ON
  807. # Other SET-UP modes may be set for operator convenience or communication
  808. # requirements; I recommend
  809. #    SMOOTH_SCROLL    AUTOREPEAT_ON    BLOCK_CURSOR    MARGIN_BELL_OFF
  810. #    SHIFTED_3_#
  811. # Unless you have a graphics add-on such as Digital Engineering's VT640
  812. # (and even then, whenever it can be arranged!) you should set
  813. #    INTERLACE_OFF
  814. # Hardware tabs are assumed to be set every 8 columns; they can be set up
  815. # by the "reset", "tset", or "tabs" utilities (use vt100-x, 132 columns, for
  816. # this).  I have included some compatible code in "rs" for the VT640 if you
  817. # have one.  No delays are specified; use "stty ixon -ixany" to enable DC3/DC1
  818. # flow control!
  819. # Thanks to elsie!ado (Arthur David Olson) for numerous improvements.
  820. vt100-avo|DEC VT100 with AVO:\
  821.     :ms:xo:\
  822.     :co#80:it#8:li#24:vt#3:\
  823.     :DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=^O:as=^N:\
  824.     :bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
  825.     :cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:do=^J:ho=\E[H:\
  826.     :is=\E<\E)0:k0=\EOP:k1=\EOQ:k2=\EOR:k3=\EOS:kb=^H:\
  827.     :kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\
  828.     :ku=\EOA:l0=PF1:l1=PF2:l2=PF3:l3=PF4:le=^H:ll=\E[24H:\
  829.     :mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:nw=\EE:\
  830.     :rc=\E8:sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:\
  831.     :ta=^I:te=150\E[?7h:ti=\E[?7l:ue=\E[m:up=\EM:\
  832.     :us=\E[4m:
  833.  
  834. # Most of the `vt100' emulators out there actually emulate a vt102
  835. # This entry (or vt102-nsgr) is probably the right thing to use for
  836. # these.  
  837. vt102|dec vt102:\
  838.     :mi:\
  839.     :al=\E[L:dc=\E[P:dl=\E[M:ei=\E[4l:im=\E[4h:tc=vt100:
  840.  
  841. # Many brain-dead PC comm programs that pretend to be `vt100-compatible'
  842. # fail to interpret the ^O and ^N escapes properly.  Symptom: the sgr0
  843. # string in the canonical vt100 entry above leaves the screen littered
  844. # with little  snowflake or star characters (IBM PC ROM character \017 = ^O)
  845. # after highlight turnoffs.  This entry should fix that, and even leave
  846. # ACS support working, at the cost of making multiple-highlight changes 
  847. # slightly more expensive.
  848. # From: Eric S. Raymond <esr@snark.thyrsus.com> July 22 1995
  849. vt102-nsgr|dec vt102 with ACS support disabled:\
  850.     :me=\E[m:sa@:tc=vt102:
  851.  
  852. # VT125 Graphics CRT.  Clear screen also erases graphics
  853. vt125|vt125 graphics terminal:\
  854.     :cl=\E[;H\E[2J\EPpS(E)\E\\:tc=vt100:
  855.  
  856. # vt132 - like vt100 but slower and has ins/del line and such.
  857. # I'm told that smir/rmir are backwards in the terminal from the
  858. # manual and from the ANSI standard, this describes the actual 
  859. # terminal. I've never actually used a vt132 myself, so this 
  860. # is untested.
  861. #
  862. vt132|DEC vt132:\
  863.     :xn:\
  864.     :al=\E[L:dc=\E[P:dl=\E[M:ei=\E[4h:im=\E[4l:ip=:sf=\n:tc=vt100:
  865.  
  866. # vt220:
  867. # This vt220 description maps F5--F9 to the second block of function keys
  868. # at the top of the keyboard.  The "DO" key is used as F10 to avoid conflict
  869. # with the key marked (ESC) on the vt220.  See vt220d for an alternate mapping.
  870. # PF1--PF4 are used as F1--F4.
  871. #
  872. vt220|DEC VT220 in vt100 emulation mode:\
  873.     :am:mi:xn:xo:\
  874.     :co#80:li#24:vt#3:\
  875.     :@7=\E[4~:ac=kkllmmjjnnwwqquuttvvxx:ae=\E(B:al=\E[L:\
  876.     :as=\E(0:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:\
  877.     :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:\
  878.     :do=\E[B:ei=\E[4l:ho=\E[H:if=/usr/lib/tabset/vt100:\
  879.     :im=\E[4h:is=\E[1;24r\E[24;1H:k1=\EOP:k2=\EOQ:\
  880.     :k3=\EOR:k4=\EOS:k5=\E[17~:k6=\E[18~:k7=\E[19~:\
  881.     :k8=\E[20~:k9=\E[21~:k;=\E[29~:kD=\E[3~:kI=\E[2~:\
  882.     :kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:kh=\E[1~:kl=\E[D:\
  883.     :kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:\
  884.     :mr=\E[7m:nd=\E[C:\
  885.     :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\
  886.     :rf=/usr/lib/tabset/vt100:\
  887.     :..sa=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e\E(B%;:\
  888.     :sc=\E7:se=\E[m:sf=20\ED:so=\E[7m:sr=14\EM:ta=^I:\
  889.     :ue=\E[m:up=\E[A:us=\E[4m:ve=\E[?25h:vi=\E[?25l:
  890. #
  891. # vt220d:
  892. # This vt220 description regards F6--F10 as the second block of function keys
  893. # at the top of the keyboard.  This mapping follows the description given
  894. # in the VT220 Programmer Reference Manual and agrees with the labeling
  895. # on some terminals that emulate the vt220.  There is no support for an F5.
  896. # See vt220 for an alternate mapping. 
  897. #
  898. vt220d|DEC VT220 in vt100 mode with DEC function key labeling:\
  899.     :F1=\E[23~:F2=\E[24~:F3=\E[25~:F4=\E[26~:F5=\E[28~:\
  900.     :F6=\E[29~:F7=\E[31~:F8=\E[32~:F9=\E[33~:FA=\E[34~:\
  901.     :k5@:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:\
  902.     :k;=\E[21~:tc=vt220:
  903.  
  904. vt220nam|vt220-nam|v220n|VT220 in vt100 mode with no auto margins:\
  905.     :am@:\
  906.     :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7l\E[?8h:tc=vt220:
  907.  
  908. vt220-8|dec vt220 8 bit terminal:\
  909.     :5i:am:mi:ms:xn:xo:\
  910.     :co#80:it#8:li#24:\
  911.     :%0=\E[29~:%1=\E[28~:*6=\E[4~:@0=\E[1~:AL=\E[%dL:\
  912.     :DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\E[23~:F2=\E[24~:\
  913.     :F3=\E[25~:F4=\E[26~:F7=\E[31~:F8=\E[32~:F9=\E[33~:\
  914.     :FA=\E[34~:IC=\E[%d@:LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:\
  915.     :SA=\E[?7h:UP=\E[%dA:\
  916.     :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
  917.     :ae=^O:al=\E[L:as=^N:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\
  918.     :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
  919.     :ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:eA=\E)0:ec=\E[%dX:\
  920.     :ei=\E[4l:ho=\E[H:if=/usr/lib/tabset/vt100:im=\E[4h:\
  921.     :is=\E[?7h\E[>\E[?1h\E F\E[?4l:k1=\EOP:k2=\EOQ:\
  922.     :k3=\EOR:k4=\EOS:k6=\E[17~:k7=\E[18~:k8=\E[19~:\
  923.     :k9=\E[20~:k;=\E[21~:kI=\E[2~:kN=\E[6~:kP=\E[5~:\
  924.     :kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
  925.     :l1=pf1:l2=pf2:l3=pf3:l4=pf4:le=^H:mb=\E[5m:md=\E[1m:\
  926.     :me=\E[0m:mr=\E[7m:nd=\E[C:nw=\EE:pf=\E[4i:po=\E[5i:\
  927.     :ps=\E[i:r1=\E[?3l:rc=\E8:sc=\E7:se=\E[27m:sf=\ED:\
  928.     :so=\E[7m:sr=\EM:st=\EH:ta=^I:ue=\E[24m:up=\E[A:\
  929.     :us=\E[4m:vb=\E[?5h\E[?5l:
  930.  
  931. vt320|DEC VT320 in vt100 emulation mode:\
  932.     :tc=vt220:
  933. #
  934. #  Use v320n for LYRIX
  935. #
  936. vt320nam|vt320-nam|v320n|DEC VT320 in vt100 emul. mode with NO AUTO WRAP mode:\
  937.     :am@:\
  938.     :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7l\E[?8h:tc=vt220:
  939.  
  940. vt420|DEC VT420:\
  941.     :am:mi:xn:xo:\
  942.     :co#80:li#24:vt#3:\
  943.     :*6=\E[4~:@0=\E[1~:\
  944.     :S5=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
  945.     :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
  946.     :ae=\E(B:al=\E[L:as=\E(0:bl=^G:cd=\E[J:ce=\E[K:\
  947.     :cl=\E[;H\E[2J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
  948.     :dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:ho=\E[H:\
  949.     :i2=\E[?67h\E[64;1"p:if=/usr/lib/tabset/vt100:\
  950.     :im=\E[4h:is=\E[1;24r\E[24;1H:k0=\E[29~:k1=\EOP:\
  951.     :k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[17~:k6=\E[18~:\
  952.     :k7=\E[19~:k8=\E[20~:k9=\E[21~:k;=\E[29~:kD=\E[3~:\
  953.     :kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:ke=\E>:\
  954.     :kl=\E[D:kr=\E[C:ks=\E=:ku=\E[A:le=^H:mb=\E[5m:\
  955.     :md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:\
  956.     :r3=\E[?67h\E[64;1"p:rc=\E8:rf=/usr/lib/tabset/vt100:\
  957.     :..sa=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e\E(B%;:\
  958.     :se=\E[m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:ue=\E[m:\
  959.     :up=\E[A:us=\E[4m:
  960.  
  961. vt420nam|vt420-nam|v420n|DEC VT420 in vt100 emul. mode with NO AUTO WRAP mode:\
  962.     :am@:\
  963.     :tc=vt420:
  964.  
  965. #
  966. #  DECUDK   
  967. #               if (key < 16) then  value = key;
  968. #               else if (key < 21) then value = key + 1; 
  969. #               else if (key < 25) then value = key + 2;
  970. #               else if (key < 27) then value = key + 3;
  971. #               else if (key < 30) then value = key + 4;
  972. #               else value = key + 5;
  973. #
  974. vt420pc|DEC VT420 w/PC keyboard:\
  975.     :@7=\E[4~:F1=\E[23~:F2=\E[24~:F3=\E[11;2~:\
  976.     :F4=\E[12;2~:F5=\E[13;2~:F6=\E[14;2~:F7=\E[15;2~:\
  977.     :F8=\E[17;2~:F9=\E[18;2~:FA=\E[19;2~:FB=\E[20;2~:\
  978.     :FC=\E[21;2~:FD=\E[23;2~:FE=\E[24;2~:FF=\E[23~:\
  979.     :FG=\E[24~:FH=\E[25~:FI=\E[26~:FJ=\E[28~:FK=\E[29~:\
  980.     :FL=\E[31~:FM=\E[32~:FN=\E[33~:FO=\E[34~:FP=\E[35~:\
  981.     :FQ=\E[36~:FR=\E[23;2~:FS=\E[24;2~:FT=\E[25;2~:\
  982.     :FU=\E[26;2~:FV=\E[28;2~:FW=\E[29;2~:FX=\E[31;2~:\
  983.     :FY=\E[32;2~:FZ=\E[33;2~:Fa=\E[34;2~:Fb=\E[35;2~:\
  984.     :Fc=\E[36;2~:S6=USR_TERM\072vt420pcdos\072:k1=\E[11~:\
  985.     :k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:k6=\E[17~:\
  986.     :k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:kD=^_:\
  987.     :kh=\E[H:\
  988.     :..px=\EP1;1|%?%{16}%p1%>%t%{0}%e%{21}%p1%>%t%{1}%e%{25}%p1%>%t%{2}%e%{27}%p1%>%t%{3}%e%{30}%p1%>%t%{4}%e%{5}%;%p1%+%d/%p2%s\E\\:tc=vt420:
  989.  
  990. vt420pcdos|DEC VT420 w/PC for DOS Merge:\
  991.     :li#25:\
  992.     :S1=%?%p2%{19}%=%t\E\023\021%e%p2%{32}%<%t\E%p2%c%e%p2%{127}%=%t\E\177%e%p2%c%;:\
  993.     :S4=\E[?1;2r\E[34h:\
  994.     :S5=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:S6@:\
  995.     :me=\E[0m:sa@:tc=vt420pc:
  996.  
  997. vt420f|DEC VT420 with VT kbd; VT400 mode; F1-F5 used as Fkeys:\
  998.     :F1=\E[23~:F2=\E[24~:F3=\E[25~:F4=\E[26~:F5=\E[28~:\
  999.     :F6=\E[29~:F7=\E[31~:F8=\E[32~:F9=\E[33~:FA=\E[34~:\
  1000.     :k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:\
  1001.     :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:\
  1002.     :kD=^_:kh=\E[H:l1=\EOP:l2=\EOQ:l3=\EOR:l4=\EOS:tc=vt420:
  1003.  
  1004. vt420f-nam|v420fn|DEC VT420 no auto margins:\
  1005.     :am@:\
  1006.     :tc=vt420f:
  1007. vt420pc-nam|v420pcn|DEC VT420 PC keyboard no auto margins:\
  1008.     :am@:\
  1009.     :tc=vt420pc:
  1010.  
  1011. vt510|DEC VT510:\
  1012.     :tc=vt420:
  1013. vt510nam|vt510-nam|v510n|DEC VT510 in vt100 emul. mode with NO AUTO WRAP mode:\
  1014.     :tc=vt420nam:
  1015. vt510pc|DEC VT510 w/PC keyboard:\
  1016.     :tc=vt420pc:
  1017. vt510pc-nam|v510pcn|DEC VT510 PC keyboard no auto margins:\
  1018.     :am@:\
  1019.     :tc=vt420pc:
  1020. vt510pcdos|DEC VT510 w/PC for DOS Merge:\
  1021.     :tc=vt420pcdos:
  1022.  
  1023. # VT520/VT525
  1024. #
  1025. # The VT520 is a monochrome text terminal capable of managing up to
  1026. # four independent sessions in the terminal.  It has multiple ANSI
  1027. # emulations (VT520, VT420, VT320, VT220, VT100, VT PCTerm, SCO Console)
  1028. # and ASCII emulations (WY160/60, PCTerm, 50/50+, 150/120, TVI 950,
  1029. # 925 910+, ADDS A2).  This terminfo data is for the ANSI emulations only.
  1030. #
  1031. # Terminal Set-Up is entered by pressing [F3], [Caps Lock]/[F3] or
  1032. # [Alt]/[Print Screen] depending upon which keyboard and which
  1033. # terminal mode is being used.  If Set-Up has been disabled or
  1034. # assigned to an unknown key, Set-Up may be entered by pressing
  1035. # [F3] as the first key after power up, regardless of keyboard type.
  1036. vt520|DEC VT520:\
  1037.     :am:mi:xn:xo:\
  1038.     :co#80:li#24:vt#3:\
  1039.     :*6=\E[4~:@0=\E[1~:\
  1040.     :S5=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
  1041.     :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
  1042.     :ae=\E(B:al=\E[L:as=\E(0:bl=^G:cd=\E[J:ce=\E[K:\
  1043.     :cl=\E[;H\E[2J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
  1044.     :dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:ho=\E[H:\
  1045.     :i2=\E[?67h\E[64;1"p:if=/usr/lib/tabset/vt100:\
  1046.     :im=\E[4h:is=\E[1;24r\E[24;1H:k0=\E[29~:k1=\EOP:\
  1047.     :k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[17~:k6=\E[18~:\
  1048.     :k7=\E[19~:k8=\E[20~:k9=\E[21~:k;=\E[29~:kD=\E[3~:\
  1049.     :kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:kl=\E[D:\
  1050.     :kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:\
  1051.     :mr=\E[7m:nd=\E[C:\
  1052.     :..px=\EP1;1|%?%{16}%p1%>%t%{0}%e%{21}%p1%>%t%{1}%e%{25}%p1%>%t%{2}%e%{27}%p1%>%t%{3}%e%{30}%p1%>%t%{4}%e%{5}%;%p1%+%d/%p2%s\E\\:\
  1053.     :r3=\E[?67h\E[64;1"p:rc=\E8:rf=/usr/lib/tabset/vt100:\
  1054.     :..sa=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e\E(B%;:\
  1055.     :se=\E[m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:ue=\E[m:\
  1056.     :up=\E[A:us=\E[4m:
  1057.  
  1058. vt520nam|vt520-nam|v520n|DEC VT520 with NO AUTO WRAP:\
  1059.     :am@:\
  1060.     :tc=vt520:
  1061.  
  1062. vt525|DEC VT525:\
  1063.     :am:mi:xn:xo:\
  1064.     :co#80:li#24:vt#3:\
  1065.     :*6=\E[4~:@0=\E[1~:\
  1066.     :S5=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
  1067.     :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
  1068.     :ae=\E(B:al=\E[L:as=\E(0:bl=^G:cd=\E[J:ce=\E[K:\
  1069.     :cl=\E[;H\E[2J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
  1070.     :dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:ho=\E[H:\
  1071.     :i2=\E[?67h\E[64;1"p:if=/usr/lib/tabset/vt100:\
  1072.     :im=\E[4h:is=\E[1;24r\E[24;1H:k0=\E[29~:k1=\EOP:\
  1073.     :k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[17~:k6=\E[18~:\
  1074.     :k7=\E[19~:k8=\E[20~:k9=\E[21~:k;=\E[29~:kD=\E[3~:\
  1075.     :kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:kl=\E[D:\
  1076.     :kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:\
  1077.     :mr=\E[7m:nd=\E[C:\
  1078.     :..px=\EP1;1|%?%{16}%p1%>%t%{0}%e%{21}%p1%>%t%{1}%e%{25}%p1%>%t%{2}%e%{27}%p1%>%t%{3}%e%{30}%p1%>%t%{4}%e%{5}%;%p1%+%d/%p2%s\E\\:\
  1079.     :r3=\E[?67h\E[64;1"p:rc=\E8:rf=/usr/lib/tabset/vt100:\
  1080.     :..sa=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e\E(B%;:\
  1081.     :se=\E[m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:ue=\E[m:\
  1082.     :up=\E[A:us=\E[4m:
  1083.  
  1084. vt525nam|vt525-nam|v525n|DEC VT525 with NO AUTO WRAP:\
  1085.     :am@:\
  1086.     :tc=vt525:
  1087.  
  1088. #### Xterm variants
  1089. #
  1090.  
  1091. # X10/6.6    11/7/86, minus alternate screen, plus (csr)
  1092. # (xterm: ":MT:" changed to ":km:"; mapped ":pt:" to ":it#8:";
  1093. # removed (hs, eslok, tsl=\E[?E\E[?%i%dT, fsl=\E[?F, dsl=\E[?E)
  1094. # as these seem not to work -- esr)
  1095. x10term|vs100-x10|xterm terminal emulator (X10 window system):\
  1096.     :am:bs:km:mi:ms:pt:xn:xo:\
  1097.     :co#80:it#8:li#65:\
  1098.     :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:al=\E[L:cd=\E[J:\
  1099.     :ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cs=\E[%i%d;%dr:\
  1100.     :dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:ho=\E[H:im=\E[4h:\
  1101.     :is=\E\E[m\E[?7h\E[?1;4l:k1=\EOP:k2=\EOQ:k3=\EOR:\
  1102.     :k4=\EOS:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:\
  1103.     :ks=\E[?1h\E=:ku=\EOA:le=^H:md=\E[1m:me=\E[m:\
  1104.     :mr=\E[7m:nd=\E[C:\
  1105.     :rs=\E[r\E<\E[m\E[H\E[2J\E[?7h\E[?1;3;4;6l:se=\E[m:\
  1106.     :sf=^J:so=\E[7m:sr=\EM:ue=\E[m:up=\E[A:us=\E[4m:
  1107. # X11R6 xterm.  This is known good for the XFree86 version under Linux.
  1108. # From: Eric S. Raymond <esr@snark.thyrsus.com> 9 Jul 1995
  1109. # Note: If you use the line-drawing character set, the disable afterwards
  1110. # will leave you in US-ASCII.  If you live somewhere that wants a pound sign
  1111. # at 2/3, change rmacs to "\E(A".  Further note: cuf and cub don't seem
  1112. # to be reliable under my xterm, so they're commented out.  Final note:
  1113. # Older versions of this entry set/reset application keypad mode (\EO-prefix
  1114. # cursor keys) in the [sr]mkx caps, but it wasn't necessary, and doesn't
  1115. # actually fit the terminfo model properly.
  1116. xterm|vs100|xterm terminal emulator (X11R6 Window System):\
  1117.     :am:bs:km:mi:ms:pt:xn:xo:\
  1118.     :co#80:it#8:li#65:\
  1119.     :@7=\E[[:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:F1=\E[23~:\
  1120.     :F2=\E[24~:IC=\E[%d@:LE=\E[%dD:UP=\E[%dA:\
  1121.     :ac=++\054\054..00II--``aaffgghhjjkkllmmnnooqqssttuuvvwwxx~~:\
  1122.     :ae=\E(B:al=\E[L:as=\E(0:bl=^G:cd=\E[J:ce=\E[K:\
  1123.     :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
  1124.     :ct=\E[3k:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:ho=\E[H:\
  1125.     :ic=\E[@:im=\E[4h:\
  1126.     :is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l:\
  1127.     :k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:\
  1128.     :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:\
  1129.     :kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:kh=\E[@:\
  1130.     :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:md=\E[1m:me=\E[m:\
  1131.     :mr=\E[7m:nd=\E[C:\
  1132.     :r2=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l\E<:\
  1133.     :rc=\E8:sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:ta=^I:\
  1134.     :te=\E[2J\E[?47l\E8:ti=\E7\E[?47h:u6=\E[%d;%dR:\
  1135.     :u7=\E[6n:u8=\E[?1;2c:u9=\E[c:ue=\E[m:up=\E[A:\
  1136.     :us=\E[4m:
  1137. xterm24|vs100-24|xterm terminal emulator (24 lines) (X11R6 window system):\
  1138.     :co#80:li#24:\
  1139.     :tc=xterm:
  1140. xterm25|vs100-25|xterm terminal emulator (25 lines) (X11R6 window system):\
  1141.     :co#80:li#25:\
  1142.     :tc=xterm:
  1143. xterm50|vs100-50|xterm terminal emulator (50 lines) (X11R6 window system):\
  1144.     :co#80:li#50:\
  1145.     :tc=xterm:
  1146. xterms|vs100s|xterm terminal emulator (small) (X11R6 window system):\
  1147.     :tc=xterm24:
  1148. # (kterm: this had unknown capabilities ":KJ:TY=ascii:" -- esr)
  1149. kterm|kterm kanji terminal emulator (X window system):\
  1150.     :es:hs:\
  1151.     :cs=\E[%i%d;%dr:ds=\E[?H:fs=\E[?F:rc=\E8:sc=\E7:\
  1152.     :ts=\E[?E\E[?%i%dT:tc=xterm:
  1153.  
  1154. # See the note on ICH/ICH1 VERSUS RMIR/SMIR near the end of file
  1155. xterm-nic|xterm with ich/ich1 suppressed for non-curses programs:\
  1156.     :IC@:ei=:ic@:im=:tc=xterm:
  1157.  
  1158. # From: Eric S. Raymond <esr@snark.thyrsus.com> May 4 1995
  1159. # Should work with the color xterm on the X11R6 contrib tape.
  1160. xterm-color|xterm with color support:\
  1161.     :tc=xterm:tc=ansi-pc-color:
  1162.  
  1163. # From: David J. MacKenzie <djm@va.pubnix.com> 20 Apr 1995
  1164. # Here's a termcap entry I've been using for xterm_color, which comes
  1165. # with BSD/OS 2.0, and the X11R6 contrib tape too I think.  Besides the
  1166. # color stuff, I also have a status line defined as the window manager
  1167. # title bar. [I have translated it to terminfo -- ESR]
  1168. xterm-pcolor|xterm with color used for highlights and status line:\
  1169.     :hs:\
  1170.     :ws#40:\
  1171.     :ds=\E]0;\007:fs=^G:md=\E[1m\E[43m:mr=\E[7m\E[34m:\
  1172.     :so=\E[7m\E[31m:ts=\E]0;:us=\E[4m\E[42m:tc=xterm:
  1173.  
  1174. ######## UNIX VIRTUAL TERMINALS AND VIRTUAL CONSOLES
  1175. #
  1176.  
  1177. # Columbus UNIX virtual terminal. This terminal also appears in 
  1178. # UNIX 4.0 and successors as line discipline 1 (?), but is 
  1179. # undocumented and does not really work quite right.
  1180. cbunix|cb unix virtual terminal:\
  1181.     :am:bs:da:db:\
  1182.     :co#80:li#24:lm#0:\
  1183.     :al=\EP:bl=^G:cd=\EL:ce=\EK:cl=\EL:cm=\EG%r%.%.:\
  1184.     :cr=^M:dc=\EM:dl=\EN:do=^J:ei=:ic=\EO:im=:kd=\EB:\
  1185.     :kh=\EE:kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:se=\Eb^D:\
  1186.     :sf=^J:so=\Ea^D:ue=\Eb^A:up=\EA:us=\Ea^A:
  1187. # (vremote: removed obsolete ":nl@:" -- esr)
  1188. vremote|virtual remote terminal:\
  1189.     :am@:\
  1190.     :co#79:\
  1191.     :tc=cbunix:
  1192. pty|4bsd pseudo teletype:\
  1193.     :cm=\EG%+ %+ :se=\Eb$:so=\Ea$:ue=\Eb!:us=\Ea!:tc=cbunix:
  1194.  
  1195. # Entries for use by the FSF's `screen' program.  These came with version 3.6.2
  1196. screen|VT 100/ANSI X3.64 virtual terminal:\
  1197.     :am:km:mi:ms:xn:\
  1198.     :co#80:it#8:li#24:\
  1199.     :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\E[23~:\
  1200.     :F2=\E[24~:IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
  1201.     :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~..--++\054\054hhII00:\
  1202.     :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:\
  1203.     :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
  1204.     :ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:ho=\E[H:\
  1205.     :im=\E[4h:is=\E)0:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
  1206.     :k5=\E[15~:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:\
  1207.     :k;=\E[21~:kD=\E[3~:kH=\E[4~:kI=\E[2~:kN=\E[6~:\
  1208.     :kP=\E[5~:kb=^H:kd=\EOB:ke=\E[?1l\E>:kh=\E[1~:\
  1209.     :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:\
  1210.     :md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:nw=\EE:r2=\Ec:\
  1211.     :rc=\E8:sc=\E7:se=\E[23m:sf=^J:so=\E[3m:sr=\EM:\
  1212.     :st=\EH:ta=^I:ue=\E[24m:up=\EM:us=\E[4m:
  1213. screen-w|VT 100/ANSI X3.64 virtual terminal with 132 cols:\
  1214.     :am:km:mi:ms:xn:\
  1215.     :co#132:it#8:li#24:\
  1216.     :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\E[23~:\
  1217.     :F2=\E[24~:IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
  1218.     :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~..--++\054\054hhII00:\
  1219.     :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:\
  1220.     :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
  1221.     :ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:ho=\E[H:\
  1222.     :im=\E[4h:is=\E)0:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
  1223.     :k5=\E[15~:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:\
  1224.     :k;=\E[21~:kD=\E[3~:kH=\E[4~:kI=\E[2~:kN=\E[6~:\
  1225.     :kP=\E[5~:kb=^H:kd=\EOB:ke=\E[?1l\E>:kh=\E[1~:\
  1226.     :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:\
  1227.     :md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:nw=\EE:r2=\Ec:\
  1228.     :rc=\E8:sc=\E7:se=\E[23m:sf=^J:so=\E[3m:sr=\EM:\
  1229.     :st=\EH:ta=^I:ue=\E[24m:up=\EM:us=\E[4m:
  1230.  
  1231. ######## WORKSTATION CONSOLES
  1232. #
  1233.  
  1234. #### Sun consoles
  1235. #
  1236.  
  1237. # :is: resets scrolling region in case a previous user had used "tset vt100"
  1238. # (sun: mapped ":pt:" to ":it#8:" -- esr)
  1239. oldsun|Sun Microsystems Workstation console:\
  1240.     :am:bs:km:mi:ms:pt:\
  1241.     :co#80:it#8:li#34:\
  1242.     :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:IC=\E[%d@:al=\E[L:\
  1243.     :bl=^G:cd=\E[J:ce=\E[K:cl=^L:cm=\E[%i%d;%dH:cr=^M:\
  1244.     :dc=\E[P:dl=\E[M:do=\E[B:ei=:ic=\E[@:im=:is=\E[1r:\
  1245.     :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kd=\E[B:kh=\E[H:\
  1246.     :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:nd=\E[C:rs=\E[1r:\
  1247.     :se=\E[m:sf=^J:so=\E[7m:ta=^I:up=\E[A:
  1248. # New entry from vendor
  1249. sun|sun1|sun2|Sun Microsystems Inc. workstation:\
  1250.     :am:km:ms:\
  1251.     :co#80:li#34:\
  1252.     :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:IC=\E[%d@:al=\E[L:\
  1253.     :bl=^G:cd=\E[J:ce=\E[K:cl=^L:cm=\E[%i%d;%dH:cr=^M:\
  1254.     :dc=\E[P:dl=\E[M:do=^J:ei=:ho=\E[H:ic=\E[@:im=:\
  1255.     :k1=\E[224z:k2=\E[225z:k3=\E[226z:k4=\E[227z:\
  1256.     :k5=\E[228z:k6=\E[229z:k7=\E[230z:k8=\E[231z:\
  1257.     :k9=\E[232z:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
  1258.     :md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:r2=\E[s:\
  1259.     :..sa=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;m:\
  1260.     :se=\E[m:sf=^J:so=\E[7m:ta=^I:ue=\E[m:up=\E[A:\
  1261.     :us=\E[4m:
  1262. # From: <john@ucbrenoir>  Tue Sep 24 13:14:44 1985
  1263. sun-s|Sun Microsystems Workstation window with status line:\
  1264.     :hs:\
  1265.     :ds=\E]l\E\\:fs=\E\\:ts=\E]l:tc=sun:
  1266. sun-e-s|sun-s-e|Sun Microsystems Workstation with status hacked for emacs:\
  1267.     :hs:\
  1268.     :ds=\E]l\E\\:fs=\E\\:ts=\E]l:tc=sun-e:
  1269. sun-48|Sun 48-line window:\
  1270.     :co#80:li#48:\
  1271.     :tc=sun:
  1272. sun-34|Sun 34-line window:\
  1273.     :co#80:li#34:\
  1274.     :tc=sun:
  1275. sun-24|Sun 24-line window:\
  1276.     :co#80:li#24:\
  1277.     :tc=sun:
  1278. sun-17|Sun 17-line window:\
  1279.     :co#80:li#17:\
  1280.     :tc=sun:
  1281. sun-12|Sun 12-line window:\
  1282.     :co#80:li#12:\
  1283.     :tc=sun:
  1284. sun-1|Sun 1-line window for sysline:\
  1285.     :es:hs:\
  1286.     :co#80:li#1:\
  1287.     :ds=^L:fs=\E[K:ts=^M:tc=sun:
  1288. sun-e|sun-nic|sune|Sun Microsystems Workstation without insert character:\
  1289.     :ei@:ic@:im@:tc=sun:
  1290. sun-c|sun-cmd|Sun Microsystems Workstation console with scrollable history:\
  1291.     :te=\E[>4h:ti=\E[>4l:tc=sun:
  1292.  
  1293. #### Iris consoles
  1294. #
  1295.  
  1296. # (wsiris: this had unknown capabilities
  1297. #    :HS=\E7F2:HE=\E7F7:\
  1298. #    :CT#2:CZ=*Bblack,red,green,yellow,blue,magenta,cyan,*Fwhite:
  1299. # I mapped ":pt:" to ":it#8:", removed incorrect ":cl=\Ev:" -- esr)
  1300. wsiris|iris40|iris emulating a 40 line visual 50 (approximately):\
  1301.     :am:bs:pt:\
  1302.     :co#80:it#8:li#40:\
  1303.     :al=\EL:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :dl=\EM:\
  1304.     :ho=\EH:is=\E7B0\E7F7\E7C2\E7R3:k0=\E0:k1=\E1:k2=\E2:\
  1305.     :k3=\E3:k4=\E4:k5=\E5:k6=\E6:k7=\E7:k8=\E8:k9=\E9:\
  1306.     :kd=\EB:kl=\ED:kr=\EC:ku=\EA:nd=\EC:se=\E0@:so=\E9P:\
  1307.     :sr=\EI:ue=\E7R3\E0@:up=\EA:us=\E7R2\E9P:ve=\E>:\
  1308.     :vs=\E;:
  1309.  
  1310. #### Masscomp consoles
  1311. #
  1312.  
  1313. masscomp2:\
  1314.     :co#64:li#21:\
  1315.     :tc=masscomp:
  1316. masscomp1:\
  1317.     :co#104:li#36:\
  1318.     :tc=masscomp:
  1319. # (masscomp: ":MT:" changed to ":km:"; mapped ":pt:" to ":it#8:" -- esr)
  1320. masscomp:\
  1321.     :bs:km:mi:pt:\
  1322.     :co#80:it#8:li#24:sg#0:\
  1323.     :al=\E[L:cd=\E[J:ce=\E[K:cl=\E[2J:cm=\E[%i%d;%dH:\
  1324.     :dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:im=\E[4h:\
  1325.     :is=\EGc\EGb\EGw:kb=^H:kd=\EOB:kl=\EOD:kr=\EOC:\
  1326.     :ku=\EOA:nd=\E[C:se=\E[0m:so=\E[7m:ue=\EGau:up=\E[A:\
  1327.     :us=\EGu:
  1328.  
  1329. #### NeWS consoles
  1330. #
  1331. # Console terminal windows under the NeWS (Sun's Display Postscript windowing
  1332. # environment).   Note: these have nothing to do with Sony's News workstation
  1333. # line.
  1334. #
  1335.  
  1336. # Entry for NeWS's psterm from Eric Messick & Hugh Daniel
  1337. # (psterm: unknown ":sl=\EOl:el=\ENl:" removed;
  1338. # mapped ":pt:" to ":it#8:" -- esr)
  1339. psterm|psterm-basic|psterm-80x34:\
  1340.     :am:bs:hs:km:pt:ul:\
  1341.     :co#80:it#8:li#34:\
  1342.     :al=\EA:cd=\EB:ce=\EC:cl=^L:cm=\E%d;%d;:cs=\EE%d;%d;:\
  1343.     :dc=\EF:dl=\EK:do=\EP:ei=\ENi:fs=\ENl:ho=\ER:im=\EOi:\
  1344.     :is=\EN*:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=\ET:\
  1345.     :ll=\EU:mb=\EOb:md=\EOd:me=\EN*:mr=\EOr:nd=\EV:rc=^\:\
  1346.     :rs=\EN*:sc=^]:se=\ENo:sf=\EW:so=\EOo:sr=\EX:te=\ENt:\
  1347.     :ti=\EOt:ts=\EOl:ue=\ENu:up=\EY:us=\EOu:vb=\EZ:
  1348. psterm-96x48:\
  1349.     :co#96:li#48:\
  1350.     :tc=psterm:
  1351. psterm-90x28:\
  1352.     :co#90:li#28:\
  1353.     :tc=psterm:
  1354. psterm-80x24:\
  1355.     :co#80:li#24:\
  1356.     :tc=psterm:
  1357. # This is a faster termcap for psterm.  Warning:  if you use this termcap,
  1358. # some control characters you type will do strange things to the screen.
  1359. # (psterm-fast: unknown ":sl=^Ol:el=^Nl:";
  1360. # removed; mapped ":pt:" to ":it#8:" -- esr)
  1361. psterm-fast:\
  1362.     :am:bs:hs:km:pt:ul:\
  1363.     :co#80:it#8:li#34:\
  1364.     :al=^A:cd=^B:ce=^C:cl=^L:cm=\004%d;%d;:cs=\005%d;%d;:\
  1365.     :dc=^F:dl=^K:do=^P:ei=^Ni:fs=^Nl:ho=^R:im=^Oi:is=^N*:\
  1366.     :kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=^T:ll=^U:mb=^Ob:\
  1367.     :md=^Od:me=^N*:mr=^Or:nd=^V:rc=^\:rs=^N*:sc=^]:\
  1368.     :se=^No:sf=^W:so=^Oo:sr=^X:te=^Nt:ti=^Ot:ts=^Ol:\
  1369.     :ue=^Nu:up=^Y:us=^Ou:vb=^Z:
  1370.  
  1371. #### Apollo consoles
  1372. #
  1373. # Apollo got bought by Hewlett-Packard.  The Apollo workstations are 
  1374. # labeled HP700s now.
  1375. #
  1376.  
  1377. # From: Gary Darland <goodmanc@garnet.berkeley.edu>
  1378. apollo:\
  1379.     :am:bs:mi:\
  1380.     :co#88:li#53:\
  1381.     :al=\EI:cd=\EJ:ce=\EK:ch=\EN%d:cl=^L:cm=\EM%+ %d):\
  1382.     :cv=\EO+ :dc=\EP:dl=\EL:do=\EB:ei=\ER:im=\EQ:nd=\EC:\
  1383.     :se=\ET:sf=\EE:so=\ES:sr=\ED:te=\EX:ti=\EW:ue=\EV:\
  1384.     :up=\EA:us=\EU:
  1385. apollo_15P|apollo 15 inch display:\
  1386.     :dN@:\
  1387.     :tc=vt132:
  1388. apollo_19L|apollo 19 inch display:\
  1389.     :dN@:\
  1390.     :tc=vt132:
  1391. apollo_color|apollo color display:\
  1392.     :dN@:\
  1393.     :tc=vt132:
  1394.  
  1395. #### Fortune Systems consoles
  1396. #
  1397.  
  1398. # From: Robert Nathanson <c160-3bp@Coral> via tut   Wed Oct 5, 1983
  1399. # (This had unknown capabilities
  1400. #    :rv=\EH:re=\EI:rg=0:\
  1401. #    :GG=0:GV=-:GH=&:GU=%:GD=#:G1=(:G2= :G3=":G4=*:CF=\E]:\
  1402. #    :CO=\E\\:WL=^Aa\r:WR=^Ab\r:CL=^Ac\r:CR=^Ad\r:DL=^Ae\r:RF=^Af\r:\
  1403. #    :RC=^Ag\r:CW=^Ah\r:NU=^Aj\r:EN=^Ak\r:HM=^Al:PL=^Am\r:\
  1404. #    :PU=^An\r:PD=^Ao\r:PR=^Ap\r:HP=^A@\r:RT=^Aq\r:TB=\r:CN=\177:MP=\E+F:
  1405. # It had both ":bs:" and ":bs=^H:"; I removed the latter.  Also, it had
  1406. # ":sg=0:" and ":ug=0:"; evidently the composer was trying (unnecessarily)
  1407. # to force both magic cookie glitches off.  Once upon a time, I
  1408. # used a Fortune myself, so I know the capabilities of the form ^A[a-z]\r are
  1409. # function keys; thus the "Al" value for HM was certainly an error.  I renamed
  1410. # EN/PD/PU/CO/CF according to the XENIX/TC mappings, but not HM/DL/RF/RC/RT.  
  1411. # I think rv and re are start and end reverse video and rg is a nonexistent
  1412. # "reverse-video-glitch" capability; I have put rv and re in with standard
  1413. # names below.  I've removed obsolete ":nl=5^J:" as there is a :do: -- esr)
  1414. fos|fortune|Fortune system:\
  1415.     :am:bs:bw:\
  1416.     :co#80:li#25:\
  1417.     :@7=^Ak\r:ae=^O:al=\034E:as=\Eo:bl=^G:cd=\034Y:\
  1418.     :ce=^\Z:cl=\014:cm=\034C%+ %+ :cr=^M:dc=\034W:\
  1419.     :dl=\034R:do=\n:ei=:ho=\036:ic=\034Q:im=:is=^_..:\
  1420.     :k1=^Aa\r:k2=^Ab\r:k3=^Ac\r:k4=^Ad\r:k5=^Ae\r:\
  1421.     :k6=^Af\r:k7=^Ag\r:k8=^Ah\r:kN=^Ao\r:kP=^An\r:kb=^H:\
  1422.     :kd=^Ay\r:kh=^A?\r:kl=^Aw\r:kr=^Az\r:ku=^Ax\r:le=^H:\
  1423.     :mb=\EN:me=\EI:mr=\EH:nw=^M^J:se=^\I`:sf=^J:so=^\H`:\
  1424.     :ta=^Z:ue=^\IP:up=\013:us=^\HP:ve=\E\\:vi=\E]:\
  1425.     :vs=\E\072:
  1426.  
  1427. ######## COMMON TERMINAL TYPES
  1428. #
  1429. # This section describes terminal classes and maker brands that are still
  1430. # quite common, but have proprietary command sets not blessed by ANSI.
  1431.  
  1432. #### Altos
  1433. #
  1434. # Altos descriptions from Ted Mittelstaedt <tedm@agora.rain.com> 4 Sep 1993
  1435. # His comments suggest they were shipped with the system.
  1436. #
  1437.  
  1438. # (altos2: had unknown capabilities
  1439. #    :c0=^A`\r:c1=^Aa\r:c2=^Ab\r:c3=^Ac\r:\
  1440. #    :c4=^Ad\r:c5=^Ae\r:c6=^Af\r:c7=^Ag\r:\
  1441. #    :c8=^Ah\r:c9=^Ai\r:cA=^Aj\r:cB=^Ak\r:\
  1442. #    :cC=^Al\r:cD=^Am\r:cE=^An\r:cF=^Ao\r:
  1443. #    :XU=^Aq\r:XD=^Ar\r:XR=^As\r:XL=^At\r:\
  1444. #    :YU=^AQ\r:YD=^AR\r:YR=^AS\r:YL=^AT\r:\
  1445. #    :HL=^AP\r:SP=\E[i:\
  1446. #    :IS=\E[@:DE=\E[P:IL=\E[L:NS=\E[S:PS=\E[T:\
  1447. #    :LO=\E[0q:LC=\E[5q:LL=\E[6q:\
  1448. # Comparison with the k* capabilities makes it obvious that the c* things are
  1449. # shift keys.  I have renamed them to keys 32 and up accordingly.  Also,
  1450. # :sr: was given as a boolean-- esr)
  1451. altos2|alt2|altos-2|altos II:\
  1452.     :co#80:it#8:li#24:sg#0:\
  1453.     :*5=^Am\r:*8=^An\r:DL=\E[M:FM=^A`\r:FN=^Aa\r:\
  1454.     :FO=^Ab\r:FP=^Ac\r:FQ=^Ad\r:FR=^Ae\r:FS=^Af\r:\
  1455.     :FT=^Ag\r:FU=^Ah\r:FV=^Ai\r:FW=^Aj\r:FX=^Ak\r:\
  1456.     :al=\E[L:cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:\
  1457.     :cm=\E[%i%d;%dH:cr=^M:dc=\E[P:do=\E[1B:ei=:ho=\E[H:\
  1458.     :ic=\E[@:if=/usr/share/lib/tabset/vt100:im=:\
  1459.     :is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:k0=^AI\r:\
  1460.     :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
  1461.     :k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:kA=^AJ\r:\
  1462.     :kB=^AK\r:kC=^AL\r:kD=^AM\r:kE=^AN\r:kF=^AO\r:kb=^H:\
  1463.     :kd=\E[B:kh=\E[f:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
  1464.     :nd=\E[1C:nw=^M^J:se=\E[m:sf=^J:so=\E[7m:ta=^I:\
  1465.     :ue=\E[m:up=\E[1A:us=\E[4m:
  1466. # (altos3: had unknown capabilities
  1467. #    :c0=^A`\r:c1=^Aa\r:c2=^Ab\r:c3=^Ac\r:\
  1468. #    :c4=^Ad\r:c5=^Ae\r:c6=^Af\r:c7=^Ag\r:\
  1469. #    :c8=^Ah\r:c9=^Ai\r:cA=^Aj\r:cB=^Ak\r:\
  1470. #    :cC=^Al\r:cD=^Am\r:cE=^An\r:cF=^Ao\r:
  1471. #    :XU=^Aq\r:XD=^Ar\r:XR=^As\r:XL=^At\r:\
  1472. #    :HL=^AP\r:SP=\E[i:\
  1473. #    :IS=\E[@:DE=\E[P:IL=\E[L:NS=\E[S:PS=\E[T:\
  1474. # Comparison with the k* capabilities makes it obvious that the c* things are
  1475. # shift keys.  I have renamed them to keys 32 and up accordingly -- esr)
  1476. altos3|alt3|altos-3|altos III:\
  1477.     :co#80:it#8:li#24:sg#0:\
  1478.     :*5=^Am\r:*8=^An\r:DL=\E[M:FM=^A`\r:FN=^Aa\r:\
  1479.     :FO=^Ab\r:FP=^Ac\r:FQ=^Ad\r:FR=^Ae\r:FS=^Af\r:\
  1480.     :FT=^Ag\r:FU=^Ah\r:FV=^Ai\r:FW=^Aj\r:FX=^Ak\r:\
  1481.     :al=\E[L:cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:\
  1482.     :cm=\E[%i%d;%dH:cr=^M:dc=\E[P:do=\E[1B:ei=:ho=\E[H:\
  1483.     :ic=\E[@:if=/usr/share/lib/tabset/vt100:im=:\
  1484.     :is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:k0=^AI\r:\
  1485.     :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
  1486.     :k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:kA=^AJ\r:\
  1487.     :kB=^AK\r:kC=^AL\r:kD=^AM\r:kE=^AN\r:kF=^AO\r:kb=^H:\
  1488.     :kd=\E[B:kh=\E[f:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
  1489.     :mb=\E[5p:me=\E[p:nd=\E[1C:nw=^M^J:se=\E[m:sf=^J:\
  1490.     :so=\E[7m:sr=\EM:ta=^I:ue=\E[m:up=\E[1A:us=\E[4m:
  1491. altos4|alt4|altos-4|altos IV:\
  1492.     :tc=wy50:
  1493. altos5|alt5|altos-5|altos V:\
  1494.     :tc=altos3:
  1495. # (altos7: had unknown capabilities:
  1496. #    :GG#0:GS=\EH^B:GE=\EH^C:\
  1497. #    :G1=3:G2=2:G3=1:G4=5:GD=0:GU==:GH=\072:\
  1498. #    :GV=6:GR=4:GL=9:GC=8:GI=\EH8:GF=\EH7:\
  1499. #    :c0=^A`\r:c1=^Aa\r:c2=^Ab\r:c3=^Ac\r:\
  1500. #    :c4=^Ad\r:c5=^Ae\r:c6=^Af\r:c7=^Ag\r:\
  1501. #    :c8=^Ah\r:c9=^Ai\r:cA=^Aj\r:cB=^Ak\r:\
  1502. #    :cC=^Al\r:cD=^Am\r:cE=^An\r:cF=^Ao\r:
  1503. #    :PD=\EK:PU=\EJ:PN=\Ed#:PS=\EJ:DL=\ER:\
  1504. # Comparison with the k* capabilities makes it obvious that the c* things are
  1505. # shift keys.  I have renamed them to keys 32 and up accordingly -- esr)
  1506. altos7|alt7|altos VII:\
  1507.     :am:mi:\
  1508.     :co#80:li#24:sg#0:\
  1509.     :*5=^Am\r:*8=^An\r:DL=\ER:FM=^A`\r:FN=^Aa\r:FO=^Ab\r:\
  1510.     :FP=^Ac\r:FQ=^Ad\r:FR=^Ae\r:FS=^Af\r:FT=^Ag\r:\
  1511.     :FU=^Ah\r:FV=^Ai\r:FW=^Aj\r:FX=^Ak\r:al=\EE:cd=\EY:\
  1512.     :ce=\ET:cl=\E+^^:cm=\E=%+ %+ :cr=^M:dc=\EW:do=^J:\
  1513.     :ei=\Er:ho=^^:im=\Eq:\
  1514.     :is=\E`\072\Ee(\EO\Ee6\Ec41\E~4\Ec21\Eu\E~2:k0=^AI\r:\
  1515.     :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
  1516.     :k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:kA=^AJ\r:\
  1517.     :kB=^AK\r:kC=^AL\r:kD=^AM\r:kE=^AN\r:kF=^AO\r:kb=^H:\
  1518.     :kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:mb=\EG2:md=\EGt:\
  1519.     :me=\EG0:mh=\EGp:mk=\EG1:mr=\EG4:nd=^L:nw=^M^J:\
  1520.     :se=\EG0:sf=^J:so=\EG4:sr=\Ej:ta=^I:ue=\EG0:up=^K:\
  1521.     :us=\EG8:
  1522. altos7pc|alt7pc|altos PC VII:\
  1523.     :@7=\ET:tc=altos7:
  1524.  
  1525. #### Hewlett-Packard (hp)
  1526. #
  1527. #    Hewlett-Packard
  1528. #    8000 Foothills Blvd 
  1529. #    Roseville, CA 95747
  1530. #    Vox: 1-(916)-785-4363    (Technical response line for VDTs)
  1531. #         1-(800)-633-3600    (General customer support)
  1532. #
  1533.  
  1534. # Generic HP terminal - this should (hopefully) work on any HP terminal.
  1535. hpgeneric|hewlett-packar|hewlettpackard:\
  1536.     :am:da:db:mi:xs:\
  1537.     :co#80:li#24:lm#0:vt#6:\
  1538.     :al=\EL:bl=^G:cd=\EJ:ce=\EK:ch=\E&a%dC:cl=\EH\EJ:\
  1539.     :cm=\E&a%r%dc%dY:cr=^M:ct=\E3:cv=\E&a%dY:dc=\EP:\
  1540.     :dl=\EM:do=^J:ei=\ER:im=\EQ:kB=\Ei:kb=^H:le=^H:\
  1541.     :nd=\EC:se=\E&d@:sf=^J:so=\E&dJ:st=\E1:ta=^I:\
  1542.     :ue=\E&d@:up=\EA:us=\E&dD:
  1543.  
  1544. hp110|hewlett-packard model 110 portable:\
  1545.     :li#16:\
  1546.     :tc=hpgeneric:
  1547.  
  1548. hp+pfk+cr|hp function keys with CR:\
  1549.     :k1=\Ep\r:k2=\Eq\r:k3=\Er\r:k4=\Es\r:k5=\Et\r:\
  1550.     :k6=\Eu\r:k7=\Ev\r:k8=\Ew\r:
  1551.  
  1552. hp+pfk-cr|hp function keys w/o CR:\
  1553.     :k1=\Ep:k2=\Eq:k3=\Er:k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:\
  1554.     :k8=\Ew:
  1555.  
  1556. # The 2621s use the same keys for the arrows and function keys, 
  1557. # but not separate escape sequences. These definitions allow the 
  1558. # user to use those keys as arrow keys rather than as function 
  1559. # keys.
  1560. hp+pfk+arrows|hp alternate arrow definitions:\
  1561.     :k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:kF=\Er\r:kH=\Eq\r:\
  1562.     :kR=\Es\r:kd=\Ew\r:kh=\Ep\r:kl=\Eu\r:kr=\Ev\r:\
  1563.     :ku=\Et\r:
  1564.  
  1565. hp+arrows|hp arrow definitions:\
  1566.     :kF=\ES:kH=\EF:kR=\ET:kd=\EB:kh=\Eh:kl=\ED:kr=\EC:\
  1567.     :ku=\EA:
  1568.  
  1569. # Generic stuff from the HP 262x series
  1570. #
  1571. hp262x:\
  1572.     :xs:\
  1573.     :cd=\EJ:dc=\EP:ip=:kA=\EL:kD=\EP:kE=\EK:kF=\ES:\
  1574.     :kI=\EQ:kL=\EM:kM=\ER:kN=\EU:kP=\EV:kR=\ET:kS=\EJ:\
  1575.     :kd=\EB:ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:ks=\E&s1A:\
  1576.     :ku=\EA:mb=\E&dA:me=\E&d@:mk=\E&dS:mr=\E&dB:\
  1577.     :..sa=\E&d%'@'%?%p1%t%'B'%|%;%?%p2%t%'D'%|%;%?%p3%t%'B'%|%;%?%p4%t%'A'%|%;%c:\
  1578.     :se=\E&d@:sf=\ES:so=\E&dB:ta=\011:ue=\E&d@:us=\E&dD:
  1579. # Note: no "home" on HP's since that homes to top of memory, not screen.
  1580. # Due to severe 2621 braindamage, the only way to get the arrow keys to
  1581. # transmit anything at all is to turn on the function key labels
  1582. # with smkx, and even then the user has to hold down shift!
  1583. # The default 2621 turns off the labels except when it has to to 
  1584. # enable the function keys. If your installation prefers labels 
  1585. # on all the time, or off all the time (at the "expense" of the 
  1586. # function keys) move the # 2621-nl or 2621-wl labels to the 
  1587. # front using reorder.
  1588. # Note: there are newer ROMs for 2621's that allow you to set 
  1589. # strap A so the regular arrow keys xmit \EA, etc, as with the 
  1590. # 2645. However, even with this strap set, the terminal stops 
  1591. # xmitting if you reset it, until you unset and reset the strap!
  1592. # Since there is no way to set/unset the strap with an escape 
  1593. # sequence, we don't use it in the default.
  1594. # If you like, you can use 2621-ba (braindmaged arrow keys).
  1595. hp2621-ba|2621-ba|2621 w/new rom and strap A set:\
  1596.     :ke@:ks@:tc=hp+arrows:tc=hp2621:
  1597.  
  1598. # 2621 with function labels. Most of the time they are off,
  1599. # but inside vi, the function key labels appear. You have to
  1600. # hold down shift to get them to xmit.
  1601. hp2621|hp2621a|hp2621A|2621|2621a|2621A|hp2621-wl|2621-wl|hp 2621 w/labels:\
  1602.     :is=\E&jA\r:ke=\E&jA:tc=hp2621-fl:
  1603.  
  1604. # 2621 with function labels.  Most of the time they are off,
  1605. # but inside vi, the function key labels appear.  You have to
  1606. # hold down shift to get them to xmit.
  1607. hp2621-fl|2621-fl|hp 2621:\
  1608.     :xo:xs@:\
  1609.     :pb#19200:\
  1610.     :bt=\Ei:cm=\E&a%r%dc%dY:dc=\EP:ip=:is=\E&j@\r:\
  1611.     :ke=\E&j@:ks=\E&jB:me=\E&d@:se=\E&d@:so=\E&dD:\
  1612.     :ta=\011:ue=\E&d@:us=\E&dD:tc=hp+pfk+cr:tc=hpgeneric:
  1613.  
  1614. # To use 2621p printer, setenv TERM=2621p, PRINTER=2612p
  1615. hp2621p|2621p|2621P|hp 2621 with printer:\
  1616.     :pf=\E&p13C:po=\E&p11C:tc=hp2621:
  1617.  
  1618. hp2621p-a|2621p-a|hp2621p with fn as arrows:\
  1619.     :tc=hp+pfk+arrows:tc=hp2621p:
  1620.  
  1621. # hp2621 with k45 keyboard
  1622. hp2621-k45|hp2621k45|2621k45|k45|hp 2621 with 45 keyboard:\
  1623.     :kb=^H:kd=\EB:ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:\
  1624.     :ks=\E&s1A:ku=\EA:tc=hp2621:
  1625.  
  1626. # This terminal should be used at 4800 baud or less. It needs padding for
  1627. # plain characters at 9600, I guessed at an appropriate cr delay.  It really
  1628. # wants ^E/^F handshaking, but that doesn't work well even if you write
  1629. # software to support it.
  1630. hp2645|hp45|hp 264x series:\
  1631.     :pb#9600:\
  1632.     :cr=\r:kA=\EL:kD=\EP:kE=\EK:kF=\ES:kI=\EQ:kL=\EM:\
  1633.     :kM=\ER:kN=\EU:kP=\EV:kR=\ET:kS=\EJ:kT=\E1:kd=\EB:\
  1634.     :ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:ks=\E&s1A:kt=\E2:\
  1635.     :ku=\EA:mb=\E&dA:me=\E&d@:mh=\E&dH:mr=\E&dB:\
  1636.     :..sa=\E&d%'@'%?%p1%t%'B'%|%;%?%p2%t%'D'%|%;%?%p3%t%'B'%|%;%?%p4%t%'A'%|%;%?%p5%t%'H'%|%;%?%p6%t%'B'%|%;%c:\
  1637.     :us=\E&dD:tc=hpgeneric:
  1638.  
  1639. # Hp 2624 B with 4 or 10 pages of memory.
  1640. # Some assumptions are made with this entry. These settings are 
  1641. # NOT set up by the initialization strings.
  1642. # Port Configuration
  1643. #     RecvPace=Xon/Xoff
  1644. #     XmitPace=Xon/Xoff
  1645. #     StripNulDel=Yes
  1646. # Terminal Configuration
  1647. #     InhHndShk=Yes
  1648. #     InhDC2=Yes
  1649. #     XmitFnctn(A)=No
  1650. #     InhEolWrp=No
  1651. # Note: the 2624 DOES have a true "home," believe it or not!
  1652. # The 2624 has an "error line" to which messages can be sent. 
  1653. # This is CLOSE to what is expected for a "status line". However,
  1654. # after a message is sent to the "error line", the next carriage 
  1655. # return is EATEN and the "error line" is turned back off again! 
  1656. # So I guess we can't define hs, eslok, wsl, dsl, fsl, tsl
  1657. # This entry supports emacs (and any other program that uses raw 
  1658. # mode) at 4800 baud and less. I couldn't get the padding right 
  1659. # for 9.6.
  1660. #
  1661. hp2624|hp2624a|hp2624b|hp2624b-4p|2624-4p|2624|2624a|2624b|Hewlett Packard 2624 B:\
  1662.     :da:db:\
  1663.     :lm#96:\
  1664.     :vb=\E&w13F\200\200\200\200\E&w12F\200\200\200\200\E&w13F\200\200\200\200\E&w12F:tc=hp+labels:tc=scrhp:
  1665.  
  1666. # These attributes are not set above:
  1667. # civis, cmdch, cnorm, csr, cub, cud, cuf, cuu, cvvis, dch, dl, 
  1668. # ech, eo, eslok, fsl, gn, hc, hd, hu, hz, ich, ich1, if, il, in,
  1669. # indn, iprog, is2, is3, it, ka1, ka3, kb2, kc1, kc3, kclr, kf0, 
  1670. # kf10, khts, km, ktbc, lf0, lf1, lf10, lf2, lf3, lf4, lf5, lf6, 
  1671. # lf7, lf8, lf9, mc5p, os, pad, pfkey*, pfloc*, pfx*, prot, rc, 
  1672. # rep, rin, rmcup, rmdc, rmm, rs2, rs3, sc, smcup, smdc, smm, tsl,
  1673. # uc, ul, vt, wind, wsl, xenl, xmc, xsb, xt
  1674. # not needed if tset is used:
  1675. #     if=/usr/lib/tabset/std,
  1676. # This hp2626 entry does not use any of the fancy windowing stuff 
  1677. # of the 2626.
  1678. # Indeed, terminfo does not yet handle such stuff. Since changing 
  1679. # any window clears memory, it is probably not possible to use 
  1680. # this for screen opt.
  1681. # ed is incredibly slow most of the time - I am guessing at the 
  1682. # exact padding. Since the terminal uses xoff/xon this is intended 
  1683. # only for cost computation, so that the terminal will prefer el 
  1684. # or even dl1 which is probably faster!
  1685. # \ED\EJ\EC hack for ed from Ed Bradford - apparently ed is only 
  1686. # extra slow # on the last line of the window. 
  1687. # The padding probably should be changed.
  1688. #
  1689. hp2626|hp2626a|hp2626p|2626|2626a|2626p|2626A|2626P|hp 2626:\
  1690.     :da:db:\
  1691.     :lm#0:pb#19200:\
  1692.     :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:
  1693.  
  1694. # This entry is for sysline. It allocates a 23 line window with 
  1695. # a 115 line workspace for regular use, and a 1 line window for 
  1696. # the status line.
  1697. # This assumes port 2 is being used.
  1698. # Turn off horizontal line, Create ws #1 with 115 lines,
  1699. # Create ws #2 with 1 line, Create window #1 lines 1-23,
  1700. # Create window #2 lines 24-24, Attach cursor to workspace #1.
  1701. # Note that this clears the tabs so it must be done by tset before
  1702. # it sets the tabs.
  1703. #
  1704. hp2626-s|2626-s|hp 2626 using only 23 lines:\
  1705.     :es:hs:\
  1706.     :li#23:\
  1707.     :fs=\E&d@\E&w7f2p1I\E&w4f1I:\
  1708.     :i1=\E&q3t0{0H \E&w0f115n1I \E&w0f1n2I\n\E&w2f1i0d0u22l0S \E&w2f2i0d23u23l0S \E&w7f2p1I \r:\
  1709.     :ts=\E&w7f2p2I\E&w4f2I\r\EK\E&a%p1%dC:tc=hp2626:
  1710. # Force terminal back to 24 lines after being 23.
  1711. #
  1712. hp2626-ns|2626-ns|hp 2626 using all 24 lines:\
  1713.     :i1=\E&q3t0{0H \E&w0f118n1I \E&w0f1n2I\n\E&w2f1i0d0u23l0S \E&w3f2I \E&w7f2p1I \r:tc=hp2626:
  1714. # Various entries useful for small windows on 2626.
  1715. #
  1716. hp2626-12|2626-12:\
  1717.     :li#12:\
  1718.     :tc=hp2626:
  1719. hp2626-12x40|2626-12x40:\
  1720.     :co#40:li#12:\
  1721.     :tc=hp2626:
  1722. hp2626-x40|2626-x40:\
  1723.     :co#40:\
  1724.     :tc=hp2626:
  1725. hp2626-12-s|2626-12-s:\
  1726.     :li#11:\
  1727.     :tc=hp2626-s:
  1728. # You should use this terminal at 4800 baud or less.
  1729. #
  1730. hp2648|hp2648a|2648a|2648A|2648|HP 2648a graphics terminal:\
  1731.     :cl=\EH\EJ:cm=\E&a%r%dc%dY:dc=\EP:ip=:tc=hp2645:
  1732.  
  1733. # 2640a doesn't have the Y cursor addressing feature, and C is 
  1734. # memory relative instead of screen relative, as we need.
  1735. #
  1736. hp2640a|2640a|hp 2640a:\
  1737.     :cm@:ke@:ks@:tc=hp2645:
  1738.  
  1739. hp2640b|hp2644a|hp 264x series:\
  1740.     :ke@:ks@:tc=hp2645:
  1741.  
  1742. # 2621 using all 48 lines of memory, only 24 visible at any time.  
  1743. #
  1744. hp2621-48|48 line 2621:\
  1745.     :li#48:\
  1746.     :cm=\E&a%r%dc%dR:cv=\E&a%dR:ho=\EH:tc=hp2621:
  1747.  
  1748. # 2621 with no labels ever. Also prevents vi delays on escape.
  1749. #
  1750. hp2621-nl|hp 2621 with no labels:\
  1751.     :kd@:ke@:kh@:kl@:kr@:ks@:ku@:tc=hp2621-fl:
  1752.  
  1753. # Needed for UCB ARPAVAX console, since lsi-11 expands tabs 
  1754. # (wrong).
  1755. #
  1756. hp2621-nt|hp 2621 w/no tabs:\
  1757.     :ta@:tc=hp2621:
  1758.  
  1759. # The HP 150 terminal is a fairly vanilla HP terminal, with the 
  1760. # clreol standout problem. It also has graphics capabilities and 
  1761. # a touch screen, which we don't describe here.
  1762. hp150|hewlett packard Model 150:\
  1763.     :tc=hp2622:
  1764.  
  1765. # Hp 2382a terminals, "the little ones." They don't have any 
  1766. # alternate character set support and sending out ^N/^O will 
  1767. # leave the screen blank.
  1768. hp2382a|hp2382|hewlett packard 2382a:\
  1769.     :da:db:\
  1770.     :lh#1:lm#48:\
  1771.     :ac@:ae@:as@:me=\E&d@:\
  1772.     :..pn=\E&f0a%p1%dk%p2%l%Pa%?%ga%t%ga%d%e1%;d0L%?%ga%!%t %;%p2%s:\
  1773.     :..sa=\E&d%{0}%Pa%?%p4%t%{1}%ga%+%Pa%;%?%p1%p3%|%p6%|%t%{2}%ga%+%Pa%;%?%p2%p6%|%t%{4}%ga%+%Pa%;%?%p1%p5%|%t%{8}%ga%+%Pa%;%?%p7%t%?%ga%ts%ga%'@'%+%e%'S'%;%e%?%ga%t%ga%'@'%+%e%'@'%;%;%c:tc=hp+labels:tc=scrhp:
  1774.  
  1775. hp2621-a|hp2621a-a|2621-a|hp2621 with fn as arrows:\
  1776.     :tc=hp+pfk+arrows:tc=hp2621-fl:
  1777.  
  1778. # newer hewlett packard terminals
  1779.  
  1780. newhpkeyboard|generic entry for HP extended keyboard:\
  1781.     :kA=\EL:kB=\Ei:kC=\EJ:kD=\EP:kE=\EK:kF=\ET:kH=\EF:\
  1782.     :kI=\EQ:kL=\EM:kM=\ER:kN=\EU:kP=\EV:kR=\ES:kS=\EJ:\
  1783.     :kb=^H:kd=\EB:ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:\
  1784.     :ks=\E&s1A:ku=\EA:tc=hp+pfk-cr:
  1785.  
  1786. newhp|generic entry for new hewlett packard terminals:\
  1787.     :am:bw:mi:xo:xs:\
  1788.     :co#80:li#24:pb#4800:\
  1789.     :ac=T1R!U2S"W3O#V4P$t5u6w7v8\072'9(LQKWlRkT5I3@2[MAJSmFjGdHQ;Y+Z*X\0724>q\\\054x.n/:\
  1790.     :ae=^O:al=\EL:as=^N:bl=^G:bt=\Ei:cd=\EJ:ce=\EK:cr=^M:\
  1791.     :ct=\E3:dc=\EP:dl=\EM:do=^J:ei=\ER:i1=\E&jB:im=\EQ:\
  1792.     :ip=:le=^H:mb=\E&dA:md=\E&dF:me=\E&d@\017:mh=\E&dH:\
  1793.     :mk=\E&dS:mr=\E&dB:nd=\EC:nw=^M^J:\
  1794.     :..pk=\E&f0a%p1%dk0d%p2%l%dL%p2%s:\
  1795.     :..pl=\E&f1a%p1%dk0d%p2%l%dL%p2%s:\
  1796.     :..px=\E&f2a%p1%dk0d%p2%l%dL%p2%s:r1=\Eg:\
  1797.     :..sa=\E&d%{0}%Pa%?%p4%t%{1}%ga%+%Pa%;%?%p1%p3%|%p6%|%t%{2}%ga%+%Pa%;%?%p2%p6%|%t%{4}%ga%+%Pa%;%?%p1%p5%|%t%{8}%ga%+%Pa%;%?%p7%t%?%ga%ts%ga%'@'%+%e%'S'%;%e%?%ga%t%ga%'@'%+%e%'@'%;%;%c%?%p9%t\016%e\017%;:\
  1798.     :se=\E&d@:sf=^J:so=\E&dJ:sr=\ET:st=\E1:ta=\011:\
  1799.     :ue=\E&d@:up=\EA:us=\E&dD:tc=newhpkeyboard:
  1800.  
  1801. memhp|memory relative addressing for new HP ttys:\
  1802.     :vt#6:\
  1803.     :CM=\E&a%p1%dr%p2%dC:DO=\E&a+%dR:LE=\E&a-%dC:\
  1804.     :RI=\E&a+%dC:UP=\E&a-%dR:ch=\E&a%dC:cl=\EH\EJ:\
  1805.     :cm=\E&a%dr%dC:cv=\E&a%dR:ho=\EH:ll=\E&a23R\r:tc=newhp:
  1806.  
  1807. scrhp|screen relative addressing for new HP ttys:\
  1808.     :CM=\E&a%p1%dr%p2%dC:DO=\E&a+%dR:LE=\E&a-%dC:\
  1809.     :RI=\E&a+%dC:UP=\E&a-%dR:ch=\E&a%dC:cl=\E&a0c0Y\EJ:\
  1810.     :cm=\E&a%dy%dC:cv=\E&a%dY:ho=\E&a0y0C:ll=\E&a0y0C\EA:tc=newhp:
  1811.  
  1812. hp+labels|"standard" label info for new HP ttys:\
  1813.     :Nl#8:lh#2:lw#8:\
  1814.     :LO=\E&jB:\
  1815.     :..pn=\E&f2a%p1%dk%p2%l%Pa%?%ga%t%ga%d%e1%;d0L%?%ga%!%t %;%p2%s:
  1816.  
  1817. hp+printer| "standard" printer info for HP ttys:\
  1818.     :ff=\E&p4u0C:pf=\E&p13C:po=\E&p11C:ps=\EH\E&p4dF:
  1819.  
  1820.  
  1821. # The new hp2621b is kind of a cross between the old 2621 and the
  1822. # new 262x series of machines. It has dip-switched options. 
  1823. # The firmware has a bug in it such that if you give it a null 
  1824. # length label, the following character is eaten!
  1825. hp2621b|2621b|hp 2621b with old style keyboard:\
  1826.     :Nl#8:lh#1:lm#48:lw#8:\
  1827.     :LO=\E&jB:kF=\ET:kH=\EF:kR=\ES:kd=\EB:kh=\Eh:kl=\ED:\
  1828.     :kr=\EC:ku=\EA:\
  1829.     :..pn=\E&f0a%p1%dk%p2%l%Pa%?%ga%t%ga%d%e1%;d3L%?%ga%!%t%{32}%c%;%p2%s\E%'o'%p1%+%c\r:tc=hp2621:
  1830.  
  1831. hp2621b-p|2621b-p|hp 2621b with printer:\
  1832.     :tc=hp+printer:tc=hp2621b:
  1833.  
  1834. # hp2621b - new 2621b with new extended keyboard
  1835. # these are closer to the new 26xx series than the other 2621b
  1836. hp2621b-kx|2621b-kx|hp 2621b with extended keyboard:\
  1837.     :tc=newhpkeyboard:tc=hp2621b:
  1838.  
  1839. hp2621b-kx-p|2621b-kx-p|hp 2621b with new keyboard & printer:\
  1840.     :tc=hp+printer:tc=hp2621b-kx:
  1841.  
  1842. # Some assumptions are made in the following entries.
  1843. # These settings are NOT set up by the initialization strings.
  1844. #    Port Configuration
  1845. # RecvPace=Xon/Xoff    XmitPace=Xon/Xoff    StripNulDel=Yes
  1846. #    Terminal Configuration
  1847. # InhHndShk(G)=Yes    InhDC2(H)=Yes
  1848. # XmitFnctn(A)=No        InhEolWrp=No
  1849. #
  1850. # Hp 2622a & hp2623a display and graphics terminals
  1851. #
  1852. hp2622|hp2622a|2622|2622a|hp 2622:\
  1853.     :da:db:\
  1854.     :lm#0:pb#19200:\
  1855.     :is=\E&dj@\r:tc=hp+pfk+cr:tc=hp+labels:tc=scrhp:
  1856.  
  1857. # The 2623 is a 2622 with extra graphics hardware.
  1858. hp2623|hp2623a|2623|2623a|hp 2623:\
  1859.     :tc=hp2622:
  1860.  
  1861.  
  1862. hp2624b-p|hp2624b-4p-p|hewlett packard 2624 B with printer:\
  1863.     :tc=hp+printer:tc=hp2624:
  1864.  
  1865. # The hewlett packard B can have an optional extra 6 pages of 
  1866. # memory.
  1867. hp2624-10p|hp2624a-10p|hp2624b-10p|2624-10p|2624a-10p|2624b-10p|hewlett packard 2624 B w/ 10 pages of memory:\
  1868.     :lm#240:\
  1869.     :tc=hp2624:
  1870.  
  1871. hp2624b-10p-p|hewlett packard 2624 B w/ extra memory & printer:\
  1872.     :lm#240:\
  1873.     :tc=hp2624b-p:
  1874.  
  1875. # Color manipulations for HP terminals
  1876.  
  1877. hp+color|hp with colors:\
  1878.     :cc:\
  1879.     :Co#16:NC#17:pa#7:\
  1880.     :..Ip=\E&v%?%p2%{1000}%=%t1%e.%p2%d%;a\n%?%p3%{1000}%=%t1%e.%p3%d%;b\n%?%p4%{1000}%=%t1%e.%p4%d%;c\n%?%p5%{1000}%=%t1%e.%p5%d%;x\n%?%p6%{1000}%=%t1%e.%p6%d%;y\n%?%p7%{1000}%=%t1%e.%p7%d%;z\n%p1%dI:\
  1881.     :oc=\E&v0m1a1b1c0I\E&v1a1I\E&v1b2I\E&v1a1b3I\E&v1c4I\E&v1a1c5I\E&v1b1c6I\E&v1x1y7I:\
  1882.     :op=\E&v0S:sp=\E&v%dS:
  1883.  
  1884. # is2 set screen to be 80 columns wide
  1885. hp2397a|2397a|hp2397|2397|hewlett packard 2397A color terminal:\
  1886.     :is=\E&w6f80X:tc=memhp:tc=hp+labels:tc=hp+color:
  1887.  
  1888. #  HP 700/44 Setup parameters:  
  1889. # Terminal Mode        HP-PCterm
  1890. # Inhibit Auto Wrap    NO
  1891. # Status Line        Host Writable
  1892. # PC Character Set    YES
  1893. # Twenty-Five Line Mode    YES
  1894. # XON/XOFF        @128 or 64 (sc)
  1895. # Keycode Mode         NO   or YES (sc)
  1896. # Backspace Key        BS or BS/DEL
  1897. #
  1898. # is2    sets pcterm; autowrap; 25 lines; pc char set; prog DEL key; \E\\?
  1899. # does not turn off keycode mode
  1900. # smsc    sets alternate start/stop; keycode on
  1901. #
  1902. hpansi|hp700|hewlett packard 700/44 in HP-PCterm mode:\
  1903.     :am:eo:xn:xo:\
  1904.     :co#80:li#25:\
  1905.     :@7=\E[4~:S4=\E[>11h\EPO**x0/65;1/67\E\\:\
  1906.     :S5=\E[>11l\EP1**x0/11;1/13\E[0m\E\\:XF=g:XN=e:\
  1907.     :ac=k\277l\332m\300j\331n\305w\302q\304u\264t\303v\301x\263:\
  1908.     :al=\E[L:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[2J\E[H:\
  1909.     :cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:do=\E[B:ei=:\
  1910.     :ho=\E[H:ic=\E[@:im=:\
  1911.     :is=\E[44"p\E[?7h\E[>10h\E[>12h\EP1;1|3/7F\E\\:\
  1912.     :k1=\E[17~:k2=\E[18~:k3=\E[19~:k4=\E[20~:k5=\E[21~:\
  1913.     :k6=\E[23~:k7=\E[24~:k8=\E[25~:k9=\E[26~:k;=\E[28~:\
  1914.     :kB=\E[Z:kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:kh=\E[1~:\
  1915.     :kl=\E[D:kr=\E[C:ku=\E[A:le=\E[D:nd=\E[C:se=\E[m:\
  1916.     :sf=^J:so=\E[7m:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:\
  1917.     :ve=\E[?25h:vi=\E[?25l:
  1918. #
  1919. hp2392|2392|2393|239x series:\
  1920.     :co#80:\
  1921.     :bt=\Ei:cm=\E&a%dy%dC:cv=\E&a%dY:im=\EQ:k1=\Ep\r:\
  1922.     :k2=\Eq\r:k3=\Er\r:k4=\Es\r:k5=\Et\r:k6=\Eu\r:\
  1923.     :k7=\Ev\r:k8=\Ew\r:kF=\EU:kN=\Eu:kP=\Ev:kR=\EV:\
  1924.     :kh=\Eh:ue=\E&d@:us=\E&dD:tc=hpsub:
  1925.  
  1926. 2392nam|hp2392nam|HP 239x series with no auto margins:\
  1927.     :am@:\
  1928.     :tc=hp2392:
  1929.  
  1930. hpsub|hp terminals -- capability subset:\
  1931.     :am:da:db:mi:xo:xs:\
  1932.     :li#24:\
  1933.     :al=\EL:bl=^G:cd=\EJ:ce=\EK:ch=\E&a%dC:cl=\EH\EJ:\
  1934.     :cr=^M:dc=\EP:dl=\EM:do=\EB:ei=\ER:\
  1935.     :if=/usr/lib/tabset/stdcrt:is=\E&s1A\E<\E&k0\\:kb=^H:\
  1936.     :kd=\EB:ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:ks=\E&s1A:\
  1937.     :ku=\EA:le=^H:nd=\EC:se=\E&d@:sf=^J:so=\E&dB:ta=^I:\
  1938.     :up=\EA:
  1939.  
  1940. # HP 236 console
  1941. # From: <ddavis@ic.berkeley.edu>
  1942. hp236|hp236 internal terminal emulator:\
  1943.     :am:bs:\
  1944.     :co#80:li#24:\
  1945.     :al=\EG:ce=\EK:cl=\EF:cm=\EE%+ %+ :dc=\EJ:dl=\EH:ei=:\
  1946.     :ic=\EI:im=:se=\ECI:so=\EBI:up=^K:ve=\EDE:vs=\EDB:
  1947.  
  1948. # This works on a hp300 console running Utah 4.3 BSD
  1949. # From: Craig Leres <leres@okeeffe.berkeley.edu>
  1950. hp300h|HP Catseye console:\
  1951.     :am:bs:da:db:mi:xs:\
  1952.     :co#128:li#51:lm#0:sg#0:\
  1953.     :al=\EL:bl=^G:bt=\Ei:cd=\EJ:ce=\EK:ch=\E&a%dC:\
  1954.     :cl=\E&a0y0C\EJ:cm=\E&a%dy%dC:cr=^M:ct=\E3:\
  1955.     :cv=\E&a%dY:dc=\EP:dl=\EM:do=\EB:ei=\ER:\
  1956.     :if=/usr/share/tabset/stdcrt:im=\EQ:kb=^H:kd=\EB:\
  1957.     :ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:ks=\E&s1A:ku=\EA:\
  1958.     :le=^H:me=\E&d@:nd=\EC:se=\E&d@:sf=^J:so=\E&dB:ta=^I:\
  1959.     :ue=\E&d@:up=\EA:us=\E&dD:
  1960. # From: Greg Couch <gregc@ernie.berkeley.edu>
  1961. # (hp9837: removed obsolete ":ko=ce,cd,al,im,dl,dc:";
  1962. # mapped ":pt:" to ":it#8:" -- esr)
  1963. hp9837|hp98720|hp98721|HP 9000/300 workstations:\
  1964.     :am:bs:da:db:mi:pt:xs:\
  1965.     :co#128:it#8:li#46:lm#0:\
  1966.     :al=\EL:bl=^G:bt=\Ei:cd=\EJ:ce=\EK:ch=\E&a%dC:\
  1967.     :cl=\E&a0y0C\EJ:cm=\E&a%dy%dC:ct=\E3:cv=\E&a%dY:\
  1968.     :dc=\EP:dl=\EM:do=\EB:ei=\ER:im=\EQ:is=\E&v0m1b0i&j@:\
  1969.     :kN=\EU:kP=\EV:kb=^H:kd=\EB:ke=\E&s0A:kh=\Eh:kl=\ED:\
  1970.     :kr=\EC:ks=\E&s1A:ku=\EA:le=^H:me=\E&d@:nd=\EC:\
  1971.     :se=\E&v0S:sf=^J:so=\E&v5S:st=\E1:ue=\E&d@:up=\EA:\
  1972.     :us=\E&dD:
  1973. # From: Charles A. Finnell of MITRE <finnell@mitre.org>, developed 07SEP90
  1974. # (hp98550: removed obsolete ":kn#12:ko=al,cd,ce,ct,dc,dl,do,ei,im,nd,st,up:";
  1975. # mapped ":pt:" to ":it#8:" -- esr)
  1976. hp98550|hp98550a|HP 9000 Series 300 color console:\
  1977.     :am:bs:da:db:mi:pt:xs:\
  1978.     :co#128:it#8:li#49:lm#0:\
  1979.     :ae=^O:al=\EL:as=^N:bl=^G:bt=\Ei:cd=\EJ:ce=\EK:\
  1980.     :ch=\E&a%dC:cl=\EH\EJ:cm=\E&a%dy%dC:cr=^M:ct=\E3:\
  1981.     :cv=\E&a%dY:dc=\EP:dl=\EM:do=^J:ei=\ER:\
  1982.     :if=/usr/share/tabset/9837:im=\EQ:k1=\Ep:k2=\Eq:\
  1983.     :k3=\Er:k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:kA=\EL:\
  1984.     :kC=\EJ:kD=\EP:kE=\EK:kF=\ES:kH=\EF:kI=\EQ:kL=\EM:\
  1985.     :kM=\ER:kN=\EU:kP=\EV:kR=\ET:kS=\EJ:kT=\E1:ka=\E3:\
  1986.     :kb=^H:kd=\EB:ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:\
  1987.     :ks=\E&s1A:kt=\E2:ku=\EA:le=^H:mb=\E&dA:md=\E&dJ:\
  1988.     :me=\E&d@:mh=\E&dH:mk=\E&ds:mr=\E&dJ:nd=\EC:se=\E&d@:\
  1989.     :sf=^J:so=\E&dJ:st=\E1:ta=^I:ue=\E&d@:up=\EA:\
  1990.     :us=\E&dD:ve=\E*dQ:vi=\E*dR:
  1991. # From: Victor Duchovni <vic@fine.princeton.edu>
  1992. # (hp700-wy: removed obsolete ":ko=cl,ho,ce,bt,ta,im,ei,ce,cd:nl=^J:";
  1993. # mapped ":pt:" to ":it#8:" -- esr)
  1994. hp700-wy|HP700/41 emulating wyse30:\
  1995.     :am:bs:bw:mi:ms:pt:\
  1996.     :co#80:it#8:li#24:sg#1:ug#1:\
  1997.     :al=0.7*\EE:bl=^G:bt=\EI:cd=\EY:ce=10\ET:cl=^Z:\
  1998.     :cm=\E=%+ %+ :cr=^M:ct=\E0:cv=\E[%+ :dc=\EW:dl=\ER:\
  1999.     :do=^V:ei=\Er:ho=^^:if=/usr/share/tabset/hp700-wy:\
  2000.     :im=\Eq:is=\E~"\EC\Er\E(\EG0\003\E`9\E`1:kb=\177:\
  2001.     :kd=^V:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:ll=^^^K:nd=^L:\
  2002.     :rs=\E~"\EC\Er\E(\EG0\003\E`9\E`1:se=10\EG0:\
  2003.     :so=10\EG4:sr=\Ej:st=\E1:ue=10\EG0:up=^K:us=10\EG8:
  2004. hp70092|70092a|70092A|hp70092a|hp70092A|Hewlett-Packard 70092:\
  2005.     :am:da:db:xs:\
  2006.     :Nl#8:co#80:lh#2:li#24:lm#0:lw#8:\
  2007.     :LF=\E&j@:LO=\E&jB:ae=^O:al=\EL:as=^N:bl=^G:bt=\Ei:\
  2008.     :ce=\EK:ch=\E&a%dC:cl=\E&a0y0C\EJ:cm=\E&a%dy%dC:\
  2009.     :cr=^M:ct=\E3:cv=\E&a%dY:dc=\EP:dl=\EM:do=\EB:ei=\ER:\
  2010.     :im=\EQ:k1=\Ep:k2=\Eq:k3=\Er:k4=\Es:k5=\Et:k6=\Eu:\
  2011.     :k7=\Ev:k8=\Ew:kA=\EL:kC=\EJ:kD=\EP:kE=\EK:kF=\ES:\
  2012.     :kH=\EF:kI=\EQ:kL=\EM:kM=\ER:kN=\EU:kP=\EV:kR=\ET:\
  2013.     :kS=\EJ:kT=\E1:ka=\E3:kb=^H:kd=\EB:ke=\E&s0A:kh=\Eh:\
  2014.     :kl=\ED:kr=\EC:ks=\E&s1A:kt=\E2:ku=\EA:le=^H:\
  2015.     :mb=\E&dA:md=\E&dB:me=\E&d@:mh=\E&dH:mr=\E&dB:nd=\EC:\
  2016.     :se=\E&d@:so=\E&dJ:sr=\ET:st=\E1:ta=^I:ue=\E&d@:\
  2017.     :up=\EA:us=\E&dD:
  2018.  
  2019. bobcat|sbobcat|HP 9000 model 300 console:\
  2020.     :am:da:db:mi:xs:\
  2021.     :co#128:it#8:li#47:sg#0:\
  2022.     :al=10*\EL:bt=\Ei:cd=\EJ:ce=\EK:ch=6\E&a%dC:\
  2023.     :cl=\EH\EJ:cm=6\E&a%dy%dC:cr=^M:cv=6\E&a%dY:dc=\EP:\
  2024.     :dl=10*\EM:do=\EB:ei=\ER:im=\EQ:kb=^H:kd=\EB:\
  2025.     :ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:ks=\E&s1A:ku=\EA:\
  2026.     :le=^H:nd=\EC:nw=^M^J:se=\E&d@:sf=^J:so=\E&dB:ta=^I:\
  2027.     :ue=\E&d@:up=\EA:us=\E&dD:
  2028. gator-t|HP 9000 model 237 emulating extra-tall AAA:\
  2029.     :bw:km:mi:ul:\
  2030.     :co#128:it#8:li#94:\
  2031.     :AL=1*\E[%dL:DC=4\E[%dP:DL=1*\E[%dM:IC=4\E[%d@:\
  2032.     :al=\E[L:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:ch=\E[%i%d`:\
  2033.     :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:\
  2034.     :do=^J:ei=:ho=\E[H:ic=\E[@:im=:kb=^H:kd=^J:kl=^H:\
  2035.     :le=^H:me=\E[m:mr=\E[7m:nd=\E[C:nw=^M^J:\
  2036.     :..rp=%.\E[%db:se=\E[m:so=\E[7m:ta=^I:ue=\E[m:up=\EM:\
  2037.     :us=\E[4m:
  2038. gator|HP 9000 model 237 emulating AAA:\
  2039.     :bw:km:mi:ul:\
  2040.     :co#128:it#8:li#47:\
  2041.     :AL=1*\E[%dL:DC=4\E[%dP:DL=1*\E[%dM:IC=4\E[%d@:\
  2042.     :al=\E[L:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:ch=\E[%i%d`:\
  2043.     :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:\
  2044.     :do=^J:ei=:ho=\E[H:ic=\E[@:im=:kb=^H:kd=^J:kl=^H:\
  2045.     :le=^H:me=\E[m:mr=\E[7m:nd=\E[C:nw=^M^J:\
  2046.     :..rp=%.\E[%db:se=\E[m:so=\E[7m:ta=^I:ue=\E[m:up=\EM:\
  2047.     :us=\E[4m:
  2048. gator-52|HP 9000 model 237 emulating VT52:\
  2049.     :co#128:it#8:li#47:\
  2050.     :bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:..cm=\EY%+ %+ :cr=^M:\
  2051.     :do=^J:ho=\EH:kb=^H:kd=\EB:kl=\ED:kr=\EC:ku=\EA:\
  2052.     :le=^H:nd=\EC:nw=^M^J:sr=\EI:ta=^I:up=\EA:
  2053. gator-52t|HP 9000 model 237 emulating extra-tall VT52:\
  2054.     :co#128:it#8:li#94:\
  2055.     :bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:..cm=\EY%+ %+ :cr=^M:\
  2056.     :do=^J:ho=\EH:kb=^H:kd=\EB:kl=\ED:kr=\EC:ku=\EA:\
  2057.     :le=^H:nd=\EC:nw=^M^J:sr=\EI:ta=^I:up=\EA:
  2058.  
  2059. #### Honeywell-Bull
  2060. #
  2061. # From: Michael Haardt <michael@gandalf.moria> 11 Jan 93
  2062. #
  2063.  
  2064. # Honeywell Bull terminal.  Its cursor and function keys send single
  2065. # control characters and it has standout/underline glitch.  Most programs
  2066. # do not like these features/bugs.  This is a dumb mode for this terminal.
  2067. # Visual bell is realized by flashing the "keyboard locked" LED.
  2068. dku7003-dumb|Honeywell Bull DKU 7003, dumb mode:\
  2069.     :co#80:li#25:\
  2070.     :cd=^_:ce=\E[K:cl=^]^_:cm=\E[%i%d;%dH:cr=^M:do=^K:\
  2071.     :ho=^]:kb=^H:kd=^K:kh=^]:kl=^Y:kr=^X:ku=^Z:le=^Y:\
  2072.     :nd=^X:nw=^M^J:sf=^J:ta=^I:up=^Z:vb=\E[2h\E[2l:
  2073. # Honeywell Bull terminal.  Its cursor and function keys send single
  2074. # control characters and it has standout/underline glitch.  Most programs
  2075. # do not like these features/bugs.  The following entry may cause problems
  2076. # with some programs.  Visual bell is realized by flashing the "keyboard 
  2077. # locked" LED.
  2078. dku7003|Honeywell Bull DKU 7003, all features described:\
  2079.     :ms:\
  2080.     :co#80:li#25:sg#1:ug#1:\
  2081.     :cd=^_:ce=\E[K:cl=^]^_:cm=\E[%i%d;%dH:cr=^M:do=^K:\
  2082.     :ho=^]:kb=^H:kd=^K:kh=^]:kl=^Y:kr=^X:ku=^Z:le=^Y:\
  2083.     :mb=\E[5m:md=\E[7m:me=\E[0m:mh=\E[2m:mr=\E[7m:nd=^X:\
  2084.     :nw=^M^J:se=\E[0m:sf=^J:so=\E[7m:ta=^I:ue=\E[0m:\
  2085.     :up=^Z:us=\E[4m:vb=\E[2h\E[2l:
  2086.  
  2087. #### Lear-Siegler (adm)
  2088. #
  2089. # These guys are long since out of the terminals business, but
  2090. # in 1995 many current terminals still have an adm type as one of their
  2091. # emulations (usually their stupidest, and usually labelled adm3, though
  2092. # these `adm3' emulations normally have adm3a+ capabilities).
  2093. #
  2094.  
  2095. adm1a|adm1|lsi adm1a:\
  2096.     :am:\
  2097.     :co#80:li#24:\
  2098.     :bl=^G:cl=\E;:cm=\E=%+ %+ :cr=^M:do=^J:ho=^^:le=^H:\
  2099.     :nd=^L:sf=^J:up=^K:
  2100. adm2|lsi adm2:\
  2101.     :am:bs:\
  2102.     :co#80:li#24:\
  2103.     :al=\EE:bl=^G:cd=\EY:ce=\ET:cl=\E;:cm=\E=%+ %+ :\
  2104.     :cr=^M:dc=\EW:dl=\ER:do=^J:ei=:ho=^^:ic=\EQ:im=:\
  2105.     :kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:nd=^L:sf=^J:\
  2106.     :up=^K:
  2107. # (adm3: removed obsolete ":ma=^K^P:" -- esr)
  2108. adm3|lsi adm3:\
  2109.     :am:bs:\
  2110.     :co#80:li#24:\
  2111.     :bl=^G:cl=^Z:cr=^M:do=^J:le=^H:sf=^J:
  2112. # The following ADM-3A switch settings are assumed for normal operation:
  2113. #    SPACE        U/L_DISP    CLR_SCRN    24_LINE
  2114. #    CUR_CTL        LC_EN        AUTO_NL        FDX
  2115. # Other switches may be set for operator convenience or communication
  2116. # requirements.  I recommend
  2117. #    DISABLE_KB_LOCK    LOCAL_OFF    103        202_OFF
  2118. #    ETX_OFF        EOT_OFF
  2119. # (adm3a: removed obsolete ":ma=^K^P:" -- esr)
  2120. adm3a|lsi adm3a:\
  2121.     :am:bs:\
  2122.     :co#80:li#24:\
  2123.     :bl=^G:cl=\032:cm=\E=%+ %+ :cr=^M:do=^J:ho=^^:le=^H:\
  2124.     :nd=^L:sf=^J:up=^K:
  2125. adm3a+|adm3aplus:\
  2126.     :kd=^J:kl=^H:kr=^L:ku=^K:tc=adm3a:
  2127. # (adm5: removed obsolete ":ma=^Hh^Jj^Kk^Ll^^H:" & duplicate ":do+^J:" -- esr)
  2128. adm5|lsi adm5:\
  2129.     :sg#1:\
  2130.     :bl=^G:cd=\EY:ce=\ET:cr=^M:do=^J:kb=^H:kh=^^:se=\EG:\
  2131.     :so=\EG:tc=adm3a+:
  2132. # From: <stephen%comp.lancs.ac.uk@ucl-cs.arpa>
  2133. # (adm11: removed obsolete ":ma=^Hh^Jj^Kk^Ll^^H:" -- esr)
  2134. adm11|lsi adm11:\
  2135.     :am:bs:hs:\
  2136.     :co#80:li#24:\
  2137.     :bl=^G:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :cr=^M:do=^J:\
  2138.     :ds=\Eh:fs=\E(\r:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:\
  2139.     :nd=^L:se=\E(:so=\E):ts=\EF\E):up=^K:
  2140. # From: Andrew Scott Beals <bandy@lll-crg.ARPA>
  2141. # Corrected by Olaf Siebert <rhialto@polder.ubc.kun.nl>, 11 May 1995
  2142. # (adm12: removed obsolete ":kn:ma=j^Jk^P^K^Pl ^R^L^L :" -- esr)
  2143. adm12|lsi adm12:\
  2144.     :am:bs:mi:\
  2145.     :co#80:li#24:\
  2146.     :al=\EE:bl=^G:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :cr=^M:\
  2147.     :dc=\EW:dl=\ER:do=^J:ei=\Er:ho=^^:im=\Eq:is=\Eq:\
  2148.     :k0=^A0\r:k1=^A1\r:k2=^A2\r:k3=^A3\r:k4=^A4\r:\
  2149.     :k5=^A5\r:k6=^A6\r:k7=^A7\r:k8=^A8\r:k9=^A9\r:kd=^J:\
  2150.     :kl=^H:kr=^L:ku=^K:le=^H:mk=\EG1:nd=^L:se=\EG0:\
  2151.     :so=\EG4:ue=\EG0:up=^K:us=\EG8:
  2152. # (adm20: removed obsolete ":kn#7:"; mapped ":pt:" to ":it#8:" -- esr)
  2153. adm20|lear siegler adm20:\
  2154.     :am:bs:pt:\
  2155.     :co#80:it#8:li#24:\
  2156.     :al=\EE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=^Z:\
  2157.     :cm=\E=%i%r%+^_%+^_:cr=^M:dc=\EW:dl=\ER:ei=:ho=^^:\
  2158.     :ic=\EQ:im=:k1=^A:k2=^B:k3=^W:k4=^D:k5=^E:k6=^X:\
  2159.     :k7=^Z:nd=^L:se=\E(:so=\E):up=^K:
  2160. adm21|lear siegler adm21:\
  2161.     :sg#1:ug#1:\
  2162.     :al=30*\EE:bl=^G:cd=\EY:ce=\ET:cr=^M:dc=\EW:\
  2163.     :dl=30*\ER:do=^J:ei=:ic=\EQ:im=:kb=^H:kd=^J:kh=^^:\
  2164.     :kl=^H:kr=^L:ku=^K:se=\EG0:sf=^J:so=\EG4:ue=\EG0:\
  2165.     :us=\EG8:tc=adm3a:
  2166. # (adm22: ":em=:" was an obvious typo for ":ei=:"; also,
  2167. # removed obsolete ":kn#7:ko=ho:ma=j^Jk^P^K^Pl ^R^L^L :" -- esr)
  2168. adm22|lsi adm22:\
  2169.     :am:bs:\
  2170.     :co#80:li#24:\
  2171.     :al=\EE:bl=^G:bt=\EI:cd=\Ey:ce=\Et:cl=\E+:\
  2172.     :cm=\200\E=%+ %+ :cr=^M:dc=\EW:dl=\ER:do=^J:ei=:\
  2173.     :ho=^^:ic=\EQ:im=:\
  2174.     :is=\E%\014\014\014\016\003\200\003\002\003\002\200\200\200\200\200\200\200\200\200\200\200:\
  2175.     :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
  2176.     :k6=^AE\r:k7=^AF\r:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:\
  2177.     :ku=^K:l1=F1:l2=F2:l3=F3:l4=F4:l5=F5:l6=F6:l7=F7:\
  2178.     :nd=^L:se=\E(:so=\E):ta=\Ei:up=^K:
  2179. # If the adm31 gives you trouble with standout mode, check the DIP switch in
  2180. # position 6, bank @c11, 25% from back end of the circuit board.  Should be
  2181. # OFF.  If there is no such switch, you have an old adm31 and must use oadm31.
  2182. # (adm31: removed obsolete ":ma=j^Jk^P^K^Pl ^R^L^L :" -- esr)
  2183. adm31|lsi adm31:\
  2184.     :am:bs:mi:\
  2185.     :co#80:li#24:\
  2186.     :al=\EE:bl=^G:cd=\EY:ce=\ET:cl=\E*:cm=\E=%+ %+ :\
  2187.     :cr=^M:dc=\EW:dl=\ER:do=^J:ei=\Er:ho=^^:im=\Eq:\
  2188.     :is=\Eu\E0:k0=^A0\r:k1=^A1\r:k2=^A2\r:k3=^A3\r:\
  2189.     :k4=^A4\r:k5=^A5\r:k6=^A6\r:k7=^A7\r:k8=^A8\r:\
  2190.     :k9=^A9\r:kd=^J:kl=^H:kr=^L:ku=^K:le=^H:nd=^L:\
  2191.     :se=\EG0:sf=^J:so=\EG1:ue=\EG0:up=^K:us=\EG1:
  2192. oadm31|o31|old adm31:\
  2193.     :so=\EG4:ue@:us@:tc=adm31:
  2194. # ADM36 in native mode (not VT52 emulation mode)
  2195. adm36|lsi adm36:\
  2196.     :am:mi:\
  2197.     :co#80:li#24:\
  2198.     :al=\E[1L:cd=\E[0J:ce=\E[0K:cl=\E[H\E[2J:\
  2199.     :cm=\E[%i%d;%dH:dl=\E[1M:ei=\E[4l:im=\E[4h:\
  2200.     :is=\E[6;?7h\E[4;20;?1;?3;?6;?4l\E(B\E)B\E>:kd=\EB:\
  2201.     :kl=\ED:kr=\EC:ku=\E[A:le=^H:nd=\E[D:up=\E[A:
  2202. # (adm42: removed obsolete ":ma=^K^P:" -- esr)
  2203. adm42|lsi adm42:\
  2204.     :am:bs:\
  2205.     :co#80:li#24:\
  2206.     :al=\EE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E;:\
  2207.     :cm=\E=%+ %+ :cr=^M:dc=\EW:dl=\ER:do=^J:ei=\Er:\
  2208.     :im=\Eq:ip=:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:\
  2209.     :nd=^L:pc=\177:se=\EG0:sf=^J:so=\EG4:ta=^I:up=^K:\
  2210.     :vs=\EC\E3 \E3(:
  2211. # The following termcap for the Lear Siegler ADM-42 leaves the 
  2212. # "system line" at the bottom of the screen blank (for those who 
  2213. # find it distracting otherwise)
  2214. adm42-nl|lsi adm-42 with no system line:\
  2215.     :al=\EE\EF \011:bt=\EI\EF \011:cd=\EY\EF \011:\
  2216.     :ce=\ET\EF \011:cl=\E;\EF \011:cm=\E=%+ %+ \EF \011:\
  2217.     :dc=\EW\EF \011:dl=\ER\EF \011:ei=\Er\EF \011:\
  2218.     :im=\Eq\EF \011:tc=adm42:
  2219.  
  2220. #### Prime
  2221. #
  2222. # Yes, Prime makes terminals.  These entries were posted by Kevin J. Cummings
  2223. # <cummings@primerd.Prime.COM> on 14 Dec 1992 and lightly edited by esr.
  2224.  
  2225. pt100|pt200|wren|fenix|prime pt100/pt200:\
  2226.     :am:bw:mi:ms:\
  2227.     :co#80:it#8:li#24:\
  2228.     :DC=\E[%dP:DL=\E[M:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:\
  2229.     :UP=\E[%dA:al=\E[L\E[t:bt=\E[Z:cd=\E[J\E[r:\
  2230.     :ce=\E[K\E[t:cl=\E?:cm=\E0%+!%+!:cr=^M:dc=\E[P:\
  2231.     :do=\ED:ei=\E[4l:ho=\E$B:im=\E[4h:kb=^H:kd=\E[B:\
  2232.     :ke=\E[>13l:kh=\E$A:kl=\E[D:kr=\E[C:ks=\E[>13h:\
  2233.     :ku=\E[A:le=^H:nd=\E[C:nw=^M^J:se=\E[m:sf=^J:\
  2234.     :so=\E[2;7m:ta=^I:\
  2235.     :ti=\E[>1l\E[>2l\E[>16l\E[4l\E[>9l\E[20l\E[>3l\E[>7h\E[>12l\E[1Q:\
  2236.     :ue=\E[m:up=\EM:us=\E[4m:\
  2237.     :vb=\E$E\200\200\200\200\200\200\200\200\200\200\200\200\200\200\E$P:
  2238. pt100w|pt200w|wrenw|fenixw|prime pt100/pt200 in 132-column mode:\
  2239.     :co#132:\
  2240.     :cm=\E[%i%d;%dH:tc=pt100:
  2241. pt250|Prime PT250:\
  2242.     :so@:tc=pt100:
  2243. pt250w|Prime PT250 in 132-column mode:\
  2244.     :so@:tc=pt100w:
  2245.  
  2246. #### Qume (qvt)
  2247. #
  2248. #    Qume, Inc.
  2249. #    3475-A North 1st Street
  2250. #    San Jose CA 95134
  2251. #    Vox: (800)-457-4447
  2252. #    Fax: (408)-473-1510
  2253. #    Net: josed@techsupp.wyse.com (Jose D'Oliveira)
  2254. #
  2255. # Qume was bought by Wyse, but still (as of early 1995) has its own support
  2256. # group and production division.
  2257. #
  2258. # Discontinued Qume models:
  2259. #
  2260. # The qvt101 and qvt102 listed here are long obsolete; so is the qvt101+
  2261. # built to replace them, and a qvt119+ which was a 101+ with available wide
  2262. # mode (132 columns).  There was a qvt103 which added vt100/vt131 emulations
  2263. # and an ANSI-compatible qvt203 that replaced it.  Qume started producing
  2264. # ANSI-compatible terminals with the qvt323 and qvt61.
  2265. #
  2266. # Current Qume models (as of February 1995):
  2267. #
  2268. # All current Qume terminals have ANSI-compatible operation modes.
  2269. # Qume is still producing the qvt62, which features emulations for other
  2270. # popular lines such as ADDS, and dual-host capabilities.  The qvt82 is
  2271. # designed for use as a SCO ANSI terminal.  The qvt70 is a color terminal
  2272. # with many emulatioms including Wyse370, Wyse 325, etc.  Their newest
  2273. # model is the qvt520, which is vt420-compatible.
  2274. #
  2275. # There are some ancient printing Qume terminals under `Daisy Wheel Printers'
  2276.  
  2277. qvt101|qvt108|qume qvt 101 and QVT 108:\
  2278.     :sg#1:\
  2279.     :se=\EG0:so=\EG4:tc=qvt101+:
  2280. qvt101+|qvt101p|qume qvt 101 PLUS product:\
  2281.     :am:bw:hs:ul:\
  2282.     :co#80:li#24:sg#0:\
  2283.     :al=\EE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=^Z:\
  2284.     :cm=\E=%+ %+ :cr=^M:ct=\E3:dc=\EW:dl=\ER:do=^J:\
  2285.     :ds=\Eg\Ef\r:ei=:fs=^M:ho=^^:ic=\EQ:im=:k1=^A@\r:\
  2286.     :k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
  2287.     :k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:kA=\EE:kB=\EI:\
  2288.     :kE=\ET:kI=\EQ:kL=\ER:kS=\EY:kb=^H:kd=^J:kh=^^:kl=^H:\
  2289.     :kr=^L:ku=^K:le=^H:nd=^L:pf=\EA:po=\E@:se=\E(:sf=^J:\
  2290.     :so=\E0P\E):st=\E1:ta=^I:ts=\Eg\Ef:ue=\EG0:up=^K:\
  2291.     :us=\EG8:vb=\Eb\Ed:ve=\E.4:vs=\E.2:
  2292. qvt102|qume qvt 102 product:\
  2293.     :ve=\E.:tc=qvt101:
  2294. qvt103|qume qvt 103:\
  2295.     :am:xn:xo:\
  2296.     :co#80:it#8:li#24:vt#3:\
  2297.     :DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:bl=^G:\
  2298.     :cd=\E[J:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:\
  2299.     :cs=\E[%i%d;%dr:ct=\E[3g:do=^J:ho=\E[H:k1=\EOP:\
  2300.     :k2=\EOQ:k3=\EOR:k4=\EOS:kb=^H:kd=\EOB:ke=\E[?1l\E>:\
  2301.     :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:\
  2302.     :md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:\
  2303.     :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\
  2304.     :..sa=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m:\
  2305.     :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
  2306.     :ue=\E[m:up=\E[A:us=\E[4m:
  2307. qvt103-w|qume qvt103 132 cols:\
  2308.     :co#132:li#24:\
  2309.     :r2=\E>\E[?3h\E[?4l\E[?5l\E[?8h:tc=qvt103:
  2310. qvt119+|qvt119p|qvt119|qume qvt 119 and 119PLUS terminals:\
  2311.     :am:hs:mi:ms:\
  2312.     :co#80:li#24:sg#0:\
  2313.     :al=\EE:bl=^G:bt=\EI:cd=\Ey:ce=\Et:cl=\E*1:\
  2314.     :cm=\E=%+ %+ :cr=^M:ct=\E3:dc=\EW:dl=\ER:do=^J:\
  2315.     :ds=\Eg\Ef\r:ei=\Er:fs=^M:ho=^^:im=\Eq:\
  2316.     :is=\EDF\EC\EG0\Er\E(\E%EX:k0=^AI\r:k1=^A@\r:\
  2317.     :k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
  2318.     :k7=^AF\r:k8=^AG\r:k9=^AH\r:kb=^H:kd=^J:kh=^^:kl=^H:\
  2319.     :kr=^L:ku=^K:le=^H:nd=^L:pf=\EA:po=\E@:se=\EG0:sf=^J:\
  2320.     :so=\EG4:sr=\EJ:st=\E1:ta=^I:ts=\Eg\Ef:ue=\EG0:up=^K:\
  2321.     :us=\EG8:vb=\En0\En1:ve=\E.4:vs=\E.2:
  2322. qvt119+-25|qvt119p-25|QVT 119 PLUS with 25 data lines:\
  2323.     :li#25:\
  2324.     :tc=qvt119+:
  2325. qvt119+-w|qvt119p-w|qvt119-w|QVT 119 and 119 PLUS in 132 column mode:\
  2326.     :co#132:\
  2327.     :is=\EDF\EC\EG0\Er\E(\E%\EX\En4:tc=qvt119+:
  2328. qvt119+-25-w|qvt119p-25-w|qvt119-25-w|QVT 119 and 119 PLUS 132 by 25:\
  2329.     :li#25:\
  2330.     :tc=qvt119+:
  2331. qvt203|qvt203+|qume qvt 203 Plus:\
  2332.     :am:xn:xo:\
  2333.     :co#80:it#8:li#24:vt#3:\
  2334.     :DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:al=\E[L:\
  2335.     :bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:\
  2336.     :cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:\
  2337.     :ei=\E[4l:ho=\E[H:im=\E[4h:ip=:k0=\E[29~:k1=\E[17~:\
  2338.     :k2=\E[18~:k3=\E[19~:k4=\E[20~:k5=\E[21~:k6=\E[23~:\
  2339.     :k7=\E[24~:k8=\E[25~:k9=\E[28~:kb=^H:kd=\EOB:\
  2340.     :ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:\
  2341.     :le=^H:mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:\
  2342.     :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\
  2343.     :..sa=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m:\
  2344.     :sc=\E7:se=\E[m:sf=\n:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
  2345.     :ue=\E[m:up=\E[A:us=\E[4m:
  2346. qvt203-w|qvt203-w-am|qume qvt 203 PLUS in 132 cols (w/advanced video):\
  2347.     :co#132:li#24:\
  2348.     :r2=\E>\E[?3h\E[?4l\E[?5l\E[?8h:tc=qvt203:
  2349. #
  2350. #    Since a command is present for enabling 25 data lines,
  2351. #    a specific terminfo entry may be generated for the 203.
  2352. #    If one is desired for the QVT 119 PLUS then 25 lines must
  2353. #    be selected in the status line (setup line 9).
  2354. #
  2355. qvt203-25|QVT 203 PLUS with 25 by 80 column mode:\
  2356.     :co#80:li#25:\
  2357.     :is=\E[=40h\E[?3l:tc=qvt203:
  2358. qvt203-25-w|QVT 203 PLUS with 25 by 132 columns:\
  2359.     :co#132:li#25:\
  2360.     :r2=\E[?3h\E[=40h:tc=qvt203:
  2361.  
  2362. #### Televideo (tvi)
  2363. #
  2364. #    TeleVideo
  2365. #    550 East Brokaw Road
  2366. #    PO Box 49048    95161
  2367. #    San Jose CA 95112
  2368. #    Vox: (408)-954-8333
  2369. #    Fax: (408)-954-0623
  2370. #
  2371. #
  2372. # There are some tvi terminals that require incredible amounts of padding and
  2373. # some that don't.  I'm assuming 912 and 920 are the old slow ones,
  2374. # and 912b, 912c, 920b, 920c are the new ones that don't need padding.
  2375. #
  2376. # All of these terminals (912 to 970 and the tvipt) are discontinued.  Newer
  2377. # Televideo terminals are ANSI and PC-ANSI compatible.
  2378.  
  2379. tvi803|televideo 803:\
  2380.     :cl=\E*:tc=tvi950:
  2381.  
  2382. # Vanilla tvi910 -- W. Gish <cswarren@violet> 10/29/86
  2383. # (tvi910: removed obsolete ":ma=^Kk^Ll^R^L:";
  2384. # mapped ":pt:" to ":it#8:"; added ":ug#0:" for terminfo translation;
  2385. # added khome, cub1, cud1, ind, hpa, vpa, am, msgr from SCO entry -- esr)
  2386. tvi910|televideo model 910:\
  2387.     :am:bs:ms:pt:\
  2388.     :co#80:it#8:li#24:sg#1:ug#0:\
  2389.     :bl=^G:bt=\EI:cd=\EY:ce=\ET:ch=\E]%+ :cl=^Z:\
  2390.     :cm=\E=%+ %+ :cr=^M:cv=\E[%+ :do=^J:ho=\E=\001\001:\
  2391.     :if=/usr/share/tabset/stdcrt:k0=^AI\r:k1=^A@\r:\
  2392.     :k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
  2393.     :k7=^AF\r:k8=^AG\r:k9=^AH\r:kb=^H:kd=^J:kh=^^:kl=^H:\
  2394.     :kr=^L:ku=^K:le=^H:nd=^L:se=\EG0:sf=^J:so=\EG4:\
  2395.     :ue=\EG0:up=^K:us=\EG8:
  2396. # From: Alan R. Rogers <rogers%albany@csnet-relay>
  2397. # as subsequently hacked over by someone at SCO
  2398. # (tvi910+: removed obsolete ":ma=^K^P^L :"; mapped ":pt:" to ":it#8:";
  2399. # added ":ug#0:" for terminfo translation -- esr)
  2400. tvi910+|910+|televideo 910+:\
  2401.     :am:bs:ms:pt:\
  2402.     :co#80:it#8:li#24:sg#1:ug#0:\
  2403.     :al=\EE:bl=^G:bt=\EI:cd=\EY:ce=\ET:ch=\E]%+ :cl=^Z:\
  2404.     :cm=\E=%+ %+ :cr=^M:cv=\E[%+ :dc=\EW:dl=\ER:do=^J:\
  2405.     :ei=:ho=^^:ic=\EQ:if=/usr/share/tabset/stdcrt:im=:\
  2406.     :k0=^A@\r:k1=^AA\r:k2=^AB\r:k3=^AC\r:k4=^AD\r:\
  2407.     :k5=^AE\r:k6=^AF\r:k7=^AG\r:k8=^AH\r:k9=^AI\r:kb=^H:\
  2408.     :kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^M:ll=\E=7 :nd=^L:\
  2409.     :se=\EG0:sf=^J:so=\EG4:ue=\EG0:up=^K:us=\EG8:
  2410.  
  2411. # (tvi912: removed obsolete ":ma=^K^P^L :";
  2412. # mapped ":pt:" to default tabs -- esr)
  2413. tvi912|tvi920|old televideo 912:\
  2414.     :am:bs:pt:\
  2415.     :co#80:li#24:sg#1:ug#1:\
  2416.     :al=\EE:bl=^G:cd=\Ey:ce=\ET:cl=^Z:cm=\E=%+ %+ :cr=^M:\
  2417.     :ct=\E3:dc=\EW:dl=\ER:do=^J:ei=:ho=^^:ic=\EQ:\
  2418.     :if=/usr/share/tabset/stdcrt:im=:k0=^AI\r:k1=^A@\r:\
  2419.     :k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
  2420.     :k7=^AF\r:k8=^AG\r:k9=^AH\r:kb=^H:kd=^J:kl=^H:kr=^L:\
  2421.     :ku=^K:le=^H:nd=^L:se=\Ek:sf=^J:so=\Ej:st=\E1:ta=^I:\
  2422.     :ue=\Em:up=^K:us=\El:
  2423. # the 912 has a <funct> key that's like shift: <funct>8 xmits "^A8\r".
  2424. # The 920 has this plus real function keys that xmit different things.
  2425. # Terminfo makes you use the funct key on the 912 but the real keys on the 920.
  2426. tvi912c|tvi912b|912c|912b|tvi|new televideo 912:\
  2427.     :al=\EE:dl=\ER:tc=tvi912:
  2428. # set to page 1 when entering ex (\E-17 )
  2429. # reset to page 0 when exiting ex (\E-07 )
  2430. tvi912-2p|tvi920-2p|912-2p|920-2p|tvi-2p|televideo w/2 pages:\
  2431.     :te=\E-07 :ti=\E-17 :tc=tvi912:
  2432. # We got some new tvi912c terminals that act really weird on the regular 
  2433. # termcap, so one of our gurus worked this up. Seems that cursor 
  2434. # addressing is broken.
  2435. tvi912cc|tvi912 at cowell college:\
  2436.     :cm@:tc=tvi912c:
  2437.  
  2438. tvi920b|tvi920c|new televideo 920:\
  2439.     :al=\EE:dl=\ER:k0=^AI\r:k1=^A@\r:k2=^AA\r:k3=^AB\r:\
  2440.     :k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:\
  2441.     :k9=^AH\r:tc=tvi912:
  2442.  
  2443. tvi924|televideo tvi924:\
  2444.     :am:bw:hs:in:mi:ms:xn:xo:\
  2445.     :co#80:it#8:li#24:sg#0:ws#80:\
  2446.     :F1=^AK\r:F2=^AL\r:F3=^AM\r:F4=^AN\r:F5=^AO\r:al=\EE:\
  2447.     :bl=^G:bt=\EI:cd=\Ey:ce=\Et:cl=\E*0:cm=\E=%+ %+ :\
  2448.     :cr=^M:cs=\E_%+ %+ :ct=\E3:dc=\EW:dl=\ER:do=^V:\
  2449.     :ds=\Es0:ei=:fs=^Y:ho=^^:\
  2450.     :i1=\017\E%\E'\E(\EDF\EC\EG0\EN0\Es0\Ev0:ic=\EQ:\
  2451.     :if=/usr/lib/tabset/stdcrt:im=:k0=^A@\r:k1=^AA\r:\
  2452.     :k2=^AB\r:k3=^AC\r:k4=^AD\r:k5=^AE\r:k6=^AF\r:\
  2453.     :k7=^AG\r:k8=^AH\r:k9=^AI\r:k;=^AJ\r:kA=\EE:kC=\E*0:\
  2454.     :kD=\EW:kE=\Et:kI=\EQ:kL=\ER:kS=\Ey:kb=^H:kd=^V:\
  2455.     :kh=^^:kl=^H:kr=^L:ku=^K:l0=F1:l1=F2:l2=F3:l3=F4:\
  2456.     :l4=F5:l5=F6:l6=F7:l7=F8:l8=F9:l9=F10:la=F11:le=^H:\
  2457.     :mb=\EG2:me=\EG0:mk=\EG1:nd=^L:pk=\E|%+1%s\031:\
  2458.     :se=\EG0:sf=^J:so=\EG4:sr=\Ej:st=\E1:ta=^I:ts=\Ef:\
  2459.     :ue=\EG0:up=^K:us=\EG8:vb=\Eb\Ed:ve=\E.3:vi=\E.0:\
  2460.     :vs=\E.1:
  2461. tvi924vb|924vb|televideo model 924 visual bells:\
  2462.     :vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:tc=tvi924:
  2463.  
  2464. tvi925|925|televideo 925:\
  2465.     :am:bw:hs:ul:\
  2466.     :co#80:li#24:sg#1:ug#1:\
  2467.     :al=\EE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=^Z:\
  2468.     :cm=\E=%+ %+ :cr=^M:ct=\E3:dc=\EW:dl=\ER:do=^V:\
  2469.     :ds=\Eh:ei=:fs=^M\Eg:ho=^^:ic=\EQ:im=:k0=^AI\r:\
  2470.     :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
  2471.     :k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:kA=\EE:kC=^Z:\
  2472.     :kD=\EW:kE=\ET:kI=\EQ:kL=\ER:kS=\EY:kb=^H:kd=^V:\
  2473.     :kh=^^:kl=^H:kr=^L:ku=^K:le=^H:se=\EG0:sf=^J:so=\EG4:\
  2474.     :st=\E1:ta=^I:ts=\Eh\Ef:ue=\EG0:up=^K:us=\EG8:\
  2475.     :vb=\Eb\Ed:ve=\E.4:vs=\E.2:
  2476. tvi925vb|925vb|televideo model 925 visual bells:\
  2477.     :vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:tc=tvi925:
  2478. # Since the 925 uses a character position to store the escape sequences to go
  2479. # in and out of both stand out and underline modes, screen positioning is
  2480. # difficult.  The following 925 entries don't use these modes.
  2481. tvi925n|925n|televideo model 925 no standout or underline:\
  2482.     :se@:so@:ue@:us@:tc=tvi925:
  2483. tvi925vbn|925vbn|televideo model 925 visual bells no so or ul:\
  2484.     :vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:tc=tvi925n:
  2485.  
  2486. # From: Tim Curry, Univ. of Central Fla. <duke!ucf-cs!tim> 5/21/82 
  2487. # (tvi925a: removed obsolete ":kn#12:"; mapped ":pt:" to ":it#8:" --esr)
  2488. tvi925a|925a|TeleVideo Model 925:\
  2489.     :am:bs:bw:pt:\
  2490.     :co#80:it#8:li#24:sg#1:ug#1:\
  2491.     :al=\EE:bt=\EI:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :\
  2492.     :dc=\EW:dl=\ER:do=^V:ei=:ic=\EQ:\
  2493.     :if=/usr/share/tabset/std:im=:is=\El:kb=^H:kd=^V:\
  2494.     :kh=^^:kl=^H:kr=^L:ku=^K:nd=^L:se=\EG0:so=\EG4:\
  2495.     :ue=\EG0:up=^K:us=\EG8:\
  2496.     :vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:\
  2497.     :ve=\E.4:vs=\E.2:
  2498.  
  2499. # From: Todd Litwin <litwin@litwin.jpl.nasa.gov> 28 May 1993
  2500. # Originally Tim Curry, Univ. of Central Fla., <duke!ucf-cs!tim> 5/21/82
  2501. # for additional capabilities, 
  2502. # The following tvi descriptions from B:pjphar and virus!mike
  2503. # is for all 950s.  It sets the following attributes:
  2504. # full duplex (\EDF)        write protect off (\E()
  2505. # conversation mode (\EC)    graphics mode off (\E%)
  2506. # white on black (\Ed)        auto page flip off (\Ew)
  2507. # turn off status line (\Eg)    clear status line (\Ef\r)
  2508. # normal video (\E0)        monitor mode off (\EX or \Eu)
  2509. # edit mode (\Er)        load blank char to space (\Ee\040)
  2510. # line edit mode (\EO)        enable buffer control (^O)
  2511. # protect mode off (\E\047)    duplex edit keys (\El)
  2512. # program unshifted send key to send line all (\E016)
  2513. # program shifted send key to send line unprotected (\E004)
  2514. # set the following to nulls:
  2515. #    field delimiter (\Ex0\200\200)
  2516. #    line delimiter (\Ex1\200\200)
  2517. #    start-protected field delimiter (\Ex2\200\200)
  2518. #    end-protected field delimiter (\Ex3\200\200)
  2519. # set end of text delimiter to carriage return/null (\Ex4\r\200)
  2520. # (tvi950: early versions had ":ko=ic,dc,al,dl,cl,bt,ce,cd:"
  2521. # and ":ma=^Vj^Kk^Hh^Ll^^H:". I mapped ":pt:" to ":it#8:";
  2522. #
  2523. tvi950|950|televideo950:\
  2524.     :am:bs:hs:mi:ms:pt:xn:xo:\
  2525.     :co#80:li#24:sg#1:ug#1:\
  2526.     :ac=d\rc\014e\nb\011i\013:ae=^X:al=\EE:as=^U:bl=^G:\
  2527.     :bt=\EI:cd=\Ey:ce=\Et:cl=\E*:cm=\E=%+ %+ :cr=^M:\
  2528.     :ct=\E3:dc=\EW:dl=\ER:do=^J:ds=\Eg\Ef\r:ei=\Er:fs=^M:\
  2529.     :ho=^^:im=\Eq:\
  2530.     :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:\
  2531.     :k0=^A0\r:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:\
  2532.     :k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:kA=\EE:\
  2533.     :kB=\EI:kC=\E*:kD=\EW:kE=\Et:kL=\ER:kS=\Ey:kb=^H:\
  2534.     :kd=^V:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:nd=^L:pf=\Ea:\
  2535.     :po=\E`:se=\EG0:sf=^J:so=\EG4:sr=\Ej:st=\E1:ta=^I:\
  2536.     :ts=\Eg\Ef:ue=\EG0:up=^K:us=\EG8:\
  2537.     :vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:
  2538. #
  2539. # is for 950 with two pages adds the following:
  2540. #    set 48 line page (\E\\2)
  2541. #    place cursor at page 0, line 24, column 1 (\E-07 )
  2542. #    set local (no send) edit keys (\Ek)
  2543. #
  2544. # two page 950 adds the following:
  2545. #    when entering ex, set 24 line page (\E\\1)
  2546. #    when exiting ex, reset 48 line page (\E\\2)
  2547. #             place cursor at 0,24,1 (\E-07 )
  2548. #    set duplex (send) edit keys (\El) when entering vi
  2549. #    set local (no send) edit keys (\Ek) when exiting vi
  2550. #
  2551. tvi950-2p|950-2p|televideo950 w/2 pages:\
  2552.     :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:\
  2553.     :ke=\Ek:ks=\El:te=\E\\2\E-07 :ti=\E\\1\E-07 :tc=tvi950:
  2554. #
  2555. # is for 950 with four pages adds the following:
  2556. #    set 96 line page (\E\\3)
  2557. #    place cursor at page 0, line 24, column 1 (\E-07 )
  2558. #
  2559. # four page 950 adds the following:
  2560. #    when entering ex, set 24 line page (\E\\1)
  2561. #    when exiting ex, reset 96 line page (\E\\3)
  2562. #             place cursor at 0,24,1 (\E-07 )
  2563. #
  2564. tvi950-4p|950-4p|televideo950 w/4 pages:\
  2565.     :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:\
  2566.     :ke=\Ek:ks=\El:te=\E\\3\E-07 :ti=\E\\1\E-07 :tc=tvi950:
  2567. #
  2568. # is for reverse video 950 changes the following:
  2569. #    set reverse video (\Ed)
  2570. #
  2571. # set vb accordingly (\Ed ...nulls... \Eb)
  2572. #
  2573. tvi950-rv|950-rv|televideo950 rev video:\
  2574.     :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:\
  2575.     :vb=\Ed\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Eb:tc=tvi950:
  2576. #
  2577. # uses the appropriate entries from 950-2p and 950-rv
  2578. #
  2579. tvi950-rv-2p|950-rv-2p|televideo950 rev video w/2 pages:\
  2580.     :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 :\
  2581.     :ke=\Ek:ks=\El:te=\E\\2\E-07 :ti=\E\\1\E-07 :\
  2582.     :vb=\Ed\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Eb:tc=tvi950:
  2583. #
  2584. # uses the appropriate entries from 950-4p and 950-rv
  2585. #
  2586. tvi950-rv-4p|950-rv-4p|televideo950 rev video w/4 pages:\
  2587.     :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 :\
  2588.     :ke=\Ek:ks=\El:te=\E\\3\E-07 :ti=\E\\1\E-07 :\
  2589.     :vb=\Ed\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Eb:tc=tvi950:
  2590. # From: Andreas Stolcke <stolcke@icsi.berkeley.edu>
  2591. # (tvi955: removed obsolete ":ko=ic,dc,al,dl,cl,bt,ce,cd:ma:=^Vj^Kk^Hh^Ll^^H";
  2592. # mapped ":pt:" to ":it#8:"; removed incorrect (and overridden) ":do=^J:";
  2593. # fixed broken continuations in the :rs: string -- esr)
  2594. tvi955|televideo955:\
  2595.     :5i:am:bs:hs:mi:pt:xn:xo:\
  2596.     :co#80:it#8:li#24:\
  2597.     :RA=\E[=7l:RX=^N:SA=\E[=7h:SX=^O:\
  2598.     :ac=0_`RjHkGlFmEnIoPqKsQtMuLvOwNxJ:ae=\E%:al=\EE:\
  2599.     :as=\E$:bt=\EI:cd=\Ey:ce=\Et:cl=\E*:cm=\E=%+ %+ :\
  2600.     :ct=\E3:dc=\EW:dl=\ER:do=^V:ds=\Eg\Ef\r:ei=\Er:fs=^M:\
  2601.     :ho=^^:im=\Eq:is=\E[=3l\EF1\Ed\EG0\E[=5l\E%\El:\
  2602.     :k0=^A0\r:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:\
  2603.     :k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:kA=\EE:\
  2604.     :kB=\EI:kC=\EY:kD=\EW:kE=\ET:kI=\EQ:kL=\ER:kM=\EQ:\
  2605.     :kN=\EK:kP=\EJ:kT=\E1:ka=\E3:kb=^H:kd=^V:kh=^^:kl=^H:\
  2606.     :kr=^L:kt=\E2:ku=^K:le=^H:mb=\EG2:me=\EG0\E[=5l:\
  2607.     :mh=\E[=5h:mk=\EG1:mr=\EG4:nd=^L:pf=\Ea:po=\E`:\
  2608.     :ps=\EP:\
  2609.     :rs=\EDF\EC\Eg\Er\EO\E'\E(\Ew\EX\Ee \017\E0P\E6\200\E0p\E4\200\Ef\r:\
  2610.     :se=\EG0:so=\EG4:sr=\Ej:st=\E1:ts=\Eg\Ef:ue=\EG0:\
  2611.     :up=^K:us=\EG8:\
  2612.     :vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:\
  2613.     :ve=\E.2:vi=\E.0:vs=\E.1:
  2614. tvi955-w|955-w|televideo955 w/132 cols:\
  2615.     :co#132:\
  2616.     :cm=\E[%i%d;%dH:is=\E[=3h\EF1\Ed\EG0\E[=5l\E%\El:tc=tvi955:
  2617. # use half-intensity as normal mode, full intensity as bold (md)
  2618. tvi955-hb|955-hb|televideo955 half-bright:\
  2619.     :is=\E[=3l\EF1\Ed\EG0\E[=5h\E%\El:md=\E[=5l:\
  2620.     :me=\EG0\E[=5h:mh@:tc=tvi955:
  2621. # From: Humberto Appleton <beto@cs.utexas.edu>, 880521 UT Austin
  2622. # (tvi970: removed ":sg#0:"; mapped ":pt:" to ":it#8:" -- esr)
  2623. tvi970|televideo970:\
  2624.     :bs:da:db:mi:ms:pt:\
  2625.     :co#80:it#8:li#24:\
  2626.     :ae=\E(B:al=\E[L:as=\E(B:bt=\E[Z:cd=\E[0J:ce=\E[0K:\
  2627.     :cl=\E[H\E[2J:cm=\E[%i%d;%df:dc=\E[P:dl=\E[M:do=\ED:\
  2628.     :ei=\E[4l:im=\E[4h:\
  2629.     :is=\E<\E[?21l\E[19h\E[1Q\E[10l\E[7l\E[H\E[2J:\
  2630.     :k1=\E?a:k2=\E?b:k3=\E?c:k4=\E?d:k5=\E?e:k6=\E?f:\
  2631.     :k7=\E?g:k8=\E?h:k9=\E?i:kb=^H:kd=\E[B:kh=\E[H:\
  2632.     :kl=\E[D:kr=\E[C:ku=\E[A:nd=\E[C:se=\E[0m:so=\E[7m:\
  2633.     :sr=\EM:ue=\E[0m:up=\EM:us=\E[4m:\
  2634.     :vb=\E[5;m\200\200\200\200\200\200\200\200\200\E[0;m:\
  2635.     :vs=\E[1Q:
  2636. # From Gene Rochlin <armsis@amber> 9/19/84. 
  2637. # Works with vi and rogue.  NOTE: Esc v sets autowrap on, Esc u sets 80 chars
  2638. # per line (rather than 40), Esc K chooses the normal character set.  Not sure
  2639. # padding is needed, but adapted from the tvi920c termcap.  The :so: and :us:
  2640. # strings are klutzy, but at least use no screen space.
  2641. # (tvipt: removed obsolete ":ma=^Kk^Ll^R^L:" -- esr)
  2642. tvipt|televideopt:\
  2643.     :am:bs:\
  2644.     :co#80:li#24:\
  2645.     :al=\EE<5*>:bt=\EI:ce=\ET:cl=^Z:cm=\E=%+ %+ :\
  2646.     :dl=\ER<5*>:ho=^^:if=/usr/share/tabset/stdcrt:\
  2647.     :is=\Ev\Eu\EK:kb=^H:kd=^J:kl=^H:kr=^L:ku=^K:nd=^L:\
  2648.     :se=\EF:so=\EG1@A\EH:ue=\EF:up=^K:us=\EG1B@\EH:
  2649.  
  2650. #### Visual (vi)
  2651. #
  2652.  
  2653. # (vi50: mapped ":pt:" to default 8-char tabs -- esr)
  2654. vi50|visual 50:\
  2655.     :am:bs:ms:pt:\
  2656.     :co#80:li#24:\
  2657.     :al=\EL:bl=^G:cd=\Ek:ce=\EK:cl=^Z:cm=\E=%+ %+ :cr=^M:\
  2658.     :dl=\EM:do=^J:ho=\EH:kb=^H:kd=\EB:kh=\EH:kl=\ED:\
  2659.     :kr=\EC:ku=\EA:le=^H:nd=^L:se=\ET:sf=^J:so=\EU:ta=^I:\
  2660.     :up=^K:
  2661. # From: Jeff Siegal <jbs@athena.mit.edu>
  2662. # (vi55: mapped ":pt:" to ":it#8:" -- esr)
  2663. vi55|Visual 55:\
  2664.     :am:bs:mi:ms:pt:\
  2665.     :co#80:it#8:li#24:\
  2666.     :al=\EL:cd=\EJ:ce=\EK:cl=\Ev:cm=\EY%+ %+ :\
  2667.     :cs=\E_%+A%+A:dc=\Ew:dl=\EM:do=^J:ei=\Eb:ho=\EH:\
  2668.     :im=\Ea:is=\Ev\E_AX\Eb\EW\E9P\ET:kb=^H:kd=\EB:kl=\ED:\
  2669.     :kr=\EC:ku=\EA:le=^H:nd=\EC:se=\ET:so=\EU:sr=\EI:\
  2670.     :up=\EA:
  2671.  
  2672. # The Visual 200 beeps when you type a character in insert mode.
  2673. # This is a horribly obnoxious misfeature, and some of the entries
  2674. # below try to get around the problem by ignoring the feature or
  2675. # turning it off when inputting a character.  They are said not to
  2676. # work well at 300 baud.  (You could always cut the wire to the bell!)
  2677. # From: <mike@brl-vgr> Mon Nov 14 08:34:29 1983
  2678. # (vi200: mapped ":pt:" to default 8-char tabbing -- esr)
  2679. vi200|vis200|visual 200 with function keys:\
  2680.     :am:bs:pt:\
  2681.     :co#80:li#24:\
  2682.     :al=\EL:bl=^G:cd=\Ey:ce=\Ex:cl=\Ev:cm=\EY%+ %+ :\
  2683.     :cr=^M:dc=\EO:dl=\EM:do=^J:ei=:ho=\EH:ic=\Ei \010\Ej:\
  2684.     :im=:is=\E3\Eb\Ej\E\\\El\EG\Ec\Ek:k0=\EP:k1=\EQ:\
  2685.     :k2=\ER:k3=\E :k4=\E!:k5=\E":k6=\E#:k7=\E$:k8=\E%:\
  2686.     :k9=\E&:kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:le=^H:\
  2687.     :nd=\EC:se=\E3:sf=^J:so=\E4:sr=\EI:ta=^I:up=\EA:\
  2688.     :ve=\Ec:vs=\Ed:
  2689. vi200-rv-ic|visual 200 reverse video using insert char:\
  2690.     :ei=\Ej:ic@:im=\Ei:tc=vi200-rv:
  2691. # The older Visuals didn't come with function keys. This entry uses
  2692. # ks and ke so that the keypad keys can be used as function keys.
  2693. # If your version of vi doesn't support function keys you may want
  2694. # to use vi200-f.
  2695. # (vi200: mapped ":pt:" to ":it#8:" -- esr)
  2696. vi200-f|visual|visual 200 no function keys:\
  2697.     :am:bs:pt:\
  2698.     :co#80:it#8:li#24:\
  2699.     :al=\EL:bl=^G:cd=\Ey:ce=\Ex:cl=\Ev:cm=\EY%+ %+ :\
  2700.     :cr=^M:dc=\EO:dl=\EM:do=^J:ei=:ho=\EH:ic=\Ei \010\Ej:\
  2701.     :im=:is=\E3\Eb\Ej\E\\\El\EG\Ed\Ek:k0=\E?p:k1=\E?q:\
  2702.     :k2=\E?r:k3=\E?s:k4=\E?t:k5=\E?u:k6=\E?v:k7=\E?w:\
  2703.     :k8=\E?x:k9=\E?y:kd=\EB:ke=\E>:kh=\EH:kl=\ED:kr=\EC:\
  2704.     :ks=\E=:ku=\EA:le=^H:nd=\EC:sf=^J:sr=\EI:ta=^I:\
  2705.     :up=\EA:ve=\Ec:vs=\Ed:
  2706. vi200-rv|visual 200 reverse video:\
  2707.     :se=\E3:so=\E4:sr@:ve@:vs@:tc=vi200:
  2708. vi200-ic|visual 200 using insert char:\
  2709.     :ei=\Ej:ic@:im=\Ei:tc=vi200:
  2710.  
  2711. # the function keys are programmable but we don't reprogram
  2712. # them to their default values with "is" because programming
  2713. # them is very verbose. maybe an "if" file should be made for
  2714. # the 300 and they could be stuck in it.
  2715. vi300|visual 300 ansi x3.64:\
  2716.     :am:bw:mi:xn:\
  2717.     :co#80:li#24:\
  2718.     :al=\E[L:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:\
  2719.     :cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:do=\E[B:\
  2720.     :ei=\E[4l:ho=\E[H:im=\E[4h:\
  2721.     :is=\E[7s\E[2;3;4;20;?5;?6l\E[12;?7h\E[1Q\E[0;1(D\E[8s:\
  2722.     :k1=\E_A\E\\:k2=\E_B\E\\:k3=\E_C\E\\:k4=\E_D\E\\:\
  2723.     :k5=\E_E\E\\:k6=\E_F\E\\:k7=\E_G\E\\:k8=\E_H\E\\:\
  2724.     :k9=\E_I\E\\:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
  2725.     :le=^H:nd=\E[C:se=\E[m:sf=^J:so=\E[1m:sr=\EM:ta=^I:\
  2726.     :ue=\E[m:up=\E[A:us=\E[4m:
  2727. vi300-rv|visual 300 reverse video:\
  2728.     :bl=^G:cr=^M:do=^J:\
  2729.     :is=\E[7s\E[2;3;4;20;?6l\E[12;?5;?7h\E[1Q\E[0;1(D\E[8s:\
  2730.     :sf=^J:tc=vi300:
  2731. # slow scroll doesn't work that well; if you type on the
  2732. # keyboard while the terminal is scrolling it drops characters
  2733. vi300-ss|visual 300 slow scroll:\
  2734.     :bl=^G:cr=^M:do=^J:sf=^J:ve=\E[?4h:vs=\E[?4l:tc=vi300:
  2735. # some of the vi300s have older firmware that has the command
  2736. # sequence for setting editing extent reversed.
  2737. ovi300|visual 300 old:\
  2738.     :bl=^G:cr=^M:do=^J:\
  2739.     :is=\E[7s\E[2;3;4;20;?5;?6l\E[12;?7h\E[2Q\E[0;1(D\E[8s:\
  2740.     :sf=^J:tc=vi300:
  2741. # if your version of ex/vi doesn't correctly implement xn
  2742. # use this termcap for the vi300
  2743. vi300-aw|visual 300 no autowrap:\
  2744.     :am@:xn@:\
  2745.     :ve=\E[?7h:vs=\E[?7l:tc=vi300:
  2746.  
  2747. # the visual 550 is a visual 300 with tektronix graphics,
  2748. # and with 33 lines. clear screen is modified here to
  2749. # also clear the graphics.
  2750. vi550|visual 550 ansi x3.64:\
  2751.     :li#33:\
  2752.     :bl=^G:cl=\030\E[H\E[2J:cr=^M:do=^J:sf=^J:tc=vi300:
  2753.  
  2754. # (vi603: this had ":sb=\EM:"; sb is undefined, prob. an error for sr -- esr)
  2755. vi603|visual603|visual 603:\
  2756.     :hs:mi:\
  2757.     :al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
  2758.     :cm=\E[%i%d;%dH:cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:\
  2759.     :ds=\EP2;1~\E\\:ei=\E[4l:fs=\E\\:im=\E[4h:\
  2760.     :is=\E>\E[?3l\E[?4l\E[?7h\E[?8h\E[1;24r\E[24;1H:\
  2761.     :mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:\
  2762.     :rs=\E>\E[?3l\E[?4l\E[?7h\E[?8h:se=\E[27m:sf=\ED:\
  2763.     :so=\E[7m:sr=\EM:ts=\EP2~:ue=\E[24m:up=\E[A:us=\E[4m:tc=vt100:
  2764.  
  2765. #### Wyse (wy)
  2766. #
  2767. #    Wyse Technology
  2768. #    3471 North First Street
  2769. #    San Jose, CA 95134
  2770. #    Vox: (408)-473-1200
  2771. #    Fax: (408) 473-1222
  2772. #
  2773. # Wyse sales can be reached by phone at 1-800-GET-WYSE.  Tech support is at
  2774. # (800)-800-WYSE (option 5 gets you a human).
  2775. #
  2776. # All the following entries until (but not including) wy100q are direct from
  2777. # Wyse technical support and represent their best knowledge as of January 1995.
  2778. # I made two trivial syntax fixes in the wyse30 entry, added OTbs everywhere
  2779. # needed, and merged in OTug#1 entries (as indicated by the termcap version of
  2780. # their descriptions).
  2781. #
  2782. # Note: The wyse75, wyse85, and wyse99 have been discontinued.
  2783.  
  2784. #       Although the Wyse 30 can support more than one attribute
  2785. #    it requires magic cookies to do so.  Many applications do not
  2786. #    function well with magic cookies.  The following terminfo uses
  2787. #    the protect mode to support one attribute (dim) without cookies.
  2788. #    If more than one attribute is needed then the wy30-mc terminfo
  2789. #    should be used.
  2790. #
  2791. wy30|wyse30|Wyse 30:\
  2792.     :5i:am:bs:bw:hs:mi:ms:xo:\
  2793.     :Nl#8:co#80:lh#1:li#24:lw#8:ma#1:ug#1:ws#45:\
  2794.     :#2=\E{:&3=\Er:@8=\E7:LF=\EA11:LO=\EA10:\
  2795.     :ac=0wa_h[jukslrmqnxqzttuyv]wpxv:ae=\EH^C:al=\EE:\
  2796.     :as=\EH^B:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E+:\
  2797.     :cm=\E=%+ %+ :cr=^M:ct=\E0:dc=\EW:dl=\ER:do=^J:\
  2798.     :ds=\EF\r:ei=\Er:fs=^M:ho=^^:im=\Eq:ip=:\
  2799.     :is=\E'\E(\E^3\E`9\016\024:k1=^A@\r:k2=^AA\r:\
  2800.     :k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:\
  2801.     :k8=^AG\r:kA=\EE:kB=\EI:kD=\EW:kE=\ET:kI=\EQ:kL=\ER:\
  2802.     :kN=\EK:kP=\EJ:kS=\EY:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:\
  2803.     :ku=^K:le=^H:ll=^^^K:me=\E(\EH\003:mh=\E`7\E):\
  2804.     :mp=\E`7\E):nd=^L:nw=^M^J:pf=^T:pn=\Ez%+/%s\r:po=^X:\
  2805.     :ps=\EP:px=\Ez%+?%s\177:\
  2806.     :..sa=%?%p1%p5%p8%|%|%t\E`7\E)%e\E(%;%?%p9%t\EH\002%e\EH\003%;:\
  2807.     :se=\E(:sf=\n:so=\E`7\E):sr=\Ej:st=\E1:ta=\011:\
  2808.     :ts=\EF:up=^K:ve=\E`1:vi=\E`0:
  2809. #
  2810. #    This terminal description uses the non-hidden attribute mode
  2811. #    (with magic cookie).
  2812. #
  2813. wy30-mc|wyse30-mc|wyse 30 with magic cookies:\
  2814.     :ms@:\
  2815.     :ma@:sg#1:ug#1:\
  2816.     :ae=\EG0\EH\003:as=\EG0\EH\002:mb=\EG2:\
  2817.     :me=\EG0\E(\EH\003:mh=\EGp:mk=\EG1:mp=\EG0\E):\
  2818.     :mr=\EG4:\
  2819.     :..sa=\EG%'0'%?%p2%p6%|%t%{8}%|%;%?%p1%p3%|%p6%|%t%{4}%|%;%?%p4%t%{2}%|%;%?%p1%p5%|%t%{64}%|%;%?%p7%t%{1}%|%;%c%?%p8%t\E)%e\E(%;%?%p9%t\EH\002%e\EH\003%;:\
  2820.     :se=\EG0:so=\EG4:te=\EG0:ue=\EG0:us=\EG8:tc=wy30:
  2821. #    The manditorary pause used by flash does not work with
  2822. #    older versions of terminfo.  If you see this effect then
  2823. #    unset xon and delete the / from the delay.
  2824. #    i.e. change $<100/> to $<100>
  2825. wy30-vb|wyse30-vb|wyse 30 visible bell:\
  2826.     :vb=\E`8\E`9:tc=wy30:
  2827. #
  2828. #       The Wyse 50 can support one attribute (e.g. Dim, Inverse,
  2829. #    Normal) without magic cookies by using the protect mode.
  2830. #    The following description uses this feature, but when more
  2831. #    than one attribute is put on the screen at once, all attributes
  2832. #    will be changed to be the same as the last attribute given.
  2833. #       The Wyse 50 can support more attributes when used with magic
  2834. #    cookies.  The wy50-mc terminal description uses magic cookies
  2835. #    to correctly handle multiple attributes on a screen.
  2836. #
  2837. wy50|wyse50|Wyse 50:\
  2838.     :5i:am:bs:bw:hs:mi:ms:xo:\
  2839.     :Nl#8:co#80:lh#1:li#24:lw#8:ma#1:ws#45:\
  2840.     :#2=\E{:%9=\EP:&3=\Er:@8=\E7:F1=^AJ\r:F2=^AK\r:\
  2841.     :F3=^AL\r:F4=^AM\r:F5=^AN\r:F6=^AO\r:LF=\EA11:\
  2842.     :LO=\EA10:ac=0wa_h[jukslrmqnxqzttuyv]wpxv:ae=\EH^C:\
  2843.     :al=\EE:as=\EH^B:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E+:\
  2844.     :cm=\E=%+ %+ :cr=^M:ct=\E0:dc=\EW:dl=\ER:do=^J:\
  2845.     :ds=\EF\r:ei=\Er:fs=^M:ho=^^:i1=\E`\072\E`9:im=\Eq:\
  2846.     :ip=:is=\016\024\E'\E(:k1=^A@\r:k2=^AA\r:k3=^AB\r:\
  2847.     :k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:\
  2848.     :k9=^AH\r:k;=^AI\r:kA=\EE:kB=\EI:kD=\EW:kE=\ET:\
  2849.     :kI=\EQ:kL=\ER:kN=\EK:kP=\EJ:kS=\EY:kb=^H:kd=^J:\
  2850.     :kh=^^:kl=^H:kr=^L:ku=^K:le=^H:ll=^^^K:me=\E(\EH\003:\
  2851.     :mh=\E`7\E):mp=\E`7\E):mr=\E`6\E):nd=^L:nw=^M^J:\
  2852.     :pf=^T:pn=\Ez%+/%s\r:po=^X:ps=\EP:px=\Ez%+?%s\177:\
  2853.     :..sa=%?%p1%p3%|%t\E`6\E)\n%e%p5%p8%|%t\E`7\E)%e\E(%;\n%?%p9%t\EH\002%e\EH\003%;:\
  2854.     :se=\E(:sf=\n:so=\E`6\E):sr=\Ej:st=\E1:ta=^I:ts=\EF:\
  2855.     :up=^K:ve=\E`1:vi=\E`0:
  2856. #
  2857. #    This terminal description uses the non-hidden attribute mode
  2858. #    (with magic cookie).
  2859. #
  2860. wy50-mc|wyse50-mc|wyse 50 with magic cookies:\
  2861.     :ms@:\
  2862.     :ma@:sg#1:ug#1:\
  2863.     :ae=\EG0\EH\003:as=\EG0\EH\002:mb=\EG2:\
  2864.     :me=\EG0\E(\EH\003:mh=\EGp:mk=\EG1:mp=\EG0\E):\
  2865.     :mr=\EG4:\
  2866.     :..sa=\EG%'0'%?%p2%p6%|%t%{8}%|%;%?%p1%p3%|%p6%|%t%{4}%|%;%?%p4%t%{2}%|%;%?%p1%p5%|%t%{64}%|%;%?%p7%t%{1}%|%;%c%?%p8%t\E)%e\E(%;%?%p9%t\EH\002%e\EH\003%;:\
  2867.     :se=\EG0:so=\EGt:te=\EG0:ue=\EG0:us=\EG8:tc=wy50:
  2868. #    The mandatory pause used by flash does not work with
  2869. #    older versions of terminfo.  If you see this effect then
  2870. #    unset xon and delete the / from the delay.
  2871. #    i.e. change $<100/> to $<100>
  2872. wy50-vb|wyse50-vb|wyse 50 visible bell:\
  2873.     :vb=\E`8\E`9:tc=wy50:
  2874. wy50-w|wyse50-w|wyse 50 132-column:\
  2875.     :Nl#16:co#132:lw#7:ws#97:\
  2876.     :cm=\Ea%i%dR%dC:dc=\EW:i1=\E`;\E`9:tc=wy50:
  2877. wy50-wvb|wyse50-wvb|wyse 50 132-column visible bell:\
  2878.     :vb=\E`8\E`9:tc=wy50-w:
  2879. #
  2880. #    The Wyse 350 is a Wyse 50 with color.
  2881. #    Unfortunately this means that it has magic cookies.
  2882. #    The color attributes are designed to overlap the reverse, dim and
  2883. #    underline attributes.  This is nice for monochrome applications
  2884. #    because you can make underline stuff green (or any other color)
  2885. #    but for true color applications it's not so hot because you cannot
  2886. #    mix color with reverse, dim or underline.
  2887. #        To further complicate things one of the attributes must be
  2888. #    black (either the foreground or the background).  In reverse video
  2889. #    the background changes color with black letters.  In normal video
  2890. #    the foreground changes colors on a black background.  
  2891. #        This terminfo uses some of the more advanced features of curses
  2892. #    to display both color and blink.  In the final analysis I am not
  2893. #    sure that the wy350 runs better with this terminfo than it does
  2894. #    with the wy50 terminfo (with user adjusted colors).
  2895. #
  2896. wy350|wyse350|Wyse 350:\
  2897.     :5i:am:bs:bw:hs:mi:xo:\
  2898.     :Co#8:NC#55:Nl#8:co#80:lh#1:li#24:lw#8:pa#8:sg#1:\
  2899.     :ug#1:ws#45:\
  2900.     :#2=\E{:%9=\EP:&3=\Er:@8=\E7:F1=^AJ\r:F2=^AK\r:\
  2901.     :F3=^AL\r:F4=^AM\r:F5=^AN\r:F6=^AO\r:LF=\EA11:\
  2902.     :LO=\EA10:Sb= :\
  2903.     :..Sf=%?%p1%{0}%=%t%{76}\n%e%p1%{1}%=%t%{64}\n%e%p1%{2}%=%t%{8}\n%e%p1%{3}%=%t%{72}\n%e%p1%{4}%=%t%{4}\n%e%p1%{5}%=%t%{68}\n%e%p1%{6}%=%t%{12}\n%e%p1%{7}%=%t%{0}\n%;%PC\n\EG%gC%gA%+%'0'%+%c:\
  2904.     :ac=0wa_h[jukslrmqnxqzttuyv]wpxv:ae=\EG0\EH\003:\
  2905.     :al=\EE:as=\EG0\EH\002:bl=^G:bt=\EI:cd=\EY:ce=\ET:\
  2906.     :cl=\E+:cm=\E=%+ %+ :cr=^M:ct=\E0:dc=\EW:dl=\ER:\
  2907.     :do=^J:ds=\EF\r:ei=\Er:fs=^M:ho=^^:i1=\E`\072\E`9:\
  2908.     :i2=\E%?:im=\Eq:ip=:is=\016\024\E'\E(:k1=^A@\r:\
  2909.     :k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
  2910.     :k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:kA=\EE:kB=\EI:\
  2911.     :kD=\EW:kE=\ET:kI=\EQ:kL=\ER:kN=\EK:kP=\EJ:kS=\EY:\
  2912.     :kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:ll=^^^K:\
  2913.     :mb=\EG2:me=\EG0\E(\EH\003%{0}%PA%{0}%PC:mh=\EGp:\
  2914.     :mk=\EG1:mp=\EG0\E):mr=\EG4:nd=^L:nw=^M^J:oc=\E%?:\
  2915.     :op=\EG0:pf=^T:pn=\Ez%+/%s\r:po=^X:ps=\EP:\
  2916.     :px=\Ez%+?%s\177:\
  2917.     :..sa=%{0}%?%p4%t%{2}%|%;\n%?%p7%t%{1}%|%;%PA\n\EG%?%gC%t%gC%e\n%{0}%?%p1%t%{4}%|%;\n%?%p2%t%{8}%|%;\n%?%p3%t%{4}%|%;\n%?%p5%t%{64}%|%;\n%;%gA%+%'0'%+%c\n%?%p8%t\E)%e\E(%;%?%p9%t\EH\002%e\EH\003%;:\
  2918.     :se=\EG0:sf=\n:so=\EG4:sr=\Ej:st=\E1:ta=^I:ts=\EF:\
  2919.     :ue=\EG0:up=^K:us=\EG8:ve=\E`1:vi=\E`0:
  2920. #    The manditorary pause used by flash does not work with
  2921. #    older versions of terminfo.  If you see this effect then
  2922. #    unset xon and delete the / from the delay.
  2923. #    i.e. change $<100/> to $<100>
  2924. wy350-vb|wyse350-vb|wyse 350 visible bell:\
  2925.     :vb=\E`8\E`9:tc=wy350:
  2926. wy350-w|wyse350-w|wyse 350 132-column:\
  2927.     :Nl#16:co#132:lw#7:ws#97:\
  2928.     :cm=\Ea%i%dR%dC:dc=\EW:i1=\E`;\E`9:tc=wy350:
  2929. wy350-wvb|wyse350-wvb|wyse 350 132-column visible bell:\
  2930.     :vb=\E`8\E`9:tc=wy350-w:
  2931. #
  2932. #    This terminfo description is untested.
  2933. #
  2934. wy100|wyse 100:\
  2935.     :hs:mi:\
  2936.     :co#80:li#24:sg#1:ug#1:\
  2937.     :al=\EE:bl=^G:cd=\EY:ce=\ET:cl=\E;:cm=\E=%+ %+ :\
  2938.     :cr=^M:dc=\EW:dl=\ER:do=^J:ds=\EA31:ei=\Er:fs=^M:\
  2939.     :im=\Eq:is=\Eu\E0:k1=^A@\r:k2=^AA\r:k3=^AB\r:\
  2940.     :k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:kb=^H:\
  2941.     :kd=^J:kh=\E{:kl=^H:kr=^L:ku=^K:le=^H:nd=^L:se=\EG0:\
  2942.     :sf=^J:so=\EG4:ts=\EF:ue=\EG0:up=^K:us=\EG8:
  2943. #
  2944. #    The Wyse 120/150 has most of the features of the Wyse 60.
  2945. #
  2946. #    This terminal does not need padding up to 9600 baud!
  2947. #
  2948. #    (msgr) should be set but the clear screen fails when in
  2949. #    alt-charset mode.  Try \EcE  \E+  if the screen is really clear
  2950. #    then set msgr.
  2951. #
  2952. wy120|wyse120|wy150|wyse150|Wyse 120/150:\
  2953.     :5i:am:bs:bw:hs:km:mi:ms:xo:\
  2954.     :Nl#8:co#80:it#8:lh#1:li#24:lw#8:pb#9601:ws#45:\
  2955.     :#2=\E{:%9=\EP:&3=\Er:@8=\E7:F1=^AJ\r:F2=^AK\r:\
  2956.     :F3=^AL\r:F4=^AM\r:F5=^AN\r:F6=^AO\r:LF=\EA11:\
  2957.     :LO=\EA10:RA=\Ed.:RX=\Ec20:SA=\Ed/:SX=\Ec21\ntbc=\E0:\
  2958.     :ac=+/\\\054.0[Iha2fxgqh1jYk?lZm@nEqDtCu4vAwBx3yszr{c~~:\
  2959.     :ae=\EcD:al=\EE:as=\EcE:bl=^G:bt=\EI:cd=\EY:ce=\ET:\
  2960.     :cl=\E+:cm=\E=%+ %+ :cr=^M:dc=\EW:dl=\ER:do=^J:\
  2961.     :ds=\EF\r:ei=\Er:fs=^M:ho=^^:i1=\EcB0\EcC1:\
  2962.     :i2=\EwJ\Ew1:im=\Eq:ip=:\
  2963.     :is=\Ed$\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016\024\El:\
  2964.     :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
  2965.     :k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:kA=\EE:\
  2966.     :kB=\EI:kD=\EW:kE=\ET:kI=\EQ:kL=\ER:kN=\EK:kP=\EJ:\
  2967.     :kS=\EY:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:\
  2968.     :ll=^^^K:mb=\EG2:me=\E(\EH\003\EG0\EcD:mh=\EGp:\
  2969.     :mk=\EG1:mp=\E):mr=\EG4:nd=^L:nw=\r\n:pf=^T:\
  2970.     :pl=\EZ2%+?%s\177:pn=\Ez%+/%s\r:po=\Ed#:ps=\EP:\
  2971.     :px=\EZ1%+?%s\177:r1=\E~!\E~4:r2=\EeF\E`\072:\
  2972.     :r3=\EwG\Ee(:\
  2973.     :..sa=%?%p8%t\E)%e\E(%;%?%p9%t\EcE%e\EcD%;\EG%'0'%?%p2%t%{8}%|%;%?%p1%p3%|%p6%|%t%{4}%|%;%?%p4%t%{2}%|%;%?%p1%p5%|%t%{64}%|%;%?%p7%t%{1}%|%;%c:\
  2974.     :se=\EG0:sf=\n:so=\EGt:sr=\Ej:st=\E1:ta=\011:te=\Ew1:\
  2975.     :ti=\Ew0:ts=\EF:ue=\EG0:up=^K:us=\EG8:ve=\E`1:\
  2976.     :vi=\E`0:
  2977. #
  2978. wy120-w|wyse120-w|wy150-w|wyse150-w|wyse 120/150 132-column:\
  2979.     :Nl#16:co#132:lw#7:ws#97:\
  2980.     :cm=\Ea%i%dR%dC:dc=\EW:ip=:r2=\E`;:tc=wy120:
  2981. #
  2982. wy120-25|wyse120-25|wy150-25|wyse150-25|wyse 120/150 80-column 25-lines:\
  2983.     :Nl@:lh@:li#25:lw@:\
  2984.     :pn@:r3=\EwG\Ee):tc=wy120:
  2985. #
  2986. wy120-25-w|wyse120-25-w|wy150-25-w|wyse150-25-w|wyse 120/150 132-column 25-lines:\
  2987.     :Nl@:lh@:li#25:lw@:\
  2988.     :pn@:r3=\EwG\Ee):tc=wy120-w:
  2989. #
  2990. wy120-vb|wyse120-vb|wy150-vb|wyse150-vb|Wyse 120/150 visible bell:\
  2991.     :vb=\E`8\E`9:tc=wy120:
  2992. #
  2993. wy120-w-vb|wy120-wvb|wyse120-wvb|wy150-w-vb|wyse150-w-vb|Wyse 120/150 132-column visible bell:\
  2994.     :vb=\E`8\E`9:tc=wy120-w:
  2995. #
  2996. #    The Wyse 60 is like the Wyse 50 but with more padding.
  2997. #    The reset strings are slow and the pad times very depending
  2998. #    on other parameters such as font loading.  I have tried
  2999. #    to follow the following outline:
  3000. #        rs1 -> set personality
  3001. #        rs2 -> set number of columns
  3002. #        rs3 -> set number of lines
  3003. #        is1 -> select the proper font
  3004. #        is2 -> do the initialization
  3005. #        is3 -> set up display memory (2 pages)
  3006. #
  3007. #    The Wyse 60's that have vt100 emulation are slower than the
  3008. #    older Wyse 60's.  This change happened mid-1987.
  3009. #    The capabilities effected are (dch1) (dl1) (il1) (ind) (ri)
  3010. #
  3011. #    The meta key is only half right.  This terminal will return the
  3012. #    high order bit set when you hit CTRL-function_key
  3013. #
  3014. #    It may be useful to assign two function keys with the
  3015. #    values  \E=(\s  look at old data in page 1
  3016. #            \E=W,   look at bottem of page 1
  3017. #    where \s is a space ( ).
  3018. #
  3019. #    Note:
  3020. #       The Wyse 60 runs faster when the XON/XOFF
  3021. #       handshake is turned off.
  3022. #
  3023. wy60|wyse60|Wyse 60:\
  3024.     :5i:am:bs:bw:hs:km:mi:ms:\
  3025.     :Nl#8:co#80:lh#1:li#24:lw#8:ws#45:\
  3026.     :#2=\E{:%9=\EP:&3=\Er:@8=\E7:DK=\E`b:F1=^AJ\r:\
  3027.     :F2=^AK\r:F3=^AL\r:F4=^AM\r:F5=^AN\r:F6=^AO\r:\
  3028.     :LF=\EA11:LO=\EA10:RA=\Ed.:RC=\E`c:RX=\Ec20:SA=\Ed/:\
  3029.     :SX=\Ec21:\
  3030.     :ac=+/\\\054.0[Iha2fxgqh1jYk?lZm@nEqDtCu4vAwBx3yszr{c~~:\
  3031.     :ae=\EcD:al=\EE:as=\EcE:bl=^G:bt=\EI:cd=\EY:ce=\ET:\
  3032.     :cl=\E+:cm=\E=%+ %+ :cr=^M:ct=\E0:dc=\EW:dl=\ER:\
  3033.     :do=^J:ds=\EF\r:ei=\Er:fs=^M:ho=^^:i1=\EcB0\EcC1:\
  3034.     :i2=\EwJ\Ew1:im=\Eq:ip=:\
  3035.     :is=\Ed$\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016\024\El:\
  3036.     :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
  3037.     :k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:kA=\EE:\
  3038.     :kB=\EI:kD=\EW:kE=\ET:kI=\EQ:kL=\ER:kN=\EK:kP=\EJ:\
  3039.     :kS=\EY:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:\
  3040.     :ll=^^^K:mb=\EG2:me=\E(\EH\003\EG0\EcD:mh=\EGp:\
  3041.     :mk=\EG1:mp=\E):mr=\EG4:nd=^L:nw=\r\n:pf=^T:\
  3042.     :pl=\EZ2%+?%s\177:pn=\Ez%+/%s\r:po=\Ed#:ps=\EP:\
  3043.     :px=\EZ1%+?%s\177:r1=\E~!\E~4:r2=\EeG:r3=\EwG\Ee(:\
  3044.     :..sa=%?%p8%t\E)%e\E(%;%?%p9%t\EcE%e\EcD%;\EG%'0'%?%p2%t%{8}%|%;%?%p1%p3%|%p6%|%t%{4}%|%;%?%p4%t%{2}%|%;%?%p1%p5%|%t%{64}%|%;%?%p7%t%{1}%|%;%c:\
  3045.     :se=\EG0:sf=\n:so=\EGt:sr=\Ej:st=\E1:ta=\011:te=\Ew1:\
  3046.     :ti=\Ew0:ts=\EF:ue=\EG0:up=^K:us=\EG8:ve=\E`1:\
  3047.     :vi=\E`0:
  3048. #
  3049. wy60-w|wyse60-w|wyse 60 132-column:\
  3050.     :Nl#16:co#132:lw#7:ws#97:\
  3051.     :cm=\Ea%i%dR%dC:dc=\EW:ip=:r2=\EeF\E`;:tc=wy60:
  3052. #
  3053. wy60-25|wyse60-25|wyse 60 80-column 25-lines:\
  3054.     :Nl@:lh@:li#25:lw@:\
  3055.     :pn@:r3=\EwG\Ee):tc=wy60:
  3056. wy60-25-w|wyse60-25-w|wyse 60 132-column 25-lines:\
  3057.     :Nl@:lh@:li#25:lw@:\
  3058.     :pn@:r3=\EwG\Ee):tc=wy60-w:
  3059. #
  3060. wy60-42|wyse60-42|wyse 60 80-column 42-lines:\
  3061.     :li#42:\
  3062.     :al=\EE:cd=\Ey:cl=\E+:cm=\E=%+ %+ :dc=\EW:dl=\ER:\
  3063.     :i1=\EcB2\EcC3:ip=:nw=\r\n:r3=\Ee*:sf=\n:sr=\Ej:tc=wy60:
  3064. wy60-42-w|wyse60-42-w|wyse 60 132-column 42-lines:\
  3065.     :Nl#16:co#132:lw#7:ws#97:\
  3066.     :cd=\Ey:cl=\E+:cm=\Ea%i%dR%dC:dc=\EW:ho=\036:ip=:\
  3067.     :nw=\r\n:r2=\EeF\E`;:tc=wy60-42:
  3068. #
  3069. wy60-43|wyse60-43|wyse 60 80-column 43-lines:\
  3070.     :Nl@:lh@:li#43:lw@:\
  3071.     :pn@:r3=\Ee+:tc=wy60-42:
  3072. wy60-43-w|wyse60-43-w|wyse 60 132-column 43-lines:\
  3073.     :Nl@:lh@:li#43:lw@:\
  3074.     :pn@:r3=\Ee+:tc=wy60-42-w:
  3075. #
  3076. wy60-vb|wyse60-vb|Wyse 60 visible bell:\
  3077.     :vb=\E`8\E`9:tc=wy60:
  3078. wy60-w-vb|wy60-wvb|wyse60-wvb|Wyse 60 132-column visible bell:\
  3079.     :vb=\E`8\E`9:tc=wy60-w:
  3080.  
  3081. #    The Wyse-99GT looks at lot like the Wyse 60 except that it
  3082. #    does not have the 42/43 line mode.  In the Wyse-60 the "lines"
  3083. #    setup parameter controls the number of lines on the screen.
  3084. #    For the Wyse 99GT the "lines" setup parameter controls the
  3085. #    number of lines in a page.  The screen can display 25 lines max.
  3086. #        The Wyse-99GT also has personalities for the VT220 and
  3087. #    Tektronix 4014.  But this has no bearing on the native mode.
  3088. #
  3089. #    (msgr) should be set but the clear screen fails when in
  3090. #    alt-charset mode.  Try \EcE  \E+  if the screen is really clear
  3091. #    then set msgr, else use msgr@.
  3092. #
  3093. #    u0 -> enter Tektronix mode
  3094. #    u1 -> exit Tektronix mode
  3095. #
  3096. wy99gt|wyse99gt|Wyse 99gt:\
  3097.     :ms@:\
  3098.     :al=\EE:cd=\Ey:ce=\Et:cl=\E+:dc=\EW:dl=\ER:i2=\Ew0:\
  3099.     :ip=:nw@:r2=\E`\072:sf=\n:sr=\Ej:ta=\011:te=\Ew0:\
  3100.     :ti=\Ew1:u0=\E~>\E8:u1=\E[42h:tc=wy60:
  3101. #
  3102. wy99gt-w|wyse99gt-w|wyse 99gt 132-column:\
  3103.     :Nl#16:co#132:lw#7:ws#97:\
  3104.     :cd=\Ey:cl=\E+:cm=\Ea%i%dR%dC:dc=\EW:ip=:r2=\E`;:tc=wy99gt:
  3105. #
  3106. wy99gt-25|wyse99gt-25|wyse 99gt 80-column 25-lines:\
  3107.     :Nl@:lh@:li#25:lw@:\
  3108.     :pn@:r2=\E`\072:r3=\EwG\Ee):tc=wy99gt:
  3109. #
  3110. wy99gt-25-w|wyse99gt-25-w|wyse 99gt 132-column 25-lines:\
  3111.     :Nl@:lh@:li#25:lw@:\
  3112.     :pn@:r2=\E`;:tc=wy99gt-w:
  3113. #
  3114. wy99gt-vb|wyse99gt-vb|Wyse 99gt visible bell:\
  3115.     :vb=\E`8\E`9:tc=wy99gt:
  3116. #
  3117. wy99gt-w-vb|wy99gt-wvb|wyse99gt-wvb|Wyse 99gt 132-column visible bell:\
  3118.     :vb=\E`8\E`9:tc=wy99gt-w:
  3119. #
  3120. #    The Wyse 160 is combination of the WY-60 and the WY-99gt.
  3121. #    The reset strings are slow and the pad times very depending
  3122. #    on other parameters such as font loading.  I have tried
  3123. #    to follow the following outline:
  3124. #        rs1 -> set personality
  3125. #        rs2 -> set number of columns
  3126. #        rs3 -> set number of lines
  3127. #        is1 -> select the proper font
  3128. #        is2 -> do the initialization
  3129. #        is3 -> set up display memory (2 pages)
  3130. #
  3131. #    The display memory may be used for either text or graphics.
  3132. #    When "Display Memory = Shared" the terminal will have more pages
  3133. #    but garbage may be left on the screen when you switch from
  3134. #    graphics to text.  If "Display Memory = Unshared" then the
  3135. #    text area will be only one page long.
  3136. #
  3137. wy160|wyse160|Wyse 160:\
  3138.     :5i:am:bs:bw:hs:km:mi:ms:\
  3139.     :Nl#8:co#80:lh#1:li#24:lw#8:ws#38:\
  3140.     :#2=\E{:%9=\EP:&3=\Er:@8=\E7:DK=\E`b:F1=^AJ\r:\
  3141.     :F2=^AK\r:F3=^AL\r:F4=^AM\r:F5=^AN\r:F6=^AO\r:\
  3142.     :LF=\EA11:LO=\EA10:RA=\Ed.:RC=\E`c:RX=\Ec20:SA=\Ed/:\
  3143.     :SX=\Ec21:\
  3144.     :ac=+/\\\054.0[Iha2fxgqh1jYk?lZm@nEqDtCu4vAwBx3yszr{c~~:\
  3145.     :ae=\EcD:al=\EE:as=\EcE:bl=^G:bt=\EI:cd=\EY:ce=\ET:\
  3146.     :cl=\E+:cm=\E=%+ %+ :cr=^M:ct=\E0:dc=\EW:dl=\ER:\
  3147.     :do=^J:ds=\EF\r:ei=\Er:fs=^M:ho=^^:i1=\EcB0\EcC1:\
  3148.     :i2=\Ew0:im=\Eq:ip=:\
  3149.     :is=\Ed$\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016\024\El:\
  3150.     :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
  3151.     :k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:kA=\EE:\
  3152.     :kB=\EI:kD=\EW:kE=\ET:kI=\EQ:kL=\ER:kN=\EK:kP=\EJ:\
  3153.     :kS=\EY:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:\
  3154.     :ll=^^^K:mb=\EG2:me=\E(\EH\003\EG0\EcD:mh=\EGp:\
  3155.     :mk=\EG1:mp=\E):mr=\EG4:nd=^L:nw=\r\n:pf=^T:\
  3156.     :pl=\EZ2%+?%s\177:pn=\Ez%+/%s\r:po=\Ed#:ps=\EP:\
  3157.     :px=\EZ1%+?%s\177:r1=\E~!\E~4:r2=\E`\072:r3=\EwG\Ee(:\
  3158.     :..sa=%?%p8%t\E)%e\E(%;%?%p9%t\EcE%e\EcD%;\EG%'0'%?%p2%t%{8}%|%;%?%p1%p3%|%p6%|%t%{4}%|%;%?%p4%t%{2}%|%;%?%p1%p5%|%t%{64}%|%;%?%p7%t%{1}%|%;%c:\
  3159.     :se=\EG0:sf=\n:so=\EGt:sr=\Ej:st=\E1:ta=^I:te=\Ew0:\
  3160.     :ti=\Ew1:ts=\EF:ue=\EG0:up=^K:us=\EG8:ve=\E`1:\
  3161.     :vi=\E`0:
  3162. #
  3163. wy160-w|wyse160-w|wyse 160 132-column:\
  3164.     :Nl#16:co#132:lw#7:ws#90:\
  3165.     :cm=\Ea%i%dR%dC:dc=\EW:r2=\EeF\E`;:tc=wy160:
  3166. #
  3167. wy160-25|wyse160-25|wyse 160 80-column 25-lines:\
  3168.     :Nl@:lh@:li#25:lw@:\
  3169.     :pn@:r3=\EwG\Ee):tc=wy160:
  3170. wy160-25-w|wyse160-25-w|wyse 160 132-column 25-lines:\
  3171.     :Nl@:lh@:li#25:lw@:\
  3172.     :pn@:r3=\EwG\Ee):tc=wy160-w:
  3173. #
  3174. wy160-42|wyse160-42|wyse 160 80-column 42-lines:\
  3175.     :li#42:\
  3176.     :al=\EE:cd=\Ey:cl=\E+:dl=\ER:i1=\EcB2\EcC3:nw=\r\n:\
  3177.     :r3=\Ee*:sf=\n:sr=\Ej:tc=wy160:
  3178. wy160-42-w|wyse160-42-w|wyse 160 132-column 42-lines:\
  3179.     :Nl#16:co#132:lw#7:ws#90:\
  3180.     :cm=\Ea%i%dR%dC:dc=\EW:ip=:r2=\EeF\E`;:tc=wy160-42:
  3181. #
  3182. wy160-43|wyse160-43|wyse 160 80-column 43-lines:\
  3183.     :Nl@:lh@:li#43:lw@:\
  3184.     :pn@:r3=\Ee+:tc=wy160-42:
  3185. wy160-43-w|wyse160-43-w|wyse 160 132-column 43-lines:\
  3186.     :Nl@:lh@:li#43:lw@:\
  3187.     :pn@:r3=\Ee+:tc=wy160-42-w:
  3188. #
  3189. wy160-vb|wyse160-vb|Wyse 160 visible bell:\
  3190.     :vb=\E`8\E`9:tc=wy160:
  3191. wy160-w-vb|wy160-wvb|wyse160-wvb|Wyse 160 132-column visible bell:\
  3192.     :vb=\E`8\E`9:tc=wy160-w:
  3193. #
  3194. #    The Wyse 75 is a vt100 lookalike without advanced video.
  3195. #
  3196. #       The Wyse 75 can support one attribute (e.g. Dim, Inverse,
  3197. #    Underline) without magic cookies.  The following description
  3198. #    uses this capability, but when more than one attribute is
  3199. #    put on the screen at once, all attributes will be changed
  3200. #    to be the same as the last attribute given.
  3201. #       The Wyse 75 can support more attributes when used with magic
  3202. #    cookies.  The wy75-mc terminal description uses magic cookies
  3203. #    to correctly handle multiple attributes on a screen.
  3204. #
  3205. wy75|wyse75|wyse 75:\
  3206.     :5i:am:bs:hs:mi:ms:xn:xo:\
  3207.     :co#80:li#24:ma#1:pb#1201:ug#1:ws#78:\
  3208.     :%1=\E[28~:%9=\E[?5i:*6=\E[4~:@0=\E[1~:@8=\EOM:\
  3209.     :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\E[23~:\
  3210.     :F2=\E[24~:F3=\E[25~:F4=\E[26~:F5=\E[28~:F6=\E[29~:\
  3211.     :F7=\E[31~:F8=\E[32~:F9=\E[33~:FA=\E[34~:FB=\E[35~:\
  3212.     :IC=\E[%d@:K1=\EOw:K2=\EOu:K3=\EOy:K4=\EOq:K5=\EOs:\
  3213.     :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:\
  3214.     :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
  3215.     :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[J:\
  3216.     :ce=\E[K:ch=\E[%i%dG:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
  3217.     :cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:\
  3218.     :ds=\E[>\\\054\001\001\E[>-\001\001:eA=\E)0:\
  3219.     :ec=\E[%dX:ei=\E[4l:fs=^A:ho=\E[H:\
  3220.     :i1=\E[2;4;20;30l\E[?1;10l\E[12h\E[?7;8;25h:i2=\E[m:\
  3221.     :im=\E[4h:ip=:is=\E>\E(B\E)0\017:k1=\E[?5i:k2=\E[?3i:\
  3222.     :k3=\E[2i:k4=\E[@:k5=\E[M:k6=\E[17~:k7=\E[18~:\
  3223.     :k8=\E[19~:k9=\E[20~:k;=\E[21~:kA=\E[L:kE=\E[K:\
  3224.     :kI=\E[@:kL=\E[M:kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:\
  3225.     :ke=\E>:kh=\E[H:kl=\E[D:kr=\E[C:ks=\E[?1l\E[?7h\E=:\
  3226.     :ku=\E[A:le=^H:me=\E[m\017:mh=\E[0t\E[2m:\
  3227.     :mr=\E[1t\E[7m:nd=\E[C:pf=\E[4i:po=\E[5i:ps=\E[0i:\
  3228.     :r1=\E[13l\E[3l\E!p:r2=\E[35h\E[?3l:r3=\E[?5l:rc=\E8:\
  3229.     :..sa=%?%p5%t\E[0t%;%?%p3%p1%|%t\E[1t%;%?%p2%t\E[2t%;%?%p4%t\E[3t%;%?%p1%p2%p3%p4%p5%|%|%|%|%t\E[7m%e\E[m%;%?%p9%t\016%e\017%;:\
  3230.     :sc=\E7:se=\E[m:sf=\n:so=\E[1t\E[7m:sr=\EM:st=\EH:\
  3231.     :ta=^I:ts=\E[>\\\054\001:ue=\E[m:up=\E[A:\
  3232.     :us=\E[2t\E[4m:ve=\E[?25h:vi=\E[?25l:
  3233. #
  3234. #    This terminal description uses the non-hidden attribute mode
  3235. #    (with magic cookie).
  3236. #
  3237. wy75-mc|wyse75-mc|wyse 75 with magic cookies:\
  3238.     :ms@:\
  3239.     :ma@:sg#1:ug#1:\
  3240.     :ae=\E[0p\017:as=\E[0p\016:i2=\E[m\E[p:mb=\E[2p:\
  3241.     :me=\E[0p\017:mh=\E[1p:mk=\E[4p:mr=\E[16p:\
  3242.     :..sa=\E[%{0}%?%p2%p6%|%t%{8}%|%;%?%p1%p3%|%p6%|%t%{16}%|%;%?%p4%t%{2}%|%;%?%p1%p5%|%t%{1}%|%;%?%p7%t%{4}%|%;%dp%?%p9%t\016%e\017%;:\
  3243.     :se=\E[0p:so=\E[17p:ue=\E[0p:us=\E[8p:tc=wy75:
  3244. wy75-vb|wyse75-vb|wyse 75 with visible bell:\
  3245.     :pb@:\
  3246.     :vb=\E[30h\E\\\054\E[30l:tc=wy75:
  3247. wy75-w|wyse75-w|wyse 75 in 132 column mode:\
  3248.     :co#132:ws#130:\
  3249.     :r2=\E[35h\E[?3h:tc=wy75:
  3250. wy75-wvb|wyse75-wvb|wyse 75 with visible bell 132 columns:\
  3251.     :pb@:\
  3252.     :vb=\E[30h\E\\\054\E[30l:tc=wy75-w:
  3253. #
  3254. #    Wyse 85 emulating a vt220 7 bit mode.
  3255. #        24 line screen with status line.
  3256. #
  3257. #    The vt220 mode permits more function keys but it wipes out
  3258. #    the escape key.  I strongly reccomend that f11 be set to
  3259. #    escape (esc).
  3260. #    The terminal may have to be set for 8 data bits and 2 stop
  3261. #    bits for the arrow keys to work.
  3262. #    The Wyse 85 runs faster with XON/XOFF enabled.  Also the
  3263. #    (dch) and (ich) work best when XON/XOFF is set.  (ich) and
  3264. #    (dch) leave trash on the screen when used without XON/XOFF.
  3265. #
  3266. wy85|wyse85|wyse 85:\
  3267.     :5i:am:bs:hs:mi:ms:xn:xo:\
  3268.     :co#80:it#8:li#24:ws#80:\
  3269.     :%1=\E[28~:*6=\E[4~:@0=\E[1~:@8=\EOM:AL=\E[%dL:\
  3270.     :DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\E[23~:F2=\E[24~:\
  3271.     :F3=\E[25~:F4=\E[26~:F5=\E[28~:F6=\E[29~:F7=\E[31~:\
  3272.     :F8=\E[32~:F9=\E[33~:FA=\E[34~:IC=\E[%d@:K1=\EOw:\
  3273.     :K2=\EOu:K3=\EOy:K4=\EOq:K5=\EOs:LE=\E[%dD:RA=\E[?7l:\
  3274.     :RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:\
  3275.     :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
  3276.     :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[J:\
  3277.     :ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
  3278.     :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:\
  3279.     :ds=\E[40l:eA=\E)0:ec=\E[%dX:ei=\E[4l:fs=\E[1;24r\E8:\
  3280.     :ho=\E[H:i1=\E[62;1"p\E[?5W:i2=\E>\E(B\E)0\017\E[m:\
  3281.     :im=\E[4h:ip=:\
  3282.     :is=\E[2;4;20;30l\E[?1;4;10;16l\E[12h\E[?7;8;25h:\
  3283.     :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k6=\E[17~:k7=\E[18~:\
  3284.     :k8=\E[19~:k9=\E[20~:k;=\E[21~:kD=\E[3~:kI=\E[2~:\
  3285.     :kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:ke=\E>:kh=\E[26~:\
  3286.     :kl=\E[D:kr=\E[C:ks=\E[?1l\E=:ku=\E[A:l1=PF1:l2=PF2:\
  3287.     :l3=PF3:l4=PF4:le=^H:mb=\E[5m:md=\E[1m:me=\E[m\017:\
  3288.     :mh=\E[2m:mk=\E[8m:mr=\E[7m:nd=\E[C:pf=\E[4i:\
  3289.     :po=\E[5i:ps=\E[0i:r1=\E[13l\E[3l\E!p:\
  3290.     :r2=\E[35h\E[?3l:r3=\E[?5l:rc=\E8:\
  3291.     :..sa=\E[0%?%p2%t;4%;%?%p3%p1%|%t;7%;%?%p4%t;5%;%?%p5%t;2%;%?%p6%t;1%;%?%p7%t;8%;m%?%p9%t\016%e\017%;:\
  3292.     :sc=\E7:se=\E[m:sf=\n:so=\E[7m:sr=\EM:st=\EH:ta=\011:\
  3293.     :ts=\E[40h\E7\E[25;%i%p1%dH:ue=\E[m:up=\E[A:us=\E[4m:\
  3294.     :ve=\E[?25h:vi=\E[?25l:
  3295. #
  3296. #    Wyse 85 with visual bell.
  3297. wy85-vb|wyse85-vb|wyse 85 with visible bell:\
  3298.     :vb=\E[30h\E\\\054\E[30l:tc=wy85:
  3299. #
  3300. #    Wyse 85 in 132-column mode.
  3301. wy85-w|wyse85-w|wyse 85 in 132-column mode:\
  3302.     :co#132:ws#132:\
  3303.     :r2=\E[35h\E[?3h:tc=wy85:
  3304. #
  3305. #    Wyse 85 in 132-column mode with visual bell.
  3306. wy85-wvb|wyse85-wvb|wyse 85 with visible bell 132-columns:\
  3307.     :vb=\E[30h\E\\\054\E[30l:tc=wy85-w:
  3308. #
  3309. #    Wyse 185 emulating a vt320 7 bit mode.
  3310. #
  3311. #    This terminal always displays 25 lines.  These lines may be used
  3312. #    as 24 data lines and a terminal status line (top or bottom) or
  3313. #    25 data lines.  The 48 and 50 line modes change the page size
  3314. #    and not the number of lines on the screen.
  3315. #
  3316. #    The Compose Character key can be used as a meta key if changed
  3317. #    by set-up.
  3318. #
  3319. wy185|wyse185|wyse 185:\
  3320.     :5i:am:bs:hs:km:mi:ms:xn:xo:\
  3321.     :co#80:it#8:li#24:ws#80:\
  3322.     :%1=\E[28~:*6=\E[4~:@0=\E[1~:@8=\EOM:AL=\E[%dL:\
  3323.     :DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\E[23~:F2=\E[24~:\
  3324.     :F3=\E[25~:F4=\E[26~:F5=\E[28~:F6=\E[29~:F7=\E[31~:\
  3325.     :F8=\E[32~:F9=\E[33~:FA=\E[34~:IC=\E[%d@:K1=\EOw:\
  3326.     :K2=\EOu:K3=\EOy:K4=\EOq:K5=\EOs:LE=\E[%dD:RA=\E[?7l:\
  3327.     :RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:\
  3328.     :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
  3329.     :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[J:\
  3330.     :ce=\E[K:ch=\E[%i%d`:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
  3331.     :cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:cv=\E[%i%dd:dc=\E[P:\
  3332.     :dl=\E[M:do=^J:ds=\E7\E[99;0H\E[K\E8:eA=\E)0:\
  3333.     :ec=\E[%dX:ei=\E[4l:fs=\E[1;24r\E8:ho=\E[H:i1=\E[?5W:\
  3334.     :i2=\E>\E(B\E)0\017\E[m:im=\E[4h:ip=:\
  3335.     :is=\E[2;4;20;30l\E[?1;4;10;16l\E[12h\E[?7;8;25h:\
  3336.     :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k6=\E[17~:k7=\E[18~:\
  3337.     :k8=\E[19~:k9=\E[20~:k;=\E[21~:kB=\E[Z:kD=\E[3~:\
  3338.     :kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:ke=\E>:\
  3339.     :kh=\E[26~:kl=\E[D:kr=\E[C:ks=\E[?1l\E=:ku=\E[A:\
  3340.     :l1=PF1:l2=PF2:l3=PF3:l4=PF4:le=^H:mb=\E[5m:md=\E[1m:\
  3341.     :me=\E[m\017:mh=\E[2m:mk=\E[8m:mr=\E[7m:nd=\E[C:\
  3342.     :pf=\E[4i:po=\E[5i:ps=\E[0i:\
  3343.     :r1=\E[13l\E[3l\E\\\E[63;1"p\E[!p:r2=\E[35h\E[?3l:\
  3344.     :r3=\E[?5l\E[47h\E[40l\E[r:rc=\E8:\
  3345.     :..sa=\E[0%?%p2%t;4%;%?%p3%p1%|%t;7%;%?%p4%t;5%;%?%p5%t;2%;%?%p6%t;1%;%?%p7%t;8%;m%?%p9%t\016%e\017%;:\
  3346.     :sc=\E7:se=\E[27m:sf=\n:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
  3347.     :te=\E[ R:ti=\E[ Q:ts=\E7\E[99;%i%p1%dH:ue=\E[24m:\
  3348.     :up=\E[A:us=\E[4m:ve=\E[34h\E[?25h:vi=\E[?25l:\
  3349.     :vs=\E[?25h\E[34l:
  3350. #
  3351. #    Wyse 185 with 24 data lines and top status (terminal status)
  3352. wy185-24|wyse185-24|wyse 185 with 24 data lines:\
  3353.     :hs@:\
  3354.     :ds@:fs@:r3=\E[?5l\E[47h\E[40l\E[1;24r:ts@:tc=wy185:
  3355. #
  3356. #    Wyse 185 with visual bell.
  3357. wy185-vb|wyse185-vb|wyse 185 with visible bell:\
  3358.     :vb=\E[30h\E\\\054\E[30l:tc=wy185:
  3359. #
  3360. #    Wyse 185 in 132-column mode.
  3361. wy185-w|wyse185-w|wyse 185 in 132-column mode:\
  3362.     :co#132:ws#132:\
  3363.     :DC=\E[%dP:IC=\E[%d@:dc=\E[P:ei=:im=:ip=:\
  3364.     :r2=\E[35h\E[?3h:tc=wy185:
  3365. #
  3366. #    Wyse 185 in 132-column mode with visual bell.
  3367. wy185-wvb|wyse185-wvb|wyse 185 with visible bell 132-columns:\
  3368.     :vb=\E[30h\E\\\054\E[30l:tc=wy185-w:
  3369.  
  3370. # wy325 terminfo entries
  3371. # Done by Joe H. Davis        3-9-92
  3372.  
  3373. # lines 25  columns 80
  3374. #
  3375. wy325|wyse325|Wyse-epc:\
  3376.     :5i:am:bs:bw:hs:mi:\
  3377.     :Nl#8:co#80:lh#1:li#24:lw#8:pb#9601:ws#45:\
  3378.     :#2=\E{:%9=\EP:&3=\Er:@8=\E7:F1=^AJ\r:F2=^AK\r:\
  3379.     :F3=^AL\r:F4=^AM\r:F5=^AN\r:F6=^AO\r:LF=\EA11:\
  3380.     :LO=\EA10:RA=\Ed.:SA=\Ed/:\
  3381.     :ac=+/\\\054.0[Iha2fxgqh1jYk?lZm@nEqDtCu4vAwBx3yszr{c~~:\
  3382.     :ae=\EcD:al=\EE:as=\EcE:bl=^G:bt=\EI:cd=\EY:ce=\ET:\
  3383.     :cl=\E+:cm=\E=%+ %+ :cr=^M:ct=\E0:dc=\EW:dl=\ER:\
  3384.     :do=^J:ds=\EF\r:ei=\Er:fs=^M:ho=^^:i1=\EcB0\EcC1:\
  3385.     :i2=\Ew0:im=\Eq:ip=:\
  3386.     :is=\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016\024\El:\
  3387.     :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
  3388.     :k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:kA=\EE:\
  3389.     :kB=\EI:kD=\EW:kE=\ET:kI=\Eq:kL=\ER:kN=\EK:kP=\EJ:\
  3390.     :kS=\EY:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:\
  3391.     :ll=^^^K:mb=\EG2:me=\E(\EH\003\EG0\EcD:mh=\EGp:\
  3392.     :mk=\EG1:mp=\E):mr=\EG4:nd=^L:pf=^T:pl=\EZ2%+?%s\177:\
  3393.     :pn=\Ez%+/%s\r:po=\Ed#:ps=\EP:px=\EZ1%+?%s\177:\
  3394.     :r1=\E~!\E~4:r2=\EeF\E`\072:r3=\EwG\Ee(:\
  3395.     :..sa=%?%p8%t\E)%e\E(%;%?%p9%t\EcE%e\EcD%;\EG%'0'%?%p2%t%{8}%|%;%?%p1%p3%|%p6%|%t%{4}%|%;%?%p4%t%{2}%|%;%?%p1%p5%|%t%{64}%|%;%?%p7%t%{1}%|%;%c:\
  3396.     :se=\EG0:sf=\n:so=\EGt:sr=\Ej:st=\E1:ta=^I:te=\Ew0:\
  3397.     :ti=\Ew1:ts=\EF:ue=\EG0:up=^K:us=\EG8:ve=\E`1:\
  3398.     :vi=\E`0:
  3399.  
  3400. #
  3401. # lines 24  columns 80  vb 
  3402. #
  3403. wy325-vb|wyse325-vb|wy150-vb:\
  3404.     :vb=\E`8\E`9:tc=wy325:
  3405.  
  3406. #
  3407. # lines 24  columns 132
  3408. #
  3409. wy325-w|wyse325-w|wy325w-24:\
  3410.     :Nl#16:co#132:lw#7:ws#97:\
  3411.     :cm=\Ea%i%dR%dC:dc=\EW:ip=:r2=\E`;:tc=wy325:
  3412. #
  3413. # lines 25  columns 80
  3414. #
  3415. wy325-25|wyse325-25|wy325-80:\
  3416.     :Nl@:lh@:li#25:lw@:\
  3417.     :pn@:r3=\EwG\Ee):tc=wy325:
  3418. #
  3419. # lines 25  columns 132
  3420. #
  3421. wy325-25w|wyse325-25w|wy325 132 columns:\
  3422.     :Nl@:lh@:li#25:lw@:\
  3423.     :pn@:r3=\EwG\Ee):tc=wy325-w:
  3424. #
  3425. # lines 25  columns 132  vb 
  3426. #
  3427. wy325-w-vb|wy325-wvb|wyse325-wvb:\
  3428.     :vb=\E`8\E`9:tc=wy325-w:
  3429.  
  3430. #
  3431. # lines 42  columns 80
  3432. #
  3433. wy325-42|wyse325-42:\
  3434.     :Nl@:lh@:li#42:lw@:\
  3435.     :pn@:r3=\EwG\Ee):tc=wy325:
  3436. #
  3437. # lines 42  columns 132
  3438. #
  3439. wy325-42w|wyse325-42w:\
  3440.     :Nl@:lh@:li#42:lw@:\
  3441.     :pn@:r3=\EwG\Ee):tc=wy325-w:
  3442. #
  3443. # lines 42  columns 132  vb 
  3444. #
  3445. wy325-42w-vb|wy325-42wvb:\
  3446.     :vb=\E`8\E`9:tc=wy325-w:
  3447. #
  3448. # lines 43  columns 80
  3449. #
  3450. wy325-43|wyse325-43:\
  3451.     :Nl@:lh@:li#43:lw@:\
  3452.     :pn@:r3=\EwG\Ee):tc=wy325:
  3453. #
  3454. # lines 43  columns 132
  3455. #
  3456. wy325-43w|wyse325-43w:\
  3457.     :Nl@:lh@:li#43:lw@:\
  3458.     :pn@:r3=\EwG\Ee):tc=wy325-w:
  3459. #
  3460. # lines 43  columns 132  vb 
  3461. #
  3462. wy325-43w-vb|wy325-43wvb:\
  3463.     :vb=\E`8\E`9:tc=wy325-w:
  3464. #    Wyse 370
  3465. #
  3466. #        24 line screen with status line.
  3467. #
  3468. #    The terminal may have to be set for 8 data bits and 2 stop
  3469. #    bits for the arrow keys to work.
  3470. #
  3471. #    If you change keyboards the terminal will send different
  3472. #    escape sequences.
  3473. #    The following definition is for the basic terminal without
  3474. #    function keys.
  3475. #
  3476. #    u0 -> enter Tektronix 4010/4014 mode
  3477. #    u1 -> exit  Tektronix 4010/4014 mode
  3478. #    u2 -> enter ASCII mode (from any ANSI mode)
  3479. #    u3 -> exit  ASCII mode (goto native ANSI mode)
  3480. #    u4 -> enter Tek 4207 ANSI mode (from any ANSI mode)
  3481. #    u5 -> exit  Tek 4207 mode (goto native ANSI mode)
  3482. #
  3483. # (untranslatable capabilities removed to fit entry within 1023 bytes)
  3484. # WARNING: this entry, 1201 bytes long, may core-dump older termcap libraries!
  3485. wy370-nk|wyse 370 without function keys:\
  3486.     :5i:am:bs:cc:hs:mi:ms:xn:xo:\
  3487.     :Co#64:NC#48:co#80:it#8:li#24:pa#64:ws#80:\
  3488.     :AL=\E[%dL:DC=\E[%dP:DK=\E[31h:DL=\E[%dM:DO=\E[%dB:\
  3489.     :IC=\E[%d@::LE=\E[%dD:RA=\E[?7l:RC=\E[31l:RI=\E[%dC:\
  3490.     :SA=\E[?7h:Sb=\E[62;%dw:Sf=\E[61;%dw:UP=\E[%dA:\
  3491.     :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
  3492.     :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[J:\
  3493.     :ce=\E[K:ch=\E[%i%d`:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
  3494.     :cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:cv=\E[%i%dd:dc=\E[P:\
  3495.     :dl=\E[M:do=^J:ds=\E[40l:eA=\E)0:ec=\E[%dX:ei=\E[4l:\
  3496.     :fs=\E[1;24r\E8:ho=\E[H:i1=\E[90;1"p\E[?5W:\
  3497.     :i2=\E>\017\E)0\E(B\E[63;0w\E[m:im=\E[4h:ip=:\
  3498.     :is=\E[2;4;20;30;40l\E[?1;10;16l\E[12h\E[?7;8;25h:\
  3499.     :ke=\E>:ks=\E[?1l\E=:le=^H:mb=\E[5m:md=\E[1m:\
  3500.     :me=\E[m\017:mh=\E[2m:mk=\E[8m:mr=\E[7m:nd=\E[C:\
  3501.     :oc=\E[60w\E[63;0w\n\E[66;1;4w\n\E[66;2;13w\n\E[66;3;16w\n\E[66;4;49w\n\E[66;5;51w\n\E[66;6;61w\n\E[66;7;64w:\
  3502.     :op=\E[m:pf=\E[4i:po=\E[5i:ps=\E[0i:\
  3503.     :r1=\E[13l\E[3l\E!p\E[?4i:r2=\E[35h\E[?3l:r3=\E[?5l:\
  3504.     :rc=\E8::sc=\E7:se=\E[27m:sf=\n:so=\E[7m:sr=\EM:\
  3505.     :st=\EH:ta=\011:te=\E[ R:ti=\E[ Q:\
  3506.     :ts=\E[40l\E[40h\E7\E[99;%i%p1%dH:u0=\E[?38h\E8:\
  3507.     :u1=\E[?38l\E)0:u2=\E[92;52"p:u3=\E~B:u4=\E[92;76"p::\
  3508.     :ue=\E[24m:up=\E[A:us=\E[4m:ve=\E[34h\E[?25h:\
  3509.     :vi=\E[?25l:vs=\E[?25h\E[34l:
  3510. #
  3511. #    Function key set for the ASCII (wy-50 compatable) keyboard
  3512. #
  3513. wy370-101k|Wyse 370 with 101 key keyboard:\
  3514.     :@8=\EOM:F1=\E[23~:F2=\E[24~:F3=\E[25~:F4=\E[26~:\
  3515.     :F5=\E[28~:F6=\E[29~:k1=\E[?4i:k2=\E[?3i:k3=\E[2i:\
  3516.     :k4=\E[@:k5=\E[M:k6=\E[17~:k7=\E[18~:k8=\E[19~:\
  3517.     :k9=\E[20~:k;=\E[21~:kA=\EOP:kB=\E[Z:kD=\EOQ:kI=\EOP:\
  3518.     :kL=\EOQ:kN=\E[U:kP=\E[V:kb=^H:kd=\E[B:kh=\E[H:\
  3519.     :kl=\E[D:kr=\E[C:ku=\E[A:tc=wy370-nk:
  3520. #
  3521. #    Function key set for the VT-320 (and wy85) compatable keyboard
  3522. #
  3523. wy370-105k|Wyse 370 with 105 key keyboard:\
  3524.     :%1=\E[28~:*6=\E[4~:@0=\E[1~:@8=\EOM:F1=\E[23~:\
  3525.     :F2=\E[24~:F3=\E[25~:F4=\E[26~:F5=\E[28~:F6=\E[29~:\
  3526.     :F7=\E[31~:F8=\E[32~:F9=\E[33~:FA=\E[34~:K1=\EOw:\
  3527.     :K2=\EOu:K3=\EOy:K4=\EOq:K5=\EOs:k1=\EOP:k2=\EOQ:\
  3528.     :k3=\EOR:k4=\EOS:k6=\E[17~:k7=\E[18~:k8=\E[19~:\
  3529.     :k9=\E[20~:k;=\E[21~:kD=\E[3~:kI=\E[2~:kN=\E[6~:\
  3530.     :kP=\E[5~:kb=^H:kd=\E[B:kh=\E[26~:kl=\E[D:kr=\E[C:\
  3531.     :ku=\E[A:l1=PF1:l2=PF2:l3=PF3:l4=PF4:tc=wy370-nk:
  3532. #
  3533. #    Function key set for the PC compatable keyboard
  3534. #
  3535. wy370-EPC|Wyse 370 with 102 key keyboard:\
  3536.     :@7=\E[1~:@8=\EOM:F1=\E[23~:F2=\E[24~:k1=\EOP:\
  3537.     :k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[M:k6=\E[17~:k7=\E[18~:\
  3538.     :k8=\E[19~:k9=\E[20~:k;=\E[21~:kB=\E[Z:kI=\E[2~:\
  3539.     :kN=\E[U:kP=\E[V:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:\
  3540.     :kr=\E[C:ku=\E[A:tc=wy370-nk:
  3541. #
  3542. #    Set up the default WY-370.
  3543. #
  3544. wy370|wyse370|Wyse 370:\
  3545.     :tc=wy370-101k:
  3546. #
  3547. #    Wyse 370 with visual bell.
  3548. wy370-vb|Wyse 370 with visible bell:\
  3549.     :vb=\E[30h\E\\\054\E[30l:tc=wy370:
  3550. #
  3551. #    Wyse 370 in 132-column mode.
  3552. wy370-w|Wyse 370 in 132-column mode:\
  3553.     :co#132:ws#132:\
  3554.     :r2=\E[35h\E[?3h:tc=wy370:
  3555. #
  3556. #    Wyse 370 in 132-column mode with visual bell.
  3557. wy370-wvb|Wyse 370 with visible bell 132-columns:\
  3558.     :vb=\E[30h\E\\\054\E[30l:tc=wy370-w:
  3559. wy370-rv|Wyse 370 reverse video:\
  3560.     :r3=\E[32h\E[?5h:tc=wy370:
  3561. #
  3562. #    Wyse 99gt Tektronix 4010/4014 emulator,
  3563. #
  3564. wy99gt-tek|Wyse 99gt Tektronix 4010/4014 emulator:\
  3565.     :am:bs:os:\
  3566.     :co#74:li#35:\
  3567.     :bl=^G:cl=\E^L:\
  3568.     :..cm=\035%{3040}%{89}%p1%*%-%Py\n%p2%{55}%*%Px\n%gy%{128}%/%{31}%&%{32}%+%c\n%gy%{3}%&%{4}%*%gx%{3}%&%+%{96}%+%c\n%gy%{004}%/%{31}%&%{96}%+%c\n%gx%{128}%/%{31}%&%{32}%+%c\n%gx%{004}%/%{31}%&%{64}%+%c\037:\
  3569.     :cr=^M:do=^J:ff=^L:\
  3570.     :hd=\036HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH\037:\
  3571.     :ho=^]7`x @\037:\
  3572.     :hu=\036DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD\037:\
  3573.     :is=\E8:le=^H:nd= :nw=^M^J:u0=\E~>\E8:u1=\E[42h:\
  3574.     :up=^K:
  3575. #
  3576. #    Wyse 160 Tektronix 4010/4014 emulator,
  3577. #
  3578. wy160-tek|Wyse 160 Tektronix 4010/4014 emulator:\
  3579.     :..cm=\035%{3103}%{91}%p1%*%-%Py\n%p2%{55}%*%Px\n%gy%{128}%/%{31}%&%{32}%+%c\n%gy%{3}%&%{4}%*%gx%{3}%&%+%{96}%+%c\n%gy%{004}%/%{31}%&%{96}%+%c\n%gx%{128}%/%{31}%&%{32}%+%c\n%gx%{004}%/%{31}%&%{64}%+%c\037:\
  3580.     :ho=^]8`g @\037:tc=wy99gt-tek:
  3581. #
  3582. #    Wyse 370 Tektronix 4010/4014 emulator,
  3583. #
  3584. wy370-tek|Wyse 370 Tektronix 4010/4014 emulator:\
  3585.     :am:bs:os:\
  3586.     :co#80:li#36:\
  3587.     :bl=^G:cl=\E^L:\
  3588.     :..cm=\035%{775}%{108}%p1%*%{5}%/%-%Py\n%p2%{64}%*%{4}%+%{5}%/%Px\n%gy%{32}%/%{31}%&%{32}%+%c\n%gy%{31}%&%{96}%+%c\n%gx%{32}%/%{31}%&%{32}%+%c\n%gx%{31}%&%{64}%+%c\037:\
  3589.     :cr=^M:do=^J:ff=^L:\
  3590.     :hd=\036HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH\037:\
  3591.     :ho=^]8g @\037:\
  3592.     :hu=\036DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD\037:\
  3593.     :is=\E8:kb=^H:kd=^J:kl=^H:kr=^I:ku=^K:le=^H:nd= :\
  3594.     :nw=^M^J:u0=\E[?38h\E8:u1=\E[?38l\E)0:up=^K:
  3595.  
  3596. # Vendor-supplied Wyse entries end here.
  3597.  
  3598. # From: Eric Freudenthal <freudent@eric.ultra.nyu.edu>
  3599. wy100q|Wyse 100 for Quotron:\
  3600.     :bs:\
  3601.     :co#80:li#24:sg#1:ug#1:\
  3602.     :al=\EE:bt=\EI:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :\
  3603.     :dc=\EW:dl=\ER:do=^J:ei=\Er:ho=^^:im=\Eq:\
  3604.     :is=\E`\072\200\EC\EDF\E0\E'\E(\EA21:kd=^J:kl=^H:\
  3605.     :kr=^L:ku=^K:nd=^L:se=\EG0:so=\EG4:sr=\Ej:ue=\EG0:\
  3606.     :up=^K:us=\EG8:
  3607.  
  3608. #### Kermit terminal emulations
  3609. #
  3610. # Obsolete Kermit versions may be listed in the section describing obsolete
  3611. # non-ANSI terminal emulators later in the file.
  3612. #
  3613.  
  3614. # KERMIT standard all versions.
  3615. # Straight ascii keyboard. :sr=\EI: not avail. many versions + bug prone in vi.
  3616. # (kermit: removed obsolete ":ma=^Hh^Jj^Kk^Ll^^H:" -- esr)
  3617. # From: greg small <gts@populi.berkeley.edu> 9-25-84
  3618. kermit|standard kermit:\
  3619.     :bs:\
  3620.     :co#80:li#24:\
  3621.     :cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :ho=\EH:\
  3622.     :is=K0 Standard Kermit  9-25-84\n:kd=^J:kh=^^:kl=^H:\
  3623.     :kr=^L:ku=^K:nd=\EC:up=\EA:
  3624. kermitam|standard kermit plus auto-margin:\
  3625.     :am:\
  3626.     :is=K1 Standard Kermit plus Automatic Margins\n:tc=kermit:
  3627. # IBMPC Kermit 1.2.
  3628. # Bugs :cd:ce: do not work except at beginning of line!  :cl: does not work,
  3629. # but fake with :cl=\EH\EJ (since :cd=\EJ: works at beginning of line).
  3630. # From: greg small <gts@populi.berkeley.edu> 8-30-84
  3631. pckermit|pckermit12|UCB IBMPC Kermit 1.2:\
  3632.     :am:\
  3633.     :li#25:\
  3634.     :cd@:ce@:cl=\EH\EJ:\
  3635.     :is=K2 UCB IBMPC Kermit 1.2  8-30-84\n:tc=kermit:
  3636. # IBMPC Kermit 1.20
  3637. # Cannot use line 25, now acts funny like ansi special scrolling region.
  3638. # Initialization must escape from that region by cursor position to line 24.
  3639. # Cannot use character insert because 1.20 goes crazy if insert at col 80.
  3640. # Does not use am: because autowrap mode lost when kermit dropped and restarted.
  3641. # (pckermit: mapped ":pt:" to ":it#8:" -- esr)
  3642. # From: greg small <gts@populi.berkeley.edu> 12-19-84
  3643. pckermit120|UCB IBMPC Kermit 1.20:\
  3644.     :am@:pt:\
  3645.     :it#8:li#24:\
  3646.     :al=\EL:dc=\EN:dl=\EM:do=\EB:ei@:im@:\
  3647.     :is=\EO\Eq\EJ\EY7 K3 UCB IBMPC Kermit 1.20  12-19-84\n:\
  3648.     :se=\Eq:so=\Ep:vs=\EO\Eq\EEK3:tc=kermit:
  3649. # MS-DOS Kermit 2.27 for the IBMPC
  3650. # Straight ascii keyboard. :sr=\EI: not avail. many versions + bug prone in vi.
  3651. # Cannot use line 25, now acts funny like ansi special scrolling region.
  3652. # Initialization must escape from that region by cursor position to line 24.
  3653. # Does not use am: because autowrap mode lost when kermit dropped and restarted.
  3654. # Reverse video for standout like H19.
  3655. # (msk227: removed obsolete ":ma=^Hh^Jj^Kk^Ll^^H:";
  3656. # mapped ":pt:" to ":it#8:" -- esr)
  3657. # From: greg small <gts@populi.berkeley.edu> 3-17-85
  3658. msk227|mskermit227|MS-DOS Kermit 2.27 for the IBMPC:\
  3659.     :am@:bs:pt:\
  3660.     :co#80:it#8:li#24:\
  3661.     :al=\EL:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :dc=\EN:\
  3662.     :dl=\EM:do=\EB:ei=\EO:ho=\EH:im=\E@:\
  3663.     :is=\EO\Eq\EG\Ew\EJ\EY7 K4 MS Kermit 2.27 for the IBMPC 3-17-85\n:\
  3664.     :kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:nd=\EC:rc=\Ek:sc=\Ej:\
  3665.     :se=\Eq:so=\Ep:up=\EA:vs=\EO\Eq\EG\EwK4:
  3666. # MS-DOS Kermit 2.27 with automatic margins
  3667. # From:    greg small <gts@populi.berkeley.edu> 3-17-85
  3668. msk227am|mskermit227am|UCB MS-DOS Kermit 2.27 with automatic margins:\
  3669.     :am:\
  3670.     :is=\EO\Eq\EG\Ev\EJ\EY7 K5 MS Kermit 2.27 +automatic margins 3-17-85\n:\
  3671.     :vs=\EO\Eq\EG\EvK5:tc=msk227:
  3672. # MS-DOS Kermit 2.27 UCB 227.14 for the IBM PC
  3673. # Automatic margins now default.  Use ansi set graphic rendition for standout,
  3674. # underline and ul codes (:md:,:me:,:mr:).  Define function keys.
  3675. # (msk22714: removed obsolete ":kn#10:" -- esr)
  3676. # From: greg small <gts@populi.berkeley.edu> 3-17-85
  3677. msk22714|mskermit22714|UCB MS-DOS Kermit 2.27 UCB 227.14 IBM PC:\
  3678.     :am:\
  3679.     :is=\EO\Eq\EG\Ev\EJ\EY7 K6 MS Kermit 2.27 UCB 227.14 IBM PC 3-17-85\n:\
  3680.     :k0=\E0:k1=\E1:k2=\E2:k3=\E3:k4=\E4:k5=\E5:k6=\E6:\
  3681.     :k7=\E7:k8=\E8:k9=\E9:md=\E[1m:me=\E[m:mr=\E[7m:\
  3682.     :se=\E[m:so=\E[1m:ue=\E[m:us=\E[4m:vs=\EO\Eq\EG\EvK6:tc=mskermit227:
  3683. # This was designed for a VT320 emulator, but it is probably a good start
  3684. # at support for the VT320 itself.
  3685. # Please send changes with explanations to bug-gnu-emacs@prep.ai.mit.edu.
  3686. vt320-k3|MS-Kermit 3.00's vt320 emulation:\
  3687.     :am:es:hs:km:mi:ms:xn:\
  3688.     :co#80:it#8:li#49:pb#9600:vt#3:\
  3689.     :AL=\E[%dL:CC=\E:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:\
  3690.     :IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:SR=\E[%dL:UP=\E[%dA:\
  3691.     :ae=\E(B:al=\E[L:as=\E(0:bl=^G:cd=\E[J:ce=\E[K:\
  3692.     :ch=\E[%i%dG:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
  3693.     :cs=\E[%i%d;%dr:ct=\E[3g:cv=\E[%i%dd:dc=\E[P:dl=\E[M:\
  3694.     :do=^J:ds=\E[0$~:ec=\E[%dX:ei=\E[4l:fs=\E[0$}:\
  3695.     :ho=\E[H:im=\E[4h:is=\E>\E F\E[?1l\E[?7h\E[r\E[2$~:\
  3696.     :k0=\E[21~:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k6=\E[17~:\
  3697.     :k7=\E[18~:k8=\E[19~:k9=\E[20~:kI=\E[2~:kL=\E[3~:\
  3698.     :kN=\E[6~:kP=\E[5~:kb=^H:kd=\EOB:ke=\E[?1l\E>:\
  3699.     :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:\
  3700.     :md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:nw=^M^J:pf=\E[4i:\
  3701.     :po=\E[5i:ps=\E[0i:\
  3702.     :r1=\E(B\E)B\E>\E F\E[4;20l\E[12h\E[?1;5;6;38;42l\E[?7;25h\E4i\E?4i\E[m\E[r\E[2$~:\
  3703.     :rc=\E8:sc=\E7:se=\E[27m:sf=^J:so=\E[7m:sr=\EM:\
  3704.     :st=\EH:ta=^I:ts=\E[1$}\r\E[K:ue=\E[24m:up=\E[A:\
  3705.     :us=\E[4m:vb=\E[?5h\E[?5l\E[?5h\E[?5l\E[?5h\E[?5l:\
  3706.     :ve=\E[?25h:vi=\E[?25l:
  3707.  
  3708. ######## OLDER TERMINAL TYPES
  3709. #
  3710. # This section is devoted to older commercial terminal brands that are now
  3711. # discontinued, but known to be still in use or represented by emulations.
  3712. #
  3713.  
  3714. #### AT&T (att, tty)
  3715. #
  3716. # This section also includes Teletype-branded VDTs.
  3717. #
  3718. # The AT&T/Teletype terminals group was sold to SunRiver Data Systems; for
  3719. # details, see the header comment on the ADDS section.
  3720. #
  3721. # These are AT&T's official terminfo entries
  3722. #
  3723. att2300|ATT2300|sv80|AT&T 2300 Video Information Terminal 80 column mode:\
  3724.     :am:eo:mi:ms:xo:\
  3725.     :co#80:it#8:li#24:\
  3726.     :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\E[11r:\
  3727.     :F2=\E[12r:F3=\E[13r:F4=\E[14r:F5=\E[15r:F6=\E[16r:\
  3728.     :IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:al=\E[L:\
  3729.     :bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
  3730.     :cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:\
  3731.     :ho=\E[H:im=\E[4h:k1=\E[1r:k2=\E[2r:k3=\E[3r:\
  3732.     :k4=\E[4r:k5=\E[5r:k6=\E[6r:k7=\E[7r:k8=\E[8r:\
  3733.     :k9=\E[9r:k;=\E[10r:kA=\E[L:kB=\E[Z:kC=\E[J:kD=\E[P:\
  3734.     :kI=\E[@:kL=\E[M:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:\
  3735.     :kr=\E[C:ku=\E[A:le=^H:me=\E[m:mr=\E[7m:nd=\E[C:\
  3736.     :pf=\E[4i:po=\E[5i:ps=\E[0i:se=\E[0m:sf=^J:so=\E[7m:\
  3737.     :ta=^I:up=\E[A:
  3738. att2350|AT&T 2350 Video Information Terminal 80 column mode:\
  3739.     :pf@:po@:ps@:tc=att2300:
  3740. att2300-x40|sv40|AT&T 2300 Video Information Terminal 40 column mode:\
  3741.     :co#40:it#5:li#23:\
  3742.     :AL@:al@:tc=att2300:
  3743. att2350-x40|ATT2350-x40|AT&T 2350 Video Information Terminal 40 column mode:\
  3744.     :co#40:it#5:li#23:\
  3745.     :AL@:al@:tc=att2350:
  3746.  
  3747. # Must setup RETURN KEY - CR, REC'VD LF - INDEX.
  3748. # Seems upward compatible with vt100, plus ins/del line/char.
  3749. # On sgr, the protection parameter is ignored.
  3750. # No check is made to make sure that only 3 parameters are output.
  3751. #     standout= reverse + half-intensity = 3 | 5.
  3752. #     bold= reverse + underline = 2 | 3.
  3753. # note that half-bright blinking doesn't look different from normal blinking.
  3754. # NOTE:you must program the function keys first, label second!
  3755. att5410v1|att4410v1|tty5410v1|AT&T 4410/5410 80 columns - version 1:\
  3756.     :am:hs:mi:ms:xo:\
  3757.     :Nl#8:co#80:it#8:lh#2:li#24:lw#8:ws#80:\
  3758.     :ac=``aaffhhggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~00++--\\\054\\\054..:\
  3759.     :ae=^O:al=\E[L:as=^N:bl=^G:cd=\E[J:ce=\E[K:\
  3760.     :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
  3761.     :dc=\E[P:dl=\E[M:do=\E[B:ei=:fs=\E8:ho=\E[H:\
  3762.     :i1=\E[?3l\E)0:\
  3763.     :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:\
  3764.     :ic=\E[@:im=:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOT:\
  3765.     :k6=\EOU:k7=\EOV:k8=\EOW:kC=\E[2J:kH=\E[24;1H:kb=^H:\
  3766.     :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
  3767.     :ll=\E[24H:mb=\E[5m:md=\E[2;7m:me=\E[m\017:mh=\E[2m:\
  3768.     :mk=\E[8m:mr=\E[7m:nd=\E[C:nw=^M^J:\
  3769.     :..pn=\E[%p1%d;00q%p2%\072-16s:\
  3770.     :..px=\E[%p1%1d;%p2%l%2.2dq   f%p1%1d           %p2%s:\
  3771.     :r2=\Ec\E[?3l\E[2;0y:rc=\E8:\
  3772.     :..sa=\E[0%?%p1%p5%|%t;2%;%?%p2%p6%|%t;4%;%?%p4%t;5%;%?%p3%p1%|%p6%|%t;7%;%?%p7%t;8%;m%?%p9%t\016%e\017%;:\
  3773.     :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:ta=^I:\
  3774.     :ts=\E7\E[25;%p1%{1}%+%dH:ue=\E[m:up=\E[A:us=\E[4m:
  3775.  
  3776. att4410v1-w|att5410v1-w|tty5410v1-w|AT&T 4410/5410 132 columns - version 1:\
  3777.     :co#132:ws#132:\
  3778.     :i1=\E[?3h\E)0:r2=\Ec\E[?3h\E[2;0y:tc=att5410v1:
  3779.  
  3780. att4410|att5410|tty5410|AT&T 4410/5410 80 columns - version 2:\
  3781.     :..px=\E[%p1%d;%p2%l%02dq   f%p1%d           %p2%s:tc=att5410v1:
  3782.  
  3783. att4410-nfk|att5410-nfk|4410-nfk|tty5410-nfk|5410-nfk|version 1 AT&T 4410/5410 entry without function keys:\
  3784.     :i3@:k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:pn@:tc=att4410:
  3785.  
  3786. att5410-w|att4410-w|4410-w|tty5410-w|5410-w|AT&T 4410/5410 in 132 column mode:\
  3787.     :co#132:ws#132:\
  3788.     :i1=\E[?3h\E)0:r2=\Ec\E[?3h\E[2;0y:tc=att4410:
  3789.  
  3790. att5410-nsl|4410-nsl|att4410-nsl|ATT4410-nsl|tty5410-nsl|tty5410 entry without pln defined:\
  3791.     :pn@:tc=att4410:
  3792.  
  3793. otty5410|teletype 5410 for S5R2 curses:\
  3794.     :ts=\E7\E[25;%p1%{1}%+%dH:tc=att4410:
  3795.  
  3796. # 5410 in terms of a vt100
  3797. v5410|5410 in terms of a vt100:\
  3798.     :am:mi:ms:xo:\
  3799.     :co#80:it#8:li#24:vt#3:\
  3800.     :@8=\EOM:K1=\EOq:K2=\EOr:K3=\EOs:K4=\EOp:K5=\EOn:\
  3801.     :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
  3802.     :ae=^O:al=\E[L:as=^N:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\
  3803.     :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
  3804.     :ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:eA=\E(B\E)0:ei=:\
  3805.     :ho=\E[H:ic=\E[@:im=:k0=\EOy:k1=\EOP:k2=\EOQ:k3=\EOR:\
  3806.     :k4=\EOS:k5=\EOt:k6=\EOu:k7=\EOv:k8=\EOl:k9=\EOw:\
  3807.     :k;=\EOx:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:\
  3808.     :ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:md=\E[1m:\
  3809.     :me=\E[m\017:mr=\E[7m:nd=\E[C:\
  3810.     :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\
  3811.     :..sa=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;:\
  3812.     :sc=\E7:se=\E[m:sf=^J:so=\E[1;7m:sr=\EM:st=\EH:ta=^I:\
  3813.     :ue=\E[m:up=\E[A:us=\E[4m:
  3814.  
  3815. # Teletype Model 5420 -- A souped up 5410, with multiple windows,
  3816. # even! the 5420 has three modes: scroll, window or page mode
  3817. # this terminfo should work in scroll or window mode, but doesn't
  3818. # take advantage of any of the differences between them.
  3819. #
  3820. # Has memory below (2 lines!)
  3821. # 3 pages of memory (plus some spare)
  3822. # The 5410 sequences for cup,cvvis,dch,dl,ech,flash,home,hpa,hts would work
  3823. # for these, but these work in both scroll and window mode...
  3824. # Unset insert character so insert mode works
  3825. # is1 sets 80 column mode,
  3826. # is2 escape sequence:
  3827. # 1) turn off all fonts
  3828. # 2) function keys off, keyboard lock off, control display off,
  3829. #    insert mode off, erasure mode off,
  3830. # 3) full duplex, monitor mode off, send graphics off, nl on lf off
  3831. # 4) reset origin mode
  3832. # 5) set line wraparound
  3833. # 6) exit erasure mode, positional attribute mode, and erasure extent mode
  3834. # 7) clear margins
  3835. # 8) program ENTER to transmit ^J,
  3836. # We use \212 to program the ^J because a bare ^J will get translated by
  3837. # UNIX into a CR/LF. The enter key is needed for AT&T uOMS.
  3838. #     1      2            3              4     5     6    7  8
  3839. # is3 set screen color to black,
  3840. # No representation in terminfo for the delete word key: kdw1=\Ed
  3841. # Key capabilities assume the power-up send sequence...
  3842. # This rmcup is not strictly necessary, but it helps maximize 
  3843. # memory usefulness: rmcup=\Ez,
  3844. # Alternate sgr0:    sgr0=\E[0m\EW^O,
  3845. # Alternate sgr:    sgr=\E[%?%p1%t2;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p5%t;2%;%?%p7%t;8%;m%?%p8%t\EV%;%?%p9%t^N%e^O%;,
  3846. # smkx programs the SYS PF keys to send a set sequence.
  3847. # It also sets up labels f1, f2, ..., f8, and sends edit keys.
  3848. # This string causes them to send the strings kf1-kf8
  3849. # when pressed in SYS PF mode.
  3850. att4415|tty5420|att5420|AT&T 4415/5420 80 columns:\
  3851.     :db:mi:xo:\
  3852.     :Nl#8:lh#2:lm#78:lw#8:ws#55:\
  3853.     :@1=\Et:@7=\Ez:@8=\Eent:AL=\E[%dL:\
  3854.     :CM=\E[%i%p1%d;%p2%dt:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:\
  3855.     :IC=\E[%d@:LE=\E[%dD:LF=\E|:LO=\E~:RI=\E[%dC:\
  3856.     :SF=\E[%dE:SR=\E[%dF:UP=\E[%dA:bt=\E[Z:ch=\E[%+^AG:\
  3857.     :cl=\E[x\E[J:cm=\E[%i%d;%dx:ct=\E[3g:cv=\E[%+^Ad:\
  3858.     :ec=\E[%ds\E[%dD:ei=\E[4l:ho=\E[x:i1=\E[?3l:\
  3859.     :i2=\E[?5l:ic@:im=\E[4h:\
  3860.     :is=\E[0m\017\E[1;2;3;4;6l\E[12;13;14;20l\E[?6;97;99l\E[?7h\E[4i\Ex\E[21;1j\212:\
  3861.     :k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:k5=\EOg:k6=\EOh:\
  3862.     :k7=\EOi:k8=\EOj:kA=\E[L:kB=\E[Z:kD=\E[P:kE=\E[2K:\
  3863.     :kF=\E[T:kH=\Eu:kI=\E[4h:kL=\E[M:kN=\E[U:kP=\E[V:\
  3864.     :kR=\E[S:ke=\E[19;0j\E[21;1j\212:\
  3865.     :ks=\E[19;1j\E[21;4j\Eent:l1=F1:l2=F2:l3=F3:l4=F4:\
  3866.     :l5=F5:l6=F6:l7=F7:l8=F8:ll=\Ew:me=\E[0m\017:mp=\EV:\
  3867.     :pf=\E[?9i:..pn=\E[%p1%d;0;0;0q%p2%\072-16.16s:\
  3868.     :po=\E[?4i:ps=\E[?2i:\
  3869.     :..px=\E[%p1%d;%p2%l%02dq   F%p1%d           %p2%s:\
  3870.     :..sa=\E[0%?%p1%p5%|%t;2%;%?%p2%p6%|%t;4%;%?%p4%t;5%;%?%p3%p1%|%p6%|%t;7%;%?%p7%t;8%;m%?%p9%t\016%e\017%;:\
  3871.     :st=\EH:ts=\E7\E[25;%p1%{8}%+%dH:vb=\E[?5h\E[?5l:\
  3872.     :ve=\E[11;0j:vs=\E[11;1j:tc=att4410:
  3873.  
  3874. att4415-w|tty5420-w|att5420-w|5420-w|AT&T model 4415/5420 in 132 column mode:\
  3875.     :co#132:lm#54:ws#97:\
  3876.     :i1=\E[?3h:tc=att4415:
  3877.  
  3878. att4415-rv|tty5420-rv|att5420-rv|AT&T model 4415/5420 80 columns in reverse video:\
  3879.     :i2=\E[?5h:vb=\E[?5l\E[?5h:tc=att4415:
  3880.  
  3881. att4415-w-rv|tty5420-w-rv|att5420-w-rv|AT&T model 4415/5420 132 columns in reverse video:\
  3882.     :co#132:lm#54:ws#97:\
  3883.     :i1=\E[?3h:i2=\E[?5h:vb=\E[?5l\E[?5h:tc=att4415:
  3884.  
  3885. # Note that this mode permits programming USER PF KEYS and labels
  3886. # However, when you program user pf labels you have to reselect
  3887. # user pf keys to make them appear! 
  3888. att4415+nl|4415+nl|tty5420+nl|att5420+nl|generic AT&T 4415/5420 changes for not changing labels:\
  3889.     :k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:\
  3890.     :..pn=\E[%p1%d;0;0;1q%p2%\072-16.16s:\
  3891.     :..px=\E[%p1%d;%p2%l%02d;0;1q   F%p1%d           %p2%s:
  3892.  
  3893. att4415-nl|4415-nl|tty5420-nl|att5420-nl|AT&T 4415/5420 without changing labels:\
  3894.     :k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:tc=att4415+nl:tc=att4415:
  3895.  
  3896. att4415-rv-nl|tty5420-rv-nl|att5420-rv-nl|AT&T 4415/5420 reverse video without changing labels:\
  3897.     :k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:tc=att4415+nl:tc=att4415-rv:
  3898.  
  3899. att4415-w-nl|tty5420-w-nl|att5420-w-nl|AT&T 4415/5420 132 cols without changing labels:\
  3900.     :k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:tc=att4415+nl:tc=att4415-w:
  3901.  
  3902. att4415-w-rv-n|tty5420-w-rv-n|att5420-w-rv-n|AT&T 4415/5420 132 cols reverse without changing labels:\
  3903.     :k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:tc=att4415+nl:tc=att4415-w-rv:
  3904.  
  3905. otty5420|teletype 5420 for SVR2 curses on the 3B-20's:\
  3906.     :ch=\E[%+^AG:cv=\E[%+^Ad:tc=tty5420:
  3907.  
  3908. att5420_2|AT&T 5420 model 2 in 80 column mode:\
  3909.     :am:db:hs:mi:ms:xo:\
  3910.     :Nl#8:co#80:it#8:lh#2:li#24:lm#78:lw#8:ws#55:\
  3911.     :@1=\Et:@7=\Ez:@8=^J:AL=\E[%dL:CM=\E[%i%p1%d;%p2%dt:\
  3912.     :DC=\E[%dP:DL=\E[%dM:IC=\E[%d@:LE=\E[%dD:LF=\E|:\
  3913.     :LO=\E~:RI=\E[%dC:SF=\E[%dE:SR=\E[%dF:UP=\E[%dA:\
  3914.     :ae=^O:al=\E[L:as=^N:bt=\E[1Z:cb=\E[1K:cd=\E[0J:\
  3915.     :ce=\E[0K:ch=\E[%+^AG:cl=\EH\EJ:cm=\E[%i%d;%dH:\
  3916.     :cr=\EG:cs=\E[%i%d;%dr:ct=\E[3g:cv=\E[%+^Ad:dc=\E[P:\
  3917.     :dl=\E[M:do=\E[1B:ec=\E[%ds\E[%dD:ei=:fs=\E8:ho=\E[H:\
  3918.     :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:\
  3919.     :ic=\E[@:im=:k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:k5=\EOg:\
  3920.     :k6=\EOh:k7=\EOi:k8=\EOj:kA=\E[L:kB=\E[Z:kC=\E[2J:\
  3921.     :kD=\E[P:kE=\E[2K:kF=\E[T:kH=\Eu:kI=\E[4h:kL=\E[M:\
  3922.     :kN=\E[U:kP=\E[V:kR=\E[S:kb=^H:kd=\E[B:ke=\E[19;0j:\
  3923.     :kh=\E[H:kl=\E[D:kr=\E[C:ks=\E[19;1j:ku=\E[A:l1=F1:\
  3924.     :l2=F2:l3=F3:l4=F4:l5=F5:l6=F6:l7=F7:l8=F8:le=^H:\
  3925.     :ll=\Ew:mb=\E[5m:me=\E[0m\017:mh=\E[2m:mk=\E[8m:\
  3926.     :mp=\EV:mr=\E[7m:nd=\E[1C:nw=^M^J:pf=\E[4i:\
  3927.     :..pn=\E[%p1%d;0;0;0q%p2%\072-16.16s\E~:po=\E[5i:\
  3928.     :ps=\E[?;2i:\
  3929.     :..px=\E[%p1%d;%p2%l%02dq   F%p1%d           %p2%s\E~:\
  3930.     :r2=\Ec\E[?3l\E[2;0y:rc=\E8:\
  3931.     :..sa=\E[0%?%p1%p5%|%t;2%;%?%p2%p6%|%t;4%;%?%p4%t;5%;%?%p3%p1%|%p6%|%t;7%;%?%p7%t;8%;m%?%p9%t\016%e\017%;:\
  3932.     :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
  3933.     :ts=\E7\E[25;%p1%{8}%+%dH:ue=\E[m:us=\E[4m:\
  3934.     :vb=\E[?5h\E[?5l:ve=\E[11;0j:vs=\E[11;1j:
  3935. att5420_2-w|AT&T 5420 model 2 in 132 column mode:\
  3936.     :co#132:\
  3937.     :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:
  3938.  
  3939. att4418|att5418|ATT5418|AT&T 5418 in 80 column mode:\
  3940.     :am:xo:\
  3941.     :co#80:li#24:\
  3942.     :@8=\E[:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:\
  3943.     :F1=\E[n:F2=\E[o:F3=\E[H:F4=\E[I:F5=\E[J:F8=\E[K:\
  3944.     :F9=\E[L:FA=\E[E:FB=\E[_:FC=\E[M:FD=\E[N:FE=\E[O:\
  3945.     :IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=^O:\
  3946.     :al=\E[1L:as=^N:bl=^G:cd=\E[0J:ce=\E[0K:cl=\E[H\E[2J:\
  3947.     :cm=\E[%i%d;%dH:cr=^M:dc=\E[1P:dl=\E[M:do=\E[B:ei=:\
  3948.     :ho=\E[H:i1=\E[?3l:ic=\E[1@:im=:is=\E)0\E?6l\E?5l:\
  3949.     :k1=\E[h:k2=\E[i:k3=\E[j:k6=\E[k:k7=\E[l:k8=\E[f:\
  3950.     :k9=\E[w:k;=\E[m:kC=\E[%:kd=\EU:kh=\Ec:kl=\E@:kr=\EA:\
  3951.     :ku=\ES:le=\E[D:mb=\E[5m:me=\E[0m\017:mh=\E[2m:\
  3952.     :mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:se=\E[0m:sf=^J:\
  3953.     :so=\E[7m:ue=\E[0m:up=\E[A:us=\E[4m:
  3954. att4418-w|att5418-w|AT&T 5418 in 132 column mode:\
  3955.     :co#132:\
  3956.     :i1=\E[?3h:tc=att5418:
  3957.  
  3958. tty4420|teletype 4420:\
  3959.     :da:db:eo:ms:ul:xo:\
  3960.     :co#80:li#24:lm#72:\
  3961.     :al=\EL:bl=^G:cd=\EJ:ce=\Ez:cl=\EH\EJ:cm=\EY%+ %+ :\
  3962.     :cr=\EG:dc=\EP:dl=\EM:dm@:do=\EB:ed@:ho=\EH:k0=\EU:\
  3963.     :k3=\E@:kA=\EL:kB=\EO:kC=\EJ:kD=\EP:kF=\ES:kI=\E^:\
  3964.     :kL=\EM:kR=\ET:kd=\EB:kh=\EH:kl=^H:kr=\EC:ku=\EA:\
  3965.     :l0=segment advance:l3=cursor tab:le=\ED:nd=\EC:\
  3966.     :se=\E~:sf=\EH\EM\EY7 :so=\E}:ue=\EZ:up=\EA:us=\E\\:
  3967.  
  3968. #  The following is a termcap entry for the Teletype 4424
  3969. #  asynchronous keyboard-display terminal.  It supports
  3970. #  the vi editor.  The terminal must be "set up" as follows,
  3971. #     
  3972. #     HIGHLIGHT DEFINITION    3-TONE
  3973. #     DISPLAY FUNCTION    GROUP III
  3974. #     
  3975. #  The second entry below provides limited (a la adm3a)
  3976. #  operation under GROUP II.
  3977. #     
  3978. #  This must be used with DISPLAY FUNCTION GROUP I or III
  3979. #     and HIGHLIGHT DEFINITION 3-TONE
  3980. # The terminal has either bold or blink, depending on options
  3981. #
  3982. att4424|tty4424|4424-3|teletype 4424:\
  3983.     :am:xo:\
  3984.     :co#80:li#24:\
  3985.     :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
  3986.     :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=\E(B:al=\EL:\
  3987.     :as=\E(0:bl=^G:bt=\EO:cd=\EJ:ce=\Ez:cl=\E[H\E[2J:\
  3988.     :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\EF:dc=\EP:\
  3989.     :dl=\EM:do=\EB:ei=:ho=\E[H:ic=\E^:im=:\
  3990.     :is=\E[20l\E[?7h:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
  3991.     :kC=\EJ:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:\
  3992.     :ku=\E[A:le=^H:mb=\E3:md=\E3:me=\EX\E~\EZ\E4\E(B:\
  3993.     :mh=\EW:mr=\E}:nd=\EC:nw=\EE:\
  3994.     :..sa=\E[%?%p1%t7%;%?%p2%t;4%;%?%p3%t;7%;%?%p6%t;1%;%?%p6%p4%|%t;5%;%?%p5%t;0%;m:\
  3995.     :se=\E~:sf=^J:so=\E}:sr=\ET:st=\EH:ta=^I:ti=\E[1m:\
  3996.     :ue=\EZ:up=\EA:us=\E\\:
  3997.  
  3998. att4424-1|tty4424-1|teletype 4424 in display function group I:\
  3999.     :kC@:kd=\EB:kh@:kl=\ED:kr=\EC:ku=\EA:tc=att4424:
  4000.  
  4001. # The Teletype 5425 is really version 2 of the Teletype 5420. It 
  4002. # is quite similar, except for some minor differences. No page 
  4003. # mode, for example, so all of the cup sequences used above have 
  4004. # to change back to what's being used for the 5410. Many of the 
  4005. # option settings have changed their numbering as well.
  4006. # This has been tested on a preliminary model.
  4007. #
  4008. att5425|tty5425|att4425|AT&T 4425/5425:\
  4009.     :am:da:db:hs:mi:ms:xn:xo:\
  4010.     :Nl#8:co#80:it#8:lh#2:li#24:lm#78:lw#8:ws#55:\
  4011.     :@1=\Et:@7=\Ez:@8=\Eent:AL=\E[%dL:DC=\E[%dP:\
  4012.     :DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:LE=\E[%dD:LF=\E|:\
  4013.     :LO=\E~:RI=\E[%dC:SF=\E[%dE:SR=\E[%dF:UP=\E[%dA:\
  4014.     :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
  4015.     :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[J:\
  4016.     :ce=\E[K:ch=\E[%+^AG:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
  4017.     :cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:cv=\E[%+^Ad:dc=\E[P:\
  4018.     :dl=\E[M:do=^J:eA=\E(B\E)0:ec=\E[%ds\E[%dD:ei=\E[4l:\
  4019.     :fs=\E8:ho=\E[H:i1=\E<\E[?3l:i2=\E[?5l:im=\E[4h:\
  4020.     :is=\E[0m\017\E[1;2;3;4;6l\E[12;13;14;20l\E[?6;97;99l\E[?7h\E[4i\Ex\E[25;1j\212:\
  4021.     :k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:k5=\EOg:k6=\EOh:\
  4022.     :k7=\EOi:k8=\EOj:kA=\E[L:kB=\E[Z:kC=\E[J:kD=\E[P:\
  4023.     :kE=\E[2K:kF=\E[T:kI=\E[4h:kL=\E[M:kR=\E[S:kb=^H:\
  4024.     :kd=\E[B:ke=\E[21;0j\E[25;1j\212:kh=\E[H:kl=\E[D:\
  4025.     :kr=\E[C:ks=\E[21;1j\E[25;4j\Eent\E~:ku=\E[A:le=^H:\
  4026.     :ll=\E[24H:mb=\E[5m:md=\E[2;7m:me=\E[m\017:mh=\E[2m:\
  4027.     :mk=\E[8m:mp=\EV:mr=\E[7m:nd=\E[C:nw=^M^J:pf=\E[?9i:\
  4028.     :..pn=\E[%p1%d;0;0;0q%p2%\072-16.16s:po=\E[?4i:\
  4029.     :ps=\E[?2i:\
  4030.     :..px=\E[%p1%d;%p2%l%02dq   F%p1%1d           %p2%s:\
  4031.     :r2=\Ec\E[?3l\E[2;0y:rc=\E8:\
  4032.     :..sa=\E[0%?%p1%p5%|%t;2%;%?%p2%p6%|%t;4%;%?%p4%t;5%;%?%p3%p1%|%p6%|%t;7%;%?%p7%t;8%;m%?%p9%t\016%e\017%;:\
  4033.     :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
  4034.     :ts=\E7\E[25;%p1%{8}%+%dH:ue=\E[m:up=\E[A:us=\E[4m:\
  4035.     :vb=\E[?5h\E[?5l:ve=\E[12;0j:vs=\E[12;1j:
  4036.  
  4037. att5425-nl|tty5425-nl|att4425-nl|AT&T 4425/5425 80 columns no labels:\
  4038.     :ks=\E[21;1j\E[25;4j\Eent:tc=att4425:
  4039.  
  4040. att5425-nl-w|tty5425-nl-w|att4425-nl-w|AT&T 4425/5425 132 columns no labels:\
  4041.     :ks=\E[21;1j\E[25;4j\Eent:tc=att4425-w:
  4042.  
  4043. tty5425-fk|att4425-fk|AT&T 4425/5425 without function keys:\
  4044.     :ke@:ks@:tc=att5425:
  4045.  
  4046. att5425-w|att4425-w|tty5425-w|teletype 4425/5425 in 132 column mode:\
  4047.     :co#132:lm#54:ws#97:\
  4048.     :i1=\E[?3h:tc=tty5425:
  4049.  
  4050. tty5425-w-fk|att4425-w-fk|att5425-w-fk|AT&T 4425/5425 without function keys in wide mode:\
  4051.     :ke@:ks@:tc=att5425-w:
  4052.  
  4053.     
  4054. # This had bogus capabilities: ri=\EM, ri=\E[1U, 
  4055. att4426|tty4426|teletype 4426S:\
  4056.     :am:da:db:xo:\
  4057.     :co#80:li#24:lm#48:\
  4058.     :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
  4059.     :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:\
  4060.     :ae=\E(B:al=\EL:as=\E(0:bl=^G:cd=\E[J:ce=\E[0K:\
  4061.     :ch=\E[%dG:cl=\E[H\E[2J\E[1U\E[H\E[2J\E[1V:\
  4062.     :cm=\E[%i%d;%dH:cr=^M:ct=\E[3g:cv=\E[%dd:dc=\EP:\
  4063.     :dl=\E[M:do=\E[B:ei=:ho=\E[H:i1=\Ec\E[?7h:ic=\E^:im=:\
  4064.     :is=\E[m\E[1;24r:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
  4065.     :k5=\EOT:k6=\EOU:k7=\EOV:k8=\EOW:kB=\EO:kC=\E[2J:\
  4066.     :kH=\E[24;1H:kb=^H:kd=\EB:kh=\E[H:kl=\ED:kr=\EC:\
  4067.     :ku=\EA:le=\E[D:ll=\E[24H:md=\E[5m:me=\E[0m\E(B:\
  4068.     :mr=\E[7m:nd=\E[C:nw=^M^J:r2=\Ec\E[?3l\E[2;0y:rc=\E8:\
  4069.     :sc=\E7:se=\E[0m:sf=^J:so=\E[5m:sr=\ET:st=\E1:ta=^I:\
  4070.     :ue=\E[m:up=\EA:us=\E[4m:
  4071.  
  4072.  
  4073. # Terminfo entry for the AT&T 510 A Personal Terminal
  4074. # Function keys 9 - 16 are available only after the 
  4075. # screen labeled (soft keys/action blocks) are labeled.  Function key
  4076. # 9 corresponds to the leftmost touch target on the screen,
  4077. # function key 16 corresponds to the rightmost.
  4078. #
  4079. # This entry is based on one done by Ernie Rice at Summit, NJ and
  4080. # changed by Anne Gallup, Skokie, IL, ttrdc!anne
  4081. att510a|510a|bct510a|510A|AT&T 510A Personal Terminal:\
  4082.     :am:mi:ms:xn:xo:\
  4083.     :Nl#8:co#80:lh#2:li#24:lw#7:\
  4084.     :#4=\E[u:%i=\E[v:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:\
  4085.     :DO=\E[%dB:F1=\EOe:F2=\EOf:F3=\EOg:F4=\EOh:F5=\EOi:\
  4086.     :F6=\EOj:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
  4087.     :ac=hrisjjkkllmmnnqqttuuvvwwxx{{||}}~~-f\\\054h.e+g`b:\
  4088.     :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[0J:\
  4089.     :ce=\E[0K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:ct=\E[3g:\
  4090.     :dc=\E[P:dl=\E[M:do=\E[1B:eA=\E(B\E)1:ff=^L:ho=\E[H:\
  4091.     :i1=\E(B\E)1\E[2l:i2=\E[21;1|\212:k1=\EOm:k2=\EOV:\
  4092.     :k3=\EOu:k4=\ENj:k5=\ENe:k6=\ENf:k7=\ENh:k8=\E[H:\
  4093.     :k9=\EOc:k;=\EOd:kB=\E[Z:kF=\E[S:kR=\E[T:kb=^H:\
  4094.     :kd=\E[B:ke=\E[19;0|:kl=\E[D:kr=\E[C:ks=\E[19;1|:\
  4095.     :ku=\E[A:le=^H:mb=\E[5m:md=\E[2;7m:me=\E[m\017:\
  4096.     :mh=\E[2m:mr=\E[7m:nd=\E[C:nw=\EE:pf=\E[?8i:\
  4097.     :..pn=\E[%p1%dp%p2%\072-16s:po=\E[?4i:ps=\E[0i:\
  4098.     :rc=\E8:\
  4099.     :..sa=\E[0%?%p5%p6%|%t;2%;%?%p2%t;4%;%?%p4%t;5%;%?%p3%p1%|%p6%|%t;7%;m%?%p9%t\016%e\017%;:\
  4100.     :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
  4101.     :ue=\E[m:up=\E[A:us=\E[4m:ve=\E[11;3|:vi=\E[11;0|:\
  4102.     :vs=\E[11;2|:
  4103.  
  4104. # Terminfo entry for the AT&T 510 D Personal Terminal
  4105. # Function keys 9 through 16 are accessed by bringing up the
  4106. # system blocks.
  4107. # Function key 9 corresponds to the leftmost touch target on the screen,
  4108. # function key 16 corresponds to the rightmost.
  4109. #
  4110. # There are problems with soft key labeling.  These are due to 
  4111. # strangenesses in the native terminal that are impossible to
  4112. # describe in a terminfo.  
  4113. att510d|510d|bct510d|510D|AT&T 510D Personal Terminal:\
  4114.     :am:da:db:mi:ms:xn:xo:\
  4115.     :Nl#8:co#80:lh#2:li#24:lm#48:lw#7:\
  4116.     :#4=\E[u:%i=\E[v:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:\
  4117.     :DO=\E[%dB:F1=\EOe:F2=\EOf:F3=\EOg:F4=\EOh:F5=\EOi:\
  4118.     :F6=\EOj:IC=\E[%d@:LE=\E[%dD:LF=\E<:LO=\E?:MC=\E\072:\
  4119.     :ML=\E4:MR=\E5:RI=\E[%dC:RX=\E[29;1|:SF=\E[%dS:\
  4120.     :SR=\E[%dT:SX=\E[29;0|:UP=\E[%dA:\
  4121.     :ac=hrisjjkkllmmnnqqttuuvvwwxx{{||}}~~-f\\\054h.e+g`b:\
  4122.     :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[0J:\
  4123.     :ce=\E[0K:ch=\E[%+^AG:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
  4124.     :cr=^M:ct=\E[3g:cv=\E[%+^Ad:dc=\E[P:dl=\E[M:do=\E[1B:\
  4125.     :eA=\E(B\E)1:ei=\E[4l:ff=^L:ho=\E[H:\
  4126.     :i1=\E(B\E)1\E[5;0|:i2=\E[21;1|\212:im=\E[4h:k1=\EOm:\
  4127.     :k2=\EOV:k3=\EOu:k4=\ENj:k5=\ENe:k6=\ENf:k7=\ENh:\
  4128.     :k8=\E[H:k9=\EOc:k;=\EOd:kB=\E[Z:kF=\E[S:kR=\E[T:\
  4129.     :kb=^H:kd=\E[B:ke=\E[19;0|:kl=\E[D:kr=\E[C:\
  4130.     :ks=\E[19;1|:ku=\E[A:le=^H:ll=\E#2:mb=\E[5m:\
  4131.     :md=\E[2;7m:me=\E[m\017:mh=\E[2m:mk=\E[8m:mr=\E[7m:\
  4132.     :nd=\E[C:nw=\EE:pf=\E[?8i:..pn=\E[%p1%dp%p2%\072-16s:\
  4133.     :po=\E[?4i:ps=\E[0i:r2=\E[5;0|:rc=\E8:\
  4134.     :..rp=%p1%c\E[%p2%{1}%-%db:\
  4135.     :..sa=\E[0%?%p5%p6%|%t;2%;%?%p2%t;4%;%?%p4%t;5%;%?%p3%p1%|%p6%|%t;7%;%?%p7%t;8%;m%?%p9%t\016%e\017%;:\
  4136.     :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
  4137.     :ue=\E[m:up=\E[A:us=\E[4m:ve=\E[11;3|:vs=\E[11;2|:
  4138.  
  4139. # (untranslatable capabilities removed to fit entry within 1023 bytes)
  4140. # WARNING: this entry, 1245 bytes long, may core-dump older termcap libraries!
  4141. att513|att513-page|513-page|attis513-pfk|513bct|AT&T 513 Terminal using page mode:\
  4142.     :HC:am:mi:ms:xn:xo:\
  4143.     :Nl#8:co#80:lh#2:li#24:lw#8:\
  4144.     :!1=\EOO:!2=\EOP:!3=\EOS:#1=\EOM:#2=\ENM:#3=\ENJ:\
  4145.     :#4=\ENK:%0=\EOt:%1=\EOm:%2=\ENi:%3=\EOl:%4=\ENc:\
  4146.     :%5=\ENh:%6=\EOv:%7=\EOr:%8=\ENg:%9=\EOz:%a=\EOL:\
  4147.     :%b=\ENC:%c=\ENH:%d=\EOR:%e=\ENG:%f=\EOZ:%g=\EOT:\
  4148.     :%h=\EOY:%i=\ENL:%j=\EOQ:&0=\EOW:&1=\EOb:&2=\ENa:\
  4149.     :&3=\EOy:&4=\EOB:&5=\EOq:&6=\EOo:&7=\EOp:&8=\EOs:\
  4150.     :&9=\ENB:*0=\EOX:*1=\EOU:*2=\END:*3=\EON:*4=\ENF:\
  4151.     :*5=\ENE:*6=\ENI:*7=\ENN:*8=\EOA:*9=\EOK:@0=\EOx:\
  4152.     :@1=\E9:@2=\EOw:@3=\EOV:@4=\EOu:@5=\ENd:@6=\EOn:\
  4153.     :@7=\E0:@8=\Eent:@9=\EOk:AL=\E[%dL:DC=\E[%dP:\
  4154.     :DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:LE=\E[%dD:LF=\E<:\
  4155.     :LO=\E?:RI=\E[%dC:SF=\E[%dE:SR=\E[%dF:UP=\E[%dA:\
  4156.     :ac=hrisjjkkllmmnnqqttuuvvwwxx{{||}}~~-f\\\054h.e+g`b:\
  4157.     :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[J:\
  4158.     :ce=\E[K:ch=\E[%+^AG:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
  4159.     :cr=^M:cs=%i\E[%d;%dr:ct=\E[3g:cv=\E[%+^Ad:dc=\E[P:\
  4160.     :dl=\E[M:do=^J:eA=\E(B\E)1:ei=\E[4l:ho=\E[H:\
  4161.     :i1=\E?\E[3;3|\E[10;0|\E[21;1|\212\E[6;1|\E[1{\E[?99l:\
  4162.     :im=\E[4h:k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:k5=\EOg:\
  4163.     :k6=\EOh:k7=\EOi:k8=\EOj:kB=\E[Z:kC=\E[J:kD=\ENf:\
  4164.     :kE=\EOa:kF=\E[S:kI=\ENj:kL=\ENe:kN=\E[U:kP=\E[V:\
  4165.     :kR=\E[T:kb=^H:kd=\E[B:ke=\E[19;0|\E[21;1|\212:\
  4166.     :kh=\E[H:kl=\E[D:kr=\E[C:ks=\E[19;1|\E[21;4|\Eent:\
  4167.     :ku=\E[A:le=^H:ll=\E#2:mb=\E[5m:md=\E[2;7m:\
  4168.     :me=\E[m\017:mh=\E[2m:mk=\E[8m:mr=\E[7m:nd=\E[C:\
  4169.     :nw=\EE:pf=\E[?98l\E[?8i::::po=\E[?98l\E[?4i:\
  4170.     :ps=\E[?98l\E[0i::\
  4171.     :r1=\E?\E[3;3|\E[10;0|\E[21;1|\212\E[6;1|\E[1{\E[?99l\E[2;0|\E[6;1|\E[8;0|\E[19;0|\E[1{\E[?99l:\
  4172.     :r2=\E[5;0|:rc=\E8:::sc=\E7:se=\E[m:sf=^J:so=\E[7m:\
  4173.     :sr=\EM:st=\EH:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:\
  4174.     :ve=\E[11;0|:vs=\E[11;1|:
  4175.  
  4176. att500|bct500|500|AT&T-IS 500 terminal:\
  4177.     :tc=att513:
  4178.  
  4179. # 01-07-88
  4180. # printer must be set to EMUL ANSI to accept ESC codes
  4181. # cuu1 stops at top margin
  4182. # is1 sets cpi 10,lpi 6,form 66,left 1,right 132,top 1,bottom 66,font
  4183. #    and alt font ascii,wrap on,tabs cleared
  4184. # is2 disables newline on LF,Emphasized off
  4185. # The u0 capability sets form length
  4186. # (untranslatable capabilities removed to fit entry within 1023 bytes)
  4187. # WARNING: this entry, 1034 bytes long, may core-dump older termcap libraries!
  4188. att5320|AT&T Model 5320 matrix printer:\
  4189.     :YA:YD:\
  4190.     :Ya#8192:Yi#10:Yj#12:Yk#100:Yl#72:Ym#120:co#132:it#8:\
  4191.     :li#66:\
  4192.     :DO=\E[%de:RI=\E[%da:\
  4193.     :ZA=%?%p1%{10}%=%t\E[w%e%p1%{12}%=%t\E[2w%e%p1%{5}%=%t\E[5w%e%p1%{13}%=%p1%{14}%=%O%t\E[3w%e%p1%{16}%=%p1%{17}%=%O%t\E[4w%e%p1%{6}%=%t\E[6w%e%p1%{7}%=%t\E[7w%e%p1%{8}%=%t\E[8w%;:\
  4194.     :ZB=%?%p1%{2}%=%t\E[4z%e%p1%{3}%=%t\E[5z%e%p1%{4}%=%t\E[6z%e%p1%{6}%=%t\E[z%e%p1%{8}%=%t\E[2z%e%p1%{12}%=%t\E[3z%;:\
  4195.     :ZM=\E[5m:ZU=\E[m:\
  4196.     :Zj=%?%p1%{0}%=%t\E(B%e%p1%{1}%=%t\E(A%e%p1%{2}%=%t\E(C%e%p1%{3}%=%t\E(D%e%p1%{4}%=%t\E(E%e%p1%{5}%=%t\E(H%e%p1%{6}%=%t\E(K%e%p1%{7}%=%t\E(R%e%p1%{8}%=%t\E(Q%e%p1%{9}%=%t\E(Y%e%p1%{10}%=%t\E(Z%e%p1%{11}%=%t\E(0%e%p1%{12}%=%t\E(1%e%p1%{13}%=%t\E(3%e%p1%{14}%=%ttM:\
  4197.     :Zl=\E[;%dr:Zm=\E[%+^As:Zn=\E[;%+^As:Zp=\E[%dr:\
  4198.     :Zy=%?%p1%{0}%=%tusascii%e%p1%{1}%=%tenglish%e%p1%{2}%=%tfinnish%e%p1%{3}%=%tjapanese%e%p1%{4}%=%tnorwegian%e%p1%{5}%=%tswedish%e%p1%{6}%=%tgermanic%e%p1%{7}%=%tfrench%e%p1%{8}%=%tcanadian_french%e%p1%{9}%=%titalian%e%p1%{10}%=%tspanish%e%p1%{11}%=%tline%e%p1%ÆM:\
  4199.     :ch=\E[%d`:cr=^M:cv=\E[%dd:do=^J:ff=^L:i1=\Ec:\
  4200.     :is=\E[20l\r:nd= :ta=^I:u0=\E[%dt:up=\EM:
  4201.  
  4202. att5310|AT&T 5310 matrix printer:\
  4203.     :co#80:\
  4204.     :tc=att5320:
  4205.  
  4206. # 5620 terminfo  (2.0 or later ROMS with char attributes)
  4207. # assumptions: ind (scroll forward one line) is only done at screen bottom
  4208. att5620|dmd|tty5620|ttydmd|5620|5620 terminal 88 columns:\
  4209.     :NL:NP:am:xo:\
  4210.     :co#88:it#8:li#70:\
  4211.     :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:IC=\E[%d@:SF=\E[%dS:\
  4212.     :SR=\E[%dT:al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
  4213.     :cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:do=\E[B:ei=:\
  4214.     :ho=\E[H:ic=\E[@:im=:kC=\E[2J:kH=\E[70;1H:kb=^H:\
  4215.     :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
  4216.     :md=\E[2m:me=\E[0m:mh=\E[2m:mr=\E[7m:nd=\E[C:nw=^J:\
  4217.     :..px=\E[%p1%d;%p2%l%dq%p2%s:r1=\Ec:rc=\E8:sc=\E7:\
  4218.     :se=\E[0m:sf=\E[S:so=\E[7m:sr=\E[T:ta=^I:ue=\E[0m:\
  4219.     :up=\E[A:us=\E[4m:
  4220.  
  4221. att5620-24|dmd-24|teletype dmd 5620 in a 24x80 layer:\
  4222.     :li#24:\
  4223.     :tc=att5620:
  4224.  
  4225. att5620-34|dmd-34|teletype dmd 5620 in a 34x80 layer:\
  4226.     :li#34:\
  4227.     :tc=att5620:
  4228.  
  4229. # Entries for kf15 thru kf28 refer to the shifted system pf keys.
  4230. #
  4231. # Entries for kf29 thru kf46 refer to the alternate keypad mode
  4232. # keys:  = * / + 7 8 9 - 4 5 6 , 1 2 3 0 . ENTER
  4233. att605|605bct|AT&T 605  80 column  102key keyboard:\
  4234.     :am:eo:xo:\
  4235.     :Nl#8:co#80:li#24:lw#8:ws#80:\
  4236.     :#4=\E[ A:%i=\E[ @:@7=\E[24;1H:DC=\E[%dP:DL=\E[%dM:\
  4237.     :F1=\ENq:F2=\ENr:F3=\ENs:F4=\ENt:F5=\EOC:F6=\EOD:\
  4238.     :F7=\EOE:F8=\EOF:F9=\EOG:FA=\EOH:FB=\EOI:FC=\EOJ:\
  4239.     :FD=\ENO:FE=\ENP:FF=\ENQ:FG=\ENR:FH=\ENS:FI=\ENT:\
  4240.     :FJ=\EOP:FK=\EOQ:FL=\EOR:FM=\EOS:FN=\EOw:FO=\EOx:\
  4241.     :FP=\EOy:FQ=\EOm:FR=\EOt:FS=\EOu:FT=\EOv:FU=\EOl:\
  4242.     :FV=\EOq:FW=\EOr:FX=\EOs:FY=\EOp:FZ=\EOn:Fa=\EOM:\
  4243.     :IC=\E[%d@:LF=\E[2p:LO=\E[p:\
  4244.     :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
  4245.     :ae=^O:al=\E[L:as=\E)0\016:bl=^G:bt=\E[Z:cb=\E[1K:\
  4246.     :cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
  4247.     :dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:fs=\E8:\
  4248.     :i1=\E[8;0|\E[?\E[13;20l\E[?\E[12h:ic=\E[@:im=\E[4h:\
  4249.     :is=\E[0m\017:k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:\
  4250.     :k5=\EOg:k6=\EOh:k7=\EOi:k8=\EOj:k9=\ENo:k;=\ENp:\
  4251.     :kA=\E[L:kB=\E[Z:kC=\E[2J:kD=\E[P:kF=\E[S:kI=\E[@:\
  4252.     :kL=\E[M:kN=\E[U:kP=\E[V:kb=^H:kd=\E[B:kh=\E[H:\
  4253.     :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:ll=\E[24H:mb=\E[5m:\
  4254.     :md=\E[1m:me=\E[m\017:mh=\E[2m:mk=\E[8m:mr=\E[7m:\
  4255.     :nd=\E[C:nw=\EE:pf=\E[?4i:\
  4256.     :..pn=\E[%p1%d;0;0;0q%p2%\072-16.16s:po=\E[?5i:\
  4257.     :..px=\E[%p1%d;%p2%l%02dq   F%p1%1d           %p2%s:\
  4258.     :r2=\Ec\E[?3l:rc=\E8:sc=\E7:se=\E[m:sf=^J:so=\E[7m:\
  4259.     :ta=^I:ts=\E7\E[25;%i%p1%dx:ue=\E[m:up=\E[A:us=\E[4m:
  4260. att605-pc|605bct-pc|ATT 605 in pc term mode:\
  4261.     :@7=\E[F:AL=\E[L:S4=250\E[?11l\E[50;1|:\
  4262.     :S5=400\E[50;0|:XF=g:XN=e:\
  4263.     :ac=k\277l\332m\300j\331n\305w\302q\304u\264t\303v\301x\263:\
  4264.     :al=\E[L:bt=\E[Z:dc=\E[P:dl=\E[M:do=\E[B:ei=:ic=\E[@:\
  4265.     :im=:k1=\E[M:k2=\E[N:k3=\E[O:k4=\E[P:k5=\E[Q:k6=\E[R:\
  4266.     :k7=\E[S:k8=\E[T:k9=\E[U:k;=\E[V:kB=\E[Z:kD=\E[P:\
  4267.     :kI=\E[@:kL=\E[M:kN=\E[G:kP=\E[I:kd=\E[B:kh=\E[H:\
  4268.     :kl=\E[D:kr=\E[C:ku=\E[A:le=\E[D:nd=\E[C:up=\E[A:tc=att605:
  4269. att605-w|605bct-w|AT&T 605-w 132 column 102 key keyboard:\
  4270.     :co#132:ws#132:\
  4271.     :i1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h\E(B\E)0:tc=att605:
  4272. att610|610bct|AT&T 610; 80 column; 98key keyboard:\
  4273.     :am:es:hs:mi:ms:xn:xo:\
  4274.     :Nl#8:co#80:it#8:lh#2:li#24:lw#8:ws#80:\
  4275.     :#4=\E[ @:%i=\E[ A:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:\
  4276.     :DO=\E[%dB:F1=\ENq:F2=\ENr:F3=\ENs:F4=\ENt:IC=\E[%d@:\
  4277.     :LE=\E[%dD:LF=\E[2p:LO=\E[p:RI=\E[%dC:UP=\E[%dA:\
  4278.     :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
  4279.     :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[J:\
  4280.     :ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
  4281.     :cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:\
  4282.     :fs=\E8:ho=\E[H:\
  4283.     :i1=\E[8;0|\E[?3;4;5;13;15l\E[13;20l\E[?7h\E[12h\E(B\E)0:\
  4284.     :i2=\E(B\E)0:im=\E[4h:is=\E[0m\017:k1=\EOc:k2=\EOd:\
  4285.     :k3=\EOe:k4=\EOf:k5=\EOg:k6=\EOh:k7=\EOi:k8=\EOj:\
  4286.     :k9=\ENo:k;=\ENp:kB=\E[Z:kC=\E[2J:kF=\E[S:kR=\E[T:\
  4287.     :kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
  4288.     :ll=\E[24H:mb=\E[5m:md=\E[1m:me=\E[m\017:mh=\E[2m:\
  4289.     :mk=\E[8m:mr=\E[7m:nd=\E[C:nw=\EE:pf=\E[?4i:\
  4290.     :..pn=\E[%p1%d;0;0;0q%p2%\072-16.16s:po=\E[?5i:\
  4291.     :..px=\E[%p1%d;%p2%l%02dq   F%p1%1d           %p2%s:\
  4292.     :r2=\Ec\E[?3l:rc=\E8:\
  4293.     :..sa=\E[0%?%p6%t;1%;%?%p5%t;2%;%?%p2%t;4%;%?%p4%t;5%;%?%p3%p1%|%t;7%;%?%p7%t;8%;m%?%p9%t\016%e\017%;:\
  4294.     :sc=\E7:se=\E[m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:\
  4295.     :ts=\E7\E[25;%i%p1%dx:ue=\E[m:up=\E[A:us=\E[4m:\
  4296.     :vb=\E[?5h\E[?5l:ve=\E[?25h\E[?12l:vi=\E[?25l:\
  4297.     :vs=\E[?12;25h:
  4298. att610-w|610bct-w|AT&T 610; 132 column; 98key keyboard:\
  4299.     :co#132:ws#132:\
  4300.     :i1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h:tc=att610:
  4301.  
  4302. att610-103k|610-103k|610bct-103k|AT&T 610; 80 column; 103key keyboard:\
  4303.     :!1=\EOO:!2=\EOP:!3=\EOS:#1=\EOM:%0=\EOt:%1=\EOm:\
  4304.     :%2=\ENi:%3=\EOl:%4=\ENc:%5=\ENh:%6=\EOv:%7=\EOr:\
  4305.     :%8=\ENg:%9=\EOz:%a=\EOL:%b=\ENC:%c=\ENH:%d=\EOR:\
  4306.     :%e=\ENG:%f=\EOZ:%g=\EOT:%h=\EOY:%j=\EOQ:&0=\EOW:\
  4307.     :&1=\EOb:&2=\ENa:&3=\EOy:&4=\EOB:&5=\EOq:&6=\EOo:\
  4308.     :&7=\EOp:&8=\EOs:&9=\ENB:*0=\EOX:*1=\EOU:*2=\END:\
  4309.     :*3=\EON:*4=\ENF:*5=\ENE:*6=\ENI:*7=\ENN:*8=\EOA:\
  4310.     :*9=\EOK:@0=\EOx:@1=\E9:@2=\EOw:@3=\EOV:@4=\EOu:\
  4311.     :@5=\ENd:@6=\EOn:@7=\E0:@8=^M:@9=\EOk:F1@:F2@:F3@:\
  4312.     :F4@:k9@:k;@:kD=\ENf:kE=\EOa:kI=\ENj:kL=\ENe:kM=\ENj:\
  4313.     :kN=\E[U:kP=\E[V:tc=att610:
  4314. att610-103k-w|610-103k-w|610bct-103k-w|AT&T 610; 132 column; 103key keyboard:\
  4315.     :co#132:ws#132:\
  4316.     :i1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h:tc=att610-103k:
  4317. att615|615mt|AT&T 615; 80 column; 98key keyboard:\
  4318.     :#4=\E[ A:%i=\E[ @:F5=\EOC:F6=\EOD:F7=\EOE:F8=\EOF:\
  4319.     :F9=\EOG:FA=\EOH:FB=\EOI:FC=\EOJ:FD=\ENO:FE=\ENP:\
  4320.     :FF=\ENQ:FG=\ENR:FH=\ENS:FI=\ENT:FJ=\EOP:FK=\EOQ:\
  4321.     :FL=\EOR:FM=\EOS:FN=\EOw:FO=\EOx:FP=\EOy:FQ=\EOm:\
  4322.     :FR=\EOt:FS=\EOu:FT=\EOv:FU=\EOl:FV=\EOq:FW=\EOr:\
  4323.     :FX=\EOs:FY=\EOp:FZ=\EOn:Fa=\EOM:tc=att610:
  4324. att615-w|615-w|615mt-w|AT&T 615; 132 column; 98key keyboard:\
  4325.     :#4=\E[ A:%i=\E[ @:F5=\EOC:F6=\EOD:F7=\EOE:F8=\EOF:\
  4326.     :F9=\EOG:FA=\EOH:FB=\EOI:FC=\EOJ:FD=\ENO:FE=\ENP:\
  4327.     :FF=\ENQ:FG=\ENR:FH=\ENS:FI=\ENT:FJ=\EOP:FK=\EOQ:\
  4328.     :FL=\EOR:FM=\EOS:FN=\EOw:FO=\EOx:FP=\EOy:FQ=\EOm:\
  4329.     :FR=\EOt:FS=\EOu:FT=\EOv:FU=\EOl:FV=\EOq:FW=\EOr:\
  4330.     :FX=\EOs:FY=\EOp:FZ=\EOn:Fa=\EOM:tc=att610-w:
  4331. att615-103k|615-103k|615mt-103k|AT&T 615; 80 column; 103key keyboard:\
  4332.     :#4=\E[ A:%i=\E[ @:tc=att610-103k:
  4333. att615-103k-w|615-103k-w|615mt-103k-w|AT&T 615; 132 column; 103key keyboard:\
  4334.     :#4=\E[ A:%i=\E[ @:tc=att610-103k-w:
  4335. att620|620mtg|AT&T 620; 80 column; 98key keyboard:\
  4336.     :am:es:hs:mi:ms:xn:xo:\
  4337.     :Nl#8:co#80:it#8:lh#2:li#24:lw#8:ws#80:\
  4338.     :#4=\E[ A:%i=\E[ @:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:\
  4339.     :DO=\E[%dB:F1=\ENq:F2=\ENr:F3=\ENs:F4=\ENt:F5=\EOC:\
  4340.     :F6=\EOD:F7=\EOE:F8=\EOF:F9=\EOG:FA=\EOH:FB=\EOI:\
  4341.     :FC=\EOJ:FD=\ENO:FE=\ENP:FF=\ENQ:FG=\ENR:FH=\ENS:\
  4342.     :FI=\ENT:FJ=\EOP:FK=\EOQ:FL=\EOR:FM=\EOS:FN=\EOw:\
  4343.     :FO=\EOx:FP=\EOy:FQ=\EOm:FR=\EOt:FS=\EOu:FT=\EOv:\
  4344.     :FU=\EOl:FV=\EOq:FW=\EOr:FX=\EOs:FY=\EOp:FZ=\EOn:\
  4345.     :Fa=\EOM:IC=\E[%d@:LE=\E[%dD:LF=\E[2p:LO=\E[p:\
  4346.     :RI=\E[%dC:UP=\E[%dA:\
  4347.     :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
  4348.     :ae=\E(B\017:al=\E[L:as=\E)0\016:bl=^G:bt=\E[Z:\
  4349.     :cb=\E[1K:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
  4350.     :cr=^M:cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:do=\E[B:\
  4351.     :ei=\E[4l:fs=\E8:ho=\E[H:\
  4352.     :i1=\E[8;0|\E[?3;4;5;13;15l\E[13;20l\E[?7h\E[12h:\
  4353.     :i2=\E(B\E)0:im=\E[4h:is=\E[0m\017:k1=\EOc:k2=\EOd:\
  4354.     :k3=\EOe:k4=\EOf:k5=\EOg:k6=\EOh:k7=\EOi:k8=\EOj:\
  4355.     :k9=\ENo:k;=\ENp:kB=\E[Z:kC=\E[2J:kF=\E[S:kR=\E[T:\
  4356.     :kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
  4357.     :ll=\E[24H:mb=\E[5m:md=\E[1m:me=\E[m\E(B\017:\
  4358.     :mh=\E[2m:mk=\E[8m:mr=\E[7m:nd=\E[C:nw=\EE:pf=\E[?4i:\
  4359.     :..pn=\E[%p1%d;0;0;0q%p2%\072-16.16s:po=\E[?5i:\
  4360.     :..px=\E[%p1%d;%p2%l%02dq   F%p1%1d           %p2%s:\
  4361.     :r2=\Ec\E[?3l:rc=\E8:\
  4362.     :..sa=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p3%p1%|%t;7%;%?%p7%t;8%;m%?%p9%t\016%e\017%;:\
  4363.     :sc=\E7:se=\E[m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:\
  4364.     :ts=\E7\E[25;%i%p1%dx:ue=\E[m:up=\E[A:us=\E[4m:\
  4365.     :vb=\E[?5h\E[?5l:ve=\E[?25h\E[?12l:vi=\E[?25l:\
  4366.     :vs=\E[?12;25h:
  4367. att620-w|620-w|620mtg-w|AT&T 620; 132 column; 98key keyboard:\
  4368.     :co#132:ws#132:\
  4369.     :i1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h:tc=att620:
  4370. att620-103k|620-103k|620mtg-103k|AT&T 620; 80 column; 103key keyboard:\
  4371.     :!1=\EOO:!2=\EOP:!3=\EOS:#1=\EOM:%0=\EOt:%1=\EOm:\
  4372.     :%2=\ENi:%3=\EOl:%4=\ENc:%5=\ENh:%6=\EOv:%7=\EOr:\
  4373.     :%8=\ENg:%9=\EOz:%a=\EOL:%b=\ENC:%c=\ENH:%d=\EOR:\
  4374.     :%e=\ENG:%f=\EOZ:%g=\EOT:%h=\EOY:%j=\EOQ:&0=\EOW:\
  4375.     :&1=\EOb:&2=\ENa:&3=\EOy:&4=\EOB:&5=\EOq:&6=\EOo:\
  4376.     :&7=\EOp:&8=\EOs:&9=\ENB:*0=\EOX:*1=\EOU:*2=\END:\
  4377.     :*3=\EON:*4=\ENF:*5=\ENE:*6=\ENI:*7=\ENN:*8=\EOA:\
  4378.     :*9=\EOK:@0=\EOx:@1=\E9:@2=\EOw:@3=\EOV:@4=\EOu:\
  4379.     :@5=\ENd:@6=\EOn:@7=\E0:@8=^M:@9=\EOk:F1@:F2@:F3@:\
  4380.     :F4@:F5@:F6@:F7@:F8@:F9@:FA@:FB@:FC@:FD@:FE@:FF@:FG@:\
  4381.     :FH@:FI@:FJ@:FK@:FL@:FM@:FN@:FO@:FP@:FQ@:FR@:FS@:FT@:\
  4382.     :FU@:FV@:FW@:FX@:FY@:FZ@:Fa@:k9@:k;@:kD=\ENf:kE=\EOa:\
  4383.     :kI=\ENj:kL=\ENe:kM=\ENj:kN=\E[U:kP=\E[V:tc=att620:
  4384.  
  4385. att620-103k-w|620-103k-w|620mtg-103k-w|AT&T 620; 132 column; 103key keyboard:\
  4386.     :co#132:ws#132:\
  4387.     :i1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h:tc=att620-103k:
  4388.  
  4389. # 630 short descriptions without \E
  4390. att630|5630|5630DMD|630MTG|AT&T 630 windowing terminal:\
  4391.     :NP:am:da:db:mi:ms:xo:\
  4392.     :co#80:it#8:li#60:lm#0:\
  4393.     :@8=^M:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:\
  4394.     :F1=\ENq:F2=\ENr:F3=\ENs:F4=\ENt:F5=\ENu:F6=\ENv:\
  4395.     :F7=\ENw:F8=\ENx:F9=\ENy:FA=\ENz:FB=\EN{:FC=\EN|:\
  4396.     :FD=\EN}:FE=\EN~:IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:\
  4397.     :SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:al=\E[L:bl=^G:bt=\E[Z:\
  4398.     :cb=\E[1K:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
  4399.     :cr=^M:dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:ho=\E[H:\
  4400.     :im=\E[4h:is=\E[m:k9=\ENo:k;=\ENp:kA=\E[L:kB=\E[Z:\
  4401.     :kC=\E[2J:kD=\E[P:kI=\E[@:kL=\E[M:kb=^H:kd=\E[B:\
  4402.     :kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:me=\E[m:\
  4403.     :mr=\E[7m:nd=\E[C:nw=^M^J:pf=\E[?4i:po=\E[?5i:\
  4404.     :..px=\E[%p1%d;%p2%l%dq%p2%s:r2=\Ec:rc=\E8:\
  4405.     :..sa=\E[0%?%p2%t;4%;%?%p1%p3%|%p4%|%p5%|%t;7%;m:\
  4406.     :sc=\E7:se=\E[m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:ue=\E[m:\
  4407.     :up=\E[A:us=\E[4m:
  4408.  
  4409.  
  4410. att630-24|5630-24|5630DMD-24|630MTG-24|AT&T 630 windowing terminal 24 lines:\
  4411.     :li#24:\
  4412.     :tc=att630:
  4413.  
  4414. # This entry was modified 3/13/90 by JWE.
  4415. # fixes include additions of enacs, correcting rep, and modification
  4416. # of kHOM.  (See comments below)
  4417. # has status line of 80 chars
  4418. # These were commented out: indn=\E[%p1%dS, rin=\E[%p1%dT,
  4419. # the k25 and up keys are used for shifted system Fkeys
  4420. # NOTE: JWE 3/13/90 The 98 key keyboard translation for shift/HOME is 
  4421. # currently the same as khome (unshifted HOME or \E[H).  On the 102, 102+1
  4422. # and 122 key keyboards, the 730's translation is \E[2J.  For consistency
  4423. # kHOM has been commented out.  The user can uncomment kHOM if using the
  4424. # 102, 102+1, or 122 key keyboards
  4425. #       kHOM=\E[2J,
  4426. # (untranslatable capabilities removed to fit entry within 1023 bytes)
  4427. # WARNING: this entry, 1063 bytes long, may core-dump older termcap libraries!
  4428. att730|730MTG|AT&T 730 windowing terminal Version:\
  4429.     :NP:am:da:db:es:hs:mi:ms:xn:xo:\
  4430.     :Nl#24:co#80:it#8:lh#2:li#60:lm#0:lw#8:ws#80:\
  4431.     :#4=\E[ @:%i=\E[ A:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:\
  4432.     :DO=\E[%dB:F1=\ENq:F2=\ENr:F3=\ENs:F4=\ENt:F5=\ENu:\
  4433.     :F6=\ENv:F7=\ENw:F8=\ENx:F9=\ENy:FA=\ENz:FB=\EN{:\
  4434.     :FC=\EN|:FD=\EN}:FE=\EN~:FF=\EOC:FG=\EOD:FH=\EOE:\
  4435.     :FI=\EOF:FJ=\EOG:FK=\EOH:FL=\EOI:FM=\EOJ:FN=\ENO:\
  4436.     :FO=\ENP:FP=\ENQ:FQ=\ENR:FR=\ENS:FS=\ENT:FT=\EOU:\
  4437.     :FU=\EOV:FV=\EOW:FW=\EOX:FX=\EOY:FY=\EOZ:FZ=\EO[:\
  4438.     :Fa=\EO :Fb=\EO]:Fc=\EO^:IC=\E[%d@:LE=\E[%dD:\
  4439.     :LF=\E[?13h:LO=\E[?13l:RI=\E[%dC:RX=\E[?21l:\
  4440.     :SX=\E[?21h:UP=\E[%dA:ZF=\E#6:\
  4441.     :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
  4442.     :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[J:\
  4443.     :ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
  4444.     :cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:do=\E[B:eA=\E(B\E)0:\
  4445.     :ei=\E[4l:fs=\E8:ho=\E[H:\
  4446.     :i1=\E[8;0|\E[?3;4;5;13;15l\E[13;20l\E[?7h\E[12h\E(B\E)B:\
  4447.     :i2=\E(B\E)0:im=\E[4h:is=\E[0m\017:k1=\EOc:k2=\EOd:\
  4448.     :k3=\EOe:k4=\EOf:k5=\EOg:k6=\EOh:k7=\EOi:k8=\EOj:\
  4449.     :k9=\ENo:k;=\ENp:kA=\E[L:kB=\E[Z:kC=\E[2J:kF=\E[S:\
  4450.     :kI=\E[@:kR=\E[T:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:\
  4451.     :kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m\017:\
  4452.     :mh=\E[2m:mk=\E[8m:mr=\E[7m:nd=\E[C:nw=\EE:pf=\E[?4i:\
  4453.     ::po=\E[?5i:ps=\E[?19h\E[0i::r2=\Ec\E[?3l:rc=\E8:::\
  4454.     :sc=\E7:se=\E[27m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:\
  4455.     :ts=\E7\E[;%i%p1%dx:ue=\E[24m:up=\E[A:us=\E[4m:\
  4456.     :vb=\E[?5h\E[?5l:ve=\E[?25h\E[?12l:vi=\E[?25l:\
  4457.     :vs=\E[?12;25h::
  4458.  
  4459. att730-41|730MTG-41|AT&T 730-41 windowing terminal Version:\
  4460.     :li#41:\
  4461.     :tc=att730:
  4462.  
  4463. att730-24|730MTG-24|AT&T 730-24 windowing terminal Version:\
  4464.     :li#24:\
  4465.     :tc=att730:
  4466.  
  4467. att730r|730MTGr|AT&T 730 rev video windowing terminal Version:\
  4468.     :i1=\E[8;0|\E[?3;4;13;15l\E[?5h\E[13;20l\E[?7h\E[12h\E(B\E)B:\
  4469.     :vb=\E[?5l\E[?5h:tc=att730:
  4470.  
  4471. att730r-41|730MTG-41r|AT&T 730r-41 rev video windowing terminal Version:\
  4472.     :li#41:\
  4473.     :tc=att730r:
  4474.  
  4475. att730r-24|730MTGr-24|AT&T 730r-24 rev video windowing terminal Version:\
  4476.     :li#24:\
  4477.     :tc=att730r:
  4478.  
  4479.  
  4480. # 05-Aug-86:
  4481. # The following Terminfo entry describes functions which are supported by
  4482. # the AT&T 5430/pt505 terminal software version 2 and later.
  4483. #
  4484. # The following represents the screen layout along with the associated
  4485. # bezel buttons for the 5430/pt505 terminal. The "kf" designations do
  4486. # not appear on the screen but are shown to reference the bezel buttons.
  4487. # The "CMD", "MAIL", and "REDRAW" buttons are shown in their approximate
  4488. # position relative to the screen.
  4489. #
  4490. #
  4491. #
  4492. #      +----------------------------------------------------------------+
  4493. #      |                                                                |
  4494. # XXXX | kf0                                                       kf24 | XXXX
  4495. #      |                                                                |
  4496. #      |                                                                |
  4497. # XXXX | kf1                                                       kf23 | XXXX
  4498. #      |                                                                |
  4499. #      |                                                                |
  4500. # XXXX | kf2                                                       kf22 | XXXX
  4501. #      |                                                                |
  4502. #      |                                                                |
  4503. # XXXX | kf3                                                       kf21 | XXXX
  4504. #      |                                                                |
  4505. #      |                                                                |
  4506. # XXXX | kf4                                                       kf20 | XXXX
  4507. #      |                                                                |
  4508. #      |                                                                |
  4509. # XXXX | kf5                                                       kf19 | XXXX
  4510. #      |                                                                |
  4511. #      |                                                                |
  4512. # XXXX | kf6                                                       kf18 | XXXX
  4513. #      |                                                                |
  4514. #      |                                                                |
  4515. # XXXX |                                                                | XXXX
  4516. #      |                                                                |
  4517. #      |                                                                |
  4518. #      +----------------------------------------------------------------+
  4519. #
  4520. #          XXXX  XXXX  XXXX  XXXX  XXXX  XXXX  XXXX  XXXX  XXXX  XXXX
  4521. #
  4522. # Note: XXXX represents the screen buttons
  4523. #                                                          CMD   REDRAW
  4524. #
  4525. #                                                          MAIL
  4526. #
  4527. # Depression of the "CMD" key sends    \E!    (kcmd)
  4528. # Depression of the "MAIL" key sends   \E[26s (kf26)
  4529. # "REDRAW" same as "REFRESH" (krfr)
  4530. #
  4531. # "kf" functions adds carriage return to output string if terminal is in
  4532. # 'new line' mode.
  4533. #
  4534. # The following are functions not covered in the table above:
  4535. #
  4536. #       Set keyboard character (SKC): \EPn1;Pn2w
  4537. #                       Pn1= 0 Back Space key
  4538. #                       Pn1= 1 Break key
  4539. #                       Pn2=   Program char (hex)
  4540. #
  4541. #       Screen Definition (SDF): \E[Pn1;Pn2;Pn3;Pn4;Pn5t
  4542. #                       Pn1=     Window number (1-39)
  4543. #                       Pn2-Pn5= Y;X;Y;X coordinates
  4544. #
  4545. #       Screen Selection (SSL): \E[Pnu
  4546. #                       Pn= Window number
  4547. #
  4548. #       Set Terminal Modes (SM): \E[Pnh
  4549. #                       Pn= 3 Graphics mode
  4550. #                       Pn= > Cursor blink
  4551. #                       Pn= < Enter new line mode
  4552. #                       Pn= = Enter reverse insert/replace mode
  4553. #                       Pn= ? Enter no scroll mode
  4554. #
  4555. #       Reset Terminal Mode (RM): \E[Pnl
  4556. #                       Pn= 3 Exit graphics mode
  4557. #                       Pn= > Exit cursor blink
  4558. #                       Pn= < Exit new line mode
  4559. #                       Pn= = Exit reverse insert/replace mode
  4560. #                       Pn= ? Exit no scroll mode
  4561. #
  4562. #       Screen Status Report (SSR): \E[Pnp
  4563. #                       Pn= 0 Request current window number
  4564. #                       Pn= 1 Request current window dimensions
  4565. #
  4566. #       Device Status Report (DSR): \E[6n    Request cursor position
  4567. #
  4568. #       Call Status Report (CSR): \E[Pnv
  4569. #                       Pn= 0 Call failed
  4570. #                       Pn= 1 Call successful
  4571. #
  4572. #       Transparent Button String (TBS): \E[Pn1;Pn2;Pn3;{string
  4573. #                       Pn1= Button number to be loaded
  4574. #                       Pn2= Character count of "string"
  4575. #                       Pn3= Key mode being loaded:
  4576. #                               0= Unshifted
  4577. #                               1= Shifted
  4578. #                               2= Control
  4579. #                       String= Text string (15 chars max)
  4580. #
  4581. #       Screen Number Report (SNR): \E[Pnp
  4582. #                       Pn= Screen number
  4583. #
  4584. #       Screen Dimension Report (SDR): \E[Pn1;Pn2r
  4585. #                       Pn1= Number of rows available in window
  4586. #                       Pn2= Number of columns available in window
  4587. #
  4588. #       Cursor Position Report (CPR): \E[Pn1;Pn2R
  4589. #                       Pn1= "Y" Position of cousor
  4590. #                       Pn2= "X" Position of cursor
  4591. #
  4592. #       Request Answer Back (RAB): \E[c
  4593. #
  4594. #       Answer Back Response (ABR): \E[?;*;30;VSV
  4595. #                       *=  0 No printer available
  4596. #                       *=  2 Printer available
  4597. #                       V=  Software version number
  4598. #                       SV= Software sub version number
  4599. #
  4600. #       Screen Alingment Aid: \En
  4601. #
  4602. #       Bell (lower pitch): \E[x
  4603. #
  4604. #       Dial Phone Number: \EPdstring\
  4605. #                       string= Phone number to be dialed
  4606. #
  4607. #       Set Phone Labels: \EPpstring\
  4608. #                       string= Label for phone buttons
  4609. #
  4610. #       Set Clock: \EPchour;minute;second\
  4611. #
  4612. #       Position Clock: \EPsY;X\
  4613. #                       Y= "Y" coordinate
  4614. #                       X= "X" coordinate
  4615. #
  4616. #       Delete Clock: \Epr\
  4617. #
  4618. #       Programming The Function Buttons: \EPfPn;string\
  4619. #                       Pn= Button number (00-06, 18-24)
  4620. #                                         (kf00-kf06, kf18-kf24)
  4621. #                       string= Text to sent on button depression
  4622. #
  4623. #       Request For Local Directory Data: \EPp12;\
  4624. #
  4625. #       Local Directory Data to host: \EPp11;LOCAL...DIRECTORY...DATA\
  4626. #
  4627. #    Request for Local Directory Data in print format: \EPp13;\
  4628. #
  4629. #    Enable 'Prt on Line' mode: \022 (DC2)
  4630. #
  4631. #    Disable 'Prt on Line' mode: \024 (DC4)
  4632. #
  4633. att505|pt505|att5430|gs5430|AT&T Personal Terminal 505 or 5430 GETSET terminal:\
  4634.     :am:xo:\
  4635.     :co#80:it#8:li#24:\
  4636.     :&2=\E[27s:@4=\E!:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:\
  4637.     :DO=\E[%dB:F8=\E[18s:F9=\E[19s:FA=\E[20s:FB=\E[21s:\
  4638.     :FC=\E[22s:FD=\E[23s:FE=\E24s:FG=\E26s:LE=\E[%dD:\
  4639.     :RA=\E[11;1j:RI=\E[%dC:SA=\E[11;0j:UP=\E[%dA:\
  4640.     :ae=\E[10m:al=\E[L:as=\E[11m:bl=^G:cb=\E2K:cd=\E[0J:\
  4641.     :ce=\E[0K:cl=\E[2J\E[H:cm=\E[%d;%dH:cr=^M:dc=\E[P:\
  4642.     :dl=\E[M:do=\E[B:ei=\E[4l:ho=\E[H:\
  4643.     :i1=\EPr\\E[0u\E[2J\E[0;0H\E[0m\E[3l\E[<l\E[4l\E[>l\E[=l\E[?l:\
  4644.     :im=\E[4h:k0=\E[00s:k1=\E[01s:k2=\E[02s:k3=\E[03s:\
  4645.     :k4=\E[04s:k5=\E[05s:k6=\E[06s:kb=^H:kd=\E[B:kl=\E[D:\
  4646.     :kr=\E[C:ku=\E[A:le=\E[D:mb=\E[5m:md=\E[1m:me=\E[0m:\
  4647.     :mr=\E[7m:nd=\E[C:pf=\E[4i:po=\E[5i:r1=\Ec:rc=\E8:\
  4648.     :sc=\E7:se=\E[0m:sf=^J:so=\E[1m:ta=^I:ue=\E[0m:\
  4649.     :up=\E[A:us=\E[4m:ve=\E[>l:vs=\E[>h:
  4650.  
  4651. #
  4652. # The following Terminfo entry describes functions which are supported by
  4653. # the AT&T 5430/pt505 terminal software version 1.
  4654. #
  4655. # The following represents the screen layout along with the associated
  4656. # bezel buttons for the 5430/pt505 terminal. The "kf" designations do
  4657. # not appear on the screen but are shown to reference the bezel buttons.
  4658. # The "CMD", "MAIL", and "REDRAW" buttons are shown in their approximate
  4659. # position relative to the screen.
  4660. #
  4661. #
  4662. #
  4663. #      +----------------------------------------------------------------+
  4664. #      |                                                                |
  4665. # XXXX | kf0                                                       kf24 | XXXX
  4666. #      |                                                                |
  4667. #      |                                                                |
  4668. # XXXX | kf1                                                       kf23 | XXXX
  4669. #      |                                                                |
  4670. #      |                                                                |
  4671. # XXXX | kf2                                                       kf22 | XXXX
  4672. #      |                                                                |
  4673. #      |                                                                |
  4674. # XXXX | kf3                                                       kf21 | XXXX
  4675. #      |                                                                |
  4676. #      |                                                                |
  4677. # XXXX | kf4                                                       kf20 | XXXX
  4678. #      |                                                                |
  4679. #      |                                                                |
  4680. # XXXX | kf5                                                       kf19 | XXXX
  4681. #      |                                                                |
  4682. #      |                                                                |
  4683. # XXXX | kf6                                                       kf18 | XXXX
  4684. #      |                                                                |
  4685. #      |                                                                |
  4686. # XXXX |                                                                | XXXX
  4687. #      |                                                                |
  4688. #      |                                                                |
  4689. #      +----------------------------------------------------------------+
  4690. #
  4691. #          XXXX  XXXX  XXXX  XXXX  XXXX  XXXX  XXXX  XXXX  XXXX  XXXX
  4692. #
  4693. # Note: XXXX represents the screen buttons
  4694. #                                                          CMD   REDRAW
  4695. #
  4696. #                                                          MAIL
  4697. #
  4698. #       Depression of the "CMD" key sends    \E!    (kcmd)
  4699. # Depression of the "MAIL" key sends   (note) (kf26)
  4700. # "REDRAW" same as "REFRESH" (krfr)    (note)
  4701. #
  4702. # note: The character string sent by key 'kf26' may be user programmable
  4703. #       to send either \E[16s, or \E[26s.
  4704. #       The character string sent by key 'krfr' may be user programmable
  4705. #       to send either \E[17s, or \E[27s.
  4706. #
  4707. # "kf" functions adds carriage return to output string if terminal is in
  4708. # 'new line' mode.
  4709. #
  4710. # The following are functions not covered in the table above:
  4711. #
  4712. #       Set keyboard character (SKC):
  4713. #
  4714. #               \EPn1;Pn2w
  4715. #
  4716. #                       Pn1= 0 Back Space key
  4717. #                       Pn1= 1 Break key
  4718. #                       Pn2=   Program char (hex)
  4719. #
  4720. #       Screen Definition (SDF):
  4721. #
  4722. #               \E[Pn1;Pn2;Pn3;Pn4;Pn5t
  4723. #
  4724. #                       Pn1=     Window number (1-39)
  4725. #                       Pn2-Pn5= Y;X;Y;X coordinates
  4726. #
  4727. #       Screen Selection (SSL):
  4728. #
  4729. #               \E[Pnu
  4730. #
  4731. #                       Pn= Window number
  4732. #
  4733. #       Set Terminal Modes (SM):
  4734. #
  4735. #               \E[Pnh
  4736. #
  4737. #                       Pn= 3 Graphics mode
  4738. #                       Pn= > Cursor blink
  4739. #                       Pn= < Enter new line mode
  4740. #                       Pn= = Enter reverse insert/replace mode
  4741. #                       Pn= ? Enter no scroll mode
  4742. #
  4743. #       Reset Terminal Mode (RM):
  4744. #
  4745. #               \E[Pnl
  4746. #
  4747. #                       Pn= 3 Exit graphics mode
  4748. #                       Pn= > Exit cursor blink
  4749. #                       Pn= < Exit new line mode
  4750. #                       Pn= = Exit reverse insert/replace mode
  4751. #                       Pn= ? Exit no scroll mode
  4752. #
  4753. #       Screen Status Report (SSR):
  4754. #
  4755. #               \E[Pnp
  4756. #
  4757. #                       Pn= 0 Request current window number
  4758. #                       Pn= 1 Request current window dimensions
  4759. #
  4760. #       Device Status Report (DSR):
  4761. #
  4762. #               \E[6n    Request cursor position
  4763. #
  4764. #       Call Status Report (CSR):
  4765. #
  4766. #               \E[Pnv
  4767. #
  4768. #                       Pn= 0 Call failed
  4769. #                       Pn= 1 Call successful
  4770. #
  4771. #       Transparent Button String (TBS):
  4772. #
  4773. #               \E[Pn1;Pn2;Pn3;{string
  4774. #
  4775. #                       Pn1= Button number to be loaded
  4776. #                       Pn2= Character count of "string"
  4777. #                       Pn3= Key mode being loaded:
  4778. #                               0= Unshifted
  4779. #                               1= Shifted
  4780. #                               2= Control
  4781. #                       String= Text string (15 chars max)
  4782. #
  4783. #       Screen Number Report (SNR):
  4784. #
  4785. #               \E[Pnp
  4786. #
  4787. #                       Pn= Screen number
  4788. #
  4789. #       Screen Dimension Report (SDR):
  4790. #
  4791. #               \E[Pn1;Pn2r
  4792. #
  4793. #                       Pn1= Number of rows available in window
  4794. #                       Pn2= Number of columns available in window
  4795. #
  4796. #       Cursor Position Report (CPR):
  4797. #
  4798. #               \E[Pn1;Pn2R
  4799. #
  4800. #                       Pn1= "Y" Position of cousor
  4801. #                       Pn2= "X" Position of cursor
  4802. #
  4803. #       Request Answer Back (RAB):
  4804. #
  4805. #               \E[c
  4806. #
  4807. #       Answer Back Response (ABR):
  4808. #
  4809. #               \E[?;0;30;VSV
  4810. #
  4811. #                       V=  Software version number
  4812. #                       SV= Software sub version number
  4813. #
  4814. #       Screen Alignment Aid:
  4815. #
  4816. #               \En
  4817. #
  4818. #       Bell (lower pitch):
  4819. #
  4820. #               \E[x
  4821. #
  4822. #       Dial Phone Number:
  4823. #
  4824. #               \EPdstring\
  4825. #
  4826. #                       string= Phone number to be dialed
  4827. #
  4828. #       Set Phone Labels:
  4829. #
  4830. #               \EPpstring\
  4831. #
  4832. #                       string= Label for phone buttons
  4833. #
  4834. #       Set Clock:
  4835. #
  4836. #               \EPchour;minute;second\
  4837. #
  4838. #       Position Clock:
  4839. #
  4840. #               \EPsY;X\
  4841. #
  4842. #                       Y= "Y" coordinate
  4843. #                       X= "X" coordinate
  4844. #
  4845. #       Delete Clock:
  4846. #
  4847. #               \Epr\
  4848. #
  4849. #       Programming The Function Buttons:
  4850. #
  4851. #               \EPfPn;string\
  4852. #
  4853. #                       Pn= Button number (00-06, 18-24)
  4854. #                                         (kf00-kf06, kf18-kf24)
  4855. #
  4856. #                       string= Text to sent on button depression
  4857. #
  4858. #
  4859. #
  4860. #                             05-Aug-86
  4861. #
  4862. att505-24|pt505-24|gs5430-24| AT&T PT505 or 5430 GETSET version 1 24 lines:\
  4863.     :am:xo:\
  4864.     :co#80:it#8:li#24:\
  4865.     :&2=\E[27s:@4=\E!:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:\
  4866.     :DO=\E[%dB:F8=\E[18s:F9=\E[19s:FA=\E[20s:FB=\E[21s:\
  4867.     :FC=\E[22s:FD=\E[23s:FE=\E24s:FG=\E26s:LE=\E[%dD:\
  4868.     :RI=\E[%dC:UP=\E[%dA:ae=\E[10m:al=\E[L:as=\E[11m:\
  4869.     :bl=^G:cb=\E2K:cd=\E[0J:ce=\E[0K:cl=\E[2J\E[H:\
  4870.     :cm=\E[%d;%dH:cr=^M:dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:\
  4871.     :ho=\E[H:\
  4872.     :i1=\EPr\\E[0u\E[2J\E[0;0H\E[0m\E[3l\E[<l\E[4l\E[>l\E[=l\E[?l:\
  4873.     :im=\E[4h:k0=\E[00s:k1=\E[01s:k2=\E[02s:k3=\E[03s:\
  4874.     :k4=\E[04s:k5=\E[05s:k6=\E[06s:kb=^H:kd=\E[B:kl=\E[D:\
  4875.     :kr=\E[C:ku=\E[A:le=\E[D:mb=\E[5m:md=\E[1m:me=\E[0m:\
  4876.     :mr=\E[7m:nd=\E[C:r1=\Ec:se=\E[0m:sf=^J:so=\E[1m:\
  4877.     :ta=^I:ue=\E[0m:up=\E[A:us=\E[4m:ve=\E[>l:vs=\E[>h:
  4878. att505-22|pt505-22|gs5430-22| AT&T PT505 or 5430 GETSET version 1 22 lines:\
  4879.     :li#22:\
  4880.     :tc=att505-24:
  4881. #
  4882. # -------------------- TERMINFO FILE CAN BE SPLIT HERE -----------------------
  4883. # This cut mark helps make life less painful for people running ncurses tic
  4884. # on machines with relatively little RAM.  The file can be broken in half here
  4885. # cleanly and compiled in sections -- no `use' references cross this cut
  4886. # going forward.
  4887. #
  4888.  
  4889. #### Ampex (Dialogue)
  4890. #
  4891. # Yes, these are the same people who are better-known for making audio- and
  4892. # videotape.  I'm told they are located in Redwood City, CA.
  4893.  
  4894. # From: <cbosg!ucbvax!SRC:george> Fri Sep 11 22:38:32 1981
  4895. # (ampex80: mapped ":pt:" to default tabs; some capabilities merged in from
  4896. # SCO's entry -- esr)
  4897. ampex80|a80|d80|dialogue|dialogue80|ampex dialogue 80:\
  4898.     :am:bs:bw:pt:ul:\
  4899.     :co#80:li#24:\
  4900.     :al=\EE:bl=^G:bt=\EI:cd=\Ey:ce=\Et:cl=\E*:\
  4901.     :cm=\E=%+ %+ :cr=^M:ct=\E3:dc=\EW:dl=\ER:do=^J:ei=:\
  4902.     :ic=\EQ:im=:is=\EA:le=^H:nd=^L:se=\Ek:sf=^J:so=\Ej:\
  4903.     :st=\E1:ta=^I:ue=\Em:up=^K:us=\El:
  4904. # This entry was from somebody anonymous, Tue Aug  9 20:11:37 1983, who wrote:
  4905. ampex175|ampex d175:\
  4906.     :am:\
  4907.     :co#80:li#24:\
  4908.     :al=\EE:bl=^G:cd=\Ey:ce=\Et:cl=\E+:cm=\E=%+ %+ :\
  4909.     :cr=^M:dc=\EW:dl=\ER:do=^J:ei=:ho=^^:ic=\EQ:im=:\
  4910.     :is=\EX\EA\EF:kA=\EE:kD=\EW:kI=\EQ:kL=\ER:kd=^J:\
  4911.     :kh=^^:kl=^H:kr=^L:ku=^K:le=^H:ll=^^^K:nd=^L:se=\Ek:\
  4912.     :sf=^J:so=\Ej:te=\EF:ti=\EN:ue=\Em:up=^K:us=\El:
  4913. # No backspace key in the main QWERTY cluster. Fortunately, it has a
  4914. # NEWLINE/PAGE key just above RETURN that sends a strange single-character
  4915. # code.  Given a suitable Unix (one that lets you set an echo-erase-as-BS-SP-BS
  4916. # mode), this key can be used as the erase key; I find I like this. Because
  4917. # some people and some systems may not, there is another termcap ("ampex175")
  4918. # that suppresses this little eccentricity by omitting the relevant capability.
  4919. ampex175-b|ampex d175 using left arrow for erase:\
  4920.     :kb=^_:tc=ampex175:
  4921. # From: Richard Bascove <atd!dsd!rcb@ucbvax.berkeley.edu>
  4922. # (ampex210: removed obsolete ":kn#10:"; mapped ":pt:" to default tabs -- esr)
  4923. ampex210|a210|ampex a210:\
  4924.     :am:bs:hs:pt:xn:\
  4925.     :co#80:li#24:sg#1:ug#1:\
  4926.     :al=\EE:bt=\EI:cd=\Ey:ce=\Et:cl=\E*:cm=\E=%+ %+ :\
  4927.     :dc=\EW:dl=\ER:ei=:fs=\E.2:ho=^^:ic=\EQ:\
  4928.     :if=/usr/share/tabset/std:im=:\
  4929.     :is=\EC\Eu\E'\E(\El\EA\E%\E{\E.2\EG0\Ed\En:k0=^A0\r:\
  4930.     :k1=^A1\r:k2=^A2\r:k3=^A3\r:k4=^A4\r:k5=^A5\r:\
  4931.     :k6=^A6\r:k7=^A7\r:k8=^A8\r:k9=^A9\r:kd=^V:kh=^^:\
  4932.     :kl=^H:kr=^L:ku=^K:nd=^L:se=\EG0:so=\EG4:\
  4933.     :ts=\E.0\Eg\E}\Ef:ue=\EG0:up=^K:us=\EG8:\
  4934.     :vb=\EU\EX\EU\EX\EU\EX\EU\EX:
  4935. ampex219|ampex-219|amp219|Ampex with Automargins:\
  4936.     :hs:xn:\
  4937.     :co#80:it#8:li#24:\
  4938.     :bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:\
  4939.     :cm=\E[%i%d;%dH:cr=^M:cs=%i\E[%2;%2r:do=\E[B:ho=\E[H:\
  4940.     :is=\E>\E[?1l\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
  4941.     :k0=\E[21~:k1=\E[7~:k2=\E[8~:k3=\E[9~:k4=\E[10~:\
  4942.     :k5=\E[11~:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:\
  4943.     :kd=\E[B:ke=\E>:kh=\E[H:kl=\E[D:kr=\E[C:ks=\E=:\
  4944.     :ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[0m:mh=\E[1m:\
  4945.     :mr=\E[7m:nd=\E[C:se=\E[0m:sf=^J:so=\E[7m:sr=\EM:\
  4946.     :ta=^I:ue=\E[0m:up=\E[A:us=\E[4m:
  4947. ampex219w|ampex-219w|amp219w|Ampex 132 cols:\
  4948.     :co#132:li#24:\
  4949.     :bl=^G:cr=^M:do=^J:\
  4950.     :is=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h:sf=^J:\
  4951.     :vs=\E[?3h:tc=ampex219:
  4952. ampex232|ampex-232|Ampex Model 232:\
  4953.     :am:\
  4954.     :co#80:li#24:sg#1:ug#1:\
  4955.     :al=5*\EE:bt=\EI:cd=\EY:ce=\ET:cl=\E+:cm=\E=%+ %+ :\
  4956.     :dc=\EW:dl=5*\ER:do=^V:ei=:ic=\EQ:\
  4957.     :if=/usr/lib/tabset/ampex:im=:is=\Eg\El:k0=^A@\r:\
  4958.     :k1=^AA\r:k2=^AB\r:k3=^AC\r:k4=^AD\r:k5=^AE\r:\
  4959.     :k6=^AF\r:k7=^AG\r:k8=^AH\r:k9=^AI\r:kb=^H:kd=^V:\
  4960.     :kh=^^:kl=^H:kr=^L:ku=^K:le=^H:nd=^L:se=\EG0:so=\EG4:\
  4961.     :ta=^I:ue=\EG0:up=^K:us=\EG8:\
  4962.     :vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:\
  4963.     :ve=\E.4:vi=\E.0:
  4964. ampex232w|Ampex Model 232 / 132 columns:\
  4965.     :co#132:li#24:\
  4966.     :if=/usr/lib/tabset/amp-132:is=\E\034Eg\El:tc=ampex232:
  4967.  
  4968. #### Ann Arbor (aa)
  4969. #
  4970.  
  4971. # Originally from Mike O'Brien@Rand and Howard Katseff at Bell Labs.
  4972. # Highly modified 6/22 by Mike O'Brien.
  4973. # split out into several for the various screen sizes by dave-yost@rand
  4974. # Modifications made 3/82 by Mark Horton
  4975. # Modified by Tom Quarles at UCB for greater efficiency and more diversity
  4976. # status line moved to top of screen, :vb: removed 5/82
  4977. # Some unknown person at SCO then hacked the init strings to make them more
  4978. # efficient.
  4979. #
  4980. # assumes the following setup:
  4981. #   A menu: 0000 1010  0001 0000
  4982. #   B menu: 9600  0100 1000  0000 0000  1000 0000  17  19
  4983. #   C menu: 56   66   0    0    9600  0110 1100
  4984. #   D menu: 0110 1001   1   0
  4985. #
  4986. #    Briefly, the settings are for the following modes:
  4987. #       (values are for bit set/clear with * indicating our preference
  4988. #        and the value used to test these termcaps)
  4989. #    Note that many of these settings are irelevent to the termcap
  4990. #    and are just set to the default mode of the terminal as shipped
  4991. #    by the factory.
  4992. #
  4993. # A menu: 0000 1010  0001 0000
  4994. #    Block/underline cursor*
  4995. #    blinking/nonblinking cursor*
  4996. #    key click/no key click*
  4997. #    bell/no bell at column 72*
  4998. #
  4999. #    key pad is cursor control*/key pad is numeric
  5000. #    return and line feed/return for <cr> key *
  5001. #    repeat after .5 sec*/no repeat
  5002. #    repeat at 25/15 chars per sec. *
  5003. #
  5004. #    hold data until pause pressed/process data unless pause pressed*
  5005. #    slow scroll/no slow scroll*
  5006. #    Hold in area/don't hold in area*
  5007. #    functions keys have default*/function keys disabled on powerup
  5008. #
  5009. #    show/don't show position of cursor during page transmit*
  5010. #    unused
  5011. #    unused
  5012. #    unused
  5013. #
  5014. # B menu: 9600  0100 1000  0000 0000  1000 0000  17  19
  5015. #    Baud rate (9600*)
  5016. #
  5017. #    2 bits of parity - 00=odd,01=even*,10=space,11=mark
  5018. #    1 stop bit*/2 stop bits
  5019. #    parity error detection off*/on
  5020. #
  5021. #    keyboard local/on line*
  5022. #    half/full duplex*
  5023. #    disable/do not disable keyboard after data transmission*
  5024. #
  5025. #    transmit entire page/stop transmission at cursor*
  5026. #    transfer/do not transfer protected characters*
  5027. #    transmit all characters/transmit only selected characters*
  5028. #    transmit all selected areas/transmit only 1 selected area*
  5029. #
  5030. #    transmit/do not transmit line seperators to host*
  5031. #    transmit/do not transmit page tab stops tabs to host*
  5032. #    transmit/do not transmit column tab stop tabs to host*
  5033. #    transmit/do not transmit graphics control (underline,inverse..)*
  5034. #
  5035. #    enable*/disable auto XON/XOFF control
  5036. #    require/do not require receipt of a DC1 from host after each LF*
  5037. #    pause key acts as a meta key/pause key is pause*
  5038. #    unused
  5039. #
  5040. #    unused
  5041. #    unused
  5042. #    unused
  5043. #    unused
  5044. #
  5045. #    XON character (17*)
  5046. #    XOFF character (19*)
  5047. #
  5048. # C menu: 56   66   0    0    9600  0110 1100
  5049. #    number of lines to print data on (printer) (56*)
  5050. #
  5051. #    number of lines on a sheet of paper (printer) (66*)
  5052. #
  5053. #    left margin (printer) (0*)
  5054. #
  5055. #    number of pad chars on new line to printer (0*)
  5056. #
  5057. #    printer baud rate (9600*)
  5058. #
  5059. #    printer parity: 00=odd,01=even*,10=space,11=mark
  5060. #    printer stop bits: 2*/1
  5061. #    print/do not print guarded areas*
  5062. #
  5063. #    new line is: 01=LF,10=CR,11=CRLF*
  5064. #    unused
  5065. #    unused
  5066. #
  5067. # D menu: 0110 1001   1   0
  5068. #    LF is newline/LF is down one line, same column*
  5069. #    wrap to preceeding line if move left from col 1*/don't wrap
  5070. #    wrap to next line if move right from col 80*/don't wrap
  5071. #    backspace is/is not destructive*
  5072. #
  5073. #    display*/ignore DEL character
  5074. #    display will not/will scroll*
  5075. #    page/column tab stops*
  5076. #    erase everything*/erase unprotected only
  5077. #
  5078. #    editing extent: 0=display,1=line*,2=field,3=area
  5079. #
  5080. #    unused
  5081. #
  5082.  
  5083. annarbor|4080|ann arbor 4080:\
  5084.     :am:\
  5085.     :co#80:li#40:\
  5086.     :bl=^G:cl=\014:\
  5087.     :..cm=\017%p2%{10}%/%{16}%*%p2%{10}%m%+%c%p1%?%p1%{19}%>%t%{12}%+%;%'@'%+%c:\
  5088.     :cr=^M:ct=^^P^P:do=^J:ho=^K:kb=^^:kd=^J:kh=^K:kl=^H:\
  5089.     :kr=^_:ku=^N:le=^H:nd=^_:sf=^J:st=^]^P1:ta=^I:up=^N:
  5090.  
  5091. # If you're using the GNU termcap library, add
  5092. #    :cS=\E[%d;%d;%d;%dp:
  5093. # to these capabilities.  This is the nonstandard GNU termcap scrolling
  5094. # capability, arguments are:
  5095. #   1. Total number of lines on the screen.
  5096. #   2. Number of lines above desired scroll region.
  5097. #   3. Number of lines below (outside of) desired scroll region.
  5098. #   4. Total number of lines on the screen, the same as the first parameter.
  5099. # The generic Ann Arbor entry is the only one that uses this.
  5100. aaa+unk|aaa-unk|ann arbor ambassador (internal - don't use this directly):\
  5101.     :5i:am:km:mi:xo:\
  5102.     :co#80:it#8:\
  5103.     :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\EOK:\
  5104.     :F2=\EOL:F3=\EOM:F4=\EON:F5=\EOO:F6=\EOP:F7=\EOQ:\
  5105.     :F8=\EOR:F9=\EOS:FA=\EOT:FB=\EOU:FC=\EOV:FD=\EOW:\
  5106.     :FE=\EOX:IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
  5107.     :al=\E[L:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:ch=\E[%+^AG:\
  5108.     :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:ct=\E[2g:\
  5109.     :cv=\E[%+^Ad:dc=\E[P:dl=\E[M:do=^K:ei=:ho=\E[H:\
  5110.     :i1=\E[m\E7\E[H\E9\E8:i2=\E[1Q\E[>20;30l\EP`+x~M\E\\:\
  5111.     :ic=\E[@:im=:k1=\EOA:k2=\EOB:k3=\EOC:k4=\EOD:k5=\EOE:\
  5112.     :k6=\EOF:k7=\EOG:k8=\EOH:k9=\EOI:k;=\EOJ:kA=\E[L:\
  5113.     :kB=\E[Z:kC=\E[J:kD=\E[P:kI=\E[@:kL=\E[M:kM=\E6:\
  5114.     :kb=^H:kd=\E[B:\
  5115.     :ke=\EP`>y~[[J`8xy~[[A`4xy~[[D`6xy~[[C`2xy~[[B\E\\:\
  5116.     :kh=\E[H:kl=\E[D:kr=\E[C:\
  5117.     :ks=\EP`>z~[[J`8xz~[[A`4xz~[[D`6xz~[[C`2xz~[[B\E\\:\
  5118.     :ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[0m:mk=\E[8m:\
  5119.     :mm=\E[>52h:mo=\E[>52l:mr=\E[7m:nd=\E[C:pO=\E[%dv:\
  5120.     :pf=^C:po=\E[v:ps=\E[0i:rc=\E8:\
  5121.     :..rp=%p1%c\E[%p2%{1}%-%db:\
  5122.     :..sa=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;m:\
  5123.     :sc=\E7:se=\E[m:sf=^K:so=\E[7m:st=\EH:ta=^I:ue=\E[m:\
  5124.     :up=\E[A:us=\E[4m:
  5125.  
  5126. aaa+rv:\
  5127.     :i1=\E[7m\E7\E[H\E9\E8:mb=\E[5;7m:md=\E[1;7m:\
  5128.     :me=\E[7m\016:mk=\E[7;8m:mr=\E[m:r1=\E[H\E[7m\E[J:\
  5129.     :..sa=\E[%?%p1%p3%|%!%t7;%;%?%p2%t4;%;%?%p4%t5;%;%?%p6%t1;%;%?%p7%t8;%;m:\
  5130.     :se=\E[7m:so=\E[m:ue=\E[7m:us=\E[4;7m:
  5131. # Ambassador with the DEC option, for partial vt100 compatibility.
  5132. aaa+dec:\
  5133.     :ac=aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz||}}:\
  5134.     :ae=^N:as=^O:cs=\E[%i%d;%dr:eA=\E(0:\
  5135.     :..sa=\E[%?%p1%p3%|%!%t7;%;%?%p2%t4;%;%?%p4%t5;%;%?%p6%t1;%;%?%p7%t8;%;m%?%p9%t\017%e\016%;:
  5136. aaa-18|ann arbor ambassador/18 lines:\
  5137.     :li#18:\
  5138.     :is=\E7\E[60;0;0;18p\E8:te=\E[60;0;0;18p\E[60;1H\E[K:\
  5139.     :ti=\E[18;0;0;18p:tc=aaa+unk:
  5140. aaa-18-rv|ann arbor ambassador/18 lines+reverse video:\
  5141.     :tc=aaa+rv:tc=aaa-18:
  5142. aaa-20|ann arbor ambassador/20 lines:\
  5143.     :li#20:\
  5144.     :is=\E7\E[60;0;0;20p\E8:te=\E[60;0;0;20p\E[60;1H\E[K:\
  5145.     :ti=\E[20;0;0;20p:tc=aaa+unk:
  5146. aaa-22|ann arbor ambassador/22 lines:\
  5147.     :li#22:\
  5148.     :is=\E7\E[60;0;0;22p\E8:te=\E[60;0;0;22p\E[60;1H\E[K:\
  5149.     :ti=\E[22;0;0;22p:tc=aaa+unk:
  5150. aaa-24|ann arbor ambassador/24 lines:\
  5151.     :li#24:\
  5152.     :is=\E7\E[60;0;0;24p\E8:te=\E[60;0;0;24p\E[60;1H\E[K:\
  5153.     :ti=\E[24;0;0;24p:tc=aaa+unk:
  5154. aaa-24-rv|ann arbor ambassador/24 lines+reverse video:\
  5155.     :tc=aaa+rv:tc=aaa-24:
  5156. aaa-26|ann arbor ambassador/26 lines:\
  5157.     :li#26:\
  5158.     :is=\E7\E[60;0;0;26p\E8:te=\E[60;0;0;26p\E[26;1H\E[K:\
  5159.     :ti=\E[H\E[J\E[26;0;0;26p:tc=aaa+unk:
  5160. aaa-28|ann arbor ambassador/28 lines:\
  5161.     :li#28:\
  5162.     :is=\E7\E[60;0;0;28p\E8:te=\E[60;0;0;28p\E[28;1H\E[K:\
  5163.     :ti=\E[H\E[J\E[28;0;0;28p:tc=aaa+unk:
  5164. aaa-30-s|aaa-s|ann arbor ambassador/30 lines w/status:\
  5165.     :es:hs:\
  5166.     :li#29:\
  5167.     :ds=\E7\E[60;0;0;30p\E[1;1H\E[K\E[H\E8\r\n\E[K:\
  5168.     :fs=\E[>51l:is=\r\n\E[A\E7\E[60;1;0;30p\E8:\
  5169.     :te=\E[60;1;0;30p\E[29;1H\E[K:\
  5170.     :ti=\E[H\E[J\E[30;1;0;30p\E[30;1H\E[K:\
  5171.     :ts=\E[>51h\E[1;%p1%dH\E[2K:tc=aaa+unk:
  5172. aaa-30-s-rv|aaa-s-rv|ann arbor ambassador/30 lines+status line+reverse video:\
  5173.     :tc=aaa+rv:tc=aaa-30-s:
  5174. aaa-s-ctxt|aaa-30-s-ctxt|ann arbor ambassador/30 lines+status line+save context:\
  5175.     :te=\E[60;1;0;30p\E[59;1H\E[K:\
  5176.     :ti=\E[30;1H\E[K\E[30;1;0;30p:tc=aaa-30-s:
  5177. aaa-s-rv-ctxt|aaa-30-s-rv-ct|aaa-30-srvctxt|ann arbor ambassador/30 lines; status line; saving context:\
  5178.     :te=\E[60;1;0;30p\E[59;1H\E[K:\
  5179.     :ti=\E[30;1H\E[K\E[30;1;0;30p:tc=aaa-30-s-rv:
  5180. aaa|aaa-30|ambas|ambassador|ann arbor ambassador/30 lines:\
  5181.     :li#30:\
  5182.     :is=\E7\E[60;0;0;30p\E8:te=\E[60;0;0;30p\E[30;1H\E[K:\
  5183.     :ti=\E[H\E[J\E[30;0;0;30p:tc=aaa+unk:
  5184. aaa-30-rv|aaa-rv|ann arbor ambassador/30 lines in reverse video:\
  5185.     :tc=aaa+rv:tc=aaa-30:
  5186. aaa-30-ctxt|aaa-ctxt|ann arbor ambassador/30 lines; saving context:\
  5187.     :te=\E[60;0;0;30p\E[60;1H\E[K:ti=\E[30;0;0;30p:tc=aaa-30:
  5188. aaa-30-rv-ctxt|aaa-rv-ctxt|ann arbor ambassador/30 lines; saving context:\
  5189.     :te=\E[60;0;0;30p\E[60;1H\E[K:ti=\E[30;0;0;30p:tc=aaa+rv:tc=aaa-30:
  5190. aaa-36|ann arbor ambassador/36 lines:\
  5191.     :li#36:\
  5192.     :is=\E7\E[60;0;0;36p\E8:te=\E[60;0;0;36p\E[36;1H\E[K:\
  5193.     :ti=\E[H\E[J\E[36;0;0;36p:tc=aaa+unk:
  5194. aaa-36-rv|ann arbor ambassador/36 lines+reverse video:\
  5195.     :tc=aaa+rv:tc=aaa-36:
  5196. aaa-40|ann arbor ambassador/40 lines:\
  5197.     :li#40:\
  5198.     :is=\E7\E[60;0;0;40p\E8:te=\E[60;0;0;40p\E[40;1H\E[K:\
  5199.     :ti=\E[H\E[J\E[40;0;0;40p:tc=aaa+unk:
  5200. aaa-40-rv|ann arbor ambassador/40 lines+reverse video:\
  5201.     :tc=aaa+rv:tc=aaa-40:
  5202. aaa-48|ann arbor ambassador/48 lines:\
  5203.     :li#48:\
  5204.     :is=\E7\E[60;0;0;48p\E8:te=\E[60;0;0;48p\E[48;1H\E[K:\
  5205.     :ti=\E[H\E[J\E[48;0;0;48p:tc=aaa+unk:
  5206. aaa-48-rv|ann arbor ambassador/48 lines+reverse video:\
  5207.     :tc=aaa+rv:tc=aaa-48:
  5208. aaa-60-s|ann arbor ambassador/59 lines plus status line:\
  5209.     :es:hs:\
  5210.     :li#59:\
  5211.     :ds=\E7\E[60;0;0;60p\E[1;1H\E[K\E[H\E8\r\n\E[K:\
  5212.     :fs=\E[>51l:is=\r\n\E[A\E7\E[60;1;0;60p\E8:\
  5213.     :ts=\E[>51h\E[1;%p1%dH\E[2K:tc=aaa+unk:
  5214. aaa-60-s-rv|ann arbor ambassador/59 lines+status line+reverse video:\
  5215.     :tc=aaa+rv:tc=aaa-60-s:
  5216. aaa-60-s-rv-dec|ann arbor ambassador/dec mode+59 lines+status line+rev video:\
  5217.     :tc=aaa+dec:tc=aaa+rv:tc=aaa-60-s:
  5218. aaa-60|ann arbor ambassador/60 lines:\
  5219.     :li#60:\
  5220.     :is=\E7\E[60;0;0;60p\E[1Q\E[m\E[>20;30l\E8:tc=aaa+unk:
  5221. aaa-60-rv|ann arbor ambassador/60 lines+reverse video:\
  5222.     :tc=aaa+rv:tc=aaa-60:
  5223. aaa-db|ann arbor ambassador 30/destructive backspace:\
  5224.     :i2=\E[1Q\E[m\E[>20l\E[>30h:le=\E[D:tc=aaa-30:
  5225.  
  5226. guru|guru-33|guru+unk|ann arbor guru/33 lines 80 cols:\
  5227.     :li#33:\
  5228.     :i2=\E[>59l:is=\E7\E[255;0;0;33;80;80p\E8\E[J:\
  5229.     :te=\E[255p\E[255;1H\E[K:ti=\E[33p:vb=\E[>59h\E[>59l:tc=aaa+unk:
  5230. guru+rv|guru changes for reverse video:\
  5231.     :i2=\E[>59h:vb=\E[>59l\E[>59h:
  5232. guru-rv|guru-33-rv|ann arbor guru/33 lines+reverse video:\
  5233.     :tc=guru+rv:tc=guru-33:
  5234. guru+s|changes for status line:\
  5235.     :es:hs:\
  5236.     :ds=\E7\E[;0p\E[1;1H\E[K\E[H\E8\r\n\E[K:fs=\E[>51l:\
  5237.     :te=\E[255;1p\E[255;1H\E[K:\
  5238.     :ts=\E[>51h\E[1;%p1%dH\E[2K:
  5239. guru-nctxt:\
  5240.     :ti=\E[H\E[J\E[33p\E[255;1H\E[K:tc=guru:
  5241. guru-s|guru-33-s|ann arbor guru/33 lines w/status line:\
  5242.     :li#32:\
  5243.     :is=\r\n\E[A\E7\E[255;1;0;33;80;80p\E8\E[J:\
  5244.     :ti=\E[33;1p\E[255;1H\E[K:tc=guru+s:tc=guru+unk:
  5245. guru-24:\
  5246.     :co#80:li#24:\
  5247.     :is=\E7\E[255;0;0;24;80;80p\E8\E[J:ti=\E[24p:tc=guru+unk:
  5248. guru-44:\
  5249.     :co#97:li#44:\
  5250.     :is=\E7\E[255;0;0;44;97;100p\E8\E[J:ti=\E[44p:tc=guru+unk:
  5251. guru-44-s|ann arbor guru/44 lines w/status line:\
  5252.     :li#43:\
  5253.     :is=\r\n\E[A\E7\E[255;1;0;44;80;80p\E8\E[J:\
  5254.     :ti=\E[44;1p\E[255;1H\E[K:tc=guru+s:tc=guru+unk:
  5255. guru-76|guru with 76 lines by 89 cols:\
  5256.     :co#89:li#76:\
  5257.     :is=\E7\E[255;0;0;76;89;100p\E8\E[J:ti=\E[76p:tc=guru+unk:
  5258. guru-76-s|ann arbor guru/76 lines w/status line:\
  5259.     :co#89:li#75:\
  5260.     :is=\r\n\E[A\E7\E[255;1;0;76;89;100p\E8\E[J:\
  5261.     :ti=\E[76;1p\E[255;1H\E[K:tc=guru+s:tc=guru+unk:
  5262. guru-76-lp|guru-lp|guru with page bigger than line printer:\
  5263.     :co#134:li#76:\
  5264.     :is=\E7\E[255;0;0;76;134;134p\E8\E[J:ti=\E[76p:tc=guru+unk:
  5265. guru-76-w|guru 76 lines by 178 cols:\
  5266.     :co#178:li#76:\
  5267.     :is=\E7\E[255;0;0;76;178;178p\E8\E[J:ti=\E[76p:tc=guru+unk:
  5268. guru-76-w-s|ann arbor guru/76 lines w/status line:\
  5269.     :co#178:li#75:\
  5270.     :is=\r\n\E[A\E7\E[255;1;0;76;178;178p\E8\E[J:\
  5271.     :ti=\E[76;1p\E[255;1H\E[K:tc=guru+s:tc=guru+unk:
  5272. guru-76-wm|guru 76 lines by 178 cols with 255 cols memory:\
  5273.     :co#178:li#76:\
  5274.     :is=\E7\E[255;0;0;76;178;255p\E8\E[J:ti=\E[76p:tc=guru+unk:
  5275. aaa-rv-unk:\
  5276.     :Nl#0:lh#0:lw#0:\
  5277.     :i1=\E[7m\E7\E[H\E9\E8:mb=\E[5;7m:md=\E[1;7m:\
  5278.     :me=\E[7m:mk=\E[7;8m:mr=\E[m:r1=\E[H\E[7m\E[J:\
  5279.     :..sa=\E[%?%p1%!%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;%?%p7%t8;%;m:\
  5280.     :se=\E[7m:so=\E[m:ue=\E[7m:us=\E[4;7m:
  5281.  
  5282. #### Applied Digital Data Systems (adds)
  5283. #
  5284. # ADDS itself is long gone.  ADDS was bought by NCR, and the same group made
  5285. # ADDS and NCR terminals.  When AT&T and NCR merged, the engineering for
  5286. # terminals was merged again.  Then AT&T sold the terminal business to
  5287. # SunRiver.  The engineers from Teletype, AT&T terminals, ADDS,
  5288. # and NCR (who are still there) are at:
  5289. #
  5290. #    SunRiver Data Systems
  5291. #    100 Marcus Boulevard
  5292. #    Hauppauge, NY 117883-762
  5293. #    Vox: (800)-231-5445
  5294. #    Fax: (516)-342-7378
  5295. #
  5296. # Their voice mail describes the place as "SunRiver (formerly ADDS)". 
  5297.  
  5298. # Regent: lowest common denominator, works on all regents.
  5299. # (regent: renamed ":bc:" to ":le:" -- esr)
  5300. regent|Adds Regent Series:\
  5301.     :am:bs:\
  5302.     :co#80:li#24:\
  5303.     :bl=^G:cl=^L:cr=^M:do=^J:ho=\EY  :le=^U:ll=^A:nd=^F:\
  5304.     :sf=^J:up=^Z:
  5305. # Regent 100 has a bug where if computer sends escape when user is holding
  5306. # down shift key it gets confused, so we avoid escape.
  5307. regent100|Adds Regent 100:\
  5308.     :sg#1:ug#1:\
  5309.     :bl=^G:cm=\013%+ %B\020%.:k0=^B1\r:k1=^B2\r:k2=^B3\r:\
  5310.     :k3=^B4\r:k4=^B5\r:k5=^B6\r:k6=^B7\r:k7=^B8\r:l0=F1:\
  5311.     :l1=F2:l2=F3:l3=F4:l4=F5:l5=F6:l6=F7:l7=F8:se=\E0@:\
  5312.     :so=\E0P:ue=\E0@:us=\E0`:tc=regent:
  5313. regent20|Adds Regent 20:\
  5314.     :bl=^G:cd=\Ek:ce=\EK:cm=\EY%+ %+ :tc=regent:
  5315. regent25|Adds Regent 25:\
  5316.     :bl=^G:kd=^J:kh=^A:kl=^U:kr=^F:ku=^Z:tc=regent20:
  5317. regent40|Adds Regent 40:\
  5318.     :sg#1:ug#1:\
  5319.     :al=\EM:bl=^G:dl=\El:k0=^B1\r:k1=^B2\r:k2=^B3\r:\
  5320.     :k3=^B4\r:k4=^B5\r:k5=^B6\r:k6=^B7\r:k7=^B8\r:l0=F1:\
  5321.     :l1=F2:l2=F3:l3=F4:l4=F5:l5=F6:l6=F7:l7=F8:se=\E0@:\
  5322.     :so=\E0P:ue=\E0@:us=\E0`:tc=regent25:
  5323. regent40+|Adds Regent 40+:\
  5324.     :is=\EB:tc=regent40:
  5325. # (regent60: removed obsolete ":ko=dc,im,ei:" -- esr)
  5326. regent60|regent200|Adds Regent 60:\
  5327.     :dc=\EE:ei=\EF:im=\EF:is=\EV\EB:kD=\EE:kI=\EF:kM=\EF:\
  5328.     :se=\ER\E0@\EV:so=\ER\E0P\EV:tc=regent40+:
  5329. regent60na|regent 60 w/no arrow keys:\
  5330.     :kd@:kl@:kr@:ku@:tc=regent60:
  5331. # From: <edward@onyx.berkeley.edu> Thu Jul  9 09:27:33 1981
  5332. # (viewpoint: added kcuf1, kf* and dl1 capabilities -- esr)
  5333. viewpoint|addsviewpoint|adds viewpoint:\
  5334.     :am:bs:\
  5335.     :co#80:li#24:\
  5336.     :bl=^G:cd=\Ek:ce=\EK:cl=^L:cm=\EY%+ %+ :cr=^M:dl=\El:\
  5337.     :do=^J:is=\017\E0`:k0=^B1:k2=^B2:k3=^B!:k4=^B":\
  5338.     :k5=^B#:kd=^J:kh=^A:kl=^U:kr=^F:ku=^Z:le=^H:ll=^A:\
  5339.     :nd=^F:se=^O:sf=^J:so=^N:ue=^O:up=^Z:us=^N:\
  5340.     :ve=\017\E0`:vs=\017\E0P:
  5341. screwpoint|adds viewpoint with ^O bug:\
  5342.     :am:bs:\
  5343.     :Nl#0:co#80:lh#0:li#24:lw#0:\
  5344.     :bl=^G:cd=\Ek:ce=\EK:cl=\014:cm=\EY%+ %+ :cr=^M:\
  5345.     :dl=\El:do=^J:is=^G:kd=^J:kh=^A:kl=^U:kr=^F:ku=^Z:\
  5346.     :le=^H:ll=^A:nd=^F:sf=^J:up=^Z:
  5347. fviewpoint|flaky adds viewpoint with ^O bug:\
  5348.     :am:bs:\
  5349.     :co#80:li#24:\
  5350.     :bl=^G:cd=\Ek:ce=\EK:cl=\014:cm=\EY%+ %+ :cr=^M:\
  5351.     :dl=\El:do=^J:is=^G:kd=^J:kh=^A:kl=^U:kr=^F:ku=^Z:\
  5352.     :le=^H:ll=^A:nd=^F:sf=^J:up=^Z:
  5353. # From: Jay S. Rouman <jsr@dexter.mi.org> 5 Jul 92
  5354. # The civis/cnorm/sgr/sgr0 strings were added by ESR from specs.  
  5355. # Theory; the 3a+ wants \E0%c to set highlights, where normal=01000000,
  5356. # underline=01100000, rev=01010000, blink=01000010,dim=01000001,
  5357. # invis=01000100 and %c is the logical or of desired attributes.
  5358. # There is also a `tag bit' enabling attributes, set by \E) and unset by \E(.
  5359. vp3a+|viewpoint3a+|adds viewpoint 3a+:\
  5360.     :am:bw:\
  5361.     :co#80:it#8:li#24:\
  5362.     :cd=\EY:ce=\ET:cl=\E*:cm=\E=%+ %+ :cr=^M:do=^J:ho=^^:\
  5363.     :kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:me=\E(:\
  5364.     :nd=^L:nw=^M^J:\
  5365.     :..sa=\E0%'@'%?%p1%tQ%|%;%?%p2%t%'`'%|%;%?%p3%tP%|%;%?%p4%t%{2}%|%;%?%p5%t%{1}%|%;%?%p7%tD%|%;%c\E):\
  5366.     :se=\E(:sf=^J:so=\E0Q\E):ta=^I:up=^K:ve=^X:vi=^W:
  5367. vp60|viewpoint60|addsviewpoint60|adds viewpoint60:\
  5368.     :tc=regent40:
  5369. #
  5370. # adds viewpoint 90 - from cornell
  5371. # Note:  emacs sends ei occasionally to insure the terminal is out of
  5372. #        insert mode. This unfortunately puts the viewpoint90 IN insert
  5373. #        mode.  A hack to get around this is :ic=\EF \EF^U:.  (Also,
  5374. #   -    :ei=:im=: must be present in the termcap translation.)
  5375. #   -    :xs: indicates glitch that attributes stick to location
  5376. #   -    :ms: means it's safe to move in standout mode
  5377. #   -    :cl=\EG\Ek: clears screen and visual attributes without affecting
  5378. #               the status line
  5379. # Function key and label capabilities merged in from SCO.
  5380. vp90|viewpoint90|adds viewpoint 90:\
  5381.     :bs:bw:ms:xs:\
  5382.     :co#80:li#24:\
  5383.     :cd=\Ek:ce=\EK:cl=\EG\Ek:cm=\EY%+ %+ :dc=\EE:dl=\El:\
  5384.     :do=^J:ei=:ho=\EY  :ic=\EF \EF\025:im=:k0=^B1\r:\
  5385.     :k1=^B2\r:k2=^B3\r:k3=^B4\r:k4=^B5\r:k5=^B6\r:\
  5386.     :k6=^B7\r:k7=^B8\r:k8=^B9\r:k9=^B\072\r:k;=^B;\r:\
  5387.     :kb=^H:kd=^J:kh=^A:kl=^U:kr=^F:ku=^Z:l0=F1:l1=F2:\
  5388.     :l2=F3:l3=F4:l4=F5:l5=F6:l6=F7:l7=F8:l8=F9:l9=F10:\
  5389.     :la=F11:ll=^A:nd=^F:se=\ER\E0@\EV:sf=^J:\
  5390.     :so=\ER\E0Q\EV:ta=^I:ue=\ER\E0@\EV:up=^Z:\
  5391.     :us=\ER\E0`\EV:
  5392. # Note: if return acts weird on a980, check internal switch #2
  5393. # on the top chip on the CONTROL pc board.
  5394. adds980|a980|adds consul 980:\
  5395.     :am:bs:\
  5396.     :co#80:li#24:\
  5397.     :al=\E\016:bl=^G:cl=\014\013@:cm=\013%+@\E\005%2:\
  5398.     :cr=^M:dl=\E\017:do=^J:k0=\E0:k1=\E1:k2=\E2:k3=\E3:\
  5399.     :k4=\E4:k5=\E5:k6=\E6:k7=\E7:k8=\E8:k9=\E9:le=^H:\
  5400.     :nd=\E^E01:se=^O:sf=^J:so=^Y^^^N:
  5401.  
  5402. #### C. Itoh Electronics
  5403. #
  5404. # As of 1995 these people no longer make terminals (they're still in the
  5405. # printer business).  Their terminals were all clones of the DEC VT series.
  5406. # They're located in Orange County, CA.
  5407. #
  5408.  
  5409. # CIT 80  - vt-52 emulator, the termcap has been modified to remove
  5410. #           the delay times and do an auto tab set rather than the indirect
  5411. #           file used in vt100.
  5412. cit80|cit-80|citoh 80:\
  5413.     :am:bs:\
  5414.     :co#80:li#24:\
  5415.     :cd=\EJ:ce=\EK:cl=\E[;H\EJ:cm=\E[%i%2;%2H:cr=^M:\
  5416.     :ff=^L:is=\E>:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:\
  5417.     :ks=\E[?1h\E=:ku=\EOA:nd=\E[C:sf=^J:up=\E[A:
  5418. # Alternate cit101 (vt100 em) file used in vt100.
  5419. #        Uses 23 lines so can run citsys (like h19sys).
  5420. #    24 May 85 (mtxinu!sybase!tim) - removed 2-byte limit on :cm: cursor
  5421. #      coordinates otherwise there is garbling on long lines in 
  5422. #      co#132 mode; also added support for multipage    memory on the Itoh.
  5423. # From: Tim Wood <mtxinu!sybase!tim> Fri Sep 27 09:39:12 PDT 1985
  5424. citc|Citoh fast vt100:\
  5425.     :am:bs:xn:\
  5426.     :co#80:li#23:\
  5427.     :al=\E[L:cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:\
  5428.     :cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:ei=:ic=\E[@:im=:\
  5429.     :is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[3g\E[>5g:\
  5430.     :kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\
  5431.     :ku=\EOA:nd=\E[C:se=\E[m:so=\E[7m:ue=\E[m:up=\E[A:\
  5432.     :us=\E[4m:\
  5433.     :vb=\E[?5h\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\E[?5l:\
  5434.     :ve=\E[V\E8:vs=\E7\E[U:
  5435. cita:\
  5436.     :am:bs:xn:\
  5437.     :co#80:li#23:\
  5438.     :cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:cm=\E[%i%d;%dH:\
  5439.     :is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[3g\E[>5g:\
  5440.     :kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\
  5441.     :ku=\EOA:nd=\E[C:se=\E[m:so=\E[7m:ue=\E[m:up=\E[A:\
  5442.     :us=\E[4m:\
  5443.     :vb=\E[?5h\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\E[?5l:\
  5444.     :ve=\E[V\E8:vs=\E7\E[U:
  5445. cit101:\
  5446.     :li#24:\
  5447.     :vb@:tc=citc:
  5448. cit101b:\
  5449.     :li#24:\
  5450.     :tc=citc:
  5451. # The CIT-500 was unusual in that it had a portrait-style display.
  5452. # (cit500: mapped ":pt:" to default tabs -- esr)
  5453. cit500|cit-500|cit 500:\
  5454.     :am:bs:pt:xn:\
  5455.     :co#80:li#40:\
  5456.     :al=\E[L:cd=50\E[J:ce=3\E[K:cl=50\E[;H\E[2J:\
  5457.     :cm=5\E[%i%2;%2H:dc=\E[P:dl=\E[M:do=\ED:\
  5458.     :is=\E(B\E)0\E>\E[?3l\E[?7h\E[?8h:k1=\EOP:k2=\EOQ:\
  5459.     :k3=\EOR:k4=\EOS:kd=\EOB:ke=\E[?1l\E>:kh=\E[H:\
  5460.     :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:nd=2\E[C:\
  5461.     :se=2\E[m:so=2\E[7m:sr=5\EM:ue=2\E[m:up=2\E[A:\
  5462.     :us=2\E[4m:
  5463.  
  5464. citoh|ci8510|8510|c.itoh 8510a:\
  5465.     :co#80:it#8:\
  5466.     :is=\E(009\054017\054025\054033\054041\054049\054057\054065\054073.:\
  5467.     :le@:md=\E!:me=\E"\EY:rp=\ER%r%03%.:sr=\Er:ue=\EY:\
  5468.     :us=\EX:tc=lpr:
  5469. citoh-pica|citoh in pica:\
  5470.     :i1=\EN:tc=citoh:
  5471. citoh-elite|citoh in elite:\
  5472.     :co#96:\
  5473.     :i1=\EE:\
  5474.     :is=\E(009\054017\054025\054033\054041\054049\054057\054065\054073\054081\054089.:tc=citoh:
  5475. citoh-comp|citoh in compressed:\
  5476.     :co#136:\
  5477.     :i1=\EQ:\
  5478.     :is=\E(009\054017\054025\054033\054041\054049\054057\054065\054073\054081\054089\054097\054105\054113\054121\054129.:tc=citoh:
  5479. # citoh has infinite cols because we don't want lp ever inserting \n\t**.
  5480. citoh-prop|citoh-ps|ips|citoh in proportional spacing mode:\
  5481.     :co#32767:\
  5482.     :i1=\EP:tc=citoh:
  5483. citoh-6lpi|citoh in 6 lines per inch mode:\
  5484.     :i2=\EA:tc=citoh:
  5485. citoh-8lpi|citoh in 8 lines per inch mode:\
  5486.     :li#88:\
  5487.     :i2=\EB:tc=citoh:
  5488.  
  5489. #### Control Data (cdc)
  5490. #
  5491.  
  5492. cdc456|cdc:\
  5493.     :am:bs:\
  5494.     :co#80:li#24:\
  5495.     :al=\EL:bl=^G:cd=^X:ce=^V:cl=^Y^X:cm=\E1%+ %+ :cr=^M:\
  5496.     :dl=\EJ:do=^J:ho=^Y:le=^H:nd=^L:sf=^J:up=^Z:
  5497. cdc456tst:\
  5498.     :am:bs:\
  5499.     :co#80:li#24:\
  5500.     :bl=^G:cl=^Y^X:cm=\E1%+ %+ :cr=^M:do=^J:le=^H:sf=^J:
  5501.  
  5502. #### Human Designed Systems (Concept)
  5503. #
  5504. #    Human Designed Systems
  5505. #    400 Fehley Drive
  5506. #    King of Prussia, PA 19406
  5507. #    Vox: (610)-277-8300
  5508. #    Fax: (610)-275-5739
  5509. #    Net: support@hds.com
  5510. # John Martin <john@hds.com> is their termcap expert.  They're mostly out of
  5511. # the character-terminal business now (1995) and making X terminals.  In
  5512. # particular, the whole `Concept' line described here was discontinued long
  5513. # ago.
  5514.  
  5515. # From: <vax135!hpk>  Sat Jun 27 07:41:20 1981
  5516. # Extensive changes to c108 by arpavax:eric Feb 1982
  5517. # Some unknown person at SCO then translated it to terminfo.
  5518. #
  5519. # There seem to be a number of different versions of the C108 PROMS
  5520. # (with bug fixes in its Z-80 program).
  5521. # The first one that we had would lock out the keyboard of you
  5522. # sent lots of short lines (like /usr/dict/words) at 9600 baud.
  5523. # Try that on your C108 and see if it sends a ^S when you type it.
  5524. # If so, you have an old version of the PROMs.
  5525. # You should configure the C108 to send ^S/^Q before running this.
  5526. # It is much faster (at 9600 baud) than the c100 because the delays
  5527. # are not fixed.
  5528. # new status line display entries for c108-8p:
  5529. # is3 - init str #3 - setup term for status display - 
  5530. # set programmer mode, select window 2, define window at last 
  5531. # line of memory, set bkgnd stat mesg there, select window 0.
  5532. # tsl - to status line - select window 2, home cursor, erase to 
  5533. # end-of-window, 1/2 bright on, goto(line#0, col#?)
  5534. # fsl - from status line - 1/2 bright off, select window 0
  5535. # dsl - disable status display - set bkgnd status mesg with 
  5536. # illegal window #
  5537. # There are probably more function keys that should be added but 
  5538. # I don't know what they are.
  5539. #
  5540. c108|concept108|c108-8p|concept108-8p|concept 108 w/8 pages:\
  5541.     :i2=\EU\E z"\Ev\001\177 !p\E ;"\E z \Ev  \001\177p\Ep\n:\
  5542.     :te=\Ev  \001\177p\Ep\r\n:tc=c108-4p:
  5543. c108+acs|alternate charset defns for c108:\
  5544.     :ac=l\\qLkTxUmMjE:ae=\Ej :as=\Ej!:
  5545. c108-4p-acs|c108-4p w/ acs:\
  5546.     :tc=c108+acs:tc=c108-4p:
  5547. c108-8p-acs|c108-8p w/ acs:\
  5548.     :tc=c108+acs:tc=c108-8p:
  5549. c108-rv-8p-acs|c108-rv-8p w/ acs:\
  5550.     :tc=c108+acs:tc=c108-rv-8p:
  5551. c108-4p|concept108-4p|concept 108 w/4 pages:\
  5552.     :es:hs:xo:\
  5553.     :pb@:\
  5554.     :..cm=\Ea%p1%?%p1%{95}%>%t\001%{96}%-%;%{32}%+%c%p2%?%p2%{95}%>%t\001%{96}%-%;%{32}%+%c:\
  5555.     :cr=^M:dc=\E 1:ds=\E ;\177:fs=\Ee\E z :i1=\EK\E!\E F:\
  5556.     :i2=\EU\E z"\Ev\177 !p\E ;"\E z \Ev  \001 p\Ep\n:\
  5557.     :sf=^J:te=\Ev  \001 p\Ep\r\n:\
  5558.     :ti=\EU\Ev  8p\Ep\r\E\025:\
  5559.     :ts=\E z"\E?\E\005\EE\Ea %+ :ve=\Ew:vs=\EW:tc=c100:
  5560. c108-rv|c108-rv-8p|concept 108 w/8 pages in reverse video:\
  5561.     :te=\Ev  \002 p\Ep\r\n:ti=\EU\Ev  8p\Ep\r:tc=c108-rv-4p:
  5562. c108-rv-4p|concept108-rv-4p|concept108rv4p|concept 108 w/4 pages in reverse video:\
  5563.     :i1=\Ek:se=\Ee:so=\EE:vb=\EK\Ek:tc=c108-4p:
  5564. c108-rv-4p-acs|c108-rv-4p w/ acs:\
  5565.     :tc=c108+acs:tc=c108-rv-4p:
  5566. c108-na|c108-na-8p|c108-8p-na|concept108-na-|concept108na8p|concept 108 w/8 pages no arrows:\
  5567.     :k7=\E;:k8=\E<:k9=\E=:ke@:ks@:tc=c108-8p:
  5568. c108-na-acs|c108-na w/ acs:\
  5569.     :tc=c108+acs:tc=c108-na:
  5570. c108-rv-na|c108-rv-na-8p|c108-8p-rv-na|concept 108 8 pages no arrows rev video:\
  5571.     :k7=\E;:k8=\E<:k9=\E=:ke@:ks@:tc=c108-rv-8p:
  5572. c108-rv-na-acs|c108-na w/ acs:\
  5573.     :tc=c108+acs:tc=c108-rv-na:
  5574. c108-w|c108-w-8p|concept108-w-8|concept108-w8p|concept 108 w/8 pages in wide mode:\
  5575.     :co#132:\
  5576.     :i1=\E F\E":te=\Ev  ^A0\001D\Ep\r\n:\
  5577.     :ti=\EU\Ev  8\001D\Ep\r:tc=c108-8p:
  5578. c108-w-acs|c108-w w/ acs:\
  5579.     :tc=c108+acs:tc=c108-w:
  5580.  
  5581. # Concept 100:
  5582. # These have only window relative cursor addressing, not screen 
  5583. # relative. To get it to work right here, smcup/rmcup (which 
  5584. # were invented for the concept) lock you into a one page 
  5585. # window for screen style programs.
  5586. # To get out of the one page window, we use a clever trick:
  5587. # we set the window size to zero ("\Ev    " in rmcup) which the 
  5588. # terminal recognizes as an error and resets the window to all 
  5589. # of memory.
  5590. # This trick works on c100 but does not on c108, sigh.
  5591. # Some tty drivers use cr3 for concept, others use nl3, hence 
  5592. # the delays on cr and ind below. This padding is only needed at 
  5593. # 9600 baud. One or the other is commented out depending on 
  5594. # local conventions.
  5595. # 2 ms padding on rmcup isn't always enough. 6 works fine. Maybe 
  5596. # less than 6 but more than 2 will work.
  5597. # Note: can't use function keys f7-f10 because they are 
  5598. # indistinguishable from arrow keys (!), also, del char and 
  5599. # clear eol use xon/xoff so they probably won't work very well.
  5600. # Also note that we don't define insrt/del char/delline/eop/send 
  5601. # because they don't transmit unless we reset them - I figured 
  5602. # it was a bad idea to clobber their definitions.
  5603. # The mc5 sequence changes the escape character to ^^ so that 
  5604. # escapes will be passed through to the printer. Only trouble 
  5605. # is that ^^ won't be - ^^ was chosen to be unlikely. 
  5606. # Unfortunately, if you're sending raster bits through to be 
  5607. # plotted, any character you choose will be likely, so we lose.
  5608. #
  5609. # \EQ"\EY(^W (send anything from printer to host, for xon/xoff) 
  5610. # cannot be # in is2 because it will hang a c100 with no printer 
  5611. # if sent twice.
  5612. c100|concept100|concept|c104|c100-4p|hds concept 100:\
  5613.     :am:eo:mi:ul:xn:\
  5614.     :co#80:li#24:pb#9600:vt#8:\
  5615.     :al=\E\022:bl=^G:cd=\E\005:ce=\E\025:cl=\E?\E\005:\
  5616.     :cm=\Ea%+ %+ :cr=\r:dc=\E\021:dl=\E\002:do=^J:\
  5617.     :ei=\E  :i1=\EK:i2=\Ev    \Ep\n:im=\E^P:ip=:\
  5618.     :is=\EU\Ef\E7\E5\E8\El\ENH\E\200\Eo&\200\Eo'\E\Eo!\200\E\007!\E\010A@ \E4#\072"\E\072a\E4#;"\E\072b\E4#<"\E\072c:\
  5619.     :k1=\E5:k2=\E6:k3=\E7:k4=\E8:k5=\E9:k6=\E\072a:\
  5620.     :k7=\E\072b:k8=\E\072c:kA=\E^R:kB=\E':kD=\E^Q:\
  5621.     :kE=\E^S:kF=\E[:kI=\E^P:kL=\E^B:kM=\E\200:kN=\E-:\
  5622.     :kP=\E.:kR=\E\\:kS=\E^C:kT=\E]:kb=^H:kd=\E<:ke=\Ex:\
  5623.     :kh=\E?:kl=\E>:kr=\E=:ks=\EX:kt=\E_:ku=\E;:le=^H:\
  5624.     :mb=\EC:me=\EN@:mh=\EE:mk=\EH:mp=\EI:mr=\ED:nd=\E=:\
  5625.     :pf=\036o \E\EQ!\EYP\027:po=\EQ"\EY(\027\EYD\Eo \036:\
  5626.     :rp=\Er%.%+ :se=\Ed:sf=^J:so=\ED:ta=\011:\
  5627.     :te=\Ev    \Ep\r\n:ti=\EU\Ev  8p\Ep\r\E\025:ue=\Eg:\
  5628.     :up=\E;:us=\EG:vb=\Ek\EK:
  5629. c100-rv|c100-rv-4p|concept100-rv|c100 rev video:\
  5630.     :i1=\Ek:se=\Ee:so=\EE:vb=\EK\Ek:ve@:vs@:tc=c100:
  5631. c100-rv-na|c100-rv-4p-na|c100 with no arrows:\
  5632.     :ke@:ks@:tc=c100-rv:
  5633. oc100|oconcept|c100-1p|old 1 page concept 100:\
  5634.     :in:\
  5635.     :i3@:tc=c100:
  5636.  
  5637. # ht through el included to specify padding needed in raw mode.
  5638. avt-ns|concept avt with status lins disabled:\
  5639.     :am:eo:mi:ul:xn:xo:\
  5640.     :co#80:it#8:li#24:lm#192:\
  5641.     :AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:LE=\E[%dD:\
  5642.     :RI=\E[%dC:UP=\E[%dA:ae=\016:al=\E[L:as=\017:bl=^G:\
  5643.     :bt=\E[Z:cd=\E[J:ce=\E[K:ch=\E[%+^AG:cl=\E[H\E[J:\
  5644.     :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[2g:\
  5645.     :cv=\E[%+^Ad:dc=\E[P:dl=\E[M:do=^J:ei=\E4l:ho=\E[H:\
  5646.     :i1=\E[=103l\E[=205l:ic=\E[@:im=\E1:ip=:\
  5647.     :is=\E[1*q\E[2!t\E[7!t\E[=4;101;119;122l\E[=107;118;207h\E)1\E[1Q\EW\E[!y\E[!z\E>\E[0\0720\07232!r\E[0*w\E[w\E2\r\n\E[2;27!t:\
  5648.     :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kA=\E^C\r:kD=\E^B\r:\
  5649.     :kI=\E^A\r:kS=\E^D\r:kb=^H:kd=\E[B:ke=\E[!z\E[0;2u:\
  5650.     :kh=\E[H:kl=\E[D:kr=\E[C:ks=\E[1!z\E[0;3u:ku=\E[A:\
  5651.     :le=^H:ll=\E[24H:mb=\E[5m:md=\E[1m:me=\E[m:mh=\E[1!{:\
  5652.     :mk=\E8m:mp=\E[99m:mr=\E[7m:nd=\E[C:pf=\E[4i:\
  5653.     :pl=\E[%d;0u#%s#:po=\E[5i:ps=\E[0i:px=\E[%d;1u#%s#:\
  5654.     :rc=\E8:..rp=%p1%c\E[%p2%{1}%-%db:\
  5655.     :..sa=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;m:\
  5656.     :sc=\E7:se=\E[7!{:sf=\n:so=\E[7m:sr=\EM:st=\EH:\
  5657.     :ta=\011:te=\E[w\E2\r\n:ti=\E[=4l\E[1;24w\E2\r:\
  5658.     :ue=\E[4!{:up=\E[A:us=\E[4m:ve=\E[=119l:vs=\E[=119h:
  5659. avt-rv-ns|concept avt in reverse video mode/no status line:\
  5660.     :i1=\E[=103l\E[=205h:vb=\E[=205l\E[=205h:tc=avt-ns:
  5661. avt-w-ns|concept avt in 132 column mode/no status line:\
  5662.     :i1=\E[=103h\E[=205l:ti=\E[H\E[1;24;1;132w:tc=avt-ns:
  5663. avt-w-rv-ns|concept avt in 132 column mode/no status line:\
  5664.     :i1=\E[=103h\E[=205h:ti=\E[H\E[1;24;1;132w:\
  5665.     :vb=\E[=205l\E[=205h:tc=avt-ns:
  5666.  
  5667. # Concept AVT with status line. We get the status line using the
  5668. # "Background status line" feature of the terminal. We swipe the
  5669. # first line of memory in window 2 for the status line, keeping
  5670. # 191 lines of memory and 24 screen lines for regular use.
  5671. # The first line is used instead of the last so that this works
  5672. # on both 4 and 8 page AVTs. (Note the lm#191 or 192 - this
  5673. # assumes an 8 page AVT but lm isn't currently used anywhere.)
  5674. #
  5675. avt+s|concept avt status line changes:\
  5676.     :es:hs:\
  5677.     :lm#191:\
  5678.     :ds=\E[0*w:fs=\E[1;1!w:\
  5679.     :i2=\E[2w\E[2!w\E[1;1;1;80w\E[H\E[2*w\E[1!w\E2\r\n:\
  5680.     :te=\E[2w\E2\r\n:ti=\E[2;25w\E2\r:\
  5681.     :ts=\E[2;1!w\E[;%p1%dH\E[2K:
  5682. avt|avt-s|concept-avt|avt w/80 columns:\
  5683.     :tc=avt+s:tc=avt-ns:
  5684. avt-rv|avt-s-rv|avt-rv-s|concept avt in reverse video w/status line:\
  5685.     :i1=\E[=103l\E[=205h:vb=\E[=205l\E[=205h:tc=avt+s:tc=avt-ns:
  5686. avt-w|avt-w-s|concept avt in 132 column mode w/status line:\
  5687.     :i1=\E[=103h\E[=205l:ti=\E[H\E[1;24;1;132w:tc=avt+s:tc=avt-ns:
  5688. avt-w-rv|avt-rv-w|avt-w-s-rv|avt-w-rv-s|avt 132 cols w/status line:\
  5689.     :i1=\E[=103h\E[=205h:ti=\E[H\E[1;24;1;132w:\
  5690.     :vb=\E[=205l\E[=205h:tc=avt+s:tc=avt-ns:
  5691.  
  5692. #### Contel Business Systems. 
  5693. #
  5694.  
  5695. # Contel c300 and c320 terminals. 
  5696. contel300|contel320|c300|Contel Business Systems C-300 or C-320:\
  5697.     :am:in:xo:\
  5698.     :co#80:li#24:sg#1:\
  5699.     :al=\EL:bl=^G:cd=\EJ:ce=\EI:cl=\EK:cm=\EX%+ \EY%+ :\
  5700.     :cr=^M:ct=\E3:dc=\EO:dl=\EM:do=^J:ei=:ho=\EH:ic=\EN:\
  5701.     :im=:ip=:k0=\ERJ:k1=\ERA:k2=\ERB:k3=\ERC:k4=\ERD:\
  5702.     :k5=\ERE:k6=\ERF:k7=\ERG:k8=\ERH:k9=\ERI:kb=^H:le=^H:\
  5703.     :ll=\EH\EA:nd=\EC:se=\E!\200:sf=^J:so=\E!\r:st=\E1:\
  5704.     :up=\EA:vb=\020\002\020\003:
  5705. # Contel c301 and c321 terminals.
  5706. contel301|contel321|c301|c321|Contel Business Systems C-301 or C-321:\
  5707.     :am:in:xo:\
  5708.     :co#80:li#24:sg#1:\
  5709.     :al=\EL:bl=^G:cd=\EJ:ce=\EI:cl=\EK:cm=\EX%+ \EY%+ :\
  5710.     :cr=^M:ct=\E3:dc=\EO:dl=\EM:do=^J:ho=\EH:k0=\ERJ:\
  5711.     :k1=\ERA:k2=\ERB:k3=\ERC:k4=\ERD:k5=\ERE:k6=\ERF:\
  5712.     :k7=\ERG:k8=\ERH:k9=\ERI:kb=^H:le=^H:ll=\EH\EA:\
  5713.     :nd=\EC:se=\E!\200:sf=^J:so=\E!\r:st=\E1:up=\EA:
  5714.  
  5715. #### Data General (dg)
  5716. #
  5717. # According to James Carlson <carlson@xylogics.com> writing in January 1995,
  5718. # the terminals group at Data General was shut down in 1991; all these
  5719. # terminals have thus been discontinued.
  5720. #
  5721.  
  5722. dg200|data general dasher 200:\
  5723.     :NL:am:bw:\
  5724.     :co#80:li#24:\
  5725.     :bl=^G:ce=^K:cl=^L:cm=\020%r%.%.:cr=^M:do=^Z:ho=^H:\
  5726.     :k0=^^z:k1=^^q:k2=^^r:k3=^^s:k4=^^t:k5=^^u:k6=^^v:\
  5727.     :k7=^^w:k8=^^x:k9=^^y:kd=^Z:kh=^H:kl=^Y:kr=^X:ku=^W:\
  5728.     :l0=f10:le=^Y:nd=^X:nw=^J:se=^^E:sf=^J:so=^^D:ue=^U:\
  5729.     :up=^W:us=^T:
  5730. #
  5731. # dg450 and dg200 from cornell
  5732. dg450|dg6134|data general 6134:\
  5733.     :bs@:\
  5734.     :nd=^X:tc=dg200:
  5735. # Note: lesser Dasher terminals will not work with vi because vi insists upon
  5736. # having a command to move straight down from any position on the bottom line
  5737. # and scroll the screen up, or a direct vertical scroll command.  The 460 and
  5738. # above have both, the D210/211, for instance, has neither.  We must use ANSI
  5739. # mode rather than DG mode because standard UNIX tty drivers assume that ^H is
  5740. # backspace on all terminals.  This is not so in DG mode.
  5741. # (dg460-ansi: removed obsolete ":kn#6:"; also removed ":mu=\EW:", on the
  5742. # grounds that there is no matching ":ml:"; mapped ":pt:" to default tabs; 
  5743. # fixed garbled ":k9=\E[00\:z:" capability -- esr)
  5744. dg460-ansi|Data General Dasher 460, ANSI-mode:\
  5745.     :am:bs:ms:pt:ul:\
  5746.     :co#80:li#24:\
  5747.     :al=\E[L:cd=\E[J:ce=\E[K:cl=\E[2J:cm=\E[%i%2;%2H:\
  5748.     :dc=\E[P:dl=\E[M:do=\E[B:ei=:ho=\E[H:ic=\E[@:im=:\
  5749.     :is=^^F@:k0=\E[001z:k1=\E[002z:k2=\E[003z:k3=\E[004z:\
  5750.     :k4=\E[005z:k5=\E[006z:k6=\E[007z:k7=\E[008z:\
  5751.     :k8=\E[009z:k9=\E[010z:kb=\E[D:kd=\E[B:kh=\E[H:\
  5752.     :kl=\E[D:kr=\E[C:ku=\E[A:l0=f1:l1=f2:l2=f3:l3=f4:\
  5753.     :l4=f5:l5=f6:l6=f7:l7=f8:l9=f10:le=^H:mb=\E[5m:\
  5754.     :me=\E[0m:mh=\E[2m:mr=\E[7m:nd=\E[C:nl=\ED:se=\E[0m:\
  5755.     :sf=\E[S:so=\E[7m:sr=\E[T:ue=\E[05:up=\E[A:us=\E[4m:
  5756. # From: Wayne Throop <mcnc!rti-sel!rtp47!throopw>
  5757. # Data General 605x     
  5758. # Ought to work for a Model 6242, Type D210 as well as a 605x.
  5759. # Note that the cursor-down key transmits ^Z.  Job control users, beware!
  5760. dg6053|data general 6053:\
  5761.     :am:bs:bw:pt:ul:\
  5762.     :co#80:li#24:\
  5763.     :bl=^G:ce=^K:cl=^L:cm=\020%r%.%.:cr=^M:do=^Z:ho=^H:\
  5764.     :is=^R:k0=^^q:k1=^^r:k2=^^s:k3=^^t:k4=^^u:k5=^^v:\
  5765.     :k6=^^w:k7=^^x:k8=^^y:kb=^Y:kd=^Z:kh=^H:kl=^Y:kr=^X:\
  5766.     :ku=^W:le=^Y:nd=^X:nw=^M^Z:se=\200^^E:\
  5767.     :so=\200\200\200\200\200\036D:ta=^I:te=^L:ti=^L^R:\
  5768.     :ue=^U:up=^W:us=^T:ve=^L:vs=^L^R:
  5769. # From: Peter N. Wan <ihnp4!gatech!gacsr!wan>
  5770. # courtesy of Carlos Rucalde of Vantage Software, Inc.
  5771. dgd211|Data General d211:\
  5772.     :am:bw:\
  5773.     :co#80:li#24:\
  5774.     :ce=^K:cl=^L:..cm=\020%r%.%.:cr=^M:do=^Z:ho=^H:kb=^Y:\
  5775.     :kd=^Z:kh=^H:kl=^Y:kr=^X:ku=^W:le=^Y:nd=^X:nw=^M^Z:\
  5776.     :se=00\036E\200/>:so=00\036D\200\200\200\200\200/>:\
  5777.     :ta=^I:te=^L:ti=^L^R:ue=^U:up=^W:us=^T:ve=^L:vs=^L^R:
  5778. # From: Joan Walter <joanw@BRL.ARPA>
  5779. # Data General/One
  5780. #  David Holub got the dg1 to work with jove with this termcap
  5781. #   by making li#23 and co#78 to comply with obvious terminal
  5782. #   capabilities.  Still waiting for documentation.
  5783. # Data General/One from  modified DG Dasher DG210/211 (bw removed)
  5784. # From: Peter N. Wan <ihnp4!gatech!gacsr!wan>
  5785. # courtesy of Carlos Rucalde of Vantage Software, Inc.
  5786. dg1|Data General/One:\
  5787.     :am:\
  5788.     :co#78:li#23:\
  5789.     :ce=^K:cl=^L:cm=\020%r%.%.:cr=^M:do=^Z:ho=^H:kb=^Y:\
  5790.     :kd=^Z:kh=^H:kl=^Y:kr=^X:ku=^W:le=^Y:nd=^X:nw=^M^Z:\
  5791.     :ta=^I:up=^W:
  5792.  
  5793. #### Datamedia (dm)
  5794. #
  5795.  
  5796. cs10|colorscan|Datamedia Color Scan 10:\
  5797.     :ms:\
  5798.     :co#80:li#24:\
  5799.     :bl=^G:cd=\E[J:ce=\E[K:cl=\E[;H\E[J:cm=\E[%i%02;%02H:\
  5800.     :cr=^M:do=^J:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kd=\E[B:\
  5801.     :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:nd=\E[C:se=\E[m:sf=^J:\
  5802.     :so=\E[7m:ue=\E[m:up=\E[A:us=\E[4m:
  5803. cs10-w|Datamedia Color Scan 10 with 132 columns:\
  5804.     :co#132:\
  5805.     :cm=\E[%i%02;%03H:tc=cs10:
  5806.  
  5807. # (dm1520: removed obsolete ":ma=^\ ^_^P^YH:";
  5808. # mapped ":pt:" to default tabs -- esr)
  5809. dm1520|dm1521|datamedia 1520:\
  5810.     :am:bs:pt:xn:\
  5811.     :co#80:li#24:\
  5812.     :bl=^G:cd=^K:ce=^]:cl=^L:cm=\036%r%+ %+ :cr=^M:do=^J:\
  5813.     :ho=^Y:kd=^J:kh=^Y:kl=^H:kr=^\:ku=^_:le=^H:nd=^\:\
  5814.     :sf=^J:ta=^I:up=^_:
  5815. dm2500|datamedia2500|datamedia 2500:\
  5816.     :bs:nc:\
  5817.     :co#80:li#24:\
  5818.     :al=\020\n\030\035\030\035:bl=^G:ce=^W:cl=^^^^\177:\
  5819.     :cm=\014%r%n%.%.:dc=\020\010\030\035:\
  5820.     :dl=\020\032\030\035:dm=^P:do=^J:ed=^X^]:\
  5821.     :ei=\377\377\030\035:ho=^B:ic=\020\034\030\035:im=^P:\
  5822.     :le=^H:nd=^\:pc=\377:se=^X^]:sf=^J:so=^N:up=^Z:
  5823. # dmchat is like DM2500, but DOES need "all that padding" (jcm 1/31/82)
  5824. # also, has a meta-key (:km:)
  5825. # From: <goldberger@su-csli.arpa>
  5826. # (dmchat: ":MT:" changed to ":km:" -- esr)
  5827. dmchat|dmchat version of datamedia 2500:\
  5828.     :km:\
  5829.     :al=1*\020\n\030\035\030\035:dl=2\020\032\030\035:tc=dm2500:
  5830. # (dm3025: ":MT:" changed to ":km:"; mapped ":pt:" to default tabs -- esr)
  5831. dm3025|datamedia 3025a:\
  5832.     :bs:km:pt:\
  5833.     :co#80:li#24:\
  5834.     :al=\EP\n\EQ:bl=^G:cd=\EJ:ce=\EK:cl=\EM:\
  5835.     :cm=\EY%r%+ %+ :cr=^M:dc=\010:dl=\EP\EA\EQ:dm=\EP:\
  5836.     :do=^J:ed=\EQ:ei=\EQ:ho=\EH:im=\EP:ip=:is=\EQ\EU\EV:\
  5837.     :le=^H:nd=\EC:se=\EO0:sf=^J:so=\EO1:ta=^I:up=\EA:
  5838. # (dm3045: mapped ":pt:" to default tabs -- esr)
  5839. dm3045|datamedia 3045a:\
  5840.     :am:bs:eo:pt:ul:xn:\
  5841.     :co#80:li#24:\
  5842.     :bl=^G:cd=\EJ:ce=\EK:cl=\EM:cm=\EY%r%+ %+ :cr=^M:\
  5843.     :dc=\EB:do=^J:ei=\EP:ho=\EH:im=\EP:ip=:is=\EU\EV:\
  5844.     :k0=\Ey\r:k1=\Ep\r:k2=\Eq\r:k3=\Er\r:k4=\Es\r:\
  5845.     :k5=\Et\r:k6=\Eu\r:k7=\Ev\r:k8=\Ew\r:k9=\Ex\r:kh=\EH:\
  5846.     :kr=\EC:ku=\EA:le=^H:nd=\EC:pc=\177:sf=^J:ta=^I:\
  5847.     :up=\EA:
  5848. # dm80/1 is a vt100 lookalike, but it doesn't seem to need any padding.
  5849. dm80|dmdt80|dt80|datamedia dt80/1:\
  5850.     :cd=\E[J:ce=\E[K:cl=\E[2J\E[H:cm=%i\E[%d;%dH:do=^J:\
  5851.     :ho=\E[H:nd=\E[C:pf=\E[4i:po=\E[5i:ps=\E[0i:se=\E[m:\
  5852.     :so=\E[7m:sr=\EM:ue=\E[m:up=\E[A:us=\E[4m:tc=vt100:
  5853. # except in 132 column mode, where it needs a little padding.
  5854. # This is still less padding than the vt100, and you can always turn on
  5855. # the ^S/^Q handshaking, so you can use vt100 flavors for things like
  5856. # reverse video.
  5857. dm80w|dmdt80w|dt80w|datamedia dt80/1 in 132 char mode:\
  5858.     :co#132:\
  5859.     :cd=20\E[0J:ce=20\E[0K:cl=50\E[H\E[2J:\
  5860.     :cm=5\E[%i%d;%dH:do=^J:up=5\E[A:tc=dm80:
  5861.  
  5862. #### Falco
  5863. #
  5864. #    Falco Data Products
  5865. #    440 Potrero Avenue
  5866. #    Sunnyvale, CA 940864-196
  5867. #    Vox: (800)-325-2648
  5868. #    Fax: (408)-745-7860
  5869. #    Net: techsup@charm.sys.falco.com
  5870. #
  5871. # Current Falco models as of 1995 are generally ANSI-compatible and support
  5872. # emulations of DEC VT-series, Wyse, and Televideo types.
  5873.  
  5874. # Test version for Falco ts-1. See "arpavax.hickman@ucb" for info
  5875. # (falco: mapped ":pt:" to default tabs -- esr)
  5876. # This terminal was released around 1983 and was discontinued long ago.
  5877. falco|ts1|ts-1|falco ts-1:\
  5878.     :am:bs:pt:\
  5879.     :co#80:li#24:\
  5880.     :al=\EE:bl=^G:cd=\EY:ce=\ET\EG0\010:cl=\E*:\
  5881.     :cm=\E=%+ %+ :cr=^M:dc=\EW:dl=\ER:do=^J:ei=\Er:ho=^^:\
  5882.     :im=\Eq:is=\Eu\E3:k0=^A0\r:kd=^J:kl=^H:kr=^L:ku=^K:\
  5883.     :le=^H:nd=^L:se=\Eg0:sf=^J:so=\Eg1:ta=^I:ue=\Eg0:\
  5884.     :up=^K:us=\Eg1:
  5885. # (falco-p: mapped ":pt:" to default tabs -- esr)
  5886. falco-p|ts1p|ts-1p|falco ts-1 with paging option:\
  5887.     :am:bs:da:db:mi:ms:pt:ul:\
  5888.     :co#80:li#24:\
  5889.     :al=\EE:bl=^G:bt=\EI:cd=\EY:ce=\ET\EG0\010\Eg0:\
  5890.     :cl=\E*:cm=\E=%+ %+ :cr=^M:dc=\EW:dl=\ER:do=\E[B:\
  5891.     :ei=\Er:im=\Eq:is=\EZ\E3\E_c:kd=\E[B:kh=\E[H:kl=\E[D:\
  5892.     :kr=\E[C:ku=\E[A:le=^H:nd=\E[C:se=\Eg0:sf=^J:so=\Eg4:\
  5893.     :ta=^I:te=\E_b:ti=\E_d:ue=\Eg0:up=\E[A:us=\Eg1:
  5894. ts100|ts100-sp|falco ts100-sp:\
  5895.     :am:mi:ms:xn:xo:\
  5896.     :co#80:it#8:li#24:vt#3:\
  5897.     :@8=\EOM:DO=\E[%dB:K1=\EOq:K2=\EOr:K3=\EOs:K4=\EOp:\
  5898.     :K5=\EOn:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
  5899.     :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
  5900.     :ae=^O:al=\E~E:as=^N:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\
  5901.     :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
  5902.     :ct=\E[3g:dc=\E~W:dl=\E~R:do=^J:eA=\E(B\E)0:ei=:\
  5903.     :ho=\E[H:i1=\E~)\E~ea:ic=\E~Q:im=:k0=\EOy:k1=\EOP:\
  5904.     :k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOt:k6=\EOu:k7=\EOv:\
  5905.     :k8=\EOl:k9=\EOw:k;=\EOx:kb=^H:kd=\EOB:ke=\E[?1l\E>:\
  5906.     :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:\
  5907.     :md=\E[1m:me=\E[m\017:mr=\E[7m:nd=\E[C:\
  5908.     :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\
  5909.     :..sa=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;:\
  5910.     :sc=\E7:se=\E[m:sf=^J:so=\E[1;7m:sr=\EM:st=\EH:ta=^I:\
  5911.     :ue=\E[m:up=\E[A:us=\E[4m:
  5912. ts100-ctxt|falco ts-100 saving context:\
  5913.     :te=\E~_b:ti=\E~_d\E[2J:tc=ts100:
  5914.  
  5915. #### Florida Computer Graphics
  5916. #
  5917.  
  5918. #    Florida Computer Graphics Beacon System, using terminal emulator
  5919. #    program "host.com", as provided by FCG.  Entry provided by
  5920. #    David Bryant (cbosg!djb) 1/7/83.
  5921. #    This description is for an early release of the "host" program.
  5922. #    Known bug: ed clears the whole screen, so it's commented out.
  5923. #
  5924. beacon|FCG Beacon System:\
  5925.     :am:da:db:\
  5926.     :co#80:li#32:\
  5927.     :al=\EE:bl=\ESTART\r\E37\r\EEND\r:ce=\ET:cl=\EZ:\
  5928.     :cm=\E=%+ %+ :cr=^M:dc=\EW:dl=\ER:do=^J:ei=:ho=\EH:\
  5929.     :ic=\EQ:im=:le=^H:mb=\ESTART\r\E61\0541\r\EEND\r:\
  5930.     :me=\ESTART\r\E78\r\E70\0540\r\EEND\r:\
  5931.     :mr=\ESTART\r\E59\0541\r\EEND\r:nd=\EV:\
  5932.     :se=\ESTART\r\E70\0540\r\EEND\r:sf=^J:\
  5933.     :so=\ESTART\r\E70\0546\r\EEND\r:\
  5934.     :ti=\ESTART\r\E2\0540\r\E12\r\EEND\r:\
  5935.     :ue=\ESTART\r\E60\0540\r\EEND\r:up=\EU:\
  5936.     :us=\ESTART\r\E60\0541\r\EEND\r:
  5937.  
  5938. #### Fluke
  5939. #
  5940.  
  5941. # The 1720a differences from ANSI: no auto margin, destructive 
  5942. # tabs, # of lines, funny highlighting and underlining
  5943. f1720|f1720a|fluke 1720A:\
  5944.     :xt:\
  5945.     :co#80:li#16:sg#1:ug#1:\
  5946.     :bl=^G:cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:cm=\E[%i%d;%dH:\
  5947.     :cr=^M:do=\E[B:is=\E[;H\E[2J:kd=^]:kl=^_:kr=^^:ku=^\:\
  5948.     :le=^H:nd=\E[C:se=\E[m:sf=\ED:so=\E[7m:sr=\EM:\
  5949.     :ue=\E[m:up=\E[A:us=\E[4m:
  5950.  
  5951. #### Liberty Electronics (Freedom)
  5952. #
  5953. #    Liberty Electronics
  5954. #    48089 Fremont Blvd
  5955. #    Fremont CA 94538
  5956. #    Vox: (510)-623-6000
  5957. #    Fax: (510)-623-7021
  5958.  
  5959. # From: <faletti@berkeley.edu>
  5960. f100|freedom|freedom100|freedom model 100:\
  5961.     :am:bw:hs:mi:ms:xo:\
  5962.     :co#80:li#24:\
  5963.     :ae=\E$:al=\EE:as=\E%:bl=^G:bt=\EI:cd=\EY:ce=\ET:\
  5964.     :ch=\E]%+ :cl=^Z:cm=\E=%+ %+ :cr=^M:ct=\E3:cv=\E[%+ :\
  5965.     :dc=\EW:dl=\ER:do=^J:ds=\Eg\Ef\r:ei=\Er:fs=^M:ho=^^:\
  5966.     :im=\Eq:ip=:is=\Eg\Ef\r\Ed:k1=^A@\r:k2=^AA\r:\
  5967.     :k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:\
  5968.     :k8=^AG\r:k9=^AH\r:k;=^AI\r:kB=\EI:kb=^H:kd=^V:kh=^^:\
  5969.     :kl=^H:kr=^L:ku=^K:le=^H:nd=^L:se=\EG0:sf=^J:so=\EG4:\
  5970.     :sr=\Ej:st=\E1:ta=^I:ts=\Eg\Ef:ue=\EG0:up=^K:us=\EG8:\
  5971.     :vb=\Eb\Ed:
  5972. f100-rv|freedom-rv|freedom 100 in reverse video:\
  5973.     :is=\Eg\Ef\r\Eb:vb=\Ed\Eb:tc=f100:
  5974. # The f110 and f200 have problems with vi(1).  They use the ^V
  5975. # code for the down cursor key. When kcud1 is defined in terminfo
  5976. # as ^V, the Control Character Quoting capability (^V in insert mode)
  5977. # is lost! It cannot be remapped in vi because it is necessary to enter
  5978. # a ^V to to quote the ^V that is being remapped!!!
  5979. # f110 users will have to decide whether
  5980. # to lose the down cursor key or the quoting capability. We will opt
  5981. # initially for leaving the quoting capability out, since use of VI
  5982. # is not generally applicable to most interactive applications
  5983. # The same applies to f200 users, except that another option exists.
  5984. # This option has been chosen locally. It will not be distributed unless
  5985. # a user runs into this problem and requests assistance. Very few users,
  5986. # if any, should run into this problem. The local solution is in
  5987. # vifix.local.ti. The f200 has the ability to reprogram the down cursor
  5988. # key. The key is reprogrammed to ^J (linefeed). This value is remembered
  5989. # in non-volatile RAM, so powering the terminal off and on will not cause
  5990. # the change to be lost. The terminfo definition for the f200 is changed
  5991. # to identify kcud1 as ^J instead of ^V.
  5992. f110|freedom110|Liberty Freedom 110:\
  5993.     :am:es:hs:mi:ms:xo:\
  5994.     :co#80:it#8:li#24:ws#80:\
  5995.     :ae=\E%%:al=\EE:as=\E$:bl=^G:bt=\EI:cd=\EY:ce=\ET:\
  5996.     :ch=\E]%+ :cl=^Z:cm=\E=%+ %+ :cr=^M:ct=\E3:cv=\E[%+ :\
  5997.     :dc=\EW:dl=\ER:do=^V:ds=\Ef\r:ei=\Er\EO:fs=^M:ho=^^:\
  5998.     :k0=^AI\r:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:\
  5999.     :k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:kA=\EE:\
  6000.     :kC=^^:kD=\EW:kE=\ET:kI=\EQ:kL=\ER:kS=\EY:kb=^H:\
  6001.     :kd=^V:kl=^H:kr=^L:ku=^K:le=^H:mb=\EG2:md=\EG0:\
  6002.     :me=\EG0:mh=\EG@:mk=\EG1:mr=\EG4:nd=^L:pf=\Ea:po=\E`:\
  6003.     :se=\EG0:sf=^J:so=\EG<:sr=\EJ\nsmir=\EO\Eq:st=\E1:\
  6004.     :ts=\Ef:ue=\EG0:up=^K:us=\EG8:\
  6005.     :vb=\Eb\200\200\200\200\Ed:ve=\E.2:vi=\E.1:vs=\E.2:
  6006. f110-14|Liberty Freedom 110 14inch:\
  6007.     :dc@:tc=f110:
  6008. f110-w|Liberty Freedom 110 - 132 cols:\
  6009.     :co#132:\
  6010.     :tc=f110:
  6011. f110-14w|Liberty Freedom 110 14in/132 cols:\
  6012.     :co#132:\
  6013.     :dc@:tc=f110:
  6014. f200|freedom200|Liberty Freedom 200:\
  6015.     :am:es:hs:mi:ms:xo:\
  6016.     :co#80:it#8:li#24:ws#80:\
  6017.     :ae=\E%%:al=\EE:as=\E$:bl=^G:bt=\EI:cd=\EY:ce=\ET:\
  6018.     :ch=\E]%+ :cl=^Z:cm=\E=%+ %+ :cr=^M:cs=\Em0%+ %+ :\
  6019.     :ct=\E3:cv=\E[%+ :dc=\EW:dl=\ER:do=^V:ds=\Ef\r:\
  6020.     :ei=\Er:fs=^M:ho=^^:im=\Eq:k0=^AI\r:k1=^A@\r:\
  6021.     :k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
  6022.     :k7=^AF\r:k8=^AG\r:k9=^AH\r:kA=\EE:kC=^^:kD=\EW:\
  6023.     :kE=\ET:kI=\EQ:kL=\ER:kS=\EY:kb=^H:kd=^V:kl=^H:kr=^L:\
  6024.     :ku=^K:le=^H:mb=\EG2:md=\EG0:me=\EG0:mh=\EG@:mk=\EG1:\
  6025.     :mr=\EG4:nd=^L:pf=\Ea:po=\E`:se=\EG0:sf=^J:so=\EG<:\
  6026.     :sr=\EJ:st=\E1:ts=\Ef:ue=\EG0:up=^K:us=\EG8:\
  6027.     :vb=\Eo\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\En:\
  6028.     :ve=\E.1:vi=\E.0:vs=\E.1:
  6029. f200-w|Liberty Freedom 200 - 132 cols:\
  6030.     :co#132:\
  6031.     :tc=f200:
  6032. f200vi|Liberty Freedom 200 for vi:\
  6033.     :am:es:hs:mi:ms:xo:\
  6034.     :co#80:it#8:li#24:ws#80:\
  6035.     :ae=\E%%:al=\EE:as=\E$:bl=^G:bt=\EI:cd=\EY:ce=\ET:\
  6036.     :ch=\E]%+ :cl=^Z:cm=\E=%+ %+ :cr=^M:cs=\Em0%+ %+ :\
  6037.     :ct=\E3:cv=\E[%+ :dc=\EW:dl=\ER:do=^V:ds=\Ef\r:\
  6038.     :ei=\Er:fs=^M:ho=^^:im=\Eq:k0=^AI\r:k1=^A@\r:\
  6039.     :k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
  6040.     :k7=^AF\r:k8=^AG\r:k9=^AH\r:kA=\EE:kC=^^:kD=\EW:\
  6041.     :kE=\ET:kI=\EQ:kL=\ER:kS=\EY:kb=^H:kd=^J:kl=^H:kr=^L:\
  6042.     :ku=^K:le=^H:mb=\EG2:md=\EG0:me=\EG0:mh=\EG@:mk=\EG1:\
  6043.     :mr=\EG4:nd=^L:pf=\Ea:po=\E`:se=\EG0:sf=^J:so=\EG<:\
  6044.     :sr=\EJ:st=\E1:ts=\Ef:ue=\EG0:up=^K:us=\EG8:\
  6045.     :vb=\Eb\200\200\200\200\Ed:ve=\E.1:vi=\E.0:vs=\E.1:
  6046. f200vi-w|Liberty Freedom 200 - 132 cols for vi:\
  6047.     :co#132:\
  6048.     :tc=f200vi:
  6049.  
  6050. #### GraphOn (go)
  6051. #
  6052. #    Graphon Corporation
  6053. #    544 Division Street
  6054. #    Campbell, CA 95008
  6055. #    Vox: (408)-370-4080
  6056. #    Fax: (408)-370-5047
  6057. #    Net: troy@graphon.com (Troy Morrison)
  6058. #
  6059. #
  6060. # The go140 and go225 have been discontinued.  GraphOn now makes X terminals,
  6061. # including one odd hybrid that starts out life on power-up as a character
  6062. # terminal, than can be switched to X graphics mode (driven over the serial
  6063. # line) by an escape sequence.  No info on this beast yet.
  6064.  
  6065. # (go140: mapped ":pt:" to default tabs -- esr)
  6066. go140|graphon go-140:\
  6067.     :bs:pt:\
  6068.     :co#80:li#24:\
  6069.     :al=\E[L:cd=10\E[J:ce=\E[K:cl=10\E[;H\E[2J:\
  6070.     :cm=\E[%i%2;%2H:dc=\E[P:dl=\E[M:ei=\E[4l:\
  6071.     :if=/usr/share/tabset/vt100:im=\E[4h:\
  6072.     :is=\E<\E=\E[?3l\E[?7l\E(B\E[J\E7\E[;r\E8\E[m\E[q:\
  6073.     :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kd=\EOB:\
  6074.     :ke=\E[?1l\E>:kh=\E[H:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\
  6075.     :ku=\EOA:nd=\E[C:se=\E[m:so=\E[7m:sr=\EM:ue=\E[m:\
  6076.     :up=\E[A:us=\E[4m:
  6077. go140w|graphon go-140 in 132 column mode:\
  6078.     :co#132:\
  6079.     :is=\E<\E=\E[?3h\E[?7h\E(B\E[J\E7\E[;r\E8\E[m\E[q:tc=go140:
  6080. # Hacked up vt200 termcap to handle GO-225/VT220
  6081. # From: <edm@nwnexus.WA.COM>
  6082. # (go225: mapped ":pt:" to default tabs -- esr)
  6083. go225|go-225|Graphon 225:\
  6084.     :am:bs:mi:pt:xn:\
  6085.     :co#80:li#25:vt#3:\
  6086.     :al=\E[L:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
  6087.     :cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:\
  6088.     :ho=\E[H:im=\E[4h:\
  6089.     :is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:k1=\EOP:\
  6090.     :k2=\EOQ:k3=\EOR:k4=\EOS:kb=^H:kd=\E[B:ke=\E>:\
  6091.     :kh=\E[H:kl=\E[D:kr=\E[C:ks=\E=:ku=\E[A:le=^H:\
  6092.     :mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:rc=\E8:\
  6093.     :rf=/usr/share/tabset/vt100:rs=\E[!p\E[?7h\E[2;1;1#w:\
  6094.     :sc=\E7:se=\E[27m:sf=\ED:so=\E[7m:sr=\EM:\
  6095.     :te=\E[!p\E[?7h\E[2;1;1#w:ti=\E[2;0#w\E[1;25r:\
  6096.     :ue=\E[24m:up=\E[A:us=\E[4m:
  6097.  
  6098. #### Harris (Beehive)
  6099. #
  6100. # Bletch.  These guys shared the Terminal Brain Damage laurels with Hazeltine.
  6101. # Their terminal group is ancient history now (1995) though the parent
  6102. # company is still in business.
  6103. #
  6104.  
  6105. # Beehive documentation is undated and marked Preliminary and has no figures
  6106. # so we must have early Superbee2 (Model 600, according to phone conversation
  6107. # with mfr.). It has proved reliable except for some missing padding
  6108. # (notably after \EK and nl at bottom of screen).
  6109. # The key idea is that AEP mode is poison for cup & that US's in 
  6110. # the local memory should be avoided like the plague. That means 
  6111. # that the 2048 character local buffer is used as 25 lines of 80 
  6112. # characters, period. No scrolling local memory, folks. It also 
  6113. # appears that we cannot use naked INS LINE feature since it uses
  6114. # US. The sbi fakes il1 with an 80-space insert that may be too 
  6115. # slow at low speeds; also spaces get converted to \040 which is 
  6116. # too long for some programs (not vi).  DEL LINE is ok but slow.
  6117. # The nl string is designed for last line of screen ONLY; cup to 
  6118. # 25th line corrects the motion inherent in scrolling to Page 1.
  6119. # There is one understood bug. It is that the screen appears to
  6120. # pop to a new (blank) page after a nel, or leave a half-line 
  6121. # elipsis to a quad that is the extra 48 memory locations. The 
  6122. # data received is dumped into memory but not displayed.  Not to 
  6123. # worry if cup is being used; the lines not displayed will be, 
  6124. # whenever the cursor is moved up there. Since cup is addressed 
  6125. # relative to MEMORY of window, nothing is lost; but beware of 
  6126. # relative cursor motion (cuu1,cud1,cuf1,cub1). Recommended, therefore, 
  6127. # is setenv MORE -c .
  6128. # WARNING: Not all features tested.
  6129. # Timings are assembled from 3 sources. Some timings may reflect 
  6130. # SB2/Model 300 that were used if more conservative.
  6131. # Tested on a Model 600 at 1200 and 9600 bd.
  6132. # The BACKSPACEkb option is cute. The NEWLINE key, so cleverly 
  6133. # placed on the keyboard and useless because of AEP, is made 
  6134. # into a backspace key. In use ESC must be pressed twice (to send)
  6135. # and sending ^C must be prefixed by ESC to avoid that wierd 
  6136. # transmit mode associated with ENTER key.
  6137. # IF TERMINAL EVER GOES CATATONIC with the cursor buzzing across 
  6138. # the screen, then it has dropped into ENTER mode; hit 
  6139. # RESET--ONLINE--!tset.
  6140. # As delivered this machine has a FATAL feature that will throw 
  6141. # it into that strange transmit state (SPOW) if the space bar is 
  6142. # hit after a CR is received, but before receiving a LF (or a 
  6143. # few others).
  6144. # The circuits MUST be modified to eliminate the SPOW latch. 
  6145. # This is done by strapping on chip A46 of the I/O board; cut 
  6146. # the p.c. connection to Pin 5 and strap Pin 5 to Pin 8 of that 
  6147. # chip. This mod has been checked out on a Mod 600 of Superbee II.
  6148. # With this modification absurdly high timings on cr are 
  6149. # unnecessary.
  6150. # NOTE WELL that the rear panel switch should be set to CR/LF, 
  6151. # not AEP!
  6152. #
  6153. sb1|beehive superbee:\
  6154.     :am:bw:da:db:mi:ul:xb:\
  6155.     :co#80:li#25:sg#1:ug#1:\
  6156.     :al=\EN\EL\EQ                                                                                \EP \EO\ER\EA:\
  6157.     :bl=^G:bt=\E`:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EF%r%03%03:\
  6158.     :cr=\r:ct=\E3:dc=\EP:dl=\EM:do=^J:ei=\ER:ho=\EH:\
  6159.     :im=\EQ\EO:is=\EE\EX\EZ\EO\Eb\Eg\ER:k0=\E2:k1=\Ep:\
  6160.     :k2=\Eq:k3=\Er:k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:\
  6161.     :k9=\E1:kE=\EK:kI=\EQ\EO:kL=\EM:kM=\ER:kS=\EJ:kb=^_:\
  6162.     :kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:l0=TAB CLEAR:\
  6163.     :l9=TAB SET:le=^H:nd=\EC:se=\E_3:sf=^J:so=\E_1:\
  6164.     :st=\E1:ta=^I:ti=\EO:ue=\E_3:up=\EA:us=\E_0:
  6165. sbi|superbee|beehive superbee at Indiana U.:\
  6166.     :xb:\
  6167.     :al=1\EN\EL\EQ \EP \EO\ER\EA:cr=\r:tc=sb1:
  6168. # Alternate (older) description of Superbee - f1=escape, f2=^C.
  6169. # Note: there are at least 3 kinds of superbees in the world.  The sb1
  6170. # holds onto escapes and botches ^C's.  The sb2 is the best of the 3.
  6171. # The sb3 puts garbage on the bottom of the screen when you scroll with
  6172. # the switch in the back set to CRLF instead of AEP.  This description
  6173. # is tested on the sb2 but should work on all with either switch setting.
  6174. # The f1/f2 business is for the sb1 and the xsb can be taken out for
  6175. # the other two if you want to try to hit that tiny escape key.
  6176. # This description is tricky: being able to use cup depends on there being
  6177. # 2048 bytes of memory and the hairy nl string.
  6178. superbee-xsb|beehive super bee:\
  6179.     :am:bs:da:db:pt:xb:\
  6180.     :co#80:dC#10:it#8:li#25:\
  6181.     :cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EF%r%3%3:cr=\r:ct=\E3:\
  6182.     :dc=\EP:dl=\EM:do=^J:ho=\EH:is=\EH\EJ:k1=\Ep:k2=\Eq:\
  6183.     :k3=\Er:k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:kd=\EB:\
  6184.     :kh=\EH:kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:\
  6185.     :nl=\n\200\200\200\n\200\200\200\EA\EK\200\200\200\ET\ET:\
  6186.     :se=\E_3:\
  6187.     :sf=\n\200\200\200\n\200\200\200\EA\EK\200\200\200\ET\ET:\
  6188.     :so=\E_1:st=\E1:up=\EA:ve=^J:
  6189. # This loses on lines > 80 chars long, use at your own risk
  6190. superbeeic|super bee with insert char:\
  6191.     :ei=\ER:ic=:im=\EQ:tc=superbee-xsb:
  6192. sb2|sb3|fixed superbee:\
  6193.     :xb@:\
  6194.     :tc=superbee:
  6195.  
  6196. # Reports are that most of these Beehive entries (except superbee) have not
  6197. # been tested and do not work right.  :se: is a trouble spot.  Be warned.
  6198.  
  6199. # (bee: removed obsolete ":ko=al,bt,ce,cl,dc,dl,ei,ho,ic,im:" -- esr)
  6200. beehive|bee|harris beehive:\
  6201.     :am:bs:mi:\
  6202.     :co#80:li#24:\
  6203.     :al=\EL:bt=\E>:cd=\EJ:ce=\EK:cl=\EE:cm=\EF%+ %+ :\
  6204.     :dc=\EP:dl=\EM:do=\EB:ei=\E@:ho=\EH:ic=:im=\EQ:kb=^H:\
  6205.     :kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:nd=\EC:se=\Ed@:\
  6206.     :so=\EdP:ue=\Ed@:up=\EA:us=\Ed`:
  6207. # set tab is ^F, clear (one) tab is ^V, no way to clear all tabs.
  6208. # good grief - does this entry make sg/ug when it doesn't have to?
  6209. # look at those spaces in se/so.  Seems strange to me...
  6210. # (bh3m: mapped ":pt:" to default tabs -- esr)
  6211. beehive3|bh3m|beehiveIIIm:\
  6212.     :am:bs:pt:\
  6213.     :co#80:li#20:\
  6214.     :al=\023:bl=^G:cd=^R:ce=^P:cl=^E^R:cr=^M:dl=\021:\
  6215.     :do=^J:ho=^E:if=/usr/share/tabset/beehive:le=^H:\
  6216.     :ll=^E^K:nd=^L:se= ^_:sf=^J:so=^] :ta=^I:up=^K:
  6217. beehive4|bh4|beehive 4:\
  6218.     :am:\
  6219.     :co#80:li#24:\
  6220.     :bl=^G:cd=\EJ:ce=\EK:cl=\EE:cr=^M:do=^J:ho=\EH:\
  6221.     :le=\ED:nd=\EC:sf=^J:up=\EA:
  6222. # (microb: mapped ":pt:" to default tabs -- esr)
  6223. microb|microbee|micro bee series:\
  6224.     :am:bs:pt:\
  6225.     :co#80:li#24:\
  6226.     :bl=^G:cd=\EJ:ce=\EK:cl=\EE:cm=\EF%+ %+ :cr=^M:do=^J:\
  6227.     :k1=\Ep:k2=\Eq:k3=\Er:k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:\
  6228.     :k8=\Ew:k9=\Ex:kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:\
  6229.     :le=^H:nd=\EC:se=\Ed@ :sf=^J:so= \EdP:ta=^I:ue=\Ed@:\
  6230.     :up=\EA:us=\Ed`:
  6231.  
  6232. # 8675, 8686, and bee from Cyrus Rahman
  6233. # (8675: changed k10, k11...k16 to k;, F1...F6 -- esr)
  6234. ha8675|harris 8675:\
  6235.     :F1=^W:F2=\ER:F3=\EE:F4=\EI:F5=\Ei:F6=\Eg:\
  6236.     :is=\ES\E#\E*\Eh\Em\E?\E1\E9\E@\EX\EU:k1=^F:k2=^P:\
  6237.     :k3=^N:k4=^V:k5=^J:k6=^T:k7=^H:k8=\177:k9=\Ee:k;=\Ed:tc=bee:
  6238. # (8686: changed k10, k11...k16 to k;, F1...F6; fixed broken continuation
  6239. # in :is: -- esr)
  6240. ha8686|harris 8686:\
  6241.     :F1=\EW:F2=\002\E{\003:F3=\002\E|\003:F4=\002\E}\003:\
  6242.     :F5=\002\E~\003:F6=\002\E\177\003:\
  6243.     :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#:\
  6244.     :k1=\002\Ep\003:k2=\002\Eq\003:k3=\002\Er\003:\
  6245.     :k4=\002\Es\003:k5=\E3:k6=\EI:k7=\ER:k8=\EJ:k9=\E(:\
  6246.     :k;=\Ej:tc=bee:
  6247.  
  6248. #### Hazeltine
  6249. #
  6250. # Hazeltine appears to be out of the business now (1995).  These guys were 
  6251. # co-owners of the Terminal Brain Damage Hall Of Fame along with Harris.
  6252. # Good riddance.
  6253. #
  6254. # The ony contact information I have dates from 1993 and is:
  6255. #
  6256. # Customer Service Division
  6257. # 15 Law Drive
  6258. # P.O. Box 2076
  6259. # Fairfield, NJ 07007-2078
  6260. #
  6261. # Since :nd: is blank, when you want to erase something you
  6262. # are out of luck.  You will have to do ^L's a lot to
  6263. # redraw the screen.  h1000 is untested.  It doesn't work in
  6264. # vi - this terminal is too dumb for even vi.  (The code is
  6265. # there but it isn't debugged for this case.)
  6266. h1000|hazeltine 1000:\
  6267.     :bs:\
  6268.     :co#80:li#12:\
  6269.     :bl=^G:cl=^L:cr=^M:do=^J:ho=^K:le=^H:nd= :sf=^J:
  6270. # From: <cbosg!ucbvax!pur-ee!cincy!chris> Thu Aug 20 09:09:18 1981
  6271. h1420|hazeltine 1420:\
  6272.     :am:bs:\
  6273.     :co#80:li#24:\
  6274.     :al=\E^Z:bl=^G:cd=\E^X:ce=\E^O:cl=\E^\:\
  6275.     :cm=\E\021%r%.%+ :cr=^M:dl=\E^S:do=^J:le=^H:nd=^P:\
  6276.     :se=\E^Y:sf=^J:so=\E^_:ta=^N:up=\E^L:
  6277. # New "safe" cursor movement (11/87) from cgs@umd5.umd.edu.  Prevents freakout
  6278. # with out-of-range args and tn3270.  No hz since it needs to receive ~'s.
  6279. h1500|hazeltine 1500:\
  6280.     :am:bs:hz:\
  6281.     :co#80:li#24:\
  6282.     :al=~\032:bl=^G:cd=~\030:ce=~^O:cl=~^\:\
  6283.     :cm=~\021%r%>^^ %+`%+`:cr=^M:dl=~\023:do=~^K:ho=~^R:\
  6284.     :kd=^J:kh=~^R:kl=^H:kr=^P:ku=~^L:le=^H:nd=^P:se=~^Y:\
  6285.     :sf=^J:so=~^_:up=~^L:
  6286. # h1510 assumed to be in sane escape mode.  Else use h1500.
  6287. # (h1510: early versions of this entry apparently had ":se=\E^_:so=\E^Y:",
  6288. # but these caps were commented out in 8.3; also, removed incorrect
  6289. # and overridden ":do=^J:" -- esr)
  6290. h1510|hazeltine 1510:\
  6291.     :am:bs:\
  6292.     :co#80:li#24:\
  6293.     :al=\E^Z:bl=^G:cd=\E^X:ce=\E^O:cl=\E^\:\
  6294.     :cm=\E\021%r%.%.:cr=^M:dl=\E^S:do=\E^K:le=^H:nd=^P:\
  6295.     :sf=^J:up=\E^L:
  6296. # (h1520: removed incorrect and overridden ":do=^J:" -- esr)
  6297. h1520|hazeltine 1520:\
  6298.     :am:bs:hz:\
  6299.     :co#80:li#24:\
  6300.     :al=~^Z:bl=^G:cd=~^X:ce=~^O:cl=~^\:cm=~\021%r%.%.:\
  6301.     :cr=^M:dl=~^S:do=~^K:ho=~^R:le=^H:nd=^P:se=~^Y:sf=^J:\
  6302.     :so=~^_:up=~^L:
  6303. # Note: the h1552 appears to be the first Hazeltine terminal which
  6304. # is not braindamaged.  It has tildes and backprimes and everything!
  6305. # Be sure the auto lf/cr switch is set to cr.
  6306. h1552|hazeltine 1552:\
  6307.     :al=\EE:dl=\EO:do=^J:k1=\EP:k2=\EQ:k3=\ER:l1=blue:\
  6308.     :l2=red:l3=green:tc=vt52:
  6309. h1552rv|hazeltine 1552 reverse video:\
  6310.     :do=^J:se=\ET:so=\ES:tc=h1552:
  6311. # Note: h2000 won't work well because of a clash between upper case and ~'s.
  6312. h2000|hazeltine 2000:\
  6313.     :am:bs:nc:\
  6314.     :co#74:li#27:\
  6315.     :al=~\032:bl=^G:cl=~\034:cm=~\021%r%.%.:dl=~\023:\
  6316.     :do=^J:ho=~^R:le=^H:pc=\177:sf=^J:
  6317. # Date: Fri Jul 23 10:27:53 1982.  Some unknown person wrote:
  6318. # I tested this termcap entry for the Hazeltine Esprit with vi. It seems
  6319. # to work ok. There is one problem though if one types a lot of garbage
  6320. # characters very fast vi seems not able to keep up and hangs while trying
  6321. # to insert. That's in insert mode while trying to insert in the middle of
  6322. # a line. It might be because the Esprit doesn't have insert char and delete
  6323. # char as a built in function. Vi has to delete to end of line and then 
  6324. # redraw the rest of the line.
  6325. esprit|Hazeltine Esprit I:\
  6326.     :am:bw:\
  6327.     :co#80:li#24:\
  6328.     :al=\E^Z:bl=^G:bt=\E^T:cd=\E^W:ce=\E^O:cl=\E^\:\
  6329.     :cm=\E\021%r%.%.:cr=^M:dl=\E^S:do=\E^K:ho=\E^R:\
  6330.     :is=\E?:k0=^B0^J:k1=^B1^J:k2=^B2^J:k3=^B3^J:k4=^B4^J:\
  6331.     :k5=^B5^J:k6=^B6^J:k7=^B7^J:k8=^B8^J:k9=^B9^J:kb=^H:\
  6332.     :kd=\E^K:ke=\E>:kh=\E^R:kl=^H:kr=^P:ks=\E<:ku=\E^L:\
  6333.     :l0=0:l1=1:l2=2:l3=3:l4=4:l5=5:l6=6:l7=7:l8=8:l9=9:\
  6334.     :le=^H:nd=^P:se=\E^Y:sf=^J:so=\E^_:up=\E^L:
  6335. esprit-am|hazeltine esprit auto-margin:\
  6336.     :am:\
  6337.     :tc=esprit:
  6338.  
  6339. #### IBM
  6340. #
  6341.  
  6342. ibm327x|line mode IBM 3270 style:\
  6343.     :gn:\
  6344.     :ce=^M:cl=^M^J:ho=^M:
  6345. # From: J.B. Nicholson-Owens <jeffo@uiuc.edu> 8 Mar 94
  6346. ibm3101|i3101|IBM 3101-10:\
  6347.     :am:bs:pt:xo:\
  6348.     :co#80:li#24:\
  6349.     :bl=^G:cd=\EJ:ce=\EI:cl=\EK:cm=\EY%+ %+ :cr=^M:\
  6350.     :ct=\E1:do=^J:ho=\EH:if=/usr/share/tabset/ibm3101:\
  6351.     :kb=^H:kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:\
  6352.     :nw=^M^J:sf=^J:st=\E0:ta=^I:up=\EA:
  6353. #   Received from the IBM terminals division (given to DRB)
  6354. #   June 1988 for PS/2 OS 2.2.3 cut
  6355. ibm3151|i3151:\
  6356.     :me=\E4@:\
  6357.     :..sa=\E4%{64}%?%p1%{0}%>%p1%{4}%<%&%t%{8}%|%;%?%p1%{7}%=%t%{16}%|%;%?%p2%t%{1}%|%;%?%p3%t%{4}%|%;%?%p4%t%{2}%|%;%c:\
  6358.     :se=\E4@:so=\E4A:ue=\E4@:us=\E4B:tc=ibm3163:
  6359. # From: Mark Easter <marke@fsi-ssd.csg.ssd.fsi.com> 29 Oct 1992 
  6360. # I commented out some IBM extensions.
  6361. ibm3161|ibm3163|wy60-316X|wyse60-316X|IBM 3161/3163 display:\
  6362.     :am:mi:ms:\
  6363.     :co#80:it#8:li#24:\
  6364.     :F1=\Ek\r:F2=\El\r:F3=\E!a\r:F4=\E!b\r:F5=\E!c\r:\
  6365.     :F6=\E!d\r:F7=\E!e\r:F8=\E!f\r:F9=\E!g\r:FA=\E!h\r:\
  6366.     :FB=\E!i\r:FC=\E!j\r:FD=\E!k\r:FE=\E!l\r:bl=^G:\
  6367.     :cd=\EJ:ce=\EI:cl=\EH\EJ:cm=\EY%+ %+ :cr=^M:dc=\EQ:\
  6368.     :dl=\EO:do=\EB:ho=\EH:k1=\Ea\r:k2=\Eb\r:k3=\Ec\r:\
  6369.     :k4=\Ed\r:k5=\Ee\r:k6=\Ef\r:k7=\Eg\r:k8=\Eh\r:\
  6370.     :k9=\Ei\r:k;=\Ej\r:kA=\EN:kC=\EL\r:kD=\EQ:kE=\EI:\
  6371.     :kI=\EP \010:kL=\EO:kS=\EJ:kT=\E0:ka=\E 1:kb=^H:\
  6372.     :kd=\EB:kh=\EH:kl=\ED:kr=\EC:kt=\E1:ku=\EA:le=\ED:\
  6373.     :mb=\E4D:md=\E4H:me=\E4@\E<@:mk=\E4P:mr=\E4A:nd=\EC:\
  6374.     :..sa=\E4%'@'%?%p1%t%'A'%|%;\n%?%p2%t%'B'%|%;\n%?%p3%t%'A'%|%;\n%?%p4%t%'D'%|%;\n%?%p5%t%'@'%|%;\n%?%p6%t%'H'%|%;\n%?%p7%t%'P'%|%;%c\n%?%p9%t\E>A%e\E<@%;:\
  6375.     :se=\E4@:sf=^J:so=\E4A:te=\E>A:ti=\E>A:ue=\E4@:\
  6376.     :up=\EA:us=\E4B:
  6377.  
  6378. # How the 3164 sgr string works:
  6379. #    %{32}            # push space for no special video characteristics
  6380. #    %?%p2%t%{1}%|%; # if p2 set, then OR the 1 bit for reverse
  6381. #    %?%p3%t%{4}%|%; # if p3 set, then OR the 4 bit for blink
  6382. #    %?%p4%t%{2}%|%; # if p4 set, then OR the 2 bit for underline
  6383. #    %c              # pop Pa1
  6384. #    %{39}%p1%-    # calculate 32 + (7 - p1) for foreground
  6385. #    %c        # pop Pa2 
  6386. #    %{64}        # use only black background for now
  6387. #    %c        # pop Pa3
  6388. ibm3164|i3164|3164:\
  6389.     :mb=\E4D:md=\E4H:me=\E4@:\
  6390.     :..sa=\E4%{32}%?%p2%t%{1}%|%;%?%p3%t%{4}%|%;%?%p4%t%{2}%|%;%c%{39}%p1%-%c%{64}%c:tc=ibm3163:
  6391.  
  6392. # (ibmaed: mapped ":pt:" to default tabs -- esr)
  6393. ibmaed|IBM Experimental display:\
  6394.     :am:bs:eo:ms:pt:\
  6395.     :co#80:li#52:\
  6396.     :al=\EN:cd=\EJ:ce=\EI:cl=\EH\EK:cm=\EY%+ %+ :dc=\EQ:\
  6397.     :dl=\EO:do=\EB:ei=:ho=\EH:ic=\EP:im=:kb=^H:kd=\EB:\
  6398.     :kl=\ED:kr=\EC:ku=\EA:nd=\EC:se=\E0:so=\E0:ue=:\
  6399.     :up=\EA:us=:vb=\EG:
  6400. ibm-apl|apl|IBM apl terminal simulator:\
  6401.     :li#25:\
  6402.     :tc=dm1520:
  6403. # (ibmmono: this had an unknown `sb' boolean, I changed it to `bs'.  
  6404. # Also it had ":I0=f10:" which pretty obviously should be "l0=f10" -- esr)
  6405. ibmmono|ibm5151|IBM workstation monochrome:\
  6406.     :bs:es:hs:\
  6407.     :al=\EL:dl=\EM:ds=\Ej\EY8 \EI\Ek:fs=\Ek:k0=\E<:\
  6408.     :k1=\ES:k2=\ET:k3=\EU:k4=\EV:k5=\EW:k6=\EP:k7=\EQ:\
  6409.     :k8=\ER:k9=\EY:kF=\EE:kI=\200:kN=\EE:kP=\Eg:kR=\EG:\
  6410.     :kb=^H:kh=\EH:l0=f10:md=\EZ:me=\Ew\Eq\Ez\EB:\
  6411.     :mk=\EF\Ef0;\Eb0;:mr=\Ep:se=\Ez:so=\EZ:sr=\EA:\
  6412.     :ts=\Ej\EY8%+ \Eo:ue=\Ew:us=\EW:tc=ibm3101:
  6413. ibmega-c|ibm5154-c|IBM Enhanced Color Display:\
  6414.     :se=\EB:so=\EF\Ef3;:ue=\EB:us=\EF\Ef2;:tc=ibmmono:
  6415. # ibmapa* and ibmmono entries come from ACIS 4.3 distribution
  6416. rtpc|ibmapa16|ibm6155|IBM 6155 Extended Monochrome Graphics Display:\
  6417.     :li#32:\
  6418.     :ds=\Ej\EY@ \EI\Ek:ts=\Ej\EY@%+ \Eo:tc=ibmmono:
  6419. # Advanced Monochrome (6153) and Color (6154) Graphics Display:
  6420. ibmapa8c|ibmapa8|ibm6154|ibm6153|IBM 6153/4 Advanced Graphics Display:\
  6421.     :li#31:\
  6422.     :ds=\Ej\EY? \EI\Ek:ts=\Ej\EY?%+ \Eo:tc=ibmmono:
  6423. ibmapa8c-c|ibm6154-c|IBM 6154 Advanced Color Graphics Display:\
  6424.     :li#31:\
  6425.     :ds=\Ej\EY? \EI\Ek:mh=\EF\Ef7;:ts=\Ej\EY?%+ \Eo:tc=ibmega-c:
  6426. # From: Marc Pawliger <marc@ibminet.awdpa.ibm.com>
  6427. # also in /usr/lpp/bos/bsdsysadmin.
  6428. # (hft-c: this entry had :kb=\E[D:kf=\E[C: on the line with ku/kd/kh; this was
  6429. # pretty obviously mislabeled for :le: and :nd:; also ":ul=\E[4m:" was clearly
  6430. # a typo for ":us=\E[4m:"; also ":el=\E[K:" was a typo for ":ce=\E[K:".
  6431. # There was an unknown boolean ":ht:" which I assume was meant to set 
  6432. # hardware tabs, so I have insrted it#8. Finally, "ac=^N" paired with the
  6433. # ae looked like a typo for ":as=^N:" -- esr)
  6434. ibm8512|ibm8513|hft-c|IBM High Function Terminal:\
  6435.     :am:mi:ms:\
  6436.     :co#80:it#8:li#25:\
  6437.     :AL=\E[%dL:DL=\E[%dM:ae=^O:al=\E[L:as=^N:cd=\E[J:\
  6438.     :ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:dl=\E[M:dm=\E[4h:\
  6439.     :do=^J:ec=\E[%dX:ed=\E[4l:ei=\E[4l:ho=\E[H:im=\E[4h:\
  6440.     :is=\Eb\E[m\017\E[?7h:k0=\E[010q:k1=\E[001q:\
  6441.     :k2=\E[002q:k3=\E[003q:k4=\E[004q:k5=\E[005q:\
  6442.     :k6=\E[006q:k7=\E[007q:k8=\E[008q:k9=\E[009q:kd=\E[B:\
  6443.     :kh=\E[H:ku=\E[A:le=\E[D:mb=\E[5m:md=\E[1m:me=\E[m:\
  6444.     :mr=\E[7m:nd=\E[C:rc=\E[u:\
  6445.     :rs=\Eb\E[m\017\E[?7h\E[H\E[J:sc=\E[s:se=\E[m:\
  6446.     :so=\E[7m:te=\E[20h:ti=\E[20;4l\E[?7h\Eb:ue=\E[m:\
  6447.     :up=\E[A:us=\E[4m:
  6448. hft|AIWS High Function Terminal:\
  6449.     :am:xo:\
  6450.     :co#80:li#25:\
  6451.     :al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:\
  6452.     :cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:do=^J:ei=\E6:\
  6453.     :ho=\E[H:ic=\E[@:im=\E6:k1=\E[001q:k2=\E[002q:\
  6454.     :k3=\E[003q:k4=\E[004q:k5=\E[005q:k6=\E[006q:\
  6455.     :k7=\E[007q:k8=\E[008q:k9=\E[009q:kN=\E[153q:\
  6456.     :kP=\E[159q:ka=\E[010q:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:\
  6457.     :kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[0m:\
  6458.     :mk=\E[8m:mr=\E[7m:nd=\E[C:se=\E[m:sf=^J:so=\E[7m:\
  6459.     :ta=^I:ue=\E[m:up=\E[A:us=\E[4m:
  6460. # From: <pryor@math.berkeley.edu>
  6461. ibm5081|ibmmpel|IBM 5081 1024x1024 256/4096 color display:\
  6462.     :es:hs:\
  6463.     :li#33:\
  6464.     :ds=\Ej\EYA \EI\Ek:fs=\Ek:ts=\Ej\EYA%+ \Eo:tc=ibmmono:
  6465. ibm5081-c|ibmmpel-c|IBM 5081 1024x1024 256/4096 enhanced color display:\
  6466.     :es:hs:\
  6467.     :li#33:\
  6468.     :ds=\Ej\EYA \EI\Ek:fs=\Ek:ts=\Ej\EYA%+ \Eo:tc=ibmega-c:
  6469. ibm-system1|system1|ibm system/1 computer:\
  6470.     :am:xt:\
  6471.     :co#80:li#24:\
  6472.     :bl=^G:cl=^Z:cm=\005%+ %+ :ho=^K:le=^H:nd=^\:sf=^J:\
  6473.     :up=^^:
  6474.  
  6475. #### Infoton/General Terminal Corp.
  6476. #
  6477.  
  6478. # gt100 sounds like something DEC would come out with.  Let's hope they don't.
  6479. i100|gt100|gt100a|General Terminal 100A (formerly Infoton 100):\
  6480.     :am:bs:\
  6481.     :co#80:li#24:\
  6482.     :al=\EL:bl=^G:cd=\EJ:ce=\EK:cl=^L:cm=\Ef%r%+ %+ :\
  6483.     :cr=^M:dl=\EM:do=^J:ho=\EH:le=^H:nd=\EC:se=\Ea:sf=^J:\
  6484.     :so=\Eb:up=\EA:vb=\Eb\Ea:
  6485. i400|infoton 400:\
  6486.     :am:bs:\
  6487.     :co#80:li#25:\
  6488.     :al=\E[L:bl=^G:ce=\E[N:cl=\E[2J:cm=%i\E[%3;%3H:cr=^M:\
  6489.     :dc=\E[4h\E[2Q\E[P\E[4l\E[0Q:dl=\E[M:do=^J:\
  6490.     :ei=\E[4l\E[0Q:im=\E[4h\E[2Q:le=^H:nd=\E[C:sf=^J:\
  6491.     :up=\E[A:
  6492. # (addrinfo: removed obsolete ":bc=^Z:" -- esr)
  6493. addrinfo:\
  6494.     :am:\
  6495.     :co#80:li#24:\
  6496.     :bl=^G:cd=^K:cl=^L:..cm=\037%p1%{1}%-%c%p2%{1}%-%c:\
  6497.     :cr=^M:do=^J:ho=^H:le=^Z:ll=^H^\:nd=^Y:sf=^J:up=^\:
  6498. infoton:\
  6499.     :am:\
  6500.     :Nl#0:co#80:lh#0:li#24:lw#0:\
  6501.     :bl=^G:cd=^K:cl=^L:cr=^M:do=^J:le=^Z:ll=^H^\:nd=^Y:\
  6502.     :sf=^J:up=^\:
  6503. # (infotonKAS: removed obsolete ":bc=^Z:" -- esr)
  6504. infotonKAS:\
  6505.     :am:\
  6506.     :co#80:li#24:\
  6507.     :bl=^G:cd=^K:cl=^L:cr=^M:do=^J:le=^Z:ll=^H^\:nd=^Y:\
  6508.     :sf=^J:up=^\:
  6509.  
  6510. #### Interactive Systems Corp
  6511. #
  6512. # ISC used to sell OEMed and customized hardware to support ISC UNIX.
  6513. # ISC UNIX still exists in 1995, but ISC itself is no more; they got
  6514. # bought out by Sun.
  6515. #
  6516.  
  6517. # From: <cithep!eric>  Wed Sep 16 08:06:44 1981
  6518. # (intext: removed obsolete ":ma=^K^P^R^L^L :";
  6519. # mapped ":pt:" to default tabs, removed obsolete ":bc=^_:", also the
  6520. # ":le=^_:" later overridden -- esr)
  6521. intext|Interactive Systems Corporation modified owl 1200:\
  6522.     :am:\
  6523.     :co#80:li#24:sg#1:\
  6524.     :al=\020:bl=^G:bt=^Y:cd=\026J:ce=^Kp^R:cl=\014:\
  6525.     :cm=\017%+ %+ :cr=^M:dc=\022:dl=\021:do=^J:ei=^V<:\
  6526.     :im=^V;:ip=:k0=^VJ\r:k1=^VA\r:k2=^VB\r:k3=^VC\r:\
  6527.     :k4=^VD\r:k5=^VE\r:k6=^VF\r:k7=^VG\r:k8=^VH\r:\
  6528.     :k9=^VI\r:kb=^H:kd=^J:ke=^V9:kh=^Z:kl=^_:kr=^^:\
  6529.     :ks=\036\072\264\026%:ku=^\:le=^H:nd=^^:se=^V# :\
  6530.     :sf=^J:so=^V$\054:ta=^I:up=^\:
  6531. intext2|intextii|INTERACTIVE modified owl 1251:\
  6532.     :am:bw:ul:\
  6533.     :co#80:li#24:sg#0:\
  6534.     :al=\E[L:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:ch=\E[%+^AG:\
  6535.     :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:\
  6536.     :do=\E[B:ei=:ic=\E[@:im=:k0=\E@\r:k1=\EP\r:k2=\EQ\r:\
  6537.     :k3=\ES\r:k4=\ET\r:k5=\EU\r:k6=\EV\r:k7=\EW\r:\
  6538.     :k8=\EX\r:k9=\EY\r:kb=^H:kd=\EB\r:kh=\ER\r:kl=\ED\r:\
  6539.     :kr=\EC\r:ku=\EA\r:l0=REFRSH:l1=DEL CH:l2=TABSET:\
  6540.     :l3=GOTO:l4=+PAGE:l5=+SRCH:l6=-PAGE:l7=-SRCH:l8=LEFT:\
  6541.     :l9=RIGHT:nd=\E[C:se=\E[2 D:sf=\E[S:so=\E[6 D:\
  6542.     :sr=\E[T:ta=^I:ue=\E[2 D:up=\E[A:us=\E[18 D:\
  6543.     :vb=\E[;;;;;;;;;2;;u\E[;;;;;;;;;1;;u:
  6544.  
  6545. #### Kimtron (abm, kt)
  6546. #
  6547. # Kimtron entries include (undocumented) codes for: enter dim mode (:mh:),
  6548. # enter bold mode (:md:), enter reverse mode (:mr:), turn off all attributes
  6549. # (:me:).
  6550.  
  6551. # Kimtron ABM 85 added by Dual Systems
  6552. # (abm85: mapped ":pt:" to default tabs; removed duplicated ":kd=^J:" -- esr)
  6553. abm85|Kimtron ABM 85:\
  6554.     :am:bs:bw:ms:pt:\
  6555.     :co#80:li#24:sg#1:ug#1:\
  6556.     :al=\EE:bt=\EI:cd=\Ey:ce=\Et:cl=\E*:cm=\E=%+ %+ :\
  6557.     :dc=\EW:dl=\ER:do=^J:ei=\Er:\
  6558.     :if=/usr/share/tabset/stdcrt:im=\EQ:\
  6559.     :is=\EC\EX\Eg\En\E%\Er\E(\Ek\Em\Eq:kb=^H:kd=^J:kh=^^:\
  6560.     :kl=^H:kr=^L:ku=^K:nd=^L:se=\Ek:so=\Ej:ue=\Em:up=^K:\
  6561.     :us=\El:
  6562. # Kimtron ABM 85H added by Dual Systems.
  6563. # Some notes about the 85h entries:
  6564. # 1) there are several firmware revs of 85H in the world. Use o85h for
  6565. #    firmware revs prior to SP51
  6566. # 2) Make sure to use 85h entry if the terminal is in 85H mode and the
  6567. #    85e entry if it is in 920 emulation mode. They are incompatible in
  6568. #    some places and NOT software settable i.e., :is: can't fix change it)
  6569. # 3) In 85h mode, the arrow keys and special functions transmit when
  6570. #    the terminal is in dup-edit, and work only locally in local-edit.
  6571. #    Vi won't swallow `del char' for instance, but :vs: turns on
  6572. #    dup-edit anyway so that the arrow keys will work right. If the
  6573. #    arrow keys don't work the way you like, change :vs:, :ve:, and :is:.
  6574. #    920E mode does not have software commands to toggle between dup
  6575. #    and local edit, so you get whatever was set last on the terminal.
  6576. # 4) :vb: attribute is nice, but seems too slow to work correctly (\Eb<pad>\Ed)
  6577. # 5) Make sure `hidden' attributes are selected. If `embedded' attributes
  6578. #    are selected, the entries :sg@: and :ug@: should be removed.
  6579. # 6) auto new-line should be on (selectable from setup mode only)
  6580. #
  6581. # From: Erik Fair <fair@ucbarpa>  Sun Oct 27 07:21:05 1985
  6582. abm85h|85H|85h|Kimtron ABM 85H, 85H mode:\
  6583.     :hs:\
  6584.     :sg@:ug@:\
  6585.     :ds=\Ee:fs=^M:im=\EZ:\
  6586.     :is=\EC\EN\EX\024\016\EA\Ea\E%\E9\Ee\Er\En\E"\E}\E'\E(\Ef\r\EG0\Ed\E.4\El:\
  6587.     :kd=^V:me=\E(\EG0:mh=\E):mr=\EG4:se=\EG0:so=\EG4:\
  6588.     :ts=\Eg\Ef:ue=\EG0:us=\EG8:vb@:ve=\E.4:vs=\E.2:tc=abm85:
  6589. abm85e|85E|85e|Kimtron ABM 85H, 920E mode:\
  6590.     :sg@:ug@:\
  6591.     :im=\EZ:\
  6592.     :is=\EC\EX\EA\E%\E9\Ee\Er\En\E"\E}\E'\E(\Ef\r\Ek\Eq\Em:\
  6593.     :me=\E(\Ek:mh=\E):mr=\Ej:vb@:tc=abm85:
  6594. abm85h-o|oabm85h|o85h|Kimtron ABM 85H, old firmware rev.:\
  6595.     :sg@:ug@:\
  6596.     :im=\EZ:\
  6597.     :is=\E}\EC\EX\Ee\En\E%\Er\E(\Ek\Em\Eq\Ed\ET\EC\E9\EF:\
  6598.     :me=\E(\Ek:mh=\E):mr=\Ej:\
  6599.     :vb=\200\200\200\007\200\200\200:tc=abm85:
  6600. # From: <malman@bbn-vax.arpa>
  6601. # (kt7: removed obsolete ":ko=ic,dc,al,dl,cl,ce,cd,bt:", ":ma=^V^J^L :";
  6602. # mapped ":pt:" to default tabs -- esr)
  6603. kt7|kimtron model kt-7:\
  6604.     :am:bs:pt:\
  6605.     :co#80:li#24:\
  6606.     :al=\EE:bt=\EI:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :\
  6607.     :dc=\EW:dl=\ER:do=^V:ei=:fs=\Eg:ho=^^:ic=\EQ:\
  6608.     :if=/usr/share/tabset/stdcrt:im=:is=\El\E":k0=^AI\r:\
  6609.     :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
  6610.     :k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:kb=^H:kd=^V:\
  6611.     :kh=^^:kl=^H:kr=^L:ku=^K:nd=^L:se=\EG0:so=\EG4:\
  6612.     :ts=\Ef:ue=\EG0:up=^K:us=\EG8:
  6613.  
  6614. #### Microterm (act, mime)
  6615. #
  6616. # The mime1 entries refer to the Microterm Mime I or Mime II.
  6617. # The default mime is assumed to be in enhanced act iv mode.
  6618. #
  6619.  
  6620. # New "safe" cursor movement (5/87) from reuss@umd5.umd.edu.  Prevents freakout with
  6621. # out-of-range args on Sytek multiplexors.  No ":so=^N:" and ":se=^N:" since 
  6622. # it gets confused and it's too dim anyway.  No ic since Sytek insists ^S 
  6623. # means xoff.
  6624. # (act4: found ":ic=2^S:ei=:im=:ip=.1*^V:" commented out in 8.3 -- esr)
  6625. act4|microterm|microterm act iv:\
  6626.     :am:bs:\
  6627.     :co#80:li#24:\
  6628.     :al=2.3*\001<2.3*/>:bl=^G:cd=2.2*\037:ce=.1*\036:\
  6629.     :cl=12\014:cm=\024%+^X%>/0%+P:cr=^M:dc=.1*\004:\
  6630.     :dl=2.3*\027:do=^K:ho=^]:kd=^K:kl=^H:kr=^X:ku=^Z:\
  6631.     :le=^H:nd=^X:sf=^J:up=^Z:
  6632. # The padding on :sr: and :ta: for act5 and mime is a guess and not final.
  6633. # The act 5 has hardware tabs, but they are in columns 8, 16, 24, 32, 41 (!)...
  6634. # (microterm5: removed obsolete ":ma==^Z^P^Xl^Kj:" -- esr)
  6635. act5|microterm5|microterm act v:\
  6636.     :kd=^K:kl=^H:kr=^X:ku=^Z:sr=\EH:uc=^H\EA:tc=act4:
  6637. # Act V in split screen mode.  act5s is not tested and said not to work.
  6638. act5s|skinny act5:\
  6639.     :co#39:li#48:\
  6640.     :te=\EQ:ti=\EP:tc=act5:
  6641. # Mimes using brightness for standout.  Half bright is really dim unless
  6642. # you turn up the brightness so far that lines show up on the screen.
  6643. mime-fb|full bright mime1:\
  6644.     :is=^S\E:se=^S:so=^Y:tc=mime:
  6645. mime-hb|half bright mime1:\
  6646.     :is=^Y\E:se=^Y:so=^S:tc=mime:
  6647. # (mime: removed obsolete ":ma=^X ^K^J^Z^P:"; removed ":do=^K:" that overrode
  6648. # the more plausible ":do=^J:"; mapped ":pt:" to ":it#8:" -- esr)
  6649. # uc was at one time disabled to get around a curses bug, be wary of it
  6650. mime|mime1|mime2|mimei|mimeii|microterm mime1:\
  6651.     :am:bs:pt:\
  6652.     :co#80:it#8:li#24:vt#9:\
  6653.     :al=\001:bl=^G:cd=^_:ce=^^:cl=^]^C:\
  6654.     :cm=\024%+^X%> 0%+P:cr=^M:dl=\027:do=^J:ho=^]:\
  6655.     :is=^S\E^Q:kd=^K:kl=^H:kr=^X:ku=^Z:le=^H:nd=^X:sf=^J:\
  6656.     :sr=\022:ta=\011:uc=^U:up=^Z:
  6657. # These termcaps (for mime 2a) put the terminal in low intensity mode
  6658. # since high intensity mode is so obnoxious.
  6659. mime2a-s|microterm mime2a (emulating an enhanced soroc iq120):\
  6660.     :am:bs:\
  6661.     :co#80:li#24:\
  6662.     :al=\001:bl=^G:cd=\EJ:ce=\EK:cl=\EL:cm=\E=%+ %+ :\
  6663.     :cr=^M:dc=\ED:dl=\027:do=^J:ei=^Z:ho=^^:im=\EE:ip=:\
  6664.     :is=\E):kd=^J:kl=^H:kr=^L:ku=^K:le=^H:nd=^L:se=\E;:\
  6665.     :sf=^J:so=\E\072:sr=\EI:ue=\E7:up=\EI:us=\E6:
  6666. # This is the preferred mode (but ^X can't be used as a kill character)
  6667. # (mime2a: replaced ":pt:" with SCO's "it#8" -- esr)
  6668. mime2a|mime2a-v|microterm mime2a (emulating an enhanced vt52):\
  6669.     :bs:pt:\
  6670.     :co#80:it#8:li#24:\
  6671.     :al=\001:bl=^G:cd=\EQ:ce=\EP:cl=\EL:cm=\EY%+ %+ :\
  6672.     :cr=^M:dc=^N:dl=\027:do=^J:ei=^Z:ho=\EH:im=^O:ip=:\
  6673.     :is=^Y:kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:\
  6674.     :se=\E9:sf=^J:so=\E8:sr=\EA:ta=^I:ue=\E5:up=\EA:\
  6675.     :us=\E4:
  6676. # (mime3a: removed obsolete ":ma=^X ^K^J^Z^P:" -- esr)
  6677. mime3a|mime1 emulating 3a:\
  6678.     :am@:\
  6679.     :kd=^K:kl=^H:kr=^X:ku=^Z:tc=adm3a:
  6680. # (mime3ax: mapped ":pt:" to default tabs -- esr)
  6681. mime3ax|mime-3ax|mime1 emulating enhanced 3a:\
  6682.     :pt:\
  6683.     :it#8:\
  6684.     :al=\001:cd=^_:ce=^X:dl=\027:ta=\011:tc=mime3a:
  6685. # Wed Mar  9 18:53:21 1983
  6686. # We run our terminals at 2400 baud, so there might be some timing problems at
  6687. # higher speeds. The major improvements in this model are the terminal now 
  6688. # scrolls down and insert mode works without redrawing the rest of the line
  6689. # to the right of the cursor. This is done with a bit of a kludge using the
  6690. # exit graphics mode to get out of insert, but it does not appear to hurt
  6691. # anything when using vi at least. If you have some users using act4s with
  6692. # programs that use curses and graphics mode this could be a problem.
  6693. mime314|mm314|mime 314:\
  6694.     :am:\
  6695.     :co#80:li#24:\
  6696.     :al=^A:cd=^_:ce=^^:cl=^L:cm=\024%.%.:dc=^D:dl=^W:\
  6697.     :ei=^V:ho=^]:im=^S:kd=^K:kl=^H:kr=^X:ku=^Z:le=^H:\
  6698.     :nd=^X:ta=^I:up=^Z:
  6699. # Fri Aug  5 08:11:57 1983
  6700. # This entry works for the ergo 4000 with the following setups:
  6701. # ansi,wraparound,newline disabled, xon/xoff disabled in both
  6702. # setup a & c.
  6703. #    
  6704. # WARNING!!! There are multiple versions of ERGO 4000 microcode
  6705. # Be advised that very early versions DO NOT WORK RIGHT !!  
  6706. # Microterm does have a ROM exchange program- use it or lose big
  6707. ergo4000|microterm ergo 4000:\
  6708.     :da:db:ms:\
  6709.     :co#80:li#66:\
  6710.     :AL=\E[1L:bl=^G:cd=\E[0J:ce=\E[0K:cl=\E[H\E[2J:\
  6711.     :cm=\E[%i%d;%dH:cr=^M:dc=\E[1P:dl=\E[1M:do=\E[B:\
  6712.     :ei=\E[4l:im=\E[4h:\
  6713.     :is=\E<\E=\E[?1l\E[?4l\E[?5l\E[?7h\E[?8h:k1=\EOP:\
  6714.     :k2=\EOQ:k3=\EOR:k4=\EOS:kd=\E[B:ke=\E=:kl=\E[D:\
  6715.     :kr=\E[C:ks=\E=:ku=\E[A:l1=pf1:l2=pf2:l3=pf3:l4=pf4:\
  6716.     :le=^H:nd=\E[C:se=\E[0m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:\
  6717.     :up=\E[A:
  6718.  
  6719. #### NCR 
  6720. #
  6721. # NCR's terminal group was merged with AT&T's when AT&T bought the company.
  6722. # For what happened to that group, see the ADDS section.
  6723. #
  6724.  
  6725. # From <root@goliath.un.atlantaga.NCR.COM>, init string hacked by SCO.
  6726. ncr7900i|7900i|ncr7900|7900|ncr 7900 model 1:\
  6727.     :am:bw:ul:\
  6728.     :co#80:li#24:sg#1:ug#1:\
  6729.     :bl=^G:cd=\Ek:ce=\EK:cl=^L:cm=\E1%r%.%.:cr=^M:do=^J:\
  6730.     :is=\E0@\010\E3\E4\E7:kd=^J:kh=^A:kl=^U:kr=^F:ku=^Z:\
  6731.     :le=^H:ll=^A:mb=\E0B:me=\E0@:mh=\E0A:mr=\E0P:nd=^F:\
  6732.     :pf=^T:po=^R:\
  6733.     :..sa=\E0%p5%'@'%+%p4%{2}%*%+%p3%{16}%*%+%p2%{32}%*%+%p1%{17}%*%+%c:\
  6734.     :se=\E0@:sf=^J:so=\E0Q:ue=\E0@:up=^Z:us=\E0`:
  6735. ncr7900i-na|ncr7900-na|7900-na|ncr 7900 model 1 with no arrows:\
  6736.     :kd@:kl@:kr@:ku@:tc=ncr7900i:
  6737. ncr7900iv|ncr 7900 model 4:\
  6738.     :am:bw:es:hs:\
  6739.     :co#80:li#24:\
  6740.     :al=\E^N:bl=^G:cl=^L:cm=\013%+@\E\005%02:cr=^M:\
  6741.     :dl=\E^O:do=^J:ds=\Ey1:fs=\Ek\Ey5:ho=\013@\E^E00:\
  6742.     :k1=\ES:k2=\ET:k3=\EU:k4=\EV:k5=\EW:k6=\EP:k7=\EQ:\
  6743.     :k8=\ER:kb=^H:kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:\
  6744.     :l6=blue:l7=red:l8=white:le=^H:nw=^M^J:sf=^J:\
  6745.     :ts=\Ej\Ex5\Ex1\EY8%p1%{32}%+%c\Eo:
  6746. ncr7901|7901|ncr 7901 model:\
  6747.     :am:bw:ul:\
  6748.     :co#80:li#24:\
  6749.     :bl=^G:cd=\Ek:ce=\EK:ch=\020%+^J:cl=^L:cm=\EY%+ %+ :\
  6750.     :cr=^M:cv=\013%+@:do=^J:is=\E4^O:kC=^L:kd=^J:kh=^H:\
  6751.     :kl=^U:kr=^F:ku=^Z:le=^H:ll=^A:mb=\E0B:me=^O:mh=\E0A:\
  6752.     :mr=\E0P:nd=^F:pf=^T:po=^R:\
  6753.     :..sa=\E0%p5%'@'%+%p4%{2}%*%+%p3%{16}%*%+%p2%{32}%*%+%p1%{17}%*%+%c\016:\
  6754.     :se=^O:sf=^J:so=\E0Q\016:ue=^O:up=^Z:us=\E0`\016:\
  6755.     :ve=^X:vi=^W:
  6756.  
  6757. #### Perkin-Elmer (Owl)
  6758. #
  6759. # These are official terminfo entries from within Perkin-Elmer.
  6760. #
  6761.  
  6762. bantam|pe550|pe6100|perkin elmer 550:\
  6763.     :co#80:li#24:\
  6764.     :bl=^G:ce=\EI:cl=\EK:cm=\EX%+ \EY%+ :cr=^M:do=^J:\
  6765.     :ho=\EH:le=^H:ll=\EH\EA:nd=\EC:sf=^J:up=\EA:
  6766. fox|pe1100|perkin elmer 1100:\
  6767.     :am:\
  6768.     :co#80:li#24:\
  6769.     :bl=^G:cd=\EJ:ce=\EI:cl=\EH\EJ:cm=\EX%+ \EY%+ :cr=^M:\
  6770.     :ct=\E3:do=^J:ho=\EH:le=^H:ll=\EH\EA:nd=\EC:sf=^J:\
  6771.     :st=\E1:up=\EA:vb=\020\002\020\003:
  6772. owl|pe1200|perkin elmer 1200:\
  6773.     :am:in:\
  6774.     :co#80:li#24:\
  6775.     :al=\EL:bl=^G:cd=\EJ:ce=\EI:cl=\EH\EJ:\
  6776.     :cm=\EX%+ \EY%+ :cr=^M:ct=\E3:dc=\EO:dl=\EM:do=^J:\
  6777.     :ei=:ho=\EH:ic=\EN:im=:ip=:k0=\ERJ:k1=\ERA:k2=\ERB:\
  6778.     :k3=\ERC:k4=\ERD:k5=\ERE:k6=\ERF:k7=\ERG:k8=\ERH:\
  6779.     :k9=\ERI:kb=^H:le=^H:ll=\EH\EA:nd=\EC:se=\E!\200:\
  6780.     :sf=^J:so=\E!^H:st=\E1:up=\EA:vb=\020\002\020\003:
  6781. pe1251|pe6300|pe6312|perkin elmer 1251:\
  6782.     :am:\
  6783.     :co#80:it#8:li#24:pb#300:sg#1:vt#8:\
  6784.     :bl=^G:cd=\EJ:ce=\EI:cl=\EK:cm=\EX%+ \EY%+ :cr=^M:\
  6785.     :ct=\E3:do=\EB:ho=\EH:k0=\ERA:k1=\ERB:k2=\ERC:\
  6786.     :k3=\ERD:k4=\ERE:k5=\ERF:k6=\ERG:k7=\ERH:k8=\ERI:\
  6787.     :k9=\ERJ:k;=\ERK:le=\ED:nd=\EC:sf=^J:st=\E1:up=\EA:
  6788. pe7000m|perkin elmer 7000 series monochrome monitor:\
  6789.     :am:\
  6790.     :co#80:li#24:\
  6791.     :bl=^G:bt=\E!Y:cd=\EJ:ce=\EI:cl=\EK:cm=\ES%+ %+ :\
  6792.     :cr=^M:do=\EB:ho=\EH:i1=\E!\200\EW  7o\Egf\ES7 :\
  6793.     :k0=\E!\200:k1=\E!^A:k2=\E!^B:k3=\E!^C:k4=\E!^D:\
  6794.     :k5=\E!^E:k6=\E!^F:k7=\E!^G:k8=\E!^H:k9=\E!^I:\
  6795.     :k;=\E!^J:kb=^H:kd=\E!U:kh=\E!S:kl=\E!V:kr=\E!W:\
  6796.     :ku=\E!T:le=\ED:ll=\ES7 :nd=\EC:se=\E!\200:sf=^J:\
  6797.     :so=\E!^H:sr=\ER:ue=\E!\200:up=\EA:us=\E! :
  6798. pe7000c|perkin elmer 7000 series colour monitor:\
  6799.     :am:\
  6800.     :co#80:li#24:\
  6801.     :bl=^G:bt=\E!Y:cd=\EJ:ce=\EI:cl=\EK:cm=\ES%+ %+ :\
  6802.     :cr=^M:do=\EB:ho=\EH:\
  6803.     :i1=\E!\200\EW  7o\Egf\Eb0\Ec7\ES7 :k0=\E!\200:\
  6804.     :k1=\E!^A:k2=\E!^B:k3=\E!^C:k4=\E!^D:k5=\E!^E:\
  6805.     :k6=\E!^F:k7=\E!^G:k8=\E!^H:k9=\E!^I:k;=\E!^J:kb=^H:\
  6806.     :kd=\E!U:kh=\E!S:kl=\E!V:kr=\E!W:ku=\E!T:le=\ED:\
  6807.     :ll=\ES7 :nd=\EC:se=\Eb0:sf=^J:so=\Eb2:sr=\ER:\
  6808.     :ue=\E!\200:up=\EA:us=\E! :
  6809.  
  6810. #### Sperry Univac
  6811. #
  6812. # Sperry Univac has merged with Burroughs to form Unisys.
  6813. #
  6814.  
  6815. # This entry is for the Sperry UTS30 terminal running the TTY 
  6816. # utility under control of CP/M Plus 1R1. The functionality 
  6817. # provided is comparable to the DEC vt100.
  6818. uts30|sperry uts30 with cp/m@1R1:\
  6819.     :am:bw:hs:\
  6820.     :co#80:li#24:ws#40:\
  6821.     :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
  6822.     :LE=\E[%dD:RI=\E[%dC:SF=\E[%dB:SR=\E[%dA:UP=\E[%dA:\
  6823.     :ae=\Ed:al=\EN:as=\EF:bl=^G:cd=\E[J:ce=\E[K:cl=^L:\
  6824.     :cm=\E[%i%d;%dH:cr=^M:cs=\EU%+ %+ :dc=\EM:dl=\EL:\
  6825.     :do=\EB:ei=:fs=^M:ho=\E[H:ic=\EO:im=:\
  6826.     :is=\E[U 7\E[24;1H:kb=^H:kd=\EOB:kh=\E[H:kl=\EOD:\
  6827.     :kr=\EOC:ku=\EOA:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:\
  6828.     :mr=\E[7m:nd=\EC:\
  6829.     :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\EX:\
  6830.     :rf=/usr/lib/tabset/vt100:sc=\EW:se=\E[m:sf=^J:\
  6831.     :so=\E[7m:sr=\EI:ta=^I:ts=\E]:uc=\EPB:ue=\E[m:\
  6832.     :up=\E[A:us=\E[4m:ve=\ES:vi=\ER:
  6833.  
  6834. #### Tandem
  6835. #
  6836. # Tandem builds these things for use with its line of fault-tolerant
  6837. # transaction-processing computers.  They aren't generally available
  6838. # on the merchant market, and so are fairly uncommon.
  6839. #
  6840.  
  6841. tandem6510|adm3a repackaged by Tandem:\
  6842.     :tc=adm3a:
  6843.  
  6844. # A funny series of terminal that TANDEM uses.  The actual model numbers
  6845. # have a fourth digit after 653 that designates minor variants.  These are
  6846. # natively block-mode and rather ugly, but they have a character mode which
  6847. # this doubtless(?) exploits.  There is a 6520 that is slightly dumber.
  6848. # (tandem653: had ":sb=\ES:", probably someone's mistake for sf -- esr)
  6849. tandem653|t653x|Tandem 653x multipage terminal:\
  6850.     :am:bs:da:db:hs:\
  6851.     :co#80:li#24:sg#1:ug#1:ws#64:\
  6852.     :cd=\EJ:ce=\EK:cl=\EI:cm=\023%+ %+ :do=^J:ds=\Eo\r:\
  6853.     :fs=^M:ho=\EH:if=/usr/share/tabset/tandem653:le=^H:\
  6854.     :nd=\EC:se=\E6 :sf=\ES:so=\E6$:sr=\ET:ts=\Eo:ue=\E6 :\
  6855.     :up=\EA:us=\E60:
  6856.  
  6857. #### Tandy/Radio Shack
  6858. #
  6859. # Tandy has a line of VDTs distinct from its microcomputers.
  6860. #
  6861.  
  6862. dmterm|deskmate terminal:\
  6863.     :am:bw:\
  6864.     :co#80:li#24:\
  6865.     :al=\EP:bl=^G:cd=\EJ:ce=\EK:cl=\Ej:cm=\EY%+ %+ :\
  6866.     :cr=^M:dc=\ES:dl=\ER:do=\EB:ei=:ho=\EH:ic=\EQ:im=:\
  6867.     :k0=\E1:k1=\E2:k2=\E3:k3=\E4:k4=\E5:k5=\E6:k6=\E7:\
  6868.     :k7=\E8:k8=\E9:k9=\E0:kd=\EB:kh=\EH:kl=\ED:kr=\EC:\
  6869.     :ku=\EA:l0=f1:l1=f2:l2=f3:l3=f4:l4=f5:l5=f6:l6=f7:\
  6870.     :l7=f8:l8=f9:l9=f10:le=^H:ll=\EE:nd=\EC:se=\EG0:\
  6871.     :sf=\EX:so=\EG4:ta=^I:up=\EA:ve=\EG6:vi=\EG5:
  6872. dt100|dt-100|Tandy DT-100 terminal:\
  6873.     :xo:\
  6874.     :co#80:li#24:sg#1:ug#1:\
  6875.     :ac=kkllmmjjnnwwvvttuuqqxx:ae=^O:al=\E[L:as=^N:bl=^G:\
  6876.     :cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:cm=\010\E[%i%d;%dH:\
  6877.     :cr=^M:cs=\E[%2;%2r:dc=\E[P:dl=\E[M:do=\E[B:ei=:\
  6878.     :ho=\E[H:ic=\E[@:im=:is=\E[?3l\E)0\E(B:k1=\E[?3i:\
  6879.     :k2=\E[2i:k3=\E[@:k4=\E[M:k5=\E[17~:k6=\E[18~:\
  6880.     :k7=\E[19~:k8=\E[20~:k9=\E[21~:k;=\E[?5i:kN=\E[29~:\
  6881.     :kP=\E[28~:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
  6882.     :l1=f1:l2=f2:l3=f3:l4=f4:l5=f5:l6=f6:l7=f7:l8=f8:\
  6883.     :le=^H:nd=\E[C:se=\E[m:sf=^J:so=\E[7m:sr=\EM:ta=^I:\
  6884.     :ue=\E[m:up=\E[A:us=\E[4m:ve=\E[?25h:vi=\E[?25l:
  6885. dt100w|dt-100w|Tandy DT-100 terminal:\
  6886.     :co#132:\
  6887.     :bl=^G:cr=^M:do=^J:is=\E[?3l\E)0\E(B:sf=^J:tc=dt100:
  6888. dt110|Tandy DT-110 emulating ansi:\
  6889.     :xo:\
  6890.     :co#80:li#24:\
  6891.     :@7=\E[K:ac=kkllmmjjnnwwvvuuttqqxx:ae=^O:al=\E[0L:\
  6892.     :as=^N:bl=^G:cd=\E[0J:ce=\E[0K:cl=\E[;H\E[2J:\
  6893.     :cm=\010\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:dc=\E[0P:\
  6894.     :dl=\E[0M:do=\E[0B:eA=\E(B\E)0:ei=:ho=\E[H:ic=\E[0@:\
  6895.     :im=:is=\E[?3l\E)0\E(B:k1=\E[1~:k2=\E[2~:k3=\E[3~:\
  6896.     :k4=\E[4~:k5=\E[5~:k6=\E[6~:k7=\E[7~:k8=\E[8~:\
  6897.     :k9=\E[9~:k;=\E[10~:kI=\E[@:kN=\E[26~:kP=\E[25~:\
  6898.     :kd=\E[B:kh=\E[G:kl=\E[D:kr=\E[C:ku=\E[A:l0=f1:l1=f2:\
  6899.     :l2=f3:l3=f4:l4=f5:l5=f6:l6=f7:l7=f8:l8=f9:l9=f10:\
  6900.     :le=^H:nd=\E[C:se=\E[0m:sf=^J:so=\E[7m:sr=\EM:ta=^I:\
  6901.     :ue=\E[0m:up=\E[0A:us=\E[4m:ve=\E[?25h:vi=\E[?25l:
  6902. dt200|td200|Tandy 200:\
  6903.     :am:xt:\
  6904.     :co#40:li#16:\
  6905.     :al=\EL:bl=^G:cd=^L:ce=\EK:cl=\EE:cm=\EY%+ %+ :cr=^M:\
  6906.     :dl=\EM:do=^_:kd=^_:kl=^]:kr=^\:ku=^^:le=^H:nd=^\:\
  6907.     :se=\Eq:sf=^J:so=\Ep:up=\EA:
  6908. pt210|TRS-80 PT-210 printing terminal:\
  6909.     :hc:os:\
  6910.     :co#80:\
  6911.     :bl=^G:cr=^M:do=^J:sf=^J:
  6912.  
  6913. #### Tektronix (tek)
  6914. #
  6915. # Tektronix tubes are graphics terminals.  Most of them use modified 
  6916. # oscilloscope technology incorporating a long-persistence green phosphor,
  6917. # and support vector graphics on a main screen with an attached "dialogue
  6918. # area" for interactive text.
  6919. #
  6920.  
  6921. tek|tek4012|4012|tektronix 4012:\
  6922.     :os:\
  6923.     :co#75:li#35:\
  6924.     :bl=^G:cl=\E\014:cr=^M:do=^J:ff=\014:is=\E^O:le=^H:
  6925. tek4013|4013|tektronix 4013:\
  6926.     :ae=\E^O:as=\E^N:tc=tek4012:
  6927. tek4014|4014|tektronix 4014:\
  6928.     :co#81:li#38:\
  6929.     :is=\E\017\E9:tc=tek4012:
  6930. tek4015|4015|tektronix 4015:\
  6931.     :ae=\E^O:as=\E^N:tc=tek4014:
  6932. tek4014-sm|4014-sm|tektronix 4014 in small font:\
  6933.     :co#121:li#58:\
  6934.     :is=\E\017\E\072:tc=tek4014:
  6935. tek4015-sm|4015-sm|tektronix 4015 in small font:\
  6936.     :ae=\E^O:as=\E^N:tc=tek4014-sm:
  6937. tek4023|4023|tex|tektronix 4023:\
  6938.     :am:\
  6939.     :co#80:li#24:vt#4:\
  6940.     :bl=^G:cl=\E\014:cm=\034%r%+ %+ :cr=^M:do=^J:le=^H:\
  6941.     :nd=^I:se=^_@:sf=^J:so=^_P:
  6942. # It is recommended that you run the 4025 at 4800 baud or less;
  6943. # various bugs in the terminal appear at 9600.  It wedges at the
  6944. # bottom of memory (try "cat /usr/dict/words"); ^S and ^Q typed
  6945. # on keyboard don't work.  You have to hit BREAK twice to get
  6946. # one break at any speed - this is a documented feature.
  6947. # Can't use cursor motion because it's memory relative, and 
  6948. # because it only works in the workspace, not the monitor.  
  6949. # Same for home. Likewise, standout only works in the workspace.
  6950. # el was commented out since vi and rogue seem to work better 
  6951. # simulating it with lots of spaces!
  6952. # il1 and il had 145ms of padding, but that slowed down vi's ^U 
  6953. # and didn't seem necessary.
  6954. #
  6955. tek4024|tek4025|tek4027|tektronix 4024/4025/4027:\
  6956.     :am:da:db:\
  6957.     :co#80:it#8:li#34:lm#0:\
  6958.     :AL=\037up\r\037ili %d\r:CC=^_:DL=\037dli %d\r\006:\
  6959.     :DO=\037dow %d\r:LE=\037lef %d\r:RI=\037rig %d\r:\
  6960.     :UP=\037up %d\r:al=\037up\r\037ili\r:bl=^G:\
  6961.     :cd=\037dli 50\r:cl=\037era\r\n\n:cr=^M:dc=\037dch\r:\
  6962.     :dl=\037dli\r\006:do=^F^J:ei=:ic=\037ich\r \010:im=:\
  6963.     :is=!com 31\r\n\037sto 9 17 25 33 41 49 57 65 73\r:\
  6964.     :ke=\037lea p2\r\037lea p4\r\037lea p6\r\037lea p8\r\037lea f5\r:\
  6965.     :ks=\037lea p4 /h/\r\037lea p8 /k/\r\037lea p6 / /\r\037lea p2 /j/\r\037lea f5 /H/\r:\
  6966.     :le=^H:nd=\037rig\r:sf=^F^J:ta=^I:up=^K:
  6967. tek4025-17|4025-17|4027-17|tek 4025 17 line window:\
  6968.     :li#17:\
  6969.     :tc=tek4025:
  6970. tek4025-17-ws|4025-17-ws|4025-17ws|4027-17ws|4027-17-ws|tek 4025 17 line window in workspace:\
  6971.     :is=!com 31\r\n\037sto 9 17 25 33 41 49 57 65 73\r\037wor 17\r\037mon 17\r:\
  6972.     :se=\037att s\r:so=\037att e\r:te=\037mon h\r:\
  6973.     :ti=\037wor h\r:tc=tek4025-17:
  6974. tek4025-ex|tek4027-ex|tek 4025/4027 w/!:\
  6975.     :is=\037com 33\r\n!sto 9 17 25 33 41 49 57 65 73\r:\
  6976.     :te=\037com 33\r:ti=!com 31\r:tc=tek4025:
  6977. # Tektronix 4025a
  6978. # From: Doug Gwyn <gwyn@brl-smoke.ARPA>
  6979. # The following status modes are assumed for normal operation (replace the
  6980. # initial "!" by whatever the current command character is):
  6981. #    !COM 29            # NOTE: changes command character to GS (^])
  6982. #    ^]DUP
  6983. #    ^]ECH R
  6984. #    ^]EOL
  6985. #    ^]RSS T
  6986. #    ^]SNO N
  6987. #    ^]STO 9 17 25 33 41 49 57 65 73
  6988. # Other modes may be set according to communication requirements.
  6989. # If the command character is inadvertently changed, termcap can't restore it.
  6990. # Insert-character cannot be made to work on both top and bottom rows.
  6991. # Clear-to-end-of-display emulation via !DLI 988 is too groady to use, alas.
  6992. # There also seems to be a problem with vertical motion, perhaps involving
  6993. # delete/insert-line, following a typed carriage return.  This terminal sucks.
  6994. # Delays not specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
  6995. # (tek4025a: mapped ":pt:" to default tabs; removed obsolete ":xx:".
  6996. # This may mean the tek4025a entry won't work any more. -- esr)
  6997. tek4025a|4025a|Tektronix 4025A:\
  6998.     :am:bs:bw:da:db:pt:xo:\
  6999.     :co#80:li#34:\
  7000.     :CC=^]:DC=\035dch %d;:DL=\035dli %d;:DO=\035dow %d;:\
  7001.     :LE=\035lef %d;:RI=\035rig %d;:SF=\035dow %d;:\
  7002.     :UP=\035up %d;:al=\013\035ili;:bl=^G:bt=\035bac;:\
  7003.     :ce=\035dch 80;:ch=\r\035rig %d;:\
  7004.     :cl=\035era;\n\035rup;:cr=^M:ct=\035sto;:dc=\035dch;:\
  7005.     :dl=\035dli;:do=^J:le=^H:nd=\035rig;:\
  7006.     :rs=!com 29\035del 0\035rss t\035buf\035buf n\035cle\035dis\035dup\035ech r\035eol\035era g\035for n\035pad 203\035pad 209\035sno n\035sto 9 17 25 33 41 49 57 65 73\035wor 0;:\
  7007.     :sf=^J:ta=^I:up=^K:
  7008. # From: cbosg!teklabs!davem Wed Sep 16 21:11:41 1981
  7009. # Here's the command file that I use to get rogue to work on the 4025.
  7010. # It should work with any program using the old curses (e.g. it better
  7011. # not try to scroll, or cursor addressing won't work.  Also, you can't
  7012. # see the cursor.)
  7013. # (This "learns" the arrow keys for rogue. I have adapted it for termcap - mrh)
  7014. # (tek4025-cr: mapped ":pt:" to default tabs -- esr)
  7015. tek4025-cr|4025-cr|tek 4025 for curses and rogue:\
  7016.     :am:bs:pt:\
  7017.     :co#80:li#33:\
  7018.     :cl=\037era;:cm=\037jum%i%d\054%d;:do=^F^J:\
  7019.     :is=!com 31\r\n\037sto 9 17 25 33 41 49 57 65 73\r:\
  7020.     :le=^H:nd=\037rig;:nl=^F^J:te=\037wor 0:\
  7021.     :ti=\037wor 33h:up=^K:
  7022. # next two lines commented out since curses only allows 128 chars, sigh.
  7023. #    :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:\
  7024. #    :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:
  7025. tek4025ex|4025ex|4027ex|tek 4025 w/!:\
  7026.     :is=\037com 33\r\n!sto 9\05417\05425\05433\05441\05449\05457\05465\05473\r:\
  7027.     :te=\037com 33\r:ti=!com 31\r:tc=tek4025:
  7028. tek4105|4105|tektronix 4105:\
  7029.     :am:mi:ms:ul:xn:xt:\
  7030.     :co#79:it#8:li#29:\
  7031.     :ae=\E[0m:al=\E[1L:as=\E[1m:bl=^G:bt=\E[Z:cd=\E[J:\
  7032.     :ce=\E[K:cl=\E[2J\E[H:cm=\E[%i%2;%2H:cr=^M:ct=\E[1g:\
  7033.     :dc=\E[1P:dl=\E[1M:do=\E[1B:ei=\E[4l:ho=\E[H:\
  7034.     :i1=\E%!1\E[0m:im=\E[4h:is=\E%!1\E[?6141\E[0m:kb=^H:\
  7035.     :kd=\E[1B:kl=\E[1D:kr=\E[1C:ku=\E[1A:mb=\E[=3;<7m:\
  7036.     :md=\E[=7;<4m:me=\E[=0;<1m:mh=\E[=1;<6m:mk=\E[=6;<5:\
  7037.     :mr=\E[=1;<3m:nd=\E[1C:se=\E[=0;<1m:sf=\E[S:\
  7038.     :so=\E[=2;<3m:sr=\E[T:ta=^I:ti=\E%!1\E[?6l\E[2J:\
  7039.     :ue=\E[=0;<1m:up=\E[1A:us=\E[=5;<2m:
  7040.  
  7041. tek4105-30|4105-30|4015 emulating 30 line vt100:\
  7042.     :am:mi:ms:xn:xo:\
  7043.     :co#80:it#8:li#30:vt#3:\
  7044.     :@8=\EOM:DO=\E[%dB:K1=\EOq:K2=\EOr:K3=\EOs:K4=\EOp:\
  7045.     :K5=\EOn:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
  7046.     :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
  7047.     :ae=^O:as=^N:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\
  7048.     :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
  7049.     :ct=\E[3g:do=^J:eA=\E(B\E)0:ho=\E[H:k0=\EOy:k1=\EOP:\
  7050.     :k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOt:k6=\EOu:k7=\EOv:\
  7051.     :k8=\EOl:k9=\EOw:k;=\EOx:kb=^H:kd=\EOB:ke=\E[?1l\E>:\
  7052.     :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:\
  7053.     :md=\E[1m:me=\E[m\017:mr=\E[7m:nd=\E[C:\
  7054.     :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\
  7055.     :..sa=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;:\
  7056.     :sc=\E7:se=\E[m:sf=^J:so=\E[1;7m:sr=\EM:st=\EH:ta=^I:\
  7057.     :ue=\E[m:up=\E[A:us=\E[4m:
  7058.  
  7059. tek4107|tek4109|4107|4109|tektronix terminals 4107 4109:\
  7060.     :am:mi:ms:ul:xn:xt:\
  7061.     :co#79:it#8:li#29:\
  7062.     :bl=^G:cd=\EJ:ce=\EK:cl=\ELZ:cm=\EY%+ %+ :cr=^M:\
  7063.     :do=^J:kb=^H:kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=^H:\
  7064.     :mb=\E%!1\E[5m\E%!0:md=\E%!1\E[1m\E%!0:\
  7065.     :me=\E%!1\E[m\E%!0:mh=\E%!1\E[<0m\E%!0:\
  7066.     :mr=\E%!1\E[7m\E%0:nd=\EC:\
  7067.     :..sa=\E%%!1\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m\E%%!0:\
  7068.     :se=\E%!1\E[m\E%!0:sf=^J:so=\E%!1\E[7;5m\E%!0:sr=\EI:\
  7069.     :ta=^I:ue=\E%!1\E[m\E%!0:up=\EA:us=\E%!1\E[4m\E%!0:\
  7070.     :ve=\E%!0:vs=\E%!3:
  7071. # Tektronix 4207 with sysline.  In the ancestral termcap file this was 4107-s;
  7072. # see the note attached to tek4207.
  7073. tek4207-s|Tektronix 4207 with sysline but no memory:\
  7074.     :es:hs:\
  7075.     :ds=\E7\E[?6l\E[2K\E[?6h\E8:fs=\E[?6h\E8:\
  7076.     :i2=\E7\E[?6l\E[2K\E[?6h\E8:\
  7077.     :is=\E%!1\E[2;32r\E[132D\E[2g\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[8C\EH\E[J:\
  7078.     :ts=\E7\E[?6l\E[2K\E[;%i%df:tc=tek4107:
  7079.  
  7080. # The 4110 series may be a wonderful graphics series, but they make the 4025
  7081. # look good for screen editing.  In the dialog area, you can't move the cursor
  7082. # off the bottom line.  Out of the dialog area, ^K moves it up, but there
  7083. # is no way to scroll.
  7084. # Note that there is a floppy for free from Tek that makes the 
  7085. # 4112 emulate the vt52 (use the vt52 termcap). There is also
  7086. # an expected enhancement that will use ANSI standard sequences.
  7087. # 4112 in non-dialog area pretending to scroll. It really wraps 
  7088. # but vi is said to work (more or less) in this mode.
  7089. # 'vi' works reasonably well with this entry.
  7090. #
  7091. otek4112|o4112-nd|otek4113|otek4114|tektronix 4110 series:\
  7092.     :am:\
  7093.     :co#80:li#34:\
  7094.     :bl=^G:cl=\E^L:cr=^M:do=^J:le=^H:sf=^J:te=\EKA1\ELV1:\
  7095.     :ti=\EKA0\ELV0\EMG0:up=^K:
  7096. # The 4112 with the ANSI compatibility enhancement
  7097. tek4112|tek4114|tektronix 4110 series:\
  7098.     :am:bs:db:\
  7099.     :co#80:li#34:\
  7100.     :al=\E[L:bt=\E[Z:cd=\E[0J:ce=\E[0K:cl=\E[2J\E[0;0H:\
  7101.     :cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:ei=:ic=\E[@:im=:\
  7102.     :is=\E3!1:nd=\E[C:se=\E[m:sf=\E7\E[0;0H\E[M\E8:\
  7103.     :so=\E[7m:sr=\E7\E[0;0H\E[L\E8:ue=\E[m:up=\EM:\
  7104.     :us=\E[4m:ve=:vs=:
  7105. tek4112-nd|4112-nd|4112 not in dialog area:\
  7106.     :ns:\
  7107.     :up=^K:tc=tek4112:
  7108. tek4112-5|4112-5|4112 in 5 line dialog area:\
  7109.     :li#5:\
  7110.     :tc=tek4112:
  7111. # (tek4113: this used to have ":nd=\LM1 \LM0:", someone's mistake;
  7112. # removed ":as=\E^N:ae=\E^O:", which had been commented out in 8.3.
  7113. # Note, the !0 and !1 sequences in :te:/:ti:/:ve:/:vs: were previously \0410
  7114. # and \0411 sequences...I don't *think* they were supposed to be 4-digit
  7115. # octal -- esr)
  7116. tek4113|tektronix 4113 color graphics, 5 line dialog area:\
  7117.     :am:bs:da:eo:\
  7118.     :co#80:li#5:\
  7119.     :cl=\ELZ:do=^J:is=\EKA1\ELL5\ELV0\ELV1:le=^H:\
  7120.     :nd=\ELM1 \ELM0:uc=\010\ELM1_\ELM0:\
  7121.     :vb=\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERB0:
  7122. tek4113-34|4113-34|tektronix 4113 color graphics, 34 line dialog area:\
  7123.     :li#34:\
  7124.     :is=\EKA1\ELLB2\ELV0\ELV1:tc=tek4113:
  7125. # :ns: left off to allow vi visual mode. APL font (:as=\E^N:/:ae=\E^O:) not 
  7126. # supported here. :uc: is slow, but looks nice. Suggest setenv MORE -up .
  7127. # :vb: needs enough delay to let you see the background color being toggled.
  7128. # (tek4113-nd: mapped ":pt:" to default tabs -- esr)
  7129. tek4113-nd|4113-nd|tektronix 4113 color graphics, no dialog area:\
  7130.     :am:bs:eo:pt:\
  7131.     :co#80:li#34:\
  7132.     :cl=\E^L:do=^J:ho=\ELF7l\177 @:\
  7133.     :is=\ELZ\EKA0\ELF7l\177 @:le=^H:ll=\ELF hl @:nd=^I:\
  7134.     :se=\EMT1:so=\EMT2:uc=\010\EMG1_\EMG0:up=^K:\
  7135.     :vb=\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERB0:\
  7136.     :vs=\ELZ\EKA0:
  7137. # This entry is from Tek. Inc.  (Brian Biehl)
  7138. # (tek4115: mapped ":pt:" to default tabs; :bc: renamed to :le: -- esr)
  7139. otek4115|Tektronix 4115:\
  7140.     :am:bs:da:db:eo:pt:\
  7141.     :co#80:li#34:\
  7142.     :al=\E[L:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:\
  7143.     :cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:\
  7144.     :ho=\E[;H:if=/usr/share/tabset/vt100:im=\E[4h:\
  7145.     :is=\E%!0\E%\014\ELV0\EKA1\ELBB2\ENU@=\ELLB2\ELM0\ELV1\EKYA?\E%!1\E[<1l\E[?7h\E[?8h\E[34;1H\E[34B\E[0m:\
  7146.     :kb=^H:ke=\E>:ks=\E=:le=\E[D:nd=\E[C:se=\E[m:\
  7147.     :so=\E[7m:sr=\EM:te=\E%!0\ELBG8\E%!1\E[34;1H\E[J:\
  7148.     :ti=\E%!0\ELBB2\E%!1:ue=\E[m:up=\E[A:us=\E[4m:\
  7149.     :ve=\E%!0\ELBG8\E%!1\E[34;1H:vs=\E%!0\ELBB2\E%!1:
  7150. tek4115|newer tektronix 4115 entry with more ANSI capabilities:\
  7151.     :am:xo:\
  7152.     :co#80:li#34:\
  7153.     :AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:LE=\E[%dD:\
  7154.     :RI=\E[%dC:UP=\E[%dA:al=\E[L:bl=^G:bt=\E[Z:cd=\E[J:\
  7155.     :ce=\E[K:ch=\E[%+^AG:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
  7156.     :cr=^M:ct=\E[2g:cv=\E[%+^Ad:dc=\E[P:dl=\E[M:do=^J:\
  7157.     :ei=:ho=\E[H:ic=\E[@:im=:kb=^H:kd=\E[B:kh=\E[H:\
  7158.     :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:\
  7159.     :me=\E[0m:mk=\E[8m:mr=\E[7m:nd=\E[C:\
  7160.     :..rp=%p1%c\E[%p2%{1}%-%db:\
  7161.     :..sa=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;m:\
  7162.     :se=\E[m:sf=^J:so=\E[7m:st=\EH:ta=^I:ue=\E[m:up=\E[A:\
  7163.     :us=\E[4m:
  7164. # The tek4125 emulates a vt100 incorrectly - the scrolling region
  7165. # command is ignored.  The following entry replaces the :cs: with the needed
  7166. # :al:, :dl:, and :im:; removes some cursor pad commands that the tek4125
  7167. # chokes on; and adds a lot of initialization for the tek dialog area.
  7168. # Note that this entry uses all 34 lines and sets the cursor color to green.
  7169. # Steve Jacobson 8/85
  7170. # (tek4125: there were two "\!"s in the is that I replaced with "\E!" -- esr)
  7171. tek4125|4125:\
  7172.     :li#34:\
  7173.     :al=\E[1L:cs@:dl=\E[1M:im=\E1:\
  7174.     :is=\E%\E!0\EQD1\EUX03\EKA\ELBB2\ELCE0\ELI100\ELJ2\ELLB2\ELM0\ELS1\ELX00\ELV1\E%\E!1\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
  7175.     :ks=\E=:rc@:sc@:tc=vt100:
  7176.  
  7177. # From: <jcoker@ucbic>
  7178. # (tek4107: mapped ":pt:" to default tabs.  This was the termcap file's
  7179. # entry for the 4107/4207, but SCO supplied another, less capable 4107 entry. 
  7180. # So we'll use that for 4107 and note that if jcoker wasn't confused you
  7181. # may be able to use this one. -- esr)
  7182. tek4207|Tektronix 4207 graphics terminal with memory:\
  7183.     :am:bs:bw:mi:pt:ul:xn:\
  7184.     :co#80:li#32:\
  7185.     :al=3\E[L:bt=\E[Z:cd=\E[J:ce=5\E[K:cl=156\E[H\E[J:\
  7186.     :cm=\E[%i%d;%dH:dc=4\E[P:dl=3\E[M:do=^J:ei=:ho=\E[H:\
  7187.     :ic=4\E[@:im=:\
  7188.     :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:\
  7189.     :kd=\ED:kh=\E[H:kl=\E[D:kr=\E[C:ku=\EM:le=^H:\
  7190.     :mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:se=\E[m:\
  7191.     :so=\E[7m:te=\E[?6h\E%!0\ELBP0\E%!1\E[32;1f:\
  7192.     :ti=\E[?6l\E[H\E[J:ue=\E[m:up=\EM:us=\E[4m:
  7193.  
  7194. # From: <carolyn@dali.berkeley.edu>  Thu Oct 31 12:54:27 1985
  7195. # (tek4404: There was a "\!" in :ti: that I replaced with "\E!";
  7196. # also mapped ":pt:" to default tabs -- esr)
  7197. tek4404|4404:\
  7198.     :bs:pt:\
  7199.     :co#80:li#32:\
  7200.     :al=\E[1L:cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:\
  7201.     :cm=\E[%i%d;%dH:cs=\E[%i%d;%dr:dc=\E[P:dl=\E[1M:\
  7202.     :do=^J:ei=\E[4l:ho=\E[H:im=\E[4h:kd=\E[B:ke=\E[?1h:\
  7203.     :kl=\E[D:kr=\E[C:ks=\E[?1l:ku=\E[A:mb=\E[5m:md=\E[1m:\
  7204.     :me=\E[m:nd=\E[C:rc=\E8:sc=\E7:se=\E[27m:so=\E[7m:\
  7205.     :ta=\E[2I:te=\E[1;1H\E[0J\E[?6h\E[?1l:\
  7206.     :ti=\E%\E!1\E[1;32r\E[?6l\E>:ue=\E[m:up=\E[A:\
  7207.     :us=\E[4m:
  7208. # t500 is a local entry for the oddball Tek 500 owned by Fluke 
  7209. # Labs
  7210. #
  7211. t500|Tek series 500:\
  7212.     :am:bw:\
  7213.     :co#80:li#25:\
  7214.     :bl=^G:cl=\005:cm=\E=%+ %+ :cr=^M:do=^J:ho=^T:le=^H:\
  7215.     :sf=^J:
  7216. # I added the is string - straight Unix has ESC ; in the login 
  7217. # string which sets a ct8500 into monitor mode (aka 4025 snoopy 
  7218. # mode). The is string here cleans up a few things (but not 
  7219. # everything).
  7220. #
  7221. ct8500|tektronix ct8500:\
  7222.     :am:bw:da:db:\
  7223.     :co#80:li#25:\
  7224.     :al=\E^L:bl=^G:bt=\E^I:cd=\E^U:ce=\E^T:cl=\E^E:\
  7225.     :cm=\E|%+ %+ :cr=^M:dc=\E^]:dl=\E^M:do=^J:ei=:\
  7226.     :ic=\E^\:im=:is=\037\EZ\Ek:le=^H:me=\E :nd=\ES:\
  7227.     :se=\E :sf=^J:so=\E$:sr=\E^A:ta=^I:ue=\E :up=\ER:\
  7228.     :us=\E!:
  7229.  
  7230. # Tektronix 4205 terminal.
  7231. #
  7232. # am is not defined because the wrap around occurs not when the char.
  7233. # is placed in the 80'th column, but when we are attempting to type
  7234. # the 81'st character on the line.
  7235. #
  7236. # Bold, dim, and standout are simulated by colors and thus not allowed
  7237. # with colors.  The tektronix color table is mapped into the RGB color
  7238. # table by setf/setb. All colors are reset to factory specifications by oc.
  7239. # The initc cap uses RGB notation to define colors.  for arguments 1-3 the 
  7240. # interval (0-1000) is broken into 8 smaller sub-intervals (125).  Each sub-
  7241. # interval then maps into pre-defined value.
  7242. # (untranslatable capabilities removed to fit entry within 1023 bytes)
  7243. # WARNING: this entry, 1264 bytes long, may core-dump older termcap libraries!
  7244. tek4205|4205|tektronix 4205:\
  7245.     :cc:mi:ms:\
  7246.     :Co#8:NC#49:co#80:it#8:li#30:pa#63:\
  7247.     :AL=\E[%dL:DO=\E[%dB:IC=\E[%d@::LE=\E[%dD:RI=\E[%dC::\
  7248.     ::UP=\E[%dA:\
  7249.     :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
  7250.     :ae=^O:al=\E[1L:as=^N:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[J:\
  7251.     :ce=\E[K:cl=\E[2J\E[H:cm=\E[%i%d;%dH:cr=^M:ct=\E[1g:\
  7252.     :dc=\E[1P:dl=\E[1M:do=\E[B:eA=\E)0:ec=\E%dX:ei=\E[4l:\
  7253.     :ho=\E[H:i1=\E%!0\ETM1\E%!1\E[0m:im=\E[4h:k0=\EOA:\
  7254.     :k1=\EOB:k2=\EOC:k3=\EOD:k4=\EP:k5=\EQ:k6=\ER:k7=\ES:\
  7255.     :kb=^H:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=\E[D:\
  7256.     :mb=\E[5m:md=\E[=7;<4m:me=\E[=0;<1m\E[24;25;27m\017:\
  7257.     :mh=\E[=1;<6m:mk=\E[=6;<5:mr=\E[7m:nd=\E[C:\
  7258.     :oc=\E%!0\n\ETFB0\n0000\n1F4F4F4\n2F400\n30F40\n4A4C<F4\n50F4F4\n6F40F4\n7F4F40\n\E%!1:\
  7259.     :op=\E[39;40m:se=\E[=0;<1m:sf=\ED:so=\E[=2;<3m:\
  7260.     :sr=\EM:ta=^I:ti=\E%%!1\E[?6l\E[2J:ue=\E[24m:up=\E[A:\
  7261.     :us=\E[4m:
  7262.  
  7263. #### Teletype (tty)
  7264. #
  7265. # These are the hardcopy Teletypes from before AT&T bought the company,
  7266. # clattering electromechanical dinosaurs in Bakelite cases that printed on
  7267. # pulpy yellow roll paper.  If you remember these you go back a ways.
  7268. # Teletype-branded VDTs are listed in the AT&T section.
  7269. #
  7270. # The earliest UNIXes were designed to use these clunkers; nroff and a few
  7271. # other programs still default to emitting codes for the Model 37.
  7272. #
  7273.  
  7274. tty33|model 33 teletype:\
  7275.     :hc:os:xo:\
  7276.     :co#72:\
  7277.     :bl=^G:cr=^M:do=^J:sf=^J:
  7278. tty35|model 35 teletype:\
  7279.     :tc=tty33:
  7280. tty37|model 37 teletype:\
  7281.     :bs:hc:os:xo:\
  7282.     :bl=^G:cr=^M:do=^J:hd=\E9:hu=\E8:le=^H:sf=^J:up=\E7:
  7283.  
  7284. # There are known to be at least three flavors of the tty40, all seem more
  7285. # like IBM half duplex forms fillers than ASCII terminals.  They have lots of
  7286. # awful braindamage, such as printing a visible newline indicator after each
  7287. # newline.  The 40-1 is a half duplex terminal and is hopeless.  The 40-2 is
  7288. # braindamaged but has hope and is described here.  The 40-4 is a 3270
  7289. # lookalike and beyond hope.  The terminal has visible bell but I don't know
  7290. # it - it's null here to prevent it from showing the BL character.
  7291. # There is an \EG in :nl: because of a bug in old vi (if stty says you have
  7292. # a "newline" style terminal (-crmode) vi figures all it needs is nl
  7293. # to get crlf, even if :cr: is not ^M.)
  7294. # (tty40: removed obsolete ":nl=\EG\EB:", it's just do+cr -- esr)
  7295. tty40|ds40|ds40-2|dataspeed40|teletype dataspeed 40/2:\
  7296.     :xo:\
  7297.     :co#80:li#24:\
  7298.     :al=\EL:cd=\EJ:cl=\EH\EJ:cr=\EG:ct=\EH\E2:dc=\EP:\
  7299.     :dl=\EM:do=\EB:ei=:ho=\EH:ic=\E^:im=:kb=^]:kl=^H:\
  7300.     :le=^H:nd=\EC:pf=^T:po=\022:r2=\023\ER:se=\E4:sf=\ES:\
  7301.     :so=\E3:sr=\ET:st=\E1:ta=\E@:up=\E7:
  7302. tty43|model 43 teletype:\
  7303.     :am:bs:hc:os:xo:\
  7304.     :co#132:\
  7305.     :bl=^G:cr=^M:do=^J:kb=^H:le=^H:sf=^J:
  7306.  
  7307. #### Tymshare
  7308. #
  7309.  
  7310. scanset|sc410|sc415|Tymshare Scan Set:\
  7311.     :am:bw:ms:\
  7312.     :co#80:li#24:\
  7313.     :ac=l<m-k4j%q\\\054x5:ae=^O:as=^N:bl=^G:cd=\EJ:\
  7314.     :ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :cr=^M:do=^J:ho=\EH:\
  7315.     :kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=^H:nd=^I:pf=\E;0:\
  7316.     :po=\E;0:ps=\E;3:r1=\E>:rc=^C:sc=^B:sf=^J:up=^K:
  7317.  
  7318. scanset-n|Tymshare Scan Set in 40 col mode:\
  7319.     :r2=\E<:tc=scanset:
  7320.  
  7321. #### Volker-Craig (vc)
  7322. #
  7323.  
  7324. # Missing in vc303a and vc303 descriptions:  they scroll 2 lines at a time
  7325. # every other linefeed.
  7326. vc303a|vc403a|volker-craig 303a:\
  7327.     :am:bs:ns:\
  7328.     :co#80:li#24:\
  7329.     :bl=^G:ce=\026:cl=\030:cr=^M:do=^J:ho=\031:kd=^J:\
  7330.     :kl=^H:kr=^U:ku=^Z:le=^H:ll=^P:nd=^U:up=^Z:
  7331. vc303|vc103|vc203|volker-craig 303:\
  7332.     :am:bs:ns:\
  7333.     :co#80:li#24:\
  7334.     :bl=^G:cl=\014:cr=^M:do=^J:ho=\013:kd=^J:kl=^H:kr=^I:\
  7335.     :ku=^N:le=^H:ll=\017W:nd=^I:up=^N:
  7336. # (vc404: removed obsolete ":ma=^Z^P^U :" -- esr)
  7337. vc404|volker-craig 404:\
  7338.     :am:bs:\
  7339.     :co#80:li#24:\
  7340.     :bl=^G:cd=\027:ce=\026:cl=\030:cm=\020%+ %+ :cr=^M:\
  7341.     :do=^J:ho=\031:kd=^J:kl=^H:kr=^U:ku=^Z:le=^H:nd=^U:\
  7342.     :sf=^J:up=^Z:
  7343. vc404-s|volker-craig 404 w/standout mode:\
  7344.     :do=^J:se=^O:so=^N:tc=vc404:
  7345. # (vc404-na: removed obsolete ":ma@:" -- esr)
  7346. vc404-na|volker-craig 404 w/no arrow keys:\
  7347.     :kr@:ku@:tc=vc404:
  7348. vc404-s-na|volker-craig 404 w/standout mode and no arrow keys:\
  7349.     :se=^O:so=^N:tc=vc404-na:
  7350. # From: <wolfgang@cs.sfu.ca>
  7351. vc414|vc414h|Volker-Craig 414H in sane escape mode.:\
  7352.     :am:bs:\
  7353.     :co#80:li#24:\
  7354.     :al=\E\032:cd=\E^X:ce=10\E\017:cl=\E\034:dc=\E3:\
  7355.     :do=\E^K:ei=:ic=\E\072:im=:k0=\EA:k1=\EB:k2=\EC:\
  7356.     :k3=\ED:k4=\EE:k5=\EF:k6=\EG:k7=\EH:kd=\E^K:kh=\E^R:\
  7357.     :kl=^H:kr=^P:ku=\E^L:l0=PF1:l1=PF2:l2=PF3:l3=PF4:\
  7358.     :l4=PF5:l5=PF6:l6=PF7:l7=PF8:nd=^P:se=\E^_:so=\E^Y:\
  7359.     :up=\E^L:
  7360. vc414h-noxon:\
  7361.     :cm=\E\021%r%.%.:dl=\E\023:ho=\E^R:tc=vc414h:
  7362. vc415|volker-craig 415:\
  7363.     :cl=^L:tc=vc404:
  7364.  
  7365. ######## OBSOLETE PERSONAL-MICRO CONSOLES AND EMULATIONS
  7366. #
  7367.  
  7368. #### IBM PC and clones
  7369. #
  7370.  
  7371. # The pcplot IBM-PC terminal emulation program is really messed up. It is
  7372. # supposed to emulate a vt-100, but emulates the wraparound bug incorrectly,
  7373. # doesn't support scrolling regions, ignores add line commands, and ignores
  7374. # delete line commands. Consequently, the resulting behavior looks like a
  7375. # crude adm3a-type terminal.
  7376. # Steve Jacobson 8/85
  7377. pcplot:\
  7378.     :xn@:\
  7379.     :cs@:rc@:sc@:tc=vt100:
  7380. # (kaypro: removed obsolete ":ma=^K^P:" -- esr)
  7381. kaypro|kaypro2|kaypro II:\
  7382.     :am:bs:\
  7383.     :co#80:li#24:\
  7384.     :cl=1\032:cm=\E=%+ %+ :ho=^^:kd=^J:kl=^H:kr=^L:ku=^K:\
  7385.     :nd=^L:up=^K:
  7386. sanyo55|sanyo|sanyo mbc-55x pc compatible:\
  7387.     :am:bs:\
  7388.     :co#80:li#25:\
  7389.     :cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:nd=\E[C:\
  7390.     :se=\E[m:so=\E[7m:ue=\E[m:up=\E[A:us=\E[4m:
  7391.  
  7392. # From IBM, Thu May  5 19:35:27 1983
  7393. ibmpc|ibm-pc|ibm5051|5051|IBM Personal Computer (no ANSI.SYS):\
  7394.     :am:\
  7395.     :co#80:li#24:\
  7396.     :bl=^G:cl=^L^K:cr=^M^^:do=^J:ho=^K:im=\200R:kd=^_:\
  7397.     :le=^]:nd=^\:sf=\n:up=^^:
  7398.  
  7399. #### Apple
  7400. #
  7401.  
  7402. # apple -- works with an Apple ][+ that is equipped with a Videx 80 column
  7403. # card in slot 3. A special routine must be installed at the apple end to
  7404. # enable scroll down, here indicated with a ^U.  The Videx card must have 
  7405. # inverse char set, which is used as standout.
  7406. apple|apple-v80|Apple][+ w/Videx80 & custom scroll down:\
  7407.     :am:xn:\
  7408.     :co#80:li#24:\
  7409.     :ae=^Z3:as=^Z2:bl=^G:cd=\013:ce=\035:cl=\014:\
  7410.     :..cm=\r\036%r%p1%{32}%+%c%p2%{32}%+%c$<6>:cr=^M:\
  7411.     :do=^J:ho=\031:le=\010:nd=^\:se=^Z2:sf=^J:so=^Z3:\
  7412.     :sr=^P:up=^_:
  7413. # (appleII: mapped ":pt:" to default tabs -- esr)
  7414. appleII|apple ii plus:\
  7415.     :am:bs:pt:\
  7416.     :co#80:li#24:\
  7417.     :cd=^K:ce=^]:cl=^L:cm=\036%r%+ %+ :do=^J:ho=\E^Y:\
  7418.     :is=\024T1\016:kd=^J:kr=^U:nd=^\:se=^N:so=^O:up=^_:\
  7419.     :vb=\024G1\024T1:ve=^TC2:vs=^TC6:
  7420. # Originally by Gary Ford 21NOV83
  7421. # From: <ee178aci%sdcc7@SDCSVAX.ARPA>  Fri Oct 11 21:27:00 1985
  7422. apple-80|apple II with smarterm 80 col:\
  7423.     :am:bs:bw:\
  7424.     :co#80:li#24:\
  7425.     :bt=^R:cd=10*\013:ce=10\035:cl=10*\014:\
  7426.     :cm=\036%r%+ %+ :cr=10*\r:do=^J:ho=^Y:le=^H:nd=^\:\
  7427.     :up=^_:
  7428. apple-soroc|apple emulating soroc 120:\
  7429.     :am:\
  7430.     :co#80:li#24:\
  7431.     :bl=^G:cd=\EY:ce=\ET:cl=\E*:cm=\E=%+ %+ :cr=^M:do=^J:\
  7432.     :ho=^^:kd=^J:kl=^H:kr=^L:ku=^K:le=^H:nd=^L:sf=^J:\
  7433.     :up=^K:
  7434. # From Peter Harrison, Computer Graphics Lab, San Francisco
  7435. #   ucbvax!ucsfmis!harrison  .....uucp
  7436. #   ucbvax!ucsfmis!harrison@BERKELEY   .......ARPA
  7437. # "These two work.  If you don't have the inverse video chip for the
  7438. # Apple with videx then remove the so and se fields."
  7439. # (DaleApple: mapped ":pt:" to default tabs -- esr)
  7440. DaleApple|Apple with videx videoterm 80 column board with inverse video:\
  7441.     :am:bs:pt:xn:\
  7442.     :co#80:li#24:\
  7443.     :cd=^K:ce=^]:cl=300\014:cm=\036%r%+ %+ :do=^J:ho=^Y:\
  7444.     :kd=^J:kh=^Y:kl=^H:kr=^U:le=^H:nd=^\:se=^Z2:so=^Z3:\
  7445.     :up=^_:
  7446. # (lisa: this had forms-drawing capabilities
  7447. #    :GV=`:GH=a:G1=c:G2=f:G3=e:G4=d:GU=u:GD=s:GC=b:GL=v:GR=t:
  7448. # I renamed GS/GE/CO/CF, mapped ":pt:" to default tabs -- esr)
  7449. lisa|apple lisa console display, black on white:\
  7450.     :am:bs:eo:ms:pt:\
  7451.     :co#88:li#32:\
  7452.     :ae=\E[10m:al=\E[L:as=\E[11m:cd=\E[J:ce=\E[K:cl=^L:\
  7453.     :cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:do=\E[B:ei=:ho=\E[H:\
  7454.     :ic=\E[@:im=:is=\E>\E[0m\014:kb=^H:kd=\E[B:kl=\E[D:\
  7455.     :kr=\E[C:ku=\E[A:nd=\E[C:se=\E[m:so=\E[7m:ue=\E[m:\
  7456.     :up=\E[A:us=\E[4m:vi=\E[5h:vs=\E[5l:
  7457. liswb|apple lisa console display, white on black:\
  7458.     :is=\E>\E[0;7m\014:se=\E[0;7m:so=\E[0m:ue=\E[0;7m:\
  7459.     :us=\E[4m:tc=lisa:
  7460. mac|macintosh|Macintosh with MacTerminal:\
  7461.     :xn:\
  7462.     :dN#30:\
  7463.     :al=20\E[L:dc=7\E[P:dl=20\E[M:ei=:ic=9\E[@:im=:ip=7:tc=vt100:
  7464.  
  7465. #### Radio Shack/Tandy
  7466. #
  7467.  
  7468. # (coco3: This had "ta" used incorrectly as a boolean and bl given as "bl#7".
  7469. # I read these as mistakes for ":it#8:" and ":bl=\007:" respectively -- esr)
  7470. # From: <{pbrown,ctl}@ocf.berkeley.edu> 12 Mar 90
  7471. coco3|os9LII|Tandy CoCo3 24*80 OS9 Level II:\
  7472.     :am:bs:\
  7473.     :co#80:it#8:li#24:\
  7474.     :al=^_0:bl=^G:cd=^K:ce=^D:cl=5*\014:cm=2\002%r%+ %+ :\
  7475.     :dl=^_1:do=^J:ho=^A:kd=^J:kl=^H:kr=^I:ku=^L:mb=^_":\
  7476.     :md=\E\072^A:me=\037!\E\072\200:mr=^_ :nd=^F:se=^_!:\
  7477.     :so=^_ :ue=^_#:up=^I:us=^_":ve=^E!:vi=^E :
  7478. trs80|trs-80|radio shack trs-80 Model I:\
  7479.     :am:bs:\
  7480.     :co#64:li#16:\
  7481.     :bl=^G:cr=^M:do=^J:le=^H:sf=^J:
  7482. # (trs2: mapped ":pt:" to default tabs; removed obsolete ":nl=^_:" -- esr)
  7483. trs2|trsII|trs80II|Radio Shack Model II using P&T CP/M:\
  7484.     :am:bs:ms:pt:\
  7485.     :co#80:li#24:\
  7486.     :al=^D:bl=^G:cd=^B:ce=^A:cl=^L:cm=\EY%+ %+ :cr=^M:\
  7487.     :dl=^K:do=^_:ho=^F:kb=^H:kd=^_:kl=^\:kr=^]:ku=^^:\
  7488.     :nd=^]:se=^O:sf=^J:so=^N:up=^^:
  7489. # From: Kevin Braunsdorf <ksb@mentor.cc.purdue.edu>
  7490. # (This had unknown capabilities
  7491. #    :GV=s:GH=u:GU=e:GD=c:G1=`:G2=_:G3=b:G4=a:\
  7492. #    :BN=\E[?33h:BF=\E[?33l:UC=\E[_ q:BC=\E[\177 q:\
  7493. #    :CN=\ERC:CF=\ERc:NR=\ERD:NM=\ER@:
  7494. # I renamed GS/GE,also deleted the unnecessary ":kn#2:", ":sg#0:"
  7495. # and mapped ":pt:" to default tabs -- esr)
  7496. trs16|trs-80 model 16 console:\
  7497.     :am:bs:pt:\
  7498.     :co#80:li#24:sg#0:\
  7499.     :ae=\ERg:al=\EL:as=\ERG:bl=^G:cd=\EJ:ce=\EK:cl=^L:\
  7500.     :cm=\EY%+ %+ :cr=^M:dc=\EQ:dl=\EM:do=\EB:ei=:ho=\EH:\
  7501.     :ic=\EP:im=:k0=^A:k1=^B:k2=^D:k3=^L:k4=^U:k5=^P:\
  7502.     :k6=^N:k7=^S:kb=^H:kd=\EB:kh=^W:kl=\ED:kr=\EC:ku=\EA:\
  7503.     :l0=f1:l1=f2:l2=f3:l3=f4:l4=f5:l5=f6:l6=f7:l7=f8:\
  7504.     :le=^H:nd=\EC:pf=\E]+:po=\E]=:se=\ER@:sf=^J:so=\ERD:\
  7505.     :ta=^I:up=\EA:ve=\ERC:vi=\ERc:
  7506. # From: Suk Lee <..!{decvax,linus,allegra,ihnp4}!utcsrgv!spoo>
  7507. # (civis/cnorm added from SCO description)
  7508. trs100|Radio Shack Model 100:\
  7509.     :am:bs:xt:\
  7510.     :co#40:li#8:\
  7511.     :al=\EL:bl=^G:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :\
  7512.     :cr=^M:dl=\EM:do=^J:ho=\EH:kb=^H:kd=^_:kl=^]:kr=^\:\
  7513.     :ku=^^:le=^H:nd=\EC:se=\Eq:sf=^J:so=\Ep:up=\EA:\
  7514.     :ve=\EP:vi=\EQ:
  7515. trs200|Tandy 200:\
  7516.     :am:xt:\
  7517.     :co#40:li#16:\
  7518.     :al=\EL:bl=^G:cd=^L:ce=\EK:cl=\EE:cm=\EY%+ %+ :cr=^M:\
  7519.     :dl=\EM:do=^_:kd=^_:kl=^]:kr=^\:ku=^^:le=^H:nd=^\:\
  7520.     :se=\Eq:sf=^J:so=\Ep:up=\EA:
  7521. trs600|Tandy Model 600:\
  7522.     :am:\
  7523.     :co#80:li#15:\
  7524.     :bl=^G:cl=\EH\EE:cm=\EY%+ 040%+ :cr=^M:do=\EB:kd=\EB:\
  7525.     :kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:sf=^J:ta=^I:\
  7526.     :up=\EA:
  7527.  
  7528. #### Atari ST
  7529. #
  7530.  
  7531. # From: Simson L. Garfinkel <simsong@media-lab.mit.edu>
  7532. # (atari: mapped ":pt:" to default tabs -- esr)
  7533. atari|atari st:\
  7534.     :am:bs:pt:\
  7535.     :co#80:li#25:\
  7536.     :al=\EL:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :dl=\EM:\
  7537.     :do=\EB:kd=\EB:kl=\ED:kr=\EC:ku=\EA:nd=\EC:se=\Eq:\
  7538.     :so=\Ep:sr=\EI:up=\EA:
  7539. # UniTerm terminal program for the Atari ST:  49-line VT220 emulation mode
  7540. # From: Paul M. Aoki <aoki@ucbvax.berkeley.edu>
  7541. uniterm|uniterm49|UniTerm VT220 emulator, 49 lines:\
  7542.     :li#49:\
  7543.     :is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;49r\E[49;1H:tc=vt220:
  7544.  
  7545. #### Commodore Business Machines
  7546. #
  7547. # Formerly located in West Chester, PA; went spectacularly bust in 1994
  7548. # after years of shaky engineering and egregious mismanagement.  Made one
  7549. # really nice machine (the Amiga) and boatloads of nasty ones (PET, C-64,
  7550. # C-128, VIC-20).  The C-64 is said to have been the most popular machine
  7551. # ever (most units sold); they can still be found gathering dust in closets
  7552. # everywhere.
  7553. #
  7554.  
  7555. # From: Kent Polk <kent@swrinde.nde.swri.edu>, 30 May 90
  7556. # Added a few more entries, converted caret-type control sequence (^x) entries
  7557. # to '\0xx' entries since a couple of people mentioned losing '^x' sequences.
  7558. #
  7559. # :as:, :ae:            Support for alternate character sets.
  7560. # :ve=\E[\040p:vi=\E[\060\040p:    cursor visible/invisible.
  7561. # :xn:  vt100 kludginess at column 80/NEWLINE ignore after 80 cols(Concept)
  7562. #     This one appears to fix a problem I always had with a line ending
  7563. #     at 'width+1' (I think) followed by a blank line in vi. The blank
  7564. #     line tended to disappear and reappear depending on how the screen
  7565. #     was refreshed. Note that this is probably needed only if you use
  7566. #     something like a Dnet Fterm with the window sized to some peculiar
  7567. #     dimension larger than 80 columns.
  7568. # :k0=\E9~:    map F10 to k0 - could have F0-9 -> k0-9, but ... F10 was 'k;'
  7569. # (amiga: removed obsolete ":kn#10:" -- esr)
  7570. RL|rlamiga|RLamiga|Amiga ANSI:\
  7571.     :co#80:li#48:am:bs:bw:\
  7572.     :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:\
  7573.     :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:\
  7574.     :ae=\017:al=\E[L:as=\016:bl=\007:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
  7575.     :cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:do=\E[B:ho=\E[H:ic=\E[@:is=\E[20l:\
  7576.     :k1=\E[0~:k2=\E[1~:k3=\E[2~:k4=\E[3~:k5=\E[4~:k6=\E[5~:k7=\E[6~:k8=\E[7~:k9=\E[8~:\
  7577.     :k0=\E[9~:kb=^H:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=\E[D:\
  7578.     :mb=\E[7;2m:md=\E[1m:me=\E[0m:mh=\E[2m:mk=\E[8m:mr=\E[7m:nd=\E[C:nl=\E[B:\
  7579.     :rs=\Ec:se=\E[0m:sf=\E[S:so=\E[7m:sr=\E[T:ue=\E[0m:up=\E[A:us=\E[4m:\
  7580.     :ve=\E[\040p:vi=\E[\060\040p:xn:
  7581. amiga|Amiga ANSI:\
  7582.     :am:bs:bw:xn:\
  7583.     :co#80:li#24:\
  7584.     :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
  7585.     :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:\
  7586.     :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:\
  7587.     :cl=\E[H\E[J:cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:do=\E[B:\
  7588.     :ei=:ho=\E[H:ic=\E[@:im=:is=\E[20l:k0=\E9~:k1=\E0~:\
  7589.     :k2=\E1~:k3=\E2~:k4=\E3~:k5=\E4~:k6=\E5~:k7=\E6~:\
  7590.     :k8=\E7~:k9=\E8~:kb=^H:kd=\EB:kl=\ED:kr=\EC:ku=\EA:\
  7591.     :le=\E[D:mb=\E[7;2m:md=\E[1m:me=\E[0m:mh=\E[2m:\
  7592.     :mk=\E[8m:mr=\E[7m:nd=\E[C:rs=\Ec:se=\E[0m:sf=\E[S:\
  7593.     :so=\E[7m:sr=\E[T:ue=\E[0m:up=\E[A:us=\E[4m:vb=^G:\
  7594.     :ve=\E[ p:vi=\E[0 p:
  7595.  
  7596. # The legendary home of B1FF...
  7597. vic20|vic|VIC-20 Personal Computer:\
  7598.     :am:\
  7599.     :co#22:li#20:\
  7600.     :bl=^G:cl=^K^L:cr=^M:do=^J:ho=^L:nd=^\:sf=^J:up=^^:
  7601.  
  7602. #### CompuColor
  7603. #
  7604. # These were consoles for a line of Z80-based micros dating from around 1977.
  7605. #
  7606.  
  7607. # These compucolors appear similar, but they at least have different
  7608. # sized screens.  I don't know what's going on here.
  7609. # (compucolor: removed obsolete ":bc=^Z:" -- esr)
  7610. compucolor|isc8001|intecolor:\
  7611.     :am:\
  7612.     :co#80:li#47:\
  7613.     :al=\EU:bl=^G:cl=\014:cr=\r:dl=\EV\034:do=\n:\
  7614.     :ei=\022\EK:im=\023\EQ:kd=^J:kh=^H:kl=^Z:kr=^Y:ku=^\:\
  7615.     :le=\032:nd=\031:sf=\n:ue=\022:up=\034:us=\021:
  7616. # (compucolor2: mapped ":pt:" to default tabs,
  7617. # removed obsolete ":bc=^Z:" -- esr)
  7618. compucolor2|compucolorII:\
  7619.     :am:pt:\
  7620.     :co#64:li#32:\
  7621.     :bl=^G:cl=^L:cm=\003%r%.%.:cr=^M:do=^J:ho=^H:le=^Z:\
  7622.     :nd=^Y:sf=^J:ta=^I:up=^\:
  7623.  
  7624. #### Exidy Sorcerer
  7625. #
  7626.  
  7627. # (exidy: mapped ":pt:" to default tabs -- esr)
  7628. exidy|exidy2500|exidy sorcerer as dm2500:\
  7629.     :am:\
  7630.     :co#64:li#30:\
  7631.     :al=^P^J^X:bl=^G:cd=^X:ce=^W:cl=^^:\
  7632.     :..cm=\014%p2%'`'%^%c%p1%'`'%^%c:cr=^M:dc=^H:\
  7633.     :dl=^P^Z^X:dm=^P:do=^J:ei=^X:ho=^B:ic=^\:im=^P:le=^H:\
  7634.     :nd=^\:se=^X:sf=^J:so=^N:ta=^I:up=^Z:
  7635. ex3000:\
  7636.     :co#80:li#24:\
  7637.     :bl=^G:cr=^M:do=^J:ho=^Q:sf=^J:
  7638. # This came from the comp ctr who got it from some user.  Smart indeed!
  7639. # (sexidy: looks like an Exidy Sorcerer in some bizarre emulation mode;
  7640. # removed obsolete ":ma=^x^J:"; removed obsolete ":bc=^A:"; removed 
  7641. # incorrect (and overridden) ":le=^H:" -- esr)
  7642. sexidy|exidy smart:\
  7643.     :bs:\
  7644.     :co#64:li#24:\
  7645.     :bl=^G:cl=^L:cr=^M:do=^J:ho=^Q:kd=^S:le=^A:nd=^S:\
  7646.     :sf=^J:up=^W:
  7647.  
  7648. #### Osborne
  7649. #
  7650. # Thu Jul  7 03:55:16 1983
  7651. #    
  7652. # As an aside, be careful; it may sound like an anomaly on the 
  7653. # Osborne, but with the 80-column upgrade, it's too easy to 
  7654. # enter lines >80 columns!
  7655. #    
  7656. # I've already had several comments...
  7657. # The Osborne-1 with the 80-col option is capable of being 
  7658. # 52,80, or 104 characters wide; default to 80 for compatibility 
  7659. # with most systems.
  7660. #    
  7661. # The tab is destructive on the Ozzie; make sure to 'stty -tabs'.
  7662. ozzie|osborne|osborne1|osborne 1:\
  7663.     :ms:ul:xt:\
  7664.     :co#104:li#24:\
  7665.     :al=\EE:bl=^G:ce=\ET:cl=^Z:cm=\E=%+ %+ :cr=^M:dc=\EW:\
  7666.     :dl=\ER:do=^J:ei=:ic=\EQ:im=:kd=^J:kl=^H:kr=^L:ku=^K:\
  7667.     :le=^H:nd=^L:se=\E(:sf=^J:so=\E):ue=\Em:up=^K:us=\El:
  7668.  
  7669. #### Console types for UNIX clones
  7670. #
  7671.  
  7672. # According to the Coherent 2.3 manual, the PC console is similar
  7673. # to a z19. The differences seem to be (1) 25 lines, (2) no status
  7674. # line, (3) standout is broken, (4) ins/del line is broken, (5)
  7675. # has blinking and bold.
  7676. pc-coherent|pcz19|coherent|IBM PC console running Coherent:\
  7677.     :am:mi:\
  7678.     :co#80:it#8:li#25:\
  7679.     :bl=^G:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :cr=^M:\
  7680.     :dc=\EN:do=\EB:ei=\EO:ho=\EH:im=\E@:kb=^H:kd=\EB:\
  7681.     :kh=\EH:kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:se=\Eq:\
  7682.     :sf=^J:so=\Ep:sr=\EI:ta=^I:up=\EA:
  7683.  
  7684. # According to the Venix 1.1 manual, the PC console is similar
  7685. # to a DEC vt52.  Differences seem to be (1) arrow keys send 
  7686. # different strings, (2) enhanced standout, (3) added insert/delete line.
  7687. # Note in particular that it doesn't have automatic margins (am).
  7688. # There are other keys (f1-f10, pgup, pgdn, backtab, insch, delch)
  7689. # not described here.
  7690. pc-venix|venix|IBM PC console running Venix:\
  7691.     :co#80:it#8:li#25:\
  7692.     :al=\EL:bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :\
  7693.     :cr=^M:dl=\EM:do=^J:kb=^H:kd=\EP:kh=\EG:kl=\EK:\
  7694.     :kr=\EM:ku=\EH:le=^H:nd=\EC:sf=^J:sr=\EI:ta=^I:\
  7695.     :up=\EA:
  7696.  
  7697. #### Miscellaneous microcomputer consoles
  7698. #
  7699. # If you know anything more about any of these, please tell me.
  7700.  
  7701. # I don't know which, if either, of these sols to believe.
  7702. # ^S is an arrow key!  Boy is this guy in for a surprise...
  7703. sol|sol1|sol terminal computer:\
  7704.     :am:\
  7705.     :co#64:li#16:\
  7706.     :bl=^G:cl=^K:cm=\E\021%.\E\022%.:cr=^M:do=^J:ho=^N:\
  7707.     :kd=^Z:kl=^A:kr=^S:ku=^W:le=^H:nd=^S:sf=^J:up=^W:
  7708. sol2|sol terminal computer:\
  7709.     :am:mi:xn:\
  7710.     :co#64:li#16:\
  7711.     :al=20\EL:bl=^G:cd=20\EJ:ce=\EK:cl=20\EE:\
  7712.     :cm=\EY%+ %+ :cr=^M:dc=\EN:dl=20\EM:do=^J:ei=\EO:\
  7713.     :ho=\EH:im=\E@:kd=\ED:kh=\EH:kl=\EL:kr=\ER:ku=\EU:\
  7714.     :le=^H:nd=\EC:sf=\n:ta=^I:up=\EA:ve=\EX:vs=^N^Lv:
  7715. # basis from Peter Harrison, Computer Graphics Lab, San Francisco
  7716. #   ucbvax!ucsfmis!harrison ...uucp / ucbvax!ucsfmis!harrison@BERKELEY ...ARPA
  7717. # (basis: removed obsolete ":ma=^K^P^R^L^L :nl=5000*^J:" -- esr)
  7718. basis|BASIS108 computer with terminal translation table active:\
  7719.     :cd=\EY:ce=\ET:cl=300\E*:do=5000\n:kb=^H:kd=^J:kl=^H:\
  7720.     :kr=^L:ku=^K:se=\E):so=\E(:tc=adm3a:
  7721. # luna's BMC terminal emulator
  7722. luna|luna68k|LUNA68K Bitmap console:\
  7723.     :co#88:li#46:\
  7724.     :tc=ansi-mini:
  7725. microkit|mkt|microkit terminal computer:\
  7726.     :am:mi:xn:\
  7727.     :co#40:li#23:\
  7728.     :al=\El:bl=^G:cd=\Ej:ce=\Ek:cl=\Ee:cm=\Ey%+ %+ :\
  7729.     :cr=^M:dc=\En:dl=\Em:do=^J:ei=\Eo:ho=\Eh:im=\E@:\
  7730.     :kd=\Ed:kh=\Eh:kl=\El:kr=\Er:ku=\Eu:le=^H:nd=\Ec:\
  7731.     :sf=^J:ta=^I:up=\Ea:ve=\Ex:vs=\016\014zv:
  7732. megatek|pegasus workstation terminal emulator:\
  7733.     :am:os:\
  7734.     :co#83:li#60:\
  7735.     :
  7736. # The Xerox 820 was an early Z80 micro that went nowhere (I think)
  7737. xerox820|x820|Xerox 820:\
  7738.     :am:\
  7739.     :co#80:li#24:\
  7740.     :bl=^G:cd=^Q:ce=^X:cl=1^Z:cm=\E=%+ %+ :cr=^M:do=^J:\
  7741.     :ho=^^:le=^H:nd=^L:sf=^J:up=^K:
  7742.  
  7743. #### Videotex and teletext
  7744. #
  7745.  
  7746. # standard-issue France Telecom minitel terminal (made by Philips)
  7747. # (m2-nam: had unknown ":zd=\E[1m:zb=\E[5m:zc=lkmjqxtuwvn:";
  7748. # also deleted unnecessary ":ug#0:sg#0:"; mapped ":pt:" to "" -- esr)
  7749. m2-nam|minitel|minitel-2|minitel-2-nam|France Telecom Minitel:\
  7750.     :am@:bs:pt:xn:\
  7751.     :co#80:it#8:li#24:\
  7752.     :ae=\E(B:al=\E[L:as=\E(0:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
  7753.     :cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:ei=\E[4l:ho=\E[H:\
  7754.     :im=\E[4h:ip=7:is=\E[1;24r\E[24;1H:k1=\EOP:k2=\EOQ:\
  7755.     :k3=\EOR:k4=\EOS:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:\
  7756.     :ku=\E[A:nd=\E[C:se=\E[m:sf=^J:so=\E[7m:sr=\EM:\
  7757.     :ue=\E[m:up=\E[A:us=\E[4m:
  7758. # From: Joel Rubin <jmrubin@coral.berkeley.edu>
  7759. # This is a preliminary TERMCAP for VIDTEX, a terminal program sold by 
  7760. # Compuserve.  Line and column numbers are computer-dependent (I have a
  7761. # Commodore '64); you should use the meta-B option to shut off clean-breaking
  7762. # of lines.  No key codes included since some of them are programmable and
  7763. # most are machine-specific.  Works on vi if you don't use clean-breaking.
  7764. # Very similar to the IBM 3101 termcap.  Escape-D used for backspace because
  7765. # control-H is destructive backspace.  There seem to be a few weirdnesses
  7766. # (especially at the beginning of a wrapped line), and the cursor does not,
  7767. # unfortunately, flash.
  7768. # (vid: mapped ":pt:" to default tabs; changed :bc: to :le: -- esr)
  7769. vid|vidtex|Compuserve vidtex program:\
  7770.     :am:pt:\
  7771.     :co#40:li#25:\
  7772.     :cd=\EJ:ce=\EK:cl=^L:cm=\EY%+ %+ :ho=\EH:le=\ED:\
  7773.     :nd=\EC:up=\EA:
  7774. # This (inherited from the Emacs termcap.dat file) is probably *way* obsolete!
  7775. rsvidtx|Radio Shack VIDEOTEX:\
  7776.     :co#32:li#16:\
  7777.     :cd=\EJ:ce=\EK:cl=\EH\EJ:..cm=\EY%+ %+ :cr=^M:do=^J:\
  7778.     :kb=^H:kd=^J:kl=^H:nd=\EC:nw=^M^J:sf=^J:ta=^I:up=\EA:
  7779.  
  7780. ######## OBSOLETE VDT TYPES
  7781. #
  7782. # These terminals are *long* dead -- these entries are retained for
  7783. # historical interest only.
  7784.  
  7785. #### AED
  7786. #
  7787. # Advanced Electronic Devices made its name manufacturing super-expensive
  7788. # vector-graphics displays and frame buffers in the late 1970s.  They used
  7789. # to be in Sunnyvale CA 94086 on Pastoria Avenue.  They're long gone now.
  7790. #
  7791.  
  7792. # From: Giles Billingsley <gilesb%ucbcad@berkeley.edu>
  7793. # rewritten 8/82 for newer AEDs and better operation of vi, etc.
  7794. # (bel/cr/cub1/cud1/ind added from SCO entry, which doesn't have db or the
  7795. # humongous is2, thus they are commented out here -- esr)
  7796. aed|AED|aed512|AED512|aed 512:\
  7797.     :bs:\
  7798.     :co#64:li#40:\
  7799.     :bl=^G:cl=^L:cr=^M:do=^J:le=^H:nd=\Ei0800\001:\
  7800.     :se=\E[00C80\001:\
  7801.     :sf=\E;1100\072004=000200??;1300'\200\001\n\E\072004=0002??00;1200\001\n:\
  7802.     :so=\E\07200>8000140[80C00\001:\
  7803.     :te=\E\07200>8000100{804<0??00001000L80\072004=000200??\001:\
  7804.     :ti=\E\07200>8000140{<04<0??00001010L<0\072004=0002??00\001:\
  7805.     :uc=\Ei???>l0800i0102\001:ue=\E\07200>8000100\001:\
  7806.     :up=^K:us=\E\07200>8000140\001:\
  7807.     :vb=\EK0001??0000K0001202080\001:\
  7808.     :ve=\E\072004=000200??\001:
  7809. aed-ucb|AED-UCB|aed512-ucb|AED512-UCB|aed 512 w/o UCB ROM:\
  7810.     :bs:db:\
  7811.     :co#64:li#40:\
  7812.     :cl=^L:if=/usr/share/tabset/aed512:nd=\Ei0800\001:\
  7813.     :se=\E[00C80\001:so=\E\07200>8000140[80C00\001:\
  7814.     :te=\E\07200>8000100{804<0??00001000L80\072004=000200??\001:\
  7815.     :ti=\E\07200>8000140{<04<0??00001010L<0\072004=0002??00\001:\
  7816.     :uc=\Ei???>l0800i0102\001:ue=\E\07200>8000100\001:\
  7817.     :up=^K:us=\E\07200>8000140\001:\
  7818.     :vb=\EK0001??0000K0001202080\001:\
  7819.     :ve=\E\E\E\E\E\E\E\072004=000200??\001:
  7820.  
  7821. #### Amtek Business Machines
  7822. #
  7823.  
  7824. # (abm80: early versions of this entry apparently had ":se=\E^_:so=\E^Y",
  7825. # but these caps were commented out in 8.3; also, removed overridden
  7826. # ":do=^J:" -- esr)
  7827. abm80|amtek business machines 80:\
  7828.     :am:bs:bw:\
  7829.     :co#80:li#24:\
  7830.     :al=\E^Z:bt=^T:cd=\E^X:ce=\E^O:cl=\E^\:\
  7831.     :cm=\E\021%r%+ %+ :dl=\E^S:do=\E^K:ho=\E^R:le=^H:\
  7832.     :nd=^P:up=\E^L:
  7833.  
  7834. #### Bell Labs blit terminals
  7835. #
  7836. # These were AT&T's official entries.
  7837. #
  7838.  
  7839. blit|jerq|blit running teletype rom:\
  7840.     :am:eo:ul:xo:\
  7841.     :co#87:it#8:li#72:\
  7842.     :AL=\EF%+ :DC=\Ee%+ :DL=\EE%+ :IC=\Ef%+ :al=\EF!:\
  7843.     :bl=^G:ce=\EK:cl=^L:cm=\EY%r%+ %+ :cr=^M:dc=\Ee!:\
  7844.     :dl=\EE!:do=^J:ei=:ic=\Ef!:im=:k1=\Ex:k2=\Ey:k3=\Ez:\
  7845.     :kb=^H:kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=\ED:nd=\EC:\
  7846.     :sf=^J:ta=^I:up=\EA:
  7847.  
  7848. cbblit|fixterm|blit running columbus code:\
  7849.     :co#88:\
  7850.     :cd=\EJ:ei=\ER:ic@:im=\EQ:pO=\EP%03:pf=^T:po=^R:\
  7851.     :se=\EV!:so=\EU!:ue=\EV":us=\EU":vb=\E^G:tc=blit:
  7852.  
  7853. oblit|ojerq|first version of blit rom:\
  7854.     :am:da:db:eo:mi:ul:xo:\
  7855.     :co#88:it#8:li#72:\
  7856.     :AL=\Ef%+ :DL=\Ee%+ :al=\EF:bl=^G:cd=\EJ:ce=\EK:\
  7857.     :cl=^L:cm=\EY%r%+ %+ :cr=^M:dc=\EO:dl=\EE:do=^J:\
  7858.     :ei=\ER:im=\EQ:kb=^H:le=\ED:nd=\EC:sf=^J:ta=^I:\
  7859.     :up=\EA:vb=\E^G:
  7860.  
  7861. daleblit|daleterm|blit running Dale DeJager's ROM:\
  7862.     :da@:db@:\
  7863.     :kd=\EB:kl=\ED:kr=\EC:ku=\EA:se=\EV!:so=\EU!:ue=\EV":\
  7864.     :us=\EU":tc=oblit:
  7865.  
  7866. #### Bolt, Beranek & Newman (bbn)
  7867. #
  7868. # The BitGraph was a product of the now-defunct BBN Computer Corporation.
  7869. # The parent company, best known as the architects of the Internet, is
  7870. # still around.
  7871. #
  7872.  
  7873. # Entries for the BitGraph terminals.  The problem 
  7874. # with scrolling in vi can only be fixed by getting BBN to put 
  7875. # smarter scroll logic in the terminal or changing vi or padding 
  7876. # scrolls with about 500 ms delay.
  7877. #    
  7878. # I always thought the problem was related to the terminal 
  7879. # counting newlines in its input buffer before scrolling and 
  7880. # then moving the screen that much. Then vi comes along and 
  7881. # paints lines in on the bottom line of the screen, so you get 
  7882. # this big white gap.
  7883.  
  7884. bitgraph|bbn bitgraph:\
  7885.     :tc=bg3.10rv:
  7886. bg3.10rv|bgrv|bbn bitgraph (reverse video):\
  7887.     :tc=bg2.0rv:
  7888. bg3.10nv|bgnv|bbn bitgraph (normal video):\
  7889.     :tc=bg2.0nv:
  7890. bg3.10|bgn|bbn bitgraph (no init):\
  7891.     :tc=bg2.0:
  7892. bg2.0rv|bbn bitgraph (reverse video):\
  7893.     :is=\E>\E[?5h\E[?7h:vb=\E[?5l\E[?5h:tc=bg2.0:
  7894. bg2.0nv|bbn bitgraph (normal video):\
  7895.     :is=\E>\E[?5l\E[?7h:vb=\E[?5h\E[?5l:tc=bg2.0:
  7896. bg2.0|bbn bitgraph (no init):\
  7897.     :xn:\
  7898.     :co#85:li#64:\
  7899.     :al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
  7900.     :cm=%i\E[%d;%dH:cr=^M:cs=\E[%i%d;%dr:dl=\E[M:do=\E[B:\
  7901.     :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kd=\E[B:ke=\E>:\
  7902.     :kl=\E[D:kr=\E[C:ks=\E=:ku=\E[A:l1=PF1:l2=PF2:l3=PF3:\
  7903.     :l4=PF4:le=^H:nd=\E[C:rc=\E8:sc=\E7:se=\E[0m:sf=\n:\
  7904.     :so=\E[7m:ta=^I:up=\E[A:
  7905. bg1.25rv|bbn bitgraph (reverse video):\
  7906.     :is=\E>\E[?5h\E[?7h:vb=\E[?5l\E[?5h:tc=bg1.25:
  7907. bg1.25nv|bbn bitgraph (normal video):\
  7908.     :is=\E>\E[?5l\E[?7h:vb=\E[?5h\E[?5l:tc=bg1.25:
  7909. bg1.25|bbn bitgraph:\
  7910.     :co#85:li#64:\
  7911.     :al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
  7912.     :cm=%i\E[%d;%dH:cr=^M:dl=\E[M:do=\E[B:k1=\EP:k2=\EQ:\
  7913.     :k3=\ER:k4=\ES:kd=\EB:ke=\E>:kl=\ED:kr=\EC:ks=\E=:\
  7914.     :ku=\EA:l1=PF1:l2=PF2:l3=PF3:l4=PF4:le=^H:\
  7915.     :ll=\E[64;1H:nd=\E[C:se=\E[0m:sf=\n:so=\E[7m:ta=^I:\
  7916.     :up=\E[A:
  7917.  
  7918. #### Chromatics
  7919. #
  7920.  
  7921. # cg7900: Following is revised version. As I mentioned, I recompiled 
  7922. # curses in order to accomadate the large amount of definition.
  7923. # I have put the long strings in ti/te. Ti sets up a window 
  7924. # that is smaller than the screen, and puts up a warning message 
  7925. # outside the window. Te erases the warning message, puts the 
  7926. # window back to be the whole screen, and puts the cursor at just
  7927. # below the small window. A defined vs and ve to really turn 
  7928. # the cursor on and off, but I have taken this out since I don't 
  7929. # like the cursor being turned off when vi exits.   
  7930. cg7900|chromatics|chromatics 7900:\
  7931.     :am:\
  7932.     :co#80:li#40:\
  7933.     :al=^A>2:bl=^G:cd=^Al:ce=^A`:cl=^L:\
  7934.     :cm=\001M%r%d\\\054%d\\\054:cr=^M:dc=^A<1:dl=^A<2:\
  7935.     :do=^J:ei=:ho=^\:ic=^A>1:im=:le=^H:ll=^A|:nd=^]:\
  7936.     :se=\001C1\\\054\001c2\\\054:sf=^J:\
  7937.     :so=\001C4\\\054\001c7\\\054:\
  7938.     :te=\001W0\\\05440\\\05485\\\05448\\\054\014\001W0\\\0540\\\05485\\\05448\\\054\001M0\\\05440\\\054:\
  7939.     :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:\
  7940.     :uc=\001\001_\001\200:up=^K:
  7941.  
  7942. #### Computer Automation
  7943. #
  7944.  
  7945. ca22851|computer automation 22851:\
  7946.     :am:\
  7947.     :co#80:li#24:\
  7948.     :bl=^G:cd=^\:ce=^]:cl=\014:cm=\002%i%.%.:cr=^M:do=^J:\
  7949.     :ho=^^:kd=^W:kh=^^:kl=^U:ku=^V:le=^U:nd=^I:sf=^J:\
  7950.     :up=^V:
  7951.  
  7952. #### Cybernex
  7953. #
  7954.  
  7955. # This entry has correct padding and the undocumented "ri" capability
  7956. cyb83|xl83|cybernex xl-83:\
  7957.     :am:bs:\
  7958.     :co#80:li#24:\
  7959.     :bl=^G:cd=\020:ce=\017:cl=\014:cm=\027%+ %+ :cr=^M:\
  7960.     :do=^J:ho=^K:kd=^J:kl=^H:kr=^I:ku=^N:le=^H:nd=^I:\
  7961.     :sf=^J:sr=^N:up=^N:
  7962. # (mdl110: removed obsolete ":ma=^Z^P:" and overridden ":cd=145^NA^W:" -- esr)
  7963. cyb110|mdl110|cybernex mdl-110:\
  7964.     :am:bs:\
  7965.     :co#80:li#24:\
  7966.     :al=\016A\016\035:bl=^G:cd=\016@\026:ce=\016@\026:\
  7967.     :cl=\030:cm=\020%+ %+ :cr=^M:dc=\016A\036:\
  7968.     :dl=\016A\016\036:do=^J:ei=:ho=^Y:ic=\016A\035:im=:\
  7969.     :le=^H:nd=^U:se=^NG:sf=^J:so=^NF:ta=\011:up=^Z:
  7970.  
  7971. #### Datapoint
  7972. #
  7973. # Datapoint is gone.  They used to be headquartered in Texas.
  7974. # They created ARCnet, an Ethernet competitor that flourished for a while
  7975. # in the early 1980s before 3COM got wise and cut its prices.  The service
  7976. # side of Datapoint still lives (1995) in the form of Intelogic Trace.
  7977. #
  7978.  
  7979. dp3360|datapoint|datapoint 3360:\
  7980.     :am:bs:\
  7981.     :co#82:li#25:\
  7982.     :bl=^G:cd=^_:ce=^^:cl=^]^_:cr=^M:do=^J:ho=^]:le=^H:\
  7983.     :nd=^X:sf=^J:up=^Z:
  7984.  
  7985. #### DEC terminals (Obsolete types: DECwriter and vt40/42/50)
  7986. #
  7987. # These entries are DEC's official terminfos for its older terminals.
  7988. # Contact Bill Hedberg <hedberg@hannah.enet.dec.com> of Terminal Support
  7989. # Engineering for more information.  Updated terminfos and termcaps 
  7990. # are kept available at ftp://gatekeeper.dec.com/pub/DEC/termcaps.
  7991. #
  7992.  
  7993. gt40|dec gt40:\
  7994.     :os:\
  7995.     :co#72:li#30:\
  7996.     :bl=^G:cr=^M:do=^J:le=^H:
  7997. gt42|dec gt42:\
  7998.     :os:\
  7999.     :co#72:li#40:\
  8000.     :bl=^G:cr=^M:do=^J:le=^H:
  8001. vt50|dec vt50:\
  8002.     :co#80:li#12:\
  8003.     :bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cr=^M:do=^J:le=^H:\
  8004.     :nd=\EC:sf=^J:ta=^I:up=\EA:
  8005. vt50h|dec vt50h:\
  8006.     :co#80:li#12:\
  8007.     :bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :cr=^M:\
  8008.     :do=^J:le=^H:nd=\EC:sf=^J:sr=\EI:ta=^I:up=\EA:
  8009. vt52|dec vt52:\
  8010.     :co#80:it#8:li#24:\
  8011.     :bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :cr=^M:\
  8012.     :do=^J:kb=^H:kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=^H:\
  8013.     :nd=\EC:sf=^J:sr=\EI:ta=^I:up=\EA:
  8014. vt61|vt-61|vt61.5:\
  8015.     :co#80:li#24:\
  8016.     :bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :cr=\r:\
  8017.     :do=^J:kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:\
  8018.     :sf=\n:sr=\EI:ta=^I:up=\EA:
  8019.  
  8020. # The gigi does standout with red!
  8021. gigi|vk100|dec gigi graphics terminal:\
  8022.     :am:xn:\
  8023.     :co#84:li#24:\
  8024.     :DO=\E[%dB:LE=\E[%r%dD:RI=\E[%dC:UP=\E[%dA:bl=^G:\
  8025.     :cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:cm=\E[%i%d;%dH:cr=^M:\
  8026.     :do=^J:is=\E>\E[?3l\E[?4l\E[?5l\E[?20l\E[?7h\E[?8h:\
  8027.     :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kd=\EOB:\
  8028.     :ke=\E[?1l\E>:kh=\E[H:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\
  8029.     :ku=\EOA:le=^H:nd=\E[C:se=\E[m:sf=^J:so=\E[7;31m:\
  8030.     :sr=\EM:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:
  8031.  
  8032. # DEC PRO-350 console (VT220-style).  The 350 was DEC's attempt to produce
  8033. # a PC differentiated from the IBM clones.  It was a total, ludicrous,
  8034. # grossly-overpriced failure (among other things, DEC's OS didn't include
  8035. # a format program, so you had to buy pre-formatted floppies from DEC at
  8036. # a hefty premium!).
  8037. # (pro350: mapped ":pt:" to default tabs -- esr)
  8038. pro350|decpro|dec pro console:\
  8039.     :bs:pt:\
  8040.     :co#80:li#24:\
  8041.     :ae=\EG:as=\EF:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :\
  8042.     :do=\EB:ho=\EH:k0=\EE:k1=\EF:k2=\EG:k3=\EH:k4=\EI:\
  8043.     :k5=\EJ:k6=\Ei:k7=\Ej:kd=\EB:kh=\EH:kl=\ED:kr=\EC:\
  8044.     :ku=\EA:nd=\EC:se=\E^N:so=\E^H:sr=\EI:ue=\E^C:up=\EA:\
  8045.     :us=\E^D:
  8046.  
  8047. dw1|decwriter I:\
  8048.     :hc:os:\
  8049.     :co#72:\
  8050.     :bl=^G:cr=^M:do=^J:le=^H:sf=^J:
  8051. dw2|decwriter|dw|decwriter II:\
  8052.     :hc:os:\
  8053.     :co#132:\
  8054.     :bl=^G:cr=^M:do=^J:kb=^H:le=^H:sf=^J:
  8055.  
  8056. # \E(B        Use U.S. character set (otherwise # => british pound !)
  8057. # \E[20l    Disable "linefeed newline" mode (else puts \r after \n,\f,\v)
  8058. # \E[w       10 char/in pitch
  8059. # \E[1;132    full width horizontal margins
  8060. # \E[2g        clear all tab stops
  8061. # \E[z        6 lines/in
  8062. # \E[66t    66 lines/page (for \f)
  8063. # \E[1;66r    full vertical page can be printed
  8064. # \E[4g        clear vertical tab stops
  8065. # \E>        disable alternate keypad mode (so it transmits numbers!)
  8066. # \E[%i%du    set tab stop at column %d (origin == 1)
  8067. #        (Full syntax is \E[n;n;n;n;n;...;nu where each 'n' is 
  8068. #        a tab stop)
  8069. #
  8070. #       The dw3 does standout with wide characters.
  8071. #
  8072. dw3|la120|decwriter III:\
  8073.     :hc:os:\
  8074.     :co#132:\
  8075.     :bl=^G:cr=^M:do=^J:\
  8076.     :i1=\E(B\E[20l\E[w\E[0;132s\E[2g\E[z\E[66t\E[1;66r\E[4g\E>:\
  8077.     :is=\E[9;17;25;33;41;49;57;65;73;81;89;97;105;113;121;129u\r:\
  8078.     :kb=^H:le=^H:se=\E[w:sf=^J:so=\E[6w:ta=^I:
  8079. dw4|decwriter IV:\
  8080.     :am:hc:os:\
  8081.     :co#132:\
  8082.     :bl=^G:cr=^M:do=^J:is=\Ec:k0=\EOP:k1=\EOQ:k2=\EOR:\
  8083.     :k3=\EOS:kb=^H:le=^H:sf=^J:ta=^I:
  8084.  
  8085. #### Delta Data (dd)
  8086. #
  8087.  
  8088. # Untested. The cup sequence is hairy enough that it probably needs work.
  8089. # The idea is ctrl(O), dd(row), dd(col), where dd(x) is x - 2*(x%16) + '9'.
  8090. # There are BSD-derived termcap entries floating around for this puppy
  8091. # that are *certainly* wrong.
  8092. delta|dd5000|delta data 5000:\
  8093.     :am:\
  8094.     :co#80:li#27:\
  8095.     :bl=^G:ce=^NU:cl=^NR:cm=\017%+^P%+^P:dc=^NV:do=^J:\
  8096.     :ho=^NQ:le=^H:nd=^Y:sf=^J:up=^Z:
  8097.  
  8098. #### Digital Data Research (ddr)
  8099. #
  8100.  
  8101. # (ddr: mapped ":pt:" to default tabs -- esr)
  8102. ddr|rebus3180|ddr3180|Rebus/DDR 3180 vt100 emulator:\
  8103.     :am:bs:pt:xn:\
  8104.     :co#80:li#24:vt#3:\
  8105.     :cd=50\E[J:ce=3\E[K:cl=50\E[;H\E[2J:cm=5\E[%i%d;%dH:\
  8106.     :cs=\E[%i%d;%dr:do=^J:ho=\E[H:is=\E[1;24r\E[24;1H:\
  8107.     :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kb=^H:kd=\E[B:\
  8108.     :ke=\E[?1l\E>:kl=\E[D:kr=\E[C:ks=\E[?1h\E=:ku=\E[A:\
  8109.     :le=^H:mb=2\E[5m:md=2\E[1m:me=2\E[m:mr=2\E[7m:\
  8110.     :nd=2\E[C:rc=\E8:rf=/usr/share/lib/tabset/vt100:\
  8111.     :rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:sc=\E7:se=\E[m:\
  8112.     :sf=5\ED:so=\E[7m:sr=5\EM:ue=2\E[m:up=2\E[A:\
  8113.     :us=2\E[4m:
  8114.  
  8115. #### General Electric (ge)
  8116. #
  8117.  
  8118. terminet1200|terminet300|tn1200|tn300|terminet|GE terminet 1200:\
  8119.     :hc:os:\
  8120.     :co#120:\
  8121.     :bl=^G:cr=^M:do=^J:sf=^J:
  8122.  
  8123. #### Heathkit/Zenith
  8124. #
  8125.  
  8126. h19-a|heath-ansi|heathkit-a|heathkit h19 ansi mode:\
  8127.     :am:mi:ms:\
  8128.     :co#80:it#8:li#24:\
  8129.     :ae=\E[11m:al=\E[1L:as=\E[10m:bl=^G:cd=\E[J:ce=\E[K:\
  8130.     :cl=\E[2J:cm=\E[%i%d;%dH:cr=^M:dc=\E[1P:dl=\E[1M:\
  8131.     :do=\E[1B:ei=\E[4l:ho=\E[H:im=\E[4h:\
  8132.     :is=\E<\E[>1;2;3;4;5;6;7;8;9l\E[0m\E[11m\E[?7h:\
  8133.     :k1=\EOS:k2=\EOT:k3=\EOU:k4=\EOV:k5=\EOW:k6=\EOP:\
  8134.     :k7=\EOQ:k8=\EOR:kb=^H:kd=\E[1B:kh=\E[H:kl=\E[1D:\
  8135.     :kr=\E[1C:ku=\E[1A:l6=blue:l7=red:l8=white:le=^H:\
  8136.     :nd=\E[1C:se=\E[0m:sf=^J:so=\E[7m:sr=\EM:ta=^I:\
  8137.     :up=\E[1A:ve=\E[>4l:vs=\E[>4h:
  8138. h19-bs|heathkit w/keypad shifted:\
  8139.     :ke=\Eu:ks=\Et:tc=h19-b:
  8140. h19-smul|heathkit w/keypad shifted/underscore cursor:\
  8141.     :ke=\Eu:ks=\Et:tc=h19-u:
  8142. h19|heath|h19-b|heathkit|heath-19|z19|zenith|heathkit h19:\
  8143.     :am:es:hs:mi:ms:\
  8144.     :co#80:it#8:li#24:\
  8145.     :ae=\EG:al=\EL:as=\EF:bl=^G:cd=\EJ:ce=\EK:cl=\EE:\
  8146.     :cm=\EY%+ %+ :cr=^M:dc=\EN:dl=\EM:do=\EB:ei=\EO:\
  8147.     :fs=\Ek\Ey5:ho=\EH:im=\E@:k1=\ES:k2=\ET:k3=\EU:\
  8148.     :k4=\EV:k5=\EW:k6=\EP:k7=\EQ:k8=\ER:kb=^H:kd=\EB:\
  8149.     :kh=\EH:kl=\ED:kr=\EC:ku=\EA:l6=blue:l7=red:l8=white:\
  8150.     :le=^H:nd=\EC:se=\Eq:sf=^J:so=\Ep:sr=\EI:ta=^I:\
  8151.     :ts=\Ej\Ex5\EY8%p1%{32}%+%c\Eo\Eo:up=\EA:ve=\Ey4:\
  8152.     :vs=\Ex4:
  8153. h19-u|heathkit with underscore cursor:\
  8154.     :ve@:vs@:tc=h19-b:
  8155. alto-h19|altoh19|altoheath|alto-heath|alto emulating heathkit h19:\
  8156.     :li#60:\
  8157.     :al=\EL:dl=\EM:tc=h19:
  8158.  
  8159. # The major problem with the Z29 is that it requires more 
  8160. # padding than the Z19. Once again, here's a little termcap 
  8161. # entry for it that will do the trick. 
  8162. # The problem declaring an H19 to be synonomous with a Z29 is that
  8163. # it needs more padding. It especially loses if a program attempts
  8164. # to put the Z29 into insert mode and insert text at 9600 baud. It
  8165. # even loses worse if the program attempts to insert tabs at 9600
  8166. # baud. Adding padding to text that is inserted loses because in 
  8167. # order to make the Z29 not die, one must add so much padding that
  8168. # whenever the program tries to use insert mode, the effective 
  8169. # rate is about 110 baud.
  8170. # What program would want to put the terminal into insert mode 
  8171. # and shove stuff at it at 9600 baud you ask?  
  8172. # Emacs. Emacs seems to want to do the mathematically optimal 
  8173. # thing in doing a redisplay rather than the practical thing.
  8174. # When it is about to output a line on top of a line that is 
  8175. # already on the screen, instead of just killing to the end of 
  8176. # the line and outputing the new line, it compares the old line 
  8177. # and the new line and if there are any similarities, it 
  8178. # constructs the new line by deleting the text on the old line 
  8179. # on the terminal that is already there and then inserting new
  8180. # text into the line to transform it into the new line that is 
  8181. # to be displayed. The Z29 does not react kindly to this.
  8182. # But don't cry for too long.... There is a solution. You can make
  8183. # a termcap entry for the Z29 that says the Z29 has no insert mode.
  8184. # Then Emacs cannot use it. "Oh, no, but now inserting into a 
  8185. # line will be really slow", you say. Well there is a sort of a
  8186. # solution to that too. There is an insert character option on 
  8187. # the Z29 that will insert one character. Unfortunately, it 
  8188. # involves putting the terminal into ansi mode, inserting the 
  8189. # character, and changing it back to H19 mode. All this takes 12 
  8190. # characters. Pretty expensive to insert one character, but it 
  8191. # works. Either Emacs doesn't try to use its inserting hack when 
  8192. # it's only given an insert character ability or the Z29 doesn't 
  8193. # require padding with this (the former is probably more likely, 
  8194. # but I haven't checked it out).
  8195. z29|zenith29|z29b|zenith z29b:\
  8196.     :am:ms:\
  8197.     :co#80:li#24:\
  8198.     :ae=\EF:al=\EL:as=\EG:bl=^G:bt=\E-:cd=\EJ:ce=\EK:\
  8199.     :cl=\EE:cm=\EY%+ %+ :cr=^M:dc=\EN:dl=\EM:do=\EB:ei=:\
  8200.     :ho=\EH:ic=\E<\E[1@\E[?2h:im=:is=\E<\E[?2h\Ev:k0=\E~:\
  8201.     :k1=\ES:k2=\ET:k3=\EU:k4=\EV:k5=\EW:k6=\EP:k7=\EQ:\
  8202.     :k8=\ER:k9=\E0I:kb=^H:kd=\EB:kh=\EH:kl=\ED:kr=\EC:\
  8203.     :ku=\EA:l0=home:le=^H:nd=\EC:se=\Eq:sf=\n:so=\Ep:\
  8204.     :sr=\EI:ta=^I:ue=\Es0:up=\EA:us=\Es8:ve=\Ey4:vs=\Ex4:
  8205.  
  8206. # From: Brad Brahms <Brahms@USC-ECLC>
  8207. z100|h100|z110|z-100|h-100|heath/zenith z-100 pc with color monitor:\
  8208.     :ve=\Ey4\Em70:vs=\Ex4\Em71:tc=z100bw:
  8209. # (z100bw: removed obsolete ":kn#10:"; mapped ":pt:" to default tabs -- esr)
  8210. z100bw|h100bw|z110bw|z-100bw|h-100bw|heath/zenith z-100 pc:\
  8211.     :bs:mi:ms:pt:\
  8212.     :co#80:li#24:\
  8213.     :ae=\EG:al=5*\EL:as=\EF:cd=\EJ:ce=\EK:cl=5*\EE:\
  8214.     :cm=1*\EY%+ %+ :dc=1*\EN:dl=5*\EM:do=\EB:ei=\EO:\
  8215.     :ho=\EH:im=\E@:k0=\EJ:k1=\ES:k2=\ET:k3=\EU:k4=\EV:\
  8216.     :k5=\EW:k6=\EP:k7=\EQ:k8=\ER:k9=\EOI:kb=^H:kd=\EB:\
  8217.     :kh=\EH:kl=\ED:kr=\EC:ku=\EA:nd=\EC:se=\Eq:so=\Ep:\
  8218.     :sr=\EI:up=\EA:ve=\Ey4:vs=\Ex4:
  8219. p19:\
  8220.     :al=2*\EL:dl=2*\EM:tc=h19-b:
  8221. # From: <ucscc!B.fiatlux@ucbvax.berkeley.edu>
  8222. # (ztx: mapped ":pt:" to default tabs; removed duplicate :sr: -- esr)
  8223. ztx|ztx11|zt-1|htx11|ztx-1-a|ztx-10/11:\
  8224.     :am:bs:es:hs:pt:\
  8225.     :co#80:li#24:\
  8226.     :al=\EL:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :dl=\EM:\
  8227.     :do=^J:ds=\Ey1:fs=\Ek\Ey5:ho=\EH:\
  8228.     :is=\Ej\EH\Eq\Ek\Ev\Ey1\Ey5\EG\Ey8\Ey9\Ey>:k0=\ES:\
  8229.     :k1=\EB:k2=\EU:k3=\EV:k4=\EW:k5=\EP:k6=\EQ:k7=\ER:\
  8230.     :kb=^H:kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:\
  8231.     :se=\Eq:so=\Es5:sr=\EI:ts=\Ej\Ex5\Ex1\EY8%+ \Eo:\
  8232.     :ue=\Eq:up=\EA:us=\Es2:
  8233.  
  8234. #### IMS International (ims)
  8235. #
  8236. # There was a company called IMS International located in Carson City, 
  8237. # Nevada, that flourished from the mid-70s to mid-80s.  They made S-100
  8238. # bus/Z80 hardware and a line of terminals called Ultimas.  
  8239.  
  8240. # From: Erik Fair <fair@ucbarpa.berkeley.edu>  Sun Oct 27 07:21:05 1985
  8241. ims950-b|bare ims950 no init string:\
  8242.     :is@:tc=ims950:
  8243. ims950-ns|ims950 w/no standout:\
  8244.     :se@:so@:ue@:us@:tc=ims950:
  8245. # (ims950: removed obsolete ":ko@:" -- esr)
  8246. ims950|ims televideo 950 emulation:\
  8247.     :xn@:\
  8248.     :k0@:k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:k9@:kb@:kd@:kh@:\
  8249.     :kl@:kr@:ku@:vb@:tc=tvi950:
  8250. # (ims950-rv: removed obsolete ":ko@:" -- esr)
  8251. ims950-rv|ims tvi950 rev video:\
  8252.     :xn@:\
  8253.     :k0@:k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:k9@:kb@:kd@:kh@:\
  8254.     :kl@:kr@:ku@:vb@:tc=tvi950-rv:
  8255. # (ims-ansi: mapped ":pt:" to default tabs -- esr)
  8256. ims-ansi|ultima2|ultimaII|IMS Ultima II:\
  8257.     :am:bs:pt:\
  8258.     :co#80:li#24:\
  8259.     :cd=\E[0J:ce=\E[0K:cl=\E[;H\E[2J:cm=\E[%i%2;%2H:\
  8260.     :do=\ED:if=/usr/share/tabset/vt100:\
  8261.     :is=\E[0m\E[>14l\E[?1;?5;20l\E>\E[1m\r:kd=\E[B:\
  8262.     :kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:se=\E[0m\E[1m:\
  8263.     :so=\E[7m:sr=\EM:ue=\E[0m\E[1m:up=\EM:us=\E[4m:
  8264.  
  8265. #### Intertec Data Systems
  8266. #
  8267. # I think this company is long dead as of 1995.  They made an early CP/M
  8268. # micro called the "Intertec Superbrain" that was moderately popular,
  8269. # then sank out of sight.
  8270. #
  8271.  
  8272. superbrain|intertec superbrain:\
  8273.     :am:bw:\
  8274.     :co#80:li#24:\
  8275.     :bl=^G:cd=\E~k<10*>:ce=\E~K:cl=\014:cm=\EY%+ %+ :\
  8276.     :cr=^M:do=^J:kd=^J:kl=^U:kr=^F:ku=^K:le=^H:nd=^F:\
  8277.     :sf=^J:ta=^I:te=^L:ti=^L:up=^K:
  8278. intertube|intertec|Intertec InterTube:\
  8279.     :am:\
  8280.     :co#80:li#25:\
  8281.     :bl=^G:cl=^L:cm=\EY%+ %+ :cr=^M:do=^J:ho=^A:le=^H:\
  8282.     :nd=^F:se=\E0@:sf=^J:so=\E0P:up=^Z:
  8283. # The intertube 2 has the "full duplex" problem like the tek 4025: if you
  8284. # are typing and a command comes in, the keystrokes you type get interspersed
  8285. # with the command and it messes up
  8286. it2|intertube2|intertec data systems intertube 2:\
  8287.     :am:\
  8288.     :co#80:li#25:\
  8289.     :bl=^G:ce=\EK:ch=\020%+^J:cl=^L:cm=\016%.\020%+^J:\
  8290.     :cr=^M:cv=\013%.:do=^J:ho=^A:le=^H:ll=^K^X\r:nd=^F:\
  8291.     :se=\E0@:sf=^J:so=\E0P:up=^Z:
  8292.  
  8293. #### Modgraph
  8294. #
  8295. # These people used to be reachable at:
  8296. #
  8297. #    Modgraph, Inc
  8298. #    1393 Main Street,
  8299. #    Waltham, MA 02154
  8300. #    Vox: (617)-890-5796.
  8301. #
  8302. # However, if you call that number today you'll get an insurance company.
  8303. # I think Modgraph is long gone.
  8304. #
  8305.  
  8306. modgraph|mod|modgraph terminal emulating vt100:\
  8307.     :xn@:\
  8308.     :co#80:li#24:\
  8309.     :is=\E^9;0s\E^7;1s\E[3g\E^11;9s\E^11;17s\E^11;25s\E^11;33s\E^11;41s\E^11;49s\E^11;57s\E^11;65s\E^11;73s\E^11;81s\E^11;89s:\
  8310.     :rf@:sr=5\EM\E[K:vs=\E^9;0s\E^7;1s:tc=vt100:
  8311. # (modgraph2: mapped ":pt:" to default tabs -- esr)
  8312. # The GX-1000 manual is dated 1984
  8313. modgraph2|modgraph gx-1000, set to 80x24, keypad not enabled:\
  8314.     :am:bs:da:db:pt:\
  8315.     :co#80:li#24:\
  8316.     :cd=50\EJ:ce=3\EK:cl=50\EH\EJ:cm=5\EY%+ %+ :\
  8317.     :is=\E<\E^5;2s\E^7;1s\E[3g\E^11;9s\E^11;17s\E^11;25s\E^11;33s\E^11;41s\E^11;49s\E^11;57s\E^11;65s\E^11;73s\E^11;81s\E^11;89s\E^12;0s\E^14;2s\E^15;9s\E^25;1s\E^9;1s\E^27;1:\
  8318.     :nd=2\EC:sr=5\EI:up=2\EA:
  8319.  
  8320. #### Morrow Designs
  8321. # This was George Morrow's company.  They started in the late 1970s making
  8322. # S100-bus machines.  They used to be reachable at:
  8323. #
  8324. #        Morrow
  8325. #        600 McCormick St.
  8326. #        San Leandro, CA 94577
  8327. #
  8328. # but they're long gone now (1995).
  8329. #
  8330.  
  8331. # The mt70 terminal was shipped with the Morrow MD-3 microcomputer. 
  8332. # Jeff's specimen was dated June 1984.
  8333. # From: Jeff Wieland <wieland@acn.purdue.edu> 24 Feb 1995
  8334. mt70|mt-70|Morrow MD-70; native Morrow mode:\
  8335.     :am:mi:ms:xo:\
  8336.     :co#80:it#8:li#24:\
  8337.     :%1=^AO\r:F1=^A`\r:F2=^Aa\r:F3=^Ab\r:F4=^Ac\r:\
  8338.     :F5=^Ad\r:F6=^Ae\r:F7=^Af\r:F8=^Ag\r:F9=^Ah\r:\
  8339.     :FA=^Ai\r:ac=+z\\\054{.yOi-x`|jGkFlEmDnHtLuKvNwMxIqJ:\
  8340.     :ae=\E%:al=\EE:as=\E$:bl=^G:bt=\EI:cd=\EY:ce=\ET:\
  8341.     :cl=^Z:cm=\E=%+ %+ :cr=^M:ct=\E0:dc=\EW:dl=\ER:do=^J:\
  8342.     :ei=:ho=^^:i1=\E"2\EG0\E]:ic=\EQ:im=:k1=^A@\r:\
  8343.     :k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
  8344.     :k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:kB=^A^Z\r:\
  8345.     :kC=^An\r:kD=\177:kb=^H:kd=^AK\r:kh=^AN\r:kl=^AL\r:\
  8346.     :kr=^AM\r:ku=^AJ\r:le=^H:me=\EG0:mh=\EG2:mr=\EG4:\
  8347.     :nd=^L:nw=^_:se=\EG0:sf=^J:so=\EG4:ta=^I:\
  8348.     :ti=\E"2\EG0\E]:up=^K:us=\EG1:vb=\EK1\EK0:ve=\E"2:\
  8349.     :vi=\E"0:
  8350.  
  8351. #### Netronics
  8352. #
  8353. # The Netronics Smarterm 80 was a kit-built terminal that came in at least two
  8354. # flavors, a first 40-column version, and a second 64-column version released
  8355. # about 1983.
  8356.  
  8357. # (netx: removed obsolete ":ma=j^Jk^Pl :" -- esr)
  8358. netx|netronics:\
  8359.     :bs:\
  8360.     :co#64:li#16:\
  8361.     :bl=^G:cd=\006\005:ce=\005:cl=\014:cm=\E=%+@%+@:\
  8362.     :cr=^M:do=^J:ho=^D:le=^H:nd=\E+@A:sf=^J:sr=\E=@@\013:\
  8363.     :up=^K:
  8364. smartvid|Netronics Smartvid 80:\
  8365.     :am:bw:eo:ms:xs:\
  8366.     :co#80:li#24:sg#1:ug#1:\
  8367.     :ae=\EGB:as=\EG@:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=^L:\
  8368.     :cm=\E=%+ %+ :cr=^M:dc=\EW:dl=\ER:do=^J:ei=\ED:ho=^Z:\
  8369.     :ic=\EQ:im=\EC:le=^H:ll=^Z^K:nd=^A:se=\EG@:sf=^J:\
  8370.     :so=\EGC:sr=^K:ta=\Ei:te=^Z^K:ue=\EG@:up=^K:us=\EGA:\
  8371.     :ve=^Z^K:
  8372. smarterm|smarterm-s|netronics smarterm 80x24 naked terminal:\
  8373.     :am:ul:\
  8374.     :co#80:li#24:sg#1:ug#1:\
  8375.     :al=\EE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=^L:\
  8376.     :cm=\E=%+ %+ :cr=^M:dc=\EW:dl=\ER:do=^J:ei=\ED:ho=^Z:\
  8377.     :ic=\EQ:im=\EC:le=^H:nd=^A:sf=^J:ta=^I:ue=\EG@:\
  8378.     :us=\EGA:
  8379.  
  8380. #### Omron
  8381. #
  8382. # This company is still around in 1995, manufacturing point-of-sale systems.
  8383.  
  8384. omron|Omron 8025AG:\
  8385.     :am:bs:da:db:\
  8386.     :co#80:li#24:\
  8387.     :al=\EL:bl=^G:cd=\ER:ce=\EK:cl=\EJ:cr=^M:dc=\EP:\
  8388.     :dl=\EM:do=^J:ho=\EH:le=^H:nd=\EC:se=\E4:sf=\ES:\
  8389.     :so=\Ef:sr=\ET:up=\EA:vs=\EN:
  8390.  
  8391. #### Soroc
  8392. #
  8393.  
  8394. # (soroc120: removed obsolete ":ma=^K^P^R^L^L :" -- esr)
  8395. soroc120|iq120|soroc iq120:\
  8396.     :cd=\EY:ce=\ET:cl=\E*:do=^J:kd=^J:kl=^H:kr=^L:ku=^K:tc=adm3a:
  8397. soroc140|iq140|soroc iq140:\
  8398.     :am:mi:\
  8399.     :co#80:li#24:\
  8400.     :al=\Ee:bl=^G:bt=\EI:cd=\Ey:ce=\Et:cl=\E+:\
  8401.     :cm=\E=%+ %+ :cr=^M:dc=\Ew:dl=\Er:do=^J:ei=\E8:ho=^^:\
  8402.     :im=\E9:k0=^A0\r:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:\
  8403.     :k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:kb=^H:\
  8404.     :kh=^^:kr=^L:ku=^K:le=^H:ll=^^^K:nd=^L:se=\E\177:\
  8405.     :sf=^J:so=\E\177:ue=\E^A:up=^K:us=\E^A:
  8406.  
  8407. #### Southwest Technical Products
  8408. #
  8409. # These guys made an early personal micro called the M6800.  
  8410. # The ct82 was probably its console terminal.
  8411. #
  8412.  
  8413. # (swtp: removed obsolete ":bc=^D:" -- esr)
  8414. swtp|ct82|southwest technical products ct82:\
  8415.     :am:\
  8416.     :co#82:li#20:\
  8417.     :al=^^Y:bl=^G:cd=^V:ce=^F:cl=^L:cm=\013%r%.%.:cr=^M:\
  8418.     :dc=^^H:dl=^Z:do=^J:ei=:ho=^P:ic=^^X:im=:\
  8419.     :is=\034\022\036\023\036\004\035\027\011\023\036\035\036\017\035\027\022\011:\
  8420.     :le=^D:ll=^C:nd=^S:se=^^^F:sf=^N:so=^^^V:sr=^O:up=^A:
  8421.  
  8422. #### Synertek
  8423. #
  8424. # Bob Manson <manson@pattyr.acs.ohio-state.edu> writes (28 Apr 1995):
  8425. #
  8426. # Synertek used to make ICs, various 6502-based single-board process
  8427. # control and hobbyist computers, and assorted peripherals including a
  8428. # series of small inexpensive terminals (I think they were one of the
  8429. # first to have a "terminal-on-a-keyboard", where the terminal itself
  8430. # was only slightly larger than the keyboard).
  8431. #
  8432. # They apparently had a KTM-1 model, which I've never seen. The KTM-2/40
  8433. # was a 40x24 terminal that could connect to a standard TV through a
  8434. # video modulator.  The KTM-2/80 was the 80-column version (the 2/40
  8435. # could be upgraded to the 2/80 by adding 2 2114 SRAMs and a new ROM).
  8436. # I have a KTM-2/80 still in working order.  The KTM-2s had fully
  8437. # socketed parts, used 2 6507s, a 6532 as keyboard scanner, a program
  8438. # ROM and 2 ROMs as character generators. They were incredibly simple,
  8439. # and I've never had any problems with mine (witness the fact that mine
  8440. # was made in 1981 and is still working great... I've blown the video
  8441. # output transistor a couple of times, but it's a 2N2222 :-)
  8442. #
  8443. # The KTM-3 (which is what is listed in the terminfo file) was their
  8444. # attempt at putting a KTM-2 in a box (and some models came with a
  8445. # CRT). It wasn't much different from the KTM-2 hardware-wise, but the
  8446. # control and escape sequences are very different. The KTM-3 was always
  8447. # real broken, at least according to the folks I've talked to about it.
  8448. # The padding in the entry is probably off--these terminals were very
  8449. # slow (it takes like 100ms for the KTM-2 to clear the screen...) And
  8450. # anyone with any sanity replaced the ROMs with something that provided
  8451. # a reasonable subset of VT100 functionality, since the usual ROMs were
  8452. # obviously very primitive... oh, you could get an upgraded ROM from
  8453. # Synertek for some incredible amount of money, but what hacker with an
  8454. # EPROM burner would do that? :)
  8455. # Sorry I don't have any contact info; I believe they were located in
  8456. # Sunnyvale, and I'm fairly sure they are still manufacturing ICs
  8457. # (they've gone to ASICs and FPGAs), but I doubt they're in the computer
  8458. # business these days.
  8459.  
  8460. # Tested, seems to work fine with vi.
  8461. synertek|ktm|synertek380|synertek ktm 3/80 tubeless terminal:\
  8462.     :am:\
  8463.     :co#80:li#24:\
  8464.     :cd=\EJ:ce=\EK:cl=^Z:cm=\E=%+ %+ :le=^H:nd=^L:up=^K:
  8465.  
  8466. #### Tab Office Products
  8467. #
  8468. #    TAB Products Co. - Palo Alto, California
  8469. #    Electronic Office Products,
  8470. #    1451 California Avenue 94304
  8471. #
  8472. # I think they're out of business.
  8473. #
  8474.  
  8475. # The tab 132 uses xon/xoff, so no padding needed.
  8476. # :ks:/:ke: have nothing to do with arrow keys.
  8477. # :is: sets 80 col mode, normal video, autowrap on (for :am:).
  8478. # Seems to be no way to get rid of status line.
  8479. # The manual for this puppy was dated June 1981.  It claims to be VT52-
  8480. # compatible.
  8481. tab132|tab|tab132-15|tab 132/15:\
  8482.     :da:db:\
  8483.     :co#80:dN@:li#24:lm#96:\
  8484.     :al=\E[L:cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:do=^J:\
  8485.     :ei=\E[4l:im=\E[4h:is=\E[?7h\E[?3l\E[?5l:kd=\E[B:ke@:\
  8486.     :kl=\E[D:ks@:ku=\E[A:tc=vt100:
  8487. tab132-w:\
  8488.     :co#132:\
  8489.     :is=\E[?7h\E[?3h\E[?5l:tc=tab132:
  8490. tab132-rv:\
  8491.     :is=\E[?7h\E[?3l\E[?5h:tc=tab132:
  8492. tab132-w-rv:\
  8493.     :is=\E[?7h\E[?3h\E[?5h:tc=tab132-w:
  8494.  
  8495.  
  8496. #### Teleray
  8497. #
  8498. #    Research Incorporated
  8499. #    6425 Flying Cloud Drive
  8500. #    Eden Prairie, MN 55344
  8501. #    Vox: (612)-941-3300
  8502. #
  8503. # The Teleray terminals were all discontinued in 1992-93.  RI still services
  8504. # and repairs these beasts, but no longer manufactures them.  The Teleray
  8505. # people believe that all the types listed below are very rare now (1995).
  8506. # There was a newer line of Telerays (Model 7, Model 20, Model 30, and
  8507. # Model 100) that were ANSI-compatible.
  8508. #
  8509. # Note two things called "teleray".  Reorder should move the common one
  8510. # to the front if you have either.  A dumb teleray with the cursor stuck
  8511. # on the bottom and no obvious model number is probably a 3700.
  8512. #
  8513.  
  8514. t3700|dumb teleray 3700:\
  8515.     :bs:\
  8516.     :co#80:li#24:\
  8517.     :bl=^G:cl=^L:cr=^M:do=^J:le=^H:sf=^J:
  8518. # (t3800: mapped ":pt:" to default tabs -- esr)
  8519. t3800|teleray 3800 series:\
  8520.     :bs:pt:\
  8521.     :co#80:li#24:\
  8522.     :bl=^G:cd=\EJ:ce=\EK:cl=^L:cm=\EY%+ %+ :cr=^M:do=^J:\
  8523.     :ho=\EH:le=^H:ll=\EY7 :nd=\EC:sf=^J:ta=^I:up=^K:
  8524. # (t1061: mapped ":pt:" to default tabs -- esr)
  8525. t1061|teleray|teleray 1061:\
  8526.     :am:km:xs:xt:\
  8527.     :co#80:li#24:sg#1:ug#1:\
  8528.     :al=\EL:bl=^G:cd=\EJ:ce=\EK:cl=\014:cm=\EY%+ %+ :\
  8529.     :cr=^M:ct=\EG:dc=\EQ:dl=\EM:do=^J:ei=:ho=\EH:ic=\EP:\
  8530.     :im=:ip=:\
  8531.     :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:\
  8532.     :k1=^Z1:k2=^Z2:k3=^Z3:k4=^Z4:k5=^Z5:k6=^Z6:k7=^Z7:\
  8533.     :k8=^Z8:le=^H:nd=\EC:se=\ER@:sf=^J:so= \ERD:st=\EF:\
  8534.     :ta=^I:ue=\ER@:up=\EA:us=\ERH:
  8535. t1061f|teleray 1061 with fast PROMs:\
  8536.     :al=\EL:dl=\EM:ip@:tc=t1061:
  8537. # "Teleray Arpa Special", offically designated as
  8538. # "Teleray Arpa network model 10" with "Special feature 720".
  8539. # This is the new (1981) fast microcode updating the older "arpa" proms
  8540. # (which gave meta-key and progmmable-fxn keys).  720 is much much faster,
  8541. # converts the keypad to programmable function keys, and has other goodies.
  8542. # Standout mode is still broken (magic cookie, etc) so is suppressed as no
  8543. # programs handle such lossage properly.
  8544. # Note: this is NOT the old termcap's "t1061f with fast proms."
  8545. # From: J. Lepreau <lepreau@utah-cs> Tue Feb  1 06:39:37 1983, Univ of Utah
  8546. # (t10: mapped ":pt:" to default tabs;
  8547. # removed overridden ":so@:se@:us@:ue@:" -- esr)
  8548. t10|teleray 10 special:\
  8549.     :bs:km:pt:xs:xt:\
  8550.     :co#80:li#24:sg#2:ug#1:\
  8551.     :al=\EL:cd=\EJ:ce=\EK:cl=30\Ej:cm=\EY%+ %+ :dc=\EQ:\
  8552.     :dl=\EM:ei=:ho=\EH:ic=\EP:im=:nd=\EC:pc=\200:se=\ER@:\
  8553.     :sf=\Eq:so=\ERD:sr=\Ep:ue=\ER@:up=\EA:us=\ERH:
  8554. # teleray 16 - map the arrow keys for vi/rogue, shifted to up/down page, and
  8555. # back/forth words. Put the function keys (f1-f10) where they can be
  8556. # found, and turn off the other magic keys along the top row, except
  8557. # for line/local. Do the magic appropriate to make the page shifts work.
  8558. # Also toggle ^S/^Q for those of us who use Emacs.
  8559. t16|teleray 16:\
  8560.     :am:da:db:mi:xs:xt:\
  8561.     :co#80:li#24:\
  8562.     :al=\E[L:bl=^G:cd=\E[0J:ce=\E[0K:cl=\E[H\E[2J:\
  8563.     :cm=%i\E[%d;%df:cr=^M:dc=\E[P:dl=\E[M:do=\E[B:\
  8564.     :ei=\E[4l:ho=\E[H:im=\E[4h:k1=^Z1:k2=^Z2:k3=^Z3:\
  8565.     :k4=^Z4:k5=^Z5:k6=^Z6:k7=^Z7:k8=^Z8:k9=^Z9:k;=^Z0:\
  8566.     :le=^H:nd=\E[C:se=\E[m:sf=^J:so=\E[7m:sr=\E[T:ta=^I:\
  8567.     :te=\E[V\E[24;1f\E[?38h:ti=\E[U\E[?38l:ue=\E[m:\
  8568.     :up=\E[A:us=\E[4m:
  8569.  
  8570. #### Texas Instruments (ti)
  8571. #
  8572.  
  8573. ti700|ti733|ti735|ti silent 700:\
  8574.     :bs:hc:os:\
  8575.     :co#80:dC#162:\
  8576.     :bl=^G:cr=\r:do=^J:le=^H:sf=^J:
  8577. ti743|ti745|ti silent 745:\
  8578.     :bs:hc:os:\
  8579.     :co#80:\
  8580.     :bl=^G:cr=^M:do=^J:le=^H:sf=^J:
  8581. ti800|ti omni 800:\
  8582.     :bs:hc:os:\
  8583.     :co#132:\
  8584.     :bl=^G:cr=^M:do=^J:le=^H:sf=^J:
  8585. ti924|Texas Instruments 924 VDT 8859/1 7 bit CTRL:\
  8586.     :am:xo:\
  8587.     :co#80:it#8:li#24:\
  8588.     :al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[2J\E[H:\
  8589.     :cm=%i\E[%d;%dH:cr=^M:cs=%i\E[%d;%dr:ct=\E[3g:\
  8590.     :dl=\E[M:do=\E[B:ho=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:\
  8591.     :k4=\EOS:k5=\E[16~:k6=\E[17~:k7=\E[18~:k8=\E[19~:\
  8592.     :k9=\E[20~:kD=\E[P:kI=\E[@:kb=^H:kd=\E[B:kl=\E[D:\
  8593.     :kr=\E[C:ku=\E[A:le=\E[D:mb=\E[5m:md=\E[1m:me=\E[0m:\
  8594.     :mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:se=\E[m:sf=\ED:\
  8595.     :so=\E[7m:sr=\EM:st=\EH:ta=^I:ue=\E[m:up=\E[A:\
  8596.     :us=\E[4m:ve=\E[?25h:vi=\E[?25l:vs=\E[?31h:
  8597. ti924-8|Texas Instruments 924 VDT 8859/1 8 bit CTRL:\
  8598.     :am:xo:\
  8599.     :co#80:it#8:li#24:\
  8600.     :al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[2J\E[H:\
  8601.     :cm=%i\E[%d;%dH:cr=^M:cs=%i\E[%d;%dr:ct=\E[3g:\
  8602.     :dl=\E[M:do=\E[B:ho=\E[H:k1=P\217>:k2=Q\217>:\
  8603.     :k3=R\217>:k4=S\217>:k5=~\23316>:k6=~\23317>:\
  8604.     :k7=~\23318>:k8=~\23319>:k9=~\23320>:kD=P\233>:\
  8605.     :kI=@\233>:kb=^H:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:\
  8606.     :le=\E[D:mb=\E[5m:md=\E[1m:me=\E[0m:mr=\E[7m:nd=\E[C:\
  8607.     :rc=\E8:sc=\E7:se=\E[m:sf=\ED:so=\E[7m:sr=\EM:st=\EH:\
  8608.     :ta=^I:ue=\E[m:up=\E[A:us=\E[4m:ve=\E[?25h:\
  8609.     :vi=\E[?25l:vs=\E[?31h:
  8610. ti924w|Texas Instruments 924 VDT 7 bit - 132 column mode:\
  8611.     :co#132:\
  8612.     :tc=ti924:
  8613. ti924-8w|Texas Instruments 924 VDT 8 bit - 132 column mode:\
  8614.     :co#132:\
  8615.     :tc=ti924-8:
  8616. em931-9|Texas Instruments 924 Emulator in the 931 Mode:\
  8617.     :tc=ti931:
  8618. em924|Texas Instruments 924 Emulator in the 924 Mode:\
  8619.     :tc=ti924:
  8620. em931|Texas Instruments 931 Emulator:\
  8621.     :tc=ti931:
  8622. ti931|Texas Instruments 931 VDT:\
  8623.     :am:xo:\
  8624.     :co#80:li#24:\
  8625.     :LE=ENTR:al=\EN:bl=^G:cd=\EJ:ce=\EI:cl=\EL:\
  8626.     :cm=\EY%+ %+ :cr=^M:dc=\EQ:dl=\EO:do=\EB:ei=:ho=\EH:\
  8627.     :ic=\ER\EP\EM:im=:is=\EGB\E(@B@@\E):k1=\Ei1:k2=\Ei2:\
  8628.     :k3=\Ei3:k4=\Ei4:k5=\Ei5:k6=\Ei6:k7=\Ei7:k8=\Ei8:\
  8629.     :k9=\Ei9:kA=\EN:kD=\EQ:kI=\EP:kL=\EO:kd=\EB:kl=\ED:\
  8630.     :kr=\EC:ku=\EA:le=\ED:mb=\E4P:me=\E4@:mk=\E4H:\
  8631.     :mr=\E4B:nd=\EC:se=\E4@:sf=\Ea:so=\E4A:sr=\Eb:\
  8632.     :ue=\E4@:up=\EA:us=\E4D:ve=\E4@:
  8633. ti926|Texas Instruments 926 VDT 8859/1 7 bit CTRL:\
  8634.     :cs@:sf=\E[1S:sr=\E[1T:tc=ti924:
  8635. ti926-8|Texas Instruments 926 VDT 8859/1 8 bit CTRL:\
  8636.     :cs@:sf=S\2331>:sr=T\2331>:tc=ti924-8:
  8637. ti_ansi|basic entry for ti928:\
  8638.     :am:eo:ut:xn:xo:\
  8639.     :Co#8:co#80:it#8:li#25:pa#64:\
  8640.     :@7=\E[F:Sb=\E[4%dm:Sf=\E[3%dm:al=\E[L:bl=^G:bt=\E[Z:\
  8641.     :cd=\E[J:ce=\E[K:cl=\E[2J\E[H:cm=\E[%i%d;%dH:cr=^M:\
  8642.     :cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:do=\E[B:ei=:ho=\E[H:\
  8643.     :ic=\E[@:im=:k0=\E[V:k1=\E[M:k2=\E[N:k3=\E[O:k4=\E[P:\
  8644.     :k5=\E[Q:k6=\E[R:k7=\E[S:k8=\E[T:k9=\E[U:kN=\E[G:\
  8645.     :kP=\E[I:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:\
  8646.     :ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:nd=\E[C:\
  8647.     :op=\E[37;40m:se=\E[m:sf=\E[S:so=\E[7m:sr=\E[T:ta=^I:\
  8648.     :ue=\E[m:up=\E[A:us=\E[4m:
  8649. #
  8650. #       928 VDT 7 bit control mode
  8651. #
  8652. ti928|Texas Instruments 928 VDT 8859/1 7 bit CTRL::\
  8653.     :%9=\E[35~:@7=\E_1\E\\:@8=\E[8~:F1=\E[29~:F2=\E[31~:\
  8654.     :F3=\E[32~:F5=\E[34~:k1=\E[17~:k2=\E[18~:k3=\E[19~:\
  8655.     :k4=\E[20~:k5=\E[21~:k6=\E[23~:k7=\E[24~:k8=\E[25~:\
  8656.     :k9=\E[26~:k;=\E[28~:kD=\E[P:kI=\E[@:kN=\E[S:kP=\E[T:tc=ti_ansi:
  8657. #
  8658. #       928 VDT 8 bit control mode
  8659. #
  8660. ti928-8|Texas Instruments 928 VDT 8859/1 8 bit CTRL::\
  8661.     :%9=\23335~:@7=\2371\234:@8=\2338~:F1=\23329~:\
  8662.     :F2=\23331~:F3=\23332~:F5=\23334~:k1=\23317~:\
  8663.     :k2=\23318~:k3=\23319~:k4=\23320~:k5=\23321~:\
  8664.     :k6=\23323~:k7=\23324~:k8=\23325~:k9=\23326~:\
  8665.     :k;=\23328~:kD=\233P:kI=\233@:kN=\233S:kP=\233T:\
  8666.     :kh=\233H:tc=ti_ansi:
  8667.  
  8668. #### Zentec (zen)
  8669. #
  8670.  
  8671. # (zen30: removed obsolete ":ma=^L ^R^L^K^P:" -- esr)
  8672. zen30|z30|zentec 30:\
  8673.     :am:bs:mi:ul:\
  8674.     :co#80:li#24:\
  8675.     :al=\EE:bl=^G:cd=\EY:ce=\ET:cl=\E*:cm=\E=%+ %+ :\
  8676.     :cr=^M:dc=\EW:dl=\ER:do=^J:ei=\Er:ho=^^:im=\Eq:le=^H:\
  8677.     :nd=^L:se=\EG0:sf=^J:so=\EG6:up=^K:
  8678. # (zen50: this had unknown capabilities
  8679. #    :BS=^U:CL=^V:CR=^B:
  8680. # UK/DK/RK/LK/HM were someone's aliases for ku/kd/kl/kr/kh,
  8681. # which were also in the original entry -- esr)
  8682. # (zen50: removed obsolete ":ma=^Hh^Ll^Jj^Kk:" -- esr)
  8683. zen50|z50|zentec zephyr:\
  8684.     :am:bs:\
  8685.     :co#80:li#24:sg#1:\
  8686.     :al=\EE:cd=\EY:ce=\ET:cl=\E+:cm=\E=%+ %+ :dc=\EW:\
  8687.     :dl=\ER:ei=:ic=\EQ:im=:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:\
  8688.     :se=\EGO:so=\EG4:up=^K:
  8689.  
  8690. ######## OTHER OBSOLETE TYPES
  8691. #
  8692. # These terminals are *long* dead -- these entries are retained for
  8693. # historical interest only.
  8694.  
  8695. #### Obsolete non-ANSI software emulations
  8696. #
  8697.  
  8698. # CTRM terminal emulator
  8699. # 1. underlining is not allowed with colors: first, is is simulated by 
  8700. # black on white, second, it disables background color manipulations.
  8701. # 2. BLINKING, REVERSE and BOLD are allowed with colors,
  8702. # so we have to save their status in the static registers A, B and H
  8703. # respectively, to be able to restore them when color changes
  8704. # (because any color change turns off ALL attributes)
  8705. # 3. "enter_bold_mode" and "enter_reverse_mode" sequences alternates modes,
  8706. # rather then simply  entering them.  Thus we have to check the
  8707. # static register B and H to determine the status, before sending the 
  8708. # escape sequence.
  8709. # 4. sgr0 now must set the status of all 3 register (A,B,H) to zero
  8710. # and then reset colors
  8711. # 5. implementation of the protect mode would badly penalize the performance.
  8712. # we would have to use \E&bn sequence to turn off colors (as well as all
  8713. # other attributes), and keep the status of protect mode in yet another
  8714. # static variable.  If someone really need this mode, they would have to
  8715. # create another terminfo entry.
  8716. # 6. original color-pair is white on black.
  8717. # store the information about colors into static registers
  8718. # 7. set foreground color.  it performs the following steps.
  8719. #   1) turn off all attributes
  8720. #   2) turn on the background and video attribues that have been turned
  8721. #      on before (this information is stored in static registers X,Y,Z,A,B,H,D).
  8722. #   3) turn on foreground attributes
  8723. #   4) store information about foreground into U,V,W static registers
  8724. # 8. turn on background: similar to turn on foreground above
  8725. ctrm|C terminal emulator:\
  8726.     :am:ut:xo:\
  8727.     :Co#8:NC#2:Nl#0:co#80:lh#0:li#24:lm#0:lw#0:pa#63:\
  8728.     :pb#19200:vt#6:\
  8729.     :..Sb=\E&bn\n%?%gA%t\E&dA%;\n%?%gB%t\E&dB%;\n%?%gH%t\E&dH%;\n%?%gU%t\E&bR%;\n%?%gV%t\E&bG%;\n%?%gW%t\E&bB%;\n\n%?%p1%{1}%&%t\E&bb%{1}%e%{0}%;%PZ\n%?%p1%{2}%&%t\E&bg%{1}%e%{0}%;%PY\n%?%p1%{4}%&%t\E&br%{1}%e%{0}%;%PX:\
  8730.     :..Sf=\E&bn\n%?%gA%t\E&dA%;\n%?%gB%t\E&dB%;\n%?%gH%t\E&dH%;\n%?%gX%t\E&br%;\n%?%gY%t\E&bg%;\n%?%gZ%t\E&bb%;\n\n%?%p1%{1}%&%t\E&bB%{1}%e%{0}%;%PW\n%?%p1%{2}%&%t\E&bG%{1}%e%{0}%;%PV\n%?%p1%{4}%&%t\E&bR%{1}%e%{0}%;%PU:\
  8731.     :al=\EL:bl=^G:bt=\Ei:cd=\EJ:ce=\EK:ch=\E&a%dC:\
  8732.     :cl=\EH\EJ:cm=\E&a%r%dc%dY:cr=^M:ct=\E3:cv=\E&a%dY:\
  8733.     :dc=\EP:dl=\EM:do=^J:ei=\ER:im=\EQ:ip=:is=\E&jA\r:\
  8734.     :k1=\Ep\r:k2=\Eq\r:k3=\Er\r:k4=\Es\r:k5=\Et\r:\
  8735.     :k6=\Eu\r:k7=\Ev\r:k8=\Ew\r:kb=^H:kd=\Ew\r:ke=\E&jA:\
  8736.     :kh=\Ep\r:kl=\Eu\r:kr=\Ev\r:ks=\E&jB:ku=\Et\r:le=^H:\
  8737.     :mb=\E&dA%{1}%PA:md=%?%gH%{0}%=%t\E&dH%{1}%PH%;:\
  8738.     :me=\E&d@%{0}%PA%{0}%PB%{0}%PH:\
  8739.     :mr=%?%gB%{0}%=%t\E&dB%{1}%PB%;:nd=\EC:\
  8740.     :op=\E&bn\E&bB\E&bG\E&bR\n%{0}%PX%{0}%PY%{0}%PZ\n%{1}%PW%{1}%PV%{1}%PU:\
  8741.     :..sa=\E&d@%{0}%PA%{0}%PB%{0}%PD%{0}%PH\n%?%p1%p3%p5%|%|%t\E&dB%{1}%PB%;\n%?%p4%t\E&dA%{1}%PA%;\n%?%p6%t\E&dH%{1}%PH%;\n%?%p2%t\E&dD%;:\
  8742.     :sf=^J:so=\E&dD:st=\E1:ta=\011:up=\EA:us=\E&dD:
  8743.  
  8744. # gs6300 - can't use blue foreground, it clashes with underline;
  8745. # it's simulated with cyan
  8746. gs6300|emots|AT&T PC6300 with EMOTS Terminal Emulator:\
  8747.     :am:ms:ut:xo:\
  8748.     :Co#8:co#80:it#8:li#24:pa#63:\
  8749.     :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
  8750.     :LE=\E[%dD:LF=\E|:RI=\E[%dC:Sb=\E[?;%dm:\
  8751.     :..Sf=\E[?%?%p1%{0}%=%t0\n%e%p1%{1}%=%t2\n%e%p1%{1}%-%d%;m:\
  8752.     :UP=\E[%dA:\
  8753.     :ac=\\\054\\\054..--++``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
  8754.     :ae=\E[10m:al=\E[L:as=\E[11m:bl=^G:cd=\E[J:ce=\E[K:\
  8755.     :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:\
  8756.     :do=^J:ei=:ho=\E[H:ic=\E[@:im=:is=\E[0m:k1=\E[0s:\
  8757.     :k2=\E[24s:k3=\E[1s:k4=\E[23s:k5=\E[2s:k6=\E[22s:\
  8758.     :k7=\E[3s:k8=\E[21s:kB=^R^I:kb=^H:kd=\E[B:kh=\E[H:\
  8759.     :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:\
  8760.     :me=\E[m\E[10m:mr=\E[7m:nd=\E[C:op=\E[?;m:pf=\E[4i:\
  8761.     :po=\E[5i:r1=\Ec:sf=^J:so=\E[1m:sr=\E[L:ta=^I:\
  8762.     :up=\E[A:us=\E[4m:
  8763.  
  8764. # From: <earle@smeagol.UUCP> 29 Oct 85 05:40:18 GMT
  8765. # MS-Kermit with Heath-19 emulation mode enabled
  8766. # (h19k: changed ":pt@:" to ":it@"
  8767. h19k|h19kermit|heathkit emulation provided by Kermit (no auto margin):\
  8768.     :am@:da:db:xt:\
  8769.     :it@:\
  8770.     :ta@:tc=h19-u:
  8771.  
  8772. # pc52 - can't use blue foreground, it clashes with underline;
  8773. # it's simulated with cyan
  8774. # bold means: white on black bold, so it not allowed with colors
  8775. # rev means: black on white, also not allowed
  8776. # smso and dim are simulated with colors, ditto
  8777. # smul is allowed, even though it always means white foreground:
  8778. # it is too important to leave out.
  8779. pc52|dec vt52 for PC:\
  8780.     :am:ms:ut:\
  8781.     :Co#8:NC#53:co#80:it#8:li#25:pa#63:\
  8782.     :Sb=\Ec%d:..Sf=\Eb%?%p1%{1}%=%t3\n%e%p1%d%;:al=\EL:\
  8783.     :bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :cr=^M:\
  8784.     :dl=\EM:do=^J:k1=\Ea:k2=\Eb:k3=\Ec:k4=\Ed:k5=\Ee:\
  8785.     :k6=\Ef:k7=\Eg:k8=\Eh:k9=\Ei:k;=\Ej:kb=^H:kd=\ED:\
  8786.     :kl=\EL:kr=\ER:ku=\EU:le=^H:mb=\Eo:md=\Ebo\Ec0:\
  8787.     :me=\Eb7\Ec0\Et:mh=\Eb3\Ec0:mr=\Ep:nd=\EC:\
  8788.     :op=\Eb7\Ec0:se=\Eb7\Ec0:sf=^J:so=\Eb6\Ec4:sr=\EI:\
  8789.     :ta=^I:up=\EA:us=\Es:
  8790.  
  8791. # vs100 emulator using tsim
  8792. # From: <lai@decwrl.dec.com>
  8793. # (vs100t: had Al/Dl in front of obvious AL/DL capabilities;
  8794. # also mapped ":pt:" to default tabs -- esr)
  8795. vs100t|tsim|vs100-tsim:\
  8796.     :am:bs:pt:\
  8797.     :co#80:li#24:\
  8798.     :AL=\E+%+ :DL=\E-%+ :al=\EI:cd=\EQ:ce=\EL:cl=\EE:\
  8799.     :cm=\EM%+ %+ :cs=\ES%+ %+ :dc=\Ed:dl=\ED:do=^J:ei=:\
  8800.     :ho=\EH:ic=\Ei:im=:is=\ER:nd=\En:rs=\ER:se=\Er:\
  8801.     :so=\Eh:ue=\Ev:up=^K:us=\Eu:
  8802.  
  8803. # From: Rick Thomas <ihnp4!btlunix!rbt>
  8804. xtalk|IBM PC with xtalk communication program (versions up to 3.4):\
  8805.     :am:mi:ms:xo:\
  8806.     :co#80:it#8:li#24:sg#1:vt#3:\
  8807.     :@8=\EOM:DO=\E[%dB:K1=\EOq:K2=\EOr:K3=\EOs:K4=\EOp:\
  8808.     :K5=\EOn:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
  8809.     :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
  8810.     :ae=^O:al=\E[L:as=^N:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\
  8811.     :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:ct=\E[3g:dl=\E[M:\
  8812.     :do=^J:eA=\E(B\E)0:ho=\E[H:k0=\EOy:k1=\EOP:k2=\EOQ:\
  8813.     :k3=\EOR:k4=\EOS:k5=\EOt:k6=\EOu:k7=\EOv:k8=\EOl:\
  8814.     :k9=\EOw:k;=\EOx:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:\
  8815.     :kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:nd=\E[C:\
  8816.     :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:se=\E[m :sf=^J:\
  8817.     :so=\E[7m :sr=\EM:st=\EH:ta=^I:up=\E[A:
  8818.  
  8819. # YTERM standard version 1.0.
  8820. # Straight old ascii keyboard except function keys are Yale (e.g.,ASCII.KBD).
  8821. # Only 80 tab columns (else yterm 1.1 bug).  No :xn: in 1.0.
  8822. # Cannot use termcap :sr=\EM: because vi will not work, too bad.
  8823. # vi string is given so that yterm is reset each vi startup.
  8824. # (yterm10: removed obsolete ":EP:" and ":ma=h^Jj k lH:" capabilities;
  8825. # mapped ":pt:" to default tabs -- esr)
  8826. # From: greg small <gts@populi.berkeley.edu> 9-25-84
  8827. yterm10|yterm 1.0 UCB ascii.kbd:\
  8828.     :am:bs:pt:\
  8829.     :co#80:li#24:\
  8830.     :cd=^K:ce=^]:cl=^L:cm=\036%r%+ %+ :ho=^Y:\
  8831.     :is=\017\E[7i\E[m\E[?7h\E[?3g\r\EHY0  for \EHYTERM 1.\EH0 with A\EHSCII.KBD\EH 9-13-84\EH        \EH        \EH        \EH        \EH\n:\
  8832.     :k0=\E0:k1=\E1:k2=\E2:k3=\E3:k4=\E4:k5=\E5:k6=\E6:\
  8833.     :k7=\E7:k8=\E8:k9=\E9:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:\
  8834.     :nd=^\:rc=\E8:sc=\E7:se=\E[m:so=\E[7m:ue=\E[m:up=^_:\
  8835.     :us=\E[4m:\
  8836.     :vs=\017\E[7i\E[m\E[?7h\E[?3g\r\EHY0      \EH        \EH        \EH        \EH        \EH        \EH        \EH        \EH        \EH\r:
  8837. # YTERM variant version 1.1.  Version 1.1 has :xn:.
  8838. # From: greg small <gts@populi.berkeley.edu> 9-13-84
  8839. yterm11|yterm 1.1 UCB ascii.kbd:\
  8840.     :xn:\
  8841.     :is=\017\E[7i\E[m\E[?7h\E[?3g\r\EHY1  for \EHYTERM 1.\EH1 with A\EHSCII.KBD\EH 9-13-84\EH        \EH        \EH        \EH        \EH\n:tc=yterm10:
  8842. # YTERM 1.0 variant no autowrap or tabs
  8843. # X does not remember autowrap or tabs when T is deleted and restarted.
  8844. # (yterm: changed ":pt@:" to ":it@:" -- esr)
  8845. yterm10nat|yterm 1.0 UCB ascii.kbd no autowrap or tabs:\
  8846.     :am@:\
  8847.     :it@:\
  8848.     :is=\017\E[7i\E[m\E[?7l\E[?3g\rY2  for YTERM 1.0 with ASCII.KBD 9-20-84 no autowrap or tabs\n:\
  8849.     :vs=\017\E[7i\E[m\E[?7l\E[?3g\rY2\r:tc=yterm10:
  8850.  
  8851. # The official PC terminal emulator program of the AT&T Product Centers.
  8852. # Note - insert mode commented out - doesn't seem to work on AT&T PC.
  8853. simterm|attpc running simterm:\
  8854.     :am:\
  8855.     :co#80:li#24:\
  8856.     :al=\EL:bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\E=%+ %+ :\
  8857.     :cr=^M:dc=\ER:dl=\EM:do=\EB:ho=\EH:im=\EQ:le=^H:\
  8858.     :nd=\EC:sf=^J:so=\E&dB:te=\EVE:ti=\EVS:up=\EA:
  8859.  
  8860. #### Daisy wheel printers
  8861. #
  8862.  
  8863. # This section collects Diablo, DTC, Xerox, Qume, and other daisy
  8864. # wheel terminals.  These are now largely obsolete.
  8865. #
  8866. # This is an "experimental" entry for the SRI Agiles.
  8867. # It has been tried in a minimal way -- the Agile did not blow up!
  8868. # However, it has not been exhaustively tested.
  8869. # Anyone who tries it and finds it wanting should get in touch with:
  8870. # From: Ralph Keirstead <ralph@sri-unix>
  8871. #    EK352; SRI International; 333 Ravenswood Avenue; Menlo Park, CA 94025
  8872. # (agile: I removed an incorrect ":pl:" -- esr)
  8873. agile|agiles|sri agiles:\
  8874.     :hc:os:\
  8875.     :co#132:\
  8876.     :bl=^G:cr=^M:ct=\E2:do=^J:hd=\E9:hu=\E0:is=\EE\EF\EJ:\
  8877.     :kb=^H:le=^H:sf=^J:st=\E1:ta=^I:up=\E^J:
  8878. # (1620: mapped ":pt:" to default tabs -- esr)
  8879. diablo1620|diablo1720|diablo450|ipsi|diablo 1620:\
  8880.     :bs:hc:os:pt:\
  8881.     :co#132:\
  8882.     :ch=\E\011%i%.:ct=\E2:do=^J:hd=\ED:hu=\EU:\
  8883.     :if=/usr/share/tabset/xerox1720:kb=^H:le=^H:st=\E1:\
  8884.     :up=\E^J:
  8885. diablo1620-m8|diablo1640-m8|diablo 1620 w/8 column left margin:\
  8886.     :co#124:\
  8887.     :do=^J:is=\r        \E9:tc=diablo1620:
  8888. diablo1640|diablo1730|diablo1740|diablo630|x1700|diablo|xerox|diablo 1640:\
  8889.     :bl=^G:if=/usr/share/tabset/xerox1730:se=\E&:so=\EW:\
  8890.     :ue=\ER:us=\EE:tc=diablo1620:
  8891. diablo1640-lm|diablo-lm|xerox-lm|diablo 1640 with indented left margin:\
  8892.     :co#124:\
  8893.     :if=/usr/share/tabset/xerox1730-lm:se=\E&:so=\EW:\
  8894.     :ue=\ER:us=\EE:tc=diablo1620:
  8895. diablo1740-lm|630-lm|1730-lm|x1700-lm:\
  8896.     :tc=diablo1640-lm:
  8897. # DTC 382 with VDU.  Has no :cd: so we fake it with :ce:.  Standout
  8898. # (so="^P \002^PF:") works but won't go away without dynamite (":se=^P \200:").
  8899. # The terminal has tabs, but I'm getting tired of fighting the braindamage. 
  8900. # If no tab is set or the terminal's in a bad mood, it glitches the screen
  8901. # around all of memory.  Note that return puts a blank ("a return character")
  8902. # in the space the cursor was at, so we use ^P return (and thus ^P newline for
  8903. # newline).  Note also that if you turn off pt and let Unix expand tabs,
  8904. # curses won't work (current version) because it doesn't turn off this bit,
  8905. # and cursor addressing sends a tab for row/column 9.  What a losing terminal!
  8906. # I have been unable to get tabs set in all 96 lines - it always leaves at
  8907. # least one line with no tabs in it, and once you tab through that line,
  8908. # it completely weirds out.
  8909. dtc382|DTC 382:\
  8910.     :am:da:db:xs:\
  8911.     :co#80:li#24:lm#96:\
  8912.     :al=^P^Z:bl=^G:cd=\020\025\020\023\020\023:ce=^P^U:\
  8913.     :cl=\020\035:cm=\020\021%r%.%.:cr=^P^M:dc=^X:dl=^P^S:\
  8914.     :ei=^Pi:ho=^P^R:im=^PI:le=^H:nd=^PR:pc=\177:sf=^J:\
  8915.     :te=\020\035:ue=^P \200:up=^P^L:us=^P ^P:ve=^Pb:\
  8916.     :vs=^PB:
  8917. dtc300s|DTC 300s:\
  8918.     :hc:os:\
  8919.     :co#132:\
  8920.     :bl=^G:cr=^M:ct=\E3:do=^J:ff=^L:hd=\Eh:hu=\EH:kb=^H:\
  8921.     :le=^H:sf=^J:st=\E1:ta=^I:up=^Z:
  8922. gsi:\
  8923.     :hc:os:\
  8924.     :co#132:\
  8925.     :bl=^G:cr=^M:do=^J:hd=\Eh:hu=\EH:le=^H:sf=^J:ta=^I:\
  8926.     :up=^Z:
  8927. aj830|aj832|aj|anderson jacobson:\
  8928.     :bs:hc:os:\
  8929.     :bl=^G:cr=^M:do=^J:hd=\E9:hu=\E8:le=^H:sf=^J:up=\E7:
  8930. # From: Chris Torek <chris@gyre.umd.edu> Thu, 7 Nov 85 18:21:58 EST
  8931. aj510|AJ510|Anderson-Jacobson model 510:\
  8932.     :am:bs:mi:\
  8933.     :co#80:li#24:\
  8934.     :al=2*\E&I:cd=\E'P:ce=\E'L:cl=^L:cm=\E#%+ %+ :\
  8935.     :dc=.1*\E'D:dl=2*\E&D:ei=\E'J:ic=:im=\E'I:ip=.1*:\
  8936.     :kd=\EZ:kl=\EW:kr=\EX:ku=\EY:nd=\EX:pc=\177:se=\E"I:\
  8937.     :so=\E"I:te=\E"N:ti=\E"N:ue=\E"U:up=\EY:us=\E"U:
  8938. # From: <cbosg!ucbvax!pur-ee!cincy!chris> Thu Aug 20 09:09:18 1981
  8939. # This is incomplete, but it's a start.
  8940. # (5520: mapped ":pt:" to default tabs -- esr)
  8941. nec5520|nec|spinwriter|nec 5520:\
  8942.     :bs:hc:os:pt:\
  8943.     :co#132:\
  8944.     :bl=^G:cr=^M:ct=\E3:do=^J:ff=^L:hd=\E]s\n\E]W:\
  8945.     :hu=\E]s\E9\E]W:kb=^H:le=^H:sf=^J:st=\E1:ta=^I:\
  8946.     :up=\E9:
  8947. # (qume5: mapped ":pt:" to default tabs -- esr)
  8948. qume5|qume|Qume Sprint 5:\
  8949.     :bs:hc:os:pt:\
  8950.     :co#80:\
  8951.     :bl=^G:cr=^M:ct=\E3:do=^J:ff=^L:hd=\Eh:hu=\EH:kb=^H:\
  8952.     :le=^H:sf=^J:st=\E1:ta=^I:up=^Z:
  8953. # I suspect the xerox1720 is the same as the diablo 1620.
  8954. # (x1720: mapped ":pt:" to default tabs -- esr)
  8955. xerox1720|x1720|x1750|xerox 1720:\
  8956.     :bs:hc:os:pt:\
  8957.     :co#132:\
  8958.     :bl=^G:cr=^M:ct=\E2:do=^J:ff=^L:le=^H:sf=^J:st=\E1:\
  8959.     :ta=^I:
  8960.  
  8961. #### Miscellaneous obsolete terminals, manufacturers unknown
  8962. #
  8963. # If you have any information about these (like, a manufacturer's name, 
  8964. # and a date on the serial-number plate) please send it!
  8965.  
  8966. cad68-3|cgc3|cad68 basic monitor transparent mode size 3 chars:\
  8967.     :am:bs:\
  8968.     :co#73:li#36:\
  8969.     :cl=^Z:ho=^^:nd=^L:up=^K:
  8970. cad68-2|cgc2|cad68 basic monitor transparent mode size 2 chars:\
  8971.     :am:bs:\
  8972.     :co#85:li#39:\
  8973.     :cl=^Z:ho=^^:k1=\E5:k2=\E6:k3=\E7:k4=\E8:kd=\E2:\
  8974.     :kl=\E3:kr=\E4:ku=\E1:nd=^L:se=\Em^C:so=\Em^L:up=^K:
  8975. cdi|cdi1203:\
  8976.     :am:bs:hc:os:\
  8977.     :co#80:\
  8978.     :bl=^G:cr=\r:do=^J:le=^H:sf=^J:
  8979. cops10|cops|cops-10:\
  8980.     :am:bw:\
  8981.     :co#80:li#24:\
  8982.     :bl=^G:cd=^W:ce=^V:cl=30^X:cm=\020%+ %+ :cr=^M:do=^J:\
  8983.     :kb=^H:kd=^J:kh=^Y:kl=^H:kr=^L:ku=^K:le=^H:nd=^L:\
  8984.     :sf=^J:up=^K:
  8985. # (d132: removed duplicate ":ic=\E5:" -- esr)
  8986. d132|datagraphix|datagraphix 132a:\
  8987.     :da:db:in:\
  8988.     :co#80:li#30:\
  8989.     :al=\E3:bl=^G:cl=^L:cr=^M:dc=\E6:do=^J:ei=:ho=\Et:\
  8990.     :ic=\E5:im=:nd=\El:sf=\Ev:sr=\Ew:up=\Ek:ve=\Em\En:\
  8991.     :vs=\Ex:
  8992. # I'm told the d800 was an early portable terminal that looked a lot like the
  8993. # original Compaq portable.
  8994. # (d800: mapped ":pt:" to default tabs -- esr)
  8995. d800|Direct 800/A:\
  8996.     :am:bs:da:db:ms:pt:xs:\
  8997.     :co#80:li#24:\
  8998.     :ae=\E[0m:as=\E[1m:bl=^G:cd=\E[J:ce=\E[K:\
  8999.     :cl=\E[1;1H\E[2J:cm=\E[%i%d;%dH:cr=^M:do=^J:k1=\EOP:\
  9000.     :k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOT:k6=\EOU:k7=\EOV:\
  9001.     :k8=\EOW:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
  9002.     :nd=\E[C:se=\E[0m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:\
  9003.     :ue=\E[0m:up=\E[A:us=\E[4m:ve=\E[>12h:vs=\E[>12l:
  9004. digilog|digilog 333:\
  9005.     :bs:\
  9006.     :co#80:li#16:\
  9007.     :bl=^G:ce=^X:cr=^M:do=^J:ho=^N:le=^H:nd=^I:sf=^J:\
  9008.     :up=^O:
  9009. env230|envision230|envision 230 graphics terminal:\
  9010.     :am:mi:ms:xo:\
  9011.     :co#80:it#8:li#24:vt#3:\
  9012.     :@8=\EOM:DO=\E[%dB:K1=\EOq:K2=\EOr:K3=\EOs:K4=\EOp:\
  9013.     :K5=\EOn:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
  9014.     :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
  9015.     :ae=^O:as=^N:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\
  9016.     :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
  9017.     :ct=\E[3g:do=^J:eA=\E(B\E)0:ho=\E[H:k0=\EOy:k1=\EOP:\
  9018.     :k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOt:k6=\EOu:k7=\EOv:\
  9019.     :k8=\EOl:k9=\EOw:k;=\EOx:kb=^H:kd=\EOB:ke=\E[?1l\E>:\
  9020.     :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:\
  9021.     :md=\E[1m:me=\E[m\017:mr=\E[7m:nd=\E[C:pf=\E[4i:\
  9022.     :po=\E[5i:ps=\E[0i:\
  9023.     :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\
  9024.     :..sa=\E[%?%p1%t;1%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m:\
  9025.     :sc=\E7:se=\E[0m<2>:sf=^J:so=\E[1m<2>:sr=\EM:st=\EH:\
  9026.     :ta=^I:ue=\E[m:up=\E[A:us=\E[4m:
  9027. # These execuports were impact-printer ttys with a 30- or maybe 15-cps acoustic
  9028. # coupler attached, the whole rig fitting in a suitcase and more or less
  9029. # portable.  Hot stuff for c.1977 :-) -- esr
  9030. ep48|ep4080|execuport 4080:\
  9031.     :am:bs:os:\
  9032.     :co#80:\
  9033.     :bl=^G:cr=^M:do=^J:hd=^\:hu=^^:le=^H:sf=^J:
  9034. ep40|ep4000|execuport 4000:\
  9035.     :am:bs:os:\
  9036.     :co#136:\
  9037.     :bl=^G:cr=^M:do=^J:hd=^\:hu=^^:le=^H:sf=^J:
  9038. # From: Paul Leondis <unllab@amber.berkeley.edu>
  9039. ifmr|Informer D304:\
  9040.     :am:bs:\
  9041.     :co#80:li#24:\
  9042.     :cd=\E/:ce=\EQ:cl=\EZ:cm=\EY%r%+ %+ :dc=\E\\:do=^J:\
  9043.     :ei=:ho=\EH:ic=\E[:im=:nd=\EC:se=\EK:so=\EJ:sr=\En:\
  9044.     :up=\EA:
  9045. # This used to say "de#001202" which presumably refers to the stty bits
  9046. # that need to be set for some version of Unix.  We need the real delay
  9047. # requirements in MS.
  9048. mw2|Multiwriter 2:\
  9049.     :hc:os:\
  9050.     :co#132:\
  9051.     :bl=^G:cr=^M:do=^J:sf=^J:
  9052. # Entry largely based on wy60 and has the features of wy60ak.
  9053. opus3n1+|Esprit  Opus3n1+ in wy60 mode with ANSI arrow keys +:\
  9054.     :am:bw:hs:km:mi:ms:ul:xo:\
  9055.     :Nl#8:co#80:lh#1:li#24:lw#8:ws#80:\
  9056.     :#2=\E{:%9=\EP:&3=\Er:@7=\E[F:@8=\E7:F1=^AJ\r:\
  9057.     :F2=^AK\r:F3=^AL\r:F4=^AM\r:F5=^AN\r:F6=^AO\r:\
  9058.     :LF=\EA11:LO=\EA10:RA=\Ed.:RX=\Ec20:SA=\Ed/:SX=\Ec21:\
  9059.     :ac=0wa_h[jukslrmqnxqzttuyv]wpxv:ae=\EH^C:al=\EE:\
  9060.     :as=\EH^B:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E*:\
  9061.     :cm=\Ea%i%dR%dC:cr=^M:ct=\E0:dc=\EW:dl=\ER:do=^J:\
  9062.     :ds=\Ez(\r:ei=\Er:fs=^M:ho=\036:\
  9063.     :if=/usr/lib/tabset/std:im=\Eq:ip=:\
  9064.     :is=\E`\072\Ee(\EO\Ee6\Ec41\E~4\Ec21\Ed/\Ezz&\E[A\037\Ezz'\E[B\037\Ezz(\E[D\037\Ezz)\E[C\037\Ezz<\E[Q\037\Ezz`\E[F\037\EA1*\EZH12:\
  9065.     :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
  9066.     :k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:kA=\EE:\
  9067.     :kB=\EI:kD=\EW:kE=\ET:kI=\EQ:kL=\ER:kN=\EK:kP=\EJ:\
  9068.     :kS=\EY:kb=^H:kd=\E[B:kh=^^:kl=\E[D:kr=\E[C:ku=\E[A:\
  9069.     :le=^H:mb=\EG2:me=\E(\EH\003\EG0\EcD:mh=\EGp:mk=\EG1:\
  9070.     :mp=\E):mr=\EG4:nd=^L:nw=\r\n:pf=^T:pl=\EZ2%+?%s\177:\
  9071.     :pn=\Ez%+/%s\r:po=^R:ps=\EP:px=\EZ1%+?%s\177:\
  9072.     :r1=\E~!\E~4:r2=\EeF:r3=\EwG\Ee(:\
  9073.     :..sa=%?%p8%t\E)%e\E(%;%?%p9%t\EH\002%e\EH\003%;\EG%'0'%?%p2%p6%|%t%{8}%|%;%?%p1%p3%|%p6%|%t%{4}%|%;%?%p4%t%{2}%|%;%?%p1%p5%|%t%{64}%|%;%?%p7%t%{1}%|%;%c:\
  9074.     :se=\EG0:sf=^J:so=\EG4:sr=\Ej:st=\E1:ta=\011:\
  9075.     :ti=\Ezz&\E[A\037\Ezz'\E[B\037\Ezz(\E[D\037\Ezz)\E[C\037\Ezz<\E[Q\037:\
  9076.     :ts=\Ez(:uc=\EG8%p1%c\EG0:ue=\EG0:up=^K:us=\EG8:\
  9077.     :ve=\E`1:vi=\E`0:
  9078. # (ps300: changed ":pt@:" to "it@" -- esr)
  9079. ps300|Picture System 300:\
  9080.     :xt:\
  9081.     :it@:\
  9082.     :se@:so@:ue@:us@:tc=vt100:
  9083. ramtek|ramtek 6000:\
  9084.     :am:\
  9085.     :co#78:li#24:\
  9086.     :bl=^G:cl=[alpha]\n[erase]\n:cr=^M:do=^J:le=^H:sf=^J:
  9087. # Upper case terminal, uses lower case for control sequences!!!
  9088. tec400|tec scope:\
  9089.     :sg#1:\
  9090.     :al=e:cd=s:ce=c:cl=f:..cm=l%p2%~%c%p1%~%c:dc=t:dl=u:\
  9091.     :do=h:ei=:ho=i:ic=d:im=:le=w:nd=g:se=|:so={:up=x:
  9092. # From: <ucbvax!geoff> Mon Sep 21 21:15:45 1981
  9093. # This entry has been tested.
  9094. tec500|tec 500:\
  9095.     :am:bs:\
  9096.     :co#80:li#24:\
  9097.     :bl=^G:cl=\032:cm=\E=%+ %+ :cr=^M:do=^J:ho=^^:le=^H:\
  9098.     :nd=^L:se=^\:sf=^J:so=^]:up=^K:
  9099. # tec is untested, and taken from CB/Unix virtual terminal driver.
  9100. # I would appreciate more information on this terminal, such as the
  9101. # manufacturer and the model number.  There are too many tecs in here.
  9102. # (tec: removed obsolete ":ma=^K^P^_ :" -- esr)
  9103. tec:\
  9104.     :am:bs:\
  9105.     :co#80:li#24:\
  9106.     :bl=^G:cl=^L:cr=^M:do=^J:ho=^^:le=^H:nd=^_:sf=^J:\
  9107.     :up=^K:
  9108. teletec|Teletec Datascreen:\
  9109.     :am:bs:\
  9110.     :co#80:li#24:\
  9111.     :bl=^G:cl=^L:cr=^M:do=^J:ho=^^:le=^H:nd=^_:sf=^J:\
  9112.     :up=^K:
  9113. # Terak made a PDP-11 based box with a bitmapped display that ran UCSD
  9114. # Pascal as the native O/S. It was quite a nice box, and there were several
  9115. # at Berkeley.
  9116. terak|Terak emulating Datamedia 1520:\
  9117.     :tc=dm1520:
  9118. # From: Mark Dornfeld <romwa@ucbvax.berkeley.edu>
  9119. #        This termcap is for the LANPAR Technologies VISION 3220
  9120. #    terminal.  The function key definitions k0-k5 represent the
  9121. #    edit keypad: FIND, INSERT HERE, REMOVE, SELECT, PREV SCREEN,
  9122. #    NEXT SCREEN. The key definitions k6-k9 represent the PF1 to
  9123. #    PF4 keys.
  9124. # (v3220: mapped ":pt:" to default tabs, removed obsolete ":kn#10:" -- esr)
  9125. v3220|LANPAR Vision II model 3220/3221/3222:\
  9126.     :am:bs:mi:pt:xn:\
  9127.     :co#80:li#24:\
  9128.     :al=\E[L:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
  9129.     :dc=\E[P:dl=\E[M:ei=\E[4l:im=\E[4h:\
  9130.     :is=\E>\E[?3l\E[?7h\E[?8h\E[p:k0=\E[1~:k1=\E[2~:\
  9131.     :k2=\E[3~:k3=\E[4~:k4=\E[5~:k5=\E[6~:k6=\E[OP:\
  9132.     :k7=\E[OQ:k8=\E[OR:k9=\E[OS:kd=\E[B:ke=\E>:kh=\E[H:\
  9133.     :kl=\E[D:kr=\E[C:ks=\E=:ku=\E[A:nd=\E[C:se=\E[m:\
  9134.     :so=\E[7m:sr=\EM:ue=\E[m:up=\E[A:us=\E[4m:
  9135. # Does anybody know where these "wind" terminals came from?
  9136. wind:\
  9137.     :bs:\
  9138.     :co#80:li#24:\
  9139.     :cl=\EnP(\Eo:cm=\Ep%r%.%.:ho=\Ep\200\200:k1=\E5:\
  9140.     :k2=\E6:k3=\E7:k4=\E8:kd=\E2:kl=\E3:kr=\E4:ku=\E1:\
  9141.     :nd=^L:nl=^]:se=\Em^C:so=\Em^L:up=^K:
  9142. wind16:\
  9143.     :bs:\
  9144.     :co#80:li#16:\
  9145.     :cl=\EnP\020\Eo:cm=\Ep%r%.%.:ho=\Ep\200\200:nd=^L:\
  9146.     :nl=^]:se=\Em^C:so=\Em^L:up=^K:
  9147. wind40:\
  9148.     :bs:\
  9149.     :co#80:li#40:\
  9150.     :cl=\EnP(\Eo:cm=\Ep%r%.%.:ho=\Ep\200\200:nd=^L:nl=^]:\
  9151.     :se=\Em^C:so=\Em^L:up=^K:
  9152. # (wind50: corrected :cl=\EnP\128\062\Eo: -- esr)
  9153. wind50:\
  9154.     :bs:\
  9155.     :co#88:li#50:\
  9156.     :cl=\EnP2\Eo:cm=\Ep%r%.%.:ho=\Ep\200\200:k1=\E5:\
  9157.     :k2=\E6:k3=\E7:k4=\E8:kd=\E2:kl=\E3:kr=\E4:ku=\E1:\
  9158.     :nd=^L:nl=^]:se=\Em^C:so=\Em^L:up=^K:
  9159. # (xitex: removed obsolete ":ma=j^Jk^Pl :" -- esr)
  9160. xitex|xitex sct-100:\
  9161.     :bs:\
  9162.     :co#64:li#16:\
  9163.     :bl=^G:cd=\006\005:ce=\005:cl=\014:cm=\E=%+@%+@:\
  9164.     :cr=^M:do=^J:ho=^D:le=^H:nd=\E+@A:sf=^J:sr=\E=@@\013:\
  9165.     :up=^K:
  9166. plasma|plasma panel:\
  9167.     :am:bs:\
  9168.     :co#85:li#45:\
  9169.     :bl=^G:cl=^L:cr=^M:do=^J:ho=^^:le=^H:nd=^X:sf=^J:\
  9170.     :up=^V:
  9171.  
  9172. #### Homebrew and custom terminals
  9173. #
  9174.  
  9175. # Nu machine parameters taken from mit-vax.
  9176. #                         smc - 5/21/85
  9177. #
  9178. nuterminal:\
  9179.     :am:mi:ms:\
  9180.     :co#80:it#8:li#24:\
  9181.     :ae=\EG:al=1*\EL:as=\EF:cd=60\EJ:ce=10\EK:cl=60\EE:\
  9182.     :..cm=\EY%+ %+ :cr=^M:dc=2.5*\EN:dl=1*\EM:do=\EB:\
  9183.     :ei=\EO:ho=\EH:im=\E@:ip=2.5*:k1=\ES:k2=\ET:k3=\EU:\
  9184.     :k4=\EV:k5=\EW:k6=\EP:k7=\EQ:k8=\ER:kb=^H:kd=\EB:\
  9185.     :kh=\EH:kl=\ED:kr=\EC:ku=\EA:l6=blue:l7=red:l8=white:\
  9186.     :le=^H:nd=\EC:nw=^M^J:se=\Eq:sf=^J:so=\Ep:sr=\EI:\
  9187.     :ta=^I:up=\EA:ve=\Ey4:vs=\Ex4:
  9188. nu24|nuwindow:\
  9189.     :mi:ms:\
  9190.     :co#86:it#8:li#24:\
  9191.     :ae=\EG:al=1*\EL:as=\EF:cd=\EJ:ce=\EK:cl=\EE:\
  9192.     :..cm=\EY%+ %+ :cr=^M:dl=1*\EM:do=\EB:ei=\EO:ho=\EH:\
  9193.     :im=\E@:ip=2.5*:kb=^H:kd=\EB:kh=\EH:kl=\ED:kr=\EC:\
  9194.     :ku=\EA:le=^H:nd=\EC:nw=^M^J:se=\Eq:sf=^J:so=\Ep:\
  9195.     :sr=\EI:ta=^I:up=\EA:ve=\Ey4:vs=\Ex4:
  9196. bnu|nu51|bnuwindow:\
  9197.     :co#86:li#51:\
  9198.     :tc=nuterminal:
  9199. fnu|nu61|fnuwindow:\
  9200.     :co#86:li#61:\
  9201.     :tc=nuterminal:
  9202. nunix-30|nu-telnet-30|nu-half -- Half nu screen thru telnet:\
  9203.     :am:\
  9204.     :co#78:it#8:li#30:\
  9205.     :al=\EL:cd=\EJ:ce=\EK:cl=\EE:..cm=\EY%+ %+ :cr=^M:\
  9206.     :dl=\EM:do=\EB:ho=\EH:ip=2.5*:kb=^H:kd=^J:kl=^H:\
  9207.     :le=^H:nd=\EC:nw=^M^J:se=\Eq:sf=^J:so=\Ep:sr=\EI:\
  9208.     :ta=^I:up=\EA:
  9209. nunix-61|nu-telnet-61|nu-full| Full nu screen thru telnet:\
  9210.     :co#78:li#61:\
  9211.     :tc=nunix-30:
  9212.  
  9213. bch|bc|bill croft homebrew:\
  9214.     :am:bs:\
  9215.     :co#96:li#72:\
  9216.     :cl=^Z:cm=\E=%+ %+ :do=^J:ho=^^:le=^H:nd=^L:up=^K:\
  9217.     :vb=:
  9218. nucterm|rayterm|NUC homebrew:\
  9219.     :am:bs:\
  9220.     :co#80:li#24:\
  9221.     :bl=^G:cd=^E:ce=^A:cl=\014:cr=^M:do=^J:ho=^B:le=^H:\
  9222.     :ll=^K:nd=^C:sf=^J:up=^N:
  9223. carlock|klc:\
  9224.     :am:bs:\
  9225.     :co#80:li#24:\
  9226.     :al=^E:bl=^G:ce=^U:cl=\032:cm=\E=%+ %+ :cr=^M:\
  9227.     :dc=\177:dl=^D:do=^J:ei=^T:ho=^^:im=^T:nd=^L:se=^V:\
  9228.     :sf=^J:so=^V:up=^K:vb=\EV\EV:
  9229. # uVAX
  9230. qdss|qdcons|qdss glass tty:\
  9231.     :am:bs:\
  9232.     :co#128:li#57:\
  9233.     :cl=1\032:cm=\E=%.%.:do=^J:le=^H:nd=^L:up=^K:
  9234. # (ubell: removed obsolete ":ma=j^Jk^P^K^Pl :";
  9235. # mapped ":pt:" to default tabs; removed obsolete ":bc=^Y:" -- esr)
  9236. ubell|ubellchar:\
  9237.     :am:bs:pt:\
  9238.     :co#80:li#24:\
  9239.     :bl=^G:ce=\Ed:cl=^Z:cm=\E=%+ %+ :cr=^M:do=^J:ho=^^:\
  9240.     :le=^H:nd=^L:sf=^J:ta=^I:up=^K:
  9241. ttywilliams:\
  9242.     :am:\
  9243.     :co#80:li#12:\
  9244.     :bl=^G:ce=^_:cl=^^:cr=^M:do=^K:ho=^]:le=^Y:nd=^X:\
  9245.     :sf=^J:up=^Z:
  9246. ######## ICH/ICH1 VERSUS RMIR/SMIR
  9247. #
  9248. # Some non-curses applications get confused if both ich/ich1 and rmir/smir
  9249. # are present; the symptom is doubled characters in an update using insert.
  9250. # These applications are technically correct; in both 4.3BSD termcap and
  9251. # terminfo, you're not actually supposed to specify both ich/ich1 and rmir/smir
  9252. # unless the terminal needs both.  This requirement is now rare; most ich
  9253. # sequences do not require previous smir, and most smir insert modes do not
  9254. # require ich1 before each character.
  9255. #
  9256. # For ncurses-based applications this is not a problem, as ncurses uses
  9257. # one or the other as appropriate but never mixes the two.  Therefore we
  9258. # have not corrected entries like `linux' and `xterm' that specify both.
  9259. # If you see doubled characters from these, use the linux-nic and xterm-nic
  9260. # entries that suppress ich/ich1.
  9261. #
  9262. ######## ANSI/VT100/PC-TERM TERMINAL STANDARDS
  9263. #
  9264. # ANSI Standard (X3.64) Control Sequences for Video Terminals and Peripherals
  9265. # Most of the content of this comment is adapted from a table prepared by
  9266. # Richard Shuford, based on a 1984 Byte article.  Terminfo correspondences
  9267. # and discussion of some terminfo-related issues have been added.
  9268. #
  9269. # The table is a complete list of the defined ANSI X.364 control sequences.
  9270. # In the main table, \E stands for an escape (\033) character, SPC for space.
  9271. # Pn stands for a single numeric parameter to be inserted in decimal ASCII.
  9272. # Ps stands for a list of such parameters separated by semicolons
  9273. #
  9274. #                                                   Default    Type
  9275. # Sequence     Sequence                             Parameter   or
  9276. # Mnemonic     Name              Sequence           Value      Mode   terminfo
  9277. # -----------------------------------------------------------------------------
  9278. # APC  Applicatn Program Command \E Fe               -         Delim  -
  9279. # CBT  Cursor Backward Tab       \E [ Pn Z           1         eF     cbt
  9280. # CCH  Cancel Previous Character \E T                -         -      -
  9281. # CHA  Cursor Horzntal Absolute  \E [ Pn G           1         eF     hpa (1)
  9282. # CHT  Cursor Horizontal Tab     \E [ Pn I           1         eF     tab (2)
  9283. # CNL  Cursor Next Line          \E [ Pn E           1         eF     nel (3)
  9284. # CPL  Cursor Preceding Line     \E [ Pn F           1         eF     -
  9285. # CPR  Cursor Position Report    \E [ Pn ; Pn R      1, 1      -      -
  9286. # CSI  Control Sequence Intro    \E [                -         Intro  -
  9287. # CTC  Cursor Tab Control        \E [ Ps W           0         eF     -
  9288. # CUB  Cursor Backward           \E [ Pn D           1         eF     cub
  9289. # CUD  Cursor Down               \E [ Pn B           1         eF     cud
  9290. # CUF  Cursor Forward            \E [ Pn C           1         eF     cuf
  9291. # CUP  Cursor Position           \E [ Pn ; Pn H      1, 1      eF     cup (4)
  9292. # CUU  Cursor Up                 \E [ Pn A           1         eF     cuu
  9293. # CVT  Cursor Vertical Tab       \E [ Pn Y           -         eF     -
  9294. # DA   Device Attributes         \E [ Pn c           0         -      -
  9295. # DAQ  Define Area Qualification \E [ Ps o           0         -      -
  9296. # DCH  Delete Character          \E [ Pn P           1         eF     dch
  9297. # DCS  Device Control String     \E P                -         Delim  -
  9298. # DL   Delete Line               \E [ Pn M           1         eF     dl
  9299. # DMI  Disable Manual Input      \E \                -         Fs     -
  9300. # DSR  Device Status Report      \E [ Ps n           0         -      -
  9301. # EA   Erase in Area             \E [ Ps O           0         eF     -
  9302. # ECH  Erase Character           \E [ Pn X           1         eF     ech
  9303. # ED   Erase in Display          \E [ Ps J           0         eF     ed  (5)
  9304. # EF   Erase in Field            \E [ Ps N           0         eF     -
  9305. # EL   Erase in Line             \E [ Ps K           0         eF     el  (5)
  9306. # EMI  Enable Manual Input       \E b                          Fs     -
  9307. # EPA  End of Protected Area     \E W                -         -      -
  9308. # ESA  End of Selected Area      \E G                -         -      -
  9309. # FNT  Font Selection            \E [ Pn ; Pn SPC D  0, 0      FE     -
  9310. # GSM  Graphic Size Modify       \E [ Pn ; Pn SPC B  100, 100  FE     -
  9311. # GSS  Graphic Size Selection    \E [ Pn SPC C       none      FE     -
  9312. # HPA  Horz Position Absolute    \E [ Pn `           1         FE     (1)
  9313. # HPR  Horz Position Relative    \E [ Pn a           1         FE     (6)
  9314. # HTJ  Horz Tab w/Justification  \E I                -         FE     (2)
  9315. # HTS  Horizontal Tab Set        \E H                -         FE     hts
  9316. # HVP  Horz & Vertical Position  \E [ Pn ; Pn f      1, 1      FE     (4)
  9317. # ICH  Insert Character          \E [ Pn @           1         eF     ich
  9318. # IL   Insert Line               \E [ Pn L           1         eF     il
  9319. # IND  Index                     \E D                -         FE     -
  9320. # INT  Interrupt                 \E a                -         Fs     -
  9321. # JFY  Justify                   \E [ Ps SPC F       0         FE     -
  9322. # MC   Media Copy                \E [ Ps i           0         -      -
  9323. # MW   Message Waiting           \E U                -         -      -
  9324. # NEL  Next Line                 \E E                -         FE     nel (3)
  9325. # NP   Next Page                 \E [ Pn U           1         eF     -
  9326. # OSC  Operating System Command  \E ]                -         Delim  -
  9327. # PLD  Partial Line Down         \E K                -         FE     -
  9328. # PLU  Partial Line Up           \E L                -         FE     -
  9329. # PM   Privacy Message           \E ^                -         Delim  -
  9330. # PP   Preceding Page            \E [ Pn V           1         eF     -
  9331. # PU1  Private Use 1             \E Q                -         -      -
  9332. # PU2  Private Use 2             \E R                -         -      -
  9333. # QUAD Typographic Quadding      \E [ Ps SPC H       0         FE     -
  9334. # REP  Repeat Char or Control    \E [ Pn b           1         -      rep
  9335. # RI   Reverse Index             \E M                -         FE     -
  9336. # RIS  Reset to Initial State    \E c                -         Fs     -
  9337. # RM   Reset Mode                \E [ Ps l           none      -      -
  9338. # SD   Scroll Down               \E [ Pn T           1         eF     rin
  9339. # SEM  Select Edit Extent Mode   \E [ Ps Q           0         -      -
  9340. # SGR  Select Graphic Rendition  \E [ Ps m           0         FE     sgr (7)
  9341. # SL   Scroll Left               \E [ Pn SPC @       1         eF     -
  9342. # SM   Select Mode               \E [ Ps h           none      -      -
  9343. # SPA  Start of Protected Area   \E V                -         -      -
  9344. # SPI  Spacing Increment         \E [ Pn ; Pn SPC G  none      FE     -
  9345. # SR   Scroll Right              \E [ Pn SPC A       1         eF     -
  9346. # SS2  Single Shift 2 (G2 set)   \E N                -         Intro  -
  9347. # SS3  Single Shift 3 (G3 set)   \E O                -         Intro  -
  9348. # SSA  Start of Selected Area    \E F                -         -      -
  9349. # ST   String Terminator         \E \                -         Delim  -
  9350. # STS  Set Transmit State        \E S                -         -      -
  9351. # SU   Scroll Up                 \E [ Pn S           1         eF     indn
  9352. # TBC  Tab Clear                 \E [ Ps g           0         FE     tbc
  9353. # TSS  Thin Space Specification  \E [ Pn SC E        none      FE     -
  9354. # VPA  Vert Position Absolute    \E [ Pn d           1         FE     vpa
  9355. # VPR  Vert Position Relative    \E [ Pn e           1         FE     (8)
  9356. # VTS  Vertical Tabulation Set   \E J                -         FE     -
  9357. # ---------------------------------------------------------------------------
  9358. #
  9359. # Notes:
  9360. #
  9361. # (1) There seems to be some confusion abroad between CHA and HPA.  Most
  9362. # `ANSI' terminals accept the CHA sequence, not the HPA. but terminfo calls
  9363. # the capability (hpa).
  9364. #
  9365. # (2) CHT corresponds to terminfo (tab).  Usually it has the value ^I.
  9366. # Occasionally (as on, for example, certain HP terminals) this has the HTJ
  9367. # value.
  9368. #
  9369. # (3) terminfo (nel) is usually \r\n rather than ANSI \EE.
  9370. #
  9371. # (4) CUP and HVP are identical in effect.  Some ANSI.SYS versions accept
  9372. # HVP, but always allow CUP as an alternate.
  9373. #
  9374. # (5) See the VT100 discussion for the meaning of the ED parameter.
  9375. # (6) Some ANSI.SYS versions accept HPR, but more commonly `ANSI' terminals
  9376. # use CUF for this function and ignore HPR
  9377. #
  9378. # (7) In SGR, the ANSI.SYS values for attributes are now nearly universal.
  9379. #
  9380. # (8) Some ANSI.SYS versions accept VPR, but more commonly `ANSI' terminals
  9381. # use CUD for this function and ignore VPR.
  9382. #
  9383. # ---------------------------------------------------------------------------
  9384. # Abbreviations:
  9385. #
  9386. # Intro  an Introducer of some kind of defined sequence; the normal 7-bit
  9387. #        X3.64 Control Sequence Introducer is the two characters "Escape ["
  9388. # Delim  a Delimiter
  9389. # x/y    identifies a character by position in the ASCII table (column/row)
  9390. # eF     editor function (see explanation)
  9391. # FE     format effector (see explanation)
  9392. # F      is a Final character in
  9393. #             an Escape sequence (F from 3/0 to 7/14 in the ASCII table)
  9394. #             a control sequence (F from 4/0 to 7/14)
  9395. # Gs     is a graphic character appearing in strings (Gs ranges from
  9396. #        2/0 to 7/14) in the ASCII table
  9397. # Ce     is a control represented as a single bit combination in the C1 set
  9398. #        of controls in an 8-bit character set
  9399. # C0     the familiar set of 7-bit ASCII control characters
  9400. # C1     roughly, the set of control characters available only in 8-bit systems.
  9401. #        This is too complicated to explain fully here, so read Jim Fleming's
  9402. #        article in the February 1983 BYTE, especially pages 214 through 224.
  9403. # Fe     is a Final character of a 2-character Escape sequence that has an
  9404. #        equivalent representation in an 8-bit environment as a Ce-type
  9405. #        (Fe ranges from 4/0 to 5/15)
  9406. # Fs     is a Final character of a 2-character Escape sequence that is
  9407. #        standardized internationally with identical representation in 7-bit
  9408. #        and 8-bit environments and is independent of the currently
  9409. #        designated C0 and C1 control sets (Fs ranges from 6/0 to 7/14)
  9410. # I      is an Intermediate character from 2/0 to 2/15 (inclusive) in the
  9411. #        ASCII table
  9412. # P      is a parameter character from 3/0 to 3/15 (inclusive) in the ASCII
  9413. #        table
  9414. # Pn     is a numeric parameter in a control sequence, a string of zero or
  9415. #        more characters ranging from 3/0 to 3/9 in the ASCII table
  9416. # Ps     is a variable number of selective parameters in a control sequence
  9417. #        with each selective parameter separated from the other by the code
  9418. #        3/11 (which usually represents a semicolon); Ps ranges from
  9419. #        3/0 to 3/9 and includes 3/11
  9420. # Format Effectors versus Editor Functions
  9421. # A format effector specifies how following output is to be displayed.
  9422. # An editor function allows you to modify the display.  Informally
  9423. # format effectors may be destructive; format effectors should not be.
  9424. # For instance, a format effector that moves the "active position" (the 
  9425. # cursor or equivalent) one space to the left would be useful when you want to
  9426. # create an overstrike, a compound character made of two standard characters
  9427. # overlaid. Control-H, the Backspace character, is actually supposed to be a
  9428. # format effector, so you can do this. But many systems use it in a
  9429. # nonstandard fashion, as an editor function, deleting the character to the
  9430. # left of the cursor and moving the cursor left. When Control-H is assumed to
  9431. # be an editor function, you cannot predict whether its use will create an
  9432. # overstrike unless you also know whether the output device is in an "insert
  9433. # mode" or an "overwrite mode". When Control-H is used as a format effector,
  9434. # its effect can always be predicted. The familiar characters carriage
  9435. # return, linefeed, formfeed, etc., are defined as format effectors.
  9436. #
  9437. # The ANSI Standard
  9438. # The complete document describing the standard,  "ANSI X3.64-1979:
  9439. # Additional Controls for Use with the American National Standard
  9440. # Code for Information Interchange," can be ordered for $13.50 (plus
  9441. # $4 postage) from
  9442. #      Standards Sales Department
  9443. #      American National Standards Institute
  9444. #      1430 Broadway
  9445. #      New York, NY 10018
  9446. #      212/354-3300
  9447. # It's best to read the full standard before using it. It also helps
  9448. # to have copies of the related standards "X3.4-1977: American
  9449. # National Standard Code for Information Interchange" (the ASCII
  9450. # standard) and "X3.41.1974: Code-Extension Techniques for Use with
  9451. # the 7-Bit Coded Character Set of American National Standard for
  9452. # Information Interchange."
  9453. # NOTES ON THE DEC VT100 IMPLEMENTATION
  9454. # Control sequences implemented in the VT100 are as follows:
  9455. #      CPR, CUB, CUD, CUF, CUP, CUU, DA, DSR, ED, EL, HTS, HVP, IND,
  9456. #      LNM, NEL, RI, RIS, RM, SGR, SM, TBC
  9457. # plus several private DEC commands.
  9458. # Erasing parts of the display (EL and ED) in the VT100 is performed thus:
  9459. #      Erase from cursor to end of line           Esc [ 0 K    or Esc [ K
  9460. #      Erase from beginning of line to cursor     Esc [ 1 K
  9461. #      Erase line containing cursor               Esc [ 2 K
  9462. #      Erase from cursor to end of screen         Esc [ 0 J    or Esc [ J
  9463. #      Erase from beginning of screen to cursor   Esc [ 1 J
  9464. #      Erase entire screen                        Esc [ 2 J
  9465. # The VT100 responds to receiving the DA (Device Attributes) control
  9466. #      Esc [ c    (or Esc [ 0 c)
  9467. # by transmitting the sequence
  9468. #      Esc [ ? l ; Ps c
  9469. # where Ps is a character that describes installed options.
  9470. # The VT100's cursor location can be read with the DSR (Device Status
  9471. # Report) control
  9472. #      Esc [ 6 n
  9473. # The VT100 reports by transmitting the CPR sequence
  9474. #      Esc [ Pl ; Pc R
  9475. # where Pl is the line number and Pc is the column number (in decimal).
  9476. # The specification for the DEC VT100 is document EK-VT100-UG-003.
  9477. # NOTES ON `PC-TERM' COMPATIBILITY
  9478. #
  9479. # The MS-DOS ANSI.SYS driver has set the de-facto standard for attribute
  9480. # and color values in the SGR string.  These are as follows:
  9481. #
  9482. # 0    all attributes off
  9483. # 1    foreground bright
  9484. # 4    underscore on
  9485. # 5    blink on/background bright (not reliable with brown)
  9486. # 7    reverse-video
  9487. # 8    set blank (non-display)
  9488. # 10    set primary font
  9489. # 11    set first alternate font (on PCs, display ROM characters 1-31)
  9490. # 12    set second alternate font (on PCs, display IBM high-half chars)
  9491. #
  9492. #            Color attribute sets
  9493. # 3n    set foreground color       / 0=black, 1=red,     2=green, 3=brown,
  9494. # 4n    set background color       \ 4=blue,  5=magenta, 6=cyan,  7=white
  9495. # Bright black becomes gray.  Bright brown becomes yellow,
  9496. #    
  9497. # * Many VGA cards (such as the Paradise and compatibles) do the wrong thing
  9498. #   when you try to set a "bright brown" (yellow) background with attribute
  9499. #   5 (you get a blinking yellow foreground instead).  A few displays
  9500. #   (including the System V console) support an attribute 6 that undoes this
  9501. #   braindamage.
  9502. #
  9503. # * Some older versions of ANSI.SYS have a bug that causes thems to require
  9504. #   ESC [ Pn k as EL rather than the ANSI ESC [ Pn K.
  9505.  
  9506. ######## NONSTANDARD CAPABILITY TRANSLATIONS USED IN THIS FILE
  9507. #
  9508. # The historical termcap file entries were written primarily in 4.4BSD termcap.
  9509. # The 4.4BSD termcap set was substantially larger than the original 4.1BSD set,
  9510. # with the extension names chosen for compatibility with the termcap names
  9511. # assigned in System V terminfo.  There are some variant extension sets out
  9512. # there.  We try to describe them here.
  9513. #
  9514. # XENIX extensions:
  9515. #
  9516. # The XENIX extensions include a set of function-key capabilities as follows:
  9517. #
  9518. #       code    XENIX variable name    terminfo name    name clashes?
  9519. #    ----    -------------------    -------------    -----------------------
  9520. #    CL    key_char_left
  9521. #    CR    key_char_right
  9522. #    CW    key_change_window            create_window
  9523. #    EN    key_end              kend
  9524. #    HM    key_home        khome
  9525. #    HP    ??
  9526. #    LD    key_delete_line      kdl1
  9527. #    LF    key_linefeed                 label_off
  9528. #    NU    key_next_unlocked_cell
  9529. #    PD    key_page_down       knp
  9530. #    PL    ??
  9531. #    PN    start_print        mc5
  9532. #    PR    ??
  9533. #    PS    stop_print        mc4
  9534. #    PU    key_page_up         kpp        pulse
  9535. #    RC    key_recalc                remove_clock
  9536. #    RF    key_toggle_ref                req_for_input
  9537. #    RT    key_return          kent
  9538. #    UP    key_up_arrow               kcuu1       parm_up_cursor
  9539. #    WL    key_word_left
  9540. #    WR    key_word_right
  9541. #
  9542. # The XENIX extensions also include the following character-set and highlight
  9543. # capabilities:
  9544. #
  9545. #    XENIX    terminfo    function
  9546. #    -----    --------    ------------------------------
  9547. #    GS    smacs        start alternate character set
  9548. #    GE    rmacs        end alternate character set
  9549. #    GG            :as:/:ae: glitch (analogous to :sg:/:ug:)
  9550. #    bo    blink        begin blink (not used in /etc/termcap)
  9551. #    be            end blink (not used in /etc/termcap)
  9552. #    bb            blink glitch  (not used in /etc/termcap)
  9553. #    it    dim        begin dim (not used in /etc/termcap)
  9554. #    ie            end dim (not used in /etc/termcap)
  9555. #    ig            dim glitch  (not used in /etc/termcap)
  9556. #
  9557. # XENIX also supposedly uses the following forms-drawing capabilities:
  9558. #
  9559. #    single    double type
  9560. #    ------    ------    -------------
  9561. #    gv    GV    vertical line (|)
  9562. #    gh    GH    horizontal line (-)
  9563. #    g1    G1    top right corner
  9564. #    g4    G4    bottom right corner (_|)
  9565. #    g2    G2    top left corner
  9566. #    g3    G3    bottom left corner (|_)
  9567. #    gd    GD    down-tick character (T)
  9568. #    gl    GL    left-tick character (-|)
  9569. #    gr    GR    right-tick character (|-)
  9570. #    gc    GC    middle intersection (-|-)
  9571. #    gu    GU    up-tick character (_|_)
  9572. #
  9573. # However, there is some confusion about case.  The scoansi entry uses
  9574. # mixed-case versions of these, and the historical ibmpcx, lisa, trs16, and fos
  9575. # entries have only the uppercase versions.  Accordingly, the ncurses tools
  9576. # don't try to translate these.
  9577. #
  9578. # AT&T Extensions:
  9579. #
  9580. # The old AT&T 5410, 5420, 5425, pc6300plus, 610, and s4 entries used a set of
  9581. # nonstandard capabilities.  Its signature is the KM capability, used to name
  9582. # some sort of keymap file.  EE, BO, CI, CV, XS, DS, FL and FE are in this
  9583. # set.  Comments in the original, and a little cross-checking with other AT&T
  9584. # documentation, seem to establish that BO=:mr: (start reverse video), DS=:mh:
  9585. # (start dim), XS=:mk: (secure/invisible mode), EE=:me: (end highlights),
  9586. # FL=:LO: (enable soft labels), FE=:LF: (disable soft labels), CI=:vi: (make
  9587. # cursor invisible), and CV=:ve: (make cursor normal).
  9588. #
  9589. # TC Extensions:
  9590. #
  9591. # There is a set of extended termcaps associated with something
  9592. # called the "Terminal Control" or TC package created by MainStream Systems,
  9593. # Winfield Kansas.  This one also uses GS/GE for as/ae, and also uses
  9594. # CF for civis and CO for cvvis.  Finally, they define a boolean :ct:
  9595. # that flags color terminals.
  9596.  
  9597. ######## CHANGE HISTORY
  9598. #
  9599. # 9.1.0 (Wed Feb  1 04:50:32 EST 1995):
  9600. #    * First terminfo master translated from 8.3.
  9601. # 9.2.0 (Wed Feb  1 12:21:45 EST 1995):
  9602. #    * Replaced Wyse entries with updated entries supplied by vendor.
  9603. # 9.3.0 (Mon Feb  6 19:14:40 EST 1995):
  9604. #    * Added contact & status info from G. Clark Brown <clark@sssi.com>.
  9605. # 9.3.1 (Tue Feb  7 12:00:24 EST 1995):
  9606. #    * Better XENIX keycap translation.  Describe TC termcaps.
  9607. #    * Contact and history info supplied by Qume.
  9608. # 9.3.2 (Sat Feb 11 23:40:02 EST 1995):
  9609. #    * Raided the Shufort FTP site for recent termcaps/terminfos.
  9610. #    * Added information on X3.64 and VT100 standard escape sequences.
  9611. # 9.3.3 (Mon Feb 13 12:26:15 EST 1995):
  9612. #    * Added a correct X11R6 xterm entry.
  9613. #    * Fixed terminfo translations of padding.
  9614. # 9.3.4 (Wed Feb 22 19:27:34 EST 1995):
  9615. #    * Added correct acsc/smacs/rmacs strings for vt100 and xterm.
  9616. #    * Added u6/u7/u8/u9 capabilities.
  9617. #    * Added PCVT entry.
  9618. # 9.3.5 (Thu Feb 23 09:37:12 EST 1995):
  9619. #    * Emacs uses :so:, not :mr:, for its mode line.  Fix linux entry
  9620. #      to use reverse-video standout so Emacs will look right.
  9621. #    * Added el1 capability to ansi.
  9622. #    * Added smacs/rmacs to ansi.sys.
  9623. # 9.4.0 (Sat Feb 25 16:43:25 EST 1995):
  9624. #    * New mt70 entry.
  9625. #    * Added COPYRIGHTS AND OTHER DELUSIONS.
  9626. #    * Added AT&T 23xx & 500/513, vt220 and vt420, opus3n1+, netronics
  9627. #      smartvid & smarterm, ampex 175 & 219 & 232,
  9628. #      env230, falco ts100, fluke, intertube, superbrain, ncr7901, vic20,
  9629. #      ozzie, trs200, tr600, Tandy & Texas Instruments VDTs, intext2,
  9630. #      screwpoint, fviewpoint, Contel Business Systems, Datamedia Colorscan,
  9631. #      adm36, mime314, ergo4000, ca22851.  Replaced att7300, esprit, dd5500.
  9632. #    * Replaced the Perkin-Elmer entries with vendor's official ones.
  9633. #    * Restored the old minimal-ansi entry, luna needs it.
  9634. #    * Fixed some incorrect ip and proportional-padding translations.
  9635. # 9.4.1 (Mon Feb 27 14:18:33 EST 1995):
  9636. #    * Fix linux & AT386 sgr strings to do A_ALTCHARSET turnoff correctly.
  9637. #    * Make the xterm entry 65 lines again; create xterm25 and xterm24
  9638. #      to force a particular height.
  9639. #    * Added beehive4 and reorganized other Harris entries.
  9640. # 9.4.2 (Thu Mar  9 01:45:44 EST 1995):
  9641. #    * Merged in DEC's official entries for its terminals.  The only old
  9642. #      entry I kept was Doug Gwyn's alternate vt100 (as vt100-avo).
  9643. #    * Replaced the translated BBN Bitgraph entries with purpose-built
  9644. #      ones from AT&T's SVr3.
  9645. #    * Replaced the AT&T entries with AT&T's official terminfos.
  9646. #    * Added teleray 16, vc415, cops10. 
  9647. #    * Merged in many individual capabilities from SCO terminfo files.
  9648. # 9.4.3 (Mon Mar 13 02:37:53 EST 1995):
  9649. #    * Typo fixes.
  9650. #    * Change linux entry so A_PROTECT enables IBM-PC ROM characters.
  9651. # 9.4.4 (Mon Mar 27 12:32:35 EST 1995):
  9652. #    * Added tty35, Ann Arbor Guru series. vi300 and 550, cg7900, tvi803,
  9653. #      pt210, ibm3164, IBM System 1, ctrm, Tymshare scanset, dt200, adm21,
  9654. #      simterm, citoh and variants.
  9655. #    * Replaced sol entry with sol1 and sol2.
  9656. #    * Replaced Qume QVT and Freedom-series entries with purpose-built
  9657. #      terminfo entries.
  9658. #    * Enhanced vt220, tvi910, tvi924, hpterm, hp2645, adm42, tek
  9659. #      and dg200 entries using caps from from SCO.
  9660. #    * Added the usual set of function-key mappings to ANSI entry.
  9661. #    * Corrected xterm's function-key capabilities.
  9662. # 9.4.5 (Tue Mar 28 14:27:49 EST 1995):
  9663. #    * Fix in xterm entry, cub and cud are not reliable under X11R6.
  9664. # 9.4.6 (Thu Mar 30 14:52:15 EST 1995):
  9665. #    * Fix in xterm entry, get the arrow keys right.
  9666. #    * Change some \0 escapes to \200.
  9667. # 9.4.7 (Tue Apr  4 11:27:11 EDT 1995)
  9668. #    * Added apple (Videx card), adm1a, oadm31.
  9669. #    * Fixed malformed ampex csr.
  9670. #    * Fixed act4, cyb110; they had old-style prefix padding left in. 
  9671. #    * Changed mandatory to advisory padding in many entries.
  9672. #    * Replaced HP entries up to hpsub with purpose-built ones.
  9673. #    * Blank rmir/smir/rmdc/smdc capabilities removed.
  9674. #    * Small fixes merged in from SCO entries for lpr, fos, tvi910+, tvi924.
  9675. # 9.4.8 (Fri Apr  7 09:36:34 EDT 199):
  9676. #    * Replaced the Ann Arbor entries with SCO's, the init strings are
  9677. #      more efficient (but the entries otherwise identical).
  9678. #    * Added dg211 from Shuford archive.
  9679. #    * Added synertek, apple-soroc, ibmpc, pc-venix, pc-coherent, xtalk,
  9680. #      adm42-nl, pc52, gs6300, xerox820, uts30.
  9681. #    * Pull SCO's padding into vi200 entry.
  9682. #    * Improved capabilities for tvi4107 and other Televideo and Viewpoint
  9683. #      entries merged in from SCO's descriptions.
  9684. #    * Fixed old-style prefix padding on zen50, h1500.
  9685. #    * Moved old superbee entry to superbee-xsb, pulled in new superbee
  9686. #      entry from SCO's description.
  9687. #    * Reorganized the special entries.
  9688. #    * Added lm#0 to cbunix and virtual entries.
  9689. #
  9690. # 9.5.0 (Mon Apr 10 11:30:00 EDT 1995):
  9691. #    * Restored cdc456tst.
  9692. #    * Fixed sb1 entry, SCO erroneously left out the xsb glitch.
  9693. #    * Added megatek, beacon, microkit.
  9694. #    * Freeze for ncurses-1.9 release.
  9695. #
  9696. # 9.5.1 (Fri Apr 21 12:46:42 EDT 1995):
  9697. #    * Added historical data for TAB.
  9698. #    * Comment fixes from David MacKenzie.
  9699. #    * Added the new BSDI pc3 entry.
  9700. #
  9701. # 9.5.2 (Tue Apr 25 17:27:52 EDT 1995)
  9702. #    * A change in the tic -C logic now ensures that all entries in 
  9703. #      the termcap translation will fit in < 1024 bytes.
  9704. #    * Added `bobcat' and `gator' HP consoles and the Nu machine entries
  9705. #      from GNU termcap file.  This merges in all their local information.
  9706. #
  9707. # 9.5.3 (Tue Apr 25 22:28:13 EDT 1995)
  9708. #    * Changed tic -C logic to dump all capabilities used by GNU termcap.
  9709. #    * Added warnings about entries with long translations (restoring
  9710. #      all the GNU termcaps pushes a few over the edge).
  9711. #
  9712. # 9.5.4 (Wed Apr 26 15:35:09 EDT 1995)
  9713. #    * Yet another tic change, and a couple of entry tweaks, to reduce the
  9714. #      number of long (> 1024) termcap translations back to 0.
  9715. #
  9716. # 9.6.0 (Mon May  1 10:35:54 EDT 1995)
  9717. #    * Added kf13-kf20 to Linux entry.
  9718. #    * Regularize Prime terminal names.
  9719. #    * Historical data on Synertek.
  9720. #    * Freeze for ncurses-1.9.1.
  9721. #
  9722. # 9.6.1 (Sat May  6 02:00:52 EDT 1995):
  9723. #    * Added true xterm-color entry, renamed djm's pseudo-color entry.
  9724. #    * Eliminate whitespace in short name fields, this tanks some scripts.
  9725. #    * Name field changes to shorten some long entries.
  9726. #    * Termcap translation now automatically generates empty rmir/smir
  9727. #      when ich1/ich is present (copes with an ancient vi bug).
  9728. #    * Added `screen' entries from FSF's screen-3.6.2.
  9729. #    * Added linux-nic and xterm-nic entries.
  9730. #
  9731. # 9.6.2 (Sat May  6 17:00:55 EDT 1995):
  9732. #    * Change linux entry to use smacs=\E[11m and have an explicit acsc,
  9733. #      eliminating some special-case code in ncurses.
  9734. #
  9735. # 9.7.0 (Tue May  9 18:03:12 EDT 1995):
  9736. #    * Added vt320-k3, rsvidtx from the Emacs termcap.dat file.  I think
  9737. #      that captures everything unique from it.
  9738. #    * Added reorder script generator.
  9739. #    * Freeze for ncurses 1.9.2 release.
  9740. #
  9741. # 9.7.1 (Thu Jun 29 09:35:22 EDT 1995):
  9742. #    * Added Sean Farley's kspd, flash, rs1 capabilities for linux.
  9743. #    * Added Olaf Siebert's corrections for adm12.
  9744. #    * ansi-pc-color now includes the colors and pairs caps, so that
  9745. #      entries which use it will inherit them automatically.
  9746. #    * The linux entry can now recognize the center (keypad 5) key.
  9747. #    * Removed some junk that found its way into Linux acsc.
  9748. #
  9749. # 9.8.0 (Fri Jul  7 04:46:57 EDT 1995):
  9750. #    * Add 50% cut mark as a desperate hack to reduce tic's core usage.
  9751. #    * xterm doesn't try to use application keypad mode any more.
  9752. #    * Freeze for ncurses-1.9.3 release.
  9753. #
  9754. # 9.8.1 (Thu Jul 19 17:02:12 EDT 1995):
  9755. #    * Added corrected sun entry from vendor.
  9756. #    * Added csr capability to linux entry.
  9757. #    * Peter Wemm says the at386 hpa should be \E[%i%p1%dG, not \E[%p1%dG.
  9758. #    * Added vt102-nsgr to cope with stupid IBM PC `VT100' emulators.
  9759. #    * Some commented-out caps in long entries come back in, my code 
  9760. #      for computing string-table lengths had a bug in it.
  9761. #    * pcansi series modified to fit comm-program reality better.
  9762. #
  9763. ######## REORDER
  9764. #
  9765. # Older termcap distributions featured a kluge called `reorder' intended to
  9766. # time-optimize access to selected terminals by moving them to the front of
  9767. # the file.  This is obsolete under terminfo, but for completeness's sake
  9768. # we give a reorder script generator here (strip off the leading #s to use).
  9769. #
  9770. #: mkreorder --  generate script to optimize access to given terminal types
  9771. #:
  9772. #: entries named on command line will be sorted to the front in reverse order
  9773. #echo "ed -- termcap <<EOF"
  9774. #for x in $*
  9775. #do
  9776. #    echo "/^$x[|:]/;.,/^[a-z#]/-1m0"
  9777. #done
  9778. #echo "0a"
  9779. #echo "."
  9780. #echo "w termcap.sorted"
  9781. #echo "q"
  9782. #echo "EOF"
  9783. #:end of script
  9784. #
  9785. # Invoke this script like this:
  9786. #
  9787. #    mkreorder h19 wy60 vt100 >reorder
  9788. #
  9789. # The following sets edit modes for GNU EMACS
  9790. # Local Variables:
  9791. # fill-prefix:"\t"
  9792. # fill-column:75
  9793. # End:
  9794. ######## SHANTIH!  SHANTIH!  SHANTIH!
  9795.