Home | History | Annotate | Download | only in terminfo
      1 #
      2 # Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
      3 # Use is subject to license terms.
      4 #
      5 #ident	"%Z%%M%	%I%	%E% SMI"
      6 # ------------------------
      7 #
      8 #Termcap source file @(#)termcap.src 1.33 89/03/22 SMI; from UCB 5.28 6/7/86
      9 #	Kevin Layer, Berkeley
     10 #	Craig Leres, Berkeley
     11 #	Mark Horton, Berkeley
     12 #
     13 # Please mail changes to (arpanet): termcap@berkeley
     14 #
     15 # Copyright (c) 1980 Regents of the University of California.
     16 # All rights reserved.  The Berkeley software License Agreement
     17 # specifies the terms and conditions for redistribution.
     18 #
     19 # This file describes capabilities of various terminals, as needed by
     20 # software such as screen editors.  It does not attempt to describe
     21 # printing terminals very well, nor graphics terminals.  Someday.
     22 # See termcap(5) in the Unix Programmers Manual for documentation.
     23 #
     24 # Conventions: First entry is two chars, first char is manufacturer,
     25 # second char is canonical name for model or mode.
     26 # Third entry is the one the editor will print with "set" command.
     27 # Last entry is verbose description.
     28 # Others are mnemonic synonyms for the terminal.
     29 #
     30 # Terminal naming conventions:
     31 # Terminal names look like <manufacturer> <model> - <modes/options>
     32 # Certain abbreviations (e.g. c100 for concept100) are also allowed
     33 # for upward compatibility.  The part to the left of the dash, if a
     34 # dash is present, describes the particular hardware of the terminal.
     35 # The part to the right can be used for flags indicating special ROM's,
     36 # extra memory, particular terminal modes, or user preferences.
     37 # All names are always in lower case, for consistency in typing.
     38 #
     39 # The following are conventionally used flags:
     40 #	rv	Terminal in reverse video mode (black on white)
     41 #	2p	Has two pages of memory.  Likewise 4p, 8p, etc.
     42 #	w	Wide - in 132 column mode.
     43 #	pp	Has a printer port which is used.
     44 #	na	No arrow keys - termcap ignores arrow keys which are
     45 #		actually there on the terminal, so the user can use
     46 #		the arrow keys locally.
     47 #
     48 # There are some cases where the same name is used for two different
     49 # terminals, e.g. "teleray" or "2621" or "vt100".  In these cases,
     50 # if a site has one of these, they should choose a local default and
     51 # bring that terminal to the front in the reorder script.  This works
     52 # because tgetent picks the first match in /etc/termcap.
     53 # The list of names intentionally duplicated is:
     54 # 2621, c108, dtc, hp2621, teleray, tvi, vt100.
     55 #
     56 # If you absolutely MUST check for a specific terminal (this is discouraged)
     57 # check for the 2nd entry (the canonical form) since all other codes are
     58 # subject to change.  The two letter codes are there for version 6 and are
     59 # EXTREMELY subject to change, or even to go away if version 6 becomes for
     60 # all practical purposes obsolete.  We would much rather put in special
     61 # capabilities to describe your terminal rather than having you key on the
     62 # name.
     63 #
     64 #  Special manufacturer codes:
     65 #	A: hardcopy daisy wheel terminals
     66 #	M: Misc. (with only a few terminals)
     67 #	q: Homemade
     68 #	s: special (dialup, etc.)
     69 #
     70 # Comments in this file begin with # - they cannot appear in the middle
     71 # of a termcap entry.  Individual entries are commented out by
     72 # placing a period between the colon and the capability name.
     73 #
     74 #  This file is to be installed with an editor script (reorder)
     75 #  that moves the most common terminals to the front of the file.
     76 #  If the source is not available, it can be constructed by sorting
     77 #  the above entries by the 2 char initial code.
     78 # # --------------------------------
     80 #
     81 # A: DAISY WHEEL PRINTERS and APPLE
     82 #
     83 # The A manufacturer represents Diablo, DTC, Xerox, Qume, and other Daisy
     84 # wheel terminals until such time as termcap distinguishes between them
     85 # enough to justify separate codes.
     86 # This is an "experimental" entry for the SRI Agiles.
     87 # It has been tried in a minimal way -- the Agile did not blow up!
     88 # However, it has not been exhaustively tested.
     89 # Anyone who tries it and finds it wanting should get in touch with:
     90 #	Ralph Keirstead (ralph@sri-unix);
     91 #	EK352; SRI International; 333 Ravenswood Avenue; Menlo Park, CA 94025
     92 Aa|agile|agiles|sri agiles:\
     93 	:bs:hc:os:pl:co#132:do=^J:kb=^H:up=\E\n:\
     94 	:hu=\E0:hd=\E9:if=/usr/share/lib/tabset/std:is=\EE\EF\EJ:
     95 A6|1620|1720|450|ipsi|diablo 1620:\
     96 	:do=^J:ct=\E2:st=\E1:ch=\E\t%i%.:\
     97 	:if=/usr/share/lib/tabset/xerox1720:\
     98 	:kb=^H:le=^H:bs:co#132:hc:hu=\EU:hd=\ED:os:pt:up=\E\n:
     99 A7|1620-m8|1640-m8|diablo 1620 w/8 column left margin:\
    100 	:do=^J:co#124:is=\r        \E9:tc=1620:
    101 A8|1640|1740|630|1730|x1730|diablo|xerox|diablo 1640:\
    102 	:if=/usr/share/lib/tabset/xerox1730:\
    103 	:us=\EE:ue=\ER:so=\EW:se=\E&:tc=1620:
    104 Am|1640-lm|1740-lm|630-lm|1730-lm|x1730-lm|diablo-lm|xerox-lm|\
    105 	diablo 1640 with idented left margin:\
    106 	:if=/usr/share/lib/tabset/xerox1730-lm:\
    107 	:co#124:us=\EE:ue=\ER:so=\EW:se=\E&:tc=1620:
    108 # DTC 382 with VDU.  Has no cd so we fake it with ce.  Standout works but
    109 # won't go away without dynamite.  The terminal has tabs, but I'm getting
    110 # tired of fighting the braindamage.  If no tab is set or the terminal's
    111 # in a bad mood, it glitches the screen around all of memory.  Note that
    112 # return puts a blank ("a return character") in the space the cursor was
    113 # at, so we use ^P return (and thus ^P newline for newline).  Note also
    114 # that if you turn off pt and let Unix expand tabs, curses won't work
    115 # (current version) because it doesn't turn off this bit, and cursor
    116 # addressing sends a tab for row/column 9.  What a losing terminal!  I
    117 # have been unable to get tabs set in all 96 lines - it always leaves at
    118 # least one line with no tabs in it, and once you tab through that line,
    119 # it completely weirds out.
    120 Ac|dtc|ps|dtc382|382:\
    121 	:do=^J:al=^P^Z:am:le=^H:\
    122 	:bs:co#80:ce=^P^U:cl=20^P^]:cm=%r^P^Q%.%.:dc=^X:\
    123 	:dl=^P^S:ei=^Pi:ho=^P^R:im=^PI:ve=^Pb:vs=^PB:pc=\177:te=20^P^]:\
    124 	:li#24:nd=^PR:.se=^P \200:.so=^P \002^PF:us=^P \020:ue=^P \200:\
    125 	:up=^P^L:nc:xr:xs:da:db:.pt:cr=^P^M:cd=^P^U^P^S^P^S:\
    126 	:if=/usr/share/lib/tabset/dtc382:
    127 Ad|dtc300s|300|300s|dtc 300s:\
    128 	:ct=\E3:st=\E1:do=^J:\
    129 	:kb=^h:le=^H:bs:co#132:hc:hu=\EH:hd=\Eh:os:pt:up=^Z:
    130 Ag|gsi:\
    131 	:le=^H:bs:co#132:hc:hd=\Eh:hu=\EH:os:pt:up=^Z:do=^J:
    132 # This used to have :pl: - maybe they meant :pt:?
    133 Aj|aj830|aj832|aj|anderson jacobson:\
    134 	:do=^J:le=^H:bs:hc:hd=\E9:hu=\E8:os:up=\E7:
    135 # From Chris Torek <chris (at] gyre.umd.edu> Thu, 7 Nov 85 18:21:58 EST
    136 AJ|aj510|AJ510|Anderson-Jacobson model 510:\
    137 	:ic=:ip=.1*:so=\E"I:us=\E"U:cd=\E'P:ce=\E'L:cl=^L:cm=\E#%+ %+ :\
    138 	:dl=2*\E&D:ue=\E"U:co#80:li#24:se=\E"I:al=2*\E&I:im=\E'I:ei=\E'J:\
    139 	:dc=.1*\E'D:up=\EY:nd=\EX:bs:am:mi:ti=\E"N:te=\E"N:\
    140 	:ku=\EY:kd=\EZ:kl=\EW:kr=\EX:pc=\177:
    141 #
    142 # From cbosg!ucbvax!pur-ee!cincy!chris Thu Aug 20 09:09:18 1981
    143 # This is incomplete, but it's a start.
    144 An|5520|nec|spinwriter|nec 5520:\
    145 	:ct=\E3:st=\E1:do=^J:kb=^h:le=^H:bs:co#132:hc:hu=\E]s\E9\E]W:\
    146 	:hd=\E]s\n\E]W:os:pt:up=\E9:
    147 Aq|qume5|qume|Qume Sprint 5:\
    148 	:ct=\E3:st=\E1:do=^J:\
    149 	:kb=^h:le=^H:bs:co#80:hc:hu=\EH:hd=\Eh:os:pt:up=^Z:
    150 Ar|q102|qume102|Qume 102:\
    151 	:al=\EE:am:bs:bt=\EI:\
    152 	:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :co#80:ct=\E3:\
    153 	:dc=\EW:dl=\ER:do=^J:ei=:ho=^^:ic=\EQ:im=:\
    154 	:k0=^A@\r:k1=^AA\r:k2=^AB\r:k3=^AC\r:kd=^J:kl=^H:kr=^L:ku=^K:\
    155 	:le=^H:li#24:ma=^K^P^L :nd=^L:\
    156 	:se=\EG0:sg#1:so=\EG4:st=\E1:\
    157 	:ue=\EG0:ug#1:ul:up=^K:us=\EG8:
    158 # From ucbvax!mtxinu!sybase!tim (Tim Wood) Fri Sep 27 10:25:24 PDT 1985
    159 # This entry supports line and character insert and delete, scroll up and
    160 # down and the arrow keys.  To use it, perform the following on your qvt-101
    161 #	1) enter SET-UP mode, select the SET 3 line;
    162 #	2) move the cursor to the EMULATION item and hit SPACE
    163 #	   until QVT-101B appears
    164 #	3) enter SHIFT-S
    165 #	4) exit SET-UP - the terminal is now configured
    166 As|q101|qvt101|qvt-101|Qume 101 $310 special:\
    167 	:al=\EE:am:bt=\EI:ce=\Et:cl=\E*:dc=\EW:\
    168 	:dl=\ER:do=^J:ic=\EQ:ei=:im=:md=\E(:me=\EG0:mh=\E):\
    169 	:le=^H:bs:cm=\E=%+ %+ :cl=1^Z:co#80:ho=^^:li#24:ma=^K^P:nd=^L:ku=^K:\
    170 	:vs=\EM4\040\200\200\200:mr=\EG4:ms:so=\EG4:se=\EG1:
    171 Bh|AT386|at386|at/386 console:\
    172 	:am:bw:eo:xo:xt:bs:\
    173 	:co#80:li#25:kn#4:\
    174 	:ae=^P:al=\E[1L:cd=\E[0J:ce=\E[0K:cl=\E[2J\E[H:\
    175 	:cm=\E[%i%2;%2H:ct=\E[3g:dc=\E[1P:dl=\E[1M:ho=\E[H:\
    176 	:ic=\E[1@:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOT:\
    177 	:k6=\EOU:k7=\EOV:k8=\EOW:k9=\EOX:kb=\b:kd=\E[B:\
    178 	:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:nd=\E[C:se=\E[m:\
    179 	:so=\E[7m:st=\EH:ue=\E[m:up=\E[A:us=\E[4m:nl=\E[B:\
    180 	:ko=do,nd,up,ho:
    181 Bi|AT386-M|at386-m|386AT-M|386at-m|SCOCONSOLE|scoconsole|at/386 console:\
    182 	:am:bw:eo:xo:xt:pt:\
    183 	:co#80:li#25:kn#6:\
    184 	:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
    185 	:LE=\E[%dD:RI=\E[%dC:\
    186 	:.SF=!!! MUST CHANGE BY HAND !!!\E[%P1%dS:SR=\E[S:\
    187 	:UP=\E[%dA:ae=\E[10m:al=\E[1L:as=\E[12m:cd=\E[J:\
    188 	:ce=\E[K:cl=\E[2J\E[H:cm=\E[%i%2;%2H:dc=\E[P:dl=\E[1M:\
    189 	:ho=\E[H:ic=\E[1@:is=\E[0;10;38m:k1=\EOP:k2=\EOQ:\
    190 	:k3=\EOR:k4=\EOS:k5=\EOT:k6=\EOU:k7=\EOV:k8=\EOW:\
    191 	:k9=\EOX:kb=\b:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:\
    192 	:ku=\E[A:nd=\E[C:se=\E[m:so=\E[7m:ue=\E[m:up=\E[A:\
    193 	:us=\E[4m:vb=^G:bc=\E[D:nl=\E[B:ko=le,do,nd,up,dc,ho:
    194 # I suspect the xerox1720 is the same as the diablo 1620.
    195 Ax|x1720|x1700|1700|x1750|xerox 1720:\
    196 	:co#132:le=^H:bs:hc:os:pt:do=^J:ct=\E2:st=\E1:
    197 # # --------------------------------
    199 #
    200 # C: CONTROL DATA
    201 #
    202 Ca|cdc456|cdc:\
    203 	:do=^J:li#24:co#80:cl=^Y^X:nd=^L:up=^Z:le=^H:bs:\
    204 	:cm=\E1%+ %+ :ho=^Y:al=\E\114:dl=\E\112:ce=^V:cd=^X:am:
    205 Cc|cdc456tst:\
    206 	:do=^J:li#24:co#80:cl=^y^x:le=^H:bs:cm=\E1%+ %+ :am:
    207 # # --------------------------------
    209 #
    210 # D: DATAMEDIA
    211 #
    212 D0|dm1520|dm1521|1521|1520|datamedia 1520:\
    213 	:do=^J:am:le=^H:bs:cd=^K:ce=^]:cl=^L:cm=^^%r%+ %+ :co#80:ho=^Y:\
    214 	:ku=^_:kd=^J:kl=^H:kr=^\:kh=^Y:\
    215 	:li#24:nd=^\:up=^_:xn:ma=^\ ^_^P^YH:pt:
    216 D2|dm2500|datamedia2500|2500|datamedia 2500:\
    217 	:do=^J:al=15^P\n^X^]^X^]:le=^H:bs:ce=^W:cl=^^^^\177:\
    218 	:cm=^L%r%n%.%.:co#80:dc=10*^P\b^X^]:dl=10*^P^Z^X^]:\
    219 	:dm=^P:ed=^X^]:ei=10\377\377^X^]:ho=^B:ic=10*^P^\^X^]:\
    220 	:im=^P:li#24:nc:nd=^\:pc=\377:so@=^N:se=^X^]:up=^Z:
    221 D3|dm3025|datamedia 3025a:\
    222 	:MT:is=\EQ\EU\EV:do=^J:\
    223 	:al=130\EP\n\EQ:le=^H:bs:cd=2\EJ:ce=\EK:cl=2\EM:cm=\EY%r%+ %+ :\
    224 	:co#80:dc=6\b:dl=130\EP\EA\EQ:dm=\EP:ed=\EQ:ei=\EQ:ho=\EH:\
    225 	:im=\EP:ip=6:li#24:nd=\EC:pt:so=\EO1:se=\EO0:up=\EA:
    226 D4|3045|dm3045|datamedia 3045a:\
    227 	:is=\EU\EV:do=^J:\
    228 	:am:le=^H:bs:cd=2\EJ:ce=\EK:cl=2\EM:cm=\EY%r%+ %+ :co#80:\
    229 	:dc=6\EB:dm=:ed=:ei=\EP:ho=\EH:ic=:im=\EP:ip=6:\
    230 	:k0=\Ey\r:k1=\Ep\r:k2=\Eq\r:k3=\Er\r:k4=\Es\r:\
    231 	:k5=\Et\r:k6=\Eu\r:k7=\Ev\r:k8=\Ew\r:k9=\Ex\r:\
    232 	:kh=\EH:ku=\EA:kr=\EC:li#24:nd=\EC:pc=\177:pt:eo:ul:up=\EA:xn:
    233 # dt80/1 is a vt100 lookalike, but it doesn't seem to need any padding.
    234 D5|dt80|dmdt80|dm80|datamedia dt80/1:\
    235 	:do=^J:cd=\E[J:ce=\E[K:cl=\E[2J\E[H:cm=%i\E[%d;%dH:ho=\E[H:\
    236 	:nd=\E[C:sr=\EM:so=\E[7m:se=\E[m:up=\E[A:us=\E[4m:ue=\E[m:tc=vt100:
    237 # except in 132 column mode, where it needs a little padding.
    238 # This is still less padding than the vt100, and you can always turn on
    239 # the ^S/^Q handshaking, so you can use vt100 flavors for things like
    240 # reverse video.
    241 D6|dt80w|dmdt80w|dm80w|datamedia dt80/1 in 132 char mode:\
    242 	:do=^J:cd=20\E[0J:co#132:ce=20\E[0K:\
    243 	:cm=5\E[%i%d;%dH:cl=50\E[H\E[2J:up=5\E[A:tc=dmdt80:
    244 # # --------------------------------
    246 #
    247 # H: HAZELTINE
    248 #
    249 # Since nd is blank, when you want to erase something you
    250 # are out of luck.  You will have to do ^L's a lot to
    251 # redraw the screen.  h1000 is untested.  It doesn't work in
    252 # vi - this terminal is too dumb for even vi.  (The code is
    253 # there but it isn't debugged for this case.)
    254 H1|h1000|hazeltine 1000:\
    255 	:le=^H:bs:ho=^K:cl=^L:nd= :co#80:li#12:do=^J:
    256 # Note: the h1552 appears to be the first Hazeltine terminal which
    257 # is not braindamaged.  It has tildes and backprimes and everything!
    258 # Be sure the auto lf/cr switch is set to cr.
    259 H2|h1552|hazeltine 1552:\
    260 	:do=^J:al=\EE:dl=\EO:k1=\EP:l1=blue:k2=\EQ:\
    261 	:l2=red:k3=\ER:l3=green:tc=vt52:
    262 H3|h1552rv|hazeltine 1552 reverse video:\
    263 	:do=^J:so=\ES:se=\ET:tc=h1552:
    264 # From cbosg!ucbvax!pur-ee!cincy!chris Thu Aug 20 09:09:18 1981
    265 H4|h1420|hazeltine 1420:\
    266 	:do=^J:le=^H:bs:am:li#24:co#80:al=\E^Z:dl=\E^S:cd=\E^X:cl=\E\034:\
    267 	:up=\E^L:nd=^P:ce=\E^O:ta=^N:cm=\E^Q%r%.%+ :so=\E\037:se=\E^Y:
    268 H5|h1500|hazeltine 1500:\
    269 	:do=^J:al=40~^Z:am:le=^H:bs:cd=10~^X:ce=~^O:cl=~^\:cm=~^Q%r%.%.:\
    270 	:co#80:dl=40~^S:do=~^K:li#24:nd=^P:.se=~^_:.so=~^Y:up=~^L:
    271 # h1510 assumed to be in sane escape mode.  Else use h1500.
    272 H6|h1510|hazeltine 1510:\
    273 	:do=^J:al=\E^Z:am:le=^H:bs:cd=\E^X:ce=\E^O:cl=\E^\:cm=\E^Q%r%.%.:\
    274 	:co#80:dl=\E^S:do=\E^K:li#24:nd=^P:.se=\E^_:.so=\E^Y:up=\E^L:
    275 H8|h1520|hazeltine 1520:\
    276 	:do=^J:al=~^Z:am:le=^H:bs:cd=~^X:ce=~^O:cl=~\034:cm=~^Q%r%.%.\200:\
    277 	:co#80:dl=~^S:do=~^K:hz:li#24:nd=^P:se=~^Y:so=~\037:up=~^L:ho=~^R:
    278 # Note: h2000 won't work well because of a clash between upper case and ~'s.
    279 H7|h2000|hazeltine 2000:\
    280 	:do=^J:al=6~^z:am:le=^H:bs:cl=6~^\:cm=~^q%r%.%.:co#74:\
    281 	:dl=6~^s:ho=~^r:li#27:nc:pc=\177:
    282 # Hazeltine esprit entries from Univ of Utah  Tue Feb  1 06:39:37 1983
    283 # J.Lepreau, lepreau@utah-cs, harpo!utah-cs!lepreau
    284 HE|esprit|hazeltine esprit:\
    285 	:al=40\E^Z:bs:cd=5\E^X:ce=\E^O:cl=\E^\:cm=\E^Q%r%>^^ %+`%+`:co#80:\
    286 	:dl=40\E^S:do=\E^K:ho=\E^R:li#24:nd=^P:se=\E^Y:so=\E^_:up=\E^L:
    287 HF|esprit-am|hazeltine esprit auto-margin:\
    288 	:am:tc=esprit:
    289 # # --------------------------------
    291 #
    292 # I: IBM, INTERACTIVE SYSTEMS, and INTECOLOR
    293 #
    294 # Some of these should go in the misc category, IBM, ISC, and ISC can't
    295 # all have I.  I will wait to see who comes out with more terminals.
    296 # These compucolors appear similar, but they at least have different
    297 # sized screens.  I don't know what's going on here.
    298 I8|8001|ISC8001|compucolor|intecolor:\
    299 	:do=^J:al=\EU:am:le=^Z:bc=^Z:cl=3*^L:cm=^C%r%.%.:\
    300 	:co#80:cd=\EQ:dm=\EQ:ed=\EF:dc=\177:dl=\EV:ei=\EF:\
    301 	:im=\EQ:li#40:nd=1^Y:ta=8\t:up=^\:ho=1^H:pc=^@:
    302 IG|compucolor2|compucolorII:\
    303 	:do=^J:pt:am:cm=%r^C%.%.:le=^Z:bc=^Z:li#32:co#64:\
    304 	:cl=^L:ho=^H:nd=^Y:up=^\:
    305 # From cithep!eric  Wed Sep 16 08:06:44 1981
    306 It|intext|Interactive Systems Corporation modified owl 1200:\
    307 	:do=^J:al=5.5*\020:am:le=^_:bc=^_:le=^H:bs:bt=^Y:cd=5.5*\026J:\
    308 	:ce=^K\160^R:cl=132\014:cm=\017%+ %+ :co#80:dc=5.5*\022:dl=5.5*\021:\
    309 	:ei=\026\074:im=\026\073:ip=5.5*:li#24:nd=\036:pt:up=\034:\
    310 	:se=^V# :sg#1:so=^V$,:ma=^K^P^R^L^L :\
    311 	:kl=^_:kd=^J:kr=^^:ku=\034:kb=^H:kh=^Z:\
    312 	:k1=^VA\r:k2=^VB\r:k3=^VC\r:k4=^VD\r:k5=^VE\r:\
    313 	:k6=^VF\r:k7=^VG\r:k8=^VH\r:k9=^VI\r:k0=^VJ\r:
    314 I9|ibm|ibm3101|3101|i3101|IBM 3101-10:\
    315 	:do=^J:ct=\EH:st=\E0:\
    316 	:if=/usr/share/lib/tabset/ibm3101:\
    317 	:am:le=^H:bs:cl=\EK:li#24:co#80:nd=\EC:up=\EA:cd=\EJ:ce=\EI:\
    318 	:kd=\EB:kl=\ED:kr=\EC:ku=\EA:ho=\EH:cm=\EY%+\40%+\40:pt:
    319 Ia|ibm-apl|apl|IBM apl terminal simulator:\
    320 	:li#25:tc=dm1520:
    321 #
    322 # M: MISCELLANEOUS TERMINALS
    323 #
    324 # The tab 132 uses xon/xoff, so no padding needed.
    325 # ks/ke have nothing to do with arrow keys.
    326 # is sets 80 col mode, normal video, autowrap on (for am).
    327 # Seems to be no way to get rid of status line.
    328 M0|abm80|amtek business machines 80:\
    329 	:do=^J:al=\E^Z:am:le=^H:bs:cd=\E^X:ce=\E^O:cl=\E^\:cm=\E^Q%r%+ %+ :\
    330 	:co#80:dl=\E^S:do=\E^K:li#24:nd=^P:.so=\E^_:.se=\E^Y:up=\E^L:\
    331 	:bw:bt=^T:ho=\E^R:
    332 M1|tab132|tab|tab132/15|tab 132/15:\
    333 	:is=\E[?7h\E[?3l\E[?5l:dN@:ks@:ke@:do=^J:\
    334 	:da:db:al=\E[L:dl=\E[M:dc=\E[P:ei=\E[4l:im=\E[4h:cm=\E[%i%d;%dH:\
    335 	:ku=\E[A:kd=\E[B:kl=\E[D:tc=vt100:
    336 M2|tab132w:\
    337 	:co#132:is=\E[?7h\E[?3h\E[?5l:tc=tab132:
    338 M3|tab132rv:\
    339 	:is=\E[?7h\E[?3l\E[?5h:tc=tab132:
    340 M4|tab132wrv:\
    341 	:is=\E[?7h\E[?3h\E[?5h:tc=tab132w:
    342 # This used to say "de#001202" which presumably refers to the stty bits
    343 # that need to be set for some version of Unix.  We need the real delay
    344 # requirements in MS.
    345 M5|mw2|Multiwriter 2:\
    346 	:do=^J:co#132:hc:os:
    347 M6|trs80|trs-80|radio shack trs-80 Model I:\
    348 	:do=^J:am:le=^H:bs:co#64:li#16:
    349 M7|d800|Direct 800/A:\
    350 	:do=^J:co#80:li#24:am:cl=\E[1;1H\E[2J:le=^H:bs:cm=\E[%i%d;%dH:\
    351 	:nd=\E[C:up=\E[A:ce=\E[K:cd=\E[J:\
    352 	:so=\E[7m:se=\E[0m:us=\E[4m:ue=\E[0m:xs:vs=\E[>12l:ve=\E[>12h:\
    353 	:sf=\ED:sr=\EM:da:db:as=\E[1m:ae=\E[0m:ms:pt:\
    354 	:kl=\E[D:kr=\E[C:ku=\E[A:kd=\E[B:\
    355 	:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
    356 	:k5=\EOT:k6=\EOU:k7=\EOV:k8=\EOW:
    357 M8|vc404|volker-craig 404:\
    358 	:do=^J:am:le=^H:bs:cd=40^W:ce=20^V:cl=40^X:cm=^P%+ %+ :co#80:\
    359 	:ho=40^Y:kd=^J:kl=^H:kr=^U:ku=^Z:li#24:ma=^Z^P^U :nd=^U:up=^Z:
    360 M9|vc404-s|volker-craig 404 w/standout mode:\
    361 	:do=^J:se=^O:so=^N:tc=vc404:
    362 MA|vc404-na|volker-craig 404 w/no arrow keys:\
    363 	:ma@:kr@:ku@:tc=vc404:
    364 MB|vc404-s-na|volker-craig 404 w/standout mode and no arrow keys:\
    365 	:se=^O:so=^N:tc=vc404-na:
    366 # missing in vc303a and vc303 descriptions:  they scroll 2 lines at a time
    367 MC|vc303a|vc403a|volker-craig 303a:\
    368 	:do=^J:am:le=^H:bs:ce=20^V:cl=40^X:co#80:ho=40^Y:kd=^J:kl=^H::kr=^U:\
    369 	:ku=^Z:li#24:ll=^P^@W:nd=^U:ns:up=^Z:
    370 MD|vc303|vc103|vc203|volker-craig 303:\
    371 	:do=^J:am:le=^H:bs:cl=40^L:co#80:ho=40^K:kd=^J:kl=^H:\
    372 	:kr=^I:ku=^N:li#24:ll=^O\200W:nd=^I:ns:up=^N:
    373 # Test version for Falco ts-1. See "arpavax.hickman@ucb" for info
    374 ME|falco|ts1|ts-1|falco ts-1:is=\Eu\E3:\
    375 	:do=^J:al=\EE:am:bs:ce=\ET\EG0^h:cm=\E=%+ %+ :cl=\E*:cd=\EY:co#80:\
    376 	:dc=\EW:dl=\ER:ei=\Er:ho=^^:im=\Eq:k0=^A0\r:kd=^J:kl=^H:pt:\
    377 	:kr=^L:ku=^K:li#24:nd=^L:se=\Eg0:so=\Eg1:up=^K:us=\Eg1:ue=\Eg0:
    378 MF|falco-p|falco ts-1sp|falco with paging option:\
    379 	:is=\EZ\E3\E_c:\
    380 	:al=\EE:am:bs:ce=\ET\EG0^H\Eg0:cl=\E*:cd=\EY:co#80:dc=\EW:\
    381 	:dl=\ER:kd=\E[B:kl=\E[D:ei=\Er:im=\Eq:pt:db:\
    382 	:kr=\E[C:ku=\E[A:li#24:nd=\E[C:se=\Eg0:so=\Eg4:\
    383 	:up=\E[A:us=\Eg1:ti=\E_d:te=\E_b:\
    384 	:ue=\Eg0:do=\E[B:cm=\E=%+ %+ :ms:ul:kh=\E[H:da:mi:bt=\EI:
    385 #NOTE: bg can scroll, it just would rather not (ns) - rwells 3/13/81.
    386 # (Shouldn't you take out ns and put in an nl instead? - mrh)
    387 MG|bg|bitgraph|BBN BitGraph terminal:\
    388 	:do=^J:al=2*\E[L:bs:cd=150\E[J:ce=2\E[K:\
    389 	:cl=150\E[H\E[J:cm=%i\E[%d;%dH:co#85:\
    390 	:dl=2*\E[M:k0=\EP:k1=\EQ:k2=\ER:k3=\ES:kd=\EB:ke=\E>:kl=\ED:kr=\EC:\
    391 	:ks=\E=:ku=\EA:li#64:nd=\E[C:ns:pt:se=\E[0m:so=\E[7m:up=\E[A:sf=280\n:
    392 MH|d132|datagraphix|datagraphix 132a:\
    393 	:do=^J:co#80:li#30:cl=^l:ho=\Et:da:db:sf=\Ev:sr=\Ew:\
    394 	:up=\Ek:nd=\El:vs=\ex:ve=\Em\En:\
    395 	:al=\E3:ic=\E5:dc=\E6:in:ic=\E5:
    396 MI|soroc|Soroc 120:\
    397 	:do=^J:cd=\EY:ce=\ET:cl=2\E*:ma=^K^P^R^L^L :\
    398 	:kl=^H:ku=^K:kr=^L:kd=^J:tc=adm3a:
    399 #  From: ma179abu%sdcc3 (at] sdcsvax.ucsd.edu (Bill Houle)
    400 MI|iq140|soroc140|Soroc IQ140 with inverse & dim:\
    401 	:ic=\EQ:dc=\EW:al=\EE:dl=\ER:ce=\ET:cd=\EY:cl=\E+:cm=\E=%+ %+ :\
    402 	:up=^K:do=^J:le=^H:nd=^L:ho=^^:ta=\Ei:ma=^Kk^Jj^Hh^Ll^^h:am:bs:\
    403 	:co#80:li#24:ei=:im=:kb=^H:kh=^^:ku=^K:kd=^J:kl=^H:kr=^L:\
    404 	:k0=^AI:k1=^A@:k2=^AA:k3=^AB:k4=^AC:k5=^AD:k6=^AE:k7=^AF:\
    405 	:k8=^AG:k9=^AH:se=\E\177:so=\E\177:us=\E):ue=\E(:
    406 # tec is untested, and taken from CB/Unix virtual terminal driver.
    407 # Upper case terminal, uses lower case for control sequences!!!
    408 # The driver shows the C ~ operator used on CM coordinates.
    409 # Without the terminal in front of me, I can't figure out what's
    410 # going on, so I've dotted out the cm.  Note there is no ~ in tgoto.
    411 MJ|tec400|tec scope:\
    412 	:do=^J:.cm=l%r%.%.:up=x:do=h:nd=g:le=w:ho=i:so={:se=|:sg#1:\
    413 	:cl=f:al=e:dl=u:ic=d:dc=t:ce=c:cd=s:
    414 # From ucbvax!geoff Mon Sep 21 21:15:45 1981
    415 # This entry has been tested.
    416 MK|tec500|tec 500:\
    417 	:do=^J:am:le=^H:bs:cm=\E=%+ %+ :cl=20^Z:\
    418 	:co#80:ho=^^:li#24:nd=^L:up=^K:so=^]:se=^\:
    419 # I would appreciate more information on this terminal, such as the
    420 # manufacturer and the model number.  There is too many tecs in here.
    421 ML|tec:\
    422 	:li#24:co#80:cl=^l:up=^k:nd=\037:\
    423 	:am:le=^H:bs:ho=\036:ma=^K^P^_ :do=^J:
    424 MM|teletec|Teletec Datascreen:\
    425 	:do=^J:am:le=^H:bs:co#80:cl=^l:ho=^^:li#24:nd=^_:up=^k:
    426 # From cbosg!ucbvax!SRC:george Fri Sep 11 22:38:32 1981
    427 MN|ampex|d80|dialogue|dialogue80|ampex dialogue 80:\
    428 	:ct=\E3:st=\E1:do=^J:is=\EA:us=\El:ue=\Em:\
    429 	:am:le=^H:bs:pt:cl=75\E*:cm=\E=%+ %+ :\
    430 	:al=5*\EE:bt=\EI:ic=\EQ:im=:ei=:dl=5*\ER:dc=\EW:\
    431 	:ce=\Et:cd=\Ey:so=\Ej:se=\Ek:li#24:co#80:nd=^L:up=^K:
    432 #  From: atd!dsd!rcb (at] ucbvax.berkeley.edu (Richard Bascove)
    433 A2|a210|210|ampex210|ampex a210:\
    434 	:am:bs:cl=\E*:cm=\E=%+ %+ :al=\EE:bt=\EI:ic=\EQ:im=:ei=:\
    435 	:dl=\ER:dc=\EW:ho=^^:xn:ce=\Et:cd=\Ey:li#24:co#80:nd=^L:up=^K:\
    436 	:pt:if=/usr/share/lib/tabset/std:is=\EC\Eu\E'\E(\El\EA\E%\E{\E.2\EG0\Ed\En:\
    437 	:kl=^H:kr=^L:kd=^V:ku=^K:kh=^^:hs:ts=\E.0\Eg\E}\Ef:fs=\E.2:\
    438 	:kn#10:k0=^A0^M:k1=^A1^M:k2=^A2^M:k3=^A3^M:k4=^A4^M:k5=^A5^M:\
    439 	:vb=\EU\EX\EU\EX\EU\EX\EU\EX:k6=^A6^M:k7=^A7^M:k8=^A8^M:k9=^A9^M:\
    440 	:so=\EG4:se=\EG0:us=\EG8:ue=\EG0:ug#1:sg#1:
    441 MO|digilog|333|digilog 333:\
    442 	:le=^H:bs:co#80:ce=\030:ho=^n:li#16:nd=^i:up=^o:do=^J:
    443 MP|ep48|ep4080|execuport 4080:\
    444 	:am:le=^H:bs:os:co#80:hu=\036:hd=\034:do=^J:
    445 MQ|ep40|ep4000|execuport 4000:\
    446 	:am:le=^H:bs:os:co#136:hu=\036:hd=\034:do=^J:
    447 MR|terminet1200|terminet300|tn1200|tn300|terminet|GE terminet 1200:\
    448 	:co#120:hc:os:do=^J:
    449 # AED 512
    450 # by giles Billingsley (gilesb%ucbcad@berkeley)
    451 # rewritten 8/82 for newer AEDs and better operation of vi,etc.
    452 MS|aed|AED|aed512|AED512|aed 512:\
    453 	:db:co#64:li#40:cl=^L:bs:nd=\Ei0800\001:\
    454 	:up=^K:ve=\E\E\E\E\E\E\E\072004=000200??\001:\
    455 	:vb=\EK0001??0000K0001202080\001:\
    456 	:us=\E\07200>8000140\001:ue=\E\07200>8000100\001:\
    457 	:uc=\Ei???>l0800i0102\001:\
    458 	:ti=\E\07200>8000140{<04<0??00001010L<0\072004=0002??00\001:\
    459 	:te=\E\07200>8000100{804<0??00001000L80\072004=000200??\001:\
    460 	:so=\E\07200>8000140[80C00\001:se=\E[00C80\001:\
    461 	:is=\EG1MMM.`40K0001202080K8001????00^L\EC80L80{80^L\EK010100????K0601??0000c818100\EG1HHH.\07210000019A27FD006A280D002A200A52429FE8524861086118612861360N031B4C3F3F1800N041B0C1B4C38301800N001B3B313030301800N011B3B313030341800N021B3B313030381800N050800N061B3B313335301800\07211000015A58E8D5011A58F8D5111A5908D5211A5918D531160\07212000015AD5011858EAD5111858FAD52118590AD5311859160\0721300004B2071C5858E0A18658E0A0A858EA900858F268FA5278590A50A29018591A9F51865908590A90165918591A59038E58E8590A591E58F290185912071C5180A0A0A0901858EA900858F268F60\0721350000BA9472031DEA9502031DE60\E\E\E\EG1MMM.^A:
    462 zL|aed-ucb|AED-UCB|aed512-ucb|AED512-UCB|aed 512 w/o UCB ROM:\
    463 	:db:co#64:li#40:cl=^L:bs:nd=\Ei0800\001:up=^K:\
    464 	:ve=\E\E\E\E\E\E\E\072004=000200??\001:\
    465 	:vb=\EK0001??0000K0001202080\001:\
    466 	:us=\E\07200>8000140\001:ue=\E\07200>8000100\001:\
    467 	:uc=\Ei???>l0800i0102\001:\
    468 	:ti=\E\07200>8000140{<04<0??00001010L<0\072004=0002??00\001:\
    469 	:te=\E\07200>8000100{804<0??00001000L80\072004=000200??\001:\
    470 	:so=\E\07200>8000140[80C00\001:se=\E[00C80\001:\
    471 	:if=/usr/share/lib/tabset/aed512:
    472 # CIT 80  - vt 100 emulator, the termcap has been modified to remove
    473 #           the delay times and do an auto tab set rather than the indirect
    474 #           file used in vt100.
    475 MT|cit80|cit 80|Citoh 80:\
    476 	:co#80:li#24:am:cl=\E[;H\EJ:bs:cm=\E[%i%2;%2H:nd=\E[C:up=\E[A:\
    477 	:ce=\EK:cd=\EJ:is=\E>:ks=\E[?1h\E=:ke=\E[?1l\E>:\
    478 	:ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:
    479 # From mtxinu!sybase!tim (Tim Wood) Fri Sep 27 09:39:12 PDT 1985
    480 # Alternate cit101 (vt100 em) file used in vt100.
    481 #	    Uses 23 lines so can run citsys (like h19sys).
    482 #	24 May 85 (mtxinu!sybase!tim) - removed 2-byte limit on 'cm' cursor
    483 #	  coordinates otherwise there is garbling on long lines in 
    484 #	  co#132 mode; also added support for multipage	memory on the Itoh.
    485 MU|citc|Citoh fast vt100:\
    486 	:co#80:li#23:am:cl=\E[;H\E[2J:bs:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\
    487 	:ce=\E[K:cd=\E[J:so=\E[7m:se=\E[m:us=\E[4m:ue=\E[m:\
    488 	:is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[3g\E[>5g:\
    489 	:ks=\E[?1h\E=:ke=\E[?1l\E>:ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:\
    490 	: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:\
    491 	:dc=\E[P:al=\E[L:im=:ei=:dl=\E[M:ic=\E[@:vs=\E7\E[U:ve=\E[V\E8:xn:
    492 MV|cita|:\
    493 	:co#80:li#23:am:cl=\E[;H\E[2J:bs:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\
    494 	:ce=\E[K:cd=\E[J:so=\E[7m:se=\E[m:us=\E[4m:ue=\E[m:\
    495 	:is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[3g\E[>5g:\
    496 	:ks=\E[?1h\E=:ke=\E[?1l\E>:\
    497 	:ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:vs=\E7\E[U:ve=\E[V\E8:\
    498 	: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:xn:
    499 MW|cit101:li#24:vb@:tc=citc
    500 MX|cit101b:li#24:tc=citc
    501 Mh|cit500|cit-500|cit 500:\
    502 	:co#80:li#40:cl=50\E[;H\E[2J:bs:am:cm=5\E[%i%2;%2H:nd=2\E[C:up=2\E[A:\
    503 	:ce=3\E[K:cd=50\E[J:so=2\E[7m:se=2\E[m:us=2\E[4m:ue=2\E[m:\
    504 	:is=\E(B\E)0\E>\E[?3l\E[?7h\E[?8h:ks=\E[?1h\E=:ke=\E[?1l\E>:\
    505 	:if=/usr/share/lib/tabset/vt100:ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:\
    506 	:kh=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:pt:sr=5\EM:xn:\
    507 	:do=\ED:al=\E[L:dc=\E[P:dl=\E[M:
    508 # Note several versions of blit.  I don't know exactly what is what
    509 # so please send me any corrections to this -- mrh
    510 # From research!ikeya!rob Tue Aug 31 23:41 EDT 1982
    511 MY|blit|jerq|blit-pb|blit running teletype rom:\
    512 	:do=^J:IC=\Ef%+ :DC=\Ee%+ :AL=\EF%+ :DL=\EE%+ :\
    513 	:mi:dl=\EE!:ic=\Ef!:dc=\Ee!:al=\EF!:\
    514 	:ce=\EK:cl=^L:cm=\EY%r%+ %+ :co#87:li#72:nd=\EC:\
    515 	:up=\EA:ku=\EA:kd=\EB:kr=\EC:kl=\ED:kb=^H:am:ul:pt:eo:
    516 MZ|cbblit|columbus enhanced tty blit:\
    517 	:vb=\E^G:so=\EU!:se=\EV!:us=\EU":ue=\EV":cd=\EJ:\
    518 	:im=\EQ:ei=\ER:ic@:co#88:sf=\EG:tc=blit:
    519 Ma|oblit|ojerq|first version of blit rom:\
    520 	:do=^J:AL=\Ef%+ :DL=\Ee%+ :mi:dl=\EE:ei=\ER:im=\EQ:dc=\EO:da:db:\
    521 	:al=\EF:cd=\EJ:ce=\EK:cl=^L:cm=\EY%r%+ %+ :co#88:li#72:nd=\EC:\
    522 	:up=\EA:vb=\E^G:am:ul:pt:eo:
    523 Mb|daleblit|daleterm|blit running Dale DeJager's ROM:\
    524 	:ku=\EA:kd=\EB:kr=\EC:kl=\ED:so=\EU!:se=\EV!:us=\EU":ue=\EV":\
    525 	:da@:db@:tc=oblit:
    526 Mc|datapoint|dp3|dp3360|datapoint 3360:\
    527 	:do=^J:am:le=^H:bs:cd=^_:ce=^^:cl=^]^_:co#82:ho=^]:li#25:nd=^x:up=^z:
    528 #From: cbosgd!utcs!romwa (at] ucbvax.berkeley.edu (mark dornfeld)
    529 #		This termcap is for the LANPAR Technologies VISION 3220
    530 #	terminal.  The function key definitions k0-k5 represent the
    531 #	edit keypad: FIND, INSERT HERE, REMOVE, SELECT, PREV SCREEN,
    532 #	NEXT SCREEN. The key definitions k6-k9 represent the PF1 to
    533 #	PF4 keys.
    534 v0|v3220|LANPAR Vision II model 3220/3221/3222:\
    535 	:co#80:li#24:cl=\E[H\E[J:bs:am:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\
    536 	:ce=\E[K:cd=\E[J:so=\E[7m:se=\E[m:us=\E[4m:ue=\E[m:\
    537 	:is=\E>\E[?3l\E[?7h\E[?8h\E[p:ks=\E=:ke=\E>:\
    538 	:kn#10:k0=\E[1~:k1=\E[2~:k2=\E[3~:k3=\E[4~:k4=\E[5~:k5=\E[6~:\
    539 	:k6=\E[OP:k7=\E[OQ:k8=\E[OR:k9=\E[OS:\
    540 	:ku=\E[A:kd=\E[B:kr=\E[C:kl=\E[D:\
    541 	:kh=\E[H:pt:sr=\EM:xn:\
    542 	:dl=\E[M:dc=\E[P:ei=\E[4l:al=\E[L:im=\E[4h:mi:
    543 # From ucbvax!faletti (Faletti@Berkeley)
    544 # FREEDOM 100 by Liberty Electronics USA, SF.
    545 # :kh=^^:  left out because it precludes using change-to-alternate-file in vi.
    546 # Basic Freedom 100 entry, works with VI at 1200 baud.
    547 Md|f100|freedom100|freedom|freedom 100 no padding:\
    548 	:am:bs:bw:mi:ms:pt:co#80:kn#20:li#24:\
    549 	:ct=\E3:st=\E1:is=\Eg\Ef\r\Ed:kr=^L:\
    550 	:cl=^Z:do=^J:ho=^^:kb=^H:kl=^H:kd=^V:\
    551 	:ko=dc,al,dl,cl,bt,ce,cd:ku=^K:le=^H:nd=^L:\
    552 	:ch=\E]%+ :cm=\E=%+ %+ :cv=\E[%+ :sr=\Ej:up=^K:\
    553 	:al=\EE:bt=\EI:cd=\EY:ce=\ET:dc=\EW:dl=\ER:ei=\Er:im=\Eq:\
    554 	:se=\EG0:so=\EG4:ue=\EG0:us=\EG8:as=\E$:ae=\E%:\
    555 	:vb=\Eb\200\200\Ed:\
    556 	:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
    557 	:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:k0=^AI\r:\
    558 	:hs:ts=\Eg\Ef:fs=\r:ds=\Eg\Ef\r:
    559 Me|f100-rv|freedom100-rv|freedom-rv|freedom100 with reverse video at 1200:\
    560 	:is=\Eg\Ef\r\Eb:vb=\Ed\200\200\Eb:tc=freedom100:
    561 # VI at 9600 baud (or EMACS at 1200 -- but may be more than is needed for emacs)
    562 Mf|f100-v|freedom100-v|freedom-v|freedom100 for 9600 vi or 1200 emacs:\
    563 	:al=6.5*\EE:dl=11.5*\ER:\
    564 	:vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:\
    565 	:tc=freedom100:
    566 Mx|f100-v-rv|freedom100-v-rv|freedom-v-rv|freedom100 rev. vid. for 9600 vi:\
    567 	:al=6.5*\EE:dl=11.5*\ER:is=\Eg\Ef\r\Eb:\
    568 	:vb=\Ed\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Eb:\
    569 	:tc=freedom100:
    570 # EMACS at 9600 baud -- this still needs some more work on the padding
    571 My|f100-e|freedom100-e|freedom-e|freedom100 for 9600 emacs:\
    572 	:al=8.5*\EE:dl=11.5*\ER:ip=6:\
    573 	:vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:\
    574 	:tc=freedom100:
    575 Mz|f100-e-rv|freedom100-e-rv|freedom-e-rv|freedom100 rev. vid. for emacs 9600:\
    576 	:al=8.5*\EE:dl=11.5*\ER:ip=6:is=\Eg\Ef\r\Eb:\
    577 	:vb=\Ed\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Eb:\
    578 	:tc=freedom100:
    579 zM|f110-v|freedom110-v|freedom110 for 9600 vi or 1200 emacs:\
    580 	:is=\Eg\Ef\r\Ed\EO:dc=\EO\EW:im=\EO\Eq:\
    581 	:al=6.5*\EE:dl=11.5*\ER:\
    582 	:vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:\
    583 	:tc=freedom100:
    584 # (from kerch@lll-crg)
    585 L1|f200|freedom200| Freedom 200 VDT by Liberty Electronics :\
    586 	:if=/usr/share/lib/tabset/stdcrt:al=\EE:am:bs:bt=\EI:cd=\EY:\
    587 	:ce=\ET:cl=^Z:cm=\E=%+ %+ :co#80:dc=\EW:dl=\ER:do=^V:\
    588 	:ds=\Eh:ei=\Er:im=\Eq:is=\Eg\El\E\041\062:\
    589 	:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
    590 	:k6=^AE\r:k7=^AE\r:k8=^AF\r:k9=^AG\r:kd=^V:kr=L:\
    591 	:ku=^K:li#24:ms:nd=^L:se=\EG0:so=\EG4:sr=\Ej:\
    592 	:te=\EJ\E\\2\E|\041\061^L^Y:ti=\E\\1\EK\E|\041\061L^Y:\
    593 	:ts=\Ef:ue=\EG0:up=^K:us=\EG8:vb=\Eb\Ed:hs:i2=\E^O\Eg:\
    594 	:ts=\Ef:fs=^M:ds=\E^N:
    595 #From: Wayne Throop at Data General, RTP, NC, mcnc!rti-sel!rtp47!throopw
    596 #Note that the cursor-down is ^Z.  This means that to use DG terminals with
    597 #the cshell or with system V shl, you must map the escape character to
    598 #something other than ^Z.
    599 #It ought to work for a D210 as well as a 605x.
    600 Mg|605x|6053|dg6053|data general 6053:\
    601 	:am:bc=^y:cl=^l:cm=4^p%r%.%.:nd=^x:up=^w:ce=^k:us=^t:\
    602 	:ue=^u:so=^\:se=^]:kl=^y:kr=^x:ku=^w:kd=^z:kh=^h:ho=^h:\
    603 	:ko=cl,ce:li#24:co#80:is=^r:do=^z:ul:nl=^m^j:k0=\036q:k1=\036r:\
    604 	:k2=\036s:k3=\036t:k4=\036u:k5=\036v:k6=\036w:k7=\036x:k8=\036y:\
    605 	:k9=\036z:
    606 Mi|cdi|cdi1203:\
    607 	:am:le=^H:bs:hc:os:co#80:dC#200:do=^J:
    608 # ^S is an arrow key!  Boy is this guy in for a surprise on v7!
    609 Ml|sol:\
    610 	:do=^J:am:le=^Y:ho=^H:bs:cm=\E^1%.\E^2%.:cl=^K:ho=^N:co#64:li#16:\
    611 	:nd=^S:up=^W:kl=^A:kr=^S:ku=^W:kd=^Z:ma=^A^H^S ^W^P^Z^N:
    612 Mn|xl83|Cybernex XL-83:\
    613 	:do=^J:am:le=^H:bs:cd=62^P:ce=3^O:cl=62^L:cm=^W%+ %+ :co#80:ho=^K:\
    614 	:kd=^J:kl=^H:ku=^N:li#24:up=^N:nd=^I:
    615 Mo|omron|Omron 8025AG:\
    616 	:do=^J:al=\EL:am:le=^H:bs:cd=\ER:co#80:ce=\EK:cl=\EJ:\
    617 	:da:db:dc=\EP:dl=\EM:ho=\EH:li#24:nd=\EC:se=\E4:sf=\ES:\
    618 	:so=\Ef:sr=\ET:up=\EA:ve=:vs=\EN:
    619 Mp|plasma|plasma panel:\
    620 	:am:le=^H:bs:cl=^L:co#85:ho=^^:li#45:nd=\030:up=\026:do=^J:
    621 Mq|pty|psuedo teletype:\
    622 	:do=^J:co#80:li#24:am:cl=\EJ:le=^H:bs:cm=\EG%+ %+ :nd=\EC:\
    623 	:up=\EA:ce=\EK:cd=\EL:al=\EP:dl=\EN:ic=\EO:\
    624 	:so=\Ea$:se=\Eb$:us=\Ea!:ue=\Eb!:
    625 Mr|remote|virtual remote terminal:\
    626 	:co#79:am@:nl@:tc=virtual:
    627 Ms|swtp|ct82|southwest technical products ct82:\
    628 	:do=^J:am:le=^d:bc=^d:\
    629 	:al=^\^y:cd=^v:ce=^F:cl=^L:cm=%r^k%.%.:co#82:li#20:\
    630 	:dl=^z:nd=^s:up=^a:so=^^^v:se=^^^F:dc=^\^h:ic=^\^x:ho=^p:\
    631 	:ei=:sf=^n:sr=^o:ll=^c:im=:\
    632 	:is=^\^r^^^s^^^d^]^w^i^s^^^]^^^o^]^w^r^i:
    633 Mt|terak|Terak emulating Datamedia 1520:\
    634 	:tc=dm1520:
    635 Mu|sun|sun-color|Sun Microsystems Workstation console:\
    636 	:am:bs:km:mi:ms:pt:li#34:co#80:cl=^L:cm=\E[%i%d;%dH:\
    637 	:ce=\E[K:cd=\E[J:\
    638 	:so=\E[7m:se=\E[m:us=\E[4m:ue=\E[m:rs=\E[s:\
    639 	:md=\E[1m:mr=\E[7m:me=\E[m:\
    640 	:al=\E[L:dl=\E[M:im=:ei=:ic=\E[@:dc=\E[P:\
    641 	:AL=\E[%dL:DL=\E[%dM:IC=\E[%d@:DC=\E[%dP:\
    642 	:up=\E[A:nd=\E[C:ku=\E[A:kd=\E[B:kr=\E[C:kl=\E[D:\
    643 	:k1=\E[224z:k2=\E[225z:k3=\E[226z:k4=\E[227z:k5=\E[228z:\
    644 	:k6=\E[229z:k7=\E[230z:k8=\E[231z:k9=\E[232z:
    645 M<|sun1|old Sun Microsystems Workstation console:\
    646 	:am:bs:km:mi:ms:pt:li#34:co#80:cl=^L:cm=\E[%i%d;%dH:\
    647 	:ce=\E[K:cd=\E[J:so=\E[7m:se=\E[m:rs=\E[s:\
    648 	:al=\E[L:dl=\E[M:im=:ei=:ic=\E[@:dc=\E[P:\
    649 	:AL=\E[%dL:DL=\E[%dM:IC=\E[%d@:DC=\E[%dP:\
    650 	:up=\E[A:nd=\E[C:ku=\E[A:kd=\E[B:kr=\E[C:kl=\E[D:kh=\E[H:\
    651 	:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:
    652 # From john@ucbrenoir  Tue Sep 24 13:14:44 1985
    653 Mu|sun-s|Sun Microsystems Workstation window with status line:\
    654 	:hs:ts=\E]l:fs=\E\\:ds=\E]l\E\\:tc=sun:
    655 Mu|sun-e-s|sun-s-e|Sun Microsystems Workstation with status hacked for emacs:\
    656 	:hs:ts=\E]l:fs=\E\\:ds=\E]l\E\\:tc=sun-e:
    657 M0|sun-48|Sun 48-line window:\
    658 	:li#48:co#80:tc=sun:
    659 M1|sun-34|Sun 34-line window:\
    660 	:li#34:co#80:tc=sun:
    661 M2|sun-24|Sun 24-line window:\
    662 	:li#24:co#80:tc=sun:
    663 M3|sun-17|Sun 17-line window:\
    664 	:li#17:co#80:tc=sun:
    665 M4|sun-12|Sun 12-line window:\
    666 	:li#12:co#80:tc=sun:
    667 M5|sun-1|Sun 1-line window for sysline:\
    668 	:li#1:co#80:es:hs:ts=\r:fs=\E[K:ds=^L:tc=sun:
    669 # emacs runs faster without insert character
    670 M-|sun-e|sun-nic|sune|Sun Microsystems Workstation without insert character:\
    671 	:ic@:im@:ei@:tc=sun:
    672 M+|sun-cmd|Sun Microsystems Workstation console with scrollable history:\
    673 	:te=\E[>4h:ti=\E[>4l:tc=sun:
    674 M=|sun-na|Sun Microsystems Workstation console with no arrow keys:\
    675 	:ku@:kd@:kr@:kl@:tc=sun:
    676 Mv|virtual|VIRTUAL|cb unix virtual terminal:\
    677 	:do=^J:co#80:li#24:am:cl=\E\112:le=^H:bs:cm=\E\107%r%.%.:nd=\E\103:\
    678 	:up=\E\101:ce=\E\113:cd=\E\114:al=\E\120:dl=\E\116:im=:ei=:ic=\E\117:\
    679 	:da:db:kl=\E\104:kr=\E\103:ku=\E\101:kd=\E\102:kh=\E\105:\
    680 	:so=\E\141\004:se=\E\142\004:us=\E\141\001:ue=\E\142\001:
    681 Mw|it2|intertube2|intertec data systems intertube 2:\
    682 	:do=^J:am:bs:cl=^L:co#80:ho=^A:li#25:up=^Z:ce=\EK:\
    683 	:cm=^N%+ %+ :ch=^P%\102%.:cv=^K%.:nd=^F:do=\n:ll=^K^X\r:\
    684 	:so=\E0P:se=\E0@:
    685 Mx|delta|dd5000|delta data 5000:\
    686 	:do=^J:am:le=^H:bs:cl=^NR:cm=^O%\068%+9%\068%+9:co#80:li#27:\
    687 	:ho=^NQ:nc:nd=^Y:up=^Z:ce=^NU:dc=^NV:ma=^K^J^Z^P^Y :xr:
    688 My|mdl110|cybernex mdl-110:\
    689 	:cm=^P%+ %+ :co#80:li#24:am:cl=70^X:le=^H:bs:do=^J:\
    690 	:nd=^U:up=^Z:ho=^Y:ce=145^N@^V:cd=145^NA^W:al=65^NA^N^]:\
    691 	:dl=40^NA^N^^:im=:ei=:ic=3.5^NA^]:dm=:ed=:dc=3.5^NA^^:\
    692 	:so=^NF:se=^NG:ta=43\t:ma=^Z^P:cd=6^N@^V
    693 Mz|zen30|z30|zentec 30:\
    694 	:do=^J:mi:co#80:li#24:ma=^L ^R^L^K^P:ul:\
    695 	:al=1.5*\EE:le=^H:bs:ce=1.0*\ET:cm=\E=%+ %+ :cl=\E*:\
    696 	:ho=^^:nd=^L:se=\EG0:so=\EG6:up=^K:im=\Eq:ei=\Er:\
    697 	:am:dc=\EW:dl=1.5*\ER:cd=\EY:
    698 m0|modgraph|mod|Modgraph terminal emulating vt100, 24x80:\
    699 	:xn@:rf@:sr=5\EM\E[K:vs=\E\^9;0s\E\^7;1s:\
    700 	: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:\
    701 	:tc=vt100:
    702 # dmchat is like DM2500, but DOES need "all that padding" (jcm 1/31/82)
    703 # also, has a meta-key (MT)
    704 # from goldberger (at] su-csli.arpa
    705 MX|dmchat|dmchat version of datamedia 2500:\
    706 	:al=1*^P\n^X^]^X^]:\
    707 	:MT:km:\
    708 	:dl=2^P^Z^X^]:\
    709 	:tc=dm2500:
    710 # # --------------------------------
    712 #
    713 # N: ANN ARBOR
    714 #
    715 # Needs function keys added.
    716 # Originally from Mike O'Brien@Rand and Howard Katseff at Bell Labs.
    717 # Highly modified 6/22 by Mike O'Brien.
    718 # split out into several for the various screen sizes by dave-yost@rand
    719 # Modifications made 3/82 by Mark Horton
    720 # Modified by Tom Quarles at UCB for greater efficiency and more diversity
    721 # status line moved to top of screen, vb removed 5/82
    722 #
    723 # assumes the following setup:
    724 # A: 0000 1010  0001 0000
    725 # B: 9600  0100 1000  0000 0000  1000 0000  17  19
    726 # C: 56   66   0    0    9600  0110 1100
    727 # D: 0110 1001   1   0
    728 #
    729 #	Briefly, the settings are for the following modes:
    730 #	   (values are for bit set/clear with * indicating our preference
    731 #	    and the value used to test these termcaps)
    732 #	Note that many of these settings are irrelevant to the termcap
    733 #	and are just set to the default mode of the terminal as shipped
    734 #	by the factory.
    735 #
    736 # A menu: 0000 1010  0001 0000
    737 #	Block/underline cursor*
    738 #	blinking/nonblinking cursor*
    739 #	key click/no key click*
    740 #	bell/no bell at column 72*
    741 #
    742 #	key pad is cursor control*/key pad is numeric
    743 #	return and line feed/return for <cr> key *
    744 #	repeat after .5 sec*/no repeat
    745 #	repeat at 25/15 chars per sec. *
    746 #
    747 #	hold data until pause pressed/process data unless pause pressed*
    748 #	slow scroll/no slow scroll*
    749 #	Hold in area/don't hold in area*
    750 #	functions keys have default*/function keys disabled on powerup
    751 #
    752 #	show/don't show position of cursor during page transmit*
    753 #	unused
    754 #	unused
    755 #	unused
    756 #
    757 # B menu: 9600  0100 1000  0000 0000  1000 0000  17  19
    758 #	Baud rate (9600*)
    759 #
    760 #	2 bits of parity - 00=odd,01=even*,10=space,11=mark
    761 #	1 stop bit*/2 stop bits
    762 #	parity error detection off*/on
    763 #
    764 #	keyboard local/on line*
    765 #	half/full duplex*
    766 #	disable/do not disable keyboard after data transmission*
    767 #
    768 #	transmit entire page/stop transmission at cursor*
    769 #	transfer/do not transfer protected characters*
    770 #	transmit all characters/transmit only selected characters*
    771 #	transmit all selected areas/transmit only 1 selected area*
    772 #
    773 #	transmit/do not transmit line seperators to host*
    774 #	transmit/do not transmit page tab stops tabs to host*
    775 #	transmit/do not transmit column tab stop tabs to host*
    776 #	transmit/do not transmit graphics control (underline,inverse..)*
    777 #
    778 #	enable*/disable auto XON/XOFF control
    779 #	require/do not require receipt of a DC1 from host after each LF*
    780 #	pause key acts as a meta key/pause key is pause*
    781 #	unused
    782 #
    783 #	unused
    784 #	unused
    785 #	unused
    786 #	unused
    787 #
    788 #	XON character (17*)
    789 #	XOFF character (19*)
    790 #
    791 # C menu: 56   66   0    0    9600  0110 1100
    792 #	number of lines to print data on (printer) (56*)
    793 #
    794 #	number of lines on a sheet of paper (printer) (66*)
    795 #
    796 #	left margin (printer) (0*)
    797 #
    798 #	number of pad chars on new line to printer (0*)
    799 #
    800 #	printer baud rate (9600*)
    801 #
    802 #	printer parity: 00=odd,01=even*,10=space,11=mark
    803 #	printer stop bits: 2*/1
    804 #	print/do not print guarded areas*
    805 #
    806 #	new line is: 01=LF,10=CR,11=CRLF*
    807 #	unused
    808 #	unused
    809 #
    810 # D menu: 0110 1001   1   0
    811 #	LF is newline/LF is down one line, same column*
    812 #	wrap to preceeding line if move left from col 1*/don't wrap
    813 #	wrap to next line if move right from col 80*/don't wrap
    814 #	backspace is/is not destructive*
    815 #
    816 #	display*/ignore DEL character
    817 #	display will not/will scroll*
    818 #	page/column tab stops*
    819 #	erase everything*/erase unprotected only
    820 #
    821 #	editing extent: 0=display,1=line*,2=field,3=area
    822 #
    823 #	unused
    824 #
    825 N0|aaa-29-np|aaa-29 with no padding (for psl):\
    826 	:al=\E[L:ce=\E[K:cl=\E[H\E[J:dc=\E[P:dl=\E[M:ic=\E[@:tc=aaa-29:
    827 NA|aaa-unk|ann arbor ambassador (internal - don't use this directly):\
    828 	:do=^J:al=3\E[L:am:le=^H:bs:\
    829 	:cd=\E[J:ce=5\E[K:cl=156\E[H\E[J:cm=\E[%i%d;%dH:co#80:\
    830 	:dc=4\E[P:dl=3\E[M:ho=\E[H:ic=4\E[@:\
    831 	:md=\E[1m:mr=\E[7m:mb=\E[5m:mk=\E[8m:me=\E[m:\
    832 	:ku=\EM:kd=\ED:kl=\E[D:kr=\E[C:kh=\E[H:ko=cl,dc,dl,ce,cd:\
    833 	:ks=\EP`?z~[H~[[J`>z~[[J`8xz~[M`4xz~[[D`6xz~[[C`2xz~[D\E\\:\
    834 	:ke=\EP`?y~[H~[[J`>y~[[2J`8xy~[M`4xy~[[D`6xy~[[C`2xy~[D\E\\:\
    835 	:ch=\E[%i%d`:ul:ei=:im=:pt:bw:bt=\E[Z:\
    836 	:mi:nd=\E[C:se=\E[m:so=\E[7m:ue=\E[m:us=\E[4m:up=\EM:
    837 NB|aaa-18|ann arbor ambassador/18 lines:\
    838 	:ti=\E[2J\E[18;0;0;18p:te=\E[60;0;0;18p\E[18;1H\E[J:\
    839 	:is=\EP`+x~M\E\\\E[m\E7\E[60;0;0;18p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
    840 	:li#18:tc=aaa-unk:
    841 NC|aaa-20|ann arbor ambassador/20 lines:\
    842 	:ti=\E[2J\E[20;0;0;20p:te=\E[60;0;0;20p\E[20;1H\E[J:\
    843 	:is=\EP`+x~M\E\\\E[m\E7\E[60;0;0;20p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
    844 	:li#20:tc=aaa-unk:
    845 ND|aaa-22|ann arbor ambassador/22 lines:\
    846 	:ti=\E[2J\E[22;0;0;22p:te=\E[60;0;0;22p\E[22;1H\E[J:\
    847 	:is=\EP`+x~M\E\\\E[m\E7\E[60;0;0;22p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
    848 	:li#22:tc=aaa-unk:
    849 NE|aaa-24|ann arbor ambassador/24 lines:\
    850 	:ti=\E[2J\E[24;0;0;24p:te=\E[60;0;0;24p\E[24;1H\E[J:\
    851 	:is=\EP`+x~M\E\\\E[m\E7\E[60;0;0;24p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
    852 	:li#24:tc=aaa-unk:
    853 NF|aaa-26|ann arbor ambassador/26 lines:\
    854 	:ti=\E[2J\E[26;0;0;26p:te=\E[60;0;0;26p\E[26;1H\E[J:\
    855 	:is=\EP`+x~M\E\\\E[m\E7\E[60;0;0;26p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
    856 	:li#26:tc=aaa-unk:
    857 NG|aaa-28|ann arbor ambassador/28 lines:\
    858 	:ti=\E[2J\E[28;0;0;28p:te=\E[60;0;0;28p\E[28;1H\E[J:\
    859 	:is=\EP`+x~M\E\\\E[m\E7\E[60;0;0;28p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
    860 	:li#28:tc=aaa-unk:
    861 NH|aaa|aaa-30|ambas|ambassador|ann arbor ambassador/30 lines:\
    862 	:ti=\E[2J\E[30;0;0;30p:te=\E[60;0;0;30p\E[30;1H\E[J:\
    863 	:is=\EP`+x~M\E\\\E[m\E7\E[60;0;0;30p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
    864 	:li#30:tc=aaa-unk:
    865 NI|aaa-36|ann arbor ambassador/36 lines:\
    866 	:ti=\E[2J\E[36;0;0;36p:te=\E[60;0;0;36p\E[36;1H\E[J:\
    867 	:is=\EP`+x~M\E\\\E[m\E7\E[60;0;0;36p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
    868 	:li#36:tc=aaa-unk:
    869 NJ|aaa-40|ann arbor ambassador/40 lines:\
    870 	:ti=\E[2J\E[40;0;0;40p:te=\E[60;0;0;40p\E[40;1H\E[J:\
    871 	:is=\EP`+x~M\E\\\E[m\E7\E[60;0;0;40p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
    872 	:li#40:tc=aaa-unk:
    873 NK|aaa-48|ann arbor ambassador/48 lines:\
    874 	:ti=\E[2J\E[48;0;0;48p:te=\E[60;0;0;48p\E[48;1H\E[J:\
    875 	:is=\EP`+x~M\E\\\E[m\E7\E[60;0;0;48p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
    876 	:li#48:tc=aaa-unk:
    877 NL|aaa-60|ann arbor ambassador/60 lines:\
    878 	:ti=\E[2J\E[60;0;0;60p:te=\E[60;0;0;60p\E[60;1H\E[J:\
    879 	:is=\EP`+x~M\E\\\E[m\E7\E[60;0;0;60p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
    880 	:li#60:tc=aaa-unk:
    881 NS|aaa-unk-s|ann arbor ambassador unknown with/status:\
    882 	:es:hs:i2=\E7\E[>51h\E[H\E[2K\E[>51l\E8:\
    883 	:ts=\E7\E[>51h\E[H\E[2K\E[%i%d`:fs=\E[>51l\E8:\
    884 	:ds=\E7\E[>51h\E[H\E[2K\E[>51l\E8:\
    885 	:tc=aaa-unk:
    886 NM|aaa-18-s|ambassador|ann arbor ambassador/18 lines + status line:\
    887 	:ti=\E[2J\E[18;1;0;18p:\
    888 	:te=\E[60;1;0;18p\E[17;1H\E[J:\
    889 	:is=\EP`+x~M\E\\\E[m\E7\E[60;1;0;18p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
    890 	:li#17:tc=aaa-unk-s:
    891 NN|aaa-20-s|ambassador|ann arbor ambassador/20 lines + status line:\
    892 	:ti=\E[2J\E[20;1;0;20p:\
    893 	:te=\E[60;1;0;20p\E[19;1H\E[J:\
    894 	:is=\EP`+x~M\E\\\E[m\E7\E[60;1;0;20p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
    895 	:li#19:tc=aaa-unk-s:
    896 NO|aaa-22-s|ambassador|ann arbor ambassador/22 lines + status line:\
    897 	:ti=\E[2J\E[22;1;0;22p:\
    898 	:te=\E[60;1;0;22p\E[21;1H\E[J:\
    899 	:is=\EP`+x~M\E\\\E[m\E7\E[60;1;0;22p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
    900 	:li#21:tc=aaa-unk-s:
    901 NP|aaa-24-s|ambassador|ann arbor ambassador/24 lines + status line:\
    902 	:ti=\E[2J\E[24;1;0;24p:\
    903 	:te=\E[60;1;0;24p\E[23;1H\E[J:\
    904 	:is=\EP`+x~M\E\\\E[m\E7\E[60;1;0;24p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
    905 	:li#23:tc=aaa-unk-s:
    906 NQ|aaa-26-s|ambassador|ann arbor ambassador/26 lines + status line:\
    907 	:ti=\E[2J\E[26;1;0;26p:\
    908 	:te=\E[60;1;0;26p\E[25;1H\E[J:\
    909 	:is=\EP`+x~M\E\\\E[m\E7\E[60;1;0;26p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
    910 	:li#25:tc=aaa-unk-s:
    911 NR|aaa-28-s|ambassador|ann arbor ambassador/28 lines + status line:\
    912 	:ti=\E[2J\E[28;1;0;28p:\
    913 	:te=\E[60;1;0;28p\E[27;1H\E[J:\
    914 	:is=\EP`+x~M\E\\\E[m\E7\E[60;1;0;28p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
    915 	:li#27:tc=aaa-unk-s:
    916 NT|aaa-30-s|ambassador|ann arbor ambassador/30 lines + status line:\
    917 	:ti=\E[2J\E[30;1;0;30p:\
    918 	:te=\E[60;1;0;30p\E[29;1H\E[J:\
    919 	:is=\EP`+x~M\E\\\E[m\E7\E[60;1;0;30p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
    920 	:li#29:tc=aaa-unk-s:
    921 NU|aaa-36-s|ambassador|ann arbor ambassador/36 lines + status line:\
    922 	:ti=\E[2J\E[36;1;0;36p:\
    923 	:te=\E[60;1;0;36p\E[35;1H\E[J:\
    924 	:is=\EP`+x~M\E\\\E[m\E7\E[60;1;0;36p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
    925 	:li#35:tc=aaa-unk-s:
    926 NV|aaa-40-s|ambassador|ann arbor ambassador/40 lines + status line:\
    927 	:ti=\E[2J\E[40;1;0;40p:\
    928 	:te=\E[60;1;0;40p\E[39;1H\E[J:\
    929 	:is=\EP`+x~M\E\\\E[m\E7\E[60;1;0;40p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
    930 	:li#39:tc=aaa-unk-s:
    931 NW|aaa-48-s|ann arbor ambassador/48 lines+sl:\
    932 	:ti=\E[2J\E[48;1;0;48p:te=\E[60;1;0;48p\E[47;1H\E[J:\
    933 	:is=\EP`+x~M\E\\\E[m\EP`?y~[[2J~[[H\E7\E[60;1;0;48p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
    934 	:li#47:tc=aaa-unk-s:
    935 NX|aaa-60-s|ambassador|ann arbor ambassador/60 lines + status line:\
    936 	:ti=\E[2J\E[60;1;0;60p:te=\E[60;1;0;60p\E[59;1H\E[J:\
    937 	:is=\EP`+x~M\E\\\E[m\E7\E[60;1;0;60p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
    938 	:li#59:tc=aaa-unk-s:
    939 NY|aaa-18-rv|ambassador/18 lines+rv:\
    940 	:md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
    941 	:us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
    942 	:is=\EP`+x~M\E\\\E[7m\E7\E[60;0;0;18p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
    943 	:tc=aaa-18:
    944 NZ|aaa-20-rv|ambassador/20 lines+rv:\
    945 	:md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
    946 	:us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
    947 	:is=\EP`+x~M\E\\\E[7m\E7\E[60;0;0;20p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
    948 	:tc=aaa-20:
    949 Na|aaa-22-rv|ambassador/22 lines+rv:\
    950 	:md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
    951 	:us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
    952 	:is=\EP`+x~M\E\\\E[7m\E7\E[60;0;0;22p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
    953 	:tc=aaa-22:
    954 Nb|aaa-24-rv|ambassador/24 lines+rv:\
    955 	:md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
    956 	:us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
    957 	:is=\EP`+x~M\E\\\E[7m\E7\E[60;0;0;24p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
    958 	:tc=aaa-24:
    959 Nc|aaa-26-rv|ambassador/26 lines+rv:\
    960 	:md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
    961 	:us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
    962 	:is=\EP`+x~M\E\\\E[7m\E7\E[60;0;0;26p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
    963 	:tc=aaa-26:
    964 Nd|aaa-28-rv|ambassador/28 lines+rv:\
    965 	:md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
    966 	:us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
    967 	:is=\EP`+x~M\E\\\E[7m\E7\E[60;0;0;28p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
    968 	:tc=aaa-28:
    969 Ne|aaa-30-rv|ann arbor ambassador/30 lines in reverse video:\
    970 	:md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
    971 	:us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
    972 	:is=\EP`+x~M\E\\\E[7m\E7\E[60;0;0;30p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
    973 	:tc=aaa-30:
    974 Nf|aaa-36-rv|ann arbor ambassador/36 lines in reverse video:\
    975 	:md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
    976 	:us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
    977 	:is=\EP`+x~M\E\\\E[7m\E7\E[60;0;0;36p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
    978 	:tc=aaa-36:
    979 Ng|aaa-40-rv|ann arbor ambassador/40 lines in reverse video:\
    980 	:md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
    981 	:us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
    982 	:is=\EP`+x~M\E\\\E[7m\E7\E[60;0;0;40p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
    983 	:tc=aaa-40:
    984 Nh|aaa-48-rv|ann arbor ambassador/48 lines in reverse video:\
    985 	:md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
    986 	:us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
    987 	:is=\EP`+x~M\E\\\E[7m\E7\E[60;0;0;48p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
    988 	:tc=aaa-48:
    989 Ni|aaa-60-rv|ann arbor ambassador/60 lines in reverse video:\
    990 	:md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
    991 	:us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
    992 	:is=\EP`+x~M\E\\\E[7m\E7\E[60;0;0;60p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
    993 	:tc=aaa-60:
    994 Nj|aaa-18-rv-s|aaa-18-s-rv|ambassador/18 lines+sl+rv:\
    995 	:md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
    996 	:us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
    997 	:ti=\E[2J\E[18;1;0;18p:te=\E[60;1;0;18p\E[17;1H\E[J:li#17:\
    998 	:is=\EP`+x~M\E\\\E[7m\E7\E[60;1;0;18p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
    999 	:tc=aaa-unk-s:
   1000 Nk|aaa-20-rv-s|aaa-20-s-rv|ambassador/20 lines+sl+rv:\
   1001 	:md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
   1002 	:us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
   1003 	:ti=\E[2J\E[20;1;0;20p:te=\E[60;1;0;20p\E[19;1H\E[J:li#19:\
   1004 	:is=\EP`+x~M\E\\\E[7m\E7\E[60;1;0;20p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
   1005 	:tc=aaa-unk-s:
   1006 Nl|aaa-22-rv-s|aaa-22-s-rv|ambassador/22 lines+sl+rv:\
   1007 	:md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
   1008 	:us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
   1009 	:ti=\E[2J\E[22;1;0;22p:te=\E[60;1;0;22p\E[21;1H\E[J:li#21:\
   1010 	:is=\EP`+x~M\E\\\E[7m\E7\E[60;1;0;22p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
   1011 	:tc=aaa-unk-s:
   1012 Nm|aaa-24-rv-s|aaa-24-s-rv|ambassador/24 lines+sl+rv:\
   1013 	:md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
   1014 	:us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
   1015 	:ti=\E[2J\E[24;1;0;24p:te=\E[60;1;0;24p\E[23;1H\E[J:li#23:\
   1016 	:is=\EP`+x~M\E\\\E[7m\E7\E[60;1;0;24p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
   1017 	:tc=aaa-unk-s:
   1018 Nn|aaa-26-rv-s|aaa-26-s-rv|ambassador/26 lines+sl+rv:\
   1019 	:md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
   1020 	:us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
   1021 	:ti=\E[2J\E[26;1;0;26p:te=\E[60;1;0;26p\E[25;1H\E[J:li#25:\
   1022 	:is=\EP`+x~M\E\\\E[7m\E7\E[60;1;0;26p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
   1023 	:tc=aaa-unk-s:
   1024 No|aaa-28-rv-s|aaa-28-s-rv|ambassador/28 lines+sl+rv:\
   1025 	:md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
   1026 	:us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
   1027 	:ti=\E[2J\E[28;1;0;28p:te=\E[60;1;0;28p\E[27;1H\E[J:li#27:\
   1028 	:is=\EP`+x~M\E\\\E[7m\E7\E[60;1;0;28p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
   1029 	:tc=aaa-unk-s:
   1030 Np|aaa-rv|aaa-30-rv-s|aaa-30-s-rv|ambassador/30 lines+sl+rv:\
   1031 	:md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
   1032 	:us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
   1033 	:ti=\E[2J\E[30;1;0;30p:te=\E[60;1;0;30p\E[29;1H\E[J:li#29:\
   1034 	:is=\EP`+x~M\E\\\E[7m\E7\E[60;1;0;30p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
   1035 	:tc=aaa-unk-s:
   1036 Nq|aaa-36-rv-s|aaa-36-s-rv|ambassador/36 lines+sl+rv:\
   1037 	:md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
   1038 	:us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
   1039 	:ti=\E[2J\E[36;1;0;36p:te=\E[60;1;0;36p\E[35;1H\E[J:li#35:\
   1040 	:is=\EP`+x~M\E\\\E[7m\E7\E[60;1;0;36p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
   1041 	:tc=aaa-unk-s:
   1042 Nr|aaa-40-rv-s|aaa-40-s-rv|ambassador/40 lines+sl+rv:\
   1043 	:md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
   1044 	:us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
   1045 	:ti=\E[2J\E[40;1;0;40p:te=\E[60;1;0;40p\E[39;1H\E[J:li#39:\
   1046 	:is=\EP`+x~M\E\\\E[7m\E7\E[60;1;0;40p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
   1047 	:tc=aaa-unk-s:
   1048 Ns|aaa-48-rv-s|aaa-48-s-rv|ambassador/48 lines+sl+rv:\
   1049 	:md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
   1050 	:us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
   1051 	:ti=\E[2J\E[48;1;0;48p:te=\E[60;1;0;48p\E[47;1H\E[J:li#47:\
   1052 	:is=\EP`+x~M\E\\\E[7m\E7\E[60;1;0;48p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
   1053 	:tc=aaa-unk-s:
   1054 Nt|aaa-60-rv-s|aaa-60-s-rv|ambassador/60 lines+sl+rv:\
   1055 	:md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
   1056 	:us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
   1057 	:ti=\E[2J\E[60;1;0;60p:te=\E[60;1;0;60p\E[59;1H\E[J:li#59:\
   1058 	:is=\EP`+x~M\E\\\E[7m\E7\E[60;1;0;60p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
   1059 	:tc=aaa-unk-s:
   1060 NL|aaa-24-ctxt|ann arbor ambassador/24 lines:\
   1061 	:ti=\E[30;1H\E[K\E[24;0;0;24p:te=\E[60;1;0;24p\E[60;1H\E[K:tc=aaa-24:
   1062 NL|aaa-24-rv-ctxt|ambassador/24+rv:\
   1063 	:ti=\E[30;1H\E[K\E[24;0;0;24p:te=\E[60;1;0;24p\E[60;1H\E[K:tc=aaa-24-rv:
   1064 NL|aaa-s-ctxt|aaa-30-s-ctxt|hairy aaa:\
   1065 	:ti=\E[30;1H\E[K\E[30;1;0;30p:te=\E[60;1;0;30p\E[59;1H\E[K:tc=aaa-30-s:
   1066 NL|aaa-s-rv-ctxt|aaa-30-s-rv-ctxt|hairy aaa:\
   1067 	:md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
   1068 	:us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
   1069 	:is=\EP`+x~M\E\\\E[7m\E7\E[60;1;0;30p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
   1070 	:ti=\E[30;1H\E[K\E[30;1;0;30p:te=\E[60;1;0;30p\E[59;1H\E[K:\
   1071 	:li#29:tc=aaa-unk-s:
   1072 NH|aaa-ctxt|aaa-30-ctxt|ann arbor ambassador/30 lines:\
   1073 	:ti=\E[30;0;0;30p:te=\E[60;0;0;30p\E[60;1H\E[K:tc=aaa-30:
   1074 NH|aaa-rv-ctxt|aaa-30-rv-ctxt|ann arbor ambassador/30 lines:\
   1075 	:ti=\E[30;0;0;30p:te=\E[60;0;0;30p\E[60;1H\E[K:\
   1076 	:md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
   1077 	:us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
   1078 	:is=\EP`+x~M\E\\\E[7m\E7\E[60;0;0;30p\E[3g\E[f\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E[8a\EH\E8\E[>6h\E[1Q:\
   1079 	:li#30:tc=aaa-unk:
   1080 Nd|aaa-db|ann arbor ambassador 30/destructive backspace:\
   1081 	:ti=\E[H\E[J\E[30;0;0;30p:te=\E7\E[60;0;0;30p\E8:li#30:\
   1082 	:is=\E[60;0;0;30p\E[H\E[J\E[1Q\E[m\E[20l\E[>30h:le=\E[D:bc=\E[D:bs@:\
   1083 	:tc=aaa-unk:
   1084 N1|aa|annarbor|4080|ann arbor 4080:\
   1085 	:do=^J:pt:ct=^\^P^P:st=^]^P1:cm=^O%r%\066%.%>^S^L%+@:\
   1086 	:co#80:li#40:le=^H:bs:cl=2^L:up=^N:nd=^_:ho=^K:am:\
   1087 	:kb=^^:kd=^J:ku=^N:kl=^H:kr=^_:kh=^K:ma=^_ ^N^P:
   1088 # ^L# --------------------------------
   1089 #
   1090 # S: SCREEN 
   1091 #
   1092 # Screen is a curses based virtual terminal multiplexor.
   1093 SC|screen|VT 100/ANSI X3.64 virtual terminal:\
   1094 	:am:xn:ms:mi:G0:km:\
   1095 	:DO=\E[%dB:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:bs:bt=\E[Z:\
   1096 	:cb=\E[1K:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:ct=\E[3g:\
   1097 	:do=^J:nd=\E[C:pt:rc=\E8:rs=\Ec:sc=\E7:st=\EH:up=\EM:\
   1098 	:le=^H:bl=^G:cr=^M:it#8:ho=\E[H:nw=\EE:ta=^I:is=\E)0:\
   1099 	:li#24:co#80:us=\E[4m:ue=\E[24m:so=\E[3m:se=\E[23m:\
   1100 	:mb=\E[5m:md=\E[1m:mr=\E[7m:me=\E[m:sr=\EM:al=\E[L:\
   1101 	:AL=\E[%dL:dl=\E[M:DL=\E[%dM:cs=\E[%i%d;%dr:dc=\E[P:\
   1102 	:DC=\E[%dP:im=\E[4h:ei=\E[4l:IC=\E[%d@:\
   1103 	:ks=\E[?1h\E=:ke=\E[?1l\E>:vb=\Eg:\
   1104 	:ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:kb=^H:\
   1105 	:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\E[15~:k6=\E[17~:\
   1106 	:k7=\E[18~:k8=\E[19~:k9=\E[20~:k;=\E[21~:F1=\E[23~:F2=\E[24~:\
   1107 	:kh=\E[1~:kI=\E[2~:kD=\E[3~:kH=\E[4~:@7=\E[4~:kP=\E[5~:\
   1108 	:kN=\E[6~:eA=\E(B\E)0:as=^N:ae=^O:\
   1109 	:vi=\E[?25l:ve=\E[34h\E[?25h:vs=\E[34l:\
   1110 	:Co#8:pa#64:AF=\E[3%dm:AB=\E[4%dm:op=\E[39;49m:AX:\
   1111 	:ac=``aaffggjjkkllmmnnooppqqrrssttuuvvwwxxyyzz{{||}}~~..--++,,hhII00:
   1112 SW|screen-w|VT 100/ANSI X3.64 virtual terminal with 132 cols:\
   1113 	:co#132:tc=screen:
   1114 # # --------------------------------
   1116 #
   1117 # T: TELETYPE
   1118 #
   1119 # We need descriptions for the model 40.  There are known to be at least three
   1120 # flavors of the 40, both seem more like IBM half duplex forms fillers than
   1121 # ASCII terminals.  They have lots of awful braindamage, such as printing
   1122 # a visible newline indicator after each newline.  The 40-1 is a half duplex
   1123 # terminal and is hopeless.  The 40-2 is braindamaged but has hope and is
   1124 # described here.  The 40-4 is a 3270 lookalike and beyond hope.
   1125 # The terminal has visible bell but I don't know it - it's
   1126 # null here to prevent it from showing the BL character.
   1127 # There is an \EG in nl because of a bug in vi (if stty says you have
   1128 # a "newline" style terminal (-crmode) vi figures all it needs is nl
   1129 # to get crlf, even if cr is not ^M.)
   1130 T0|40|tty40|ds40|ds40/2|ds40-2|dataspeed40|teletype dataspeed 40/2:\
   1131 	:cl=160\ER:cd=160\EJ:al=160\EL:dl=160\EM:dc=50\EP:im=:ei=:ic=50\E\^:\
   1132 	:nd=\EC:up=\E7:bs:cr=\EG:nl=\EG\EB:do=\EB:co#80:li#24:vb=:\
   1133 	:so=\E3:se=\E4:
   1134 T3|33|tty33|tty|model 33 teletype:\
   1135 	:do=^J:co#72:hc:os:
   1136 T4|43|tty43|model 43 teletype:\
   1137 	:do=^J:kb=^h:am:le=^H:bs:hc:os:co#132:
   1138 T7|37|tty37|model 37 teletype:\
   1139 	:do=^J:le=^H:bs:hc:hu=\E8:hd=\E9:up=\E7:os:
   1140 # From jwb Wed Mar 31 13:25:09 1982 remote from ihuxp
   1141 # This entry appears to avoid the top line - I have no idea why.
   1142 TT|4424|tty4424|teletype 4424M:\
   1143 	:al=\EL:da:db:ip=2:im=:ei=:ic=\E\^:dc=\EP:dl=\EM:\
   1144 	:co#80:li#23:am:cl=\E[2;H\E[J:bs:cm=\E[%i%2;%2H\E[B:\
   1145 	:nd=\E[C:up=\E[A:pt:mi:sr=\ET:\
   1146 	:ce=\E[K:so=\E[7m:se=\E[m:us=\E[4m:ue=\E[m:\
   1147 	:is=\E[m\E[2;24r:\
   1148 	:kd=\E[B:kl=\E[D:ku=\E[A:kr=\E[C:\
   1149 	:kh=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:
   1150 # Teletype blit.
   1151 TD|dmd|5620|ttydmd|tty5620|5620	terminal 88 columns:\
   1152 	:co#88:li#70:am:bs:pt:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\
   1153 	:cl=\E[H\E[J:cd=\E[J:ce=\E[K:al=\E[L:dl=\E[M:do=^J:\
   1154 	:im=:ei=:ic=\E[@:dc=\E[P:sr=\E[T:sf=\E[S:le=^H:kb=^H:\
   1155 	:kl=\E[D:kr=\E[C:ku=\E[A:kd=\E[B:kh=\E[H:ho=\E[H:ll=\E[70;1H:\
   1156 	:AL=\E[%dL:DL=\E[%dM:IC=\E[%d@:DC=\E[%dP:rc=\E8:rs=\Ec:sc=\E7:\
   1157 	:so=\E[7m:se=\E[0m:us=\E[4m:ue=\E[0m:ms:me=\E[0m:mr=\E[7m:
   1158 # # --------------------------------
   1160 #
   1161 # V: VISUAL
   1162 #
   1163 # The Visual 200 beeps when you type a character in insert mode.
   1164 # This is a horribly obnoxious misfeature, and some of the entries
   1165 # below try to get around the problem by ignoring the feature or
   1166 # turning it off when inputting a character.  They are said not to
   1167 # work well at 300 baud.  (You could always cut the wire to the bell!)
   1168 #From mike@brl-vgr Mon Nov 14 08:34:29 1983
   1169 V2|vi200|vis200|visual 200 with function keys:\
   1170 	:so=\E4:se=\E3:ms:do=^J:\
   1171 	:al=\EL:am:le=^H:bs:cd=\Ey:ce=\Ex:cl=\Ev:\
   1172 	:cm=\EY%+ %+ :co#80:dc=\EO:dl=\EM:ho=\EH:\
   1173 	:im=:ei=:ic=\Ei \b\Ej:\
   1174 	:is=\E3\Eb\Ej\E\\\El\EG\Ec\Ek:\
   1175 	:k0=\EP:k1=\EQ:k2=\ER:k3=\E :k4=\E!:k5=\E":k6=\E#:\
   1176 	:k7=\E$:k8=\E%:k9=\E&:kl=\ED:kr=\EC:ku=\EA:kd=\EB:kh=\EH:\
   1177 	:li#24:nd=\EC:pt:sr=\EI:up=\EA:vs=\Ed:ve=\Ec:
   1178 VR|vi200-rv-ic|visual 200 reverse video using insert char:\
   1179 	:ei=\Ej:im=\Ei:ic@:tc=vi200-rv:
   1180 # The older Visuals didn't come with function keys. This entry uses
   1181 # ks and ke so that the keypad keys can be used as function keys.
   1182 # If your version of vi doesn't support function keys you may want
   1183 # to use V2.
   1184 Vf|vi200-f|visual|visual 200 no function keys:\
   1185 	:do=^J:al=\EL:am:le=^H:bs:cd=\Ey:ce=4*\Ex:cl=\Ev:\
   1186 	:cm=\EY%+ %+ :co#80:dc=4*\EO:dl=4*\EM:ho=\EH:\
   1187 	:im=:ei=:ic=\Ei \b\Ej:\
   1188 	:is=\E3\Eb\Ej\E\\\El\EG\Ed\Ek:ks=\E=:ke=\E>:\
   1189 	:k0=\E?p:k1=\E?q:k2=\E?r:k3=\E?s:k4=\E?t:k5=\E?u:k6=\E?v:\
   1190 	:k7=\E?w:k8=\E?x:k9=\E?y:kl=\ED:kr=\EC:ku=\EA:kd=\EB:kh=\EH:\
   1191 	:li#24:nd=\EC:pt:sr=\EI:up=\EA:vs=\Ed:ve=\Ec:
   1192 Vr|vi200-rv|visual 200 reverse video:\
   1193 	:so=\E4:se=\E3:sr@:vs@:ve@:tc=vi200:
   1194 Vt|vi200-ic|visual 200 using insert char:\
   1195 	:ei=\Ej:im=\Ei:ic@:tc=vi200:
   1196 # From: jbs (at] athena.mit.edu	Jeff Siegal
   1197 V5|vi55|Visual 55:\
   1198 	:im=\Ea:ei=\Eb:mi:dc=\Ew:dm=:ed=:al=\EL:dl=\EM:cs=\E_%+A%+A:\
   1199 	:ho=\EH:cl=\Ev:is=\Ev\E_AX\Eb\EW\E9P\ET:so=\EU:se=\ET:ms:\
   1200 	:do=^J:le=^H:bs:cd=\EJ:ce=\EK:cm=\EY%+ %+ :co#80:li#24:\
   1201 	:nd=\EC:pt:sr=\EI:up=\EA:ku=\EA:kd=\EB:kr=\EC:kl=\ED:kb=^H:
   1202 # # --------------------------------
   1204 #
   1205 # X: TEKTRONIX
   1206 #
   1207 Xa|tek|tek4012|4012|tektronix 4012:\
   1208 	:do=^J:is=\E^O:le=^H:bs:cl=1000\E^L:co#75:ns:li#35:os:
   1209 Xb|tek4013|4013|tektronix 4013:\
   1210 	:as=\E^N:ae=\E^O:dF#1000:tc=4012:
   1211 Xc|tek4014|4014|tektronix 4014:\
   1212 	:is=\E^O\E9:co#81:li#38:dF#1000:tc=tek4012:
   1213 Xd|tek4015|4015|tektronix 4015:\
   1214 	:as=\E^N:ae=\E^O:tc=4014:
   1215 Xe|tek4014-sm|4014-sm|tektronix 4014 in small font:\
   1216 	:is=\E^O\E\072:co#121:li#58:tc=tek4014:
   1217 Xf|tek4015-sm|4015-sm|tektronix 4015 in small font:\
   1218 	:as=\E^N:ae=\E^O:tc=4014-sm:
   1219 # I think the 1000UP is supposed to be so expensive it never happens.
   1220 X4|tek4023|4023|tex|tektronix 4023:\
   1221 	:do=^J:so=^_P:se=^_@:cm=\034%r%+ %+ :nd=\t:le=^H:\
   1222 	:bs:cl=4\E^L:co#80:li#24:am:up=1000UP:vt#4:
   1223 # Can't use cursor motion because it's memory relative, and because
   1224 # it only works in the workspace, not the monitor.  Same for home.
   1225 # Likewise, standout only works in the workspace.
   1226 # 145 ms padding on al and AL taken out since it doesn't seem to be needed much.
   1227 X5|4025|4027|4024|tek4025|tek4027|tek4024|4025cu|4027cu|tektronix 4024/4025/4027:\
   1228 	:sf=^F^J:do=^F^J:is=\41com 31\r\n^_sto 9 17 25 33 41 49 57 65 73\r:\
   1229 	:ks=^_lea p4 /h/\r^_lea p8 /k/\r^_lea p6 / /\r^_lea p2 /j/\r^_lea f5 /H/\r^_lea p5 /H/\r:\
   1230 	:ke=^_lea p2\r^_lea p4\r^_lea p6\r^_lea p8\r^_lea p5\r^_lea f5\r:\
   1231 	:am:le=^H:bs:da:db:pt:li#34:co#80:cl=^_era\r\n\n:up=^K:nd=^_rig\r:\
   1232 	:al=^_up\r^_ili\r:dl=^_dli\r^F:\
   1233 	:dc=^_dch\r:im=^_ich\r:ei=^F^_dow\r^K:nl=^F\n:\
   1234 	:cd=^_dli 50\r:CC=^_:AL=^_up\r^_ili %d\r:DL=^_dli %d\r^F:\
   1235 	:UP=^_up %d\r:DO=^_dow %d\r:LE=^_lef %d\r:RI=^_rig %d\r:
   1236 X7|4025-17|4027-17|tek 4025 17 line window:\
   1237 	:li#17:tc=4025:
   1238 X8|4025-17ws|4027-17ws|tek 4025 17 line window in workspace:\
   1239 	:is=\41com 31\r\n^_sto 9,17,25,33,41,49,57,65,73\r^_wor 17\r^_mon 17\r:\
   1240 	:ti=^_wor h\r:te=^_mon h\r:so=^_att e\r:se=^_att s\r:tc=4025-17:
   1241 X9|4025ex|4027ex|tek 4025 w/!:\
   1242 	:ti=\41com 31\r:te=^_com 33\r:\
   1243 	:is=^_com 33\r\n\41sto 9,17,25,33,41,49,57,65,73\r:tc=4025:
   1244 # From jcoker @ ucbic
   1245 Xp|4107|tek4107|Tektronix 4107 graphics terminal with memory:\
   1246 	:ti=\E[?6l\E[H\E[J:te=\E[?6h\E%!0\ELBP0\E%!1\E[32;1f:\
   1247 	: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:\
   1248 	:li#32:do=^J:al=3\E[L:xn:am:le=^H:bs:cd=\E[J:\
   1249 	:ce=5\E[K:cl=156\E[H\E[J:cm=\E[%i%d;%dH:co#80:dc=4\E[P:dl=3\E[M:\
   1250 	:ho=\E[H:ic=4\E[@:md=\E[1m:mr=\E[7m:mb=\E[5m:me=\E[m:ku=\EM:\
   1251 	:kd=\ED:kl=\E[D:kr=\E[C:kh=\E[H:\
   1252 	:ul:ei=:im=:pt:bw:bt=\E[Z:mi:nd=\E[C:se=\E[m:so=\E[7m:\
   1253 	:ue=\E[m:us=\E[4m:up=\EM:
   1254 #  Tektronix 4107 with sysline
   1255 Xq|4107-s|tek4107-s|Tektronix 4107 with sysline but no memory:\
   1256 	: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:\
   1257 	:es:hs:i2=\E7\E[?6l\E[2K\E[?6h\E8:ts=\E7\E[?6l\E[2K\E[;%i%df:\
   1258 	:fs=\E[?6h\E8:ds=\E7\E[?6l\E[2K\E[?6h\E8:tc=4107:
   1259 # From cbosg!teklabs!davem Wed Sep 16 21:11:41 1981
   1260 # Here's the comamnd file that I use to get rogue to work on the 4025.
   1261 # It should work with any program using the old curses (e.g. it better
   1262 # not try to scroll, or cursor addressing won't work.  Also, you can't
   1263 # see the cursor.)
   1264 # (This "learns" the arrow keys for rogue. I have adapted it for termcap - mrh)
   1265 Xr|4025-cr|tek 4025 for curses and rogue:\
   1266 	:is=\41com 31\r\n^_sto 9 17 25 33 41 49 57 65 73\r:\
   1267 	:am:le=^H:bs:pt:li#33:co#80:cm=^_jum%i%d,%d;:up=^K:\
   1268 	:do=^F^J:cl=^_era;:nd=^_rig;:nl=^F\n:ti=^_wor 33h:te=^_wor 0:
   1269 # next two lines commented out since curses only allows 128 chars, sigh.
   1270 #	:ti=^_lea p1/b/^_lea p2/j/^_lea p3/n/^_lea p4/h/^_lea p5/ /^_lea p6/l/^_lea p7/y/^_lea p8/k/^_lea p9/u/^_lea p./f/^_lea pt/`era w/13^_lea p0/s/^_wor 33h:\
   1271 #	:te=^_lea p1^_lea p2^_lea p3^_lea p4^_lea pt^_lea p5^_lea p6^_lea p7^_lea p8^_lea p9/la/13^_lea p.^_lea p0^_wor 0:
   1272 # The 4110 series may be a wonderful graphics series, but they make the 4025
   1273 # look good for screen editing.  In the dialog area, you can't move the cursor
   1274 # off the bottom line.  Out of the dialog area, ^K moves it up, but there
   1275 # is no way to scroll.
   1276 Xs|4112|4114|tek4112|tektronix 4110 series:\
   1277 	:is=\E3!1:li#34:co#80:am:al=\E[L:bs:bt=\E[Z:\
   1278 	:cd=\E[0J:ce=\E[0K:cl=\E[2J\E[0;0H:cm=\E[%i%d;%dH:\
   1279 	:db:dc=\E[P:dl=\E[M:ic=\E[@:im=:nd=\E[C:se=\E[m:\
   1280 	:so=\E[7m:ue=\E[m:up=\EM:us=\E[4m:vs=:ve=:\
   1281 	:sr=\E7\E[0;0H\E[L\E8:sf=\E7\E[0;0H\E[M\E8:
   1282 Xt|4112-nd|4112 not in dialog area:up=^K:ns:tc=4112:
   1283 Xu|4112-5|4112 in 5 line dialog area:li#5:tc=4112:
   1284 Xv|4113|tek4113|tektronix 4113 color graphics, 5 line dialog area:\
   1285 	:le=^H:do=^J:eo:da:bs:am:li#5:co#80:is=\EKA1\ELL5\ELV0\ELV1:\
   1286 	:vb=\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERB0:\
   1287 	:cl=\ELZ:uc=^H\ELM1_\ELM0:nd=\LM1 \LM0:\
   1288 	:.as=\E^N:.ae=\E^O:
   1289 Xw|4113-34|tek4113-34|tektronix 4113 color graphics, 34 line dialog area:\
   1290 	:is=\EKA1\ELLB2\ELV0\ELV1:li#34:tc=tek4113:
   1291 # ns hidden from vi to allow visual mode. APL font (as, ae) not supported here.
   1292 # uc is slow, but looks nice. Suggest setenv MORE -up . vb needs enough delay
   1293 # to let you see the background color being toggled.
   1294 Xy|4113-nd|tek4113-nd|tektronix 4113 color graphics, no dialog area:\
   1295 	:le=^H:do=^J:nd=\t:up=^K:ll=\ELF hl @:ho=\ELF7l\177 @:\
   1296 	:eo:bs:am:li#34:co#80:is=\ELZ\EKA0\ELF7l\177 @:vs=\ELZ\EKA0:\
   1297 	:vb=\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERB0:\
   1298 	:cl=\E\f:uc=^H\EMG1_\EMG0:so=\EMT2:se=\EMT1:\
   1299 	:.ns:.as=\E^N:.ae=\E^O:
   1300 Xz|4105|tek4105:\
   1301 	:al=\E[1L:am:bs:cd=\E[J:ce=\E[K:cl=\E[2J\E[H:cm=\E[%i%2;%2H:co#80:\
   1302 	:dc=\E[1P:dl=\E[1M:do=\E[1B:ho=\E[H:im=\E[4h:li#30:mi:nd=\E[1C:\
   1303 	:as=\E[1m:ae=\E[0m:ms:pt:se=\E[0m:so=\E[7m:up=\E[1A:kb=^h:ku=\E[1A:\
   1304 	:kd=\E[1B:kl=\E[1D:kr=\E[1C:ul:us=\E[4m:ue=\E[0m:is=\E%!1\E[?6l\E[0m:\
   1305 	:mr=\E[<3m:md=\E[<4m:mh=\E[<6m:mb=\E[<7m:me=\E[<1m:ti=\E%!1\E[?6l:xt:
   1306 # This entry is from Tek. Inc.  (Brian Biehl)
   1307 Xz|4115|tek4115|Tektronix 4115:\
   1308 	:co#80:li#34:\
   1309 	:al=\E[L:am:bc=\E[D:bs:bt=\E[Z:cd=\E[J:ce=\E[K:\
   1310 	:cl=\E[;H\E[2J:cm=\E[%i%d;%dH:da:db:dc=\E[P:dl=\E[M:do=\E[B:\
   1311 	:ei=\E[4l:eo:ho=\E[;H:im=\E[4h:if=/usr/share/lib/tabset/vt100:\
   1312 	:is=\E%\0410\E%\014\ELV0\EKA1\ELBB2\ENU@\075\ELLB2\ELM0\ELV1\EKYA?\E%\0411\E[<1l\E[?7h\E[?8h\E[34;1H\E[34B\E[0m:\
   1313 	:kb=^H:ke=\E>:ks=\E=:nd=\E[C:pt:se=\E[m:so=\E[7m:sr=\EM:\
   1314 	:te=\E%\0410\ELBG8\E%\0411\E[34;1H\E[J:
   1315 	:ti=\E%\0410\ELBB2\E%\0411:\
   1316 	:ue=\E[m:up=\E[A:us=\E[4m:\
   1317 	:ve=\E%\0410\ELBG8\E%\0411\E[34;1H:\
   1318 	:vs=\E%\0410\ELBB2\E%\0411:
   1319 # The tek4125 emulates a vt100 incorrectly - the scrolling region
   1320 # command is ignored. The following entry replaces the cs with the
   1321 # needed al, dl, and im; removes some cursor pad commands that the tek4125
   1322 # chokes on; and adds a lot of initialization for the tek dialog area.
   1323 # Note that this entry uses all 34 lines and sets the cursor color to green
   1324 # Steve Jacobson 8/85
   1325 XB|tek4125:\
   1326 	:ks=\E=:li#34:\
   1327 	:is=\EQD1\EUX03\E%\!0\EKA\ELBB2\ELCE0\ELI100\ELJ2\ELLB2\ELM0\ELS1\ELX00\ELV1\E%\!1\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:dl=\E[1M:\
   1328 	:al=\E[1L:cs@:sc@:rc@:im=\E1:tc=vt100:
   1329 # From carolyn (at] dali.berkeley.edu  Thu Oct 31 12:54:27 1985
   1330 XA|4404|tek4404:\
   1331 	:al=\E[1L:bs:cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:cm=\E[%i%d;%dH:co#80:\
   1332 	:cs=\E[%i%d;%dr:dc=\E[P:dl=\E[1M:do=^J:ei=\E[4l:ho=\E[H:im=\E[4h:\
   1333 	:kd=\E[B:ke=\E[?1h:kl=\E[D:kr=\E[C:ks=\E[?1l:ku=\E[A:li#32::mb=\E[5m:\
   1334 	:md=\E[1m:me=\E[m:nd=\E[C:pt:rc=\E8:sc=\E7:se=\E[27m:so=\E[7m:\
   1335 	:ta=\E[2I:ti=\E%\!1\E[1;32r\E[?6l\E>:te=\E[1;1H\E[0J\E[?6h\E[?1l:\
   1336 	:ue=\E[m:up=\E[A:us=\E[4m:
   1337 # # --------------------------------
   1339 #
   1340 # a: ADDS
   1341 #
   1342 # Regent: lowest common denominator, works on all regents.
   1343 a0|regent|Adds Regent Series:li#24:co#80:am:cl=^L:ll=^A:up=^Z:\
   1344 	:bs:bc=^U:nd=^F:do=^J:ho=\EY  :
   1345 # Regent 100 has a bug where if computer sends escape when user is holding
   1346 # down shift key it gets confused, so we avoid escape.
   1347 a1|regent100|Adds Regent 100:k0=^B1^M:k1=^B2^M:k2=^B3^M:k3=^B4^M:\
   1348 	:k4=^B5^M:k5=^B6^M:k6=^B7^M:k7=^B8^M:\
   1349 	:l0=F1:l1=F2:l2=F3:l3=F4:l4=F5:l5=F6:l6=F7:l7=F8:\
   1350 	:so=\E0P:ue=\E0@:us=\E0`:se=\E0@:\
   1351 	:cm=^K%+ %B^P%.:ug#1:sg#1:tc=regent:
   1352 a2|regent20|Adds Regent 20:cd=\Ek:ce=\EK:cm=\EY%+ %+ :tc=regent:
   1353 a3|regent25|Adds Regent 25:kh=^A:kl=^U:kr=^F:ku=^Z:kd=^J:tc=regent20:
   1354 a4|regent40|Adds Regent 40:k0=^B1^M:k1=^B2^M:k2=^B3^M:k3=^B4^M:\
   1355 	:k4=^B5^M:k5=^B6^M:k6=^B7^M:k7=^B8^M:\
   1356 	:l0=F1:l1=F2:l2=F3:l3=F4:l4=F5:l5=F6:l6=F7:l7=F8:\
   1357 	:al=2*\EM:dl=2*\El:\
   1358 	:so=\E0P:ue=\E0@:us=\E0`:se=\E0@:ug#1:sg#1:tc=regent25:
   1359 a5|regent40+|Adds Regent 40+:is=\EB:tc=regent40:
   1360 a6|regent60|regent200|Adds Regent 60:se=\ER\E0@\EV:so=\ER\E0P\EV:dc=\EE:ei=\EF:\
   1361 	:im=\EF:is=\EV\EB:ko=dc,im,ei:tc=regent40+:
   1362 a7|regent60na|regent 60 w/no arrow keys:\
   1363 	kl@:kr@:ku@:kd@:tc=regent60:
   1364 # Note: if return acts weird on a980, check internal switch #2
   1365 # on the top chip on the CONTROL pc board.
   1366 ac|a980|adds consul 980:\
   1367 	:do=^J:al=13\E^N:am:le=^H:bs:cl=^L\200^K@:cm=^K%+@\E^E%2:co#80:\
   1368 	:dl=13\E^O:k0=\E0:k1=\E1:k2=\E2:k3=\E3:k4=\E4:k5=\E5:k6=\E6:k7=\E7:\
   1369 	:k8=\E8:k9=\E9:li#24:nd=\E^E01:so=^Y^^^N:se=^O:up=9:
   1370 as|viewpt60|viewpoint60|addsviewpoint60|adds viewpoint60:\
   1371 	:tc=regent40:
   1372 # From Onyx:edward  Thu Jul  9 09:27:33 1981
   1373 av|viewpoint|addsviewpoint|adds viewpoint:\
   1374 	:do=^J:am:le=^H:bs:li#24:co#80:cm=\EY%+ %+ :cd=\Ek:ce=\EK:\
   1375 	:up=^Z:cl=^L:ll=^A:kl=^U:kd=^J:ku=^Z:kh=^A:\
   1376 	:so=^N:se=^O:us=^N:ue=^O:is=^O\E0`:vs=^O\E0P:ve=^O\E0`:
   1377 # # --------------------------------
   1379 #
   1380 # b: BEEHIVE
   1381 #
   1382 # Reports are that most of these Beehive entries (except superbee) have not been
   1383 # tested and do not work right.  se is a trouble spot.  Be warned.
   1384 b2|sb2|sb3|fixed superbee:\
   1385 	:xb@:tc=superbee:
   1386 # set tab is ^F, clear (one) tab is ^V, no way to clear all tabs.
   1387 # good grief - does this entry make sg/ug when it doesn't have to?
   1388 # look at those spaces in se/so.  Seems strange to me...
   1389 bh|bh3m|beehiveIIIm:\
   1390 	:if=/usr/share/lib/tabset/beehive:do=^J:\
   1391 	:al=160^S:am:le=^H:bs:cd=^R:ce=^P:cl=^E^R:\
   1392 	:co#80:dl=350^Q:ho=^E:li#20:ll=^E^K:\
   1393 	:nd=^L:pt:se= ^_:so=^] :up=^K:
   1394 # This loses on lines > 80 chars long, use at your own risk
   1395 bi|superbeeic|super bee with insert char:\
   1396 	:ic=:im=\EQ:ei=\ER:tc=superbee:
   1397 bm|microb|microbee|micro bee series:\
   1398 	:do=^J:am:le=^H:bs:cd=\EJ:ce=\EK:cl=\EE:co#80:cm=\EF%+ %+ :\
   1399 	:k1=\Ep:k2=\Eq:k3=\Er:k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:k9=\Ex:\
   1400 	:kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:\
   1401 	:li#24:nd=\EC:pt:se=\Ed@ :so= \EdP:ue=\Ed@:up=\EA:us=\Ed`:
   1402 # Superbee - f1=escape, f2=^C.
   1403 # Note: there are at least 3 kinds of superbees in the world.  The sb1
   1404 # holds onto escapes and botches ^C's.  The sb2 is the best of the 3.
   1405 # The sb3 puts garbage on the bottom of the screen when you scroll with
   1406 # the switch in the back set to CRLF instead of AEP.  This description
   1407 # is tested on the sb2 but should work on all with either switch setting.
   1408 # The f1/f2 business is for the sb1 and the :xb: can be taken out for
   1409 # the other two if you want to try to hit that tiny escape key.
   1410 # This description is tricky: being able to use cm depends on there being
   1411 # 2048 bytes of memory and the hairy nl string.
   1412 bs|sb1|superbee|superb|beehive super bee:\
   1413 	:ct=\E3:st=\E1:is=\EH\EJ:do=^J:\
   1414 	:sf=\n\200\200\200\n\200\200\200\EA\EK\200\200\200\ET\ET:\
   1415 	:am:le=^H:bs:cd=3\EJ:ce=3\EK:cl=3\EH\EJ:co#80:cm=\EF%r%3%3:cr=1000\r:\
   1416 	:dC#10:da:db:xb:dc=3\EP:dl=100\EM:so=\E_1:se=\E_3:\
   1417 	:li#25:nl=\n\200\200\200\n\200\200\200\EA\EK\200\200\200\ET\ET:\
   1418 	:nd=\EC:pt:up=\EA:ho=\EH:ve=\n:\
   1419 	:k1=\Ep:k2=\Eq:k3=\Er:k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:\
   1420 	:kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:
   1421 # # --------------------------------
   1423 #
   1424 # c: CONCEPT (HUMAN DESIGNED SYSTEMS)
   1425 #
   1426 # From vax135!hpk  Sat Jun 27 07:41:20 1981
   1427 # Extensive changes to c108 by arpavax:eric Feb 1982
   1428 #
   1429 # There seem to be a number of different versions of the C108 PROMS
   1430 # (with bug fixes in its Z-80 program).
   1431 # The first one that we had would lock out the keyboard of you
   1432 # sent lots of short lines (like /usr/dict/words) at 9600 baud.
   1433 # Try that on your C108 and see if it sends a ^S when you type it.
   1434 # If so, you have an old version of the PROMs.
   1435 # The old one also messed up running vi with a 132-character line-length.
   1436 # You should configure the C108 to send ^S/^Q before running this.
   1437 # It is much faster (at 9600 baud) than the c100 because the delays
   1438 # are not fixed.
   1439 # new status line display entries for c108:
   1440 # hs - has status capability
   1441 # es - escape sequences are OK on status line
   1442 # i2 - second init str - setup term for status display - set programmer mode,
   1443 #	select window 2, define window at last line of memory,
   1444 #	set bkgnd stat mesg there, select window 0.
   1445 # ts - to status line - select window 2, home cursor, erase to end-of-window,
   1446 #	1/2 bright on, goto(line#0, col#?)
   1447 # fs - from status line - 1/2 bright off, select window 0
   1448 # ds - disable status display - set bkgnd status mesg with illegal window #
   1449 #
   1450 # the following two entries are for emacs -- they are just like the regular
   1451 # entries except that they have buffer overflow control OFF
   1452 c0|e108-8p:\
   1453 	:i2=\EU\E z"\Ev^A\177 !p\E ;"\E z \Ev  ^A\177p\Ep\n:\
   1454 	:te=\Ev  ^A\177p\Ep\r\n:tc=e108-4p:
   1455 c1|e108-4p:\
   1456 	:is=\EU\E f\Ef\E7\E5\E8\El\ENH\EK\E\200\Eo&\200\Eo\47\E\E!\E^G!\E^HA@ :\
   1457 	:tc=c108-4p:
   1458 c2|c108|c108-8p|concept108-8p|concept 108 w/8 pages:\
   1459 	:i2=\EU\E z"\Ev^A\177 !p\E ;"\E z \Ev  ^A\177p\Ep\n:\
   1460 	:te=\Ev  ^A\177p\Ep\r\n:tc=c108-4p:
   1461 c3|c108-4p|concept108-4p|concept 108 w/4 pages:\
   1462 	:es:hs:ts=\E z"\E?\E^C\Ea %+ :fs=\E z :ds=\E ;\177:\
   1463 	:i2=\EU\E z"\Ev\177 !p\E ;"\E z \Ev  \177p\Ep\n:do=^J:pt:\
   1464 	:is=\EU\E F\Ef\E7\E5\E8\El\ENH\EK\E\200\Eo&\200\Eo\47\E\E!\E^G!\E^HA@ :\
   1465 	:ti=\EU\Ev  8p\Ep\r:te=\Ev  \177p\Ep\r\n:\
   1466 	:al=\E^R:le=^H:bs:cd=\E^C:ce=\E^S:cl=\E?\E^E:cm=\Ea%+ %+ :co#80:\
   1467 	:dc=\E^Q:dl=\E^B:ei=\E\200:eo:im=\E^P:li#24:mi:nd=\E=:\
   1468 	:kb=^h:ul:up=\E;:db:us=\EG:ue=\Eg:vs=\EW:ve=\Ew:am:xn:\
   1469 	:vb=\Ek\200\200\200\200\200\200\200\200\200\200\200\200\200\200\EK:\
   1470 	:ks=\EX:ke=\Ex:ku=\E;:kd=\E<:kl=\E>:kr=\E=:kh=\E?:\
   1471 	:k1=\E5:k2=\E6:k3=\E7:k4=\E8:k5=\E9:k6=\E\72:\
   1472 	:so=\ED:se=\Ed:mh=\EE:md=\ED:mr=\ED:me=\Ee\Ed\Eg\Ec:
   1473 c4|c108-rv-8p|concept108-rv-8p|concept 108 w/8 pages, in reverse video:\
   1474 	:vb=\EK\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ek:\
   1475 	:is=\EU\E F\Ef\E7\E5\E8\El\ENH\Ek\E\200\Eo&\200\Eo\47\E\E!\E^G!\E^HA@ :\
   1476 	:ts=\E z"\E?\E^C\EE\Ea %+ :fs=\Ee\E z :tc=c108-8p:
   1477 c5|c108-rv-4p|concept108-rv-4p|concept 108 w/4 pages, in reverse video:\
   1478 	:vb=\EK\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ek:\
   1479 	:is=\EU\E F\Ef\E7\E5\E8\El\ENH\Ek\E\200\Eo&\200\Eo\47\E\E!\E^G!\E^HA@ :\
   1480 	:ts=\E z"\E?\E^C\EE\Ea %+ :fs=\Ee\E z :tc=c108-4p:
   1481 c6|c108-na|c108-na-8p|concept108-na-8p|concept 108 w/8 pages, no arrows:\
   1482 	:ks@:ke@:k7=\E;:k8=\E<:k9=\E=:tc=c108-8p
   1483 c7|c108-rv-na|c108-rv-na-8p|concept 108 w/8 pages, no arrows in rev video:\
   1484 	:ts=\E z"\E?\E^C\EE\Ea %+ :fs=\Ee\E z :\
   1485 	:ks@:ke@:k7=\E;:k8=\E<:k9=\E=:tc=c108-rv-8p
   1486 # this needs new frotz in the cm capability for 2-char addrs when > 95....
   1487 c8|c108-w|c108-w-8p|concept108-w-8p|concept 108 w/8 pages in wide mode:\
   1488 	:is=\EU\E F\Ef\E7\E5\E8\El\ENH\EK\E\200\Eo&\200\Eo\47\E\E"\E^G!\E^HA@ :\
   1489 	:ti=\EU\Ev  8^AD\Ep\r:te=\Ev  ^A0^AD\Ep\r\n:pt@:cm@:\
   1490 	:co#132:tc=c108-8p
   1491 cA|avt-w|avtw|HDS concept avt w/4 or 8 pages; 132 columns:\
   1492 	:is=\E[1*q\E[2!t\E[7!t\E[=4;101;119l\E[=103;107;118;207h\E)1\E[1Q\EW\E[7!y\E[0\0720\07232!r\E[w\E2\r\n:\
   1493 	:ch=\E[%i%3G:cm=\E[%i%2;%3H:co#132:tc=avt:
   1494 cB|avt-8p-s|concept avt w/8 pages & 80 cols running sysline:\
   1495 	:is=\E[1*q\E[2!t\E[7!t\E[=4;101;103;119l\E[=107;118;207h\E)1\E[1Q\EW\E[0!y\E[0\0720\07232!r\E[2!w\E[192w\E[2*w\E[!w\E[1;191w\E2\r\n:\
   1496 	:hs:es:ts=\E[2!w\E[H\E[J\E[%i%dG:fs=\E[!w:\
   1497 	:ds=\E[2!w\E[2J\E[!w\E[*w:te=\E[1;191w\E2\n:tc=avt:
   1498 cC|avt-4p-s|concept avt w/4 pages & 80 cols running sysline:\
   1499 	:is=\E[1*q\E[2!t\E[7!t\E[=4;101;103;119l\E[=107;118;207h\E)1\E[1Q\EW\E[0!y\E[0\0720\07232!r\E[2!w\E[96w\E[2*w\E[!w\E[1;95w\E2\r\n:\
   1500 	:hs:es:ts=\E[2!w\E[H\E[J\E[%i%dG:fs=\E[!w:\
   1501 	:ds=\E[2!w\E[2J\E[!w\E[*w:te=\E[1;95w\E2\n:tc=avt:
   1502 cD|avt-rv|HDS concept avt w/4 or 8 pages, 80 columns, reverse video:\
   1503 	:is=\E[1*q\E[2!t\E[7!t\E[=4;101;103;119l\E[=107;118;205;207h\E)1\E[1Q\EW\E[0!y\E[0\0720\07232!r\E[w\E2\r\n:\
   1504 	:ve=\E[4l:vs=\E[4l:tc=avt
   1505 cE|avt|HDS concept avt w/4 or 8 pages, 80 columns:\
   1506 	:is=\E[1*q\E[2!t\E[7!t\E[=4;101;103;119;205l\E[=107;118;207h\E)1\E[1Q\EW\E[0!y\E[0\0720\07232!r\E[w\E2\r\n\E[*w:\
   1507 	:ae=^O:al=\E[L:am:as=^N:bs:bt=\E[Z:cd=\E[J:ce=\E[K:\
   1508 	:ch=\E[%i%2G:cl=\E[H\E[J:cm=\E[%i%2;%2H:co#80:cv=\E[%i%2d:\
   1509 	:dc=\E[P:dl=\E[M:do=\E[B:ei=\E1:eo:ho=\E[H:im=\E1:kb=^H:kd=\E[B:\
   1510 	:kh=\E[H:kl=\E[D:ko=do,ho,nd,up:kr=\E[C:\
   1511 	:ks=\E[1;4!z\E[1;8!z\E[1;10!z\E[1;11!z\E[1;12!z\E[1;14!z\E[3;7!z\E[3;9!z:\
   1512 	:ke=\E[;4!z\E[;8!z\E[;10!z\E[;11!z\E[;12!z\E[3;14!z\E[;7!z\E[;9!z:\
   1513 	:ku=\E[A:li#24:mi:nd=\E[C:pt:se=\E[7!{:so=\E[7m:\
   1514 	:te=\E[w\E2\n:ti=\E[1;24w\E2\n:ue=\E[4!{:ul:\
   1515 	:up=\E[A:us=\E[4m:ve=\E[=4;119l:vs=\E[4l\E[=119h:xn:
   1516 #
   1517 # Concepts have only window relative cursor addressing, not screen relative.
   1518 # To get it to work right here, ti/te (which were invented for the concept)
   1519 # lock you into a one page window for screen style programs.  To get out of
   1520 # the one page window, we use a clever trick: we set the window size to zero
   1521 # ("\Ev    " in te) which the terminal recognizes as an error and resets the
   1522 # window to all of memory.
   1523 #
   1524 # Some tty drivers use cr3 for concept, others use nl3, hence dN/dC below.
   1525 # This padding is only needed at 9600 baud.
   1526 # 2 nulls padding on te isn't always enough.  6 works fine.  Maybe less
   1527 # than 6 but more than 2 will work.
   1528 ca|c100|concept|c1004p|c100-4p|concept100|concept 100:\
   1529 	:is=\EU\Ef\E7\E5\E8\El\ENH\EK\E\200\Eo&\200\Eo\47\E\E^G\041\E^HA@ :\
   1530 	:ti=\EU\Ev  8p\Ep\r:te=\Ev    \200\200\200\200\200\200\Ep\r\n:\
   1531 	:al=3*\E^R:am:le=^H:bs:cd=16*\E^C:ce=16\E^U:cl=2*^L:cm=\Ea%+ %+ :co#80:\
   1532 	:dc=16\E^Q:dl=3*\E^B:ei=\E\200:eo:im=\E^P:ip=16*:li#24:mi:nd=\E=:\
   1533 	:pt:kb=^h:ta=8\t:ul:up=\E;:db:us=\EG:ue=\Eg:xn:\
   1534 	:vb=\Ek\200\200\200\200\200\200\200\200\200\200\200\200\200\200\EK:\
   1535 	:.dN#9:dC#9:pb#9600:vt#8:us=\EG:ue=\Eg:so=\EE\ED:se=\Ed\Ee:\
   1536 	:mh=\EE:mr=\ED:mb=\EC:mp=\EI:mk=\EH:me=\EN\200:do=^J:\
   1537 	:ks=\EX:ke=\Ex:ku=\E;:kd=\E<:kl=\E>:kr=\E=:kh=\E?:k1=\E5:k2=\E6:k3=\E7:
   1538 cb|c100-rv-pp|c100-rv-4p-pp|concept100-rv-pp|c100rv4ppp|w/ printer port:\
   1539 	:is=\EU\Ef\E7\E5\E8\El\ENH\Ek\E\200\Eo&\200\Eo\041\200\EQ"\EY(^W\Eo\47\E\E^G\041\E^HA@ :\
   1540 	:tc=c100-rv:
   1541 cc|c100-rv-na|c100-rv-4p-na|concept100-rv-na|c100rv4pna|c100 with no arrows:\
   1542 	:ks@:ke@:tc=c100-rv:
   1543 cd|c100-rv|c100-rv-4p|concept100-rv|c100rv4p|c100rv|c100 rev video:\
   1544 	:is=\EU\Ef\E7\E5\E8\El\ENH\Ek\E\200\Eo&\200\Eo\47\E\E^G\041\E^HA@ :\
   1545 	:vb=\EK\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ek:\
   1546 	:so=\EE:se=\Ee:tc=c100:
   1547 # This is useful at 1200 baud.
   1548 ce|c100-s|concept-s|concept100-s|slow concept 100:\
   1549 	:vb=\Ek\200\EK:pt:dC@:dN@:tc=c100:
   1550 cf|c100-rv-s|concept-rv-s|concept100-rv-s|c100rvs|slow reverse concept 100:\
   1551 	:vb=\EK\200\Ek:pt:dC@:dN@:tc=c100-rv:
   1552 # # --------------------------------
   1554 #
   1555 # d: DEC (DIGITAL EQUIPMENT CORPORATION)
   1556 #
   1557 # Note that xn glitch in vt100 is not quite the same as concept, since
   1558 # the cursor is left in a different position while in the weird state
   1559 # (concept at beginning of next line, vt100 at end of this line) so
   1560 # all versions of vi before 3.7 don't handle xn right on vt100.
   1561 # I assume you have smooth scroll off or are at a slow enough baud
   1562 # rate that it doesn't matter (1200? or less).  Also this assumes
   1563 # that you set auto-nl to "on", if you set it off use vt100-nam below.
   1564 #
   1565 # Since there are two things here called vt100, the installer can make
   1566 # a local decision to make either one standard "vt100" by including
   1567 # it in the list of terminals in reorder, since the first vt100 in
   1568 # /etc/termcap is the one that it will find.  The choice is between
   1569 # nam (no automatic margins) and am (automatic margins), as determined
   1570 # by the wrapline switch (group 3 #2).  I presonally recommend turning
   1571 # on the bit and using vt100-am, since having stuff hammer on the right
   1572 # margin is sort of hard to read.  However, the xn glitch does not occur
   1573 # if you turn the bit off.
   1574 #
   1575 # I am unsure about the padding requirements listed here.  I have heard
   1576 # a claim that the vt100 needs no padding.  It's possible that it needs
   1577 # padding only if the xon/xoff switch is off.  For UNIX, this switch
   1578 # should probably be on.
   1579 #
   1580 # The vt100 uses rs and rf rather than is/ct/st because the tab settings
   1581 # are in non-volatile memory and don't need to be reset upon login.
   1582 # You can type "reset" to get them set.
   1583 dp|vt100-np|vt100 with no padding (for psl games):\
   1584 	:cl=\E[H\E[2J:sr=\EM:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\
   1585 	:ce=\E[K:cd=\E[J:so=\E[7m:se=\E[m:us=\E[4m:ue=\E[m:\
   1586 	:md=\E[1m:mr=\E[7m:mb=\E[5m:me=\E[m:tc=vt100:
   1587 d0|vt100|vt100-am|vt100am|dec vt100:\
   1588 	:do=^J:co#80:li#24:cl=50\E[;H\E[2J:sf=5\ED:\
   1589 	:le=^H:bs:am:cm=5\E[%i%d;%dH:nd=2\E[C:up=2\E[A:\
   1590 	:ce=3\E[K:cd=50\E[J:so=2\E[7m:se=2\E[m:us=2\E[4m:ue=2\E[m:\
   1591 	:md=2\E[1m:mr=2\E[7m:mb=2\E[5m:me=2\E[m:is=\E[1;24r\E[24;1H:\
   1592 	:rf=/usr/share/lib/tabset/vt100:\
   1593 	:rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:ks=\E[?1h\E=:ke=\E[?1l\E>:\
   1594 	:ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:kb=^H:\
   1595 	:ho=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:pt:sr=5\EM:vt#3:xn:\
   1596 	:sc=\E7:rc=\E8:cs=\E[%i%d;%dr:
   1597 d1|vt100-nam|vt100nam|vt100 w/no am:\
   1598 	:am@:xn@:\
   1599 	:is=\E>\E[?3l\E[?4l\E[?5l\E[?7l\E[?8h:ks=\E[?1h\E=:ke=\E[?1l\E>:\
   1600 	:tc=vt100-am:
   1601 d2|gt42|dec gt42:\
   1602 	:do=^J:le=^H:bs:co#72:ns:li#40:os:
   1603 d3|vt132|dec vt132:\
   1604 	:al=99\E[L:dl=99\E[M:ip=7:dc=7\E[P:ei=\E[4l:im=\E[4h:xn:dN#30:tc=vt100:
   1605 d4|gt40|dec gt40:\
   1606 	:do=^J:le=^H:bs:co#72:ns:li#30:os:
   1607 d5|vt50|dec vt50:\
   1608 	:do=^J:le=^H:bs:cd=\EJ:ce=\EK:cl=\EH\EJ:co#80:li#12:nd=\EC:pt:up=\EA:
   1609 d6|vt125|vt125-am|DEC vt125:\
   1610 	:xn:do=^J:co#80:li#24:cl=50\E[H\E[2J:\
   1611 	:le=^H:am:bs:cm=5\E[%i%d;%dH:nd=2\E[C:up=2\E[A:ce=3\E[K:cd=50\E[J:\
   1612 	:so=2\E[7m:se=2\E[m:us=2\E[4m:ue=2\E[m:md=2\E[1m:mr=2\E[7m:mb=2\E[5m:\
   1613 	:me=2\E[m:is=\E[1;24r\E[24;1H\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
   1614 	:ks=\E[?1h\E=:ke=\E[?1l\E>:if=/usr/share/lib/tabset/vt100:ku=\EOA:kd=\EOB:\
   1615 	:kr=\EOC:kl=\EOD:kb=^H:ho=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
   1616 	:pt:sr=5\EM:vt#3:sc=\E7:rc=\E8:cs=\E[%i%d;%dr:
   1617 d9|vt125-nam|DEC vt125 no automatic margin:\
   1618 	:am@:tc=vt125-am:
   1619 # DEC gigi color graphic terminal , same as vt52
   1620 d7|gigi|dec gigi terminal:\
   1621 	:co#80:is=200\E>\E[?4l\E[?5l\E[?7h\E[?8h:\
   1622 	:li#24:cl=100\E[;H\E[2J:bs:cm=50\E[%i%2;%2H:nd=200\E[C:up=100\E[A:\
   1623 	:ce=120\E[K:cd=100\E[J:so=20\E[7m:se=20\E[m:us=20\E[4m:ue=20\E[m:\
   1624 	:ks=200\E[?1h\E=:ke=200\E[?1l\E>:\
   1625 	:ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:\
   1626 	:kh=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:pt:sr=200\EM:\
   1627 	:dC#50:dF#200:dN#50:dT#50:
   1628 dI|dw1|decwriter I:\
   1629 	:do=^J:le=^H:bs:co#72:hc:os:
   1630 # From tut (at] Topaz.CC Thu May 12 14:49:02 1983
   1631 dJ|dw3|la120|decwriter III:\
   1632 	:bs:kb=^H:co#132:hc:os:pt:\
   1633 	:is=\E(B\E[20l\E[w\E[1;132s\E[2g\E[9;17;25;33;41;49;57;65;73;81;89;97;105;113;121;129u\E[z\E[66t\E[1;66r\E[4g\E>\r:
   1634 # From tut (at] topaz.CC Thu Sep 24 22:10:46 1981
   1635 df|dw4|decwriter IV:\
   1636 	:do=^J:le=^H:bs:co#132:hc:os:am:\
   1637 	:pt:is=\Ec:k0=\EOP:k1=\EOQ:k2=\EOR:k3=\EOS:kb=^H:
   1638 dh|vt50h|dec vt50h:\
   1639 	:do=^J:le=^H:bs:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :\
   1640 	:co#80:li#12:nd=\EC:pt:sr=\EI:up=\EA:
   1641 di|vt100-s|vt100 with status line at top:\
   1642 	:li#23:i2=\E[2;24r\E[24;1H:cm@:ho=\E[H^J:cl=50\E[;H^J\E[0J:\
   1643 	:hs:es:ts=\E7\E[1;%dH\E[1K:fs=\E8:tc=vt100-am:
   1644 dj|vt100-s-bot|vt100 with status line at bottom:\
   1645 	:li#23:i2=\E[1;23r\E[23;1H:\
   1646 	:hs:es:ts=\E7\E[24;%dH\E[1K:fs=\E8:tc=vt100-am:
   1647 ds|vt100-nav|dec vt100 132 cols 14 lines (w/o advanced video option):\
   1648 	:li#14:tc=vt100-w:
   1649 dt|vt100-w|dec vt100 132 cols (w/advanced video):\
   1650 	:co#132:li#24:rs=\E>\E[?3h\E[?4l\E[?5l\E[?8h:tc=vt100-am:
   1651 dv|vt100-w-nam|dec vt100 132 cols (w/advanced video), no am:\
   1652 	:co#132:li#24:rs=\E>\E[?3h\E[?4l\E[?5l\E[?8h:vt@:tc=vt100-nam:
   1653 # vt 102	(from lai@decwrl)
   1654 dy|vt102|vt-102|dec vt102:\
   1655 	:do=^J:co#80:li#24:cl=50\E[;H\E[2J:\
   1656 	:le=^H:bs:cm=5\E[%i%d;%dH:nd=2\E[C:up=2\E[A:\
   1657 	:ce=3\E[K:cd=50\E[J:so=2\E[7m:se=2\E[m:us=2\E[4m:ue=2\E[m:\
   1658 	:md=2\E[1m:mr=2\E[7m:mb=2\E[5m:me=2\E[m:is=\E[1;24r\E[24;1H:\
   1659 	:rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:ks=\E[?1h\E=:ke=\E[?1l\E>:\
   1660 	:ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:kb=^H:\
   1661 	:ho=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:pt:sr=5\EM:vt#3:\
   1662 	:sc=\E7:rc=\E8:cs=\E[%i%d;%dr:vs=\E[?7l:ve=\E[?7h:
   1663 dw|vt52|dec vt52:\
   1664 	:do=^J:le=^H:bs:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :co#80:li#24:\
   1665 	:nd=\EC:pt:sr=\EI:up=\EA:ku=\EA:kd=\EB:kr=\EC:kl=\ED:kb=^H:
   1666 # vt61 created by Roger Sacilotto  Massachusetts Computer Associates, Inc
   1667 # Similar to vt52 but add al and dl
   1668 #
   1669 dq|vt61|dec vt61:\
   1670 	:al=\EPf:dl=\EPd:tc=vt52:
   1671 dx|dw2|decwriter II:\
   1672 	:do=^J:kb=^h:le=^H:bs:co#132:hc:os:
   1673 # DEC PRO-350 console (VT220-style)
   1674 dP|pro350|decpro|dec pro console:\
   1675 	:bs:cd=\EJ:ce=\EK:cl=\EH\EJ:\
   1676 	:cm=\EY%+ %+ :co#80:ho=\EH:\
   1677 	:kl=\ED:kr=\EC:ku=\EA:kd=\EB:kh=\EH:\
   1678 	:k0=\EE:k1=\EF:k2=\EG:k3=\EH:k4=\EI:k5=\EJ:k6=\Ei:k7=\Ej:\
   1679 	:li#24:nd=\EC:pt:sr=\EI:up=\EA:do=\EB:\
   1680 	:se=\E^N:so=\E^H:us=\E^D:ue=\E^C:\
   1681 	:ae=\EG:as=\EF:
   1682 #
   1683 # From: Bracy H. Elton  <elton@lll-crg>
   1684 dl|vt200|vt220|vt200-js|vt220-js|dec vt200 series with jump scroll:\
   1685 	:im=\E[4h:ei=\E[4l:mi:dc=\E[P:dm=:ed=:al=\E[L:dl=\E[M:\
   1686 	:cs=\E[%i%d;%dr:sf=\ED:sr=\EM:sb=\EM:\
   1687 	:ce=\E[K:cl=\E[H\E[J:cd=\E[J:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\
   1688 	:so=\E[7m:se=\E[27m:us=\E[4m:ue=\E[24m:\
   1689 	:md=\E[1m:mr=\E[7m:mb=\E[5m:me=\E[m:\
   1690 	:is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H:\
   1691 	:rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
   1692 	:tc=vt100:
   1693 dm|vt200-ss|vt220-ss|dec vt200 series with smooth scroll:\
   1694 	:is=\E>\E[?3l\E[?4h\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H:\
   1695 	:rs=\E>\E[?3l\E[?4h\E[?5l\E[?7h\E[?8h:\
   1696 	:tc=vt200:
   1697 dn|vt200-w|vt220-w|vt200-wj|vt220-wj|dec vt200 series; 132 col.; jump scroll:\
   1698 	:is=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H:\
   1699 	:rs=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h:\
   1700 	:co#132:tc=vt200:
   1701 do|vt200-ws|vt220-ws|dec vt200 series; 132 col.; smooth scroll:\
   1702 	:is=\E>\E[?3h\E[?4h\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H:\
   1703 	:rs=\E>\E[?3h\E[?4h\E[?5l\E[?7h\E[?8h:\
   1704 	:co#132:tc=vt200:
   1705 # $XConsortium: termcap,v 1.6 91/06/24 15:08:52 gildea Exp $
   1706 #
   1707 x1|xterm|vs100|xterm terminal emulator (X Window System):\
   1708 	:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:UP=\E[%dA:\
   1709 	:al=\E[L:am:\
   1710 	:bs:cd=\E[J:ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:co#80:\
   1711 	:cs=\E[%i%d;%dr:ct=\E[3k:\
   1712 	:dc=\E[P:dl=\E[M:\
   1713 	:im=\E[4h:ei=\E[4l:mi:\
   1714 	:ho=\E[H:\
   1715 	:is=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l:\
   1716 	:rs=\E[r\E[m\E[2J\E[H\E[?7h\E[?1;3;4;6l\E[4l\E<:\
   1717 	:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kb=^H:kd=\EOB:ke=\E[?1l\E>:\
   1718 	:kl=\EOD:km:kn#4:kr=\EOC:ks=\E[?1h\E=:ku=\EOA:\
   1719 	:li#65:md=\E[1m:me=\E[m:mr=\E[7m:ms:nd=\E[C:pt:\
   1720 	:sc=\E7:rc=\E8:sf=\n:so=\E[7m:se=\E[m:sr=\EM:\
   1721 	:te=\E[2J\E[?47l\E8:ti=\E7\E[?47h:\
   1722 	:up=\E[A:us=\E[4m:ue=\E[m:xn:
   1723 x2|xterms|vs100s|xterm terminal emulator, small window (X Window System):\
   1724 	:co#80:li#24:tc=xterm:
   1725 x3|xterm-bold|xterm with bold instead of underline:\
   1726 	:us=\E[1m:tc=xterm:
   1727 # vs100 emulator using tsim	(from lai@decwrl)
   1728 vt|vs100t|tsim|vs100-tsim:\
   1729 	:bs:cm=\EM%+ %+ :ho=\EH:do=^J:up=^K:cl=\EE:ce=\EL:cs=\ES%+ %+ :\
   1730 	:so=\Eh:se=\Er:us=\Eu:ue=\Ev:al=\EI:AL=\E+%+ :dl=\ED:DL=\E-%+ :\
   1731 	:ic=\Ei:dc=\Ed:is=\ER:rs=\ER:am:cd=\EQ:pt:nd=\En:li#24:co#80:
   1732 #
   1733 # vi may work better with this termcap, because vi
   1734 # doesn't use insert mode much
   1735 x4|xterm-ic|xterm-vi|xterm with insert character instead of insert mode:\
   1736 	:im=:ei=:mi@:ic=\E[@:tc=xterm:
   1737 x5|xpcterm|X PC-compatible terminal:\
   1738 	:am:xo:bs:pt:\
   1739 	:co#80:li#65:kn#4:\
   1740 	:AL=\E[%dL:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:LE=\E[%dD:\
   1741 	:RI=\E[%dC:UP=\E[%dA:al=\E[L:bt=\E[Z:cd=\E[J:ce=\E[K:\
   1742 	:up=\E[A:do=^J:le=^H:ri=\E[C:\
   1743 	:cl=\E[H\E[J:cm=\E[%i%d;%dH:ct=\E[2g:dc=\E[P:dl=\E[M:\
   1744 	:ho=\E[H:ic=\E[@:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
   1745 	:k5=\EOT:k6=\EOU:k7=\EOV:k8=\EOW:k9=\EOX:kb=\b:\
   1746 	:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:nd=\E[C:\
   1747 	:se=\E[m:so=\E[7m:st=\EH:ue=\E[m:up=\E[A:us=\E[4m:\
   1748 	:ko=nd,up,ho,ic:
   1749 x6|xpcterms|X PC-compatible terminal (small):\
   1750 	:co#80:li#25:tc=xpcterm:
   1751 x7|xtermc|xterm-color|xterm terminal emulator (color):\
   1752 	:Co#8:NC#7:pa#64:\
   1753 	:AB=\E[4%dm:AF=\E[3%dm:ac=:op=\E[100m:tc=xterm:
   1754 
   1755 # # --------------------------------
   1757 #
   1758 # h: HEWLETT PACKARD
   1759 #
   1760 # Note: no "ho" on HP's since that homes to top of memory, not screen.
   1761 # Due to severe 2621 braindamage, the only way to get the arrow keys to
   1762 # transmit anything at all is to turn on the function key labels
   1763 # (f1-f8) with ks, and even then the poor user has to hold down shift!
   1764 # The default 2621 turns off the labels except when it has to to enable
   1765 # the function keys.  If your installation prefers labels on all the time,
   1766 # or off all the time (at the "expense" of the function keys) move the
   1767 # 2621-nl or 2621-wl labels to the front using reorder.
   1768 # Note: there are newer ROM's for 2621's that allow you to set strap A
   1769 # so the regular arrow keys xmit \EA, etc, as with the 2645.  However,
   1770 # even with this strap set, the terminal stops xmitting if you reset it,
   1771 # until you unset and reset the strap!  Since there is no way to set/unset
   1772 # the strap with an escape sequence, we don't use it in the default.
   1773 # If you like, you can use 2621-ba (braindamaged arrow keys).
   1774 h1|2621-ba|2621 w/new rom, strap A set:\
   1775 	:ks@:ke@:ku=\EA:kd=\EB:kl=\ED:kr=\EC:kh=\Eh:tc=hp2621:
   1776 # 2621 with function labels.  Most of the time they are off,
   1777 # but inside vi, the function key labels appear.  You have to
   1778 # hold down shift to get them to xmit.
   1779 h2|2621|hp2621|hp2621a|hp2621p|2621a|2621p|2621-pb|hp2621-fl|hp 2621:\
   1780 	:is=\E&j@\r:bt=\Ei:cm=\E&a%r%dc%dY:dc=2\EP:ip=2:pb#19200:\
   1781 	:so=\E&dD:se=\E&d@:us=\E&dD:ue=\E&d@:me=\E&d@:\
   1782 	:kh=\Ep\r:ku=\Et\r:kl=\Eu\r:kr=\Ev\r:kd=\Ew\r:\
   1783 	:kn#8:k1=\Ep\r:k2=\Eq\r:k3=\Er\r:k4=\Es\r:k5=\Et\r:k6=\Eu\r:k7=\Ev\r:\
   1784 	:k8=\Ew\r:ks=\E&jB:ke=\E&j@:ta=2^I:tc=hp:
   1785 # 2621k45: untested
   1786 # 2622: unsure if this is quite it, have only heard about the terminal.
   1787 h3|2621k45|hp2621k45|k45|2622|hp2622|hp 2621 with 45 keyboard:\
   1788 	:kb=^H:ku=\EA:kd=\EB:kl=\ED:kr=\EC:kh=\Eh:ks=\E&s1A:ke=\E&s0A:tc=2621:
   1789 h4|hp2645|2645|hp45:\
   1790 	:mh=\E&dH:mr=\E&dB:us=\E&dD:mb=\E&dA:me=\E&d@:\
   1791 	:ku=\EA:kd=\EB:kl=\ED:kr=\EC:kh=\Eh:ks=\E&s1A:ke=\E&s0A:tc=hp:
   1792 h5|hp|hewlett-packard:\
   1793 	:ct=\E3:st=\E1:do=^J:al=\EL:am:le=^H:bs:\
   1794 	:cd=\EJ:ce=\EK:ch=\E&a%dC:cl=\EH\EJ:cm=6\E&a%r%dc%dY:\
   1795 	:co#80:cv=\E&a%dY:da:db:dc=\EP:dl=\EM:ei=\ER:im=\EQ:\
   1796 	:kb=^H:li#24:mi:nd=\EC:pt:se=\E&d@:so=\E&dJ:\
   1797 	:us=\E&dD:ue=\E&d@:up=\EA:xs:vt#6:pb#9600:
   1798 # This entry does not use any of the fancy windowing stuff of the 2621.
   1799 # Indeed, termcap does not yet handle such stuff.  We are looking at it.
   1800 h6|hp2626|hp2626a|hp2626p|2626|2626a|2626p|hp 2626:\
   1801 	:dc=2\EP:ip=2:se=\E&d@:so=\E&dB:cd=500\EJ:\
   1802 	:mr=\E&dB:us=\E&dD:mb=\E&dA:mk=\E&dS:me=\E&d@:ue=\E&d@:\
   1803 	:kh=\Eh:ku=\EA:kl=\ED:kr=\EC:kd=\EB:ks=\E&s1A:ke=\E&s0A:\
   1804 	:sf=\ES:ta=2^I:xs:tc=2621:
   1805 # cD is a pain - but it only screws up at 9600 baud.
   1806 # You should use this terminal at 4800 baud or less.
   1807 h8|hp2648|hp2648a|2648a|2648|HP 2648a graphics terminal:\
   1808 	:cl=50\EH\EJ:cm=20\E&a%r%dc%dY:dc=7\EP:ip=5:tc=2645:
   1809 # This terminal should be used at 4800 baud or less.
   1810 h9|hp2645-np|2645 w/no padding:cm=\E&a%r%dc%dY:tc=hp2645:
   1811 # 2640a doesn't have the Y cursor addressing feature, and C is memory relative
   1812 # instead of screen relative, as we need.
   1813 ha|2640|hp2640a|2640a|hp 2640a:\
   1814 	:cm@:ks@:ke@:tc=2645:
   1815 hb|2640b|hp2640b|2644a|hp2644a|hp 264x series:\
   1816 	:ks@:ke@:tc=2645:
   1817 # 2621 using all 48 lines of memory, only 24 visible at any time.  Untested.
   1818 hl|2621-48|48 line 2621:\
   1819 	:li#48:ho=\EH:cm=\E&a%r%dc%dR:tc=2621:
   1820 # Hp 110 computer is the same as 2621 except has 16 lines
   1821 hm|hp110|110|hp 110 computer:\
   1822 	:li#16:tc=2621:
   1823 # 2621 with no labels ever.  Also prevents vi delays on escape.
   1824 hn|2621-nl|hp2621nl|2621nl|hp2621-nl|hp 2621 with no labels:\
   1825 	:ks@:ke@:kh@:ku@:kl@:kr@:kd@:tc=hp2621-fl:
   1826 # Needed for UCB ARPAVAX console, since lsi-11 expands tabs (wrong).
   1827 ht|hp2621-nt|2621nt|2621-nt|hp2621nt|hp 2621 w/no tabs:\
   1828 	:pt@:tc=hp2621:
   1829 # 2621 with labels on all the time - normal outside vi, function inside vi.
   1830 hw|hp2621wl|2621wl|2621-wl|hp2621-wl|hp 2621 w/labels:\
   1831 	:is=\E&jA\r:ke=\E&jA:tc=hp2621-fl:
   1832 # 2392 (from haddix@arpa?)
   1833 hz|2392|hp2392|hp2392a:\
   1834 	:bt=\Ei:ip=2:is=\E&j@\E3\r:if=/usr/share/lib/tabset/stdcrt:\
   1835 	:ml=\El:MT:mu=\Em:km:\
   1836 	:mh=\E&dH:mr=\E&dB:us=\E&dD:mb=\E&dA:me=\E&d@:\
   1837 	:ku=\EA:kd=\EB:kl=\ED:kr=\EC:kh=\Eh:ks=\E&s1A:ke=\E&s0A:tc=hp:
   1838 #HP 236 console running 4.3 BSD
   1839 #from ddavis (at] ic.berkeley.edu
   1840 h7|236|hp236|HP236 internal terminal emulator:\
   1841 	:am:bs:li#24:co#80:cl=\EF:cm=\EE%+ %+ :\
   1842 	:dc=\EJ:dl=\EH:ic=\EI:al=\EG:up=^K:im=:ei=:\
   1843 	:so=\EBI:se=\ECI:vs=\EDB:ve=\EDE:
   1844 # hp150 from ddavis (at] ic.berkeley.edu
   1845 h0|150|hp150|hp150a|150a:\
   1846 	:is=\E&s1A\E&f0a1k2L\Ep\r\E&k0K\E&f0a2k2L\Eq\r\E&f0a3k2L\Er\r\E&f0a4k2L\Es\r\E&f0a5k2L\Et\r\E&f0a6k2L\Eu\r\E&f0a7k2L\Ev\r\E&f0a8k2L\Ew\r\E&k0D\E&s0A:\
   1847 	:bt=\Ei:li#24:cm=\E&a%r%dc%dY:dc=2\EP:ip=2:pb#19200:so=\E&dJ:\
   1848 	:se=\E&d@:us=\E&dD:ue=\E&d@:me=\E&d@:kh=\Eh:ku=\EA:kl=\ED:kr=\EC:\
   1849 	:kd=\EB:kn#8:k1=\Ep:k2=\Eq:k3=\Er:k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:\
   1850 	:k8=\Ew:ta=2^I:ct=\E3:st=\E1:do=^J:al=\EL:am:le=^H:\
   1851 	:bs:cd=\EJ:ce=\EK:ch=\E&a%dC:cl=\Eh\EJ:co#80:cv=\E&a%dY:da:db:dl=\EM:\
   1852 	:ei=\ER:im=\EQ:kb=^H:mi:nd=\EC:pt:up=\EA:xs:vt#6:sf=\ES:sr=\ET:\
   1853 	:vs=\E&s1A:ve=\E&s0A:ks=\E&jB\E&j@:ke=\E&j@:
   1854 # # --------------------------------
   1856 #
   1857 # i: INFOTON (GENERAL TERMINAL)
   1858 #
   1859 # Infoton is now called General Terminal Corp. or some such thing.
   1860 # gt100 sounds like something DEC would come out with.  Lets hope they don't.
   1861 i1|i100|gt100|gt100a|General Terminal 100A (formerly Infoton 100):\
   1862 	:do=^J:cl=^L:cd=\EJ:ce=\EK:li#24:co#80:\
   1863 	:al=\EL:dl=\EM:up=\EA:nd=\EC:ho=\EH:cm=\Ef%r%+ %+ :vb=\Eb\Ea:\
   1864 	:am:le=^H:bs:so=\Eb:se=\Ea:
   1865 i4|i400|400|infoton 400:\
   1866 	:do=^J:al=\E[L:am:le=^H:bs:ce=\E[N:cl=\E[2J:cm=%i\E[%3;%3H:co#80:\
   1867 	:dl=\E[M:li#25:nd=\E[C:up=\E[A:im=\E[4h\E[2Q:ei=\E[4l\E[0Q:\
   1868 	:dc=\E[4h\E[2Q\E[P\E[4l\E[0Q:
   1869 ia|addrinfo:\
   1870 	:do=^J:li#24:co#80:cl=^L:ho=^H:nd=^Y:cd=^K:\
   1871 	:up=^\:am:le=^Z:bc=^Z:cm=\037%+\377%+\377:ll=^H^\:
   1872 ik|infotonKAS:\
   1873 	:do=^J:am:le=^Z:bc=^Z:cd=^K:cl=^L:co#80:li#24:nd=^Y:up=^\:ll=^H^\:
   1874 # # --------------------------------
   1876 #
   1877 # k: HEATHKIT (ZENITH)
   1878 #
   1879 kA|h19-a|h19a|heath-ansi|heathkit-a|heathkit h19 ansi mode:\
   1880 	:al=1*\E[1L:am:le=^H:bs:cd=\E[J:ce=\E[K:cl=\E[2J:cm=\E[%i%2;%2H:co#80:\
   1881 	:dc=\E[1P:dl=1*\E[1M:do=\E[1B:ei=\E[4l:ho=\E[H:im=\E[4h:li#24:mi:\
   1882 	:nd=\E[1C:as=\E[10m:ae=\E[11m:ms:pt:se=\E[0m:so=\E[7m:up=\E[1A:\
   1883 	:vs=\E[>4h:ve=\E[>4l:kb=^h:ku=\E[1A:kd=\E[1B:kl=\E[1D:kr=\E[1C:\
   1884 	:kh=\E[H:kn#8:k1=\EOS:k2=\EOT:k3=\EOU:k4=\EOV:k5=\EOW:l6=blue:\
   1885 	:l7=red:l8=white:k6=\EOP:k7=\EOQ:k8=\EOR:\
   1886 	:sr=\EM:is=\E<\E[>1;2;3;4;5;6;7;8;9l\E[0m\E[11m\E[?7h:
   1887 kB|h19-bs|h19bs|heathkit w/keypad shifted:\
   1888 	:ks=\Et:ke=\Eu:tc=h19-b:
   1889 #written by David Shewmake, UCSF Medical Information Science
   1890 #ucbvax!ucsfmis!shewmake
   1891 kC|h29|heath-29|z29|zenith-29:\
   1892 	:am:bc=\ED:bt=\E-:do=^J:\
   1893 	:al=\EL:le=^H:bs:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :co#80:dc=\EN:\
   1894 	:dl=1*\EM:do=\EB:ei=\EO:ho=\EH:im=\E@:li#24:mi:nd=\EC:as=\EF:ae=\EG:\
   1895 	:ms:pt:sr=\EI:se=\Eq:so=\Ep:up=\EA:vs=\Ex4:ve=\Ey4:\
   1896 	:kb=^H:ku=\EA:kd=\EB:kl=\ED:kr=\EC:kh=\EH:kn#1:k0=\E~:l0=HOME:\
   1897 	:k1=\ES:k2=\ET:k3=\EU:k4=\EV:k5=\EW:k6=\EP:k7=\EQ:k8=\ER:k9=\E0I:\
   1898 	:es:hs:ts=\Ej\Ex5\Ex1\EY8%+ \Eo:fs=\Ek\Ey5:ds=\Ey1:us=\Es8:ue=\Es0:
   1899 #the z29-e entry sucks...but it works with emacs
   1900 kD|z29-e|zenith 29 hacked for emacs:\
   1901 	:ip=1.5:ks=\Et:ke=\Eu:vs@:ve@:al=1*\EL:am:le=^H:\
   1902 	:bs:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :co#80:dc=\EN:dl=1*\EM:\
   1903 	:do=\EB:ho=\EH:li#24:nd=\EC:as=\EF:ae=\EG:ms:\
   1904 	:pt:sr=\EI:se=\Eq:so=\Ep:up=\EA:vs=\Ex4:ve=\Ey4:kb=^h:\
   1905 	:ku=\EA:kd=\EB:kl=\ED:kr=\EC:kh=\EH:kn#8:k1=\ES:k2=\ET:k3=\EU:\
   1906 	:k4=\EV:k5=\EW:l6=blue:l7=red:l8=white:k6=\EP:k7=\EQ:k8=\ER:es:hs:\
   1907 	:ts=\Ej\Ex5\Ex1\EY8%+ \Eo:fs=\Ek\Ey5:ds=\Ey1:
   1908 # z29 in ansi mode. Assumes that the cursor is in the correct state, and that
   1909 # the world is stable. `rs' causes the terminal to be reset to the state
   1910 # indicated by the name. kc -> key click, nkc -> no key click, uc -> underscore
   1911 # cursor, bc -> block cursor.
   1912 # from Mike Meyers
   1913 kF|z29a|z29a-kc-bc|h29a-kc-bc|heath/zenith 29 in ansi mode:\
   1914 	:do=^J:co#80:li#24:cl=\E[2J:pt:ho=\E[H:\
   1915 	:le=^H:bs:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:mb=\E[5m:mr=\E7m:\
   1916 	:ce=\E[K:cd=\E[J:so=\E[7;2m:se=\E[m:us=\E[4m:ue=\E[m:mh=\E[2m:\
   1917 	:md=\E[2m:mr=\E[7m:mb=\E[5m:me=\E[m:\
   1918 	:rs=\E<\E[1;24r\E[24;1H\E[?7h\E[>4h\E[>1;2;3;5;6;7;8;9l\E[m\E[11m:\
   1919 	:ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:kb=^H:\
   1920 	:k1=\EOS:k2=\EOT:k3=\EOU:k4=\EOV:k5=\EOW:k6=\EOP:k7=\EOQ:k8=\EOR:\
   1921 	:k9=\EOX:k0=\E[~:l0=help:kn#2:ko=ho,cd:if=/usr/share/lib/tabset/zenith29:\
   1922 	:es:hs:ts=\E[s\E[>5;1h\E[25;%i%dH\E[1K:fs=\E[u\E[>5l:ds=\E[>1l:\
   1923 	:cs=\E[%i%d;%dr:sr=\EM:sf=\ED:DO=\E[%dB:UP=\E[%dA:LE=\E[%dD:\
   1924 	:RI=\E[%dC:AL=\E[%dL:DL=\E[%dM:sc=\E[s:rc=\E[r:dc=\E[1P:DC=\E[%dP:\
   1925 	:kC=\E[J:ct=\E[3g:st=\EH:ti=\E[?7l:te=\E[?7h:ps=\E#7:
   1926 kG|z29a-kc-uc|h29a-kc-uc|heath/zenith 29 in ansi mode:\
   1927 	:rs=\E<\E[1;24r\E[24;1H\E[?7h\E[>1;2;3;4;5;6;7;8;9l\E[m\E[11m:\
   1928 	:tc=z29a:
   1929 kH|z29a-nkc-bc|h29a-nkc-bc|heath/zenith 29 in ansi mode:\
   1930 	:rs=\E<\E[1;24r\E[24;1H\E[?7h\E[>2;4h\E[>1;3;5;6;7;8;9l\E[m\E[11m:\
   1931 	:tc=z29a:
   1932 kI|z29a-nkc-uc|h29a-nkc-uc|heath/zenith 29 in ansi mode:\
   1933 	:rs=\E<\E[1;24r\E[24;1H\E[?7h\E[>2h\E[>1;3;4;5;6;7;8;9l\E[m\E[11m:\
   1934 	:tc=z29a:
   1935 #z100 entry from Brad Brahms at TRW (Brahms@USC-ECLC)
   1936 #			   usenet: {decvax,ucbvax}!trwrb!trwspp!brahms
   1937 kc|z100|h100|z110|z-100|h-100|heath/zenith z-100 pc with color monitor:\
   1938 	:vs=\Ex4\Em71:ve=\Ey4\Em70:tc=z100bw:
   1939 kY|z100bw|h100bw|z110bw|z-100bw|h-100bw|heath/zenith z-100 pc:\
   1940 	:al=5*\EL:bs:cd=\EJ:ce=\EK:cl=5*\EE:cm=1*\EY%+ %+ :co#80:dc=1*\EN:\
   1941 	:dl=5*\EM:do=\EB:ei=\EO:ho=\EH:im=\E@:li#24:mi:nd=\EC:as=\EF:ae=\EG:\
   1942 	:ms:pt:sr=\EI:se=\Eq:so=\Ep:up=\EA:vs=\Ex4:ve=\Ey4:\
   1943 	:kb=^h:ku=\EA:kd=\EB:kl=\ED:kr=\EC:kh=\EH:kn#10:\
   1944 	:k0=\EJ:k1=\ES:k2=\ET:k3=\EU:k4=\EV:k5=\EW:k6=\EP:k7=\EQ:\
   1945 	:k8=\ER:k9=\EOI:
   1946 kp|p19:\
   1947 	:al=2*\EL:dl=2*\EM:tc=h19-b:
   1948 kU|h19-us|h19us|heathkit w/keypad shifted/underscore cursor:\
   1949 	:ks=\Et:ke=\Eu:tc=h19-u:
   1950 kb|h19|heath|h19-b|h19b|heathkit|heath-19|z19|zenith|heathkit h19:\
   1951 	:al=1*\EL:am:le=^H:bs:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :co#80:dc=\EN:\
   1952 	:dl=1*\EM:do=\EB:ei=\EO:ho=\EH:im=\E@:li#24:mi:nd=\EC:as=\EF:ae=\EG:\
   1953 	:ms:pt:sr=\EI:se=\Eq:so=\Ep:up=\EA:vs=\Ex4:ve=\Ey4:\
   1954 	:kb=^h:ku=\EA:kd=\EB:kl=\ED:kr=\EC:kh=\EH:kn#8:ke=\E>:ks=\E=:\
   1955 	:k1=\ES:k2=\ET:k3=\EU:k4=\EV:k5=\EW:\
   1956 	:l6=blue:l7=red:l8=white:k6=\EP:k7=\EQ:k8=\ER:\
   1957 	:es:hs:ts=\Ej\Ex5\Ex1\EY8%+ \Eo:fs=\Ek\Ey5:ds=\Ey1:
   1958 ke|h19-e|h19e|h19 for emacs:ip=1.5:tc=h19-us:
   1959 ku|h19-u|h19u|heathkit with underscore cursor:\
   1960 	:vs@:ve@:tc=h19-b:
   1961 kg|h19-g|h19g|heathkit w/block cursor:\
   1962 	:ve=\Ex4:tc=h19-b:
   1963 # from ucscc!B.fiatlux (at] ucbvax.berkeley.edu
   1964 zx|ztx|ztx11|zt-1|htx11|ztx-1-a|ztx-10/11:\
   1965 	:al=\EL:am:bs:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :co#80:\
   1966 	:dl=\EM:do=^J:ho=\EH:is=\Ej\EH\Eq\Ek\Ev\Ey1\Ey5\EG\Ey8\Ey9\Ey>:\
   1967 	:k0=\ES:k1=\EB:k2=\EU:k3=\EV:k4=\EW:k5=\EP:k6=\EQ:k7=\ER:kb=^H:kd=\EB:\
   1968 	:kl=\ED:kr=\EC:ku=\EA:le=^H:li#24:nd=\EC:pt:se=\Eq:so=\Es5:\
   1969 	:sr=\EI:sr=\EI:ue=\Eq:up=\EA:us=\Es2:\
   1970 	:es:hs:ts=\Ej\Ex5\Ex1\EY8%+ \Eo:fs=\Ek\Ey5:ds=\Ey1:
   1971 # # --------------------------------
   1973 #
   1974 # l: LEAR SIEGLER (ADM)
   1975 #
   1976 # If the adm31 gives you trouble with standout mode, check the DIP switch
   1977 # in position 6, bank @c11, 25% from back end of pc.  Should be OFF.
   1978 # If there is no such switch, you have an old adm31 and must use oadm31
   1979 l1|adm31|31|lsi adm31:\
   1980 	:is=\Eu\E0:do=^J:al=\EE:am:le=^H:bs:ce=\ET:cm=\E=%+ %+ :\
   1981 	:cl=\E*:cd=\EY:co#80:dc=\EW:dl=\ER:ei=\Er:ho=^^:im=\Eq:\
   1982 	:k0=^A0\r:k1=^A1\r:k2=^A2\r:k3=^A3\r:k4=^A4\r:\
   1983 	:k5=^A5\r:k6=^A6\r:k7=^A7\r:k8=^A8\r:k9=^A9\r:kd=^J:kl=^H:kr=^L:ku=^K:\
   1984 	:li#24:ma=j^Jk^P^K^Pl ^R^L^L :mi:nd=^L:\
   1985 	:se=\EG0:so=\EG1:up=^K:us=\EG1:ue=\EG0:
   1986 l2|adm2|lsi adm2:\
   1987 	:do=^J:al=\EE:am:le=^H:bs:cd=\EY:ce=\ET:cl=\E;:\
   1988 	:cm=\E=%+ %+ :co#80:dc=\EW:dl=\ER:\
   1989 	:ei=:ho=^^:ic=\EQ:im=:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:li#24:nd=^L:up=^K:
   1990 l3|adm3|3|lsi adm3:\
   1991 	:do=^J:am:le=^H:bs:cl=^Z:li#24:ma=^K^P:co#80:
   1992 l4|adm42|42|lsi adm42:\
   1993 	:vs=\EC\E3 \E3(:do=^J:al=270\EE:am:le=^H:bs:cd=\EY:ce=\ET:cl=\E;:\
   1994 	:cm=\E=%+ %+ :co#80:dc=\EW:dl=\ER:ei=\Er:im=\Eq:ip=6*:li#24:\
   1995 	:bt=\EI:nd=^L:se=\EG0:so=\EG4:up=^k:ma=^K^P:pc=\177:
   1996 l5|adm5|5|lsi adm5:\
   1997 	:do=^J:cd=\EY:ce=\ET:do=^J:kb=^H:kh=^^:\
   1998 	:ma=^Hh^Jj^Kk^Ll^^H:se=\EG:sg#1:so=\EG:tc=adm3aplus:
   1999 l7|adm20|lear siegler adm20:\
   2000 	:am:li#24:co#80:bs:cl=^Z:cm=\E=%i%r%+^_%+^_:nd=^L:up=^K:ho=^^:ce=\ET:\
   2001 	:cd=\EY:al=\EE:dl=\ER:im=:ei=:ic=\EQ:dm=:ed=:dc=\EW:so=\E):se=\E(:\
   2002 	:bt=\EI:pt:kn#7:k1=^A:k2=^B:k3=^W:k4=^D:k5=^E:k6=^X:k7=^Z:
   2003 # From Andrew Scott Beals <bandy (at] lll-crg.ARPA>
   2004 l8|adm12|12|lsi adm12:\
   2005 	:is=\Eq:do=^J:al=\EE:am:le=^H:bs:ce=\ET:cm=\E=%+ %+ :cl=^Z:cd=\EY:\
   2006 	:co#80:dc=\EW:dl=\ER:ei=\Er:ho=^^:im=\Eq:\
   2007 	:k0=^A0\r:k1=^A1\r:k2=^A2\r:k3=^A3\r:k4=^A4\r:\
   2008 	:k5=^A5\r:k6=^A6\r:k7=^A7\r:k8=^A8\r:k9=^A9\r:kd=^J:kl=^H:kr=^L:ku=^K:\
   2009 	:li#24:ma=j^Jk^P^K^Pl ^R^L^L :mi:nd=^L:\
   2010 	:se=\EG0:so=\EG4:up=^K:us=\EG1:ue=\EG0:
   2011 la|adm3a|3a|lsi adm3a:\
   2012 	:am:do=^J:le=^H:bs:cm=\E=%+ %+ :cl=1^Z:co#80:ho=^^:\
   2013 	:li#24:ma=^K^P:nd=^L:up=^K:
   2014 lb|adm3a+|3a+|adm3aplus:\
   2015 	:kl=^H:kd=^J:ku=^K:kr=^L:tc=adm3a:
   2016 lc|adm22|22|lsi adm22:\
   2017 	:is=\E%\014\014\014\016\003\000\003\002\003\002\000\000\000\000\000\000\000\000\000\000\000:\
   2018 	:al=\EE:am:bs:bt=\EI:cd=\Ey:ce=\Et:cl=\E+:cm=\000\E=%+ %+ :co#80:\
   2019 	:dc=\EW:dl=\ER:do=^J:em=:ho=^^:ic=\EQ:im=:\
   2020 	:k1=\001@\015:k2=\001A\015:k3=\001B\015:k4=\001C\015:\
   2021 	:k5=\001D\015:k6=\001E\015:k7=\001F\015:kn#7:\
   2022 	:ko=ho:l1=F1:l2=F2:l3=F3:l4=F4:l5=F5:l6=F6:l7=F7:\
   2023 	:kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:li#24:\
   2024 	:ma=j^Jk^P^K^Pl ^R^L^L :nd=^L:se=\E(:so=\E):ta=\Ei:up=^K:
   2025 #From: stephen%comp.lancs.ac.uk (at] ucl-cs.arpa
   2026 le|adm11|lsi adm11:\
   2027 	:do=^J:bs:\
   2028 	:cd=\EY:ce=\ET:kb=^H:kh=^^:\
   2029 	:ma=^Hh^Jj^Kk^Ll^^H:so=\E):se=\E(:\
   2030 	:kl=^H:kd=^J:ku=^K:kr=^L:\
   2031 	:am:cm=\E=%+ %+ :cl=^Z:co#80:li#24:nd=^L:up=^K:\
   2032 	:hs:ts=\EF\E):fs=\E(^M:ds=\Eh:
   2033 # # --------------------------------
   2035 #
   2036 # m: MICROTERM
   2037 #
   2038 # These mime1 entries refer to the Microterm Mime I or Mime II.
   2039 # The default mime is assumed to be in enhanced act iv mode.
   2040 m3|mime3a|mime1 emulating 3a:\
   2041 	:am@:ma=^X ^K^J^Z^P:ku=^Z:kd=^K:kl=^H:kr=^X:tc=adm3a:
   2042 m4|microterm|act4|microterm act iv:\
   2043 	:am:do=^J:le=^H:bs:cd=^_:ce=^^:cl=^L:cm=^T%.%.:\
   2044 	:co#80:li#24:nd=^X:up=^Z:ho=^]:
   2045 # The padding on sr and ta for act5 and mime is a guess and not final.
   2046 # The act 5 has hardware tabs, but they are in columns 8, 16, 24, 32, 41 (!)...
   2047 m5|microterm5|act5|microterm act v:\
   2048 	:uc=^H\EA:sr=3\EH:ku=^Z:kd=^K:kl=^H:kr=^X:ma=^Z^P^Xl^Kj:tc=act4:
   2049 # Act V in split screen mode.  act5s is not tested and said not to work.
   2050 mS|act5s|skinny act5:\
   2051 	:ti=\EP:te=\EQ:li#48:co#39:tc=act5:
   2052 # Mimes using brightness for standout.  Half bright is really dim unless
   2053 # you turn up the brightness so far that lines show up on the screen.
   2054 # uc is disabled to get around a curses bug, should be put back in someday.
   2055 mf|mime-fb|full bright mime1:\
   2056 	:so=^Y:se=^S:is=^S\E:tc=mime:
   2057 mh|mime-hb|half bright mime1:\
   2058 	:so=^S:se=^Y:is=^Y\E:tc=mime:
   2059 mm|mime|mime1|mime2|mimei|mimeii|microterm mime1:\
   2060 	:do=^J:al=80^A:am:le=^H:bs:cd=^_:ce=^^:cl=\035^C:cm=^T%+^X%> 0%+P:\
   2061 	:co#80:dl=80^W:ta=2^I:li#24:nd=^X:pt:uc=^U:up=^z:ho=\035:do=^K:\
   2062 	:is=^S\E^Q:ma=^X ^K^J^Z^P:ku=^Z:kd=^K:kl=^H:kr=^X:sr=3^R:vt#9:
   2063 # These termcaps (for mime 2a) put the terminal in low intensity mode
   2064 # since high intensity mode is so obnoxious.
   2065 ms|mime2a-s|microterm mime2a (emulating an enhanced soroc iq120):\
   2066 	:do=^J:\
   2067 	:al=20*^A:am:le=^H:bs:cd=20*\EJ:ce=\EK:cl=\EL:cm=\E=%+ %+ :co#80:dc=\ED:\
   2068 	:dl=20*^W:kl=^H:kr=^L:ku=^K:kd=^J:ho=^^:is=\E):sr=\EI\
   2069 	:im=\EE:ei=^Z:ip=2:li#24:nd=^L:so=\E\072:se=\E;:up=\EI:\
   2070 	:us=\E6:ue=\E7:
   2071 # This is the preferred mode (but ^X can't be used as a kill character)
   2072 mv|mime2a|mime2a-v|microterm mime2a (emulating an enhanced vt52):\
   2073 	:do=^J:al=20*^A:le=^H:bs:cd=20*\EQ:co#80:ce=\EP:cl=\EL:cm=\EY%+ %+ :\
   2074 	:is=^Y:dc=^N:dl=20*^W:ip=2:ei=^Z:ho=\EH:im=^O:kd=\EB:kl=\ED:kr=\EC:\
   2075 	:ku=\EA:li#24:nd=\EC:pt:se=\E9:so=\E8:up=\EA:sr=\EA:us=\E4:ue=\E5:
   2076 mx|mime-3ax|mime1 emulating enhanced 3a:\
   2077 	:al=80^A:dl=80^W:pt:ce=^X:cd=^_:tc=mime3a:
   2078 # # --------------------------------
   2080 #
   2081 # p: PERKIN ELMER
   2082 #
   2083 pe|pe550|bantam|perkin elmer 550:\
   2084 	:do=^J:le=^H:bs:co#80:ce=20\EI:cl=20\EK:cm=\EX%+ \EY%+ :\
   2085 	:ho=\EH:li#24:ll=\EH\EA:nd=\EC:up=\EA:ma=^Z^P:cd=6^N@^V:
   2086 pf|fox|perkin elmer 1100:\
   2087 	:ct=\E3:st=\E1:do=^J:\
   2088 	:am:le=^H:bs:cd=5.5*\EJ:ce=\EI:cl=132\EH\EJ:co#80:ho=\EH:li#24:\
   2089 	:ll=\EH\EA:nd=\EC:cm=\EX%+ \EY%+ :up=\EA:vb=^P^B^P^C:
   2090 po|owl|perkin elmer 1200:\
   2091 	:ct=\E3:st=\E1:do=^J:al=5.5*\EL:am:le=^H:\
   2092 	:bs:cd=5.5*\EJ:ce=5.5\EI:cl=132\EH\EJ:ho=\EH:ll=\EH\EA:\
   2093 	:cm=\EX%+ \EY%+ :co#80:dc=5.5*\EO:dl=5.5*\EM:ei=:ic=\EN:im=:ip=5.5*:\
   2094 	:kb=^h:in:li#24:nd=\EC:up=\EA:se=\E!\200:so=\E!^H:vb=^P^B^P^C:\
   2095 	:k1=\ERA:k2=\ERB:k3=\ERC:k4=\ERD:k5=\ERE:k6=\ERF:\
   2096 	:k7=\ERG:k8=\ERH:k9=\ERI:k0=\ERJ:
   2097 # # --------------------------------
   2099 #
   2100 # q: HOME MADE TERMINALS
   2101 #
   2102 qB|bc|bill croft homebrew:\
   2103 	:do=^J:am:le=^H:bs:cm=\E=%+ %+ :cl=^Z:co#96:ho=^^:li#72:\
   2104 	:nd=^L:up=^K:vb=:
   2105 qN|nucterm|rayterm|NUC homebrew:\
   2106 	:do=^J:am:le=^H:bs:cl=1^L:li#24:co#80:nd=^C:\
   2107 	:up=^N:ho=^B:ll=^K:ce=^A:cd=^E:
   2108 qb|ex3000:\
   2109 	:do=^J:li#24:co#80:ho=^Q:
   2110 qc|carlock|klc:\
   2111 	:do=^J:al=^E:am:bs:ce=^U:cl=100^Z:cm=\E=%+ %+ :co#80:dc=\177:dl=^D:\
   2112 	:dm=:ed=:ei=^T:ho=^^:im=^T:li#24:nd=^L:se=^V:so=^V:up=^K:vb=\EV\EV:
   2113 qe|exidy|exidy2500|exidy sorcerer as dm2500:\
   2114 	:do=^J:al=^P^J^X:am:le=^H:bs:ce=^W:cl=^^:cm=^L%r%n%.%.:co#64:\
   2115 	:dc=\b:dl=^P^Z^X:dm=^P:ed=^X:ei=^X:ho=^B:ic=^\:\
   2116 	:im=^P:li#30:nd=^\:pt:so=^N:se=^X:up=^Z:
   2117 qn|netx|netronics:\
   2118 	:do=^J:le=^H:bs:cd=2000^F^E:ce=1600^E:cl=466^L:cm=\E=%+@%+@:\
   2119 	:co#64:ho=^D:li#16:ma=j^Jk^Pl :nd=\E+@A:pc=\200:sr=\E=@@^K:up=^K:
   2120 # This came from the comp ctr who got it from some user.  Smart indeed!
   2121 qs|sexidy|exidy smart:\
   2122 	:do=^J:li#24:co#64:cl=^l:ho=^q:nd=^s:\
   2123 	:up=^w:le=^H:bs:le=^a:bc=^a:ma=^x^J:kd=^S:
   2124 qu|ubell|ubellchar:\
   2125 	:if=/usr/share/lib/tabset/ubell:do=^J:am:le=^H:bs:pt:ce=\Ed:cl=^Z:\
   2126 	:cm=\E=%+ %+ :co#80:li#24:nd=^L:up=^K:ma=j^Jk^P^K^Pl :ho=^^:
   2127 qw|ttyWilliams:\
   2128 	:do=^J:co#80:li#12:le=^Y:bc=^Y:do=^K:up=^Z:cl=^^:ce=^_:am:ho=^]:nd=^X:
   2129 qx|xitex|xitex sct-100:\
   2130 	:do=^J:le=^H:bs:cd=2000^F^E:ce=1600^E:cl=400^L:cm=\E=%+@%+@:co#64:\
   2131 	:ho=^D:li#16:ma=j^Jk^Pl :nd=\E+@A:pc=\200:sr=\E=@@^K:up=^K:
   2132 # # --------------------------------
   2134 #
   2135 # s: SPECIALS
   2136 #
   2137 # Special "terminals".  These are used to label tty lines when you don't
   2138 # know what kind of terminal is on it.  The characteristics of an unknown
   2139 # terminal are the lowest common denominator - they look about like a ti 700.
   2140 sa|network:\
   2141 	:tc=unknown:
   2142 sb|arpanet:\
   2143 	:tc=unknown:
   2144 sc|bussiplexer:\
   2145 	:tc=unknown:
   2146 sd|du|dialup:\
   2147 	:tc=unknown:
   2148 se|ethernet:\
   2149 	:tc=unknown:
   2150 sl|lpr|printer|print|printing|line printer:\
   2151 	:do=^J:le=^H:bs:co#132:hc:os:
   2152 sp|plugboard|patch|patchboard:\
   2153 	:tc=unknown:
   2154 su|dumb|un|unknown:\
   2155 	:am:co#80:do=^J:
   2156 sw|switch|intelligent switch:\
   2157 	:tc=unknown:
   2158 sx|ansi|any ansi terminal with pessimistic assumptions:\
   2159 	:co#80:li#24:cl=50\E[;H\E[2J:bs:am:cm=\E[%i%d;%dH:\
   2160 	:nd=\E[C:up=\E[A:ce=\E[K:ho=\E[H:pt:
   2161 # # --------------------------------
   2163 #
   2164 # t: TEXAS INSTRUMENTS
   2165 #
   2166 t3|ti|ti700|ti733|735|ti735|ti silent 700:\
   2167 	:do=^J:le=^H:bs:co#80:hc:os:dC#162:
   2168 t4|ti745|745|743|ti silent 745:\
   2169 	:do=^J:le=^H:bs:co#80:hc:os:
   2170 t8|ti800|ti omni 800:\
   2171 	:do=^J:le=^H:bs:co#132:hc:os:
   2172 # # --------------------------------
   2174 #
   2175 # v: TELEVIDEO
   2176 #
   2177 # There are some tvi's that require incredible amounts of padding and
   2178 # some that don't.  I'm assuming 912 and 920 are the old slow ones,
   2179 # and 912b, 912c, 920b, 920c are the new ones that don't need padding.
   2180 v1|tvi912|912|920|tvi920|old televideo:\
   2181 	:ct=\E3:st=\E1:do=^J:\
   2182 	:al=33*\EE:le=^H:ce=\ET:cm=\E=%+ %+ :cl=^Z:co#80:dc=\EW:dl=33*\ER:ei=:\
   2183 	:kb=^H:ku=^K:kd=^J:kl=^H:kr=^L:k0=^AI\r:k1=^A@\r:k2=^AA\r:k3=^AB\r:\
   2184 	:bs:am:k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:\
   2185 	:ho=^^:im=:ic=\EQ:li#24:nd=^L:pt:se=\Ek:so=\Ej:up=^K:us=\El:ue=\Em:\
   2186 	:ma=^K^P^L :sg#1:ug#1:if=/usr/share/lib/tabset/stdcrt
   2187 # the 912 has a <funct> key that's like shift: <funct>8 xmits "^A8\r".
   2188 # The 920 has this plus real function keys that xmit different things.
   2189 # Termcap makes you use the funct key on the 912 but the real keys on the 920.
   2190 v2|912b|912c|tvi912b|tvi912c|tvi|new televideo 912:\
   2191 	:al=5*\EE:dl=5*\ER:tc=tvi912:
   2192 v3|920b|920c|tvi920b|tvi920c|new televideo 920:\
   2193 	:k0=^AI\r:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
   2194 	:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:tc=tvi912b:
   2195 # set to page 1 when entering ex (\E-17 )
   2196 # reset to page 0 when exiting ex (\E-07 )
   2197 v4|tvi912-2p|tvi920-2p|912-2p|920-2p|tvi-2p|televideo w/2 pages:\
   2198 	:ti=\E-17 :te=\E-07 :tc=tvi912:
   2199 v5|tvi950-ap|tvi 950 w/alt pages:\
   2200 	:is=\E\\1:ti=\E-06 :te=\E-16 :tc=tvi950:
   2201 v6|tvi950-b|bare tvi950 no is:\
   2202 	:is@:tc=tvi950:
   2203 v7|tvi950-ns|tvi950 w/no standout:\
   2204 	:so@:se@:us@:ue@:tc=tvi950:
   2205 v8|vi|tvi925|925|televideo model 925:\
   2206 	:hs:am:bs:co#80:li#24:cm=\E=%+ %+ :cl=\E*:cd=\Ey:ce=\Et:is=\El\E":\
   2207 	:al=\EE:dl=\ER:im=:ei=:ic=\EQ:dc=\EW:if=/usr/share/lib/tabset/stdcrt:\
   2208 	:ho=^^:nd=^L:bt=\EI:pt:so=\EG4:se=\EG0:sg#1:us=\EG8:ue=\EG0:ug#1:\
   2209 	:up=^K:do=^V:kb=^H:ku=^K:kd=^V:kl=^H:kr=^L:kh=^^:ma=^V^J^L :\
   2210 	:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:\
   2211 	:k8=^AG\r:k9=^AH\r:k0=^AI\r:ko=ic,dc,al,dl,cl,ce,cd,bt:\
   2212 	:ts=\Ef:fs=\Eg:ds=\Eh:sr=\Ej:xn:
   2213 vg|tvi925hi|925hi|televideo model 925 with half intensity standout mode:\
   2214 	:so=\E):se=\E(:tc=tvi925:
   2215 vj|tvi925vb|925vb|televideo model 925 visual bells:\
   2216 	:vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:\
   2217 	:tc=tvi925:
   2218 # Since the 925's uses a character position to store the escape sequences to go
   2219 # in and out of both stand out and underline modes, screen positioning is
   2220 # difficult.  The following 925 entries don't use these modes.
   2221 vn|tvi925n|925n|televideo model 925 no standout or underline:\
   2222 	:so@:se@:us@:ue@:tc=tvi925:
   2223 vk|tvi925vbn|925vbn|televideo model 925 visual bells no so or ul:\
   2224 	:vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:\
   2225 	:tc=tvi925n:
   2226 # entry by Tim Curry 5/21/82 Univ. of Central Fla. duke!ucf-cs!tim
   2227 v9|925a|tvi925a|TeleVideo Model 925:\
   2228 	:al=\EE:am:bs:bt=\EI:bw:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :co#80:dc=\EW:\
   2229 	:dl=\ER:do=^V:ei=:ic=\EQ:if=/usr/share/lib/tabset/std:im=:kb=^H:kd=^V:\
   2230 	:kh=^^:kl=^H:kn#12:kr=^L:ku=^K:li#24:nd=^L:pt:se=\EG0:sg#1:so=\EG4:\
   2231 	:ue=\EG0:ug#1:ul:up=^K:us=\EG8:is=\El\
   2232 	:vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:\
   2233 	:ve=\E.4:vs=\E.2:
   2234 # The following tvi descriptions from B:pjphar and virus!mike
   2235 # is for all 950's.  It sets the following attributes:
   2236 # full duplex (\EDF)		write protect off (\E()
   2237 # conversation mode (\EC)	graphics mode off (\E%)
   2238 # white on black (\Ed)		auto page flip off (\Ew)
   2239 # turn off status line (\Eg)	clear status line (\Ef\r)
   2240 # normal video (\E0)		monitor mode off (\EX or \Eu)
   2241 # edit mode (\Er)		load blank char to space (\Ee\040)
   2242 # line edit mode (\EO)		enable buffer control (^O)
   2243 # protect mode off (\E\047)	duplex edit keys (\El)
   2244 # program unshifted send key to send line all (\E016)
   2245 # program shifted send key to send line unprotected (\E004)
   2246 # set the following to nulls:
   2247 #	field delimiter (\Ex0\200\200)
   2248 #	line delimiter (\Ex1\200\200)
   2249 #	start-protected field delimiter (\Ex2\200\200)
   2250 #	end-protected field delimiter (\Ex3\200\200)
   2251 # set end of text delimiter to carriage return/null (\Ex4\r\200)
   2252 #
   2253 va|tvi950|950|televideo950:\
   2254 	:ct=\E3:st=\E1:do=^J:\
   2255 	:is=\EDF\EC\Ed\EG0\Eg\Er\EO\E\047\E(\E%\Ew\EX\Ee ^O\
   2256 	\El\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\
   2257 	\Ex3\200\200\Ex4\r\200\Ef\r:\
   2258 	:al=\EE:am:le=^H:bs:bt=\EI:cd=\Ey:ce=\Et:cl=\E*:cm=\E=%+ %+ :\
   2259 	:co#80:dc=\EW:dl=\ER:do=^V:ei=\Er:ho=^^:im=\Eq:k0=^A0\r:\
   2260 	:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
   2261 	:k7=^AF\r:k8=^AG\r:k9=^AH\r:kb=^H:kd=^V:kh=^^:kl=^H:\
   2262 	:ko=ic\054dc\054al\054dl\054cl\054bt\054ce\054cd:kr=^L:\
   2263 	:ku=^K:li#24:ma=^Vj^Kk^Hh^Ll^^H:mi:ms:nd=^L:pt:se=\EG0:\
   2264 	:sg#1:so=\EG4:sr=\Ej:ue=\EG0:ug#1:up=^K:us=\EG8:\
   2265 	:vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:\
   2266 	:xn:hs:ts=\Eg\Ef:fs=\r:ds=\Eg\Ef\r:
   2267 #
   2268 # is for 950 with two pages adds the following:
   2269 #	set 48 line page (\E\\2)
   2270 #	place cursor at page 0, line 24, column 1 (\E-07 )
   2271 #	set local (no send) edit keys (\Ek)
   2272 #
   2273 # two page 950 adds the following:
   2274 #	when entering ex, set 24 line page (\E\\1)
   2275 #	when exiting ex, reset 48 line page (\E\\2)
   2276 #			 place cursor at 0,24,1 (\E-07 )
   2277 #	set duplex (send) edit keys (\El) when entering vi
   2278 #	set local (no send) edit keys (\Ek) when exiting vi
   2279 #
   2280 vb|tvi950-2p|950-2p|televideo950 w/2 pages:\
   2281 	:is=\EDF\EC\Ed\EG0\Eg\Er\EO\E\047\E(\E%\Ew\EX\Ee ^O\
   2282 	\Ek\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\
   2283 	\Ex3\200\200\Ex4\r\200\E\\2\E-07 \
   2284 	:te=\E\\2\E-07 :ti=\E\\1\E-07 :ks=\El:ke=\Ek:tc=tvi950:
   2285 #
   2286 # is for 950 with four pages adds the following:
   2287 #	set 96 line page (\E\\3)
   2288 #	place cursor at page 0, line 24, column 1 (\E-07 )
   2289 #
   2290 # four page 950 adds the following:
   2291 #	when entering ex, set 24 line page (\E\\1)
   2292 #	when exiting ex, reset 96 line page (\E\\3)
   2293 #			 place cursor at 0,24,1 (\E-07 )
   2294 #
   2295 vc|tvi950-4p|950-4p|televideo950 w/4 pages:\
   2296 	:is=\EDF\EC\Ed\EG0\Eg\Er\EO\E\047\E(\E%\Ew\EX\Ee ^O\
   2297 	\Ek\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\
   2298 	\Ex3\200\200\Ex4\r\200\E\\3\E-07 \
   2299 	:te=\E\\3\E-07 :ti=\E\\1\E-07 :ks=\El:ke=\Ek:tc=tvi950:
   2300 #
   2301 # is for reverse video 950 changes the following:
   2302 #	set reverse video (\Ed)
   2303 #
   2304 # set vb accordingly (\Ed ...nulls... \Eb)
   2305 #
   2306 vd|tvi950-rv|950-rv|televideo950 rev video:\
   2307 	:is=\EDF\EC\Eb\EG0\Eg\Er\EO\E\047\E(\E%\Ew\EX\Ee ^O\
   2308 	\El\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\
   2309 	\Ex3\200\200\Ex4\r\200:\
   2310 	:vb=\Ed\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Eb:\
   2311 	:tc=tvi950:
   2312 #
   2313 # uses the appropriate entries from 950-2p and 950-rv
   2314 #
   2315 ve|tvi950-rv-2p|950-rv-2p|televideo950 rev video w/2 pages:\
   2316 	:is=\EDF\EC\Eb\EG0\Eg\Er\EO\E\047\E(\E%\Ew\EX\Ee ^O\
   2317 	\Ek\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\
   2318 	\Ex3\200\200\Ex4\r\200\E\\2\E-07 :\
   2319 	:vb=\Ed\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Eb:\
   2320 	:te=\E\\2\E-07 :ti=\E\\1\E-07 :ks=\El:ke=\Ek:tc=tvi950:
   2321 #
   2322 # uses the appropriate entries from 950-4p and 950-rv
   2323 #
   2324 vf|tvi950-rv-4p|950-rv-4p|televideo950 rev video w/4 pages:\
   2325 	:is=\EDF\EC\Eb\EG0\Er\EO\E\047\E(\E%\Ew\EX\Ee ^O\
   2326 	\Ek\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\
   2327 	\Ex3\200\200\Ex4\r\200\E\\3\E-07 :\
   2328 	:vb=\Ed\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Eb:\
   2329 	:te=\E\\3\E-07 :ti=\E\\1\E-07 :ks=\El:ke=\Ek:tc=tvi950:
   2330 vi|tvi924|924|televideo model 924:\
   2331 	:am:bs:xn:co#80:li#24:cm=\E=%+ %+ :cl=\E*0:cd=\Ey:ce=\Et:is=\Ek0\E"^O:\
   2332 	:al=\EE:dl=\ER:im=:ei=:ic=\EQ:dc=\EW:if=/usr/share/lib/tabset/stdcrt:ho=^^:\
   2333 	:nd=^L:bt=\EI:pt:so=\EG4:se=\EG0:us=\EG8:ue=\EG0:up=^K:do=^V:kb=^H:\
   2334 	:ku=^K:kd=^V:kl=^H:kr=^L:kh=^^:ma=^Vj^Kk^Ll^^H^R^L:k1=^A@\r:k2=^AA\r:\
   2335 	:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:\
   2336 	:k0=^AI\r:ko=ic,dc,al,dl,cl,ce,cd,bt:sr=\Ej:\
   2337 	:hs:fs=^Y\Es1:ts=\Ef:ds=\Es0\Ef^Y:
   2338 vo|tvi924vb|924vb|televideo model 924 visual bells:\
   2339 	:vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:\
   2340 	:tc=tvi924:
   2341 # tvipt termcap from armsis@amber (Gene Rochlin), 9/19/84.  Works with vi and
   2342 # rogue.  NOTE: Esc v sets autowrap on, Esc u sets 80 char/line (rather than
   2343 # 40), Esc K chooses the normal character set.  Not sure padding is needed, but
   2344 # adapted from the tvi920c termcap.  so and us are klutzy, but at least use no
   2345 # screen space.
   2346 vp|tvipt|televideopt:if=/usr/share/lib/tabset/stdcrt:\
   2347 	:is=\Ev\Eu\EK:al=5*\EE:am:bs:bt=\EI:ce=\ET:cm=\E=%+ %+ :cl=^Z:co#80:\
   2348 	:dl=5*\ER:kb=^H:ku=^K:kd=^J:kl=^H:kr=^L:ho=^^:li#24:nd=^L:se=\EF:\
   2349 	:so=\EG1@A\EH:ue=\EF:us=\EG1B@\EH:up=^K:ma=^Kk^Ll^R^L:
   2350 # from Alan R. Rogers (rogers%albany@csnet-relay)
   2351 vm|tvi910|910|old televideo 910:\
   2352 	:if=/usr/share/lib/tabset/stdcrt:\
   2353 	:am:bs:bt=\EI:cd=\EY:ce=\ET:ch=\E]%+ :cl=\E+^Z:cm=\E=%+ %+ :co#80:\
   2354 	:cv=\E[%+ :do=^J:ho=^^:k0=^A\100^M:k1=^AA^M:k2=^AB^M:k3=^AC^M:\
   2355 	:k4=^AD^M:k5=^AE^M:k6=^AF^M:k7=^AG^M:k8=^AH^M:k9=^AI^M:kn#10:kb=^H:\
   2356 	:ku=^K:kd=^J:kh=^^:kl=^H:kr=^L:li#24:ms:nd=^L:se=\E(:sg#1:\
   2357 	:so=\E):up=^K:ma=^Jj^Kk^Hh^Ll^^H:pt:ue=\EG0:us=\EG8:xn:
   2358 vh|tvi910+|910+|televideo 910+:\
   2359 	:al=5*\EE:am:bs:bt=\EI:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+\040%+\040:\
   2360 	:co#80:dc=\EW:dl=\ER:do=^J:ei=:ho=^^:ic=\EQ:\
   2361 	:if=/usr/share/lib/tabset/stdcrt:im=:k0=^A@\r:k1=^AA\r:k2=^AB\r:k3=^AC\r:\
   2362 	:k4=^AD\r:k5=^AE\r:k6=^AF\r:k7=^AG\r:k8=^AH\r:k9=^AI\r:kb=^H:\
   2363 	:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:li#24:ll=\E=7\040:ma=^K^P^L\040:\
   2364 	:nd=^L:pt:se=\EG0:sg#1:so=\EG4:ue=\EG0:up=^K:us=\EG8:xn:
   2365 # From fair@ucbarpa  Sun Oct 27 07:21:05 1985
   2366 v6|ims950-b|bare ims950 no is:\
   2367 	:is@:tc=ims950:
   2368 v7|ims950-ns|ims950 w/no standout:\
   2369 	:so@:se@:us@:ue@:tc=ims950:
   2370 va|ims950|ims televideo 950 emulation:\
   2371 	:k0@:k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:k9@:kb@:kd@:kh@:kl@:ko@:kr@:ku@:\
   2372 	:vb@:xn@:tc=tvi950:
   2373 vd|ims950-rv|ims tvi950 rev video:\
   2374 	:k0@:k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:k9@:kb@:kd@:kh@:kl@:ko@:kr@:ku@:\
   2375 	:vb@:xn@:tc=tvi950-rv:
   2376 vx|ims-ansi|ultima2|ultimaII|IMS Ultima II:\
   2377 	:pt:am:bs:co#80:li#24:\
   2378 	:is=\E[0m\E[>14l\E[?1;?5;20l\E>\E[1m^M:if=/usr/share/lib/tabset/vt100:\
   2379 	:cl=\E[;H\E[2J:cd=\E[0J:ce=\E[0K:cm=\E[%i%2;%2H:up=\EM:do=\ED:\
   2380 	:ku=\E[A:kd=\E[B:kr=\E[C:kl=\E[D:kh=\E[H:\
   2381 	:so=\E[7m:se=\E[0m\E[1m:us=\E[4m:ue=\E[0m\E[1m:sr=\EM:
   2382 # # --------------------------------
   2384 #
   2385 # x: XEROX
   2386 #
   2387 # Xerox 820 description by Mitch Bradley (sun!wmb)
   2388 x8|xerox820|820|820-2|Xerox 820:\
   2389 	:al=\EE:ce=^X:dc=\EW:dl=\ER:ic=\EQ:me=\E(:mh=\E8\E):mr=\E7\E):\
   2390 	:se=\E(:so=\E7\E):tc=adm3a:
   2391 # # --------------------------------
   2393 #
   2394 # y: TELERAY
   2395 #
   2396 # Note two things called "teleray".  Reorder should move the common one
   2397 # to the front if you have either.  A dumb teleray with the cursor stuck
   2398 # on the bottom and no obvious model number is probably a 3700.
   2399 y1|t3700|teleray|dumb teleray 3700:\
   2400 	:do=^J:le=^H:bs:cl=^L:co#80:li#24:
   2401 y3|t3800|teleray 3800 series:\
   2402 	:do=^J:le=^H:bs:cd=\EJ:ce=\EK:cl=^L:cm=\EY%+ %+ :co#80: \
   2403 	:do=\n:ho=\EH:li#24:ll=\EY7 :nd=\EC:pt:up=^K:
   2404 y6|t1061|teleray 1061:\
   2405 	:if=/usr/share/lib/tabset/teleray:\
   2406 	:ct=\EG:st=\EF:do=^J:\
   2407 	:al=2*\EL:am:le=^H:bs:cd=1\EJ:ce=\EK:cl=1^L:cm=\EY%+ %+ :co#80:\
   2408 	:dc=\EQ:dl=2*\EM:ei=:ho=\EH:ic=\EP:im=:ip=0.4*:\
   2409 	:k1=^Z1:k2=^Z2:k3=^Z3:k4=^Z4:k5=^Z5:k6=^Z6:k7=^Z7:k8=^Z8:\
   2410 	:li#24:nd=\EC:pt:se=\ER@:so= \ERD:\
   2411 	: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:\
   2412 	:up=\EA:us=\ERH:ue=\ER@:xs:xt:sg#2:ug#1:
   2413 # "Teleray Arpa Special", offically designated as
   2414 # "Teleray Arpa network model 10" with "Special feature 720".
   2415 # This is the new (1981) fast microcode updating the older "arpa" proms
   2416 # (which gave meta-key and pgmmable-fxn keys).  720 is much much faster,
   2417 # converts the keypad to programmable function keys, and has other goodies.
   2418 # Standout mode is still broken (magic cookie, etc) so is suppressed as no
   2419 # programs handle such lossage properly.
   2420 # Note: this is NOT the old termcap's "t1061f with fast proms."
   2421 # From Univ of Utah, J.Lepreau  Tue Feb  1 06:39:37 1983
   2422 # lepreau@utah-cs, harpo!utah-cs!lepreau
   2423 #
   2424 y7|t10|teleray 10 special:\
   2425 	:so@:se@:us@:ue@:\
   2426 	:al=\EL:bs:cd=\EJ:ce=\EK:cl=30\Ej:cm=\EY%+ %+ :co#80:\
   2427 	:dc=\EQ:dl=\EM:ei=:ho=\EH:ic=\EP:im=:km:li#24:nd=\EC:pc=\200:pt:\
   2428 	:se=\ER@:so=\ERD:sf=\Eq:sg#2:sr=\Ep:up=\EA:ug#1:ue=\ER@:us=\ERH:\
   2429 	:xs:xt:
   2430 yf|t1061f|teleray 1061 with fast PROMs:\
   2431 	:al=\EL:ip@:dl=\EM:tc=t1061:
   2432 # # --------------------------------
   2434 #
   2435 # w: Wyse (although some are "y" entries instead)
   2436 #
   2437 # This one is here just in case anyone ever finds a use for it.  Emacs gets
   2438 #  confused drawing mode lines when the terminal is in Wyse mode.  --tpm
   2439 # The problem with mode lines is that EMACS assume 1) that video attributes
   2440 # are in effect to the end of the line, not the end of the display, and 2)
   2441 # that the "ce" capability will, on any terminal with the standout glitch,
   2442 # turn off standout mode to the end of the line.  Neither are true of the
   2443 # Wyse-50 (or Wyse-30) in Wyse mode.  --gh
   2444 # This entry comes from Steve Hartwell.  I think he got it from Pyramid's
   2445 # UNIX.  It has subsequently been merged with the 4.3BSD entry by Toni
   2446 # Guttman, extended by Jeff Anton.  The trick of using protected mode for
   2447 # standout mode has been observed to well and truly hang the terminal up,
   2448 # so that "feature" of the 4.3BSD entry has not been incorporated.
   2449 ye|w50|wyse50|wyse-50|Wyse 50 in Wyse mode:\
   2450 	:al=\EE:am:bs:bt=\EI:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :co#80:\
   2451 	:da:db:dc=\EW:dl=\ER:ei=\Er:im=\Eq:is=\E`\072\200\EC\EDF\E'\E(:\
   2452 	:kd=^J:kl=^H:kr=^L:ku=^K:li#24:nd=^L:up=^K:us=\EG8:ue=\EG0:\
   2453 	:so=\EG4:se=\EG0:sg#1:sr=\Ej:ho=^^:ug#1:\
   2454 	:if=/usr/share/lib/tabset/stdcrt:
   2455 # it is not known if the status line works with sysline
   2456 yh|w50-s|wyse50-s|Wyse 50 for sysline:\
   2457 	:hs:ts=\Ef:fs=\r:ds=\Ef\r:es:tc=w50:
   2458 yg|w50-w|w50-132|wyse50-132|Wyse 50-132:\
   2459 	:cm=\Ea%i%dR%dC:co#132:is=\E`;\200\EC\EDF\E'\E(:tc=w50:
   2460 # The following seems to be the best mode to run a Wyse-50 in.  It works
   2461 #  with Emacs using this termcap entry.  Wyse mode seems to be a loser.
   2462 #  Note that you have to manually set emulation mode to ADDSVP and turn
   2463 #  ENHANCE on. --tpm
   2464 # Tab support, better is and rs, and wyse-nk added Jan85 by sun!gnu
   2465 wv|wyse-vp|wyse|Wyse 50 in ADDS Viewpoint emulation mode with "enhance" on:\
   2466 	:am:do=^J:if=/usr/share/lib/tabset/wyse-adds:\
   2467 	:le=^H:bs:li#24:co#80:cm=\EY%+ %+ :cd=\Ek:ce=\EK:nd=^F:\
   2468 	:up=^Z:cl=^L:ho=^A:ll=^A^Z:kl=^U:kr=^F:kd=^J:ku=^Z:kh=^A:\
   2469 	:pt:so=^N:se=^O:us=^N:ue=^O:dl=\El:al=\EM:im=\Eq:ei=\Er:dc=\EW:\
   2470 	:is=\E`\072\E`9^O\Er:rs=\E`\072\E`9^O\Er:
   2471 # This is the same as above, but with no keys.  This makes vi ^F, ^B, work.
   2472 wk|wyse-vp-nk|wyse-nk|Wyse 50 in ADDS Viewpoint enhanced mode with cursor keys gone:\
   2473 	:kl@:kr@:kd@:ku@:kh@:tc=wyse-vp:
   2474 # The Wyse-50 does not correctly emulate a Televideo 925.
   2475 vw|w9|wyse925|wyse-925|Wyse-50 emulating tvi925:\
   2476 	:xn@:tc=tvi925:
   2477 # wyse 75 series from JLarson.pa (at] xerox.arpa
   2478 wx|wyse75|wy75|wyse 75 terminal :\
   2479 	:co#80:li#24:cl=50\E[H\E[2J:bs:cm=5\E[%i%d;%dH:nd=\E[C:up=\E[A:\
   2480 	:al=3\E[L:dl=3\E[M:ku=\E[A:kd=\E[B:kr=\E[C:kl=\E[D:do=\E[B:\
   2481 	:ic=\E[@:ei=:im=:pt:bw:dc=\E[P:ce=3\E[K:ho=10\E[H:pt:\
   2482 	:mi:nd=\E[C:bt=\E[Z:us=\E[8p:ue=\E[p:so=\E[5m:se=\E[m:\
   2483 	:md=\E[1p:mr=\E[16p:mb=\E[2p:mk=\E[4p:me=\E[0p:hs:ll=\E[24;1H:\
   2484 	:cd=50\E[J:cs=9\E[%i%d;%dr:ae=\E(B:as=\E(0:kh=\E[H:kb=^H:\
   2485 	:k0=\EOP:k1=\EOQ:k2=\EOR:k3=\EOS:k4=\E[M:\
   2486 	:k5=\E[17~:k6=\E[31~:k7=\E[18~:k8=\E[19~:k9=\E[20~:kn#10:\
   2487 	:l0=PF1:l1=PF2:l2=PF3:l3=PF4:l4=F5:\
   2488 	:l5=F6:l6=F7:l7=F8:l8=F9:l9=F10:\
   2489 	:is=\E[1;24r\E[?10;3;1l\E[4l\E[?25h\E[m\E(B\E>:\
   2490 	:ds=\E7\E[>,//\E8:ts=\E7\E[>,^A:fs=^A\E8:
   2491 wx|wyse75-80|wy75-80|wyse 75 terminal with 80-column initialization:\
   2492 	:is=\E[?3l:tc=wy75:
   2493 wl|wyse75-132|wy75-132|wyse 75 terminal with 132 columns :\
   2494 	:is=\E[?3h:co#132:tc=wy75:
   2495 #
   2496 #   Wyse WY75 utilizing keypad
   2497 #
   2498 w5|wy75ap|wyse75ap|wy-75ap|wyse-75ap|Wyse WY-75 Applications and Cursor keypad:\
   2499 	:is=\E[1;24r\E[?10;3l\E[?1;25h\E[4l\E[m\E(B\E=:\
   2500 	:kd=\EOB:ke=10\E[?1l\E>:kh=\EOH:kl=\EOD:kr=\EOC:\
   2501 	:ks=10\E[?1h\E=:ku=\EOA:\
   2502 	:tc=wyse75:
   2503 # from ucbvax!ucsfmis!shewmake
   2504 Wc|wy85|wyse85|wyse-85:\
   2505 	:do=^J:co#80:li#24:cl=\E[;H\E[2J:\
   2506 	:le=^H:bs:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\
   2507 	:ce=\E[0K:cd=\E[0J:so=\E[7m:se=\E[27m:\
   2508 	:us=\E[4m:ue=\E[24m:\
   2509 	:is=\E[1;24r\E[24;1H\E[0m:\
   2510 	:ks=\E[?1h\E=:ke=\E[?1l\E>:\
   2511 	:ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:kb=^H:\
   2512 	:ho=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:kh=\E[H":pt:sr=\EM:\
   2513 	:sc=\E7:rc=\E8:cs=\E[%i%d;%dr:as=^N:ae=^O:bt=\E[Z:\
   2514 	:dc=\E[P:dl=\E[M:al=\E[L:ei=\E[4l:im=\E[4h:\
   2515 	:vb=\E[?5h\E[?5l:\
   2516 	:hs:es:ts=\E7\E[?25l\E[40h\E[25;%dH\E[2K:fs=\E[1;24r\E8\E[?25h:
   2517 #
   2518 # # --------------------------------
   2520 #
   2521 # z: MISC (cont)
   2522 #
   2523 z0|wind:\
   2524 	:bs:cm=\Ep%r%.%.:cl=\En\120\030\Eo:co#80:\
   2525 	:ho=\Ep\200\200:li#24:nd=^L:up=^K:nl=\035:\
   2526 	:kl=\E3:kr=\E4:ku=\E1:kd=\E2:k1=\E5:k2=\E6:k3=\E7:k4=\E8:\
   2527 	:so=\Em\014:se=\Em\003:
   2528 z1|wind16:\
   2529 	:bs:cm=\Ep%r%.%.:cl=\En\120\020\Eo:co#80:\
   2530 	:ho=\Ep\200\200:li#16:nd=^L:up=^K:nl=\035:\
   2531 	:so=\Em\014:se=\Em\003:
   2532 z2|wind40:\
   2533 	:bs:cm=\Ep%r%.%.:cl=\En\120\050\Eo:co#80:\
   2534 	:ho=\Ep\200\200:li#40:nd=^L:up=^K:nl=\035:\
   2535 	:so=\Em\014:se=\Em\003:
   2536 z3|wind50:\
   2537 	:bs:cm=\Ep%r%.%.:cl=\En\128\062\Eo:co#88:\
   2538 	:ho=\Ep\200\200:li#50:nd=^L:up=^K:nl=\035:\
   2539 	:kl=\E3:kr=\E4:ku=\E1:kd=\E2:k1=\E5:k2=\E6:k3=\E7:k4=\E8:\
   2540 	:so=\Em\014:se=\Em\003:
   2541 z4|cad68-3|cgc3|cad68 basic monitor transparent mode size 3 chars:\
   2542 	:am:bs:cl=^Z:co#73:ho=\036:li#36:nd=^L:up=^K:
   2543 z5|cad68-2|cgc2|cad68 basic monitor transparent mode size 2 chars:\
   2544 	:am:bs:cl=^Z:co#85:ho=\036:li#39:nd=^L:up=^K:\
   2545 	:kl=\E3:kr=\E4:ku=\E1:kd=\E2:k1=\E5:k2=\E6:k3=\E7:k4=\E8:\
   2546 	:so=\Em\014:se=\Em\003:
   2547 z6|v50|visual 50:\
   2548 	:am:bs:al=\EL:dl=\EM:\
   2549 	:cd=\Ek:ce=\EK:cl=^Z:cm=\E=%+\040%+\040:co#80:do=^J:ho=\EH:\
   2550 	:kb=^H:kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:li#24:ms:nd=^L:pt:\
   2551 	:so=\EU:se=\ET:up=^K:
   2552 z7|trs2|trsII|trs80II|Radio Shack Model II using P&T CP/M:\
   2553 	:nl=^_:al=^D:am:bs:cd=^B:ce=^A:cl=^L:cm=\EY%+ %+ :co#80:\
   2554 	:dl=^K:do=^_:ho=^F:li#24:nd=^]:ms:pt:se=^O:so=^N:up=^^:\
   2555 	:kb=^H:kd=^_:kl=^\:kr=^]:ku=^^:
   2556 z8|apollo:\
   2557 	:al=\EI:am:bs:cd=\EJ:ce=\EK:ch=\EN%d:cl=^L:cm=\EM%+ %d):\
   2558 	:cv=\EO+ :dc=\EP:dl=\EL:do=\EB:ei=\ER:im=\EQ:mi:nd=\EC:se=\ET:sf=\EE:\
   2559 	:so=\ES:sr=\ED:te=\EX:ti=\EW:ue=\EV:ul:up=\EA:us=\EU:co#88:li#53:
   2560 z9|ps300|Picture System 300:us@:ue@:so@:se@:xt:pt@:tc=vt100:
   2561 za|masscomp2:co#64:li#21:tc=masscomp:
   2562 zb|masscomp1:co#104:li#36:tc=masscomp:
   2563 zc|masscomp:\
   2564 	:al=\E[L:bs:cd=\E[J:ce=\E[K:co#80:dc=\E[P:dl=\E[M:do=\E[B:\
   2565 	:ei=\E[4l:im=\E[4h:is=\EGc\EGb\EGw:li#24:mi:MT:nd=\E[C:pt:se=\E[0m:\
   2566 	:sg#0:so=\E[7m:cm=\E[%i%d;%dH:ue=\EGau:us=\EGu:up=\E[A:\
   2567 	:ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:kb=^h:cl=\E[2J:
   2568 # Kimtron TC entries include (undocumented) codes for: enter dim mode (mh),
   2569 # enter bold mode (md), enter reverse mode (mr), turn off all attributes (me)
   2570 # Kimtron ABM 85 added by Dual Systems
   2571 zd|abm85|Kimtron ABM 85:\
   2572 	:is=\EC\EX\Eg\En\E%\Er\E(\Ek\Em\Eq:if=/usr/share/lib/tabset/stdcrt:\
   2573 	:li#24:co#80:am:bs:bw:ms:pt:\
   2574 	:cl=\E*:cd=\Ey:dl=\ER:al=\EE:ce=\Et:dc=\EW:im=\EQ:ei=\Er:\
   2575 	:cm=\E=%+ %+ :do=^J:nd=^L:up=^K:bt=\EI:\
   2576 	:kh=^^:kb=^H:kd=^J:ku=^K:kd=^J:kl=^H:kr=^L:\
   2577 	:so=\Ej:se=\Ek:sg#1:us=\El:ue=\Em:ug#1:
   2578 # Kimtron ABM 85H added by Dual Systems.
   2579 # Some notes about the 85h entries:
   2580 # 1) there are several firmware revs of 85H in the world. Use o85h for
   2581 #    firmware revs prior to SP51
   2582 # 2) Make sure to use 85h entry if the terminal is in 85H mode and the
   2583 #    85e entry if it is in 920 emulation mode. They are incompatible in
   2584 #    some places and NOT software settable i.e., `is' can't fix change it)
   2585 # 3) In 85h mode, the arrow keys and special functions transmit when
   2586 #    the terminal is in dup-edit, and work only locally in local-edit.
   2587 #    Vi won't swallow `del char' for instance, but `vs' turns on
   2588 #    dup-edit anyway so that the arrow keys will work right. If the
   2589 #    arrow keys don't work the way you like, change `vs', `ve', and `is'.
   2590 #    920E mode does not have software commands to toggle between dup
   2591 #    and local edit, so you get whatever was set last on the terminal.
   2592 # 4) vb attribute is nice, but seems too slow to work correctly (\Eb<pad>\Ed)
   2593 # 5) Make sure `hidden' attributes are selected. If `embedded' attributes
   2594 #    are selected, the entries :sg@: and :ug@: should be removed.
   2595 # 6) auto new-line should be on (selectable from setup mode only)
   2596 #
   2597 # From fair@ucbarpa  Sun Oct 27 07:21:05 1985
   2598 ze|85h|85H|abm85h|Kimtron ABM 85H, 85H mode:\
   2599 	:is=\EC\EN\EX^T^N\EA\Ea\E%\E9\Ee\Er\En\E"\E}\E'\E(\Ef^M\EG0\Ed\E.4\El:\
   2600 	:im=\EZ:kd=^V:so=\EG4:se=\EG0:us=\EG8:ue=\EG0:vb@:vs=\E.2:ve=\E.4:\
   2601 	:mh=\E):mr=\EG4:me=\E(\EG0:sg@:ug@:ds=\Ee:fs=^M:hs:ts=\Eg\Ef:tc=abm85:
   2602 zf|85e|85E|abm85e|Kimtron ABM 85H, 920E mode:\
   2603 	:is=\EC\EX\EA\E%\E9\Ee\Er\En\E"\E}\E'\E(\Ef^M\Ek\Eq\Em:\
   2604 	:mh=\E):mr=\Ej:me=\E(\Ek:im=\EZ:sg@:ug@:vb@:tc=abm85:
   2605 zg|o85h|oabm85h|Kimtron ABM 85H, old firmware rev.:\
   2606 	:is=\E}\EC\EX\Ee\En\E%\Er\E(\Ek\Em\Eq\Ed\ET\EC\E9\EF:\
   2607 	:im=\EZ:sg@:ug@:vb=\200\200\200^G\200\200\200:\
   2608 	:mh=\E):mr=\Ej:me=\E(\Ek:tc=abm85:
   2609 #from  malman (at] bbn-vax.arpa
   2610 zE|kt7|kimtron model kt-7:\
   2611 	:am:bs:co#80:li#24:cm=\E=%+ %+ :cl=^Z:cd=\EY:ce=\ET:is=\El\E":\
   2612 	:al=\EE:dl=\ER:im=:ei=:ic=\EQ:dc=\EW:if=/usr/share/lib/tabset/stdcrt:\
   2613 	:ho=^^:nd=^L:bt=\EI:pt:so=\EG4:se=\EG0:sg#0:us=\EG8:ue=\EG0:ug#0:\
   2614 	:up=^K:do=^V:kb=^H:ku=^K:kd=^V:kl=^H:kr=^L:kh=^^:ma=^V^J^L :\
   2615 	:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:\
   2616 	:k8=^AG\r:k9=^AH\r:k0=^AI\r:ko=ic,dc,al,dl,cl,ce,cd,bt:\
   2617 	:ts=\Ef:fs=\Eg:
   2618 zh|appleII|apple ii plus:vs=\024\103\066:ve=\024\103\062:\
   2619 	:am:co#80:ce=\035:li#24:cl=\014:bs:nd=\034:up=\037:ho=\E\031:pt:\
   2620 	:cd=\013:so=\017:se=\016:cm=\036%r%+ %+ :is=\024T1\016:do=^J:kd=^J:\
   2621 	:vb=\024G1\024T1:kr=^U:
   2622 #  Gary Ford 21NOV83
   2623 #  New version from ee178aci%sdcc7 (at] SDCSVAX.ARPA  Fri Oct 11 21:27:00 1985
   2624 zi|apple-80|apple II with smarterm 80 col:\
   2625 	:am:bs:bt=^R:bw:cd=10*^K:ce=10^]:cl=10*^L:cm=^^%r%+ %+ :\
   2626 	:co#80:cr=10*^M:do=^J:ho=^Y:le=^H:li#24:nd=^\\:up=^_:
   2627 #
   2628 zj|lisa|apple lisa xenix console display (white on black):\
   2629 	:al=\E[L:am:bs:cd=\E[J:ce=\E[K:cl=^L:cm=\E[%i%d;%dH:co#88:\
   2630 	:dc=\E[P:dl=\E[M:do=\E[B:ei=:ho=\E[H:ic=\E[@:im=:li#32:\
   2631 	:nd=\E[C:ms:pt:so=\E[m:se=\E[7m:us=\E[4m:ue=\E[7m:up=\E[A:\
   2632 	:kb=^h:ku=\E[A:kd=\E[B:kl=\E[D:kr=\E[C:eo:\
   2633 	:is=\E[7m^L:GS=\E[11m:GE=\E[10m:GV=\140:GH=a:G1=c:\
   2634 	:G2=f:G3=e:G4=d:GU=u:GD=s:GC=b:GL=v:GR=t:
   2635 # The following is a version of the ibm-pc entry distributed with PC/IX,
   2636 # (Interactive Systems' System 3 for the Big Blue), modified by Richard
   2637 # McIntosh at UCB/CSM.  The :pt: and :uc: have been removed from the original,
   2638 # (the former is untrue, and the latter failed under UCB/man); standout and
   2639 # underline modes have been added.  Note: this entry describes the "native"
   2640 # capabilities of the PC monochrome display, without ANY emulation; most
   2641 # communications packages (but NOT PC/IX connect) do some kind of emulation.
   2642 pc|ibmpc|ibm pc PC/IX:\
   2643 	:li#24:co#80:am:bs:bw:eo:\
   2644 	:cd=\E[J:ce=\E[K:cl=\Ec:cm=\E[%i%2;%2H:do=\E[B:ho=\E[;H:\
   2645 	:nd=\E[C:up=\E[A:so=\E[7m:se=\E[0m:us=\E[4m:ue=\E[0m:
   2646 zk|ibmx|ibmpcx|IBM PC xenix console display:\
   2647 	:al=\E[L:am:bs:cd=\E[J:ce=\E[K:cl=^L:cm=\E[%d;%dH:co#80:\
   2648 	:dc=\E[P:dl=\E[M:do=\E[B:ei=:ho=\E[H:ic=\E[@:im=:li#25:\
   2649 	:nd=\E[C:ms:se=\E[0m:so=\E[7m:us=\E[4m:\
   2650 	:ue=\E[m:up=\E[A:MR=\E[0m:\
   2651 	:kb=^h:kh=\E[Y:ku=\E[A:kd=\E[B:kl=\E[D:kr=\E[C:eo:\
   2652 	:GS=\E[11m:GE=\E[10m:\
   2653 	:GC=b:GL=v:GR=t:RT=^J:\
   2654 	:GH=\E[196g:GV=\E[179g:\
   2655 	:GU=\E[193g:GD=\E[194g:\
   2656 	:G1=\E[191g:G2=\E[218g:G3=\E[192g:G4=\E[217g:\
   2657 	:CW=\E[E:NU=\E[F:RF=\E[G:RC=\E[H:\
   2658 	:WL=\E[K:WR=\E[L:CL=\E[M:CR=\E[N:\
   2659 	:HM=\E[Y:EN=\E[d:PU=\E[Z:PD=\E[e:
   2660 zl|ibmc|ibmcpc|IBM PC xenix color console display:\
   2661 	:tc=ibm:
   2662 zl|ibmcx|ibmcpcx|IBM PC xenix color console display:\
   2663 	:tc=ibmx:
   2664 zm|kaypro|kaypro2|kaypro II:\
   2665 	:am:bs:cm=\E=%+ %+ :cl=1^Z:co#80:ho=^^:li#24:ma=^K^P:nd=^L:up=^K:\
   2666 	:kr=^L:kl=^H:ku=^K:kd=^J:
   2667 # From Suk Lee ..!{decvax,linus,allegra,ihnp4}!utcsrgv!spoo
   2668 zn|trs100|Radio Shack Model 100:\
   2669 	:am:bs:le=^H:li#8:co#40:ku=^^:kd=^_:kl=^]:kr=^\:up=\EA:\
   2670 	:nd=\EC:ho=\EH:ce=\EK:cd=\EJ:cl=\EE:xt:cm=\EY%+ %+ :\
   2671 	:so=\Ep:se=\Eq:al=\EL:dl=\EM:
   2672 zt|mac|macintosh|Macintosh with MacTerminal:\
   2673 	:al=20\E[L:dl=20\E[M:ip=7:dc=7\E[P:ic=9\E[@:xn:dN#30:tc=vt100:
   2674 zs|zen50|z50|zephyr:\
   2675 	:cm=\E=%+ %+ :cd=\EY:co#80:li#24:\
   2676 	:am:al=\EE:ce=\ET:dc=\EW:dl=\ER:ic=\EQ:im=:ei=:\
   2677 	:cl=\E+:bs:ma=^Hh^Ll^Jj^Kk:sg#1:se=\EGO:so=\EG4:\
   2678 	:kl=^H:kr=^L:ku=^K:kd=^J:kh=\036:up=^K:\
   2679 	:BS=^U:CL=^V:CR=^B:RK=^L:UK=^K:LK=^H:DK=^J:HM=\036:
   2680 zu|go140|graphon go-140:\
   2681 	:co#80:li#24:cl=10\E[;H\E[2J:bs:cm=\E[%i%2;%2H:nd=\E[C:up=\E[A:\
   2682 	:ce=\E[K:cd=10\E[J:so=\E[7m:se=\E[m:us=\E[4m:ue=\E[m:\
   2683 	:is=\E<\E=\E[?3l\E[?7l\E(B\E[J\E7\E[;r\E8\E[m\E[q:\
   2684 	:dl=\E[M:al=\E[L:dc=\E[P:im=\E[4h:ei=\E[4l:\
   2685 	:ks=\E[?1h\E=:ke=\E[?1l\E>:\
   2686 	:if=/usr/share/lib/tabset/vt100:ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:\
   2687 	:kh=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:pt:sr=\EM:
   2688 zv|go140w|graphon go-140 in 132 column mode:\
   2689 	:co#132:is=\E<\E=\E[?3h\E[?7h\E(B\E[J\E7\E[;r\E8\E[m\E[q:\
   2690 	:tc=go140:
   2691 zw|sanyo55|sanyo|sanyo mbc-55x pc compatible:\
   2692 	:co#80:li#25:am:cl=\E[H\E[J:bs:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\
   2693 	:ce=\E[K:cd=\E[J:so=\E[7m:se=\E[m:us=\E[4m:ue=\E[m:
   2694 #From: Simson L. Garfinkel <simsong (at] media-lab.mit.edu>
   2695 st|ST|atari st:\
   2696 	:bs:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :co#80:li#25:nd=\EC:\
   2697 	:pt:sr=\EI:up=\EA:ku=\EA:kd=\EB:kr=\EC:kl=\ED:\
   2698 	:do=\EB:\
   2699 	:so=\Ep:se=\Eq:dl=\EM:al=\EL:am:
   2700 # YTERM standard version 1.0.  (gts 9-25-84)
   2701 # Straight old ascii keyboard except function keys are Yale (e.g.,ASCII.KBD).
   2702 # Only 80 tab columns (else yterm 1.1 bug).  No :xn: in 1.0.
   2703 # Cannot use termcap :sr=\EM: because vi will not work, too bad.
   2704 # vi string is given so that yterm is reset each vi startup.
   2705 Y0|yterm10|yterm 1.0 UCB ascii.kbd:\
   2706 	:am:bs:cd=^K:ce=^]:cl=^L:cm=^^%r%+ %+ :co#80:EP:ho=^Y:li#24:nd=^\:pt:\
   2707 	:rc=\E8:sc=\E7:so=\E[7m:se=\E[m:up=^_:us=\E[4m:ue=\E[m:\
   2708 	:is=^O\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:\
   2709 	:ku=^K:kd=^J:kl=^H:kr=^L:kh=^^:ma=^Hh^Jj^Kk^Ll^^H:\
   2710 	:k0=\E0:k1=\E1:k2=\E2:k3=\E3:k4=\E4:k5=\E5:k6=\E6:k7=\E7:k8=\E8:k9=\E9:\
   2711 	:vs=^O\E[7i\E[m\E[?7h\E[?3g\r\EHY0      \EH        \EH        \EH        \EH        \EH        \EH        \EH        \EH        \EH\r:
   2712 # YTERM varient version 1.1.  (gts 9-13-84)  Version 1.1 has :xn:.
   2713 Y1|yterm11|yterm 1.1 UCB ascii.kbd:\
   2714 	:xn:is=^O\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:\
   2715 	:tc=yterm10
   2716 # YTERM 1.0 varient no autowrap or tabs
   2717 # X does not remember autowrap or tabs when T is deleted and restarted.
   2718 Y2|yterm10nat|yterm 1.0 UCB ascii.kbd no autowrap or tabs:\
   2719 	:am@:pt@:vs=^O\E[7i\E[m\E[?7l\E[?3g\rY2\r:\
   2720 	:is=^O\E[7i\E[m\E[?7l\E[?3g\rY2  for YTERM 1.0 with ASCII.KBD 9-20-84 no autowrap or tabs\n:\
   2721 	:tc=yterm10
   2722 # KERMIT standard all versions.  (gts 9-25-84)
   2723 # Straight ascii keyboard. :sr=\EI: not avail. many versions + bug prone in vi.
   2724 K0|kermit|standard kermit:\
   2725 	:bs:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :co#80:ho=\EH:li#24:nd=\EC:up=\EA:\
   2726 	:ku=^K:kd=^J:kl=^H:kr=^L:kh=^^:ma=^Hh\012j^Kk^Ll^^H:\
   2727 	:is=K0 Standard Kermit  9-25-84\n:
   2728 K1|kermitam|standard kermit plus am:\
   2729 	:am:is=K1 Standard Kermit plus Automatic Margins\n:tc=kermit:
   2730 # IBMPC Kermit 1.2.  (gts 8-30-84)
   2731 # Bugs :cd:ce: do not work except at beginning of line!  :cl: does not work,
   2732 # but fake with :cl=\EH\EJ (since :cd=\EJ: works at beginning of line).
   2733 K2|pckermit|pckermit12|UCB IBMPC Kermit 1.2:\
   2734 	:am:li#25:cd@:ce@:cl=\EH\EJ:\
   2735 	:is=K2 UCB IBMPC Kermit 1.2  8-30-84\n:tc=kermit:
   2736 # IBMPC Kermit 1.20	(gts 12-19-84)
   2737 # Cannot use line 25, now acts funny like ansi special scrolling region.
   2738 # Initialization must escape from that region by cursor position to line 24.
   2739 # Cannot use character insert because 1.20 goes crazy if insert at col 80.
   2740 # Does not use am: because autowrap mode lost when kermit dropped and restarted.
   2741 K3|pckermit120|UCB IBMPC Kermit 1.20:\
   2742 	:al=\EL:am@:dc=\EN:dl=\EM:do=\EB:ei@:im@:li#24:pt:se=\Eq:so=\Ep:\
   2743 	:is=\EO\Eq\EJ\EY7 K3 UCB IBMPC Kermit 1.20  12-19-84\n:\
   2744 	:vs=\EO\Eq\EEK3:tc=kermit:
   2745 # MS-DOS Kermit 2.27 for the IBMPC	(UCB gts 3-17-85)
   2746 # Straight ascii keyboard. :sr=\EI: not avail. many versions + bug prone in vi.
   2747 # Cannot use line 25, now acts funny like ansi special scrolling region.
   2748 # Initialization must escape from that region by cursor position to line 24.
   2749 # Does not use am: because autowrap mode lost when kermit dropped and restarted.
   2750 # Reverse video for standout like H19.
   2751 K4|mskermit227|msk227|MS-DOS Kermit 2.27 for the IBMPC:\
   2752 	:al=\EL:am@:bs:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :co#80:\
   2753 	:dc=\EN:dl=\EM:do=\EB:ei=\EO:im=\E@:\
   2754 	:ho=\EH:li#24:nd=\EC:up=\EA:pt:rc=\Ek:sc=\Ej:se=\Eq:so=\Ep:\
   2755 	:ku=^K:kd=^J:kl=^H:kr=^L:kh=^^:ma=^Hh\012j^Kk^Ll^^H:\
   2756 	:is=\EO\Eq\EG\Ew\EJ\EY7 K4 MS Kermit 2.27 for the IBMPC 3-17-85\n:\
   2757 	:vs=\EO\Eq\EG\EwK4:
   2758 # MS-DOS Kermit 2.27 with automatic margins	(UCB gts 3-17-85)
   2759 K5|mskermit227am|msk227am|UCB MS-DOS Kermit 2.27 with automatic margins:\
   2760 	:am:\
   2761 	:is=\EO\Eq\EG\Ev\EJ\EY7 K5 MS Kermit 2.27 +automatic margins 3-17-85\n:\
   2762 	:vs=\EO\Eq\EG\EvK5:tc=mskermit227:
   2763 # MS-DOS Kermit 2.27 UCB 227.14 for the IBM PC	(UCB gts 3-17-85)
   2764 # Automatic margins now default.  Use ansi set graphic rendition for standout,
   2765 # underline and ul codes (md,me,mr).  Define function keys.
   2766 K6|mskermit22714|msk22714|UCB MS-DOS Kermit 2.27 UCB 227.14 IBM PC:\
   2767 	:am:kn#10:\
   2768 	:k0=\E0:k1=\E1:k2=\E2:k3=\E3:k4=\E4:k5=\E5:k6=\E6:k7=\E7:k8=\E8:k9=\E9:\
   2769 	:md=\E[1m:me=\E[m:mr=\E[7m:se=\E[m:so=\E[1m:ue=\E[m:us=\E[4m:\
   2770 	:is=\EO\Eq\EG\Ev\EJ\EY7 K6 MS Kermit 2.27 UCB 227.14 IBM PC 3-17-85\n:\
   2771 	:vs=\EO\Eq\EG\EvK6:tc=mskermit227:
   2772 # From earle (at] smeagol.UUCP 29 Oct 85 05:40:18 GMT
   2773 # MS-Kermit with Heath-19 emulation mode enabled
   2774 Kh|h19kermit|h19k|heathkit emulation provided by Kermit (no auto margin):\
   2775 	:am@:ta@:pt@:xt:da:db:tc=h19-u:
   2776 # rough draft of Amiga termcap by Mike Meyer
   2777 AA|amiga|Amiga ANSI:\
   2778 	:co#80:li#25:am:do=\E[B:ce=\E[K:cd=\E[J:\
   2779 	:cl=\E[H\E[J:ku=\E[A:kd=\E[B:kl=\E[C:kr=\E[D:kb=^H:\
   2780 	:al=\E[L:dl=\E[M:le=^H:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\
   2781 	:ce=\E[K:ho=\E[H:dc=\E[P:ic=\E[@:\
   2782 	:so=\E[2m:se=\E[m:us=\E[4m:ue=\E[m:mr=\E[7m:mb=\E[7;2m:me=\E[m:
   2783 # The pcplot IBM-PC terminal emulation program is really messed up. It is
   2784 # supposed to emulate a vt-100, but emulates the wraparound bug incorrectly,
   2785 # doesn't support scrolling regions, ignores add line commands, and ignores
   2786 # delete line commands. Consequently, the resulting behavior looks like a
   2787 # crude adm3a-type terminal.
   2788 # Steve Jacobson 8/85
   2789 pp|pcplot:\
   2790 	:cs@:sc@:rc@:xn@:tc=vt100:
   2791 # From Joel Rubin, jmrubin@coral, a preliminary TERMCAP for VIDTEX,
   2792 # a terminal program sold by Compuserve.  Line and column numbers are
   2793 # computer-dependent (I have a Commodore '64); you should use the meta-B
   2794 # option to shut off clean-breaking of lines.  No key codes included 
   2795 # since some of them are programmable and most are machine-specific.
   2796 # Works on vi if you don't use clean-breaking.  Very similar to the IBM 3101
   2797 # termcap.  Escape-D used for backspace because control-H is destructive
   2798 # backspace.  There seem to be a few weirdnesses (especially at the beginning
   2799 # of a wrapped line), and the cursor does not, unfortunately, flash.
   2800 zQ|vid|vidtex|Compuserve vidtex program:\
   2801 	:am:bc=\ED:cl=^L:li#25:co#40:nd=\EC:up=\EA:cd=\EJ:ce=\EK:\
   2802 	:ho=\EH:cm=\EY%+\40%+\40:pt:
   2803 # Fortune from c160-3bp@Coral (Robert Nathanson) via tut   Wed Oct 5, 1983
   2804 zK|fos|fortune|Fortune system:\
   2805 	:is=^_..:li#25:co#80:am:bs:bw:cl=20^L:cd=3*^\Y:\
   2806 	:ic=5^\Q:dc=5^\W:dl=15^\R:al=15^\E:cm=^\C%+ %+ :ta=^Z:ho=10^^:do=3^J:\
   2807 	:up=3^K:kb=^H:kd=^Ay\r:kh=^A?\r:kl=^Aw\r:kr=^Az\r:ku=^Ax\r:\
   2808 	:nl=5^J:so=^\H`:se=^\I`:sg#0:us=^\HP:ue=^\IP:ug#0:ce=^\Z:rv=\EH:re=\EI:\
   2809 	:rg=0:GS=\Eo:GE=^O:GG=0:GV=-:GH=&:GU=%:GD=#:G1=(:G2= :G3=":G4=*:CF=\E]:\
   2810 	:CO=\E\\:WL=^Aa\r:WR=^Ab\r:CL=^Ac\r:CR=^Ad\r:DL=^Ae\r:RF=^Af\r:\
   2811 	:RC=^Ag\r:CW=^Ah\r:NU=^Aj\r:EN=^Ak\r:HM=^Al:PL=^Am\r:PU=^An\r:PD=^Ao\r:\
   2812 	:PR=^Ap\r:HP=^A@\r:RT=^Aq\r:TB=\r:CN=\177:MP=\E+F:
   2813 # basis from Peter Harrison, Computer Graphics Lab, San Francisco
   2814 #   ucbvax!ucsfmis!harrison ...uucp / ucbvax!ucsfmis!harrison@BERKELEY ...ARPA
   2815 ba|basis|BASIS108 computer with terminal translation table active:\
   2816 	:do=5000^J:nl=5000*^J:\
   2817 	:cd=\EY:ce=\ET:cl=300\E*:ma=^K^P^R^L^L :\
   2818 	:kb=^H:kl=^H:ku=^K:kr=^L:kd=^J:so=\E(:se=\E):tc=adm3a:
   2819 # From Peter Harrison, Computer Graphics Lab, San Francisco
   2820 #   ucbvax!ucsfmis!harrison  .....uucp
   2821 #   ucbvax!ucsfmis!harrison@BERKELEY   .......ARPA
   2822 # "These two work.  If you don't have the inverse video chip for the
   2823 # Apple with videx then remove the so and se fields."
   2824 zO|DaleApple|Apple with videx videoterm 80 column board with inverse video:\
   2825 	:do=^J:am:le=^H:bs:cd=^K:ce=^]:cl=300^L:cm=^^%r%+ %+ :co#80:ho=^Y:\
   2826 	:kd=^J:kl=^H:kr=^U:kh=^Y:\
   2827 	:li#24:nd=^\:pt:so=^Z3:se=^Z2:up=^_:xn:
   2828 zJ|ibmaed|IBM Experimental display:\
   2829 	:al=\EN:am:bs:cd=\EJ:ce=\EI:cl=\EH\EK:cm=\EY%+\40%+\40:co#80:\
   2830 	:dc=\EQ:dl=\EO:do=\EB:ei=:ho=\EH:ic=\EP:im=:li#52:\
   2831 	:nd=\EC:ms:so=\E0:se=\E0:us=:ue=:up=\EA:\
   2832 	:kb=^h:ku=\EA:kd=\EB:kl=\ED:kr=\EC:eo:vb=\EG:pt:
   2833 # funny terminal that the TANDEM uses.
   2834 zA|653|t653x|Tandem 653x multipage terminal:\
   2835 	:li#24:co#80:ho=\EH:cm=\023%+ %+ :cl=\EI:cd=\EJ:ce=\EK:am:bs:\
   2836 	:if=/usr/share/lib/tabset/tandem653:sb=\ES:sr=\ET:da:db:so=\E6$:se=\E6 :\
   2837 	:us=\E60:ue=\E6 :sg#1:ug#1:up=\EA:do=\012:le=\010:nd=\EC:\
   2838 	:hs:ts=\Eo:fs=\r:ds=\Eo\r:ws#64:
   2839 # Constructed dtterm entry from file /usr/share/lib/terminfo/d/dtterm
   2840 # via "infocmp -C dtterm", and preceded the entry with a 2 letter field
   2841 # as required by the tset command.
   2842 zp|dtterm|CDE terminal emulator:\
   2843 	:am:mi:ms:xn:xo:bs:pt:\
   2844 	:co#80:li#24:kn#2:\
   2845 	:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
   2846 	:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=^O:al=\E[L:as=^N:\
   2847 	:cd=\E[J:ce=\E[K:cl=\E[H\E[J:cm=\E[%i%d;%dH:\
   2848 	:cs=\E[%i%d;%dr:ct=\E[3g:dc=\E[P:dl=\E[M:ei=\E[4l:\
   2849 	:ho=\E[H:im=\E[4h:is=\E F\E>\E[?1l\E[?7h\E[?45l:\
   2850 	:k1=\E[11~:k2=\E[12~:k3=\E[13~:k4=\E[14~:k5=\E[15~:\
   2851 	:k6=\E[17~:k7=\E[18~:k8=\E[19~:k9=\E[20~:kb=\b:\
   2852 	:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:nd=\E[C:rc=\E8:\
   2853 	:sc=\E7:se=\E[22;27m:so=\E[2;7m:sr=\EM:st=\EH:\
   2854 	:ue=\E[24m:up=\E[A:us=\E[4m:vb=200\E[?5h\E[?5l:\
   2855 	:ve=\E[?25h:vi=\E[?25l:ko=nd,up:
   2856 #
   2857 # END OF TERMCAP
   2858 #  ------------------------
   2859