Annotation of 43BSD/etc/termcap/termcap.src, revision 1.1.1.1

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

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.