home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 49 / PCPP49b.iso / freebies / BeOS5-PersonalEdition / data1.cab / Data_Files / image.be / beos / etc / termcap < prev    next >
Encoding:
Text File  |  2000-03-24  |  398.2 KB  |  9,999 lines

  1.  
  2. # bebox -- an ansi style termcap entry without all the tc= fields which
  3. # gnu termcap doesn't grok properly (we put this at the top of the file
  4. # so the termcap library finds this faster).
  5. ansi|beterm|ANSI BeOS Terminal:\
  6.     :am:eo:mi:ms:xn:xo:\
  7.     :Co#8:co#80:it#8:li#25:pa#64:\
  8.     :&7=^Z:@7=\E[4~:AB=\E[4%p1%dm:AF=\E[3%p1%dm:\
  9.     :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:F1=\E[21~:F2=\E[22~:\
  10.     :IC=\E[%d@:\
  11.     :K2=\E[G:Sb=\E[%+(m:Sf=\E[%+^^m:\
  12.     :al=\E[L::bl=^G:cd=\E[J:ce=\E[K:\
  13.     :ch=\E[%i%dG:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
  14.     :cs=\E[%i%d;%dr:ct=\E[3g:cv=\E[%i%dd:dc=\E[P:dl=\E[M:\
  15.     :do=^J:ei=\E[4l:ho=\E[H:ic=\E[@:im=\E[4h:k1=\E[11~:\
  16.     :k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:k6=\E[16~:\
  17.     :k7=\E[17~:k8=\E[18~:k9=\E[19~:k;=\E[20~:\
  18.     :kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^h:kd=\E[B:\
  19.     :kh=\E[1~:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:\
  20.     :md=\E[1m:me=\E[0;10m:mh=\E[2m:mk=\E[8m:mr=\E[7m:\
  21.     :nd=\E[C:nw=^M^J:op=\E[m:r1=\Ec:rc=\E8:\
  22.     :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
  23.     :u6=\E[%i%d;%dR:u7=\E[6n:u8=\E[?6c:u9=\E[c:ue=\E[24m:\
  24.     :up=\E[A:us=\E[4m:vb=200\E[?5h\E[?5l:ve=\E[?25h:\
  25.     :vi=\E[?25l:
  26.  
  27. ####### TERMINAL TYPE DESCRIPTIONS SOURCE FILE
  28. #
  29. #    Version 9.8.1
  30. #    termcap syntax
  31. #
  32. #    Eric S. Raymond        (current maintainer)
  33. #    John Kunze, Berkeley
  34. #    Craig Leres, Berkeley
  35. #
  36. # Please e-mail changes to terminfo@ccil.org.  The old termcap@berkeley.edu
  37. # address is no longer valid.
  38. #
  39. # PURPOSE OF THIS FILE:
  40. #
  41. # This file describes the capabilities of various character-cell terminals,
  42. # as needed by software such as screen-oriented editors.
  43. #
  44. # Pointers to related resources (including the ncurses distribution) may
  45. # be found at <http://www.ccil.org/~esr/ncurses.html>.
  46. #
  47. # FILE FORMAT:
  48. #
  49. # The version you are looking at may be in any of three formats: master
  50. # (terminfo with OT capabilities), stock terminfo, or termcap.  You can tell
  51. # which by the format given in the header above.
  52. #
  53. # The master format is accepted and generated by the terminfo tools in the
  54. # ncurses suite; it differs from stock (System V-compatible) terminfo only
  55. # in that it admits a group of capabilities (prefixed `OT') equivalent to
  56. # various obsolete termcap capabilities.  You can, thus, convert from master
  57. # to stock terminfo simply by filtering with `sed "/OT[^,]*,/s///"'; but if
  58. # you have ncurses `tic -I' is nicer.
  59. #
  60. # The termcap version is generated automatically from the master version
  61. # using tic -C.  This filtering leaves in the OT capabilities under their
  62. # original termcap names.  All translated entries fit within the
  63. # 1023-byte string-table limit of archaic termcap libraries except where
  64. # explicitly noted below.
  65. #
  66. # For details on these formats, see terminfo(5) in the ncurses distribution,
  67. # and termcap(5) in the 4.4BSD Unix Programmer's Manual.  Be aware that 4.4BSD
  68. # curses has been declared obsolete by the caretakers of the 4.4BSD sources
  69. # as of June 1995; they are encouraging everyone to migrate to ncurses.
  70. #
  71. # Note: unlike some other distributed terminfo files (Novell Unix & SCO's),
  72. # no entry in this file has embedded comments.  This is so source translation
  73. # to termcap only has to carry over leading comments.  Also, no name field
  74. # contains embedded whitespace (such whitespace confuses rdist).
  75. #
  76. # Further note: older versions of this file were often installed with an editor
  77. # script (reorder) that moved the most common terminal types to the front of
  78. # the file.  This should no longer be necessary, as the file is now ordered
  79. # roughly by type frequency with ANSI/VT100 and other common types up front.
  80. #
  81. # CONTINUITY WITH HISTORICAL VERSIONS:
  82. #
  83. # The last /etc/termcap version maintained by John Kunze was 8.3, dated 8/5/94.
  84. # Releases 9 and up are maintained by Eric Raymond as part of the ncurses
  85. # project.
  86. #
  87. # This file contains all the capability information present in John Kunze's
  88. # last version of the termcap master file, except as noted in the change 
  89. # comments at end of file.  Some information about very ancient obsolete
  90. # capabilities has been moved to comments.  Some all-numeric names of older
  91. # terminals have been retired.
  92. #
  93. # The 9.1.0 version of this file was translated from a syntax-corrected copy of
  94. # 8.3, then mechanically checked against 8.3 using Emacs Lisp code written for
  95. # the purpose.  Unless the ncurses tic implementation and the Lisp code were
  96. # making perfectly synchronized mistakes which I then failed to catch by
  97. # eyeball, the translation was correct and perfectly information-preserving.
  98. #
  99. # Some information has been merged in from terminfo files distributed by
  100. # USL and SCO (see COPYRIGHTS AND OTHER DELUSIONS below).  Much information
  101. # comes from vendors who maintain official terminfos for their hardware
  102. # (notably DEC and Wyse).
  103. #
  104. # A detailed change history is included at the end of this file.
  105. #
  106. # FILE ORGANIZATION:
  107. #
  108. # Comments in this file begin with # - they cannot appear in the middle
  109. # of a terminfo/termcap entry.  Individual capabilities are commented out by
  110. # placing a period between the colon and the capability name.
  111. #
  112. # Starting with version 9.0.0, the file is divided up into major sections
  113. # (headed by lines beginning with "########") and minor sections (beginning
  114. # with "####"); do
  115. #
  116. #    grep "^####" <file> | more
  117. #
  118. # to see a listing of section headings.  The intent of the divisions is
  119. # (a) to make it easier to find things, and (b) to order the database so
  120. # that important and frequently-encountered terminal types are near the
  121. # front (so that you'll get reasonable search efficiency even if you don't
  122. # use reorder).  Minor sections usually correspond to manufacturers or
  123. # standard terminal classes.  Parenthesized words following manufacturer
  124. # names are type prefixes or product line names used by that manufacturers.
  125. #
  126. # Finally, because this file is released in both terminfo and termcap formats,
  127. # most references to termcap names in comments are bracketed with colons (the
  128. # termcap separator) so they can be distinguished from terminfo capability
  129. # names.
  130. #
  131. # HOW TO READ THE ENTRIES:
  132. #
  133. # The first name in an entry is the canonical name for the model or
  134. # type, last entry is a verbose description.  Others are mnemonic synonyms for
  135. # the terminal.
  136. #
  137. # Terminal names look like <manufacturer> <model> - <modes/options>
  138. # The part to the left of the dash, if a dash is present, describes the
  139. # particular hardware of the terminal.  The part to the right may be used
  140. # for flags indicating special ROMs, extra memory, particular terminal modes,
  141. # or user preferences.
  142. #
  143. # All names should be in lower case, for consistency in typing.
  144. #
  145. # The following are conventionally used suffixes:
  146. #    mono    suppress color support
  147. #    rv    Terminal in reverse video mode (black on white)
  148. #    2p    Has two pages of memory.  Likewise 4p, 8p, etc.
  149. #    w    Wide - in 132 column mode.
  150. #    pp    Has a printer port which is used.
  151. #    na    No arrow keys - termcap ignores arrow keys which are
  152. #        actually there on the terminal, so the user can use
  153. #        the arrow keys locally.
  154. #    nam    No auto-margin - suppress am capability
  155. #    mc    Magic-cookie.  Some terminals (notably older Wyses) can
  156. #        only support one attribute without magic-cookie lossage.
  157. #        Their base entry is usually paired with another that
  158. #        uses magic cookies to support multiple attributes.
  159. #    vb    Use visible bell (flash) rather than beep.
  160. #
  161. # To easily test a new terminal description, put it in $HOME/.termcap
  162. # and programs will look there before looking in /etc/termcap.
  163. # You can also setenv TERMPATH to a list of full pathnames (separated
  164. # by spaces or colons) to be searched by tgetent() in the order listed.
  165. # The TERMCAP environment variable is usually set to the termcap
  166. # entry itself to avoid reading files when starting up a program.
  167. #
  168. # RELEASE 9 COMMENTS:
  169. #
  170. # To avoid search clashes, some older all-numeric names for terminals have
  171. # been removed (i.e., "33" for the Model 33 Teletype, "2621" for the HP2621).
  172. # All primary names of terminals now have alphanumeric prefixes.
  173. #
  174. # Comments marked "esr" are mostly results of applying the termcap-compiler
  175. # code packaged with ncurses and contemplating the resulting error messages. 
  176. # In many cases, these indicated obvious fixes to syntax garbled by the
  177. # composers.  In a few cases, I was able to deduce corrected forms for garbled
  178. # capabilities by looking at context.  All the information in the original
  179. # entries is preserved in the comments.
  180. #
  181. # I changed :MT: to :km: (the 4.4BSD name) everywhere.  I commented out some
  182. # capabilities (EP, dF, dT, dV, kn, ko, ma, ml, mu, xr, xx) that are no longer
  183. # used by BSD curses.
  184. #
  185. # Entries derived from XENIX use a termcap-extension set that showed up in
  186. # several entries, notably those for scoansi, ibmpcx, lisa, trs16, fos, and
  187. # the altos terminals.  Its signature is the use of GS/GE as an as/ae pair.
  188. # This set of extensions and their translations are described in the extended
  189. # comment at the end of this file.
  190. #
  191. # There is a second, smaller set of extensions used by AT&T terminals and
  192. # also described in the trailing comment.
  193. #
  194. # Besides these and the terminals mentioned above, only the psterm variants,
  195. # zen50, wsiris and minitel had unknown capabilities that weren't obviously
  196. # garbled.
  197. #
  198. # INTERPRETATION OF USER CAPABILITIES
  199. #
  200. # The System V Release 4 and XPG4 terminfo format defines ten string
  201. # capabilities for use by applications, u0...u9.   In this file, we use
  202. # certain of these capabilities to describe functions which are not covered
  203. # by terminfo.  The mapping is as follows:
  204. #
  205. #    u9    terminal enquire string (equivalent to ANSI DA)
  206. #    u8    terminal answerback description
  207. #    u7    cursor position request (equivalent to VT100 DSR 6)
  208. #    u6    cursor position report (equivalent to ANSI CPR)
  209. #
  210. # The terminal enquire string u9 should elicit an answerback response
  211. # from the terminal.  Common values for u9 will be ^E (on older ASCII
  212. # terminals) or \E[c (on newer VT100/ANSI-compatible terminals).
  213. #
  214. # The cursor position request (u7) string should elicit a cursor position
  215. # report.  A typical value (for ANSI/VT100 terminals) is \E[6n.
  216. #
  217. # The terminal answerback description (u8) must consist of an expected
  218. # answerback string.  The string may contain the following scanf(3)-like
  219. # escapes:
  220. #
  221. #    %c    Accept any character
  222. #    %[...]    Accept any number of characters in the given set
  223. #
  224. # The cursor position report (u6) string must contain two scanf(3)-style 
  225. # %d format elements.  The first of these must correspond to the Y coordinate
  226. # and the second to the %d.  The typical CPR value is \E[%d;%dR (on VT100/
  227. # ANSI-compatible terminals).
  228. #
  229. # These capabilities are used by tac(1m), the terminfo action checker soon
  230. # to be distributed with ncurses.
  231. # REQUEST FOR CONTACT INFORMATION AND HISTORICAL MATERIAL:
  232. #
  233. # As the ANSI standard and variants take firmer hold, and as character-cell
  234. # terminals are increasingly replaced by X displays, much of this file
  235. # is becoming a historical document (this is part of the reason for the
  236. # new organization, which puts ANSI types, xterm, and vt100 up front in
  237. # confidence that this will catch 95% of new hardware).
  238. #
  239. # For the terminal types still alive, I'd like to have manufacturer's
  240. # contact data (Internet address and/or snail-mail + phone).
  241. #
  242. # I'm also interested in enriching the comments so that the latter portions of
  243. # the file do in fact become a potted history of VDT technology as seen by
  244. # UNIX hackers.  Ideally, I'd like the headers for each manufacturer to
  245. # include its live/dead/out-of-the-business status, and for as many
  246. # terminal types as possible to be tagged with information like years
  247. # of heaviest use, popularity, and interesting features.
  248. #
  249. # I'm especially interested in identifying the obscure entries listed under
  250. # `Manufacturer unknown' and `Utter unknowns', before the tribal wisdom 
  251. # about them gets lost.
  252. #
  253. # If you have been around long enough to contribute, please read the file
  254. # with this in mind and send me your annotations.
  255. #
  256. # COPYRIGHTS AND OTHER DELUSIONS
  257. #
  258. # The BSD ancestor of this file had a standard Regents of the University of
  259. # California copyright with dates from 1980 to 1993.
  260. #
  261. # Some information has been merged in from a terminfo file SCO distributes.
  262. # It has an obnoxious boilerplate copyright which I'm ignoring because they 
  263. # took so much of the content from the ancestral BSD versions of this file
  264. # and didn't attribute it, thereby violating the BSD Regents' copyright.
  265. #
  266. # Not that anyone should care.  However many valid functions copyrights may
  267. # serve, putting one on a termcap/terminfo file with hundreds of anonymous
  268. # contributors makes about as much sense as copyrighting a wall-full of
  269. # graffiti -- it's legally dubious, ethically bogus, and patently ridiculous.
  270. #
  271. # This file deliberately has no copyright.  It belongs to no one and everyone.
  272. # If you claim you own it, you will merely succeed in looking like a fool. 
  273. # Use it as you like.  Use it at your own risk.  Copy and redistribute freely.
  274. # There are no guarantees anywhere.  Svaha!
  275.  
  276. ######## STANDARD AND SPECIAL TYPES
  277. #
  278. # This section describes terminal classes and maker brands that are still
  279. # quite common.
  280. #
  281.  
  282. #### Specials
  283. #
  284. # Special "terminals".  These are used to label tty lines when you don't
  285. # know what kind of terminal is on it.  The characteristics of an unknown
  286. # terminal are the lowest common denominator - they look about like a ti 700.
  287. # The last one, "other", is like unknown but it allows an escape from software
  288. # that insists that a "real" unknown terminal is merely so far unspecified.
  289. #
  290.  
  291. dumb:\
  292.     :am:\
  293.     :co#80:\
  294.     :bl=^G:cr=^M:do=^J:sf=^J:
  295. unknown:\
  296.     :gn:\
  297.     :tc=dumb:
  298. other|none of the above, but not exactly unknown:\
  299.     :am:gn:\
  300.     :co#80:\
  301.     :cl=^M^J:do=^J:ho=^M:
  302.  
  303. arpanet|bussiplexer|dialup|ethernet|network|net|patch|plugboard|switch|network switch or dialup:\
  304.     :tc=unknown:
  305. lpr|printer|print|printing|line printer:\
  306.     :hc:os:\
  307.     :co#132:li#66:\
  308.     :bl=^G:cr=^M:do=^J:ff=^L:le=^H:sf=^J:
  309.  
  310. #### ANSI terminals and terminal emulators
  311. #
  312. # See near the end of this file for details on ANSI conformance.
  313. # Don't mess with these entries!  Lots of other entries depend on them!
  314. #
  315. # This section lists entries in a least-capable to most-capable order.
  316. # if you're in doubt about what `ANSI' matches yours, try them in that
  317. # order and back off from the first that breaks.
  318.  
  319. # (ansi: changed ":pt:" to ":it#8:" -- esr)
  320. ansi-mini|any ansi terminal with pessimistic assumptions:\
  321.     :am:bs:\
  322.     :co#80:it#8:li#24:\
  323.     :ce=\E[K:cl=\E[;H\E[2J:cm=\E[%i%d;%dH:do=\E[B:\
  324.     :ho=\E[H:le=\E[D:nd=\E[C:up=\E[A:
  325.  
  326. # Color controls corresponding to the ANSI.SYS de-facto standard
  327. # (This is not a standalone entry)
  328. ansi-pc-color:\
  329.     :Co#8:NC#3:pa#64:\
  330.     :AB=\E[4%p1%dm:AF=\E[3%p1%dm:\
  331.     :..Sb=\E[4%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m:\
  332.     :..Sf=\E[3%?%p1%{1}%=%t4%e%p1%{3}%=%t6%e%p1%{4}%=%t1%e%p1%{6}%=%t3%e%p1%d%;m:\
  333.     :op=\E[37;40m:
  334.  
  335. # Procomm and some other ANSI emulations don't recognize all of the ANSI-
  336. # standard capabilities.  This entry deletes cuu, cuf, cud, cub, and vpa/hpa
  337. # capabilities, forcing curses to use repetitions of cuu1, cuf1, cud1 and cub1.
  338. # Also deleted ich and ich1, as QModem up to 5.03 doesn't recognize these.
  339. # Finally, we delete rep and ri, which seem to confuse many emulators.
  340. # On the other hand, we can count on these programs doing rmacs/smacs/sgr.
  341. # From: Eric S. Raymond <esr@snark.thyrsus.com> July 25 1995
  342. pcansi-mono|ibm-pc terminal programs claiming to be ansi (mono mode):\
  343.     :am:bs:mi:ms:pt:\
  344.     :co#80:it#8:li#24:\
  345.     :ae=\E[10m:al=\E[L:as=\E[12m:bl=^G:bt=\E[Z:cd=\E[J:\
  346.     :ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:ct=\E[2g:\
  347.     :dc=\E[P:dl=\E[M:do=\E[B:ho=\E[H:kb=^H:kd=\E[B:\
  348.     :kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=\E[D:mb=\E[5m:\
  349.     :md=\E[1m:me=\E[0m:mk=\E[9m:mr=\E[7m:nd=\E[C:\
  350.     :..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:\
  351.     :se=\E[m:sf=^J:so=\E[7m:st=\EH:ta=^I:ue=\E[m:up=\E[A:\
  352.     :us=\E[4m:
  353. pcansi-mono25|ansi25|ibm-pc terminal programs with 25 lines (mono mode):\
  354.     :li#25:\
  355.     :tc=pcansi-mono:
  356. pcansi-mono33|ansi33|ibm-pc terminal programs with 33 lines (mono mode):\
  357.     :li#33:\
  358.     :tc=pcansi-mono:
  359. pcansi-mono43|ansi43|ibm-pc terminal programs with 43 lines (mono mode):\
  360.     :li#43:\
  361.     :tc=pcansi-mono:
  362. # The color versions.  All PC emulators do color...
  363. pcansi|ibm-pc terminal programs claiming to be ansi:\
  364.     :tc=ansi-pc-color:tc=pcansi-mono:
  365. pcansi-25|ansi25|ibm-pc terminal programs with 25 lines:\
  366.     :li#25:\
  367.     :tc=pcansi:
  368. pcansi-33|ansi33|ibm-pc terminal programs with 33 lines:\
  369.     :li#33:\
  370.     :tc=pcansi:
  371. pcansi-43|ansi43|ibm-pc terminal programs with 43 lines:\
  372.     :li#43:\
  373.     :tc=pcansi:
  374.  
  375. # From: Eric S. Raymond <esr@snark.thyrsus.com> Feb 3 1995
  376. # ansi-mono -- full X.364 with ANSI.SYS-compatible attributes, no color.
  377. # Function-key mappings aren't in X3.64 but these are pretty standard.
  378. # If you want pound signs rather than dollars, replace `B' with `A'
  379. # in the s?ds capabilities.
  380. ansi-mono|ANSI X3.64-1979 terminal with ANSI.SYS compatible attributes:\
  381.     :5i:\
  382.     :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\E[W:\
  383.     :F2=\E[X:IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:\
  384.     :SR=\E[%dT:UP=\E[%dA:cb=\E[1K:ch=\E[%dG:ct=\E[2g:\
  385.     :cv=\E[%dd:ec=\E[%dX:ei=:im=:k1=\E[M:k2=\E[N:k3=\E[O:\
  386.     :k4=\E[P:k5=\E[Q:k6=\E[R:k7=\E[S:k8=\E[T:k9=\E[U:\
  387.     :k;=\E[V:kB=\E[Z:kI=\E[L:kb=^H:kd=\E[B:kl=\E[D:\
  388.     :kr=\E[C:ku=\E[A:me=\E[0;10m:nw=\r\E[S:pf=\E[4i:\
  389.     :po=\E[5i:..rp=%p1%c\E[%p2%{1}%-%db:s0=\E(B:s1=\E)B:\
  390.     :s2=\E*B:s3=\E+B:\
  391.     :..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:\
  392.     :ta=\E[I:tc=pcansi:
  393.  
  394. # ansi -- this terminfo expresses the largest subset of X3.64 that will fit in
  395. # standard terminfo.  Assumes ANSI.SYS-compatible attributes and color
  396. # From: Eric S. Raymond <esr@snark.thyrsus.com> Feb 12 1995
  397. #ansi|ansi/pc-term compatible with color:\
  398. #    :u6=\E[%d;%dR:u7=\E[6n:..u8=\E[?%[;0123456789]c:\
  399. #    :u9=\E[c:tc=ansi-pc-color:tc=ansi-mono:
  400.  
  401. #
  402. # ANSI.SYS entries
  403. #
  404. # Cannot use :pt:, it does not work (why?).  :ho: seems required (why?). [gts]
  405. # Caution: 4.3 BSD tset does not pass li#25 to stty rows except during login?
  406. # :cl: clears attributes and sets wrap at margin before clearing the screen.
  407. # (ansi.sys: removed obsolete ":ma=^Hh^Jj^Kk^Ll^^H:" -- esr)
  408. # From: greg small <gts@populi.berkeley.edu>
  409. ansi.sys|ansisys|PC-DOS 3.1 ANSI.SYS:\
  410.     :am:bs:ms:\
  411.     :co#80:li#25:\
  412.     :ae=\E[10:as=\E[12:ce=\E[K:cl=\E[m\E[7h\E[2J:\
  413.     :cm=\E[%i%d;%dH:ho=\E[H:\
  414.     :is=U1 PC-DOS 3.1 ANSI.SYS 9-23-86\n\E[m\E[7h:kd=^J:\
  415.     :kh=^^:kl=^H:kr=^L:ku=^K:md=\E[1m:me=\E[0;10m:\
  416.     :mr=\E[7m:nd=\E[C:se=\E[m:so=\E[1m:ue=\E[m:up=\E[A:\
  417.     :us=\E[4m:
  418. #
  419. # Define IBM PC keypad keys for vi as per MS-Kermit while using ANSI.SYS.
  420. # This should only be used when the terminal emulator cannot redefine the keys.
  421. # Since redefining keys with ansi.sys also affects PC-DOS programs, the key
  422. # definitions must be restored.  If the terminal emulator is quit while in vi
  423. # or others using :ks:ke:, the keypad keys will not be defined as per PC-DOS.
  424. # The PgUp and PgDn are prefixed with ESC so that tn3270 can be used on Unix
  425. # (^U and ^D are already defined for tn3270).  The ESC is safe for vi but it
  426. # does "beep".  ESC ESC i is used for Ins to avoid tn3270 ESC i for coltab.
  427. # Left arrow is always BS, because PC-dos can tolerate this change.
  428. # Caution: vi is limited to 256 string bytes, longer crashes or weirds out vi.
  429. # Consequently the End keypad key could not be set (it is relatively safe and
  430. # actually useful because it sends ^@ O, which beeps and opens a line above).
  431. ansi.sysk|ansisysk|PC-DOS 3.1 ANSI.SYS with keypad redefined for vi:\
  432.     :is=U2 PC-DOS 3.1 ANSI.SYS with keypad redefined for vi 9-29-86\n\E[;75;8p:\
  433.     :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:\
  434.     :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:
  435. #
  436. # Adds ins/del line/character, hence vi reverse scrolls/inserts/deletes nicer.
  437. nansi.sys|nansisys|PC-DOS Public Domain NANSI.SYS:\
  438.     :al=\E[1L:dc=\E[1P:dl=\E[1M:ei=:ic=\E[1@:im=:\
  439.     :is=U3 PC-DOS Public Domain NANSI.SYS 9-23-86\n:tc=ansi.sys:
  440. #
  441. # See ansi.sysk and nansi.sys above.
  442. nansi.sysk|nansisysk|PC-DOS Public Domain NANSI.SYS with keypad redefined for vi:\
  443.     :al=\E[1L:dc=\E[1P:dl=\E[1M:ei=:ic=\E[1@:im=:\
  444.     :is=U4 PC-DOS Public Domain NANSI.SYS with keypad redefined for vi 9-29-86\n\E[;75;8p:tc=ansi.sysk:
  445.  
  446. #### ANSI console types
  447. #
  448.  
  449. # This entry is good for the 1.1.47 version of the Linux console driver.
  450. #
  451. # It assumes that you want A_PROTECT mapped to the alternate character set
  452. # mode that permits IBM ROM characters to be displayed (this is the assumption
  453. # used by ncurses version 1.9 and after, in order not to collide with the
  454. # internationalization attribute values specified in the XSI Curses standard).
  455. #
  456. # We use \E11m for rmacs rather than \E12m so the acsc string can use the ROM
  457. # graphics for control characters such as the diamond, up arrow and down-arrow.
  458. # This trick could work with other Intel consoles like the att6386 and pc3.
  459. #
  460. # Note: there are numerous broken linux entries out there, which didn't screw
  461. # up BSD termcap but hose ncurses's smarter cursor-movement optimization.
  462. # One common pathology is an incorrect tab length of 4.  Also note that the 
  463. # hpa=\E[%dG/vpa=\E[%dd capabilities seem not to be reliable.  To reproduce
  464. # the bug, re-introduce them and run worm -T 200 212 from the ncurses
  465. # test suite, save the trace, then worm -N -T 200 212.  Observe that the first
  466. # run fails to properly delete some worm segments, then diff the trace files.
  467. #
  468. # From: Eric S. Raymond <esr@snark.thyrsus.com> 23 July 1995
  469. linux|linux console:\
  470.     :am:bs:eo:mi:ms:ut:xn:xo:\
  471.     :Co#8:co#80:it#8:li#25:pa#64:\
  472.     :&7=^Z:@7=\E[4~:AB=\E[4%p1%dm:AF=\E[3%p1%dm:\
  473.     :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:F1=\E[23~:F2=\E[24~:\
  474.     :F3=\E[25~:F4=\E[26~:F5=\E[28~:F6=\E[29~:F7=\E[31~:\
  475.     :F8=\E[32~:F9=\E[33~:FA=\E[34~:IC=\E[%d@:K2=\E[G:\
  476.     :S2=\E[11m:S3=\E[10m:Sb=\E[%+(m:Sf=\E[%+^^m:\
  477.     :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:\
  478.     :ae=\E[10m:al=\E[L:as=\E[11m:bl=^G:cd=\E[J:ce=\E[K:\
  479.     :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
  480.     :ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:ho=\E[H:\
  481.     :ic=\E[@:im=\E[4h:k1=\E[[A:k2=\E[[B:k3=\E[[C:\
  482.     :k4=\E[[D:k5=\E[[E:k6=\E[17~:k7=\E[18~:k8=\E[19~:\
  483.     :k9=\E[20~:k;=\E[21~:kD=\E[3~:kI=\E[2~:kN=\E[6~:\
  484.     :kP=\E[5~:kb=^H:kd=\E[B:kh=\E[1~:kl=\E[D:kr=\E[C:\
  485.     :ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[0;10m:\
  486.     :mr=\E[7m:nd=\E[C:nw=^M^J:op=\E[37;40m:r1=\Ec:rc=\E8:\
  487.     :..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:\
  488.     :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
  489.     :u6=\E[%d;%dR:u7=\E[6n:u8=\E[?6c:u9=\E[c:ue=\E[24m:\
  490.     :up=\E[A:us=\E[4m:vb=\E[?5h\E[?5l:ve=\E[?25h:\
  491.     :vi=\E[?25l:
  492. linux-mono|Linux console, no color:\
  493.     :Co@:pa@:\
  494.     :AB@:Sb@:Sf@:tc=linux:
  495.  
  496. # See the note on ICH/ICH1 VERSUS RMIR/SMIR near the end of file
  497. linux-nic|linux with ich/ich1 suppressed for non-curses programs:\
  498.     :IC@:ei=:ic@:im=:tc=linux:
  499.  
  500. # SCO console and SOS-Syscons console for 386bsd
  501. # (scoansi: had unknown capabilities
  502. #    :Gc=N:Gd=K:Gh=M:Gl=L:Gu=J:Gv=\072:\
  503. #    :GC=E:GD=B:GH=D:GL=\64:GU=A:GV=\63:GR=C:RT=^J:
  504. #    :G1=?:G2=Z:G3=@:G4=Y:G5=;:G6=I:G7=H:G8=<:\
  505. #    :CW=\E[M:NU=\E[N:RF=\E[O:RC=\E[P:\
  506. #    :WL=\E[S:WR=\E[T:CL=\E[U:CR=\E[V:\
  507. # I renamed GS/GE/HM/EN/PU/PD and mapped ":pt:" to ":it#8:" -- esr)
  508. scoansi|SCO Extended ANSI standard crt:\
  509.     :am:bs:eo:pt:\
  510.     :co#80:it#8:li#25:\
  511.     :@7=\E[F:ae=\E[10m:al=\E[L:as=\E[12m:bt=\E[Z:cd=\E[J:\
  512.     :ce=\E[K:cl=\E[2J\E[H:cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:\
  513.     :do=\E[B:ei=:ho=\E[H:ic=\E[@:im=:k1=\E[M:k2=\E[N:\
  514.     :k3=\E[O:k4=\E[P:k5=\E[Q:k6=\E[R:k7=\E[S:k8=\E[T:\
  515.     :k9=\E[U:k;=\E[V:kN=\E[G:kP=\E[I:kb=^H:kd=\E[B:\
  516.     :kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:mb=\E[5m:md=\E[1m:\
  517.     :me=\E[m:nd=\E[C:se=\E[m:sf=\E[S:so=\E[7m:sr=\E[T:\
  518.     :ue=\E[m:up=\E[A:us=\E[4m:
  519.  
  520.  
  521. #
  522. # FreeBSD console types
  523. #
  524. # for syscons
  525. # common entry without semigraphics
  526. cons25w|ansiw|ansi80x25-raw:\
  527.     :al=\E[L:am:bs:NP:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:co#80:\
  528.     :dc=\E[P:dl=\E[M:do=\E[B:bt=\E[Z:ho=\E[H:ic=\E[@:li#25:cb=\E[1K:\
  529.     :ms:nd=\E[C:pt:rs=\E[x\E[m\Ec:so=\E[7m:se=\E[m:up=\E[A:\
  530.     :pa#64:Co#8:Sf=\E[3%dm:Sb=\E[4%dm:op=\E[x:\
  531.     :k1=\E[M:k2=\E[N:k3=\E[O:k4=\E[P:k5=\E[Q:k6=\E[R:k7=\E[S:k8=\E[T:\
  532.     :k9=\E[U:k;=\E[V:F1=\E[W:F2=\E[X:K2=\E[E:nw=\E[E:ec=\E[%dX:\
  533.     :kb=^H:kh=\E[H:ku=\E[A:kd=\E[B:kl=\E[D:kr=\E[C:le=^H:eo:sf=\E[S:sr=\E[T:\
  534.     :kN=\E[G:kP=\E[I:@7=\E[F:kI=\E[L:kD=\177:kB=\E[Z:\
  535.     :IC=\E[%d@:DC=\E[%dP:SF=\E[%dS:SR=\E[%dT:AL=\E[%dL:DL=\E[%dM:\
  536.     :DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:cv=\E[%i%dd:ch=\E[%i%d`:bw:\
  537.     :mb=\E[5m:md=\E[1m:mh=\E[30;1m:mr=\E[7m:me=\E[m:bl=^G:ut:it#8:km:
  538. cons25|ansis|ansi80x25:\
  539.     :ac=l\332m\300k\277j\331u\264t\303v\301w\302q\304x\263n\305`^Da\260f\370g\361~\371.^Y-^Xh\261I^U0\333y\363z\362:\
  540.     :tc=cons25w:
  541. cons25-m|ansis-mono|ansi80x25-mono:\
  542.     :pa@:Co@:Sf@:Sb@:op@:us=\E[4m:ue=\E[m:md@:mh@:tc=cons25:
  543. cons30|ansi80x30:\
  544.     :li#30:tc=cons25:
  545. cons30-m|ansi80x30-mono:\
  546.     :li#30:tc=cons25-m:
  547. cons43|ansi80x43:\
  548.     :li#43:tc=cons25:
  549. cons43-m|ansi80x43-mono:\
  550.     :li#43:tc=cons25-m:
  551. cons50|ansil|ansi80x50:\
  552.     :li#50:tc=cons25:
  553. cons50-m|ansil-mono|ansi80x50-mono:\
  554.     :li#50:tc=cons25-m:
  555. cons60|ansi80x60:\
  556.     :li#60:tc=cons25:
  557. cons60-m|ansi80x60-mono:\
  558.     :li#60:tc=cons25-m:
  559. # Syscons console with koi8-r russian code table.
  560. cons25r|pc3r|ibmpc3r|cons25-koi8-r:\
  561.     :ac=q\200x\201m\204v\211j\205t\206n\212u\207l\202w\210k\203y\230z\231f\234~\225a\220h\221`^D.^Y-^XI^U0\215:\
  562.     :kD=\E[K:tc=cons25w:
  563. cons25r-m|pc3r-m|ibmpc3r-mono|cons25-koi8-r-mono:\
  564.     :pa@:Co@:Sf@:Sb@:op@:us=\E[4m:ue=\E[m:md@:mh@:tc=cons25r:
  565. cons30r|cons30-koi8-r:\
  566.     :li#30:tc=cons25r:
  567. cons30r-m|cons30-koi8-r-mono:\
  568.     :li#30:tc=cons25r-m:
  569. cons43r|cons43-koi8-r:\
  570.     :li#43:tc=cons25r:
  571. cons43r-m|cons43-koi8-r-mono:\
  572.     :li#43:tc=cons25r-m:
  573. cons50r|cons50-koi8-r:\
  574.     :li#50:tc=cons25r:
  575. cons50r-m|cons50-koi8-r-mono:\
  576.     :li#50:tc=cons25r-m:
  577. cons60r|cons60-koi8-r:\
  578.     :li#60:tc=cons25r:
  579. cons60r-m|cons60-koi8-r-mono:\
  580.     :li#60:tc=cons25r-m:
  581. # 80x25 ISO 8859-1 FreeBSD console
  582. cons25l1|cons25-iso8859-1:\
  583.     :ac=l\215m\216k\214j\213u\226t\225v\227w\230q\222x\231n\217o\220s\224p\221r\223`\201a\202f\207g\210~\237.^Y-^X+\253,\273I\247y\232z\233:\
  584.     :tc=cons25w:
  585. cons25l1-m|cons25-iso8859-1-mono:\
  586.     :pa@:Co@:Sf@:Sb@:op@:us=\E[4m:ue=\E[m:md@:mh@:tc=cons25l1:
  587. cons30l1|cons30-iso8859-1:\
  588.     :li#30:tc=cons25l1:
  589. cons30l1-m|cons30-iso8859-1-mono:\
  590.     :li#30:tc=cons25l1-m:
  591. cons43l1|cons43-iso8859-1:\
  592.     :li#43:tc=cons25l1:
  593. cons43l1-m|cons43-iso8859-1-mono:\
  594.     :li#43:tc=cons25l1-m:
  595. cons50l1|cons50-iso8859-1:\
  596.     :li#50:tc=cons25l1:
  597. cons50l1-m|cons50-iso8859-1-mono:\
  598.     :li#50:tc=cons25l1-m:
  599. cons60l1|cons60-iso8859-1:\
  600.     :li#60:tc=cons25l1:
  601. cons60l1-m|cons60-iso8859-1-mono:\
  602.     :li#60:tc=cons25l1-m:
  603.  
  604. # From: Eric Raymond <esr@snark.thyrsus.com> Wed Jan 18 17:14:34 EST 1995
  605. att6386|AT386|at386|386AT|386at|AT&T WGS 6386 console:\
  606.     :am:bw:eo:xo:\
  607.     :co#80:it#8:li#25:\
  608.     :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\EOZ:\
  609.     :F2=\EOA:IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:\
  610.     :SR=\E[%dT:UP=\E[%dA:\
  611.     :ac=``a1fxgqh0jYk?lZm@nEooppqDrrsstCu4vAwBx3yyzz{{||}}~~:\
  612.     :ae=\E[10m:al=\E[1L:as=\E[12m:bl=^G:bt=\E[Z:cd=\E[J:\
  613.     :ce=\E[K:ch=\E[%i%dG:cl=\E[2J\E[H:cm=\E[%i%d;%dH:\
  614.     :cr=^M:ct=\E[2g:cv=\E[%dd:dc=\E[P:dl=\E[1M:do=\E[B:\
  615.     :ec=\E[%dX:ei=:ho=\E[H:ic=\E[1@:im=:is=\E[0;10;39m:\
  616.     :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOT:k6=\EOU:\
  617.     :k7=\EOV:k8=\EOW:k9=\EOX:k;=\EOY:kD=\E[P:kI=\E[@:\
  618.     :kM=\E0:kN=\E[U:kP=\E[V:kb=^H:kd=\E[B:kh=\E[H:\
  619.     :kl=\E[D:kr=\E[C:ku=\E[A:le=\E[D:mb=\E[5m:md=\E[1m:\
  620.     :me=\E[0;10m:mk=\E[9m:mr=\E[7m:nd=\E[C:nw=\r\E[S:\
  621.     :..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:\
  622.     :se=\E[m:sf=\E[S:so=\E[7m:sr=\E[T:st=\EH:ta=^I:\
  623.     :ue=\E[m:up=\E[A:us=\E[4m:vb=^G:tc=ansi-pc-color:
  624. # (pc6300plus: ":KM=/usr/lib/ua/kmap.s5:"; renamed BO/EE/CI/CV -- esr)
  625. pc6300plus|6300plus:\
  626.     :am:bs:\
  627.     :co#80:li#24:\
  628.     :al=\E[1L:bl=^G:cd=\E[0J:ce=\E[0K:cl=\E[2J\E[H:\
  629.     :cm=\E[%i%2;%2H:cr=^M:ct=\E[3g:dc=\E[1P:dl=\E[1M:\
  630.     :do=\E[B:ei=:ho=\E[H:ic=\E[1@:im=:k1=\EOc:k2=\EOd:\
  631.     :k3=\EOe:k4=\EOf:k5=\EOg:k6=\EOh:k7=\EOi:k8=\EOj:\
  632.     :k9=\EOk:k;=\EOu:kb=^H:kd=\E[B:kl=\E[D:kr=\E[C:\
  633.     :ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:mh=\E[2m:\
  634.     :mk=\E[9m:mr=\E[7m:nd=\E[C:nw=^M^J:se=\E[m:sf=^J:\
  635.     :so=\E[7m:st=\EH:ue=\E[m:up=\E[A:us=\E[4m:ve=\E[=1C:\
  636.     :vi=\E[=C:
  637.  
  638. #
  639. #    Terminfo entry for the AT&T Unix PC 7300
  640. #    from escape(7) in Unix PC 7300 Manual.
  641. #    Somewhat similar to a vt100-am (but different enough
  642. #    to redo this from scratch.)
  643. #
  644. #    /***************************************************************
  645. #    *
  646. #    *           FONT LOADING PROGRAM FOR THE UNIX PC
  647. #    *
  648. #    *     This routine loads a font defined in the file ALTFONT
  649. #    *     into font memory slot #1.  Once the font has been loaded,
  650. #    *     it can be used as an alternative character set.
  651. #    *
  652. #    *     The call to ioctl with the argument WIOCLFONT is the key 
  653. #    *     to this routine.  For more information, see window(7) in 
  654. #    *     the PC 7300 documentation.
  655. #    ***************************************************************/
  656. #    #include <string.h>        /* needed for strcpy call */
  657. #    #include <sys/window.h>         /* needed for ioctl call */
  658. #    #define FNSIZE    60        /* font name size */
  659. #    #define ALTFONT  "/usr/lib/wfont/special.8.ft"  /* font file */
  660. #    /*
  661. #    *     The file /usr/lib/wfont/special.8.ft comes with the
  662. #    *     standard PC software.  It defines a graphics character set
  663. #    *     similar to that of the Teletype 5425 terminal.  To view
  664. #    *     this or other fonts in /usr/lib/wfont, use the command
  665. #    *     cfont <filename>.  For further information on fonts see
  666. #    *     cfont(1) in the PC 7300 documentation.
  667. #    */
  668. #    
  669. #    struct altfdata     /* structure for alt font data */
  670. #    {
  671. #    short    altf_slot;        /* memory slot number */
  672. #    char    altf_name[FNSIZE];    /* font name (file name) */
  673. #    };
  674. #    ldfont()
  675. #    {
  676. #        int wd;        /* window in which altfont will be */
  677. #        struct altfdata altf;
  678. #        altf.altf_slot=1;
  679. #        strcpy(altf.altf_name,ALTFONT);
  680. #        for (wd =1; wd < 12; wd++) {
  681. #             ioctl(wd, WIOCLFONT,&altf);
  682. #            }
  683. #    }
  684. #
  685. att7300|unixpc|pc7300|3b1|s4|AT&T UNIX PC Model 7300:\
  686.     :am:xn:xo:\
  687.     :co#80:it#8:li#24:\
  688.     :!1=\ESV:!3=\EUD:#1=\EHL:#2=\EHM:#3=\ENJ:#4=\EBW:\
  689.     :%0=\Ero:%1=\Ehl:%2=\Emk:%4=\Emv:%5=\Enx:%6=\Eop:\
  690.     :%7=\Eot:%8=\Epv:%9=\Epr:%b=\EMV:%c=\ENX:%d=\EOT:\
  691.     :%e=\EPV:%g=\ERO:%h=\ERP:%i=\EFW:&0=\ECN:&1=\Ere:\
  692.     :&2=\Erf:&3=\Erp:&4=\Ers:&6=\Esv:&8=\Eud:&9=\EBG:\
  693.     :*0=\EFI:*2=\ECP:*3=\ECR:*4=\EDC:*5=\EDL:*6=\Esl:\
  694.     :*7=\EEN:*8=\ECI:@0=\Efi:@1=\Ebg:@2=\Ecn:@3=\Ecl:\
  695.     :@4=\Ecm:@5=\Ecp:@6=\Ecr:@7=\Een:@9=\Eex:AL=\E[%dL:\
  696.     :DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
  697.     :ae=\E[10m:al=\E[L:as=\E[11m:bl=^G:bt=\E^I:cd=\E[0J:\
  698.     :ce=\E[0K:cl=\E[2J\E[H:cm=\E[%i%d;%dH:cr=^M:dl=\E[M:\
  699.     :do=\E[B:ho=\E[H:i1=^O:k1=\EOP:k2=\EOQ:k3=\EOR:\
  700.     :k4=\EOS:k5=\E5:k6=\E6:k7=\E7:k8=\E8:kB=\E^I:kC=\Ece:\
  701.     :kD=\Edc:kE=\Eci:kF=\Erd:kI=\Eim:kN=\Epg:kP=\EPG:\
  702.     :kR=\Eru:kS=\Ece:kb=^H:kd=\E[B:kh=\Ehm:kl=\E[D:\
  703.     :kr=\E[C:ku=\E[A:md=\E[7m:me=\E[0;10m:mh=\E[2m:\
  704.     :mr=\E[7m:nd=\E[C:nw=\EE:se=\E[0m:sf=^J:so=\E[7m:\
  705.     :sr=\EM:ue=\E[0m:up=\E[A:us=\E[4m:
  706.  
  707. # From: <davis@unidata.ucar.edu>
  708. iris-ansi|iris-ansi-net|IRIS emulating ANSI terminal:\
  709.     :am:\
  710.     :co#80:it#8:li#40:\
  711.     :!2=\E[218q:#2=\E[143q:#4=\E[158q:%9=\E[209q:\
  712.     :%f=\E[210q:%i=\E[167q:&7=\E[217q:*4=\E[P:*7=\E[147q:\
  713.     :@7=\E[146q:@8=^M:AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:\
  714.     :F1=\EOR:F2=\EOS:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
  715.     :al=\E[L:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:\
  716.     :cm=\E[%i%d;%dH:cr=^M:ct=\E[3g:dl=\E[M:do=^J:ho=\E[H:\
  717.     :is=\E[?1l\E>\E[?7h\E[100g\E[0m\E7\E[r\E8:k1=\E[001q:\
  718.     :k2=\E[002q:k3=\E[003q:k4=\E[004q:k5=\E[005q:\
  719.     :k6=\E[006q:k7=\E[007q:k8=\E[008q:k9=\EOP:k;=\EOQ:\
  720.     :kB=\E[Z:kD=\177:kI=\E[139q:kM=\E[146q:kN=\E[154q:\
  721.     :kP=\E[150q:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:\
  722.     :ku=\E[A:le=\E[D:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:\
  723.     :nw=\EE:pk=\EP101;%d.y%s\E\\:rc=\E8:sc=\E7:se=\E[m:\
  724.     :sf=\ED:so=\E[1;7m:sr=\EM:st=\EH:ta=^I:ue=\E[m:\
  725.     :up=\E[A:us=\E[4m:ve=\E[9/y\E[12/y\E[=6l:\
  726.     :vs=\E[10/y\E[=1h\E[=2l\E[=6h:
  727.  
  728. # From: Alex R.N. Wetmore <aw2t@andrew.cmu.edu>
  729. oldpc3|oibmpc3|IBM PC 386BSD Console:\
  730.     :am:bs:bw:eo:\
  731.     :co#80:li#25:\
  732.     :ac=l\332q\304k\277x\263j\331m\300w\302u\264v\301t\303n\305:\
  733.     :cd=\E[J:ce=\E[K:cl=\Ec:cm=\E[%i%2;%2H:do=\E[B:\
  734.     :ho=\E[;H:kd=\E[B:kh=\E[Y:kl=\E[D:kr=\E[C:ku=\E[A:\
  735.     :md=\E[7m:me=\E[0m\E[1;0x\E[2;7x:nd=\E[C:\
  736.     :se=\E[1;0x\E[2;7x:sf=\E[S:so=\E[1;7x\E[2;0x:sr=\E[T:\
  737.     :ue=\E[1;0x\E[2;7x:up=\E[A:us=\E[1;7x\E[2;0x:
  738.  
  739. # BSD/OS console emulator
  740. # The emulator supports many of the additional console features
  741. # listed in the iBSC2 (e.g. color and character-set selection).
  742. # The console will also work with fewer lines after doing
  743. # "stty rows NN", e.g. to use 24 lines.
  744. # (This is the entry BSDI ships)
  745. pc3|ibmpc3|IBM PC BSD/OS Console:\
  746.     :am:bw:eo:km:\
  747.     :co#80:it#8:li#25:\
  748.     :AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:\
  749.     :UP=\E[%dA:al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\Ec:\
  750.     :cm=\E[%i%d;%dH:cr=^M:dl=\E[M:do=^J:ho=\E[H:kH=\E[F:\
  751.     :kI=\E[L:kN=\E[G:kP=\E[I:kb=^H:kd=\E[B:kh=\E[H:\
  752.     :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:\
  753.     :me=\E[0m:mh=\E[=8F:mr=\E[7m:nd=\E[C:nw=^M^J:\
  754.     :rc=\E[=u:sc=\E[=s:se=\E[0m:sf=^J:so=\E[7m:ta=^I:\
  755.     :up=\E[A:
  756. pc3-bold|ibmpc3|IBM PC BSD/OS Console with bold instead of underline:\
  757.     :ue=\E[0m:us=\E[1m:tc=pc3:
  758.  
  759. # The following is a version of the ibm-pc entry distributed with PC/IX,
  760. # (Interactive Systems' System 3 for the Big Blue), modified by Richard
  761. # McIntosh at UCB/CSM.  The :pt: and :uc: have been removed from the original,
  762. # (the former is untrue, and the latter failed under UCB/man); standout and
  763. # underline modes have been added.  Note: this entry describes the "native"
  764. # capabilities of the PC monochrome display, without ANY emulation; most
  765. # communications packages (but NOT PC/IX connect) do some kind of emulation.
  766. pcix|PC/IX console:\
  767.     :am:bs:bw:eo:\
  768.     :co#80:li#24:\
  769.     :cd=\E[J:ce=\E[K:cl=\Ec:cm=\E[%i%2;%2H:do=\E[B:\
  770.     :ho=\E[;H:nd=\E[C:se=\E[0m:so=\E[7m:ue=\E[0m:up=\E[A:\
  771.     :us=\E[4m:
  772.  
  773. # (ibmx: this entry formerly included the following unknown capabilities:
  774. #    :GC=b:GL=v:GR=t:RT=^J:\
  775. #    :GH=\E[196g:GV=\E[179g:\
  776. #    :GU=\E[193g:GD=\E[194g:\
  777. #    :G1=\E[191g:G2=\E[218g:G3=\E[192g:G4=\E[217g:\
  778. #    :CW=\E[E:NU=\E[F:RF=\E[G:RC=\E[H:\
  779. #    :WL=\E[K:WR=\E[L:CL=\E[M:CR=\E[N:\
  780. # I renamed GS/GE/WL/WR/CL/CR/PU/PD/HM/EN; also, removed a duplicate
  781. # ":kh=\E[Y:" -- esr)
  782. ibmpcx|xenix|ibmx|IBM PC xenix console display:\
  783.     :am:bs:ms:\
  784.     :co#80:li#25:\
  785.     :@7=\E[d:MR=\E[0m:ae=\E[10m:al=\E[L:as=\E[11m:\
  786.     :cd=\E[J:ce=\E[K:cl=^L:cm=\E[%d;%dH:dc=\E[P:dl=\E[M:\
  787.     :do=\E[B:ei=:ho=\E[H:ic=\E[@:im=:k1=\E[K:k2=\E[L:\
  788.     :k3=\E[M:k4=\E[N:kN=\E[e:kP=\E[Z:kb=^H:kd=\E[B:\
  789.     :kh=\E[Y:kl=\E[D:kr=\E[C:ku=\E[A:nd=\E[C:se=\E[0m:\
  790.     :so=\E[7m:ue=\E[m:up=\E[A:us=\E[4m:
  791. ibmc|ibmcpc|IBM PC xenix color console display:\
  792.     :tc=ibmpcx:
  793. ibmcx|ibmcpcx:\
  794.     :tc=ibmpcx:
  795.  
  796. pcvt25h|386BSD pcvt rel 2.10 vt220 emulator video driver:\
  797.     :am:km:mi:ms:xn:\
  798.     :it#8:pb#9216:vt#3:\
  799.     :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
  800.     :LE=\E[%dD:RI=\E[%dC:SF=\E%dD:SR=\E%dM:UP=\E[%dA:\
  801.     :ae=^O:al=\E[L:as=^N:bl=^G:cd=\E[J:ce=\E[K:\
  802.     :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
  803.     :ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:ho=\E[H:\
  804.     :i1=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;25r\E[25;1H:\
  805.     :ic=\E[@:im=\E[4h:k1=\E[17~:k2=\E[18~:k3=\E[19~:\
  806.     :k4=\E[20~:k5=\E[21~:k6=\E[23~:k7=\E[24~:k8=\E[25~:\
  807.     :kD=\E[3~:kH=\E[4~:kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^_:\
  808.     :kd=\EOB:ke=\E[?1l\E>:kh=\E[1~:kl=\EOD:kr=\EOC:\
  809.     :ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:md=\E[1m:\
  810.     :me=\E[m:mr=\E[7m:nd=\E[C:nw=^M^J:\
  811.     :r1=\Ec\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\
  812.     :rf=/usr/share/tabset/vt100:sc=\E7:se=\E[27m:sf=\ED:\
  813.     :so=\E[7m:sr=\EM:st=\EH:ta=^I:ue=\E[24m:up=\E[A:\
  814.     :us=\E[4m:
  815.  
  816. #### DEC VT100 and compatibles
  817. #
  818. # DEC terminals from the vt100 forward are collected here.  Older DEC terminals
  819. # and micro consoles can be found in the `obsolete' section.  More details
  820. # on the relationship between the VT100 and ANSI X3.64 may be found near the
  821. # end of this file.
  822. #
  823. # Except where noted, these entries are DEC's official terminfos.
  824. # Contact Bill Hedberg <hedberg@hannah.enet.dec.com> of Terminal Support
  825. # Engineering for more information.  Updated terminfos and termcaps 
  826. # are kept available at ftp://gatekeeper.dec.com/pub/DEC/termcaps.
  827. #
  828.  
  829. # Note that the xenl glitch in vt100 is not quite the same as on the Concept,
  830. # since the cursor is left in a different position while in the
  831. # weird state (concept at beginning of next line, vt100 at end
  832. # of this line) so all versions of vi before 3.7 don't handle
  833. # xenl right on vt100. The correct way to handle xenl is when
  834. # you output the char in column 80, immediately output CR LF
  835. # and then assume you are in column 1 of the next line. If xenl
  836. # is on, am should be on too.
  837. # I assume you have smooth scroll off or are at a slow enough baud
  838. # rate that it doesn't matter (1200? or less). Also this assumes
  839. # that you set auto-nl to "on", if you set it off use vt100-nam 
  840. # below.
  841. # The padding requirements listed here are guesses. It is strongly
  842. # recommended that xon/xoff be enabled, as this is assumed here.
  843. # The vt100 uses rs2 and rf rather than is2/tbc/hts because the 
  844. # tab settings are in non-volatile memory and don't need to be 
  845. # reset upon login. Also setting the number of columns glitches 
  846. # the screen annoyingly. You can type "reset" to get them set.
  847. #
  848. # This is how the keypad gets assigned in Application Keypad mode.
  849. #    PF1 = kf1      PF2 = kf2        PF3   = kf3          PF4 = kf4
  850. #    7   = kf9      8   = kf10        9     = kf0          - 
  851. #    4   = kf5      5   = kf6        6     = kf7          ,   = kf8
  852. #    1   = ka1      2   = kb2        3     = ka3
  853. #    0   = kc1      .   = kc3        ENTER = kent
  854. #
  855. vt100|vt100-am|dec vt100 (w/advanced video):\
  856.     :am:mi:ms:xn:xo:\
  857.     :co#80:it#8:li#24:vt#3:\
  858.     :@8=\EOM:DO=\E[%dB:K1=\EOq:K2=\EOr:K3=\EOs:K4=\EOp:\
  859.     :K5=\EOn:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
  860.     :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
  861.     :ae=^O:as=^N:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\
  862.     :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
  863.     :ct=\E[3g:do=^J:eA=\E(B\E)0:ho=\E[H:k0=\EOy:k1=\EOP:\
  864.     :k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOt:k6=\EOu:k7=\EOv:\
  865.     :k8=\EOl:k9=\EOw:k;=\EOx:kb=^H:kd=\EOB:ke=\E[?1l\E>:\
  866.     :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:\
  867.     :md=\E[1m:me=\E[m\017:mr=\E[7m:nd=\E[C:\
  868.     :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\
  869.     :..sa=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;:\
  870.     :sc=\E7:se=\E[m:sf=^J:so=\E[1;7m:sr=\EM:st=\EH:ta=^I:\
  871.     :ue=\E[m:up=\E[A:us=\E[4m:
  872.  
  873. vt100nam|vt100-nam|vt100 w/no am (w/advanced video):\
  874.     :am@:xn@:\
  875.     :tc=vt100-am:
  876.  
  877. # Ordinary vt100 in 132 column ("wide") mode.
  878. vt100-w|vt100-w-am|dec vt100 132 cols (w/advanced video):\
  879.     :co#132:li#24:\
  880.     :r2=\E>\E[?3h\E[?4l\E[?5l\E[?8h:tc=vt100-am:
  881. vt100-w-nam|vt100-nam-w|dec vt100 132 cols (w/advanced video):\
  882.     :co#132:li#14:vt@:\
  883.     :r2=\E>\E[?3h\E[?4l\E[?5l\E[?8h:tc=vt100-nam:
  884.  
  885. # vt100 with no advanced video.
  886. vt100-nav|vt100 without advanced video option:\
  887.     :sg#1:\
  888.     :mb@:md@:me@:mr@:sa@:se=\E[m:so=\E[7m:ue@:us@:tc=vt100:
  889. vt100-nav-w|vt100-w-nav|dec vt100 132 cols 14 lines (no advanced video option):\
  890.     :co#132:li#14:\
  891.     :tc=vt100-nav:
  892.  
  893. # vt100 with one of the 24 lines used as a status line.
  894. # We put the status line on the top.
  895. vt100-s|vt100-s-top|vt100-top-s|vt100 for use with sysline:\
  896.     :es:hs:\
  897.     :li#23:\
  898.     :cl=\E[2;1H\E[J:cm=\E[%i%+^A;%dH:cs=\E[%i%i%d;%dr:\
  899.     :ds=\E7\E[1;24r\E8:fs=\E8:ho=\E[2;1H:\
  900.     :is=\E7\E[2;24r\E8:ts=\E7\E[1;%p1%dH\E[1K:tc=vt100-am:
  901.  
  902. # Status line at bottom. 
  903. # Clearing the screen will clobber status line.
  904. vt100-s-bot|vt100-bot-s|vt100 for use with sysline:\
  905.     :es:hs:\
  906.     :li#23:\
  907.     :ds=\E7\E[1;24r\E8:fs=\E8:is=\E[1;23r\E[23;1H:\
  908.     :ts=\E7\E[24;%p1%dH\E[1K:tc=vt100-am:
  909.  
  910. # DEC VT100 with Advanced Video Option -- NOT DEC'S ENTRY!!!
  911. # This may be used as an alternate vt102 entry; it's probably better than the
  912. # stock one if you can live with XON/XOFF.  All the AVO gave you was smul/rmul.
  913. # From: Doug Gwyn <gwyn@smoke.brl.mil> 25 Jan 93
  914. # The following SET-UP modes are assumed for normal operation:
  915. #    ANSI_MODE    AUTO_XON/XOFF_ON    NEWLINE_OFF    80_COLUMNS
  916. #    WRAP_AROUND_ON
  917. # Other SET-UP modes may be set for operator convenience or communication
  918. # requirements; I recommend
  919. #    SMOOTH_SCROLL    AUTOREPEAT_ON    BLOCK_CURSOR    MARGIN_BELL_OFF
  920. #    SHIFTED_3_#
  921. # Unless you have a graphics add-on such as Digital Engineering's VT640
  922. # (and even then, whenever it can be arranged!) you should set
  923. #    INTERLACE_OFF
  924. # Hardware tabs are assumed to be set every 8 columns; they can be set up
  925. # by the "reset", "tset", or "tabs" utilities (use vt100-x, 132 columns, for
  926. # this).  I have included some compatible code in "rs" for the VT640 if you
  927. # have one.  No delays are specified; use "stty ixon -ixany" to enable DC3/DC1
  928. # flow control!
  929. # Thanks to elsie!ado (Arthur David Olson) for numerous improvements.
  930. vt100-avo|DEC VT100 with AVO:\
  931.     :ms:xo:\
  932.     :co#80:it#8:li#24:vt#3:\
  933.     :DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=^O:as=^N:\
  934.     :bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
  935.     :cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:do=^J:ho=\E[H:\
  936.     :is=\E<\E)0:k0=\EOP:k1=\EOQ:k2=\EOR:k3=\EOS:kb=^H:\
  937.     :kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\
  938.     :ku=\EOA:l0=PF1:l1=PF2:l2=PF3:l3=PF4:le=^H:ll=\E[24H:\
  939.     :mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:nw=\EE:\
  940.     :rc=\E8:sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:\
  941.     :ta=^I:te=150\E[?7h:ti=\E[?7l:ue=\E[m:up=\EM:\
  942.     :us=\E[4m:
  943.  
  944. # Most of the `vt100' emulators out there actually emulate a vt102
  945. # This entry (or vt102-nsgr) is probably the right thing to use for
  946. # these.  
  947. vt102|dec vt102:\
  948.     :mi:\
  949.     :al=\E[L:dc=\E[P:dl=\E[M:ei=\E[4l:im=\E[4h:tc=vt100:
  950.  
  951. # Many brain-dead PC comm programs that pretend to be `vt100-compatible'
  952. # fail to interpret the ^O and ^N escapes properly.  Symptom: the sgr0
  953. # string in the canonical vt100 entry above leaves the screen littered
  954. # with little  snowflake or star characters (IBM PC ROM character \017 = ^O)
  955. # after highlight turnoffs.  This entry should fix that, and even leave
  956. # ACS support working, at the cost of making multiple-highlight changes 
  957. # slightly more expensive.
  958. # From: Eric S. Raymond <esr@snark.thyrsus.com> July 22 1995
  959. vt102-nsgr|dec vt102 with ACS support disabled:\
  960.     :me=\E[m:sa@:tc=vt102:
  961.  
  962. # VT125 Graphics CRT.  Clear screen also erases graphics
  963. vt125|vt125 graphics terminal:\
  964.     :cl=\E[;H\E[2J\EPpS(E)\E\\:tc=vt100:
  965.  
  966. # vt132 - like vt100 but slower and has ins/del line and such.
  967. # I'm told that smir/rmir are backwards in the terminal from the
  968. # manual and from the ANSI standard, this describes the actual 
  969. # terminal. I've never actually used a vt132 myself, so this 
  970. # is untested.
  971. #
  972. vt132|DEC vt132:\
  973.     :xn:\
  974.     :al=\E[L:dc=\E[P:dl=\E[M:ei=\E[4h:im=\E[4l:ip=:sf=\n:tc=vt100:
  975.  
  976. # vt220:
  977. # This vt220 description maps F5--F9 to the second block of function keys
  978. # at the top of the keyboard.  The "DO" key is used as F10 to avoid conflict
  979. # with the key marked (ESC) on the vt220.  See vt220d for an alternate mapping.
  980. # PF1--PF4 are used as F1--F4.
  981. #
  982. vt220|DEC VT220 in vt100 emulation mode:\
  983.     :am:mi:xn:xo:\
  984.     :co#80:li#24:vt#3:\
  985.     :@7=\E[4~:ac=kkllmmjjnnwwqquuttvvxx:ae=\E(B:al=\E[L:\
  986.     :as=\E(0:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:\
  987.     :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:\
  988.     :do=\E[B:ei=\E[4l:ho=\E[H:if=/usr/lib/tabset/vt100:\
  989.     :im=\E[4h:is=\E[1;24r\E[24;1H:k1=\EOP:k2=\EOQ:\
  990.     :k3=\EOR:k4=\EOS:k5=\E[17~:k6=\E[18~:k7=\E[19~:\
  991.     :k8=\E[20~:k9=\E[21~:k;=\E[29~:kD=\E[3~:kI=\E[2~:\
  992.     :kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:kh=\E[1~:kl=\E[D:\
  993.     :kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:\
  994.     :mr=\E[7m:nd=\E[C:\
  995.     :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\
  996.     :rf=/usr/lib/tabset/vt100:\
  997.     :..sa=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e\E(B%;:\
  998.     :sc=\E7:se=\E[m:sf=20\ED:so=\E[7m:sr=14\EM:ta=^I:\
  999.     :ue=\E[m:up=\E[A:us=\E[4m:ve=\E[?25h:vi=\E[?25l:
  1000. #
  1001. # vt220d:
  1002. # This vt220 description regards F6--F10 as the second block of function keys
  1003. # at the top of the keyboard.  This mapping follows the description given
  1004. # in the VT220 Programmer Reference Manual and agrees with the labeling
  1005. # on some terminals that emulate the vt220.  There is no support for an F5.
  1006. # See vt220 for an alternate mapping. 
  1007. #
  1008. vt220d|DEC VT220 in vt100 mode with DEC function key labeling:\
  1009.     :F1=\E[23~:F2=\E[24~:F3=\E[25~:F4=\E[26~:F5=\E[28~:\
  1010.     :F6=\E[29~:F7=\E[31~:F8=\E[32~:F9=\E[33~:FA=\E[34~:\
  1011.     :k5@:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:\
  1012.     :k;=\E[21~:tc=vt220:
  1013.  
  1014. vt220nam|vt220-nam|v220n|VT220 in vt100 mode with no auto margins:\
  1015.     :am@:\
  1016.     :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7l\E[?8h:tc=vt220:
  1017.  
  1018. vt220-8|dec vt220 8 bit terminal:\
  1019.     :5i:am:mi:ms:xn:xo:\
  1020.     :co#80:it#8:li#24:\
  1021.     :%0=\E[29~:%1=\E[28~:*6=\E[4~:@0=\E[1~:AL=\E[%dL:\
  1022.     :DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\E[23~:F2=\E[24~:\
  1023.     :F3=\E[25~:F4=\E[26~:F7=\E[31~:F8=\E[32~:F9=\E[33~:\
  1024.     :FA=\E[34~:IC=\E[%d@:LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:\
  1025.     :SA=\E[?7h:UP=\E[%dA:\
  1026.     :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
  1027.     :ae=^O:al=\E[L:as=^N:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\
  1028.     :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
  1029.     :ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:eA=\E)0:ec=\E[%dX:\
  1030.     :ei=\E[4l:ho=\E[H:if=/usr/lib/tabset/vt100:im=\E[4h:\
  1031.     :is=\E[?7h\E[>\E[?1h\E F\E[?4l:k1=\EOP:k2=\EOQ:\
  1032.     :k3=\EOR:k4=\EOS:k6=\E[17~:k7=\E[18~:k8=\E[19~:\
  1033.     :k9=\E[20~:k;=\E[21~:kI=\E[2~:kN=\E[6~:kP=\E[5~:\
  1034.     :kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
  1035.     :l1=pf1:l2=pf2:l3=pf3:l4=pf4:le=^H:mb=\E[5m:md=\E[1m:\
  1036.     :me=\E[0m:mr=\E[7m:nd=\E[C:nw=\EE:pf=\E[4i:po=\E[5i:\
  1037.     :ps=\E[i:r1=\E[?3l:rc=\E8:sc=\E7:se=\E[27m:sf=\ED:\
  1038.     :so=\E[7m:sr=\EM:st=\EH:ta=^I:ue=\E[24m:up=\E[A:\
  1039.     :us=\E[4m:vb=\E[?5h\E[?5l:
  1040.  
  1041. vt320|DEC VT320 in vt100 emulation mode:\
  1042.     :tc=vt220:
  1043. #
  1044. #  Use v320n for LYRIX
  1045. #
  1046. vt320nam|vt320-nam|v320n|DEC VT320 in vt100 emul. mode with NO AUTO WRAP mode:\
  1047.     :am@:\
  1048.     :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7l\E[?8h:tc=vt220:
  1049.  
  1050. vt420|DEC VT420:\
  1051.     :am:mi:xn:xo:\
  1052.     :co#80:li#24:vt#3:\
  1053.     :*6=\E[4~:@0=\E[1~:\
  1054.     :S5=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
  1055.     :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
  1056.     :ae=\E(B:al=\E[L:as=\E(0:bl=^G:cd=\E[J:ce=\E[K:\
  1057.     :cl=\E[;H\E[2J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
  1058.     :dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:ho=\E[H:\
  1059.     :i2=\E[?67h\E[64;1"p:if=/usr/lib/tabset/vt100:\
  1060.     :im=\E[4h:is=\E[1;24r\E[24;1H:k0=\E[29~:k1=\EOP:\
  1061.     :k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[17~:k6=\E[18~:\
  1062.     :k7=\E[19~:k8=\E[20~:k9=\E[21~:k;=\E[29~:kD=\E[3~:\
  1063.     :kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:ke=\E>:\
  1064.     :kl=\E[D:kr=\E[C:ks=\E=:ku=\E[A:le=^H:mb=\E[5m:\
  1065.     :md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:\
  1066.     :r3=\E[?67h\E[64;1"p:rc=\E8:rf=/usr/lib/tabset/vt100:\
  1067.     :..sa=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e\E(B%;:\
  1068.     :se=\E[m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:ue=\E[m:\
  1069.     :up=\E[A:us=\E[4m:
  1070.  
  1071. vt420nam|vt420-nam|v420n|DEC VT420 in vt100 emul. mode with NO AUTO WRAP mode:\
  1072.     :am@:\
  1073.     :tc=vt420:
  1074.  
  1075. #
  1076. #  DECUDK   
  1077. #               if (key < 16) then  value = key;
  1078. #               else if (key < 21) then value = key + 1; 
  1079. #               else if (key < 25) then value = key + 2;
  1080. #               else if (key < 27) then value = key + 3;
  1081. #               else if (key < 30) then value = key + 4;
  1082. #               else value = key + 5;
  1083. #
  1084. vt420pc|DEC VT420 w/PC keyboard:\
  1085.     :@7=\E[4~:F1=\E[23~:F2=\E[24~:F3=\E[11;2~:\
  1086.     :F4=\E[12;2~:F5=\E[13;2~:F6=\E[14;2~:F7=\E[15;2~:\
  1087.     :F8=\E[17;2~:F9=\E[18;2~:FA=\E[19;2~:FB=\E[20;2~:\
  1088.     :FC=\E[21;2~:FD=\E[23;2~:FE=\E[24;2~:FF=\E[23~:\
  1089.     :FG=\E[24~:FH=\E[25~:FI=\E[26~:FJ=\E[28~:FK=\E[29~:\
  1090.     :FL=\E[31~:FM=\E[32~:FN=\E[33~:FO=\E[34~:FP=\E[35~:\
  1091.     :FQ=\E[36~:FR=\E[23;2~:FS=\E[24;2~:FT=\E[25;2~:\
  1092.     :FU=\E[26;2~:FV=\E[28;2~:FW=\E[29;2~:FX=\E[31;2~:\
  1093.     :FY=\E[32;2~:FZ=\E[33;2~:Fa=\E[34;2~:Fb=\E[35;2~:\
  1094.     :Fc=\E[36;2~:S6=USR_TERM\072vt420pcdos\072:k1=\E[11~:\
  1095.     :k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:k6=\E[17~:\
  1096.     :k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:kD=^_:\
  1097.     :kh=\E[H:\
  1098.     :..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:
  1099.  
  1100. vt420pcdos|DEC VT420 w/PC for DOS Merge:\
  1101.     :li#25:\
  1102.     :S1=%?%p2%{19}%=%t\E\023\021%e%p2%{32}%<%t\E%p2%c%e%p2%{127}%=%t\E\177%e%p2%c%;:\
  1103.     :S4=\E[?1;2r\E[34h:\
  1104.     :S5=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:S6@:\
  1105.     :me=\E[0m:sa@:tc=vt420pc:
  1106.  
  1107. vt420f|DEC VT420 with VT kbd; VT400 mode; F1-F5 used as Fkeys:\
  1108.     :F1=\E[23~:F2=\E[24~:F3=\E[25~:F4=\E[26~:F5=\E[28~:\
  1109.     :F6=\E[29~:F7=\E[31~:F8=\E[32~:F9=\E[33~:FA=\E[34~:\
  1110.     :k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:\
  1111.     :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:\
  1112.     :kD=^_:kh=\E[H:l1=\EOP:l2=\EOQ:l3=\EOR:l4=\EOS:tc=vt420:
  1113.  
  1114. vt420f-nam|v420fn|DEC VT420 no auto margins:\
  1115.     :am@:\
  1116.     :tc=vt420f:
  1117. vt420pc-nam|v420pcn|DEC VT420 PC keyboard no auto margins:\
  1118.     :am@:\
  1119.     :tc=vt420pc:
  1120.  
  1121. vt510|DEC VT510:\
  1122.     :tc=vt420:
  1123. vt510nam|vt510-nam|v510n|DEC VT510 in vt100 emul. mode with NO AUTO WRAP mode:\
  1124.     :tc=vt420nam:
  1125. vt510pc|DEC VT510 w/PC keyboard:\
  1126.     :tc=vt420pc:
  1127. vt510pc-nam|v510pcn|DEC VT510 PC keyboard no auto margins:\
  1128.     :am@:\
  1129.     :tc=vt420pc:
  1130. vt510pcdos|DEC VT510 w/PC for DOS Merge:\
  1131.     :tc=vt420pcdos:
  1132.  
  1133. # VT520/VT525
  1134. #
  1135. # The VT520 is a monochrome text terminal capable of managing up to
  1136. # four independent sessions in the terminal.  It has multiple ANSI
  1137. # emulations (VT520, VT420, VT320, VT220, VT100, VT PCTerm, SCO Console)
  1138. # and ASCII emulations (WY160/60, PCTerm, 50/50+, 150/120, TVI 950,
  1139. # 925 910+, ADDS A2).  This terminfo data is for the ANSI emulations only.
  1140. #
  1141. # Terminal Set-Up is entered by pressing [F3], [Caps Lock]/[F3] or
  1142. # [Alt]/[Print Screen] depending upon which keyboard and which
  1143. # terminal mode is being used.  If Set-Up has been disabled or
  1144. # assigned to an unknown key, Set-Up may be entered by pressing
  1145. # [F3] as the first key after power up, regardless of keyboard type.
  1146. vt520|DEC VT520:\
  1147.     :am:mi:xn:xo:\
  1148.     :co#80:li#24:vt#3:\
  1149.     :*6=\E[4~:@0=\E[1~:\
  1150.     :S5=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
  1151.     :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
  1152.     :ae=\E(B:al=\E[L:as=\E(0:bl=^G:cd=\E[J:ce=\E[K:\
  1153.     :cl=\E[;H\E[2J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
  1154.     :dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:ho=\E[H:\
  1155.     :i2=\E[?67h\E[64;1"p:if=/usr/lib/tabset/vt100:\
  1156.     :im=\E[4h:is=\E[1;24r\E[24;1H:k0=\E[29~:k1=\EOP:\
  1157.     :k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[17~:k6=\E[18~:\
  1158.     :k7=\E[19~:k8=\E[20~:k9=\E[21~:k;=\E[29~:kD=\E[3~:\
  1159.     :kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:kl=\E[D:\
  1160.     :kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:\
  1161.     :mr=\E[7m:nd=\E[C:\
  1162.     :..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\\:\
  1163.     :r3=\E[?67h\E[64;1"p:rc=\E8:rf=/usr/lib/tabset/vt100:\
  1164.     :..sa=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e\E(B%;:\
  1165.     :se=\E[m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:ue=\E[m:\
  1166.     :up=\E[A:us=\E[4m:
  1167.  
  1168. vt520nam|vt520-nam|v520n|DEC VT520 with NO AUTO WRAP:\
  1169.     :am@:\
  1170.     :tc=vt520:
  1171.  
  1172. vt525|DEC VT525:\
  1173.     :am:mi:xn:xo:\
  1174.     :co#80:li#24:vt#3:\
  1175.     :*6=\E[4~:@0=\E[1~:\
  1176.     :S5=\E[?0;0r\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
  1177.     :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
  1178.     :ae=\E(B:al=\E[L:as=\E(0:bl=^G:cd=\E[J:ce=\E[K:\
  1179.     :cl=\E[;H\E[2J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
  1180.     :dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:ho=\E[H:\
  1181.     :i2=\E[?67h\E[64;1"p:if=/usr/lib/tabset/vt100:\
  1182.     :im=\E[4h:is=\E[1;24r\E[24;1H:k0=\E[29~:k1=\EOP:\
  1183.     :k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[17~:k6=\E[18~:\
  1184.     :k7=\E[19~:k8=\E[20~:k9=\E[21~:k;=\E[29~:kD=\E[3~:\
  1185.     :kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:kl=\E[D:\
  1186.     :kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:\
  1187.     :mr=\E[7m:nd=\E[C:\
  1188.     :..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\\:\
  1189.     :r3=\E[?67h\E[64;1"p:rc=\E8:rf=/usr/lib/tabset/vt100:\
  1190.     :..sa=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p4%t;5%;%?%p1%p3%|%t;7%;m%?%p9%t\E(0%e\E(B%;:\
  1191.     :se=\E[m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:ue=\E[m:\
  1192.     :up=\E[A:us=\E[4m:
  1193.  
  1194. vt525nam|vt525-nam|v525n|DEC VT525 with NO AUTO WRAP:\
  1195.     :am@:\
  1196.     :tc=vt525:
  1197.  
  1198. #### Xterm variants
  1199. #
  1200.  
  1201. # X10/6.6    11/7/86, minus alternate screen, plus (csr)
  1202. # (xterm: ":MT:" changed to ":km:"; mapped ":pt:" to ":it#8:";
  1203. # removed (hs, eslok, tsl=\E[?E\E[?%i%dT, fsl=\E[?F, dsl=\E[?E)
  1204. # as these seem not to work -- esr)
  1205. x10term|vs100-x10|xterm terminal emulator (X10 window system):\
  1206.     :am:bs:km:mi:ms:pt:xn:xo:\
  1207.     :co#80:it#8:li#65:\
  1208.     :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:al=\E[L:cd=\E[J:\
  1209.     :ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cs=\E[%i%d;%dr:\
  1210.     :dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:ho=\E[H:im=\E[4h:\
  1211.     :is=\E\E[m\E[?7h\E[?1;4l:k1=\EOP:k2=\EOQ:k3=\EOR:\
  1212.     :k4=\EOS:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:\
  1213.     :ks=\E[?1h\E=:ku=\EOA:le=^H:md=\E[1m:me=\E[m:\
  1214.     :mr=\E[7m:nd=\E[C:\
  1215.     :rs=\E[r\E<\E[m\E[H\E[2J\E[?7h\E[?1;3;4;6l:se=\E[m:\
  1216.     :sf=^J:so=\E[7m:sr=\EM:ue=\E[m:up=\E[A:us=\E[4m:
  1217. # X11R6 xterm.  This is known good for the XFree86 version under Linux.
  1218. # From: Eric S. Raymond <esr@snark.thyrsus.com> 9 Jul 1995
  1219. # Note: If you use the line-drawing character set, the disable afterwards
  1220. # will leave you in US-ASCII.  If you live somewhere that wants a pound sign
  1221. # at 2/3, change rmacs to "\E(A".  Further note: cuf and cub don't seem
  1222. # to be reliable under my xterm, so they're commented out.  Final note:
  1223. # Older versions of this entry set/reset application keypad mode (\EO-prefix
  1224. # cursor keys) in the [sr]mkx caps, but it wasn't necessary, and doesn't
  1225. # actually fit the terminfo model properly.
  1226. xterm|vs100|xterm terminal emulator (X11R6 Window System):\
  1227.     :am:bs:km:mi:ms:pt:xn:xo:\
  1228.     :co#80:it#8:li#65:\
  1229.     :@7=\E[[:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:F1=\E[23~:\
  1230.     :F2=\E[24~:IC=\E[%d@:LE=\E[%dD:UP=\E[%dA:\
  1231.     :ac=++\054\054..00II--``aaffgghhjjkkllmmnnooqqssttuuvvwwxx~~:\
  1232.     :ae=\E(B:al=\E[L:as=\E(0:bl=^G:cd=\E[J:ce=\E[K:\
  1233.     :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
  1234.     :ct=\E[3k:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:ho=\E[H:\
  1235.     :ic=\E[@:im=\E[4h:\
  1236.     :is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l:\
  1237.     :k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:\
  1238.     :k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:\
  1239.     :kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:kh=\E[@:\
  1240.     :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:md=\E[1m:me=\E[m:\
  1241.     :mr=\E[7m:nd=\E[C:\
  1242.     :r2=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l\E<:\
  1243.     :rc=\E8:sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:ta=^I:\
  1244.     :te=\E[2J\E[?47l\E8:ti=\E7\E[?47h:u6=\E[%d;%dR:\
  1245.     :u7=\E[6n:u8=\E[?1;2c:u9=\E[c:ue=\E[m:up=\E[A:\
  1246.     :us=\E[4m:
  1247. xterm24|vs100-24|xterm terminal emulator (24 lines) (X11R6 window system):\
  1248.     :co#80:li#24:\
  1249.     :tc=xterm:
  1250. xterm25|vs100-25|xterm terminal emulator (25 lines) (X11R6 window system):\
  1251.     :co#80:li#25:\
  1252.     :tc=xterm:
  1253. xterm50|vs100-50|xterm terminal emulator (50 lines) (X11R6 window system):\
  1254.     :co#80:li#50:\
  1255.     :tc=xterm:
  1256. xterms|vs100s|xterm terminal emulator (small) (X11R6 window system):\
  1257.     :tc=xterm24:
  1258. # (kterm: this had unknown capabilities ":KJ:TY=ascii:" -- esr)
  1259. kterm|kterm kanji terminal emulator (X window system):\
  1260.     :es:hs:\
  1261.     :cs=\E[%i%d;%dr:ds=\E[?H:fs=\E[?F:rc=\E8:sc=\E7:\
  1262.     :ts=\E[?E\E[?%i%dT:tc=xterm:
  1263.  
  1264. # See the note on ICH/ICH1 VERSUS RMIR/SMIR near the end of file
  1265. xterm-nic|xterm with ich/ich1 suppressed for non-curses programs:\
  1266.     :IC@:ei=:ic@:im=:tc=xterm:
  1267.  
  1268. # From: Eric S. Raymond <esr@snark.thyrsus.com> May 4 1995
  1269. # Should work with the color xterm on the X11R6 contrib tape.
  1270. xterm-color|xterm with color support:\
  1271.     :tc=xterm:tc=ansi-pc-color:
  1272.  
  1273. # From: David J. MacKenzie <djm@va.pubnix.com> 20 Apr 1995
  1274. # Here's a termcap entry I've been using for xterm_color, which comes
  1275. # with BSD/OS 2.0, and the X11R6 contrib tape too I think.  Besides the
  1276. # color stuff, I also have a status line defined as the window manager
  1277. # title bar. [I have translated it to terminfo -- ESR]
  1278. xterm-pcolor|xterm with color used for highlights and status line:\
  1279.     :hs:\
  1280.     :ws#40:\
  1281.     :ds=\E]0;\007:fs=^G:md=\E[1m\E[43m:mr=\E[7m\E[34m:\
  1282.     :so=\E[7m\E[31m:ts=\E]0;:us=\E[4m\E[42m:tc=xterm:
  1283.  
  1284. ######## UNIX VIRTUAL TERMINALS AND VIRTUAL CONSOLES
  1285. #
  1286.  
  1287. # Columbus UNIX virtual terminal. This terminal also appears in 
  1288. # UNIX 4.0 and successors as line discipline 1 (?), but is 
  1289. # undocumented and does not really work quite right.
  1290. cbunix|cb unix virtual terminal:\
  1291.     :am:bs:da:db:\
  1292.     :co#80:li#24:lm#0:\
  1293.     :al=\EP:bl=^G:cd=\EL:ce=\EK:cl=\EL:cm=\EG%r%.%.:\
  1294.     :cr=^M:dc=\EM:dl=\EN:do=^J:ei=:ic=\EO:im=:kd=\EB:\
  1295.     :kh=\EE:kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:se=\Eb^D:\
  1296.     :sf=^J:so=\Ea^D:ue=\Eb^A:up=\EA:us=\Ea^A:
  1297. # (vremote: removed obsolete ":nl@:" -- esr)
  1298. vremote|virtual remote terminal:\
  1299.     :am@:\
  1300.     :co#79:\
  1301.     :tc=cbunix:
  1302. pty|4bsd pseudo teletype:\
  1303.     :cm=\EG%+ %+ :se=\Eb$:so=\Ea$:ue=\Eb!:us=\Ea!:tc=cbunix:
  1304.  
  1305. # Entries for use by the FSF's `screen' program.  These came with version 3.6.2
  1306. screen|VT 100/ANSI X3.64 virtual terminal:\
  1307.     :am:km:mi:ms:xn:\
  1308.     :co#80:it#8:li#24:\
  1309.     :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\E[23~:\
  1310.     :F2=\E[24~:IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
  1311.     :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~..--++\054\054hhII00:\
  1312.     :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:\
  1313.     :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
  1314.     :ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:ho=\E[H:\
  1315.     :im=\E[4h:is=\E)0:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
  1316.     :k5=\E[15~:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:\
  1317.     :k;=\E[21~:kD=\E[3~:kH=\E[4~:kI=\E[2~:kN=\E[6~:\
  1318.     :kP=\E[5~:kb=^H:kd=\EOB:ke=\E[?1l\E>:kh=\E[1~:\
  1319.     :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:\
  1320.     :md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:nw=\EE:r2=\Ec:\
  1321.     :rc=\E8:sc=\E7:se=\E[23m:sf=^J:so=\E[3m:sr=\EM:\
  1322.     :st=\EH:ta=^I:ue=\E[24m:up=\EM:us=\E[4m:
  1323. screen-w|VT 100/ANSI X3.64 virtual terminal with 132 cols:\
  1324.     :am:km:mi:ms:xn:\
  1325.     :co#132:it#8:li#24:\
  1326.     :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\E[23~:\
  1327.     :F2=\E[24~:IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
  1328.     :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~..--++\054\054hhII00:\
  1329.     :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:\
  1330.     :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
  1331.     :ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:ho=\E[H:\
  1332.     :im=\E[4h:is=\E)0:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
  1333.     :k5=\E[15~:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:\
  1334.     :k;=\E[21~:kD=\E[3~:kH=\E[4~:kI=\E[2~:kN=\E[6~:\
  1335.     :kP=\E[5~:kb=^H:kd=\EOB:ke=\E[?1l\E>:kh=\E[1~:\
  1336.     :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:\
  1337.     :md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:nw=\EE:r2=\Ec:\
  1338.     :rc=\E8:sc=\E7:se=\E[23m:sf=^J:so=\E[3m:sr=\EM:\
  1339.     :st=\EH:ta=^I:ue=\E[24m:up=\EM:us=\E[4m:
  1340.  
  1341. ######## WORKSTATION CONSOLES
  1342. #
  1343.  
  1344. #### Sun consoles
  1345. #
  1346.  
  1347. # :is: resets scrolling region in case a previous user had used "tset vt100"
  1348. # (sun: mapped ":pt:" to ":it#8:" -- esr)
  1349. oldsun|Sun Microsystems Workstation console:\
  1350.     :am:bs:km:mi:ms:pt:\
  1351.     :co#80:it#8:li#34:\
  1352.     :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:IC=\E[%d@:al=\E[L:\
  1353.     :bl=^G:cd=\E[J:ce=\E[K:cl=^L:cm=\E[%i%d;%dH:cr=^M:\
  1354.     :dc=\E[P:dl=\E[M:do=\E[B:ei=:ic=\E[@:im=:is=\E[1r:\
  1355.     :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kd=\E[B:kh=\E[H:\
  1356.     :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:nd=\E[C:rs=\E[1r:\
  1357.     :se=\E[m:sf=^J:so=\E[7m:ta=^I:up=\E[A:
  1358. # New entry from vendor
  1359. sun|sun1|sun2|Sun Microsystems Inc. workstation:\
  1360.     :am:km:ms:\
  1361.     :co#80:li#34:\
  1362.     :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:IC=\E[%d@:al=\E[L:\
  1363.     :bl=^G:cd=\E[J:ce=\E[K:cl=^L:cm=\E[%i%d;%dH:cr=^M:\
  1364.     :dc=\E[P:dl=\E[M:do=^J:ei=:ho=\E[H:ic=\E[@:im=:\
  1365.     :k1=\E[224z:k2=\E[225z:k3=\E[226z:k4=\E[227z:\
  1366.     :k5=\E[228z:k6=\E[229z:k7=\E[230z:k8=\E[231z:\
  1367.     :k9=\E[232z:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
  1368.     :md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:r2=\E[s:\
  1369.     :..sa=\E[0%?%p6%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;m:\
  1370.     :se=\E[m:sf=^J:so=\E[7m:ta=^I:ue=\E[m:up=\E[A:\
  1371.     :us=\E[4m:
  1372. # From: <john@ucbrenoir>  Tue Sep 24 13:14:44 1985
  1373. sun-s|Sun Microsystems Workstation window with status line:\
  1374.     :hs:\
  1375.     :ds=\E]l\E\\:fs=\E\\:ts=\E]l:tc=sun:
  1376. sun-e-s|sun-s-e|Sun Microsystems Workstation with status hacked for emacs:\
  1377.     :hs:\
  1378.     :ds=\E]l\E\\:fs=\E\\:ts=\E]l:tc=sun-e:
  1379. sun-48|Sun 48-line window:\
  1380.     :co#80:li#48:\
  1381.     :tc=sun:
  1382. sun-34|Sun 34-line window:\
  1383.     :co#80:li#34:\
  1384.     :tc=sun:
  1385. sun-24|Sun 24-line window:\
  1386.     :co#80:li#24:\
  1387.     :tc=sun:
  1388. sun-17|Sun 17-line window:\
  1389.     :co#80:li#17:\
  1390.     :tc=sun:
  1391. sun-12|Sun 12-line window:\
  1392.     :co#80:li#12:\
  1393.     :tc=sun:
  1394. sun-1|Sun 1-line window for sysline:\
  1395.     :es:hs:\
  1396.     :co#80:li#1:\
  1397.     :ds=^L:fs=\E[K:ts=^M:tc=sun:
  1398. sun-e|sun-nic|sune|Sun Microsystems Workstation without insert character:\
  1399.     :ei@:ic@:im@:tc=sun:
  1400. sun-c|sun-cmd|Sun Microsystems Workstation console with scrollable history:\
  1401.     :te=\E[>4h:ti=\E[>4l:tc=sun:
  1402.  
  1403. #### Iris consoles
  1404. #
  1405.  
  1406. # (wsiris: this had unknown capabilities
  1407. #    :HS=\E7F2:HE=\E7F7:\
  1408. #    :CT#2:CZ=*Bblack,red,green,yellow,blue,magenta,cyan,*Fwhite:
  1409. # I mapped ":pt:" to ":it#8:", removed incorrect ":cl=\Ev:" -- esr)
  1410. wsiris|iris40|iris emulating a 40 line visual 50 (approximately):\
  1411.     :am:bs:pt:\
  1412.     :co#80:it#8:li#40:\
  1413.     :al=\EL:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :dl=\EM:\
  1414.     :ho=\EH:is=\E7B0\E7F7\E7C2\E7R3:k0=\E0:k1=\E1:k2=\E2:\
  1415.     :k3=\E3:k4=\E4:k5=\E5:k6=\E6:k7=\E7:k8=\E8:k9=\E9:\
  1416.     :kd=\EB:kl=\ED:kr=\EC:ku=\EA:nd=\EC:se=\E0@:so=\E9P:\
  1417.     :sr=\EI:ue=\E7R3\E0@:up=\EA:us=\E7R2\E9P:ve=\E>:\
  1418.     :vs=\E;:
  1419.  
  1420. #### Masscomp consoles
  1421. #
  1422.  
  1423. masscomp2:\
  1424.     :co#64:li#21:\
  1425.     :tc=masscomp:
  1426. masscomp1:\
  1427.     :co#104:li#36:\
  1428.     :tc=masscomp:
  1429. # (masscomp: ":MT:" changed to ":km:"; mapped ":pt:" to ":it#8:" -- esr)
  1430. masscomp:\
  1431.     :bs:km:mi:pt:\
  1432.     :co#80:it#8:li#24:sg#0:\
  1433.     :al=\E[L:cd=\E[J:ce=\E[K:cl=\E[2J:cm=\E[%i%d;%dH:\
  1434.     :dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:im=\E[4h:\
  1435.     :is=\EGc\EGb\EGw:kb=^H:kd=\EOB:kl=\EOD:kr=\EOC:\
  1436.     :ku=\EOA:nd=\E[C:se=\E[0m:so=\E[7m:ue=\EGau:up=\E[A:\
  1437.     :us=\EGu:
  1438.  
  1439. #### NeWS consoles
  1440. #
  1441. # Console terminal windows under the NeWS (Sun's Display Postscript windowing
  1442. # environment).   Note: these have nothing to do with Sony's News workstation
  1443. # line.
  1444. #
  1445.  
  1446. # Entry for NeWS's psterm from Eric Messick & Hugh Daniel
  1447. # (psterm: unknown ":sl=\EOl:el=\ENl:" removed;
  1448. # mapped ":pt:" to ":it#8:" -- esr)
  1449. psterm|psterm-basic|psterm-80x34:\
  1450.     :am:bs:hs:km:pt:ul:\
  1451.     :co#80:it#8:li#34:\
  1452.     :al=\EA:cd=\EB:ce=\EC:cl=^L:cm=\E%d;%d;:cs=\EE%d;%d;:\
  1453.     :dc=\EF:dl=\EK:do=\EP:ei=\ENi:fs=\ENl:ho=\ER:im=\EOi:\
  1454.     :is=\EN*:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=\ET:\
  1455.     :ll=\EU:mb=\EOb:md=\EOd:me=\EN*:mr=\EOr:nd=\EV:rc=^\:\
  1456.     :rs=\EN*:sc=^]:se=\ENo:sf=\EW:so=\EOo:sr=\EX:te=\ENt:\
  1457.     :ti=\EOt:ts=\EOl:ue=\ENu:up=\EY:us=\EOu:vb=\EZ:
  1458. psterm-96x48:\
  1459.     :co#96:li#48:\
  1460.     :tc=psterm:
  1461. psterm-90x28:\
  1462.     :co#90:li#28:\
  1463.     :tc=psterm:
  1464. psterm-80x24:\
  1465.     :co#80:li#24:\
  1466.     :tc=psterm:
  1467. # This is a faster termcap for psterm.  Warning:  if you use this termcap,
  1468. # some control characters you type will do strange things to the screen.
  1469. # (psterm-fast: unknown ":sl=^Ol:el=^Nl:";
  1470. # removed; mapped ":pt:" to ":it#8:" -- esr)
  1471. psterm-fast:\
  1472.     :am:bs:hs:km:pt:ul:\
  1473.     :co#80:it#8:li#34:\
  1474.     :al=^A:cd=^B:ce=^C:cl=^L:cm=\004%d;%d;:cs=\005%d;%d;:\
  1475.     :dc=^F:dl=^K:do=^P:ei=^Ni:fs=^Nl:ho=^R:im=^Oi:is=^N*:\
  1476.     :kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=^T:ll=^U:mb=^Ob:\
  1477.     :md=^Od:me=^N*:mr=^Or:nd=^V:rc=^\:rs=^N*:sc=^]:\
  1478.     :se=^No:sf=^W:so=^Oo:sr=^X:te=^Nt:ti=^Ot:ts=^Ol:\
  1479.     :ue=^Nu:up=^Y:us=^Ou:vb=^Z:
  1480.  
  1481. #### Apollo consoles
  1482. #
  1483. # Apollo got bought by Hewlett-Packard.  The Apollo workstations are 
  1484. # labeled HP700s now.
  1485. #
  1486.  
  1487. # From: Gary Darland <goodmanc@garnet.berkeley.edu>
  1488. apollo:\
  1489.     :am:bs:mi:\
  1490.     :co#88:li#53:\
  1491.     :al=\EI:cd=\EJ:ce=\EK:ch=\EN%d:cl=^L:cm=\EM%+ %d):\
  1492.     :cv=\EO+ :dc=\EP:dl=\EL:do=\EB:ei=\ER:im=\EQ:nd=\EC:\
  1493.     :se=\ET:sf=\EE:so=\ES:sr=\ED:te=\EX:ti=\EW:ue=\EV:\
  1494.     :up=\EA:us=\EU:
  1495. apollo_15P|apollo 15 inch display:\
  1496.     :dN@:\
  1497.     :tc=vt132:
  1498. apollo_19L|apollo 19 inch display:\
  1499.     :dN@:\
  1500.     :tc=vt132:
  1501. apollo_color|apollo color display:\
  1502.     :dN@:\
  1503.     :tc=vt132:
  1504.  
  1505. #### Fortune Systems consoles
  1506. #
  1507.  
  1508. # From: Robert Nathanson <c160-3bp@Coral> via tut   Wed Oct 5, 1983
  1509. # (This had unknown capabilities
  1510. #    :rv=\EH:re=\EI:rg=0:\
  1511. #    :GG=0:GV=-:GH=&:GU=%:GD=#:G1=(:G2= :G3=":G4=*:CF=\E]:\
  1512. #    :CO=\E\\:WL=^Aa\r:WR=^Ab\r:CL=^Ac\r:CR=^Ad\r:DL=^Ae\r:RF=^Af\r:\
  1513. #    :RC=^Ag\r:CW=^Ah\r:NU=^Aj\r:EN=^Ak\r:HM=^Al:PL=^Am\r:\
  1514. #    :PU=^An\r:PD=^Ao\r:PR=^Ap\r:HP=^A@\r:RT=^Aq\r:TB=\r:CN=\177:MP=\E+F:
  1515. # It had both ":bs:" and ":bs=^H:"; I removed the latter.  Also, it had
  1516. # ":sg=0:" and ":ug=0:"; evidently the composer was trying (unnecessarily)
  1517. # to force both magic cookie glitches off.  Once upon a time, I
  1518. # used a Fortune myself, so I know the capabilities of the form ^A[a-z]\r are
  1519. # function keys; thus the "Al" value for HM was certainly an error.  I renamed
  1520. # EN/PD/PU/CO/CF according to the XENIX/TC mappings, but not HM/DL/RF/RC/RT.  
  1521. # I think rv and re are start and end reverse video and rg is a nonexistent
  1522. # "reverse-video-glitch" capability; I have put rv and re in with standard
  1523. # names below.  I've removed obsolete ":nl=5^J:" as there is a :do: -- esr)
  1524. fos|fortune|Fortune system:\
  1525.     :am:bs:bw:\
  1526.     :co#80:li#25:\
  1527.     :@7=^Ak\r:ae=^O:al=\034E:as=\Eo:bl=^G:cd=\034Y:\
  1528.     :ce=^\Z:cl=\014:cm=\034C%+ %+ :cr=^M:dc=\034W:\
  1529.     :dl=\034R:do=\n:ei=:ho=\036:ic=\034Q:im=:is=^_..:\
  1530.     :k1=^Aa\r:k2=^Ab\r:k3=^Ac\r:k4=^Ad\r:k5=^Ae\r:\
  1531.     :k6=^Af\r:k7=^Ag\r:k8=^Ah\r:kN=^Ao\r:kP=^An\r:kb=^H:\
  1532.     :kd=^Ay\r:kh=^A?\r:kl=^Aw\r:kr=^Az\r:ku=^Ax\r:le=^H:\
  1533.     :mb=\EN:me=\EI:mr=\EH:nw=^M^J:se=^\I`:sf=^J:so=^\H`:\
  1534.     :ta=^Z:ue=^\IP:up=\013:us=^\HP:ve=\E\\:vi=\E]:\
  1535.     :vs=\E\072:
  1536.  
  1537. ######## COMMON TERMINAL TYPES
  1538. #
  1539. # This section describes terminal classes and maker brands that are still
  1540. # quite common, but have proprietary command sets not blessed by ANSI.
  1541.  
  1542. #### Altos
  1543. #
  1544. # Altos descriptions from Ted Mittelstaedt <tedm@agora.rain.com> 4 Sep 1993
  1545. # His comments suggest they were shipped with the system.
  1546. #
  1547.  
  1548. # (altos2: had unknown capabilities
  1549. #    :c0=^A`\r:c1=^Aa\r:c2=^Ab\r:c3=^Ac\r:\
  1550. #    :c4=^Ad\r:c5=^Ae\r:c6=^Af\r:c7=^Ag\r:\
  1551. #    :c8=^Ah\r:c9=^Ai\r:cA=^Aj\r:cB=^Ak\r:\
  1552. #    :cC=^Al\r:cD=^Am\r:cE=^An\r:cF=^Ao\r:
  1553. #    :XU=^Aq\r:XD=^Ar\r:XR=^As\r:XL=^At\r:\
  1554. #    :YU=^AQ\r:YD=^AR\r:YR=^AS\r:YL=^AT\r:\
  1555. #    :HL=^AP\r:SP=\E[i:\
  1556. #    :IS=\E[@:DE=\E[P:IL=\E[L:NS=\E[S:PS=\E[T:\
  1557. #    :LO=\E[0q:LC=\E[5q:LL=\E[6q:\
  1558. # Comparison with the k* capabilities makes it obvious that the c* things are
  1559. # shift keys.  I have renamed them to keys 32 and up accordingly.  Also,
  1560. # :sr: was given as a boolean-- esr)
  1561. altos2|alt2|altos-2|altos II:\
  1562.     :co#80:it#8:li#24:sg#0:\
  1563.     :*5=^Am\r:*8=^An\r:DL=\E[M:FM=^A`\r:FN=^Aa\r:\
  1564.     :FO=^Ab\r:FP=^Ac\r:FQ=^Ad\r:FR=^Ae\r:FS=^Af\r:\
  1565.     :FT=^Ag\r:FU=^Ah\r:FV=^Ai\r:FW=^Aj\r:FX=^Ak\r:\
  1566.     :al=\E[L:cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:\
  1567.     :cm=\E[%i%d;%dH:cr=^M:dc=\E[P:do=\E[1B:ei=:ho=\E[H:\
  1568.     :ic=\E[@:if=/usr/share/lib/tabset/vt100:im=:\
  1569.     :is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:k0=^AI\r:\
  1570.     :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
  1571.     :k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:kA=^AJ\r:\
  1572.     :kB=^AK\r:kC=^AL\r:kD=^AM\r:kE=^AN\r:kF=^AO\r:kb=^H:\
  1573.     :kd=\E[B:kh=\E[f:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
  1574.     :nd=\E[1C:nw=^M^J:se=\E[m:sf=^J:so=\E[7m:ta=^I:\
  1575.     :ue=\E[m:up=\E[1A:us=\E[4m:
  1576. # (altos3: had unknown capabilities
  1577. #    :c0=^A`\r:c1=^Aa\r:c2=^Ab\r:c3=^Ac\r:\
  1578. #    :c4=^Ad\r:c5=^Ae\r:c6=^Af\r:c7=^Ag\r:\
  1579. #    :c8=^Ah\r:c9=^Ai\r:cA=^Aj\r:cB=^Ak\r:\
  1580. #    :cC=^Al\r:cD=^Am\r:cE=^An\r:cF=^Ao\r:
  1581. #    :XU=^Aq\r:XD=^Ar\r:XR=^As\r:XL=^At\r:\
  1582. #    :HL=^AP\r:SP=\E[i:\
  1583. #    :IS=\E[@:DE=\E[P:IL=\E[L:NS=\E[S:PS=\E[T:\
  1584. # Comparison with the k* capabilities makes it obvious that the c* things are
  1585. # shift keys.  I have renamed them to keys 32 and up accordingly -- esr)
  1586. altos3|alt3|altos-3|altos III:\
  1587.     :co#80:it#8:li#24:sg#0:\
  1588.     :*5=^Am\r:*8=^An\r:DL=\E[M:FM=^A`\r:FN=^Aa\r:\
  1589.     :FO=^Ab\r:FP=^Ac\r:FQ=^Ad\r:FR=^Ae\r:FS=^Af\r:\
  1590.     :FT=^Ag\r:FU=^Ah\r:FV=^Ai\r:FW=^Aj\r:FX=^Ak\r:\
  1591.     :al=\E[L:cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:\
  1592.     :cm=\E[%i%d;%dH:cr=^M:dc=\E[P:do=\E[1B:ei=:ho=\E[H:\
  1593.     :ic=\E[@:if=/usr/share/lib/tabset/vt100:im=:\
  1594.     :is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:k0=^AI\r:\
  1595.     :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
  1596.     :k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:kA=^AJ\r:\
  1597.     :kB=^AK\r:kC=^AL\r:kD=^AM\r:kE=^AN\r:kF=^AO\r:kb=^H:\
  1598.     :kd=\E[B:kh=\E[f:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
  1599.     :mb=\E[5p:me=\E[p:nd=\E[1C:nw=^M^J:se=\E[m:sf=^J:\
  1600.     :so=\E[7m:sr=\EM:ta=^I:ue=\E[m:up=\E[1A:us=\E[4m:
  1601. altos4|alt4|altos-4|altos IV:\
  1602.     :tc=wy50:
  1603. altos5|alt5|altos-5|altos V:\
  1604.     :tc=altos3:
  1605. # (altos7: had unknown capabilities:
  1606. #    :GG#0:GS=\EH^B:GE=\EH^C:\
  1607. #    :G1=3:G2=2:G3=1:G4=5:GD=0:GU==:GH=\072:\
  1608. #    :GV=6:GR=4:GL=9:GC=8:GI=\EH8:GF=\EH7:\
  1609. #    :c0=^A`\r:c1=^Aa\r:c2=^Ab\r:c3=^Ac\r:\
  1610. #    :c4=^Ad\r:c5=^Ae\r:c6=^Af\r:c7=^Ag\r:\
  1611. #    :c8=^Ah\r:c9=^Ai\r:cA=^Aj\r:cB=^Ak\r:\
  1612. #    :cC=^Al\r:cD=^Am\r:cE=^An\r:cF=^Ao\r:
  1613. #    :PD=\EK:PU=\EJ:PN=\Ed#:PS=\EJ:DL=\ER:\
  1614. # Comparison with the k* capabilities makes it obvious that the c* things are
  1615. # shift keys.  I have renamed them to keys 32 and up accordingly -- esr)
  1616. altos7|alt7|altos VII:\
  1617.     :am:mi:\
  1618.     :co#80:li#24:sg#0:\
  1619.     :*5=^Am\r:*8=^An\r:DL=\ER:FM=^A`\r:FN=^Aa\r:FO=^Ab\r:\
  1620.     :FP=^Ac\r:FQ=^Ad\r:FR=^Ae\r:FS=^Af\r:FT=^Ag\r:\
  1621.     :FU=^Ah\r:FV=^Ai\r:FW=^Aj\r:FX=^Ak\r:al=\EE:cd=\EY:\
  1622.     :ce=\ET:cl=\E+^^:cm=\E=%+ %+ :cr=^M:dc=\EW:do=^J:\
  1623.     :ei=\Er:ho=^^:im=\Eq:\
  1624.     :is=\E`\072\Ee(\EO\Ee6\Ec41\E~4\Ec21\Eu\E~2:k0=^AI\r:\
  1625.     :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
  1626.     :k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:kA=^AJ\r:\
  1627.     :kB=^AK\r:kC=^AL\r:kD=^AM\r:kE=^AN\r:kF=^AO\r:kb=^H:\
  1628.     :kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:mb=\EG2:md=\EGt:\
  1629.     :me=\EG0:mh=\EGp:mk=\EG1:mr=\EG4:nd=^L:nw=^M^J:\
  1630.     :se=\EG0:sf=^J:so=\EG4:sr=\Ej:ta=^I:ue=\EG0:up=^K:\
  1631.     :us=\EG8:
  1632. altos7pc|alt7pc|altos PC VII:\
  1633.     :@7=\ET:tc=altos7:
  1634.  
  1635. #### Hewlett-Packard (hp)
  1636. #
  1637. #    Hewlett-Packard
  1638. #    8000 Foothills Blvd 
  1639. #    Roseville, CA 95747
  1640. #    Vox: 1-(916)-785-4363    (Technical response line for VDTs)
  1641. #         1-(800)-633-3600    (General customer support)
  1642. #
  1643.  
  1644. # Generic HP terminal - this should (hopefully) work on any HP terminal.
  1645. hpgeneric|hewlett-packar|hewlettpackard:\
  1646.     :am:da:db:mi:xs:\
  1647.     :co#80:li#24:lm#0:vt#6:\
  1648.     :al=\EL:bl=^G:cd=\EJ:ce=\EK:ch=\E&a%dC:cl=\EH\EJ:\
  1649.     :cm=\E&a%r%dc%dY:cr=^M:ct=\E3:cv=\E&a%dY:dc=\EP:\
  1650.     :dl=\EM:do=^J:ei=\ER:im=\EQ:kB=\Ei:kb=^H:le=^H:\
  1651.     :nd=\EC:se=\E&d@:sf=^J:so=\E&dJ:st=\E1:ta=^I:\
  1652.     :ue=\E&d@:up=\EA:us=\E&dD:
  1653.  
  1654. hp110|hewlett-packard model 110 portable:\
  1655.     :li#16:\
  1656.     :tc=hpgeneric:
  1657.  
  1658. hp+pfk+cr|hp function keys with CR:\
  1659.     :k1=\Ep\r:k2=\Eq\r:k3=\Er\r:k4=\Es\r:k5=\Et\r:\
  1660.     :k6=\Eu\r:k7=\Ev\r:k8=\Ew\r:
  1661.  
  1662. hp+pfk-cr|hp function keys w/o CR:\
  1663.     :k1=\Ep:k2=\Eq:k3=\Er:k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:\
  1664.     :k8=\Ew:
  1665.  
  1666. # The 2621s use the same keys for the arrows and function keys, 
  1667. # but not separate escape sequences. These definitions allow the 
  1668. # user to use those keys as arrow keys rather than as function 
  1669. # keys.
  1670. hp+pfk+arrows|hp alternate arrow definitions:\
  1671.     :k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:kF=\Er\r:kH=\Eq\r:\
  1672.     :kR=\Es\r:kd=\Ew\r:kh=\Ep\r:kl=\Eu\r:kr=\Ev\r:\
  1673.     :ku=\Et\r:
  1674.  
  1675. hp+arrows|hp arrow definitions:\
  1676.     :kF=\ES:kH=\EF:kR=\ET:kd=\EB:kh=\Eh:kl=\ED:kr=\EC:\
  1677.     :ku=\EA:
  1678.  
  1679. # Generic stuff from the HP 262x series
  1680. #
  1681. hp262x:\
  1682.     :xs:\
  1683.     :cd=\EJ:dc=\EP:ip=:kA=\EL:kD=\EP:kE=\EK:kF=\ES:\
  1684.     :kI=\EQ:kL=\EM:kM=\ER:kN=\EU:kP=\EV:kR=\ET:kS=\EJ:\
  1685.     :kd=\EB:ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:ks=\E&s1A:\
  1686.     :ku=\EA:mb=\E&dA:me=\E&d@:mk=\E&dS:mr=\E&dB:\
  1687.     :..sa=\E&d%'@'%?%p1%t%'B'%|%;%?%p2%t%'D'%|%;%?%p3%t%'B'%|%;%?%p4%t%'A'%|%;%c:\
  1688.     :se=\E&d@:sf=\ES:so=\E&dB:ta=\011:ue=\E&d@:us=\E&dD:
  1689. # Note: no "home" on HP's since that homes to top of memory, not screen.
  1690. # Due to severe 2621 braindamage, the only way to get the arrow keys to
  1691. # transmit anything at all is to turn on the function key labels
  1692. # with smkx, and even then the user has to hold down shift!
  1693. # The default 2621 turns off the labels except when it has to to 
  1694. # enable the function keys. If your installation prefers labels 
  1695. # on all the time, or off all the time (at the "expense" of the 
  1696. # function keys) move the # 2621-nl or 2621-wl labels to the 
  1697. # front using reorder.
  1698. # Note: there are newer ROMs for 2621's that allow you to set 
  1699. # strap A so the regular arrow keys xmit \EA, etc, as with the 
  1700. # 2645. However, even with this strap set, the terminal stops 
  1701. # xmitting if you reset it, until you unset and reset the strap!
  1702. # Since there is no way to set/unset the strap with an escape 
  1703. # sequence, we don't use it in the default.
  1704. # If you like, you can use 2621-ba (braindmaged arrow keys).
  1705. hp2621-ba|2621-ba|2621 w/new rom and strap A set:\
  1706.     :ke@:ks@:tc=hp+arrows:tc=hp2621:
  1707.  
  1708. # 2621 with function labels. Most of the time they are off,
  1709. # but inside vi, the function key labels appear. You have to
  1710. # hold down shift to get them to xmit.
  1711. hp2621|hp2621a|hp2621A|2621|2621a|2621A|hp2621-wl|2621-wl|hp 2621 w/labels:\
  1712.     :is=\E&jA\r:ke=\E&jA:tc=hp2621-fl:
  1713.  
  1714. # 2621 with function labels.  Most of the time they are off,
  1715. # but inside vi, the function key labels appear.  You have to
  1716. # hold down shift to get them to xmit.
  1717. hp2621-fl|2621-fl|hp 2621:\
  1718.     :xo:xs@:\
  1719.     :pb#19200:\
  1720.     :bt=\Ei:cm=\E&a%r%dc%dY:dc=\EP:ip=:is=\E&j@\r:\
  1721.     :ke=\E&j@:ks=\E&jB:me=\E&d@:se=\E&d@:so=\E&dD:\
  1722.     :ta=\011:ue=\E&d@:us=\E&dD:tc=hp+pfk+cr:tc=hpgeneric:
  1723.  
  1724. # To use 2621p printer, setenv TERM=2621p, PRINTER=2612p
  1725. hp2621p|2621p|2621P|hp 2621 with printer:\
  1726.     :pf=\E&p13C:po=\E&p11C:tc=hp2621:
  1727.  
  1728. hp2621p-a|2621p-a|hp2621p with fn as arrows:\
  1729.     :tc=hp+pfk+arrows:tc=hp2621p:
  1730.  
  1731. # hp2621 with k45 keyboard
  1732. hp2621-k45|hp2621k45|2621k45|k45|hp 2621 with 45 keyboard:\
  1733.     :kb=^H:kd=\EB:ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:\
  1734.     :ks=\E&s1A:ku=\EA:tc=hp2621:
  1735.  
  1736. # This terminal should be used at 4800 baud or less. It needs padding for
  1737. # plain characters at 9600, I guessed at an appropriate cr delay.  It really
  1738. # wants ^E/^F handshaking, but that doesn't work well even if you write
  1739. # software to support it.
  1740. hp2645|hp45|hp 264x series:\
  1741.     :pb#9600:\
  1742.     :cr=\r:kA=\EL:kD=\EP:kE=\EK:kF=\ES:kI=\EQ:kL=\EM:\
  1743.     :kM=\ER:kN=\EU:kP=\EV:kR=\ET:kS=\EJ:kT=\E1:kd=\EB:\
  1744.     :ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:ks=\E&s1A:kt=\E2:\
  1745.     :ku=\EA:mb=\E&dA:me=\E&d@:mh=\E&dH:mr=\E&dB:\
  1746.     :..sa=\E&d%'@'%?%p1%t%'B'%|%;%?%p2%t%'D'%|%;%?%p3%t%'B'%|%;%?%p4%t%'A'%|%;%?%p5%t%'H'%|%;%?%p6%t%'B'%|%;%c:\
  1747.     :us=\E&dD:tc=hpgeneric:
  1748.  
  1749. # Hp 2624 B with 4 or 10 pages of memory.
  1750. # Some assumptions are made with this entry. These settings are 
  1751. # NOT set up by the initialization strings.
  1752. # Port Configuration
  1753. #     RecvPace=Xon/Xoff
  1754. #     XmitPace=Xon/Xoff
  1755. #     StripNulDel=Yes
  1756. # Terminal Configuration
  1757. #     InhHndShk=Yes
  1758. #     InhDC2=Yes
  1759. #     XmitFnctn(A)=No
  1760. #     InhEolWrp=No
  1761. # Note: the 2624 DOES have a true "home," believe it or not!
  1762. # The 2624 has an "error line" to which messages can be sent. 
  1763. # This is CLOSE to what is expected for a "status line". However,
  1764. # after a message is sent to the "error line", the next carriage 
  1765. # return is EATEN and the "error line" is turned back off again! 
  1766. # So I guess we can't define hs, eslok, wsl, dsl, fsl, tsl
  1767. # This entry supports emacs (and any other program that uses raw 
  1768. # mode) at 4800 baud and less. I couldn't get the padding right 
  1769. # for 9.6.
  1770. #
  1771. hp2624|hp2624a|hp2624b|hp2624b-4p|2624-4p|2624|2624a|2624b|Hewlett Packard 2624 B:\
  1772.     :da:db:\
  1773.     :lm#96:\
  1774.     :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:
  1775.  
  1776. # These attributes are not set above:
  1777. # civis, cmdch, cnorm, csr, cub, cud, cuf, cuu, cvvis, dch, dl, 
  1778. # ech, eo, eslok, fsl, gn, hc, hd, hu, hz, ich, ich1, if, il, in,
  1779. # indn, iprog, is2, is3, it, ka1, ka3, kb2, kc1, kc3, kclr, kf0, 
  1780. # kf10, khts, km, ktbc, lf0, lf1, lf10, lf2, lf3, lf4, lf5, lf6, 
  1781. # lf7, lf8, lf9, mc5p, os, pad, pfkey*, pfloc*, pfx*, prot, rc, 
  1782. # rep, rin, rmcup, rmdc, rmm, rs2, rs3, sc, smcup, smdc, smm, tsl,
  1783. # uc, ul, vt, wind, wsl, xenl, xmc, xsb, xt
  1784. # not needed if tset is used:
  1785. #     if=/usr/lib/tabset/std,
  1786. # This hp2626 entry does not use any of the fancy windowing stuff 
  1787. # of the 2626.
  1788. # Indeed, terminfo does not yet handle such stuff. Since changing 
  1789. # any window clears memory, it is probably not possible to use 
  1790. # this for screen opt.
  1791. # ed is incredibly slow most of the time - I am guessing at the 
  1792. # exact padding. Since the terminal uses xoff/xon this is intended 
  1793. # only for cost computation, so that the terminal will prefer el 
  1794. # or even dl1 which is probably faster!
  1795. # \ED\EJ\EC hack for ed from Ed Bradford - apparently ed is only 
  1796. # extra slow # on the last line of the window. 
  1797. # The padding probably should be changed.
  1798. #
  1799. hp2626|hp2626a|hp2626p|2626|2626a|2626p|2626A|2626P|hp 2626:\
  1800.     :da:db:\
  1801.     :lm#0:pb#19200:\
  1802.     :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:
  1803.  
  1804. # This entry is for sysline. It allocates a 23 line window with 
  1805. # a 115 line workspace for regular use, and a 1 line window for 
  1806. # the status line.
  1807. # This assumes port 2 is being used.
  1808. # Turn off horizontal line, Create ws #1 with 115 lines,
  1809. # Create ws #2 with 1 line, Create window #1 lines 1-23,
  1810. # Create window #2 lines 24-24, Attach cursor to workspace #1.
  1811. # Note that this clears the tabs so it must be done by tset before
  1812. # it sets the tabs.
  1813. #
  1814. hp2626-s|2626-s|hp 2626 using only 23 lines:\
  1815.     :es:hs:\
  1816.     :li#23:\
  1817.     :fs=\E&d@\E&w7f2p1I\E&w4f1I:\
  1818.     :i1=\E&q3t0{0H \E&w0f115n1I \E&w0f1n2I\n\E&w2f1i0d0u22l0S \E&w2f2i0d23u23l0S \E&w7f2p1I \r:\
  1819.     :ts=\E&w7f2p2I\E&w4f2I\r\EK\E&a%p1%dC:tc=hp2626:
  1820. # Force terminal back to 24 lines after being 23.
  1821. #
  1822. hp2626-ns|2626-ns|hp 2626 using all 24 lines:\
  1823.     :i1=\E&q3t0{0H \E&w0f118n1I \E&w0f1n2I\n\E&w2f1i0d0u23l0S \E&w3f2I \E&w7f2p1I \r:tc=hp2626:
  1824. # Various entries useful for small windows on 2626.
  1825. #
  1826. hp2626-12|2626-12:\
  1827.     :li#12:\
  1828.     :tc=hp2626:
  1829. hp2626-12x40|2626-12x40:\
  1830.     :co#40:li#12:\
  1831.     :tc=hp2626:
  1832. hp2626-x40|2626-x40:\
  1833.     :co#40:\
  1834.     :tc=hp2626:
  1835. hp2626-12-s|2626-12-s:\
  1836.     :li#11:\
  1837.     :tc=hp2626-s:
  1838. # You should use this terminal at 4800 baud or less.
  1839. #
  1840. hp2648|hp2648a|2648a|2648A|2648|HP 2648a graphics terminal:\
  1841.     :cl=\EH\EJ:cm=\E&a%r%dc%dY:dc=\EP:ip=:tc=hp2645:
  1842.  
  1843. # 2640a doesn't have the Y cursor addressing feature, and C is 
  1844. # memory relative instead of screen relative, as we need.
  1845. #
  1846. hp2640a|2640a|hp 2640a:\
  1847.     :cm@:ke@:ks@:tc=hp2645:
  1848.  
  1849. hp2640b|hp2644a|hp 264x series:\
  1850.     :ke@:ks@:tc=hp2645:
  1851.  
  1852. # 2621 using all 48 lines of memory, only 24 visible at any time.  
  1853. #
  1854. hp2621-48|48 line 2621:\
  1855.     :li#48:\
  1856.     :cm=\E&a%r%dc%dR:cv=\E&a%dR:ho=\EH:tc=hp2621:
  1857.  
  1858. # 2621 with no labels ever. Also prevents vi delays on escape.
  1859. #
  1860. hp2621-nl|hp 2621 with no labels:\
  1861.     :kd@:ke@:kh@:kl@:kr@:ks@:ku@:tc=hp2621-fl:
  1862.  
  1863. # Needed for UCB ARPAVAX console, since lsi-11 expands tabs 
  1864. # (wrong).
  1865. #
  1866. hp2621-nt|hp 2621 w/no tabs:\
  1867.     :ta@:tc=hp2621:
  1868.  
  1869. # The HP 150 terminal is a fairly vanilla HP terminal, with the 
  1870. # clreol standout problem. It also has graphics capabilities and 
  1871. # a touch screen, which we don't describe here.
  1872. hp150|hewlett packard Model 150:\
  1873.     :tc=hp2622:
  1874.  
  1875. # Hp 2382a terminals, "the little ones." They don't have any 
  1876. # alternate character set support and sending out ^N/^O will 
  1877. # leave the screen blank.
  1878. hp2382a|hp2382|hewlett packard 2382a:\
  1879.     :da:db:\
  1880.     :lh#1:lm#48:\
  1881.     :ac@:ae@:as@:me=\E&d@:\
  1882.     :..pn=\E&f0a%p1%dk%p2%l%Pa%?%ga%t%ga%d%e1%;d0L%?%ga%!%t %;%p2%s:\
  1883.     :..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:
  1884.  
  1885. hp2621-a|hp2621a-a|2621-a|hp2621 with fn as arrows:\
  1886.     :tc=hp+pfk+arrows:tc=hp2621-fl:
  1887.  
  1888. # newer hewlett packard terminals
  1889.  
  1890. newhpkeyboard|generic entry for HP extended keyboard:\
  1891.     :kA=\EL:kB=\Ei:kC=\EJ:kD=\EP:kE=\EK:kF=\ET:kH=\EF:\
  1892.     :kI=\EQ:kL=\EM:kM=\ER:kN=\EU:kP=\EV:kR=\ES:kS=\EJ:\
  1893.     :kb=^H:kd=\EB:ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:\
  1894.     :ks=\E&s1A:ku=\EA:tc=hp+pfk-cr:
  1895.  
  1896. newhp|generic entry for new hewlett packard terminals:\
  1897.     :am:bw:mi:xo:xs:\
  1898.     :co#80:li#24:pb#4800:\
  1899.     :ac=T1R!U2S"W3O#V4P$t5u6w7v8\072'9(LQKWlRkT5I3@2[MAJSmFjGdHQ;Y+Z*X\0724>q\\\054x.n/:\
  1900.     :ae=^O:al=\EL:as=^N:bl=^G:bt=\Ei:cd=\EJ:ce=\EK:cr=^M:\
  1901.     :ct=\E3:dc=\EP:dl=\EM:do=^J:ei=\ER:i1=\E&jB:im=\EQ:\
  1902.     :ip=:le=^H:mb=\E&dA:md=\E&dF:me=\E&d@\017:mh=\E&dH:\
  1903.     :mk=\E&dS:mr=\E&dB:nd=\EC:nw=^M^J:\
  1904.     :..pk=\E&f0a%p1%dk0d%p2%l%dL%p2%s:\
  1905.     :..pl=\E&f1a%p1%dk0d%p2%l%dL%p2%s:\
  1906.     :..px=\E&f2a%p1%dk0d%p2%l%dL%p2%s:r1=\Eg:\
  1907.     :..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%;:\
  1908.     :se=\E&d@:sf=^J:so=\E&dJ:sr=\ET:st=\E1:ta=\011:\
  1909.     :ue=\E&d@:up=\EA:us=\E&dD:tc=newhpkeyboard:
  1910.  
  1911. memhp|memory relative addressing for new HP ttys:\
  1912.     :vt#6:\
  1913.     :CM=\E&a%p1%dr%p2%dC:DO=\E&a+%dR:LE=\E&a-%dC:\
  1914.     :RI=\E&a+%dC:UP=\E&a-%dR:ch=\E&a%dC:cl=\EH\EJ:\
  1915.     :cm=\E&a%dr%dC:cv=\E&a%dR:ho=\EH:ll=\E&a23R\r:tc=newhp:
  1916.  
  1917. scrhp|screen relative addressing for new HP ttys:\
  1918.     :CM=\E&a%p1%dr%p2%dC:DO=\E&a+%dR:LE=\E&a-%dC:\
  1919.     :RI=\E&a+%dC:UP=\E&a-%dR:ch=\E&a%dC:cl=\E&a0c0Y\EJ:\
  1920.     :cm=\E&a%dy%dC:cv=\E&a%dY:ho=\E&a0y0C:ll=\E&a0y0C\EA:tc=newhp:
  1921.  
  1922. hp+labels|"standard" label info for new HP ttys:\
  1923.     :Nl#8:lh#2:lw#8:\
  1924.     :LO=\E&jB:\
  1925.     :..pn=\E&f2a%p1%dk%p2%l%Pa%?%ga%t%ga%d%e1%;d0L%?%ga%!%t %;%p2%s:
  1926.  
  1927. hp+printer| "standard" printer info for HP ttys:\
  1928.     :ff=\E&p4u0C:pf=\E&p13C:po=\E&p11C:ps=\EH\E&p4dF:
  1929.  
  1930.  
  1931. # The new hp2621b is kind of a cross between the old 2621 and the
  1932. # new 262x series of machines. It has dip-switched options. 
  1933. # The firmware has a bug in it such that if you give it a null 
  1934. # length label, the following character is eaten!
  1935. hp2621b|2621b|hp 2621b with old style keyboard:\
  1936.     :Nl#8:lh#1:lm#48:lw#8:\
  1937.     :LO=\E&jB:kF=\ET:kH=\EF:kR=\ES:kd=\EB:kh=\Eh:kl=\ED:\
  1938.     :kr=\EC:ku=\EA:\
  1939.     :..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:
  1940.  
  1941. hp2621b-p|2621b-p|hp 2621b with printer:\
  1942.     :tc=hp+printer:tc=hp2621b:
  1943.  
  1944. # hp2621b - new 2621b with new extended keyboard
  1945. # these are closer to the new 26xx series than the other 2621b
  1946. hp2621b-kx|2621b-kx|hp 2621b with extended keyboard:\
  1947.     :tc=newhpkeyboard:tc=hp2621b:
  1948.  
  1949. hp2621b-kx-p|2621b-kx-p|hp 2621b with new keyboard & printer:\
  1950.     :tc=hp+printer:tc=hp2621b-kx:
  1951.  
  1952. # Some assumptions are made in the following entries.
  1953. # These settings are NOT set up by the initialization strings.
  1954. #    Port Configuration
  1955. # RecvPace=Xon/Xoff    XmitPace=Xon/Xoff    StripNulDel=Yes
  1956. #    Terminal Configuration
  1957. # InhHndShk(G)=Yes    InhDC2(H)=Yes
  1958. # XmitFnctn(A)=No        InhEolWrp=No
  1959. #
  1960. # Hp 2622a & hp2623a display and graphics terminals
  1961. #
  1962. hp2622|hp2622a|2622|2622a|hp 2622:\
  1963.     :da:db:\
  1964.     :lm#0:pb#19200:\
  1965.     :is=\E&dj@\r:tc=hp+pfk+cr:tc=hp+labels:tc=scrhp:
  1966.  
  1967. # The 2623 is a 2622 with extra graphics hardware.
  1968. hp2623|hp2623a|2623|2623a|hp 2623:\
  1969.     :tc=hp2622:
  1970.  
  1971.  
  1972. hp2624b-p|hp2624b-4p-p|hewlett packard 2624 B with printer:\
  1973.     :tc=hp+printer:tc=hp2624:
  1974.  
  1975. # The hewlett packard B can have an optional extra 6 pages of 
  1976. # memory.
  1977. hp2624-10p|hp2624a-10p|hp2624b-10p|2624-10p|2624a-10p|2624b-10p|hewlett packard 2624 B w/ 10 pages of memory:\
  1978.     :lm#240:\
  1979.     :tc=hp2624:
  1980.  
  1981. hp2624b-10p-p|hewlett packard 2624 B w/ extra memory & printer:\
  1982.     :lm#240:\
  1983.     :tc=hp2624b-p:
  1984.  
  1985. # Color manipulations for HP terminals
  1986.  
  1987. hp+color|hp with colors:\
  1988.     :cc:\
  1989.     :Co#16:NC#17:pa#7:\
  1990.     :..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:\
  1991.     :oc=\E&v0m1a1b1c0I\E&v1a1I\E&v1b2I\E&v1a1b3I\E&v1c4I\E&v1a1c5I\E&v1b1c6I\E&v1x1y7I:\
  1992.     :op=\E&v0S:sp=\E&v%dS:
  1993.  
  1994. # is2 set screen to be 80 columns wide
  1995. hp2397a|2397a|hp2397|2397|hewlett packard 2397A color terminal:\
  1996.     :is=\E&w6f80X:tc=memhp:tc=hp+labels:tc=hp+color:
  1997.  
  1998. #  HP 700/44 Setup parameters:  
  1999. # Terminal Mode        HP-PCterm
  2000. # Inhibit Auto Wrap    NO
  2001. # Status Line        Host Writable
  2002. # PC Character Set    YES
  2003. # Twenty-Five Line Mode    YES
  2004. # XON/XOFF        @128 or 64 (sc)
  2005. # Keycode Mode         NO   or YES (sc)
  2006. # Backspace Key        BS or BS/DEL
  2007. #
  2008. # is2    sets pcterm; autowrap; 25 lines; pc char set; prog DEL key; \E\\?
  2009. # does not turn off keycode mode
  2010. # smsc    sets alternate start/stop; keycode on
  2011. #
  2012. hpansi|hp700|hewlett packard 700/44 in HP-PCterm mode:\
  2013.     :am:eo:xn:xo:\
  2014.     :co#80:li#25:\
  2015.     :@7=\E[4~:S4=\E[>11h\EPO**x0/65;1/67\E\\:\
  2016.     :S5=\E[>11l\EP1**x0/11;1/13\E[0m\E\\:XF=g:XN=e:\
  2017.     :ac=k\277l\332m\300j\331n\305w\302q\304u\264t\303v\301x\263:\
  2018.     :al=\E[L:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[2J\E[H:\
  2019.     :cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:do=\E[B:ei=:\
  2020.     :ho=\E[H:ic=\E[@:im=:\
  2021.     :is=\E[44"p\E[?7h\E[>10h\E[>12h\EP1;1|3/7F\E\\:\
  2022.     :k1=\E[17~:k2=\E[18~:k3=\E[19~:k4=\E[20~:k5=\E[21~:\
  2023.     :k6=\E[23~:k7=\E[24~:k8=\E[25~:k9=\E[26~:k;=\E[28~:\
  2024.     :kB=\E[Z:kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:kh=\E[1~:\
  2025.     :kl=\E[D:kr=\E[C:ku=\E[A:le=\E[D:nd=\E[C:se=\E[m:\
  2026.     :sf=^J:so=\E[7m:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:\
  2027.     :ve=\E[?25h:vi=\E[?25l:
  2028. #
  2029. hp2392|2392|2393|239x series:\
  2030.     :co#80:\
  2031.     :bt=\Ei:cm=\E&a%dy%dC:cv=\E&a%dY:im=\EQ:k1=\Ep\r:\
  2032.     :k2=\Eq\r:k3=\Er\r:k4=\Es\r:k5=\Et\r:k6=\Eu\r:\
  2033.     :k7=\Ev\r:k8=\Ew\r:kF=\EU:kN=\Eu:kP=\Ev:kR=\EV:\
  2034.     :kh=\Eh:ue=\E&d@:us=\E&dD:tc=hpsub:
  2035.  
  2036. 2392nam|hp2392nam|HP 239x series with no auto margins:\
  2037.     :am@:\
  2038.     :tc=hp2392:
  2039.  
  2040. hpsub|hp terminals -- capability subset:\
  2041.     :am:da:db:mi:xo:xs:\
  2042.     :li#24:\
  2043.     :al=\EL:bl=^G:cd=\EJ:ce=\EK:ch=\E&a%dC:cl=\EH\EJ:\
  2044.     :cr=^M:dc=\EP:dl=\EM:do=\EB:ei=\ER:\
  2045.     :if=/usr/lib/tabset/stdcrt:is=\E&s1A\E<\E&k0\\:kb=^H:\
  2046.     :kd=\EB:ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:ks=\E&s1A:\
  2047.     :ku=\EA:le=^H:nd=\EC:se=\E&d@:sf=^J:so=\E&dB:ta=^I:\
  2048.     :up=\EA:
  2049.  
  2050. # HP 236 console
  2051. # From: <ddavis@ic.berkeley.edu>
  2052. hp236|hp236 internal terminal emulator:\
  2053.     :am:bs:\
  2054.     :co#80:li#24:\
  2055.     :al=\EG:ce=\EK:cl=\EF:cm=\EE%+ %+ :dc=\EJ:dl=\EH:ei=:\
  2056.     :ic=\EI:im=:se=\ECI:so=\EBI:up=^K:ve=\EDE:vs=\EDB:
  2057.  
  2058. # This works on a hp300 console running Utah 4.3 BSD
  2059. # From: Craig Leres <leres@okeeffe.berkeley.edu>
  2060. hp300h|HP Catseye console:\
  2061.     :am:bs:da:db:mi:xs:\
  2062.     :co#128:li#51:lm#0:sg#0:\
  2063.     :al=\EL:bl=^G:bt=\Ei:cd=\EJ:ce=\EK:ch=\E&a%dC:\
  2064.     :cl=\E&a0y0C\EJ:cm=\E&a%dy%dC:cr=^M:ct=\E3:\
  2065.     :cv=\E&a%dY:dc=\EP:dl=\EM:do=\EB:ei=\ER:\
  2066.     :if=/usr/share/tabset/stdcrt:im=\EQ:kb=^H:kd=\EB:\
  2067.     :ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:ks=\E&s1A:ku=\EA:\
  2068.     :le=^H:me=\E&d@:nd=\EC:se=\E&d@:sf=^J:so=\E&dB:ta=^I:\
  2069.     :ue=\E&d@:up=\EA:us=\E&dD:
  2070. # From: Greg Couch <gregc@ernie.berkeley.edu>
  2071. # (hp9837: removed obsolete ":ko=ce,cd,al,im,dl,dc:";
  2072. # mapped ":pt:" to ":it#8:" -- esr)
  2073. hp9837|hp98720|hp98721|HP 9000/300 workstations:\
  2074.     :am:bs:da:db:mi:pt:xs:\
  2075.     :co#128:it#8:li#46:lm#0:\
  2076.     :al=\EL:bl=^G:bt=\Ei:cd=\EJ:ce=\EK:ch=\E&a%dC:\
  2077.     :cl=\E&a0y0C\EJ:cm=\E&a%dy%dC:ct=\E3:cv=\E&a%dY:\
  2078.     :dc=\EP:dl=\EM:do=\EB:ei=\ER:im=\EQ:is=\E&v0m1b0i&j@:\
  2079.     :kN=\EU:kP=\EV:kb=^H:kd=\EB:ke=\E&s0A:kh=\Eh:kl=\ED:\
  2080.     :kr=\EC:ks=\E&s1A:ku=\EA:le=^H:me=\E&d@:nd=\EC:\
  2081.     :se=\E&v0S:sf=^J:so=\E&v5S:st=\E1:ue=\E&d@:up=\EA:\
  2082.     :us=\E&dD:
  2083. # From: Charles A. Finnell of MITRE <finnell@mitre.org>, developed 07SEP90
  2084. # (hp98550: removed obsolete ":kn#12:ko=al,cd,ce,ct,dc,dl,do,ei,im,nd,st,up:";
  2085. # mapped ":pt:" to ":it#8:" -- esr)
  2086. hp98550|hp98550a|HP 9000 Series 300 color console:\
  2087.     :am:bs:da:db:mi:pt:xs:\
  2088.     :co#128:it#8:li#49:lm#0:\
  2089.     :ae=^O:al=\EL:as=^N:bl=^G:bt=\Ei:cd=\EJ:ce=\EK:\
  2090.     :ch=\E&a%dC:cl=\EH\EJ:cm=\E&a%dy%dC:cr=^M:ct=\E3:\
  2091.     :cv=\E&a%dY:dc=\EP:dl=\EM:do=^J:ei=\ER:\
  2092.     :if=/usr/share/tabset/9837:im=\EQ:k1=\Ep:k2=\Eq:\
  2093.     :k3=\Er:k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:kA=\EL:\
  2094.     :kC=\EJ:kD=\EP:kE=\EK:kF=\ES:kH=\EF:kI=\EQ:kL=\EM:\
  2095.     :kM=\ER:kN=\EU:kP=\EV:kR=\ET:kS=\EJ:kT=\E1:ka=\E3:\
  2096.     :kb=^H:kd=\EB:ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:\
  2097.     :ks=\E&s1A:kt=\E2:ku=\EA:le=^H:mb=\E&dA:md=\E&dJ:\
  2098.     :me=\E&d@:mh=\E&dH:mk=\E&ds:mr=\E&dJ:nd=\EC:se=\E&d@:\
  2099.     :sf=^J:so=\E&dJ:st=\E1:ta=^I:ue=\E&d@:up=\EA:\
  2100.     :us=\E&dD:ve=\E*dQ:vi=\E*dR:
  2101. # From: Victor Duchovni <vic@fine.princeton.edu>
  2102. # (hp700-wy: removed obsolete ":ko=cl,ho,ce,bt,ta,im,ei,ce,cd:nl=^J:";
  2103. # mapped ":pt:" to ":it#8:" -- esr)
  2104. hp700-wy|HP700/41 emulating wyse30:\
  2105.     :am:bs:bw:mi:ms:pt:\
  2106.     :co#80:it#8:li#24:sg#1:ug#1:\
  2107.     :al=0.7*\EE:bl=^G:bt=\EI:cd=\EY:ce=10\ET:cl=^Z:\
  2108.     :cm=\E=%+ %+ :cr=^M:ct=\E0:cv=\E[%+ :dc=\EW:dl=\ER:\
  2109.     :do=^V:ei=\Er:ho=^^:if=/usr/share/tabset/hp700-wy:\
  2110.     :im=\Eq:is=\E~"\EC\Er\E(\EG0\003\E`9\E`1:kb=\177:\
  2111.     :kd=^V:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:ll=^^^K:nd=^L:\
  2112.     :rs=\E~"\EC\Er\E(\EG0\003\E`9\E`1:se=10\EG0:\
  2113.     :so=10\EG4:sr=\Ej:st=\E1:ue=10\EG0:up=^K:us=10\EG8:
  2114. hp70092|70092a|70092A|hp70092a|hp70092A|Hewlett-Packard 70092:\
  2115.     :am:da:db:xs:\
  2116.     :Nl#8:co#80:lh#2:li#24:lm#0:lw#8:\
  2117.     :LF=\E&j@:LO=\E&jB:ae=^O:al=\EL:as=^N:bl=^G:bt=\Ei:\
  2118.     :ce=\EK:ch=\E&a%dC:cl=\E&a0y0C\EJ:cm=\E&a%dy%dC:\
  2119.     :cr=^M:ct=\E3:cv=\E&a%dY:dc=\EP:dl=\EM:do=\EB:ei=\ER:\
  2120.     :im=\EQ:k1=\Ep:k2=\Eq:k3=\Er:k4=\Es:k5=\Et:k6=\Eu:\
  2121.     :k7=\Ev:k8=\Ew:kA=\EL:kC=\EJ:kD=\EP:kE=\EK:kF=\ES:\
  2122.     :kH=\EF:kI=\EQ:kL=\EM:kM=\ER:kN=\EU:kP=\EV:kR=\ET:\
  2123.     :kS=\EJ:kT=\E1:ka=\E3:kb=^H:kd=\EB:ke=\E&s0A:kh=\Eh:\
  2124.     :kl=\ED:kr=\EC:ks=\E&s1A:kt=\E2:ku=\EA:le=^H:\
  2125.     :mb=\E&dA:md=\E&dB:me=\E&d@:mh=\E&dH:mr=\E&dB:nd=\EC:\
  2126.     :se=\E&d@:so=\E&dJ:sr=\ET:st=\E1:ta=^I:ue=\E&d@:\
  2127.     :up=\EA:us=\E&dD:
  2128.  
  2129. bobcat|sbobcat|HP 9000 model 300 console:\
  2130.     :am:da:db:mi:xs:\
  2131.     :co#128:it#8:li#47:sg#0:\
  2132.     :al=10*\EL:bt=\Ei:cd=\EJ:ce=\EK:ch=6\E&a%dC:\
  2133.     :cl=\EH\EJ:cm=6\E&a%dy%dC:cr=^M:cv=6\E&a%dY:dc=\EP:\
  2134.     :dl=10*\EM:do=\EB:ei=\ER:im=\EQ:kb=^H:kd=\EB:\
  2135.     :ke=\E&s0A:kh=\Eh:kl=\ED:kr=\EC:ks=\E&s1A:ku=\EA:\
  2136.     :le=^H:nd=\EC:nw=^M^J:se=\E&d@:sf=^J:so=\E&dB:ta=^I:\
  2137.     :ue=\E&d@:up=\EA:us=\E&dD:
  2138. gator-t|HP 9000 model 237 emulating extra-tall AAA:\
  2139.     :bw:km:mi:ul:\
  2140.     :co#128:it#8:li#94:\
  2141.     :AL=1*\E[%dL:DC=4\E[%dP:DL=1*\E[%dM:IC=4\E[%d@:\
  2142.     :al=\E[L:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:ch=\E[%i%d`:\
  2143.     :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:\
  2144.     :do=^J:ei=:ho=\E[H:ic=\E[@:im=:kb=^H:kd=^J:kl=^H:\
  2145.     :le=^H:me=\E[m:mr=\E[7m:nd=\E[C:nw=^M^J:\
  2146.     :..rp=%.\E[%db:se=\E[m:so=\E[7m:ta=^I:ue=\E[m:up=\EM:\
  2147.     :us=\E[4m:
  2148. gator|HP 9000 model 237 emulating AAA:\
  2149.     :bw:km:mi:ul:\
  2150.     :co#128:it#8:li#47:\
  2151.     :AL=1*\E[%dL:DC=4\E[%dP:DL=1*\E[%dM:IC=4\E[%d@:\
  2152.     :al=\E[L:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:ch=\E[%i%d`:\
  2153.     :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:\
  2154.     :do=^J:ei=:ho=\E[H:ic=\E[@:im=:kb=^H:kd=^J:kl=^H:\
  2155.     :le=^H:me=\E[m:mr=\E[7m:nd=\E[C:nw=^M^J:\
  2156.     :..rp=%.\E[%db:se=\E[m:so=\E[7m:ta=^I:ue=\E[m:up=\EM:\
  2157.     :us=\E[4m:
  2158. gator-52|HP 9000 model 237 emulating VT52:\
  2159.     :co#128:it#8:li#47:\
  2160.     :bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:..cm=\EY%+ %+ :cr=^M:\
  2161.     :do=^J:ho=\EH:kb=^H:kd=\EB:kl=\ED:kr=\EC:ku=\EA:\
  2162.     :le=^H:nd=\EC:nw=^M^J:sr=\EI:ta=^I:up=\EA:
  2163. gator-52t|HP 9000 model 237 emulating extra-tall VT52:\
  2164.     :co#128:it#8:li#94:\
  2165.     :bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:..cm=\EY%+ %+ :cr=^M:\
  2166.     :do=^J:ho=\EH:kb=^H:kd=\EB:kl=\ED:kr=\EC:ku=\EA:\
  2167.     :le=^H:nd=\EC:nw=^M^J:sr=\EI:ta=^I:up=\EA:
  2168.  
  2169. #### Honeywell-Bull
  2170. #
  2171. # From: Michael Haardt <michael@gandalf.moria> 11 Jan 93
  2172. #
  2173.  
  2174. # Honeywell Bull terminal.  Its cursor and function keys send single
  2175. # control characters and it has standout/underline glitch.  Most programs
  2176. # do not like these features/bugs.  This is a dumb mode for this terminal.
  2177. # Visual bell is realized by flashing the "keyboard locked" LED.
  2178. dku7003-dumb|Honeywell Bull DKU 7003, dumb mode:\
  2179.     :co#80:li#25:\
  2180.     :cd=^_:ce=\E[K:cl=^]^_:cm=\E[%i%d;%dH:cr=^M:do=^K:\
  2181.     :ho=^]:kb=^H:kd=^K:kh=^]:kl=^Y:kr=^X:ku=^Z:le=^Y:\
  2182.     :nd=^X:nw=^M^J:sf=^J:ta=^I:up=^Z:vb=\E[2h\E[2l:
  2183. # Honeywell Bull terminal.  Its cursor and function keys send single
  2184. # control characters and it has standout/underline glitch.  Most programs
  2185. # do not like these features/bugs.  The following entry may cause problems
  2186. # with some programs.  Visual bell is realized by flashing the "keyboard 
  2187. # locked" LED.
  2188. dku7003|Honeywell Bull DKU 7003, all features described:\
  2189.     :ms:\
  2190.     :co#80:li#25:sg#1:ug#1:\
  2191.     :cd=^_:ce=\E[K:cl=^]^_:cm=\E[%i%d;%dH:cr=^M:do=^K:\
  2192.     :ho=^]:kb=^H:kd=^K:kh=^]:kl=^Y:kr=^X:ku=^Z:le=^Y:\
  2193.     :mb=\E[5m:md=\E[7m:me=\E[0m:mh=\E[2m:mr=\E[7m:nd=^X:\
  2194.     :nw=^M^J:se=\E[0m:sf=^J:so=\E[7m:ta=^I:ue=\E[0m:\
  2195.     :up=^Z:us=\E[4m:vb=\E[2h\E[2l:
  2196.  
  2197. #### Lear-Siegler (adm)
  2198. #
  2199. # These guys are long since out of the terminals business, but
  2200. # in 1995 many current terminals still have an adm type as one of their
  2201. # emulations (usually their stupidest, and usually labelled adm3, though
  2202. # these `adm3' emulations normally have adm3a+ capabilities).
  2203. #
  2204.  
  2205. adm1a|adm1|lsi adm1a:\
  2206.     :am:\
  2207.     :co#80:li#24:\
  2208.     :bl=^G:cl=\E;:cm=\E=%+ %+ :cr=^M:do=^J:ho=^^:le=^H:\
  2209.     :nd=^L:sf=^J:up=^K:
  2210. adm2|lsi adm2:\
  2211.     :am:bs:\
  2212.     :co#80:li#24:\
  2213.     :al=\EE:bl=^G:cd=\EY:ce=\ET:cl=\E;:cm=\E=%+ %+ :\
  2214.     :cr=^M:dc=\EW:dl=\ER:do=^J:ei=:ho=^^:ic=\EQ:im=:\
  2215.     :kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:nd=^L:sf=^J:\
  2216.     :up=^K:
  2217. # (adm3: removed obsolete ":ma=^K^P:" -- esr)
  2218. adm3|lsi adm3:\
  2219.     :am:bs:\
  2220.     :co#80:li#24:\
  2221.     :bl=^G:cl=^Z:cr=^M:do=^J:le=^H:sf=^J:
  2222. # The following ADM-3A switch settings are assumed for normal operation:
  2223. #    SPACE        U/L_DISP    CLR_SCRN    24_LINE
  2224. #    CUR_CTL        LC_EN        AUTO_NL        FDX
  2225. # Other switches may be set for operator convenience or communication
  2226. # requirements.  I recommend
  2227. #    DISABLE_KB_LOCK    LOCAL_OFF    103        202_OFF
  2228. #    ETX_OFF        EOT_OFF
  2229. # (adm3a: removed obsolete ":ma=^K^P:" -- esr)
  2230. adm3a|lsi adm3a:\
  2231.     :am:bs:\
  2232.     :co#80:li#24:\
  2233.     :bl=^G:cl=\032:cm=\E=%+ %+ :cr=^M:do=^J:ho=^^:le=^H:\
  2234.     :nd=^L:sf=^J:up=^K:
  2235. adm3a+|adm3aplus:\
  2236.     :kd=^J:kl=^H:kr=^L:ku=^K:tc=adm3a:
  2237. # (adm5: removed obsolete ":ma=^Hh^Jj^Kk^Ll^^H:" & duplicate ":do+^J:" -- esr)
  2238. adm5|lsi adm5:\
  2239.     :sg#1:\
  2240.     :bl=^G:cd=\EY:ce=\ET:cr=^M:do=^J:kb=^H:kh=^^:se=\EG:\
  2241.     :so=\EG:tc=adm3a+:
  2242. # From: <stephen%comp.lancs.ac.uk@ucl-cs.arpa>
  2243. # (adm11: removed obsolete ":ma=^Hh^Jj^Kk^Ll^^H:" -- esr)
  2244. adm11|lsi adm11:\
  2245.     :am:bs:hs:\
  2246.     :co#80:li#24:\
  2247.     :bl=^G:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :cr=^M:do=^J:\
  2248.     :ds=\Eh:fs=\E(\r:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:\
  2249.     :nd=^L:se=\E(:so=\E):ts=\EF\E):up=^K:
  2250. # From: Andrew Scott Beals <bandy@lll-crg.ARPA>
  2251. # Corrected by Olaf Siebert <rhialto@polder.ubc.kun.nl>, 11 May 1995
  2252. # (adm12: removed obsolete ":kn:ma=j^Jk^P^K^Pl ^R^L^L :" -- esr)
  2253. adm12|lsi adm12:\
  2254.     :am:bs:mi:\
  2255.     :co#80:li#24:\
  2256.     :al=\EE:bl=^G:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :cr=^M:\
  2257.     :dc=\EW:dl=\ER:do=^J:ei=\Er:ho=^^:im=\Eq:is=\Eq:\
  2258.     :k0=^A0\r:k1=^A1\r:k2=^A2\r:k3=^A3\r:k4=^A4\r:\
  2259.     :k5=^A5\r:k6=^A6\r:k7=^A7\r:k8=^A8\r:k9=^A9\r:kd=^J:\
  2260.     :kl=^H:kr=^L:ku=^K:le=^H:mk=\EG1:nd=^L:se=\EG0:\
  2261.     :so=\EG4:ue=\EG0:up=^K:us=\EG8:
  2262. # (adm20: removed obsolete ":kn#7:"; mapped ":pt:" to ":it#8:" -- esr)
  2263. adm20|lear siegler adm20:\
  2264.     :am:bs:pt:\
  2265.     :co#80:it#8:li#24:\
  2266.     :al=\EE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=^Z:\
  2267.     :cm=\E=%i%r%+^_%+^_:cr=^M:dc=\EW:dl=\ER:ei=:ho=^^:\
  2268.     :ic=\EQ:im=:k1=^A:k2=^B:k3=^W:k4=^D:k5=^E:k6=^X:\
  2269.     :k7=^Z:nd=^L:se=\E(:so=\E):up=^K:
  2270. adm21|lear siegler adm21:\
  2271.     :sg#1:ug#1:\
  2272.     :al=30*\EE:bl=^G:cd=\EY:ce=\ET:cr=^M:dc=\EW:\
  2273.     :dl=30*\ER:do=^J:ei=:ic=\EQ:im=:kb=^H:kd=^J:kh=^^:\
  2274.     :kl=^H:kr=^L:ku=^K:se=\EG0:sf=^J:so=\EG4:ue=\EG0:\
  2275.     :us=\EG8:tc=adm3a:
  2276. # (adm22: ":em=:" was an obvious typo for ":ei=:"; also,
  2277. # removed obsolete ":kn#7:ko=ho:ma=j^Jk^P^K^Pl ^R^L^L :" -- esr)
  2278. adm22|lsi adm22:\
  2279.     :am:bs:\
  2280.     :co#80:li#24:\
  2281.     :al=\EE:bl=^G:bt=\EI:cd=\Ey:ce=\Et:cl=\E+:\
  2282.     :cm=\200\E=%+ %+ :cr=^M:dc=\EW:dl=\ER:do=^J:ei=:\
  2283.     :ho=^^:ic=\EQ:im=:\
  2284.     :is=\E%\014\014\014\016\003\200\003\002\003\002\200\200\200\200\200\200\200\200\200\200\200:\
  2285.     :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
  2286.     :k6=^AE\r:k7=^AF\r:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:\
  2287.     :ku=^K:l1=F1:l2=F2:l3=F3:l4=F4:l5=F5:l6=F6:l7=F7:\
  2288.     :nd=^L:se=\E(:so=\E):ta=\Ei:up=^K:
  2289. # If the adm31 gives you trouble with standout mode, check the DIP switch in
  2290. # position 6, bank @c11, 25% from back end of the circuit board.  Should be
  2291. # OFF.  If there is no such switch, you have an old adm31 and must use oadm31.
  2292. # (adm31: removed obsolete ":ma=j^Jk^P^K^Pl ^R^L^L :" -- esr)
  2293. adm31|lsi adm31:\
  2294.     :am:bs:mi:\
  2295.     :co#80:li#24:\
  2296.     :al=\EE:bl=^G:cd=\EY:ce=\ET:cl=\E*:cm=\E=%+ %+ :\
  2297.     :cr=^M:dc=\EW:dl=\ER:do=^J:ei=\Er:ho=^^:im=\Eq:\
  2298.     :is=\Eu\E0:k0=^A0\r:k1=^A1\r:k2=^A2\r:k3=^A3\r:\
  2299.     :k4=^A4\r:k5=^A5\r:k6=^A6\r:k7=^A7\r:k8=^A8\r:\
  2300.     :k9=^A9\r:kd=^J:kl=^H:kr=^L:ku=^K:le=^H:nd=^L:\
  2301.     :se=\EG0:sf=^J:so=\EG1:ue=\EG0:up=^K:us=\EG1:
  2302. oadm31|o31|old adm31:\
  2303.     :so=\EG4:ue@:us@:tc=adm31:
  2304. # ADM36 in native mode (not VT52 emulation mode)
  2305. adm36|lsi adm36:\
  2306.     :am:mi:\
  2307.     :co#80:li#24:\
  2308.     :al=\E[1L:cd=\E[0J:ce=\E[0K:cl=\E[H\E[2J:\
  2309.     :cm=\E[%i%d;%dH:dl=\E[1M:ei=\E[4l:im=\E[4h:\
  2310.     :is=\E[6;?7h\E[4;20;?1;?3;?6;?4l\E(B\E)B\E>:kd=\EB:\
  2311.     :kl=\ED:kr=\EC:ku=\E[A:le=^H:nd=\E[D:up=\E[A:
  2312. # (adm42: removed obsolete ":ma=^K^P:" -- esr)
  2313. adm42|lsi adm42:\
  2314.     :am:bs:\
  2315.     :co#80:li#24:\
  2316.     :al=\EE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E;:\
  2317.     :cm=\E=%+ %+ :cr=^M:dc=\EW:dl=\ER:do=^J:ei=\Er:\
  2318.     :im=\Eq:ip=:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:\
  2319.     :nd=^L:pc=\177:se=\EG0:sf=^J:so=\EG4:ta=^I:up=^K:\
  2320.     :vs=\EC\E3 \E3(:
  2321. # The following termcap for the Lear Siegler ADM-42 leaves the 
  2322. # "system line" at the bottom of the screen blank (for those who 
  2323. # find it distracting otherwise)
  2324. adm42-nl|lsi adm-42 with no system line:\
  2325.     :al=\EE\EF \011:bt=\EI\EF \011:cd=\EY\EF \011:\
  2326.     :ce=\ET\EF \011:cl=\E;\EF \011:cm=\E=%+ %+ \EF \011:\
  2327.     :dc=\EW\EF \011:dl=\ER\EF \011:ei=\Er\EF \011:\
  2328.     :im=\Eq\EF \011:tc=adm42:
  2329.  
  2330. #### Prime
  2331. #
  2332. # Yes, Prime makes terminals.  These entries were posted by Kevin J. Cummings
  2333. # <cummings@primerd.Prime.COM> on 14 Dec 1992 and lightly edited by esr.
  2334.  
  2335. pt100|pt200|wren|fenix|prime pt100/pt200:\
  2336.     :am:bw:mi:ms:\
  2337.     :co#80:it#8:li#24:\
  2338.     :DC=\E[%dP:DL=\E[M:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:\
  2339.     :UP=\E[%dA:al=\E[L\E[t:bt=\E[Z:cd=\E[J\E[r:\
  2340.     :ce=\E[K\E[t:cl=\E?:cm=\E0%+!%+!:cr=^M:dc=\E[P:\
  2341.     :do=\ED:ei=\E[4l:ho=\E$B:im=\E[4h:kb=^H:kd=\E[B:\
  2342.     :ke=\E[>13l:kh=\E$A:kl=\E[D:kr=\E[C:ks=\E[>13h:\
  2343.     :ku=\E[A:le=^H:nd=\E[C:nw=^M^J:se=\E[m:sf=^J:\
  2344.     :so=\E[2;7m:ta=^I:\
  2345.     :ti=\E[>1l\E[>2l\E[>16l\E[4l\E[>9l\E[20l\E[>3l\E[>7h\E[>12l\E[1Q:\
  2346.     :ue=\E[m:up=\EM:us=\E[4m:\
  2347.     :vb=\E$E\200\200\200\200\200\200\200\200\200\200\200\200\200\200\E$P:
  2348. pt100w|pt200w|wrenw|fenixw|prime pt100/pt200 in 132-column mode:\
  2349.     :co#132:\
  2350.     :cm=\E[%i%d;%dH:tc=pt100:
  2351. pt250|Prime PT250:\
  2352.     :so@:tc=pt100:
  2353. pt250w|Prime PT250 in 132-column mode:\
  2354.     :so@:tc=pt100w:
  2355.  
  2356. #### Qume (qvt)
  2357. #
  2358. #    Qume, Inc.
  2359. #    3475-A North 1st Street
  2360. #    San Jose CA 95134
  2361. #    Vox: (800)-457-4447
  2362. #    Fax: (408)-473-1510
  2363. #    Net: josed@techsupp.wyse.com (Jose D'Oliveira)
  2364. #
  2365. # Qume was bought by Wyse, but still (as of early 1995) has its own support
  2366. # group and production division.
  2367. #
  2368. # Discontinued Qume models:
  2369. #
  2370. # The qvt101 and qvt102 listed here are long obsolete; so is the qvt101+
  2371. # built to replace them, and a qvt119+ which was a 101+ with available wide
  2372. # mode (132 columns).  There was a qvt103 which added vt100/vt131 emulations
  2373. # and an ANSI-compatible qvt203 that replaced it.  Qume started producing
  2374. # ANSI-compatible terminals with the qvt323 and qvt61.
  2375. #
  2376. # Current Qume models (as of February 1995):
  2377. #
  2378. # All current Qume terminals have ANSI-compatible operation modes.
  2379. # Qume is still producing the qvt62, which features emulations for other
  2380. # popular lines such as ADDS, and dual-host capabilities.  The qvt82 is
  2381. # designed for use as a SCO ANSI terminal.  The qvt70 is a color terminal
  2382. # with many emulatioms including Wyse370, Wyse 325, etc.  Their newest
  2383. # model is the qvt520, which is vt420-compatible.
  2384. #
  2385. # There are some ancient printing Qume terminals under `Daisy Wheel Printers'
  2386.  
  2387. qvt101|qvt108|qume qvt 101 and QVT 108:\
  2388.     :sg#1:\
  2389.     :se=\EG0:so=\EG4:tc=qvt101+:
  2390. qvt101+|qvt101p|qume qvt 101 PLUS product:\
  2391.     :am:bw:hs:ul:\
  2392.     :co#80:li#24:sg#0:\
  2393.     :al=\EE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=^Z:\
  2394.     :cm=\E=%+ %+ :cr=^M:ct=\E3:dc=\EW:dl=\ER:do=^J:\
  2395.     :ds=\Eg\Ef\r:ei=:fs=^M:ho=^^:ic=\EQ:im=:k1=^A@\r:\
  2396.     :k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
  2397.     :k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:kA=\EE:kB=\EI:\
  2398.     :kE=\ET:kI=\EQ:kL=\ER:kS=\EY:kb=^H:kd=^J:kh=^^:kl=^H:\
  2399.     :kr=^L:ku=^K:le=^H:nd=^L:pf=\EA:po=\E@:se=\E(:sf=^J:\
  2400.     :so=\E0P\E):st=\E1:ta=^I:ts=\Eg\Ef:ue=\EG0:up=^K:\
  2401.     :us=\EG8:vb=\Eb\Ed:ve=\E.4:vs=\E.2:
  2402. qvt102|qume qvt 102 product:\
  2403.     :ve=\E.:tc=qvt101:
  2404. qvt103|qume qvt 103:\
  2405.     :am:xn:xo:\
  2406.     :co#80:it#8:li#24:vt#3:\
  2407.     :DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:bl=^G:\
  2408.     :cd=\E[J:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:\
  2409.     :cs=\E[%i%d;%dr:ct=\E[3g:do=^J:ho=\E[H:k1=\EOP:\
  2410.     :k2=\EOQ:k3=\EOR:k4=\EOS:kb=^H:kd=\EOB:ke=\E[?1l\E>:\
  2411.     :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:\
  2412.     :md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:\
  2413.     :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\
  2414.     :..sa=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m:\
  2415.     :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
  2416.     :ue=\E[m:up=\E[A:us=\E[4m:
  2417. qvt103-w|qume qvt103 132 cols:\
  2418.     :co#132:li#24:\
  2419.     :r2=\E>\E[?3h\E[?4l\E[?5l\E[?8h:tc=qvt103:
  2420. qvt119+|qvt119p|qvt119|qume qvt 119 and 119PLUS terminals:\
  2421.     :am:hs:mi:ms:\
  2422.     :co#80:li#24:sg#0:\
  2423.     :al=\EE:bl=^G:bt=\EI:cd=\Ey:ce=\Et:cl=\E*1:\
  2424.     :cm=\E=%+ %+ :cr=^M:ct=\E3:dc=\EW:dl=\ER:do=^J:\
  2425.     :ds=\Eg\Ef\r:ei=\Er:fs=^M:ho=^^:im=\Eq:\
  2426.     :is=\EDF\EC\EG0\Er\E(\E%EX:k0=^AI\r:k1=^A@\r:\
  2427.     :k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
  2428.     :k7=^AF\r:k8=^AG\r:k9=^AH\r:kb=^H:kd=^J:kh=^^:kl=^H:\
  2429.     :kr=^L:ku=^K:le=^H:nd=^L:pf=\EA:po=\E@:se=\EG0:sf=^J:\
  2430.     :so=\EG4:sr=\EJ:st=\E1:ta=^I:ts=\Eg\Ef:ue=\EG0:up=^K:\
  2431.     :us=\EG8:vb=\En0\En1:ve=\E.4:vs=\E.2:
  2432. qvt119+-25|qvt119p-25|QVT 119 PLUS with 25 data lines:\
  2433.     :li#25:\
  2434.     :tc=qvt119+:
  2435. qvt119+-w|qvt119p-w|qvt119-w|QVT 119 and 119 PLUS in 132 column mode:\
  2436.     :co#132:\
  2437.     :is=\EDF\EC\EG0\Er\E(\E%\EX\En4:tc=qvt119+:
  2438. qvt119+-25-w|qvt119p-25-w|qvt119-25-w|QVT 119 and 119 PLUS 132 by 25:\
  2439.     :li#25:\
  2440.     :tc=qvt119+:
  2441. qvt203|qvt203+|qume qvt 203 Plus:\
  2442.     :am:xn:xo:\
  2443.     :co#80:it#8:li#24:vt#3:\
  2444.     :DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:al=\E[L:\
  2445.     :bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:\
  2446.     :cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:\
  2447.     :ei=\E[4l:ho=\E[H:im=\E[4h:ip=:k0=\E[29~:k1=\E[17~:\
  2448.     :k2=\E[18~:k3=\E[19~:k4=\E[20~:k5=\E[21~:k6=\E[23~:\
  2449.     :k7=\E[24~:k8=\E[25~:k9=\E[28~:kb=^H:kd=\EOB:\
  2450.     :ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:\
  2451.     :le=^H:mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:\
  2452.     :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\
  2453.     :..sa=\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m:\
  2454.     :sc=\E7:se=\E[m:sf=\n:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
  2455.     :ue=\E[m:up=\E[A:us=\E[4m:
  2456. qvt203-w|qvt203-w-am|qume qvt 203 PLUS in 132 cols (w/advanced video):\
  2457.     :co#132:li#24:\
  2458.     :r2=\E>\E[?3h\E[?4l\E[?5l\E[?8h:tc=qvt203:
  2459. #
  2460. #    Since a command is present for enabling 25 data lines,
  2461. #    a specific terminfo entry may be generated for the 203.
  2462. #    If one is desired for the QVT 119 PLUS then 25 lines must
  2463. #    be selected in the status line (setup line 9).
  2464. #
  2465. qvt203-25|QVT 203 PLUS with 25 by 80 column mode:\
  2466.     :co#80:li#25:\
  2467.     :is=\E[=40h\E[?3l:tc=qvt203:
  2468. qvt203-25-w|QVT 203 PLUS with 25 by 132 columns:\
  2469.     :co#132:li#25:\
  2470.     :r2=\E[?3h\E[=40h:tc=qvt203:
  2471.  
  2472. #### Televideo (tvi)
  2473. #
  2474. #    TeleVideo
  2475. #    550 East Brokaw Road
  2476. #    PO Box 49048    95161
  2477. #    San Jose CA 95112
  2478. #    Vox: (408)-954-8333
  2479. #    Fax: (408)-954-0623
  2480. #
  2481. #
  2482. # There are some tvi terminals that require incredible amounts of padding and
  2483. # some that don't.  I'm assuming 912 and 920 are the old slow ones,
  2484. # and 912b, 912c, 920b, 920c are the new ones that don't need padding.
  2485. #
  2486. # All of these terminals (912 to 970 and the tvipt) are discontinued.  Newer
  2487. # Televideo terminals are ANSI and PC-ANSI compatible.
  2488.  
  2489. tvi803|televideo 803:\
  2490.     :cl=\E*:tc=tvi950:
  2491.  
  2492. # Vanilla tvi910 -- W. Gish <cswarren@violet> 10/29/86
  2493. # (tvi910: removed obsolete ":ma=^Kk^Ll^R^L:";
  2494. # mapped ":pt:" to ":it#8:"; added ":ug#0:" for terminfo translation;
  2495. # added khome, cub1, cud1, ind, hpa, vpa, am, msgr from SCO entry -- esr)
  2496. tvi910|televideo model 910:\
  2497.     :am:bs:ms:pt:\
  2498.     :co#80:it#8:li#24:sg#1:ug#0:\
  2499.     :bl=^G:bt=\EI:cd=\EY:ce=\ET:ch=\E]%+ :cl=^Z:\
  2500.     :cm=\E=%+ %+ :cr=^M:cv=\E[%+ :do=^J:ho=\E=\001\001:\
  2501.     :if=/usr/share/tabset/stdcrt:k0=^AI\r:k1=^A@\r:\
  2502.     :k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
  2503.     :k7=^AF\r:k8=^AG\r:k9=^AH\r:kb=^H:kd=^J:kh=^^:kl=^H:\
  2504.     :kr=^L:ku=^K:le=^H:nd=^L:se=\EG0:sf=^J:so=\EG4:\
  2505.     :ue=\EG0:up=^K:us=\EG8:
  2506. # From: Alan R. Rogers <rogers%albany@csnet-relay>
  2507. # as subsequently hacked over by someone at SCO
  2508. # (tvi910+: removed obsolete ":ma=^K^P^L :"; mapped ":pt:" to ":it#8:";
  2509. # added ":ug#0:" for terminfo translation -- esr)
  2510. tvi910+|910+|televideo 910+:\
  2511.     :am:bs:ms:pt:\
  2512.     :co#80:it#8:li#24:sg#1:ug#0:\
  2513.     :al=\EE:bl=^G:bt=\EI:cd=\EY:ce=\ET:ch=\E]%+ :cl=^Z:\
  2514.     :cm=\E=%+ %+ :cr=^M:cv=\E[%+ :dc=\EW:dl=\ER:do=^J:\
  2515.     :ei=:ho=^^:ic=\EQ:if=/usr/share/tabset/stdcrt:im=:\
  2516.     :k0=^A@\r:k1=^AA\r:k2=^AB\r:k3=^AC\r:k4=^AD\r:\
  2517.     :k5=^AE\r:k6=^AF\r:k7=^AG\r:k8=^AH\r:k9=^AI\r:kb=^H:\
  2518.     :kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^M:ll=\E=7 :nd=^L:\
  2519.     :se=\EG0:sf=^J:so=\EG4:ue=\EG0:up=^K:us=\EG8:
  2520.  
  2521. # (tvi912: removed obsolete ":ma=^K^P^L :";
  2522. # mapped ":pt:" to default tabs -- esr)
  2523. tvi912|tvi920|old televideo 912:\
  2524.     :am:bs:pt:\
  2525.     :co#80:li#24:sg#1:ug#1:\
  2526.     :al=\EE:bl=^G:cd=\Ey:ce=\ET:cl=^Z:cm=\E=%+ %+ :cr=^M:\
  2527.     :ct=\E3:dc=\EW:dl=\ER:do=^J:ei=:ho=^^:ic=\EQ:\
  2528.     :if=/usr/share/tabset/stdcrt:im=:k0=^AI\r:k1=^A@\r:\
  2529.     :k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
  2530.     :k7=^AF\r:k8=^AG\r:k9=^AH\r:kb=^H:kd=^J:kl=^H:kr=^L:\
  2531.     :ku=^K:le=^H:nd=^L:se=\Ek:sf=^J:so=\Ej:st=\E1:ta=^I:\
  2532.     :ue=\Em:up=^K:us=\El:
  2533. # the 912 has a <funct> key that's like shift: <funct>8 xmits "^A8\r".
  2534. # The 920 has this plus real function keys that xmit different things.
  2535. # Terminfo makes you use the funct key on the 912 but the real keys on the 920.
  2536. tvi912c|tvi912b|912c|912b|tvi|new televideo 912:\
  2537.     :al=\EE:dl=\ER:tc=tvi912:
  2538. # set to page 1 when entering ex (\E-17 )
  2539. # reset to page 0 when exiting ex (\E-07 )
  2540. tvi912-2p|tvi920-2p|912-2p|920-2p|tvi-2p|televideo w/2 pages:\
  2541.     :te=\E-07 :ti=\E-17 :tc=tvi912:
  2542. # We got some new tvi912c terminals that act really weird on the regular 
  2543. # termcap, so one of our gurus worked this up. Seems that cursor 
  2544. # addressing is broken.
  2545. tvi912cc|tvi912 at cowell college:\
  2546.     :cm@:tc=tvi912c:
  2547.  
  2548. tvi920b|tvi920c|new televideo 920:\
  2549.     :al=\EE:dl=\ER:k0=^AI\r:k1=^A@\r:k2=^AA\r:k3=^AB\r:\
  2550.     :k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:\
  2551.     :k9=^AH\r:tc=tvi912:
  2552.  
  2553. tvi924|televideo tvi924:\
  2554.     :am:bw:hs:in:mi:ms:xn:xo:\
  2555.     :co#80:it#8:li#24:sg#0:ws#80:\
  2556.     :F1=^AK\r:F2=^AL\r:F3=^AM\r:F4=^AN\r:F5=^AO\r:al=\EE:\
  2557.     :bl=^G:bt=\EI:cd=\Ey:ce=\Et:cl=\E*0:cm=\E=%+ %+ :\
  2558.     :cr=^M:cs=\E_%+ %+ :ct=\E3:dc=\EW:dl=\ER:do=^V:\
  2559.     :ds=\Es0:ei=:fs=^Y:ho=^^:\
  2560.     :i1=\017\E%\E'\E(\EDF\EC\EG0\EN0\Es0\Ev0:ic=\EQ:\
  2561.     :if=/usr/lib/tabset/stdcrt:im=:k0=^A@\r:k1=^AA\r:\
  2562.     :k2=^AB\r:k3=^AC\r:k4=^AD\r:k5=^AE\r:k6=^AF\r:\
  2563.     :k7=^AG\r:k8=^AH\r:k9=^AI\r:k;=^AJ\r:kA=\EE:kC=\E*0:\
  2564.     :kD=\EW:kE=\Et:kI=\EQ:kL=\ER:kS=\Ey:kb=^H:kd=^V:\
  2565.     :kh=^^:kl=^H:kr=^L:ku=^K:l0=F1:l1=F2:l2=F3:l3=F4:\
  2566.     :l4=F5:l5=F6:l6=F7:l7=F8:l8=F9:l9=F10:la=F11:le=^H:\
  2567.     :mb=\EG2:me=\EG0:mk=\EG1:nd=^L:pk=\E|%+1%s\031:\
  2568.     :se=\EG0:sf=^J:so=\EG4:sr=\Ej:st=\E1:ta=^I:ts=\Ef:\
  2569.     :ue=\EG0:up=^K:us=\EG8:vb=\Eb\Ed:ve=\E.3:vi=\E.0:\
  2570.     :vs=\E.1:
  2571. tvi924vb|924vb|televideo model 924 visual bells:\
  2572.     :vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:tc=tvi924:
  2573.  
  2574. tvi925|925|televideo 925:\
  2575.     :am:bw:hs:ul:\
  2576.     :co#80:li#24:sg#1:ug#1:\
  2577.     :al=\EE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=^Z:\
  2578.     :cm=\E=%+ %+ :cr=^M:ct=\E3:dc=\EW:dl=\ER:do=^V:\
  2579.     :ds=\Eh:ei=:fs=^M\Eg:ho=^^:ic=\EQ:im=:k0=^AI\r:\
  2580.     :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
  2581.     :k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:kA=\EE:kC=^Z:\
  2582.     :kD=\EW:kE=\ET:kI=\EQ:kL=\ER:kS=\EY:kb=^H:kd=^V:\
  2583.     :kh=^^:kl=^H:kr=^L:ku=^K:le=^H:se=\EG0:sf=^J:so=\EG4:\
  2584.     :st=\E1:ta=^I:ts=\Eh\Ef:ue=\EG0:up=^K:us=\EG8:\
  2585.     :vb=\Eb\Ed:ve=\E.4:vs=\E.2:
  2586. tvi925vb|925vb|televideo model 925 visual bells:\
  2587.     :vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:tc=tvi925:
  2588. # Since the 925 uses a character position to store the escape sequences to go
  2589. # in and out of both stand out and underline modes, screen positioning is
  2590. # difficult.  The following 925 entries don't use these modes.
  2591. tvi925n|925n|televideo model 925 no standout or underline:\
  2592.     :se@:so@:ue@:us@:tc=tvi925:
  2593. tvi925vbn|925vbn|televideo model 925 visual bells no so or ul:\
  2594.     :vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:tc=tvi925n:
  2595.  
  2596. # From: Tim Curry, Univ. of Central Fla. <duke!ucf-cs!tim> 5/21/82 
  2597. # (tvi925a: removed obsolete ":kn#12:"; mapped ":pt:" to ":it#8:" --esr)
  2598. tvi925a|925a|TeleVideo Model 925:\
  2599.     :am:bs:bw:pt:\
  2600.     :co#80:it#8:li#24:sg#1:ug#1:\
  2601.     :al=\EE:bt=\EI:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :\
  2602.     :dc=\EW:dl=\ER:do=^V:ei=:ic=\EQ:\
  2603.     :if=/usr/share/tabset/std:im=:is=\El:kb=^H:kd=^V:\
  2604.     :kh=^^:kl=^H:kr=^L:ku=^K:nd=^L:se=\EG0:so=\EG4:\
  2605.     :ue=\EG0:up=^K:us=\EG8:\
  2606.     :vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:\
  2607.     :ve=\E.4:vs=\E.2:
  2608.  
  2609. # From: Todd Litwin <litwin@litwin.jpl.nasa.gov> 28 May 1993
  2610. # Originally Tim Curry, Univ. of Central Fla., <duke!ucf-cs!tim> 5/21/82
  2611. # for additional capabilities, 
  2612. # The following tvi descriptions from B:pjphar and virus!mike
  2613. # is for all 950s.  It sets the following attributes:
  2614. # full duplex (\EDF)        write protect off (\E()
  2615. # conversation mode (\EC)    graphics mode off (\E%)
  2616. # white on black (\Ed)        auto page flip off (\Ew)
  2617. # turn off status line (\Eg)    clear status line (\Ef\r)
  2618. # normal video (\E0)        monitor mode off (\EX or \Eu)
  2619. # edit mode (\Er)        load blank char to space (\Ee\040)
  2620. # line edit mode (\EO)        enable buffer control (^O)
  2621. # protect mode off (\E\047)    duplex edit keys (\El)
  2622. # program unshifted send key to send line all (\E016)
  2623. # program shifted send key to send line unprotected (\E004)
  2624. # set the following to nulls:
  2625. #    field delimiter (\Ex0\200\200)
  2626. #    line delimiter (\Ex1\200\200)
  2627. #    start-protected field delimiter (\Ex2\200\200)
  2628. #    end-protected field delimiter (\Ex3\200\200)
  2629. # set end of text delimiter to carriage return/null (\Ex4\r\200)
  2630. # (tvi950: early versions had ":ko=ic,dc,al,dl,cl,bt,ce,cd:"
  2631. # and ":ma=^Vj^Kk^Hh^Ll^^H:". I mapped ":pt:" to ":it#8:";
  2632. #
  2633. tvi950|950|televideo950:\
  2634.     :am:bs:hs:mi:ms:pt:xn:xo:\
  2635.     :co#80:li#24:sg#1:ug#1:\
  2636.     :ac=d\rc\014e\nb\011i\013:ae=^X:al=\EE:as=^U:bl=^G:\
  2637.     :bt=\EI:cd=\Ey:ce=\Et:cl=\E*:cm=\E=%+ %+ :cr=^M:\
  2638.     :ct=\E3:dc=\EW:dl=\ER:do=^J:ds=\Eg\Ef\r:ei=\Er:fs=^M:\
  2639.     :ho=^^:im=\Eq:\
  2640.     :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:\
  2641.     :k0=^A0\r:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:\
  2642.     :k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:kA=\EE:\
  2643.     :kB=\EI:kC=\E*:kD=\EW:kE=\Et:kL=\ER:kS=\Ey:kb=^H:\
  2644.     :kd=^V:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:nd=^L:pf=\Ea:\
  2645.     :po=\E`:se=\EG0:sf=^J:so=\EG4:sr=\Ej:st=\E1:ta=^I:\
  2646.     :ts=\Eg\Ef:ue=\EG0:up=^K:us=\EG8:\
  2647.     :vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:
  2648. #
  2649. # is for 950 with two pages adds the following:
  2650. #    set 48 line page (\E\\2)
  2651. #    place cursor at page 0, line 24, column 1 (\E-07 )
  2652. #    set local (no send) edit keys (\Ek)
  2653. #
  2654. # two page 950 adds the following:
  2655. #    when entering ex, set 24 line page (\E\\1)
  2656. #    when exiting ex, reset 48 line page (\E\\2)
  2657. #             place cursor at 0,24,1 (\E-07 )
  2658. #    set duplex (send) edit keys (\El) when entering vi
  2659. #    set local (no send) edit keys (\Ek) when exiting vi
  2660. #
  2661. tvi950-2p|950-2p|televideo950 w/2 pages:\
  2662.     :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:\
  2663.     :ke=\Ek:ks=\El:te=\E\\2\E-07 :ti=\E\\1\E-07 :tc=tvi950:
  2664. #
  2665. # is for 950 with four pages adds the following:
  2666. #    set 96 line page (\E\\3)
  2667. #    place cursor at page 0, line 24, column 1 (\E-07 )
  2668. #
  2669. # four page 950 adds the following:
  2670. #    when entering ex, set 24 line page (\E\\1)
  2671. #    when exiting ex, reset 96 line page (\E\\3)
  2672. #             place cursor at 0,24,1 (\E-07 )
  2673. #
  2674. tvi950-4p|950-4p|televideo950 w/4 pages:\
  2675.     :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:\
  2676.     :ke=\Ek:ks=\El:te=\E\\3\E-07 :ti=\E\\1\E-07 :tc=tvi950:
  2677. #
  2678. # is for reverse video 950 changes the following:
  2679. #    set reverse video (\Ed)
  2680. #
  2681. # set vb accordingly (\Ed ...nulls... \Eb)
  2682. #
  2683. tvi950-rv|950-rv|televideo950 rev video:\
  2684.     :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:\
  2685.     :vb=\Ed\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Eb:tc=tvi950:
  2686. #
  2687. # uses the appropriate entries from 950-2p and 950-rv
  2688. #
  2689. tvi950-rv-2p|950-rv-2p|televideo950 rev video w/2 pages:\
  2690.     :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 :\
  2691.     :ke=\Ek:ks=\El:te=\E\\2\E-07 :ti=\E\\1\E-07 :\
  2692.     :vb=\Ed\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Eb:tc=tvi950:
  2693. #
  2694. # uses the appropriate entries from 950-4p and 950-rv
  2695. #
  2696. tvi950-rv-4p|950-rv-4p|televideo950 rev video w/4 pages:\
  2697.     :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 :\
  2698.     :ke=\Ek:ks=\El:te=\E\\3\E-07 :ti=\E\\1\E-07 :\
  2699.     :vb=\Ed\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Eb:tc=tvi950:
  2700. # From: Andreas Stolcke <stolcke@icsi.berkeley.edu>
  2701. # (tvi955: removed obsolete ":ko=ic,dc,al,dl,cl,bt,ce,cd:ma:=^Vj^Kk^Hh^Ll^^H";
  2702. # mapped ":pt:" to ":it#8:"; removed incorrect (and overridden) ":do=^J:";
  2703. # fixed broken continuations in the :rs: string -- esr)
  2704. tvi955|televideo955:\
  2705.     :5i:am:bs:hs:mi:pt:xn:xo:\
  2706.     :co#80:it#8:li#24:\
  2707.     :RA=\E[=7l:RX=^N:SA=\E[=7h:SX=^O:\
  2708.     :ac=0_`RjHkGlFmEnIoPqKsQtMuLvOwNxJ:ae=\E%:al=\EE:\
  2709.     :as=\E$:bt=\EI:cd=\Ey:ce=\Et:cl=\E*:cm=\E=%+ %+ :\
  2710.     :ct=\E3:dc=\EW:dl=\ER:do=^V:ds=\Eg\Ef\r:ei=\Er:fs=^M:\
  2711.     :ho=^^:im=\Eq:is=\E[=3l\EF1\Ed\EG0\E[=5l\E%\El:\
  2712.     :k0=^A0\r:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:\
  2713.     :k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:kA=\EE:\
  2714.     :kB=\EI:kC=\EY:kD=\EW:kE=\ET:kI=\EQ:kL=\ER:kM=\EQ:\
  2715.     :kN=\EK:kP=\EJ:kT=\E1:ka=\E3:kb=^H:kd=^V:kh=^^:kl=^H:\
  2716.     :kr=^L:kt=\E2:ku=^K:le=^H:mb=\EG2:me=\EG0\E[=5l:\
  2717.     :mh=\E[=5h:mk=\EG1:mr=\EG4:nd=^L:pf=\Ea:po=\E`:\
  2718.     :ps=\EP:\
  2719.     :rs=\EDF\EC\Eg\Er\EO\E'\E(\Ew\EX\Ee \017\E0P\E6\200\E0p\E4\200\Ef\r:\
  2720.     :se=\EG0:so=\EG4:sr=\Ej:st=\E1:ts=\Eg\Ef:ue=\EG0:\
  2721.     :up=^K:us=\EG8:\
  2722.     :vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:\
  2723.     :ve=\E.2:vi=\E.0:vs=\E.1:
  2724. tvi955-w|955-w|televideo955 w/132 cols:\
  2725.     :co#132:\
  2726.     :cm=\E[%i%d;%dH:is=\E[=3h\EF1\Ed\EG0\E[=5l\E%\El:tc=tvi955:
  2727. # use half-intensity as normal mode, full intensity as bold (md)
  2728. tvi955-hb|955-hb|televideo955 half-bright:\
  2729.     :is=\E[=3l\EF1\Ed\EG0\E[=5h\E%\El:md=\E[=5l:\
  2730.     :me=\EG0\E[=5h:mh@:tc=tvi955:
  2731. # From: Humberto Appleton <beto@cs.utexas.edu>, 880521 UT Austin
  2732. # (tvi970: removed ":sg#0:"; mapped ":pt:" to ":it#8:" -- esr)
  2733. tvi970|televideo970:\
  2734.     :bs:da:db:mi:ms:pt:\
  2735.     :co#80:it#8:li#24:\
  2736.     :ae=\E(B:al=\E[L:as=\E(B:bt=\E[Z:cd=\E[0J:ce=\E[0K:\
  2737.     :cl=\E[H\E[2J:cm=\E[%i%d;%df:dc=\E[P:dl=\E[M:do=\ED:\
  2738.     :ei=\E[4l:im=\E[4h:\
  2739.     :is=\E<\E[?21l\E[19h\E[1Q\E[10l\E[7l\E[H\E[2J:\
  2740.     :k1=\E?a:k2=\E?b:k3=\E?c:k4=\E?d:k5=\E?e:k6=\E?f:\
  2741.     :k7=\E?g:k8=\E?h:k9=\E?i:kb=^H:kd=\E[B:kh=\E[H:\
  2742.     :kl=\E[D:kr=\E[C:ku=\E[A:nd=\E[C:se=\E[0m:so=\E[7m:\
  2743.     :sr=\EM:ue=\E[0m:up=\EM:us=\E[4m:\
  2744.     :vb=\E[5;m\200\200\200\200\200\200\200\200\200\E[0;m:\
  2745.     :vs=\E[1Q:
  2746. # From Gene Rochlin <armsis@amber> 9/19/84. 
  2747. # Works with vi and rogue.  NOTE: Esc v sets autowrap on, Esc u sets 80 chars
  2748. # per line (rather than 40), Esc K chooses the normal character set.  Not sure
  2749. # padding is needed, but adapted from the tvi920c termcap.  The :so: and :us:
  2750. # strings are klutzy, but at least use no screen space.
  2751. # (tvipt: removed obsolete ":ma=^Kk^Ll^R^L:" -- esr)
  2752. tvipt|televideopt:\
  2753.     :am:bs:\
  2754.     :co#80:li#24:\
  2755.     :al=\EE<5*>:bt=\EI:ce=\ET:cl=^Z:cm=\E=%+ %+ :\
  2756.     :dl=\ER<5*>:ho=^^:if=/usr/share/tabset/stdcrt:\
  2757.     :is=\Ev\Eu\EK:kb=^H:kd=^J:kl=^H:kr=^L:ku=^K:nd=^L:\
  2758.     :se=\EF:so=\EG1@A\EH:ue=\EF:up=^K:us=\EG1B@\EH:
  2759.  
  2760. #### Visual (vi)
  2761. #
  2762.  
  2763. # (vi50: mapped ":pt:" to default 8-char tabs -- esr)
  2764. vi50|visual 50:\
  2765.     :am:bs:ms:pt:\
  2766.     :co#80:li#24:\
  2767.     :al=\EL:bl=^G:cd=\Ek:ce=\EK:cl=^Z:cm=\E=%+ %+ :cr=^M:\
  2768.     :dl=\EM:do=^J:ho=\EH:kb=^H:kd=\EB:kh=\EH:kl=\ED:\
  2769.     :kr=\EC:ku=\EA:le=^H:nd=^L:se=\ET:sf=^J:so=\EU:ta=^I:\
  2770.     :up=^K:
  2771. # From: Jeff Siegal <jbs@athena.mit.edu>
  2772. # (vi55: mapped ":pt:" to ":it#8:" -- esr)
  2773. vi55|Visual 55:\
  2774.     :am:bs:mi:ms:pt:\
  2775.     :co#80:it#8:li#24:\
  2776.     :al=\EL:cd=\EJ:ce=\EK:cl=\Ev:cm=\EY%+ %+ :\
  2777.     :cs=\E_%+A%+A:dc=\Ew:dl=\EM:do=^J:ei=\Eb:ho=\EH:\
  2778.     :im=\Ea:is=\Ev\E_AX\Eb\EW\E9P\ET:kb=^H:kd=\EB:kl=\ED:\
  2779.     :kr=\EC:ku=\EA:le=^H:nd=\EC:se=\ET:so=\EU:sr=\EI:\
  2780.     :up=\EA:
  2781.  
  2782. # The Visual 200 beeps when you type a character in insert mode.
  2783. # This is a horribly obnoxious misfeature, and some of the entries
  2784. # below try to get around the problem by ignoring the feature or
  2785. # turning it off when inputting a character.  They are said not to
  2786. # work well at 300 baud.  (You could always cut the wire to the bell!)
  2787. # From: <mike@brl-vgr> Mon Nov 14 08:34:29 1983
  2788. # (vi200: mapped ":pt:" to default 8-char tabbing -- esr)
  2789. vi200|vis200|visual 200 with function keys:\
  2790.     :am:bs:pt:\
  2791.     :co#80:li#24:\
  2792.     :al=\EL:bl=^G:cd=\Ey:ce=\Ex:cl=\Ev:cm=\EY%+ %+ :\
  2793.     :cr=^M:dc=\EO:dl=\EM:do=^J:ei=:ho=\EH:ic=\Ei \010\Ej:\
  2794.     :im=:is=\E3\Eb\Ej\E\\\El\EG\Ec\Ek:k0=\EP:k1=\EQ:\
  2795.     :k2=\ER:k3=\E :k4=\E!:k5=\E":k6=\E#:k7=\E$:k8=\E%:\
  2796.     :k9=\E&:kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:le=^H:\
  2797.     :nd=\EC:se=\E3:sf=^J:so=\E4:sr=\EI:ta=^I:up=\EA:\
  2798.     :ve=\Ec:vs=\Ed:
  2799. vi200-rv-ic|visual 200 reverse video using insert char:\
  2800.     :ei=\Ej:ic@:im=\Ei:tc=vi200-rv:
  2801. # The older Visuals didn't come with function keys. This entry uses
  2802. # ks and ke so that the keypad keys can be used as function keys.
  2803. # If your version of vi doesn't support function keys you may want
  2804. # to use vi200-f.
  2805. # (vi200: mapped ":pt:" to ":it#8:" -- esr)
  2806. vi200-f|visual|visual 200 no function keys:\
  2807.     :am:bs:pt:\
  2808.     :co#80:it#8:li#24:\
  2809.     :al=\EL:bl=^G:cd=\Ey:ce=\Ex:cl=\Ev:cm=\EY%+ %+ :\
  2810.     :cr=^M:dc=\EO:dl=\EM:do=^J:ei=:ho=\EH:ic=\Ei \010\Ej:\
  2811.     :im=:is=\E3\Eb\Ej\E\\\El\EG\Ed\Ek:k0=\E?p:k1=\E?q:\
  2812.     :k2=\E?r:k3=\E?s:k4=\E?t:k5=\E?u:k6=\E?v:k7=\E?w:\
  2813.     :k8=\E?x:k9=\E?y:kd=\EB:ke=\E>:kh=\EH:kl=\ED:kr=\EC:\
  2814.     :ks=\E=:ku=\EA:le=^H:nd=\EC:sf=^J:sr=\EI:ta=^I:\
  2815.     :up=\EA:ve=\Ec:vs=\Ed:
  2816. vi200-rv|visual 200 reverse video:\
  2817.     :se=\E3:so=\E4:sr@:ve@:vs@:tc=vi200:
  2818. vi200-ic|visual 200 using insert char:\
  2819.     :ei=\Ej:ic@:im=\Ei:tc=vi200:
  2820.  
  2821. # the function keys are programmable but we don't reprogram
  2822. # them to their default values with "is" because programming
  2823. # them is very verbose. maybe an "if" file should be made for
  2824. # the 300 and they could be stuck in it.
  2825. vi300|visual 300 ansi x3.64:\
  2826.     :am:bw:mi:xn:\
  2827.     :co#80:li#24:\
  2828.     :al=\E[L:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:\
  2829.     :cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:do=\E[B:\
  2830.     :ei=\E[4l:ho=\E[H:im=\E[4h:\
  2831.     :is=\E[7s\E[2;3;4;20;?5;?6l\E[12;?7h\E[1Q\E[0;1(D\E[8s:\
  2832.     :k1=\E_A\E\\:k2=\E_B\E\\:k3=\E_C\E\\:k4=\E_D\E\\:\
  2833.     :k5=\E_E\E\\:k6=\E_F\E\\:k7=\E_G\E\\:k8=\E_H\E\\:\
  2834.     :k9=\E_I\E\\:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
  2835.     :le=^H:nd=\E[C:se=\E[m:sf=^J:so=\E[1m:sr=\EM:ta=^I:\
  2836.     :ue=\E[m:up=\E[A:us=\E[4m:
  2837. vi300-rv|visual 300 reverse video:\
  2838.     :bl=^G:cr=^M:do=^J:\
  2839.     :is=\E[7s\E[2;3;4;20;?6l\E[12;?5;?7h\E[1Q\E[0;1(D\E[8s:\
  2840.     :sf=^J:tc=vi300:
  2841. # slow scroll doesn't work that well; if you type on the
  2842. # keyboard while the terminal is scrolling it drops characters
  2843. vi300-ss|visual 300 slow scroll:\
  2844.     :bl=^G:cr=^M:do=^J:sf=^J:ve=\E[?4h:vs=\E[?4l:tc=vi300:
  2845. # some of the vi300s have older firmware that has the command
  2846. # sequence for setting editing extent reversed.
  2847. ovi300|visual 300 old:\
  2848.     :bl=^G:cr=^M:do=^J:\
  2849.     :is=\E[7s\E[2;3;4;20;?5;?6l\E[12;?7h\E[2Q\E[0;1(D\E[8s:\
  2850.     :sf=^J:tc=vi300:
  2851. # if your version of ex/vi doesn't correctly implement xn
  2852. # use this termcap for the vi300
  2853. vi300-aw|visual 300 no autowrap:\
  2854.     :am@:xn@:\
  2855.     :ve=\E[?7h:vs=\E[?7l:tc=vi300:
  2856.  
  2857. # the visual 550 is a visual 300 with tektronix graphics,
  2858. # and with 33 lines. clear screen is modified here to
  2859. # also clear the graphics.
  2860. vi550|visual 550 ansi x3.64:\
  2861.     :li#33:\
  2862.     :bl=^G:cl=\030\E[H\E[2J:cr=^M:do=^J:sf=^J:tc=vi300:
  2863.  
  2864. # (vi603: this had ":sb=\EM:"; sb is undefined, prob. an error for sr -- esr)
  2865. vi603|visual603|visual 603:\
  2866.     :hs:mi:\
  2867.     :al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
  2868.     :cm=\E[%i%d;%dH:cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:\
  2869.     :ds=\EP2;1~\E\\:ei=\E[4l:fs=\E\\:im=\E[4h:\
  2870.     :is=\E>\E[?3l\E[?4l\E[?7h\E[?8h\E[1;24r\E[24;1H:\
  2871.     :mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:\
  2872.     :rs=\E>\E[?3l\E[?4l\E[?7h\E[?8h:se=\E[27m:sf=\ED:\
  2873.     :so=\E[7m:sr=\EM:ts=\EP2~:ue=\E[24m:up=\E[A:us=\E[4m:tc=vt100:
  2874.  
  2875. #### Wyse (wy)
  2876. #
  2877. #    Wyse Technology
  2878. #    3471 North First Street
  2879. #    San Jose, CA 95134
  2880. #    Vox: (408)-473-1200
  2881. #    Fax: (408) 473-1222
  2882. #
  2883. # Wyse sales can be reached by phone at 1-800-GET-WYSE.  Tech support is at
  2884. # (800)-800-WYSE (option 5 gets you a human).
  2885. #
  2886. # All the following entries until (but not including) wy100q are direct from
  2887. # Wyse technical support and represent their best knowledge as of January 1995.
  2888. # I made two trivial syntax fixes in the wyse30 entry, added OTbs everywhere
  2889. # needed, and merged in OTug#1 entries (as indicated by the termcap version of
  2890. # their descriptions).
  2891. #
  2892. # Note: The wyse75, wyse85, and wyse99 have been discontinued.
  2893.  
  2894. #       Although the Wyse 30 can support more than one attribute
  2895. #    it requires magic cookies to do so.  Many applications do not
  2896. #    function well with magic cookies.  The following terminfo uses
  2897. #    the protect mode to support one attribute (dim) without cookies.
  2898. #    If more than one attribute is needed then the wy30-mc terminfo
  2899. #    should be used.
  2900. #
  2901. wy30|wyse30|Wyse 30:\
  2902.     :5i:am:bs:bw:hs:mi:ms:xo:\
  2903.     :Nl#8:co#80:lh#1:li#24:lw#8:ma#1:ug#1:ws#45:\
  2904.     :#2=\E{:&3=\Er:@8=\E7:LF=\EA11:LO=\EA10:\
  2905.     :ac=0wa_h[jukslrmqnxqzttuyv]wpxv:ae=\EH^C:al=\EE:\
  2906.     :as=\EH^B:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E+:\
  2907.     :cm=\E=%+ %+ :cr=^M:ct=\E0:dc=\EW:dl=\ER:do=^J:\
  2908.     :ds=\EF\r:ei=\Er:fs=^M:ho=^^:im=\Eq:ip=:\
  2909.     :is=\E'\E(\E^3\E`9\016\024:k1=^A@\r:k2=^AA\r:\
  2910.     :k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:\
  2911.     :k8=^AG\r:kA=\EE:kB=\EI:kD=\EW:kE=\ET:kI=\EQ:kL=\ER:\
  2912.     :kN=\EK:kP=\EJ:kS=\EY:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:\
  2913.     :ku=^K:le=^H:ll=^^^K:me=\E(\EH\003:mh=\E`7\E):\
  2914.     :mp=\E`7\E):nd=^L:nw=^M^J:pf=^T:pn=\Ez%+/%s\r:po=^X:\
  2915.     :ps=\EP:px=\Ez%+?%s\177:\
  2916.     :..sa=%?%p1%p5%p8%|%|%t\E`7\E)%e\E(%;%?%p9%t\EH\002%e\EH\003%;:\
  2917.     :se=\E(:sf=\n:so=\E`7\E):sr=\Ej:st=\E1:ta=\011:\
  2918.     :ts=\EF:up=^K:ve=\E`1:vi=\E`0:
  2919. #
  2920. #    This terminal description uses the non-hidden attribute mode
  2921. #    (with magic cookie).
  2922. #
  2923. wy30-mc|wyse30-mc|wyse 30 with magic cookies:\
  2924.     :ms@:\
  2925.     :ma@:sg#1:ug#1:\
  2926.     :ae=\EG0\EH\003:as=\EG0\EH\002:mb=\EG2:\
  2927.     :me=\EG0\E(\EH\003:mh=\EGp:mk=\EG1:mp=\EG0\E):\
  2928.     :mr=\EG4:\
  2929.     :..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%;:\
  2930.     :se=\EG0:so=\EG4:te=\EG0:ue=\EG0:us=\EG8:tc=wy30:
  2931. #    The manditorary pause used by flash does not work with
  2932. #    older versions of terminfo.  If you see this effect then
  2933. #    unset xon and delete the / from the delay.
  2934. #    i.e. change $<100/> to $<100>
  2935. wy30-vb|wyse30-vb|wyse 30 visible bell:\
  2936.     :vb=\E`8\E`9:tc=wy30:
  2937. #
  2938. #       The Wyse 50 can support one attribute (e.g. Dim, Inverse,
  2939. #    Normal) without magic cookies by using the protect mode.
  2940. #    The following description uses this feature, but when more
  2941. #    than one attribute is put on the screen at once, all attributes
  2942. #    will be changed to be the same as the last attribute given.
  2943. #       The Wyse 50 can support more attributes when used with magic
  2944. #    cookies.  The wy50-mc terminal description uses magic cookies
  2945. #    to correctly handle multiple attributes on a screen.
  2946. #
  2947. wy50|wyse50|Wyse 50:\
  2948.     :5i:am:bs:bw:hs:mi:ms:xo:\
  2949.     :Nl#8:co#80:lh#1:li#24:lw#8:ma#1:ws#45:\
  2950.     :#2=\E{:%9=\EP:&3=\Er:@8=\E7:F1=^AJ\r:F2=^AK\r:\
  2951.     :F3=^AL\r:F4=^AM\r:F5=^AN\r:F6=^AO\r:LF=\EA11:\
  2952.     :LO=\EA10:ac=0wa_h[jukslrmqnxqzttuyv]wpxv:ae=\EH^C:\
  2953.     :al=\EE:as=\EH^B:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E+:\
  2954.     :cm=\E=%+ %+ :cr=^M:ct=\E0:dc=\EW:dl=\ER:do=^J:\
  2955.     :ds=\EF\r:ei=\Er:fs=^M:ho=^^:i1=\E`\072\E`9:im=\Eq:\
  2956.     :ip=:is=\016\024\E'\E(:k1=^A@\r:k2=^AA\r:k3=^AB\r:\
  2957.     :k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:\
  2958.     :k9=^AH\r:k;=^AI\r:kA=\EE:kB=\EI:kD=\EW:kE=\ET:\
  2959.     :kI=\EQ:kL=\ER:kN=\EK:kP=\EJ:kS=\EY:kb=^H:kd=^J:\
  2960.     :kh=^^:kl=^H:kr=^L:ku=^K:le=^H:ll=^^^K:me=\E(\EH\003:\
  2961.     :mh=\E`7\E):mp=\E`7\E):mr=\E`6\E):nd=^L:nw=^M^J:\
  2962.     :pf=^T:pn=\Ez%+/%s\r:po=^X:ps=\EP:px=\Ez%+?%s\177:\
  2963.     :..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%;:\
  2964.     :se=\E(:sf=\n:so=\E`6\E):sr=\Ej:st=\E1:ta=^I:ts=\EF:\
  2965.     :up=^K:ve=\E`1:vi=\E`0:
  2966. #
  2967. #    This terminal description uses the non-hidden attribute mode
  2968. #    (with magic cookie).
  2969. #
  2970. wy50-mc|wyse50-mc|wyse 50 with magic cookies:\
  2971.     :ms@:\
  2972.     :ma@:sg#1:ug#1:\
  2973.     :ae=\EG0\EH\003:as=\EG0\EH\002:mb=\EG2:\
  2974.     :me=\EG0\E(\EH\003:mh=\EGp:mk=\EG1:mp=\EG0\E):\
  2975.     :mr=\EG4:\
  2976.     :..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%;:\
  2977.     :se=\EG0:so=\EGt:te=\EG0:ue=\EG0:us=\EG8:tc=wy50:
  2978. #    The mandatory pause used by flash does not work with
  2979. #    older versions of terminfo.  If you see this effect then
  2980. #    unset xon and delete the / from the delay.
  2981. #    i.e. change $<100/> to $<100>
  2982. wy50-vb|wyse50-vb|wyse 50 visible bell:\
  2983.     :vb=\E`8\E`9:tc=wy50:
  2984. wy50-w|wyse50-w|wyse 50 132-column:\
  2985.     :Nl#16:co#132:lw#7:ws#97:\
  2986.     :cm=\Ea%i%dR%dC:dc=\EW:i1=\E`;\E`9:tc=wy50:
  2987. wy50-wvb|wyse50-wvb|wyse 50 132-column visible bell:\
  2988.     :vb=\E`8\E`9:tc=wy50-w:
  2989. #
  2990. #    The Wyse 350 is a Wyse 50 with color.
  2991. #    Unfortunately this means that it has magic cookies.
  2992. #    The color attributes are designed to overlap the reverse, dim and
  2993. #    underline attributes.  This is nice for monochrome applications
  2994. #    because you can make underline stuff green (or any other color)
  2995. #    but for true color applications it's not so hot because you cannot
  2996. #    mix color with reverse, dim or underline.
  2997. #        To further complicate things one of the attributes must be
  2998. #    black (either the foreground or the background).  In reverse video
  2999. #    the background changes color with black letters.  In normal video
  3000. #    the foreground changes colors on a black background.  
  3001. #        This terminfo uses some of the more advanced features of curses
  3002. #    to display both color and blink.  In the final analysis I am not
  3003. #    sure that the wy350 runs better with this terminfo than it does
  3004. #    with the wy50 terminfo (with user adjusted colors).
  3005. #
  3006. wy350|wyse350|Wyse 350:\
  3007.     :5i:am:bs:bw:hs:mi:xo:\
  3008.     :Co#8:NC#55:Nl#8:co#80:lh#1:li#24:lw#8:pa#8:sg#1:\
  3009.     :ug#1:ws#45:\
  3010.     :#2=\E{:%9=\EP:&3=\Er:@8=\E7:F1=^AJ\r:F2=^AK\r:\
  3011.     :F3=^AL\r:F4=^AM\r:F5=^AN\r:F6=^AO\r:LF=\EA11:\
  3012.     :LO=\EA10:Sb= :\
  3013.     :..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:\
  3014.     :ac=0wa_h[jukslrmqnxqzttuyv]wpxv:ae=\EG0\EH\003:\
  3015.     :al=\EE:as=\EG0\EH\002:bl=^G:bt=\EI:cd=\EY:ce=\ET:\
  3016.     :cl=\E+:cm=\E=%+ %+ :cr=^M:ct=\E0:dc=\EW:dl=\ER:\
  3017.     :do=^J:ds=\EF\r:ei=\Er:fs=^M:ho=^^:i1=\E`\072\E`9:\
  3018.     :i2=\E%?:im=\Eq:ip=:is=\016\024\E'\E(:k1=^A@\r:\
  3019.     :k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
  3020.     :k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:kA=\EE:kB=\EI:\
  3021.     :kD=\EW:kE=\ET:kI=\EQ:kL=\ER:kN=\EK:kP=\EJ:kS=\EY:\
  3022.     :kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:ll=^^^K:\
  3023.     :mb=\EG2:me=\EG0\E(\EH\003%{0}%PA%{0}%PC:mh=\EGp:\
  3024.     :mk=\EG1:mp=\EG0\E):mr=\EG4:nd=^L:nw=^M^J:oc=\E%?:\
  3025.     :op=\EG0:pf=^T:pn=\Ez%+/%s\r:po=^X:ps=\EP:\
  3026.     :px=\Ez%+?%s\177:\
  3027.     :..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%;:\
  3028.     :se=\EG0:sf=\n:so=\EG4:sr=\Ej:st=\E1:ta=^I:ts=\EF:\
  3029.     :ue=\EG0:up=^K:us=\EG8:ve=\E`1:vi=\E`0:
  3030. #    The manditorary pause used by flash does not work with
  3031. #    older versions of terminfo.  If you see this effect then
  3032. #    unset xon and delete the / from the delay.
  3033. #    i.e. change $<100/> to $<100>
  3034. wy350-vb|wyse350-vb|wyse 350 visible bell:\
  3035.     :vb=\E`8\E`9:tc=wy350:
  3036. wy350-w|wyse350-w|wyse 350 132-column:\
  3037.     :Nl#16:co#132:lw#7:ws#97:\
  3038.     :cm=\Ea%i%dR%dC:dc=\EW:i1=\E`;\E`9:tc=wy350:
  3039. wy350-wvb|wyse350-wvb|wyse 350 132-column visible bell:\
  3040.     :vb=\E`8\E`9:tc=wy350-w:
  3041. #
  3042. #    This terminfo description is untested.
  3043. #
  3044. wy100|wyse 100:\
  3045.     :hs:mi:\
  3046.     :co#80:li#24:sg#1:ug#1:\
  3047.     :al=\EE:bl=^G:cd=\EY:ce=\ET:cl=\E;:cm=\E=%+ %+ :\
  3048.     :cr=^M:dc=\EW:dl=\ER:do=^J:ds=\EA31:ei=\Er:fs=^M:\
  3049.     :im=\Eq:is=\Eu\E0:k1=^A@\r:k2=^AA\r:k3=^AB\r:\
  3050.     :k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:kb=^H:\
  3051.     :kd=^J:kh=\E{:kl=^H:kr=^L:ku=^K:le=^H:nd=^L:se=\EG0:\
  3052.     :sf=^J:so=\EG4:ts=\EF:ue=\EG0:up=^K:us=\EG8:
  3053. #
  3054. #    The Wyse 120/150 has most of the features of the Wyse 60.
  3055. #
  3056. #    This terminal does not need padding up to 9600 baud!
  3057. #
  3058. #    (msgr) should be set but the clear screen fails when in
  3059. #    alt-charset mode.  Try \EcE  \E+  if the screen is really clear
  3060. #    then set msgr.
  3061. #
  3062. wy120|wyse120|wy150|wyse150|Wyse 120/150:\
  3063.     :5i:am:bs:bw:hs:km:mi:ms:xo:\
  3064.     :Nl#8:co#80:it#8:lh#1:li#24:lw#8:pb#9601:ws#45:\
  3065.     :#2=\E{:%9=\EP:&3=\Er:@8=\E7:F1=^AJ\r:F2=^AK\r:\
  3066.     :F3=^AL\r:F4=^AM\r:F5=^AN\r:F6=^AO\r:LF=\EA11:\
  3067.     :LO=\EA10:RA=\Ed.:RX=\Ec20:SA=\Ed/:SX=\Ec21\ntbc=\E0:\
  3068.     :ac=+/\\\054.0[Iha2fxgqh1jYk?lZm@nEqDtCu4vAwBx3yszr{c~~:\
  3069.     :ae=\EcD:al=\EE:as=\EcE:bl=^G:bt=\EI:cd=\EY:ce=\ET:\
  3070.     :cl=\E+:cm=\E=%+ %+ :cr=^M:dc=\EW:dl=\ER:do=^J:\
  3071.     :ds=\EF\r:ei=\Er:fs=^M:ho=^^:i1=\EcB0\EcC1:\
  3072.     :i2=\EwJ\Ew1:im=\Eq:ip=:\
  3073.     :is=\Ed$\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016\024\El:\
  3074.     :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
  3075.     :k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:kA=\EE:\
  3076.     :kB=\EI:kD=\EW:kE=\ET:kI=\EQ:kL=\ER:kN=\EK:kP=\EJ:\
  3077.     :kS=\EY:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:\
  3078.     :ll=^^^K:mb=\EG2:me=\E(\EH\003\EG0\EcD:mh=\EGp:\
  3079.     :mk=\EG1:mp=\E):mr=\EG4:nd=^L:nw=\r\n:pf=^T:\
  3080.     :pl=\EZ2%+?%s\177:pn=\Ez%+/%s\r:po=\Ed#:ps=\EP:\
  3081.     :px=\EZ1%+?%s\177:r1=\E~!\E~4:r2=\EeF\E`\072:\
  3082.     :r3=\EwG\Ee(:\
  3083.     :..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:\
  3084.     :se=\EG0:sf=\n:so=\EGt:sr=\Ej:st=\E1:ta=\011:te=\Ew1:\
  3085.     :ti=\Ew0:ts=\EF:ue=\EG0:up=^K:us=\EG8:ve=\E`1:\
  3086.     :vi=\E`0:
  3087. #
  3088. wy120-w|wyse120-w|wy150-w|wyse150-w|wyse 120/150 132-column:\
  3089.     :Nl#16:co#132:lw#7:ws#97:\
  3090.     :cm=\Ea%i%dR%dC:dc=\EW:ip=:r2=\E`;:tc=wy120:
  3091. #
  3092. wy120-25|wyse120-25|wy150-25|wyse150-25|wyse 120/150 80-column 25-lines:\
  3093.     :Nl@:lh@:li#25:lw@:\
  3094.     :pn@:r3=\EwG\Ee):tc=wy120:
  3095. #
  3096. wy120-25-w|wyse120-25-w|wy150-25-w|wyse150-25-w|wyse 120/150 132-column 25-lines:\
  3097.     :Nl@:lh@:li#25:lw@:\
  3098.     :pn@:r3=\EwG\Ee):tc=wy120-w:
  3099. #
  3100. wy120-vb|wyse120-vb|wy150-vb|wyse150-vb|Wyse 120/150 visible bell:\
  3101.     :vb=\E`8\E`9:tc=wy120:
  3102. #
  3103. wy120-w-vb|wy120-wvb|wyse120-wvb|wy150-w-vb|wyse150-w-vb|Wyse 120/150 132-column visible bell:\
  3104.     :vb=\E`8\E`9:tc=wy120-w:
  3105. #
  3106. #    The Wyse 60 is like the Wyse 50 but with more padding.
  3107. #    The reset strings are slow and the pad times very depending
  3108. #    on other parameters such as font loading.  I have tried
  3109. #    to follow the following outline:
  3110. #        rs1 -> set personality
  3111. #        rs2 -> set number of columns
  3112. #        rs3 -> set number of lines
  3113. #        is1 -> select the proper font
  3114. #        is2 -> do the initialization
  3115. #        is3 -> set up display memory (2 pages)
  3116. #
  3117. #    The Wyse 60's that have vt100 emulation are slower than the
  3118. #    older Wyse 60's.  This change happened mid-1987.
  3119. #    The capabilities effected are (dch1) (dl1) (il1) (ind) (ri)
  3120. #
  3121. #    The meta key is only half right.  This terminal will return the
  3122. #    high order bit set when you hit CTRL-function_key
  3123. #
  3124. #    It may be useful to assign two function keys with the
  3125. #    values  \E=(\s  look at old data in page 1
  3126. #            \E=W,   look at bottem of page 1
  3127. #    where \s is a space ( ).
  3128. #
  3129. #    Note:
  3130. #       The Wyse 60 runs faster when the XON/XOFF
  3131. #       handshake is turned off.
  3132. #
  3133. wy60|wyse60|Wyse 60:\
  3134.     :5i:am:bs:bw:hs:km:mi:ms:\
  3135.     :Nl#8:co#80:lh#1:li#24:lw#8:ws#45:\
  3136.     :#2=\E{:%9=\EP:&3=\Er:@8=\E7:DK=\E`b:F1=^AJ\r:\
  3137.     :F2=^AK\r:F3=^AL\r:F4=^AM\r:F5=^AN\r:F6=^AO\r:\
  3138.     :LF=\EA11:LO=\EA10:RA=\Ed.:RC=\E`c:RX=\Ec20:SA=\Ed/:\
  3139.     :SX=\Ec21:\
  3140.     :ac=+/\\\054.0[Iha2fxgqh1jYk?lZm@nEqDtCu4vAwBx3yszr{c~~:\
  3141.     :ae=\EcD:al=\EE:as=\EcE:bl=^G:bt=\EI:cd=\EY:ce=\ET:\
  3142.     :cl=\E+:cm=\E=%+ %+ :cr=^M:ct=\E0:dc=\EW:dl=\ER:\
  3143.     :do=^J:ds=\EF\r:ei=\Er:fs=^M:ho=^^:i1=\EcB0\EcC1:\
  3144.     :i2=\EwJ\Ew1:im=\Eq:ip=:\
  3145.     :is=\Ed$\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016\024\El:\
  3146.     :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
  3147.     :k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:kA=\EE:\
  3148.     :kB=\EI:kD=\EW:kE=\ET:kI=\EQ:kL=\ER:kN=\EK:kP=\EJ:\
  3149.     :kS=\EY:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:\
  3150.     :ll=^^^K:mb=\EG2:me=\E(\EH\003\EG0\EcD:mh=\EGp:\
  3151.     :mk=\EG1:mp=\E):mr=\EG4:nd=^L:nw=\r\n:pf=^T:\
  3152.     :pl=\EZ2%+?%s\177:pn=\Ez%+/%s\r:po=\Ed#:ps=\EP:\
  3153.     :px=\EZ1%+?%s\177:r1=\E~!\E~4:r2=\EeG:r3=\EwG\Ee(:\
  3154.     :..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:\
  3155.     :se=\EG0:sf=\n:so=\EGt:sr=\Ej:st=\E1:ta=\011:te=\Ew1:\
  3156.     :ti=\Ew0:ts=\EF:ue=\EG0:up=^K:us=\EG8:ve=\E`1:\
  3157.     :vi=\E`0:
  3158. #
  3159. wy60-w|wyse60-w|wyse 60 132-column:\
  3160.     :Nl#16:co#132:lw#7:ws#97:\
  3161.     :cm=\Ea%i%dR%dC:dc=\EW:ip=:r2=\EeF\E`;:tc=wy60:
  3162. #
  3163. wy60-25|wyse60-25|wyse 60 80-column 25-lines:\
  3164.     :Nl@:lh@:li#25:lw@:\
  3165.     :pn@:r3=\EwG\Ee):tc=wy60:
  3166. wy60-25-w|wyse60-25-w|wyse 60 132-column 25-lines:\
  3167.     :Nl@:lh@:li#25:lw@:\
  3168.     :pn@:r3=\EwG\Ee):tc=wy60-w:
  3169. #
  3170. wy60-42|wyse60-42|wyse 60 80-column 42-lines:\
  3171.     :li#42:\
  3172.     :al=\EE:cd=\Ey:cl=\E+:cm=\E=%+ %+ :dc=\EW:dl=\ER:\
  3173.     :i1=\EcB2\EcC3:ip=:nw=\r\n:r3=\Ee*:sf=\n:sr=\Ej:tc=wy60:
  3174. wy60-42-w|wyse60-42-w|wyse 60 132-column 42-lines:\
  3175.     :Nl#16:co#132:lw#7:ws#97:\
  3176.     :cd=\Ey:cl=\E+:cm=\Ea%i%dR%dC:dc=\EW:ho=\036:ip=:\
  3177.     :nw=\r\n:r2=\EeF\E`;:tc=wy60-42:
  3178. #
  3179. wy60-43|wyse60-43|wyse 60 80-column 43-lines:\
  3180.     :Nl@:lh@:li#43:lw@:\
  3181.     :pn@:r3=\Ee+:tc=wy60-42:
  3182. wy60-43-w|wyse60-43-w|wyse 60 132-column 43-lines:\
  3183.     :Nl@:lh@:li#43:lw@:\
  3184.     :pn@:r3=\Ee+:tc=wy60-42-w:
  3185. #
  3186. wy60-vb|wyse60-vb|Wyse 60 visible bell:\
  3187.     :vb=\E`8\E`9:tc=wy60:
  3188. wy60-w-vb|wy60-wvb|wyse60-wvb|Wyse 60 132-column visible bell:\
  3189.     :vb=\E`8\E`9:tc=wy60-w:
  3190.  
  3191. #    The Wyse-99GT looks at lot like the Wyse 60 except that it
  3192. #    does not have the 42/43 line mode.  In the Wyse-60 the "lines"
  3193. #    setup parameter controls the number of lines on the screen.
  3194. #    For the Wyse 99GT the "lines" setup parameter controls the
  3195. #    number of lines in a page.  The screen can display 25 lines max.
  3196. #        The Wyse-99GT also has personalities for the VT220 and
  3197. #    Tektronix 4014.  But this has no bearing on the native mode.
  3198. #
  3199. #    (msgr) should be set but the clear screen fails when in
  3200. #    alt-charset mode.  Try \EcE  \E+  if the screen is really clear
  3201. #    then set msgr, else use msgr@.
  3202. #
  3203. #    u0 -> enter Tektronix mode
  3204. #    u1 -> exit Tektronix mode
  3205. #
  3206. wy99gt|wyse99gt|Wyse 99gt:\
  3207.     :ms@:\
  3208.     :al=\EE:cd=\Ey:ce=\Et:cl=\E+:dc=\EW:dl=\ER:i2=\Ew0:\
  3209.     :ip=:nw@:r2=\E`\072:sf=\n:sr=\Ej:ta=\011:te=\Ew0:\
  3210.     :ti=\Ew1:u0=\E~>\E8:u1=\E[42h:tc=wy60:
  3211. #
  3212. wy99gt-w|wyse99gt-w|wyse 99gt 132-column:\
  3213.     :Nl#16:co#132:lw#7:ws#97:\
  3214.     :cd=\Ey:cl=\E+:cm=\Ea%i%dR%dC:dc=\EW:ip=:r2=\E`;:tc=wy99gt:
  3215. #
  3216. wy99gt-25|wyse99gt-25|wyse 99gt 80-column 25-lines:\
  3217.     :Nl@:lh@:li#25:lw@:\
  3218.     :pn@:r2=\E`\072:r3=\EwG\Ee):tc=wy99gt:
  3219. #
  3220. wy99gt-25-w|wyse99gt-25-w|wyse 99gt 132-column 25-lines:\
  3221.     :Nl@:lh@:li#25:lw@:\
  3222.     :pn@:r2=\E`;:tc=wy99gt-w:
  3223. #
  3224. wy99gt-vb|wyse99gt-vb|Wyse 99gt visible bell:\
  3225.     :vb=\E`8\E`9:tc=wy99gt:
  3226. #
  3227. wy99gt-w-vb|wy99gt-wvb|wyse99gt-wvb|Wyse 99gt 132-column visible bell:\
  3228.     :vb=\E`8\E`9:tc=wy99gt-w:
  3229. #
  3230. #    The Wyse 160 is combination of the WY-60 and the WY-99gt.
  3231. #    The reset strings are slow and the pad times very depending
  3232. #    on other parameters such as font loading.  I have tried
  3233. #    to follow the following outline:
  3234. #        rs1 -> set personality
  3235. #        rs2 -> set number of columns
  3236. #        rs3 -> set number of lines
  3237. #        is1 -> select the proper font
  3238. #        is2 -> do the initialization
  3239. #        is3 -> set up display memory (2 pages)
  3240. #
  3241. #    The display memory may be used for either text or graphics.
  3242. #    When "Display Memory = Shared" the terminal will have more pages
  3243. #    but garbage may be left on the screen when you switch from
  3244. #    graphics to text.  If "Display Memory = Unshared" then the
  3245. #    text area will be only one page long.
  3246. #
  3247. wy160|wyse160|Wyse 160:\
  3248.     :5i:am:bs:bw:hs:km:mi:ms:\
  3249.     :Nl#8:co#80:lh#1:li#24:lw#8:ws#38:\
  3250.     :#2=\E{:%9=\EP:&3=\Er:@8=\E7:DK=\E`b:F1=^AJ\r:\
  3251.     :F2=^AK\r:F3=^AL\r:F4=^AM\r:F5=^AN\r:F6=^AO\r:\
  3252.     :LF=\EA11:LO=\EA10:RA=\Ed.:RC=\E`c:RX=\Ec20:SA=\Ed/:\
  3253.     :SX=\Ec21:\
  3254.     :ac=+/\\\054.0[Iha2fxgqh1jYk?lZm@nEqDtCu4vAwBx3yszr{c~~:\
  3255.     :ae=\EcD:al=\EE:as=\EcE:bl=^G:bt=\EI:cd=\EY:ce=\ET:\
  3256.     :cl=\E+:cm=\E=%+ %+ :cr=^M:ct=\E0:dc=\EW:dl=\ER:\
  3257.     :do=^J:ds=\EF\r:ei=\Er:fs=^M:ho=^^:i1=\EcB0\EcC1:\
  3258.     :i2=\Ew0:im=\Eq:ip=:\
  3259.     :is=\Ed$\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016\024\El:\
  3260.     :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
  3261.     :k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:kA=\EE:\
  3262.     :kB=\EI:kD=\EW:kE=\ET:kI=\EQ:kL=\ER:kN=\EK:kP=\EJ:\
  3263.     :kS=\EY:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:\
  3264.     :ll=^^^K:mb=\EG2:me=\E(\EH\003\EG0\EcD:mh=\EGp:\
  3265.     :mk=\EG1:mp=\E):mr=\EG4:nd=^L:nw=\r\n:pf=^T:\
  3266.     :pl=\EZ2%+?%s\177:pn=\Ez%+/%s\r:po=\Ed#:ps=\EP:\
  3267.     :px=\EZ1%+?%s\177:r1=\E~!\E~4:r2=\E`\072:r3=\EwG\Ee(:\
  3268.     :..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:\
  3269.     :se=\EG0:sf=\n:so=\EGt:sr=\Ej:st=\E1:ta=^I:te=\Ew0:\
  3270.     :ti=\Ew1:ts=\EF:ue=\EG0:up=^K:us=\EG8:ve=\E`1:\
  3271.     :vi=\E`0:
  3272. #
  3273. wy160-w|wyse160-w|wyse 160 132-column:\
  3274.     :Nl#16:co#132:lw#7:ws#90:\
  3275.     :cm=\Ea%i%dR%dC:dc=\EW:r2=\EeF\E`;:tc=wy160:
  3276. #
  3277. wy160-25|wyse160-25|wyse 160 80-column 25-lines:\
  3278.     :Nl@:lh@:li#25:lw@:\
  3279.     :pn@:r3=\EwG\Ee):tc=wy160:
  3280. wy160-25-w|wyse160-25-w|wyse 160 132-column 25-lines:\
  3281.     :Nl@:lh@:li#25:lw@:\
  3282.     :pn@:r3=\EwG\Ee):tc=wy160-w:
  3283. #
  3284. wy160-42|wyse160-42|wyse 160 80-column 42-lines:\
  3285.     :li#42:\
  3286.     :al=\EE:cd=\Ey:cl=\E+:dl=\ER:i1=\EcB2\EcC3:nw=\r\n:\
  3287.     :r3=\Ee*:sf=\n:sr=\Ej:tc=wy160:
  3288. wy160-42-w|wyse160-42-w|wyse 160 132-column 42-lines:\
  3289.     :Nl#16:co#132:lw#7:ws#90:\
  3290.     :cm=\Ea%i%dR%dC:dc=\EW:ip=:r2=\EeF\E`;:tc=wy160-42:
  3291. #
  3292. wy160-43|wyse160-43|wyse 160 80-column 43-lines:\
  3293.     :Nl@:lh@:li#43:lw@:\
  3294.     :pn@:r3=\Ee+:tc=wy160-42:
  3295. wy160-43-w|wyse160-43-w|wyse 160 132-column 43-lines:\
  3296.     :Nl@:lh@:li#43:lw@:\
  3297.     :pn@:r3=\Ee+:tc=wy160-42-w:
  3298. #
  3299. wy160-vb|wyse160-vb|Wyse 160 visible bell:\
  3300.     :vb=\E`8\E`9:tc=wy160:
  3301. wy160-w-vb|wy160-wvb|wyse160-wvb|Wyse 160 132-column visible bell:\
  3302.     :vb=\E`8\E`9:tc=wy160-w:
  3303. #
  3304. #    The Wyse 75 is a vt100 lookalike without advanced video.
  3305. #
  3306. #       The Wyse 75 can support one attribute (e.g. Dim, Inverse,
  3307. #    Underline) without magic cookies.  The following description
  3308. #    uses this capability, but when more than one attribute is
  3309. #    put on the screen at once, all attributes will be changed
  3310. #    to be the same as the last attribute given.
  3311. #       The Wyse 75 can support more attributes when used with magic
  3312. #    cookies.  The wy75-mc terminal description uses magic cookies
  3313. #    to correctly handle multiple attributes on a screen.
  3314. #
  3315. wy75|wyse75|wyse 75:\
  3316.     :5i:am:bs:hs:mi:ms:xn:xo:\
  3317.     :co#80:li#24:ma#1:pb#1201:ug#1:ws#78:\
  3318.     :%1=\E[28~:%9=\E[?5i:*6=\E[4~:@0=\E[1~:@8=\EOM:\
  3319.     :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\E[23~:\
  3320.     :F2=\E[24~:F3=\E[25~:F4=\E[26~:F5=\E[28~:F6=\E[29~:\
  3321.     :F7=\E[31~:F8=\E[32~:F9=\E[33~:FA=\E[34~:FB=\E[35~:\
  3322.     :IC=\E[%d@:K1=\EOw:K2=\EOu:K3=\EOy:K4=\EOq:K5=\EOs:\
  3323.     :LE=\E[%dD:RA=\E[?7l:RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:\
  3324.     :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
  3325.     :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[J:\
  3326.     :ce=\E[K:ch=\E[%i%dG:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
  3327.     :cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:\
  3328.     :ds=\E[>\\\054\001\001\E[>-\001\001:eA=\E)0:\
  3329.     :ec=\E[%dX:ei=\E[4l:fs=^A:ho=\E[H:\
  3330.     :i1=\E[2;4;20;30l\E[?1;10l\E[12h\E[?7;8;25h:i2=\E[m:\
  3331.     :im=\E[4h:ip=:is=\E>\E(B\E)0\017:k1=\E[?5i:k2=\E[?3i:\
  3332.     :k3=\E[2i:k4=\E[@:k5=\E[M:k6=\E[17~:k7=\E[18~:\
  3333.     :k8=\E[19~:k9=\E[20~:k;=\E[21~:kA=\E[L:kE=\E[K:\
  3334.     :kI=\E[@:kL=\E[M:kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:\
  3335.     :ke=\E>:kh=\E[H:kl=\E[D:kr=\E[C:ks=\E[?1l\E[?7h\E=:\
  3336.     :ku=\E[A:le=^H:me=\E[m\017:mh=\E[0t\E[2m:\
  3337.     :mr=\E[1t\E[7m:nd=\E[C:pf=\E[4i:po=\E[5i:ps=\E[0i:\
  3338.     :r1=\E[13l\E[3l\E!p:r2=\E[35h\E[?3l:r3=\E[?5l:rc=\E8:\
  3339.     :..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%;:\
  3340.     :sc=\E7:se=\E[m:sf=\n:so=\E[1t\E[7m:sr=\EM:st=\EH:\
  3341.     :ta=^I:ts=\E[>\\\054\001:ue=\E[m:up=\E[A:\
  3342.     :us=\E[2t\E[4m:ve=\E[?25h:vi=\E[?25l:
  3343. #
  3344. #    This terminal description uses the non-hidden attribute mode
  3345. #    (with magic cookie).
  3346. #
  3347. wy75-mc|wyse75-mc|wyse 75 with magic cookies:\
  3348.     :ms@:\
  3349.     :ma@:sg#1:ug#1:\
  3350.     :ae=\E[0p\017:as=\E[0p\016:i2=\E[m\E[p:mb=\E[2p:\
  3351.     :me=\E[0p\017:mh=\E[1p:mk=\E[4p:mr=\E[16p:\
  3352.     :..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%;:\
  3353.     :se=\E[0p:so=\E[17p:ue=\E[0p:us=\E[8p:tc=wy75:
  3354. wy75-vb|wyse75-vb|wyse 75 with visible bell:\
  3355.     :pb@:\
  3356.     :vb=\E[30h\E\\\054\E[30l:tc=wy75:
  3357. wy75-w|wyse75-w|wyse 75 in 132 column mode:\
  3358.     :co#132:ws#130:\
  3359.     :r2=\E[35h\E[?3h:tc=wy75:
  3360. wy75-wvb|wyse75-wvb|wyse 75 with visible bell 132 columns:\
  3361.     :pb@:\
  3362.     :vb=\E[30h\E\\\054\E[30l:tc=wy75-w:
  3363. #
  3364. #    Wyse 85 emulating a vt220 7 bit mode.
  3365. #        24 line screen with status line.
  3366. #
  3367. #    The vt220 mode permits more function keys but it wipes out
  3368. #    the escape key.  I strongly reccomend that f11 be set to
  3369. #    escape (esc).
  3370. #    The terminal may have to be set for 8 data bits and 2 stop
  3371. #    bits for the arrow keys to work.
  3372. #    The Wyse 85 runs faster with XON/XOFF enabled.  Also the
  3373. #    (dch) and (ich) work best when XON/XOFF is set.  (ich) and
  3374. #    (dch) leave trash on the screen when used without XON/XOFF.
  3375. #
  3376. wy85|wyse85|wyse 85:\
  3377.     :5i:am:bs:hs:mi:ms:xn:xo:\
  3378.     :co#80:it#8:li#24:ws#80:\
  3379.     :%1=\E[28~:*6=\E[4~:@0=\E[1~:@8=\EOM:AL=\E[%dL:\
  3380.     :DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\E[23~:F2=\E[24~:\
  3381.     :F3=\E[25~:F4=\E[26~:F5=\E[28~:F6=\E[29~:F7=\E[31~:\
  3382.     :F8=\E[32~:F9=\E[33~:FA=\E[34~:IC=\E[%d@:K1=\EOw:\
  3383.     :K2=\EOu:K3=\EOy:K4=\EOq:K5=\EOs:LE=\E[%dD:RA=\E[?7l:\
  3384.     :RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:\
  3385.     :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
  3386.     :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[J:\
  3387.     :ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
  3388.     :cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:\
  3389.     :ds=\E[40l:eA=\E)0:ec=\E[%dX:ei=\E[4l:fs=\E[1;24r\E8:\
  3390.     :ho=\E[H:i1=\E[62;1"p\E[?5W:i2=\E>\E(B\E)0\017\E[m:\
  3391.     :im=\E[4h:ip=:\
  3392.     :is=\E[2;4;20;30l\E[?1;4;10;16l\E[12h\E[?7;8;25h:\
  3393.     :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k6=\E[17~:k7=\E[18~:\
  3394.     :k8=\E[19~:k9=\E[20~:k;=\E[21~:kD=\E[3~:kI=\E[2~:\
  3395.     :kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:ke=\E>:kh=\E[26~:\
  3396.     :kl=\E[D:kr=\E[C:ks=\E[?1l\E=:ku=\E[A:l1=PF1:l2=PF2:\
  3397.     :l3=PF3:l4=PF4:le=^H:mb=\E[5m:md=\E[1m:me=\E[m\017:\
  3398.     :mh=\E[2m:mk=\E[8m:mr=\E[7m:nd=\E[C:pf=\E[4i:\
  3399.     :po=\E[5i:ps=\E[0i:r1=\E[13l\E[3l\E!p:\
  3400.     :r2=\E[35h\E[?3l:r3=\E[?5l:rc=\E8:\
  3401.     :..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%;:\
  3402.     :sc=\E7:se=\E[m:sf=\n:so=\E[7m:sr=\EM:st=\EH:ta=\011:\
  3403.     :ts=\E[40h\E7\E[25;%i%p1%dH:ue=\E[m:up=\E[A:us=\E[4m:\
  3404.     :ve=\E[?25h:vi=\E[?25l:
  3405. #
  3406. #    Wyse 85 with visual bell.
  3407. wy85-vb|wyse85-vb|wyse 85 with visible bell:\
  3408.     :vb=\E[30h\E\\\054\E[30l:tc=wy85:
  3409. #
  3410. #    Wyse 85 in 132-column mode.
  3411. wy85-w|wyse85-w|wyse 85 in 132-column mode:\
  3412.     :co#132:ws#132:\
  3413.     :r2=\E[35h\E[?3h:tc=wy85:
  3414. #
  3415. #    Wyse 85 in 132-column mode with visual bell.
  3416. wy85-wvb|wyse85-wvb|wyse 85 with visible bell 132-columns:\
  3417.     :vb=\E[30h\E\\\054\E[30l:tc=wy85-w:
  3418. #
  3419. #    Wyse 185 emulating a vt320 7 bit mode.
  3420. #
  3421. #    This terminal always displays 25 lines.  These lines may be used
  3422. #    as 24 data lines and a terminal status line (top or bottom) or
  3423. #    25 data lines.  The 48 and 50 line modes change the page size
  3424. #    and not the number of lines on the screen.
  3425. #
  3426. #    The Compose Character key can be used as a meta key if changed
  3427. #    by set-up.
  3428. #
  3429. wy185|wyse185|wyse 185:\
  3430.     :5i:am:bs:hs:km:mi:ms:xn:xo:\
  3431.     :co#80:it#8:li#24:ws#80:\
  3432.     :%1=\E[28~:*6=\E[4~:@0=\E[1~:@8=\EOM:AL=\E[%dL:\
  3433.     :DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\E[23~:F2=\E[24~:\
  3434.     :F3=\E[25~:F4=\E[26~:F5=\E[28~:F6=\E[29~:F7=\E[31~:\
  3435.     :F8=\E[32~:F9=\E[33~:FA=\E[34~:IC=\E[%d@:K1=\EOw:\
  3436.     :K2=\EOu:K3=\EOy:K4=\EOq:K5=\EOs:LE=\E[%dD:RA=\E[?7l:\
  3437.     :RI=\E[%dC:SA=\E[?7h:UP=\E[%dA:\
  3438.     :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
  3439.     :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[J:\
  3440.     :ce=\E[K:ch=\E[%i%d`:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
  3441.     :cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:cv=\E[%i%dd:dc=\E[P:\
  3442.     :dl=\E[M:do=^J:ds=\E7\E[99;0H\E[K\E8:eA=\E)0:\
  3443.     :ec=\E[%dX:ei=\E[4l:fs=\E[1;24r\E8:ho=\E[H:i1=\E[?5W:\
  3444.     :i2=\E>\E(B\E)0\017\E[m:im=\E[4h:ip=:\
  3445.     :is=\E[2;4;20;30l\E[?1;4;10;16l\E[12h\E[?7;8;25h:\
  3446.     :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k6=\E[17~:k7=\E[18~:\
  3447.     :k8=\E[19~:k9=\E[20~:k;=\E[21~:kB=\E[Z:kD=\E[3~:\
  3448.     :kI=\E[2~:kN=\E[6~:kP=\E[5~:kb=^H:kd=\E[B:ke=\E>:\
  3449.     :kh=\E[26~:kl=\E[D:kr=\E[C:ks=\E[?1l\E=:ku=\E[A:\
  3450.     :l1=PF1:l2=PF2:l3=PF3:l4=PF4:le=^H:mb=\E[5m:md=\E[1m:\
  3451.     :me=\E[m\017:mh=\E[2m:mk=\E[8m:mr=\E[7m:nd=\E[C:\
  3452.     :pf=\E[4i:po=\E[5i:ps=\E[0i:\
  3453.     :r1=\E[13l\E[3l\E\\\E[63;1"p\E[!p:r2=\E[35h\E[?3l:\
  3454.     :r3=\E[?5l\E[47h\E[40l\E[r:rc=\E8:\
  3455.     :..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%;:\
  3456.     :sc=\E7:se=\E[27m:sf=\n:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
  3457.     :te=\E[ R:ti=\E[ Q:ts=\E7\E[99;%i%p1%dH:ue=\E[24m:\
  3458.     :up=\E[A:us=\E[4m:ve=\E[34h\E[?25h:vi=\E[?25l:\
  3459.     :vs=\E[?25h\E[34l:
  3460. #
  3461. #    Wyse 185 with 24 data lines and top status (terminal status)
  3462. wy185-24|wyse185-24|wyse 185 with 24 data lines:\
  3463.     :hs@:\
  3464.     :ds@:fs@:r3=\E[?5l\E[47h\E[40l\E[1;24r:ts@:tc=wy185:
  3465. #
  3466. #    Wyse 185 with visual bell.
  3467. wy185-vb|wyse185-vb|wyse 185 with visible bell:\
  3468.     :vb=\E[30h\E\\\054\E[30l:tc=wy185:
  3469. #
  3470. #    Wyse 185 in 132-column mode.
  3471. wy185-w|wyse185-w|wyse 185 in 132-column mode:\
  3472.     :co#132:ws#132:\
  3473.     :DC=\E[%dP:IC=\E[%d@:dc=\E[P:ei=:im=:ip=:\
  3474.     :r2=\E[35h\E[?3h:tc=wy185:
  3475. #
  3476. #    Wyse 185 in 132-column mode with visual bell.
  3477. wy185-wvb|wyse185-wvb|wyse 185 with visible bell 132-columns:\
  3478.     :vb=\E[30h\E\\\054\E[30l:tc=wy185-w:
  3479.  
  3480. # wy325 terminfo entries
  3481. # Done by Joe H. Davis        3-9-92
  3482.  
  3483. # lines 25  columns 80
  3484. #
  3485. wy325|wyse325|Wyse-epc:\
  3486.     :5i:am:bs:bw:hs:mi:\
  3487.     :Nl#8:co#80:lh#1:li#24:lw#8:pb#9601:ws#45:\
  3488.     :#2=\E{:%9=\EP:&3=\Er:@8=\E7:F1=^AJ\r:F2=^AK\r:\
  3489.     :F3=^AL\r:F4=^AM\r:F5=^AN\r:F6=^AO\r:LF=\EA11:\
  3490.     :LO=\EA10:RA=\Ed.:SA=\Ed/:\
  3491.     :ac=+/\\\054.0[Iha2fxgqh1jYk?lZm@nEqDtCu4vAwBx3yszr{c~~:\
  3492.     :ae=\EcD:al=\EE:as=\EcE:bl=^G:bt=\EI:cd=\EY:ce=\ET:\
  3493.     :cl=\E+:cm=\E=%+ %+ :cr=^M:ct=\E0:dc=\EW:dl=\ER:\
  3494.     :do=^J:ds=\EF\r:ei=\Er:fs=^M:ho=^^:i1=\EcB0\EcC1:\
  3495.     :i2=\Ew0:im=\Eq:ip=:\
  3496.     :is=\EcD\E'\Er\EH\003\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1\016\024\El:\
  3497.     :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
  3498.     :k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:kA=\EE:\
  3499.     :kB=\EI:kD=\EW:kE=\ET:kI=\Eq:kL=\ER:kN=\EK:kP=\EJ:\
  3500.     :kS=\EY:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:\
  3501.     :ll=^^^K:mb=\EG2:me=\E(\EH\003\EG0\EcD:mh=\EGp:\
  3502.     :mk=\EG1:mp=\E):mr=\EG4:nd=^L:pf=^T:pl=\EZ2%+?%s\177:\
  3503.     :pn=\Ez%+/%s\r:po=\Ed#:ps=\EP:px=\EZ1%+?%s\177:\
  3504.     :r1=\E~!\E~4:r2=\EeF\E`\072:r3=\EwG\Ee(:\
  3505.     :..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:\
  3506.     :se=\EG0:sf=\n:so=\EGt:sr=\Ej:st=\E1:ta=^I:te=\Ew0:\
  3507.     :ti=\Ew1:ts=\EF:ue=\EG0:up=^K:us=\EG8:ve=\E`1:\
  3508.     :vi=\E`0:
  3509.  
  3510. #
  3511. # lines 24  columns 80  vb 
  3512. #
  3513. wy325-vb|wyse325-vb|wy150-vb:\
  3514.     :vb=\E`8\E`9:tc=wy325:
  3515.  
  3516. #
  3517. # lines 24  columns 132
  3518. #
  3519. wy325-w|wyse325-w|wy325w-24:\
  3520.     :Nl#16:co#132:lw#7:ws#97:\
  3521.     :cm=\Ea%i%dR%dC:dc=\EW:ip=:r2=\E`;:tc=wy325:
  3522. #
  3523. # lines 25  columns 80
  3524. #
  3525. wy325-25|wyse325-25|wy325-80:\
  3526.     :Nl@:lh@:li#25:lw@:\
  3527.     :pn@:r3=\EwG\Ee):tc=wy325:
  3528. #
  3529. # lines 25  columns 132
  3530. #
  3531. wy325-25w|wyse325-25w|wy325 132 columns:\
  3532.     :Nl@:lh@:li#25:lw@:\
  3533.     :pn@:r3=\EwG\Ee):tc=wy325-w:
  3534. #
  3535. # lines 25  columns 132  vb 
  3536. #
  3537. wy325-w-vb|wy325-wvb|wyse325-wvb:\
  3538.     :vb=\E`8\E`9:tc=wy325-w:
  3539.  
  3540. #
  3541. # lines 42  columns 80
  3542. #
  3543. wy325-42|wyse325-42:\
  3544.     :Nl@:lh@:li#42:lw@:\
  3545.     :pn@:r3=\EwG\Ee):tc=wy325:
  3546. #
  3547. # lines 42  columns 132
  3548. #
  3549. wy325-42w|wyse325-42w:\
  3550.     :Nl@:lh@:li#42:lw@:\
  3551.     :pn@:r3=\EwG\Ee):tc=wy325-w:
  3552. #
  3553. # lines 42  columns 132  vb 
  3554. #
  3555. wy325-42w-vb|wy325-42wvb:\
  3556.     :vb=\E`8\E`9:tc=wy325-w:
  3557. #
  3558. # lines 43  columns 80
  3559. #
  3560. wy325-43|wyse325-43:\
  3561.     :Nl@:lh@:li#43:lw@:\
  3562.     :pn@:r3=\EwG\Ee):tc=wy325:
  3563. #
  3564. # lines 43  columns 132
  3565. #
  3566. wy325-43w|wyse325-43w:\
  3567.     :Nl@:lh@:li#43:lw@:\
  3568.     :pn@:r3=\EwG\Ee):tc=wy325-w:
  3569. #
  3570. # lines 43  columns 132  vb 
  3571. #
  3572. wy325-43w-vb|wy325-43wvb:\
  3573.     :vb=\E`8\E`9:tc=wy325-w:
  3574. #    Wyse 370
  3575. #
  3576. #        24 line screen with status line.
  3577. #
  3578. #    The terminal may have to be set for 8 data bits and 2 stop
  3579. #    bits for the arrow keys to work.
  3580. #
  3581. #    If you change keyboards the terminal will send different
  3582. #    escape sequences.
  3583. #    The following definition is for the basic terminal without
  3584. #    function keys.
  3585. #
  3586. #    u0 -> enter Tektronix 4010/4014 mode
  3587. #    u1 -> exit  Tektronix 4010/4014 mode
  3588. #    u2 -> enter ASCII mode (from any ANSI mode)
  3589. #    u3 -> exit  ASCII mode (goto native ANSI mode)
  3590. #    u4 -> enter Tek 4207 ANSI mode (from any ANSI mode)
  3591. #    u5 -> exit  Tek 4207 mode (goto native ANSI mode)
  3592. #
  3593. # (untranslatable capabilities removed to fit entry within 1023 bytes)
  3594. # WARNING: this entry, 1201 bytes long, may core-dump older termcap libraries!
  3595. wy370-nk|wyse 370 without function keys:\
  3596.     :5i:am:bs:cc:hs:mi:ms:xn:xo:\
  3597.     :Co#64:NC#48:co#80:it#8:li#24:pa#64:ws#80:\
  3598.     :AL=\E[%dL:DC=\E[%dP:DK=\E[31h:DL=\E[%dM:DO=\E[%dB:\
  3599.     :IC=\E[%d@::LE=\E[%dD:RA=\E[?7l:RC=\E[31l:RI=\E[%dC:\
  3600.     :SA=\E[?7h:Sb=\E[62;%dw:Sf=\E[61;%dw:UP=\E[%dA:\
  3601.     :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
  3602.     :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[J:\
  3603.     :ce=\E[K:ch=\E[%i%d`:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
  3604.     :cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:cv=\E[%i%dd:dc=\E[P:\
  3605.     :dl=\E[M:do=^J:ds=\E[40l:eA=\E)0:ec=\E[%dX:ei=\E[4l:\
  3606.     :fs=\E[1;24r\E8:ho=\E[H:i1=\E[90;1"p\E[?5W:\
  3607.     :i2=\E>\017\E)0\E(B\E[63;0w\E[m:im=\E[4h:ip=:\
  3608.     :is=\E[2;4;20;30;40l\E[?1;10;16l\E[12h\E[?7;8;25h:\
  3609.     :ke=\E>:ks=\E[?1l\E=:le=^H:mb=\E[5m:md=\E[1m:\
  3610.     :me=\E[m\017:mh=\E[2m:mk=\E[8m:mr=\E[7m:nd=\E[C:\
  3611.     :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:\
  3612.     :op=\E[m:pf=\E[4i:po=\E[5i:ps=\E[0i:\
  3613.     :r1=\E[13l\E[3l\E!p\E[?4i:r2=\E[35h\E[?3l:r3=\E[?5l:\
  3614.     :rc=\E8::sc=\E7:se=\E[27m:sf=\n:so=\E[7m:sr=\EM:\
  3615.     :st=\EH:ta=\011:te=\E[ R:ti=\E[ Q:\
  3616.     :ts=\E[40l\E[40h\E7\E[99;%i%p1%dH:u0=\E[?38h\E8:\
  3617.     :u1=\E[?38l\E)0:u2=\E[92;52"p:u3=\E~B:u4=\E[92;76"p::\
  3618.     :ue=\E[24m:up=\E[A:us=\E[4m:ve=\E[34h\E[?25h:\
  3619.     :vi=\E[?25l:vs=\E[?25h\E[34l:
  3620. #
  3621. #    Function key set for the ASCII (wy-50 compatable) keyboard
  3622. #
  3623. wy370-101k|Wyse 370 with 101 key keyboard:\
  3624.     :@8=\EOM:F1=\E[23~:F2=\E[24~:F3=\E[25~:F4=\E[26~:\
  3625.     :F5=\E[28~:F6=\E[29~:k1=\E[?4i:k2=\E[?3i:k3=\E[2i:\
  3626.     :k4=\E[@:k5=\E[M:k6=\E[17~:k7=\E[18~:k8=\E[19~:\
  3627.     :k9=\E[20~:k;=\E[21~:kA=\EOP:kB=\E[Z:kD=\EOQ:kI=\EOP:\
  3628.     :kL=\EOQ:kN=\E[U:kP=\E[V:kb=^H:kd=\E[B:kh=\E[H:\
  3629.     :kl=\E[D:kr=\E[C:ku=\E[A:tc=wy370-nk:
  3630. #
  3631. #    Function key set for the VT-320 (and wy85) compatable keyboard
  3632. #
  3633. wy370-105k|Wyse 370 with 105 key keyboard:\
  3634.     :%1=\E[28~:*6=\E[4~:@0=\E[1~:@8=\EOM:F1=\E[23~:\
  3635.     :F2=\E[24~:F3=\E[25~:F4=\E[26~:F5=\E[28~:F6=\E[29~:\
  3636.     :F7=\E[31~:F8=\E[32~:F9=\E[33~:FA=\E[34~:K1=\EOw:\
  3637.     :K2=\EOu:K3=\EOy:K4=\EOq:K5=\EOs:k1=\EOP:k2=\EOQ:\
  3638.     :k3=\EOR:k4=\EOS:k6=\E[17~:k7=\E[18~:k8=\E[19~:\
  3639.     :k9=\E[20~:k;=\E[21~:kD=\E[3~:kI=\E[2~:kN=\E[6~:\
  3640.     :kP=\E[5~:kb=^H:kd=\E[B:kh=\E[26~:kl=\E[D:kr=\E[C:\
  3641.     :ku=\E[A:l1=PF1:l2=PF2:l3=PF3:l4=PF4:tc=wy370-nk:
  3642. #
  3643. #    Function key set for the PC compatable keyboard
  3644. #
  3645. wy370-EPC|Wyse 370 with 102 key keyboard:\
  3646.     :@7=\E[1~:@8=\EOM:F1=\E[23~:F2=\E[24~:k1=\EOP:\
  3647.     :k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[M:k6=\E[17~:k7=\E[18~:\
  3648.     :k8=\E[19~:k9=\E[20~:k;=\E[21~:kB=\E[Z:kI=\E[2~:\
  3649.     :kN=\E[U:kP=\E[V:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:\
  3650.     :kr=\E[C:ku=\E[A:tc=wy370-nk:
  3651. #
  3652. #    Set up the default WY-370.
  3653. #
  3654. wy370|wyse370|Wyse 370:\
  3655.     :tc=wy370-101k:
  3656. #
  3657. #    Wyse 370 with visual bell.
  3658. wy370-vb|Wyse 370 with visible bell:\
  3659.     :vb=\E[30h\E\\\054\E[30l:tc=wy370:
  3660. #
  3661. #    Wyse 370 in 132-column mode.
  3662. wy370-w|Wyse 370 in 132-column mode:\
  3663.     :co#132:ws#132:\
  3664.     :r2=\E[35h\E[?3h:tc=wy370:
  3665. #
  3666. #    Wyse 370 in 132-column mode with visual bell.
  3667. wy370-wvb|Wyse 370 with visible bell 132-columns:\
  3668.     :vb=\E[30h\E\\\054\E[30l:tc=wy370-w:
  3669. wy370-rv|Wyse 370 reverse video:\
  3670.     :r3=\E[32h\E[?5h:tc=wy370:
  3671. #
  3672. #    Wyse 99gt Tektronix 4010/4014 emulator,
  3673. #
  3674. wy99gt-tek|Wyse 99gt Tektronix 4010/4014 emulator:\
  3675.     :am:bs:os:\
  3676.     :co#74:li#35:\
  3677.     :bl=^G:cl=\E^L:\
  3678.     :..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:\
  3679.     :cr=^M:do=^J:ff=^L:\
  3680.     :hd=\036HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH\037:\
  3681.     :ho=^]7`x @\037:\
  3682.     :hu=\036DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD\037:\
  3683.     :is=\E8:le=^H:nd= :nw=^M^J:u0=\E~>\E8:u1=\E[42h:\
  3684.     :up=^K:
  3685. #
  3686. #    Wyse 160 Tektronix 4010/4014 emulator,
  3687. #
  3688. wy160-tek|Wyse 160 Tektronix 4010/4014 emulator:\
  3689.     :..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:\
  3690.     :ho=^]8`g @\037:tc=wy99gt-tek:
  3691. #
  3692. #    Wyse 370 Tektronix 4010/4014 emulator,
  3693. #
  3694. wy370-tek|Wyse 370 Tektronix 4010/4014 emulator:\
  3695.     :am:bs:os:\
  3696.     :co#80:li#36:\
  3697.     :bl=^G:cl=\E^L:\
  3698.     :..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:\
  3699.     :cr=^M:do=^J:ff=^L:\
  3700.     :hd=\036HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH\037:\
  3701.     :ho=^]8g @\037:\
  3702.     :hu=\036DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD\037:\
  3703.     :is=\E8:kb=^H:kd=^J:kl=^H:kr=^I:ku=^K:le=^H:nd= :\
  3704.     :nw=^M^J:u0=\E[?38h\E8:u1=\E[?38l\E)0:up=^K:
  3705.  
  3706. # Vendor-supplied Wyse entries end here.
  3707.  
  3708. # From: Eric Freudenthal <freudent@eric.ultra.nyu.edu>
  3709. wy100q|Wyse 100 for Quotron:\
  3710.     :bs:\
  3711.     :co#80:li#24:sg#1:ug#1:\
  3712.     :al=\EE:bt=\EI:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :\
  3713.     :dc=\EW:dl=\ER:do=^J:ei=\Er:ho=^^:im=\Eq:\
  3714.     :is=\E`\072\200\EC\EDF\E0\E'\E(\EA21:kd=^J:kl=^H:\
  3715.     :kr=^L:ku=^K:nd=^L:se=\EG0:so=\EG4:sr=\Ej:ue=\EG0:\
  3716.     :up=^K:us=\EG8:
  3717.  
  3718. #### Kermit terminal emulations
  3719. #
  3720. # Obsolete Kermit versions may be listed in the section describing obsolete
  3721. # non-ANSI terminal emulators later in the file.
  3722. #
  3723.  
  3724. # KERMIT standard all versions.
  3725. # Straight ascii keyboard. :sr=\EI: not avail. many versions + bug prone in vi.
  3726. # (kermit: removed obsolete ":ma=^Hh^Jj^Kk^Ll^^H:" -- esr)
  3727. # From: greg small <gts@populi.berkeley.edu> 9-25-84
  3728. kermit|standard kermit:\
  3729.     :bs:\
  3730.     :co#80:li#24:\
  3731.     :cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :ho=\EH:\
  3732.     :is=K0 Standard Kermit  9-25-84\n:kd=^J:kh=^^:kl=^H:\
  3733.     :kr=^L:ku=^K:nd=\EC:up=\EA:
  3734. kermitam|standard kermit plus auto-margin:\
  3735.     :am:\
  3736.     :is=K1 Standard Kermit plus Automatic Margins\n:tc=kermit:
  3737. # IBMPC Kermit 1.2.
  3738. # Bugs :cd:ce: do not work except at beginning of line!  :cl: does not work,
  3739. # but fake with :cl=\EH\EJ (since :cd=\EJ: works at beginning of line).
  3740. # From: greg small <gts@populi.berkeley.edu> 8-30-84
  3741. pckermit|pckermit12|UCB IBMPC Kermit 1.2:\
  3742.     :am:\
  3743.     :li#25:\
  3744.     :cd@:ce@:cl=\EH\EJ:\
  3745.     :is=K2 UCB IBMPC Kermit 1.2  8-30-84\n:tc=kermit:
  3746. # IBMPC Kermit 1.20
  3747. # Cannot use line 25, now acts funny like ansi special scrolling region.
  3748. # Initialization must escape from that region by cursor position to line 24.
  3749. # Cannot use character insert because 1.20 goes crazy if insert at col 80.
  3750. # Does not use am: because autowrap mode lost when kermit dropped and restarted.
  3751. # (pckermit: mapped ":pt:" to ":it#8:" -- esr)
  3752. # From: greg small <gts@populi.berkeley.edu> 12-19-84
  3753. pckermit120|UCB IBMPC Kermit 1.20:\
  3754.     :am@:pt:\
  3755.     :it#8:li#24:\
  3756.     :al=\EL:dc=\EN:dl=\EM:do=\EB:ei@:im@:\
  3757.     :is=\EO\Eq\EJ\EY7 K3 UCB IBMPC Kermit 1.20  12-19-84\n:\
  3758.     :se=\Eq:so=\Ep:vs=\EO\Eq\EEK3:tc=kermit:
  3759. # MS-DOS Kermit 2.27 for the IBMPC
  3760. # Straight ascii keyboard. :sr=\EI: not avail. many versions + bug prone in vi.
  3761. # Cannot use line 25, now acts funny like ansi special scrolling region.
  3762. # Initialization must escape from that region by cursor position to line 24.
  3763. # Does not use am: because autowrap mode lost when kermit dropped and restarted.
  3764. # Reverse video for standout like H19.
  3765. # (msk227: removed obsolete ":ma=^Hh^Jj^Kk^Ll^^H:";
  3766. # mapped ":pt:" to ":it#8:" -- esr)
  3767. # From: greg small <gts@populi.berkeley.edu> 3-17-85
  3768. msk227|mskermit227|MS-DOS Kermit 2.27 for the IBMPC:\
  3769.     :am@:bs:pt:\
  3770.     :co#80:it#8:li#24:\
  3771.     :al=\EL:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :dc=\EN:\
  3772.     :dl=\EM:do=\EB:ei=\EO:ho=\EH:im=\E@:\
  3773.     :is=\EO\Eq\EG\Ew\EJ\EY7 K4 MS Kermit 2.27 for the IBMPC 3-17-85\n:\
  3774.     :kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:nd=\EC:rc=\Ek:sc=\Ej:\
  3775.     :se=\Eq:so=\Ep:up=\EA:vs=\EO\Eq\EG\EwK4:
  3776. # MS-DOS Kermit 2.27 with automatic margins
  3777. # From:    greg small <gts@populi.berkeley.edu> 3-17-85
  3778. msk227am|mskermit227am|UCB MS-DOS Kermit 2.27 with automatic margins:\
  3779.     :am:\
  3780.     :is=\EO\Eq\EG\Ev\EJ\EY7 K5 MS Kermit 2.27 +automatic margins 3-17-85\n:\
  3781.     :vs=\EO\Eq\EG\EvK5:tc=msk227:
  3782. # MS-DOS Kermit 2.27 UCB 227.14 for the IBM PC
  3783. # Automatic margins now default.  Use ansi set graphic rendition for standout,
  3784. # underline and ul codes (:md:,:me:,:mr:).  Define function keys.
  3785. # (msk22714: removed obsolete ":kn#10:" -- esr)
  3786. # From: greg small <gts@populi.berkeley.edu> 3-17-85
  3787. msk22714|mskermit22714|UCB MS-DOS Kermit 2.27 UCB 227.14 IBM PC:\
  3788.     :am:\
  3789.     :is=\EO\Eq\EG\Ev\EJ\EY7 K6 MS Kermit 2.27 UCB 227.14 IBM PC 3-17-85\n:\
  3790.     :k0=\E0:k1=\E1:k2=\E2:k3=\E3:k4=\E4:k5=\E5:k6=\E6:\
  3791.     :k7=\E7:k8=\E8:k9=\E9:md=\E[1m:me=\E[m:mr=\E[7m:\
  3792.     :se=\E[m:so=\E[1m:ue=\E[m:us=\E[4m:vs=\EO\Eq\EG\EvK6:tc=mskermit227:
  3793. # This was designed for a VT320 emulator, but it is probably a good start
  3794. # at support for the VT320 itself.
  3795. # Please send changes with explanations to bug-gnu-emacs@prep.ai.mit.edu.
  3796. vt320-k3|MS-Kermit 3.00's vt320 emulation:\
  3797.     :am:es:hs:km:mi:ms:xn:\
  3798.     :co#80:it#8:li#49:pb#9600:vt#3:\
  3799.     :AL=\E[%dL:CC=\E:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:\
  3800.     :IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:SR=\E[%dL:UP=\E[%dA:\
  3801.     :ae=\E(B:al=\E[L:as=\E(0:bl=^G:cd=\E[J:ce=\E[K:\
  3802.     :ch=\E[%i%dG:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
  3803.     :cs=\E[%i%d;%dr:ct=\E[3g:cv=\E[%i%dd:dc=\E[P:dl=\E[M:\
  3804.     :do=^J:ds=\E[0$~:ec=\E[%dX:ei=\E[4l:fs=\E[0$}:\
  3805.     :ho=\E[H:im=\E[4h:is=\E>\E F\E[?1l\E[?7h\E[r\E[2$~:\
  3806.     :k0=\E[21~:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k6=\E[17~:\
  3807.     :k7=\E[18~:k8=\E[19~:k9=\E[20~:kI=\E[2~:kL=\E[3~:\
  3808.     :kN=\E[6~:kP=\E[5~:kb=^H:kd=\EOB:ke=\E[?1l\E>:\
  3809.     :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:\
  3810.     :md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:nw=^M^J:pf=\E[4i:\
  3811.     :po=\E[5i:ps=\E[0i:\
  3812.     :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$~:\
  3813.     :rc=\E8:sc=\E7:se=\E[27m:sf=^J:so=\E[7m:sr=\EM:\
  3814.     :st=\EH:ta=^I:ts=\E[1$}\r\E[K:ue=\E[24m:up=\E[A:\
  3815.     :us=\E[4m:vb=\E[?5h\E[?5l\E[?5h\E[?5l\E[?5h\E[?5l:\
  3816.     :ve=\E[?25h:vi=\E[?25l:
  3817.  
  3818. ######## OLDER TERMINAL TYPES
  3819. #
  3820. # This section is devoted to older commercial terminal brands that are now
  3821. # discontinued, but known to be still in use or represented by emulations.
  3822. #
  3823.  
  3824. #### AT&T (att, tty)
  3825. #
  3826. # This section also includes Teletype-branded VDTs.
  3827. #
  3828. # The AT&T/Teletype terminals group was sold to SunRiver Data Systems; for
  3829. # details, see the header comment on the ADDS section.
  3830. #
  3831. # These are AT&T's official terminfo entries
  3832. #
  3833. att2300|ATT2300|sv80|AT&T 2300 Video Information Terminal 80 column mode:\
  3834.     :am:eo:mi:ms:xo:\
  3835.     :co#80:it#8:li#24:\
  3836.     :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\E[11r:\
  3837.     :F2=\E[12r:F3=\E[13r:F4=\E[14r:F5=\E[15r:F6=\E[16r:\
  3838.     :IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:al=\E[L:\
  3839.     :bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
  3840.     :cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:\
  3841.     :ho=\E[H:im=\E[4h:k1=\E[1r:k2=\E[2r:k3=\E[3r:\
  3842.     :k4=\E[4r:k5=\E[5r:k6=\E[6r:k7=\E[7r:k8=\E[8r:\
  3843.     :k9=\E[9r:k;=\E[10r:kA=\E[L:kB=\E[Z:kC=\E[J:kD=\E[P:\
  3844.     :kI=\E[@:kL=\E[M:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:\
  3845.     :kr=\E[C:ku=\E[A:le=^H:me=\E[m:mr=\E[7m:nd=\E[C:\
  3846.     :pf=\E[4i:po=\E[5i:ps=\E[0i:se=\E[0m:sf=^J:so=\E[7m:\
  3847.     :ta=^I:up=\E[A:
  3848. att2350|AT&T 2350 Video Information Terminal 80 column mode:\
  3849.     :pf@:po@:ps@:tc=att2300:
  3850. att2300-x40|sv40|AT&T 2300 Video Information Terminal 40 column mode:\
  3851.     :co#40:it#5:li#23:\
  3852.     :AL@:al@:tc=att2300:
  3853. att2350-x40|ATT2350-x40|AT&T 2350 Video Information Terminal 40 column mode:\
  3854.     :co#40:it#5:li#23:\
  3855.     :AL@:al@:tc=att2350:
  3856.  
  3857. # Must setup RETURN KEY - CR, REC'VD LF - INDEX.
  3858. # Seems upward compatible with vt100, plus ins/del line/char.
  3859. # On sgr, the protection parameter is ignored.
  3860. # No check is made to make sure that only 3 parameters are output.
  3861. #     standout= reverse + half-intensity = 3 | 5.
  3862. #     bold= reverse + underline = 2 | 3.
  3863. # note that half-bright blinking doesn't look different from normal blinking.
  3864. # NOTE:you must program the function keys first, label second!
  3865. att5410v1|att4410v1|tty5410v1|AT&T 4410/5410 80 columns - version 1:\
  3866.     :am:hs:mi:ms:xo:\
  3867.     :Nl#8:co#80:it#8:lh#2:li#24:lw#8:ws#80:\
  3868.     :ac=``aaffhhggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~00++--\\\054\\\054..:\
  3869.     :ae=^O:al=\E[L:as=^N:bl=^G:cd=\E[J:ce=\E[K:\
  3870.     :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
  3871.     :dc=\E[P:dl=\E[M:do=\E[B:ei=:fs=\E8:ho=\E[H:\
  3872.     :i1=\E[?3l\E)0:\
  3873.     :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:\
  3874.     :ic=\E[@:im=:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOT:\
  3875.     :k6=\EOU:k7=\EOV:k8=\EOW:kC=\E[2J:kH=\E[24;1H:kb=^H:\
  3876.     :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
  3877.     :ll=\E[24H:mb=\E[5m:md=\E[2;7m:me=\E[m\017:mh=\E[2m:\
  3878.     :mk=\E[8m:mr=\E[7m:nd=\E[C:nw=^M^J:\
  3879.     :..pn=\E[%p1%d;00q%p2%\072-16s:\
  3880.     :..px=\E[%p1%1d;%p2%l%2.2dq   f%p1%1d           %p2%s:\
  3881.     :r2=\Ec\E[?3l\E[2;0y:rc=\E8:\
  3882.     :..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%;:\
  3883.     :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:ta=^I:\
  3884.     :ts=\E7\E[25;%p1%{1}%+%dH:ue=\E[m:up=\E[A:us=\E[4m:
  3885.  
  3886. att4410v1-w|att5410v1-w|tty5410v1-w|AT&T 4410/5410 132 columns - version 1:\
  3887.     :co#132:ws#132:\
  3888.     :i1=\E[?3h\E)0:r2=\Ec\E[?3h\E[2;0y:tc=att5410v1:
  3889.  
  3890. att4410|att5410|tty5410|AT&T 4410/5410 80 columns - version 2:\
  3891.     :..px=\E[%p1%d;%p2%l%02dq   f%p1%d           %p2%s:tc=att5410v1:
  3892.  
  3893. att4410-nfk|att5410-nfk|4410-nfk|tty5410-nfk|5410-nfk|version 1 AT&T 4410/5410 entry without function keys:\
  3894.     :i3@:k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:pn@:tc=att4410:
  3895.  
  3896. att5410-w|att4410-w|4410-w|tty5410-w|5410-w|AT&T 4410/5410 in 132 column mode:\
  3897.     :co#132:ws#132:\
  3898.     :i1=\E[?3h\E)0:r2=\Ec\E[?3h\E[2;0y:tc=att4410:
  3899.  
  3900. att5410-nsl|4410-nsl|att4410-nsl|ATT4410-nsl|tty5410-nsl|tty5410 entry without pln defined:\
  3901.     :pn@:tc=att4410:
  3902.  
  3903. otty5410|teletype 5410 for S5R2 curses:\
  3904.     :ts=\E7\E[25;%p1%{1}%+%dH:tc=att4410:
  3905.  
  3906. # 5410 in terms of a vt100
  3907. v5410|5410 in terms of a vt100:\
  3908.     :am:mi:ms:xo:\
  3909.     :co#80:it#8:li#24:vt#3:\
  3910.     :@8=\EOM:K1=\EOq:K2=\EOr:K3=\EOs:K4=\EOp:K5=\EOn:\
  3911.     :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
  3912.     :ae=^O:al=\E[L:as=^N:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\
  3913.     :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
  3914.     :ct=\E[3g:dc=\E[P:dl=\E[M:do=^J:eA=\E(B\E)0:ei=:\
  3915.     :ho=\E[H:ic=\E[@:im=:k0=\EOy:k1=\EOP:k2=\EOQ:k3=\EOR:\
  3916.     :k4=\EOS:k5=\EOt:k6=\EOu:k7=\EOv:k8=\EOl:k9=\EOw:\
  3917.     :k;=\EOx:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:\
  3918.     :ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:md=\E[1m:\
  3919.     :me=\E[m\017:mr=\E[7m:nd=\E[C:\
  3920.     :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\
  3921.     :..sa=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;:\
  3922.     :sc=\E7:se=\E[m:sf=^J:so=\E[1;7m:sr=\EM:st=\EH:ta=^I:\
  3923.     :ue=\E[m:up=\E[A:us=\E[4m:
  3924.  
  3925. # Teletype Model 5420 -- A souped up 5410, with multiple windows,
  3926. # even! the 5420 has three modes: scroll, window or page mode
  3927. # this terminfo should work in scroll or window mode, but doesn't
  3928. # take advantage of any of the differences between them.
  3929. #
  3930. # Has memory below (2 lines!)
  3931. # 3 pages of memory (plus some spare)
  3932. # The 5410 sequences for cup,cvvis,dch,dl,ech,flash,home,hpa,hts would work
  3933. # for these, but these work in both scroll and window mode...
  3934. # Unset insert character so insert mode works
  3935. # is1 sets 80 column mode,
  3936. # is2 escape sequence:
  3937. # 1) turn off all fonts
  3938. # 2) function keys off, keyboard lock off, control display off,
  3939. #    insert mode off, erasure mode off,
  3940. # 3) full duplex, monitor mode off, send graphics off, nl on lf off
  3941. # 4) reset origin mode
  3942. # 5) set line wraparound
  3943. # 6) exit erasure mode, positional attribute mode, and erasure extent mode
  3944. # 7) clear margins
  3945. # 8) program ENTER to transmit ^J,
  3946. # We use \212 to program the ^J because a bare ^J will get translated by
  3947. # UNIX into a CR/LF. The enter key is needed for AT&T uOMS.
  3948. #     1      2            3              4     5     6    7  8
  3949. # is3 set screen color to black,
  3950. # No representation in terminfo for the delete word key: kdw1=\Ed
  3951. # Key capabilities assume the power-up send sequence...
  3952. # This rmcup is not strictly necessary, but it helps maximize 
  3953. # memory usefulness: rmcup=\Ez,
  3954. # Alternate sgr0:    sgr0=\E[0m\EW^O,
  3955. # 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%;,
  3956. # smkx programs the SYS PF keys to send a set sequence.
  3957. # It also sets up labels f1, f2, ..., f8, and sends edit keys.
  3958. # This string causes them to send the strings kf1-kf8
  3959. # when pressed in SYS PF mode.
  3960. att4415|tty5420|att5420|AT&T 4415/5420 80 columns:\
  3961.     :db:mi:xo:\
  3962.     :Nl#8:lh#2:lm#78:lw#8:ws#55:\
  3963.     :@1=\Et:@7=\Ez:@8=\Eent:AL=\E[%dL:\
  3964.     :CM=\E[%i%p1%d;%p2%dt:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:\
  3965.     :IC=\E[%d@:LE=\E[%dD:LF=\E|:LO=\E~:RI=\E[%dC:\
  3966.     :SF=\E[%dE:SR=\E[%dF:UP=\E[%dA:bt=\E[Z:ch=\E[%+^AG:\
  3967.     :cl=\E[x\E[J:cm=\E[%i%d;%dx:ct=\E[3g:cv=\E[%+^Ad:\
  3968.     :ec=\E[%ds\E[%dD:ei=\E[4l:ho=\E[x:i1=\E[?3l:\
  3969.     :i2=\E[?5l:ic@:im=\E[4h:\
  3970.     :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:\
  3971.     :k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:k5=\EOg:k6=\EOh:\
  3972.     :k7=\EOi:k8=\EOj:kA=\E[L:kB=\E[Z:kD=\E[P:kE=\E[2K:\
  3973.     :kF=\E[T:kH=\Eu:kI=\E[4h:kL=\E[M:kN=\E[U:kP=\E[V:\
  3974.     :kR=\E[S:ke=\E[19;0j\E[21;1j\212:\
  3975.     :ks=\E[19;1j\E[21;4j\Eent:l1=F1:l2=F2:l3=F3:l4=F4:\
  3976.     :l5=F5:l6=F6:l7=F7:l8=F8:ll=\Ew:me=\E[0m\017:mp=\EV:\
  3977.     :pf=\E[?9i:..pn=\E[%p1%d;0;0;0q%p2%\072-16.16s:\
  3978.     :po=\E[?4i:ps=\E[?2i:\
  3979.     :..px=\E[%p1%d;%p2%l%02dq   F%p1%d           %p2%s:\
  3980.     :..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%;:\
  3981.     :st=\EH:ts=\E7\E[25;%p1%{8}%+%dH:vb=\E[?5h\E[?5l:\
  3982.     :ve=\E[11;0j:vs=\E[11;1j:tc=att4410:
  3983.  
  3984. att4415-w|tty5420-w|att5420-w|5420-w|AT&T model 4415/5420 in 132 column mode:\
  3985.     :co#132:lm#54:ws#97:\
  3986.     :i1=\E[?3h:tc=att4415:
  3987.  
  3988. att4415-rv|tty5420-rv|att5420-rv|AT&T model 4415/5420 80 columns in reverse video:\
  3989.     :i2=\E[?5h:vb=\E[?5l\E[?5h:tc=att4415:
  3990.  
  3991. att4415-w-rv|tty5420-w-rv|att5420-w-rv|AT&T model 4415/5420 132 columns in reverse video:\
  3992.     :co#132:lm#54:ws#97:\
  3993.     :i1=\E[?3h:i2=\E[?5h:vb=\E[?5l\E[?5h:tc=att4415:
  3994.  
  3995. # Note that this mode permits programming USER PF KEYS and labels
  3996. # However, when you program user pf labels you have to reselect
  3997. # user pf keys to make them appear! 
  3998. att4415+nl|4415+nl|tty5420+nl|att5420+nl|generic AT&T 4415/5420 changes for not changing labels:\
  3999.     :k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:\
  4000.     :..pn=\E[%p1%d;0;0;1q%p2%\072-16.16s:\
  4001.     :..px=\E[%p1%d;%p2%l%02d;0;1q   F%p1%d           %p2%s:
  4002.  
  4003. att4415-nl|4415-nl|tty5420-nl|att5420-nl|AT&T 4415/5420 without changing labels:\
  4004.     :k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:tc=att4415+nl:tc=att4415:
  4005.  
  4006. att4415-rv-nl|tty5420-rv-nl|att5420-rv-nl|AT&T 4415/5420 reverse video without changing labels:\
  4007.     :k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:tc=att4415+nl:tc=att4415-rv:
  4008.  
  4009. att4415-w-nl|tty5420-w-nl|att5420-w-nl|AT&T 4415/5420 132 cols without changing labels:\
  4010.     :k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:tc=att4415+nl:tc=att4415-w:
  4011.  
  4012. att4415-w-rv-n|tty5420-w-rv-n|att5420-w-rv-n|AT&T 4415/5420 132 cols reverse without changing labels:\
  4013.     :k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:tc=att4415+nl:tc=att4415-w-rv:
  4014.  
  4015. otty5420|teletype 5420 for SVR2 curses on the 3B-20's:\
  4016.     :ch=\E[%+^AG:cv=\E[%+^Ad:tc=tty5420:
  4017.  
  4018. att5420_2|AT&T 5420 model 2 in 80 column mode:\
  4019.     :am:db:hs:mi:ms:xo:\
  4020.     :Nl#8:co#80:it#8:lh#2:li#24:lm#78:lw#8:ws#55:\
  4021.     :@1=\Et:@7=\Ez:@8=^J:AL=\E[%dL:CM=\E[%i%p1%d;%p2%dt:\
  4022.     :DC=\E[%dP:DL=\E[%dM:IC=\E[%d@:LE=\E[%dD:LF=\E|:\
  4023.     :LO=\E~:RI=\E[%dC:SF=\E[%dE:SR=\E[%dF:UP=\E[%dA:\
  4024.     :ae=^O:al=\E[L:as=^N:bt=\E[1Z:cb=\E[1K:cd=\E[0J:\
  4025.     :ce=\E[0K:ch=\E[%+^AG:cl=\EH\EJ:cm=\E[%i%d;%dH:\
  4026.     :cr=\EG:cs=\E[%i%d;%dr:ct=\E[3g:cv=\E[%+^Ad:dc=\E[P:\
  4027.     :dl=\E[M:do=\E[1B:ec=\E[%ds\E[%dD:ei=:fs=\E8:ho=\E[H:\
  4028.     :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:\
  4029.     :ic=\E[@:im=:k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:k5=\EOg:\
  4030.     :k6=\EOh:k7=\EOi:k8=\EOj:kA=\E[L:kB=\E[Z:kC=\E[2J:\
  4031.     :kD=\E[P:kE=\E[2K:kF=\E[T:kH=\Eu:kI=\E[4h:kL=\E[M:\
  4032.     :kN=\E[U:kP=\E[V:kR=\E[S:kb=^H:kd=\E[B:ke=\E[19;0j:\
  4033.     :kh=\E[H:kl=\E[D:kr=\E[C:ks=\E[19;1j:ku=\E[A:l1=F1:\
  4034.     :l2=F2:l3=F3:l4=F4:l5=F5:l6=F6:l7=F7:l8=F8:le=^H:\
  4035.     :ll=\Ew:mb=\E[5m:me=\E[0m\017:mh=\E[2m:mk=\E[8m:\
  4036.     :mp=\EV:mr=\E[7m:nd=\E[1C:nw=^M^J:pf=\E[4i:\
  4037.     :..pn=\E[%p1%d;0;0;0q%p2%\072-16.16s\E~:po=\E[5i:\
  4038.     :ps=\E[?;2i:\
  4039.     :..px=\E[%p1%d;%p2%l%02dq   F%p1%d           %p2%s\E~:\
  4040.     :r2=\Ec\E[?3l\E[2;0y:rc=\E8:\
  4041.     :..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%;:\
  4042.     :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
  4043.     :ts=\E7\E[25;%p1%{8}%+%dH:ue=\E[m:us=\E[4m:\
  4044.     :vb=\E[?5h\E[?5l:ve=\E[11;0j:vs=\E[11;1j:
  4045. att5420_2-w|AT&T 5420 model 2 in 132 column mode:\
  4046.     :co#132:\
  4047.     :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:
  4048.  
  4049. att4418|att5418|ATT5418|AT&T 5418 in 80 column mode:\
  4050.     :am:xo:\
  4051.     :co#80:li#24:\
  4052.     :@8=\E[:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:\
  4053.     :F1=\E[n:F2=\E[o:F3=\E[H:F4=\E[I:F5=\E[J:F8=\E[K:\
  4054.     :F9=\E[L:FA=\E[E:FB=\E[_:FC=\E[M:FD=\E[N:FE=\E[O:\
  4055.     :IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=^O:\
  4056.     :al=\E[1L:as=^N:bl=^G:cd=\E[0J:ce=\E[0K:cl=\E[H\E[2J:\
  4057.     :cm=\E[%i%d;%dH:cr=^M:dc=\E[1P:dl=\E[M:do=\E[B:ei=:\
  4058.     :ho=\E[H:i1=\E[?3l:ic=\E[1@:im=:is=\E)0\E?6l\E?5l:\
  4059.     :k1=\E[h:k2=\E[i:k3=\E[j:k6=\E[k:k7=\E[l:k8=\E[f:\
  4060.     :k9=\E[w:k;=\E[m:kC=\E[%:kd=\EU:kh=\Ec:kl=\E@:kr=\EA:\
  4061.     :ku=\ES:le=\E[D:mb=\E[5m:me=\E[0m\017:mh=\E[2m:\
  4062.     :mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:se=\E[0m:sf=^J:\
  4063.     :so=\E[7m:ue=\E[0m:up=\E[A:us=\E[4m:
  4064. att4418-w|att5418-w|AT&T 5418 in 132 column mode:\
  4065.     :co#132:\
  4066.     :i1=\E[?3h:tc=att5418:
  4067.  
  4068. tty4420|teletype 4420:\
  4069.     :da:db:eo:ms:ul:xo:\
  4070.     :co#80:li#24:lm#72:\
  4071.     :al=\EL:bl=^G:cd=\EJ:ce=\Ez:cl=\EH\EJ:cm=\EY%+ %+ :\
  4072.     :cr=\EG:dc=\EP:dl=\EM:dm@:do=\EB:ed@:ho=\EH:k0=\EU:\
  4073.     :k3=\E@:kA=\EL:kB=\EO:kC=\EJ:kD=\EP:kF=\ES:kI=\E^:\
  4074.     :kL=\EM:kR=\ET:kd=\EB:kh=\EH:kl=^H:kr=\EC:ku=\EA:\
  4075.     :l0=segment advance:l3=cursor tab:le=\ED:nd=\EC:\
  4076.     :se=\E~:sf=\EH\EM\EY7 :so=\E}:ue=\EZ:up=\EA:us=\E\\:
  4077.  
  4078. #  The following is a termcap entry for the Teletype 4424
  4079. #  asynchronous keyboard-display terminal.  It supports
  4080. #  the vi editor.  The terminal must be "set up" as follows,
  4081. #     
  4082. #     HIGHLIGHT DEFINITION    3-TONE
  4083. #     DISPLAY FUNCTION    GROUP III
  4084. #     
  4085. #  The second entry below provides limited (a la adm3a)
  4086. #  operation under GROUP II.
  4087. #     
  4088. #  This must be used with DISPLAY FUNCTION GROUP I or III
  4089. #     and HIGHLIGHT DEFINITION 3-TONE
  4090. # The terminal has either bold or blink, depending on options
  4091. #
  4092. att4424|tty4424|4424-3|teletype 4424:\
  4093.     :am:xo:\
  4094.     :co#80:li#24:\
  4095.     :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
  4096.     :LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=\E(B:al=\EL:\
  4097.     :as=\E(0:bl=^G:bt=\EO:cd=\EJ:ce=\Ez:cl=\E[H\E[2J:\
  4098.     :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\EF:dc=\EP:\
  4099.     :dl=\EM:do=\EB:ei=:ho=\E[H:ic=\E^:im=:\
  4100.     :is=\E[20l\E[?7h:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
  4101.     :kC=\EJ:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:\
  4102.     :ku=\E[A:le=^H:mb=\E3:md=\E3:me=\EX\E~\EZ\E4\E(B:\
  4103.     :mh=\EW:mr=\E}:nd=\EC:nw=\EE:\
  4104.     :..sa=\E[%?%p1%t7%;%?%p2%t;4%;%?%p3%t;7%;%?%p6%t;1%;%?%p6%p4%|%t;5%;%?%p5%t;0%;m:\
  4105.     :se=\E~:sf=^J:so=\E}:sr=\ET:st=\EH:ta=^I:ti=\E[1m:\
  4106.     :ue=\EZ:up=\EA:us=\E\\:
  4107.  
  4108. att4424-1|tty4424-1|teletype 4424 in display function group I:\
  4109.     :kC@:kd=\EB:kh@:kl=\ED:kr=\EC:ku=\EA:tc=att4424:
  4110.  
  4111. # The Teletype 5425 is really version 2 of the Teletype 5420. It 
  4112. # is quite similar, except for some minor differences. No page 
  4113. # mode, for example, so all of the cup sequences used above have 
  4114. # to change back to what's being used for the 5410. Many of the 
  4115. # option settings have changed their numbering as well.
  4116. # This has been tested on a preliminary model.
  4117. #
  4118. att5425|tty5425|att4425|AT&T 4425/5425:\
  4119.     :am:da:db:hs:mi:ms:xn:xo:\
  4120.     :Nl#8:co#80:it#8:lh#2:li#24:lm#78:lw#8:ws#55:\
  4121.     :@1=\Et:@7=\Ez:@8=\Eent:AL=\E[%dL:DC=\E[%dP:\
  4122.     :DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:LE=\E[%dD:LF=\E|:\
  4123.     :LO=\E~:RI=\E[%dC:SF=\E[%dE:SR=\E[%dF:UP=\E[%dA:\
  4124.     :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
  4125.     :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[J:\
  4126.     :ce=\E[K:ch=\E[%+^AG:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
  4127.     :cr=^M:cs=\E[%i%d;%dr:ct=\E[3g:cv=\E[%+^Ad:dc=\E[P:\
  4128.     :dl=\E[M:do=^J:eA=\E(B\E)0:ec=\E[%ds\E[%dD:ei=\E[4l:\
  4129.     :fs=\E8:ho=\E[H:i1=\E<\E[?3l:i2=\E[?5l:im=\E[4h:\
  4130.     :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:\
  4131.     :k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:k5=\EOg:k6=\EOh:\
  4132.     :k7=\EOi:k8=\EOj:kA=\E[L:kB=\E[Z:kC=\E[J:kD=\E[P:\
  4133.     :kE=\E[2K:kF=\E[T:kI=\E[4h:kL=\E[M:kR=\E[S:kb=^H:\
  4134.     :kd=\E[B:ke=\E[21;0j\E[25;1j\212:kh=\E[H:kl=\E[D:\
  4135.     :kr=\E[C:ks=\E[21;1j\E[25;4j\Eent\E~:ku=\E[A:le=^H:\
  4136.     :ll=\E[24H:mb=\E[5m:md=\E[2;7m:me=\E[m\017:mh=\E[2m:\
  4137.     :mk=\E[8m:mp=\EV:mr=\E[7m:nd=\E[C:nw=^M^J:pf=\E[?9i:\
  4138.     :..pn=\E[%p1%d;0;0;0q%p2%\072-16.16s:po=\E[?4i:\
  4139.     :ps=\E[?2i:\
  4140.     :..px=\E[%p1%d;%p2%l%02dq   F%p1%1d           %p2%s:\
  4141.     :r2=\Ec\E[?3l\E[2;0y:rc=\E8:\
  4142.     :..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%;:\
  4143.     :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
  4144.     :ts=\E7\E[25;%p1%{8}%+%dH:ue=\E[m:up=\E[A:us=\E[4m:\
  4145.     :vb=\E[?5h\E[?5l:ve=\E[12;0j:vs=\E[12;1j:
  4146.  
  4147. att5425-nl|tty5425-nl|att4425-nl|AT&T 4425/5425 80 columns no labels:\
  4148.     :ks=\E[21;1j\E[25;4j\Eent:tc=att4425:
  4149.  
  4150. att5425-nl-w|tty5425-nl-w|att4425-nl-w|AT&T 4425/5425 132 columns no labels:\
  4151.     :ks=\E[21;1j\E[25;4j\Eent:tc=att4425-w:
  4152.  
  4153. tty5425-fk|att4425-fk|AT&T 4425/5425 without function keys:\
  4154.     :ke@:ks@:tc=att5425:
  4155.  
  4156. att5425-w|att4425-w|tty5425-w|teletype 4425/5425 in 132 column mode:\
  4157.     :co#132:lm#54:ws#97:\
  4158.     :i1=\E[?3h:tc=tty5425:
  4159.  
  4160. tty5425-w-fk|att4425-w-fk|att5425-w-fk|AT&T 4425/5425 without function keys in wide mode:\
  4161.     :ke@:ks@:tc=att5425-w:
  4162.  
  4163.     
  4164. # This had bogus capabilities: ri=\EM, ri=\E[1U, 
  4165. att4426|tty4426|teletype 4426S:\
  4166.     :am:da:db:xo:\
  4167.     :co#80:li#24:lm#48:\
  4168.     :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
  4169.     :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:\
  4170.     :ae=\E(B:al=\EL:as=\E(0:bl=^G:cd=\E[J:ce=\E[0K:\
  4171.     :ch=\E[%dG:cl=\E[H\E[2J\E[1U\E[H\E[2J\E[1V:\
  4172.     :cm=\E[%i%d;%dH:cr=^M:ct=\E[3g:cv=\E[%dd:dc=\EP:\
  4173.     :dl=\E[M:do=\E[B:ei=:ho=\E[H:i1=\Ec\E[?7h:ic=\E^:im=:\
  4174.     :is=\E[m\E[1;24r:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
  4175.     :k5=\EOT:k6=\EOU:k7=\EOV:k8=\EOW:kB=\EO:kC=\E[2J:\
  4176.     :kH=\E[24;1H:kb=^H:kd=\EB:kh=\E[H:kl=\ED:kr=\EC:\
  4177.     :ku=\EA:le=\E[D:ll=\E[24H:md=\E[5m:me=\E[0m\E(B:\
  4178.     :mr=\E[7m:nd=\E[C:nw=^M^J:r2=\Ec\E[?3l\E[2;0y:rc=\E8:\
  4179.     :sc=\E7:se=\E[0m:sf=^J:so=\E[5m:sr=\ET:st=\E1:ta=^I:\
  4180.     :ue=\E[m:up=\EA:us=\E[4m:
  4181.  
  4182.  
  4183. # Terminfo entry for the AT&T 510 A Personal Terminal
  4184. # Function keys 9 - 16 are available only after the 
  4185. # screen labeled (soft keys/action blocks) are labeled.  Function key
  4186. # 9 corresponds to the leftmost touch target on the screen,
  4187. # function key 16 corresponds to the rightmost.
  4188. #
  4189. # This entry is based on one done by Ernie Rice at Summit, NJ and
  4190. # changed by Anne Gallup, Skokie, IL, ttrdc!anne
  4191. att510a|510a|bct510a|510A|AT&T 510A Personal Terminal:\
  4192.     :am:mi:ms:xn:xo:\
  4193.     :Nl#8:co#80:lh#2:li#24:lw#7:\
  4194.     :#4=\E[u:%i=\E[v:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:\
  4195.     :DO=\E[%dB:F1=\EOe:F2=\EOf:F3=\EOg:F4=\EOh:F5=\EOi:\
  4196.     :F6=\EOj:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
  4197.     :ac=hrisjjkkllmmnnqqttuuvvwwxx{{||}}~~-f\\\054h.e+g`b:\
  4198.     :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[0J:\
  4199.     :ce=\E[0K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:ct=\E[3g:\
  4200.     :dc=\E[P:dl=\E[M:do=\E[1B:eA=\E(B\E)1:ff=^L:ho=\E[H:\
  4201.     :i1=\E(B\E)1\E[2l:i2=\E[21;1|\212:k1=\EOm:k2=\EOV:\
  4202.     :k3=\EOu:k4=\ENj:k5=\ENe:k6=\ENf:k7=\ENh:k8=\E[H:\
  4203.     :k9=\EOc:k;=\EOd:kB=\E[Z:kF=\E[S:kR=\E[T:kb=^H:\
  4204.     :kd=\E[B:ke=\E[19;0|:kl=\E[D:kr=\E[C:ks=\E[19;1|:\
  4205.     :ku=\E[A:le=^H:mb=\E[5m:md=\E[2;7m:me=\E[m\017:\
  4206.     :mh=\E[2m:mr=\E[7m:nd=\E[C:nw=\EE:pf=\E[?8i:\
  4207.     :..pn=\E[%p1%dp%p2%\072-16s:po=\E[?4i:ps=\E[0i:\
  4208.     :rc=\E8:\
  4209.     :..sa=\E[0%?%p5%p6%|%t;2%;%?%p2%t;4%;%?%p4%t;5%;%?%p3%p1%|%p6%|%t;7%;m%?%p9%t\016%e\017%;:\
  4210.     :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
  4211.     :ue=\E[m:up=\E[A:us=\E[4m:ve=\E[11;3|:vi=\E[11;0|:\
  4212.     :vs=\E[11;2|:
  4213.  
  4214. # Terminfo entry for the AT&T 510 D Personal Terminal
  4215. # Function keys 9 through 16 are accessed by bringing up the
  4216. # system blocks.
  4217. # Function key 9 corresponds to the leftmost touch target on the screen,
  4218. # function key 16 corresponds to the rightmost.
  4219. #
  4220. # There are problems with soft key labeling.  These are due to 
  4221. # strangenesses in the native terminal that are impossible to
  4222. # describe in a terminfo.  
  4223. att510d|510d|bct510d|510D|AT&T 510D Personal Terminal:\
  4224.     :am:da:db:mi:ms:xn:xo:\
  4225.     :Nl#8:co#80:lh#2:li#24:lm#48:lw#7:\
  4226.     :#4=\E[u:%i=\E[v:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:\
  4227.     :DO=\E[%dB:F1=\EOe:F2=\EOf:F3=\EOg:F4=\EOh:F5=\EOi:\
  4228.     :F6=\EOj:IC=\E[%d@:LE=\E[%dD:LF=\E<:LO=\E?:MC=\E\072:\
  4229.     :ML=\E4:MR=\E5:RI=\E[%dC:RX=\E[29;1|:SF=\E[%dS:\
  4230.     :SR=\E[%dT:SX=\E[29;0|:UP=\E[%dA:\
  4231.     :ac=hrisjjkkllmmnnqqttuuvvwwxx{{||}}~~-f\\\054h.e+g`b:\
  4232.     :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[0J:\
  4233.     :ce=\E[0K:ch=\E[%+^AG:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
  4234.     :cr=^M:ct=\E[3g:cv=\E[%+^Ad:dc=\E[P:dl=\E[M:do=\E[1B:\
  4235.     :eA=\E(B\E)1:ei=\E[4l:ff=^L:ho=\E[H:\
  4236.     :i1=\E(B\E)1\E[5;0|:i2=\E[21;1|\212:im=\E[4h:k1=\EOm:\
  4237.     :k2=\EOV:k3=\EOu:k4=\ENj:k5=\ENe:k6=\ENf:k7=\ENh:\
  4238.     :k8=\E[H:k9=\EOc:k;=\EOd:kB=\E[Z:kF=\E[S:kR=\E[T:\
  4239.     :kb=^H:kd=\E[B:ke=\E[19;0|:kl=\E[D:kr=\E[C:\
  4240.     :ks=\E[19;1|:ku=\E[A:le=^H:ll=\E#2:mb=\E[5m:\
  4241.     :md=\E[2;7m:me=\E[m\017:mh=\E[2m:mk=\E[8m:mr=\E[7m:\
  4242.     :nd=\E[C:nw=\EE:pf=\E[?8i:..pn=\E[%p1%dp%p2%\072-16s:\
  4243.     :po=\E[?4i:ps=\E[0i:r2=\E[5;0|:rc=\E8:\
  4244.     :..rp=%p1%c\E[%p2%{1}%-%db:\
  4245.     :..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%;:\
  4246.     :sc=\E7:se=\E[m:sf=^J:so=\E[7m:sr=\EM:st=\EH:ta=^I:\
  4247.     :ue=\E[m:up=\E[A:us=\E[4m:ve=\E[11;3|:vs=\E[11;2|:
  4248.  
  4249. # (untranslatable capabilities removed to fit entry within 1023 bytes)
  4250. # WARNING: this entry, 1245 bytes long, may core-dump older termcap libraries!
  4251. att513|att513-page|513-page|attis513-pfk|513bct|AT&T 513 Terminal using page mode:\
  4252.     :HC:am:mi:ms:xn:xo:\
  4253.     :Nl#8:co#80:lh#2:li#24:lw#8:\
  4254.     :!1=\EOO:!2=\EOP:!3=\EOS:#1=\EOM:#2=\ENM:#3=\ENJ:\
  4255.     :#4=\ENK:%0=\EOt:%1=\EOm:%2=\ENi:%3=\EOl:%4=\ENc:\
  4256.     :%5=\ENh:%6=\EOv:%7=\EOr:%8=\ENg:%9=\EOz:%a=\EOL:\
  4257.     :%b=\ENC:%c=\ENH:%d=\EOR:%e=\ENG:%f=\EOZ:%g=\EOT:\
  4258.     :%h=\EOY:%i=\ENL:%j=\EOQ:&0=\EOW:&1=\EOb:&2=\ENa:\
  4259.     :&3=\EOy:&4=\EOB:&5=\EOq:&6=\EOo:&7=\EOp:&8=\EOs:\
  4260.     :&9=\ENB:*0=\EOX:*1=\EOU:*2=\END:*3=\EON:*4=\ENF:\
  4261.     :*5=\ENE:*6=\ENI:*7=\ENN:*8=\EOA:*9=\EOK:@0=\EOx:\
  4262.     :@1=\E9:@2=\EOw:@3=\EOV:@4=\EOu:@5=\ENd:@6=\EOn:\
  4263.     :@7=\E0:@8=\Eent:@9=\EOk:AL=\E[%dL:DC=\E[%dP:\
  4264.     :DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:LE=\E[%dD:LF=\E<:\
  4265.     :LO=\E?:RI=\E[%dC:SF=\E[%dE:SR=\E[%dF:UP=\E[%dA:\
  4266.     :ac=hrisjjkkllmmnnqqttuuvvwwxx{{||}}~~-f\\\054h.e+g`b:\
  4267.     :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[J:\
  4268.     :ce=\E[K:ch=\E[%+^AG:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
  4269.     :cr=^M:cs=%i\E[%d;%dr:ct=\E[3g:cv=\E[%+^Ad:dc=\E[P:\
  4270.     :dl=\E[M:do=^J:eA=\E(B\E)1:ei=\E[4l:ho=\E[H:\
  4271.     :i1=\E?\E[3;3|\E[10;0|\E[21;1|\212\E[6;1|\E[1{\E[?99l:\
  4272.     :im=\E[4h:k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:k5=\EOg:\
  4273.     :k6=\EOh:k7=\EOi:k8=\EOj:kB=\E[Z:kC=\E[J:kD=\ENf:\
  4274.     :kE=\EOa:kF=\E[S:kI=\ENj:kL=\ENe:kN=\E[U:kP=\E[V:\
  4275.     :kR=\E[T:kb=^H:kd=\E[B:ke=\E[19;0|\E[21;1|\212:\
  4276.     :kh=\E[H:kl=\E[D:kr=\E[C:ks=\E[19;1|\E[21;4|\Eent:\
  4277.     :ku=\E[A:le=^H:ll=\E#2:mb=\E[5m:md=\E[2;7m:\
  4278.     :me=\E[m\017:mh=\E[2m:mk=\E[8m:mr=\E[7m:nd=\E[C:\
  4279.     :nw=\EE:pf=\E[?98l\E[?8i::::po=\E[?98l\E[?4i:\
  4280.     :ps=\E[?98l\E[0i::\
  4281.     :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:\
  4282.     :r2=\E[5;0|:rc=\E8:::sc=\E7:se=\E[m:sf=^J:so=\E[7m:\
  4283.     :sr=\EM:st=\EH:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:\
  4284.     :ve=\E[11;0|:vs=\E[11;1|:
  4285.  
  4286. att500|bct500|500|AT&T-IS 500 terminal:\
  4287.     :tc=att513:
  4288.  
  4289. # 01-07-88
  4290. # printer must be set to EMUL ANSI to accept ESC codes
  4291. # cuu1 stops at top margin
  4292. # is1 sets cpi 10,lpi 6,form 66,left 1,right 132,top 1,bottom 66,font
  4293. #    and alt font ascii,wrap on,tabs cleared
  4294. # is2 disables newline on LF,Emphasized off
  4295. # The u0 capability sets form length
  4296. # (untranslatable capabilities removed to fit entry within 1023 bytes)
  4297. # WARNING: this entry, 1034 bytes long, may core-dump older termcap libraries!
  4298. att5320|AT&T Model 5320 matrix printer:\
  4299.     :YA:YD:\
  4300.     :Ya#8192:Yi#10:Yj#12:Yk#100:Yl#72:Ym#120:co#132:it#8:\
  4301.     :li#66:\
  4302.     :DO=\E[%de:RI=\E[%da:\
  4303.     :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%;:\
  4304.     :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%;:\
  4305.     :ZM=\E[5m:ZU=\E[m:\
  4306.     :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:\
  4307.     :Zl=\E[;%dr:Zm=\E[%+^As:Zn=\E[;%+^As:Zp=\E[%dr:\
  4308.     :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:\
  4309.     :ch=\E[%d`:cr=^M:cv=\E[%dd:do=^J:ff=^L:i1=\Ec:\
  4310.     :is=\E[20l\r:nd= :ta=^I:u0=\E[%dt:up=\EM:
  4311.  
  4312. att5310|AT&T 5310 matrix printer:\
  4313.     :co#80:\
  4314.     :tc=att5320:
  4315.  
  4316. # 5620 terminfo  (2.0 or later ROMS with char attributes)
  4317. # assumptions: ind (scroll forward one line) is only done at screen bottom
  4318. att5620|dmd|tty5620|ttydmd|5620|5620 terminal 88 columns:\
  4319.     :NL:NP:am:xo:\
  4320.     :co#88:it#8:li#70:\
  4321.     :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:IC=\E[%d@:SF=\E[%dS:\
  4322.     :SR=\E[%dT:al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
  4323.     :cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:do=\E[B:ei=:\
  4324.     :ho=\E[H:ic=\E[@:im=:kC=\E[2J:kH=\E[70;1H:kb=^H:\
  4325.     :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
  4326.     :md=\E[2m:me=\E[0m:mh=\E[2m:mr=\E[7m:nd=\E[C:nw=^J:\
  4327.     :..px=\E[%p1%d;%p2%l%dq%p2%s:r1=\Ec:rc=\E8:sc=\E7:\
  4328.     :se=\E[0m:sf=\E[S:so=\E[7m:sr=\E[T:ta=^I:ue=\E[0m:\
  4329.     :up=\E[A:us=\E[4m:
  4330.  
  4331. att5620-24|dmd-24|teletype dmd 5620 in a 24x80 layer:\
  4332.     :li#24:\
  4333.     :tc=att5620:
  4334.  
  4335. att5620-34|dmd-34|teletype dmd 5620 in a 34x80 layer:\
  4336.     :li#34:\
  4337.     :tc=att5620:
  4338.  
  4339. # Entries for kf15 thru kf28 refer to the shifted system pf keys.
  4340. #
  4341. # Entries for kf29 thru kf46 refer to the alternate keypad mode
  4342. # keys:  = * / + 7 8 9 - 4 5 6 , 1 2 3 0 . ENTER
  4343. att605|605bct|AT&T 605  80 column  102key keyboard:\
  4344.     :am:eo:xo:\
  4345.     :Nl#8:co#80:li#24:lw#8:ws#80:\
  4346.     :#4=\E[ A:%i=\E[ @:@7=\E[24;1H:DC=\E[%dP:DL=\E[%dM:\
  4347.     :F1=\ENq:F2=\ENr:F3=\ENs:F4=\ENt:F5=\EOC:F6=\EOD:\
  4348.     :F7=\EOE:F8=\EOF:F9=\EOG:FA=\EOH:FB=\EOI:FC=\EOJ:\
  4349.     :FD=\ENO:FE=\ENP:FF=\ENQ:FG=\ENR:FH=\ENS:FI=\ENT:\
  4350.     :FJ=\EOP:FK=\EOQ:FL=\EOR:FM=\EOS:FN=\EOw:FO=\EOx:\
  4351.     :FP=\EOy:FQ=\EOm:FR=\EOt:FS=\EOu:FT=\EOv:FU=\EOl:\
  4352.     :FV=\EOq:FW=\EOr:FX=\EOs:FY=\EOp:FZ=\EOn:Fa=\EOM:\
  4353.     :IC=\E[%d@:LF=\E[2p:LO=\E[p:\
  4354.     :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
  4355.     :ae=^O:al=\E[L:as=\E)0\016:bl=^G:bt=\E[Z:cb=\E[1K:\
  4356.     :cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
  4357.     :dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:fs=\E8:\
  4358.     :i1=\E[8;0|\E[?\E[13;20l\E[?\E[12h:ic=\E[@:im=\E[4h:\
  4359.     :is=\E[0m\017:k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:\
  4360.     :k5=\EOg:k6=\EOh:k7=\EOi:k8=\EOj:k9=\ENo:k;=\ENp:\
  4361.     :kA=\E[L:kB=\E[Z:kC=\E[2J:kD=\E[P:kF=\E[S:kI=\E[@:\
  4362.     :kL=\E[M:kN=\E[U:kP=\E[V:kb=^H:kd=\E[B:kh=\E[H:\
  4363.     :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:ll=\E[24H:mb=\E[5m:\
  4364.     :md=\E[1m:me=\E[m\017:mh=\E[2m:mk=\E[8m:mr=\E[7m:\
  4365.     :nd=\E[C:nw=\EE:pf=\E[?4i:\
  4366.     :..pn=\E[%p1%d;0;0;0q%p2%\072-16.16s:po=\E[?5i:\
  4367.     :..px=\E[%p1%d;%p2%l%02dq   F%p1%1d           %p2%s:\
  4368.     :r2=\Ec\E[?3l:rc=\E8:sc=\E7:se=\E[m:sf=^J:so=\E[7m:\
  4369.     :ta=^I:ts=\E7\E[25;%i%p1%dx:ue=\E[m:up=\E[A:us=\E[4m:
  4370. att605-pc|605bct-pc|ATT 605 in pc term mode:\
  4371.     :@7=\E[F:AL=\E[L:S4=250\E[?11l\E[50;1|:\
  4372.     :S5=400\E[50;0|:XF=g:XN=e:\
  4373.     :ac=k\277l\332m\300j\331n\305w\302q\304u\264t\303v\301x\263:\
  4374.     :al=\E[L:bt=\E[Z:dc=\E[P:dl=\E[M:do=\E[B:ei=:ic=\E[@:\
  4375.     :im=:k1=\E[M:k2=\E[N:k3=\E[O:k4=\E[P:k5=\E[Q:k6=\E[R:\
  4376.     :k7=\E[S:k8=\E[T:k9=\E[U:k;=\E[V:kB=\E[Z:kD=\E[P:\
  4377.     :kI=\E[@:kL=\E[M:kN=\E[G:kP=\E[I:kd=\E[B:kh=\E[H:\
  4378.     :kl=\E[D:kr=\E[C:ku=\E[A:le=\E[D:nd=\E[C:up=\E[A:tc=att605:
  4379. att605-w|605bct-w|AT&T 605-w 132 column 102 key keyboard:\
  4380.     :co#132:ws#132:\
  4381.     :i1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h\E(B\E)0:tc=att605:
  4382. att610|610bct|AT&T 610; 80 column; 98key keyboard:\
  4383.     :am:es:hs:mi:ms:xn:xo:\
  4384.     :Nl#8:co#80:it#8:lh#2:li#24:lw#8:ws#80:\
  4385.     :#4=\E[ @:%i=\E[ A:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:\
  4386.     :DO=\E[%dB:F1=\ENq:F2=\ENr:F3=\ENs:F4=\ENt:IC=\E[%d@:\
  4387.     :LE=\E[%dD:LF=\E[2p:LO=\E[p:RI=\E[%dC:UP=\E[%dA:\
  4388.     :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
  4389.     :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[J:\
  4390.     :ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
  4391.     :cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:\
  4392.     :fs=\E8:ho=\E[H:\
  4393.     :i1=\E[8;0|\E[?3;4;5;13;15l\E[13;20l\E[?7h\E[12h\E(B\E)0:\
  4394.     :i2=\E(B\E)0:im=\E[4h:is=\E[0m\017:k1=\EOc:k2=\EOd:\
  4395.     :k3=\EOe:k4=\EOf:k5=\EOg:k6=\EOh:k7=\EOi:k8=\EOj:\
  4396.     :k9=\ENo:k;=\ENp:kB=\E[Z:kC=\E[2J:kF=\E[S:kR=\E[T:\
  4397.     :kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
  4398.     :ll=\E[24H:mb=\E[5m:md=\E[1m:me=\E[m\017:mh=\E[2m:\
  4399.     :mk=\E[8m:mr=\E[7m:nd=\E[C:nw=\EE:pf=\E[?4i:\
  4400.     :..pn=\E[%p1%d;0;0;0q%p2%\072-16.16s:po=\E[?5i:\
  4401.     :..px=\E[%p1%d;%p2%l%02dq   F%p1%1d           %p2%s:\
  4402.     :r2=\Ec\E[?3l:rc=\E8:\
  4403.     :..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%;:\
  4404.     :sc=\E7:se=\E[m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:\
  4405.     :ts=\E7\E[25;%i%p1%dx:ue=\E[m:up=\E[A:us=\E[4m:\
  4406.     :vb=\E[?5h\E[?5l:ve=\E[?25h\E[?12l:vi=\E[?25l:\
  4407.     :vs=\E[?12;25h:
  4408. att610-w|610bct-w|AT&T 610; 132 column; 98key keyboard:\
  4409.     :co#132:ws#132:\
  4410.     :i1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h:tc=att610:
  4411.  
  4412. att610-103k|610-103k|610bct-103k|AT&T 610; 80 column; 103key keyboard:\
  4413.     :!1=\EOO:!2=\EOP:!3=\EOS:#1=\EOM:%0=\EOt:%1=\EOm:\
  4414.     :%2=\ENi:%3=\EOl:%4=\ENc:%5=\ENh:%6=\EOv:%7=\EOr:\
  4415.     :%8=\ENg:%9=\EOz:%a=\EOL:%b=\ENC:%c=\ENH:%d=\EOR:\
  4416.     :%e=\ENG:%f=\EOZ:%g=\EOT:%h=\EOY:%j=\EOQ:&0=\EOW:\
  4417.     :&1=\EOb:&2=\ENa:&3=\EOy:&4=\EOB:&5=\EOq:&6=\EOo:\
  4418.     :&7=\EOp:&8=\EOs:&9=\ENB:*0=\EOX:*1=\EOU:*2=\END:\
  4419.     :*3=\EON:*4=\ENF:*5=\ENE:*6=\ENI:*7=\ENN:*8=\EOA:\
  4420.     :*9=\EOK:@0=\EOx:@1=\E9:@2=\EOw:@3=\EOV:@4=\EOu:\
  4421.     :@5=\ENd:@6=\EOn:@7=\E0:@8=^M:@9=\EOk:F1@:F2@:F3@:\
  4422.     :F4@:k9@:k;@:kD=\ENf:kE=\EOa:kI=\ENj:kL=\ENe:kM=\ENj:\
  4423.     :kN=\E[U:kP=\E[V:tc=att610:
  4424. att610-103k-w|610-103k-w|610bct-103k-w|AT&T 610; 132 column; 103key keyboard:\
  4425.     :co#132:ws#132:\
  4426.     :i1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h:tc=att610-103k:
  4427. att615|615mt|AT&T 615; 80 column; 98key keyboard:\
  4428.     :#4=\E[ A:%i=\E[ @:F5=\EOC:F6=\EOD:F7=\EOE:F8=\EOF:\
  4429.     :F9=\EOG:FA=\EOH:FB=\EOI:FC=\EOJ:FD=\ENO:FE=\ENP:\
  4430.     :FF=\ENQ:FG=\ENR:FH=\ENS:FI=\ENT:FJ=\EOP:FK=\EOQ:\
  4431.     :FL=\EOR:FM=\EOS:FN=\EOw:FO=\EOx:FP=\EOy:FQ=\EOm:\
  4432.     :FR=\EOt:FS=\EOu:FT=\EOv:FU=\EOl:FV=\EOq:FW=\EOr:\
  4433.     :FX=\EOs:FY=\EOp:FZ=\EOn:Fa=\EOM:tc=att610:
  4434. att615-w|615-w|615mt-w|AT&T 615; 132 column; 98key keyboard:\
  4435.     :#4=\E[ A:%i=\E[ @:F5=\EOC:F6=\EOD:F7=\EOE:F8=\EOF:\
  4436.     :F9=\EOG:FA=\EOH:FB=\EOI:FC=\EOJ:FD=\ENO:FE=\ENP:\
  4437.     :FF=\ENQ:FG=\ENR:FH=\ENS:FI=\ENT:FJ=\EOP:FK=\EOQ:\
  4438.     :FL=\EOR:FM=\EOS:FN=\EOw:FO=\EOx:FP=\EOy:FQ=\EOm:\
  4439.     :FR=\EOt:FS=\EOu:FT=\EOv:FU=\EOl:FV=\EOq:FW=\EOr:\
  4440.     :FX=\EOs:FY=\EOp:FZ=\EOn:Fa=\EOM:tc=att610-w:
  4441. att615-103k|615-103k|615mt-103k|AT&T 615; 80 column; 103key keyboard:\
  4442.     :#4=\E[ A:%i=\E[ @:tc=att610-103k:
  4443. att615-103k-w|615-103k-w|615mt-103k-w|AT&T 615; 132 column; 103key keyboard:\
  4444.     :#4=\E[ A:%i=\E[ @:tc=att610-103k-w:
  4445. att620|620mtg|AT&T 620; 80 column; 98key keyboard:\
  4446.     :am:es:hs:mi:ms:xn:xo:\
  4447.     :Nl#8:co#80:it#8:lh#2:li#24:lw#8:ws#80:\
  4448.     :#4=\E[ A:%i=\E[ @:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:\
  4449.     :DO=\E[%dB:F1=\ENq:F2=\ENr:F3=\ENs:F4=\ENt:F5=\EOC:\
  4450.     :F6=\EOD:F7=\EOE:F8=\EOF:F9=\EOG:FA=\EOH:FB=\EOI:\
  4451.     :FC=\EOJ:FD=\ENO:FE=\ENP:FF=\ENQ:FG=\ENR:FH=\ENS:\
  4452.     :FI=\ENT:FJ=\EOP:FK=\EOQ:FL=\EOR:FM=\EOS:FN=\EOw:\
  4453.     :FO=\EOx:FP=\EOy:FQ=\EOm:FR=\EOt:FS=\EOu:FT=\EOv:\
  4454.     :FU=\EOl:FV=\EOq:FW=\EOr:FX=\EOs:FY=\EOp:FZ=\EOn:\
  4455.     :Fa=\EOM:IC=\E[%d@:LE=\E[%dD:LF=\E[2p:LO=\E[p:\
  4456.     :RI=\E[%dC:UP=\E[%dA:\
  4457.     :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
  4458.     :ae=\E(B\017:al=\E[L:as=\E)0\016:bl=^G:bt=\E[Z:\
  4459.     :cb=\E[1K:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
  4460.     :cr=^M:cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:do=\E[B:\
  4461.     :ei=\E[4l:fs=\E8:ho=\E[H:\
  4462.     :i1=\E[8;0|\E[?3;4;5;13;15l\E[13;20l\E[?7h\E[12h:\
  4463.     :i2=\E(B\E)0:im=\E[4h:is=\E[0m\017:k1=\EOc:k2=\EOd:\
  4464.     :k3=\EOe:k4=\EOf:k5=\EOg:k6=\EOh:k7=\EOi:k8=\EOj:\
  4465.     :k9=\ENo:k;=\ENp:kB=\E[Z:kC=\E[2J:kF=\E[S:kR=\E[T:\
  4466.     :kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
  4467.     :ll=\E[24H:mb=\E[5m:md=\E[1m:me=\E[m\E(B\017:\
  4468.     :mh=\E[2m:mk=\E[8m:mr=\E[7m:nd=\E[C:nw=\EE:pf=\E[?4i:\
  4469.     :..pn=\E[%p1%d;0;0;0q%p2%\072-16.16s:po=\E[?5i:\
  4470.     :..px=\E[%p1%d;%p2%l%02dq   F%p1%1d           %p2%s:\
  4471.     :r2=\Ec\E[?3l:rc=\E8:\
  4472.     :..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%;:\
  4473.     :sc=\E7:se=\E[m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:\
  4474.     :ts=\E7\E[25;%i%p1%dx:ue=\E[m:up=\E[A:us=\E[4m:\
  4475.     :vb=\E[?5h\E[?5l:ve=\E[?25h\E[?12l:vi=\E[?25l:\
  4476.     :vs=\E[?12;25h:
  4477. att620-w|620-w|620mtg-w|AT&T 620; 132 column; 98key keyboard:\
  4478.     :co#132:ws#132:\
  4479.     :i1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h:tc=att620:
  4480. att620-103k|620-103k|620mtg-103k|AT&T 620; 80 column; 103key keyboard:\
  4481.     :!1=\EOO:!2=\EOP:!3=\EOS:#1=\EOM:%0=\EOt:%1=\EOm:\
  4482.     :%2=\ENi:%3=\EOl:%4=\ENc:%5=\ENh:%6=\EOv:%7=\EOr:\
  4483.     :%8=\ENg:%9=\EOz:%a=\EOL:%b=\ENC:%c=\ENH:%d=\EOR:\
  4484.     :%e=\ENG:%f=\EOZ:%g=\EOT:%h=\EOY:%j=\EOQ:&0=\EOW:\
  4485.     :&1=\EOb:&2=\ENa:&3=\EOy:&4=\EOB:&5=\EOq:&6=\EOo:\
  4486.     :&7=\EOp:&8=\EOs:&9=\ENB:*0=\EOX:*1=\EOU:*2=\END:\
  4487.     :*3=\EON:*4=\ENF:*5=\ENE:*6=\ENI:*7=\ENN:*8=\EOA:\
  4488.     :*9=\EOK:@0=\EOx:@1=\E9:@2=\EOw:@3=\EOV:@4=\EOu:\
  4489.     :@5=\ENd:@6=\EOn:@7=\E0:@8=^M:@9=\EOk:F1@:F2@:F3@:\
  4490.     :F4@:F5@:F6@:F7@:F8@:F9@:FA@:FB@:FC@:FD@:FE@:FF@:FG@:\
  4491.     :FH@:FI@:FJ@:FK@:FL@:FM@:FN@:FO@:FP@:FQ@:FR@:FS@:FT@:\
  4492.     :FU@:FV@:FW@:FX@:FY@:FZ@:Fa@:k9@:k;@:kD=\ENf:kE=\EOa:\
  4493.     :kI=\ENj:kL=\ENe:kM=\ENj:kN=\E[U:kP=\E[V:tc=att620:
  4494.  
  4495. att620-103k-w|620-103k-w|620mtg-103k-w|AT&T 620; 132 column; 103key keyboard:\
  4496.     :co#132:ws#132:\
  4497.     :i1=\E[8;0|\E[?4;5;13;15l\E[13;20l\E[?3;7h\E[12h:tc=att620-103k:
  4498.  
  4499. # 630 short descriptions without \E
  4500. att630|5630|5630DMD|630MTG|AT&T 630 windowing terminal:\
  4501.     :NP:am:da:db:mi:ms:xo:\
  4502.     :co#80:it#8:li#60:lm#0:\
  4503.     :@8=^M:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:\
  4504.     :F1=\ENq:F2=\ENr:F3=\ENs:F4=\ENt:F5=\ENu:F6=\ENv:\
  4505.     :F7=\ENw:F8=\ENx:F9=\ENy:FA=\ENz:FB=\EN{:FC=\EN|:\
  4506.     :FD=\EN}:FE=\EN~:IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:\
  4507.     :SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:al=\E[L:bl=^G:bt=\E[Z:\
  4508.     :cb=\E[1K:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
  4509.     :cr=^M:dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:ho=\E[H:\
  4510.     :im=\E[4h:is=\E[m:k9=\ENo:k;=\ENp:kA=\E[L:kB=\E[Z:\
  4511.     :kC=\E[2J:kD=\E[P:kI=\E[@:kL=\E[M:kb=^H:kd=\E[B:\
  4512.     :kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:me=\E[m:\
  4513.     :mr=\E[7m:nd=\E[C:nw=^M^J:pf=\E[?4i:po=\E[?5i:\
  4514.     :..px=\E[%p1%d;%p2%l%dq%p2%s:r2=\Ec:rc=\E8:\
  4515.     :..sa=\E[0%?%p2%t;4%;%?%p1%p3%|%p4%|%p5%|%t;7%;m:\
  4516.     :sc=\E7:se=\E[m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:ue=\E[m:\
  4517.     :up=\E[A:us=\E[4m:
  4518.  
  4519.  
  4520. att630-24|5630-24|5630DMD-24|630MTG-24|AT&T 630 windowing terminal 24 lines:\
  4521.     :li#24:\
  4522.     :tc=att630:
  4523.  
  4524. # This entry was modified 3/13/90 by JWE.
  4525. # fixes include additions of enacs, correcting rep, and modification
  4526. # of kHOM.  (See comments below)
  4527. # has status line of 80 chars
  4528. # These were commented out: indn=\E[%p1%dS, rin=\E[%p1%dT,
  4529. # the k25 and up keys are used for shifted system Fkeys
  4530. # NOTE: JWE 3/13/90 The 98 key keyboard translation for shift/HOME is 
  4531. # currently the same as khome (unshifted HOME or \E[H).  On the 102, 102+1
  4532. # and 122 key keyboards, the 730's translation is \E[2J.  For consistency
  4533. # kHOM has been commented out.  The user can uncomment kHOM if using the
  4534. # 102, 102+1, or 122 key keyboards
  4535. #       kHOM=\E[2J,
  4536. # (untranslatable capabilities removed to fit entry within 1023 bytes)
  4537. # WARNING: this entry, 1063 bytes long, may core-dump older termcap libraries!
  4538. att730|730MTG|AT&T 730 windowing terminal Version:\
  4539.     :NP:am:da:db:es:hs:mi:ms:xn:xo:\
  4540.     :Nl#24:co#80:it#8:lh#2:li#60:lm#0:lw#8:ws#80:\
  4541.     :#4=\E[ @:%i=\E[ A:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:\
  4542.     :DO=\E[%dB:F1=\ENq:F2=\ENr:F3=\ENs:F4=\ENt:F5=\ENu:\
  4543.     :F6=\ENv:F7=\ENw:F8=\ENx:F9=\ENy:FA=\ENz:FB=\EN{:\
  4544.     :FC=\EN|:FD=\EN}:FE=\EN~:FF=\EOC:FG=\EOD:FH=\EOE:\
  4545.     :FI=\EOF:FJ=\EOG:FK=\EOH:FL=\EOI:FM=\EOJ:FN=\ENO:\
  4546.     :FO=\ENP:FP=\ENQ:FQ=\ENR:FR=\ENS:FS=\ENT:FT=\EOU:\
  4547.     :FU=\EOV:FV=\EOW:FW=\EOX:FX=\EOY:FY=\EOZ:FZ=\EO[:\
  4548.     :Fa=\EO :Fb=\EO]:Fc=\EO^:IC=\E[%d@:LE=\E[%dD:\
  4549.     :LF=\E[?13h:LO=\E[?13l:RI=\E[%dC:RX=\E[?21l:\
  4550.     :SX=\E[?21h:UP=\E[%dA:ZF=\E#6:\
  4551.     :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
  4552.     :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[J:\
  4553.     :ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:\
  4554.     :cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:do=\E[B:eA=\E(B\E)0:\
  4555.     :ei=\E[4l:fs=\E8:ho=\E[H:\
  4556.     :i1=\E[8;0|\E[?3;4;5;13;15l\E[13;20l\E[?7h\E[12h\E(B\E)B:\
  4557.     :i2=\E(B\E)0:im=\E[4h:is=\E[0m\017:k1=\EOc:k2=\EOd:\
  4558.     :k3=\EOe:k4=\EOf:k5=\EOg:k6=\EOh:k7=\EOi:k8=\EOj:\
  4559.     :k9=\ENo:k;=\ENp:kA=\E[L:kB=\E[Z:kC=\E[2J:kF=\E[S:\
  4560.     :kI=\E[@:kR=\E[T:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:\
  4561.     :kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m\017:\
  4562.     :mh=\E[2m:mk=\E[8m:mr=\E[7m:nd=\E[C:nw=\EE:pf=\E[?4i:\
  4563.     ::po=\E[?5i:ps=\E[?19h\E[0i::r2=\Ec\E[?3l:rc=\E8:::\
  4564.     :sc=\E7:se=\E[27m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:\
  4565.     :ts=\E7\E[;%i%p1%dx:ue=\E[24m:up=\E[A:us=\E[4m:\
  4566.     :vb=\E[?5h\E[?5l:ve=\E[?25h\E[?12l:vi=\E[?25l:\
  4567.     :vs=\E[?12;25h::
  4568.  
  4569. att730-41|730MTG-41|AT&T 730-41 windowing terminal Version:\
  4570.     :li#41:\
  4571.     :tc=att730:
  4572.  
  4573. att730-24|730MTG-24|AT&T 730-24 windowing terminal Version:\
  4574.     :li#24:\
  4575.     :tc=att730:
  4576.  
  4577. att730r|730MTGr|AT&T 730 rev video windowing terminal Version:\
  4578.     :i1=\E[8;0|\E[?3;4;13;15l\E[?5h\E[13;20l\E[?7h\E[12h\E(B\E)B:\
  4579.     :vb=\E[?5l\E[?5h:tc=att730:
  4580.  
  4581. att730r-41|730MTG-41r|AT&T 730r-41 rev video windowing terminal Version:\
  4582.     :li#41:\
  4583.     :tc=att730r:
  4584.  
  4585. att730r-24|730MTGr-24|AT&T 730r-24 rev video windowing terminal Version:\
  4586.     :li#24:\
  4587.     :tc=att730r:
  4588.  
  4589.  
  4590. # 05-Aug-86:
  4591. # The following Terminfo entry describes functions which are supported by
  4592. # the AT&T 5430/pt505 terminal software version 2 and later.
  4593. #
  4594. # The following represents the screen layout along with the associated
  4595. # bezel buttons for the 5430/pt505 terminal. The "kf" designations do
  4596. # not appear on the screen but are shown to reference the bezel buttons.
  4597. # The "CMD", "MAIL", and "REDRAW" buttons are shown in their approximate
  4598. # position relative to the screen.
  4599. #
  4600. #
  4601. #
  4602. #      +----------------------------------------------------------------+
  4603. #      |                                                                |
  4604. # XXXX | kf0                                                       kf24 | XXXX
  4605. #      |                                                                |
  4606. #      |                                                                |
  4607. # XXXX | kf1                                                       kf23 | XXXX
  4608. #      |                                                                |
  4609. #      |                                                                |
  4610. # XXXX | kf2                                                       kf22 | XXXX
  4611. #      |                                                                |
  4612. #      |                                                                |
  4613. # XXXX | kf3                                                       kf21 | XXXX
  4614. #      |                                                                |
  4615. #      |                                                                |
  4616. # XXXX | kf4                                                       kf20 | XXXX
  4617. #      |                                                                |
  4618. #      |                                                                |
  4619. # XXXX | kf5                                                       kf19 | XXXX
  4620. #      |                                                                |
  4621. #      |                                                                |
  4622. # XXXX | kf6                                                       kf18 | XXXX
  4623. #      |                                                                |
  4624. #      |                                                                |
  4625. # XXXX |                                                                | XXXX
  4626. #      |                                                                |
  4627. #      |                                                                |
  4628. #      +----------------------------------------------------------------+
  4629. #
  4630. #          XXXX  XXXX  XXXX  XXXX  XXXX  XXXX  XXXX  XXXX  XXXX  XXXX
  4631. #
  4632. # Note: XXXX represents the screen buttons
  4633. #                                                          CMD   REDRAW
  4634. #
  4635. #                                                          MAIL
  4636. #
  4637. # Depression of the "CMD" key sends    \E!    (kcmd)
  4638. # Depression of the "MAIL" key sends   \E[26s (kf26)
  4639. # "REDRAW" same as "REFRESH" (krfr)
  4640. #
  4641. # "kf" functions adds carriage return to output string if terminal is in
  4642. # 'new line' mode.
  4643. #
  4644. # The following are functions not covered in the table above:
  4645. #
  4646. #       Set keyboard character (SKC): \EPn1;Pn2w
  4647. #                       Pn1= 0 Back Space key
  4648. #                       Pn1= 1 Break key
  4649. #                       Pn2=   Program char (hex)
  4650. #
  4651. #       Screen Definition (SDF): \E[Pn1;Pn2;Pn3;Pn4;Pn5t
  4652. #                       Pn1=     Window number (1-39)
  4653. #                       Pn2-Pn5= Y;X;Y;X coordinates
  4654. #
  4655. #       Screen Selection (SSL): \E[Pnu
  4656. #                       Pn= Window number
  4657. #
  4658. #       Set Terminal Modes (SM): \E[Pnh
  4659. #                       Pn= 3 Graphics mode
  4660. #                       Pn= > Cursor blink
  4661. #                       Pn= < Enter new line mode
  4662. #                       Pn= = Enter reverse insert/replace mode
  4663. #                       Pn= ? Enter no scroll mode
  4664. #
  4665. #       Reset Terminal Mode (RM): \E[Pnl
  4666. #                       Pn= 3 Exit graphics mode
  4667. #                       Pn= > Exit cursor blink
  4668. #                       Pn= < Exit new line mode
  4669. #                       Pn= = Exit reverse insert/replace mode
  4670. #                       Pn= ? Exit no scroll mode
  4671. #
  4672. #       Screen Status Report (SSR): \E[Pnp
  4673. #                       Pn= 0 Request current window number
  4674. #                       Pn= 1 Request current window dimensions
  4675. #
  4676. #       Device Status Report (DSR): \E[6n    Request cursor position
  4677. #
  4678. #       Call Status Report (CSR): \E[Pnv
  4679. #                       Pn= 0 Call failed
  4680. #                       Pn= 1 Call successful
  4681. #
  4682. #       Transparent Button String (TBS): \E[Pn1;Pn2;Pn3;{string
  4683. #                       Pn1= Button number to be loaded
  4684. #                       Pn2= Character count of "string"
  4685. #                       Pn3= Key mode being loaded:
  4686. #                               0= Unshifted
  4687. #                               1= Shifted
  4688. #                               2= Control
  4689. #                       String= Text string (15 chars max)
  4690. #
  4691. #       Screen Number Report (SNR): \E[Pnp
  4692. #                       Pn= Screen number
  4693. #
  4694. #       Screen Dimension Report (SDR): \E[Pn1;Pn2r
  4695. #                       Pn1= Number of rows available in window
  4696. #                       Pn2= Number of columns available in window
  4697. #
  4698. #       Cursor Position Report (CPR): \E[Pn1;Pn2R
  4699. #                       Pn1= "Y" Position of cousor
  4700. #                       Pn2= "X" Position of cursor
  4701. #
  4702. #       Request Answer Back (RAB): \E[c
  4703. #
  4704. #       Answer Back Response (ABR): \E[?;*;30;VSV
  4705. #                       *=  0 No printer available
  4706. #                       *=  2 Printer available
  4707. #                       V=  Software version number
  4708. #                       SV= Software sub version number
  4709. #
  4710. #       Screen Alingment Aid: \En
  4711. #
  4712. #       Bell (lower pitch): \E[x
  4713. #
  4714. #       Dial Phone Number: \EPdstring\
  4715. #                       string= Phone number to be dialed
  4716. #
  4717. #       Set Phone Labels: \EPpstring\
  4718. #                       string= Label for phone buttons
  4719. #
  4720. #       Set Clock: \EPchour;minute;second\
  4721. #
  4722. #       Position Clock: \EPsY;X\
  4723. #                       Y= "Y" coordinate
  4724. #                       X= "X" coordinate
  4725. #
  4726. #       Delete Clock: \Epr\
  4727. #
  4728. #       Programming The Function Buttons: \EPfPn;string\
  4729. #                       Pn= Button number (00-06, 18-24)
  4730. #                                         (kf00-kf06, kf18-kf24)
  4731. #                       string= Text to sent on button depression
  4732. #
  4733. #       Request For Local Directory Data: \EPp12;\
  4734. #
  4735. #       Local Directory Data to host: \EPp11;LOCAL...DIRECTORY...DATA\
  4736. #
  4737. #    Request for Local Directory Data in print format: \EPp13;\
  4738. #
  4739. #    Enable 'Prt on Line' mode: \022 (DC2)
  4740. #
  4741. #    Disable 'Prt on Line' mode: \024 (DC4)
  4742. #
  4743. att505|pt505|att5430|gs5430|AT&T Personal Terminal 505 or 5430 GETSET terminal:\
  4744.     :am:xo:\
  4745.     :co#80:it#8:li#24:\
  4746.     :&2=\E[27s:@4=\E!:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:\
  4747.     :DO=\E[%dB:F8=\E[18s:F9=\E[19s:FA=\E[20s:FB=\E[21s:\
  4748.     :FC=\E[22s:FD=\E[23s:FE=\E24s:FG=\E26s:LE=\E[%dD:\
  4749.     :RA=\E[11;1j:RI=\E[%dC:SA=\E[11;0j:UP=\E[%dA:\
  4750.     :ae=\E[10m:al=\E[L:as=\E[11m:bl=^G:cb=\E2K:cd=\E[0J:\
  4751.     :ce=\E[0K:cl=\E[2J\E[H:cm=\E[%d;%dH:cr=^M:dc=\E[P:\
  4752.     :dl=\E[M:do=\E[B:ei=\E[4l:ho=\E[H:\
  4753.     :i1=\EPr\\E[0u\E[2J\E[0;0H\E[0m\E[3l\E[<l\E[4l\E[>l\E[=l\E[?l:\
  4754.     :im=\E[4h:k0=\E[00s:k1=\E[01s:k2=\E[02s:k3=\E[03s:\
  4755.     :k4=\E[04s:k5=\E[05s:k6=\E[06s:kb=^H:kd=\E[B:kl=\E[D:\
  4756.     :kr=\E[C:ku=\E[A:le=\E[D:mb=\E[5m:md=\E[1m:me=\E[0m:\
  4757.     :mr=\E[7m:nd=\E[C:pf=\E[4i:po=\E[5i:r1=\Ec:rc=\E8:\
  4758.     :sc=\E7:se=\E[0m:sf=^J:so=\E[1m:ta=^I:ue=\E[0m:\
  4759.     :up=\E[A:us=\E[4m:ve=\E[>l:vs=\E[>h:
  4760.  
  4761. #
  4762. # The following Terminfo entry describes functions which are supported by
  4763. # the AT&T 5430/pt505 terminal software version 1.
  4764. #
  4765. # The following represents the screen layout along with the associated
  4766. # bezel buttons for the 5430/pt505 terminal. The "kf" designations do
  4767. # not appear on the screen but are shown to reference the bezel buttons.
  4768. # The "CMD", "MAIL", and "REDRAW" buttons are shown in their approximate
  4769. # position relative to the screen.
  4770. #
  4771. #
  4772. #
  4773. #      +----------------------------------------------------------------+
  4774. #      |                                                                |
  4775. # XXXX | kf0                                                       kf24 | XXXX
  4776. #      |                                                                |
  4777. #      |                                                                |
  4778. # XXXX | kf1                                                       kf23 | XXXX
  4779. #      |                                                                |
  4780. #      |                                                                |
  4781. # XXXX | kf2                                                       kf22 | XXXX
  4782. #      |                                                                |
  4783. #      |                                                                |
  4784. # XXXX | kf3                                                       kf21 | XXXX
  4785. #      |                                                                |
  4786. #      |                                                                |
  4787. # XXXX | kf4                                                       kf20 | XXXX
  4788. #      |                                                                |
  4789. #      |                                                                |
  4790. # XXXX | kf5                                                       kf19 | XXXX
  4791. #      |                                                                |
  4792. #      |                                                                |
  4793. # XXXX | kf6                                                       kf18 | XXXX
  4794. #      |                                                                |
  4795. #      |                                                                |
  4796. # XXXX |                                                                | XXXX
  4797. #      |                                                                |
  4798. #      |                                                                |
  4799. #      +----------------------------------------------------------------+
  4800. #
  4801. #          XXXX  XXXX  XXXX  XXXX  XXXX  XXXX  XXXX  XXXX  XXXX  XXXX
  4802. #
  4803. # Note: XXXX represents the screen buttons
  4804. #                                                          CMD   REDRAW
  4805. #
  4806. #                                                          MAIL
  4807. #
  4808. #       Depression of the "CMD" key sends    \E!    (kcmd)
  4809. # Depression of the "MAIL" key sends   (note) (kf26)
  4810. # "REDRAW" same as "REFRESH" (krfr)    (note)
  4811. #
  4812. # note: The character string sent by key 'kf26' may be user programmable
  4813. #       to send either \E[16s, or \E[26s.
  4814. #       The character string sent by key 'krfr' may be user programmable
  4815. #       to send either \E[17s, or \E[27s.
  4816. #
  4817. # "kf" functions adds carriage return to output string if terminal is in
  4818. # 'new line' mode.
  4819. #
  4820. # The following are functions not covered in the table above:
  4821. #
  4822. #       Set keyboard character (SKC):
  4823. #
  4824. #               \EPn1;Pn2w
  4825. #
  4826. #                       Pn1= 0 Back Space key
  4827. #                       Pn1= 1 Break key
  4828. #                       Pn2=   Program char (hex)
  4829. #
  4830. #       Screen Definition (SDF):
  4831. #
  4832. #               \E[Pn1;Pn2;Pn3;Pn4;Pn5t
  4833. #
  4834. #                       Pn1=     Window number (1-39)
  4835. #                       Pn2-Pn5= Y;X;Y;X coordinates
  4836. #
  4837. #       Screen Selection (SSL):
  4838. #
  4839. #               \E[Pnu
  4840. #
  4841. #                       Pn= Window number
  4842. #
  4843. #       Set Terminal Modes (SM):
  4844. #
  4845. #               \E[Pnh
  4846. #
  4847. #                       Pn= 3 Graphics mode
  4848. #                       Pn= > Cursor blink
  4849. #                       Pn= < Enter new line mode
  4850. #                       Pn= = Enter reverse insert/replace mode
  4851. #                       Pn= ? Enter no scroll mode
  4852. #
  4853. #       Reset Terminal Mode (RM):
  4854. #
  4855. #               \E[Pnl
  4856. #
  4857. #                       Pn= 3 Exit graphics mode
  4858. #                       Pn= > Exit cursor blink
  4859. #                       Pn= < Exit new line mode
  4860. #                       Pn= = Exit reverse insert/replace mode
  4861. #                       Pn= ? Exit no scroll mode
  4862. #
  4863. #       Screen Status Report (SSR):
  4864. #
  4865. #               \E[Pnp
  4866. #
  4867. #                       Pn= 0 Request current window number
  4868. #                       Pn= 1 Request current window dimensions
  4869. #
  4870. #       Device Status Report (DSR):
  4871. #
  4872. #               \E[6n    Request cursor position
  4873. #
  4874. #       Call Status Report (CSR):
  4875. #
  4876. #               \E[Pnv
  4877. #
  4878. #                       Pn= 0 Call failed
  4879. #                       Pn= 1 Call successful
  4880. #
  4881. #       Transparent Button String (TBS):
  4882. #
  4883. #               \E[Pn1;Pn2;Pn3;{string
  4884. #
  4885. #                       Pn1= Button number to be loaded
  4886. #                       Pn2= Character count of "string"
  4887. #                       Pn3= Key mode being loaded:
  4888. #                               0= Unshifted
  4889. #                               1= Shifted
  4890. #                               2= Control
  4891. #                       String= Text string (15 chars max)
  4892. #
  4893. #       Screen Number Report (SNR):
  4894. #
  4895. #               \E[Pnp
  4896. #
  4897. #                       Pn= Screen number
  4898. #
  4899. #       Screen Dimension Report (SDR):
  4900. #
  4901. #               \E[Pn1;Pn2r
  4902. #
  4903. #                       Pn1= Number of rows available in window
  4904. #                       Pn2= Number of columns available in window
  4905. #
  4906. #       Cursor Position Report (CPR):
  4907. #
  4908. #               \E[Pn1;Pn2R
  4909. #
  4910. #                       Pn1= "Y" Position of cousor
  4911. #                       Pn2= "X" Position of cursor
  4912. #
  4913. #       Request Answer Back (RAB):
  4914. #
  4915. #               \E[c
  4916. #
  4917. #       Answer Back Response (ABR):
  4918. #
  4919. #               \E[?;0;30;VSV
  4920. #
  4921. #                       V=  Software version number
  4922. #                       SV= Software sub version number
  4923. #
  4924. #       Screen Alignment Aid:
  4925. #
  4926. #               \En
  4927. #
  4928. #       Bell (lower pitch):
  4929. #
  4930. #               \E[x
  4931. #
  4932. #       Dial Phone Number:
  4933. #
  4934. #               \EPdstring\
  4935. #
  4936. #                       string= Phone number to be dialed
  4937. #
  4938. #       Set Phone Labels:
  4939. #
  4940. #               \EPpstring\
  4941. #
  4942. #                       string= Label for phone buttons
  4943. #
  4944. #       Set Clock:
  4945. #
  4946. #               \EPchour;minute;second\
  4947. #
  4948. #       Position Clock:
  4949. #
  4950. #               \EPsY;X\
  4951. #
  4952. #                       Y= "Y" coordinate
  4953. #                       X= "X" coordinate
  4954. #
  4955. #       Delete Clock:
  4956. #
  4957. #               \Epr\
  4958. #
  4959. #       Programming The Function Buttons:
  4960. #
  4961. #               \EPfPn;string\
  4962. #
  4963. #                       Pn= Button number (00-06, 18-24)
  4964. #                                         (kf00-kf06, kf18-kf24)
  4965. #
  4966. #                       string= Text to sent on button depression
  4967. #
  4968. #
  4969. #
  4970. #                             05-Aug-86
  4971. #
  4972. att505-24|pt505-24|gs5430-24| AT&T PT505 or 5430 GETSET version 1 24 lines:\
  4973.     :am:xo:\
  4974.     :co#80:it#8:li#24:\
  4975.     :&2=\E[27s:@4=\E!:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:\
  4976.     :DO=\E[%dB:F8=\E[18s:F9=\E[19s:FA=\E[20s:FB=\E[21s:\
  4977.     :FC=\E[22s:FD=\E[23s:FE=\E24s:FG=\E26s:LE=\E[%dD:\
  4978.     :RI=\E[%dC:UP=\E[%dA:ae=\E[10m:al=\E[L:as=\E[11m:\
  4979.     :bl=^G:cb=\E2K:cd=\E[0J:ce=\E[0K:cl=\E[2J\E[H:\
  4980.     :cm=\E[%d;%dH:cr=^M:dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:\
  4981.     :ho=\E[H:\
  4982.     :i1=\EPr\\E[0u\E[2J\E[0;0H\E[0m\E[3l\E[<l\E[4l\E[>l\E[=l\E[?l:\
  4983.     :im=\E[4h:k0=\E[00s:k1=\E[01s:k2=\E[02s:k3=\E[03s:\
  4984.     :k4=\E[04s:k5=\E[05s:k6=\E[06s:kb=^H:kd=\E[B:kl=\E[D:\
  4985.     :kr=\E[C:ku=\E[A:le=\E[D:mb=\E[5m:md=\E[1m:me=\E[0m:\
  4986.     :mr=\E[7m:nd=\E[C:r1=\Ec:se=\E[0m:sf=^J:so=\E[1m:\
  4987.     :ta=^I:ue=\E[0m:up=\E[A:us=\E[4m:ve=\E[>l:vs=\E[>h:
  4988. att505-22|pt505-22|gs5430-22| AT&T PT505 or 5430 GETSET version 1 22 lines:\
  4989.     :li#22:\
  4990.     :tc=att505-24:
  4991. #
  4992. # -------------------- TERMINFO FILE CAN BE SPLIT HERE -----------------------
  4993. # This cut mark helps make life less painful for people running ncurses tic
  4994. # on machines with relatively little RAM.  The file can be broken in half here
  4995. # cleanly and compiled in sections -- no `use' references cross this cut
  4996. # going forward.
  4997. #
  4998.  
  4999. #### Ampex (Dialogue)
  5000. #
  5001. # Yes, these are the same people who are better-known for making audio- and
  5002. # videotape.  I'm told they are located in Redwood City, CA.
  5003.  
  5004. # From: <cbosg!ucbvax!SRC:george> Fri Sep 11 22:38:32 1981
  5005. # (ampex80: mapped ":pt:" to default tabs; some capabilities merged in from
  5006. # SCO's entry -- esr)
  5007. ampex80|a80|d80|dialogue|dialogue80|ampex dialogue 80:\
  5008.     :am:bs:bw:pt:ul:\
  5009.     :co#80:li#24:\
  5010.     :al=\EE:bl=^G:bt=\EI:cd=\Ey:ce=\Et:cl=\E*:\
  5011.     :cm=\E=%+ %+ :cr=^M:ct=\E3:dc=\EW:dl=\ER:do=^J:ei=:\
  5012.     :ic=\EQ:im=:is=\EA:le=^H:nd=^L:se=\Ek:sf=^J:so=\Ej:\
  5013.     :st=\E1:ta=^I:ue=\Em:up=^K:us=\El:
  5014. # This entry was from somebody anonymous, Tue Aug  9 20:11:37 1983, who wrote:
  5015. ampex175|ampex d175:\
  5016.     :am:\
  5017.     :co#80:li#24:\
  5018.     :al=\EE:bl=^G:cd=\Ey:ce=\Et:cl=\E+:cm=\E=%+ %+ :\
  5019.     :cr=^M:dc=\EW:dl=\ER:do=^J:ei=:ho=^^:ic=\EQ:im=:\
  5020.     :is=\EX\EA\EF:kA=\EE:kD=\EW:kI=\EQ:kL=\ER:kd=^J:\
  5021.     :kh=^^:kl=^H:kr=^L:ku=^K:le=^H:ll=^^^K:nd=^L:se=\Ek:\
  5022.     :sf=^J:so=\Ej:te=\EF:ti=\EN:ue=\Em:up=^K:us=\El:
  5023. # No backspace key in the main QWERTY cluster. Fortunately, it has a
  5024. # NEWLINE/PAGE key just above RETURN that sends a strange single-character
  5025. # code.  Given a suitable Unix (one that lets you set an echo-erase-as-BS-SP-BS
  5026. # mode), this key can be used as the erase key; I find I like this. Because
  5027. # some people and some systems may not, there is another termcap ("ampex175")
  5028. # that suppresses this little eccentricity by omitting the relevant capability.
  5029. ampex175-b|ampex d175 using left arrow for erase:\
  5030.     :kb=^_:tc=ampex175:
  5031. # From: Richard Bascove <atd!dsd!rcb@ucbvax.berkeley.edu>
  5032. # (ampex210: removed obsolete ":kn#10:"; mapped ":pt:" to default tabs -- esr)
  5033. ampex210|a210|ampex a210:\
  5034.     :am:bs:hs:pt:xn:\
  5035.     :co#80:li#24:sg#1:ug#1:\
  5036.     :al=\EE:bt=\EI:cd=\Ey:ce=\Et:cl=\E*:cm=\E=%+ %+ :\
  5037.     :dc=\EW:dl=\ER:ei=:fs=\E.2:ho=^^:ic=\EQ:\
  5038.     :if=/usr/share/tabset/std:im=:\
  5039.     :is=\EC\Eu\E'\E(\El\EA\E%\E{\E.2\EG0\Ed\En:k0=^A0\r:\
  5040.     :k1=^A1\r:k2=^A2\r:k3=^A3\r:k4=^A4\r:k5=^A5\r:\
  5041.     :k6=^A6\r:k7=^A7\r:k8=^A8\r:k9=^A9\r:kd=^V:kh=^^:\
  5042.     :kl=^H:kr=^L:ku=^K:nd=^L:se=\EG0:so=\EG4:\
  5043.     :ts=\E.0\Eg\E}\Ef:ue=\EG0:up=^K:us=\EG8:\
  5044.     :vb=\EU\EX\EU\EX\EU\EX\EU\EX:
  5045. ampex219|ampex-219|amp219|Ampex with Automargins:\
  5046.     :hs:xn:\
  5047.     :co#80:it#8:li#24:\
  5048.     :bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:\
  5049.     :cm=\E[%i%d;%dH:cr=^M:cs=%i\E[%2;%2r:do=\E[B:ho=\E[H:\
  5050.     :is=\E>\E[?1l\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
  5051.     :k0=\E[21~:k1=\E[7~:k2=\E[8~:k3=\E[9~:k4=\E[10~:\
  5052.     :k5=\E[11~:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:\
  5053.     :kd=\E[B:ke=\E>:kh=\E[H:kl=\E[D:kr=\E[C:ks=\E=:\
  5054.     :ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[0m:mh=\E[1m:\
  5055.     :mr=\E[7m:nd=\E[C:se=\E[0m:sf=^J:so=\E[7m:sr=\EM:\
  5056.     :ta=^I:ue=\E[0m:up=\E[A:us=\E[4m:
  5057. ampex219w|ampex-219w|amp219w|Ampex 132 cols:\
  5058.     :co#132:li#24:\
  5059.     :bl=^G:cr=^M:do=^J:\
  5060.     :is=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h:sf=^J:\
  5061.     :vs=\E[?3h:tc=ampex219:
  5062. ampex232|ampex-232|Ampex Model 232:\
  5063.     :am:\
  5064.     :co#80:li#24:sg#1:ug#1:\
  5065.     :al=5*\EE:bt=\EI:cd=\EY:ce=\ET:cl=\E+:cm=\E=%+ %+ :\
  5066.     :dc=\EW:dl=5*\ER:do=^V:ei=:ic=\EQ:\
  5067.     :if=/usr/lib/tabset/ampex:im=:is=\Eg\El:k0=^A@\r:\
  5068.     :k1=^AA\r:k2=^AB\r:k3=^AC\r:k4=^AD\r:k5=^AE\r:\
  5069.     :k6=^AF\r:k7=^AG\r:k8=^AH\r:k9=^AI\r:kb=^H:kd=^V:\
  5070.     :kh=^^:kl=^H:kr=^L:ku=^K:le=^H:nd=^L:se=\EG0:so=\EG4:\
  5071.     :ta=^I:ue=\EG0:up=^K:us=\EG8:\
  5072.     :vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:\
  5073.     :ve=\E.4:vi=\E.0:
  5074. ampex232w|Ampex Model 232 / 132 columns:\
  5075.     :co#132:li#24:\
  5076.     :if=/usr/lib/tabset/amp-132:is=\E\034Eg\El:tc=ampex232:
  5077.  
  5078. #### Ann Arbor (aa)
  5079. #
  5080.  
  5081. # Originally from Mike O'Brien@Rand and Howard Katseff at Bell Labs.
  5082. # Highly modified 6/22 by Mike O'Brien.
  5083. # split out into several for the various screen sizes by dave-yost@rand
  5084. # Modifications made 3/82 by Mark Horton
  5085. # Modified by Tom Quarles at UCB for greater efficiency and more diversity
  5086. # status line moved to top of screen, :vb: removed 5/82
  5087. # Some unknown person at SCO then hacked the init strings to make them more
  5088. # efficient.
  5089. #
  5090. # assumes the following setup:
  5091. #   A menu: 0000 1010  0001 0000
  5092. #   B menu: 9600  0100 1000  0000 0000  1000 0000  17  19
  5093. #   C menu: 56   66   0    0    9600  0110 1100
  5094. #   D menu: 0110 1001   1   0
  5095. #
  5096. #    Briefly, the settings are for the following modes:
  5097. #       (values are for bit set/clear with * indicating our preference
  5098. #        and the value used to test these termcaps)
  5099. #    Note that many of these settings are irelevent to the termcap
  5100. #    and are just set to the default mode of the terminal as shipped
  5101. #    by the factory.
  5102. #
  5103. # A menu: 0000 1010  0001 0000
  5104. #    Block/underline cursor*
  5105. #    blinking/nonblinking cursor*
  5106. #    key click/no key click*
  5107. #    bell/no bell at column 72*
  5108. #
  5109. #    key pad is cursor control*/key pad is numeric
  5110. #    return and line feed/return for <cr> key *
  5111. #    repeat after .5 sec*/no repeat
  5112. #    repeat at 25/15 chars per sec. *
  5113. #
  5114. #    hold data until pause pressed/process data unless pause pressed*
  5115. #    slow scroll/no slow scroll*
  5116. #    Hold in area/don't hold in area*
  5117. #    functions keys have default*/function keys disabled on powerup
  5118. #
  5119. #    show/don't show position of cursor during page transmit*
  5120. #    unused
  5121. #    unused
  5122. #    unused
  5123. #
  5124. # B menu: 9600  0100 1000  0000 0000  1000 0000  17  19
  5125. #    Baud rate (9600*)
  5126. #
  5127. #    2 bits of parity - 00=odd,01=even*,10=space,11=mark
  5128. #    1 stop bit*/2 stop bits
  5129. #    parity error detection off*/on
  5130. #
  5131. #    keyboard local/on line*
  5132. #    half/full duplex*
  5133. #    disable/do not disable keyboard after data transmission*
  5134. #
  5135. #    transmit entire page/stop transmission at cursor*
  5136. #    transfer/do not transfer protected characters*
  5137. #    transmit all characters/transmit only selected characters*
  5138. #    transmit all selected areas/transmit only 1 selected area*
  5139. #
  5140. #    transmit/do not transmit line seperators to host*
  5141. #    transmit/do not transmit page tab stops tabs to host*
  5142. #    transmit/do not transmit column tab stop tabs to host*
  5143. #    transmit/do not transmit graphics control (underline,inverse..)*
  5144. #
  5145. #    enable*/disable auto XON/XOFF control
  5146. #    require/do not require receipt of a DC1 from host after each LF*
  5147. #    pause key acts as a meta key/pause key is pause*
  5148. #    unused
  5149. #
  5150. #    unused
  5151. #    unused
  5152. #    unused
  5153. #    unused
  5154. #
  5155. #    XON character (17*)
  5156. #    XOFF character (19*)
  5157. #
  5158. # C menu: 56   66   0    0    9600  0110 1100
  5159. #    number of lines to print data on (printer) (56*)
  5160. #
  5161. #    number of lines on a sheet of paper (printer) (66*)
  5162. #
  5163. #    left margin (printer) (0*)
  5164. #
  5165. #    number of pad chars on new line to printer (0*)
  5166. #
  5167. #    printer baud rate (9600*)
  5168. #
  5169. #    printer parity: 00=odd,01=even*,10=space,11=mark
  5170. #    printer stop bits: 2*/1
  5171. #    print/do not print guarded areas*
  5172. #
  5173. #    new line is: 01=LF,10=CR,11=CRLF*
  5174. #    unused
  5175. #    unused
  5176. #
  5177. # D menu: 0110 1001   1   0
  5178. #    LF is newline/LF is down one line, same column*
  5179. #    wrap to preceeding line if move left from col 1*/don't wrap
  5180. #    wrap to next line if move right from col 80*/don't wrap
  5181. #    backspace is/is not destructive*
  5182. #
  5183. #    display*/ignore DEL character
  5184. #    display will not/will scroll*
  5185. #    page/column tab stops*
  5186. #    erase everything*/erase unprotected only
  5187. #
  5188. #    editing extent: 0=display,1=line*,2=field,3=area
  5189. #
  5190. #    unused
  5191. #
  5192.  
  5193. annarbor|4080|ann arbor 4080:\
  5194.     :am:\
  5195.     :co#80:li#40:\
  5196.     :bl=^G:cl=\014:\
  5197.     :..cm=\017%p2%{10}%/%{16}%*%p2%{10}%m%+%c%p1%?%p1%{19}%>%t%{12}%+%;%'@'%+%c:\
  5198.     :cr=^M:ct=^^P^P:do=^J:ho=^K:kb=^^:kd=^J:kh=^K:kl=^H:\
  5199.     :kr=^_:ku=^N:le=^H:nd=^_:sf=^J:st=^]^P1:ta=^I:up=^N:
  5200.  
  5201. # If you're using the GNU termcap library, add
  5202. #    :cS=\E[%d;%d;%d;%dp:
  5203. # to these capabilities.  This is the nonstandard GNU termcap scrolling
  5204. # capability, arguments are:
  5205. #   1. Total number of lines on the screen.
  5206. #   2. Number of lines above desired scroll region.
  5207. #   3. Number of lines below (outside of) desired scroll region.
  5208. #   4. Total number of lines on the screen, the same as the first parameter.
  5209. # The generic Ann Arbor entry is the only one that uses this.
  5210. aaa+unk|aaa-unk|ann arbor ambassador (internal - don't use this directly):\
  5211.     :5i:am:km:mi:xo:\
  5212.     :co#80:it#8:\
  5213.     :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:F1=\EOK:\
  5214.     :F2=\EOL:F3=\EOM:F4=\EON:F5=\EOO:F6=\EOP:F7=\EOQ:\
  5215.     :F8=\EOR:F9=\EOS:FA=\EOT:FB=\EOU:FC=\EOV:FD=\EOW:\
  5216.     :FE=\EOX:IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
  5217.     :al=\E[L:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:ch=\E[%+^AG:\
  5218.     :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:ct=\E[2g:\
  5219.     :cv=\E[%+^Ad:dc=\E[P:dl=\E[M:do=^K:ei=:ho=\E[H:\
  5220.     :i1=\E[m\E7\E[H\E9\E8:i2=\E[1Q\E[>20;30l\EP`+x~M\E\\:\
  5221.     :ic=\E[@:im=:k1=\EOA:k2=\EOB:k3=\EOC:k4=\EOD:k5=\EOE:\
  5222.     :k6=\EOF:k7=\EOG:k8=\EOH:k9=\EOI:k;=\EOJ:kA=\E[L:\
  5223.     :kB=\E[Z:kC=\E[J:kD=\E[P:kI=\E[@:kL=\E[M:kM=\E6:\
  5224.     :kb=^H:kd=\E[B:\
  5225.     :ke=\EP`>y~[[J`8xy~[[A`4xy~[[D`6xy~[[C`2xy~[[B\E\\:\
  5226.     :kh=\E[H:kl=\E[D:kr=\E[C:\
  5227.     :ks=\EP`>z~[[J`8xz~[[A`4xz~[[D`6xz~[[C`2xz~[[B\E\\:\
  5228.     :ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[0m:mk=\E[8m:\
  5229.     :mm=\E[>52h:mo=\E[>52l:mr=\E[7m:nd=\E[C:pO=\E[%dv:\
  5230.     :pf=^C:po=\E[v:ps=\E[0i:rc=\E8:\
  5231.     :..rp=%p1%c\E[%p2%{1}%-%db:\
  5232.     :..sa=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;m:\
  5233.     :sc=\E7:se=\E[m:sf=^K:so=\E[7m:st=\EH:ta=^I:ue=\E[m:\
  5234.     :up=\E[A:us=\E[4m:
  5235.  
  5236. aaa+rv:\
  5237.     :i1=\E[7m\E7\E[H\E9\E8:mb=\E[5;7m:md=\E[1;7m:\
  5238.     :me=\E[7m\016:mk=\E[7;8m:mr=\E[m:r1=\E[H\E[7m\E[J:\
  5239.     :..sa=\E[%?%p1%p3%|%!%t7;%;%?%p2%t4;%;%?%p4%t5;%;%?%p6%t1;%;%?%p7%t8;%;m:\
  5240.     :se=\E[7m:so=\E[m:ue=\E[7m:us=\E[4;7m:
  5241. # Ambassador with the DEC option, for partial vt100 compatibility.
  5242. aaa+dec:\
  5243.     :ac=aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz||}}:\
  5244.     :ae=^N:as=^O:cs=\E[%i%d;%dr:eA=\E(0:\
  5245.     :..sa=\E[%?%p1%p3%|%!%t7;%;%?%p2%t4;%;%?%p4%t5;%;%?%p6%t1;%;%?%p7%t8;%;m%?%p9%t\017%e\016%;:
  5246. aaa-18|ann arbor ambassador/18 lines:\
  5247.     :li#18:\
  5248.     :is=\E7\E[60;0;0;18p\E8:te=\E[60;0;0;18p\E[60;1H\E[K:\
  5249.     :ti=\E[18;0;0;18p:tc=aaa+unk:
  5250. aaa-18-rv|ann arbor ambassador/18 lines+reverse video:\
  5251.     :tc=aaa+rv:tc=aaa-18:
  5252. aaa-20|ann arbor ambassador/20 lines:\
  5253.     :li#20:\
  5254.     :is=\E7\E[60;0;0;20p\E8:te=\E[60;0;0;20p\E[60;1H\E[K:\
  5255.     :ti=\E[20;0;0;20p:tc=aaa+unk:
  5256. aaa-22|ann arbor ambassador/22 lines:\
  5257.     :li#22:\
  5258.     :is=\E7\E[60;0;0;22p\E8:te=\E[60;0;0;22p\E[60;1H\E[K:\
  5259.     :ti=\E[22;0;0;22p:tc=aaa+unk:
  5260. aaa-24|ann arbor ambassador/24 lines:\
  5261.     :li#24:\
  5262.     :is=\E7\E[60;0;0;24p\E8:te=\E[60;0;0;24p\E[60;1H\E[K:\
  5263.     :ti=\E[24;0;0;24p:tc=aaa+unk:
  5264. aaa-24-rv|ann arbor ambassador/24 lines+reverse video:\
  5265.     :tc=aaa+rv:tc=aaa-24:
  5266. aaa-26|ann arbor ambassador/26 lines:\
  5267.     :li#26:\
  5268.     :is=\E7\E[60;0;0;26p\E8:te=\E[60;0;0;26p\E[26;1H\E[K:\
  5269.     :ti=\E[H\E[J\E[26;0;0;26p:tc=aaa+unk:
  5270. aaa-28|ann arbor ambassador/28 lines:\
  5271.     :li#28:\
  5272.     :is=\E7\E[60;0;0;28p\E8:te=\E[60;0;0;28p\E[28;1H\E[K:\
  5273.     :ti=\E[H\E[J\E[28;0;0;28p:tc=aaa+unk:
  5274. aaa-30-s|aaa-s|ann arbor ambassador/30 lines w/status:\
  5275.     :es:hs:\
  5276.     :li#29:\
  5277.     :ds=\E7\E[60;0;0;30p\E[1;1H\E[K\E[H\E8\r\n\E[K:\
  5278.     :fs=\E[>51l:is=\r\n\E[A\E7\E[60;1;0;30p\E8:\
  5279.     :te=\E[60;1;0;30p\E[29;1H\E[K:\
  5280.     :ti=\E[H\E[J\E[30;1;0;30p\E[30;1H\E[K:\
  5281.     :ts=\E[>51h\E[1;%p1%dH\E[2K:tc=aaa+unk:
  5282. aaa-30-s-rv|aaa-s-rv|ann arbor ambassador/30 lines+status line+reverse video:\
  5283.     :tc=aaa+rv:tc=aaa-30-s:
  5284. aaa-s-ctxt|aaa-30-s-ctxt|ann arbor ambassador/30 lines+status line+save context:\
  5285.     :te=\E[60;1;0;30p\E[59;1H\E[K:\
  5286.     :ti=\E[30;1H\E[K\E[30;1;0;30p:tc=aaa-30-s:
  5287. aaa-s-rv-ctxt|aaa-30-s-rv-ct|aaa-30-srvctxt|ann arbor ambassador/30 lines; status line; saving context:\
  5288.     :te=\E[60;1;0;30p\E[59;1H\E[K:\
  5289.     :ti=\E[30;1H\E[K\E[30;1;0;30p:tc=aaa-30-s-rv:
  5290. aaa|aaa-30|ambas|ambassador|ann arbor ambassador/30 lines:\
  5291.     :li#30:\
  5292.     :is=\E7\E[60;0;0;30p\E8:te=\E[60;0;0;30p\E[30;1H\E[K:\
  5293.     :ti=\E[H\E[J\E[30;0;0;30p:tc=aaa+unk:
  5294. aaa-30-rv|aaa-rv|ann arbor ambassador/30 lines in reverse video:\
  5295.     :tc=aaa+rv:tc=aaa-30:
  5296. aaa-30-ctxt|aaa-ctxt|ann arbor ambassador/30 lines; saving context:\
  5297.     :te=\E[60;0;0;30p\E[60;1H\E[K:ti=\E[30;0;0;30p:tc=aaa-30:
  5298. aaa-30-rv-ctxt|aaa-rv-ctxt|ann arbor ambassador/30 lines; saving context:\
  5299.     :te=\E[60;0;0;30p\E[60;1H\E[K:ti=\E[30;0;0;30p:tc=aaa+rv:tc=aaa-30:
  5300. aaa-36|ann arbor ambassador/36 lines:\
  5301.     :li#36:\
  5302.     :is=\E7\E[60;0;0;36p\E8:te=\E[60;0;0;36p\E[36;1H\E[K:\
  5303.     :ti=\E[H\E[J\E[36;0;0;36p:tc=aaa+unk:
  5304. aaa-36-rv|ann arbor ambassador/36 lines+reverse video:\
  5305.     :tc=aaa+rv:tc=aaa-36:
  5306. aaa-40|ann arbor ambassador/40 lines:\
  5307.     :li#40:\
  5308.     :is=\E7\E[60;0;0;40p\E8:te=\E[60;0;0;40p\E[40;1H\E[K:\
  5309.     :ti=\E[H\E[J\E[40;0;0;40p:tc=aaa+unk:
  5310. aaa-40-rv|ann arbor ambassador/40 lines+reverse video:\
  5311.     :tc=aaa+rv:tc=aaa-40:
  5312. aaa-48|ann arbor ambassador/48 lines:\
  5313.     :li#48:\
  5314.     :is=\E7\E[60;0;0;48p\E8:te=\E[60;0;0;48p\E[48;1H\E[K:\
  5315.     :ti=\E[H\E[J\E[48;0;0;48p:tc=aaa+unk:
  5316. aaa-48-rv|ann arbor ambassador/48 lines+reverse video:\
  5317.     :tc=aaa+rv:tc=aaa-48:
  5318. aaa-60-s|ann arbor ambassador/59 lines plus status line:\
  5319.     :es:hs:\
  5320.     :li#59:\
  5321.     :ds=\E7\E[60;0;0;60p\E[1;1H\E[K\E[H\E8\r\n\E[K:\
  5322.     :fs=\E[>51l:is=\r\n\E[A\E7\E[60;1;0;60p\E8:\
  5323.     :ts=\E[>51h\E[1;%p1%dH\E[2K:tc=aaa+unk:
  5324. aaa-60-s-rv|ann arbor ambassador/59 lines+status line+reverse video:\
  5325.     :tc=aaa+rv:tc=aaa-60-s:
  5326. aaa-60-s-rv-dec|ann arbor ambassador/dec mode+59 lines+status line+rev video:\
  5327.     :tc=aaa+dec:tc=aaa+rv:tc=aaa-60-s:
  5328. aaa-60|ann arbor ambassador/60 lines:\
  5329.     :li#60:\
  5330.     :is=\E7\E[60;0;0;60p\E[1Q\E[m\E[>20;30l\E8:tc=aaa+unk:
  5331. aaa-60-rv|ann arbor ambassador/60 lines+reverse video:\
  5332.     :tc=aaa+rv:tc=aaa-60:
  5333. aaa-db|ann arbor ambassador 30/destructive backspace:\
  5334.     :i2=\E[1Q\E[m\E[>20l\E[>30h:le=\E[D:tc=aaa-30:
  5335.  
  5336. guru|guru-33|guru+unk|ann arbor guru/33 lines 80 cols:\
  5337.     :li#33:\
  5338.     :i2=\E[>59l:is=\E7\E[255;0;0;33;80;80p\E8\E[J:\
  5339.     :te=\E[255p\E[255;1H\E[K:ti=\E[33p:vb=\E[>59h\E[>59l:tc=aaa+unk:
  5340. guru+rv|guru changes for reverse video:\
  5341.     :i2=\E[>59h:vb=\E[>59l\E[>59h:
  5342. guru-rv|guru-33-rv|ann arbor guru/33 lines+reverse video:\
  5343.     :tc=guru+rv:tc=guru-33:
  5344. guru+s|changes for status line:\
  5345.     :es:hs:\
  5346.     :ds=\E7\E[;0p\E[1;1H\E[K\E[H\E8\r\n\E[K:fs=\E[>51l:\
  5347.     :te=\E[255;1p\E[255;1H\E[K:\
  5348.     :ts=\E[>51h\E[1;%p1%dH\E[2K:
  5349. guru-nctxt:\
  5350.     :ti=\E[H\E[J\E[33p\E[255;1H\E[K:tc=guru:
  5351. guru-s|guru-33-s|ann arbor guru/33 lines w/status line:\
  5352.     :li#32:\
  5353.     :is=\r\n\E[A\E7\E[255;1;0;33;80;80p\E8\E[J:\
  5354.     :ti=\E[33;1p\E[255;1H\E[K:tc=guru+s:tc=guru+unk:
  5355. guru-24:\
  5356.     :co#80:li#24:\
  5357.     :is=\E7\E[255;0;0;24;80;80p\E8\E[J:ti=\E[24p:tc=guru+unk:
  5358. guru-44:\
  5359.     :co#97:li#44:\
  5360.     :is=\E7\E[255;0;0;44;97;100p\E8\E[J:ti=\E[44p:tc=guru+unk:
  5361. guru-44-s|ann arbor guru/44 lines w/status line:\
  5362.     :li#43:\
  5363.     :is=\r\n\E[A\E7\E[255;1;0;44;80;80p\E8\E[J:\
  5364.     :ti=\E[44;1p\E[255;1H\E[K:tc=guru+s:tc=guru+unk:
  5365. guru-76|guru with 76 lines by 89 cols:\
  5366.     :co#89:li#76:\
  5367.     :is=\E7\E[255;0;0;76;89;100p\E8\E[J:ti=\E[76p:tc=guru+unk:
  5368. guru-76-s|ann arbor guru/76 lines w/status line:\
  5369.     :co#89:li#75:\
  5370.     :is=\r\n\E[A\E7\E[255;1;0;76;89;100p\E8\E[J:\
  5371.     :ti=\E[76;1p\E[255;1H\E[K:tc=guru+s:tc=guru+unk:
  5372. guru-76-lp|guru-lp|guru with page bigger than line printer:\
  5373.     :co#134:li#76:\
  5374.     :is=\E7\E[255;0;0;76;134;134p\E8\E[J:ti=\E[76p:tc=guru+unk:
  5375. guru-76-w|guru 76 lines by 178 cols:\
  5376.     :co#178:li#76:\
  5377.     :is=\E7\E[255;0;0;76;178;178p\E8\E[J:ti=\E[76p:tc=guru+unk:
  5378. guru-76-w-s|ann arbor guru/76 lines w/status line:\
  5379.     :co#178:li#75:\
  5380.     :is=\r\n\E[A\E7\E[255;1;0;76;178;178p\E8\E[J:\
  5381.     :ti=\E[76;1p\E[255;1H\E[K:tc=guru+s:tc=guru+unk:
  5382. guru-76-wm|guru 76 lines by 178 cols with 255 cols memory:\
  5383.     :co#178:li#76:\
  5384.     :is=\E7\E[255;0;0;76;178;255p\E8\E[J:ti=\E[76p:tc=guru+unk:
  5385. aaa-rv-unk:\
  5386.     :Nl#0:lh#0:lw#0:\
  5387.     :i1=\E[7m\E7\E[H\E9\E8:mb=\E[5;7m:md=\E[1;7m:\
  5388.     :me=\E[7m:mk=\E[7;8m:mr=\E[m:r1=\E[H\E[7m\E[J:\
  5389.     :..sa=\E[%?%p1%!%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;%?%p7%t8;%;m:\
  5390.     :se=\E[7m:so=\E[m:ue=\E[7m:us=\E[4;7m:
  5391.  
  5392. #### Applied Digital Data Systems (adds)
  5393. #
  5394. # ADDS itself is long gone.  ADDS was bought by NCR, and the same group made
  5395. # ADDS and NCR terminals.  When AT&T and NCR merged, the engineering for
  5396. # terminals was merged again.  Then AT&T sold the terminal business to
  5397. # SunRiver.  The engineers from Teletype, AT&T terminals, ADDS,
  5398. # and NCR (who are still there) are at:
  5399. #
  5400. #    SunRiver Data Systems
  5401. #    100 Marcus Boulevard
  5402. #    Hauppauge, NY 117883-762
  5403. #    Vox: (800)-231-5445
  5404. #    Fax: (516)-342-7378
  5405. #
  5406. # Their voice mail describes the place as "SunRiver (formerly ADDS)". 
  5407.  
  5408. # Regent: lowest common denominator, works on all regents.
  5409. # (regent: renamed ":bc:" to ":le:" -- esr)
  5410. regent|Adds Regent Series:\
  5411.     :am:bs:\
  5412.     :co#80:li#24:\
  5413.     :bl=^G:cl=^L:cr=^M:do=^J:ho=\EY  :le=^U:ll=^A:nd=^F:\
  5414.     :sf=^J:up=^Z:
  5415. # Regent 100 has a bug where if computer sends escape when user is holding
  5416. # down shift key it gets confused, so we avoid escape.
  5417. regent100|Adds Regent 100:\
  5418.     :sg#1:ug#1:\
  5419.     :bl=^G:cm=\013%+ %B\020%.:k0=^B1\r:k1=^B2\r:k2=^B3\r:\
  5420.     :k3=^B4\r:k4=^B5\r:k5=^B6\r:k6=^B7\r:k7=^B8\r:l0=F1:\
  5421.     :l1=F2:l2=F3:l3=F4:l4=F5:l5=F6:l6=F7:l7=F8:se=\E0@:\
  5422.     :so=\E0P:ue=\E0@:us=\E0`:tc=regent:
  5423. regent20|Adds Regent 20:\
  5424.     :bl=^G:cd=\Ek:ce=\EK:cm=\EY%+ %+ :tc=regent:
  5425. regent25|Adds Regent 25:\
  5426.     :bl=^G:kd=^J:kh=^A:kl=^U:kr=^F:ku=^Z:tc=regent20:
  5427. regent40|Adds Regent 40:\
  5428.     :sg#1:ug#1:\
  5429.     :al=\EM:bl=^G:dl=\El:k0=^B1\r:k1=^B2\r:k2=^B3\r:\
  5430.     :k3=^B4\r:k4=^B5\r:k5=^B6\r:k6=^B7\r:k7=^B8\r:l0=F1:\
  5431.     :l1=F2:l2=F3:l3=F4:l4=F5:l5=F6:l6=F7:l7=F8:se=\E0@:\
  5432.     :so=\E0P:ue=\E0@:us=\E0`:tc=regent25:
  5433. regent40+|Adds Regent 40+:\
  5434.     :is=\EB:tc=regent40:
  5435. # (regent60: removed obsolete ":ko=dc,im,ei:" -- esr)
  5436. regent60|regent200|Adds Regent 60:\
  5437.     :dc=\EE:ei=\EF:im=\EF:is=\EV\EB:kD=\EE:kI=\EF:kM=\EF:\
  5438.     :se=\ER\E0@\EV:so=\ER\E0P\EV:tc=regent40+:
  5439. regent60na|regent 60 w/no arrow keys:\
  5440.     :kd@:kl@:kr@:ku@:tc=regent60:
  5441. # From: <edward@onyx.berkeley.edu> Thu Jul  9 09:27:33 1981
  5442. # (viewpoint: added kcuf1, kf* and dl1 capabilities -- esr)
  5443. viewpoint|addsviewpoint|adds viewpoint:\
  5444.     :am:bs:\
  5445.     :co#80:li#24:\
  5446.     :bl=^G:cd=\Ek:ce=\EK:cl=^L:cm=\EY%+ %+ :cr=^M:dl=\El:\
  5447.     :do=^J:is=\017\E0`:k0=^B1:k2=^B2:k3=^B!:k4=^B":\
  5448.     :k5=^B#:kd=^J:kh=^A:kl=^U:kr=^F:ku=^Z:le=^H:ll=^A:\
  5449.     :nd=^F:se=^O:sf=^J:so=^N:ue=^O:up=^Z:us=^N:\
  5450.     :ve=\017\E0`:vs=\017\E0P:
  5451. screwpoint|adds viewpoint with ^O bug:\
  5452.     :am:bs:\
  5453.     :Nl#0:co#80:lh#0:li#24:lw#0:\
  5454.     :bl=^G:cd=\Ek:ce=\EK:cl=\014:cm=\EY%+ %+ :cr=^M:\
  5455.     :dl=\El:do=^J:is=^G:kd=^J:kh=^A:kl=^U:kr=^F:ku=^Z:\
  5456.     :le=^H:ll=^A:nd=^F:sf=^J:up=^Z:
  5457. fviewpoint|flaky adds viewpoint with ^O bug:\
  5458.     :am:bs:\
  5459.     :co#80:li#24:\
  5460.     :bl=^G:cd=\Ek:ce=\EK:cl=\014:cm=\EY%+ %+ :cr=^M:\
  5461.     :dl=\El:do=^J:is=^G:kd=^J:kh=^A:kl=^U:kr=^F:ku=^Z:\
  5462.     :le=^H:ll=^A:nd=^F:sf=^J:up=^Z:
  5463. # From: Jay S. Rouman <jsr@dexter.mi.org> 5 Jul 92
  5464. # The civis/cnorm/sgr/sgr0 strings were added by ESR from specs.  
  5465. # Theory; the 3a+ wants \E0%c to set highlights, where normal=01000000,
  5466. # underline=01100000, rev=01010000, blink=01000010,dim=01000001,
  5467. # invis=01000100 and %c is the logical or of desired attributes.
  5468. # There is also a `tag bit' enabling attributes, set by \E) and unset by \E(.
  5469. vp3a+|viewpoint3a+|adds viewpoint 3a+:\
  5470.     :am:bw:\
  5471.     :co#80:it#8:li#24:\
  5472.     :cd=\EY:ce=\ET:cl=\E*:cm=\E=%+ %+ :cr=^M:do=^J:ho=^^:\
  5473.     :kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:le=^H:me=\E(:\
  5474.     :nd=^L:nw=^M^J:\
  5475.     :..sa=\E0%'@'%?%p1%tQ%|%;%?%p2%t%'`'%|%;%?%p3%tP%|%;%?%p4%t%{2}%|%;%?%p5%t%{1}%|%;%?%p7%tD%|%;%c\E):\
  5476.     :se=\E(:sf=^J:so=\E0Q\E):ta=^I:up=^K:ve=^X:vi=^W:
  5477. vp60|viewpoint60|addsviewpoint60|adds viewpoint60:\
  5478.     :tc=regent40:
  5479. #
  5480. # adds viewpoint 90 - from cornell
  5481. # Note:  emacs sends ei occasionally to insure the terminal is out of
  5482. #        insert mode. This unfortunately puts the viewpoint90 IN insert
  5483. #        mode.  A hack to get around this is :ic=\EF \EF^U:.  (Also,
  5484. #   -    :ei=:im=: must be present in the termcap translation.)
  5485. #   -    :xs: indicates glitch that attributes stick to location
  5486. #   -    :ms: means it's safe to move in standout mode
  5487. #   -    :cl=\EG\Ek: clears screen and visual attributes without affecting
  5488. #               the status line
  5489. # Function key and label capabilities merged in from SCO.
  5490. vp90|viewpoint90|adds viewpoint 90:\
  5491.     :bs:bw:ms:xs:\
  5492.     :co#80:li#24:\
  5493.     :cd=\Ek:ce=\EK:cl=\EG\Ek:cm=\EY%+ %+ :dc=\EE:dl=\El:\
  5494.     :do=^J:ei=:ho=\EY  :ic=\EF \EF\025:im=:k0=^B1\r:\
  5495.     :k1=^B2\r:k2=^B3\r:k3=^B4\r:k4=^B5\r:k5=^B6\r:\
  5496.     :k6=^B7\r:k7=^B8\r:k8=^B9\r:k9=^B\072\r:k;=^B;\r:\
  5497.     :kb=^H:kd=^J:kh=^A:kl=^U:kr=^F:ku=^Z:l0=F1:l1=F2:\
  5498.     :l2=F3:l3=F4:l4=F5:l5=F6:l6=F7:l7=F8:l8=F9:l9=F10:\
  5499.     :la=F11:ll=^A:nd=^F:se=\ER\E0@\EV:sf=^J:\
  5500.     :so=\ER\E0Q\EV:ta=^I:ue=\ER\E0@\EV:up=^Z:\
  5501.     :us=\ER\E0`\EV:
  5502. # Note: if return acts weird on a980, check internal switch #2
  5503. # on the top chip on the CONTROL pc board.
  5504. adds980|a980|adds consul 980:\
  5505.     :am:bs:\
  5506.     :co#80:li#24:\
  5507.     :al=\E\016:bl=^G:cl=\014\013@:cm=\013%+@\E\005%2:\
  5508.     :cr=^M:dl=\E\017:do=^J:k0=\E0:k1=\E1:k2=\E2:k3=\E3:\
  5509.     :k4=\E4:k5=\E5:k6=\E6:k7=\E7:k8=\E8:k9=\E9:le=^H:\
  5510.     :nd=\E^E01:se=^O:sf=^J:so=^Y^^^N:
  5511.  
  5512. #### C. Itoh Electronics
  5513. #
  5514. # As of 1995 these people no longer make terminals (they're still in the
  5515. # printer business).  Their terminals were all clones of the DEC VT series.
  5516. # They're located in Orange County, CA.
  5517. #
  5518.  
  5519. # CIT 80  - vt-52 emulator, the termcap has been modified to remove
  5520. #           the delay times and do an auto tab set rather than the indirect
  5521. #           file used in vt100.
  5522. cit80|cit-80|citoh 80:\
  5523.     :am:bs:\
  5524.     :co#80:li#24:\
  5525.     :cd=\EJ:ce=\EK:cl=\E[;H\EJ:cm=\E[%i%2;%2H:cr=^M:\
  5526.     :ff=^L:is=\E>:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:\
  5527.     :ks=\E[?1h\E=:ku=\EOA:nd=\E[C:sf=^J:up=\E[A:
  5528. # Alternate cit101 (vt100 em) file used in vt100.
  5529. #        Uses 23 lines so can run citsys (like h19sys).
  5530. #    24 May 85 (mtxinu!sybase!tim) - removed 2-byte limit on :cm: cursor
  5531. #      coordinates otherwise there is garbling on long lines in 
  5532. #      co#132 mode; also added support for multipage    memory on the Itoh.
  5533. # From: Tim Wood <mtxinu!sybase!tim> Fri Sep 27 09:39:12 PDT 1985
  5534. citc|Citoh fast vt100:\
  5535.     :am:bs:xn:\
  5536.     :co#80:li#23:\
  5537.     :al=\E[L:cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:\
  5538.     :cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:ei=:ic=\E[@:im=:\
  5539.     :is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[3g\E[>5g:\
  5540.     :kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\
  5541.     :ku=\EOA:nd=\E[C:se=\E[m:so=\E[7m:ue=\E[m:up=\E[A:\
  5542.     :us=\E[4m:\
  5543.     :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:\
  5544.     :ve=\E[V\E8:vs=\E7\E[U:
  5545. cita:\
  5546.     :am:bs:xn:\
  5547.     :co#80:li#23:\
  5548.     :cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:cm=\E[%i%d;%dH:\
  5549.     :is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[3g\E[>5g:\
  5550.     :kd=\EOB:ke=\E[?1l\E>:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\
  5551.     :ku=\EOA:nd=\E[C:se=\E[m:so=\E[7m:ue=\E[m:up=\E[A:\
  5552.     :us=\E[4m:\
  5553.     :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:\
  5554.     :ve=\E[V\E8:vs=\E7\E[U:
  5555. cit101:\
  5556.     :li#24:\
  5557.     :vb@:tc=citc:
  5558. cit101b:\
  5559.     :li#24:\
  5560.     :tc=citc:
  5561. # The CIT-500 was unusual in that it had a portrait-style display.
  5562. # (cit500: mapped ":pt:" to default tabs -- esr)
  5563. cit500|cit-500|cit 500:\
  5564.     :am:bs:pt:xn:\
  5565.     :co#80:li#40:\
  5566.     :al=\E[L:cd=50\E[J:ce=3\E[K:cl=50\E[;H\E[2J:\
  5567.     :cm=5\E[%i%2;%2H:dc=\E[P:dl=\E[M:do=\ED:\
  5568.     :is=\E(B\E)0\E>\E[?3l\E[?7h\E[?8h:k1=\EOP:k2=\EOQ:\
  5569.     :k3=\EOR:k4=\EOS:kd=\EOB:ke=\E[?1l\E>:kh=\E[H:\
  5570.     :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:nd=2\E[C:\
  5571.     :se=2\E[m:so=2\E[7m:sr=5\EM:ue=2\E[m:up=2\E[A:\
  5572.     :us=2\E[4m:
  5573.  
  5574. citoh|ci8510|8510|c.itoh 8510a:\
  5575.     :co#80:it#8:\
  5576.     :is=\E(009\054017\054025\054033\054041\054049\054057\054065\054073.:\
  5577.     :le@:md=\E!:me=\E"\EY:rp=\ER%r%03%.:sr=\Er:ue=\EY:\
  5578.     :us=\EX:tc=lpr:
  5579. citoh-pica|citoh in pica:\
  5580.     :i1=\EN:tc=citoh:
  5581. citoh-elite|citoh in elite:\
  5582.     :co#96:\
  5583.     :i1=\EE:\
  5584.     :is=\E(009\054017\054025\054033\054041\054049\054057\054065\054073\054081\054089.:tc=citoh:
  5585. citoh-comp|citoh in compressed:\
  5586.     :co#136:\
  5587.     :i1=\EQ:\
  5588.     :is=\E(009\054017\054025\054033\054041\054049\054057\054065\054073\054081\054089\054097\054105\054113\054121\054129.:tc=citoh:
  5589. # citoh has infinite cols because we don't want lp ever inserting \n\t**.
  5590. citoh-prop|citoh-ps|ips|citoh in proportional spacing mode:\
  5591.     :co#32767:\
  5592.     :i1=\EP:tc=citoh:
  5593. citoh-6lpi|citoh in 6 lines per inch mode:\
  5594.     :i2=\EA:tc=citoh:
  5595. citoh-8lpi|citoh in 8 lines per inch mode:\
  5596.     :li#88:\
  5597.     :i2=\EB:tc=citoh:
  5598.  
  5599. #### Control Data (cdc)
  5600. #
  5601.  
  5602. cdc456|cdc:\
  5603.     :am:bs:\
  5604.     :co#80:li#24:\
  5605.     :al=\EL:bl=^G:cd=^X:ce=^V:cl=^Y^X:cm=\E1%+ %+ :cr=^M:\
  5606.     :dl=\EJ:do=^J:ho=^Y:le=^H:nd=^L:sf=^J:up=^Z:
  5607. cdc456tst:\
  5608.     :am:bs:\
  5609.     :co#80:li#24:\
  5610.     :bl=^G:cl=^Y^X:cm=\E1%+ %+ :cr=^M:do=^J:le=^H:sf=^J:
  5611.  
  5612. #### Human Designed Systems (Concept)
  5613. #
  5614. #    Human Designed Systems
  5615. #    400 Fehley Drive
  5616. #    King of Prussia, PA 19406
  5617. #    Vox: (610)-277-8300
  5618. #    Fax: (610)-275-5739
  5619. #    Net: support@hds.com
  5620. # John Martin <john@hds.com> is their termcap expert.  They're mostly out of
  5621. # the character-terminal business now (1995) and making X terminals.  In
  5622. # particular, the whole `Concept' line described here was discontinued long
  5623. # ago.
  5624.  
  5625. # From: <vax135!hpk>  Sat Jun 27 07:41:20 1981
  5626. # Extensive changes to c108 by arpavax:eric Feb 1982
  5627. # Some unknown person at SCO then translated it to terminfo.
  5628. #
  5629. # There seem to be a number of different versions of the C108 PROMS
  5630. # (with bug fixes in its Z-80 program).
  5631. # The first one that we had would lock out the keyboard of you
  5632. # sent lots of short lines (like /usr/dict/words) at 9600 baud.
  5633. # Try that on your C108 and see if it sends a ^S when you type it.
  5634. # If so, you have an old version of the PROMs.
  5635. # You should configure the C108 to send ^S/^Q before running this.
  5636. # It is much faster (at 9600 baud) than the c100 because the delays
  5637. # are not fixed.
  5638. # new status line display entries for c108-8p:
  5639. # is3 - init str #3 - setup term for status display - 
  5640. # set programmer mode, select window 2, define window at last 
  5641. # line of memory, set bkgnd stat mesg there, select window 0.
  5642. # tsl - to status line - select window 2, home cursor, erase to 
  5643. # end-of-window, 1/2 bright on, goto(line#0, col#?)
  5644. # fsl - from status line - 1/2 bright off, select window 0
  5645. # dsl - disable status display - set bkgnd status mesg with 
  5646. # illegal window #
  5647. # There are probably more function keys that should be added but 
  5648. # I don't know what they are.
  5649. #
  5650. c108|concept108|c108-8p|concept108-8p|concept 108 w/8 pages:\
  5651.     :i2=\EU\E z"\Ev\001\177 !p\E ;"\E z \Ev  \001\177p\Ep\n:\
  5652.     :te=\Ev  \001\177p\Ep\r\n:tc=c108-4p:
  5653. c108+acs|alternate charset defns for c108:\
  5654.     :ac=l\\qLkTxUmMjE:ae=\Ej :as=\Ej!:
  5655. c108-4p-acs|c108-4p w/ acs:\
  5656.     :tc=c108+acs:tc=c108-4p:
  5657. c108-8p-acs|c108-8p w/ acs:\
  5658.     :tc=c108+acs:tc=c108-8p:
  5659. c108-rv-8p-acs|c108-rv-8p w/ acs:\
  5660.     :tc=c108+acs:tc=c108-rv-8p:
  5661. c108-4p|concept108-4p|concept 108 w/4 pages:\
  5662.     :es:hs:xo:\
  5663.     :pb@:\
  5664.     :..cm=\Ea%p1%?%p1%{95}%>%t\001%{96}%-%;%{32}%+%c%p2%?%p2%{95}%>%t\001%{96}%-%;%{32}%+%c:\
  5665.     :cr=^M:dc=\E 1:ds=\E ;\177:fs=\Ee\E z :i1=\EK\E!\E F:\
  5666.     :i2=\EU\E z"\Ev\177 !p\E ;"\E z \Ev  \001 p\Ep\n:\
  5667.     :sf=^J:te=\Ev  \001 p\Ep\r\n:\
  5668.     :ti=\EU\Ev  8p\Ep\r\E\025:\
  5669.     :ts=\E z"\E?\E\005\EE\Ea %+ :ve=\Ew:vs=\EW:tc=c100:
  5670. c108-rv|c108-rv-8p|concept 108 w/8 pages in reverse video:\
  5671.     :te=\Ev  \002 p\Ep\r\n:ti=\EU\Ev  8p\Ep\r:tc=c108-rv-4p:
  5672. c108-rv-4p|concept108-rv-4p|concept108rv4p|concept 108 w/4 pages in reverse video:\
  5673.     :i1=\Ek:se=\Ee:so=\EE:vb=\EK\Ek:tc=c108-4p:
  5674. c108-rv-4p-acs|c108-rv-4p w/ acs:\
  5675.     :tc=c108+acs:tc=c108-rv-4p:
  5676. c108-na|c108-na-8p|c108-8p-na|concept108-na-|concept108na8p|concept 108 w/8 pages no arrows:\
  5677.     :k7=\E;:k8=\E<:k9=\E=:ke@:ks@:tc=c108-8p:
  5678. c108-na-acs|c108-na w/ acs:\
  5679.     :tc=c108+acs:tc=c108-na:
  5680. c108-rv-na|c108-rv-na-8p|c108-8p-rv-na|concept 108 8 pages no arrows rev video:\
  5681.     :k7=\E;:k8=\E<:k9=\E=:ke@:ks@:tc=c108-rv-8p:
  5682. c108-rv-na-acs|c108-na w/ acs:\
  5683.     :tc=c108+acs:tc=c108-rv-na:
  5684. c108-w|c108-w-8p|concept108-w-8|concept108-w8p|concept 108 w/8 pages in wide mode:\
  5685.     :co#132:\
  5686.     :i1=\E F\E":te=\Ev  ^A0\001D\Ep\r\n:\
  5687.     :ti=\EU\Ev  8\001D\Ep\r:tc=c108-8p:
  5688. c108-w-acs|c108-w w/ acs:\
  5689.     :tc=c108+acs:tc=c108-w:
  5690.  
  5691. # Concept 100:
  5692. # These have only window relative cursor addressing, not screen 
  5693. # relative. To get it to work right here, smcup/rmcup (which 
  5694. # were invented for the concept) lock you into a one page 
  5695. # window for screen style programs.
  5696. # To get out of the one page window, we use a clever trick:
  5697. # we set the window size to zero ("\Ev    " in rmcup) which the 
  5698. # terminal recognizes as an error and resets the window to all 
  5699. # of memory.
  5700. # This trick works on c100 but does not on c108, sigh.
  5701. # Some tty drivers use cr3 for concept, others use nl3, hence 
  5702. # the delays on cr and ind below. This padding is only needed at 
  5703. # 9600 baud. One or the other is commented out depending on 
  5704. # local conventions.
  5705. # 2 ms padding on rmcup isn't always enough. 6 works fine. Maybe 
  5706. # less than 6 but more than 2 will work.
  5707. # Note: can't use function keys f7-f10 because they are 
  5708. # indistinguishable from arrow keys (!), also, del char and 
  5709. # clear eol use xon/xoff so they probably won't work very well.
  5710. # Also note that we don't define insrt/del char/delline/eop/send 
  5711. # because they don't transmit unless we reset them - I figured 
  5712. # it was a bad idea to clobber their definitions.
  5713. # The mc5 sequence changes the escape character to ^^ so that 
  5714. # escapes will be passed through to the printer. Only trouble 
  5715. # is that ^^ won't be - ^^ was chosen to be unlikely. 
  5716. # Unfortunately, if you're sending raster bits through to be 
  5717. # plotted, any character you choose will be likely, so we lose.
  5718. #
  5719. # \EQ"\EY(^W (send anything from printer to host, for xon/xoff) 
  5720. # cannot be # in is2 because it will hang a c100 with no printer 
  5721. # if sent twice.
  5722. c100|concept100|concept|c104|c100-4p|hds concept 100:\
  5723.     :am:eo:mi:ul:xn:\
  5724.     :co#80:li#24:pb#9600:vt#8:\
  5725.     :al=\E\022:bl=^G:cd=\E\005:ce=\E\025:cl=\E?\E\005:\
  5726.     :cm=\Ea%+ %+ :cr=\r:dc=\E\021:dl=\E\002:do=^J:\
  5727.     :ei=\E  :i1=\EK:i2=\Ev    \Ep\n:im=\E^P:ip=:\
  5728.     :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:\
  5729.     :k1=\E5:k2=\E6:k3=\E7:k4=\E8:k5=\E9:k6=\E\072a:\
  5730.     :k7=\E\072b:k8=\E\072c:kA=\E^R:kB=\E':kD=\E^Q:\
  5731.     :kE=\E^S:kF=\E[:kI=\E^P:kL=\E^B:kM=\E\200:kN=\E-:\
  5732.     :kP=\E.:kR=\E\\:kS=\E^C:kT=\E]:kb=^H:kd=\E<:ke=\Ex:\
  5733.     :kh=\E?:kl=\E>:kr=\E=:ks=\EX:kt=\E_:ku=\E;:le=^H:\
  5734.     :mb=\EC:me=\EN@:mh=\EE:mk=\EH:mp=\EI:mr=\ED:nd=\E=:\
  5735.     :pf=\036o \E\EQ!\EYP\027:po=\EQ"\EY(\027\EYD\Eo \036:\
  5736.     :rp=\Er%.%+ :se=\Ed:sf=^J:so=\ED:ta=\011:\
  5737.     :te=\Ev    \Ep\r\n:ti=\EU\Ev  8p\Ep\r\E\025:ue=\Eg:\
  5738.     :up=\E;:us=\EG:vb=\Ek\EK:
  5739. c100-rv|c100-rv-4p|concept100-rv|c100 rev video:\
  5740.     :i1=\Ek:se=\Ee:so=\EE:vb=\EK\Ek:ve@:vs@:tc=c100:
  5741. c100-rv-na|c100-rv-4p-na|c100 with no arrows:\
  5742.     :ke@:ks@:tc=c100-rv:
  5743. oc100|oconcept|c100-1p|old 1 page concept 100:\
  5744.     :in:\
  5745.     :i3@:tc=c100:
  5746.  
  5747. # ht through el included to specify padding needed in raw mode.
  5748. avt-ns|concept avt with status lins disabled:\
  5749.     :am:eo:mi:ul:xn:xo:\
  5750.     :co#80:it#8:li#24:lm#192:\
  5751.     :AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:LE=\E[%dD:\
  5752.     :RI=\E[%dC:UP=\E[%dA:ae=\016:al=\E[L:as=\017:bl=^G:\
  5753.     :bt=\E[Z:cd=\E[J:ce=\E[K:ch=\E[%+^AG:cl=\E[H\E[J:\
  5754.     :cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:ct=\E[2g:\
  5755.     :cv=\E[%+^Ad:dc=\E[P:dl=\E[M:do=^J:ei=\E4l:ho=\E[H:\
  5756.     :i1=\E[=103l\E[=205l:ic=\E[@:im=\E1:ip=:\
  5757.     :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:\
  5758.     :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kA=\E^C\r:kD=\E^B\r:\
  5759.     :kI=\E^A\r:kS=\E^D\r:kb=^H:kd=\E[B:ke=\E[!z\E[0;2u:\
  5760.     :kh=\E[H:kl=\E[D:kr=\E[C:ks=\E[1!z\E[0;3u:ku=\E[A:\
  5761.     :le=^H:ll=\E[24H:mb=\E[5m:md=\E[1m:me=\E[m:mh=\E[1!{:\
  5762.     :mk=\E8m:mp=\E[99m:mr=\E[7m:nd=\E[C:pf=\E[4i:\
  5763.     :pl=\E[%d;0u#%s#:po=\E[5i:ps=\E[0i:px=\E[%d;1u#%s#:\
  5764.     :rc=\E8:..rp=%p1%c\E[%p2%{1}%-%db:\
  5765.     :..sa=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;m:\
  5766.     :sc=\E7:se=\E[7!{:sf=\n:so=\E[7m:sr=\EM:st=\EH:\
  5767.     :ta=\011:te=\E[w\E2\r\n:ti=\E[=4l\E[1;24w\E2\r:\
  5768.     :ue=\E[4!{:up=\E[A:us=\E[4m:ve=\E[=119l:vs=\E[=119h:
  5769. avt-rv-ns|concept avt in reverse video mode/no status line:\
  5770.     :i1=\E[=103l\E[=205h:vb=\E[=205l\E[=205h:tc=avt-ns:
  5771. avt-w-ns|concept avt in 132 column mode/no status line:\
  5772.     :i1=\E[=103h\E[=205l:ti=\E[H\E[1;24;1;132w:tc=avt-ns:
  5773. avt-w-rv-ns|concept avt in 132 column mode/no status line:\
  5774.     :i1=\E[=103h\E[=205h:ti=\E[H\E[1;24;1;132w:\
  5775.     :vb=\E[=205l\E[=205h:tc=avt-ns:
  5776.  
  5777. # Concept AVT with status line. We get the status line using the
  5778. # "Background status line" feature of the terminal. We swipe the
  5779. # first line of memory in window 2 for the status line, keeping
  5780. # 191 lines of memory and 24 screen lines for regular use.
  5781. # The first line is used instead of the last so that this works
  5782. # on both 4 and 8 page AVTs. (Note the lm#191 or 192 - this
  5783. # assumes an 8 page AVT but lm isn't currently used anywhere.)
  5784. #
  5785. avt+s|concept avt status line changes:\
  5786.     :es:hs:\
  5787.     :lm#191:\
  5788.     :ds=\E[0*w:fs=\E[1;1!w:\
  5789.     :i2=\E[2w\E[2!w\E[1;1;1;80w\E[H\E[2*w\E[1!w\E2\r\n:\
  5790.     :te=\E[2w\E2\r\n:ti=\E[2;25w\E2\r:\
  5791.     :ts=\E[2;1!w\E[;%p1%dH\E[2K:
  5792. avt|avt-s|concept-avt|avt w/80 columns:\
  5793.     :tc=avt+s:tc=avt-ns:
  5794. avt-rv|avt-s-rv|avt-rv-s|concept avt in reverse video w/status line:\
  5795.     :i1=\E[=103l\E[=205h:vb=\E[=205l\E[=205h:tc=avt+s:tc=avt-ns:
  5796. avt-w|avt-w-s|concept avt in 132 column mode w/status line:\
  5797.     :i1=\E[=103h\E[=205l:ti=\E[H\E[1;24;1;132w:tc=avt+s:tc=avt-ns:
  5798. avt-w-rv|avt-rv-w|avt-w-s-rv|avt-w-rv-s|avt 132 cols w/status line:\
  5799.     :i1=\E[=103h\E[=205h:ti=\E[H\E[1;24;1;132w:\
  5800.     :vb=\E[=205l\E[=205h:tc=avt+s:tc=avt-ns:
  5801.  
  5802. #### Contel Business Systems. 
  5803. #
  5804.  
  5805. # Contel c300 and c320 terminals. 
  5806. contel300|contel320|c300|Contel Business Systems C-300 or C-320:\
  5807.     :am:in:xo:\
  5808.     :co#80:li#24:sg#1:\
  5809.     :al=\EL:bl=^G:cd=\EJ:ce=\EI:cl=\EK:cm=\EX%+ \EY%+ :\
  5810.     :cr=^M:ct=\E3:dc=\EO:dl=\EM:do=^J:ei=:ho=\EH:ic=\EN:\
  5811.     :im=:ip=:k0=\ERJ:k1=\ERA:k2=\ERB:k3=\ERC:k4=\ERD:\
  5812.     :k5=\ERE:k6=\ERF:k7=\ERG:k8=\ERH:k9=\ERI:kb=^H:le=^H:\
  5813.     :ll=\EH\EA:nd=\EC:se=\E!\200:sf=^J:so=\E!\r:st=\E1:\
  5814.     :up=\EA:vb=\020\002\020\003:
  5815. # Contel c301 and c321 terminals.
  5816. contel301|contel321|c301|c321|Contel Business Systems C-301 or C-321:\
  5817.     :am:in:xo:\
  5818.     :co#80:li#24:sg#1:\
  5819.     :al=\EL:bl=^G:cd=\EJ:ce=\EI:cl=\EK:cm=\EX%+ \EY%+ :\
  5820.     :cr=^M:ct=\E3:dc=\EO:dl=\EM:do=^J:ho=\EH:k0=\ERJ:\
  5821.     :k1=\ERA:k2=\ERB:k3=\ERC:k4=\ERD:k5=\ERE:k6=\ERF:\
  5822.     :k7=\ERG:k8=\ERH:k9=\ERI:kb=^H:le=^H:ll=\EH\EA:\
  5823.     :nd=\EC:se=\E!\200:sf=^J:so=\E!\r:st=\E1:up=\EA:
  5824.  
  5825. #### Data General (dg)
  5826. #
  5827. # According to James Carlson <carlson@xylogics.com> writing in January 1995,
  5828. # the terminals group at Data General was shut down in 1991; all these
  5829. # terminals have thus been discontinued.
  5830. #
  5831.  
  5832. dg200|data general dasher 200:\
  5833.     :NL:am:bw:\
  5834.     :co#80:li#24:\
  5835.     :bl=^G:ce=^K:cl=^L:cm=\020%r%.%.:cr=^M:do=^Z:ho=^H:\
  5836.     :k0=^^z:k1=^^q:k2=^^r:k3=^^s:k4=^^t:k5=^^u:k6=^^v:\
  5837.     :k7=^^w:k8=^^x:k9=^^y:kd=^Z:kh=^H:kl=^Y:kr=^X:ku=^W:\
  5838.     :l0=f10:le=^Y:nd=^X:nw=^J:se=^^E:sf=^J:so=^^D:ue=^U:\
  5839.     :up=^W:us=^T:
  5840. #
  5841. # dg450 and dg200 from cornell
  5842. dg450|dg6134|data general 6134:\
  5843.     :bs@:\
  5844.     :nd=^X:tc=dg200:
  5845. # Note: lesser Dasher terminals will not work with vi because vi insists upon
  5846. # having a command to move straight down from any position on the bottom line
  5847. # and scroll the screen up, or a direct vertical scroll command.  The 460 and
  5848. # above have both, the D210/211, for instance, has neither.  We must use ANSI
  5849. # mode rather than DG mode because standard UNIX tty drivers assume that ^H is
  5850. # backspace on all terminals.  This is not so in DG mode.
  5851. # (dg460-ansi: removed obsolete ":kn#6:"; also removed ":mu=\EW:", on the
  5852. # grounds that there is no matching ":ml:"; mapped ":pt:" to default tabs; 
  5853. # fixed garbled ":k9=\E[00\:z:" capability -- esr)
  5854. dg460-ansi|Data General Dasher 460, ANSI-mode:\
  5855.     :am:bs:ms:pt:ul:\
  5856.     :co#80:li#24:\
  5857.     :al=\E[L:cd=\E[J:ce=\E[K:cl=\E[2J:cm=\E[%i%2;%2H:\
  5858.     :dc=\E[P:dl=\E[M:do=\E[B:ei=:ho=\E[H:ic=\E[@:im=:\
  5859.     :is=^^F@:k0=\E[001z:k1=\E[002z:k2=\E[003z:k3=\E[004z:\
  5860.     :k4=\E[005z:k5=\E[006z:k6=\E[007z:k7=\E[008z:\
  5861.     :k8=\E[009z:k9=\E[010z:kb=\E[D:kd=\E[B:kh=\E[H:\
  5862.     :kl=\E[D:kr=\E[C:ku=\E[A:l0=f1:l1=f2:l2=f3:l3=f4:\
  5863.     :l4=f5:l5=f6:l6=f7:l7=f8:l9=f10:le=^H:mb=\E[5m:\
  5864.     :me=\E[0m:mh=\E[2m:mr=\E[7m:nd=\E[C:nl=\ED:se=\E[0m:\
  5865.     :sf=\E[S:so=\E[7m:sr=\E[T:ue=\E[05:up=\E[A:us=\E[4m:
  5866. # From: Wayne Throop <mcnc!rti-sel!rtp47!throopw>
  5867. # Data General 605x     
  5868. # Ought to work for a Model 6242, Type D210 as well as a 605x.
  5869. # Note that the cursor-down key transmits ^Z.  Job control users, beware!
  5870. dg6053|data general 6053:\
  5871.     :am:bs:bw:pt:ul:\
  5872.     :co#80:li#24:\
  5873.     :bl=^G:ce=^K:cl=^L:cm=\020%r%.%.:cr=^M:do=^Z:ho=^H:\
  5874.     :is=^R:k0=^^q:k1=^^r:k2=^^s:k3=^^t:k4=^^u:k5=^^v:\
  5875.     :k6=^^w:k7=^^x:k8=^^y:kb=^Y:kd=^Z:kh=^H:kl=^Y:kr=^X:\
  5876.     :ku=^W:le=^Y:nd=^X:nw=^M^Z:se=\200^^E:\
  5877.     :so=\200\200\200\200\200\036D:ta=^I:te=^L:ti=^L^R:\
  5878.     :ue=^U:up=^W:us=^T:ve=^L:vs=^L^R:
  5879. # From: Peter N. Wan <ihnp4!gatech!gacsr!wan>
  5880. # courtesy of Carlos Rucalde of Vantage Software, Inc.
  5881. dgd211|Data General d211:\
  5882.     :am:bw:\
  5883.     :co#80:li#24:\
  5884.     :ce=^K:cl=^L:..cm=\020%r%.%.:cr=^M:do=^Z:ho=^H:kb=^Y:\
  5885.     :kd=^Z:kh=^H:kl=^Y:kr=^X:ku=^W:le=^Y:nd=^X:nw=^M^Z:\
  5886.     :se=00\036E\200/>:so=00\036D\200\200\200\200\200/>:\
  5887.     :ta=^I:te=^L:ti=^L^R:ue=^U:up=^W:us=^T:ve=^L:vs=^L^R:
  5888. # From: Joan Walter <joanw@BRL.ARPA>
  5889. # Data General/One
  5890. #  David Holub got the dg1 to work with jove with this termcap
  5891. #   by making li#23 and co#78 to comply with obvious terminal
  5892. #   capabilities.  Still waiting for documentation.
  5893. # Data General/One from  modified DG Dasher DG210/211 (bw removed)
  5894. # From: Peter N. Wan <ihnp4!gatech!gacsr!wan>
  5895. # courtesy of Carlos Rucalde of Vantage Software, Inc.
  5896. dg1|Data General/One:\
  5897.     :am:\
  5898.     :co#78:li#23:\
  5899.     :ce=^K:cl=^L:cm=\020%r%.%.:cr=^M:do=^Z:ho=^H:kb=^Y:\
  5900.     :kd=^Z:kh=^H:kl=^Y:kr=^X:ku=^W:le=^Y:nd=^X:nw=^M^Z:\
  5901.     :ta=^I:up=^W:
  5902.  
  5903. #### Datamedia (dm)
  5904. #
  5905.  
  5906. cs10|colorscan|Datamedia Color Scan 10:\
  5907.     :ms:\
  5908.     :co#80:li#24:\
  5909.     :bl=^G:cd=\E[J:ce=\E[K:cl=\E[;H\E[J:cm=\E[%i%02;%02H:\
  5910.     :cr=^M:do=^J:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kd=\E[B:\
  5911.     :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:nd=\E[C:se=\E[m:sf=^J:\
  5912.     :so=\E[7m:ue=\E[m:up=\E[A:us=\E[4m:
  5913. cs10-w|Datamedia Color Scan 10 with 132 columns:\
  5914.     :co#132:\
  5915.     :cm=\E[%i%02;%03H:tc=cs10:
  5916.  
  5917. # (dm1520: removed obsolete ":ma=^\ ^_^P^YH:";
  5918. # mapped ":pt:" to default tabs -- esr)
  5919. dm1520|dm1521|datamedia 1520:\
  5920.     :am:bs:pt:xn:\
  5921.     :co#80:li#24:\
  5922.     :bl=^G:cd=^K:ce=^]:cl=^L:cm=\036%r%+ %+ :cr=^M:do=^J:\
  5923.     :ho=^Y:kd=^J:kh=^Y:kl=^H:kr=^\:ku=^_:le=^H:nd=^\:\
  5924.     :sf=^J:ta=^I:up=^_:
  5925. dm2500|datamedia2500|datamedia 2500:\
  5926.     :bs:nc:\
  5927.     :co#80:li#24:\
  5928.     :al=\020\n\030\035\030\035:bl=^G:ce=^W:cl=^^^^\177:\
  5929.     :cm=\014%r%n%.%.:dc=\020\010\030\035:\
  5930.     :dl=\020\032\030\035:dm=^P:do=^J:ed=^X^]:\
  5931.     :ei=\377\377\030\035:ho=^B:ic=\020\034\030\035:im=^P:\
  5932.     :le=^H:nd=^\:pc=\377:se=^X^]:sf=^J:so=^N:up=^Z:
  5933. # dmchat is like DM2500, but DOES need "all that padding" (jcm 1/31/82)
  5934. # also, has a meta-key (:km:)
  5935. # From: <goldberger@su-csli.arpa>
  5936. # (dmchat: ":MT:" changed to ":km:" -- esr)
  5937. dmchat|dmchat version of datamedia 2500:\
  5938.     :km:\
  5939.     :al=1*\020\n\030\035\030\035:dl=2\020\032\030\035:tc=dm2500:
  5940. # (dm3025: ":MT:" changed to ":km:"; mapped ":pt:" to default tabs -- esr)
  5941. dm3025|datamedia 3025a:\
  5942.     :bs:km:pt:\
  5943.     :co#80:li#24:\
  5944.     :al=\EP\n\EQ:bl=^G:cd=\EJ:ce=\EK:cl=\EM:\
  5945.     :cm=\EY%r%+ %+ :cr=^M:dc=\010:dl=\EP\EA\EQ:dm=\EP:\
  5946.     :do=^J:ed=\EQ:ei=\EQ:ho=\EH:im=\EP:ip=:is=\EQ\EU\EV:\
  5947.     :le=^H:nd=\EC:se=\EO0:sf=^J:so=\EO1:ta=^I:up=\EA:
  5948. # (dm3045: mapped ":pt:" to default tabs -- esr)
  5949. dm3045|datamedia 3045a:\
  5950.     :am:bs:eo:pt:ul:xn:\
  5951.     :co#80:li#24:\
  5952.     :bl=^G:cd=\EJ:ce=\EK:cl=\EM:cm=\EY%r%+ %+ :cr=^M:\
  5953.     :dc=\EB:do=^J:ei=\EP:ho=\EH:im=\EP:ip=:is=\EU\EV:\
  5954.     :k0=\Ey\r:k1=\Ep\r:k2=\Eq\r:k3=\Er\r:k4=\Es\r:\
  5955.     :k5=\Et\r:k6=\Eu\r:k7=\Ev\r:k8=\Ew\r:k9=\Ex\r:kh=\EH:\
  5956.     :kr=\EC:ku=\EA:le=^H:nd=\EC:pc=\177:sf=^J:ta=^I:\
  5957.     :up=\EA:
  5958. # dm80/1 is a vt100 lookalike, but it doesn't seem to need any padding.
  5959. dm80|dmdt80|dt80|datamedia dt80/1:\
  5960.     :cd=\E[J:ce=\E[K:cl=\E[2J\E[H:cm=%i\E[%d;%dH:do=^J:\
  5961.     :ho=\E[H:nd=\E[C:pf=\E[4i:po=\E[5i:ps=\E[0i:se=\E[m:\
  5962.     :so=\E[7m:sr=\EM:ue=\E[m:up=\E[A:us=\E[4m:tc=vt100:
  5963. # except in 132 column mode, where it needs a little padding.
  5964. # This is still less padding than the vt100, and you can always turn on
  5965. # the ^S/^Q handshaking, so you can use vt100 flavors for things like
  5966. # reverse video.
  5967. dm80w|dmdt80w|dt80w|datamedia dt80/1 in 132 char mode:\
  5968.     :co#132:\
  5969.     :cd=20\E[0J:ce=20\E[0K:cl=50\E[H\E[2J:\
  5970.     :cm=5\E[%i%d;%dH:do=^J:up=5\E[A:tc=dm80:
  5971.  
  5972. #### Falco
  5973. #
  5974. #    Falco Data Products
  5975. #    440 Potrero Avenue
  5976. #    Sunnyvale, CA 940864-196
  5977. #    Vox: (800)-325-2648
  5978. #    Fax: (408)-745-7860
  5979. #    Net: techsup@charm.sys.falco.com
  5980. #
  5981. # Current Falco models as of 1995 are generally ANSI-compatible and support
  5982. # emulations of DEC VT-series, Wyse, and Televideo types.
  5983.  
  5984. # Test version for Falco ts-1. See "arpavax.hickman@ucb" for info
  5985. # (falco: mapped ":pt:" to default tabs -- esr)
  5986. # This terminal was released around 1983 and was discontinued long ago.
  5987. falco|ts1|ts-1|falco ts-1:\
  5988.     :am:bs:pt:\
  5989.     :co#80:li#24:\
  5990.     :al=\EE:bl=^G:cd=\EY:ce=\ET\EG0\010:cl=\E*:\
  5991.     :cm=\E=%+ %+ :cr=^M:dc=\EW:dl=\ER:do=^J:ei=\Er:ho=^^:\
  5992.     :im=\Eq:is=\Eu\E3:k0=^A0\r:kd=^J:kl=^H:kr=^L:ku=^K:\
  5993.     :le=^H:nd=^L:se=\Eg0:sf=^J:so=\Eg1:ta=^I:ue=\Eg0:\
  5994.     :up=^K:us=\Eg1:
  5995. # (falco-p: mapped ":pt:" to default tabs -- esr)
  5996. falco-p|ts1p|ts-1p|falco ts-1 with paging option:\
  5997.     :am:bs:da:db:mi:ms:pt:ul:\
  5998.     :co#80:li#24:\
  5999.     :al=\EE:bl=^G:bt=\EI:cd=\EY:ce=\ET\EG0\010\Eg0:\
  6000.     :cl=\E*:cm=\E=%+ %+ :cr=^M:dc=\EW:dl=\ER:do=\E[B:\
  6001.     :ei=\Er:im=\Eq:is=\EZ\E3\E_c:kd=\E[B:kh=\E[H:kl=\E[D:\
  6002.     :kr=\E[C:ku=\E[A:le=^H:nd=\E[C:se=\Eg0:sf=^J:so=\Eg4:\
  6003.     :ta=^I:te=\E_b:ti=\E_d:ue=\Eg0:up=\E[A:us=\Eg1:
  6004. ts100|ts100-sp|falco ts100-sp:\
  6005.     :am:mi:ms:xn:xo:\
  6006.     :co#80:it#8:li#24:vt#3:\
  6007.     :@8=\EOM:DO=\E[%dB:K1=\EOq:K2=\EOr:K3=\EOs:K4=\EOp:\
  6008.     :K5=\EOn:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
  6009.     :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
  6010.     :ae=^O:al=\E~E:as=^N:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\
  6011.     :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
  6012.     :ct=\E[3g:dc=\E~W:dl=\E~R:do=^J:eA=\E(B\E)0:ei=:\
  6013.     :ho=\E[H:i1=\E~)\E~ea:ic=\E~Q:im=:k0=\EOy:k1=\EOP:\
  6014.     :k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOt:k6=\EOu:k7=\EOv:\
  6015.     :k8=\EOl:k9=\EOw:k;=\EOx:kb=^H:kd=\EOB:ke=\E[?1l\E>:\
  6016.     :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:\
  6017.     :md=\E[1m:me=\E[m\017:mr=\E[7m:nd=\E[C:\
  6018.     :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\
  6019.     :..sa=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;:\
  6020.     :sc=\E7:se=\E[m:sf=^J:so=\E[1;7m:sr=\EM:st=\EH:ta=^I:\
  6021.     :ue=\E[m:up=\E[A:us=\E[4m:
  6022. ts100-ctxt|falco ts-100 saving context:\
  6023.     :te=\E~_b:ti=\E~_d\E[2J:tc=ts100:
  6024.  
  6025. #### Florida Computer Graphics
  6026. #
  6027.  
  6028. #    Florida Computer Graphics Beacon System, using terminal emulator
  6029. #    program "host.com", as provided by FCG.  Entry provided by
  6030. #    David Bryant (cbosg!djb) 1/7/83.
  6031. #    This description is for an early release of the "host" program.
  6032. #    Known bug: ed clears the whole screen, so it's commented out.
  6033. #
  6034. beacon|FCG Beacon System:\
  6035.     :am:da:db:\
  6036.     :co#80:li#32:\
  6037.     :al=\EE:bl=\ESTART\r\E37\r\EEND\r:ce=\ET:cl=\EZ:\
  6038.     :cm=\E=%+ %+ :cr=^M:dc=\EW:dl=\ER:do=^J:ei=:ho=\EH:\
  6039.     :ic=\EQ:im=:le=^H:mb=\ESTART\r\E61\0541\r\EEND\r:\
  6040.     :me=\ESTART\r\E78\r\E70\0540\r\EEND\r:\
  6041.     :mr=\ESTART\r\E59\0541\r\EEND\r:nd=\EV:\
  6042.     :se=\ESTART\r\E70\0540\r\EEND\r:sf=^J:\
  6043.     :so=\ESTART\r\E70\0546\r\EEND\r:\
  6044.     :ti=\ESTART\r\E2\0540\r\E12\r\EEND\r:\
  6045.     :ue=\ESTART\r\E60\0540\r\EEND\r:up=\EU:\
  6046.     :us=\ESTART\r\E60\0541\r\EEND\r:
  6047.  
  6048. #### Fluke
  6049. #
  6050.  
  6051. # The 1720a differences from ANSI: no auto margin, destructive 
  6052. # tabs, # of lines, funny highlighting and underlining
  6053. f1720|f1720a|fluke 1720A:\
  6054.     :xt:\
  6055.     :co#80:li#16:sg#1:ug#1:\
  6056.     :bl=^G:cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:cm=\E[%i%d;%dH:\
  6057.     :cr=^M:do=\E[B:is=\E[;H\E[2J:kd=^]:kl=^_:kr=^^:ku=^\:\
  6058.     :le=^H:nd=\E[C:se=\E[m:sf=\ED:so=\E[7m:sr=\EM:\
  6059.     :ue=\E[m:up=\E[A:us=\E[4m:
  6060.  
  6061. #### Liberty Electronics (Freedom)
  6062. #
  6063. #    Liberty Electronics
  6064. #    48089 Fremont Blvd
  6065. #    Fremont CA 94538
  6066. #    Vox: (510)-623-6000
  6067. #    Fax: (510)-623-7021
  6068.  
  6069. # From: <faletti@berkeley.edu>
  6070. f100|freedom|freedom100|freedom model 100:\
  6071.     :am:bw:hs:mi:ms:xo:\
  6072.     :co#80:li#24:\
  6073.     :ae=\E$:al=\EE:as=\E%:bl=^G:bt=\EI:cd=\EY:ce=\ET:\
  6074.     :ch=\E]%+ :cl=^Z:cm=\E=%+ %+ :cr=^M:ct=\E3:cv=\E[%+ :\
  6075.     :dc=\EW:dl=\ER:do=^J:ds=\Eg\Ef\r:ei=\Er:fs=^M:ho=^^:\
  6076.     :im=\Eq:ip=:is=\Eg\Ef\r\Ed:k1=^A@\r:k2=^AA\r:\
  6077.     :k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:\
  6078.     :k8=^AG\r:k9=^AH\r:k;=^AI\r:kB=\EI:kb=^H:kd=^V:kh=^^:\
  6079.     :kl=^H:kr=^L:ku=^K:le=^H:nd=^L:se=\EG0:sf=^J:so=\EG4:\
  6080.     :sr=\Ej:st=\E1:ta=^I:ts=\Eg\Ef:ue=\EG0:up=^K:us=\EG8:\
  6081.     :vb=\Eb\Ed:
  6082. f100-rv|freedom-rv|freedom 100 in reverse video:\
  6083.     :is=\Eg\Ef\r\Eb:vb=\Ed\Eb:tc=f100:
  6084. # The f110 and f200 have problems with vi(1).  They use the ^V
  6085. # code for the down cursor key. When kcud1 is defined in terminfo
  6086. # as ^V, the Control Character Quoting capability (^V in insert mode)
  6087. # is lost! It cannot be remapped in vi because it is necessary to enter
  6088. # a ^V to to quote the ^V that is being remapped!!!
  6089. # f110 users will have to decide whether
  6090. # to lose the down cursor key or the quoting capability. We will opt
  6091. # initially for leaving the quoting capability out, since use of VI
  6092. # is not generally applicable to most interactive applications
  6093. # The same applies to f200 users, except that another option exists.
  6094. # This option has been chosen locally. It will not be distributed unless
  6095. # a user runs into this problem and requests assistance. Very few users,
  6096. # if any, should run into this problem. The local solution is in
  6097. # vifix.local.ti. The f200 has the ability to reprogram the down cursor
  6098. # key. The key is reprogrammed to ^J (linefeed). This value is remembered
  6099. # in non-volatile RAM, so powering the terminal off and on will not cause
  6100. # the change to be lost. The terminfo definition for the f200 is changed
  6101. # to identify kcud1 as ^J instead of ^V.
  6102. f110|freedom110|Liberty Freedom 110:\
  6103.     :am:es:hs:mi:ms:xo:\
  6104.     :co#80:it#8:li#24:ws#80:\
  6105.     :ae=\E%%:al=\EE:as=\E$:bl=^G:bt=\EI:cd=\EY:ce=\ET:\
  6106.     :ch=\E]%+ :cl=^Z:cm=\E=%+ %+ :cr=^M:ct=\E3:cv=\E[%+ :\
  6107.     :dc=\EW:dl=\ER:do=^V:ds=\Ef\r:ei=\Er\EO:fs=^M:ho=^^:\
  6108.     :k0=^AI\r:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:\
  6109.     :k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:kA=\EE:\
  6110.     :kC=^^:kD=\EW:kE=\ET:kI=\EQ:kL=\ER:kS=\EY:kb=^H:\
  6111.     :kd=^V:kl=^H:kr=^L:ku=^K:le=^H:mb=\EG2:md=\EG0:\
  6112.     :me=\EG0:mh=\EG@:mk=\EG1:mr=\EG4:nd=^L:pf=\Ea:po=\E`:\
  6113.     :se=\EG0:sf=^J:so=\EG<:sr=\EJ\nsmir=\EO\Eq:st=\E1:\
  6114.     :ts=\Ef:ue=\EG0:up=^K:us=\EG8:\
  6115.     :vb=\Eb\200\200\200\200\Ed:ve=\E.2:vi=\E.1:vs=\E.2:
  6116. f110-14|Liberty Freedom 110 14inch:\
  6117.     :dc@:tc=f110:
  6118. f110-w|Liberty Freedom 110 - 132 cols:\
  6119.     :co#132:\
  6120.     :tc=f110:
  6121. f110-14w|Liberty Freedom 110 14in/132 cols:\
  6122.     :co#132:\
  6123.     :dc@:tc=f110:
  6124. f200|freedom200|Liberty Freedom 200:\
  6125.     :am:es:hs:mi:ms:xo:\
  6126.     :co#80:it#8:li#24:ws#80:\
  6127.     :ae=\E%%:al=\EE:as=\E$:bl=^G:bt=\EI:cd=\EY:ce=\ET:\
  6128.     :ch=\E]%+ :cl=^Z:cm=\E=%+ %+ :cr=^M:cs=\Em0%+ %+ :\
  6129.     :ct=\E3:cv=\E[%+ :dc=\EW:dl=\ER:do=^V:ds=\Ef\r:\
  6130.     :ei=\Er:fs=^M:ho=^^:im=\Eq:k0=^AI\r:k1=^A@\r:\
  6131.     :k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
  6132.     :k7=^AF\r:k8=^AG\r:k9=^AH\r:kA=\EE:kC=^^:kD=\EW:\
  6133.     :kE=\ET:kI=\EQ:kL=\ER:kS=\EY:kb=^H:kd=^V:kl=^H:kr=^L:\
  6134.     :ku=^K:le=^H:mb=\EG2:md=\EG0:me=\EG0:mh=\EG@:mk=\EG1:\
  6135.     :mr=\EG4:nd=^L:pf=\Ea:po=\E`:se=\EG0:sf=^J:so=\EG<:\
  6136.     :sr=\EJ:st=\E1:ts=\Ef:ue=\EG0:up=^K:us=\EG8:\
  6137.     :vb=\Eo\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\En:\
  6138.     :ve=\E.1:vi=\E.0:vs=\E.1:
  6139. f200-w|Liberty Freedom 200 - 132 cols:\
  6140.     :co#132:\
  6141.     :tc=f200:
  6142. f200vi|Liberty Freedom 200 for vi:\
  6143.     :am:es:hs:mi:ms:xo:\
  6144.     :co#80:it#8:li#24:ws#80:\
  6145.     :ae=\E%%:al=\EE:as=\E$:bl=^G:bt=\EI:cd=\EY:ce=\ET:\
  6146.     :ch=\E]%+ :cl=^Z:cm=\E=%+ %+ :cr=^M:cs=\Em0%+ %+ :\
  6147.     :ct=\E3:cv=\E[%+ :dc=\EW:dl=\ER:do=^V:ds=\Ef\r:\
  6148.     :ei=\Er:fs=^M:ho=^^:im=\Eq:k0=^AI\r:k1=^A@\r:\
  6149.     :k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
  6150.     :k7=^AF\r:k8=^AG\r:k9=^AH\r:kA=\EE:kC=^^:kD=\EW:\
  6151.     :kE=\ET:kI=\EQ:kL=\ER:kS=\EY:kb=^H:kd=^J:kl=^H:kr=^L:\
  6152.     :ku=^K:le=^H:mb=\EG2:md=\EG0:me=\EG0:mh=\EG@:mk=\EG1:\
  6153.     :mr=\EG4:nd=^L:pf=\Ea:po=\E`:se=\EG0:sf=^J:so=\EG<:\
  6154.     :sr=\EJ:st=\E1:ts=\Ef:ue=\EG0:up=^K:us=\EG8:\
  6155.     :vb=\Eb\200\200\200\200\Ed:ve=\E.1:vi=\E.0:vs=\E.1:
  6156. f200vi-w|Liberty Freedom 200 - 132 cols for vi:\
  6157.     :co#132:\
  6158.     :tc=f200vi:
  6159.  
  6160. #### GraphOn (go)
  6161. #
  6162. #    Graphon Corporation
  6163. #    544 Division Street
  6164. #    Campbell, CA 95008
  6165. #    Vox: (408)-370-4080
  6166. #    Fax: (408)-370-5047
  6167. #    Net: troy@graphon.com (Troy Morrison)
  6168. #
  6169. #
  6170. # The go140 and go225 have been discontinued.  GraphOn now makes X terminals,
  6171. # including one odd hybrid that starts out life on power-up as a character
  6172. # terminal, than can be switched to X graphics mode (driven over the serial
  6173. # line) by an escape sequence.  No info on this beast yet.
  6174.  
  6175. # (go140: mapped ":pt:" to default tabs -- esr)
  6176. go140|graphon go-140:\
  6177.     :bs:pt:\
  6178.     :co#80:li#24:\
  6179.     :al=\E[L:cd=10\E[J:ce=\E[K:cl=10\E[;H\E[2J:\
  6180.     :cm=\E[%i%2;%2H:dc=\E[P:dl=\E[M:ei=\E[4l:\
  6181.     :if=/usr/share/tabset/vt100:im=\E[4h:\
  6182.     :is=\E<\E=\E[?3l\E[?7l\E(B\E[J\E7\E[;r\E8\E[m\E[q:\
  6183.     :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kd=\EOB:\
  6184.     :ke=\E[?1l\E>:kh=\E[H:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\
  6185.     :ku=\EOA:nd=\E[C:se=\E[m:so=\E[7m:sr=\EM:ue=\E[m:\
  6186.     :up=\E[A:us=\E[4m:
  6187. go140w|graphon go-140 in 132 column mode:\
  6188.     :co#132:\
  6189.     :is=\E<\E=\E[?3h\E[?7h\E(B\E[J\E7\E[;r\E8\E[m\E[q:tc=go140:
  6190. # Hacked up vt200 termcap to handle GO-225/VT220
  6191. # From: <edm@nwnexus.WA.COM>
  6192. # (go225: mapped ":pt:" to default tabs -- esr)
  6193. go225|go-225|Graphon 225:\
  6194.     :am:bs:mi:pt:xn:\
  6195.     :co#80:li#25:vt#3:\
  6196.     :al=\E[L:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
  6197.     :cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:do=^J:ei=\E[4l:\
  6198.     :ho=\E[H:im=\E[4h:\
  6199.     :is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:k1=\EOP:\
  6200.     :k2=\EOQ:k3=\EOR:k4=\EOS:kb=^H:kd=\E[B:ke=\E>:\
  6201.     :kh=\E[H:kl=\E[D:kr=\E[C:ks=\E=:ku=\E[A:le=^H:\
  6202.     :mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:rc=\E8:\
  6203.     :rf=/usr/share/tabset/vt100:rs=\E[!p\E[?7h\E[2;1;1#w:\
  6204.     :sc=\E7:se=\E[27m:sf=\ED:so=\E[7m:sr=\EM:\
  6205.     :te=\E[!p\E[?7h\E[2;1;1#w:ti=\E[2;0#w\E[1;25r:\
  6206.     :ue=\E[24m:up=\E[A:us=\E[4m:
  6207.  
  6208. #### Harris (Beehive)
  6209. #
  6210. # Bletch.  These guys shared the Terminal Brain Damage laurels with Hazeltine.
  6211. # Their terminal group is ancient history now (1995) though the parent
  6212. # company is still in business.
  6213. #
  6214.  
  6215. # Beehive documentation is undated and marked Preliminary and has no figures
  6216. # so we must have early Superbee2 (Model 600, according to phone conversation
  6217. # with mfr.). It has proved reliable except for some missing padding
  6218. # (notably after \EK and nl at bottom of screen).
  6219. # The key idea is that AEP mode is poison for cup & that US's in 
  6220. # the local memory should be avoided like the plague. That means 
  6221. # that the 2048 character local buffer is used as 25 lines of 80 
  6222. # characters, period. No scrolling local memory, folks. It also 
  6223. # appears that we cannot use naked INS LINE feature since it uses
  6224. # US. The sbi fakes il1 with an 80-space insert that may be too 
  6225. # slow at low speeds; also spaces get converted to \040 which is 
  6226. # too long for some programs (not vi).  DEL LINE is ok but slow.
  6227. # The nl string is designed for last line of screen ONLY; cup to 
  6228. # 25th line corrects the motion inherent in scrolling to Page 1.
  6229. # There is one understood bug. It is that the screen appears to
  6230. # pop to a new (blank) page after a nel, or leave a half-line 
  6231. # elipsis to a quad that is the extra 48 memory locations. The 
  6232. # data received is dumped into memory but not displayed.  Not to 
  6233. # worry if cup is being used; the lines not displayed will be, 
  6234. # whenever the cursor is moved up there. Since cup is addressed 
  6235. # relative to MEMORY of window, nothing is lost; but beware of 
  6236. # relative cursor motion (cuu1,cud1,cuf1,cub1). Recommended, therefore, 
  6237. # is setenv MORE -c .
  6238. # WARNING: Not all features tested.
  6239. # Timings are assembled from 3 sources. Some timings may reflect 
  6240. # SB2/Model 300 that were used if more conservative.
  6241. # Tested on a Model 600 at 1200 and 9600 bd.
  6242. # The BACKSPACEkb option is cute. The NEWLINE key, so cleverly 
  6243. # placed on the keyboard and useless because of AEP, is made 
  6244. # into a backspace key. In use ESC must be pressed twice (to send)
  6245. # and sending ^C must be prefixed by ESC to avoid that wierd 
  6246. # transmit mode associated with ENTER key.
  6247. # IF TERMINAL EVER GOES CATATONIC with the cursor buzzing across 
  6248. # the screen, then it has dropped into ENTER mode; hit 
  6249. # RESET--ONLINE--!tset.
  6250. # As delivered this machine has a FATAL feature that will throw 
  6251. # it into that strange transmit state (SPOW) if the space bar is 
  6252. # hit after a CR is received, but before receiving a LF (or a 
  6253. # few others).
  6254. # The circuits MUST be modified to eliminate the SPOW latch. 
  6255. # This is done by strapping on chip A46 of the I/O board; cut 
  6256. # the p.c. connection to Pin 5 and strap Pin 5 to Pin 8 of that 
  6257. # chip. This mod has been checked out on a Mod 600 of Superbee II.
  6258. # With this modification absurdly high timings on cr are 
  6259. # unnecessary.
  6260. # NOTE WELL that the rear panel switch should be set to CR/LF, 
  6261. # not AEP!
  6262. #
  6263. sb1|beehive superbee:\
  6264.     :am:bw:da:db:mi:ul:xb:\
  6265.     :co#80:li#25:sg#1:ug#1:\
  6266.     :al=\EN\EL\EQ                                                                                \EP \EO\ER\EA:\
  6267.     :bl=^G:bt=\E`:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EF%r%03%03:\
  6268.     :cr=\r:ct=\E3:dc=\EP:dl=\EM:do=^J:ei=\ER:ho=\EH:\
  6269.     :im=\EQ\EO:is=\EE\EX\EZ\EO\Eb\Eg\ER:k0=\E2:k1=\Ep:\
  6270.     :k2=\Eq:k3=\Er:k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:\
  6271.     :k9=\E1:kE=\EK:kI=\EQ\EO:kL=\EM:kM=\ER:kS=\EJ:kb=^_:\
  6272.     :kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:l0=TAB CLEAR:\
  6273.     :l9=TAB SET:le=^H:nd=\EC:se=\E_3:sf=^J:so=\E_1:\
  6274.     :st=\E1:ta=^I:ti=\EO:ue=\E_3:up=\EA:us=\E_0:
  6275. sbi|superbee|beehive superbee at Indiana U.:\
  6276.     :xb:\
  6277.     :al=1\EN\EL\EQ \EP \EO\ER\EA:cr=\r:tc=sb1:
  6278. # Alternate (older) description of Superbee - f1=escape, f2=^C.
  6279. # Note: there are at least 3 kinds of superbees in the world.  The sb1
  6280. # holds onto escapes and botches ^C's.  The sb2 is the best of the 3.
  6281. # The sb3 puts garbage on the bottom of the screen when you scroll with
  6282. # the switch in the back set to CRLF instead of AEP.  This description
  6283. # is tested on the sb2 but should work on all with either switch setting.
  6284. # The f1/f2 business is for the sb1 and the xsb can be taken out for
  6285. # the other two if you want to try to hit that tiny escape key.
  6286. # This description is tricky: being able to use cup depends on there being
  6287. # 2048 bytes of memory and the hairy nl string.
  6288. superbee-xsb|beehive super bee:\
  6289.     :am:bs:da:db:pt:xb:\
  6290.     :co#80:dC#10:it#8:li#25:\
  6291.     :cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EF%r%3%3:cr=\r:ct=\E3:\
  6292.     :dc=\EP:dl=\EM:do=^J:ho=\EH:is=\EH\EJ:k1=\Ep:k2=\Eq:\
  6293.     :k3=\Er:k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:kd=\EB:\
  6294.     :kh=\EH:kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:\
  6295.     :nl=\n\200\200\200\n\200\200\200\EA\EK\200\200\200\ET\ET:\
  6296.     :se=\E_3:\
  6297.     :sf=\n\200\200\200\n\200\200\200\EA\EK\200\200\200\ET\ET:\
  6298.     :so=\E_1:st=\E1:up=\EA:ve=^J:
  6299. # This loses on lines > 80 chars long, use at your own risk
  6300. superbeeic|super bee with insert char:\
  6301.     :ei=\ER:ic=:im=\EQ:tc=superbee-xsb:
  6302. sb2|sb3|fixed superbee:\
  6303.     :xb@:\
  6304.     :tc=superbee:
  6305.  
  6306. # Reports are that most of these Beehive entries (except superbee) have not
  6307. # been tested and do not work right.  :se: is a trouble spot.  Be warned.
  6308.  
  6309. # (bee: removed obsolete ":ko=al,bt,ce,cl,dc,dl,ei,ho,ic,im:" -- esr)
  6310. beehive|bee|harris beehive:\
  6311.     :am:bs:mi:\
  6312.     :co#80:li#24:\
  6313.     :al=\EL:bt=\E>:cd=\EJ:ce=\EK:cl=\EE:cm=\EF%+ %+ :\
  6314.     :dc=\EP:dl=\EM:do=\EB:ei=\E@:ho=\EH:ic=:im=\EQ:kb=^H:\
  6315.     :kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:nd=\EC:se=\Ed@:\
  6316.     :so=\EdP:ue=\Ed@:up=\EA:us=\Ed`:
  6317. # set tab is ^F, clear (one) tab is ^V, no way to clear all tabs.
  6318. # good grief - does this entry make sg/ug when it doesn't have to?
  6319. # look at those spaces in se/so.  Seems strange to me...
  6320. # (bh3m: mapped ":pt:" to default tabs -- esr)
  6321. beehive3|bh3m|beehiveIIIm:\
  6322.     :am:bs:pt:\
  6323.     :co#80:li#20:\
  6324.     :al=\023:bl=^G:cd=^R:ce=^P:cl=^E^R:cr=^M:dl=\021:\
  6325.     :do=^J:ho=^E:if=/usr/share/tabset/beehive:le=^H:\
  6326.     :ll=^E^K:nd=^L:se= ^_:sf=^J:so=^] :ta=^I:up=^K:
  6327. beehive4|bh4|beehive 4:\
  6328.     :am:\
  6329.     :co#80:li#24:\
  6330.     :bl=^G:cd=\EJ:ce=\EK:cl=\EE:cr=^M:do=^J:ho=\EH:\
  6331.     :le=\ED:nd=\EC:sf=^J:up=\EA:
  6332. # (microb: mapped ":pt:" to default tabs -- esr)
  6333. microb|microbee|micro bee series:\
  6334.     :am:bs:pt:\
  6335.     :co#80:li#24:\
  6336.     :bl=^G:cd=\EJ:ce=\EK:cl=\EE:cm=\EF%+ %+ :cr=^M:do=^J:\
  6337.     :k1=\Ep:k2=\Eq:k3=\Er:k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:\
  6338.     :k8=\Ew:k9=\Ex:kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:\
  6339.     :le=^H:nd=\EC:se=\Ed@ :sf=^J:so= \EdP:ta=^I:ue=\Ed@:\
  6340.     :up=\EA:us=\Ed`:
  6341.  
  6342. # 8675, 8686, and bee from Cyrus Rahman
  6343. # (8675: changed k10, k11...k16 to k;, F1...F6 -- esr)
  6344. ha8675|harris 8675:\
  6345.     :F1=^W:F2=\ER:F3=\EE:F4=\EI:F5=\Ei:F6=\Eg:\
  6346.     :is=\ES\E#\E*\Eh\Em\E?\E1\E9\E@\EX\EU:k1=^F:k2=^P:\
  6347.     :k3=^N:k4=^V:k5=^J:k6=^T:k7=^H:k8=\177:k9=\Ee:k;=\Ed:tc=bee:
  6348. # (8686: changed k10, k11...k16 to k;, F1...F6; fixed broken continuation
  6349. # in :is: -- esr)
  6350. ha8686|harris 8686:\
  6351.     :F1=\EW:F2=\002\E{\003:F3=\002\E|\003:F4=\002\E}\003:\
  6352.     :F5=\002\E~\003:F6=\002\E\177\003:\
  6353.     :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#:\
  6354.     :k1=\002\Ep\003:k2=\002\Eq\003:k3=\002\Er\003:\
  6355.     :k4=\002\Es\003:k5=\E3:k6=\EI:k7=\ER:k8=\EJ:k9=\E(:\
  6356.     :k;=\Ej:tc=bee:
  6357.  
  6358. #### Hazeltine
  6359. #
  6360. # Hazeltine appears to be out of the business now (1995).  These guys were 
  6361. # co-owners of the Terminal Brain Damage Hall Of Fame along with Harris.
  6362. # Good riddance.
  6363. #
  6364. # The ony contact information I have dates from 1993 and is:
  6365. #
  6366. # Customer Service Division
  6367. # 15 Law Drive
  6368. # P.O. Box 2076
  6369. # Fairfield, NJ 07007-2078
  6370. #
  6371. # Since :nd: is blank, when you want to erase something you
  6372. # are out of luck.  You will have to do ^L's a lot to
  6373. # redraw the screen.  h1000 is untested.  It doesn't work in
  6374. # vi - this terminal is too dumb for even vi.  (The code is
  6375. # there but it isn't debugged for this case.)
  6376. h1000|hazeltine 1000:\
  6377.     :bs:\
  6378.     :co#80:li#12:\
  6379.     :bl=^G:cl=^L:cr=^M:do=^J:ho=^K:le=^H:nd= :sf=^J:
  6380. # From: <cbosg!ucbvax!pur-ee!cincy!chris> Thu Aug 20 09:09:18 1981
  6381. h1420|hazeltine 1420:\
  6382.     :am:bs:\
  6383.     :co#80:li#24:\
  6384.     :al=\E^Z:bl=^G:cd=\E^X:ce=\E^O:cl=\E^\:\
  6385.     :cm=\E\021%r%.%+ :cr=^M:dl=\E^S:do=^J:le=^H:nd=^P:\
  6386.     :se=\E^Y:sf=^J:so=\E^_:ta=^N:up=\E^L:
  6387. # New "safe" cursor movement (11/87) from cgs@umd5.umd.edu.  Prevents freakout
  6388. # with out-of-range args and tn3270.  No hz since it needs to receive ~'s.
  6389. h1500|hazeltine 1500:\
  6390.     :am:bs:hz:\
  6391.     :co#80:li#24:\
  6392.     :al=~\032:bl=^G:cd=~\030:ce=~^O:cl=~^\:\
  6393.     :cm=~\021%r%>^^ %+`%+`:cr=^M:dl=~\023:do=~^K:ho=~^R:\
  6394.     :kd=^J:kh=~^R:kl=^H:kr=^P:ku=~^L:le=^H:nd=^P:se=~^Y:\
  6395.     :sf=^J:so=~^_:up=~^L:
  6396. # h1510 assumed to be in sane escape mode.  Else use h1500.
  6397. # (h1510: early versions of this entry apparently had ":se=\E^_:so=\E^Y:",
  6398. # but these caps were commented out in 8.3; also, removed incorrect
  6399. # and overridden ":do=^J:" -- esr)
  6400. h1510|hazeltine 1510:\
  6401.     :am:bs:\
  6402.     :co#80:li#24:\
  6403.     :al=\E^Z:bl=^G:cd=\E^X:ce=\E^O:cl=\E^\:\
  6404.     :cm=\E\021%r%.%.:cr=^M:dl=\E^S:do=\E^K:le=^H:nd=^P:\
  6405.     :sf=^J:up=\E^L:
  6406. # (h1520: removed incorrect and overridden ":do=^J:" -- esr)
  6407. h1520|hazeltine 1520:\
  6408.     :am:bs:hz:\
  6409.     :co#80:li#24:\
  6410.     :al=~^Z:bl=^G:cd=~^X:ce=~^O:cl=~^\:cm=~\021%r%.%.:\
  6411.     :cr=^M:dl=~^S:do=~^K:ho=~^R:le=^H:nd=^P:se=~^Y:sf=^J:\
  6412.     :so=~^_:up=~^L:
  6413. # Note: the h1552 appears to be the first Hazeltine terminal which
  6414. # is not braindamaged.  It has tildes and backprimes and everything!
  6415. # Be sure the auto lf/cr switch is set to cr.
  6416. h1552|hazeltine 1552:\
  6417.     :al=\EE:dl=\EO:do=^J:k1=\EP:k2=\EQ:k3=\ER:l1=blue:\
  6418.     :l2=red:l3=green:tc=vt52:
  6419. h1552rv|hazeltine 1552 reverse video:\
  6420.     :do=^J:se=\ET:so=\ES:tc=h1552:
  6421. # Note: h2000 won't work well because of a clash between upper case and ~'s.
  6422. h2000|hazeltine 2000:\
  6423.     :am:bs:nc:\
  6424.     :co#74:li#27:\
  6425.     :al=~\032:bl=^G:cl=~\034:cm=~\021%r%.%.:dl=~\023:\
  6426.     :do=^J:ho=~^R:le=^H:pc=\177:sf=^J:
  6427. # Date: Fri Jul 23 10:27:53 1982.  Some unknown person wrote:
  6428. # I tested this termcap entry for the Hazeltine Esprit with vi. It seems
  6429. # to work ok. There is one problem though if one types a lot of garbage
  6430. # characters very fast vi seems not able to keep up and hangs while trying
  6431. # to insert. That's in insert mode while trying to insert in the middle of
  6432. # a line. It might be because the Esprit doesn't have insert char and delete
  6433. # char as a built in function. Vi has to delete to end of line and then 
  6434. # redraw the rest of the line.
  6435. esprit|Hazeltine Esprit I:\
  6436.     :am:bw:\
  6437.     :co#80:li#24:\
  6438.     :al=\E^Z:bl=^G:bt=\E^T:cd=\E^W:ce=\E^O:cl=\E^\:\
  6439.     :cm=\E\021%r%.%.:cr=^M:dl=\E^S:do=\E^K:ho=\E^R:\
  6440.     :is=\E?:k0=^B0^J:k1=^B1^J:k2=^B2^J:k3=^B3^J:k4=^B4^J:\
  6441.     :k5=^B5^J:k6=^B6^J:k7=^B7^J:k8=^B8^J:k9=^B9^J:kb=^H:\
  6442.     :kd=\E^K:ke=\E>:kh=\E^R:kl=^H:kr=^P:ks=\E<:ku=\E^L:\
  6443.     :l0=0:l1=1:l2=2:l3=3:l4=4:l5=5:l6=6:l7=7:l8=8:l9=9:\
  6444.     :le=^H:nd=^P:se=\E^Y:sf=^J:so=\E^_:up=\E^L:
  6445. esprit-am|hazeltine esprit auto-margin:\
  6446.     :am:\
  6447.     :tc=esprit:
  6448.  
  6449. #### IBM
  6450. #
  6451.  
  6452. ibm327x|line mode IBM 3270 style:\
  6453.     :gn:\
  6454.     :ce=^M:cl=^M^J:ho=^M:
  6455. # From: J.B. Nicholson-Owens <jeffo@uiuc.edu> 8 Mar 94
  6456. ibm3101|i3101|IBM 3101-10:\
  6457.     :am:bs:pt:xo:\
  6458.     :co#80:li#24:\
  6459.     :bl=^G:cd=\EJ:ce=\EI:cl=\EK:cm=\EY%+ %+ :cr=^M:\
  6460.     :ct=\E1:do=^J:ho=\EH:if=/usr/share/tabset/ibm3101:\
  6461.     :kb=^H:kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:\
  6462.     :nw=^M^J:sf=^J:st=\E0:ta=^I:up=\EA:
  6463. #   Received from the IBM terminals division (given to DRB)
  6464. #   June 1988 for PS/2 OS 2.2.3 cut
  6465. ibm3151|i3151:\
  6466.     :me=\E4@:\
  6467.     :..sa=\E4%{64}%?%p1%{0}%>%p1%{4}%<%&%t%{8}%|%;%?%p1%{7}%=%t%{16}%|%;%?%p2%t%{1}%|%;%?%p3%t%{4}%|%;%?%p4%t%{2}%|%;%c:\
  6468.     :se=\E4@:so=\E4A:ue=\E4@:us=\E4B:tc=ibm3163:
  6469. # From: Mark Easter <marke@fsi-ssd.csg.ssd.fsi.com> 29 Oct 1992 
  6470. # I commented out some IBM extensions.
  6471. ibm3161|ibm3163|wy60-316X|wyse60-316X|IBM 3161/3163 display:\
  6472.     :am:mi:ms:\
  6473.     :co#80:it#8:li#24:\
  6474.     :F1=\Ek\r:F2=\El\r:F3=\E!a\r:F4=\E!b\r:F5=\E!c\r:\
  6475.     :F6=\E!d\r:F7=\E!e\r:F8=\E!f\r:F9=\E!g\r:FA=\E!h\r:\
  6476.     :FB=\E!i\r:FC=\E!j\r:FD=\E!k\r:FE=\E!l\r:bl=^G:\
  6477.     :cd=\EJ:ce=\EI:cl=\EH\EJ:cm=\EY%+ %+ :cr=^M:dc=\EQ:\
  6478.     :dl=\EO:do=\EB:ho=\EH:k1=\Ea\r:k2=\Eb\r:k3=\Ec\r:\
  6479.     :k4=\Ed\r:k5=\Ee\r:k6=\Ef\r:k7=\Eg\r:k8=\Eh\r:\
  6480.     :k9=\Ei\r:k;=\Ej\r:kA=\EN:kC=\EL\r:kD=\EQ:kE=\EI:\
  6481.     :kI=\EP \010:kL=\EO:kS=\EJ:kT=\E0:ka=\E 1:kb=^H:\
  6482.     :kd=\EB:kh=\EH:kl=\ED:kr=\EC:kt=\E1:ku=\EA:le=\ED:\
  6483.     :mb=\E4D:md=\E4H:me=\E4@\E<@:mk=\E4P:mr=\E4A:nd=\EC:\
  6484.     :..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<@%;:\
  6485.     :se=\E4@:sf=^J:so=\E4A:te=\E>A:ti=\E>A:ue=\E4@:\
  6486.     :up=\EA:us=\E4B:
  6487.  
  6488. # How the 3164 sgr string works:
  6489. #    %{32}            # push space for no special video characteristics
  6490. #    %?%p2%t%{1}%|%; # if p2 set, then OR the 1 bit for reverse
  6491. #    %?%p3%t%{4}%|%; # if p3 set, then OR the 4 bit for blink
  6492. #    %?%p4%t%{2}%|%; # if p4 set, then OR the 2 bit for underline
  6493. #    %c              # pop Pa1
  6494. #    %{39}%p1%-    # calculate 32 + (7 - p1) for foreground
  6495. #    %c        # pop Pa2 
  6496. #    %{64}        # use only black background for now
  6497. #    %c        # pop Pa3
  6498. ibm3164|i3164|3164:\
  6499.     :mb=\E4D:md=\E4H:me=\E4@:\
  6500.     :..sa=\E4%{32}%?%p2%t%{1}%|%;%?%p3%t%{4}%|%;%?%p4%t%{2}%|%;%c%{39}%p1%-%c%{64}%c:tc=ibm3163:
  6501.  
  6502. # (ibmaed: mapped ":pt:" to default tabs -- esr)
  6503. ibmaed|IBM Experimental display:\
  6504.     :am:bs:eo:ms:pt:\
  6505.     :co#80:li#52:\
  6506.     :al=\EN:cd=\EJ:ce=\EI:cl=\EH\EK:cm=\EY%+ %+ :dc=\EQ:\
  6507.     :dl=\EO:do=\EB:ei=:ho=\EH:ic=\EP:im=:kb=^H:kd=\EB:\
  6508.     :kl=\ED:kr=\EC:ku=\EA:nd=\EC:se=\E0:so=\E0:ue=:\
  6509.     :up=\EA:us=:vb=\EG:
  6510. ibm-apl|apl|IBM apl terminal simulator:\
  6511.     :li#25:\
  6512.     :tc=dm1520:
  6513. # (ibmmono: this had an unknown `sb' boolean, I changed it to `bs'.  
  6514. # Also it had ":I0=f10:" which pretty obviously should be "l0=f10" -- esr)
  6515. ibmmono|ibm5151|IBM workstation monochrome:\
  6516.     :bs:es:hs:\
  6517.     :al=\EL:dl=\EM:ds=\Ej\EY8 \EI\Ek:fs=\Ek:k0=\E<:\
  6518.     :k1=\ES:k2=\ET:k3=\EU:k4=\EV:k5=\EW:k6=\EP:k7=\EQ:\
  6519.     :k8=\ER:k9=\EY:kF=\EE:kI=\200:kN=\EE:kP=\Eg:kR=\EG:\
  6520.     :kb=^H:kh=\EH:l0=f10:md=\EZ:me=\Ew\Eq\Ez\EB:\
  6521.     :mk=\EF\Ef0;\Eb0;:mr=\Ep:se=\Ez:so=\EZ:sr=\EA:\
  6522.     :ts=\Ej\EY8%+ \Eo:ue=\Ew:us=\EW:tc=ibm3101:
  6523. ibmega-c|ibm5154-c|IBM Enhanced Color Display:\
  6524.     :se=\EB:so=\EF\Ef3;:ue=\EB:us=\EF\Ef2;:tc=ibmmono:
  6525. # ibmapa* and ibmmono entries come from ACIS 4.3 distribution
  6526. rtpc|ibmapa16|ibm6155|IBM 6155 Extended Monochrome Graphics Display:\
  6527.     :li#32:\
  6528.     :ds=\Ej\EY@ \EI\Ek:ts=\Ej\EY@%+ \Eo:tc=ibmmono:
  6529. # Advanced Monochrome (6153) and Color (6154) Graphics Display:
  6530. ibmapa8c|ibmapa8|ibm6154|ibm6153|IBM 6153/4 Advanced Graphics Display:\
  6531.     :li#31:\
  6532.     :ds=\Ej\EY? \EI\Ek:ts=\Ej\EY?%+ \Eo:tc=ibmmono:
  6533. ibmapa8c-c|ibm6154-c|IBM 6154 Advanced Color Graphics Display:\
  6534.     :li#31:\
  6535.     :ds=\Ej\EY? \EI\Ek:mh=\EF\Ef7;:ts=\Ej\EY?%+ \Eo:tc=ibmega-c:
  6536. # From: Marc Pawliger <marc@ibminet.awdpa.ibm.com>
  6537. # also in /usr/lpp/bos/bsdsysadmin.
  6538. # (hft-c: this entry had :kb=\E[D:kf=\E[C: on the line with ku/kd/kh; this was
  6539. # pretty obviously mislabeled for :le: and :nd:; also ":ul=\E[4m:" was clearly
  6540. # a typo for ":us=\E[4m:"; also ":el=\E[K:" was a typo for ":ce=\E[K:".
  6541. # There was an unknown boolean ":ht:" which I assume was meant to set 
  6542. # hardware tabs, so I have insrted it#8. Finally, "ac=^N" paired with the
  6543. # ae looked like a typo for ":as=^N:" -- esr)
  6544. ibm8512|ibm8513|hft-c|IBM High Function Terminal:\
  6545.     :am:mi:ms:\
  6546.     :co#80:it#8:li#25:\
  6547.     :AL=\E[%dL:DL=\E[%dM:ae=^O:al=\E[L:as=^N:cd=\E[J:\
  6548.     :ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:dl=\E[M:dm=\E[4h:\
  6549.     :do=^J:ec=\E[%dX:ed=\E[4l:ei=\E[4l:ho=\E[H:im=\E[4h:\
  6550.     :is=\Eb\E[m\017\E[?7h:k0=\E[010q:k1=\E[001q:\
  6551.     :k2=\E[002q:k3=\E[003q:k4=\E[004q:k5=\E[005q:\
  6552.     :k6=\E[006q:k7=\E[007q:k8=\E[008q:k9=\E[009q:kd=\E[B:\
  6553.     :kh=\E[H:ku=\E[A:le=\E[D:mb=\E[5m:md=\E[1m:me=\E[m:\
  6554.     :mr=\E[7m:nd=\E[C:rc=\E[u:\
  6555.     :rs=\Eb\E[m\017\E[?7h\E[H\E[J:sc=\E[s:se=\E[m:\
  6556.     :so=\E[7m:te=\E[20h:ti=\E[20;4l\E[?7h\Eb:ue=\E[m:\
  6557.     :up=\E[A:us=\E[4m:
  6558. hft|AIWS High Function Terminal:\
  6559.     :am:xo:\
  6560.     :co#80:li#25:\
  6561.     :al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:\
  6562.     :cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:do=^J:ei=\E6:\
  6563.     :ho=\E[H:ic=\E[@:im=\E6:k1=\E[001q:k2=\E[002q:\
  6564.     :k3=\E[003q:k4=\E[004q:k5=\E[005q:k6=\E[006q:\
  6565.     :k7=\E[007q:k8=\E[008q:k9=\E[009q:kN=\E[153q:\
  6566.     :kP=\E[159q:ka=\E[010q:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:\
  6567.     :kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[0m:\
  6568.     :mk=\E[8m:mr=\E[7m:nd=\E[C:se=\E[m:sf=^J:so=\E[7m:\
  6569.     :ta=^I:ue=\E[m:up=\E[A:us=\E[4m:
  6570. # From: <pryor@math.berkeley.edu>
  6571. ibm5081|ibmmpel|IBM 5081 1024x1024 256/4096 color display:\
  6572.     :es:hs:\
  6573.     :li#33:\
  6574.     :ds=\Ej\EYA \EI\Ek:fs=\Ek:ts=\Ej\EYA%+ \Eo:tc=ibmmono:
  6575. ibm5081-c|ibmmpel-c|IBM 5081 1024x1024 256/4096 enhanced color display:\
  6576.     :es:hs:\
  6577.     :li#33:\
  6578.     :ds=\Ej\EYA \EI\Ek:fs=\Ek:ts=\Ej\EYA%+ \Eo:tc=ibmega-c:
  6579. ibm-system1|system1|ibm system/1 computer:\
  6580.     :am:xt:\
  6581.     :co#80:li#24:\
  6582.     :bl=^G:cl=^Z:cm=\005%+ %+ :ho=^K:le=^H:nd=^\:sf=^J:\
  6583.     :up=^^:
  6584.  
  6585. #### Infoton/General Terminal Corp.
  6586. #
  6587.  
  6588. # gt100 sounds like something DEC would come out with.  Let's hope they don't.
  6589. i100|gt100|gt100a|General Terminal 100A (formerly Infoton 100):\
  6590.     :am:bs:\
  6591.     :co#80:li#24:\
  6592.     :al=\EL:bl=^G:cd=\EJ:ce=\EK:cl=^L:cm=\Ef%r%+ %+ :\
  6593.     :cr=^M:dl=\EM:do=^J:ho=\EH:le=^H:nd=\EC:se=\Ea:sf=^J:\
  6594.     :so=\Eb:up=\EA:vb=\Eb\Ea:
  6595. i400|infoton 400:\
  6596.     :am:bs:\
  6597.     :co#80:li#25:\
  6598.     :al=\E[L:bl=^G:ce=\E[N:cl=\E[2J:cm=%i\E[%3;%3H:cr=^M:\
  6599.     :dc=\E[4h\E[2Q\E[P\E[4l\E[0Q:dl=\E[M:do=^J:\
  6600.     :ei=\E[4l\E[0Q:im=\E[4h\E[2Q:le=^H:nd=\E[C:sf=^J:\
  6601.     :up=\E[A:
  6602. # (addrinfo: removed obsolete ":bc=^Z:" -- esr)
  6603. addrinfo:\
  6604.     :am:\
  6605.     :co#80:li#24:\
  6606.     :bl=^G:cd=^K:cl=^L:..cm=\037%p1%{1}%-%c%p2%{1}%-%c:\
  6607.     :cr=^M:do=^J:ho=^H:le=^Z:ll=^H^\:nd=^Y:sf=^J:up=^\:
  6608. infoton:\
  6609.     :am:\
  6610.     :Nl#0:co#80:lh#0:li#24:lw#0:\
  6611.     :bl=^G:cd=^K:cl=^L:cr=^M:do=^J:le=^Z:ll=^H^\:nd=^Y:\
  6612.     :sf=^J:up=^\:
  6613. # (infotonKAS: removed obsolete ":bc=^Z:" -- esr)
  6614. infotonKAS:\
  6615.     :am:\
  6616.     :co#80:li#24:\
  6617.     :bl=^G:cd=^K:cl=^L:cr=^M:do=^J:le=^Z:ll=^H^\:nd=^Y:\
  6618.     :sf=^J:up=^\:
  6619.  
  6620. #### Interactive Systems Corp
  6621. #
  6622. # ISC used to sell OEMed and customized hardware to support ISC UNIX.
  6623. # ISC UNIX still exists in 1995, but ISC itself is no more; they got
  6624. # bought out by Sun.
  6625. #
  6626.  
  6627. # From: <cithep!eric>  Wed Sep 16 08:06:44 1981
  6628. # (intext: removed obsolete ":ma=^K^P^R^L^L :";
  6629. # mapped ":pt:" to default tabs, removed obsolete ":bc=^_:", also the
  6630. # ":le=^_:" later overridden -- esr)
  6631. intext|Interactive Systems Corporation modified owl 1200:\
  6632.     :am:\
  6633.     :co#80:li#24:sg#1:\
  6634.     :al=\020:bl=^G:bt=^Y:cd=\026J:ce=^Kp^R:cl=\014:\
  6635.     :cm=\017%+ %+ :cr=^M:dc=\022:dl=\021:do=^J:ei=^V<:\
  6636.     :im=^V;:ip=:k0=^VJ\r:k1=^VA\r:k2=^VB\r:k3=^VC\r:\
  6637.     :k4=^VD\r:k5=^VE\r:k6=^VF\r:k7=^VG\r:k8=^VH\r:\
  6638.     :k9=^VI\r:kb=^H:kd=^J:ke=^V9:kh=^Z:kl=^_:kr=^^:\
  6639.     :ks=\036\072\264\026%:ku=^\:le=^H:nd=^^:se=^V# :\
  6640.     :sf=^J:so=^V$\054:ta=^I:up=^\:
  6641. intext2|intextii|INTERACTIVE modified owl 1251:\
  6642.     :am:bw:ul:\
  6643.     :co#80:li#24:sg#0:\
  6644.     :al=\E[L:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:ch=\E[%+^AG:\
  6645.     :cl=\E[H\E[2J:cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:\
  6646.     :do=\E[B:ei=:ic=\E[@:im=:k0=\E@\r:k1=\EP\r:k2=\EQ\r:\
  6647.     :k3=\ES\r:k4=\ET\r:k5=\EU\r:k6=\EV\r:k7=\EW\r:\
  6648.     :k8=\EX\r:k9=\EY\r:kb=^H:kd=\EB\r:kh=\ER\r:kl=\ED\r:\
  6649.     :kr=\EC\r:ku=\EA\r:l0=REFRSH:l1=DEL CH:l2=TABSET:\
  6650.     :l3=GOTO:l4=+PAGE:l5=+SRCH:l6=-PAGE:l7=-SRCH:l8=LEFT:\
  6651.     :l9=RIGHT:nd=\E[C:se=\E[2 D:sf=\E[S:so=\E[6 D:\
  6652.     :sr=\E[T:ta=^I:ue=\E[2 D:up=\E[A:us=\E[18 D:\
  6653.     :vb=\E[;;;;;;;;;2;;u\E[;;;;;;;;;1;;u:
  6654.  
  6655. #### Kimtron (abm, kt)
  6656. #
  6657. # Kimtron entries include (undocumented) codes for: enter dim mode (:mh:),
  6658. # enter bold mode (:md:), enter reverse mode (:mr:), turn off all attributes
  6659. # (:me:).
  6660.  
  6661. # Kimtron ABM 85 added by Dual Systems
  6662. # (abm85: mapped ":pt:" to default tabs; removed duplicated ":kd=^J:" -- esr)
  6663. abm85|Kimtron ABM 85:\
  6664.     :am:bs:bw:ms:pt:\
  6665.     :co#80:li#24:sg#1:ug#1:\
  6666.     :al=\EE:bt=\EI:cd=\Ey:ce=\Et:cl=\E*:cm=\E=%+ %+ :\
  6667.     :dc=\EW:dl=\ER:do=^J:ei=\Er:\
  6668.     :if=/usr/share/tabset/stdcrt:im=\EQ:\
  6669.     :is=\EC\EX\Eg\En\E%\Er\E(\Ek\Em\Eq:kb=^H:kd=^J:kh=^^:\
  6670.     :kl=^H:kr=^L:ku=^K:nd=^L:se=\Ek:so=\Ej:ue=\Em:up=^K:\
  6671.     :us=\El:
  6672. # Kimtron ABM 85H added by Dual Systems.
  6673. # Some notes about the 85h entries:
  6674. # 1) there are several firmware revs of 85H in the world. Use o85h for
  6675. #    firmware revs prior to SP51
  6676. # 2) Make sure to use 85h entry if the terminal is in 85H mode and the
  6677. #    85e entry if it is in 920 emulation mode. They are incompatible in
  6678. #    some places and NOT software settable i.e., :is: can't fix change it)
  6679. # 3) In 85h mode, the arrow keys and special functions transmit when
  6680. #    the terminal is in dup-edit, and work only locally in local-edit.
  6681. #    Vi won't swallow `del char' for instance, but :vs: turns on
  6682. #    dup-edit anyway so that the arrow keys will work right. If the
  6683. #    arrow keys don't work the way you like, change :vs:, :ve:, and :is:.
  6684. #    920E mode does not have software commands to toggle between dup
  6685. #    and local edit, so you get whatever was set last on the terminal.
  6686. # 4) :vb: attribute is nice, but seems too slow to work correctly (\Eb<pad>\Ed)
  6687. # 5) Make sure `hidden' attributes are selected. If `embedded' attributes
  6688. #    are selected, the entries :sg@: and :ug@: should be removed.
  6689. # 6) auto new-line should be on (selectable from setup mode only)
  6690. #
  6691. # From: Erik Fair <fair@ucbarpa>  Sun Oct 27 07:21:05 1985
  6692. abm85h|85H|85h|Kimtron ABM 85H, 85H mode:\
  6693.     :hs:\
  6694.     :sg@:ug@:\
  6695.     :ds=\Ee:fs=^M:im=\EZ:\
  6696.     :is=\EC\EN\EX\024\016\EA\Ea\E%\E9\Ee\Er\En\E"\E}\E'\E(\Ef\r\EG0\Ed\E.4\El:\
  6697.     :kd=^V:me=\E(\EG0:mh=\E):mr=\EG4:se=\EG0:so=\EG4:\
  6698.     :ts=\Eg\Ef:ue=\EG0:us=\EG8:vb@:ve=\E.4:vs=\E.2:tc=abm85:
  6699. abm85e|85E|85e|Kimtron ABM 85H, 920E mode:\
  6700.     :sg@:ug@:\
  6701.     :im=\EZ:\
  6702.     :is=\EC\EX\EA\E%\E9\Ee\Er\En\E"\E}\E'\E(\Ef\r\Ek\Eq\Em:\
  6703.     :me=\E(\Ek:mh=\E):mr=\Ej:vb@:tc=abm85:
  6704. abm85h-o|oabm85h|o85h|Kimtron ABM 85H, old firmware rev.:\
  6705.     :sg@:ug@:\
  6706.     :im=\EZ:\
  6707.     :is=\E}\EC\EX\Ee\En\E%\Er\E(\Ek\Em\Eq\Ed\ET\EC\E9\EF:\
  6708.     :me=\E(\Ek:mh=\E):mr=\Ej:\
  6709.     :vb=\200\200\200\007\200\200\200:tc=abm85:
  6710. # From: <malman@bbn-vax.arpa>
  6711. # (kt7: removed obsolete ":ko=ic,dc,al,dl,cl,ce,cd,bt:", ":ma=^V^J^L :";
  6712. # mapped ":pt:" to default tabs -- esr)
  6713. kt7|kimtron model kt-7:\
  6714.     :am:bs:pt:\
  6715.     :co#80:li#24:\
  6716.     :al=\EE:bt=\EI:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :\
  6717.     :dc=\EW:dl=\ER:do=^V:ei=:fs=\Eg:ho=^^:ic=\EQ:\
  6718.     :if=/usr/share/tabset/stdcrt:im=:is=\El\E":k0=^AI\r:\
  6719.     :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
  6720.     :k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:kb=^H:kd=^V:\
  6721.     :kh=^^:kl=^H:kr=^L:ku=^K:nd=^L:se=\EG0:so=\EG4:\
  6722.     :ts=\Ef:ue=\EG0:up=^K:us=\EG8:
  6723.  
  6724. #### Microterm (act, mime)
  6725. #
  6726. # The mime1 entries refer to the Microterm Mime I or Mime II.
  6727. # The default mime is assumed to be in enhanced act iv mode.
  6728. #
  6729.  
  6730. # New "safe" cursor movement (5/87) from reuss@umd5.umd.edu.  Prevents freakout with
  6731. # out-of-range args on Sytek multiplexors.  No ":so=^N:" and ":se=^N:" since 
  6732. # it gets confused and it's too dim anyway.  No ic since Sytek insists ^S 
  6733. # means xoff.
  6734. # (act4: found ":ic=2^S:ei=:im=:ip=.1*^V:" commented out in 8.3 -- esr)
  6735. act4|microterm|microterm act iv:\
  6736.     :am:bs:\
  6737.     :co#80:li#24:\
  6738.     :al=2.3*\001<2.3*/>:bl=^G:cd=2.2*\037:ce=.1*\036:\
  6739.     :cl=12\014:cm=\024%+^X%>/0%+P:cr=^M:dc=.1*\004:\
  6740.     :dl=2.3*\027:do=^K:ho=^]:kd=^K:kl=^H:kr=^X:ku=^Z:\
  6741.     :le=^H:nd=^X:sf=^J:up=^Z:
  6742. # The padding on :sr: and :ta: for act5 and mime is a guess and not final.
  6743. # The act 5 has hardware tabs, but they are in columns 8, 16, 24, 32, 41 (!)...
  6744. # (microterm5: removed obsolete ":ma==^Z^P^Xl^Kj:" -- esr)
  6745. act5|microterm5|microterm act v:\
  6746.     :kd=^K:kl=^H:kr=^X:ku=^Z:sr=\EH:uc=^H\EA:tc=act4:
  6747. # Act V in split screen mode.  act5s is not tested and said not to work.
  6748. act5s|skinny act5:\
  6749.     :co#39:li#48:\
  6750.     :te=\EQ:ti=\EP:tc=act5:
  6751. # Mimes using brightness for standout.  Half bright is really dim unless
  6752. # you turn up the brightness so far that lines show up on the screen.
  6753. mime-fb|full bright mime1:\
  6754.     :is=^S\E:se=^S:so=^Y:tc=mime:
  6755. mime-hb|half bright mime1:\
  6756.     :is=^Y\E:se=^Y:so=^S:tc=mime:
  6757. # (mime: removed obsolete ":ma=^X ^K^J^Z^P:"; removed ":do=^K:" that overrode
  6758. # the more plausible ":do=^J:"; mapped ":pt:" to ":it#8:" -- esr)
  6759. # uc was at one time disabled to get around a curses bug, be wary of it
  6760. mime|mime1|mime2|mimei|mimeii|microterm mime1:\
  6761.     :am:bs:pt:\
  6762.     :co#80:it#8:li#24:vt#9:\
  6763.     :al=\001:bl=^G:cd=^_:ce=^^:cl=^]^C:\
  6764.     :cm=\024%+^X%> 0%+P:cr=^M:dl=\027:do=^J:ho=^]:\
  6765.     :is=^S\E^Q:kd=^K:kl=^H:kr=^X:ku=^Z:le=^H:nd=^X:sf=^J:\
  6766.     :sr=\022:ta=\011:uc=^U:up=^Z:
  6767. # These termcaps (for mime 2a) put the terminal in low intensity mode
  6768. # since high intensity mode is so obnoxious.
  6769. mime2a-s|microterm mime2a (emulating an enhanced soroc iq120):\
  6770.     :am:bs:\
  6771.     :co#80:li#24:\
  6772.     :al=\001:bl=^G:cd=\EJ:ce=\EK:cl=\EL:cm=\E=%+ %+ :\
  6773.     :cr=^M:dc=\ED:dl=\027:do=^J:ei=^Z:ho=^^:im=\EE:ip=:\
  6774.     :is=\E):kd=^J:kl=^H:kr=^L:ku=^K:le=^H:nd=^L:se=\E;:\
  6775.     :sf=^J:so=\E\072:sr=\EI:ue=\E7:up=\EI:us=\E6:
  6776. # This is the preferred mode (but ^X can't be used as a kill character)
  6777. # (mime2a: replaced ":pt:" with SCO's "it#8" -- esr)
  6778. mime2a|mime2a-v|microterm mime2a (emulating an enhanced vt52):\
  6779.     :bs:pt:\
  6780.     :co#80:it#8:li#24:\
  6781.     :al=\001:bl=^G:cd=\EQ:ce=\EP:cl=\EL:cm=\EY%+ %+ :\
  6782.     :cr=^M:dc=^N:dl=\027:do=^J:ei=^Z:ho=\EH:im=^O:ip=:\
  6783.     :is=^Y:kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:\
  6784.     :se=\E9:sf=^J:so=\E8:sr=\EA:ta=^I:ue=\E5:up=\EA:\
  6785.     :us=\E4:
  6786. # (mime3a: removed obsolete ":ma=^X ^K^J^Z^P:" -- esr)
  6787. mime3a|mime1 emulating 3a:\
  6788.     :am@:\
  6789.     :kd=^K:kl=^H:kr=^X:ku=^Z:tc=adm3a:
  6790. # (mime3ax: mapped ":pt:" to default tabs -- esr)
  6791. mime3ax|mime-3ax|mime1 emulating enhanced 3a:\
  6792.     :pt:\
  6793.     :it#8:\
  6794.     :al=\001:cd=^_:ce=^X:dl=\027:ta=\011:tc=mime3a:
  6795. # Wed Mar  9 18:53:21 1983
  6796. # We run our terminals at 2400 baud, so there might be some timing problems at
  6797. # higher speeds. The major improvements in this model are the terminal now 
  6798. # scrolls down and insert mode works without redrawing the rest of the line
  6799. # to the right of the cursor. This is done with a bit of a kludge using the
  6800. # exit graphics mode to get out of insert, but it does not appear to hurt
  6801. # anything when using vi at least. If you have some users using act4s with
  6802. # programs that use curses and graphics mode this could be a problem.
  6803. mime314|mm314|mime 314:\
  6804.     :am:\
  6805.     :co#80:li#24:\
  6806.     :al=^A:cd=^_:ce=^^:cl=^L:cm=\024%.%.:dc=^D:dl=^W:\
  6807.     :ei=^V:ho=^]:im=^S:kd=^K:kl=^H:kr=^X:ku=^Z:le=^H:\
  6808.     :nd=^X:ta=^I:up=^Z:
  6809. # Fri Aug  5 08:11:57 1983
  6810. # This entry works for the ergo 4000 with the following setups:
  6811. # ansi,wraparound,newline disabled, xon/xoff disabled in both
  6812. # setup a & c.
  6813. #    
  6814. # WARNING!!! There are multiple versions of ERGO 4000 microcode
  6815. # Be advised that very early versions DO NOT WORK RIGHT !!  
  6816. # Microterm does have a ROM exchange program- use it or lose big
  6817. ergo4000|microterm ergo 4000:\
  6818.     :da:db:ms:\
  6819.     :co#80:li#66:\
  6820.     :AL=\E[1L:bl=^G:cd=\E[0J:ce=\E[0K:cl=\E[H\E[2J:\
  6821.     :cm=\E[%i%d;%dH:cr=^M:dc=\E[1P:dl=\E[1M:do=\E[B:\
  6822.     :ei=\E[4l:im=\E[4h:\
  6823.     :is=\E<\E=\E[?1l\E[?4l\E[?5l\E[?7h\E[?8h:k1=\EOP:\
  6824.     :k2=\EOQ:k3=\EOR:k4=\EOS:kd=\E[B:ke=\E=:kl=\E[D:\
  6825.     :kr=\E[C:ks=\E=:ku=\E[A:l1=pf1:l2=pf2:l3=pf3:l4=pf4:\
  6826.     :le=^H:nd=\E[C:se=\E[0m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:\
  6827.     :up=\E[A:
  6828.  
  6829. #### NCR 
  6830. #
  6831. # NCR's terminal group was merged with AT&T's when AT&T bought the company.
  6832. # For what happened to that group, see the ADDS section.
  6833. #
  6834.  
  6835. # From <root@goliath.un.atlantaga.NCR.COM>, init string hacked by SCO.
  6836. ncr7900i|7900i|ncr7900|7900|ncr 7900 model 1:\
  6837.     :am:bw:ul:\
  6838.     :co#80:li#24:sg#1:ug#1:\
  6839.     :bl=^G:cd=\Ek:ce=\EK:cl=^L:cm=\E1%r%.%.:cr=^M:do=^J:\
  6840.     :is=\E0@\010\E3\E4\E7:kd=^J:kh=^A:kl=^U:kr=^F:ku=^Z:\
  6841.     :le=^H:ll=^A:mb=\E0B:me=\E0@:mh=\E0A:mr=\E0P:nd=^F:\
  6842.     :pf=^T:po=^R:\
  6843.     :..sa=\E0%p5%'@'%+%p4%{2}%*%+%p3%{16}%*%+%p2%{32}%*%+%p1%{17}%*%+%c:\
  6844.     :se=\E0@:sf=^J:so=\E0Q:ue=\E0@:up=^Z:us=\E0`:
  6845. ncr7900i-na|ncr7900-na|7900-na|ncr 7900 model 1 with no arrows:\
  6846.     :kd@:kl@:kr@:ku@:tc=ncr7900i:
  6847. ncr7900iv|ncr 7900 model 4:\
  6848.     :am:bw:es:hs:\
  6849.     :co#80:li#24:\
  6850.     :al=\E^N:bl=^G:cl=^L:cm=\013%+@\E\005%02:cr=^M:\
  6851.     :dl=\E^O:do=^J:ds=\Ey1:fs=\Ek\Ey5:ho=\013@\E^E00:\
  6852.     :k1=\ES:k2=\ET:k3=\EU:k4=\EV:k5=\EW:k6=\EP:k7=\EQ:\
  6853.     :k8=\ER:kb=^H:kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:\
  6854.     :l6=blue:l7=red:l8=white:le=^H:nw=^M^J:sf=^J:\
  6855.     :ts=\Ej\Ex5\Ex1\EY8%p1%{32}%+%c\Eo:
  6856. ncr7901|7901|ncr 7901 model:\
  6857.     :am:bw:ul:\
  6858.     :co#80:li#24:\
  6859.     :bl=^G:cd=\Ek:ce=\EK:ch=\020%+^J:cl=^L:cm=\EY%+ %+ :\
  6860.     :cr=^M:cv=\013%+@:do=^J:is=\E4^O:kC=^L:kd=^J:kh=^H:\
  6861.     :kl=^U:kr=^F:ku=^Z:le=^H:ll=^A:mb=\E0B:me=^O:mh=\E0A:\
  6862.     :mr=\E0P:nd=^F:pf=^T:po=^R:\
  6863.     :..sa=\E0%p5%'@'%+%p4%{2}%*%+%p3%{16}%*%+%p2%{32}%*%+%p1%{17}%*%+%c\016:\
  6864.     :se=^O:sf=^J:so=\E0Q\016:ue=^O:up=^Z:us=\E0`\016:\
  6865.     :ve=^X:vi=^W:
  6866.  
  6867. #### Perkin-Elmer (Owl)
  6868. #
  6869. # These are official terminfo entries from within Perkin-Elmer.
  6870. #
  6871.  
  6872. bantam|pe550|pe6100|perkin elmer 550:\
  6873.     :co#80:li#24:\
  6874.     :bl=^G:ce=\EI:cl=\EK:cm=\EX%+ \EY%+ :cr=^M:do=^J:\
  6875.     :ho=\EH:le=^H:ll=\EH\EA:nd=\EC:sf=^J:up=\EA:
  6876. fox|pe1100|perkin elmer 1100:\
  6877.     :am:\
  6878.     :co#80:li#24:\
  6879.     :bl=^G:cd=\EJ:ce=\EI:cl=\EH\EJ:cm=\EX%+ \EY%+ :cr=^M:\
  6880.     :ct=\E3:do=^J:ho=\EH:le=^H:ll=\EH\EA:nd=\EC:sf=^J:\
  6881.     :st=\E1:up=\EA:vb=\020\002\020\003:
  6882. owl|pe1200|perkin elmer 1200:\
  6883.     :am:in:\
  6884.     :co#80:li#24:\
  6885.     :al=\EL:bl=^G:cd=\EJ:ce=\EI:cl=\EH\EJ:\
  6886.     :cm=\EX%+ \EY%+ :cr=^M:ct=\E3:dc=\EO:dl=\EM:do=^J:\
  6887.     :ei=:ho=\EH:ic=\EN:im=:ip=:k0=\ERJ:k1=\ERA:k2=\ERB:\
  6888.     :k3=\ERC:k4=\ERD:k5=\ERE:k6=\ERF:k7=\ERG:k8=\ERH:\
  6889.     :k9=\ERI:kb=^H:le=^H:ll=\EH\EA:nd=\EC:se=\E!\200:\
  6890.     :sf=^J:so=\E!^H:st=\E1:up=\EA:vb=\020\002\020\003:
  6891. pe1251|pe6300|pe6312|perkin elmer 1251:\
  6892.     :am:\
  6893.     :co#80:it#8:li#24:pb#300:sg#1:vt#8:\
  6894.     :bl=^G:cd=\EJ:ce=\EI:cl=\EK:cm=\EX%+ \EY%+ :cr=^M:\
  6895.     :ct=\E3:do=\EB:ho=\EH:k0=\ERA:k1=\ERB:k2=\ERC:\
  6896.     :k3=\ERD:k4=\ERE:k5=\ERF:k6=\ERG:k7=\ERH:k8=\ERI:\
  6897.     :k9=\ERJ:k;=\ERK:le=\ED:nd=\EC:sf=^J:st=\E1:up=\EA:
  6898. pe7000m|perkin elmer 7000 series monochrome monitor:\
  6899.     :am:\
  6900.     :co#80:li#24:\
  6901.     :bl=^G:bt=\E!Y:cd=\EJ:ce=\EI:cl=\EK:cm=\ES%+ %+ :\
  6902.     :cr=^M:do=\EB:ho=\EH:i1=\E!\200\EW  7o\Egf\ES7 :\
  6903.     :k0=\E!\200:k1=\E!^A:k2=\E!^B:k3=\E!^C:k4=\E!^D:\
  6904.     :k5=\E!^E:k6=\E!^F:k7=\E!^G:k8=\E!^H:k9=\E!^I:\
  6905.     :k;=\E!^J:kb=^H:kd=\E!U:kh=\E!S:kl=\E!V:kr=\E!W:\
  6906.     :ku=\E!T:le=\ED:ll=\ES7 :nd=\EC:se=\E!\200:sf=^J:\
  6907.     :so=\E!^H:sr=\ER:ue=\E!\200:up=\EA:us=\E! :
  6908. pe7000c|perkin elmer 7000 series colour monitor:\
  6909.     :am:\
  6910.     :co#80:li#24:\
  6911.     :bl=^G:bt=\E!Y:cd=\EJ:ce=\EI:cl=\EK:cm=\ES%+ %+ :\
  6912.     :cr=^M:do=\EB:ho=\EH:\
  6913.     :i1=\E!\200\EW  7o\Egf\Eb0\Ec7\ES7 :k0=\E!\200:\
  6914.     :k1=\E!^A:k2=\E!^B:k3=\E!^C:k4=\E!^D:k5=\E!^E:\
  6915.     :k6=\E!^F:k7=\E!^G:k8=\E!^H:k9=\E!^I:k;=\E!^J:kb=^H:\
  6916.     :kd=\E!U:kh=\E!S:kl=\E!V:kr=\E!W:ku=\E!T:le=\ED:\
  6917.     :ll=\ES7 :nd=\EC:se=\Eb0:sf=^J:so=\Eb2:sr=\ER:\
  6918.     :ue=\E!\200:up=\EA:us=\E! :
  6919.  
  6920. #### Sperry Univac
  6921. #
  6922. # Sperry Univac has merged with Burroughs to form Unisys.
  6923. #
  6924.  
  6925. # This entry is for the Sperry UTS30 terminal running the TTY 
  6926. # utility under control of CP/M Plus 1R1. The functionality 
  6927. # provided is comparable to the DEC vt100.
  6928. uts30|sperry uts30 with cp/m@1R1:\
  6929.     :am:bw:hs:\
  6930.     :co#80:li#24:ws#40:\
  6931.     :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
  6932.     :LE=\E[%dD:RI=\E[%dC:SF=\E[%dB:SR=\E[%dA:UP=\E[%dA:\
  6933.     :ae=\Ed:al=\EN:as=\EF:bl=^G:cd=\E[J:ce=\E[K:cl=^L:\
  6934.     :cm=\E[%i%d;%dH:cr=^M:cs=\EU%+ %+ :dc=\EM:dl=\EL:\
  6935.     :do=\EB:ei=:fs=^M:ho=\E[H:ic=\EO:im=:\
  6936.     :is=\E[U 7\E[24;1H:kb=^H:kd=\EOB:kh=\E[H:kl=\EOD:\
  6937.     :kr=\EOC:ku=\EOA:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:\
  6938.     :mr=\E[7m:nd=\EC:\
  6939.     :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\EX:\
  6940.     :rf=/usr/lib/tabset/vt100:sc=\EW:se=\E[m:sf=^J:\
  6941.     :so=\E[7m:sr=\EI:ta=^I:ts=\E]:uc=\EPB:ue=\E[m:\
  6942.     :up=\E[A:us=\E[4m:ve=\ES:vi=\ER:
  6943.  
  6944. #### Tandem
  6945. #
  6946. # Tandem builds these things for use with its line of fault-tolerant
  6947. # transaction-processing computers.  They aren't generally available
  6948. # on the merchant market, and so are fairly uncommon.
  6949. #
  6950.  
  6951. tandem6510|adm3a repackaged by Tandem:\
  6952.     :tc=adm3a:
  6953.  
  6954. # A funny series of terminal that TANDEM uses.  The actual model numbers
  6955. # have a fourth digit after 653 that designates minor variants.  These are
  6956. # natively block-mode and rather ugly, but they have a character mode which
  6957. # this doubtless(?) exploits.  There is a 6520 that is slightly dumber.
  6958. # (tandem653: had ":sb=\ES:", probably someone's mistake for sf -- esr)
  6959. tandem653|t653x|Tandem 653x multipage terminal:\
  6960.     :am:bs:da:db:hs:\
  6961.     :co#80:li#24:sg#1:ug#1:ws#64:\
  6962.     :cd=\EJ:ce=\EK:cl=\EI:cm=\023%+ %+ :do=^J:ds=\Eo\r:\
  6963.     :fs=^M:ho=\EH:if=/usr/share/tabset/tandem653:le=^H:\
  6964.     :nd=\EC:se=\E6 :sf=\ES:so=\E6$:sr=\ET:ts=\Eo:ue=\E6 :\
  6965.     :up=\EA:us=\E60:
  6966.  
  6967. #### Tandy/Radio Shack
  6968. #
  6969. # Tandy has a line of VDTs distinct from its microcomputers.
  6970. #
  6971.  
  6972. dmterm|deskmate terminal:\
  6973.     :am:bw:\
  6974.     :co#80:li#24:\
  6975.     :al=\EP:bl=^G:cd=\EJ:ce=\EK:cl=\Ej:cm=\EY%+ %+ :\
  6976.     :cr=^M:dc=\ES:dl=\ER:do=\EB:ei=:ho=\EH:ic=\EQ:im=:\
  6977.     :k0=\E1:k1=\E2:k2=\E3:k3=\E4:k4=\E5:k5=\E6:k6=\E7:\
  6978.     :k7=\E8:k8=\E9:k9=\E0:kd=\EB:kh=\EH:kl=\ED:kr=\EC:\
  6979.     :ku=\EA:l0=f1:l1=f2:l2=f3:l3=f4:l4=f5:l5=f6:l6=f7:\
  6980.     :l7=f8:l8=f9:l9=f10:le=^H:ll=\EE:nd=\EC:se=\EG0:\
  6981.     :sf=\EX:so=\EG4:ta=^I:up=\EA:ve=\EG6:vi=\EG5:
  6982. dt100|dt-100|Tandy DT-100 terminal:\
  6983.     :xo:\
  6984.     :co#80:li#24:sg#1:ug#1:\
  6985.     :ac=kkllmmjjnnwwvvttuuqqxx:ae=^O:al=\E[L:as=^N:bl=^G:\
  6986.     :cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:cm=\010\E[%i%d;%dH:\
  6987.     :cr=^M:cs=\E[%2;%2r:dc=\E[P:dl=\E[M:do=\E[B:ei=:\
  6988.     :ho=\E[H:ic=\E[@:im=:is=\E[?3l\E)0\E(B:k1=\E[?3i:\
  6989.     :k2=\E[2i:k3=\E[@:k4=\E[M:k5=\E[17~:k6=\E[18~:\
  6990.     :k7=\E[19~:k8=\E[20~:k9=\E[21~:k;=\E[?5i:kN=\E[29~:\
  6991.     :kP=\E[28~:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
  6992.     :l1=f1:l2=f2:l3=f3:l4=f4:l5=f5:l6=f6:l7=f7:l8=f8:\
  6993.     :le=^H:nd=\E[C:se=\E[m:sf=^J:so=\E[7m:sr=\EM:ta=^I:\
  6994.     :ue=\E[m:up=\E[A:us=\E[4m:ve=\E[?25h:vi=\E[?25l:
  6995. dt100w|dt-100w|Tandy DT-100 terminal:\
  6996.     :co#132:\
  6997.     :bl=^G:cr=^M:do=^J:is=\E[?3l\E)0\E(B:sf=^J:tc=dt100:
  6998. dt110|Tandy DT-110 emulating ansi:\
  6999.     :xo:\
  7000.     :co#80:li#24:\
  7001.     :@7=\E[K:ac=kkllmmjjnnwwvvuuttqqxx:ae=^O:al=\E[0L:\
  7002.     :as=^N:bl=^G:cd=\E[0J:ce=\E[0K:cl=\E[;H\E[2J:\
  7003.     :cm=\010\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:dc=\E[0P:\
  7004.     :dl=\E[0M:do=\E[0B:eA=\E(B\E)0:ei=:ho=\E[H:ic=\E[0@:\
  7005.     :im=:is=\E[?3l\E)0\E(B:k1=\E[1~:k2=\E[2~:k3=\E[3~:\
  7006.     :k4=\E[4~:k5=\E[5~:k6=\E[6~:k7=\E[7~:k8=\E[8~:\
  7007.     :k9=\E[9~:k;=\E[10~:kI=\E[@:kN=\E[26~:kP=\E[25~:\
  7008.     :kd=\E[B:kh=\E[G:kl=\E[D:kr=\E[C:ku=\E[A:l0=f1:l1=f2:\
  7009.     :l2=f3:l3=f4:l4=f5:l5=f6:l6=f7:l7=f8:l8=f9:l9=f10:\
  7010.     :le=^H:nd=\E[C:se=\E[0m:sf=^J:so=\E[7m:sr=\EM:ta=^I:\
  7011.     :ue=\E[0m:up=\E[0A:us=\E[4m:ve=\E[?25h:vi=\E[?25l:
  7012. dt200|td200|Tandy 200:\
  7013.     :am:xt:\
  7014.     :co#40:li#16:\
  7015.     :al=\EL:bl=^G:cd=^L:ce=\EK:cl=\EE:cm=\EY%+ %+ :cr=^M:\
  7016.     :dl=\EM:do=^_:kd=^_:kl=^]:kr=^\:ku=^^:le=^H:nd=^\:\
  7017.     :se=\Eq:sf=^J:so=\Ep:up=\EA:
  7018. pt210|TRS-80 PT-210 printing terminal:\
  7019.     :hc:os:\
  7020.     :co#80:\
  7021.     :bl=^G:cr=^M:do=^J:sf=^J:
  7022.  
  7023. #### Tektronix (tek)
  7024. #
  7025. # Tektronix tubes are graphics terminals.  Most of them use modified 
  7026. # oscilloscope technology incorporating a long-persistence green phosphor,
  7027. # and support vector graphics on a main screen with an attached "dialogue
  7028. # area" for interactive text.
  7029. #
  7030.  
  7031. tek|tek4012|4012|tektronix 4012:\
  7032.     :os:\
  7033.     :co#75:li#35:\
  7034.     :bl=^G:cl=\E\014:cr=^M:do=^J:ff=\014:is=\E^O:le=^H:
  7035. tek4013|4013|tektronix 4013:\
  7036.     :ae=\E^O:as=\E^N:tc=tek4012:
  7037. tek4014|4014|tektronix 4014:\
  7038.     :co#81:li#38:\
  7039.     :is=\E\017\E9:tc=tek4012:
  7040. tek4015|4015|tektronix 4015:\
  7041.     :ae=\E^O:as=\E^N:tc=tek4014:
  7042. tek4014-sm|4014-sm|tektronix 4014 in small font:\
  7043.     :co#121:li#58:\
  7044.     :is=\E\017\E\072:tc=tek4014:
  7045. tek4015-sm|4015-sm|tektronix 4015 in small font:\
  7046.     :ae=\E^O:as=\E^N:tc=tek4014-sm:
  7047. tek4023|4023|tex|tektronix 4023:\
  7048.     :am:\
  7049.     :co#80:li#24:vt#4:\
  7050.     :bl=^G:cl=\E\014:cm=\034%r%+ %+ :cr=^M:do=^J:le=^H:\
  7051.     :nd=^I:se=^_@:sf=^J:so=^_P:
  7052. # It is recommended that you run the 4025 at 4800 baud or less;
  7053. # various bugs in the terminal appear at 9600.  It wedges at the
  7054. # bottom of memory (try "cat /usr/dict/words"); ^S and ^Q typed
  7055. # on keyboard don't work.  You have to hit BREAK twice to get
  7056. # one break at any speed - this is a documented feature.
  7057. # Can't use cursor motion because it's memory relative, and 
  7058. # because it only works in the workspace, not the monitor.  
  7059. # Same for home. Likewise, standout only works in the workspace.
  7060. # el was commented out since vi and rogue seem to work better 
  7061. # simulating it with lots of spaces!
  7062. # il1 and il had 145ms of padding, but that slowed down vi's ^U 
  7063. # and didn't seem necessary.
  7064. #
  7065. tek4024|tek4025|tek4027|tektronix 4024/4025/4027:\
  7066.     :am:da:db:\
  7067.     :co#80:it#8:li#34:lm#0:\
  7068.     :AL=\037up\r\037ili %d\r:CC=^_:DL=\037dli %d\r\006:\
  7069.     :DO=\037dow %d\r:LE=\037lef %d\r:RI=\037rig %d\r:\
  7070.     :UP=\037up %d\r:al=\037up\r\037ili\r:bl=^G:\
  7071.     :cd=\037dli 50\r:cl=\037era\r\n\n:cr=^M:dc=\037dch\r:\
  7072.     :dl=\037dli\r\006:do=^F^J:ei=:ic=\037ich\r \010:im=:\
  7073.     :is=!com 31\r\n\037sto 9 17 25 33 41 49 57 65 73\r:\
  7074.     :ke=\037lea p2\r\037lea p4\r\037lea p6\r\037lea p8\r\037lea f5\r:\
  7075.     :ks=\037lea p4 /h/\r\037lea p8 /k/\r\037lea p6 / /\r\037lea p2 /j/\r\037lea f5 /H/\r:\
  7076.     :le=^H:nd=\037rig\r:sf=^F^J:ta=^I:up=^K:
  7077. tek4025-17|4025-17|4027-17|tek 4025 17 line window:\
  7078.     :li#17:\
  7079.     :tc=tek4025:
  7080. tek4025-17-ws|4025-17-ws|4025-17ws|4027-17ws|4027-17-ws|tek 4025 17 line window in workspace:\
  7081.     :is=!com 31\r\n\037sto 9 17 25 33 41 49 57 65 73\r\037wor 17\r\037mon 17\r:\
  7082.     :se=\037att s\r:so=\037att e\r:te=\037mon h\r:\
  7083.     :ti=\037wor h\r:tc=tek4025-17:
  7084. tek4025-ex|tek4027-ex|tek 4025/4027 w/!:\
  7085.     :is=\037com 33\r\n!sto 9 17 25 33 41 49 57 65 73\r:\
  7086.     :te=\037com 33\r:ti=!com 31\r:tc=tek4025:
  7087. # Tektronix 4025a
  7088. # From: Doug Gwyn <gwyn@brl-smoke.ARPA>
  7089. # The following status modes are assumed for normal operation (replace the
  7090. # initial "!" by whatever the current command character is):
  7091. #    !COM 29            # NOTE: changes command character to GS (^])
  7092. #    ^]DUP
  7093. #    ^]ECH R
  7094. #    ^]EOL
  7095. #    ^]RSS T
  7096. #    ^]SNO N
  7097. #    ^]STO 9 17 25 33 41 49 57 65 73
  7098. # Other modes may be set according to communication requirements.
  7099. # If the command character is inadvertently changed, termcap can't restore it.
  7100. # Insert-character cannot be made to work on both top and bottom rows.
  7101. # Clear-to-end-of-display emulation via !DLI 988 is too groady to use, alas.
  7102. # There also seems to be a problem with vertical motion, perhaps involving
  7103. # delete/insert-line, following a typed carriage return.  This terminal sucks.
  7104. # Delays not specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
  7105. # (tek4025a: mapped ":pt:" to default tabs; removed obsolete ":xx:".
  7106. # This may mean the tek4025a entry won't work any more. -- esr)
  7107. tek4025a|4025a|Tektronix 4025A:\
  7108.     :am:bs:bw:da:db:pt:xo:\
  7109.     :co#80:li#34:\
  7110.     :CC=^]:DC=\035dch %d;:DL=\035dli %d;:DO=\035dow %d;:\
  7111.     :LE=\035lef %d;:RI=\035rig %d;:SF=\035dow %d;:\
  7112.     :UP=\035up %d;:al=\013\035ili;:bl=^G:bt=\035bac;:\
  7113.     :ce=\035dch 80;:ch=\r\035rig %d;:\
  7114.     :cl=\035era;\n\035rup;:cr=^M:ct=\035sto;:dc=\035dch;:\
  7115.     :dl=\035dli;:do=^J:le=^H:nd=\035rig;:\
  7116.     :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;:\
  7117.     :sf=^J:ta=^I:up=^K:
  7118. # From: cbosg!teklabs!davem Wed Sep 16 21:11:41 1981
  7119. # Here's the command file that I use to get rogue to work on the 4025.
  7120. # It should work with any program using the old curses (e.g. it better
  7121. # not try to scroll, or cursor addressing won't work.  Also, you can't
  7122. # see the cursor.)
  7123. # (This "learns" the arrow keys for rogue. I have adapted it for termcap - mrh)
  7124. # (tek4025-cr: mapped ":pt:" to default tabs -- esr)
  7125. tek4025-cr|4025-cr|tek 4025 for curses and rogue:\
  7126.     :am:bs:pt:\
  7127.     :co#80:li#33:\
  7128.     :cl=\037era;:cm=\037jum%i%d\054%d;:do=^F^J:\
  7129.     :is=!com 31\r\n\037sto 9 17 25 33 41 49 57 65 73\r:\
  7130.     :le=^H:nd=\037rig;:nl=^F^J:te=\037wor 0:\
  7131.     :ti=\037wor 33h:up=^K:
  7132. # next two lines commented out since curses only allows 128 chars, sigh.
  7133. #    :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:\
  7134. #    :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:
  7135. tek4025ex|4025ex|4027ex|tek 4025 w/!:\
  7136.     :is=\037com 33\r\n!sto 9\05417\05425\05433\05441\05449\05457\05465\05473\r:\
  7137.     :te=\037com 33\r:ti=!com 31\r:tc=tek4025:
  7138. tek4105|4105|tektronix 4105:\
  7139.     :am:mi:ms:ul:xn:xt:\
  7140.     :co#79:it#8:li#29:\
  7141.     :ae=\E[0m:al=\E[1L:as=\E[1m:bl=^G:bt=\E[Z:cd=\E[J:\
  7142.     :ce=\E[K:cl=\E[2J\E[H:cm=\E[%i%2;%2H:cr=^M:ct=\E[1g:\
  7143.     :dc=\E[1P:dl=\E[1M:do=\E[1B:ei=\E[4l:ho=\E[H:\
  7144.     :i1=\E%!1\E[0m:im=\E[4h:is=\E%!1\E[?6141\E[0m:kb=^H:\
  7145.     :kd=\E[1B:kl=\E[1D:kr=\E[1C:ku=\E[1A:mb=\E[=3;<7m:\
  7146.     :md=\E[=7;<4m:me=\E[=0;<1m:mh=\E[=1;<6m:mk=\E[=6;<5:\
  7147.     :mr=\E[=1;<3m:nd=\E[1C:se=\E[=0;<1m:sf=\E[S:\
  7148.     :so=\E[=2;<3m:sr=\E[T:ta=^I:ti=\E%!1\E[?6l\E[2J:\
  7149.     :ue=\E[=0;<1m:up=\E[1A:us=\E[=5;<2m:
  7150.  
  7151. tek4105-30|4105-30|4015 emulating 30 line vt100:\
  7152.     :am:mi:ms:xn:xo:\
  7153.     :co#80:it#8:li#30:vt#3:\
  7154.     :@8=\EOM:DO=\E[%dB:K1=\EOq:K2=\EOr:K3=\EOs:K4=\EOp:\
  7155.     :K5=\EOn:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
  7156.     :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
  7157.     :ae=^O:as=^N:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\
  7158.     :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
  7159.     :ct=\E[3g:do=^J:eA=\E(B\E)0:ho=\E[H:k0=\EOy:k1=\EOP:\
  7160.     :k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOt:k6=\EOu:k7=\EOv:\
  7161.     :k8=\EOl:k9=\EOw:k;=\EOx:kb=^H:kd=\EOB:ke=\E[?1l\E>:\
  7162.     :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:\
  7163.     :md=\E[1m:me=\E[m\017:mr=\E[7m:nd=\E[C:\
  7164.     :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\
  7165.     :..sa=\E[0%?%p1%p6%|%t;1%;%?%p2%t;4%;%?%p1%p3%|%t;7%;%?%p4%t;5%;m%?%p9%t\016%e\017%;:\
  7166.     :sc=\E7:se=\E[m:sf=^J:so=\E[1;7m:sr=\EM:st=\EH:ta=^I:\
  7167.     :ue=\E[m:up=\E[A:us=\E[4m:
  7168.  
  7169. tek4107|tek4109|4107|4109|tektronix terminals 4107 4109:\
  7170.     :am:mi:ms:ul:xn:xt:\
  7171.     :co#79:it#8:li#29:\
  7172.     :bl=^G:cd=\EJ:ce=\EK:cl=\ELZ:cm=\EY%+ %+ :cr=^M:\
  7173.     :do=^J:kb=^H:kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=^H:\
  7174.     :mb=\E%!1\E[5m\E%!0:md=\E%!1\E[1m\E%!0:\
  7175.     :me=\E%!1\E[m\E%!0:mh=\E%!1\E[<0m\E%!0:\
  7176.     :mr=\E%!1\E[7m\E%0:nd=\EC:\
  7177.     :..sa=\E%%!1\E[%?%p1%t;7%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m\E%%!0:\
  7178.     :se=\E%!1\E[m\E%!0:sf=^J:so=\E%!1\E[7;5m\E%!0:sr=\EI:\
  7179.     :ta=^I:ue=\E%!1\E[m\E%!0:up=\EA:us=\E%!1\E[4m\E%!0:\
  7180.     :ve=\E%!0:vs=\E%!3:
  7181. # Tektronix 4207 with sysline.  In the ancestral termcap file this was 4107-s;
  7182. # see the note attached to tek4207.
  7183. tek4207-s|Tektronix 4207 with sysline but no memory:\
  7184.     :es:hs:\
  7185.     :ds=\E7\E[?6l\E[2K\E[?6h\E8:fs=\E[?6h\E8:\
  7186.     :i2=\E7\E[?6l\E[2K\E[?6h\E8:\
  7187.     :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:\
  7188.     :ts=\E7\E[?6l\E[2K\E[;%i%df:tc=tek4107:
  7189.  
  7190. # The 4110 series may be a wonderful graphics series, but they make the 4025
  7191. # look good for screen editing.  In the dialog area, you can't move the cursor
  7192. # off the bottom line.  Out of the dialog area, ^K moves it up, but there
  7193. # is no way to scroll.
  7194. # Note that there is a floppy for free from Tek that makes the 
  7195. # 4112 emulate the vt52 (use the vt52 termcap). There is also
  7196. # an expected enhancement that will use ANSI standard sequences.
  7197. # 4112 in non-dialog area pretending to scroll. It really wraps 
  7198. # but vi is said to work (more or less) in this mode.
  7199. # 'vi' works reasonably well with this entry.
  7200. #
  7201. otek4112|o4112-nd|otek4113|otek4114|tektronix 4110 series:\
  7202.     :am:\
  7203.     :co#80:li#34:\
  7204.     :bl=^G:cl=\E^L:cr=^M:do=^J:le=^H:sf=^J:te=\EKA1\ELV1:\
  7205.     :ti=\EKA0\ELV0\EMG0:up=^K:
  7206. # The 4112 with the ANSI compatibility enhancement
  7207. tek4112|tek4114|tektronix 4110 series:\
  7208.     :am:bs:db:\
  7209.     :co#80:li#34:\
  7210.     :al=\E[L:bt=\E[Z:cd=\E[0J:ce=\E[0K:cl=\E[2J\E[0;0H:\
  7211.     :cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:ei=:ic=\E[@:im=:\
  7212.     :is=\E3!1:nd=\E[C:se=\E[m:sf=\E7\E[0;0H\E[M\E8:\
  7213.     :so=\E[7m:sr=\E7\E[0;0H\E[L\E8:ue=\E[m:up=\EM:\
  7214.     :us=\E[4m:ve=:vs=:
  7215. tek4112-nd|4112-nd|4112 not in dialog area:\
  7216.     :ns:\
  7217.     :up=^K:tc=tek4112:
  7218. tek4112-5|4112-5|4112 in 5 line dialog area:\
  7219.     :li#5:\
  7220.     :tc=tek4112:
  7221. # (tek4113: this used to have ":nd=\LM1 \LM0:", someone's mistake;
  7222. # removed ":as=\E^N:ae=\E^O:", which had been commented out in 8.3.
  7223. # Note, the !0 and !1 sequences in :te:/:ti:/:ve:/:vs: were previously \0410
  7224. # and \0411 sequences...I don't *think* they were supposed to be 4-digit
  7225. # octal -- esr)
  7226. tek4113|tektronix 4113 color graphics, 5 line dialog area:\
  7227.     :am:bs:da:eo:\
  7228.     :co#80:li#5:\
  7229.     :cl=\ELZ:do=^J:is=\EKA1\ELL5\ELV0\ELV1:le=^H:\
  7230.     :nd=\ELM1 \ELM0:uc=\010\ELM1_\ELM0:\
  7231.     :vb=\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERB0:
  7232. tek4113-34|4113-34|tektronix 4113 color graphics, 34 line dialog area:\
  7233.     :li#34:\
  7234.     :is=\EKA1\ELLB2\ELV0\ELV1:tc=tek4113:
  7235. # :ns: left off to allow vi visual mode. APL font (:as=\E^N:/:ae=\E^O:) not 
  7236. # supported here. :uc: is slow, but looks nice. Suggest setenv MORE -up .
  7237. # :vb: needs enough delay to let you see the background color being toggled.
  7238. # (tek4113-nd: mapped ":pt:" to default tabs -- esr)
  7239. tek4113-nd|4113-nd|tektronix 4113 color graphics, no dialog area:\
  7240.     :am:bs:eo:pt:\
  7241.     :co#80:li#34:\
  7242.     :cl=\E^L:do=^J:ho=\ELF7l\177 @:\
  7243.     :is=\ELZ\EKA0\ELF7l\177 @:le=^H:ll=\ELF hl @:nd=^I:\
  7244.     :se=\EMT1:so=\EMT2:uc=\010\EMG1_\EMG0:up=^K:\
  7245.     :vb=\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERB0:\
  7246.     :vs=\ELZ\EKA0:
  7247. # This entry is from Tek. Inc.  (Brian Biehl)
  7248. # (tek4115: mapped ":pt:" to default tabs; :bc: renamed to :le: -- esr)
  7249. otek4115|Tektronix 4115:\
  7250.     :am:bs:da:db:eo:pt:\
  7251.     :co#80:li#34:\
  7252.     :al=\E[L:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:\
  7253.     :cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:do=\E[B:ei=\E[4l:\
  7254.     :ho=\E[;H:if=/usr/share/tabset/vt100:im=\E[4h:\
  7255.     :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:\
  7256.     :kb=^H:ke=\E>:ks=\E=:le=\E[D:nd=\E[C:se=\E[m:\
  7257.     :so=\E[7m:sr=\EM:te=\E%!0\ELBG8\E%!1\E[34;1H\E[J:\
  7258.     :ti=\E%!0\ELBB2\E%!1:ue=\E[m:up=\E[A:us=\E[4m:\
  7259.     :ve=\E%!0\ELBG8\E%!1\E[34;1H:vs=\E%!0\ELBB2\E%!1:
  7260. tek4115|newer tektronix 4115 entry with more ANSI capabilities:\
  7261.     :am:xo:\
  7262.     :co#80:li#34:\
  7263.     :AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:LE=\E[%dD:\
  7264.     :RI=\E[%dC:UP=\E[%dA:al=\E[L:bl=^G:bt=\E[Z:cd=\E[J:\
  7265.     :ce=\E[K:ch=\E[%+^AG:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
  7266.     :cr=^M:ct=\E[2g:cv=\E[%+^Ad:dc=\E[P:dl=\E[M:do=^J:\
  7267.     :ei=:ho=\E[H:ic=\E[@:im=:kb=^H:kd=\E[B:kh=\E[H:\
  7268.     :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:\
  7269.     :me=\E[0m:mk=\E[8m:mr=\E[7m:nd=\E[C:\
  7270.     :..rp=%p1%c\E[%p2%{1}%-%db:\
  7271.     :..sa=\E[%?%p1%t7;%;%?%p2%t4;%;%?%p3%t7;%;%?%p4%t5;%;%?%p6%t1;%;m:\
  7272.     :se=\E[m:sf=^J:so=\E[7m:st=\EH:ta=^I:ue=\E[m:up=\E[A:\
  7273.     :us=\E[4m:
  7274. # The tek4125 emulates a vt100 incorrectly - the scrolling region
  7275. # command is ignored.  The following entry replaces the :cs: with the needed
  7276. # :al:, :dl:, and :im:; removes some cursor pad commands that the tek4125
  7277. # chokes on; and adds a lot of initialization for the tek dialog area.
  7278. # Note that this entry uses all 34 lines and sets the cursor color to green.
  7279. # Steve Jacobson 8/85
  7280. # (tek4125: there were two "\!"s in the is that I replaced with "\E!" -- esr)
  7281. tek4125|4125:\
  7282.     :li#34:\
  7283.     :al=\E[1L:cs@:dl=\E[1M:im=\E1:\
  7284.     :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:\
  7285.     :ks=\E=:rc@:sc@:tc=vt100:
  7286.  
  7287. # From: <jcoker@ucbic>
  7288. # (tek4107: mapped ":pt:" to default tabs.  This was the termcap file's
  7289. # entry for the 4107/4207, but SCO supplied another, less capable 4107 entry. 
  7290. # So we'll use that for 4107 and note that if jcoker wasn't confused you
  7291. # may be able to use this one. -- esr)
  7292. tek4207|Tektronix 4207 graphics terminal with memory:\
  7293.     :am:bs:bw:mi:pt:ul:xn:\
  7294.     :co#80:li#32:\
  7295.     :al=3\E[L:bt=\E[Z:cd=\E[J:ce=5\E[K:cl=156\E[H\E[J:\
  7296.     :cm=\E[%i%d;%dH:dc=4\E[P:dl=3\E[M:do=^J:ei=:ho=\E[H:\
  7297.     :ic=4\E[@:im=:\
  7298.     :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:\
  7299.     :kd=\ED:kh=\E[H:kl=\E[D:kr=\E[C:ku=\EM:le=^H:\
  7300.     :mb=\E[5m:md=\E[1m:me=\E[m:mr=\E[7m:nd=\E[C:se=\E[m:\
  7301.     :so=\E[7m:te=\E[?6h\E%!0\ELBP0\E%!1\E[32;1f:\
  7302.     :ti=\E[?6l\E[H\E[J:ue=\E[m:up=\EM:us=\E[4m:
  7303.  
  7304. # From: <carolyn@dali.berkeley.edu>  Thu Oct 31 12:54:27 1985
  7305. # (tek4404: There was a "\!" in :ti: that I replaced with "\E!";
  7306. # also mapped ":pt:" to default tabs -- esr)
  7307. tek4404|4404:\
  7308.     :bs:pt:\
  7309.     :co#80:li#32:\
  7310.     :al=\E[1L:cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:\
  7311.     :cm=\E[%i%d;%dH:cs=\E[%i%d;%dr:dc=\E[P:dl=\E[1M:\
  7312.     :do=^J:ei=\E[4l:ho=\E[H:im=\E[4h:kd=\E[B:ke=\E[?1h:\
  7313.     :kl=\E[D:kr=\E[C:ks=\E[?1l:ku=\E[A:mb=\E[5m:md=\E[1m:\
  7314.     :me=\E[m:nd=\E[C:rc=\E8:sc=\E7:se=\E[27m:so=\E[7m:\
  7315.     :ta=\E[2I:te=\E[1;1H\E[0J\E[?6h\E[?1l:\
  7316.     :ti=\E%\E!1\E[1;32r\E[?6l\E>:ue=\E[m:up=\E[A:\
  7317.     :us=\E[4m:
  7318. # t500 is a local entry for the oddball Tek 500 owned by Fluke 
  7319. # Labs
  7320. #
  7321. t500|Tek series 500:\
  7322.     :am:bw:\
  7323.     :co#80:li#25:\
  7324.     :bl=^G:cl=\005:cm=\E=%+ %+ :cr=^M:do=^J:ho=^T:le=^H:\
  7325.     :sf=^J:
  7326. # I added the is string - straight Unix has ESC ; in the login 
  7327. # string which sets a ct8500 into monitor mode (aka 4025 snoopy 
  7328. # mode). The is string here cleans up a few things (but not 
  7329. # everything).
  7330. #
  7331. ct8500|tektronix ct8500:\
  7332.     :am:bw:da:db:\
  7333.     :co#80:li#25:\
  7334.     :al=\E^L:bl=^G:bt=\E^I:cd=\E^U:ce=\E^T:cl=\E^E:\
  7335.     :cm=\E|%+ %+ :cr=^M:dc=\E^]:dl=\E^M:do=^J:ei=:\
  7336.     :ic=\E^\:im=:is=\037\EZ\Ek:le=^H:me=\E :nd=\ES:\
  7337.     :se=\E :sf=^J:so=\E$:sr=\E^A:ta=^I:ue=\E :up=\ER:\
  7338.     :us=\E!:
  7339.  
  7340. # Tektronix 4205 terminal.
  7341. #
  7342. # am is not defined because the wrap around occurs not when the char.
  7343. # is placed in the 80'th column, but when we are attempting to type
  7344. # the 81'st character on the line.
  7345. #
  7346. # Bold, dim, and standout are simulated by colors and thus not allowed
  7347. # with colors.  The tektronix color table is mapped into the RGB color
  7348. # table by setf/setb. All colors are reset to factory specifications by oc.
  7349. # The initc cap uses RGB notation to define colors.  for arguments 1-3 the 
  7350. # interval (0-1000) is broken into 8 smaller sub-intervals (125).  Each sub-
  7351. # interval then maps into pre-defined value.
  7352. # (untranslatable capabilities removed to fit entry within 1023 bytes)
  7353. # WARNING: this entry, 1264 bytes long, may core-dump older termcap libraries!
  7354. tek4205|4205|tektronix 4205:\
  7355.     :cc:mi:ms:\
  7356.     :Co#8:NC#49:co#80:it#8:li#30:pa#63:\
  7357.     :AL=\E[%dL:DO=\E[%dB:IC=\E[%d@::LE=\E[%dD:RI=\E[%dC::\
  7358.     ::UP=\E[%dA:\
  7359.     :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
  7360.     :ae=^O:al=\E[1L:as=^N:bl=^G:bt=\E[Z:cb=\E[1K:cd=\E[J:\
  7361.     :ce=\E[K:cl=\E[2J\E[H:cm=\E[%i%d;%dH:cr=^M:ct=\E[1g:\
  7362.     :dc=\E[1P:dl=\E[1M:do=\E[B:eA=\E)0:ec=\E%dX:ei=\E[4l:\
  7363.     :ho=\E[H:i1=\E%!0\ETM1\E%!1\E[0m:im=\E[4h:k0=\EOA:\
  7364.     :k1=\EOB:k2=\EOC:k3=\EOD:k4=\EP:k5=\EQ:k6=\ER:k7=\ES:\
  7365.     :kb=^H:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=\E[D:\
  7366.     :mb=\E[5m:md=\E[=7;<4m:me=\E[=0;<1m\E[24;25;27m\017:\
  7367.     :mh=\E[=1;<6m:mk=\E[=6;<5:mr=\E[7m:nd=\E[C:\
  7368.     :oc=\E%!0\n\ETFB0\n0000\n1F4F4F4\n2F400\n30F40\n4A4C<F4\n50F4F4\n6F40F4\n7F4F40\n\E%!1:\
  7369.     :op=\E[39;40m:se=\E[=0;<1m:sf=\ED:so=\E[=2;<3m:\
  7370.     :sr=\EM:ta=^I:ti=\E%%!1\E[?6l\E[2J:ue=\E[24m:up=\E[A:\
  7371.     :us=\E[4m:
  7372.  
  7373. #### Teletype (tty)
  7374. #
  7375. # These are the hardcopy Teletypes from before AT&T bought the company,
  7376. # clattering electromechanical dinosaurs in Bakelite cases that printed on
  7377. # pulpy yellow roll paper.  If you remember these you go back a ways.
  7378. # Teletype-branded VDTs are listed in the AT&T section.
  7379. #
  7380. # The earliest UNIXes were designed to use these clunkers; nroff and a few
  7381. # other programs still default to emitting codes for the Model 37.
  7382. #
  7383.  
  7384. tty33|model 33 teletype:\
  7385.     :hc:os:xo:\
  7386.     :co#72:\
  7387.     :bl=^G:cr=^M:do=^J:sf=^J:
  7388. tty35|model 35 teletype:\
  7389.     :tc=tty33:
  7390. tty37|model 37 teletype:\
  7391.     :bs:hc:os:xo:\
  7392.     :bl=^G:cr=^M:do=^J:hd=\E9:hu=\E8:le=^H:sf=^J:up=\E7:
  7393.  
  7394. # There are known to be at least three flavors of the tty40, all seem more
  7395. # like IBM half duplex forms fillers than ASCII terminals.  They have lots of
  7396. # awful braindamage, such as printing a visible newline indicator after each
  7397. # newline.  The 40-1 is a half duplex terminal and is hopeless.  The 40-2 is
  7398. # braindamaged but has hope and is described here.  The 40-4 is a 3270
  7399. # lookalike and beyond hope.  The terminal has visible bell but I don't know
  7400. # it - it's null here to prevent it from showing the BL character.
  7401. # There is an \EG in :nl: because of a bug in old vi (if stty says you have
  7402. # a "newline" style terminal (-crmode) vi figures all it needs is nl
  7403. # to get crlf, even if :cr: is not ^M.)
  7404. # (tty40: removed obsolete ":nl=\EG\EB:", it's just do+cr -- esr)
  7405. tty40|ds40|ds40-2|dataspeed40|teletype dataspeed 40/2:\
  7406.     :xo:\
  7407.     :co#80:li#24:\
  7408.     :al=\EL:cd=\EJ:cl=\EH\EJ:cr=\EG:ct=\EH\E2:dc=\EP:\
  7409.     :dl=\EM:do=\EB:ei=:ho=\EH:ic=\E^:im=:kb=^]:kl=^H:\
  7410.     :le=^H:nd=\EC:pf=^T:po=\022:r2=\023\ER:se=\E4:sf=\ES:\
  7411.     :so=\E3:sr=\ET:st=\E1:ta=\E@:up=\E7:
  7412. tty43|model 43 teletype:\
  7413.     :am:bs:hc:os:xo:\
  7414.     :co#132:\
  7415.     :bl=^G:cr=^M:do=^J:kb=^H:le=^H:sf=^J:
  7416.  
  7417. #### Tymshare
  7418. #
  7419.  
  7420. scanset|sc410|sc415|Tymshare Scan Set:\
  7421.     :am:bw:ms:\
  7422.     :co#80:li#24:\
  7423.     :ac=l<m-k4j%q\\\054x5:ae=^O:as=^N:bl=^G:cd=\EJ:\
  7424.     :ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :cr=^M:do=^J:ho=\EH:\
  7425.     :kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=^H:nd=^I:pf=\E;0:\
  7426.     :po=\E;0:ps=\E;3:r1=\E>:rc=^C:sc=^B:sf=^J:up=^K:
  7427.  
  7428. scanset-n|Tymshare Scan Set in 40 col mode:\
  7429.     :r2=\E<:tc=scanset:
  7430.  
  7431. #### Volker-Craig (vc)
  7432. #
  7433.  
  7434. # Missing in vc303a and vc303 descriptions:  they scroll 2 lines at a time
  7435. # every other linefeed.
  7436. vc303a|vc403a|volker-craig 303a:\
  7437.     :am:bs:ns:\
  7438.     :co#80:li#24:\
  7439.     :bl=^G:ce=\026:cl=\030:cr=^M:do=^J:ho=\031:kd=^J:\
  7440.     :kl=^H:kr=^U:ku=^Z:le=^H:ll=^P:nd=^U:up=^Z:
  7441. vc303|vc103|vc203|volker-craig 303:\
  7442.     :am:bs:ns:\
  7443.     :co#80:li#24:\
  7444.     :bl=^G:cl=\014:cr=^M:do=^J:ho=\013:kd=^J:kl=^H:kr=^I:\
  7445.     :ku=^N:le=^H:ll=\017W:nd=^I:up=^N:
  7446. # (vc404: removed obsolete ":ma=^Z^P^U :" -- esr)
  7447. vc404|volker-craig 404:\
  7448.     :am:bs:\
  7449.     :co#80:li#24:\
  7450.     :bl=^G:cd=\027:ce=\026:cl=\030:cm=\020%+ %+ :cr=^M:\
  7451.     :do=^J:ho=\031:kd=^J:kl=^H:kr=^U:ku=^Z:le=^H:nd=^U:\
  7452.     :sf=^J:up=^Z:
  7453. vc404-s|volker-craig 404 w/standout mode:\
  7454.     :do=^J:se=^O:so=^N:tc=vc404:
  7455. # (vc404-na: removed obsolete ":ma@:" -- esr)
  7456. vc404-na|volker-craig 404 w/no arrow keys:\
  7457.     :kr@:ku@:tc=vc404:
  7458. vc404-s-na|volker-craig 404 w/standout mode and no arrow keys:\
  7459.     :se=^O:so=^N:tc=vc404-na:
  7460. # From: <wolfgang@cs.sfu.ca>
  7461. vc414|vc414h|Volker-Craig 414H in sane escape mode.:\
  7462.     :am:bs:\
  7463.     :co#80:li#24:\
  7464.     :al=\E\032:cd=\E^X:ce=10\E\017:cl=\E\034:dc=\E3:\
  7465.     :do=\E^K:ei=:ic=\E\072:im=:k0=\EA:k1=\EB:k2=\EC:\
  7466.     :k3=\ED:k4=\EE:k5=\EF:k6=\EG:k7=\EH:kd=\E^K:kh=\E^R:\
  7467.     :kl=^H:kr=^P:ku=\E^L:l0=PF1:l1=PF2:l2=PF3:l3=PF4:\
  7468.     :l4=PF5:l5=PF6:l6=PF7:l7=PF8:nd=^P:se=\E^_:so=\E^Y:\
  7469.     :up=\E^L:
  7470. vc414h-noxon:\
  7471.     :cm=\E\021%r%.%.:dl=\E\023:ho=\E^R:tc=vc414h:
  7472. vc415|volker-craig 415:\
  7473.     :cl=^L:tc=vc404:
  7474.  
  7475. ######## OBSOLETE PERSONAL-MICRO CONSOLES AND EMULATIONS
  7476. #
  7477.  
  7478. #### IBM PC and clones
  7479. #
  7480.  
  7481. # The pcplot IBM-PC terminal emulation program is really messed up. It is
  7482. # supposed to emulate a vt-100, but emulates the wraparound bug incorrectly,
  7483. # doesn't support scrolling regions, ignores add line commands, and ignores
  7484. # delete line commands. Consequently, the resulting behavior looks like a
  7485. # crude adm3a-type terminal.
  7486. # Steve Jacobson 8/85
  7487. pcplot:\
  7488.     :xn@:\
  7489.     :cs@:rc@:sc@:tc=vt100:
  7490. # (kaypro: removed obsolete ":ma=^K^P:" -- esr)
  7491. kaypro|kaypro2|kaypro II:\
  7492.     :am:bs:\
  7493.     :co#80:li#24:\
  7494.     :cl=1\032:cm=\E=%+ %+ :ho=^^:kd=^J:kl=^H:kr=^L:ku=^K:\
  7495.     :nd=^L:up=^K:
  7496. sanyo55|sanyo|sanyo mbc-55x pc compatible:\
  7497.     :am:bs:\
  7498.     :co#80:li#25:\
  7499.     :cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:nd=\E[C:\
  7500.     :se=\E[m:so=\E[7m:ue=\E[m:up=\E[A:us=\E[4m:
  7501.  
  7502. # From IBM, Thu May  5 19:35:27 1983
  7503. ibmpc|ibm-pc|ibm5051|5051|IBM Personal Computer (no ANSI.SYS):\
  7504.     :am:\
  7505.     :co#80:li#24:\
  7506.     :bl=^G:cl=^L^K:cr=^M^^:do=^J:ho=^K:im=\200R:kd=^_:\
  7507.     :le=^]:nd=^\:sf=\n:up=^^:
  7508.  
  7509. #### Apple
  7510. #
  7511.  
  7512. # apple -- works with an Apple ][+ that is equipped with a Videx 80 column
  7513. # card in slot 3. A special routine must be installed at the apple end to
  7514. # enable scroll down, here indicated with a ^U.  The Videx card must have 
  7515. # inverse char set, which is used as standout.
  7516. apple|apple-v80|Apple][+ w/Videx80 & custom scroll down:\
  7517.     :am:xn:\
  7518.     :co#80:li#24:\
  7519.     :ae=^Z3:as=^Z2:bl=^G:cd=\013:ce=\035:cl=\014:\
  7520.     :..cm=\r\036%r%p1%{32}%+%c%p2%{32}%+%c$<6>:cr=^M:\
  7521.     :do=^J:ho=\031:le=\010:nd=^\:se=^Z2:sf=^J:so=^Z3:\
  7522.     :sr=^P:up=^_:
  7523. # (appleII: mapped ":pt:" to default tabs -- esr)
  7524. appleII|apple ii plus:\
  7525.     :am:bs:pt:\
  7526.     :co#80:li#24:\
  7527.     :cd=^K:ce=^]:cl=^L:cm=\036%r%+ %+ :do=^J:ho=\E^Y:\
  7528.     :is=\024T1\016:kd=^J:kr=^U:nd=^\:se=^N:so=^O:up=^_:\
  7529.     :vb=\024G1\024T1:ve=^TC2:vs=^TC6:
  7530. # Originally by Gary Ford 21NOV83
  7531. # From: <ee178aci%sdcc7@SDCSVAX.ARPA>  Fri Oct 11 21:27:00 1985
  7532. apple-80|apple II with smarterm 80 col:\
  7533.     :am:bs:bw:\
  7534.     :co#80:li#24:\
  7535.     :bt=^R:cd=10*\013:ce=10\035:cl=10*\014:\
  7536.     :cm=\036%r%+ %+ :cr=10*\r:do=^J:ho=^Y:le=^H:nd=^\:\
  7537.     :up=^_:
  7538. apple-soroc|apple emulating soroc 120:\
  7539.     :am:\
  7540.     :co#80:li#24:\
  7541.     :bl=^G:cd=\EY:ce=\ET:cl=\E*:cm=\E=%+ %+ :cr=^M:do=^J:\
  7542.     :ho=^^:kd=^J:kl=^H:kr=^L:ku=^K:le=^H:nd=^L:sf=^J:\
  7543.     :up=^K:
  7544. # From Peter Harrison, Computer Graphics Lab, San Francisco
  7545. #   ucbvax!ucsfmis!harrison  .....uucp
  7546. #   ucbvax!ucsfmis!harrison@BERKELEY   .......ARPA
  7547. # "These two work.  If you don't have the inverse video chip for the
  7548. # Apple with videx then remove the so and se fields."
  7549. # (DaleApple: mapped ":pt:" to default tabs -- esr)
  7550. DaleApple|Apple with videx videoterm 80 column board with inverse video:\
  7551.     :am:bs:pt:xn:\
  7552.     :co#80:li#24:\
  7553.     :cd=^K:ce=^]:cl=300\014:cm=\036%r%+ %+ :do=^J:ho=^Y:\
  7554.     :kd=^J:kh=^Y:kl=^H:kr=^U:le=^H:nd=^\:se=^Z2:so=^Z3:\
  7555.     :up=^_:
  7556. # (lisa: this had forms-drawing capabilities
  7557. #    :GV=`:GH=a:G1=c:G2=f:G3=e:G4=d:GU=u:GD=s:GC=b:GL=v:GR=t:
  7558. # I renamed GS/GE/CO/CF, mapped ":pt:" to default tabs -- esr)
  7559. lisa|apple lisa console display, black on white:\
  7560.     :am:bs:eo:ms:pt:\
  7561.     :co#88:li#32:\
  7562.     :ae=\E[10m:al=\E[L:as=\E[11m:cd=\E[J:ce=\E[K:cl=^L:\
  7563.     :cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:do=\E[B:ei=:ho=\E[H:\
  7564.     :ic=\E[@:im=:is=\E>\E[0m\014:kb=^H:kd=\E[B:kl=\E[D:\
  7565.     :kr=\E[C:ku=\E[A:nd=\E[C:se=\E[m:so=\E[7m:ue=\E[m:\
  7566.     :up=\E[A:us=\E[4m:vi=\E[5h:vs=\E[5l:
  7567. liswb|apple lisa console display, white on black:\
  7568.     :is=\E>\E[0;7m\014:se=\E[0;7m:so=\E[0m:ue=\E[0;7m:\
  7569.     :us=\E[4m:tc=lisa:
  7570. mac|macintosh|Macintosh with MacTerminal:\
  7571.     :xn:\
  7572.     :dN#30:\
  7573.     :al=20\E[L:dc=7\E[P:dl=20\E[M:ei=:ic=9\E[@:im=:ip=7:tc=vt100:
  7574.  
  7575. #### Radio Shack/Tandy
  7576. #
  7577.  
  7578. # (coco3: This had "ta" used incorrectly as a boolean and bl given as "bl#7".
  7579. # I read these as mistakes for ":it#8:" and ":bl=\007:" respectively -- esr)
  7580. # From: <{pbrown,ctl}@ocf.berkeley.edu> 12 Mar 90
  7581. coco3|os9LII|Tandy CoCo3 24*80 OS9 Level II:\
  7582.     :am:bs:\
  7583.     :co#80:it#8:li#24:\
  7584.     :al=^_0:bl=^G:cd=^K:ce=^D:cl=5*\014:cm=2\002%r%+ %+ :\
  7585.     :dl=^_1:do=^J:ho=^A:kd=^J:kl=^H:kr=^I:ku=^L:mb=^_":\
  7586.     :md=\E\072^A:me=\037!\E\072\200:mr=^_ :nd=^F:se=^_!:\
  7587.     :so=^_ :ue=^_#:up=^I:us=^_":ve=^E!:vi=^E :
  7588. trs80|trs-80|radio shack trs-80 Model I:\
  7589.     :am:bs:\
  7590.     :co#64:li#16:\
  7591.     :bl=^G:cr=^M:do=^J:le=^H:sf=^J:
  7592. # (trs2: mapped ":pt:" to default tabs; removed obsolete ":nl=^_:" -- esr)
  7593. trs2|trsII|trs80II|Radio Shack Model II using P&T CP/M:\
  7594.     :am:bs:ms:pt:\
  7595.     :co#80:li#24:\
  7596.     :al=^D:bl=^G:cd=^B:ce=^A:cl=^L:cm=\EY%+ %+ :cr=^M:\
  7597.     :dl=^K:do=^_:ho=^F:kb=^H:kd=^_:kl=^\:kr=^]:ku=^^:\
  7598.     :nd=^]:se=^O:sf=^J:so=^N:up=^^:
  7599. # From: Kevin Braunsdorf <ksb@mentor.cc.purdue.edu>
  7600. # (This had unknown capabilities
  7601. #    :GV=s:GH=u:GU=e:GD=c:G1=`:G2=_:G3=b:G4=a:\
  7602. #    :BN=\E[?33h:BF=\E[?33l:UC=\E[_ q:BC=\E[\177 q:\
  7603. #    :CN=\ERC:CF=\ERc:NR=\ERD:NM=\ER@:
  7604. # I renamed GS/GE,also deleted the unnecessary ":kn#2:", ":sg#0:"
  7605. # and mapped ":pt:" to default tabs -- esr)
  7606. trs16|trs-80 model 16 console:\
  7607.     :am:bs:pt:\
  7608.     :co#80:li#24:sg#0:\
  7609.     :ae=\ERg:al=\EL:as=\ERG:bl=^G:cd=\EJ:ce=\EK:cl=^L:\
  7610.     :cm=\EY%+ %+ :cr=^M:dc=\EQ:dl=\EM:do=\EB:ei=:ho=\EH:\
  7611.     :ic=\EP:im=:k0=^A:k1=^B:k2=^D:k3=^L:k4=^U:k5=^P:\
  7612.     :k6=^N:k7=^S:kb=^H:kd=\EB:kh=^W:kl=\ED:kr=\EC:ku=\EA:\
  7613.     :l0=f1:l1=f2:l2=f3:l3=f4:l4=f5:l5=f6:l6=f7:l7=f8:\
  7614.     :le=^H:nd=\EC:pf=\E]+:po=\E]=:se=\ER@:sf=^J:so=\ERD:\
  7615.     :ta=^I:up=\EA:ve=\ERC:vi=\ERc:
  7616. # From: Suk Lee <..!{decvax,linus,allegra,ihnp4}!utcsrgv!spoo>
  7617. # (civis/cnorm added from SCO description)
  7618. trs100|Radio Shack Model 100:\
  7619.     :am:bs:xt:\
  7620.     :co#40:li#8:\
  7621.     :al=\EL:bl=^G:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :\
  7622.     :cr=^M:dl=\EM:do=^J:ho=\EH:kb=^H:kd=^_:kl=^]:kr=^\:\
  7623.     :ku=^^:le=^H:nd=\EC:se=\Eq:sf=^J:so=\Ep:up=\EA:\
  7624.     :ve=\EP:vi=\EQ:
  7625. trs200|Tandy 200:\
  7626.     :am:xt:\
  7627.     :co#40:li#16:\
  7628.     :al=\EL:bl=^G:cd=^L:ce=\EK:cl=\EE:cm=\EY%+ %+ :cr=^M:\
  7629.     :dl=\EM:do=^_:kd=^_:kl=^]:kr=^\:ku=^^:le=^H:nd=^\:\
  7630.     :se=\Eq:sf=^J:so=\Ep:up=\EA:
  7631. trs600|Tandy Model 600:\
  7632.     :am:\
  7633.     :co#80:li#15:\
  7634.     :bl=^G:cl=\EH\EE:cm=\EY%+ 040%+ :cr=^M:do=\EB:kd=\EB:\
  7635.     :kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:sf=^J:ta=^I:\
  7636.     :up=\EA:
  7637.  
  7638. #### Atari ST
  7639. #
  7640.  
  7641. # From: Simson L. Garfinkel <simsong@media-lab.mit.edu>
  7642. # (atari: mapped ":pt:" to default tabs -- esr)
  7643. atari|atari st:\
  7644.     :am:bs:pt:\
  7645.     :co#80:li#25:\
  7646.     :al=\EL:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :dl=\EM:\
  7647.     :do=\EB:kd=\EB:kl=\ED:kr=\EC:ku=\EA:nd=\EC:se=\Eq:\
  7648.     :so=\Ep:sr=\EI:up=\EA:
  7649. # UniTerm terminal program for the Atari ST:  49-line VT220 emulation mode
  7650. # From: Paul M. Aoki <aoki@ucbvax.berkeley.edu>
  7651. uniterm|uniterm49|UniTerm VT220 emulator, 49 lines:\
  7652.     :li#49:\
  7653.     :is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;49r\E[49;1H:tc=vt220:
  7654.  
  7655. #### Commodore Business Machines
  7656. #
  7657. # Formerly located in West Chester, PA; went spectacularly bust in 1994
  7658. # after years of shaky engineering and egregious mismanagement.  Made one
  7659. # really nice machine (the Amiga) and boatloads of nasty ones (PET, C-64,
  7660. # C-128, VIC-20).  The C-64 is said to have been the most popular machine
  7661. # ever (most units sold); they can still be found gathering dust in closets
  7662. # everywhere.
  7663. #
  7664.  
  7665. # From: Kent Polk <kent@swrinde.nde.swri.edu>, 30 May 90
  7666. # Added a few more entries, converted caret-type control sequence (^x) entries
  7667. # to '\0xx' entries since a couple of people mentioned losing '^x' sequences.
  7668. #
  7669. # :as:, :ae:            Support for alternate character sets.
  7670. # :ve=\E[\040p:vi=\E[\060\040p:    cursor visible/invisible.
  7671. # :xn:  vt100 kludginess at column 80/NEWLINE ignore after 80 cols(Concept)
  7672. #     This one appears to fix a problem I always had with a line ending
  7673. #     at 'width+1' (I think) followed by a blank line in vi. The blank
  7674. #     line tended to disappear and reappear depending on how the screen
  7675. #     was refreshed. Note that this is probably needed only if you use
  7676. #     something like a Dnet Fterm with the window sized to some peculiar
  7677. #     dimension larger than 80 columns.
  7678. # :k0=\E9~:    map F10 to k0 - could have F0-9 -> k0-9, but ... F10 was 'k;'
  7679. # (amiga: removed obsolete ":kn#10:" -- esr)
  7680. amiga|Amiga ANSI:\
  7681.     :am:bs:bw:xn:\
  7682.     :co#80:li#24:\
  7683.     :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
  7684.     :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:\
  7685.     :ae=^O:al=\E[L:as=^N:bl=^G:bt=\E[Z:cd=\E[J:ce=\E[K:\
  7686.     :cl=\E[H\E[J:cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:do=\E[B:\
  7687.     :ei=:ho=\E[H:ic=\E[@:im=:is=\E[20l:k0=\E9~:k1=\E0~:\
  7688.     :k2=\E1~:k3=\E2~:k4=\E3~:k5=\E4~:k6=\E5~:k7=\E6~:\
  7689.     :k8=\E7~:k9=\E8~:kb=^H:kd=\EB:kl=\ED:kr=\EC:ku=\EA:\
  7690.     :le=\E[D:mb=\E[7;2m:md=\E[1m:me=\E[0m:mh=\E[2m:\
  7691.     :mk=\E[8m:mr=\E[7m:nd=\E[C:rs=\Ec:se=\E[0m:sf=\E[S:\
  7692.     :so=\E[7m:sr=\E[T:ue=\E[0m:up=\E[A:us=\E[4m:vb=^G:\
  7693.     :ve=\E[ p:vi=\E[0 p:
  7694.  
  7695. # The legendary home of B1FF...
  7696. vic20|vic|VIC-20 Personal Computer:\
  7697.     :am:\
  7698.     :co#22:li#20:\
  7699.     :bl=^G:cl=^K^L:cr=^M:do=^J:ho=^L:nd=^\:sf=^J:up=^^:
  7700.  
  7701. #### CompuColor
  7702. #
  7703. # These were consoles for a line of Z80-based micros dating from around 1977.
  7704. #
  7705.  
  7706. # These compucolors appear similar, but they at least have different
  7707. # sized screens.  I don't know what's going on here.
  7708. # (compucolor: removed obsolete ":bc=^Z:" -- esr)
  7709. compucolor|isc8001|intecolor:\
  7710.     :am:\
  7711.     :co#80:li#47:\
  7712.     :al=\EU:bl=^G:cl=\014:cr=\r:dl=\EV\034:do=\n:\
  7713.     :ei=\022\EK:im=\023\EQ:kd=^J:kh=^H:kl=^Z:kr=^Y:ku=^\:\
  7714.     :le=\032:nd=\031:sf=\n:ue=\022:up=\034:us=\021:
  7715. # (compucolor2: mapped ":pt:" to default tabs,
  7716. # removed obsolete ":bc=^Z:" -- esr)
  7717. compucolor2|compucolorII:\
  7718.     :am:pt:\
  7719.     :co#64:li#32:\
  7720.     :bl=^G:cl=^L:cm=\003%r%.%.:cr=^M:do=^J:ho=^H:le=^Z:\
  7721.     :nd=^Y:sf=^J:ta=^I:up=^\:
  7722.  
  7723. #### Exidy Sorcerer
  7724. #
  7725.  
  7726. # (exidy: mapped ":pt:" to default tabs -- esr)
  7727. exidy|exidy2500|exidy sorcerer as dm2500:\
  7728.     :am:\
  7729.     :co#64:li#30:\
  7730.     :al=^P^J^X:bl=^G:cd=^X:ce=^W:cl=^^:\
  7731.     :..cm=\014%p2%'`'%^%c%p1%'`'%^%c:cr=^M:dc=^H:\
  7732.     :dl=^P^Z^X:dm=^P:do=^J:ei=^X:ho=^B:ic=^\:im=^P:le=^H:\
  7733.     :nd=^\:se=^X:sf=^J:so=^N:ta=^I:up=^Z:
  7734. ex3000:\
  7735.     :co#80:li#24:\
  7736.     :bl=^G:cr=^M:do=^J:ho=^Q:sf=^J:
  7737. # This came from the comp ctr who got it from some user.  Smart indeed!
  7738. # (sexidy: looks like an Exidy Sorcerer in some bizarre emulation mode;
  7739. # removed obsolete ":ma=^x^J:"; removed obsolete ":bc=^A:"; removed 
  7740. # incorrect (and overridden) ":le=^H:" -- esr)
  7741. sexidy|exidy smart:\
  7742.     :bs:\
  7743.     :co#64:li#24:\
  7744.     :bl=^G:cl=^L:cr=^M:do=^J:ho=^Q:kd=^S:le=^A:nd=^S:\
  7745.     :sf=^J:up=^W:
  7746.  
  7747. #### Osborne
  7748. #
  7749. # Thu Jul  7 03:55:16 1983
  7750. #    
  7751. # As an aside, be careful; it may sound like an anomaly on the 
  7752. # Osborne, but with the 80-column upgrade, it's too easy to 
  7753. # enter lines >80 columns!
  7754. #    
  7755. # I've already had several comments...
  7756. # The Osborne-1 with the 80-col option is capable of being 
  7757. # 52,80, or 104 characters wide; default to 80 for compatibility 
  7758. # with most systems.
  7759. #    
  7760. # The tab is destructive on the Ozzie; make sure to 'stty -tabs'.
  7761. ozzie|osborne|osborne1|osborne 1:\
  7762.     :ms:ul:xt:\
  7763.     :co#104:li#24:\
  7764.     :al=\EE:bl=^G:ce=\ET:cl=^Z:cm=\E=%+ %+ :cr=^M:dc=\EW:\
  7765.     :dl=\ER:do=^J:ei=:ic=\EQ:im=:kd=^J:kl=^H:kr=^L:ku=^K:\
  7766.     :le=^H:nd=^L:se=\E(:sf=^J:so=\E):ue=\Em:up=^K:us=\El:
  7767.  
  7768. #### Console types for UNIX clones
  7769. #
  7770.  
  7771. # According to the Coherent 2.3 manual, the PC console is similar
  7772. # to a z19. The differences seem to be (1) 25 lines, (2) no status
  7773. # line, (3) standout is broken, (4) ins/del line is broken, (5)
  7774. # has blinking and bold.
  7775. pc-coherent|pcz19|coherent|IBM PC console running Coherent:\
  7776.     :am:mi:\
  7777.     :co#80:it#8:li#25:\
  7778.     :bl=^G:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :cr=^M:\
  7779.     :dc=\EN:do=\EB:ei=\EO:ho=\EH:im=\E@:kb=^H:kd=\EB:\
  7780.     :kh=\EH:kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:se=\Eq:\
  7781.     :sf=^J:so=\Ep:sr=\EI:ta=^I:up=\EA:
  7782.  
  7783. # According to the Venix 1.1 manual, the PC console is similar
  7784. # to a DEC vt52.  Differences seem to be (1) arrow keys send 
  7785. # different strings, (2) enhanced standout, (3) added insert/delete line.
  7786. # Note in particular that it doesn't have automatic margins (am).
  7787. # There are other keys (f1-f10, pgup, pgdn, backtab, insch, delch)
  7788. # not described here.
  7789. pc-venix|venix|IBM PC console running Venix:\
  7790.     :co#80:it#8:li#25:\
  7791.     :al=\EL:bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :\
  7792.     :cr=^M:dl=\EM:do=^J:kb=^H:kd=\EP:kh=\EG:kl=\EK:\
  7793.     :kr=\EM:ku=\EH:le=^H:nd=\EC:sf=^J:sr=\EI:ta=^I:\
  7794.     :up=\EA:
  7795.  
  7796. #### Miscellaneous microcomputer consoles
  7797. #
  7798. # If you know anything more about any of these, please tell me.
  7799.  
  7800. # I don't know which, if either, of these sols to believe.
  7801. # ^S is an arrow key!  Boy is this guy in for a surprise...
  7802. sol|sol1|sol terminal computer:\
  7803.     :am:\
  7804.     :co#64:li#16:\
  7805.     :bl=^G:cl=^K:cm=\E\021%.\E\022%.:cr=^M:do=^J:ho=^N:\
  7806.     :kd=^Z:kl=^A:kr=^S:ku=^W:le=^H:nd=^S:sf=^J:up=^W:
  7807. sol2|sol terminal computer:\
  7808.     :am:mi:xn:\
  7809.     :co#64:li#16:\
  7810.     :al=20\EL:bl=^G:cd=20\EJ:ce=\EK:cl=20\EE:\
  7811.     :cm=\EY%+ %+ :cr=^M:dc=\EN:dl=20\EM:do=^J:ei=\EO:\
  7812.     :ho=\EH:im=\E@:kd=\ED:kh=\EH:kl=\EL:kr=\ER:ku=\EU:\
  7813.     :le=^H:nd=\EC:sf=\n:ta=^I:up=\EA:ve=\EX:vs=^N^Lv:
  7814. # basis from Peter Harrison, Computer Graphics Lab, San Francisco
  7815. #   ucbvax!ucsfmis!harrison ...uucp / ucbvax!ucsfmis!harrison@BERKELEY ...ARPA
  7816. # (basis: removed obsolete ":ma=^K^P^R^L^L :nl=5000*^J:" -- esr)
  7817. basis|BASIS108 computer with terminal translation table active:\
  7818.     :cd=\EY:ce=\ET:cl=300\E*:do=5000\n:kb=^H:kd=^J:kl=^H:\
  7819.     :kr=^L:ku=^K:se=\E):so=\E(:tc=adm3a:
  7820. # luna's BMC terminal emulator
  7821. luna|luna68k|LUNA68K Bitmap console:\
  7822.     :co#88:li#46:\
  7823.     :tc=ansi-mini:
  7824. microkit|mkt|microkit terminal computer:\
  7825.     :am:mi:xn:\
  7826.     :co#40:li#23:\
  7827.     :al=\El:bl=^G:cd=\Ej:ce=\Ek:cl=\Ee:cm=\Ey%+ %+ :\
  7828.     :cr=^M:dc=\En:dl=\Em:do=^J:ei=\Eo:ho=\Eh:im=\E@:\
  7829.     :kd=\Ed:kh=\Eh:kl=\El:kr=\Er:ku=\Eu:le=^H:nd=\Ec:\
  7830.     :sf=^J:ta=^I:up=\Ea:ve=\Ex:vs=\016\014zv:
  7831. megatek|pegasus workstation terminal emulator:\
  7832.     :am:os:\
  7833.     :co#83:li#60:\
  7834.     :
  7835. # The Xerox 820 was an early Z80 micro that went nowhere (I think)
  7836. xerox820|x820|Xerox 820:\
  7837.     :am:\
  7838.     :co#80:li#24:\
  7839.     :bl=^G:cd=^Q:ce=^X:cl=1^Z:cm=\E=%+ %+ :cr=^M:do=^J:\
  7840.     :ho=^^:le=^H:nd=^L:sf=^J:up=^K:
  7841.  
  7842. #### Videotex and teletext
  7843. #
  7844.  
  7845. # standard-issue France Telecom minitel terminal (made by Philips)
  7846. # (m2-nam: had unknown ":zd=\E[1m:zb=\E[5m:zc=lkmjqxtuwvn:";
  7847. # also deleted unnecessary ":ug#0:sg#0:"; mapped ":pt:" to "" -- esr)
  7848. m2-nam|minitel|minitel-2|minitel-2-nam|France Telecom Minitel:\
  7849.     :am@:bs:pt:xn:\
  7850.     :co#80:it#8:li#24:\
  7851.     :ae=\E(B:al=\E[L:as=\E(0:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
  7852.     :cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:ei=\E[4l:ho=\E[H:\
  7853.     :im=\E[4h:ip=7:is=\E[1;24r\E[24;1H:k1=\EOP:k2=\EOQ:\
  7854.     :k3=\EOR:k4=\EOS:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:\
  7855.     :ku=\E[A:nd=\E[C:se=\E[m:sf=^J:so=\E[7m:sr=\EM:\
  7856.     :ue=\E[m:up=\E[A:us=\E[4m:
  7857. # From: Joel Rubin <jmrubin@coral.berkeley.edu>
  7858. # This is a preliminary TERMCAP for VIDTEX, a terminal program sold by 
  7859. # Compuserve.  Line and column numbers are computer-dependent (I have a
  7860. # Commodore '64); you should use the meta-B option to shut off clean-breaking
  7861. # of lines.  No key codes included since some of them are programmable and
  7862. # most are machine-specific.  Works on vi if you don't use clean-breaking.
  7863. # Very similar to the IBM 3101 termcap.  Escape-D used for backspace because
  7864. # control-H is destructive backspace.  There seem to be a few weirdnesses
  7865. # (especially at the beginning of a wrapped line), and the cursor does not,
  7866. # unfortunately, flash.
  7867. # (vid: mapped ":pt:" to default tabs; changed :bc: to :le: -- esr)
  7868. vid|vidtex|Compuserve vidtex program:\
  7869.     :am:pt:\
  7870.     :co#40:li#25:\
  7871.     :cd=\EJ:ce=\EK:cl=^L:cm=\EY%+ %+ :ho=\EH:le=\ED:\
  7872.     :nd=\EC:up=\EA:
  7873. # This (inherited from the Emacs termcap.dat file) is probably *way* obsolete!
  7874. rsvidtx|Radio Shack VIDEOTEX:\
  7875.     :co#32:li#16:\
  7876.     :cd=\EJ:ce=\EK:cl=\EH\EJ:..cm=\EY%+ %+ :cr=^M:do=^J:\
  7877.     :kb=^H:kd=^J:kl=^H:nd=\EC:nw=^M^J:sf=^J:ta=^I:up=\EA:
  7878.  
  7879. ######## OBSOLETE VDT TYPES
  7880. #
  7881. # These terminals are *long* dead -- these entries are retained for
  7882. # historical interest only.
  7883.  
  7884. #### AED
  7885. #
  7886. # Advanced Electronic Devices made its name manufacturing super-expensive
  7887. # vector-graphics displays and frame buffers in the late 1970s.  They used
  7888. # to be in Sunnyvale CA 94086 on Pastoria Avenue.  They're long gone now.
  7889. #
  7890.  
  7891. # From: Giles Billingsley <gilesb%ucbcad@berkeley.edu>
  7892. # rewritten 8/82 for newer AEDs and better operation of vi, etc.
  7893. # (bel/cr/cub1/cud1/ind added from SCO entry, which doesn't have db or the
  7894. # humongous is2, thus they are commented out here -- esr)
  7895. aed|AED|aed512|AED512|aed 512:\
  7896.     :bs:\
  7897.     :co#64:li#40:\
  7898.     :bl=^G:cl=^L:cr=^M:do=^J:le=^H:nd=\Ei0800\001:\
  7899.     :se=\E[00C80\001:\
  7900.     :sf=\E;1100\072004=000200??;1300'\200\001\n\E\072004=0002??00;1200\001\n:\
  7901.     :so=\E\07200>8000140[80C00\001:\
  7902.     :te=\E\07200>8000100{804<0??00001000L80\072004=000200??\001:\
  7903.     :ti=\E\07200>8000140{<04<0??00001010L<0\072004=0002??00\001:\
  7904.     :uc=\Ei???>l0800i0102\001:ue=\E\07200>8000100\001:\
  7905.     :up=^K:us=\E\07200>8000140\001:\
  7906.     :vb=\EK0001??0000K0001202080\001:\
  7907.     :ve=\E\072004=000200??\001:
  7908. aed-ucb|AED-UCB|aed512-ucb|AED512-UCB|aed 512 w/o UCB ROM:\
  7909.     :bs:db:\
  7910.     :co#64:li#40:\
  7911.     :cl=^L:if=/usr/share/tabset/aed512:nd=\Ei0800\001:\
  7912.     :se=\E[00C80\001:so=\E\07200>8000140[80C00\001:\
  7913.     :te=\E\07200>8000100{804<0??00001000L80\072004=000200??\001:\
  7914.     :ti=\E\07200>8000140{<04<0??00001010L<0\072004=0002??00\001:\
  7915.     :uc=\Ei???>l0800i0102\001:ue=\E\07200>8000100\001:\
  7916.     :up=^K:us=\E\07200>8000140\001:\
  7917.     :vb=\EK0001??0000K0001202080\001:\
  7918.     :ve=\E\E\E\E\E\E\E\072004=000200??\001:
  7919.  
  7920. #### Amtek Business Machines
  7921. #
  7922.  
  7923. # (abm80: early versions of this entry apparently had ":se=\E^_:so=\E^Y",
  7924. # but these caps were commented out in 8.3; also, removed overridden
  7925. # ":do=^J:" -- esr)
  7926. abm80|amtek business machines 80:\
  7927.     :am:bs:bw:\
  7928.     :co#80:li#24:\
  7929.     :al=\E^Z:bt=^T:cd=\E^X:ce=\E^O:cl=\E^\:\
  7930.     :cm=\E\021%r%+ %+ :dl=\E^S:do=\E^K:ho=\E^R:le=^H:\
  7931.     :nd=^P:up=\E^L:
  7932.  
  7933. #### Bell Labs blit terminals
  7934. #
  7935. # These were AT&T's official entries.
  7936. #
  7937.  
  7938. blit|jerq|blit running teletype rom:\
  7939.     :am:eo:ul:xo:\
  7940.     :co#87:it#8:li#72:\
  7941.     :AL=\EF%+ :DC=\Ee%+ :DL=\EE%+ :IC=\Ef%+ :al=\EF!:\
  7942.     :bl=^G:ce=\EK:cl=^L:cm=\EY%r%+ %+ :cr=^M:dc=\Ee!:\
  7943.     :dl=\EE!:do=^J:ei=:ic=\Ef!:im=:k1=\Ex:k2=\Ey:k3=\Ez:\
  7944.     :kb=^H:kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=\ED:nd=\EC:\
  7945.     :sf=^J:ta=^I:up=\EA:
  7946.  
  7947. cbblit|fixterm|blit running columbus code:\
  7948.     :co#88:\
  7949.     :cd=\EJ:ei=\ER:ic@:im=\EQ:pO=\EP%03:pf=^T:po=^R:\
  7950.     :se=\EV!:so=\EU!:ue=\EV":us=\EU":vb=\E^G:tc=blit:
  7951.  
  7952. oblit|ojerq|first version of blit rom:\
  7953.     :am:da:db:eo:mi:ul:xo:\
  7954.     :co#88:it#8:li#72:\
  7955.     :AL=\Ef%+ :DL=\Ee%+ :al=\EF:bl=^G:cd=\EJ:ce=\EK:\
  7956.     :cl=^L:cm=\EY%r%+ %+ :cr=^M:dc=\EO:dl=\EE:do=^J:\
  7957.     :ei=\ER:im=\EQ:kb=^H:le=\ED:nd=\EC:sf=^J:ta=^I:\
  7958.     :up=\EA:vb=\E^G:
  7959.  
  7960. daleblit|daleterm|blit running Dale DeJager's ROM:\
  7961.     :da@:db@:\
  7962.     :kd=\EB:kl=\ED:kr=\EC:ku=\EA:se=\EV!:so=\EU!:ue=\EV":\
  7963.     :us=\EU":tc=oblit:
  7964.  
  7965. #### Bolt, Beranek & Newman (bbn)
  7966. #
  7967. # The BitGraph was a product of the now-defunct BBN Computer Corporation.
  7968. # The parent company, best known as the architects of the Internet, is
  7969. # still around.
  7970. #
  7971.  
  7972. # Entries for the BitGraph terminals.  The problem 
  7973. # with scrolling in vi can only be fixed by getting BBN to put 
  7974. # smarter scroll logic in the terminal or changing vi or padding 
  7975. # scrolls with about 500 ms delay.
  7976. #    
  7977. # I always thought the problem was related to the terminal 
  7978. # counting newlines in its input buffer before scrolling and 
  7979. # then moving the screen that much. Then vi comes along and 
  7980. # paints lines in on the bottom line of the screen, so you get 
  7981. # this big white gap.
  7982.  
  7983. bitgraph|bbn bitgraph:\
  7984.     :tc=bg3.10rv:
  7985. bg3.10rv|bgrv|bbn bitgraph (reverse video):\
  7986.     :tc=bg2.0rv:
  7987. bg3.10nv|bgnv|bbn bitgraph (normal video):\
  7988.     :tc=bg2.0nv:
  7989. bg3.10|bgn|bbn bitgraph (no init):\
  7990.     :tc=bg2.0:
  7991. bg2.0rv|bbn bitgraph (reverse video):\
  7992.     :is=\E>\E[?5h\E[?7h:vb=\E[?5l\E[?5h:tc=bg2.0:
  7993. bg2.0nv|bbn bitgraph (normal video):\
  7994.     :is=\E>\E[?5l\E[?7h:vb=\E[?5h\E[?5l:tc=bg2.0:
  7995. bg2.0|bbn bitgraph (no init):\
  7996.     :xn:\
  7997.     :co#85:li#64:\
  7998.     :al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
  7999.     :cm=%i\E[%d;%dH:cr=^M:cs=\E[%i%d;%dr:dl=\E[M:do=\E[B:\
  8000.     :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kd=\E[B:ke=\E>:\
  8001.     :kl=\E[D:kr=\E[C:ks=\E=:ku=\E[A:l1=PF1:l2=PF2:l3=PF3:\
  8002.     :l4=PF4:le=^H:nd=\E[C:rc=\E8:sc=\E7:se=\E[0m:sf=\n:\
  8003.     :so=\E[7m:ta=^I:up=\E[A:
  8004. bg1.25rv|bbn bitgraph (reverse video):\
  8005.     :is=\E>\E[?5h\E[?7h:vb=\E[?5l\E[?5h:tc=bg1.25:
  8006. bg1.25nv|bbn bitgraph (normal video):\
  8007.     :is=\E>\E[?5l\E[?7h:vb=\E[?5h\E[?5l:tc=bg1.25:
  8008. bg1.25|bbn bitgraph:\
  8009.     :co#85:li#64:\
  8010.     :al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
  8011.     :cm=%i\E[%d;%dH:cr=^M:dl=\E[M:do=\E[B:k1=\EP:k2=\EQ:\
  8012.     :k3=\ER:k4=\ES:kd=\EB:ke=\E>:kl=\ED:kr=\EC:ks=\E=:\
  8013.     :ku=\EA:l1=PF1:l2=PF2:l3=PF3:l4=PF4:le=^H:\
  8014.     :ll=\E[64;1H:nd=\E[C:se=\E[0m:sf=\n:so=\E[7m:ta=^I:\
  8015.     :up=\E[A:
  8016.  
  8017. #### Chromatics
  8018. #
  8019.  
  8020. # cg7900: Following is revised version. As I mentioned, I recompiled 
  8021. # curses in order to accomadate the large amount of definition.
  8022. # I have put the long strings in ti/te. Ti sets up a window 
  8023. # that is smaller than the screen, and puts up a warning message 
  8024. # outside the window. Te erases the warning message, puts the 
  8025. # window back to be the whole screen, and puts the cursor at just
  8026. # below the small window. A defined vs and ve to really turn 
  8027. # the cursor on and off, but I have taken this out since I don't 
  8028. # like the cursor being turned off when vi exits.   
  8029. cg7900|chromatics|chromatics 7900:\
  8030.     :am:\
  8031.     :co#80:li#40:\
  8032.     :al=^A>2:bl=^G:cd=^Al:ce=^A`:cl=^L:\
  8033.     :cm=\001M%r%d\\\054%d\\\054:cr=^M:dc=^A<1:dl=^A<2:\
  8034.     :do=^J:ei=:ho=^\:ic=^A>1:im=:le=^H:ll=^A|:nd=^]:\
  8035.     :se=\001C1\\\054\001c2\\\054:sf=^J:\
  8036.     :so=\001C4\\\054\001c7\\\054:\
  8037.     :te=\001W0\\\05440\\\05485\\\05448\\\054\014\001W0\\\0540\\\05485\\\05448\\\054\001M0\\\05440\\\054:\
  8038.     :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:\
  8039.     :uc=\001\001_\001\200:up=^K:
  8040.  
  8041. #### Computer Automation
  8042. #
  8043.  
  8044. ca22851|computer automation 22851:\
  8045.     :am:\
  8046.     :co#80:li#24:\
  8047.     :bl=^G:cd=^\:ce=^]:cl=\014:cm=\002%i%.%.:cr=^M:do=^J:\
  8048.     :ho=^^:kd=^W:kh=^^:kl=^U:ku=^V:le=^U:nd=^I:sf=^J:\
  8049.     :up=^V:
  8050.  
  8051. #### Cybernex
  8052. #
  8053.  
  8054. # This entry has correct padding and the undocumented "ri" capability
  8055. cyb83|xl83|cybernex xl-83:\
  8056.     :am:bs:\
  8057.     :co#80:li#24:\
  8058.     :bl=^G:cd=\020:ce=\017:cl=\014:cm=\027%+ %+ :cr=^M:\
  8059.     :do=^J:ho=^K:kd=^J:kl=^H:kr=^I:ku=^N:le=^H:nd=^I:\
  8060.     :sf=^J:sr=^N:up=^N:
  8061. # (mdl110: removed obsolete ":ma=^Z^P:" and overridden ":cd=145^NA^W:" -- esr)
  8062. cyb110|mdl110|cybernex mdl-110:\
  8063.     :am:bs:\
  8064.     :co#80:li#24:\
  8065.     :al=\016A\016\035:bl=^G:cd=\016@\026:ce=\016@\026:\
  8066.     :cl=\030:cm=\020%+ %+ :cr=^M:dc=\016A\036:\
  8067.     :dl=\016A\016\036:do=^J:ei=:ho=^Y:ic=\016A\035:im=:\
  8068.     :le=^H:nd=^U:se=^NG:sf=^J:so=^NF:ta=\011:up=^Z:
  8069.  
  8070. #### Datapoint
  8071. #
  8072. # Datapoint is gone.  They used to be headquartered in Texas.
  8073. # They created ARCnet, an Ethernet competitor that flourished for a while
  8074. # in the early 1980s before 3COM got wise and cut its prices.  The service
  8075. # side of Datapoint still lives (1995) in the form of Intelogic Trace.
  8076. #
  8077.  
  8078. dp3360|datapoint|datapoint 3360:\
  8079.     :am:bs:\
  8080.     :co#82:li#25:\
  8081.     :bl=^G:cd=^_:ce=^^:cl=^]^_:cr=^M:do=^J:ho=^]:le=^H:\
  8082.     :nd=^X:sf=^J:up=^Z:
  8083.  
  8084. #### DEC terminals (Obsolete types: DECwriter and vt40/42/50)
  8085. #
  8086. # These entries are DEC's official terminfos for its older terminals.
  8087. # Contact Bill Hedberg <hedberg@hannah.enet.dec.com> of Terminal Support
  8088. # Engineering for more information.  Updated terminfos and termcaps 
  8089. # are kept available at ftp://gatekeeper.dec.com/pub/DEC/termcaps.
  8090. #
  8091.  
  8092. gt40|dec gt40:\
  8093.     :os:\
  8094.     :co#72:li#30:\
  8095.     :bl=^G:cr=^M:do=^J:le=^H:
  8096. gt42|dec gt42:\
  8097.     :os:\
  8098.     :co#72:li#40:\
  8099.     :bl=^G:cr=^M:do=^J:le=^H:
  8100. vt50|dec vt50:\
  8101.     :co#80:li#12:\
  8102.     :bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cr=^M:do=^J:le=^H:\
  8103.     :nd=\EC:sf=^J:ta=^I:up=\EA:
  8104. vt50h|dec vt50h:\
  8105.     :co#80:li#12:\
  8106.     :bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :cr=^M:\
  8107.     :do=^J:le=^H:nd=\EC:sf=^J:sr=\EI:ta=^I:up=\EA:
  8108. vt52|dec vt52:\
  8109.     :co#80:it#8:li#24:\
  8110.     :bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :cr=^M:\
  8111.     :do=^J:kb=^H:kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=^H:\
  8112.     :nd=\EC:sf=^J:sr=\EI:ta=^I:up=\EA:
  8113. vt61|vt-61|vt61.5:\
  8114.     :co#80:li#24:\
  8115.     :bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :cr=\r:\
  8116.     :do=^J:kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:\
  8117.     :sf=\n:sr=\EI:ta=^I:up=\EA:
  8118.  
  8119. # The gigi does standout with red!
  8120. gigi|vk100|dec gigi graphics terminal:\
  8121.     :am:xn:\
  8122.     :co#84:li#24:\
  8123.     :DO=\E[%dB:LE=\E[%r%dD:RI=\E[%dC:UP=\E[%dA:bl=^G:\
  8124.     :cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:cm=\E[%i%d;%dH:cr=^M:\
  8125.     :do=^J:is=\E>\E[?3l\E[?4l\E[?5l\E[?20l\E[?7h\E[?8h:\
  8126.     :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kd=\EOB:\
  8127.     :ke=\E[?1l\E>:kh=\E[H:kl=\EOD:kr=\EOC:ks=\E[?1h\E=:\
  8128.     :ku=\EOA:le=^H:nd=\E[C:se=\E[m:sf=^J:so=\E[7;31m:\
  8129.     :sr=\EM:ta=^I:ue=\E[m:up=\E[A:us=\E[4m:
  8130.  
  8131. # DEC PRO-350 console (VT220-style).  The 350 was DEC's attempt to produce
  8132. # a PC differentiated from the IBM clones.  It was a total, ludicrous,
  8133. # grossly-overpriced failure (among other things, DEC's OS didn't include
  8134. # a format program, so you had to buy pre-formatted floppies from DEC at
  8135. # a hefty premium!).
  8136. # (pro350: mapped ":pt:" to default tabs -- esr)
  8137. pro350|decpro|dec pro console:\
  8138.     :bs:pt:\
  8139.     :co#80:li#24:\
  8140.     :ae=\EG:as=\EF:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :\
  8141.     :do=\EB:ho=\EH:k0=\EE:k1=\EF:k2=\EG:k3=\EH:k4=\EI:\
  8142.     :k5=\EJ:k6=\Ei:k7=\Ej:kd=\EB:kh=\EH:kl=\ED:kr=\EC:\
  8143.     :ku=\EA:nd=\EC:se=\E^N:so=\E^H:sr=\EI:ue=\E^C:up=\EA:\
  8144.     :us=\E^D:
  8145.  
  8146. dw1|decwriter I:\
  8147.     :hc:os:\
  8148.     :co#72:\
  8149.     :bl=^G:cr=^M:do=^J:le=^H:sf=^J:
  8150. dw2|decwriter|dw|decwriter II:\
  8151.     :hc:os:\
  8152.     :co#132:\
  8153.     :bl=^G:cr=^M:do=^J:kb=^H:le=^H:sf=^J:
  8154.  
  8155. # \E(B        Use U.S. character set (otherwise # => british pound !)
  8156. # \E[20l    Disable "linefeed newline" mode (else puts \r after \n,\f,\v)
  8157. # \E[w       10 char/in pitch
  8158. # \E[1;132    full width horizontal margins
  8159. # \E[2g        clear all tab stops
  8160. # \E[z        6 lines/in
  8161. # \E[66t    66 lines/page (for \f)
  8162. # \E[1;66r    full vertical page can be printed
  8163. # \E[4g        clear vertical tab stops
  8164. # \E>        disable alternate keypad mode (so it transmits numbers!)
  8165. # \E[%i%du    set tab stop at column %d (origin == 1)
  8166. #        (Full syntax is \E[n;n;n;n;n;...;nu where each 'n' is 
  8167. #        a tab stop)
  8168. #
  8169. #       The dw3 does standout with wide characters.
  8170. #
  8171. dw3|la120|decwriter III:\
  8172.     :hc:os:\
  8173.     :co#132:\
  8174.     :bl=^G:cr=^M:do=^J:\
  8175.     :i1=\E(B\E[20l\E[w\E[0;132s\E[2g\E[z\E[66t\E[1;66r\E[4g\E>:\
  8176.     :is=\E[9;17;25;33;41;49;57;65;73;81;89;97;105;113;121;129u\r:\
  8177.     :kb=^H:le=^H:se=\E[w:sf=^J:so=\E[6w:ta=^I:
  8178. dw4|decwriter IV:\
  8179.     :am:hc:os:\
  8180.     :co#132:\
  8181.     :bl=^G:cr=^M:do=^J:is=\Ec:k0=\EOP:k1=\EOQ:k2=\EOR:\
  8182.     :k3=\EOS:kb=^H:le=^H:sf=^J:ta=^I:
  8183.  
  8184. #### Delta Data (dd)
  8185. #
  8186.  
  8187. # Untested. The cup sequence is hairy enough that it probably needs work.
  8188. # The idea is ctrl(O), dd(row), dd(col), where dd(x) is x - 2*(x%16) + '9'.
  8189. # There are BSD-derived termcap entries floating around for this puppy
  8190. # that are *certainly* wrong.
  8191. delta|dd5000|delta data 5000:\
  8192.     :am:\
  8193.     :co#80:li#27:\
  8194.     :bl=^G:ce=^NU:cl=^NR:cm=\017%+^P%+^P:dc=^NV:do=^J:\
  8195.     :ho=^NQ:le=^H:nd=^Y:sf=^J:up=^Z:
  8196.  
  8197. #### Digital Data Research (ddr)
  8198. #
  8199.  
  8200. # (ddr: mapped ":pt:" to default tabs -- esr)
  8201. ddr|rebus3180|ddr3180|Rebus/DDR 3180 vt100 emulator:\
  8202.     :am:bs:pt:xn:\
  8203.     :co#80:li#24:vt#3:\
  8204.     :cd=50\E[J:ce=3\E[K:cl=50\E[;H\E[2J:cm=5\E[%i%d;%dH:\
  8205.     :cs=\E[%i%d;%dr:do=^J:ho=\E[H:is=\E[1;24r\E[24;1H:\
  8206.     :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kb=^H:kd=\E[B:\
  8207.     :ke=\E[?1l\E>:kl=\E[D:kr=\E[C:ks=\E[?1h\E=:ku=\E[A:\
  8208.     :le=^H:mb=2\E[5m:md=2\E[1m:me=2\E[m:mr=2\E[7m:\
  8209.     :nd=2\E[C:rc=\E8:rf=/usr/share/lib/tabset/vt100:\
  8210.     :rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:sc=\E7:se=\E[m:\
  8211.     :sf=5\ED:so=\E[7m:sr=5\EM:ue=2\E[m:up=2\E[A:\
  8212.     :us=2\E[4m:
  8213.  
  8214. #### General Electric (ge)
  8215. #
  8216.  
  8217. terminet1200|terminet300|tn1200|tn300|terminet|GE terminet 1200:\
  8218.     :hc:os:\
  8219.     :co#120:\
  8220.     :bl=^G:cr=^M:do=^J:sf=^J:
  8221.  
  8222. #### Heathkit/Zenith
  8223. #
  8224.  
  8225. h19-a|heath-ansi|heathkit-a|heathkit h19 ansi mode:\
  8226.     :am:mi:ms:\
  8227.     :co#80:it#8:li#24:\
  8228.     :ae=\E[11m:al=\E[1L:as=\E[10m:bl=^G:cd=\E[J:ce=\E[K:\
  8229.     :cl=\E[2J:cm=\E[%i%d;%dH:cr=^M:dc=\E[1P:dl=\E[1M:\
  8230.     :do=\E[1B:ei=\E[4l:ho=\E[H:im=\E[4h:\
  8231.     :is=\E<\E[>1;2;3;4;5;6;7;8;9l\E[0m\E[11m\E[?7h:\
  8232.     :k1=\EOS:k2=\EOT:k3=\EOU:k4=\EOV:k5=\EOW:k6=\EOP:\
  8233.     :k7=\EOQ:k8=\EOR:kb=^H:kd=\E[1B:kh=\E[H:kl=\E[1D:\
  8234.     :kr=\E[1C:ku=\E[1A:l6=blue:l7=red:l8=white:le=^H:\
  8235.     :nd=\E[1C:se=\E[0m:sf=^J:so=\E[7m:sr=\EM:ta=^I:\
  8236.     :up=\E[1A:ve=\E[>4l:vs=\E[>4h:
  8237. h19-bs|heathkit w/keypad shifted:\
  8238.     :ke=\Eu:ks=\Et:tc=h19-b:
  8239. h19-smul|heathkit w/keypad shifted/underscore cursor:\
  8240.     :ke=\Eu:ks=\Et:tc=h19-u:
  8241. h19|heath|h19-b|heathkit|heath-19|z19|zenith|heathkit h19:\
  8242.     :am:es:hs:mi:ms:\
  8243.     :co#80:it#8:li#24:\
  8244.     :ae=\EG:al=\EL:as=\EF:bl=^G:cd=\EJ:ce=\EK:cl=\EE:\
  8245.     :cm=\EY%+ %+ :cr=^M:dc=\EN:dl=\EM:do=\EB:ei=\EO:\
  8246.     :fs=\Ek\Ey5:ho=\EH:im=\E@:k1=\ES:k2=\ET:k3=\EU:\
  8247.     :k4=\EV:k5=\EW:k6=\EP:k7=\EQ:k8=\ER:kb=^H:kd=\EB:\
  8248.     :kh=\EH:kl=\ED:kr=\EC:ku=\EA:l6=blue:l7=red:l8=white:\
  8249.     :le=^H:nd=\EC:se=\Eq:sf=^J:so=\Ep:sr=\EI:ta=^I:\
  8250.     :ts=\Ej\Ex5\EY8%p1%{32}%+%c\Eo\Eo:up=\EA:ve=\Ey4:\
  8251.     :vs=\Ex4:
  8252. h19-u|heathkit with underscore cursor:\
  8253.     :ve@:vs@:tc=h19-b:
  8254. alto-h19|altoh19|altoheath|alto-heath|alto emulating heathkit h19:\
  8255.     :li#60:\
  8256.     :al=\EL:dl=\EM:tc=h19:
  8257.  
  8258. # The major problem with the Z29 is that it requires more 
  8259. # padding than the Z19. Once again, here's a little termcap 
  8260. # entry for it that will do the trick. 
  8261. # The problem declaring an H19 to be synonomous with a Z29 is that
  8262. # it needs more padding. It especially loses if a program attempts
  8263. # to put the Z29 into insert mode and insert text at 9600 baud. It
  8264. # even loses worse if the program attempts to insert tabs at 9600
  8265. # baud. Adding padding to text that is inserted loses because in 
  8266. # order to make the Z29 not die, one must add so much padding that
  8267. # whenever the program tries to use insert mode, the effective 
  8268. # rate is about 110 baud.
  8269. # What program would want to put the terminal into insert mode 
  8270. # and shove stuff at it at 9600 baud you ask?  
  8271. # Emacs. Emacs seems to want to do the mathematically optimal 
  8272. # thing in doing a redisplay rather than the practical thing.
  8273. # When it is about to output a line on top of a line that is 
  8274. # already on the screen, instead of just killing to the end of 
  8275. # the line and outputing the new line, it compares the old line 
  8276. # and the new line and if there are any similarities, it 
  8277. # constructs the new line by deleting the text on the old line 
  8278. # on the terminal that is already there and then inserting new
  8279. # text into the line to transform it into the new line that is 
  8280. # to be displayed. The Z29 does not react kindly to this.
  8281. # But don't cry for too long.... There is a solution. You can make
  8282. # a termcap entry for the Z29 that says the Z29 has no insert mode.
  8283. # Then Emacs cannot use it. "Oh, no, but now inserting into a 
  8284. # line will be really slow", you say. Well there is a sort of a
  8285. # solution to that too. There is an insert character option on 
  8286. # the Z29 that will insert one character. Unfortunately, it 
  8287. # involves putting the terminal into ansi mode, inserting the 
  8288. # character, and changing it back to H19 mode. All this takes 12 
  8289. # characters. Pretty expensive to insert one character, but it 
  8290. # works. Either Emacs doesn't try to use its inserting hack when 
  8291. # it's only given an insert character ability or the Z29 doesn't 
  8292. # require padding with this (the former is probably more likely, 
  8293. # but I haven't checked it out).
  8294. z29|zenith29|z29b|zenith z29b:\
  8295.     :am:ms:\
  8296.     :co#80:li#24:\
  8297.     :ae=\EF:al=\EL:as=\EG:bl=^G:bt=\E-:cd=\EJ:ce=\EK:\
  8298.     :cl=\EE:cm=\EY%+ %+ :cr=^M:dc=\EN:dl=\EM:do=\EB:ei=:\
  8299.     :ho=\EH:ic=\E<\E[1@\E[?2h:im=:is=\E<\E[?2h\Ev:k0=\E~:\
  8300.     :k1=\ES:k2=\ET:k3=\EU:k4=\EV:k5=\EW:k6=\EP:k7=\EQ:\
  8301.     :k8=\ER:k9=\E0I:kb=^H:kd=\EB:kh=\EH:kl=\ED:kr=\EC:\
  8302.     :ku=\EA:l0=home:le=^H:nd=\EC:se=\Eq:sf=\n:so=\Ep:\
  8303.     :sr=\EI:ta=^I:ue=\Es0:up=\EA:us=\Es8:ve=\Ey4:vs=\Ex4:
  8304.  
  8305. # From: Brad Brahms <Brahms@USC-ECLC>
  8306. z100|h100|z110|z-100|h-100|heath/zenith z-100 pc with color monitor:\
  8307.     :ve=\Ey4\Em70:vs=\Ex4\Em71:tc=z100bw:
  8308. # (z100bw: removed obsolete ":kn#10:"; mapped ":pt:" to default tabs -- esr)
  8309. z100bw|h100bw|z110bw|z-100bw|h-100bw|heath/zenith z-100 pc:\
  8310.     :bs:mi:ms:pt:\
  8311.     :co#80:li#24:\
  8312.     :ae=\EG:al=5*\EL:as=\EF:cd=\EJ:ce=\EK:cl=5*\EE:\
  8313.     :cm=1*\EY%+ %+ :dc=1*\EN:dl=5*\EM:do=\EB:ei=\EO:\
  8314.     :ho=\EH:im=\E@:k0=\EJ:k1=\ES:k2=\ET:k3=\EU:k4=\EV:\
  8315.     :k5=\EW:k6=\EP:k7=\EQ:k8=\ER:k9=\EOI:kb=^H:kd=\EB:\
  8316.     :kh=\EH:kl=\ED:kr=\EC:ku=\EA:nd=\EC:se=\Eq:so=\Ep:\
  8317.     :sr=\EI:up=\EA:ve=\Ey4:vs=\Ex4:
  8318. p19:\
  8319.     :al=2*\EL:dl=2*\EM:tc=h19-b:
  8320. # From: <ucscc!B.fiatlux@ucbvax.berkeley.edu>
  8321. # (ztx: mapped ":pt:" to default tabs; removed duplicate :sr: -- esr)
  8322. ztx|ztx11|zt-1|htx11|ztx-1-a|ztx-10/11:\
  8323.     :am:bs:es:hs:pt:\
  8324.     :co#80:li#24:\
  8325.     :al=\EL:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :dl=\EM:\
  8326.     :do=^J:ds=\Ey1:fs=\Ek\Ey5:ho=\EH:\
  8327.     :is=\Ej\EH\Eq\Ek\Ev\Ey1\Ey5\EG\Ey8\Ey9\Ey>:k0=\ES:\
  8328.     :k1=\EB:k2=\EU:k3=\EV:k4=\EW:k5=\EP:k6=\EQ:k7=\ER:\
  8329.     :kb=^H:kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=^H:nd=\EC:\
  8330.     :se=\Eq:so=\Es5:sr=\EI:ts=\Ej\Ex5\Ex1\EY8%+ \Eo:\
  8331.     :ue=\Eq:up=\EA:us=\Es2:
  8332.  
  8333. #### IMS International (ims)
  8334. #
  8335. # There was a company called IMS International located in Carson City, 
  8336. # Nevada, that flourished from the mid-70s to mid-80s.  They made S-100
  8337. # bus/Z80 hardware and a line of terminals called Ultimas.  
  8338.  
  8339. # From: Erik Fair <fair@ucbarpa.berkeley.edu>  Sun Oct 27 07:21:05 1985
  8340. ims950-b|bare ims950 no init string:\
  8341.     :is@:tc=ims950:
  8342. ims950-ns|ims950 w/no standout:\
  8343.     :se@:so@:ue@:us@:tc=ims950:
  8344. # (ims950: removed obsolete ":ko@:" -- esr)
  8345. ims950|ims televideo 950 emulation:\
  8346.     :xn@:\
  8347.     :k0@:k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:k9@:kb@:kd@:kh@:\
  8348.     :kl@:kr@:ku@:vb@:tc=tvi950:
  8349. # (ims950-rv: removed obsolete ":ko@:" -- esr)
  8350. ims950-rv|ims tvi950 rev video:\
  8351.     :xn@:\
  8352.     :k0@:k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:k9@:kb@:kd@:kh@:\
  8353.     :kl@:kr@:ku@:vb@:tc=tvi950-rv:
  8354. # (ims-ansi: mapped ":pt:" to default tabs -- esr)
  8355. ims-ansi|ultima2|ultimaII|IMS Ultima II:\
  8356.     :am:bs:pt:\
  8357.     :co#80:li#24:\
  8358.     :cd=\E[0J:ce=\E[0K:cl=\E[;H\E[2J:cm=\E[%i%2;%2H:\
  8359.     :do=\ED:if=/usr/share/tabset/vt100:\
  8360.     :is=\E[0m\E[>14l\E[?1;?5;20l\E>\E[1m\r:kd=\E[B:\
  8361.     :kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:se=\E[0m\E[1m:\
  8362.     :so=\E[7m:sr=\EM:ue=\E[0m\E[1m:up=\EM:us=\E[4m:
  8363.  
  8364. #### Intertec Data Systems
  8365. #
  8366. # I think this company is long dead as of 1995.  They made an early CP/M
  8367. # micro called the "Intertec Superbrain" that was moderately popular,
  8368. # then sank out of sight.
  8369. #
  8370.  
  8371. superbrain|intertec superbrain:\
  8372.     :am:bw:\
  8373.     :co#80:li#24:\
  8374.     :bl=^G:cd=\E~k<10*>:ce=\E~K:cl=\014:cm=\EY%+ %+ :\
  8375.     :cr=^M:do=^J:kd=^J:kl=^U:kr=^F:ku=^K:le=^H:nd=^F:\
  8376.     :sf=^J:ta=^I:te=^L:ti=^L:up=^K:
  8377. intertube|intertec|Intertec InterTube:\
  8378.     :am:\
  8379.     :co#80:li#25:\
  8380.     :bl=^G:cl=^L:cm=\EY%+ %+ :cr=^M:do=^J:ho=^A:le=^H:\
  8381.     :nd=^F:se=\E0@:sf=^J:so=\E0P:up=^Z:
  8382. # The intertube 2 has the "full duplex" problem like the tek 4025: if you
  8383. # are typing and a command comes in, the keystrokes you type get interspersed
  8384. # with the command and it messes up
  8385. it2|intertube2|intertec data systems intertube 2:\
  8386.     :am:\
  8387.     :co#80:li#25:\
  8388.     :bl=^G:ce=\EK:ch=\020%+^J:cl=^L:cm=\016%.\020%+^J:\
  8389.     :cr=^M:cv=\013%.:do=^J:ho=^A:le=^H:ll=^K^X\r:nd=^F:\
  8390.     :se=\E0@:sf=^J:so=\E0P:up=^Z:
  8391.  
  8392. #### Modgraph
  8393. #
  8394. # These people used to be reachable at:
  8395. #
  8396. #    Modgraph, Inc
  8397. #    1393 Main Street,
  8398. #    Waltham, MA 02154
  8399. #    Vox: (617)-890-5796.
  8400. #
  8401. # However, if you call that number today you'll get an insurance company.
  8402. # I think Modgraph is long gone.
  8403. #
  8404.  
  8405. modgraph|mod|modgraph terminal emulating vt100:\
  8406.     :xn@:\
  8407.     :co#80:li#24:\
  8408.     :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:\
  8409.     :rf@:sr=5\EM\E[K:vs=\E^9;0s\E^7;1s:tc=vt100:
  8410. # (modgraph2: mapped ":pt:" to default tabs -- esr)
  8411. # The GX-1000 manual is dated 1984
  8412. modgraph2|modgraph gx-1000, set to 80x24, keypad not enabled:\
  8413.     :am:bs:da:db:pt:\
  8414.     :co#80:li#24:\
  8415.     :cd=50\EJ:ce=3\EK:cl=50\EH\EJ:cm=5\EY%+ %+ :\
  8416.     :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:\
  8417.     :nd=2\EC:sr=5\EI:up=2\EA:
  8418.  
  8419. #### Morrow Designs
  8420. # This was George Morrow's company.  They started in the late 1970s making
  8421. # S100-bus machines.  They used to be reachable at:
  8422. #
  8423. #        Morrow
  8424. #        600 McCormick St.
  8425. #        San Leandro, CA 94577
  8426. #
  8427. # but they're long gone now (1995).
  8428. #
  8429.  
  8430. # The mt70 terminal was shipped with the Morrow MD-3 microcomputer. 
  8431. # Jeff's specimen was dated June 1984.
  8432. # From: Jeff Wieland <wieland@acn.purdue.edu> 24 Feb 1995
  8433. mt70|mt-70|Morrow MD-70; native Morrow mode:\
  8434.     :am:mi:ms:xo:\
  8435.     :co#80:it#8:li#24:\
  8436.     :%1=^AO\r:F1=^A`\r:F2=^Aa\r:F3=^Ab\r:F4=^Ac\r:\
  8437.     :F5=^Ad\r:F6=^Ae\r:F7=^Af\r:F8=^Ag\r:F9=^Ah\r:\
  8438.     :FA=^Ai\r:ac=+z\\\054{.yOi-x`|jGkFlEmDnHtLuKvNwMxIqJ:\
  8439.     :ae=\E%:al=\EE:as=\E$:bl=^G:bt=\EI:cd=\EY:ce=\ET:\
  8440.     :cl=^Z:cm=\E=%+ %+ :cr=^M:ct=\E0:dc=\EW:dl=\ER:do=^J:\
  8441.     :ei=:ho=^^:i1=\E"2\EG0\E]:ic=\EQ:im=:k1=^A@\r:\
  8442.     :k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
  8443.     :k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:kB=^A^Z\r:\
  8444.     :kC=^An\r:kD=\177:kb=^H:kd=^AK\r:kh=^AN\r:kl=^AL\r:\
  8445.     :kr=^AM\r:ku=^AJ\r:le=^H:me=\EG0:mh=\EG2:mr=\EG4:\
  8446.     :nd=^L:nw=^_:se=\EG0:sf=^J:so=\EG4:ta=^I:\
  8447.     :ti=\E"2\EG0\E]:up=^K:us=\EG1:vb=\EK1\EK0:ve=\E"2:\
  8448.     :vi=\E"0:
  8449.  
  8450. #### Netronics
  8451. #
  8452. # The Netronics Smarterm 80 was a kit-built terminal that came in at least two
  8453. # flavors, a first 40-column version, and a second 64-column version released
  8454. # about 1983.
  8455.  
  8456. # (netx: removed obsolete ":ma=j^Jk^Pl :" -- esr)
  8457. netx|netronics:\
  8458.     :bs:\
  8459.     :co#64:li#16:\
  8460.     :bl=^G:cd=\006\005:ce=\005:cl=\014:cm=\E=%+@%+@:\
  8461.     :cr=^M:do=^J:ho=^D:le=^H:nd=\E+@A:sf=^J:sr=\E=@@\013:\
  8462.     :up=^K:
  8463. smartvid|Netronics Smartvid 80:\
  8464.     :am:bw:eo:ms:xs:\
  8465.     :co#80:li#24:sg#1:ug#1:\
  8466.     :ae=\EGB:as=\EG@:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=^L:\
  8467.     :cm=\E=%+ %+ :cr=^M:dc=\EW:dl=\ER:do=^J:ei=\ED:ho=^Z:\
  8468.     :ic=\EQ:im=\EC:le=^H:ll=^Z^K:nd=^A:se=\EG@:sf=^J:\
  8469.     :so=\EGC:sr=^K:ta=\Ei:te=^Z^K:ue=\EG@:up=^K:us=\EGA:\
  8470.     :ve=^Z^K:
  8471. smarterm|smarterm-s|netronics smarterm 80x24 naked terminal:\
  8472.     :am:ul:\
  8473.     :co#80:li#24:sg#1:ug#1:\
  8474.     :al=\EE:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=^L:\
  8475.     :cm=\E=%+ %+ :cr=^M:dc=\EW:dl=\ER:do=^J:ei=\ED:ho=^Z:\
  8476.     :ic=\EQ:im=\EC:le=^H:nd=^A:sf=^J:ta=^I:ue=\EG@:\
  8477.     :us=\EGA:
  8478.  
  8479. #### Omron
  8480. #
  8481. # This company is still around in 1995, manufacturing point-of-sale systems.
  8482.  
  8483. omron|Omron 8025AG:\
  8484.     :am:bs:da:db:\
  8485.     :co#80:li#24:\
  8486.     :al=\EL:bl=^G:cd=\ER:ce=\EK:cl=\EJ:cr=^M:dc=\EP:\
  8487.     :dl=\EM:do=^J:ho=\EH:le=^H:nd=\EC:se=\E4:sf=\ES:\
  8488.     :so=\Ef:sr=\ET:up=\EA:vs=\EN:
  8489.  
  8490. #### Soroc
  8491. #
  8492.  
  8493. # (soroc120: removed obsolete ":ma=^K^P^R^L^L :" -- esr)
  8494. soroc120|iq120|soroc iq120:\
  8495.     :cd=\EY:ce=\ET:cl=\E*:do=^J:kd=^J:kl=^H:kr=^L:ku=^K:tc=adm3a:
  8496. soroc140|iq140|soroc iq140:\
  8497.     :am:mi:\
  8498.     :co#80:li#24:\
  8499.     :al=\Ee:bl=^G:bt=\EI:cd=\Ey:ce=\Et:cl=\E+:\
  8500.     :cm=\E=%+ %+ :cr=^M:dc=\Ew:dl=\Er:do=^J:ei=\E8:ho=^^:\
  8501.     :im=\E9:k0=^A0\r:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:\
  8502.     :k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:kb=^H:\
  8503.     :kh=^^:kr=^L:ku=^K:le=^H:ll=^^^K:nd=^L:se=\E\177:\
  8504.     :sf=^J:so=\E\177:ue=\E^A:up=^K:us=\E^A:
  8505.  
  8506. #### Southwest Technical Products
  8507. #
  8508. # These guys made an early personal micro called the M6800.  
  8509. # The ct82 was probably its console terminal.
  8510. #
  8511.  
  8512. # (swtp: removed obsolete ":bc=^D:" -- esr)
  8513. swtp|ct82|southwest technical products ct82:\
  8514.     :am:\
  8515.     :co#82:li#20:\
  8516.     :al=^^Y:bl=^G:cd=^V:ce=^F:cl=^L:cm=\013%r%.%.:cr=^M:\
  8517.     :dc=^^H:dl=^Z:do=^J:ei=:ho=^P:ic=^^X:im=:\
  8518.     :is=\034\022\036\023\036\004\035\027\011\023\036\035\036\017\035\027\022\011:\
  8519.     :le=^D:ll=^C:nd=^S:se=^^^F:sf=^N:so=^^^V:sr=^O:up=^A:
  8520.  
  8521. #### Synertek
  8522. #
  8523. # Bob Manson <manson@pattyr.acs.ohio-state.edu> writes (28 Apr 1995):
  8524. #
  8525. # Synertek used to make ICs, various 6502-based single-board process
  8526. # control and hobbyist computers, and assorted peripherals including a
  8527. # series of small inexpensive terminals (I think they were one of the
  8528. # first to have a "terminal-on-a-keyboard", where the terminal itself
  8529. # was only slightly larger than the keyboard).
  8530. #
  8531. # They apparently had a KTM-1 model, which I've never seen. The KTM-2/40
  8532. # was a 40x24 terminal that could connect to a standard TV through a
  8533. # video modulator.  The KTM-2/80 was the 80-column version (the 2/40
  8534. # could be upgraded to the 2/80 by adding 2 2114 SRAMs and a new ROM).
  8535. # I have a KTM-2/80 still in working order.  The KTM-2s had fully
  8536. # socketed parts, used 2 6507s, a 6532 as keyboard scanner, a program
  8537. # ROM and 2 ROMs as character generators. They were incredibly simple,
  8538. # and I've never had any problems with mine (witness the fact that mine
  8539. # was made in 1981 and is still working great... I've blown the video
  8540. # output transistor a couple of times, but it's a 2N2222 :-)
  8541. #
  8542. # The KTM-3 (which is what is listed in the terminfo file) was their
  8543. # attempt at putting a KTM-2 in a box (and some models came with a
  8544. # CRT). It wasn't much different from the KTM-2 hardware-wise, but the
  8545. # control and escape sequences are very different. The KTM-3 was always
  8546. # real broken, at least according to the folks I've talked to about it.
  8547. # The padding in the entry is probably off--these terminals were very
  8548. # slow (it takes like 100ms for the KTM-2 to clear the screen...) And
  8549. # anyone with any sanity replaced the ROMs with something that provided
  8550. # a reasonable subset of VT100 functionality, since the usual ROMs were
  8551. # obviously very primitive... oh, you could get an upgraded ROM from
  8552. # Synertek for some incredible amount of money, but what hacker with an
  8553. # EPROM burner would do that? :)
  8554. # Sorry I don't have any contact info; I believe they were located in
  8555. # Sunnyvale, and I'm fairly sure they are still manufacturing ICs
  8556. # (they've gone to ASICs and FPGAs), but I doubt they're in the computer
  8557. # business these days.
  8558.  
  8559. # Tested, seems to work fine with vi.
  8560. synertek|ktm|synertek380|synertek ktm 3/80 tubeless terminal:\
  8561.     :am:\
  8562.     :co#80:li#24:\
  8563.     :cd=\EJ:ce=\EK:cl=^Z:cm=\E=%+ %+ :le=^H:nd=^L:up=^K:
  8564.  
  8565. #### Tab Office Products
  8566. #
  8567. #    TAB Products Co. - Palo Alto, California
  8568. #    Electronic Office Products,
  8569. #    1451 California Avenue 94304
  8570. #
  8571. # I think they're out of business.
  8572. #
  8573.  
  8574. # The tab 132 uses xon/xoff, so no padding needed.
  8575. # :ks:/:ke: have nothing to do with arrow keys.
  8576. # :is: sets 80 col mode, normal video, autowrap on (for :am:).
  8577. # Seems to be no way to get rid of status line.
  8578. # The manual for this puppy was dated June 1981.  It claims to be VT52-
  8579. # compatible.
  8580. tab132|tab|tab132-15|tab 132/15:\
  8581.     :da:db:\
  8582.     :co#80:dN@:li#24:lm#96:\
  8583.     :al=\E[L:cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:do=^J:\
  8584.     :ei=\E[4l:im=\E[4h:is=\E[?7h\E[?3l\E[?5l:kd=\E[B:ke@:\
  8585.     :kl=\E[D:ks@:ku=\E[A:tc=vt100:
  8586. tab132-w:\
  8587.     :co#132:\
  8588.     :is=\E[?7h\E[?3h\E[?5l:tc=tab132:
  8589. tab132-rv:\
  8590.     :is=\E[?7h\E[?3l\E[?5h:tc=tab132:
  8591. tab132-w-rv:\
  8592.     :is=\E[?7h\E[?3h\E[?5h:tc=tab132-w:
  8593.  
  8594.  
  8595. #### Teleray
  8596. #
  8597. #    Research Incorporated
  8598. #    6425 Flying Cloud Drive
  8599. #    Eden Prairie, MN 55344
  8600. #    Vox: (612)-941-3300
  8601. #
  8602. # The Teleray terminals were all discontinued in 1992-93.  RI still services
  8603. # and repairs these beasts, but no longer manufactures them.  The Teleray
  8604. # people believe that all the types listed below are very rare now (1995).
  8605. # There was a newer line of Telerays (Model 7, Model 20, Model 30, and
  8606. # Model 100) that were ANSI-compatible.
  8607. #
  8608. # Note two things called "teleray".  Reorder should move the common one
  8609. # to the front if you have either.  A dumb teleray with the cursor stuck
  8610. # on the bottom and no obvious model number is probably a 3700.
  8611. #
  8612.  
  8613. t3700|dumb teleray 3700:\
  8614.     :bs:\
  8615.     :co#80:li#24:\
  8616.     :bl=^G:cl=^L:cr=^M:do=^J:le=^H:sf=^J:
  8617. # (t3800: mapped ":pt:" to default tabs -- esr)
  8618. t3800|teleray 3800 series:\
  8619.     :bs:pt:\
  8620.     :co#80:li#24:\
  8621.     :bl=^G:cd=\EJ:ce=\EK:cl=^L:cm=\EY%+ %+ :cr=^M:do=^J:\
  8622.     :ho=\EH:le=^H:ll=\EY7 :nd=\EC:sf=^J:ta=^I:up=^K:
  8623. # (t1061: mapped ":pt:" to default tabs -- esr)
  8624. t1061|teleray|teleray 1061:\
  8625.     :am:km:xs:xt:\
  8626.     :co#80:li#24:sg#1:ug#1:\
  8627.     :al=\EL:bl=^G:cd=\EJ:ce=\EK:cl=\014:cm=\EY%+ %+ :\
  8628.     :cr=^M:ct=\EG:dc=\EQ:dl=\EM:do=^J:ei=:ho=\EH:ic=\EP:\
  8629.     :im=:ip=:\
  8630.     :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:\
  8631.     :k1=^Z1:k2=^Z2:k3=^Z3:k4=^Z4:k5=^Z5:k6=^Z6:k7=^Z7:\
  8632.     :k8=^Z8:le=^H:nd=\EC:se=\ER@:sf=^J:so= \ERD:st=\EF:\
  8633.     :ta=^I:ue=\ER@:up=\EA:us=\ERH:
  8634. t1061f|teleray 1061 with fast PROMs:\
  8635.     :al=\EL:dl=\EM:ip@:tc=t1061:
  8636. # "Teleray Arpa Special", offically designated as
  8637. # "Teleray Arpa network model 10" with "Special feature 720".
  8638. # This is the new (1981) fast microcode updating the older "arpa" proms
  8639. # (which gave meta-key and progmmable-fxn keys).  720 is much much faster,
  8640. # converts the keypad to programmable function keys, and has other goodies.
  8641. # Standout mode is still broken (magic cookie, etc) so is suppressed as no
  8642. # programs handle such lossage properly.
  8643. # Note: this is NOT the old termcap's "t1061f with fast proms."
  8644. # From: J. Lepreau <lepreau@utah-cs> Tue Feb  1 06:39:37 1983, Univ of Utah
  8645. # (t10: mapped ":pt:" to default tabs;
  8646. # removed overridden ":so@:se@:us@:ue@:" -- esr)
  8647. t10|teleray 10 special:\
  8648.     :bs:km:pt:xs:xt:\
  8649.     :co#80:li#24:sg#2:ug#1:\
  8650.     :al=\EL:cd=\EJ:ce=\EK:cl=30\Ej:cm=\EY%+ %+ :dc=\EQ:\
  8651.     :dl=\EM:ei=:ho=\EH:ic=\EP:im=:nd=\EC:pc=\200:se=\ER@:\
  8652.     :sf=\Eq:so=\ERD:sr=\Ep:ue=\ER@:up=\EA:us=\ERH:
  8653. # teleray 16 - map the arrow keys for vi/rogue, shifted to up/down page, and
  8654. # back/forth words. Put the function keys (f1-f10) where they can be
  8655. # found, and turn off the other magic keys along the top row, except
  8656. # for line/local. Do the magic appropriate to make the page shifts work.
  8657. # Also toggle ^S/^Q for those of us who use Emacs.
  8658. t16|teleray 16:\
  8659.     :am:da:db:mi:xs:xt:\
  8660.     :co#80:li#24:\
  8661.     :al=\E[L:bl=^G:cd=\E[0J:ce=\E[0K:cl=\E[H\E[2J:\
  8662.     :cm=%i\E[%d;%df:cr=^M:dc=\E[P:dl=\E[M:do=\E[B:\
  8663.     :ei=\E[4l:ho=\E[H:im=\E[4h:k1=^Z1:k2=^Z2:k3=^Z3:\
  8664.     :k4=^Z4:k5=^Z5:k6=^Z6:k7=^Z7:k8=^Z8:k9=^Z9:k;=^Z0:\
  8665.     :le=^H:nd=\E[C:se=\E[m:sf=^J:so=\E[7m:sr=\E[T:ta=^I:\
  8666.     :te=\E[V\E[24;1f\E[?38h:ti=\E[U\E[?38l:ue=\E[m:\
  8667.     :up=\E[A:us=\E[4m:
  8668.  
  8669. #### Texas Instruments (ti)
  8670. #
  8671.  
  8672. ti700|ti733|ti735|ti silent 700:\
  8673.     :bs:hc:os:\
  8674.     :co#80:dC#162:\
  8675.     :bl=^G:cr=\r:do=^J:le=^H:sf=^J:
  8676. ti743|ti745|ti silent 745:\
  8677.     :bs:hc:os:\
  8678.     :co#80:\
  8679.     :bl=^G:cr=^M:do=^J:le=^H:sf=^J:
  8680. ti800|ti omni 800:\
  8681.     :bs:hc:os:\
  8682.     :co#132:\
  8683.     :bl=^G:cr=^M:do=^J:le=^H:sf=^J:
  8684. ti924|Texas Instruments 924 VDT 8859/1 7 bit CTRL:\
  8685.     :am:xo:\
  8686.     :co#80:it#8:li#24:\
  8687.     :al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[2J\E[H:\
  8688.     :cm=%i\E[%d;%dH:cr=^M:cs=%i\E[%d;%dr:ct=\E[3g:\
  8689.     :dl=\E[M:do=\E[B:ho=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:\
  8690.     :k4=\EOS:k5=\E[16~:k6=\E[17~:k7=\E[18~:k8=\E[19~:\
  8691.     :k9=\E[20~:kD=\E[P:kI=\E[@:kb=^H:kd=\E[B:kl=\E[D:\
  8692.     :kr=\E[C:ku=\E[A:le=\E[D:mb=\E[5m:md=\E[1m:me=\E[0m:\
  8693.     :mr=\E[7m:nd=\E[C:rc=\E8:sc=\E7:se=\E[m:sf=\ED:\
  8694.     :so=\E[7m:sr=\EM:st=\EH:ta=^I:ue=\E[m:up=\E[A:\
  8695.     :us=\E[4m:ve=\E[?25h:vi=\E[?25l:vs=\E[?31h:
  8696. ti924-8|Texas Instruments 924 VDT 8859/1 8 bit CTRL:\
  8697.     :am:xo:\
  8698.     :co#80:it#8:li#24:\
  8699.     :al=\E[L:bl=^G:cd=\E[J:ce=\E[K:cl=\E[2J\E[H:\
  8700.     :cm=%i\E[%d;%dH:cr=^M:cs=%i\E[%d;%dr:ct=\E[3g:\
  8701.     :dl=\E[M:do=\E[B:ho=\E[H:k1=P\217>:k2=Q\217>:\
  8702.     :k3=R\217>:k4=S\217>:k5=~\23316>:k6=~\23317>:\
  8703.     :k7=~\23318>:k8=~\23319>:k9=~\23320>:kD=P\233>:\
  8704.     :kI=@\233>:kb=^H:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:\
  8705.     :le=\E[D:mb=\E[5m:md=\E[1m:me=\E[0m:mr=\E[7m:nd=\E[C:\
  8706.     :rc=\E8:sc=\E7:se=\E[m:sf=\ED:so=\E[7m:sr=\EM:st=\EH:\
  8707.     :ta=^I:ue=\E[m:up=\E[A:us=\E[4m:ve=\E[?25h:\
  8708.     :vi=\E[?25l:vs=\E[?31h:
  8709. ti924w|Texas Instruments 924 VDT 7 bit - 132 column mode:\
  8710.     :co#132:\
  8711.     :tc=ti924:
  8712. ti924-8w|Texas Instruments 924 VDT 8 bit - 132 column mode:\
  8713.     :co#132:\
  8714.     :tc=ti924-8:
  8715. em931-9|Texas Instruments 924 Emulator in the 931 Mode:\
  8716.     :tc=ti931:
  8717. em924|Texas Instruments 924 Emulator in the 924 Mode:\
  8718.     :tc=ti924:
  8719. em931|Texas Instruments 931 Emulator:\
  8720.     :tc=ti931:
  8721. ti931|Texas Instruments 931 VDT:\
  8722.     :am:xo:\
  8723.     :co#80:li#24:\
  8724.     :LE=ENTR:al=\EN:bl=^G:cd=\EJ:ce=\EI:cl=\EL:\
  8725.     :cm=\EY%+ %+ :cr=^M:dc=\EQ:dl=\EO:do=\EB:ei=:ho=\EH:\
  8726.     :ic=\ER\EP\EM:im=:is=\EGB\E(@B@@\E):k1=\Ei1:k2=\Ei2:\
  8727.     :k3=\Ei3:k4=\Ei4:k5=\Ei5:k6=\Ei6:k7=\Ei7:k8=\Ei8:\
  8728.     :k9=\Ei9:kA=\EN:kD=\EQ:kI=\EP:kL=\EO:kd=\EB:kl=\ED:\
  8729.     :kr=\EC:ku=\EA:le=\ED:mb=\E4P:me=\E4@:mk=\E4H:\
  8730.     :mr=\E4B:nd=\EC:se=\E4@:sf=\Ea:so=\E4A:sr=\Eb:\
  8731.     :ue=\E4@:up=\EA:us=\E4D:ve=\E4@:
  8732. ti926|Texas Instruments 926 VDT 8859/1 7 bit CTRL:\
  8733.     :cs@:sf=\E[1S:sr=\E[1T:tc=ti924:
  8734. ti926-8|Texas Instruments 926 VDT 8859/1 8 bit CTRL:\
  8735.     :cs@:sf=S\2331>:sr=T\2331>:tc=ti924-8:
  8736. ti_ansi|basic entry for ti928:\
  8737.     :am:eo:ut:xn:xo:\
  8738.     :Co#8:co#80:it#8:li#25:pa#64:\
  8739.     :@7=\E[F:Sb=\E[4%dm:Sf=\E[3%dm:al=\E[L:bl=^G:bt=\E[Z:\
  8740.     :cd=\E[J:ce=\E[K:cl=\E[2J\E[H:cm=\E[%i%d;%dH:cr=^M:\
  8741.     :cs=\E[%i%d;%dr:dc=\E[P:dl=\E[M:do=\E[B:ei=:ho=\E[H:\
  8742.     :ic=\E[@:im=:k0=\E[V:k1=\E[M:k2=\E[N:k3=\E[O:k4=\E[P:\
  8743.     :k5=\E[Q:k6=\E[R:k7=\E[S:k8=\E[T:k9=\E[U:kN=\E[G:\
  8744.     :kP=\E[I:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:\
  8745.     :ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:me=\E[m:nd=\E[C:\
  8746.     :op=\E[37;40m:se=\E[m:sf=\E[S:so=\E[7m:sr=\E[T:ta=^I:\
  8747.     :ue=\E[m:up=\E[A:us=\E[4m:
  8748. #
  8749. #       928 VDT 7 bit control mode
  8750. #
  8751. ti928|Texas Instruments 928 VDT 8859/1 7 bit CTRL::\
  8752.     :%9=\E[35~:@7=\E_1\E\\:@8=\E[8~:F1=\E[29~:F2=\E[31~:\
  8753.     :F3=\E[32~:F5=\E[34~:k1=\E[17~:k2=\E[18~:k3=\E[19~:\
  8754.     :k4=\E[20~:k5=\E[21~:k6=\E[23~:k7=\E[24~:k8=\E[25~:\
  8755.     :k9=\E[26~:k;=\E[28~:kD=\E[P:kI=\E[@:kN=\E[S:kP=\E[T:tc=ti_ansi:
  8756. #
  8757. #       928 VDT 8 bit control mode
  8758. #
  8759. ti928-8|Texas Instruments 928 VDT 8859/1 8 bit CTRL::\
  8760.     :%9=\23335~:@7=\2371\234:@8=\2338~:F1=\23329~:\
  8761.     :F2=\23331~:F3=\23332~:F5=\23334~:k1=\23317~:\
  8762.     :k2=\23318~:k3=\23319~:k4=\23320~:k5=\23321~:\
  8763.     :k6=\23323~:k7=\23324~:k8=\23325~:k9=\23326~:\
  8764.     :k;=\23328~:kD=\233P:kI=\233@:kN=\233S:kP=\233T:\
  8765.     :kh=\233H:tc=ti_ansi:
  8766.  
  8767. #### Zentec (zen)
  8768. #
  8769.  
  8770. # (zen30: removed obsolete ":ma=^L ^R^L^K^P:" -- esr)
  8771. zen30|z30|zentec 30:\
  8772.     :am:bs:mi:ul:\
  8773.     :co#80:li#24:\
  8774.     :al=\EE:bl=^G:cd=\EY:ce=\ET:cl=\E*:cm=\E=%+ %+ :\
  8775.     :cr=^M:dc=\EW:dl=\ER:do=^J:ei=\Er:ho=^^:im=\Eq:le=^H:\
  8776.     :nd=^L:se=\EG0:sf=^J:so=\EG6:up=^K:
  8777. # (zen50: this had unknown capabilities
  8778. #    :BS=^U:CL=^V:CR=^B:
  8779. # UK/DK/RK/LK/HM were someone's aliases for ku/kd/kl/kr/kh,
  8780. # which were also in the original entry -- esr)
  8781. # (zen50: removed obsolete ":ma=^Hh^Ll^Jj^Kk:" -- esr)
  8782. zen50|z50|zentec zephyr:\
  8783.     :am:bs:\
  8784.     :co#80:li#24:sg#1:\
  8785.     :al=\EE:cd=\EY:ce=\ET:cl=\E+:cm=\E=%+ %+ :dc=\EW:\
  8786.     :dl=\ER:ei=:ic=\EQ:im=:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:\
  8787.     :se=\EGO:so=\EG4:up=^K:
  8788.  
  8789. ######## OTHER OBSOLETE TYPES
  8790. #
  8791. # These terminals are *long* dead -- these entries are retained for
  8792. # historical interest only.
  8793.  
  8794. #### Obsolete non-ANSI software emulations
  8795. #
  8796.  
  8797. # CTRM terminal emulator
  8798. # 1. underlining is not allowed with colors: first, is is simulated by 
  8799. # black on white, second, it disables background color manipulations.
  8800. # 2. BLINKING, REVERSE and BOLD are allowed with colors,
  8801. # so we have to save their status in the static registers A, B and H
  8802. # respectively, to be able to restore them when color changes
  8803. # (because any color change turns off ALL attributes)
  8804. # 3. "enter_bold_mode" and "enter_reverse_mode" sequences alternates modes,
  8805. # rather then simply  entering them.  Thus we have to check the
  8806. # static register B and H to determine the status, before sending the 
  8807. # escape sequence.
  8808. # 4. sgr0 now must set the status of all 3 register (A,B,H) to zero
  8809. # and then reset colors
  8810. # 5. implementation of the protect mode would badly penalize the performance.
  8811. # we would have to use \E&bn sequence to turn off colors (as well as all
  8812. # other attributes), and keep the status of protect mode in yet another
  8813. # static variable.  If someone really need this mode, they would have to
  8814. # create another terminfo entry.
  8815. # 6. original color-pair is white on black.
  8816. # store the information about colors into static registers
  8817. # 7. set foreground color.  it performs the following steps.
  8818. #   1) turn off all attributes
  8819. #   2) turn on the background and video attribues that have been turned
  8820. #      on before (this information is stored in static registers X,Y,Z,A,B,H,D).
  8821. #   3) turn on foreground attributes
  8822. #   4) store information about foreground into U,V,W static registers
  8823. # 8. turn on background: similar to turn on foreground above
  8824. ctrm|C terminal emulator:\
  8825.     :am:ut:xo:\
  8826.     :Co#8:NC#2:Nl#0:co#80:lh#0:li#24:lm#0:lw#0:pa#63:\
  8827.     :pb#19200:vt#6:\
  8828.     :..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:\
  8829.     :..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:\
  8830.     :al=\EL:bl=^G:bt=\Ei:cd=\EJ:ce=\EK:ch=\E&a%dC:\
  8831.     :cl=\EH\EJ:cm=\E&a%r%dc%dY:cr=^M:ct=\E3:cv=\E&a%dY:\
  8832.     :dc=\EP:dl=\EM:do=^J:ei=\ER:im=\EQ:ip=:is=\E&jA\r:\
  8833.     :k1=\Ep\r:k2=\Eq\r:k3=\Er\r:k4=\Es\r:k5=\Et\r:\
  8834.     :k6=\Eu\r:k7=\Ev\r:k8=\Ew\r:kb=^H:kd=\Ew\r:ke=\E&jA:\
  8835.     :kh=\Ep\r:kl=\Eu\r:kr=\Ev\r:ks=\E&jB:ku=\Et\r:le=^H:\
  8836.     :mb=\E&dA%{1}%PA:md=%?%gH%{0}%=%t\E&dH%{1}%PH%;:\
  8837.     :me=\E&d@%{0}%PA%{0}%PB%{0}%PH:\
  8838.     :mr=%?%gB%{0}%=%t\E&dB%{1}%PB%;:nd=\EC:\
  8839.     :op=\E&bn\E&bB\E&bG\E&bR\n%{0}%PX%{0}%PY%{0}%PZ\n%{1}%PW%{1}%PV%{1}%PU:\
  8840.     :..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%;:\
  8841.     :sf=^J:so=\E&dD:st=\E1:ta=\011:up=\EA:us=\E&dD:
  8842.  
  8843. # gs6300 - can't use blue foreground, it clashes with underline;
  8844. # it's simulated with cyan
  8845. gs6300|emots|AT&T PC6300 with EMOTS Terminal Emulator:\
  8846.     :am:ms:ut:xo:\
  8847.     :Co#8:co#80:it#8:li#24:pa#63:\
  8848.     :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
  8849.     :LE=\E[%dD:LF=\E|:RI=\E[%dC:Sb=\E[?;%dm:\
  8850.     :..Sf=\E[?%?%p1%{0}%=%t0\n%e%p1%{1}%=%t2\n%e%p1%{1}%-%d%;m:\
  8851.     :UP=\E[%dA:\
  8852.     :ac=\\\054\\\054..--++``aaffgghhiijjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
  8853.     :ae=\E[10m:al=\E[L:as=\E[11m:bl=^G:cd=\E[J:ce=\E[K:\
  8854.     :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:dc=\E[P:dl=\E[M:\
  8855.     :do=^J:ei=:ho=\E[H:ic=\E[@:im=:is=\E[0m:k1=\E[0s:\
  8856.     :k2=\E[24s:k3=\E[1s:k4=\E[23s:k5=\E[2s:k6=\E[22s:\
  8857.     :k7=\E[3s:k8=\E[21s:kB=^R^I:kb=^H:kd=\E[B:kh=\E[H:\
  8858.     :kl=\E[D:kr=\E[C:ku=\E[A:le=^H:mb=\E[5m:md=\E[1m:\
  8859.     :me=\E[m\E[10m:mr=\E[7m:nd=\E[C:op=\E[?;m:pf=\E[4i:\
  8860.     :po=\E[5i:r1=\Ec:sf=^J:so=\E[1m:sr=\E[L:ta=^I:\
  8861.     :up=\E[A:us=\E[4m:
  8862.  
  8863. # From: <earle@smeagol.UUCP> 29 Oct 85 05:40:18 GMT
  8864. # MS-Kermit with Heath-19 emulation mode enabled
  8865. # (h19k: changed ":pt@:" to ":it@"
  8866. h19k|h19kermit|heathkit emulation provided by Kermit (no auto margin):\
  8867.     :am@:da:db:xt:\
  8868.     :it@:\
  8869.     :ta@:tc=h19-u:
  8870.  
  8871. # pc52 - can't use blue foreground, it clashes with underline;
  8872. # it's simulated with cyan
  8873. # bold means: white on black bold, so it not allowed with colors
  8874. # rev means: black on white, also not allowed
  8875. # smso and dim are simulated with colors, ditto
  8876. # smul is allowed, even though it always means white foreground:
  8877. # it is too important to leave out.
  8878. pc52|dec vt52 for PC:\
  8879.     :am:ms:ut:\
  8880.     :Co#8:NC#53:co#80:it#8:li#25:pa#63:\
  8881.     :Sb=\Ec%d:..Sf=\Eb%?%p1%{1}%=%t3\n%e%p1%d%;:al=\EL:\
  8882.     :bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :cr=^M:\
  8883.     :dl=\EM:do=^J:k1=\Ea:k2=\Eb:k3=\Ec:k4=\Ed:k5=\Ee:\
  8884.     :k6=\Ef:k7=\Eg:k8=\Eh:k9=\Ei:k;=\Ej:kb=^H:kd=\ED:\
  8885.     :kl=\EL:kr=\ER:ku=\EU:le=^H:mb=\Eo:md=\Ebo\Ec0:\
  8886.     :me=\Eb7\Ec0\Et:mh=\Eb3\Ec0:mr=\Ep:nd=\EC:\
  8887.     :op=\Eb7\Ec0:se=\Eb7\Ec0:sf=^J:so=\Eb6\Ec4:sr=\EI:\
  8888.     :ta=^I:up=\EA:us=\Es:
  8889.  
  8890. # vs100 emulator using tsim
  8891. # From: <lai@decwrl.dec.com>
  8892. # (vs100t: had Al/Dl in front of obvious AL/DL capabilities;
  8893. # also mapped ":pt:" to default tabs -- esr)
  8894. vs100t|tsim|vs100-tsim:\
  8895.     :am:bs:pt:\
  8896.     :co#80:li#24:\
  8897.     :AL=\E+%+ :DL=\E-%+ :al=\EI:cd=\EQ:ce=\EL:cl=\EE:\
  8898.     :cm=\EM%+ %+ :cs=\ES%+ %+ :dc=\Ed:dl=\ED:do=^J:ei=:\
  8899.     :ho=\EH:ic=\Ei:im=:is=\ER:nd=\En:rs=\ER:se=\Er:\
  8900.     :so=\Eh:ue=\Ev:up=^K:us=\Eu:
  8901.  
  8902. # From: Rick Thomas <ihnp4!btlunix!rbt>
  8903. xtalk|IBM PC with xtalk communication program (versions up to 3.4):\
  8904.     :am:mi:ms:xo:\
  8905.     :co#80:it#8:li#24:sg#1:vt#3:\
  8906.     :@8=\EOM:DO=\E[%dB:K1=\EOq:K2=\EOr:K3=\EOs:K4=\EOp:\
  8907.     :K5=\EOn:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
  8908.     :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
  8909.     :ae=^O:al=\E[L:as=^N:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\
  8910.     :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:ct=\E[3g:dl=\E[M:\
  8911.     :do=^J:eA=\E(B\E)0:ho=\E[H:k0=\EOy:k1=\EOP:k2=\EOQ:\
  8912.     :k3=\EOR:k4=\EOS:k5=\EOt:k6=\EOu:k7=\EOv:k8=\EOl:\
  8913.     :k9=\EOw:k;=\EOx:kb=^H:kd=\EOB:ke=\E[?1l\E>:kl=\EOD:\
  8914.     :kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:nd=\E[C:\
  8915.     :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:se=\E[m :sf=^J:\
  8916.     :so=\E[7m :sr=\EM:st=\EH:ta=^I:up=\E[A:
  8917.  
  8918. # YTERM standard version 1.0.
  8919. # Straight old ascii keyboard except function keys are Yale (e.g.,ASCII.KBD).
  8920. # Only 80 tab columns (else yterm 1.1 bug).  No :xn: in 1.0.
  8921. # Cannot use termcap :sr=\EM: because vi will not work, too bad.
  8922. # vi string is given so that yterm is reset each vi startup.
  8923. # (yterm10: removed obsolete ":EP:" and ":ma=h^Jj k lH:" capabilities;
  8924. # mapped ":pt:" to default tabs -- esr)
  8925. # From: greg small <gts@populi.berkeley.edu> 9-25-84
  8926. yterm10|yterm 1.0 UCB ascii.kbd:\
  8927.     :am:bs:pt:\
  8928.     :co#80:li#24:\
  8929.     :cd=^K:ce=^]:cl=^L:cm=\036%r%+ %+ :ho=^Y:\
  8930.     :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:\
  8931.     :k0=\E0:k1=\E1:k2=\E2:k3=\E3:k4=\E4:k5=\E5:k6=\E6:\
  8932.     :k7=\E7:k8=\E8:k9=\E9:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:\
  8933.     :nd=^\:rc=\E8:sc=\E7:se=\E[m:so=\E[7m:ue=\E[m:up=^_:\
  8934.     :us=\E[4m:\
  8935.     :vs=\017\E[7i\E[m\E[?7h\E[?3g\r\EHY0      \EH        \EH        \EH        \EH        \EH        \EH        \EH        \EH        \EH\r:
  8936. # YTERM variant version 1.1.  Version 1.1 has :xn:.
  8937. # From: greg small <gts@populi.berkeley.edu> 9-13-84
  8938. yterm11|yterm 1.1 UCB ascii.kbd:\
  8939.     :xn:\
  8940.     :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:
  8941. # YTERM 1.0 variant no autowrap or tabs
  8942. # X does not remember autowrap or tabs when T is deleted and restarted.
  8943. # (yterm: changed ":pt@:" to ":it@:" -- esr)
  8944. yterm10nat|yterm 1.0 UCB ascii.kbd no autowrap or tabs:\
  8945.     :am@:\
  8946.     :it@:\
  8947.     :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:\
  8948.     :vs=\017\E[7i\E[m\E[?7l\E[?3g\rY2\r:tc=yterm10:
  8949.  
  8950. # The official PC terminal emulator program of the AT&T Product Centers.
  8951. # Note - insert mode commented out - doesn't seem to work on AT&T PC.
  8952. simterm|attpc running simterm:\
  8953.     :am:\
  8954.     :co#80:li#24:\
  8955.     :al=\EL:bl=^G:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\E=%+ %+ :\
  8956.     :cr=^M:dc=\ER:dl=\EM:do=\EB:ho=\EH:im=\EQ:le=^H:\
  8957.     :nd=\EC:sf=^J:so=\E&dB:te=\EVE:ti=\EVS:up=\EA:
  8958.  
  8959. #### Daisy wheel printers
  8960. #
  8961.  
  8962. # This section collects Diablo, DTC, Xerox, Qume, and other daisy
  8963. # wheel terminals.  These are now largely obsolete.
  8964. #
  8965. # This is an "experimental" entry for the SRI Agiles.
  8966. # It has been tried in a minimal way -- the Agile did not blow up!
  8967. # However, it has not been exhaustively tested.
  8968. # Anyone who tries it and finds it wanting should get in touch with:
  8969. # From: Ralph Keirstead <ralph@sri-unix>
  8970. #    EK352; SRI International; 333 Ravenswood Avenue; Menlo Park, CA 94025
  8971. # (agile: I removed an incorrect ":pl:" -- esr)
  8972. agile|agiles|sri agiles:\
  8973.     :hc:os:\
  8974.     :co#132:\
  8975.     :bl=^G:cr=^M:ct=\E2:do=^J:hd=\E9:hu=\E0:is=\EE\EF\EJ:\
  8976.     :kb=^H:le=^H:sf=^J:st=\E1:ta=^I:up=\E^J:
  8977. # (1620: mapped ":pt:" to default tabs -- esr)
  8978. diablo1620|diablo1720|diablo450|ipsi|diablo 1620:\
  8979.     :bs:hc:os:pt:\
  8980.     :co#132:\
  8981.     :ch=\E\011%i%.:ct=\E2:do=^J:hd=\ED:hu=\EU:\
  8982.     :if=/usr/share/tabset/xerox1720:kb=^H:le=^H:st=\E1:\
  8983.     :up=\E^J:
  8984. diablo1620-m8|diablo1640-m8|diablo 1620 w/8 column left margin:\
  8985.     :co#124:\
  8986.     :do=^J:is=\r        \E9:tc=diablo1620:
  8987. diablo1640|diablo1730|diablo1740|diablo630|x1700|diablo|xerox|diablo 1640:\
  8988.     :bl=^G:if=/usr/share/tabset/xerox1730:se=\E&:so=\EW:\
  8989.     :ue=\ER:us=\EE:tc=diablo1620:
  8990. diablo1640-lm|diablo-lm|xerox-lm|diablo 1640 with indented left margin:\
  8991.     :co#124:\
  8992.     :if=/usr/share/tabset/xerox1730-lm:se=\E&:so=\EW:\
  8993.     :ue=\ER:us=\EE:tc=diablo1620:
  8994. diablo1740-lm|630-lm|1730-lm|x1700-lm:\
  8995.     :tc=diablo1640-lm:
  8996. # DTC 382 with VDU.  Has no :cd: so we fake it with :ce:.  Standout
  8997. # (so="^P \002^PF:") works but won't go away without dynamite (":se=^P \200:").
  8998. # The terminal has tabs, but I'm getting tired of fighting the braindamage. 
  8999. # If no tab is set or the terminal's in a bad mood, it glitches the screen
  9000. # around all of memory.  Note that return puts a blank ("a return character")
  9001. # in the space the cursor was at, so we use ^P return (and thus ^P newline for
  9002. # newline).  Note also that if you turn off pt and let Unix expand tabs,
  9003. # curses won't work (current version) because it doesn't turn off this bit,
  9004. # and cursor addressing sends a tab for row/column 9.  What a losing terminal!
  9005. # I have been unable to get tabs set in all 96 lines - it always leaves at
  9006. # least one line with no tabs in it, and once you tab through that line,
  9007. # it completely weirds out.
  9008. dtc382|DTC 382:\
  9009.     :am:da:db:xs:\
  9010.     :co#80:li#24:lm#96:\
  9011.     :al=^P^Z:bl=^G:cd=\020\025\020\023\020\023:ce=^P^U:\
  9012.     :cl=\020\035:cm=\020\021%r%.%.:cr=^P^M:dc=^X:dl=^P^S:\
  9013.     :ei=^Pi:ho=^P^R:im=^PI:le=^H:nd=^PR:pc=\177:sf=^J:\
  9014.     :te=\020\035:ue=^P \200:up=^P^L:us=^P ^P:ve=^Pb:\
  9015.     :vs=^PB:
  9016. dtc300s|DTC 300s:\
  9017.     :hc:os:\
  9018.     :co#132:\
  9019.     :bl=^G:cr=^M:ct=\E3:do=^J:ff=^L:hd=\Eh:hu=\EH:kb=^H:\
  9020.     :le=^H:sf=^J:st=\E1:ta=^I:up=^Z:
  9021. gsi:\
  9022.     :hc:os:\
  9023.     :co#132:\
  9024.     :bl=^G:cr=^M:do=^J:hd=\Eh:hu=\EH:le=^H:sf=^J:ta=^I:\
  9025.     :up=^Z:
  9026. aj830|aj832|aj|anderson jacobson:\
  9027.     :bs:hc:os:\
  9028.     :bl=^G:cr=^M:do=^J:hd=\E9:hu=\E8:le=^H:sf=^J:up=\E7:
  9029. # From: Chris Torek <chris@gyre.umd.edu> Thu, 7 Nov 85 18:21:58 EST
  9030. aj510|AJ510|Anderson-Jacobson model 510:\
  9031.     :am:bs:mi:\
  9032.     :co#80:li#24:\
  9033.     :al=2*\E&I:cd=\E'P:ce=\E'L:cl=^L:cm=\E#%+ %+ :\
  9034.     :dc=.1*\E'D:dl=2*\E&D:ei=\E'J:ic=:im=\E'I:ip=.1*:\
  9035.     :kd=\EZ:kl=\EW:kr=\EX:ku=\EY:nd=\EX:pc=\177:se=\E"I:\
  9036.     :so=\E"I:te=\E"N:ti=\E"N:ue=\E"U:up=\EY:us=\E"U:
  9037. # From: <cbosg!ucbvax!pur-ee!cincy!chris> Thu Aug 20 09:09:18 1981
  9038. # This is incomplete, but it's a start.
  9039. # (5520: mapped ":pt:" to default tabs -- esr)
  9040. nec5520|nec|spinwriter|nec 5520:\
  9041.     :bs:hc:os:pt:\
  9042.     :co#132:\
  9043.     :bl=^G:cr=^M:ct=\E3:do=^J:ff=^L:hd=\E]s\n\E]W:\
  9044.     :hu=\E]s\E9\E]W:kb=^H:le=^H:sf=^J:st=\E1:ta=^I:\
  9045.     :up=\E9:
  9046. # (qume5: mapped ":pt:" to default tabs -- esr)
  9047. qume5|qume|Qume Sprint 5:\
  9048.     :bs:hc:os:pt:\
  9049.     :co#80:\
  9050.     :bl=^G:cr=^M:ct=\E3:do=^J:ff=^L:hd=\Eh:hu=\EH:kb=^H:\
  9051.     :le=^H:sf=^J:st=\E1:ta=^I:up=^Z:
  9052. # I suspect the xerox1720 is the same as the diablo 1620.
  9053. # (x1720: mapped ":pt:" to default tabs -- esr)
  9054. xerox1720|x1720|x1750|xerox 1720:\
  9055.     :bs:hc:os:pt:\
  9056.     :co#132:\
  9057.     :bl=^G:cr=^M:ct=\E2:do=^J:ff=^L:le=^H:sf=^J:st=\E1:\
  9058.     :ta=^I:
  9059.  
  9060. #### Miscellaneous obsolete terminals, manufacturers unknown
  9061. #
  9062. # If you have any information about these (like, a manufacturer's name, 
  9063. # and a date on the serial-number plate) please send it!
  9064.  
  9065. cad68-3|cgc3|cad68 basic monitor transparent mode size 3 chars:\
  9066.     :am:bs:\
  9067.     :co#73:li#36:\
  9068.     :cl=^Z:ho=^^:nd=^L:up=^K:
  9069. cad68-2|cgc2|cad68 basic monitor transparent mode size 2 chars:\
  9070.     :am:bs:\
  9071.     :co#85:li#39:\
  9072.     :cl=^Z:ho=^^:k1=\E5:k2=\E6:k3=\E7:k4=\E8:kd=\E2:\
  9073.     :kl=\E3:kr=\E4:ku=\E1:nd=^L:se=\Em^C:so=\Em^L:up=^K:
  9074. cdi|cdi1203:\
  9075.     :am:bs:hc:os:\
  9076.     :co#80:\
  9077.     :bl=^G:cr=\r:do=^J:le=^H:sf=^J:
  9078. cops10|cops|cops-10:\
  9079.     :am:bw:\
  9080.     :co#80:li#24:\
  9081.     :bl=^G:cd=^W:ce=^V:cl=30^X:cm=\020%+ %+ :cr=^M:do=^J:\
  9082.     :kb=^H:kd=^J:kh=^Y:kl=^H:kr=^L:ku=^K:le=^H:nd=^L:\
  9083.     :sf=^J:up=^K:
  9084. # (d132: removed duplicate ":ic=\E5:" -- esr)
  9085. d132|datagraphix|datagraphix 132a:\
  9086.     :da:db:in:\
  9087.     :co#80:li#30:\
  9088.     :al=\E3:bl=^G:cl=^L:cr=^M:dc=\E6:do=^J:ei=:ho=\Et:\
  9089.     :ic=\E5:im=:nd=\El:sf=\Ev:sr=\Ew:up=\Ek:ve=\Em\En:\
  9090.     :vs=\Ex:
  9091. # I'm told the d800 was an early portable terminal that looked a lot like the
  9092. # original Compaq portable.
  9093. # (d800: mapped ":pt:" to default tabs -- esr)
  9094. d800|Direct 800/A:\
  9095.     :am:bs:da:db:ms:pt:xs:\
  9096.     :co#80:li#24:\
  9097.     :ae=\E[0m:as=\E[1m:bl=^G:cd=\E[J:ce=\E[K:\
  9098.     :cl=\E[1;1H\E[2J:cm=\E[%i%d;%dH:cr=^M:do=^J:k1=\EOP:\
  9099.     :k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOT:k6=\EOU:k7=\EOV:\
  9100.     :k8=\EOW:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:le=^H:\
  9101.     :nd=\E[C:se=\E[0m:sf=\ED:so=\E[7m:sr=\EM:ta=^I:\
  9102.     :ue=\E[0m:up=\E[A:us=\E[4m:ve=\E[>12h:vs=\E[>12l:
  9103. digilog|digilog 333:\
  9104.     :bs:\
  9105.     :co#80:li#16:\
  9106.     :bl=^G:ce=^X:cr=^M:do=^J:ho=^N:le=^H:nd=^I:sf=^J:\
  9107.     :up=^O:
  9108. env230|envision230|envision 230 graphics terminal:\
  9109.     :am:mi:ms:xo:\
  9110.     :co#80:it#8:li#24:vt#3:\
  9111.     :@8=\EOM:DO=\E[%dB:K1=\EOq:K2=\EOr:K3=\EOs:K4=\EOp:\
  9112.     :K5=\EOn:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:\
  9113.     :ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~:\
  9114.     :ae=^O:as=^N:bl=^G:cb=\E[1K:cd=\E[J:ce=\E[K:\
  9115.     :cl=\E[H\E[J:cm=\E[%i%d;%dH:cr=^M:cs=\E[%i%d;%dr:\
  9116.     :ct=\E[3g:do=^J:eA=\E(B\E)0:ho=\E[H:k0=\EOy:k1=\EOP:\
  9117.     :k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOt:k6=\EOu:k7=\EOv:\
  9118.     :k8=\EOl:k9=\EOw:k;=\EOx:kb=^H:kd=\EOB:ke=\E[?1l\E>:\
  9119.     :kl=\EOD:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:le=^H:mb=\E[5m:\
  9120.     :md=\E[1m:me=\E[m\017:mr=\E[7m:nd=\E[C:pf=\E[4i:\
  9121.     :po=\E[5i:ps=\E[0i:\
  9122.     :r2=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:rc=\E8:\
  9123.     :..sa=\E[%?%p1%t;1%;%?%p2%t;4%;%?%p3%t;7%;%?%p4%t;5%;%?%p6%t;1%;m:\
  9124.     :sc=\E7:se=\E[0m<2>:sf=^J:so=\E[1m<2>:sr=\EM:st=\EH:\
  9125.     :ta=^I:ue=\E[m:up=\E[A:us=\E[4m:
  9126. # These execuports were impact-printer ttys with a 30- or maybe 15-cps acoustic
  9127. # coupler attached, the whole rig fitting in a suitcase and more or less
  9128. # portable.  Hot stuff for c.1977 :-) -- esr
  9129. ep48|ep4080|execuport 4080:\
  9130.     :am:bs:os:\
  9131.     :co#80:\
  9132.     :bl=^G:cr=^M:do=^J:hd=^\:hu=^^:le=^H:sf=^J:
  9133. ep40|ep4000|execuport 4000:\
  9134.     :am:bs:os:\
  9135.     :co#136:\
  9136.     :bl=^G:cr=^M:do=^J:hd=^\:hu=^^:le=^H:sf=^J:
  9137. # From: Paul Leondis <unllab@amber.berkeley.edu>
  9138. ifmr|Informer D304:\
  9139.     :am:bs:\
  9140.     :co#80:li#24:\
  9141.     :cd=\E/:ce=\EQ:cl=\EZ:cm=\EY%r%+ %+ :dc=\E\\:do=^J:\
  9142.     :ei=:ho=\EH:ic=\E[:im=:nd=\EC:se=\EK:so=\EJ:sr=\En:\
  9143.     :up=\EA:
  9144. # This used to say "de#001202" which presumably refers to the stty bits
  9145. # that need to be set for some version of Unix.  We need the real delay
  9146. # requirements in MS.
  9147. mw2|Multiwriter 2:\
  9148.     :hc:os:\
  9149.     :co#132:\
  9150.     :bl=^G:cr=^M:do=^J:sf=^J:
  9151. # Entry largely based on wy60 and has the features of wy60ak.
  9152. opus3n1+|Esprit  Opus3n1+ in wy60 mode with ANSI arrow keys +:\
  9153.     :am:bw:hs:km:mi:ms:ul:xo:\
  9154.     :Nl#8:co#80:lh#1:li#24:lw#8:ws#80:\
  9155.     :#2=\E{:%9=\EP:&3=\Er:@7=\E[F:@8=\E7:F1=^AJ\r:\
  9156.     :F2=^AK\r:F3=^AL\r:F4=^AM\r:F5=^AN\r:F6=^AO\r:\
  9157.     :LF=\EA11:LO=\EA10:RA=\Ed.:RX=\Ec20:SA=\Ed/:SX=\Ec21:\
  9158.     :ac=0wa_h[jukslrmqnxqzttuyv]wpxv:ae=\EH^C:al=\EE:\
  9159.     :as=\EH^B:bl=^G:bt=\EI:cd=\EY:ce=\ET:cl=\E*:\
  9160.     :cm=\Ea%i%dR%dC:cr=^M:ct=\E0:dc=\EW:dl=\ER:do=^J:\
  9161.     :ds=\Ez(\r:ei=\Er:fs=^M:ho=\036:\
  9162.     :if=/usr/lib/tabset/std:im=\Eq:ip=:\
  9163.     :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:\
  9164.     :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
  9165.     :k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:k;=^AI\r:kA=\EE:\
  9166.     :kB=\EI:kD=\EW:kE=\ET:kI=\EQ:kL=\ER:kN=\EK:kP=\EJ:\
  9167.     :kS=\EY:kb=^H:kd=\E[B:kh=^^:kl=\E[D:kr=\E[C:ku=\E[A:\
  9168.     :le=^H:mb=\EG2:me=\E(\EH\003\EG0\EcD:mh=\EGp:mk=\EG1:\
  9169.     :mp=\E):mr=\EG4:nd=^L:nw=\r\n:pf=^T:pl=\EZ2%+?%s\177:\
  9170.     :pn=\Ez%+/%s\r:po=^R:ps=\EP:px=\EZ1%+?%s\177:\
  9171.     :r1=\E~!\E~4:r2=\EeF:r3=\EwG\Ee(:\
  9172.     :..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:\
  9173.     :se=\EG0:sf=^J:so=\EG4:sr=\Ej:st=\E1:ta=\011:\
  9174.     :ti=\Ezz&\E[A\037\Ezz'\E[B\037\Ezz(\E[D\037\Ezz)\E[C\037\Ezz<\E[Q\037:\
  9175.     :ts=\Ez(:uc=\EG8%p1%c\EG0:ue=\EG0:up=^K:us=\EG8:\
  9176.     :ve=\E`1:vi=\E`0:
  9177. # (ps300: changed ":pt@:" to "it@" -- esr)
  9178. ps300|Picture System 300:\
  9179.     :xt:\
  9180.     :it@:\
  9181.     :se@:so@:ue@:us@:tc=vt100:
  9182. ramtek|ramtek 6000:\
  9183.     :am:\
  9184.     :co#78:li#24:\
  9185.     :bl=^G:cl=[alpha]\n[erase]\n:cr=^M:do=^J:le=^H:sf=^J:
  9186. # Upper case terminal, uses lower case for control sequences!!!
  9187. tec400|tec scope:\
  9188.     :sg#1:\
  9189.     :al=e:cd=s:ce=c:cl=f:..cm=l%p2%~%c%p1%~%c:dc=t:dl=u:\
  9190.     :do=h:ei=:ho=i:ic=d:im=:le=w:nd=g:se=|:so={:up=x:
  9191. # From: <ucbvax!geoff> Mon Sep 21 21:15:45 1981
  9192. # This entry has been tested.
  9193. tec500|tec 500:\
  9194.     :am:bs:\
  9195.     :co#80:li#24:\
  9196.     :bl=^G:cl=\032:cm=\E=%+ %+ :cr=^M:do=^J:ho=^^:le=^H:\
  9197.     :nd=^L:se=^\:sf=^J:so=^]:up=^K:
  9198. # tec is untested, and taken from CB/Unix virtual terminal driver.
  9199. # I would appreciate more information on this terminal, such as the
  9200. # manufacturer and the model number.  There are too many tecs in here.
  9201. # (tec: removed obsolete ":ma=^K^P^_ :" -- esr)
  9202. tec:\
  9203.     :am:bs:\
  9204.     :co#80:li#24:\
  9205.     :bl=^G:cl=^L:cr=^M:do=^J:ho=^^:le=^H:nd=^_:sf=^J:\
  9206.     :up=^K:
  9207. teletec|Teletec Datascreen:\
  9208.     :am:bs:\
  9209.     :co#80:li#24:\
  9210.     :bl=^G:cl=^L:cr=^M:do=^J:ho=^^:le=^H:nd=^_:sf=^J:\
  9211.     :up=^K:
  9212. # Terak made a PDP-11 based box with a bitmapped display that ran UCSD
  9213. # Pascal as the native O/S. It was quite a nice box, and there were several
  9214. # at Berkeley.
  9215. terak|Terak emulating Datamedia 1520:\
  9216.     :tc=dm1520:
  9217. # From: Mark Dornfeld <romwa@ucbvax.berkeley.edu>
  9218. #        This termcap is for the LANPAR Technologies VISION 3220
  9219. #    terminal.  The function key definitions k0-k5 represent the
  9220. #    edit keypad: FIND, INSERT HERE, REMOVE, SELECT, PREV SCREEN,
  9221. #    NEXT SCREEN. The key definitions k6-k9 represent the PF1 to
  9222. #    PF4 keys.
  9223. # (v3220: mapped ":pt:" to default tabs, removed obsolete ":kn#10:" -- esr)
  9224. v3220|LANPAR Vision II model 3220/3221/3222:\
  9225.     :am:bs:mi:pt:xn:\
  9226.     :co#80:li#24:\
  9227.     :al=\E[L:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
  9228.     :dc=\E[P:dl=\E[M:ei=\E[4l:im=\E[4h:\
  9229.     :is=\E>\E[?3l\E[?7h\E[?8h\E[p:k0=\E[1~:k1=\E[2~:\
  9230.     :k2=\E[3~:k3=\E[4~:k4=\E[5~:k5=\E[6~:k6=\E[OP:\
  9231.     :k7=\E[OQ:k8=\E[OR:k9=\E[OS:kd=\E[B:ke=\E>:kh=\E[H:\
  9232.     :kl=\E[D:kr=\E[C:ks=\E=:ku=\E[A:nd=\E[C:se=\E[m:\
  9233.     :so=\E[7m:sr=\EM:ue=\E[m:up=\E[A:us=\E[4m:
  9234. # Does anybody know where these "wind" terminals came from?
  9235. wind:\
  9236.     :bs:\
  9237.     :co#80:li#24:\
  9238.     :cl=\EnP(\Eo:cm=\Ep%r%.%.:ho=\Ep\200\200:k1=\E5:\
  9239.     :k2=\E6:k3=\E7:k4=\E8:kd=\E2:kl=\E3:kr=\E4:ku=\E1:\
  9240.     :nd=^L:nl=^]:se=\Em^C:so=\Em^L:up=^K:
  9241. wind16:\
  9242.     :bs:\
  9243.     :co#80:li#16:\
  9244.     :cl=\EnP\020\Eo:cm=\Ep%r%.%.:ho=\Ep\200\200:nd=^L:\
  9245.     :nl=^]:se=\Em^C:so=\Em^L:up=^K:
  9246. wind40:\
  9247.     :bs:\
  9248.     :co#80:li#40:\
  9249.     :cl=\EnP(\Eo:cm=\Ep%r%.%.:ho=\Ep\200\200:nd=^L:nl=^]:\
  9250.     :se=\Em^C:so=\Em^L:up=^K:
  9251. # (wind50: corrected :cl=\EnP\128\062\Eo: -- esr)
  9252. wind50:\
  9253.     :bs:\
  9254.     :co#88:li#50:\
  9255.     :cl=\EnP2\Eo:cm=\Ep%r%.%.:ho=\Ep\200\200:k1=\E5:\
  9256.     :k2=\E6:k3=\E7:k4=\E8:kd=\E2:kl=\E3:kr=\E4:ku=\E1:\
  9257.     :nd=^L:nl=^]:se=\Em^C:so=\Em^L:up=^K:
  9258. # (xitex: removed obsolete ":ma=j^Jk^Pl :" -- esr)
  9259. xitex|xitex sct-100:\
  9260.     :bs:\
  9261.     :co#64:li#16:\
  9262.     :bl=^G:cd=\006\005:ce=\005:cl=\014:cm=\E=%+@%+@:\
  9263.     :cr=^M:do=^J:ho=^D:le=^H:nd=\E+@A:sf=^J:sr=\E=@@\013:\
  9264.     :up=^K:
  9265. plasma|plasma panel:\
  9266.     :am:bs:\
  9267.     :co#85:li#45:\
  9268.     :bl=^G:cl=^L:cr=^M:do=^J:ho=^^:le=^H:nd=^X:sf=^J:\
  9269.     :up=^V:
  9270.  
  9271. #### Homebrew and custom terminals
  9272. #
  9273.  
  9274. # Nu machine parameters taken from mit-vax.
  9275. #                         smc - 5/21/85
  9276. #
  9277. nuterminal:\
  9278.     :am:mi:ms:\
  9279.     :co#80:it#8:li#24:\
  9280.     :ae=\EG:al=1*\EL:as=\EF:cd=60\EJ:ce=10\EK:cl=60\EE:\
  9281.     :..cm=\EY%+ %+ :cr=^M:dc=2.5*\EN:dl=1*\EM:do=\EB:\
  9282.     :ei=\EO:ho=\EH:im=\E@:ip=2.5*:k1=\ES:k2=\ET:k3=\EU:\
  9283.     :k4=\EV:k5=\EW:k6=\EP:k7=\EQ:k8=\ER:kb=^H:kd=\EB:\
  9284.     :kh=\EH:kl=\ED:kr=\EC:ku=\EA:l6=blue:l7=red:l8=white:\
  9285.     :le=^H:nd=\EC:nw=^M^J:se=\Eq:sf=^J:so=\Ep:sr=\EI:\
  9286.     :ta=^I:up=\EA:ve=\Ey4:vs=\Ex4:
  9287. nu24|nuwindow:\
  9288.     :mi:ms:\
  9289.     :co#86:it#8:li#24:\
  9290.     :ae=\EG:al=1*\EL:as=\EF:cd=\EJ:ce=\EK:cl=\EE:\
  9291.     :..cm=\EY%+ %+ :cr=^M:dl=1*\EM:do=\EB:ei=\EO:ho=\EH:\
  9292.     :im=\E@:ip=2.5*:kb=^H:kd=\EB:kh=\EH:kl=\ED:kr=\EC:\
  9293.     :ku=\EA:le=^H:nd=\EC:nw=^M^J:se=\Eq:sf=^J:so=\Ep:\
  9294.     :sr=\EI:ta=^I:up=\EA:ve=\Ey4:vs=\Ex4:
  9295. bnu|nu51|bnuwindow:\
  9296.     :co#86:li#51:\
  9297.     :tc=nuterminal:
  9298. fnu|nu61|fnuwindow:\
  9299.     :co#86:li#61:\
  9300.     :tc=nuterminal:
  9301. nunix-30|nu-telnet-30|nu-half -- Half nu screen thru telnet:\
  9302.     :am:\
  9303.     :co#78:it#8:li#30:\
  9304.     :al=\EL:cd=\EJ:ce=\EK:cl=\EE:..cm=\EY%+ %+ :cr=^M:\
  9305.     :dl=\EM:do=\EB:ho=\EH:ip=2.5*:kb=^H:kd=^J:kl=^H:\
  9306.     :le=^H:nd=\EC:nw=^M^J:se=\Eq:sf=^J:so=\Ep:sr=\EI:\
  9307.     :ta=^I:up=\EA:
  9308. nunix-61|nu-telnet-61|nu-full| Full nu screen thru telnet:\
  9309.     :co#78:li#61:\
  9310.     :tc=nunix-30:
  9311.  
  9312. bch|bc|bill croft homebrew:\
  9313.     :am:bs:\
  9314.     :co#96:li#72:\
  9315.     :cl=^Z:cm=\E=%+ %+ :do=^J:ho=^^:le=^H:nd=^L:up=^K:\
  9316.     :vb=:
  9317. nucterm|rayterm|NUC homebrew:\
  9318.     :am:bs:\
  9319.     :co#80:li#24:\
  9320.     :bl=^G:cd=^E:ce=^A:cl=\014:cr=^M:do=^J:ho=^B:le=^H:\
  9321.     :ll=^K:nd=^C:sf=^J:up=^N:
  9322. carlock|klc:\
  9323.     :am:bs:\
  9324.     :co#80:li#24:\
  9325.     :al=^E:bl=^G:ce=^U:cl=\032:cm=\E=%+ %+ :cr=^M:\
  9326.     :dc=\177:dl=^D:do=^J:ei=^T:ho=^^:im=^T:nd=^L:se=^V:\
  9327.     :sf=^J:so=^V:up=^K:vb=\EV\EV:
  9328. # uVAX
  9329. qdss|qdcons|qdss glass tty:\
  9330.     :am:bs:\
  9331.     :co#128:li#57:\
  9332.     :cl=1\032:cm=\E=%.%.:do=^J:le=^H:nd=^L:up=^K:
  9333. # (ubell: removed obsolete ":ma=j^Jk^P^K^Pl :";
  9334. # mapped ":pt:" to default tabs; removed obsolete ":bc=^Y:" -- esr)
  9335. ubell|ubellchar:\
  9336.     :am:bs:pt:\
  9337.     :co#80:li#24:\
  9338.     :bl=^G:ce=\Ed:cl=^Z:cm=\E=%+ %+ :cr=^M:do=^J:ho=^^:\
  9339.     :le=^H:nd=^L:sf=^J:ta=^I:up=^K:
  9340. ttywilliams:\
  9341.     :am:\
  9342.     :co#80:li#12:\
  9343.     :bl=^G:ce=^_:cl=^^:cr=^M:do=^K:ho=^]:le=^Y:nd=^X:\
  9344.     :sf=^J:up=^Z:
  9345. ######## ICH/ICH1 VERSUS RMIR/SMIR
  9346. #
  9347. # Some non-curses applications get confused if both ich/ich1 and rmir/smir
  9348. # are present; the symptom is doubled characters in an update using insert.
  9349. # These applications are technically correct; in both 4.3BSD termcap and
  9350. # terminfo, you're not actually supposed to specify both ich/ich1 and rmir/smir
  9351. # unless the terminal needs both.  This requirement is now rare; most ich
  9352. # sequences do not require previous smir, and most smir insert modes do not
  9353. # require ich1 before each character.
  9354. #
  9355. # For ncurses-based applications this is not a problem, as ncurses uses
  9356. # one or the other as appropriate but never mixes the two.  Therefore we
  9357. # have not corrected entries like `linux' and `xterm' that specify both.
  9358. # If you see doubled characters from these, use the linux-nic and xterm-nic
  9359. # entries that suppress ich/ich1.
  9360. #
  9361. ######## ANSI/VT100/PC-TERM TERMINAL STANDARDS
  9362. #
  9363. # ANSI Standard (X3.64) Control Sequences for Video Terminals and Peripherals
  9364. # Most of the content of this comment is adapted from a table prepared by
  9365. # Richard Shuford, based on a 1984 Byte article.  Terminfo correspondences
  9366. # and discussion of some terminfo-related issues have been added.
  9367. #
  9368. # The table is a complete list of the defined ANSI X.364 control sequences.
  9369. # In the main table, \E stands for an escape (\033) character, SPC for space.
  9370. # Pn stands for a single numeric parameter to be inserted in decimal ASCII.
  9371. # Ps stands for a list of such parameters separated by semicolons
  9372. #
  9373. #                                                   Default    Type
  9374. # Sequence     Sequence                             Parameter   or
  9375. # Mnemonic     Name              Sequence           Value      Mode   terminfo
  9376. # -----------------------------------------------------------------------------
  9377. # APC  Applicatn Program Command \E Fe               -         Delim  -
  9378. # CBT  Cursor Backward Tab       \E [ Pn Z           1         eF     cbt
  9379. # CCH  Cancel Previous Character \E T                -         -      -
  9380. # CHA  Cursor Horzntal Absolute  \E [ Pn G           1         eF     hpa (1)
  9381. # CHT  Cursor Horizontal Tab     \E [ Pn I           1         eF     tab (2)
  9382. # CNL  Cursor Next Line          \E [ Pn E           1         eF     nel (3)
  9383. # CPL  Cursor Preceding Line     \E [ Pn F           1         eF     -
  9384. # CPR  Cursor Position Report    \E [ Pn ; Pn R      1, 1      -      -
  9385. # CSI  Control Sequence Intro    \E [                -         Intro  -
  9386. # CTC  Cursor Tab Control        \E [ Ps W           0         eF     -
  9387. # CUB  Cursor Backward           \E [ Pn D           1         eF     cub
  9388. # CUD  Cursor Down               \E [ Pn B           1         eF     cud
  9389. # CUF  Cursor Forward            \E [ Pn C           1         eF     cuf
  9390. # CUP  Cursor Position           \E [ Pn ; Pn H      1, 1      eF     cup (4)
  9391. # CUU  Cursor Up                 \E [ Pn A           1         eF     cuu
  9392. # CVT  Cursor Vertical Tab       \E [ Pn Y           -         eF     -
  9393. # DA   Device Attributes         \E [ Pn c           0         -      -
  9394. # DAQ  Define Area Qualification \E [ Ps o           0         -      -
  9395. # DCH  Delete Character          \E [ Pn P           1         eF     dch
  9396. # DCS  Device Control String     \E P                -         Delim  -
  9397. # DL   Delete Line               \E [ Pn M           1         eF     dl
  9398. # DMI  Disable Manual Input      \E \                -         Fs     -
  9399. # DSR  Device Status Report      \E [ Ps n           0         -      -
  9400. # EA   Erase in Area             \E [ Ps O           0         eF     -
  9401. # ECH  Erase Character           \E [ Pn X           1         eF     ech
  9402. # ED   Erase in Display          \E [ Ps J           0         eF     ed  (5)
  9403. # EF   Erase in Field            \E [ Ps N           0         eF     -
  9404. # EL   Erase in Line             \E [ Ps K           0         eF     el  (5)
  9405. # EMI  Enable Manual Input       \E b                          Fs     -
  9406. # EPA  End of Protected Area     \E W                -         -      -
  9407. # ESA  End of Selected Area      \E G                -         -      -
  9408. # FNT  Font Selection            \E [ Pn ; Pn SPC D  0, 0      FE     -
  9409. # GSM  Graphic Size Modify       \E [ Pn ; Pn SPC B  100, 100  FE     -
  9410. # GSS  Graphic Size Selection    \E [ Pn SPC C       none      FE     -
  9411. # HPA  Horz Position Absolute    \E [ Pn `           1         FE     (1)
  9412. # HPR  Horz Position Relative    \E [ Pn a           1         FE     (6)
  9413. # HTJ  Horz Tab w/Justification  \E I                -         FE     (2)
  9414. # HTS  Horizontal Tab Set        \E H                -         FE     hts
  9415. # HVP  Horz & Vertical Position  \E [ Pn ; Pn f      1, 1      FE     (4)
  9416. # ICH  Insert Character          \E [ Pn @           1         eF     ich
  9417. # IL   Insert Line               \E [ Pn L           1         eF     il
  9418. # IND  Index                     \E D                -         FE     -
  9419. # INT  Interrupt                 \E a                -         Fs     -
  9420. # JFY  Justify                   \E [ Ps SPC F       0         FE     -
  9421. # MC   Media Copy                \E [ Ps i           0         -      -
  9422. # MW   Message Waiting           \E U                -         -      -
  9423. # NEL  Next Line                 \E E                -         FE     nel (3)
  9424. # NP   Next Page                 \E [ Pn U           1         eF     -
  9425. # OSC  Operating System Command  \E ]                -         Delim  -
  9426. # PLD  Partial Line Down         \E K                -         FE     -
  9427. # PLU  Partial Line Up           \E L                -         FE     -
  9428. # PM   Privacy Message           \E ^                -         Delim  -
  9429. # PP   Preceding Page            \E [ Pn V           1         eF     -
  9430. # PU1  Private Use 1             \E Q                -         -      -
  9431. # PU2  Private Use 2             \E R                -         -      -
  9432. # QUAD Typographic Quadding      \E [ Ps SPC H       0         FE     -
  9433. # REP  Repeat Char or Control    \E [ Pn b           1         -      rep
  9434. # RI   Reverse Index             \E M                -         FE     -
  9435. # RIS  Reset to Initial State    \E c                -         Fs     -
  9436. # RM   Reset Mode                \E [ Ps l           none      -      -
  9437. # SD   Scroll Down               \E [ Pn T           1         eF     rin
  9438. # SEM  Select Edit Extent Mode   \E [ Ps Q           0         -      -
  9439. # SGR  Select Graphic Rendition  \E [ Ps m           0         FE     sgr (7)
  9440. # SL   Scroll Left               \E [ Pn SPC @       1         eF     -
  9441. # SM   Select Mode               \E [ Ps h           none      -      -
  9442. # SPA  Start of Protected Area   \E V                -         -      -
  9443. # SPI  Spacing Increment         \E [ Pn ; Pn SPC G  none      FE     -
  9444. # SR   Scroll Right              \E [ Pn SPC A       1         eF     -
  9445. # SS2  Single Shift 2 (G2 set)   \E N                -         Intro  -
  9446. # SS3  Single Shift 3 (G3 set)   \E O                -         Intro  -
  9447. # SSA  Start of Selected Area    \E F                -         -      -
  9448. # ST   String Terminator         \E \                -         Delim  -
  9449. # STS  Set Transmit State        \E S                -         -      -
  9450. # SU   Scroll Up                 \E [ Pn S           1         eF     indn
  9451. # TBC  Tab Clear                 \E [ Ps g           0         FE     tbc
  9452. # TSS  Thin Space Specification  \E [ Pn SC E        none      FE     -
  9453. # VPA  Vert Position Absolute    \E [ Pn d           1         FE     vpa
  9454. # VPR  Vert Position Relative    \E [ Pn e           1         FE     (8)
  9455. # VTS  Vertical Tabulation Set   \E J                -         FE     -
  9456. # ---------------------------------------------------------------------------
  9457. #
  9458. # Notes:
  9459. #
  9460. # (1) There seems to be some confusion abroad between CHA and HPA.  Most
  9461. # `ANSI' terminals accept the CHA sequence, not the HPA. but terminfo calls
  9462. # the capability (hpa).
  9463. #
  9464. # (2) CHT corresponds to terminfo (tab).  Usually it has the value ^I.
  9465. # Occasionally (as on, for example, certain HP terminals) this has the HTJ
  9466. # value.
  9467. #
  9468. # (3) terminfo (nel) is usually \r\n rather than ANSI \EE.
  9469. #
  9470. # (4) CUP and HVP are identical in effect.  Some ANSI.SYS versions accept
  9471. # HVP, but always allow CUP as an alternate.
  9472. #
  9473. # (5) See the VT100 discussion for the meaning of the ED parameter.
  9474. # (6) Some ANSI.SYS versions accept HPR, but more commonly `ANSI' terminals
  9475. # use CUF for this function and ignore HPR
  9476. #
  9477. # (7) In SGR, the ANSI.SYS values for attributes are now nearly universal.
  9478. #
  9479. # (8) Some ANSI.SYS versions accept VPR, but more commonly `ANSI' terminals
  9480. # use CUD for this function and ignore VPR.
  9481. #
  9482. # ---------------------------------------------------------------------------
  9483. # Abbreviations:
  9484. #
  9485. # Intro  an Introducer of some kind of defined sequence; the normal 7-bit
  9486. #        X3.64 Control Sequence Introducer is the two characters "Escape ["
  9487. # Delim  a Delimiter
  9488. # x/y    identifies a character by position in the ASCII table (column/row)
  9489. # eF     editor function (see explanation)
  9490. # FE     format effector (see explanation)
  9491. # F      is a Final character in
  9492. #             an Escape sequence (F from 3/0 to 7/14 in the ASCII table)
  9493. #             a control sequence (F from 4/0 to 7/14)
  9494. # Gs     is a graphic character appearing in strings (Gs ranges from
  9495. #        2/0 to 7/14) in the ASCII table
  9496. # Ce     is a control represented as a single bit combination in the C1 set
  9497. #        of controls in an 8-bit character set
  9498. # C0     the familiar set of 7-bit ASCII control characters
  9499. # C1     roughly, the set of control characters available only in 8-bit systems.
  9500. #        This is too complicated to explain fully here, so read Jim Fleming's
  9501. #        article in the February 1983 BYTE, especially pages 214 through 224.
  9502. # Fe     is a Final character of a 2-character Escape sequence that has an
  9503. #        equivalent representation in an 8-bit environment as a Ce-type
  9504. #        (Fe ranges from 4/0 to 5/15)
  9505. # Fs     is a Final character of a 2-character Escape sequence that is
  9506. #        standardized internationally with identical representation in 7-bit
  9507. #        and 8-bit environments and is independent of the currently
  9508. #        designated C0 and C1 control sets (Fs ranges from 6/0 to 7/14)
  9509. # I      is an Intermediate character from 2/0 to 2/15 (inclusive) in the
  9510. #        ASCII table
  9511. # P      is a parameter character from 3/0 to 3/15 (inclusive) in the ASCII
  9512. #        table
  9513. # Pn     is a numeric parameter in a control sequence, a string of zero or
  9514. #        more characters ranging from 3/0 to 3/9 in the ASCII table
  9515. # Ps     is a variable number of selective parameters in a control sequence
  9516. #        with each selective parameter separated from the other by the code
  9517. #        3/11 (which usually represents a semicolon); Ps ranges from
  9518. #        3/0 to 3/9 and includes 3/11
  9519. # Format Effectors versus Editor Functions
  9520. # A format effector specifies how following output is to be displayed.
  9521. # An editor function allows you to modify the display.  Informally
  9522. # format effectors may be destructive; format effectors should not be.
  9523. # For instance, a format effector that moves the "active position" (the 
  9524. # cursor or equivalent) one space to the left would be useful when you want to
  9525. # create an overstrike, a compound character made of two standard characters
  9526. # overlaid. Control-H, the Backspace character, is actually supposed to be a
  9527. # format effector, so you can do this. But many systems use it in a
  9528. # nonstandard fashion, as an editor function, deleting the character to the
  9529. # left of the cursor and moving the cursor left. When Control-H is assumed to
  9530. # be an editor function, you cannot predict whether its use will create an
  9531. # overstrike unless you also know whether the output device is in an "insert
  9532. # mode" or an "overwrite mode". When Control-H is used as a format effector,
  9533. # its effect can always be predicted. The familiar characters carriage
  9534. # return, linefeed, formfeed, etc., are defined as format effectors.
  9535. #
  9536. # The ANSI Standard
  9537. # The complete document describing the standard,  "ANSI X3.64-1979:
  9538. # Additional Controls for Use with the American National Standard
  9539. # Code for Information Interchange," can be ordered for $13.50 (plus
  9540. # $4 postage) from
  9541. #      Standards Sales Department
  9542. #      American National Standards Institute
  9543. #      1430 Broadway
  9544. #      New York, NY 10018
  9545. #      212/354-3300
  9546. # It's best to read the full standard before using it. It also helps
  9547. # to have copies of the related standards "X3.4-1977: American
  9548. # National Standard Code for Information Interchange" (the ASCII
  9549. # standard) and "X3.41.1974: Code-Extension Techniques for Use with
  9550. # the 7-Bit Coded Character Set of American National Standard for
  9551. # Information Interchange."
  9552. # NOTES ON THE DEC VT100 IMPLEMENTATION
  9553. # Control sequences implemented in the VT100 are as follows:
  9554. #      CPR, CUB, CUD, CUF, CUP, CUU, DA, DSR, ED, EL, HTS, HVP, IND,
  9555. #      LNM, NEL, RI, RIS, RM, SGR, SM, TBC
  9556. # plus several private DEC commands.
  9557. # Erasing parts of the display (EL and ED) in the VT100 is performed thus:
  9558. #      Erase from cursor to end of line           Esc [ 0 K    or Esc [ K
  9559. #      Erase from beginning of line to cursor     Esc [ 1 K
  9560. #      Erase line containing cursor               Esc [ 2 K
  9561. #      Erase from cursor to end of screen         Esc [ 0 J    or Esc [ J
  9562. #      Erase from beginning of screen to cursor   Esc [ 1 J
  9563. #      Erase entire screen                        Esc [ 2 J
  9564. # The VT100 responds to receiving the DA (Device Attributes) control
  9565. #      Esc [ c    (or Esc [ 0 c)
  9566. # by transmitting the sequence
  9567. #      Esc [ ? l ; Ps c
  9568. # where Ps is a character that describes installed options.
  9569. # The VT100's cursor location can be read with the DSR (Device Status
  9570. # Report) control
  9571. #      Esc [ 6 n
  9572. # The VT100 reports by transmitting the CPR sequence
  9573. #      Esc [ Pl ; Pc R
  9574. # where Pl is the line number and Pc is the column number (in decimal).
  9575. # The specification for the DEC VT100 is document EK-VT100-UG-003.
  9576. # NOTES ON `PC-TERM' COMPATIBILITY
  9577. #
  9578. # The MS-DOS ANSI.SYS driver has set the de-facto standard for attribute
  9579. # and color values in the SGR string.  These are as follows:
  9580. #
  9581. # 0    all attributes off
  9582. # 1    foreground bright
  9583. # 4    underscore on
  9584. # 5    blink on/background bright (not reliable with brown)
  9585. # 7    reverse-video
  9586. # 8    set blank (non-display)
  9587. # 10    set primary font
  9588. # 11    set first alternate font (on PCs, display ROM characters 1-31)
  9589. # 12    set second alternate font (on PCs, display IBM high-half chars)
  9590. #
  9591. #            Color attribute sets
  9592. # 3n    set foreground color       / 0=black, 1=red,     2=green, 3=brown,
  9593. # 4n    set background color       \ 4=blue,  5=magenta, 6=cyan,  7=white
  9594. # Bright black becomes gray.  Bright brown becomes yellow,
  9595. #    
  9596. # * Many VGA cards (such as the Paradise and compatibles) do the wrong thing
  9597. #   when you try to set a "bright brown" (yellow) background with attribute
  9598. #   5 (you get a blinking yellow foreground instead).  A few displays
  9599. #   (including the System V console) support an attribute 6 that undoes this
  9600. #   braindamage.
  9601. #
  9602. # * Some older versions of ANSI.SYS have a bug that causes thems to require
  9603. #   ESC [ Pn k as EL rather than the ANSI ESC [ Pn K.
  9604.  
  9605. ######## NONSTANDARD CAPABILITY TRANSLATIONS USED IN THIS FILE
  9606. #
  9607. # The historical termcap file entries were written primarily in 4.4BSD termcap.
  9608. # The 4.4BSD termcap set was substantially larger than the original 4.1BSD set,
  9609. # with the extension names chosen for compatibility with the termcap names
  9610. # assigned in System V terminfo.  There are some variant extension sets out
  9611. # there.  We try to describe them here.
  9612. #
  9613. # XENIX extensions:
  9614. #
  9615. # The XENIX extensions include a set of function-key capabilities as follows:
  9616. #
  9617. #       code    XENIX variable name    terminfo name    name clashes?
  9618. #    ----    -------------------    -------------    -----------------------
  9619. #    CL    key_char_left
  9620. #    CR    key_char_right
  9621. #    CW    key_change_window            create_window
  9622. #    EN    key_end              kend
  9623. #    HM    key_home        khome
  9624. #    HP    ??
  9625. #    LD    key_delete_line      kdl1
  9626. #    LF    key_linefeed                 label_off
  9627. #    NU    key_next_unlocked_cell
  9628. #    PD    key_page_down       knp
  9629. #    PL    ??
  9630. #    PN    start_print        mc5
  9631. #    PR    ??
  9632. #    PS    stop_print        mc4
  9633. #    PU    key_page_up         kpp        pulse
  9634. #    RC    key_recalc                remove_clock
  9635. #    RF    key_toggle_ref                req_for_input
  9636. #    RT    key_return          kent
  9637. #    UP    key_up_arrow               kcuu1       parm_up_cursor
  9638. #    WL    key_word_left
  9639. #    WR    key_word_right
  9640. #
  9641. # The XENIX extensions also include the following character-set and highlight
  9642. # capabilities:
  9643. #
  9644. #    XENIX    terminfo    function
  9645. #    -----    --------    ------------------------------
  9646. #    GS    smacs        start alternate character set
  9647. #    GE    rmacs        end alternate character set
  9648. #    GG            :as:/:ae: glitch (analogous to :sg:/:ug:)
  9649. #    bo    blink        begin blink (not used in /etc/termcap)
  9650. #    be            end blink (not used in /etc/termcap)
  9651. #    bb            blink glitch  (not used in /etc/termcap)
  9652. #    it    dim        begin dim (not used in /etc/termcap)
  9653. #    ie            end dim (not used in /etc/termcap)
  9654. #    ig            dim glitch  (not used in /etc/termcap)
  9655. #
  9656. # XENIX also supposedly uses the following forms-drawing capabilities:
  9657. #
  9658. #    single    double type
  9659. #    ------    ------    -------------
  9660. #    gv    GV    vertical line (|)
  9661. #    gh    GH    horizontal line (-)
  9662. #    g1    G1    top right corner
  9663. #    g4    G4    bottom right corner (_|)
  9664. #    g2    G2    top left corner
  9665. #    g3    G3    bottom left corner (|_)
  9666. #    gd    GD    down-tick character (T)
  9667. #    gl    GL    left-tick character (-|)
  9668. #    gr    GR    right-tick character (|-)
  9669. #    gc    GC    middle intersection (-|-)
  9670. #    gu    GU    up-tick character (_|_)
  9671. #
  9672. # However, there is some confusion about case.  The scoansi entry uses
  9673. # mixed-case versions of these, and the historical ibmpcx, lisa, trs16, and fos
  9674. # entries have only the uppercase versions.  Accordingly, the ncurses tools
  9675. # don't try to translate these.
  9676. #
  9677. # AT&T Extensions:
  9678. #
  9679. # The old AT&T 5410, 5420, 5425, pc6300plus, 610, and s4 entries used a set of
  9680. # nonstandard capabilities.  Its signature is the KM capability, used to name
  9681. # some sort of keymap file.  EE, BO, CI, CV, XS, DS, FL and FE are in this
  9682. # set.  Comments in the original, and a little cross-checking with other AT&T
  9683. # documentation, seem to establish that BO=:mr: (start reverse video), DS=:mh:
  9684. # (start dim), XS=:mk: (secure/invisible mode), EE=:me: (end highlights),
  9685. # FL=:LO: (enable soft labels), FE=:LF: (disable soft labels), CI=:vi: (make
  9686. # cursor invisible), and CV=:ve: (make cursor normal).
  9687. #
  9688. # TC Extensions:
  9689. #
  9690. # There is a set of extended termcaps associated with something
  9691. # called the "Terminal Control" or TC package created by MainStream Systems,
  9692. # Winfield Kansas.  This one also uses GS/GE for as/ae, and also uses
  9693. # CF for civis and CO for cvvis.  Finally, they define a boolean :ct:
  9694. # that flags color terminals.
  9695.  
  9696. ######## CHANGE HISTORY
  9697. #
  9698. # 9.1.0 (Wed Feb  1 04:50:32 EST 1995):
  9699. #    * First terminfo master translated from 8.3.
  9700. # 9.2.0 (Wed Feb  1 12:21:45 EST 1995):
  9701. #    * Replaced Wyse entries with updated entries supplied by vendor.
  9702. # 9.3.0 (Mon Feb  6 19:14:40 EST 1995):
  9703. #    * Added contact & status info from G. Clark Brown <clark@sssi.com>.
  9704. # 9.3.1 (Tue Feb  7 12:00:24 EST 1995):
  9705. #    * Better XENIX keycap translation.  Describe TC termcaps.
  9706. #    * Contact and history info supplied by Qume.
  9707. # 9.3.2 (Sat Feb 11 23:40:02 EST 1995):
  9708. #    * Raided the Shufort FTP site for recent termcaps/terminfos.
  9709. #    * Added information on X3.64 and VT100 standard escape sequences.
  9710. # 9.3.3 (Mon Feb 13 12:26:15 EST 1995):
  9711. #    * Added a correct X11R6 xterm entry.
  9712. #    * Fixed terminfo translations of padding.
  9713. # 9.3.4 (Wed Feb 22 19:27:34 EST 1995):
  9714. #    * Added correct acsc/smacs/rmacs strings for vt100 and xterm.
  9715. #    * Added u6/u7/u8/u9 capabilities.
  9716. #    * Added PCVT entry.
  9717. # 9.3.5 (Thu Feb 23 09:37:12 EST 1995):
  9718. #    * Emacs uses :so:, not :mr:, for its mode line.  Fix linux entry
  9719. #      to use reverse-video standout so Emacs will look right.
  9720. #    * Added el1 capability to ansi.
  9721. #    * Added smacs/rmacs to ansi.sys.
  9722. # 9.4.0 (Sat Feb 25 16:43:25 EST 1995):
  9723. #    * New mt70 entry.
  9724. #    * Added COPYRIGHTS AND OTHER DELUSIONS.
  9725. #    * Added AT&T 23xx & 500/513, vt220 and vt420, opus3n1+, netronics
  9726. #      smartvid & smarterm, ampex 175 & 219 & 232,
  9727. #      env230, falco ts100, fluke, intertube, superbrain, ncr7901, vic20,
  9728. #      ozzie, trs200, tr600, Tandy & Texas Instruments VDTs, intext2,
  9729. #      screwpoint, fviewpoint, Contel Business Systems, Datamedia Colorscan,
  9730. #      adm36, mime314, ergo4000, ca22851.  Replaced att7300, esprit, dd5500.
  9731. #    * Replaced the Perkin-Elmer entries with vendor's official ones.
  9732. #    * Restored the old minimal-ansi entry, luna needs it.
  9733. #    * Fixed some incorrect ip and proportional-padding translations.
  9734. # 9.4.1 (Mon Feb 27 14:18:33 EST 1995):
  9735. #    * Fix linux & AT386 sgr strings to do A_ALTCHARSET turnoff correctly.
  9736. #    * Make the xterm entry 65 lines again; create xterm25 and xterm24
  9737. #      to force a particular height.
  9738. #    * Added beehive4 and reorganized other Harris entries.
  9739. # 9.4.2 (Thu Mar  9 01:45:44 EST 1995):
  9740. #    * Merged in DEC's official entries for its terminals.  The only old
  9741. #      entry I kept was Doug Gwyn's alternate vt100 (as vt100-avo).
  9742. #    * Replaced the translated BBN Bitgraph entries with purpose-built
  9743. #      ones from AT&T's SVr3.
  9744. #    * Replaced the AT&T entries with AT&T's official terminfos.
  9745. #    * Added teleray 16, vc415, cops10. 
  9746. #    * Merged in many individual capabilities from SCO terminfo files.
  9747. # 9.4.3 (Mon Mar 13 02:37:53 EST 1995):
  9748. #    * Typo fixes.
  9749. #    * Change linux entry so A_PROTECT enables IBM-PC ROM characters.
  9750. # 9.4.4 (Mon Mar 27 12:32:35 EST 1995):
  9751. #    * Added tty35, Ann Arbor Guru series. vi300 and 550, cg7900, tvi803,
  9752. #      pt210, ibm3164, IBM System 1, ctrm, Tymshare scanset, dt200, adm21,
  9753. #      simterm, citoh and variants.
  9754. #    * Replaced sol entry with sol1 and sol2.
  9755. #    * Replaced Qume QVT and Freedom-series entries with purpose-built
  9756. #      terminfo entries.
  9757. #    * Enhanced vt220, tvi910, tvi924, hpterm, hp2645, adm42, tek
  9758. #      and dg200 entries using caps from from SCO.
  9759. #    * Added the usual set of function-key mappings to ANSI entry.
  9760. #    * Corrected xterm's function-key capabilities.
  9761. # 9.4.5 (Tue Mar 28 14:27:49 EST 1995):
  9762. #    * Fix in xterm entry, cub and cud are not reliable under X11R6.
  9763. # 9.4.6 (Thu Mar 30 14:52:15 EST 1995):
  9764. #    * Fix in xterm entry, get the arrow keys right.
  9765. #    * Change some \0 escapes to \200.
  9766. # 9.4.7 (Tue Apr  4 11:27:11 EDT 1995)
  9767. #    * Added apple (Videx card), adm1a, oadm31.
  9768. #    * Fixed malformed ampex csr.
  9769. #    * Fixed act4, cyb110; they had old-style prefix padding left in. 
  9770. #    * Changed mandatory to advisory padding in many entries.
  9771. #    * Replaced HP entries up to hpsub with purpose-built ones.
  9772. #    * Blank rmir/smir/rmdc/smdc capabilities removed.
  9773. #    * Small fixes merged in from SCO entries for lpr, fos, tvi910+, tvi924.
  9774. # 9.4.8 (Fri Apr  7 09:36:34 EDT 199):
  9775. #    * Replaced the Ann Arbor entries with SCO's, the init strings are
  9776. #      more efficient (but the entries otherwise identical).
  9777. #    * Added dg211 from Shuford archive.
  9778. #    * Added synertek, apple-soroc, ibmpc, pc-venix, pc-coherent, xtalk,
  9779. #      adm42-nl, pc52, gs6300, xerox820, uts30.
  9780. #    * Pull SCO's padding into vi200 entry.
  9781. #    * Improved capabilities for tvi4107 and other Televideo and Viewpoint
  9782. #      entries merged in from SCO's descriptions.
  9783. #    * Fixed old-style prefix padding on zen50, h1500.
  9784. #    * Moved old superbee entry to superbee-xsb, pulled in new superbee
  9785. #      entry from SCO's description.
  9786. #    * Reorganized the special entries.
  9787. #    * Added lm#0 to cbunix and virtual entries.
  9788. #
  9789. # 9.5.0 (Mon Apr 10 11:30:00 EDT 1995):
  9790. #    * Restored cdc456tst.
  9791. #    * Fixed sb1 entry, SCO erroneously left out the xsb glitch.
  9792. #    * Added megatek, beacon, microkit.
  9793. #    * Freeze for ncurses-1.9 release.
  9794. #
  9795. # 9.5.1 (Fri Apr 21 12:46:42 EDT 1995):
  9796. #    * Added historical data for TAB.
  9797. #    * Comment fixes from David MacKenzie.
  9798. #    * Added the new BSDI pc3 entry.
  9799. #
  9800. # 9.5.2 (Tue Apr 25 17:27:52 EDT 1995)
  9801. #    * A change in the tic -C logic now ensures that all entries in 
  9802. #      the termcap translation will fit in < 1024 bytes.
  9803. #    * Added `bobcat' and `gator' HP consoles and the Nu machine entries
  9804. #      from GNU termcap file.  This merges in all their local information.
  9805. #
  9806. # 9.5.3 (Tue Apr 25 22:28:13 EDT 1995)
  9807. #    * Changed tic -C logic to dump all capabilities used by GNU termcap.
  9808. #    * Added warnings about entries with long translations (restoring
  9809. #      all the GNU termcaps pushes a few over the edge).
  9810. #
  9811. # 9.5.4 (Wed Apr 26 15:35:09 EDT 1995)
  9812. #    * Yet another tic change, and a couple of entry tweaks, to reduce the
  9813. #      number of long (> 1024) termcap translations back to 0.
  9814. #
  9815. # 9.6.0 (Mon May  1 10:35:54 EDT 1995)
  9816. #    * Added kf13-kf20 to Linux entry.
  9817. #    * Regularize Prime terminal names.
  9818. #    * Historical data on Synertek.
  9819. #    * Freeze for ncurses-1.9.1.
  9820. #
  9821. # 9.6.1 (Sat May  6 02:00:52 EDT 1995):
  9822. #    * Added true xterm-color entry, renamed djm's pseudo-color entry.
  9823. #    * Eliminate whitespace in short name fields, this tanks some scripts.
  9824. #    * Name field changes to shorten some long entries.
  9825. #    * Termcap translation now automatically generates empty rmir/smir
  9826. #      when ich1/ich is present (copes with an ancient vi bug).
  9827. #    * Added `screen' entries from FSF's screen-3.6.2.
  9828. #    * Added linux-nic and xterm-nic entries.
  9829. #
  9830. # 9.6.2 (Sat May  6 17:00:55 EDT 1995):
  9831. #    * Change linux entry to use smacs=\E[11m and have an explicit acsc,
  9832. #      eliminating some special-case code in ncurses.
  9833. #
  9834. # 9.7.0 (Tue May  9 18:03:12 EDT 1995):
  9835. #    * Added vt320-k3, rsvidtx from the Emacs termcap.dat file.  I think
  9836. #      that captures everything unique from it.
  9837. #    * Added reorder script generator.
  9838. #    * Freeze for ncurses 1.9.2 release.
  9839. #
  9840. # 9.7.1 (Thu Jun 29 09:35:22 EDT 1995):
  9841. #    * Added Sean Farley's kspd, flash, rs1 capabilities for linux.
  9842. #    * Added Olaf Siebert's corrections for adm12.
  9843. #    * ansi-pc-color now includes the colors and pairs caps, so that
  9844. #      entries which use it will inherit them automatically.
  9845. #    * The linux entry can now recognize the center (keypad 5) key.
  9846. #    * Removed some junk that found its way into Linux acsc.
  9847. #
  9848. # 9.8.0 (Fri Jul  7 04:46:57 EDT 1995):
  9849. #    * Add 50% cut mark as a desperate hack to reduce tic's core usage.
  9850. #    * xterm doesn't try to use application keypad mode any more.
  9851. #    * Freeze for ncurses-1.9.3 release.
  9852. #
  9853. # 9.8.1 (Thu Jul 19 17:02:12 EDT 1995):
  9854. #    * Added corrected sun entry from vendor.
  9855. #    * Added csr capability to linux entry.
  9856. #    * Peter Wemm says the at386 hpa should be \E[%i%p1%dG, not \E[%p1%dG.
  9857. #    * Added vt102-nsgr to cope with stupid IBM PC `VT100' emulators.
  9858. #    * Some commented-out caps in long entries come back in, my code 
  9859. #      for computing string-table lengths had a bug in it.
  9860. #    * pcansi series modified to fit comm-program reality better.
  9861. #
  9862. ######## REORDER
  9863. #
  9864. # Older termcap distributions featured a kluge called `reorder' intended to
  9865. # time-optimize access to selected terminals by moving them to the front of
  9866. # the file.  This is obsolete under terminfo, but for completeness's sake
  9867. # we give a reorder script generator here (strip off the leading #s to use).
  9868. #
  9869. #: mkreorder --  generate script to optimize access to given terminal types
  9870. #:
  9871. #: entries named on command line will be sorted to the front in reverse order
  9872. #echo "ed -- termcap <<EOF"
  9873. #for x in $*
  9874. #do
  9875. #    echo "/^$x[|:]/;.,/^[a-z#]/-1m0"
  9876. #done
  9877. #echo "0a"
  9878. #echo "."
  9879. #echo "w termcap.sorted"
  9880. #echo "q"
  9881. #echo "EOF"
  9882. #:end of script
  9883. #
  9884. # Invoke this script like this:
  9885. #
  9886. #    mkreorder h19 wy60 vt100 >reorder
  9887. #
  9888. # The following sets edit modes for GNU EMACS
  9889. # Local Variables:
  9890. # fill-prefix:"\t"
  9891. # fill-column:75
  9892. # End:
  9893. ######## SHANTIH!  SHANTIH!  SHANTIH!
  9894.