[BACK]Return to termcap.src CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / share / termcap

Annotation of src/share/termcap/termcap.src, Revision 1.9

1.1       cgd         1: # Copyright (c) 1980, 1985, 1989 The Regents of the University of California.
                      2: # All rights reserved.
                      3: #
                      4: # Redistribution and use in source and binary forms, with or without
                      5: # modification, are permitted provided that the following conditions
                      6: # are met:
                      7: # 1. Redistributions of source code must retain the above copyright
                      8: #    notice, this list of conditions and the following disclaimer.
                      9: # 2. Redistributions in binary form must reproduce the above copyright
                     10: #    notice, this list of conditions and the following disclaimer in the
                     11: #    documentation and/or other materials provided with the distribution.
                     12: # 3. All advertising materials mentioning features or use of this software
                     13: #    must display the following acknowledgement:
                     14: #      This product includes software developed by the University of
                     15: #      California, Berkeley and its contributors.
                     16: # 4. Neither the name of the University nor the names of its contributors
                     17: #    may be used to endorse or promote products derived from this software
                     18: #    without specific prior written permission.
                     19: #
                     20: # THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
                     21: # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
                     22: # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
                     23: # ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
                     24: # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
                     25: # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
                     26: # OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
                     27: # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
                     28: # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
                     29: # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
                     30: # SUCH DAMAGE.
                     31: #
1.6       cgd        32: #      @(#)termcap.src 5.109 (Berkeley) 3/8/93
1.1       cgd        33: #
                     34:
                     35: #      Termcap source file
                     36: #      John Kunze, Berkeley
                     37: #      Craig Leres, Berkeley
                     38: #
                     39: # Please e-mail changes to termcap@berkeley.edu or uunet!ucbvax!termcap.
                     40: #
                     41: # << EOH - after reordering, above header lines survive and this line dies >>
                     42: #
                     43: # DESCRIPTION:
                     44: # This file describes capabilities of various terminals, as needed by
                     45: # software such as screen editors.  It does not attempt to describe
                     46: # printing terminals very well, nor graphics terminals.  Someday.
                     47: # See termcap(5) in the Unix Programmers Manual for documentation.
                     48: #
                     49: # Conventions: First entry is two chars, first char is manufacturer,
                     50: # second char is canonical name for model or mode.
                     51: # Third entry is the one the editor will print with "set" command.
                     52: # Last entry is verbose description.
                     53: # Others are mnemonic synonyms for the terminal.
                     54: #
                     55: # Terminal naming conventions:
                     56: # Terminal names look like <manufacturer> <model> - <modes/options>
                     57: # Certain abbreviations (e.g. c100 for concept100) are also allowed
                     58: # for upward compatibility.  The part to the left of the dash, if a
                     59: # dash is present, describes the particular hardware of the terminal.
                     60: # The part to the right can be used for flags indicating special ROM's,
                     61: # extra memory, particular terminal modes, or user preferences.
                     62: # All names are always in lower case, for consistency in typing.
                     63: #
                     64: # The following are conventionally used flags:
                     65: #      rv      Terminal in reverse video mode (black on white)
                     66: #      2p      Has two pages of memory.  Likewise 4p, 8p, etc.
                     67: #      w       Wide - in 132 column mode.
                     68: #      pp      Has a printer port which is used.
                     69: #      na      No arrow keys - termcap ignores arrow keys which are
                     70: #              actually there on the terminal, so the user can use
                     71: #              the arrow keys locally.
                     72: #
                     73: # There are some cases where the same name is used for two different
                     74: # terminals, e.g. "teleray" or "2621" or "vt100".  In these cases,
                     75: # if a site has one of these, they should choose a local default and
                     76: # bring that terminal to the front in the reorder script.  This works
                     77: # because tgetent picks the first match in /etc/termcap.
                     78: # The list of names intentionally duplicated is:
                     79: # 2621, c108, dtc, hp2621, teleray, tvi, vt100.
                     80: #
                     81: # To easily test a new terminal description, put it in $HOME/.termcap
                     82: # and programs will look there before looking in /etc/termcap.
                     83: # You can also setenv TERMPATH to a list of full pathnames (separated
                     84: # by spaces or colons) to be searched by tgetent() in the order listed.
                     85: # The TERMCAP environment variable is usually set to the termcap
                     86: # entry itself to avoid reading files when starting up a program.
                     87: #
                     88: # If you absolutely MUST check for a specific terminal (this is discouraged)
                     89: # check for the 2nd entry (the canonical form) since all other codes are
                     90: # subject to change.  The two letter codes are there for version 6 and are
                     91: # EXTREMELY subject to change, or even to go away if version 6 becomes for
                     92: # all practical purposes obsolete.  We would much rather put in special
                     93: # capabilities to describe your terminal rather than having you key on the
                     94: # name.
                     95: #
                     96: #  Special manufacturer codes:
                     97: #      A: hardcopy daisy wheel terminals
                     98: #      M: Misc. (with only a few terminals)
                     99: #      q: Homemade
                    100: #      s: special (dialup, etc.)
                    101: #
                    102: # Comments in this file begin with # - they cannot appear in the middle
                    103: # of a termcap entry.  Individual entries are commented out by
                    104: # placing a period between the colon and the capability name.
                    105: #
                    106: #  This file is to be installed with an editor script (reorder)
                    107: #  that moves the most common terminals to the front of the file.
                    108: #  If the source is not available, it can be constructed by sorting
                    109: #  the above entries by the 2 char initial code.
                    110: # # --------------------------------
                    111: #
                    112: # A: DAISY WHEEL PRINTERS
                    113: #
                    114: # The A manufacturer represents Diablo, DTC, Xerox, Qume, and other Daisy
                    115: # wheel terminals until such time as termcap distinguishes between them
                    116: # enough to justify separate codes.
                    117: # This is an "experimental" entry for the SRI Agiles.
                    118: # It has been tried in a minimal way -- the Agile did not blow up!
                    119: # However, it has not been exhaustively tested.
                    120: # Anyone who tries it and finds it wanting should get in touch with:
                    121: #      Ralph Keirstead (ralph@sri-unix);
                    122: #      EK352; SRI International; 333 Ravenswood Avenue; Menlo Park, CA 94025
1.6       cgd       123: agile|agiles|sri agiles:\
1.1       cgd       124:        :bs:hc:os:pl:co#132:do=^J:kb=^H:up=\E\n:\
                    125:        :hu=\E0:hd=\E9:if=/usr/share/tabset/std:is=\EE\EF\EJ:
1.6       cgd       126: 1620|1720|450|ipsi|diablo 1620:\
1.1       cgd       127:        :do=^J:ct=\E2:st=\E1:ch=\E\t%i%.:\
                    128:        :if=/usr/share/tabset/xerox1720:\
                    129:        :kb=^H:le=^H:bs:co#132:hc:hu=\EU:hd=\ED:os:pt:up=\E\n:
1.6       cgd       130: 1620-m8|1640-m8|diablo 1620 w/8 column left margin:\
1.1       cgd       131:        :do=^J:co#124:is=\r        \E9:tc=1620:
1.6       cgd       132: 1640|1740|630|1730|x1700|diablo|xerox|diablo 1640:\
1.1       cgd       133:        :if=/usr/share/tabset/xerox1730:\
                    134:        :us=\EE:ue=\ER:so=\EW:se=\E&:tc=1620:
1.6       cgd       135: 1640-lm|1740-lm|630-lm|1730-lm|x1700-lm|diablo-lm|xerox-lm|\
1.1       cgd       136:        diablo 1640 with idented left margin:\
                    137:        :if=/usr/share/tabset/xerox1730-lm:\
                    138:        :co#124:us=\EE:ue=\ER:so=\EW:se=\E&:tc=1620:
                    139: # DTC 382 with VDU.  Has no cd so we fake it with ce.  Standout works but
                    140: # won't go away without dynamite.  The terminal has tabs, but I'm getting
                    141: # tired of fighting the braindamage.  If no tab is set or the terminal's
                    142: # in a bad mood, it glitches the screen around all of memory.  Note that
                    143: # return puts a blank ("a return character") in the space the cursor was
                    144: # at, so we use ^P return (and thus ^P newline for newline).  Note also
                    145: # that if you turn off pt and let Unix expand tabs, curses won't work
                    146: # (current version) because it doesn't turn off this bit, and cursor
                    147: # addressing sends a tab for row/column 9.  What a losing terminal!  I
                    148: # have been unable to get tabs set in all 96 lines - it always leaves at
                    149: # least one line with no tabs in it, and once you tab through that line,
                    150: # it completely weirds out.
1.6       cgd       151: dtc|ps|dtc382|382:\
1.1       cgd       152:        :do=^J:al=^P^Z:am:le=^H:\
                    153:        :bs:co#80:ce=^P^U:cl=20^P^]:cm=%r^P^Q%.%.:dc=^X:\
                    154:        :dl=^P^S:ei=^Pi:ho=^P^R:im=^PI:ve=^Pb:vs=^PB:pc=\177:te=20^P^]:\
                    155:        :li#24:nd=^PR:.se=^P \200:.so=^P \002^PF:us=^P \020:ue=^P \200:\
                    156:        :up=^P^L:nc:xr:xs:da:db:.pt:cr=^P^M:cd=^P^U^P^S^P^S:\
                    157:        :if=/usr/share/tabset/dtc382:
1.6       cgd       158: dtc300s|300|300s|dtc 300s:\
1.1       cgd       159:        :ct=\E3:st=\E1:do=^J:\
                    160:        :kb=^h:le=^H:bs:co#132:hc:hu=\EH:hd=\Eh:os:pt:up=^Z:
1.6       cgd       161: gsi:\
1.1       cgd       162:        :le=^H:bs:co#132:hc:hd=\Eh:hu=\EH:os:pt:up=^Z:do=^J:
                    163: # This used to have :pl: - maybe they meant :pt:?
1.6       cgd       164: aj830|aj832|aj|anderson jacobson:\
1.1       cgd       165:        :do=^J:le=^H:bs:hc:hd=\E9:hu=\E8:os:up=\E7:
                    166: # From Chris Torek <chris@gyre.umd.edu> Thu, 7 Nov 85 18:21:58 EST
1.6       cgd       167: aj510|AJ510|Anderson-Jacobson model 510:\
1.1       cgd       168:        :ic=:ip=.1*:so=\E"I:us=\E"U:cd=\E'P:ce=\E'L:cl=^L:cm=\E#%+ %+ :\
                    169:        :dl=2*\E&D:ue=\E"U:co#80:li#24:se=\E"I:al=2*\E&I:im=\E'I:ei=\E'J:\
                    170:        :dc=.1*\E'D:up=\EY:nd=\EX:bs:am:mi:ti=\E"N:te=\E"N:\
                    171:        :ku=\EY:kd=\EZ:kl=\EW:kr=\EX:pc=\177:
                    172: # From cbosg!ucbvax!pur-ee!cincy!chris Thu Aug 20 09:09:18 1981
                    173: # This is incomplete, but it's a start.
1.6       cgd       174: 5520|nec|spinwriter|nec 5520:\
1.1       cgd       175:        :ct=\E3:st=\E1:do=^J:kb=^h:le=^H:bs:co#132:hc:hu=\E]s\E9\E]W:\
                    176:        :hd=\E]s\n\E]W:os:pt:up=\E9:
1.6       cgd       177: qume5|qume|Qume Sprint 5:\
1.1       cgd       178:        :ct=\E3:st=\E1:do=^J:\
                    179:        :kb=^h:le=^H:bs:co#80:hc:hu=\EH:hd=\Eh:os:pt:up=^Z:
1.6       cgd       180: q102|qume102|Qume 102:\
1.1       cgd       181:        :al=\EE:am:bs:bt=\EI:\
                    182:        :cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :co#80:ct=\E3:\
                    183:        :dc=\EW:dl=\ER:do=^J:ei=:ho=^^:ic=\EQ:im=:\
                    184:        :k0=^A@\r:k1=^AA\r:k2=^AB\r:k3=^AC\r:kd=^J:kl=^H:kr=^L:ku=^K:\
                    185:        :le=^H:li#24:ma=^K^P^L :nd=^L:\
                    186:        :se=\EG0:sg#1:so=\EG4:st=\E1:\
                    187:        :ue=\EG0:ug#1:up=^K:us=\EG8:
                    188: # From ucbvax!mtxinu!sybase!tim (Tim Wood) Fri Sep 27 10:25:24 PDT 1985
                    189: # This entry supports line and character insert and delete, scroll up and
                    190: # down and the arrow keys.  To use it, perform the following on your qvt-101
                    191: #      1) enter SET-UP mode, select the SET 3 line;
                    192: #      2) move the cursor to the EMULATION item and hit SPACE
                    193: #         until QVT-101B appears
                    194: #      3) enter SHIFT-S
                    195: #      4) exit SET-UP - the terminal is now configured
1.6       cgd       196: q101|qvt101|qvt-101|Qume 101 $310 special:\
1.1       cgd       197:        :al=\EE:am:bt=\EI:ce=\Et:cl=\E*:dc=\EW:\
                    198:        :dl=\ER:do=^J:ic=\EQ:ei=:im=:md=\E(:me=\EG0:mh=\E):\
                    199:        :le=^H:bs:cm=\E=%+ %+ :cl=1^Z:co#80:ho=^^:li#24:ma=^K^P:nd=^L:ku=^K:\
                    200:        :vs=\EM4\040\200\200\200:mr=\EG4:ms:so=\EG4:se=\EG1:
                    201: # I suspect the xerox1720 is the same as the diablo 1620.
1.6       cgd       202: x1720|1700|x1750|xerox 1720:\
1.1       cgd       203:        :co#132:le=^H:bs:hc:os:pt:do=^J:ct=\E2:st=\E1:
                    204: # # --------------------------------
                    205: #
                    206: # B: AT&T ATT
                    207: #
                    208: # AT&T Teletype 5410 Terminal (a.k.a. 4410)
                    209: # From: carvalho%kepler@Berkeley.EDU (Marcio de Carvalho)
                    210: # Date: Thu, 26 Feb 87 09:16:50 PST
                    211: #
                    212: # Although the 5410 supports labels, it blanks the screen after
                    213: # each label is programmed creating to much visual activity.
                    214: # To use the labels, use FL=\E[%d;00q%-16s
                    215: #
1.6       cgd       216: 5410|4410|tty5410|att4410|AT&T Teletype 5410 terminal with 80 columns:\
1.1       cgd       217:        :al=\E[L:am:bs:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
                    218:        :cm=5\E[%i%2;%2H:co#80:dc=\E[P:dl=\E[M:im=:ei=:ic=\E[@:\
                    219:        :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
                    220:        :li#24:nd=\E[C:se=\E[m:so=\E[2;7m:sr=\EM:\
                    221:        :ue=\E[m:up=\E[A:us=\E[4m:EE=\E[m:BO=\E[0;7m:DS=\E[2m:\
                    222:        :KM=/usr/lib/ua/kmap.5410:is=\E[0m^O\E[?6l:kn#8:\
                    223:        :k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:k4=\EOg:k6=\EOh:\
                    224:        :k7=\EOi:k8=\EOj:ko=nd,up,ho:
                    225: # AT&T 630 MTG DMD from muller%sdcc7@ucsd.edu (Keith Muller)
1.6       cgd       226: att630|dmd630|ATT630|630DMD|630dmd|630MTG|AT&T 630 windowing terminal:\
1.1       cgd       227:        :am:da:db:ms:bs:co#80:it#8:li#60:lm#0:\
                    228:        :up=\E[A:do=\E[B:nd=\E[C:le=\b:UP=\E[%dA:DO=\E[%dB:RI=\E[%dC:\
                    229:        :LE=\E[%dD:cm=\E[%i%d;%dH:ho=\E[H:bt=\E[Z:\
                    230:        :sf=\n:sr=\EM:SF=\E[%dS:SR=\E[%dT:us=\E[4m:ue=\E[m:so=\E[7m:se=\E[m:\
                    231:        :mr=\E[7m:mh=\E[2m:mb=\E[5m:me=\E[m:ce=\E[K:cd=\E[J:cl=\E[H\E[J:\
                    232:        :dc=\E[P:dl=\E[M:al=\E[L:DC=\E[%dP:DL=\E[%dM:AL=\E[%dL:\
                    233:        :ic=\E[@:IC=\E[%d@:im=:ei=:sc=\E7:rc=\E8:i2=\E[m:rs=\Ec:\
                    234:        :pf=\E[?4i:po=\E[?5i:\
                    235:        :kb=\b:kC=\E[2J:kh=\E[H:ku=\E[A:kd=\E[B:kr=\E[C:kl=\E[D:
1.6       cgd       236: dmd630-24|att630-24|ATT630-24|630DMD-24|630MTG-24|AT&T 630 windowing terminal 24 lines:\
1.1       cgd       237:        :li#24:tc=att630:
1.6       cgd       238: dmd615|att615|ATT615|615DMD|615MTG|AT&T 615 windowing terminal 80 column:\
1.1       cgd       239:        :li#24:tc=att630:
1.6       cgd       240: dmd615-w|att615-w|ATT615-w|615DMD-w|615MTG-w|AT&T 615 windowing terminal 132 column:\
1.1       cgd       241:        :li#24:co#132:tc=att630:
1.6       cgd       242: dmd620|att620|ATT620|620DMD|620MTG|AT&T 620 windowing terminal 80 column:\
1.1       cgd       243:        :li#24:tc=att630:
1.6       cgd       244: dmd620-w|att620-w|ATT620-w|620DMD-w|620MTG-w|AT&T 620 windowing terminal 132 column:\
1.1       cgd       245:        :li#24:co#132:tc=att630:
                    246: # AT&T Teletype 5420 Terminal (a.k.a. 4415) June 5, 1985
1.6       cgd       247: 5420|4415|tty5420|att4415|AT&T Teletype 5420 terminal:\
1.1       cgd       248:        :al=\E[L:am:bs:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
                    249:        :cm=\E[%i%2;%2H:co#80:dc=\E[P:dl=\E[M:im=\E[4h:ei=\E[4l:\
                    250:        :kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
                    251:        :li#24:nd=\E[C:se=\E[m:so=\E[2;7m:sr=\EM:\
                    252:        :ue=\E[m:up=\E[A:us=\E[4m:EE=\E[m:BO=\E[0;7m:DS=\E[2m:\
                    253:        :KM=/usr/lib/ua/kmap.5420:\
                    254:        :is=\E[0m^O\E[1;2;3;4;6l\E[12;13;14;20l\E[?6;97;99l\E[?7h\E[4i\Ex\E[25;1j\212\E[8;0j\E[9;0j\E[10;0j\E[19;1j:\
                    255:        :db:mi:pt:kn#8:k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:k5=\EOg:k6=\EOh:\
                    256:        :k7=\EOi:k8=\EOj:ve=\E[11;0j:\
                    257:        :vs=\E[11;1j:ko=bt,nd,up,dc,dl,ho,im,al:
                    258: # AT&T Teletype 5425 Terminal (a.k.a 4425) June 5, 1985
1.6       cgd       259: 5425|4425|tty5425|att4425|AT&T Teletype 5425:\
1.1       cgd       260:        :FL=\E[%d;00q%-16s\E~:FE=\E|:KM=/usr/lib/ua/kmap.5425:\
                    261:        :is=\E[0m^O\E[1;2;3;4;6l\E[12;13;14;20l\E[?6l\E[?7h\E[4i\E[9;0j\E[10;0j\E[11;0j\E[21;1j\E[25;1j\212:\
                    262:        :ve=\E[12;0j:vs=\E[12;1j:tc=5420:
1.6       cgd       263: t4|4420|tty4420|Teletype 4420:\
1.1       cgd       264:        :vs=\ER:ve=\ER:am:da:db:mi:cr=\EG:\
                    265:        :im=:ei=:dm=:ed=:nl=\EG\EB:li#23:\
                    266:        :co#80:cl=\EH\EJ:cd=\EJ:cm=\EY%+ %+ :\
                    267:        :bs:up=\E7:do=\EB:nd=\EC:al=\EL:\
                    268:        :dl=\EM:dc=\EP:ic=\E\136:sf=\EH\EM\EY5 :sr=\ET:kb=^H:
1.6       cgd       269: pc6300plus|6300|6300plus:\
1.1       cgd       270:        :al=\E[1L:am:bs:cd=\E[0J:ce=\E[0K:cl=\E[2J\E[H:cm=\E[%i%2;%2H:co#80:\
                    271:        :dc=\E[1P:dl=\E[1M:do=\E[B:ei=:ho=\E[H:\
                    272:        :ic=\E[1@:im=:kb=\10:kd=\E[B:kl=\E[D:kr=\E[C:ku=\E[A:li#24:\
                    273:        :k1=\EOc:k2=\EOd:k3=\EOe:k4=\EOf:k5=\EOg:k6=\EOh:k7=\EOi:k8=\EOj:\
                    274:        :k9=\EOk:k10=\EOu:nd=\E[C:se=\E[m:so=\E[7m:ue=\E[m:up=\E[A:us=\E[4m:\
                    275:        :EE=\E[m:BO=\E[0;7m:CV=\E[=C:CI=\E[=1C:KM=/usr/lib/ua/kmap.s5:
                    276: # AT&T 6386 decompiled and hacked from SVR3.1 terminfo
                    277: # From: caron@polya.Stanford.EDU (Ilan G. Caron)
                    278: # Problems:  (1) The mode lines are screwed up - they're not in standout
                    279: # (an extraneous ESC-RD sequence is prepended to each mode line).
                    280: # (2) Cursor addressing into the mode line is often off-by-one,
                    281: # in particular, when the percentage indicator is updated.
                    282: # (3) When reverting to a single window (C-x 1), the display
                    283: # needs refreshing (an extraneous ESC-S seems to be generated).
                    284: # (The above 3 might be manifestations of the same problem).
                    285: # (4) Deletes sometime don't, especially when done fast - does this
                    286: # suggest that I need to pad something?
1.6       cgd       287: AT386|at386|386AT|386at|at/386 console:\
1.1       cgd       288:        :am:bw:eo:xo:Co#8:NC#3:co#80:li#25:pa#64:kn#6:\
                    289:        :@7=\E[Y:AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:\
                    290:        :F1=\EOZ:F2=\EOA:IC=\E[%d@:LE=\E[%dD:RI=\E[%dC:\
                    291:        :SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:\
                    292:        :ac=``a1fxgqh0jYk?lZm@nEooppqDrrsstCu4vAwBx3yyzz{{||}}~~:\
                    293:        :ae=\E[10m:al=\E[1L:as=\E[12m:bl=^G:cd=\E[J:ce=\E[K:\
                    294:        :cl=\E[2J\E[H:cm=\E[%i%2;%2H:cr=\r:dc=\E[P:dl=\E[1M:\
                    295:        :do=\E[B:ho=\E[H:ic=\E[1@:is=\E[0;10;39m:k1=\EOP:\
                    296:        :k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOT:k6=\EOU:k7=\EOV:\
                    297:        :k8=\EOW:k9=\EOX:k;=\EOY:kB=^]:kC=\E[2J:kD=\E[P:\
                    298:        :kI=\E[@:kM=\E0:kN=\E[U:kP=\E[V:kb=\b:kd=\E[B:kh=\E[H:\
                    299:        :kl=\E[D:kr=\E[C:ku=\E[A:le=\E[D:mb=\E[5m:md=\E[1m:\
                    300:        :me=\E[0;10m:mk=\E[9m:mr=\E[7m:nd=\E[C:op=\E[0m:\
                    301:        :se=\E[m:sf=\E[S:so=\E[43;30m:ta=\t:ue=\E[m:up=\E[A:\
                    302:        :sr=\E[T:TC=\E[%d@:IC=\E[%d@:\
                    303:        :us=\E[4m:vb=^G:bc=\E[D:nl=\E[B:ko=le,do,nd,up,dc,h
1.6       cgd       304: s4|PC7300|unixpc|pc7300|7300|3b1|Safari 4:\
1.1       cgd       305:        :so=\E[2;7m:DS=\E[2m:XS=\E[9m:KM=/usr/lib/ua/kmap.s4:tc=pc6300plus:
                    306: # AT&T Teletype 610 Terminal
1.6       cgd       307: b610|610|610bct|tty610:\
1.1       cgd       308:        :CV=\E[25h:CI=\E[25l:KM=/usr/lib/ua/kmap.s4:\
                    309:        :FL=\E[%d;00q%-16s\E[0p:FE=\E[2p:cl=\E[1;1H\E[J:\
                    310:        :is=\E[0m^O\E[25;1|^J\E[8;0|\E[4;13;20l\E[?5l\E[12h\E[?7h\E[?4i:\
                    311:        :ve=\E[?12l:vs=\E[?12h:tc=5420:
                    312: # # --------------------------------
                    313: #
                    314: # C: CONTROL DATA
                    315: #
1.6       cgd       316: cdc456|cdc:\
1.1       cgd       317:        :do=^J:li#24:co#80:cl=^Y^X:nd=^L:up=^Z:le=^H:bs:\
                    318:        :cm=\E1%+ %+ :ho=^Y:al=\E\114:dl=\E\112:ce=^V:cd=^X:am:
1.6       cgd       319: cdc456tst:\
1.1       cgd       320:        :do=^J:li#24:co#80:cl=^y^x:le=^H:bs:cm=\E1%+ %+ :am:
                    321: # # --------------------------------
                    322: #
                    323: # D: DATAMEDIA
                    324: #
1.6       cgd       325: dm1520|dm1521|1521|1520|datamedia 1520:\
1.1       cgd       326:        :do=^J:am:le=^H:bs:cd=^K:ce=^]:cl=^L:cm=^^%r%+ %+ :co#80:ho=^Y:\
                    327:        :ku=^_:kd=^J:kl=^H:kr=^\:kh=^Y:\
                    328:        :li#24:nd=^\:up=^_:xn:ma=^\ ^_^P^YH:pt:
1.6       cgd       329: dm2500|datamedia2500|2500|datamedia 2500:\
1.1       cgd       330:        :do=^J:al=15^P\n^X^]^X^]:le=^H:bs:ce=^W:cl=^^^^\177:\
                    331:        :cm=^L%r%n%.%.:co#80:dc=10*^P\b^X^]:dl=10*^P^Z^X^]:\
                    332:        :dm=^P:ed=^X^]:ei=10\377\377^X^]:ho=^B:ic=10*^P^\^X^]:\
                    333:        :im=^P:li#24:nc:nd=^\:pc=\377:so@=^N:se=^X^]:up=^Z:
1.6       cgd       334: dm3025|datamedia 3025a:\
1.1       cgd       335:        :MT:is=\EQ\EU\EV:do=^J:\
                    336:        :al=130\EP\n\EQ:le=^H:bs:cd=2\EJ:ce=\EK:cl=2\EM:cm=\EY%r%+ %+ :\
                    337:        :co#80:dc=6\b:dl=130\EP\EA\EQ:dm=\EP:ed=\EQ:ei=\EQ:ho=\EH:\
                    338:        :im=\EP:ip=6:li#24:nd=\EC:pt:so=\EO1:se=\EO0:up=\EA:
1.6       cgd       339: 3045|dm3045|datamedia 3045a:\
1.1       cgd       340:        :is=\EU\EV:do=^J:\
                    341:        :am:le=^H:bs:cd=2\EJ:ce=\EK:cl=2\EM:cm=\EY%r%+ %+ :co#80:\
                    342:        :dc=6\EB:dm=:ed=:ei=\EP:ho=\EH:ic=:im=\EP:ip=6:\
                    343:        :k0=\Ey\r:k1=\Ep\r:k2=\Eq\r:k3=\Er\r:k4=\Es\r:\
                    344:        :k5=\Et\r:k6=\Eu\r:k7=\Ev\r:k8=\Ew\r:k9=\Ex\r:\
                    345:        :kh=\EH:ku=\EA:kr=\EC:li#24:nd=\EC:pc=\177:pt:eo:ul:up=\EA:xn:
                    346: # dt80/1 is a vt100 lookalike, but it doesn't seem to need any padding.
1.6       cgd       347: dt80|dmdt80|dm80|datamedia dt80/1:\
1.1       cgd       348:        :do=^J:cd=\E[J:ce=\E[K:cl=\E[2J\E[H:cm=%i\E[%d;%dH:ho=\E[H:\
                    349:        :nd=\E[C:sr=\EM:so=\E[7m:se=\E[m:up=\E[A:us=\E[4m:ue=\E[m:tc=vt100:
                    350: # except in 132 column mode, where it needs a little padding.
                    351: # This is still less padding than the vt100, and you can always turn on
                    352: # the ^S/^Q handshaking, so you can use vt100 flavors for things like
                    353: # reverse video.
1.6       cgd       354: dt80w|dmdt80w|dm80w|datamedia dt80/1 in 132 char mode:\
1.1       cgd       355:        :do=^J:cd=20\E[0J:co#132:ce=20\E[0K:\
                    356:        :cm=5\E[%i%d;%dH:cl=50\E[H\E[2J:up=5\E[A:tc=dmdt80:
                    357: # # --------------------------------
                    358: #
                    359: # H: HAZELTINE
                    360: #
                    361: # Since nd is blank, when you want to erase something you
                    362: # are out of luck.  You will have to do ^L's a lot to
                    363: # redraw the screen.  h1000 is untested.  It doesn't work in
                    364: # vi - this terminal is too dumb for even vi.  (The code is
                    365: # there but it isn't debugged for this case.)
1.6       cgd       366: h1000|hazeltine 1000:\
1.1       cgd       367:        :le=^H:bs:ho=^K:cl=^L:nd= :co#80:li#12:do=^J:
                    368: # Note: the h1552 appears to be the first Hazeltine terminal which
                    369: # is not braindamaged.  It has tildes and backprimes and everything!
                    370: # Be sure the auto lf/cr switch is set to cr.
1.6       cgd       371: h1552|hazeltine 1552:\
1.1       cgd       372:        :do=^J:al=\EE:dl=\EO:k1=\EP:l1=blue:k2=\EQ:\
                    373:        :l2=red:k3=\ER:l3=green:tc=vt52:
1.6       cgd       374: h1552rv|hazeltine 1552 reverse video:\
1.1       cgd       375:        :do=^J:so=\ES:se=\ET:tc=h1552:
                    376: # From cbosg!ucbvax!pur-ee!cincy!chris Thu Aug 20 09:09:18 1981
1.6       cgd       377: h1420|hazeltine 1420:\
1.1       cgd       378:        :do=^J:le=^H:bs:am:li#24:co#80:al=\E^Z:dl=\E^S:cd=\E^X:cl=\E\034:\
                    379:        :up=\E^L:nd=^P:ce=\E^O:ta=^N:cm=\E^Q%r%.%+ :so=\E\037:se=\E^Y:
                    380: # New "safe" cursor movement (11/87) from cgs@umd5.  Prevents freakout with
                    381: # out-of-range args and tn3270.  No hz since it needs to receive ~'s.
1.6       cgd       382: h1500|hazeltine 1500:\
1.1       cgd       383:        :al=40~^Z:am:bs:cd=10~^X:ce=~^O:cl=~^\:cm=~^Q%r%>^^ %+`%+`:\
                    384:        :co#80:dl=40~^S:do=~^K:ho=~^R:kh=~^R:kr=^P:ku=~^L:kd=^J:kl=^H:\
                    385:        :le=^H:li#24:nd=^P:so=~^_:se=~^Y:up=~^L:.cm=~^Q%r%.%.:
                    386: # h1510 assumed to be in sane escape mode.  Else use h1500.
1.6       cgd       387: h1510|hazeltine 1510:\
1.1       cgd       388:        :do=^J:al=\E^Z:am:le=^H:bs:cd=\E^X:ce=\E^O:cl=\E^\:cm=\E^Q%r%.%.:\
                    389:        :co#80:dl=\E^S:do=\E^K:hz:li#24:nd=^P:.se=\E^_:.so=\E^Y:up=\E^L:
1.6       cgd       390: h1520|hazeltine 1520:\
1.1       cgd       391:        :do=^J:al=~^Z:am:le=^H:bs:cd=~^X:ce=~^O:cl=~\034:cm=~^Q%r%.%.\200:\
                    392:        :co#80:dl=~^S:do=~^K:hz:li#24:nd=^P:se=~^Y:so=~\037:up=~^L:ho=~^R:
                    393: # Note: h2000 won't work well because of a clash between upper case and ~'s.
1.6       cgd       394: h2000|hazeltine 2000:\
1.1       cgd       395:        :do=^J:al=6~^z:am:le=^H:bs:cl=6~^\:cm=~^q%r%.%.:co#74:\
                    396:        :dl=6~^s:ho=~^r:li#27:nc:pc=\177:
                    397: # Hazeltine esprit entries from Univ of Utah  Tue Feb  1 06:39:37 1983
                    398: # J.Lepreau, lepreau@utah-cs, harpo!utah-cs!lepreau
1.6       cgd       399: esprit|hazeltine esprit:\
1.1       cgd       400:        :al=40\E^Z:bs:cd=5\E^X:ce=\E^O:cl=\E^\:cm=\E^Q%r%>^^ %+`%+`:co#80:\
                    401:        :dl=40\E^S:do=\E^K:ho=\E^R:li#24:nd=^P:se=\E^Y:so=\E^_:up=\E^L:
1.6       cgd       402: esprit-am|hazeltine esprit auto-margin:\
1.1       cgd       403:        :am:tc=esprit:
                    404: # # --------------------------------
                    405: #
                    406: # I: IBM
                    407: #
                    408: # ibm61 and ibm63 from Warren Gish (cswarren@violet.berkeley.edu).
                    409: # installed 12-17-86.
                    410: # 3161 only opens a new line if a null line exists on the screen.
                    411: # To ensure a null line exists, an SBA is performed, positioning the
                    412: # Buffer Address in column 0 of the last line.  The last line is then
                    413: # cleared to nulls, BA mode is cancelled, and the new line is opened
                    414: # at the cursor position.
1.6       cgd       415: ibm61|ibm3161|3161|IBM 3161-11:\
1.1       cgd       416:        :am:bs:bw:cl=\EL:li#24:co#80:cd=\EJ:al=\EX7 \EI\E Z\EN:\
                    417:        :ce=\EI:cm=\EY%+\040%+\040:nd=\EC:up=\EA:do=\EB:\
                    418:        :dl=\EO:dc=\EQ:kd=\EB:ku=\EA:kl=\ED:kr=\EC:kh=\EH:\
                    419:        :us=\E4\102:ue=\E4\100:so=\E4\110:se=\E4\100:
                    420: #From seth@sirius.ctr.columbia.edu Sun May 20 11:02:34 1990
1.6       cgd       421: ibm3163|ibm63|i3163|3163|IBM 3163:\
1.1       cgd       422:        :al=\EN:am:bs:bt=\E2:cd=\EJ:ce=\EI:cl=\EL:\
                    423:        :cm=\EY%+\040%+\040:co#80:ct=\E 1:dc=\EQ:\
                    424:        :dl=\EO:do=\EB:ds=\E#\072:es:fs=\E=:ho=\EH:\
                    425:        :hs:ic=\EP:kA=\EN:kB=\E2:kC=\EQ:\
                    426:        :kD=\EQ:kE=\EI:kI=\EI:kL=\EO:kS=\EJ:\
                    427:        :kb=^H:kd=\EB:kl=\EB:kr=\EC:ku=\EA:\
                    428:        :le=\ED:li#24:mb=\E4D:md=\E4H:me=\E4@:\
                    429:        :mk=\E4P:mr=\E4A:nd=\EC:\
                    430:        :ds=\E#\::es:fs=\E=\E#;:hs:ts=\E=:ws#80:\
                    431:        :se=\E4@:so=\E4I:ue=\E4@:up=\EA:us=\E4B:
1.6       cgd       432: ibm|ibm3101|3101|i3101|IBM 3101-10:\
1.1       cgd       433:        :do=^J:ct=\EH:st=\E0:\
                    434:        :if=/usr/share/tabset/ibm3101:\
                    435:        :am:le=^H:bs:cl=\EK:li#24:co#80:nd=\EC:up=\EA:cd=\EJ:ce=\EI:\
                    436:        :kd=\EB:kl=\ED:kr=\EC:ku=\EA:ho=\EH:cm=\EY%+\40%+\40:pt:
1.6       cgd       437: ibm-apl|apl|IBM apl terminal simulator:\
1.1       cgd       438:        :li#25:tc=dm1520:
                    439: # ibmapa* and ibmmono entries come from ACIS 4.3 distribution
1.6       cgd       440: rtpc|ibmapa16|ibm6155|IBM 6155 Extended Monochrome Graphics Display:\
1.1       cgd       441:        :ts=\Ej\EY@%+ \Eo:ds=\Ej\EY@\40\EI\Ek:li#32:tc=ibmconsole:
                    442: # Advanced Monochrome (6153) and Color (6154) Graphics Display:
1.6       cgd       443: ibmapa8c|ibmapa8|ibm6154|ibm6153|IBM 6153/4 Advanced Graphics Display:\
1.1       cgd       444:        :ts=\Ej\EY?%+ \Eo:ds=\Ej\EY?\40\EI\Ek:li#31:tc=ibmconsole:
1.6       cgd       445: ibmapa8c-c|ibm6154-c|IBM 6154 Advanced Color Graphics Display color termcap:\
1.1       cgd       446:        :ts=\Ej\EY?%+ \Eo:ds=\Ej\EY?\40\EI\Ek:li#31:mh=\EF\Ef7;:tc=ibmega-c:
1.6       cgd       447: ibmmono|ibmconsole|ibm5151|IBM workstation monochrome:\
1.1       cgd       448:        :se=\Ez:so=\EZ:sr=\EA:al=\EL:dl=\EM:\
                    449:        :kb=^H:us=\EW:ue=\Ew:\
                    450:        :k1=\ES:k2=\ET:k3=\EU:k4=\EV:k5=\EW:k6=\EP:k7=\EQ:k8=\ER:k9=\EY:\
                    451:        :k0=\E<:I0=f10:kI=\000:kh=\EH:kR=\EG:kP=\Eg:kF=\EE:kN=\EE:\
                    452:        :md=\EZ:me=\Ew\Eq\Ez\EB:mk=\EF\Ef0;\Eb0;:mr=\Ep:\
                    453:        :ts=\Ej\EY8%+ \Eo:fs=\Ek:ds=\Ej\EY8\40\EI\Ek:es:hs:sb:tc=ibm3101:
1.6       cgd       454: ibmega-c|ibm5154-c|IBM Enhanced Color Display color termcap:\
1.1       cgd       455:        :se=\EB:so=\EF\Ef3;:ue=\EB:us=\EF\Ef2;:tc=ibmconsole:
                    456: #from marc pawliger--marc@ibminet.awdpa.ibm.com
                    457: #also in /usr/lpp/bos/bsdsysadmin.
1.6       cgd       458: hft-c|ibm8512|ibm8513|IBM High Function Terminal:\
1.1       cgd       459:        :co#80:li#25:am:ht:\
                    460:        :cm=\E[%i%d;%dH:ti=\E[20;4l\E[?7h\Eb:te=\E[20h:\
                    461:        :nd=\E[C:up=\E[A:do=^J:ho=\E[H:\
                    462:        :ec=\E[%dX:\
                    463:        :cl=\E[H\E[J:cd=\E[J:el=\E[K:\
                    464:        :AL=\E[%dL:DL=\E[%dM:al=\E[L:dl=\E[M:\
                    465:        :im=\E[4h:ei=\E[4l:mi:\
                    466:        :dm=\E[4h:ed=\E[4l:\
                    467:        :so=\E[7m:se=\E[m:ul=\E[4m:ue=\E[m:ms:\
                    468:        :md=\E[1m:mr=\E[7m:mb=\E[5m:me=\E[m:\
                    469:        :ac=^N:ae=^O:sc=\E[s:rc=\E[u:\
                    470:        :kb=\E[D:kf=\E[C:ku=\E[A:kd=\E[B:kh=\E[H:\
                    471:        :k1=\E[001q:k2=\E[002q:k3=\E[003q:k4=\E[004q:k5=\E[005q:\
                    472:        :k6=\E[006q:k7=\E[007q:k8=\E[008q:k9=\E[009q:k0=\E[010q:\
                    473:        :is=\Eb\E[m^O\E[?7h:rs=\Eb\E[m^O\E[?7h\E[H\E[J:
1.6       cgd       474: hft|AIWS High Function Terminal:\
1.1       cgd       475:        :al=\E[L:cr=^M:do=^J:sf=^J:bl=^G:am:le=^H:cd=\E[J:\
                    476:        :ce=\E[K:cl=\E[H\E[2J:cm=\E[%i%d;%dH:co#80:li#25:\
                    477:        :dc=\E[P:dl=\E[M:ho=\E[H:\
                    478:        :ic=\E[@:im=\E6:ei=\E6:\
                    479:        :md=\E[1m:mr=\E[7m:mb=\E[5m:mk=\E[8m:me=\E[0m:\
                    480:        :ku=\E[A:kd=\E[B:kl=\E[D:kr=\E[C:kh=\E[H:kb=^H:\
                    481:        :nd=\E[C:ta=^I:up=\E[A:xo:\
                    482:        :ue=\E[m:us=\E[4m:se=\E[m:so=\E[7m:\
                    483:        :kP=\E[159q:kN=\E[153q:\
                    484:        :k1=\E[001q:k2=\E[002q:k3=\E[003q:k4=\E[004q:\
                    485:        :k5=\E[005q:k6=\E[006q:k7=\E[007q:k8=\E[008q:\
                    486:        :k9=\E[009q:ka=\E[010q:
1.6       cgd       487: #From pryor@math.berkeley.edu
                    488: ibm5081|ibmmpel|IBM 5081 1024x1024 256/4096 color display:\
                    489:        :ts=\Ej\EYA%+ \Eo:fs=\Ek:ds=\Ej\EYA\40\EI\Ek:es:hs:\
                    490:        :li#33:tc=ibmconsole:
                    491: ibm5081-c|ibmmpel-c|IBM 5081 1024x1024 256/4096 enhanced color display:\
                    492:        :ts=\Ej\EYA%+ \Eo:fs=\Ek:ds=\Ej\EYA\40\EI\Ek:es:hs:\
                    493:        :li#33:tc=ibmega-c:
1.1       cgd       494: # # --------------------------------
                    495: #
                    496: # M: MISCELLANEOUS TERMINALS
                    497: #
                    498: # The tab 132 uses xon/xoff, so no padding needed.
                    499: # ks/ke have nothing to do with arrow keys.
                    500: # is sets 80 col mode, normal video, autowrap on (for am).
                    501: # Seems to be no way to get rid of status line.
1.6       cgd       502: abm80|amtek business machines 80:\
1.1       cgd       503:        :do=^J:al=\E^Z:am:le=^H:bs:cd=\E^X:ce=\E^O:cl=\E^\:cm=\E^Q%r%+ %+ :\
                    504:        :co#80:dl=\E^S:do=\E^K:li#24:nd=^P:.so=\E^_:.se=\E^Y:up=\E^L:\
                    505:        :bw:bt=^T:ho=\E^R:
1.6       cgd       506: tab132|tab|tab132/15|tab 132/15:\
1.1       cgd       507:        :is=\E[?7h\E[?3l\E[?5l:dN@:ks@:ke@:do=^J:\
                    508:        :da:db:al=\E[L:dl=\E[M:dc=\E[P:ei=\E[4l:im=\E[4h:cm=\E[%i%d;%dH:\
                    509:        :ku=\E[A:kd=\E[B:kl=\E[D:tc=vt100:
1.6       cgd       510: tab132w:\
1.1       cgd       511:        :co#132:is=\E[?7h\E[?3h\E[?5l:tc=tab132:
1.6       cgd       512: tab132rv:\
1.1       cgd       513:        :is=\E[?7h\E[?3l\E[?5h:tc=tab132:
1.6       cgd       514: tab132wrv:\
1.1       cgd       515:        :is=\E[?7h\E[?3h\E[?5h:tc=tab132w:
                    516: # This used to say "de#001202" which presumably refers to the stty bits
                    517: # that need to be set for some version of Unix.  We need the real delay
                    518: # requirements in MS.
1.6       cgd       519: mw2|Multiwriter 2:\
1.1       cgd       520:        :do=^J:co#132:hc:os:
1.6       cgd       521: trs80|trs-80|radio shack trs-80 Model I:\
1.1       cgd       522:        :do=^J:am:le=^H:bs:co#64:li#16:
1.6       cgd       523: d800|Direct 800/A:\
1.1       cgd       524:        :do=^J:co#80:li#24:am:cl=\E[1;1H\E[2J:le=^H:bs:cm=\E[%i%d;%dH:\
                    525:        :nd=\E[C:up=\E[A:ce=\E[K:cd=\E[J:\
                    526:        :so=\E[7m:se=\E[0m:us=\E[4m:ue=\E[0m:xs:vs=\E[>12l:ve=\E[>12h:\
                    527:        :sf=\ED:sr=\EM:da:db:as=\E[1m:ae=\E[0m:ms:pt:\
                    528:        :kl=\E[D:kr=\E[C:ku=\E[A:kd=\E[B:\
                    529:        :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
                    530:        :k5=\EOT:k6=\EOU:k7=\EOV:k8=\EOW:
1.6       cgd       531: vc404|volker-craig 404:\
1.1       cgd       532:        :do=^J:am:le=^H:bs:cd=40^W:ce=20^V:cl=40^X:cm=^P%+ %+ :co#80:\
                    533:        :ho=40^Y:kd=^J:kl=^H:kr=^U:ku=^Z:li#24:ma=^Z^P^U :nd=^U:up=^Z:
1.6       cgd       534: vc404-s|volker-craig 404 w/standout mode:\
1.1       cgd       535:        :do=^J:se=^O:so=^N:tc=vc404:
1.6       cgd       536: vc404-na|volker-craig 404 w/no arrow keys:\
1.1       cgd       537:        :ma@:kr@:ku@:tc=vc404:
1.6       cgd       538: vc404-s-na|volker-craig 404 w/standout mode and no arrow keys:\
1.1       cgd       539:        :se=^O:so=^N:tc=vc404-na:
1.6       cgd       540: # From: wolfgang@cs.sfu.ca
                    541: vc414|vc414h|Volker-Craig 414H in sane escape mode.:\
                    542:        :am:ic=\E\072:dc=\E\063:so=\E\031:se=\E\037:\
                    543:        :kl=^H:kr=^P:ku=\E^L:kd=\E^K:kh=\E^R:\
                    544:        :k0=\EA:k1=\EB:k2=\EC:k3=\ED:k4=\EE:k5=\EF:k6=\EG:k7=\EH:\
                    545:        :l0=PF1:l1=PF2:l2=PF3:l3=PF4:l4=PF5:l5=PF6:l6=PF7:l7=PF8:\
                    546:        :al=40\E^Z:bs:cd=\E^X:ce=10\E^O:cl=40\E^\:co#80:\
                    547:        :do=\E^K:li#24:nd=^P:up=\E^L:
                    548: vc414h-noxon:\
                    549:        :dl=40\E^S:cm=40\E^Q%r%.%.:ho=\E^R:\
                    550:        :tc=vc414h:
1.1       cgd       551: # missing in vc303a and vc303 descriptions:  they scroll 2 lines at a time
1.6       cgd       552: vc303a|vc403a|volker-craig 303a:\
1.1       cgd       553:        :do=^J:am:le=^H:bs:ce=20^V:cl=40^X:co#80:ho=40^Y:kd=^J:kl=^H::kr=^U:\
                    554:        :ku=^Z:li#24:ll=^P^@W:nd=^U:ns:up=^Z:
1.6       cgd       555: vc303|vc103|vc203|volker-craig 303:\
1.1       cgd       556:        :do=^J:am:le=^H:bs:cl=40^L:co#80:ho=40^K:kd=^J:kl=^H:\
                    557:        :kr=^I:ku=^N:li#24:ll=^O\200W:nd=^I:ns:up=^N:
                    558: # Test version for Falco ts-1. See "arpavax.hickman@ucb" for info
1.6       cgd       559: falco|ts1|ts-1|falco ts-1:is=\Eu\E3:\
1.1       cgd       560:        :do=^J:al=\EE:am:bs:ce=\ET\EG0^h:cm=\E=%+ %+ :cl=\E*:cd=\EY:co#80:\
                    561:        :dc=\EW:dl=\ER:ei=\Er:ho=^^:im=\Eq:k0=^A0\r:kd=^J:kl=^H:pt:\
                    562:        :kr=^L:ku=^K:li#24:nd=^L:se=\Eg0:so=\Eg1:up=^K:us=\Eg1:ue=\Eg0:
1.6       cgd       563: falco-p|falco ts-1sp|falco with paging option:\
1.1       cgd       564:        :is=\EZ\E3\E_c:\
                    565:        :al=\EE:am:bs:ce=\ET\EG0^H\Eg0:cl=\E*:cd=\EY:co#80:dc=\EW:\
                    566:        :dl=\ER:kd=\E[B:kl=\E[D:ei=\Er:im=\Eq:pt:db:\
                    567:        :kr=\E[C:ku=\E[A:li#24:nd=\E[C:se=\Eg0:so=\Eg4:\
                    568:        :up=\E[A:us=\Eg1:ti=\E_d:te=\E_b:\
                    569:        :ue=\Eg0:do=\E[B:cm=\E=%+ %+ :ms:kh=\E[H:da:mi:bt=\EI:
                    570: #NOTE: bg can scroll, it just would rather not (ns) - rwells 3/13/81.
                    571: # (Shouldn't you take out ns and put in an nl instead? - mrh)
1.6       cgd       572: bg|bitgraph|BBN BitGraph terminal:\
1.1       cgd       573:        :do=^J:al=2*\E[L:bs:cd=150\E[J:ce=2\E[K:\
                    574:        :cl=150\E[H\E[J:cm=%i\E[%d;%dH:co#85:\
                    575:        :dl=2*\E[M:k0=\EP:k1=\EQ:k2=\ER:k3=\ES:kd=\EB:ke=\E>:kl=\ED:kr=\EC:\
                    576:        :ks=\E=:ku=\EA:li#64:nd=\E[C:ns:pt:se=\E[0m:so=\E[7m:up=\E[A:sf=280\n:
1.6       cgd       577: d132|datagraphix|datagraphix 132a:\
1.1       cgd       578:        :do=^J:co#80:li#30:cl=^l:ho=\Et:da:db:sf=\Ev:sr=\Ew:\
                    579:        :up=\Ek:nd=\El:vs=\ex:ve=\Em\En:\
                    580:        :al=\E3:ic=\E5:dc=\E6:in:ic=\E5:
1.6       cgd       581: soroc|Soroc 120:\
1.1       cgd       582:        :do=^J:cd=\EY:ce=\ET:cl=2\E*:ma=^K^P^R^L^L :\
                    583:        :kl=^H:ku=^K:kr=^L:kd=^J:tc=adm3a:
                    584: #  From: ma179abu%sdcc3@sdcsvax.ucsd.edu (Bill Houle)
1.6       cgd       585: iq140|soroc140|Soroc IQ140 with inverse & dim:\
1.1       cgd       586:        :ic=\EQ:dc=\EW:al=\EE:dl=\ER:ce=\ET:cd=\EY:cl=\E+:cm=\E=%+ %+ :\
                    587:        :up=^K:do=^J:le=^H:nd=^L:ho=^^:ta=\Ei:ma=^Kk^Jj^Hh^Ll^^h:am:bs:\
                    588:        :co#80:li#24:ei=:im=:kb=^H:kh=^^:ku=^K:kd=^J:kl=^H:kr=^L:\
                    589:        :k0=^AI:k1=^A@:k2=^AA:k3=^AB:k4=^AC:k5=^AD:k6=^AE:k7=^AF:\
                    590:        :k8=^AG:k9=^AH:se=\E:so=\E:us=\E):ue=\E(:
                    591: # tec is untested, and taken from CB/Unix virtual terminal driver.
                    592: # Upper case terminal, uses lower case for control sequences!!!
                    593: # The driver shows the C ~ operator used on CM coordinates.
                    594: # Without the terminal in front of me, I can't figure out what's
                    595: # going on, so I've dotted out the cm.  Note there is no ~ in tgoto.
1.6       cgd       596: tec400|tec scope:\
1.1       cgd       597:        :do=^J:.cm=l%r%.%.:up=x:do=h:nd=g:le=w:ho=i:so={:se=|:sg#1:\
                    598:        :cl=f:al=e:dl=u:ic=d:dc=t:ce=c:cd=s:
                    599: # From ucbvax!geoff Mon Sep 21 21:15:45 1981
                    600: # This entry has been tested.
1.6       cgd       601: tec500|tec 500:\
1.1       cgd       602:        :do=^J:am:le=^H:bs:cm=\E=%+ %+ :cl=20^Z:\
                    603:        :co#80:ho=^^:li#24:nd=^L:up=^K:so=^]:se=^\:
                    604: # I would appreciate more information on this terminal, such as the
                    605: # manufacturer and the model number.  There are too many tecs in here.
1.6       cgd       606: tec:\
1.1       cgd       607:        :li#24:co#80:cl=^l:up=^k:nd=\037:\
                    608:        :am:le=^H:bs:ho=\036:ma=^K^P^_ :do=^J:
1.6       cgd       609: teletec|Teletec Datascreen:\
1.1       cgd       610:        :do=^J:am:le=^H:bs:co#80:cl=^l:ho=^^:li#24:nd=^_:up=^k:
                    611: # From cbosg!ucbvax!SRC:george Fri Sep 11 22:38:32 1981
1.6       cgd       612: ampex|d80|dialogue|dialogue80|ampex dialogue 80:\
1.1       cgd       613:        :ct=\E3:st=\E1:do=^J:is=\EA:us=\El:ue=\Em:\
                    614:        :am:le=^H:bs:pt:cl=75\E*:cm=\E=%+ %+ :\
                    615:        :al=5*\EE:bt=\EI:ic=\EQ:im=:ei=:dl=5*\ER:dc=\EW:\
                    616:        :ce=\Et:cd=\Ey:so=\Ej:se=\Ek:li#24:co#80:nd=^L:up=^K:
                    617: #  From: atd!dsd!rcb@ucbvax.berkeley.edu (Richard Bascove)
1.6       cgd       618: a210|210|ampex210|ampex a210:\
1.1       cgd       619:        :am:bs:cl=\E*:cm=\E=%+ %+ :al=\EE:bt=\EI:ic=\EQ:im=:ei=:\
                    620:        :dl=\ER:dc=\EW:ho=^^:xn:ce=\Et:cd=\Ey:li#24:co#80:nd=^L:up=^K:\
                    621:        :pt:if=/usr/share/tabset/std:is=\EC\Eu\E'\E(\El\EA\E%\E{\E.2\EG0\Ed\En:\
                    622:        :kl=^H:kr=^L:kd=^V:ku=^K:kh=^^:hs:ts=\E.0\Eg\E}\Ef:fs=\E.2:\
                    623:        :kn#10:k0=^A0^M:k1=^A1^M:k2=^A2^M:k3=^A3^M:k4=^A4^M:k5=^A5^M:\
                    624:        :vb=\EU\EX\EU\EX\EU\EX\EU\EX:k6=^A6^M:k7=^A7^M:k8=^A8^M:k9=^A9^M:\
                    625:        :so=\EG4:se=\EG0:us=\EG8:ue=\EG0:ug#1:sg#1:
1.6       cgd       626: digilog|333|digilog 333:\
1.1       cgd       627:        :le=^H:bs:co#80:ce=\030:ho=^n:li#16:nd=^i:up=^o:do=^J:
1.6       cgd       628: ep48|ep4080|execuport 4080:\
1.1       cgd       629:        :am:le=^H:bs:os:co#80:hu=\036:hd=\034:do=^J:
1.6       cgd       630: ep40|ep4000|execuport 4000:\
1.1       cgd       631:        :am:le=^H:bs:os:co#136:hu=\036:hd=\034:do=^J:
1.6       cgd       632: terminet1200|terminet300|tn1200|tn300|terminet|GE terminet 1200:\
1.1       cgd       633:        :co#120:hc:os:do=^J:
                    634: # AED 512
                    635: # by giles Billingsley (gilesb%ucbcad@berkeley)
                    636: # rewritten 8/82 for newer AEDs and better operation of vi,etc.
1.6       cgd       637: aed|AED|aed512|AED512|aed 512:\
1.1       cgd       638:        :db:co#64:li#40:cl=^L:bs:nd=\Ei0800\001:\
                    639:        :up=^K:ve=\E\E\E\E\E\E\E\072004=000200??\001:\
                    640:        :vb=\EK0001??0000K0001202080\001:\
                    641:        :us=\E\07200>8000140\001:ue=\E\07200>8000100\001:\
                    642:        :uc=\Ei???>l0800i0102\001:\
                    643:        :ti=\E\07200>8000140{<04<0??00001010L<0\072004=0002??00\001:\
                    644:        :te=\E\07200>8000100{804<0??00001000L80\072004=000200??\001:\
                    645:        :so=\E\07200>8000140[80C00\001:se=\E[00C80\001:\
                    646:        :is=\EG1MMM.`40K0001202080K8001????00^L\EC80L80{80^L\EK010100????K0601??0000c818100\EG1HHH.\07210000019A27FD006A280D002A200A52429FE8524861086118612861360N031B4C3F3F1800N041B0C1B4C38301800N001B3B313030301800N011B3B313030341800N021B3B313030381800N050800N061B3B313335301800\07211000015A58E8D5011A58F8D5111A5908D5211A5918D531160\07212000015AD5011858EAD5111858FAD52118590AD5311859160\0721300004B2071C5858E0A18658E0A0A858EA900858F268FA5278590A50A29018591A9F51865908590A90165918591A59038E58E8590A591E58F290185912071C5180A0A0A0901858EA900858F268F60\0721350000BA9472031DEA9502031DE60\E\E\E\EG1MMM.^A:
1.6       cgd       647: aed-ucb|AED-UCB|aed512-ucb|AED512-UCB|aed 512 w/o UCB ROM:\
1.1       cgd       648:        :db:co#64:li#40:cl=^L:bs:nd=\Ei0800\001:up=^K:\
                    649:        :ve=\E\E\E\E\E\E\E\072004=000200??\001:\
                    650:        :vb=\EK0001??0000K0001202080\001:\
                    651:        :us=\E\07200>8000140\001:ue=\E\07200>8000100\001:\
                    652:        :uc=\Ei???>l0800i0102\001:\
                    653:        :ti=\E\07200>8000140{<04<0??00001010L<0\072004=0002??00\001:\
                    654:        :te=\E\07200>8000100{804<0??00001000L80\072004=000200??\001:\
                    655:        :so=\E\07200>8000140[80C00\001:se=\E[00C80\001:\
                    656:        :if=/usr/share/tabset/aed512:
                    657: # CIT 80  - vt 100 emulator, the termcap has been modified to remove
                    658: #           the delay times and do an auto tab set rather than the indirect
                    659: #           file used in vt100.
1.6       cgd       660: cit80|cit 80|Citoh 80:\
1.1       cgd       661:        :co#80:li#24:am:cl=\E[;H\EJ:bs:cm=\E[%i%2;%2H:nd=\E[C:up=\E[A:\
                    662:        :ce=\EK:cd=\EJ:is=\E>:ks=\E[?1h\E=:ke=\E[?1l\E>:\
                    663:        :ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:
                    664: # From mtxinu!sybase!tim (Tim Wood) Fri Sep 27 09:39:12 PDT 1985
                    665: # Alternate cit101 (vt100 em) file used in vt100.
                    666: #          Uses 23 lines so can run citsys (like h19sys).
                    667: #      24 May 85 (mtxinu!sybase!tim) - removed 2-byte limit on 'cm' cursor
                    668: #        coordinates otherwise there is garbling on long lines in
                    669: #        co#132 mode; also added support for multipage memory on the Itoh.
1.6       cgd       670: citc|Citoh fast vt100:\
1.1       cgd       671:        :co#80:li#23:am:cl=\E[;H\E[2J:bs:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\
                    672:        :ce=\E[K:cd=\E[J:so=\E[7m:se=\E[m:us=\E[4m:ue=\E[m:\
                    673:        :is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[3g\E[>5g:\
                    674:        :ks=\E[?1h\E=:ke=\E[?1l\E>:ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:\
                    675:        :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:\
                    676:        :dc=\E[P:al=\E[L:im=:ei=:dl=\E[M:ic=\E[@:vs=\E7\E[U:ve=\E[V\E8:xn:
1.6       cgd       677: cita:\
1.1       cgd       678:        :co#80:li#23:am:cl=\E[;H\E[2J:bs:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\
                    679:        :ce=\E[K:cd=\E[J:so=\E[7m:se=\E[m:us=\E[4m:ue=\E[m:\
                    680:        :is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[3g\E[>5g:\
                    681:        :ks=\E[?1h\E=:ke=\E[?1l\E>:\
                    682:        :ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:vs=\E7\E[U:ve=\E[V\E8:\
                    683:        :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:
1.6       cgd       684: cit101:li#24:vb@:tc=citc:
                    685: cit101b:li#24:tc=citc:
                    686: cit500|cit-500|cit 500:\
1.1       cgd       687:        :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:\
                    688:        :ce=3\E[K:cd=50\E[J:so=2\E[7m:se=2\E[m:us=2\E[4m:ue=2\E[m:\
                    689:        :is=\E(B\E)0\E>\E[?3l\E[?7h\E[?8h:ks=\E[?1h\E=:ke=\E[?1l\E>:\
                    690:        :if=/usr/share/tabset/vt100:ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:\
                    691:        :kh=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:pt:sr=5\EM:xn:\
                    692:        :do=\ED:al=\E[L:dc=\E[P:dl=\E[M:
                    693: # Note several versions of blit.  I don't know exactly what is what
                    694: # so please send me any corrections to this -- mrh
                    695: # From research!ikeya!rob Tue Aug 31 23:41 EDT 1982
1.6       cgd       696: blit|jerq|blit-pb|blit running teletype rom:\
1.1       cgd       697:        :do=^J:IC=\Ef%+ :DC=\Ee%+ :AL=\EF%+ :DL=\EE%+ :\
                    698:        :mi:dl=\EE!:ic=\Ef!:dc=\Ee!:al=\EF!:\
                    699:        :ce=\EK:cl=^L:cm=\EY%r%+ %+ :co#87:li#72:nd=\EC:\
                    700:        :up=\EA:ku=\EA:kd=\EB:kr=\EC:kl=\ED:kb=^H:am:ul:pt:eo:
1.6       cgd       701: cbblit|columbus enhanced tty blit:\
1.1       cgd       702:        :vb=\E^G:so=\EU!:se=\EV!:us=\EU":ue=\EV":cd=\EJ:\
                    703:        :im=\EQ:ei=\ER:ic@:co#88:sf=\EG:tc=blit:
1.6       cgd       704: oblit|ojerq|first version of blit rom:\
1.1       cgd       705:        :do=^J:AL=\Ef%+ :DL=\Ee%+ :mi:dl=\EE:ei=\ER:im=\EQ:dc=\EO:da:db:\
                    706:        :al=\EF:cd=\EJ:ce=\EK:cl=^L:cm=\EY%r%+ %+ :co#88:li#72:nd=\EC:\
                    707:        :up=\EA:vb=\E^G:am:ul:pt:eo:
1.6       cgd       708: daleblit|daleterm|blit running Dale DeJager's ROM:\
1.1       cgd       709:        :ku=\EA:kd=\EB:kr=\EC:kl=\ED:so=\EU!:se=\EV!:us=\EU":ue=\EV":\
                    710:        :da@:db@:tc=oblit:
1.6       cgd       711: datapoint|dp3|dp3360|datapoint 3360:\
1.1       cgd       712:        :do=^J:am:le=^H:bs:cd=^_:ce=^^:cl=^]^_:co#82:ho=^]:li#25:nd=^x:up=^z:
                    713: #From: cbosgd!utcs!romwa@ucbvax.berkeley.edu (mark dornfeld)
                    714: #              This termcap is for the LANPAR Technologies VISION 3220
                    715: #      terminal.  The function key definitions k0-k5 represent the
                    716: #      edit keypad: FIND, INSERT HERE, REMOVE, SELECT, PREV SCREEN,
                    717: #      NEXT SCREEN. The key definitions k6-k9 represent the PF1 to
                    718: #      PF4 keys.
1.6       cgd       719: v3220|LANPAR Vision II model 3220/3221/3222:\
1.1       cgd       720:        :co#80:li#24:cl=\E[H\E[J:bs:am:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\
                    721:        :ce=\E[K:cd=\E[J:so=\E[7m:se=\E[m:us=\E[4m:ue=\E[m:\
                    722:        :is=\E>\E[?3l\E[?7h\E[?8h\E[p:ks=\E=:ke=\E>:\
                    723:        :kn#10:k0=\E[1~:k1=\E[2~:k2=\E[3~:k3=\E[4~:k4=\E[5~:k5=\E[6~:\
                    724:        :k6=\E[OP:k7=\E[OQ:k8=\E[OR:k9=\E[OS:\
                    725:        :ku=\E[A:kd=\E[B:kr=\E[C:kl=\E[D:\
                    726:        :kh=\E[H:pt:sr=\EM:xn:\
                    727:        :dl=\E[M:dc=\E[P:ei=\E[4l:al=\E[L:im=\E[4h:mi:
                    728: # From ucbvax!faletti (Faletti@Berkeley)
                    729: # FREEDOM 100 by Liberty Electronics USA, SF.
                    730: # :kh=^^:  left out because it precludes using change-to-alternate-file in vi.
                    731: # Basic Freedom 100 entry, works with VI at 1200 baud.
1.6       cgd       732: f100|freedom100|freedom|freedom 100 no padding:\
1.1       cgd       733:        :am:bs:bw:mi:ms:pt:co#80:kn#20:li#24:\
                    734:        :ct=\E3:st=\E1:is=\Eg\Ef\r\Ed:kr=^L:\
                    735:        :cl=^Z:do=^J:ho=^^:kb=^H:kl=^H:\:kd=^V:\
                    736:        :ko=dc,al,dl,cl,bt,ce,cd:ku=^K:le=^H:nd=^L:\
                    737:        :ch=\E]%+ :cm=\E=%+ %+ :cv=\E[%+ :sr=\Ej:up=^K:\
                    738:        :al=\EE:bt=\EI:cd=\EY:ce=\ET:dc=\EW:dl=\ER:ei=\Er:im=\Eq:\
                    739:        :se=\EG0:so=\EG4:ue=\EG0:us=\EG8:as=\E$:ae=\E%:\
                    740:        :vb=\Eb\200\200\Ed:\
                    741:        :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
                    742:        :k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:k0=^AI\r:\
                    743:        :hs:ts=\Eg\Ef:fs=\r:ds=\Eg\Ef\r:
1.6       cgd       744: f100-rv|freedom100-rv|freedom-rv|freedom100 with reverse video at 1200:\
1.1       cgd       745:        :is=\Eg\Ef\r\Eb:vb=\Ed\200\200\Eb:tc=freedom100:
                    746: # VI at 9600 baud (or EMACS at 1200 -- but may be more than is needed for emacs)
1.6       cgd       747: f100-v|freedom100-v|freedom-v|freedom100 for 9600 vi or 1200 emacs:\
1.1       cgd       748:        :al=6.5*\EE:dl=11.5*\ER:\
                    749:        :vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:\
                    750:        :tc=freedom100:
1.6       cgd       751: f100-v-rv|freedom100-v-rv|freedom-v-rv|freedom100 rev. vid. for 9600 vi:\
1.1       cgd       752:        :al=6.5*\EE:dl=11.5*\ER:is=\Eg\Ef\r\Eb:\
                    753:        :vb=\Ed\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Eb:\
                    754:        :tc=freedom100:
                    755: # EMACS at 9600 baud -- this still needs some more work on the padding
1.6       cgd       756: f100-e|freedom100-e|freedom-e|freedom100 for 9600 emacs:\
1.1       cgd       757:        :al=8.5*\EE:dl=11.5*\ER:ip=6:\
                    758:        :vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:\
                    759:        :tc=freedom100:
1.6       cgd       760: f100-e-rv|freedom100-e-rv|freedom-e-rv|freedom100 rev. vid. for emacs 9600:\
1.1       cgd       761:        :al=8.5*\EE:dl=11.5*\ER:ip=6:is=\Eg\Ef\r\Eb:\
                    762:        :vb=\Ed\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Eb:\
                    763:        :tc=freedom100:
1.6       cgd       764: f110-v|freedom110-v|freedom110 for 9600 vi or 1200 emacs:\
1.1       cgd       765:        :is=\Eg\Ef\r\Ed\EO:dc=\EO\EW:im=\EO\Eq:\
                    766:        :al=6.5*\EE:dl=11.5*\ER:\
                    767:        :vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:\
                    768:        :tc=freedom100:
                    769: # (from kerch@lll-crg)
1.6       cgd       770: f200|freedom200| Freedom 200 VDT by Liberty Electronics :\
1.1       cgd       771:        :if=/usr/share/tabset/stdcrt:al=\EE:am:bs:bt=\EI:cd=\EY:\
                    772:        :ce=\ET:cl=^Z:cm=\E=%+ %+ :co#80:dc=\EW:dl=\ER:do=^V:\
                    773:        :ds=\Eh:ei=\Er:im=\Eq:is=\Eg\El\E\041\062:\
                    774:        :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
                    775:        :k6=^AE\r:k7=^AE\r:k8=^AF\r:k9=^AG\r:kd=^V:kr=L:\
                    776:        :ku=^K:li#24:ms:nd=^L:se=\EG0:so=\EG4:sr=\Ej:\
                    777:        :te=\EJ\E\\2\E|\041\061^L^Y:ti=\E\\1\EK\E|\041\061L^Y:\
                    778:        :ts=\Ef:ue=\EG0:up=^K:us=\EG8:vb=\Eb\Ed:hs:i2=\E^O\Eg:\
                    779:        :ts=\Ef:fs=^M:ds=\E^N:
1.6       cgd       780: dg|dg6053|data general 6053:\
1.1       cgd       781:        :do=^J:am:le=^H:bs:cm=^P%r%.%.:cl=^L:ho=^H:nd=^S:\
                    782:        :up=^W:ce=^K:co#80:li#24:
                    783: # dg450 and dg200 from cornell
1.6       cgd       784: dg450|dg6134|data general 6134:\
1.1       cgd       785:        :nd=\030:bs@:tc=dg200:
1.6       cgd       786: dg200|data general Dasher 200:\
1.1       cgd       787:        :am:bc=^Y:bs=0:ce=^K:cl=^L:cm=^P%r%+\200%+\200:co#80:do=^Z:\
                    788:        :ho=^H:li#24:\
                    789:        :ll=\036FP0017:se=\036E:so=\036D:up=^W:\
                    790:        :is=\036O\036FQ2\036FB000\036FE\036FA\036FQ2:
                    791: # Note: lesser Dasher terminals will not work with vi because vi insists upon
                    792: # having a command to move straight down from any position on the bottom line
                    793: # and scroll the screen up, or a direct vertical scroll command.  The 460 and
                    794: # above have both, the D210/211, for instance, has neither.  We must use ANSI
                    795: # mode rather than DG mode because standard UNIX tty drivers assume that ^H is
                    796: # backspace on all terminals.  This is not so in DG mode.
1.6       cgd       797: dg460-ansi|Data General Dasher 460, ANSI-mode:\
1.1       cgd       798:        :al=\E[L:am:bs:cd=\E[J:ce=\E[K:cl=\E[2J:\
                    799:        :cm=\E[%i%2;%2H:co#80:dc=\E[P:dl=\E[M:do=\E[B:\
                    800:        :ei=:ho=\E[H:ic=\E[@:im=:ue=\E[05:ul:up=\E[A:us=\E[4m:is=\036F@:\
                    801:        :k0=\E[001z:k1=\E[002z:k2=\E[003z:k3=\E[004z:k4=\E[005z:k5=\E[006z:\
                    802:        :k6=\E[007z:k7=\E[008z:k8=\E[009z:k9=\E[00\:z:\
                    803:        :kb=\E[D:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:kn#6:\
                    804:        :l0=f1:l1=f2:l2=f3:l3=f4:l4=f5:l5=f6:l6=f7:l7=f8:l9=f10:\
                    805:        :le=^H:li#24:mb=\E[5m:me=\E[0m:mh=\E[2m:mr=\E[7m:ms:mu=\EW:\
                    806:        :nd=\E[C:nl=\ED:pt:se=\E[0m:sf=\E[S:so=\E[7m:sr=\E[T:
1.6       cgd       807: v603|visual603|603|Visual model 603:\
1.1       cgd       808:        :hs:ts=\EP2~:fs=\E\\:ds=\EP2;1~\E\\:\
                    809:        :im=\E[4h:ei=\E[4l:mi:dc=\E[P:dm=:ed=:al=\E[L:dl=\E[M:\
                    810:        :cs=\E[%i%d;%dr:sf=\ED:sr=\EM:sb=\EM:\
                    811:        :ce=\E[K:cl=\E[H\E[J:cd=\E[J:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\
                    812:        :so=\E[7m:se=\E[27m:us=\E[4m:ue=\E[24m:\
                    813:        :md=\E[1m:mr=\E[7m:mb=\E[5m:me=\E[m:\
                    814:        :is=\E>\E[?3l\E[?4l\E[?7h\E[?8h\E[1;24r\E[24;1H:\
                    815:        :rs=\E>\E[?3l\E[?4l\E[?7h\E[?8h:\
                    816:        :tc=vt100:
1.6       cgd       817: cdi|cdi1203:\
1.1       cgd       818:        :am:le=^H:bs:hc:os:co#80:dC#200:do=^J:
                    819: # ^S is an arrow key!  Boy is this guy in for a surprise on v7!
1.6       cgd       820: sol:\
1.1       cgd       821:        :do=^J:am:le=^Y:ho=^H:bs:cm=\E^1%.\E^2%.:cl=^K:ho=^N:co#64:li#16:\
                    822:        :nd=^S:up=^W:kl=^A:kr=^S:ku=^W:kd=^Z:ma=^A^H^S ^W^P^Z^N:
1.6       cgd       823: xl83|Cybernex XL-83:\
1.1       cgd       824:        :do=^J:am:le=^H:bs:cd=62^P:ce=3^O:cl=62^L:cm=^W%+ %+ :co#80:ho=^K:\
                    825:        :kd=^J:kl=^H:ku=^N:li#24:up=^N:nd=^I:
1.6       cgd       826: omron|Omron 8025AG:\
1.1       cgd       827:        :do=^J:al=\EL:am:le=^H:bs:cd=\ER:co#80:ce=\EK:cl=\EJ:\
                    828:        :da:db:dc=\EP:dl=\EM:ho=\EH:li#24:nd=\EC:se=\E4:sf=\ES:\
                    829:        :so=\Ef:sr=\ET:up=\EA:ve=:vs=\EN:
1.6       cgd       830: plasma|plasma panel:\
1.1       cgd       831:        :am:le=^H:bs:cl=^L:co#85:ho=^^:li#45:nd=\030:up=\026:do=^J:
1.6       cgd       832: pty|psuedo teletype:\
1.1       cgd       833:        :do=^J:co#80:li#24:am:cl=\EJ:le=^H:bs:cm=\EG%+ %+ :nd=\EC:\
                    834:        :up=\EA:ce=\EK:cd=\EL:al=\EP:dl=\EN:ic=\EO:\
                    835:        :so=\Ea$:se=\Eb$:us=\Ea!:ue=\Eb!:
1.6       cgd       836: remote|virtual remote terminal:\
1.1       cgd       837:        :co#79:am@:nl@:tc=virtual:
1.6       cgd       838: swtp|ct82|southwest technical products ct82:\
1.1       cgd       839:        :do=^J:am:le=^d:bc=^d:\
                    840:        :al=^\^y:cd=^v:ce=^F:cl=^L:cm=%r^k%.%.:co#82:li#20:\
                    841:        :dl=^z:nd=^s:up=^a:so=^^^v:se=^^^F:dc=^\^h:ic=^\^x:ho=^p:\
                    842:        :ei=:sf=^n:sr=^o:ll=^c:im=:\
                    843:        :is=^\^r^^^s^^^d^]^w^i^s^^^]^^^o^]^w^r^i:
1.6       cgd       844: terak|Terak emulating Datamedia 1520:\
1.1       cgd       845:        :tc=dm1520:
1.6       cgd       846: # :is resets scrolling region in case a previous user had used "tset vt100"
                    847: sun|Sun Microsystems Workstation console:\
1.1       cgd       848:        :li#34:co#80:cl=^L:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\
                    849:        :am:bs:mi:ms:pt:km:\
1.6       cgd       850:        :ce=\E[K:cd=\E[J:so=\E[7m:se=\E[m:is=\E[1r:rs=\E[1r:\
1.1       cgd       851:        :kd=\E[B:kl=\E[D:ku=\E[A:kr=\E[C:kh=\E[H:\
                    852:        :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
                    853:        :al=\E[L:dl=\E[M:im=:ei=:ic=\E[@:dc=\E[P:\
                    854:        :AL=\E[%dL:DL=\E[%dM:IC=\E[%d@:DC=\E[%dP:
                    855: # From john@ucbrenoir  Tue Sep 24 13:14:44 1985
1.6       cgd       856: sun-s|Sun Microsystems Workstation window with status line:\
1.1       cgd       857:        :hs:ts=\E]l:fs=\E\\:ds=\E]l\E\\:tc=sun:
1.6       cgd       858: sun-e-s|sun-s-e|Sun Microsystems Workstation with status hacked for emacs:\
1.1       cgd       859:        :hs:ts=\E]l:fs=\E\\:ds=\E]l\E\\:tc=sun-e:
1.6       cgd       860: sun-48|Sun 48-line window:\
1.1       cgd       861:        :li#48:co#80:tc=sun:
1.6       cgd       862: sun-34|Sun 34-line window:\
1.1       cgd       863:        :li#34:co#80:tc=sun:
1.6       cgd       864: sun-24|Sun 24-line window:\
1.1       cgd       865:        :li#24:co#80:tc=sun:
1.6       cgd       866: sun-17|Sun 17-line window:\
1.1       cgd       867:        :li#17:co#80:tc=sun:
1.6       cgd       868: sun-12|Sun 12-line window:\
1.1       cgd       869:        :li#12:co#80:tc=sun:
1.6       cgd       870: sun-1|Sun 1-line window for sysline:\
1.1       cgd       871:        :li#1:co#80:es:hs:ts=\r:fs=\E[K:ds=^L:tc=sun:
1.6       cgd       872: sun-e|sun-nic|sune|Sun Microsystems Workstation without insert character:\
1.1       cgd       873:        :ic@:im@:ei@:tc=sun:
1.6       cgd       874: sun-c|sun-cmd|Sun Microsystems Workstation console with scrollable history:\
1.1       cgd       875:        :te=\E[>4h:ti=\E[>4l:tc=sun:
                    876: # For NeWS's psterm from Eric Messick & Hugh Daniel
1.6       cgd       877: psterm|psterm-basic|psterm-80x34:\
1.1       cgd       878:        :am:bs:al=\EA:cd=\EB:ce=\EC:cl=^L:cm=\E%d;%d;:cs=\EE%d;%d;:\
                    879:        :dc=\EF:dl=\EK:do=\EP:ei=\ENi:el=\ENl:fs=\ENl:\
                    880:        :ho=\ER:hs:im=\EOi:is=\EN*:km:kd=\E[B:ku=\E[A:kr=\E[C:kl=\E[D:\
                    881:        :mb=\EOb:md=\EOd:me=\EN*:mr=\EOr:nd=\EV:pt:rc=\034:rs=\EN*:sc=\035:\
                    882:        :se=\ENo:sf=\EW:sl=\EOl:so=\EOo:sr=\EX:te=\ENt:ti=\EOt:ts=\EOl:\
                    883:        :ue=\ENu:le=\ET:ll=\EU:ul:up=\EY:us=\EOu:vb=\EZ:co#80:li#34:
1.6       cgd       884: psterm-96x48:\
1.1       cgd       885:        :co#96:li#48:tc=psterm-basic:
1.6       cgd       886: psterm-90x28:\
1.1       cgd       887:        :co#90:li#28:tc=psterm-basic:
1.6       cgd       888: psterm-80x24:\
1.1       cgd       889:        :co#80:li#24:tc=psterm-basic:
                    890: # This is a faster termcap for psterm.  Warning:  if you use this termcap,
                    891: # some control characters you type will do strange things to the screen.
1.6       cgd       892: psterm-fast:\
1.1       cgd       893:        :am:bs:al=^A:cd=^B:ce=^C:cl=^L:cm=^D%d;%d;:cs=^E%d;%d;:\
                    894:        :dc=^F:dl=^K:do=^P:ei=^Ni:el=^Nl:fs=^Nl:\
                    895:        :ho=^R:hs:im=^Oi:is=^N*:km:kd=\E[B:ku=\E[A:kr=\E[C:kl=\E[D:\
                    896:        :mb=^Ob:md=^Od:me=^N*:mr=^Or:nd=^V:pt:rc=\034:rs=^N*:sc=\035:\
                    897:        :se=^No:sf=^W:sl=^Ol:so=^Oo:sr=^X:te=^Nt:ti=^Ot:ts=^Ol:ue=^Nu:\
                    898:        :le=^T:ll=^U:ul:up=^Y:us=^Ou:vb=^Z:co#80:li#34:
1.6       cgd       899: apollo:\
1.1       cgd       900:        :al=\EI:am:bs:cd=\EJ:ce=\EK:ch=\EN%d:cl=^L:cm=\EM%+ %d):\
                    901:        :cv=\EO+ :dc=\EP:dl=\EL:do=\EB:ei=\ER:im=\EQ:mi:nd=\EC:se=\ET:sf=\EE:\
                    902:        :so=\ES:sr=\ED:te=\EX:ti=\EW:ue=\EV:up=\EA:us=\EU:co#88:li#53:
                    903: # Apollo termcaps from Gary Darland, goodmanc@garnet
1.6       cgd       904: apollo_15P|apollo 15 inch display:\
1.1       cgd       905:        :dN@:tc=vt132:
1.6       cgd       906: apollo_19L|apollo 19 inch display:\
1.1       cgd       907:        :dN@:tc=vt132:
1.6       cgd       908: apollo_color|apollo color display:\
1.1       cgd       909:        :dN@:tc=vt132:
1.6       cgd       910: virtual|VIRTUAL|cb unix virtual terminal:\
1.1       cgd       911:        :do=^J:co#80:li#24:am:cl=\E\112:le=^H:bs:cm=\E\107%r%.%.:nd=\E\103:\
                    912:        :up=\E\101:ce=\E\113:cd=\E\114:al=\E\120:dl=\E\116:im=:ei=:ic=\E\117:\
                    913:        :da:db:kl=\E\104:kr=\E\103:ku=\E\101:kd=\E\102:kh=\E\105:\
                    914:        :so=\E\141\004:se=\E\142\004:us=\E\141\001:ue=\E\142\001:
1.6       cgd       915: it2|intertube2|intertec data systems intertube 2:\
1.1       cgd       916:        :do=^J:am:bs:cl=^L:co#80:ho=^A:li#25:up=^Z:ce=\EK:\
                    917:        :cm=^N%+ %+ :ch=^P%\102%.:cv=^K%.:nd=^F:do=\n:ll=^K^X\r:\
                    918:        :so=\E0P:se=\E0@:
1.6       cgd       919: delta|dd5000|delta data 5000:\
1.1       cgd       920:        :do=^J:am:le=^H:bs:cl=^NR:cm=^O%\068%+9%\068%+9:co#80:li#27:\
                    921:        :ho=^NQ:nc:nd=^Y:up=^Z:ce=^NU:dc=^NV:ma=^K^J^Z^P^Y :xr:
1.6       cgd       922: mdl110|cybernex mdl-110:\
1.1       cgd       923:        :cm=^P%+ %+ :co#80:li#24:am:cl=70^X:le=^H:bs:do=^J:\
                    924:        :nd=^U:up=^Z:ho=^Y:ce=145^N@^V:cd=145^NA^W:al=65^NA^N^]:\
                    925:        :dl=40^NA^N^^:im=:ei=:ic=3.5^NA^]:dm=:ed=:dc=3.5^NA^^:\
                    926:        :so=^NF:se=^NG:ta=43\t:ma=^Z^P:cd=6^N@^V:
1.6       cgd       927: zen30|z30|zentec 30:\
1.1       cgd       928:        :do=^J:mi:co#80:li#24:ma=^L ^R^L^K^P:ul:\
                    929:        :al=1.5*\EE:le=^H:bs:ce=1.0*\ET:cm=\E=%+ %+ :cl=\E*:\
                    930:        :ho=^^:nd=^L:se=\EG0:so=\EG6:up=^K:im=\Eq:ei=\Er:\
                    931:        :am:dc=\EW:dl=1.5*\ER:cd=\EY:
1.6       cgd       932: modgraph|mod|Modgraph terminal emulating vt100, 24x80:\
1.1       cgd       933:        :xn@:rf@:sr=5\EM\E[K:vs=\E\^9;0s\E\^7;1s:\
                    934:        :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:\
                    935:        :tc=vt100:
                    936: # dmchat is like DM2500, but DOES need "all that padding" (jcm 1/31/82)
                    937: # also, has a meta-key (MT)
                    938: # from goldberger@su-csli.arpa
1.6       cgd       939: dmchat|dmchat version of datamedia 2500:\
1.1       cgd       940:        :al=1*^P\n^X^]^X^]:\
                    941:        :MT:km:\
                    942:        :dl=2^P^Z^X^]:\
                    943:        :tc=dm2500:
                    944: # originally from Carol Block at ear (cblock@ear); changed O's to 0's and
                    945: # fixed :is \E from pcuser@garnet.berkeley.edu, 27 Feb 90
1.6       cgd       946: mt70|m70|morrow mt70:\
1.1       cgd       947:        :is=\EG0\E"5:cl=^Z:cm=\E=%+ %+ :do=^J:im=:ic=\EQ:ei:\
                    948:        :dm=:dc=\EW:ed=:kl=\034L:kr=\034M:ku=\034J:kd=\034K:\
                    949:        :so=\EG4:se=\EG0:us=\EG1:ue=\EG0:vs=\E"2:ve=\E"5\E(:\
                    950:        :tc=adm31:
1.6       cgd       951: # standard-issue France Telecom minitel terminal (made by Philips)
                    952: m2-nam|minitel|minitel-2|minitel-2-nam|minitel 2|France Telecom Minitel:\
                    953:        :li#24:al=\E[L:dl=\E[M:ip=7:dc=\E[P:ei=\E[4l:im=\E[4h:xn:\
                    954:        :ho=\E[H:cl=\E[H\E[J:ug#0:sg#0:\
                    955:        :co#80:am@:bs:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\
                    956:        :as=\E(0:ae=\E(B:sf=^j:sr=\EM:is=\E[1;24r\E[24;1H:\
                    957:        :ce=\E[K:cd=\E[J:so=\E[7m:se=\E[m:us=\E[4m:ue=\E[m:\
                    958:        :zd=\E[1m:zb=\E[5m:zc=lkmjqxtuwvn:\
                    959:        :ku=\E[A:kd=\E[B:kr=\E[C:kl=\E[D:\
                    960:        :kh=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:pt:
1.1       cgd       961: # from keith bostic (bostic@monet)
                    962: #
1.6       cgd       963: mod2|Modgraph GX-1000, set to 80x24, keypad not enabled:\
1.1       cgd       964:        :is=\E<\E\^5;2s\E\^7;1s\E[3g\E\^11;9s\E\^11;17s\E\^11;25s\E\^11;33s\E\^11;41s\E\^11;49s\E\^11;57s\E\^11;65s\E\^11;73s\E\^11;81s\E\^11;89s\E\^12;0s\E\^14;2s\E\^15;9s\E\^25;1s\E\^9;1s\E\^27;1:\
                    965:        :bs:cd=50\EJ:ce=3\EK:cl=50\EH\EJ:cm=5\EY%+ %+ :co#80:li#24:nd=2\EC:\
                    966:        :pt:sr=5\EI:up=2\EA:da:db:am:
1.6       cgd       967: wsiris|iris40|iris emulating a 40 line visual 50 (approximately):\
1.1       cgd       968:        :am:al=\EL:is=\E7B0\E7F7\E7C2\E7R3:\
                    969:        :bs:cd=\EJ:ce=\EK:cl=\EH\EJ:ho=\EH:cm=\EY%+ %+ :co#80:li#40:nd=\EC:\
                    970:        :pt:sr=\EI:up=\EA:ku=\EA:kd=\EB:kr=\EC:kl=\ED:\
                    971:        :k0=\E0:k1=\E1:k2=\E2:k3=\E3:k4=\E4:k5=\E5:k6=\E6:k7=\E7:k8=\E8:k9=\E9:\
                    972:        :vs=\E;:ve=\E>:cl=\Ev:ho=\EH:dl=\EM:so=\E9P:se=\E0@:\
                    973:        :HS=\E7F2:HE=\E7F7:\
                    974:        :us=\E7R2\E9P:ue=\E7R3\E0@:\
                    975:        :CT#2:CZ=*Bblack,red,green,yellow,blue,magenta,cyan,*Fwhite:
                    976:
                    977: # # --------------------------------
                    978: #
                    979: # N: ANN ARBOR
                    980: #
                    981: # Needs function keys added.
                    982: # Originally from Mike O'Brien@Rand and Howard Katseff at Bell Labs.
                    983: # Highly modified 6/22 by Mike O'Brien.
                    984: # split out into several for the various screen sizes by dave-yost@rand
                    985: # Modifications made 3/82 by Mark Horton
                    986: # Modified by Tom Quarles at UCB for greater efficiency and more diversity
                    987: # status line moved to top of screen, vb removed 5/82
                    988: #
                    989: # assumes the following setup:
                    990: #   A menu: 0000 1010  0001 0000
                    991: #   B menu: 9600  0100 1000  0000 0000  1000 0000  17  19
                    992: #   C menu: 56   66   0    0    9600  0110 1100
                    993: #   D menu: 0110 1001   1   0
                    994: #
                    995: #      Briefly, the settings are for the following modes:
                    996: #         (values are for bit set/clear with * indicating our preference
                    997: #          and the value used to test these termcaps)
                    998: #      Note that many of these settings are irelevent to the termcap
                    999: #      and are just set to the default mode of the terminal as shipped
                   1000: #      by the factory.
                   1001: #
                   1002: # A menu: 0000 1010  0001 0000
                   1003: #      Block/underline cursor*
                   1004: #      blinking/nonblinking cursor*
                   1005: #      key click/no key click*
                   1006: #      bell/no bell at column 72*
                   1007: #
                   1008: #      key pad is cursor control*/key pad is numeric
                   1009: #      return and line feed/return for <cr> key *
                   1010: #      repeat after .5 sec*/no repeat
                   1011: #      repeat at 25/15 chars per sec. *
                   1012: #
                   1013: #      hold data until pause pressed/process data unless pause pressed*
                   1014: #      slow scroll/no slow scroll*
                   1015: #      Hold in area/don't hold in area*
                   1016: #      functions keys have default*/function keys disabled on powerup
                   1017: #
                   1018: #      show/don't show position of cursor during page transmit*
                   1019: #      unused
                   1020: #      unused
                   1021: #      unused
                   1022: #
                   1023: # B menu: 9600  0100 1000  0000 0000  1000 0000  17  19
                   1024: #      Baud rate (9600*)
                   1025: #
                   1026: #      2 bits of parity - 00=odd,01=even*,10=space,11=mark
                   1027: #      1 stop bit*/2 stop bits
                   1028: #      parity error detection off*/on
                   1029: #
                   1030: #      keyboard local/on line*
                   1031: #      half/full duplex*
                   1032: #      disable/do not disable keyboard after data transmission*
                   1033: #
                   1034: #      transmit entire page/stop transmission at cursor*
                   1035: #      transfer/do not transfer protected characters*
                   1036: #      transmit all characters/transmit only selected characters*
                   1037: #      transmit all selected areas/transmit only 1 selected area*
                   1038: #
                   1039: #      transmit/do not transmit line seperators to host*
                   1040: #      transmit/do not transmit page tab stops tabs to host*
                   1041: #      transmit/do not transmit column tab stop tabs to host*
                   1042: #      transmit/do not transmit graphics control (underline,inverse..)*
                   1043: #
                   1044: #      enable*/disable auto XON/XOFF control
                   1045: #      require/do not require receipt of a DC1 from host after each LF*
                   1046: #      pause key acts as a meta key/pause key is pause*
                   1047: #      unused
                   1048: #
                   1049: #      unused
                   1050: #      unused
                   1051: #      unused
                   1052: #      unused
                   1053: #
                   1054: #      XON character (17*)
                   1055: #      XOFF character (19*)
                   1056: #
                   1057: # C menu: 56   66   0    0    9600  0110 1100
                   1058: #      number of lines to print data on (printer) (56*)
                   1059: #
                   1060: #      number of lines on a sheet of paper (printer) (66*)
                   1061: #
                   1062: #      left margin (printer) (0*)
                   1063: #
                   1064: #      number of pad chars on new line to printer (0*)
                   1065: #
                   1066: #      printer baud rate (9600*)
                   1067: #
                   1068: #      printer parity: 00=odd,01=even*,10=space,11=mark
                   1069: #      printer stop bits: 2*/1
                   1070: #      print/do not print guarded areas*
                   1071: #
                   1072: #      new line is: 01=LF,10=CR,11=CRLF*
                   1073: #      unused
                   1074: #      unused
                   1075: #
                   1076: # D menu: 0110 1001   1   0
                   1077: #      LF is newline/LF is down one line, same column*
                   1078: #      wrap to preceeding line if move left from col 1*/don't wrap
                   1079: #      wrap to next line if move right from col 80*/don't wrap
                   1080: #      backspace is/is not destructive*
                   1081: #
                   1082: #      display*/ignore DEL character
                   1083: #      display will not/will scroll*
                   1084: #      page/column tab stops*
                   1085: #      erase everything*/erase unprotected only
                   1086: #
                   1087: #      editing extent: 0=display,1=line*,2=field,3=area
                   1088: #
                   1089: #      unused
                   1090: #
1.6       cgd      1091: aaa-unk|ann arbor ambassador (internal - don't use this directly):\
1.1       cgd      1092:        :do=^J:al=3\E[L:am:le=^H:bs:\
                   1093:        :cd=\E[J:ce=5\E[K:cl=156\E[H\E[J:cm=\E[%i%d;%dH:co#80:\
                   1094:        :dc=4\E[P:dl=3\E[M:ho=\E[H:ic=4\E[@:\
                   1095:        :md=\E[1m:mr=\E[7m:mb=\E[5m:mk=\E[8m:me=\E[m:\
                   1096:        :ku=\EM:kd=\ED:kl=\E[D:kr=\E[C:kh=\E[H:ko=cl,dc,dl,ce,cd:\
                   1097:        :ks=\EP`?z~[H~[[J`>z~[[J`8xz~[M`4xz~[[D`6xz~[[C`2xz~[D\E\\:\
                   1098:        :ke=\EP`?y~[H~[[J`>y~[[2J`8xy~[M`4xy~[[D`6xy~[[C`2xy~[D\E\\:\
                   1099:        :ch=\E[%i%d`:ei=:im=:pt:bw:bt=\E[Z:\
                   1100:        :mi:nd=\E[C:se=\E[m:so=\E[7m:ue=\E[m:us=\E[4m:up=\EM:
1.6       cgd      1101: aaa-18|ann arbor ambassador/18 lines:\
1.1       cgd      1102:        :ti=\E[2J\E[18;0;0;18p:te=\E[60;0;0;18p\E[18;1H\E[J:\
                   1103:        :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:\
                   1104:        :li#18:tc=aaa-unk:
1.6       cgd      1105: aaa-20|ann arbor ambassador/20 lines:\
1.1       cgd      1106:        :ti=\E[2J\E[20;0;0;20p:te=\E[60;0;0;20p\E[20;1H\E[J:\
                   1107:        :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:\
                   1108:        :li#20:tc=aaa-unk:
1.6       cgd      1109: aaa-22|ann arbor ambassador/22 lines:\
1.1       cgd      1110:        :ti=\E[2J\E[22;0;0;22p:te=\E[60;0;0;22p\E[22;1H\E[J:\
                   1111:        :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:\
                   1112:        :li#22:tc=aaa-unk:
1.6       cgd      1113: aaa-24|ann arbor ambassador/24 lines:\
1.1       cgd      1114:        :ti=\E[2J\E[24;0;0;24p:te=\E[60;0;0;24p\E[24;1H\E[J:\
                   1115:        :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:\
                   1116:        :li#24:tc=aaa-unk:
1.6       cgd      1117: aaa-26|ann arbor ambassador/26 lines:\
1.1       cgd      1118:        :ti=\E[2J\E[26;0;0;26p:te=\E[60;0;0;26p\E[26;1H\E[J:\
                   1119:        :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:\
                   1120:        :li#26:tc=aaa-unk:
1.6       cgd      1121: aaa-28|ann arbor ambassador/28 lines:\
1.1       cgd      1122:        :ti=\E[2J\E[28;0;0;28p:te=\E[60;0;0;28p\E[28;1H\E[J:\
                   1123:        :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:\
                   1124:        :li#28:tc=aaa-unk:
1.6       cgd      1125: aaa|aaa-30|ambas|ambassador|ann arbor ambassador/30 lines:\
1.1       cgd      1126:        :ti=\E[2J\E[30;0;0;30p:te=\E[60;0;0;30p\E[30;1H\E[J:\
                   1127:        :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:\
                   1128:        :li#30:tc=aaa-unk:
1.6       cgd      1129: aaa-36|ann arbor ambassador/36 lines:\
1.1       cgd      1130:        :ti=\E[2J\E[36;0;0;36p:te=\E[60;0;0;36p\E[36;1H\E[J:\
                   1131:        :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:\
                   1132:        :li#36:tc=aaa-unk:
1.6       cgd      1133: aaa-40|ann arbor ambassador/40 lines:\
1.1       cgd      1134:        :ti=\E[2J\E[40;0;0;40p:te=\E[60;0;0;40p\E[40;1H\E[J:\
                   1135:        :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:\
                   1136:        :li#40:tc=aaa-unk:
1.6       cgd      1137: aaa-48|ann arbor ambassador/48 lines:\
1.1       cgd      1138:        :ti=\E[2J\E[48;0;0;48p:te=\E[60;0;0;48p\E[48;1H\E[J:\
                   1139:        :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:\
                   1140:        :li#48:tc=aaa-unk:
1.6       cgd      1141: aaa-60|ann arbor ambassador/60 lines:\
1.1       cgd      1142:        :ti=\E[2J\E[60;0;0;60p:te=\E[60;0;0;60p\E[60;1H\E[J:\
                   1143:        :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:\
                   1144:        :li#60:tc=aaa-unk:
1.6       cgd      1145: aaa-unk-s|ann arbor ambassador unknown with/status:\
1.1       cgd      1146:        :es:hs:i2=\E7\E[>51h\E[H\E[2K\E[>51l\E8:\
                   1147:        :ts=\E7\E[>51h\E[H\E[2K\E[%i%d`:fs=\E[>51l\E8:\
                   1148:        :ds=\E7\E[>51h\E[H\E[2K\E[>51l\E8:\
                   1149:        :tc=aaa-unk:
1.6       cgd      1150: aaa-18-s|ann arbor ambassador/18 lines + status line:\
1.1       cgd      1151:        :ti=\E[2J\E[18;1;0;18p:\
                   1152:        :te=\E[60;1;0;18p\E[17;1H\E[J:\
                   1153:        :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:\
                   1154:        :li#17:tc=aaa-unk-s:
1.6       cgd      1155: aaa-20-s|ann arbor ambassador/20 lines + status line:\
1.1       cgd      1156:        :ti=\E[2J\E[20;1;0;20p:\
                   1157:        :te=\E[60;1;0;20p\E[19;1H\E[J:\
                   1158:        :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:\
                   1159:        :li#19:tc=aaa-unk-s:
1.6       cgd      1160: aaa-22-s|ann arbor ambassador/22 lines + status line:\
1.1       cgd      1161:        :ti=\E[2J\E[22;1;0;22p:\
                   1162:        :te=\E[60;1;0;22p\E[21;1H\E[J:\
                   1163:        :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:\
                   1164:        :li#21:tc=aaa-unk-s:
1.6       cgd      1165: aaa-24-s|ann arbor ambassador/24 lines + status line:\
1.1       cgd      1166:        :ti=\E[2J\E[24;1;0;24p:\
                   1167:        :te=\E[60;1;0;24p\E[23;1H\E[J:\
                   1168:        :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:\
                   1169:        :li#23:tc=aaa-unk-s:
1.6       cgd      1170: aaa-26-s|ann arbor ambassador/26 lines + status line:\
1.1       cgd      1171:        :ti=\E[2J\E[26;1;0;26p:\
                   1172:        :te=\E[60;1;0;26p\E[25;1H\E[J:\
                   1173:        :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:\
                   1174:        :li#25:tc=aaa-unk-s:
1.6       cgd      1175: aaa-28-s|ann arbor ambassador/28 lines + status line:\
1.1       cgd      1176:        :ti=\E[2J\E[28;1;0;28p:\
                   1177:        :te=\E[60;1;0;28p\E[27;1H\E[J:\
                   1178:        :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:\
                   1179:        :li#27:tc=aaa-unk-s:
1.6       cgd      1180: aaa-30-s|ann arbor ambassador/30 lines + status line:\
1.1       cgd      1181:        :ti=\E[2J\E[30;1;0;30p:\
                   1182:        :te=\E[60;1;0;30p\E[29;1H\E[J:\
                   1183:        :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:\
                   1184:        :li#29:tc=aaa-unk-s:
1.6       cgd      1185: aaa-36-s|ann arbor ambassador/36 lines + status line:\
1.1       cgd      1186:        :ti=\E[2J\E[36;1;0;36p:\
                   1187:        :te=\E[60;1;0;36p\E[35;1H\E[J:\
                   1188:        :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:\
                   1189:        :li#35:tc=aaa-unk-s:
1.6       cgd      1190: aaa-40-s|ann arbor ambassador/40 lines + status line:\
1.1       cgd      1191:        :ti=\E[2J\E[40;1;0;40p:\
                   1192:        :te=\E[60;1;0;40p\E[39;1H\E[J:\
                   1193:        :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:\
                   1194:        :li#39:tc=aaa-unk-s:
1.6       cgd      1195: aaa-48-s|ann arbor ambassador/48 lines+sl:\
1.1       cgd      1196:        :ti=\E[2J\E[48;1;0;48p:te=\E[60;1;0;48p\E[47;1H\E[J:\
                   1197:        :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:\
                   1198:        :li#47:tc=aaa-unk-s:
1.6       cgd      1199: aaa-60-s|ann arbor ambassador/60 lines + status line:\
1.1       cgd      1200:        :ti=\E[2J\E[60;1;0;60p:te=\E[60;1;0;60p\E[59;1H\E[J:\
                   1201:        :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:\
                   1202:        :li#59:tc=aaa-unk-s:
1.6       cgd      1203: aaa-18-rv|ambassador/18 lines+rv:\
1.1       cgd      1204:        :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
                   1205:        :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
                   1206:        :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:\
                   1207:        :tc=aaa-18:
1.6       cgd      1208: aaa-20-rv|ambassador/20 lines+rv:\
1.1       cgd      1209:        :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
                   1210:        :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
                   1211:        :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:\
                   1212:        :tc=aaa-20:
1.6       cgd      1213: aaa-22-rv|ambassador/22 lines+rv:\
1.1       cgd      1214:        :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
                   1215:        :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
                   1216:        :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:\
                   1217:        :tc=aaa-22:
1.6       cgd      1218: aaa-24-rv|ambassador/24 lines+rv:\
1.1       cgd      1219:        :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
                   1220:        :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
                   1221:        :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:\
                   1222:        :tc=aaa-24:
1.6       cgd      1223: aaa-26-rv|ambassador/26 lines+rv:\
1.1       cgd      1224:        :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
                   1225:        :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
                   1226:        :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:\
                   1227:        :tc=aaa-26:
1.6       cgd      1228: aaa-28-rv|ambassador/28 lines+rv:\
1.1       cgd      1229:        :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
                   1230:        :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
                   1231:        :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:\
                   1232:        :tc=aaa-28:
1.6       cgd      1233: aaa-30-rv|ann arbor ambassador/30 lines in reverse video:\
1.1       cgd      1234:        :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
                   1235:        :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
                   1236:        :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:\
                   1237:        :tc=aaa-30:
1.6       cgd      1238: aaa-36-rv|ann arbor ambassador/36 lines in reverse video:\
1.1       cgd      1239:        :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
                   1240:        :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
                   1241:        :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:\
                   1242:        :tc=aaa-36:
1.6       cgd      1243: aaa-40-rv|ann arbor ambassador/40 lines in reverse video:\
1.1       cgd      1244:        :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
                   1245:        :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
                   1246:        :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:\
                   1247:        :tc=aaa-40:
1.6       cgd      1248: aaa-48-rv|ann arbor ambassador/48 lines in reverse video:\
1.1       cgd      1249:        :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
                   1250:        :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
                   1251:        :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:\
                   1252:        :tc=aaa-48:
1.6       cgd      1253: aaa-60-rv|ann arbor ambassador/60 lines in reverse video:\
1.1       cgd      1254:        :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
                   1255:        :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
                   1256:        :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:\
                   1257:        :tc=aaa-60:
1.6       cgd      1258: aaa-18-rv-s|aaa-18-s-rv|ambassador/18 lines+sl+rv:\
1.1       cgd      1259:        :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
                   1260:        :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
                   1261:        :ti=\E[2J\E[18;1;0;18p:te=\E[60;1;0;18p\E[17;1H\E[J:li#17:\
                   1262:        :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:\
                   1263:        :tc=aaa-unk-s:
1.6       cgd      1264: aaa-20-rv-s|aaa-20-s-rv|ambassador/20 lines+sl+rv:\
1.1       cgd      1265:        :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
                   1266:        :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
                   1267:        :ti=\E[2J\E[20;1;0;20p:te=\E[60;1;0;20p\E[19;1H\E[J:li#19:\
                   1268:        :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:\
                   1269:        :tc=aaa-unk-s:
1.6       cgd      1270: aaa-22-rv-s|aaa-22-s-rv|ambassador/22 lines+sl+rv:\
1.1       cgd      1271:        :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
                   1272:        :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
                   1273:        :ti=\E[2J\E[22;1;0;22p:te=\E[60;1;0;22p\E[21;1H\E[J:li#21:\
                   1274:        :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:\
                   1275:        :tc=aaa-unk-s:
1.6       cgd      1276: aaa-24-rv-s|aaa-24-s-rv|ambassador/24 lines+sl+rv:\
1.1       cgd      1277:        :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
                   1278:        :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
                   1279:        :ti=\E[2J\E[24;1;0;24p:te=\E[60;1;0;24p\E[23;1H\E[J:li#23:\
                   1280:        :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:\
                   1281:        :tc=aaa-unk-s:
1.6       cgd      1282: aaa-26-rv-s|aaa-26-s-rv|ambassador/26 lines+sl+rv:\
1.1       cgd      1283:        :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
                   1284:        :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
                   1285:        :ti=\E[2J\E[26;1;0;26p:te=\E[60;1;0;26p\E[25;1H\E[J:li#25:\
                   1286:        :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:\
                   1287:        :tc=aaa-unk-s:
1.6       cgd      1288: aaa-28-rv-s|aaa-28-s-rv|ambassador/28 lines+sl+rv:\
1.1       cgd      1289:        :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
                   1290:        :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
                   1291:        :ti=\E[2J\E[28;1;0;28p:te=\E[60;1;0;28p\E[27;1H\E[J:li#27:\
                   1292:        :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:\
                   1293:        :tc=aaa-unk-s:
1.6       cgd      1294: aaa-rv|aaa-30-rv-s|aaa-30-s-rv|ambassador/30 lines+sl+rv:\
1.1       cgd      1295:        :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
                   1296:        :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
                   1297:        :ti=\E[2J\E[30;1;0;30p:te=\E[60;1;0;30p\E[29;1H\E[J:li#29:\
                   1298:        :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:\
                   1299:        :tc=aaa-unk-s:
1.6       cgd      1300: aaa-36-rv-s|aaa-36-s-rv|ambassador/36 lines+sl+rv:\
1.1       cgd      1301:        :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
                   1302:        :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
                   1303:        :ti=\E[2J\E[36;1;0;36p:te=\E[60;1;0;36p\E[35;1H\E[J:li#35:\
                   1304:        :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:\
                   1305:        :tc=aaa-unk-s:
1.6       cgd      1306: aaa-40-rv-s|aaa-40-s-rv|ambassador/40 lines+sl+rv:\
1.1       cgd      1307:        :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
                   1308:        :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
                   1309:        :ti=\E[2J\E[40;1;0;40p:te=\E[60;1;0;40p\E[39;1H\E[J:li#39:\
                   1310:        :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:\
                   1311:        :tc=aaa-unk-s:
1.6       cgd      1312: aaa-48-rv-s|aaa-48-s-rv|ambassador/48 lines+sl+rv:\
1.1       cgd      1313:        :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
                   1314:        :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
                   1315:        :ti=\E[2J\E[48;1;0;48p:te=\E[60;1;0;48p\E[47;1H\E[J:li#47:\
                   1316:        :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:\
                   1317:        :tc=aaa-unk-s:
1.6       cgd      1318: aaa-60-rv-s|aaa-60-s-rv|ambassador/60 lines+sl+rv:\
1.1       cgd      1319:        :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
                   1320:        :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
                   1321:        :ti=\E[2J\E[60;1;0;60p:te=\E[60;1;0;60p\E[59;1H\E[J:li#59:\
                   1322:        :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:\
                   1323:        :tc=aaa-unk-s:
1.6       cgd      1324: aaa-24-ctxt:\
1.1       cgd      1325:        :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:
1.6       cgd      1326: aaa-24-rv-ctxt|ambassador/24+rv:\
1.1       cgd      1327:        :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:
1.6       cgd      1328: aaa-s-ctxt|aaa-30-s-ctxt|hairy aaa:\
1.1       cgd      1329:        :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:
1.6       cgd      1330: aaa-s-rv-ctxt|aaa-30-s-rv-ctxt:\
1.1       cgd      1331:        :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
                   1332:        :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
                   1333:        :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:\
                   1334:        :ti=\E[30;1H\E[K\E[30;1;0;30p:te=\E[60;1;0;30p\E[59;1H\E[K:\
                   1335:        :li#29:tc=aaa-unk-s:
1.6       cgd      1336: aaa-ctxt|aaa-30-ctxt:\
1.1       cgd      1337:        :ti=\E[30;0;0;30p:te=\E[60;0;0;30p\E[60;1H\E[K:tc=aaa-30:
1.6       cgd      1338: aaa-rv-ctxt|aaa-30-rv-ctxt:\
1.1       cgd      1339:        :ti=\E[30;0;0;30p:te=\E[60;0;0;30p\E[60;1H\E[K:\
                   1340:        :md=\E[1;7m:mr=\E[m:mb=\E[5;7m:mk=\E[7;8m:me=\E[7m:\
                   1341:        :us=\E[4;7m:ue=\E[7m:se=\E[7m:so=\E[m:\
                   1342:        :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:\
                   1343:        :li#30:tc=aaa-unk:
1.6       cgd      1344: aaa-db|ann arbor ambassador 30/destructive backspace:\
1.1       cgd      1345:        :ti=\E[H\E[J\E[30;0;0;30p:te=\E7\E[60;0;0;30p\E8:li#30:\
                   1346:        :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@:\
                   1347:        :tc=aaa-unk:
1.6       cgd      1348: aa|annarbor|4080|ann arbor 4080:\
1.1       cgd      1349:        :do=^J:pt:ct=^\^P^P:st=^]^P1:cm=^O%r%\066%.%>^S^L%+@:\
                   1350:        :co#80:li#40:le=^H:bs:cl=2^L:up=^N:nd=^_:ho=^K:am:\
                   1351:        :kb=^^:kd=^J:ku=^N:kl=^H:kr=^_:kh=^K:ma=^_ ^N^P:
                   1352: # # --------------------------------
                   1353: #
                   1354: # P: PC entries for use with kermit
                   1355: #
                   1356: # greg small (gts@populi)
                   1357: #
                   1358: # Cannot use :pt:, it does not work (why?).  :ho: seems required (why?). [gts]
                   1359: # Caution: 4.3 BSD tset does not pass li#25 to stty rows except during login?
                   1360: # :cl: clears attributes and sets wrap at margin before clearing the screen.
1.6       cgd      1361: ansi.sys|ansisys|PC-DOS 3.1 ANSI.SYS:\
1.1       cgd      1362:        :am:bs:ce=\E[K:cl=\E[m\E[7h\E[2J:cm=\E[%i%d;%dH:co#80:\
                   1363:        :ku=^K:kd=^J:kl=^H:kr=^L:kh=^^:ma=^Hh\012j^Kk^Ll^^H:\
                   1364:        :ho=\E[H:li#25:nd=\E[C:up=\E[A:\
                   1365:        :ms:md=\E[1m:me=\E[m:mr=\E[7m:se=\E[m:so=\E[1m:ue=\E[m:us=\E[4m:\
                   1366:        :is=U1 PC-DOS 3.1 ANSI.SYS 9-23-86\n\E[m\E[7h:
                   1367: #
                   1368: # Define IBM PC keypad keys for vi as per MS-Kermit while using ANSI.SYS.
                   1369: # This should only be used when the terminal emulator cannot redefine the keys.
                   1370: # Since redefining keys with ansi.sys also affects PC-DOS programs, the key
                   1371: # definitions must be restored.  If the terminal emulator is quit while in vi
                   1372: # or others using :ks:ke:, the keypad keys will not be defined as per PC-DOS.
                   1373: # The PgUp and PgDn are prefixed with ESC so that tn3270 can be used on Unix
                   1374: # (^U and ^D are already defined for tn3270).  The ESC is safe for vi but it
                   1375: # does "beep".  ESC ESC i is used for Ins to avoid tn3270 ESC i for coltab.
                   1376: # Left arrow is always BS, because PC-dos can tolerate this change.
                   1377: # Caution: vi is limited to 256 string bytes, longer crashes or wierds vi.
                   1378: # Consequently the End keypad key could not be set (it is relatively safe and
                   1379: # actually useful because it sends ^@ O, which beeps and opens a line above).
1.6       cgd      1380: ansi.sysk|ansisysk|PC-DOS 3.1 ANSI.SYS with keypad redefined for vi:\
1.1       cgd      1381:        :ks=\E[;71;30p\E[;72;11p\E[;73;27;21p\E[;77;12p\E[;80;10p\E[;81;27;4p\E[;82;27;27;105p\E[;83;127p:\
                   1382:        :ke=\E[;71;0;71p\E[;72;0;72p\E[;73;0;73p\E[;77;0;77p\E[;80;0;80p\E[;81;0;81p\E[;82;0;82p\E[;83;0;83p:\
                   1383:        :is=U2 PC-DOS 3.1 ANSI.SYS with keypad redefined for vi 9-29-86\n\E[;75;8p:\
                   1384:        :tc=ansi.sys:
                   1385: #
                   1386: # Adds ins/del line/character, hence vi reverse scrolls/inserts/deletes nicer.
1.6       cgd      1387: nansi.sys|nansisys|PC-DOS Public Domain NANSI.SYS:\
1.1       cgd      1388:        :al=\E[1L:dl=\E[1M:ic=\E[1@:dc=\E[1P:\
                   1389:        :is=U3 PC-DOS Public Domain NANSI.SYS 9-23-86\n:\
                   1390:        :tc=ansi.sys:
                   1391: #
                   1392: # See U2 ansi.sysk and U3 nansi.sys above.
1.6       cgd      1393: nansi.sysk|nansisysk|PC-DOS Public Domain NANSI.SYS with keypad redefined for vi:\
1.1       cgd      1394:        :al=\E[1L:dl=\E[1M:ic=\E[1@:dc=\E[1P:\
                   1395:        :is=U4 PC-DOS Public Domain NANSI.SYS with keypad redefined for vi 9-29-86\n\E[;75;8p:\
                   1396:        :tc=ansi.sysk:
                   1397: # # --------------------------------
                   1398: #
                   1399: # T: TELETYPE
                   1400: #
                   1401: # We need descriptions for the model 40.  There are known to be at least three
                   1402: # flavors of the 40, both seem more like IBM half duplex forms fillers than
                   1403: # ASCII terminals.  They have lots of awful braindamage, such as printing
                   1404: # a visible newline indicator after each newline.  The 40-1 is a half duplex
                   1405: # terminal and is hopeless.  The 40-2 is braindamaged but has hope and is
                   1406: # described here.  The 40-4 is a 3270 lookalike and beyond hope.
                   1407: # The terminal has visible bell but I don't know it - it's
                   1408: # null here to prevent it from showing the BL character.
                   1409: # There is an \EG in nl because of a bug in vi (if stty says you have
                   1410: # a "newline" style terminal (-crmode) vi figures all it needs is nl
                   1411: # to get crlf, even if cr is not ^M.)
1.6       cgd      1412: 40|tty40|ds40|ds40/2|ds40-2|dataspeed40|teletype dataspeed 40/2:\
1.1       cgd      1413:        :cl=160\ER:cd=160\EJ:al=160\EL:dl=160\EM:dc=50\EP:im=:ei=:ic=50\E\^:\
                   1414:        :nd=\EC:up=\E7:bs:cr=\EG:nl=\EG\EB:do=\EB:co#80:li#24:vb=:\
                   1415:        :so=\E3:se=\E4:
1.6       cgd      1416: 33|tty33|tty|model 33 teletype:\
1.1       cgd      1417:        :do=^J:co#72:hc:os:
1.6       cgd      1418: 43|tty43|model 43 teletype:\
1.1       cgd      1419:        :do=^J:kb=^h:am:le=^H:bs:hc:os:co#132:
1.6       cgd      1420: 37|tty37|model 37 teletype:\
1.1       cgd      1421:        :do=^J:le=^H:bs:hc:hu=\E8:hd=\E9:up=\E7:os:
                   1422: # From jwb Wed Mar 31 13:25:09 1982 remote from ihuxp
                   1423: # This entry appears to avoid the top line - I have no idea why.
1.6       cgd      1424: 4424|tty4424|teletype 4424M:\
1.1       cgd      1425:        :al=\EL:da:db:ip=2:im=:ei=:ic=\E\^:dc=\EP:dl=\EM:\
                   1426:        :co#80:li#23:am:cl=\E[2;H\E[J:bs:cm=\E[%i%2;%2H\E[B:\
                   1427:        :nd=\E[C:up=\E[A:pt:mi:sr=\ET:\
                   1428:        :ce=\E[K:so=\E[7m:se=\E[m:us=\E[4m:ue=\E[m:\
                   1429:        :is=\E[m\E[2;24r:\
                   1430:        :kd=\E[B:kl=\E[D:ku=\E[A:kr=\E[C:\
                   1431:        :kh=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:
                   1432: # Teletype blit.
1.6       cgd      1433: dmd|5620|ttydmd|tty5620|5620   terminal 88 columns:\
1.1       cgd      1434:        :co#88:li#70:am:bs:pt:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\
                   1435:        :cl=\E[H\E[J:cd=\E[J:ce=\E[K:al=\E[L:dl=\E[M:do=^J:\
                   1436:        :im=:ei=:ic=\E[@:dc=\E[P:sr=\E[T:sf=\E[S:le=^H:kb=^H:\
                   1437:        :kl=\E[D:kr=\E[C:ku=\E[A:kd=\E[B:kh=\E[H:ho=\E[H:ll=\E[70;1H:\
                   1438:        :AL=\E[%dL:DL=\E[%dM:IC=\E[%d@:DC=\E[%dP:rc=\E8:rs=\Ec:sc=\E7:\
                   1439:        :so=\E[7m:se=\E[0m:us=\E[4m:ue=\E[0m:ms:me=\E[0m:mr=\E[7m:
                   1440: # # --------------------------------
                   1441: #
                   1442: # V: VISUAL
                   1443: #
                   1444: # The Visual 200 beeps when you type a character in insert mode.
                   1445: # This is a horribly obnoxious misfeature, and some of the entries
                   1446: # below try to get around the problem by ignoring the feature or
                   1447: # turning it off when inputting a character.  They are said not to
                   1448: # work well at 300 baud.  (You could always cut the wire to the bell!)
                   1449: #From mike@brl-vgr Mon Nov 14 08:34:29 1983
1.6       cgd      1450: vi200|vis200|visual 200 with function keys:\
1.1       cgd      1451:        :so=\E4:se=\E3:ms:do=^J:\
                   1452:        :al=\EL:am:le=^H:bs:cd=\Ey:ce=\Ex:cl=\Ev:\
                   1453:        :cm=\EY%+ %+ :co#80:dc=\EO:dl=\EM:ho=\EH:\
                   1454:        :im=:ei=:ic=\Ei \b\Ej:\
                   1455:        :is=\E3\Eb\Ej\E\\\El\EG\Ec\Ek:\
                   1456:        :k0=\EP:k1=\EQ:k2=\ER:k3=\E :k4=\E!:k5=\E":k6=\E#:\
                   1457:        :k7=\E$:k8=\E%:k9=\E&:kl=\ED:kr=\EC:ku=\EA:kd=\EB:kh=\EH:\
                   1458:        :li#24:nd=\EC:pt:sr=\EI:up=\EA:vs=\Ed:ve=\Ec:
1.6       cgd      1459: vi200-rv-ic|visual 200 reverse video using insert char:\
1.1       cgd      1460:        :ei=\Ej:im=\Ei:ic@:tc=vi200-rv:
                   1461: # The older Visuals didn't come with function keys. This entry uses
                   1462: # ks and ke so that the keypad keys can be used as function keys.
                   1463: # If your version of vi doesn't support function keys you may want
                   1464: # to use V2.
1.6       cgd      1465: vi200-f|visual|visual 200 no function keys:\
1.1       cgd      1466:        :do=^J:al=\EL:am:le=^H:bs:cd=\Ey:ce=4*\Ex:cl=\Ev:\
                   1467:        :cm=\EY%+ %+ :co#80:dc=4*\EO:dl=4*\EM:ho=\EH:\
                   1468:        :im=:ei=:ic=\Ei \b\Ej:\
                   1469:        :is=\E3\Eb\Ej\E\\\El\EG\Ed\Ek:ks=\E=:ke=\E>:\
                   1470:        :k0=\E?p:k1=\E?q:k2=\E?r:k3=\E?s:k4=\E?t:k5=\E?u:k6=\E?v:\
                   1471:        :k7=\E?w:k8=\E?x:k9=\E?y:kl=\ED:kr=\EC:ku=\EA:kd=\EB:kh=\EH:\
                   1472:        :li#24:nd=\EC:pt:sr=\EI:up=\EA:vs=\Ed:ve=\Ec:
1.6       cgd      1473: vi200-rv|visual 200 reverse video:\
1.1       cgd      1474:        :so=\E4:se=\E3:sr@:vs@:ve@:tc=vi200:
1.6       cgd      1475: vi200-ic|visual 200 using insert char:\
1.1       cgd      1476:        :ei=\Ej:im=\Ei:ic@:tc=vi200:
                   1477: # From: jbs@athena.mit.edu     Jeff Siegal
1.6       cgd      1478: vi55|Visual 55:\
1.1       cgd      1479:        :im=\Ea:ei=\Eb:mi:dc=\Ew:dm=:ed=:al=\EL:dl=\EM:cs=\E_%+A%+A:\
                   1480:        :ho=\EH:cl=\Ev:is=\Ev\E_AX\Eb\EW\E9P\ET:so=\EU:se=\ET:ms:\
                   1481:        :do=^J:le=^H:bs:cd=\EJ:ce=\EK:cm=\EY%+ %+ :co#80:li#24:\
                   1482:        :nd=\EC:pt:am:sr=\EI:up=\EA:ku=\EA:kd=\EB:kr=\EC:kl=\ED:kb=^H:
                   1483: # # --------------------------------
                   1484: #
                   1485: # X: TEKTRONIX
                   1486: #
1.6       cgd      1487: tek|tek4012|4012|tektronix 4012:\
1.1       cgd      1488:        :do=^J:is=\E^O:le=^H:bs:cl=1000\E^L:co#75:ns:li#35:os:
1.6       cgd      1489: tek4013|4013|tektronix 4013:\
1.1       cgd      1490:        :as=\E^N:ae=\E^O:dF#1000:tc=4012:
1.6       cgd      1491: tek4014|4014|tektronix 4014:\
1.1       cgd      1492:        :is=\E^O\E9:co#81:li#38:dF#1000:tc=tek4012:
1.6       cgd      1493: tek4015|4015|tektronix 4015:\
1.1       cgd      1494:        :as=\E^N:ae=\E^O:tc=4014:
1.6       cgd      1495: tek4014-sm|4014-sm|tektronix 4014 in small font:\
1.1       cgd      1496:        :is=\E^O\E\072:co#121:li#58:tc=tek4014:
1.6       cgd      1497: tek4015-sm|4015-sm|tektronix 4015 in small font:\
1.1       cgd      1498:        :as=\E^N:ae=\E^O:tc=4014-sm:
                   1499: # I think the 1000UP is supposed to be so expensive it never happens.
1.6       cgd      1500: tek4023|4023|tex|tektronix 4023:\
1.1       cgd      1501:        :do=^J:so=^_P:se=^_@:cm=\034%r%+ %+ :nd=\t:le=^H:\
                   1502:        :bs:cl=4\E^L:co#80:li#24:am:up=1000UP:vt#4:
                   1503: # Can't use cursor motion because it's memory relative, and because
                   1504: # it only works in the workspace, not the monitor.  Same for home.
                   1505: # Likewise, standout only works in the workspace.
                   1506: # 145 ms padding on al and AL taken out since it doesn't seem to be needed much.
1.6       cgd      1507: 4025|4027|4024|tek4025|tek4027|tek4024|4025cu|4027cu|tektronix 4024/4025/4027:\
1.1       cgd      1508:        :sf=^F^J:do=^F^J:is=\41com 31\r\n^_sto 9 17 25 33 41 49 57 65 73\r:\
                   1509:        :ks=^_lea p4 /h/\r^_lea p8 /k/\r^_lea p6 / /\r^_lea p2 /j/\r^_lea f5 /H/\r^_lea p5 /H/\r:\
                   1510:        :ke=^_lea p2\r^_lea p4\r^_lea p6\r^_lea p8\r^_lea p5\r^_lea f5\r:\
                   1511:        :am:le=^H:bs:da:db:pt:li#34:co#80:cl=^_era\r\n\n:up=^K:nd=^_rig\r:\
                   1512:        :al=^_up\r^_ili\r:dl=^_dli\r^F:\
                   1513:        :dc=^_dch\r:im=^_ich\r:ei=^F^_dow\r^K:nl=^F\n:\
                   1514:        :cd=^_dli 50\r:CC=^_:AL=^_up\r^_ili %d\r:DL=^_dli %d\r^F:\
                   1515:        :UP=^_up %d\r:DO=^_dow %d\r:LE=^_lef %d\r:RI=^_rig %d\r:
                   1516: # Tektronix 4025A from gwyn@brl-smoke.ARPA (Doug Gwyn )
                   1517: # The following status modes are assumed for normal operation (replace the
                   1518: # initial "!" by whatever the current command character is):
                   1519: #      !COM 29                 # NOTE: changes command character to GS (^])
                   1520: #      ^]DUP
                   1521: #      ^]ECH R
                   1522: #      ^]EOL
                   1523: #      ^]RSS T
                   1524: #      ^]SNO N
                   1525: #      ^]STO 9 17 25 33 41 49 57 65 73
                   1526: # Other modes may be set according to communication requirements.
                   1527: # If the command character is inadvertently changed, termcap can't restore it.
                   1528: # Insert-character cannot be made to work on both top and bottom rows.
                   1529: # Clear-to-end-of-display emulation via !DLI 988 is too groady to use, alas.
                   1530: # There also seems to be a problem with vertical motion, perhaps involving
                   1531: # delete/insert-line, following a typed carriage return.  This terminal sucks.
                   1532: # Delays not specified; use "stty ixon -ixany" to enable DC3/DC1 flow control!
1.6       cgd      1533: tek4025a|4025a|Tektronix 4025A:\
1.1       cgd      1534:        :al=^K^]ili;:am:bl=^G:bt=^]bac;:bw:CC=^]:cl=^]era;^J^]rup;:co#80:\
                   1535:        :cr=^M:ct=^]sto;:da:db:DC=^]dch %d;:dc=^]dch;:DL=^]dli %d;:dl=^]dli;:\
                   1536:        :DO=^]dow %d;:do=^J:it#8:LE=^]lef %d;:le=^H:li#34:nd=^]rig;:\
                   1537:        :RI=^]rig %d;:\
                   1538:        :rs=!com 29^]del 0^]rss t^]buf^]buf n^]cle^]dis^]dup^]ech r^]eol\
                   1539: ^]era g^]for n^]pad 203^]pad 209^]sno n^]sto 9 17 25 33 41 49 57 65 73\
                   1540: ^]wor 0;:\
                   1541:        :SF=^]dow %d;:sf=^J:ta=^I:UP=^]up %d;:up=^K:xo:\
                   1542:        :ce=^]dch 80;:ch=\r^]rig %d;:\
                   1543:        :bs:pt:xx:
1.6       cgd      1544: 4025-17|4027-17|tek 4025 17 line window:\
1.1       cgd      1545:        :li#17:tc=4025:
1.6       cgd      1546: 4025-17ws|4027-17ws|tek 4025 17 line window in workspace:\
1.1       cgd      1547:        :is=\41com 31\r\n^_sto 9,17,25,33,41,49,57,65,73\r^_wor 17\r^_mon 17\r:\
                   1548:        :ti=^_wor h\r:te=^_mon h\r:so=^_att e\r:se=^_att s\r:tc=4025-17:
1.6       cgd      1549: 4025ex|4027ex|tek 4025 w/!:\
1.1       cgd      1550:        :ti=\41com 31\r:te=^_com 33\r:\
                   1551:        :is=^_com 33\r\n\41sto 9,17,25,33,41,49,57,65,73\r:tc=4025:
                   1552: # From jcoker@ucbic
1.6       cgd      1553: tek4107|tek4207|4107|4207|Tektronix 4107 graphics terminal with memory:\
1.1       cgd      1554:        :ti=\E[?6l\E[H\E[J:te=\E[?6h\E%!0\ELBP0\E%!1\E[32;1f:\
                   1555:        :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:\
                   1556:        :li#32:do=^J:al=3\E[L:xn:am:le=^H:bs:cd=\E[J:\
                   1557:        :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:\
                   1558:        :ho=\E[H:ic=4\E[@:md=\E[1m:mr=\E[7m:mb=\E[5m:me=\E[m:ku=\EM:\
                   1559:        :kd=\ED:kl=\E[D:kr=\E[C:kh=\E[H:\
                   1560:        :ul:ei=:im=:pt:bw:bt=\E[Z:mi:nd=\E[C:se=\E[m:so=\E[7m:\
                   1561:        :ue=\E[m:us=\E[4m:up=\EM:
                   1562: #  Tektronix 4107 with sysline
1.6       cgd      1563: 4107-s|tek4107-s|Tektronix 4107 with sysline but no memory:\
1.1       cgd      1564:        :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:\
                   1565:        :es:hs:i2=\E7\E[?6l\E[2K\E[?6h\E8:ts=\E7\E[?6l\E[2K\E[;%i%df:\
                   1566:        :fs=\E[?6h\E8:ds=\E7\E[?6l\E[2K\E[?6h\E8:tc=4107:
                   1567: # From cbosg!teklabs!davem Wed Sep 16 21:11:41 1981
                   1568: # Here's the comamnd file that I use to get rogue to work on the 4025.
                   1569: # It should work with any program using the old curses (e.g. it better
                   1570: # not try to scroll, or cursor addressing won't work.  Also, you can't
                   1571: # see the cursor.)
                   1572: # (This "learns" the arrow keys for rogue. I have adapted it for termcap - mrh)
1.6       cgd      1573: 4025-cr|tek 4025 for curses and rogue:\
1.1       cgd      1574:        :is=\41com 31\r\n^_sto 9 17 25 33 41 49 57 65 73\r:\
                   1575:        :am:le=^H:bs:pt:li#33:co#80:cm=^_jum%i%d,%d;:up=^K:\
                   1576:        :do=^F^J:cl=^_era;:nd=^_rig;:nl=^F\n:ti=^_wor 33h:te=^_wor 0:
                   1577: # next two lines commented out since curses only allows 128 chars, sigh.
                   1578: #      :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:\
                   1579: #      :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:
                   1580: # The 4110 series may be a wonderful graphics series, but they make the 4025
                   1581: # look good for screen editing.  In the dialog area, you can't move the cursor
                   1582: # off the bottom line.  Out of the dialog area, ^K moves it up, but there
                   1583: # is no way to scroll.
1.6       cgd      1584: 4112|4114|tek4112|tektronix 4110 series:\
1.1       cgd      1585:        :is=\E3!1:li#34:co#80:am:al=\E[L:bs:bt=\E[Z:\
                   1586:        :cd=\E[0J:ce=\E[0K:cl=\E[2J\E[0;0H:cm=\E[%i%d;%dH:\
                   1587:        :db:dc=\E[P:dl=\E[M:ic=\E[@:im=:nd=\E[C:se=\E[m:\
                   1588:        :so=\E[7m:ue=\E[m:up=\EM:us=\E[4m:vs=:ve=:\
                   1589:        :sr=\E7\E[0;0H\E[L\E8:sf=\E7\E[0;0H\E[M\E8:
1.6       cgd      1590: 4112-nd|4112 not in dialog area:up=^K:ns:tc=4112:
                   1591: 4112-5|4112 in 5 line dialog area:li#5:tc=4112:
                   1592: 4113|tek4113|tektronix 4113 color graphics, 5 line dialog area:\
1.1       cgd      1593:        :le=^H:do=^J:eo:da:bs:am:li#5:co#80:is=\EKA1\ELL5\ELV0\ELV1:\
                   1594:        :vb=\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERB0:\
                   1595:        :cl=\ELZ:uc=^H\ELM1_\ELM0:nd=\LM1 \LM0:\
                   1596:        :.as=\E^N:.ae=\E^O:
1.6       cgd      1597: 4113-34|tek4113-34|tektronix 4113 color graphics, 34 line dialog area:\
1.1       cgd      1598:        :is=\EKA1\ELLB2\ELV0\ELV1:li#34:tc=tek4113:
                   1599: # ns hidden from vi to allow visual mode. APL font (as, ae) not supported here.
                   1600: # uc is slow, but looks nice. Suggest setenv MORE -up . vb needs enough delay
                   1601: # to let you see the background color being toggled.
1.6       cgd      1602: 4113-nd|tek4113-nd|tektronix 4113 color graphics, no dialog area:\
1.1       cgd      1603:        :le=^H:do=^J:nd=\t:up=^K:ll=\ELF hl @:ho=\ELF7l\177 @:\
                   1604:        :eo:bs:am:li#34:co#80:is=\ELZ\EKA0\ELF7l\177 @:vs=\ELZ\EKA0:\
                   1605:        :vb=\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERBA4\ERB0:\
                   1606:        :cl=\E\f:uc=^H\EMG1_\EMG0:so=\EMT2:se=\EMT1:\
                   1607:        :.ns:.as=\E^N:.ae=\E^O:
1.6       cgd      1608: 4105|tek4105:\
1.1       cgd      1609:        :al=\E[1L:am:bs:cd=\E[J:ce=\E[K:cl=\E[2J\E[H:cm=\E[%i%2;%2H:co#80:\
                   1610:        :dc=\E[1P:dl=\E[1M:do=\E[1B:ho=\E[H:im=\E[4h:li#30:mi:nd=\E[1C:\
                   1611:        :as=\E[1m:ae=\E[0m:ms:pt:se=\E[0m:so=\E[7m:up=\E[1A:kb=^h:ku=\E[1A:\
                   1612:        :kd=\E[1B:kl=\E[1D:kr=\E[1C:us=\E[4m:ue=\E[0m:is=\E%!1\E[?6l\E[0m:\
                   1613:        :mr=\E[<3m:md=\E[<4m:mh=\E[<6m:mb=\E[<7m:me=\E[<1m:ti=\E%!1\E[?6l:xt:
                   1614: # This entry is from Tek. Inc.  (Brian Biehl)
1.6       cgd      1615: 4115|tek4115|Tektronix 4115:\
1.1       cgd      1616:        :co#80:li#34:\
                   1617:        :al=\E[L:am:bc=\E[D:bs:bt=\E[Z:cd=\E[J:ce=\E[K:\
                   1618:        :cl=\E[;H\E[2J:cm=\E[%i%d;%dH:da:db:dc=\E[P:dl=\E[M:do=\E[B:\
                   1619:        :ei=\E[4l:eo:ho=\E[;H:im=\E[4h:if=/usr/share/tabset/vt100:\
                   1620:        :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:\
                   1621:        :kb=^H:ke=\E>:ks=\E=:nd=\E[C:pt:se=\E[m:so=\E[7m:sr=\EM:\
                   1622:        :te=\E%\0410\ELBG8\E%\0411\E[34;1H\E[J:\
                   1623:        :ti=\E%\0410\ELBB2\E%\0411:\
                   1624:        :ue=\E[m:up=\E[A:us=\E[4m:\
                   1625:        :ve=\E%\0410\ELBG8\E%\0411\E[34;1H:\
                   1626:        :vs=\E%\0410\ELBB2\E%\0411:
                   1627: # The tek4125 emulates a vt100 incorrectly - the scrolling region
                   1628: # command is ignored. The following entry replaces the cs with the
                   1629: # needed al, dl, and im; removes some cursor pad commands that the tek4125
                   1630: # chokes on; and adds a lot of initialization for the tek dialog area.
                   1631: # Note that this entry uses all 34 lines and sets the cursor color to green.
                   1632: # Steve Jacobson 8/85
1.6       cgd      1633: tek4125:\
1.1       cgd      1634:        :ks=\E=:li#34:\
                   1635:        :is=\E%\!0\EQD1\EUX03\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:\
                   1636:        :al=\E[1L:cs@:sc@:rc@:im=\E1:tc=vt100:
                   1637: # From carolyn@dali.berkeley.edu  Thu Oct 31 12:54:27 1985
1.6       cgd      1638: 4404|tek4404:\
1.1       cgd      1639:        :al=\E[1L:bs:cd=\E[J:ce=\E[K:cl=\E[;H\E[2J:cm=\E[%i%d;%dH:co#80:\
                   1640:        :cs=\E[%i%d;%dr:dc=\E[P:dl=\E[1M:do=^J:ei=\E[4l:ho=\E[H:im=\E[4h:\
                   1641:        :kd=\E[B:ke=\E[?1h:kl=\E[D:kr=\E[C:ks=\E[?1l:ku=\E[A:li#32::mb=\E[5m:\
                   1642:        :md=\E[1m:me=\E[m:nd=\E[C:pt:rc=\E8:sc=\E7:se=\E[27m:so=\E[7m:\
                   1643:        :ta=\E[2I:ti=\E%\!1\E[1;32r\E[?6l\E>:te=\E[1;1H\E[0J\E[?6h\E[?1l:\
                   1644:        :ue=\E[m:up=\E[A:us=\E[4m:
                   1645: # # --------------------------------
                   1646: #
                   1647: # Z: Miscellaneous
                   1648: #
                   1649: # These compucolors appear similar, but they at least have different
                   1650: # sized screens.  I don't know what's going on here.
1.6       cgd      1651: 8001|ISC8001|compucolor|intecolor:\
1.1       cgd      1652:        :do=^J:al=\EU:am:le=^Z:bc=^Z:cl=3*^L:cm=^C%r%.%.:\
                   1653:        :co#80:cd=\EQ:dm=\EQ:ed=\EF:dc=\177:dl=\EV:ei=\EF:\
                   1654:        :im=\EQ:li#40:nd=1^Y:ta=8\t:up=^\:ho=1^H:pc=^@:
1.6       cgd      1655: compucolor2|compucolorII:\
1.1       cgd      1656:        :do=^J:pt:am:cm=%r^C%.%.:le=^Z:bc=^Z:li#32:co#64:\
                   1657:        :cl=^L:ho=^H:nd=^Y:up=^\:
                   1658: # From cithep!eric  Wed Sep 16 08:06:44 1981
1.6       cgd      1659: intext|Interactive Systems Corporation modified owl 1200:\
1.1       cgd      1660:        :do=^J:al=5.5*\020:am:le=^_:bc=^_:le=^H:bs:bt=^Y:cd=5.5*\026J:\
                   1661:        :ce=^K\160^R:cl=132\014:cm=\017%+ %+ :co#80:dc=5.5*\022:dl=5.5*\021:\
                   1662:        :ei=\026\074:im=\026\073:ip=5.5*:li#24:nd=\036:pt:up=\034:\
                   1663:        :se=^V# :sg#1:so=^V$,:ma=^K^P^R^L^L :\
                   1664:        :kl=^_:kd=^J:kr=^^:ku=\034:kb=^H:kh=^Z:\
                   1665:        :k1=^VA\r:k2=^VB\r:k3=^VC\r:k4=^VD\r:k5=^VE\r:\
                   1666:        :k6=^VF\r:k7=^VG\r:k8=^VH\r:k9=^VI\r:k0=^VJ\r:
                   1667: # # --------------------------------
                   1668: #
                   1669: # a: ADDS
                   1670: #
                   1671: # Regent: lowest common denominator, works on all regents.
1.6       cgd      1672: regent|Adds Regent Series:li#24:co#80:am:cl=^L:ll=^A:up=^Z:\
1.1       cgd      1673:        :bs:bc=^U:nd=^F:do=^J:ho=\EY  :
                   1674: # Regent 100 has a bug where if computer sends escape when user is holding
                   1675: # down shift key it gets confused, so we avoid escape.
1.6       cgd      1676: regent100|Adds Regent 100:k0=^B1^M:k1=^B2^M:k2=^B3^M:k3=^B4^M:\
1.1       cgd      1677:        :k4=^B5^M:k5=^B6^M:k6=^B7^M:k7=^B8^M:\
                   1678:        :l0=F1:l1=F2:l2=F3:l3=F4:l4=F5:l5=F6:l6=F7:l7=F8:\
                   1679:        :so=\E0P:ue=\E0@:us=\E0`:se=\E0@:\
                   1680:        :cm=^K%+ %B^P%.:ug#1:sg#1:tc=regent:
1.6       cgd      1681: regent20|Adds Regent 20:cd=\Ek:ce=\EK:cm=\EY%+ %+ :tc=regent:
                   1682: regent25|Adds Regent 25:kh=^A:kl=^U:kr=^F:ku=^Z:kd=^J:tc=regent20:
                   1683: regent40|Adds Regent 40:k0=^B1^M:k1=^B2^M:k2=^B3^M:k3=^B4^M:\
1.1       cgd      1684:        :k4=^B5^M:k5=^B6^M:k6=^B7^M:k7=^B8^M:\
                   1685:        :l0=F1:l1=F2:l2=F3:l3=F4:l4=F5:l5=F6:l6=F7:l7=F8:\
                   1686:        :al=2*\EM:dl=2*\El:\
                   1687:        :so=\E0P:ue=\E0@:us=\E0`:se=\E0@:ug#1:sg#1:tc=regent25:
1.6       cgd      1688: regent40+|Adds Regent 40+:is=\EB:tc=regent40:
                   1689: regent60|regent200|Adds Regent 60:se=\ER\E0@\EV:so=\ER\E0P\EV:dc=\EE:ei=\EF:\
1.1       cgd      1690:        :im=\EF:is=\EV\EB:ko=dc,im,ei:tc=regent40+:
1.6       cgd      1691: regent60na|regent 60 w/no arrow keys:\
1.1       cgd      1692:        kl@:kr@:ku@:kd@:tc=regent60:
                   1693: #
                   1694: # adds viewpoint 90 - from cornell
                   1695: # Note:  emacs sends ei occasionally to insure the terminal is out of
                   1696: #        insert mode. This unfortunately puts the viewpoint90 IN insert
                   1697: #        mode.  A hack to get around this is:  ic=\EF \EF^U.  (Also,
                   1698: #   -    ei=:im=: must be present.)
                   1699: #   -    xs indicates glich that attributes stick to location
                   1700: #   -    bs save to move in standout mode
                   1701: #   -    cl=\EG\Ek clears screen and visual attributes without affecting
                   1702: #               the status line
1.6       cgd      1703: vp90|viewpoint90|adds viewpoint 90:\
1.1       cgd      1704:        :bs:bw:cd=\Ek:ce=\EK:cl=\EG\Ek:cm=\EY%+ %+ :co#80:\
                   1705:        :dc=\EE:dl=\El:dm=:do=^J:ed=:ei=:im=:ic=\EF \EF^U:ho=\EY  :\
                   1706:        :nd=^F:up=^Z:\
                   1707:        :kb=^H:kd=^J:kh=^A:kl=^U:kr=^F:ku=^Z:li#24:ll=^A:\
                   1708:        :so=\ER\E0Q\EV:se=\ER\E0@\EV:\
                   1709:        :us=\ER\E0`\EV:ue=\ER\E0@\EV:\
                   1710:        :xs:ms:
                   1711: # Note: if return acts weird on a980, check internal switch #2
                   1712: # on the top chip on the CONTROL pc board.
1.6       cgd      1713: a980|adds consul 980:\
1.1       cgd      1714:        :do=^J:al=13\E^N:am:le=^H:bs:cl=^L\200^K@:cm=^K%+@\E^E%2:co#80:\
                   1715:        :dl=13\E^O:k0=\E0:k1=\E1:k2=\E2:k3=\E3:k4=\E4:k5=\E5:k6=\E6:k7=\E7:\
                   1716:        :k8=\E8:k9=\E9:li#24:nd=\E^E01:so=^Y^^^N:se=^O:up=9:
1.6       cgd      1717: viewpt60|viewpoint60|addsviewpoint60|adds viewpoint60:\
1.1       cgd      1718:        :tc=regent40:
                   1719: # From Onyx:edward  Thu Jul  9 09:27:33 1981
1.6       cgd      1720: viewpoint|addsviewpoint|adds viewpoint:\
1.1       cgd      1721:        :do=^J:am:le=^H:bs:li#24:co#80:cm=\EY%+ %+ :cd=\Ek:ce=\EK:\
                   1722:        :up=^Z:cl=^L:ll=^A:kl=^U:kd=^J:ku=^Z:kh=^A:\
                   1723:        :so=^N:se=^O:us=^N:ue=^O:is=^O\E0`:vs=^O\E0P:ve=^O\E0`:
                   1724: # # --------------------------------
                   1725: #
                   1726: # b: BEEHIVE
                   1727: #
                   1728: # Reports are that most of these Beehive entries (except superbee) have not been
                   1729: # tested and do not work right.  se is a trouble spot.  Be warned.
1.6       cgd      1730: sb2|sb3|fixed superbee:\
1.1       cgd      1731:        :xb@:tc=superbee:
                   1732: # set tab is ^F, clear (one) tab is ^V, no way to clear all tabs.
                   1733: # good grief - does this entry make sg/ug when it doesn't have to?
                   1734: # look at those spaces in se/so.  Seems strange to me...
1.6       cgd      1735: bh3m|beehiveIIIm:\
1.1       cgd      1736:        :if=/usr/share/tabset/beehive:do=^J:\
                   1737:        :al=160^S:am:le=^H:bs:cd=^R:ce=^P:cl=^E^R:\
                   1738:        :co#80:dl=350^Q:ho=^E:li#20:ll=^E^K:\
                   1739:        :nd=^L:pt:se= ^_:so=^] :up=^K:
                   1740: # This loses on lines > 80 chars long, use at your own risk
1.6       cgd      1741: superbeeic|super bee with insert char:\
1.1       cgd      1742:        :ic=:im=\EQ:ei=\ER:tc=superbee:
1.6       cgd      1743: microb|microbee|micro bee series:\
1.1       cgd      1744:        :do=^J:am:le=^H:bs:cd=\EJ:ce=\EK:cl=\EE:co#80:cm=\EF%+ %+ :\
                   1745:        :k1=\Ep:k2=\Eq:k3=\Er:k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:k9=\Ex:\
                   1746:        :kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:\
                   1747:        :li#24:nd=\EC:pt:se=\Ed@ :so= \EdP:ue=\Ed@:up=\EA:us=\Ed`:
                   1748: # Superbee - f1=escape, f2=^C.
                   1749: # Note: there are at least 3 kinds of superbees in the world.  The sb1
                   1750: # holds onto escapes and botches ^C's.  The sb2 is the best of the 3.
                   1751: # The sb3 puts garbage on the bottom of the screen when you scroll with
                   1752: # the switch in the back set to CRLF instead of AEP.  This description
                   1753: # is tested on the sb2 but should work on all with either switch setting.
                   1754: # The f1/f2 business is for the sb1 and the :xb: can be taken out for
                   1755: # the other two if you want to try to hit that tiny escape key.
                   1756: # This description is tricky: being able to use cm depends on there being
                   1757: # 2048 bytes of memory and the hairy nl string.
1.6       cgd      1758: sb1|superbee|superb|beehive super bee:\
1.1       cgd      1759:        :ct=\E3:st=\E1:is=\EH\EJ:do=^J:\
                   1760:        :sf=\n\200\200\200\n\200\200\200\EA\EK\200\200\200\ET\ET:\
                   1761:        :am:le=^H:bs:cd=3\EJ:ce=3\EK:cl=3\EH\EJ:co#80:cm=\EF%r%3%3:cr=1000\r:\
                   1762:        :dC#10:da:db:xb:dc=3\EP:dl=100\EM:so=\E_1:se=\E_3:\
                   1763:        :li#25:nl=\n\200\200\200\n\200\200\200\EA\EK\200\200\200\ET\ET:\
                   1764:        :nd=\EC:pt:up=\EA:ho=\EH:ve=\n:\
                   1765:        :k1=\Ep:k2=\Eq:k3=\Er:k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:\
                   1766:        :kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:
                   1767: # 8675, 8686, and bee from Cyrus Rahman
1.6       cgd      1768: 8675|harris 8675:\
1.1       cgd      1769:        :k1=^F:k2=^P:k3=^N:k4=^V:k5=^J:k6=^T:k7=^H:k8=\177:k9=\Ee:k10=\Ed:\
                   1770:        :k11=^W:k12=\ER:k13=\EE:k14=\EI:k15=\Ei:k16=\Eg:\
                   1771:        :is=\ES\E#\E*\Eh\Em\E?\E1\E9\E@\EX\EU:\
                   1772:        :tc=bee:
1.6       cgd      1773: 8686|harris 8686:\
1.1       cgd      1774:        :k1=^B^[p^C:k2=^B^[q^C:k3=^B^[r^C:k4=^B^[s^C:k5=\E3:\
                   1775:        :k6=\EI:k7=\ER:k8=\EJ:k9=\E(:k10=\Ej:k11=\EW:\
                   1776:        :k12=^B^[{^C:k13=^B^[|^C:k14=^B^[}^C:k15=^B^[~^C:k16=^B^[\177^C:\
                   1777:        :is=\ES\E#\E*\Eh\Em\E?\E1\E9\E@\EX\EU\E"*Z01\
                   1778:        \E"8F35021B7C83#\E"8F45021B7D83#\E"8F55021B7E83#\E"8F65021B7F83#\
                   1779:        \E"8F75021B7383#\E"8F851BD7#\E"8F95021B7083#\E"8FA5021B7183#\
                   1780:        \E"8FB5021B7283#:\
                   1781:        :tc=bee:
1.6       cgd      1782: bee|harris beehive:\
1.1       cgd      1783:        :co#80:li#24:am:bs:cd=\EJ:ce=\EK:cl=\EE:nd=\EC:\
                   1784:        :cm=\EF%+ %+ :up=\EA:do=\EB:ho=\EH:bt=\E>:\
                   1785:        :al=\EL:dc=\EP:dl=\EM:ei=\E@:im=\EQ:ic=:mi:\
                   1786:        :kl=\ED:kr=\EC:ku=\EA:kd=\EB:kh=\EH:kb=^H:\
                   1787:        :us=\Ed`:ue=\Ed@:so=\EdP:se=\Ed@:\
                   1788:        :ko=al,bt,ce,cl,dc,dl,ei,ho,ic,im:
                   1789: # # --------------------------------
                   1790: #
                   1791: # c: CONCEPT (HUMAN DESIGNED SYSTEMS)
                   1792: #
                   1793: # From vax135!hpk  Sat Jun 27 07:41:20 1981
                   1794: # Extensive changes to c108 by arpavax:eric Feb 1982
                   1795: #
                   1796: # There seem to be a number of different versions of the C108 PROMS
                   1797: # (with bug fixes in its Z-80 program).
                   1798: # The first one that we had would lock out the keyboard of you
                   1799: # sent lots of short lines (like /usr/dict/words) at 9600 baud.
                   1800: # Try that on your C108 and see if it sends a ^S when you type it.
                   1801: # If so, you have an old version of the PROMs.
                   1802: # The old one also messed up running vi with a 132-character line-length.
                   1803: # You should configure the C108 to send ^S/^Q before running this.
                   1804: # It is much faster (at 9600 baud) than the c100 because the delays
                   1805: # are not fixed.
                   1806: # new status line display entries for c108:
                   1807: # hs - has status capability
                   1808: # es - escape sequences are OK on status line
                   1809: # i2 - second init str - setup term for status display - set programmer mode,
                   1810: #      select window 2, define window at last line of memory,
                   1811: #      set bkgnd stat mesg there, select window 0.
                   1812: # ts - to status line - select window 2, home cursor, erase to end-of-window,
                   1813: #      1/2 bright on, goto(line#0, col#?)
                   1814: # fs - from status line - 1/2 bright off, select window 0
                   1815: # ds - disable status display - set bkgnd status mesg with illegal window #
                   1816: #
                   1817: # the following two entries are for emacs -- they are just like the regular
                   1818: # entries except that they have buffer overflow control OFF
1.6       cgd      1819: e108-8p:\
1.1       cgd      1820:        :i2=\EU\E z"\Ev^A\177 !p\E ;"\E z \Ev  ^A\177p\Ep\n:\
                   1821:        :te=\Ev  ^A\177p\Ep\r\n:tc=e108-4p:
1.6       cgd      1822: e108-4p:\
1.1       cgd      1823:        :is=\EU\E f\Ef\E7\E5\E8\El\ENH\EK\E\200\Eo&\200\Eo\47\E\E!\E^G!\E^HA@ :\
                   1824:        :tc=c108-4p:
1.6       cgd      1825: c108|c108-8p|concept108-8p|concept 108 w/8 pages:\
1.1       cgd      1826:        :i2=\EU\E z"\Ev^A\177 !p\E ;"\E z \Ev  ^A\177p\Ep\n:\
                   1827:        :te=\Ev  ^A\177p\Ep\r\n:tc=c108-4p:
1.6       cgd      1828: c108-4p|concept108-4p|concept 108 w/4 pages:\
1.1       cgd      1829:        :es:hs:ts=\E z"\E?\E^C\Ea %+ :fs=\E z :ds=\E ;\177:\
                   1830:        :i2=\EU\E z"\Ev\177 !p\E ;"\E z \Ev  \177p\Ep\n:do=^J:pt:\
                   1831:        :is=\EU\E F\Ef\E7\E5\E8\El\ENH\EK\E\200\Eo&\200\Eo\47\E\E!\E^G!\E^HA@ :\
                   1832:        :ti=\EU\Ev  8p\Ep\r:te=\Ev  \177p\Ep\r\n:\
                   1833:        :al=\E^R:le=^H:bs:cd=\E^C:ce=\E^S:cl=\E?\E^E:cm=\Ea%+ %+ :co#80:\
                   1834:        :dc=\E^Q:dl=\E^B:ei=\E\200:eo:im=\E^P:li#24:mi:nd=\E=:\
                   1835:        :kb=^h:up=\E;:db:us=\EG:ue=\Eg:vs=\EW:ve=\Ew:am:xn:\
                   1836:        :vb=\Ek\200\200\200\200\200\200\200\200\200\200\200\200\200\200\EK:\
                   1837:        :ks=\EX:ke=\Ex:ku=\E;:kd=\E<:kl=\E>:kr=\E=:kh=\E?:\
                   1838:        :k1=\E5:k2=\E6:k3=\E7:k4=\E8:k5=\E9:k6=\E\72:\
                   1839:        :so=\ED:se=\Ed:mh=\EE:md=\ED:mr=\ED:me=\Ee\Ed\Eg\Ec:
1.6       cgd      1840: c108-rv-8p|concept108-rv-8p|concept 108 w/8 pages, in reverse video:\
1.1       cgd      1841:        :vb=\EK\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ek:\
                   1842:        :is=\EU\E F\Ef\E7\E5\E8\El\ENH\Ek\E\200\Eo&\200\Eo\47\E\E!\E^G!\E^HA@ :\
                   1843:        :ts=\E z"\E?\E^C\EE\Ea %+ :fs=\Ee\E z :tc=c108-8p:
1.6       cgd      1844: c108-rv-4p|concept108-rv-4p|concept 108 w/4 pages, in reverse video:\
1.1       cgd      1845:        :vb=\EK\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ek:\
                   1846:        :is=\EU\E F\Ef\E7\E5\E8\El\ENH\Ek\E\200\Eo&\200\Eo\47\E\E!\E^G!\E^HA@ :\
                   1847:        :ts=\E z"\E?\E^C\EE\Ea %+ :fs=\Ee\E z :tc=c108-4p:
1.6       cgd      1848: c108-na|c108-na-8p|concept108-na-8p|concept 108 w/8 pages, no arrows:\
1.1       cgd      1849:        :ks@:ke@:k7=\E;:k8=\E<:k9=\E=:tc=c108-8p:
1.6       cgd      1850: c108-rv-na|c108-rv-na-8p|concept 108 w/8 pages, no arrows in rev video:\
1.1       cgd      1851:        :ts=\E z"\E?\E^C\EE\Ea %+ :fs=\Ee\E z :\
                   1852:        :ks@:ke@:k7=\E;:k8=\E<:k9=\E=:tc=c108-rv-8p:
                   1853: # this needs new frotz in the cm capability for 2-char addrs when > 95....
1.6       cgd      1854: c108-w|c108-w-8p|concept108-w-8p|concept 108 w/8 pages in wide mode:\
1.1       cgd      1855:        :is=\EU\E F\Ef\E7\E5\E8\El\ENH\EK\E\200\Eo&\200\Eo\47\E\E"\E^G!\E^HA@ :\
                   1856:        :ti=\EU\Ev  8^AD\Ep\r:te=\Ev  ^A0^AD\Ep\r\n:pt@:cm@:\
                   1857:        :co#132:tc=c108-8p:
1.6       cgd      1858: avt-w|avtw|HDS concept avt w/4 or 8 pages; 132 columns:\
1.1       cgd      1859:        :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[0!y\E[0\0720\07232!r\E[w\E2\r\n:\
                   1860:        :ch=\E[%i%3G:cm=\E[%i%2;%3H:co#132:tc=avt:
1.6       cgd      1861: avt-8p-s|concept avt w/8 pages & 80 cols running sysline:\
1.1       cgd      1862:        :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:\
                   1863:        :hs:es:ts=\E[2!w\E[H\E[J\E[%i%dG:fs=\E[!w:\
                   1864:        :ds=\E[2!w\E[2J\E[!w\E[*w:te=\E[1;191w\E2\n:tc=avt:
1.6       cgd      1865: avt-4p-s|concept avt w/4 pages & 80 cols running sysline:\
1.1       cgd      1866:        :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:\
                   1867:        :hs:es:ts=\E[2!w\E[H\E[J\E[%i%dG:fs=\E[!w:\
                   1868:        :ds=\E[2!w\E[2J\E[!w\E[*w:te=\E[1;95w\E2\n:tc=avt:
1.6       cgd      1869: avt-rv|HDS concept avt w/4 or 8 pages, 80 columns, reverse video:\
1.1       cgd      1870:        :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:\
                   1871:        :ve=\E[4l:vs=\E[4l:tc=avt:
1.6       cgd      1872: avt|HDS concept avt w/4 or 8 pages, 80 columns:\
1.1       cgd      1873:        :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:\
                   1874:        :ae=^O:al=\E[L:am:as=^N:bs:bt=\E[Z:cd=\E[J:ce=\E[K:\
                   1875:        :ch=\E[%i%2G:cl=\E[H\E[J:cm=\E[%i%2;%2H:co#80:cv=\E[%i%2d:\
                   1876:        :dc=\E[P:dl=\E[M:do=\E[B:ei=\E1:eo:ho=\E[H:im=\E1:kb=^H:kd=\E[B:\
                   1877:        :kh=\E[H:kl=\E[D:ko=do,ho,nd,up:kr=\E[C:\
                   1878:        :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:\
                   1879:        :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:\
                   1880:        :ku=\E[A:li#24:mi:nd=\E[C:pt:se=\E[7!{:so=\E[7m:\
                   1881:        :te=\E[w\E2\n:ti=\E[1;24w\E2\n:ue=\E[4!{:\
                   1882:        :up=\E[A:us=\E[4m:ve=\E[=4;119l:vs=\E[4l\E[=119h:xn:
                   1883: #
                   1884: # Concepts have only window relative cursor addressing, not screen relative.
                   1885: # To get it to work right here, ti/te (which were invented for the concept)
                   1886: # lock you into a one page window for screen style programs.  To get out of
                   1887: # the one page window, we use a clever trick: we set the window size to zero
                   1888: # ("\Ev    " in te) which the terminal recognizes as an error and resets the
                   1889: # window to all of memory.
                   1890: #
                   1891: # Some tty drivers use cr3 for concept, others use nl3, hence dN/dC below.
                   1892: # This padding is only needed at 9600 baud.
                   1893: # 2 nulls padding on te isn't always enough.  6 works fine.  Maybe less
                   1894: # than 6 but more than 2 will work.
1.6       cgd      1895: c100|concept|c1004p|c100-4p|concept100|concept 100:\
1.1       cgd      1896:        :is=\EU\Ef\E7\200\200\E5\E8\200\200\El\ENH\EK\E\200\Eo&\200\Eo\47\E\E^G\041\E^HA@ :\
                   1897:        :ti=\EU\Ev  8p\Ep\r:te=\Ev    \200\200\200\200\200\200\Ep\r\n:\
                   1898:        :al=3*\E^R:am:le=^H:bs:cd=16*\E^C:ce=16\E^U:cl=2*^L:cm=\Ea%+ %+ :co#80:\
                   1899:        :dc=16\E^Q:dl=3*\E^B:ei=\E\200:eo:im=\E^P:ip=16*:li#24:mi:nd=\E=:\
                   1900:        :pt:kb=^h:ta=8\t:up=\E;:db:us=\EG:ue=\Eg:xn:\
                   1901:        :vb=\Ek\200\200\200\200\200\200\200\200\200\200\200\200\200\200\EK:\
                   1902:        :.dN#9:dC#9:pb#9600:vt#8:us=\EG:ue=\Eg:so=\EE\ED:se=\Ed\Ee:\
                   1903:        :mh=\EE:mr=\ED:mb=\EC:mp=\EI:mk=\EH:me=\EN\200:do=^J:\
                   1904:        :ks=\EX:ke=\Ex:ku=\E;:kd=\E<:kl=\E>:kr=\E=:kh=\E?:k1=\E5:k2=\E6:k3=\E7:
1.6       cgd      1905: c100-rv-pp|c100-rv-4p-pp|concept100-rv-pp|c100rv4ppp|w/ printer port:\
1.1       cgd      1906:        :is=\EU\Ef\E7\200\200\E5\E8\200\200\El\ENH\Ek\E\200\Eo&\200\Eo\041\200\EQ"\EY(^W\Eo\47\E\E^G\041\E^HA@ :\
                   1907:        :tc=c100-rv:
1.6       cgd      1908: c100-rv-na|c100-rv-4p-na|concept100-rv-na|c100rv4pna|c100 with no arrows:\
1.1       cgd      1909:        :ks@:ke@:tc=c100-rv:
1.6       cgd      1910: c100-rv|c100-rv-4p|concept100-rv|c100rv4p|c100rv|c100 rev video:\
1.1       cgd      1911:        :is=\EU\Ef\E7\200\200\E5\E8\200\200\El\ENH\Ek\E\200\Eo&\200\Eo\47\E\E^G\041\E^HA@ :\
                   1912:        :vb=\EK\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ek:\
                   1913:        :so=\EE:se=\Ee:tc=c100:
                   1914: # This is useful at 1200 baud.
1.6       cgd      1915: c100-s|concept-s|concept100-s|slow concept 100:\
1.1       cgd      1916:        :vb=\Ek\200\EK:pt:dC@:dN@:tc=c100:
1.6       cgd      1917: c100-rv-s|concept-rv-s|concept100-rv-s|c100rvs|slow reverse concept 100:\
1.1       cgd      1918:        :vb=\EK\200\Ek:pt:dC@:dN@:tc=c100-rv:
                   1919: # # --------------------------------
                   1920: #
                   1921: # d: DEC (DIGITAL EQUIPMENT CORPORATION)
                   1922: #
                   1923: # Note that xn glitch in vt100 is not quite the same as concept, since
                   1924: # the cursor is left in a different position while in the weird state
                   1925: # (concept at beginning of next line, vt100 at end of this line) so
                   1926: # all versions of vi before 3.7 don't handle xn right on vt100.
                   1927: # I assume you have smooth scroll off or are at a slow enough baud
                   1928: # rate that it doesn't matter (1200? or less).  Also this assumes
                   1929: # that you set auto-nl to "on", if you set it off use vt100-nam below.
                   1930: #
                   1931: # Since there are two things here called vt100, the installer can make
                   1932: # a local decision to make either one standard "vt100" by including
                   1933: # it in the list of terminals in reorder, since the first vt100 in
                   1934: # /etc/termcap is the one that it will find.  The choice is between
                   1935: # nam (no automatic margins) and am (automatic margins), as determined
                   1936: # by the wrapline switch (group 3 #2).  I presonally recommend turning
                   1937: # on the bit and using vt100-am, since having stuff hammer on the right
                   1938: # margin is sort of hard to read.  However, the xn glitch does not occur
                   1939: # if you turn the bit off.
                   1940: #
                   1941: # I am unsure about the padding requirements listed here.  I have heard
                   1942: # a claim that the vt100 needs no padding.  It's possible that it needs
                   1943: # padding only if the xon/xoff switch is off.  For UNIX, this switch
                   1944: # should probably be on.
                   1945: #
                   1946: # The vt100 uses rs and rf rather than is/ct/st because the tab settings
                   1947: # are in non-volatile memory and don't need to be reset upon login.
                   1948: # You can type "reset" to get them set.
1.6       cgd      1949: vt100|dec-vt100|vt100-am|vt100am|dec vt100:\
1.1       cgd      1950:        :do=^J:co#80:li#24:cl=50\E[;H\E[2J:sf=2*\ED:\
                   1951:        :le=^H:bs:am:cm=5\E[%i%d;%dH:nd=2\E[C:up=2\E[A:\
                   1952:        :ce=3\E[K:cd=50\E[J:so=2\E[7m:se=2\E[m:us=2\E[4m:ue=2\E[m:\
                   1953:        :md=2\E[1m:mr=2\E[7m:mb=2\E[5m:me=2\E[m:is=\E[1;24r\E[24;1H:\
1.6       cgd      1954:        :if=/usr/share/tabset/vt100:\
1.1       cgd      1955:        :rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:ks=\E[?1h\E=:ke=\E[?1l\E>:\
                   1956:        :ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:kb=^H:\
                   1957:        :ho=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:pt:sr=2*\EM:vt#3:xn:\
                   1958:        :sc=\E7:rc=\E8:cs=\E[%i%d;%dr:
1.6       cgd      1959: vt100-nam|dec-vt100-nam|vt100nam|vt100 w/no am:\
1.1       cgd      1960:        :am@:xn@:\
                   1961:        :is=\E>\E[?3l\E[?4l\E[?5l\E[?7l\E[?8h:ks=\E[?1h\E=:ke=\E[?1l\E>:\
                   1962:        :tc=vt100-am:
1.6       cgd      1963: vt100-np|dec-vt100-np|vt100 with no padding (for psl games):\
                   1964:        :cl=\E[H\E[2J:sr=\EM:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\
                   1965:        :ce=\E[K:cd=\E[J:so=\E[7m:se=\E[m:us=\E[4m:ue=\E[m:\
                   1966:        :md=\E[1m:mr=\E[7m:mb=\E[5m:me=\E[m:tc=vt100:
                   1967: gt42|dec gt42:\
1.1       cgd      1968:        :do=^J:le=^H:bs:co#72:ns:li#40:os:
                   1969: #From ts@pc.ecn.purdue.edu (Thomas Ruschak)
1.6       cgd      1970: vt131|dec vt131:\
1.1       cgd      1971:        :cr=^M:do=^J:nl=^J:bl=^G:co#80:li#24:cl=50\E[;H\E[2J:\
                   1972:        :le=^H:bs:am:cm=5\E[%i%d;%dH:nd=2\E[C:up=2\E[A:\
                   1973:        :ce=3\E[K:cd=50\E[J:so=2\E[7m:se=2\E[m:us=2\E[4m:ue=2\E[m:\
                   1974:        :md=2\E[1m:mr=2\E[7m:mb=2\E[5m:me=2\E[m:is=\E[1;24r\E[24;1H:\
                   1975:        :rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:.ks=\E[?1h\E=:.ke=\E[?1l\E>:\
                   1976:        :ku=\E[A:kd=\E[B:kr=\E[C:kl=\E[D:kb=^H:\
                   1977:        :ho=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:ta=^I:pt:sr=5\EM:vt#3:xn:\
                   1978:        :sc=\E7:rc=\E8:cs=\E[%i%d;%dr:
1.6       cgd      1979: vt132:\
1.1       cgd      1980:        :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:
1.6       cgd      1981: gt40|dec gt40:\
1.1       cgd      1982:        :do=^J:le=^H:bs:co#72:ns:li#30:os:
1.6       cgd      1983: vt50|dec vt50:\
1.1       cgd      1984:        :do=^J:le=^H:bs:cd=\EJ:ce=\EK:cl=\EH\EJ:co#80:li#12:nd=\EC:pt:up=\EA:
1.6       cgd      1985: vt125|vt125-am|DEC vt125:\
1.1       cgd      1986:        :xn:do=^J:co#80:li#24:cl=50\E[H\E[2J:dC=10:dN#10:\
                   1987:        :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:\
                   1988:        :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:\
                   1989:        :me=2\E[m:is=\E[1;24r\E[24;1H\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
                   1990:        :ks=\E[?1h\E=:ke=\E[?1l\E>:if=/usr/share/tabset/vt100:ku=\EOA:kd=\EOB:\
                   1991:        :kr=\EOC:kl=\EOD:kb=^H:ho=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
                   1992:        :pt:sr=5\EM:vt#3:sc=\E7:rc=\E8:cs=\E[%i%d;%dr:
1.6       cgd      1993: vt125-nam|DEC vt125 no automatic margin:\
1.1       cgd      1994:        :am@:tc=vt125-am:
                   1995: # DEC gigi color graphic terminal, same as vt52
1.6       cgd      1996: gigi|dec gigi terminal:\
1.1       cgd      1997:        :co#80:is=200\E>\E[?4l\E[?5l\E[?7h\E[?8h:\
                   1998:        :li#24:cl=100\E[;H\E[2J:bs:cm=50\E[%i%2;%2H:nd=200\E[C:up=100\E[A:\
                   1999:        :ce=120\E[K:cd=100\E[J:so=20\E[7m:se=20\E[m:us=20\E[4m:ue=20\E[m:\
                   2000:        :ks=200\E[?1h\E=:ke=200\E[?1l\E>:\
                   2001:        :ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:\
                   2002:        :kh=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:pt:sr=200\EM:\
                   2003:        :dC=50:dF=200:dN#50:dT=50:
                   2004: #From William King <abvax!wrk@uunet.UU.NET>, basic ln03 entries
1.6       cgd      2005: ln03|dec ln03 LaserPrinter:\
1.1       cgd      2006:        :co#80:li#66:hc:hu=\EL:hd=\EK:so=\E[1m:se=\E[22m:\
                   2007:        :us=\E[4m:ue=\E[24m:
1.6       cgd      2008: ln03-w|dec ln03 LaserPrinter 132 cols:\
1.1       cgd      2009:        :co#132:tc=ln03:
1.6       cgd      2010: dw1|decwriter I:\
1.1       cgd      2011:        :do=^J:le=^H:bs:co#72:hc:os:
                   2012: # From tut@Topaz.CC Thu May 12 14:49:02 1983
1.6       cgd      2013: dw3|la120|decwriter III:\
1.1       cgd      2014:        :bs:kb=^H:co#132:hc:os:pt:\
                   2015:        :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:
                   2016: # From tut@topaz.CC Thu Sep 24 22:10:46 1981
1.6       cgd      2017: dw4|decwriter IV:\
1.1       cgd      2018:        :do=^J:le=^H:bs:co#132:hc:os:am:\
                   2019:        :pt:is=\Ec:k0=\EOP:k1=\EOQ:k2=\EOR:k3=\EOS:kb=^H:
1.6       cgd      2020: vt50h|dec vt50h:\
1.1       cgd      2021:        :do=^J:le=^H:bs:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :\
                   2022:        :co#80:li#12:nd=\EC:pt:sr=\EI:up=\EA:
1.6       cgd      2023: vt100-s|dec-vt100-s|vt100 with status line at top:\
1.1       cgd      2024:        :li#23:i2=\E[2;24r\E[24;1H:cm@:ho=\E[H^J:cl=50\E[;H^J\E[0J:\
                   2025:        :hs:es:ts=\E7\E[1;%dH\E[1K:fs=\E8:tc=vt100-am:
1.6       cgd      2026: vt100-s-bot|dec-vt100-s-bot|vt100 with status line at bottom:\
1.1       cgd      2027:        :li#23:i2=\E[1;23r\E[23;1H:\
                   2028:        :hs:es:ts=\E7\E[24;%dH\E[1K:fs=\E8:tc=vt100-am:
1.6       cgd      2029: vt100-nav|dec-vt100-nav|dec vt100 132 cols 14 lines (w/o advanced video option):\
1.1       cgd      2030:        :li#14:tc=vt100-w:
1.6       cgd      2031: vt100-w|dec-vt100-w|dec vt100 132 cols (w/advanced video):\
                   2032:        :if=/usr/share/tabset/vt100-w:\
1.1       cgd      2033:        :co#132:li#24:rs=\E>\E[?3h\E[?4l\E[?5l\E[?8h:tc=vt100-am:
1.6       cgd      2034: vt100-w-nam|dec-vt100-w-nam|dec vt100 132 cols (w/advanced video), no am:\
                   2035:        :if=/usr/share/tabset/vt100-w:\
1.1       cgd      2036:        :co#132:li#24:rs=\E>\E[?3h\E[?4l\E[?5l\E[?8h:vt@:tc=vt100-nam:
1.6       cgd      2037: vt102|vt100 w/adv. video:\
1.1       cgd      2038:        :al=\E[1L:dl=\E[1M:im=\E[4h:ei=\E[4l:mi:dc=\E[1P:ku=\EOA:kd=\EOB:\
                   2039:        :kr=\EOC:kl=\EOD:k0=\EOp:k1=\EOq:k2=\EOr:k3=\EOs:k4=\EOt:k5=\EOu:\
                   2040:        :k6=\EOv:k7=\EOw:k8=\EOx:k9=\EOy:as=\E(0:ae=\E(B:am@:xn@:tc=vt100am:
1.6       cgd      2041: vt102-w|dec vt102 132 cols (w/advanced video):\
                   2042:        :co#132:li#24:rs=\E>\E[?3h\E[?4l\E[?5l\E[?8h:tc=vt102:
1.1       cgd      2043: # (from lai@decwrl) should be a vt102, but have heard enough
                   2044: # unsubstantiated complaints to make it an alternate (obsolete) version
1.6       cgd      2045: vt102-obs|dec vt102:\
1.1       cgd      2046:        :do=^J:co#80:li#24:cl=50\E[;H\E[2J:\
                   2047:        :le=^H:bs:cm=5\E[%i%d;%dH:nd=2\E[C:up=2\E[A:\
                   2048:        :ce=3\E[K:cd=50\E[J:so=2\E[7m:se=2\E[m:us=2\E[4m:ue=2\E[m:\
                   2049:        :md=2\E[1m:mr=2\E[7m:mb=2\E[5m:me=2\E[m:is=\E[1;24r\E[24;1H:\
                   2050:        :rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:ks=\E[?1h\E=:ke=\E[?1l\E>:\
                   2051:        :ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:kb=^H:\
                   2052:        :ho=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:pt:sr=5\EM:vt#3:\
                   2053:        :sc=\E7:rc=\E8:cs=\E[%i%d;%dr:vs=\E[?7l:ve=\E[?7h:
1.6       cgd      2054: vt52|dec-vt52|dec vt52:\
1.1       cgd      2055:        :do=^J:le=^H:bs:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :co#80:li#24:\
                   2056:        :nd=\EC:pt:sr=\EI:up=\EA:ku=\EA:kd=\EB:kr=\EC:kl=\ED:kb=^H:
                   2057: # vt61 created by Roger Sacilotto  Massachusetts Computer Associates, Inc
                   2058: # Similar to vt52 but add al and dl
                   2059: #
1.6       cgd      2060: vt61|dec vt61:\
1.1       cgd      2061:        :al=\EPf:dl=\EPd:tc=vt52:
1.6       cgd      2062: dw2|decwriter II:\
1.1       cgd      2063:        :do=^J:kb=^h:le=^H:bs:co#132:hc:os:
                   2064: # DEC PRO-350 console (VT220-style)
1.6       cgd      2065: pro350|decpro|dec pro console:\
1.1       cgd      2066:        :bs:cd=\EJ:ce=\EK:cl=\EH\EJ:\
                   2067:        :cm=\EY%+ %+ :co#80:ho=\EH:\
                   2068:        :kl=\ED:kr=\EC:ku=\EA:kd=\EB:kh=\EH:\
                   2069:        :k0=\EE:k1=\EF:k2=\EG:k3=\EH:k4=\EI:k5=\EJ:k6=\Ei:k7=\Ej:\
                   2070:        :li#24:nd=\EC:pt:sr=\EI:up=\EA:do=\EB:\
                   2071:        :se=\E^N:so=\E^H:us=\E^D:ue=\E^C:\
                   2072:        :ae=\EG:as=\EF:
                   2073: #
                   2074: # From: Bracy H. Elton  <elton@lll-crg>
1.6       cgd      2075: vt200|vt220|dec-vt220|vt200-js|vt220-js|dec vt200 series with jump scroll:\
1.1       cgd      2076:        :im=\E[4h:ei=\E[4l:mi:dc=\E[P:dm=:ed=:al=\E[L:\
                   2077:        :cs=\E[%i%d;%dr:sf=\ED:sr=\EM:sb=\EM:\
                   2078:        :ce=\E[K:cl=\E[H\E[J:cd=\E[J:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\
                   2079:        :so=\E[7m:se=\E[27m:us=\E[4m:ue=\E[24m:\
                   2080:        :md=\E[1m:mr=\E[7m:mb=\E[5m:me=\E[m:\
                   2081:        :is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H:\
                   2082:        :rs=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
                   2083:        :tc=vt100:
1.6       cgd      2084: vt200-ss|vt220-ss|dec-vt220-ss|dec vt200 series with smooth scroll:\
1.1       cgd      2085:        :is=\E>\E[?3l\E[?4h\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H:\
                   2086:        :rs=\E>\E[?3l\E[?4h\E[?5l\E[?7h\E[?8h:\
                   2087:        :tc=vt200:
1.6       cgd      2088: vt200-w|vt220-w|dec-vt220-w|vt200-wj|vt220-wj|dec vt200 series; 132 col.; jump scroll:\
1.1       cgd      2089:        :is=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H:\
                   2090:        :rs=\E>\E[?3h\E[?4l\E[?5l\E[?7h\E[?8h:\
                   2091:        :co#132:tc=vt200:
1.6       cgd      2092: vt200-ws|vt220-ws|dec-vt220-ws|dec vt200 series; 132 col.; smooth scroll:\
1.1       cgd      2093:        :is=\E>\E[?3h\E[?4h\E[?5l\E[?7h\E[?8h\E[1;24r\E[24;1H:\
                   2094:        :rs=\E>\E[?3h\E[?4h\E[?5l\E[?7h\E[?8h:\
                   2095:        :co#132:tc=vt200:
1.8       brezak   2096: ## VT300 entry for VMS.  Also for VT300.
                   2097: # Make sure not to use \n for nl or anything else.
                   2098: # It is bad form to use ^J,^L,^K to scroll the screen.
                   2099: # If the VT2xx doesn't have newline mode set those characters
                   2100: # donot move the cursor down a line.  Use \ED instead.
                   2101: vt300|vt320|vt300-80|VT 300 with 80 columns, on VMS:\
                   2102:        :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:IC=\E[%d@:\
                   2103:        :LE=\E[%dD:RI=\E[%dC:SR=1*\E[%dM:UP=\E[%dA:al=\E[L:\
                   2104:        :am:bl=^G:bs:cd=2*\E[J:ce=2*\E[K:cl=45\E[H\E[2J:\
                   2105:        :cm=%i\E[%d;%dH:co#80:cr=\r:cs=\E[%i%d;%dr:ct=\E[3g:\
                   2106:        :dc=\E[P:dl=\E[M:dm=:do=\ED:ec=\E[%dX:ed=:ei=\E[4l:\
                   2107:        :ho=\E[H:ic:im=\E[4h:it#8:k1=\EOP:k2=\EOQ:k3=\EOR:\
                   2108:        :k4=\EOS:kd=\E[B:ke=\E[?1l\E>:kl=\E[D:kn#4:kr=\E[C:ks=\E[?1h\E=:\
                   2109:        :ku=\E[A:le=^H:li#24:mb=\E[5m:md=\E[1m:me=\E[0m:mi:\
                   2110:        :mr=\E[7m:ms:nd=\E[C:nl=\ED:nw=\EE:pf=\E[?4i:po=\E[?5i:\
                   2111:        :ps=\E[i:rc=\E8:sc=\E7:se=\E[27m:sf=1*\ED:so=\E[7m:\
                   2112:        :sr=1*\EM:st=\EH:ue=\E[24m:up=\EM:us=\E[4m:xn:
1.1       cgd      2113: # @(#)termcap  X10/6.6 11/7/86, minus alternate screen, plus :cs
1.6       cgd      2114: xterm|vs100|xterm terminal emulator (X window system):\
1.1       cgd      2115:        :do=^J:le=^H:ho=\E[H:\
                   2116:        :co#80:li#65:cl=\E[H\E[2J:bs:am:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\
                   2117:        :ce=\E[K:cd=\E[J:so=\E[7m:se=\E[m:us=\E[4m:ue=\E[m:\
                   2118:        :md=\E[1m:mr=\E[7m:me=\E[m:\
                   2119:        :ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:kb=^H:\
                   2120:        :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:pt:sf=\n:sr=\EM:\
                   2121:        :al=\E[L:dl=\E[M:im=\E[4h:ei=\E[4l:mi:dc=\E[P:\
                   2122:        :MT:ks=\E[?1h\E=:ke=\E[?1l\E>:xn:\
                   2123:        :AL=\E[%dL:DL=\E[%dM:DC=\E[%dP:\
                   2124:        :hs:ts=\E[?E\E[?%i%dT:fs=\E[?F:es:ds=\E[?E:\
                   2125:        :is=\E\E[m\E[?7h\E[?1;4l:cs=\E[%i%d;%dr:\
                   2126:        :rs=\E[r\E<\E[m\E[H\E[2J\E[?7h\E[?1;3;4;6l:
1.6       cgd      2127: xterms|vs100s|xterm terminal emulator (small)(X window system):\
1.1       cgd      2128:        :co#80:li#24:tc=xterm:
                   2129: # vs100 emulator using tsim    (from lai@decwrl)
1.6       cgd      2130: vs100t|tsim|vs100-tsim:\
1.1       cgd      2131:        :bs:cm=\EM%+ %+ :ho=\EH:do=^J:up=^K:cl=\EE:ce=\EL:cs=\ES%+ %+ :\
                   2132:        :so=\Eh:se=\Er:us=\Eu:ue=\Ev:al=\EI:Al=\E+%+ :dl=\ED:Dl=\E-%+ :\
                   2133:        :ic=\Ei:dc=\Ed:is=\ER:rs=\ER:am:cd=\EQ:pt:nd=\En:li#24:co#80:
                   2134: # # --------------------------------
                   2135: #
                   2136: # h: HEWLETT PACKARD
                   2137: #
                   2138: # Note: no "ho" on HP's since that homes to top of memory, not screen.
                   2139: # Due to severe 2621 braindamage, the only way to get the arrow keys to
                   2140: # transmit anything at all is to turn on the function key labels
                   2141: # (f1-f8) with ks, and even then the poor user has to hold down shift!
                   2142: # The default 2621 turns off the labels except when it has to to enable
                   2143: # the function keys.  If your installation prefers labels on all the time,
                   2144: # or off all the time (at the "expense" of the function keys) move the
                   2145: # 2621-nl or 2621-wl labels to the front using reorder.
                   2146: # Note: there are newer ROM's for 2621's that allow you to set strap A
                   2147: # so the regular arrow keys xmit \EA, etc, as with the 2645.  However,
                   2148: # even with this strap set, the terminal stops xmitting if you reset it,
                   2149: # until you unset and reset the strap!  Since there is no way to set/unset
                   2150: # the strap with an escape sequence, we don't use it in the default.
                   2151: # If you like, you can use 2621-ba (braindamaged arrow keys).
1.6       cgd      2152: 2621-ba|2621 w/new rom, strap A set:\
1.1       cgd      2153:        :ks@:ke@:ku=\EA:kd=\EB:kl=\ED:kr=\EC:kh=\Eh:tc=hp2621:
                   2154: # 2621 with function labels.  Most of the time they are off,
                   2155: # but inside vi, the function key labels appear.  You have to
                   2156: # hold down shift to get them to xmit.
1.6       cgd      2157: 2621|hp2621|hp2621a|hp2621p|2621a|2621p|2621-pb|hp2621-fl|hp 2621:\
1.1       cgd      2158:        :is=\E&j@\r:bt=\Ei:cm=\E&a%r%dc%dY:dc=2\EP:ip=2:pb#19200:\
                   2159:        :so=\E&dD:se=\E&d@:us=\E&dD:ue=\E&d@:me=\E&d@:\
                   2160:        :kh=\Ep\r:ku=\Et\r:kl=\Eu\r:kr=\Ev\r:kd=\Ew\r:\
                   2161:        :kn#8:k1=\Ep\r:k2=\Eq\r:k3=\Er\r:k4=\Es\r:k5=\Et\r:k6=\Eu\r:k7=\Ev\r:\
                   2162:        :k8=\Ew\r:ks=\E&jB:ke=\E&j@:ta=2^I:tc=hp:
                   2163: # 2621k45: untested
                   2164: # 2622: unsure if this is quite it, have only heard about the terminal.
1.6       cgd      2165: 2621k45|hp2621k45|k45|2622|hp2622|hp 2621 with 45 keyboard:\
1.1       cgd      2166:        :kb=^H:ku=\EA:kd=\EB:kl=\ED:kr=\EC:kh=\Eh:ks=\E&s1A:ke=\E&s0A:tc=2621:
1.6       cgd      2167: hp2645|2645|hp45:\
1.1       cgd      2168:        :mh=\E&dH:mr=\E&dB:us=\E&dD:mb=\E&dA:me=\E&d@:\
                   2169:        :ku=\EA:kd=\EB:kl=\ED:kr=\EC:kh=\Eh:ks=\E&s1A:ke=\E&s0A:tc=hp:
1.6       cgd      2170: hp|hpterm|hewlett-packard:\
1.1       cgd      2171:        :ct=\E3:st=\E1:do=^J:al=\EL:am:le=^H:bs:\
                   2172:        :cd=\EJ:ce=\EK:ch=\E&a%dC:cl=\EH\EJ:cm=6\E&a%r%dc%dY:\
                   2173:        :co#80:cv=\E&a%dY:da:db:dc=\EP:dl=\EM:ei=\ER:im=\EQ:\
                   2174:        :kb=^H:li#24:mi:nd=\EC:pt:se=\E&d@:so=\E&dJ:\
                   2175:        :us=\E&dD:ue=\E&d@:up=\EA:xs:vt#6:pb#9600:
                   2176: # This entry does not use any of the fancy windowing stuff of the 2621.
                   2177: # Indeed, termcap does not yet handle such stuff.  We are looking at it.
1.6       cgd      2178: hp2626|hp2626a|hp2626p|2626|2626a|2626p|hp 2626:\
1.1       cgd      2179:        :dc=2\EP:ip=2:se=\E&d@:so=\E&dB:cd=500\EJ:\
                   2180:        :mr=\E&dB:us=\E&dD:mb=\E&dA:mk=\E&dS:me=\E&d@:ue=\E&d@:\
                   2181:        :kh=\Eh:ku=\EA:kl=\ED:kr=\EC:kd=\EB:ks=\E&s1A:ke=\E&s0A:\
                   2182:        :sf=\ES:ta=2^I:xs:tc=2621:
                   2183: # cD is a pain - but it only screws up at 9600 baud.
                   2184: # You should use this terminal at 4800 baud or less.
1.6       cgd      2185: hp2648|hp2648a|2648a|2648|HP 2648a graphics terminal:\
1.1       cgd      2186:        :cl=50\EH\EJ:cm=20\E&a%r%dc%dY:dc=7\EP:ip=5:tc=2645:
                   2187: # This terminal should be used at 4800 baud or less.
1.6       cgd      2188: hp2645-np|2645 w/no padding:cm=\E&a%r%dc%dY:tc=hp2645:
1.1       cgd      2189: # 2640a doesn't have the Y cursor addressing feature, and C is memory relative
                   2190: # instead of screen relative, as we need.
1.6       cgd      2191: 2640|hp2640a|2640a|hp 2640a:\
1.1       cgd      2192:        :cm@:ks@:ke@:tc=2645:
1.6       cgd      2193: 2640b|hp2640b|2644a|hp2644a|hp 264x series:\
1.1       cgd      2194:        :ks@:ke@:tc=2645:
                   2195: # 2621 using all 48 lines of memory, only 24 visible at any time.  Untested.
1.6       cgd      2196: 2621-48|48 line 2621:\
1.1       cgd      2197:        :li#48:ho=\EH:cm=\E&a%r%dc%dR:tc=2621:
                   2198: # From: mcvax!westc!ahof@seismo.css.gov (Anton Hofland) (ahof@westc.uucp)
                   2199: # For newer versions, :li should correspond to the actual number of lines.
1.6       cgd      2200: hp110|HP110|HP110A|Hewlett Packard 110A Portable Computer:\
1.1       cgd      2201:        :co#80:li#16:am:db:cl=\E[2J:is=\E&j@\E[=7h:ch=\E&a%2C:cv=\E&a%2R:\
                   2202:        :cm=\E&a%2r%2C:ho=\Eh:cr=^M:nl=^J:ks=\E&s1A:ke=\E&s0A:kd=\EB:\
                   2203:        :ku=\EA:kr=\EC:kl=\ED:nd=\EC:up=\EA:le=^H:do=^J:bc=^H:bt=\Ei:\
                   2204:        :ta=\EI:sf=\E[s\EH\EM\E[u\EJ:sr=\ET:al=\EL:dl=\EM:kb=^H:bl=^G:\
                   2205:        :kh=\Eh:dc=\EP:im=\EQ:ei=\ER:mi:ms:xs:mr=\E[7m:mb=\E[5m:me=\E[0m:\
                   2206:        :so=\E[7m:se=\E[0m:rs=\E[0m\E&j@:cd=\EJ:ce=\EK:kn#8:k1=\Ep:k2=\Eq:\
                   2207:        :k3=\Er:k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:
                   2208: # 2621 with no labels ever.  Also prevents vi delays on escape.
1.6       cgd      2209: 2621-nl|hp2621nl|2621nl|hp2621-nl|hp 2621 with no labels:\
1.1       cgd      2210:        :ks@:ke@:kh@:ku@:kl@:kr@:kd@:tc=hp2621-fl:
                   2211: # Needed for UCB ARPAVAX console, since lsi-11 expands tabs (wrong).
1.6       cgd      2212: hp2621-nt|2621nt|2621-nt|hp2621nt|hp 2621 w/no tabs:\
1.1       cgd      2213:        :pt@:tc=hp2621:
                   2214: # 2621 with labels on all the time - normal outside vi, function inside vi.
1.6       cgd      2215: hp2621wl|2621wl|2621-wl|hp2621-wl|hp 2621 w/labels:\
1.1       cgd      2216:        :is=\E&jA\r:ke=\E&jA:tc=hp2621-fl:
                   2217: # 2392 (from haddix@arpa?)
1.6       cgd      2218: 2392|hp2392|hp2392a:\
1.1       cgd      2219:        :bt=\Ei:ip=2:is=\E&j@\E3\r:if=/usr/share/tabset/stdcrt:\
                   2220:        :ml=\El:MT:mu=\Em:km:\
                   2221:        :mh=\E&dH:mr=\E&dB:us=\E&dD:mb=\E&dA:me=\E&d@:\
                   2222:        :ku=\EA:kd=\EB:kl=\ED:kr=\EC:kh=\Eh:ks=\E&s1A:ke=\E&s0A:tc=hp:
                   2223: #HP 236 console
                   2224: #from ddavis@ic.berkeley.edu
1.6       cgd      2225: 236|hp236|HP236 internal terminal emulator:\
1.1       cgd      2226:        :am:bs:li#24:co#80:ce=\EK:cl=\EF:cm=\EE%+ %+ :\
                   2227:        :dc=\EJ:dl=\EH:ic=\EI:al=\EG:up=^K:im=:ei=:\
                   2228:        :so=\EBI:se=\ECI:vs=\EDB:ve=\EDE:
                   2229: # hp150 from ddavis@ic.berkeley.edu
1.6       cgd      2230: 150|hp150|hp150a|150a:\
1.1       cgd      2231:        :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:\
                   2232:        :bt=\Ei:li#24:cm=\E&a%r%dc%dY:dc=2\EP:ip=2:pb#19200:so=\E&dJ:\
                   2233:        :se=\E&d@:us=\E&dD:ue=\E&d@:me=\E&d@:kh=\Eh:ku=\EA:kl=\ED:kr=\EC:\
                   2234:        :kd=\EB:kn#8:k1=\Ep:k2=\Eq:k3=\Er:k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:\
                   2235:        :k8=\Ew:ta=2^I:ct=\E3:st=\E1:do=^J:al=\EL:am:le=^H:\
                   2236:        :bs:cd=\EJ:ce=\EK:ch=\E&a%dC:cl=\Eh\EJ:co#80:cv=\E&a%dY:da:db:dl=\EM:\
                   2237:        :ei=\ER:im=\EQ:kb=^H:mi:nd=\EC:pt:up=\EA:xs:vt#6:sf=\ES:sr=\ET:\
                   2238:        :vs=\E&s1A:ve=\E&s0A:ks=\E&jB\E&j@:ke=\E&j@:
                   2239: # From leres@okeeffe: This works on a hp300 console running Utah 4.3 BSD
1.6       cgd      2240: 300h|hp300h|HP Catseye console:\
1.1       cgd      2241:        :am:bs:cm=\E&a%dy%dC:do=\EB:le=\b:nd=\EC:up=\EA:dc=\EP:dl=\EM:\
                   2242:        :xs:da:db:mi:co#128:li#51:lm#0:sg#0:bt=\Ei:bl=^G:cr=\r:\
                   2243:        :ct=\E3:cl=\E&a0y0C\EJ:ce=\EK:cd=\EJ:ch=\E&a%dC:cv=\E&a%dY:\
                   2244:        :se=\E&d@:ue=\E&d@:im=\EQ:so=\E&dB:us=\E&dD:me=\E&d@:ei=\ER:\
                   2245:        :if=/usr/share/tabset/stdcrt:al=\EL:kb=\b:kd=\EB:kh=\Eh:kl=\ED:\
                   2246:        :kr=\EC:ku=\EA:ke=\E&s0A:ks=\E&s1A:sf=\n:ta=\t:
                   2247: #From gregc@ernie.berkeley.edu (Greg Couch)
1.6       cgd      2248: 9837|hp9837|98720|hp98720|98721|hp98721|HP 9000/300 workstations:\
1.1       cgd      2249:        :bs:pt:am:xs:da:db:mi:\
                   2250:        :co#128:li#46:lm#0:\
                   2251:        :is=\E&v0m1b0i&j@:bt=\Ei:bl=^G:ct=\E3:\
                   2252:        :cl=\E&a0y0C\EJ:ce=\EK:cd=\EJ:ch=\E&a%dC:\
                   2253:        :cm=\E&a%dy%dC:do=\EB:le=^H:nd=\EC:\
                   2254:        :up=\EA:dc=\EP:dl=\EM:im=\EQ:\
                   2255:        :so=\E&v5S:us=\E&dD:me=\E&d@:ei=\ER:\
                   2256:        :se=\E&v0S:ue=\E&d@:al=\EL:\
                   2257:        :kb=^H:kd=\EB:kh=\Eh:kl=\ED:\
                   2258:        :kr=\EC:ku=\EA:ke=\E&s0A:ks=\E&s1A:\
                   2259:        :cv=\E&a%dY:sf=\n:st=\E1:\
                   2260:        :ko=ce,cd,al,im,dl,dc:kN=\EU:kP=\EV
                   2261: # Developed 07SEP90 by Charles A. Finnell of MITRE   <finnell@mitre.org>
1.6       cgd      2262: 98550|hp98550|98550a|hp98550a|HP 9000 Series 300 color console:\
1.1       cgd      2263:        :ae=^O:al=\EL:am:as=^N:bl=^G:bs:bt=\Ei:cd=\EJ:ce=\EK:ch=\E&a%dC:\
                   2264:        :cl=\EH\EJ:cm=\E&a%dy%dC:co#128:cr=\r:ct=\E3:cv=\E&a%dY:da:db:dc=\EP:\
                   2265:        :dl=\EM:do=\n:ei=\ER:if=/usr/share/tabset/9837:im=\EQ:k1=\Ep:k2=\Eq:\
                   2266:        :k3=\Er:k4=\Es:k5=\Et:k6=\Eu:k7=\Ev:k8=\Ew:kA=\EL:kC=\EJ:kD=\EP:\
                   2267:        :kE=\EK:kF=\ES:kH=\EF:kI=\EQ:kL=\EM:kM=\ER:kN=\EU:kP=\EV:kR=\ET:\
                   2268:        :kS=\EJ:kT=\E1:ka=\E3:kb=\b:kd=\EB:ke=\E&s0A:kh=\Eh:kl=\ED:kn#12:\
                   2269:        :ko=al,cd,ce,ct,dc,dl,do,ei,im,nd,st,up:kr=\EC:ks=\E&s1A:kt=\E2:\
                   2270:        :ku=\EA:le=\b:li#49:lm#0:mb=\E&dA:md=\E&dJ:me=\E&d@:mh=\E&dH:mi:\
                   2271:        :mk=\E&ds:mr=\E&dJ:nd=\EC:pt:se=\E&d@:sf=\n:so=\E&dJ:st=\E1:ta=\t:\
                   2272:        :ue=\E&d@:up=\EA:us=\E&dD:ve=\E*dQ:vi=\E*dR:xs:
                   2273: # From: vic@fine.Princeton.EDU (Victor Duchovni)
1.6       cgd      2274: hp700-wy|HP700/41 emulating wyse30:\
1.1       cgd      2275:        :al=0.7*\EE:am:bl=^G:bs:bt=\EI:bw:cd=\EY:ce=10\ET:cl=^Z:cm=\E=%+ %+ :\
                   2276:        :co#80:cr=^M:ct=\E0:cv=\E[%+ :dc=\EW:dl=\ER:do=^V:ei=\Er:\
                   2277:        :ho=^^:if=/usr/share/tabset/hp700-wy:ll=^^^K:mi:ms:nd=^L:nl=^J:pt:\
                   2278:        :im=\Eq:is=\E~"\EC\Er\E(\EG0^C\E`9\E`1:kb=^?:kd=^V:\
                   2279:        :kh=^^:kl=^H:ko=cl,ho,ce,bt,ta,im,ei,ce,cd:kr=:ku=:le=^H:li#24:\
                   2280:        :rs=\E~"\EC\Er\E(\EG0^C\E`9\E`1:se=10\EG0:sg#1:so=10\EG4:sr=\Ej:\
                   2281:        :st=\E1:ue=10\EG0:up=^K:ug#1:us=10\EG8:
                   2282: # # --------------------------------
                   2283: #
                   2284: # i: INFOTON (GENERAL TERMINAL)
                   2285: #
                   2286: # Infoton is now called General Terminal Corp. or some such thing.
                   2287: # gt100 sounds like something DEC would come out with.  Lets hope they don't.
1.6       cgd      2288: i100|gt100|gt100a|General Terminal 100A (formerly Infoton 100):\
1.1       cgd      2289:        :do=^J:cl=^L:cd=\EJ:ce=\EK:li#24:co#80:\
                   2290:        :al=\EL:dl=\EM:up=\EA:nd=\EC:ho=\EH:cm=\Ef%r%+ %+ :vb=\Eb\Ea:\
                   2291:        :am:le=^H:bs:so=\Eb:se=\Ea:
1.6       cgd      2292: i400|400|infoton 400:\
1.1       cgd      2293:        :do=^J:al=\E[L:am:le=^H:bs:ce=\E[N:cl=\E[2J:cm=%i\E[%3;%3H:co#80:\
                   2294:        :dl=\E[M:li#25:nd=\E[C:up=\E[A:im=\E[4h\E[2Q:ei=\E[4l\E[0Q:\
                   2295:        :dc=\E[4h\E[2Q\E[P\E[4l\E[0Q:
1.6       cgd      2296: addrinfo:\
1.1       cgd      2297:        :do=^J:li#24:co#80:cl=^L:ho=^H:nd=^Y:cd=^K:\
                   2298:        :up=^\:am:le=^Z:bc=^Z:cm=\037%+\377%+\377:ll=^H^\:
1.6       cgd      2299: infotonKAS:\
1.1       cgd      2300:        :do=^J:am:le=^Z:bc=^Z:cd=^K:cl=^L:co#80:li#24:nd=^Y:up=^\:ll=^H^\:
                   2301: # # --------------------------------
                   2302: #
                   2303: # k: HEATHKIT (ZENITH)
                   2304: #
1.6       cgd      2305: h19-a|h19a|heath-ansi|heathkit-a|heathkit h19 ansi mode:\
1.1       cgd      2306:        :\
                   2307:        :al=1*\E[1L:am:le=^H:bs:cd=\E[J:ce=\E[K:cl=\E[2J:cm=\E[%i%2;%2H:co#80:\
                   2308:        :dc=\E[1P:dl=1*\E[1M:do=\E[1B:ei=\E[4l:ho=\E[H:im=\E[4h:li#24:mi:\
                   2309:        :nd=\E[1C:as=\E[10m:ae=\E[11m:ms:pt:se=\E[0m:so=\E[7m:up=\E[1A:\
                   2310:        :vs=\E[>4h:ve=\E[>4l:kb=^h:ku=\E[1A:kd=\E[1B:kl=\E[1D:kr=\E[1C:\
                   2311:        :kh=\E[H:kn#8:k1=\EOS:k2=\EOT:k3=\EOU:k4=\EOV:k5=\EOW:l6=blue:\
                   2312:        :l7=red:l8=white:k6=\EOP:k7=\EOQ:k8=\EOR:\
                   2313:        :sr=\EM:is=\E<\E[>1;2;3;4;5;6;7;8;9l\E[0m\E[11m\E[?7h:
1.6       cgd      2314: h19-bs|h19bs|heathkit w/keypad shifted:\
1.1       cgd      2315:        :ks=\Et:ke=\Eu:tc=h19-b:
                   2316: #written by David Shewmake, UCSF Medical Information Science
                   2317: #ucbvax!ucsfmis!shewmake
1.6       cgd      2318: h29|heath-29|z29|zenith-29:\
1.1       cgd      2319:        :am:bc=\ED:bt=\E-:do=^J:\
                   2320:        :al=\EL:le=^H:bs:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :co#80:dc=\EN:\
                   2321:        :dl=1*\EM:do=\EB:ei=\EO:ho=\EH:im=\E@:li#24:mi:nd=\EC:as=\EF:ae=\EG:\
                   2322:        :ms:pt:sr=\EI:se=\Eq:so=\Ep:up=\EA:vs=\Ex4:ve=\Ey4:\
                   2323:        :kb=^H:ku=\EA:kd=\EB:kl=\ED:kr=\EC:kh=\EH:kn#1:k0=\E~:l0=HOME:\
                   2324:        :k1=\ES:k2=\ET:k3=\EU:k4=\EV:k5=\EW:k6=\EP:k7=\EQ:k8=\ER:k9=\E0I:\
                   2325:        :es:hs:ts=\Ej\Ex5\Ex1\EY8%+ \Eo:fs=\Ek\Ey5:ds=\Ey1:us=\Es8:ue=\Es0:
                   2326: #the z29-e entry sucks...but it works with emacs
1.6       cgd      2327: z29-e|zenith 29 hacked for emacs:\
1.1       cgd      2328:        :ip=1.5:ks=\Et:ke=\Eu:vs@:ve@:al=1*\EL:am:le=^H:\
                   2329:        :bs:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :co#80:dc=\EN:dl=1*\EM:\
                   2330:        :do=\EB:ho=\EH:li#24:nd=\EC:as=\EF:ae=\EG:ms:\
                   2331:        :pt:sr=\EI:se=\Eq:so=\Ep:up=\EA:vs=\Ex4:ve=\Ey4:kb=^h:\
                   2332:        :ku=\EA:kd=\EB:kl=\ED:kr=\EC:kh=\EH:kn#8:k1=\ES:k2=\ET:k3=\EU:\
                   2333:        :k4=\EV:k5=\EW:l6=blue:l7=red:l8=white:k6=\EP:k7=\EQ:k8=\ER:es:hs:\
                   2334:        :ts=\Ej\Ex5\Ex1\EY8%+ \Eo:fs=\Ek\Ey5:ds=\Ey1:
                   2335: # z29 in ansi mode. Assumes that the cursor is in the correct state, and that
                   2336: # the world is stable. `rs' causes the terminal to be reset to the state
                   2337: # indicated by the name. kc -> key click, nkc -> no key click, uc -> underscore
                   2338: # cursor, bc -> block cursor.
                   2339: # from Mike Meyers
1.6       cgd      2340: z29a|z29a-kc-bc|h29a-kc-bc|heath/zenith 29 in ansi mode:\
1.1       cgd      2341:        :do=^J:co#80:li#24:cl=\E[2J:pt:ho=\E[H:\
                   2342:        :le=^H:bs:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:mb=\E[5m:mr=\E7m:\
                   2343:        :ce=\E[K:cd=\E[J:so=\E[7;2m:se=\E[m:us=\E[4m:ue=\E[m:mh=\E[2m:\
                   2344:        :md=\E[2m:mr=\E[7m:mb=\E[5m:me=\E[m:\
                   2345:        :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:\
                   2346:        :ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:kb=^H:\
                   2347:        :k1=\EOS:k2=\EOT:k3=\EOU:k4=\EOV:k5=\EOW:k6=\EOP:k7=\EOQ:k8=\EOR:\
                   2348:        :k9=\EOX:k0=\E[~:l0=help:kn#2:ko=ho,cd:if=/usr/share/tabset/zenith29:\
                   2349:        :es:hs:ts=\E[s\E[>5;1h\E[25;%i%dH\E[1K:fs=\E[u\E[>5l:ds=\E[>1l:\
                   2350:        :cs=\E[%i%d;%dr:sr=\EM:sf=\ED:DO=\E[%dB:UP=\E[%dA:LE=\E[%dD:\
                   2351:        :RI=\E[%dC:AL=\E[%dL:DL=\E[%dM:sc=\E[s:rc=\E[r:dc=\E[1P:DC=\E[%dP:\
                   2352:        :kC=\E[J:ct=\E[3g:st=\EH:ti=\E[?7l:te=\E[?7h:ps=\E#7:
1.6       cgd      2353: z29a-kc-uc|h29a-kc-uc:\
1.1       cgd      2354:        :rs=\E<\E[1;24r\E[24;1H\E[?7h\E[>1;2;3;4;5;6;7;8;9l\E[m\E[11m:\
                   2355:        :tc=z29a:
1.6       cgd      2356: z29a-nkc-bc|h29a-nkc-bc:\
1.1       cgd      2357:        :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:\
                   2358:        :tc=z29a:
1.6       cgd      2359: z29a-nkc-uc|h29a-nkc-uc:\
1.1       cgd      2360:        :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:\
                   2361:        :tc=z29a:
                   2362: #z100 entry from Brad Brahms at TRW (Brahms@USC-ECLC)
                   2363: #                         usenet: {decvax,ucbvax}!trwrb!trwspp!brahms
1.6       cgd      2364: z100|h100|z110|z-100|h-100|heath/zenith z-100 pc with color monitor:\
1.1       cgd      2365:        :vs=\Ex4\Em71:ve=\Ey4\Em70:tc=z100bw:
1.6       cgd      2366: z100bw|h100bw|z110bw|z-100bw|h-100bw|heath/zenith z-100 pc:\
1.1       cgd      2367:        :al=5*\EL:bs:cd=\EJ:ce=\EK:cl=5*\EE:cm=1*\EY%+ %+ :co#80:dc=1*\EN:\
                   2368:        :dl=5*\EM:do=\EB:ei=\EO:ho=\EH:im=\E@:li#24:mi:nd=\EC:as=\EF:ae=\EG:\
                   2369:        :ms:pt:sr=\EI:se=\Eq:so=\Ep:up=\EA:vs=\Ex4:ve=\Ey4:\
                   2370:        :kb=^h:ku=\EA:kd=\EB:kl=\ED:kr=\EC:kh=\EH:kn#10:\
                   2371:        :k0=\EJ:k1=\ES:k2=\ET:k3=\EU:k4=\EV:k5=\EW:\k6=\EP:k7=\EQ:\
                   2372:        :k8=\ER:k9=\EOI:
1.6       cgd      2373: p19:\
1.1       cgd      2374:        :al=2*\EL:dl=2*\EM:tc=h19-b:
1.6       cgd      2375: h19-us|h19us|heathkit w/keypad shifted/underscore cursor:\
1.1       cgd      2376:        :ks=\Et:ke=\Eu:tc=h19-u:
1.6       cgd      2377: h19|heath|h19-b|h19b|heathkit|heath-19|z19|zenith|heathkit h19:\
1.1       cgd      2378:        :al=1*\EL:am:le=^H:bs:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :co#80:dc=\EN:\
                   2379:        :dl=1*\EM:do=\EB:ei=\EO:ho=\EH:im=\E@:li#24:mi:nd=\EC:as=\EF:ae=\EG:\
                   2380:        :ms:pt:sr=\EI:se=\Eq:so=\Ep:up=\EA:vs=\Ex4:ve=\Ey4:\
                   2381:        :kb=^h:ku=\EA:kd=\EB:kl=\ED:kr=\EC:kh=\EH:kn#8:ke=\E>:ks=\E=:\
                   2382:        :k1=\ES:k2=\ET:k3=\EU:k4=\EV:k5=\EW:\
                   2383:        :l6=blue:l7=red:l8=white:k6=\EP:k7=\EQ:k8=\ER:\
                   2384:        :es:hs:ts=\Ej\Ex5\Ex1\EY8%+ \Eo:fs=\Ek\Ey5:ds=\Ey1:
1.6       cgd      2385: h19-e|h19e|h19 for emacs:ip=1.5:tc=h19-us:
                   2386: h19-u|h19u|heathkit with underscore cursor:\
1.1       cgd      2387:        :vs@:ve@:tc=h19-b:
1.6       cgd      2388: h19-g|h19g|heathkit w/block cursor:\
1.1       cgd      2389:        :ve=\Ex4:tc=h19-b:
                   2390: # from ucscc!B.fiatlux@ucbvax.berkeley.edu
1.6       cgd      2391: ztx|ztx11|zt-1|htx11|ztx-1-a|ztx-10/11:\
1.1       cgd      2392:        :al=\EL:am:bs:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :co#80:\
                   2393:        :dl=\EM:do=^J:ho=\EH:is=\Ej\EH\Eq\Ek\Ev\Ey1\Ey5\EG\Ey8\Ey9\Ey>:\
                   2394:        :k0=\ES:k1=\EB:k2=\EU:k3=\EV:k4=\EW:k5=\EP:k6=\EQ:k7=\ER:kb=^H:kd=\EB:\
                   2395:        :kl=\ED:kr=\EC:ku=\EA:le=^H:li#24:nd=\EC:pt:se=\Eq:so=\Es5:\
                   2396:        :sr=\EI:sr=\EI:ue=\Eq:up=\EA:us=\Es2:\
                   2397:        :es:hs:ts=\Ej\Ex5\Ex1\EY8%+ \Eo:fs=\Ek\Ey5:ds=\Ey1:
                   2398: # # --------------------------------
                   2399: #
                   2400: # l: LEAR SIEGLER (ADM)
                   2401: #
                   2402: # If the adm31 gives you trouble with standout mode, check the DIP switch
                   2403: # in position 6, bank @c11, 25% from back end of pc.  Should be OFF.
                   2404: # If there is no such switch, you have an old adm31 and must use oadm31
1.6       cgd      2405: adm31|31|lsi adm31:\
1.1       cgd      2406:        :is=\Eu\E0:do=^J:al=\EE:am:le=^H:bs:ce=\ET:cm=\E=%+ %+ :\
                   2407:        :cl=\E*:cd=\EY:co#80:dc=\EW:dl=\ER:ei=\Er:ho=^^:im=\Eq:\
                   2408:        :k0=^A0\r:k1=^A1\r:k2=^A2\r:k3=^A3\r:k4=^A4\r:\
                   2409:        :k5=^A5\r:k6=^A6\r:k7=^A7\r:k8=^A8\r:k9=^A9\r:kd=^J:kl=^H:kr=^L:ku=^K:\
                   2410:        :li#24:ma=j^Jk^P^K^Pl ^R^L^L :mi:nd=^L:\
                   2411:        :se=\EG0:so=\EG1:up=^K:us=\EG1:ue=\EG0:
1.6       cgd      2412: adm2|lsi adm2:\
1.1       cgd      2413:        :do=^J:al=\EE:am:le=^H:bs:cd=\EY:ce=\ET:cl=\E;:\
                   2414:        :cm=\E=%+ %+ :co#80:dc=\EW:dl=\ER:\
                   2415:        :ei=:ho=^^:ic=\EQ:im=:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:li#24:nd=^L:up=^K:
1.6       cgd      2416: adm3|3|lsi adm3:\
1.1       cgd      2417:        :do=^J:am:le=^H:bs:cl=^Z:li#24:ma=^K^P:co#80:
1.6       cgd      2418: adm42|42|lsi adm42:\
1.1       cgd      2419:        :vs=\EC\E3 \E3(:do=^J:al=270\EE:am:le=^H:bs:cd=\EY:ce=\ET:cl=\E;:\
                   2420:        :cm=\E=%+ %+ :co#80:dc=\EW:dl=\ER:ei=\Er:im=\Eq:ip=6*:li#24:\
                   2421:        :bt=\EI:nd=^L:se=\EG0:so=\EG4:up=^k:ma=^K^P:pc=\177:
1.6       cgd      2422: adm5|5|lsi adm5:\
1.1       cgd      2423:        :do=^J:cd=\EY:ce=\ET:do=^J:kb=^H:kh=^^:\
                   2424:        :ma=^Hh^Jj^Kk^Ll^^H:se=\EG:sg#1:so=\EG:tc=adm3aplus:
1.6       cgd      2425: adm20|lear siegler adm20:\
1.1       cgd      2426:        :am:li#24:co#80:bs:cl=^Z:cm=\E=%i%r%+^_%+^_:nd=^L:up=^K:ho=^^:ce=\ET:\
                   2427:        :cd=\EY:al=\EE:dl=\ER:im=:ei=:ic=\EQ:dm=:ed=:dc=\EW:so=\E):se=\E(:\
                   2428:        :bt=\EI:pt:kn#7:k1=^A:k2=^B:k3=^W:k4=^D:k5=^E:k6:^X:k7=^Z:
                   2429: # From Andrew Scott Beals <bandy@lll-crg.ARPA>
1.6       cgd      2430: adm12|12|lsi adm12:\
1.1       cgd      2431:        :is=\Eq:do=^J:al=\EE:am:le=^H:bs:ce=\ET:cm=\E=%+ %+ :cl=^Z:cd=\EY:\
                   2432:        :co#80:dc=\EW:dl=\ER:ei=\Er:ho=^^:im=\Eq:\
                   2433:        :k0=^A0\r:k1=^A1\r:k2=^A2\r:k3=^A3\r:k4=^A4\r:\
                   2434:        :k5=^A5\r:k6=^A6\r:k7=^A7\r:k8=^A8\r:k9=^A9\r:kd=^J:kl=^H:kr=^L:ku=^K:\
                   2435:        :li#24:ma=j^Jk^P^K^Pl ^R^L^L :mi:nd=^L:\
                   2436:        :se=\EG0:so=\EG4:up=^K:us=\EG1:ue=\EG0:
1.6       cgd      2437: adm3a|3a|lsi adm3a:\
1.1       cgd      2438:        :am:do=^J:le=^H:bs:cm=\E=%+ %+ :cl=1^Z:co#80:ho=^^:\
                   2439:        :li#24:ma=^K^P:nd=^L:up=^K:
1.6       cgd      2440: adm3a+|3a+|adm3aplus:\
1.1       cgd      2441:        :kl=^H:kd=^J:ku=^K:kr=^L:tc=adm3a:
1.6       cgd      2442: adm22|22|lsi adm22:\
1.1       cgd      2443:        :is=\E%\014\014\014\016\003\000\003\002\003\002\000\000\000\000\000\000\000\000\000\000\000:\
                   2444:        :al=\EE:am:bs:bt=\EI:cd=\Ey:ce=\Et:cl=\E+:cm=\000\E=%+ %+ :co#80:\
                   2445:        :dc=\EW:dl=\ER:do=^J:em=:ho=^^:ic=\EQ:im=:\
                   2446:        :k1=\001@\015:k2=\001A\015:k3=\001B\015:k4=\001C\015:\
                   2447:        :k5=\001D\015:k6=\001E\015:k7=\001F\015:kn#7:\
                   2448:        :ko=ho:l1=F1:l2=F2:l3=F3:l4=F4:l5=F5:l6=F6:l7=F7:\
                   2449:        :kb=^H:kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:li#24:\
                   2450:        :ma=j^Jk^P^K^Pl ^R^L^L :nd=^L:se=\E(:so=\E):ta=\Ei:up=^K:
                   2451: #From: stephen%comp.lancs.ac.uk@ucl-cs.arpa
1.6       cgd      2452: adm11|lsi adm11:\
1.1       cgd      2453:        :do=^J:bs:\
                   2454:        :cd=\EY:ce=\ET:kb=^H:kh=^^:\
                   2455:        :ma=^Hh^Jj^Kk^Ll^^H:so=\E):se=\E(:\
                   2456:        :kl=^H:kd=^J:ku=^K:kr=^L:\
                   2457:        :am:cm=\E=%+ %+ :cl=^Z:co#80:li#24:nd=^L:up=^K:\
                   2458:        :hs:ts=\EF\E):fs=\E(^M:ds=\Eh:
                   2459: # # --------------------------------
                   2460: #
                   2461: # m: MICROTERM
                   2462: #
                   2463: # These mime1 entries refer to the Microterm Mime I or Mime II.
                   2464: # The default mime is assumed to be in enhanced act iv mode.
1.6       cgd      2465: mime3a|mime1 emulating 3a:\
1.1       cgd      2466:        :am@:ma=^X ^K^J^Z^P:ku=^Z:kd=^K:kl=^H:kr=^X:tc=adm3a:
                   2467: # New "safe" cursor movement (5/87) from reuss@umd5.  Prevents freakout with
                   2468: # out-of-range args on Sytek multiplexors.  No so and se since it gets confused
                   2469: # and it's too dim anyway.  No ic since Sytek insists ^S means xoff.
1.6       cgd      2470: act4|microterm|microterm act iv:\
1.1       cgd      2471:        :am:bs:cd=2.2*^_:ce=.1*^~:cl=12^L:cm=^T%+^X%>/0%+P:co#80:li#24:\
                   2472:        :le=^H:nd=^X:up=^Z:ho=^]:al=2.3*^A:do=^K:dc=.1*^D:dl=2.3*^W:\
                   2473:        :ku=^Z:kd=^K:kl=^H:kr=^X:\
                   2474:        :.so=^N:.se=^N:.ic=2^S:.ei=:.im=:.ip=.1*^V:.cm=^T%.%.:
                   2475: # The padding on sr and ta for act5 and mime is a guess and not final.
                   2476: # The act 5 has hardware tabs, but they are in columns 8, 16, 24, 32, 41 (!)...
1.6       cgd      2477: microterm5|act5|microterm act v:\
1.1       cgd      2478:        :uc=^H\EA:sr=3\EH:ku=^Z:kd=^K:kl=^H:kr=^X:ma=^Z^P^Xl^Kj:tc=act4:
                   2479: # Act V in split screen mode.  act5s is not tested and said not to work.
1.6       cgd      2480: act5s|skinny act5:\
1.1       cgd      2481:        :ti=\EP:te=\EQ:li#48:co#39:tc=act5:
                   2482: # Mimes using brightness for standout.  Half bright is really dim unless
                   2483: # you turn up the brightness so far that lines show up on the screen.
                   2484: # uc is disabled to get around a curses bug, should be put back in someday.
1.6       cgd      2485: mime-fb|full bright mime1:\
1.1       cgd      2486:        :so=^Y:se=^S:is=^S\E:tc=mime:
1.6       cgd      2487: mime-hb|half bright mime1:\
1.1       cgd      2488:        :so=^S:se=^Y:is=^Y\E:tc=mime:
1.6       cgd      2489: mime|mime1|mime2|mimei|mimeii|microterm mime1:\
1.1       cgd      2490:        :do=^J:al=80^A:am:le=^H:bs:cd=^_:ce=^^:cl=\035^C:cm=^T%+^X%> 0%+P:\
                   2491:        :co#80:dl=80^W:ta=2^I:li#24:nd=^X:pt:uc=^U:up=^z:ho=\035:do=^K:\
                   2492:        :is=^S\E^Q:ma=^X ^K^J^Z^P:ku=^Z:kd=^K:kl=^H:kr=^X:sr=3^R:vt#9:
                   2493: # These termcaps (for mime 2a) put the terminal in low intensity mode
                   2494: # since high intensity mode is so obnoxious.
1.6       cgd      2495: mime2a-s|microterm mime2a (emulating an enhanced soroc iq120):\
1.1       cgd      2496:        :do=^J:al=20*^A:am:le=^H:bs:cd=20*\EJ:ce=\EK:cl=\EL:cm=\E=%+ %+ :\
                   2497:        :us=\E6:ue=\E7:co#80:dc=\ED:\
                   2498:        :dl=20*^W:kl=^H:kr=^L:ku=^K:kd=^J:ho=^^:is=\E):sr=\EI\
                   2499:        :im=\EE:ei=^Z:ip=2:li#24:nd=^L:so=\E\072:se=\E;:up=\EI:
                   2500: # This is the preferred mode (but ^X can't be used as a kill character)
1.6       cgd      2501: mime2a|mime2a-v|microterm mime2a (emulating an enhanced vt52):\
1.1       cgd      2502:        :do=^J:al=20*^A:le=^H:bs:cd=20*\EQ:co#80:ce=\EP:cl=\EL:cm=\EY%+ %+ :\
                   2503:        :is=^Y:dc=^N:dl=20*^W:ip=2:ei=^Z:ho=\EH:im=^O:kd=\EB:kl=\ED:kr=\EC:\
                   2504:        :ku=\EA:li#24:nd=\EC:pt:se=\E9:so=\E8:up=\EA:sr=\EA:us=\E4:ue=\E5:
1.6       cgd      2505: mime3ax|mime-3ax|mime1 emulating enhanced 3a:\
1.1       cgd      2506:        :al=80^A:dl=80^W:pt:ce=^X:cd=^_:tc=mime3a:
                   2507: # # --------------------------------
                   2508: #
                   2509: # p: PERKIN ELMER
                   2510: #
1.6       cgd      2511: pe550|bantam|perkin elmer 550:\
1.1       cgd      2512:        :do=^J:le=^H:bs:co#80:ce=20\EI:cl=20\EK:cm=\EX%+ \EY%+ :\
                   2513:        :ho=\EH:li#24:ll=\EH\EA:nd=\EC:up=\EA:ma=^Z^P:cd=6^N@^V:
1.6       cgd      2514: fox|perkin elmer 1100:\
1.1       cgd      2515:        :ct=\E3:st=\E1:do=^J:\
                   2516:        :am:le=^H:bs:cd=5.5*\EJ:ce=\EI:cl=132\EH\EJ:co#80:ho=\EH:li#24:\
                   2517:        :ll=\EH\EA:nd=\EC:cm=\EX%+ \EY%+ :up=\EA:vb=^P^B^P^C:
1.6       cgd      2518: owl|perkin elmer 1200:\
1.1       cgd      2519:        :ct=\E3:st=\E1:do=^J:al=5.5*\EL:am:le=^H:\
                   2520:        :bs:cd=5.5*\EJ:ce=5.5\EI:cl=132\EH\EJ:ho=\EH:ll=\EH\EA:\
                   2521:        :cm=\EX%+ \EY%+ :co#80:dc=5.5*\EO:dl=5.5*\EM:ei=:ic=\EN:im=:ip=5.5*:\
                   2522:        :kb=^h:in:li#24:nd=\EC:up=\EA:se=\E!\200:so=\E!^H:vb=^P^B^P^C:\
                   2523:        :k1=\ERA:k2=\ERB:k3=\ERC:k4=\ERD:k5=\ERE:k6=\ERF:\
                   2524:        :k7=\ERG:k8=\ERH:k9=\ERI:k0=\ERJ:
                   2525: # # --------------------------------
                   2526: #
                   2527: # q: HOME MADE TERMINALS
                   2528: #
1.6       cgd      2529: bc|bill croft homebrew:\
1.1       cgd      2530:        :do=^J:am:le=^H:bs:cm=\E=%+ %+ :cl=^Z:co#96:ho=^^:li#72:\
                   2531:        :nd=^L:up=^K:vb=:
1.6       cgd      2532: nucterm|rayterm|NUC homebrew:\
1.1       cgd      2533:        :do=^J:am:le=^H:bs:cl=1^L:li#24:co#80:nd=^C:\
                   2534:        :up=^N:ho=^B:ll=^K:ce=^A:cd=^E:
1.6       cgd      2535: ex3000:\
1.1       cgd      2536:        :do=^J:li#24:co#80:ho=^Q:
1.6       cgd      2537: carlock|klc:\
1.1       cgd      2538:        :do=^J:al=^E:am:bs:ce=^U:cl=100^Z:cm=\E=%+ %+ :co#80:dc=\177:dl=^D:\
                   2539:        :dm=:ed=:ei=^T:ho=^^:im=^T:li#24:nd=^L:se=^V:so=^V:up=^K:vb=\EV\EV:
                   2540: # uVAX
1.6       cgd      2541: qdss|qdcons|qdss glass tty:\
1.1       cgd      2542:        :am:do=^J:le=^H:bs:cm=\E=%.%.:cl=1^Z:co#128:li#57::nd=^L:up=^K:
1.6       cgd      2543: exidy|exidy2500|exidy sorcerer as dm2500:\
1.1       cgd      2544:        :do=^J:al=^P^J^X:am:le=^H:bs:ce=^W:cl=^^:cm=^L%r%n%.%.:co#64:\
                   2545:        :dc=\b:dl=^P^Z^X:dm=^P:ed=^X:ei=^X:ho=^B:ic=^\:\
                   2546:        :im=^P:li#30:nd=^\:pt:so=^N:se=^X:up=^Z:
1.6       cgd      2547: netx|netronics:\
1.1       cgd      2548:        :do=^J:le=^H:bs:cd=2000^F^E:ce=1600^E:cl=466^L:cm=\E=%+@%+@:\
                   2549:        :co#64:ho=^D:li#16:ma=j^Jk^Pl :nd=\E+@A:pc=\200:sr=\E=@@^K:up=^K:
                   2550: # This came from the comp ctr who got it from some user.  Smart indeed!
1.6       cgd      2551: sexidy|exidy smart:\
1.1       cgd      2552:        :do=^J:li#24:co#64:cl=^l:ho=^q:nd=^s:\
                   2553:        :up=^w:le=^H:bs:le=^a:bc=^a:ma=^x^J:kd=^S:
1.6       cgd      2554: ubell|ubellchar:\
1.1       cgd      2555:        :if=/usr/share/tabset/ubell:do=^J:am:le=^H:bs:pt:ce=\Ed:cl=^Z:\
                   2556:        :cm=\E=%+ %+ :co#80:li#24:nd=^L:up=^K:ma=j^Jk^P^K^Pl :ho=^^:
1.6       cgd      2557: ttyWilliams:\
1.1       cgd      2558:        :do=^J:co#80:li#12:le=^Y:bc=^Y:do=^K:up=^Z:cl=^^:ce=^_:am:ho=^]:nd=^X:
1.6       cgd      2559: xitex|xitex sct-100:\
1.1       cgd      2560:        :do=^J:le=^H:bs:cd=2000^F^E:ce=1600^E:cl=400^L:cm=\E=%+@%+@:co#64:\
                   2561:        :ho=^D:li#16:ma=j^Jk^Pl :nd=\E+@A:pc=\200:sr=\E=@@^K:up=^K:
                   2562: # # --------------------------------
                   2563: #
                   2564: # s: SPECIALS
                   2565: #
                   2566: # Special "terminals".  These are used to label tty lines when you don't
                   2567: # know what kind of terminal is on it.  The characteristics of an unknown
                   2568: # terminal are the lowest common denominator - they look about like a ti 700.
1.6       cgd      2569: network:\
1.1       cgd      2570:        :tc=unknown:
1.6       cgd      2571: arpanet:\
1.1       cgd      2572:        :tc=unknown:
1.6       cgd      2573: bussiplexer:\
1.1       cgd      2574:        :tc=unknown:
1.6       cgd      2575: du|dialup:\
1.1       cgd      2576:        :tc=unknown:
1.6       cgd      2577: ethernet:\
1.1       cgd      2578:        :tc=unknown:
1.6       cgd      2579: lpr|printer|print|printing|line printer:\
1.1       cgd      2580:        :do=^J:le=^H:bs:co#132:hc:os:
1.6       cgd      2581: plugboard|patch|patchboard:\
1.1       cgd      2582:        :tc=unknown:
1.6       cgd      2583: dumb|un|unknown:\
1.1       cgd      2584:        :am:co#80:do=^J:
1.6       cgd      2585: switch|intelligent switch:\
1.1       cgd      2586:        :tc=unknown:
1.6       cgd      2587: ansi|any ansi terminal with pessimistic assumptions:\
1.1       cgd      2588:        :co#80:li#24:cl=50\E[;H\E[2J:bs:am:cm=\E[%i%d;%dH:\
                   2589:        :nd=\E[C:up=\E[A:ce=\E[K:ho=\E[H:pt:
                   2590: # # --------------------------------
                   2591: #
                   2592: # t: TEXAS INSTRUMENTS
                   2593: #
1.6       cgd      2594: ti|ti700|ti733|735|ti735|ti silent 700:\
1.1       cgd      2595:        :do=^J:le=^H:bs:co#80:hc:os:dC#162:
1.6       cgd      2596: ti745|745|743|ti silent 745:\
1.1       cgd      2597:        :do=^J:le=^H:bs:co#80:hc:os:
1.6       cgd      2598: ti800|ti omni 800:\
1.1       cgd      2599:        :do=^J:le=^H:bs:co#132:hc:os:
                   2600: # From lesleymw@topaz.berkeley.edu
1.6       cgd      2601: ti931|ti 931:\
1.1       cgd      2602:        al=\EN:am:bs:cd=\EJ:ce=\EI:cl=\EL:cm=\EY%+ %+ :co#80:dl=\EO:do=\EB:\
                   2603:        eo:ho=\EH:li#24:ku=\EA:kd=\EB:kr=\EC:kl=\ED:mi:nd:sf=\Eb:sr=\Ea:up=\EA:
                   2604: # # --------------------------------
                   2605: #
                   2606: # v: TELEVIDEO
                   2607: #
                   2608: # There are some tvi's that require incredible amounts of padding and
                   2609: # some that don't.  I'm assuming 912 and 920 are the old slow ones,
                   2610: # and 912b, 912c, 920b, 920c are the new ones that don't need padding.
1.6       cgd      2611: tvi912|912|920|tvi920|old televideo:\
1.1       cgd      2612:        :ct=\E3:st=\E1:do=^J:\
                   2613:        :al=33*\EE:le=^H:ce=\ET:cm=\E=%+ %+ :cl=^Z:co#80:dc=\EW:dl=33*\ER:ei=:\
                   2614:        :kb=^H:ku=^K:kd=^J:kl=^H:kr=^L:k0=^AI\r:k1=^A@\r:k2=^AA\r:k3=^AB\r:\
                   2615:        :bs:am:k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:\
                   2616:        :ho=^^:im=:ic=\EQ:li#24:nd=^L:pt:se=\Ek:so=\Ej:up=^K:us=\El:ue=\Em:\
                   2617:        :ma=^K^P^L :sg#1:ug#1:if=/usr/share/tabset/stdcrt:
                   2618: # the 912 has a <funct> key that's like shift: <funct>8 xmits "^A8\r".
                   2619: # The 920 has this plus real function keys that xmit different things.
                   2620: # Termcap makes you use the funct key on the 912 but the real keys on the 920.
1.6       cgd      2621: 912b|912c|tvi912b|tvi912c|tvi|new televideo 912:\
1.1       cgd      2622:        :al=5*\EE:dl=5*\ER:tc=tvi912:
1.6       cgd      2623: 920b|920c|tvi920b|tvi920c|new televideo 920:\
1.1       cgd      2624:        :k0=^AI\r:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:\
                   2625:        :k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:al=5*\EE:dl=5*\ER:tc=tvi912:
                   2626: # set to page 1 when entering ex (\E-17 )
                   2627: # reset to page 0 when exiting ex (\E-07 )
1.6       cgd      2628: tvi912-2p|tvi920-2p|912-2p|920-2p|tvi-2p|televideo w/2 pages:\
1.1       cgd      2629:        :ti=\E-17 :te=\E-07 :tc=tvi912:
1.6       cgd      2630: tvi950-ap|tvi 950 w/alt pages:\
1.1       cgd      2631:        :is=\E\\1:ti=\E-06 :te=\E-16 :tc=tvi950:
1.6       cgd      2632: tvi950-b|bare tvi950 no is:\
1.1       cgd      2633:        :is@:tc=tvi950:
1.6       cgd      2634: tvi950-ns|tvi950 w/no standout:\
1.1       cgd      2635:        :so@:se@:us@:ue@:tc=tvi950:
1.6       cgd      2636: tvi925|925|televideo model 925:\
1.1       cgd      2637:        :hs:xn:am:bs:co#80:li#24:cm=\E=%+ %+ :cl=\E*:cd=\Ey:ce=\Et:is=\El\E":\
                   2638:        :al=\EE:dl=\ER:im=:ei=:ic=\EQ:dc=\EW:if=/usr/share/tabset/stdcrt:\
                   2639:        :ho=^^:nd=^L:bt=\EI:pt:so=\EG4:se=\EG0:sg#1:us=\EG8:ue=\EG0:ug#1:\
                   2640:        :up=^K:do=^V:kb=^H:ku=^K:kd=^V:kl=^H:kr=^L:kh=^^:ma=^V^J^L :\
                   2641:        :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:\
                   2642:        :k8=^AG\r:k9=^AH\r:k0=^AI\r:ko=ic,dc,al,dl,cl,ce,cd,bt:\
                   2643:        :ts=\Ef:fs=^M\Eg:ds=\Eh:sr=\Ej:
1.6       cgd      2644: tvi925vb|925vb|televideo model 925 visual bells:\
1.1       cgd      2645:        :vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:\
                   2646:        :tc=tvi925:
                   2647: # Since the 925's uses a character position to store the escape sequences to go
                   2648: # in and out of both stand out and underline modes, screen positioning is
                   2649: # difficult.  The following 925 entries don't use these modes.
1.6       cgd      2650: tvi925n|925n|televideo model 925 no standout or underline:\
1.1       cgd      2651:        :so@:se@:us@:ue@:tc=tvi925:
1.6       cgd      2652: tvi925vbn|925vbn|televideo model 925 visual bells no so or ul:\
1.1       cgd      2653:        :vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:\
                   2654:        :tc=tvi925n:
                   2655: # entry by Tim Curry 5/21/82 Univ. of Central Fla. duke!ucf-cs!tim
1.6       cgd      2656: 925a|tvi925a|TeleVideo Model 925:\
1.1       cgd      2657:        :al=\EE:am:bs:bt=\EI:bw:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :co#80:dc=\EW:\
                   2658:        :dl=\ER:do=^V:ei=:ic=\EQ:if=/usr/share/tabset/std:im=:kb=^H:kd=^V:\
                   2659:        :kh=^^:kl=^H:kn#12:kr=^L:ku=^K:li#24:nd=^L:pt:se=\EG0:sg#1:so=\EG4:\
                   2660:        :ue=\EG0:ug#1:up=^K:us=\EG8:is=\El\
                   2661:        :vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:\
                   2662:        :ve=\E.4:vs=\E.2:
                   2663: # The following tvi descriptions from B:pjphar and virus!mike
                   2664: # is for all 950's.  It sets the following attributes:
                   2665: # full duplex (\EDF)           write protect off (\E()
                   2666: # conversation mode (\EC)      graphics mode off (\E%)
                   2667: # white on black (\Ed)         auto page flip off (\Ew)
                   2668: # turn off status line (\Eg)   clear status line (\Ef\r)
                   2669: # normal video (\E0)           monitor mode off (\EX or \Eu)
                   2670: # edit mode (\Er)              load blank char to space (\Ee\040)
                   2671: # line edit mode (\EO)         enable buffer control (^O)
                   2672: # protect mode off (\E\047)    duplex edit keys (\El)
                   2673: # program unshifted send key to send line all (\E016)
                   2674: # program shifted send key to send line unprotected (\E004)
                   2675: # set the following to nulls:
                   2676: #      field delimiter (\Ex0\200\200)
                   2677: #      line delimiter (\Ex1\200\200)
                   2678: #      start-protected field delimiter (\Ex2\200\200)
                   2679: #      end-protected field delimiter (\Ex3\200\200)
                   2680: # set end of text delimiter to carriage return/null (\Ex4\r\200)
                   2681: # CHANGED 4-29-87 to set tabs and keep status line --John Kunze (jak@opal)
1.6       cgd      2682: tvi950|950|televideo950:\
1.1       cgd      2683:        :ct=\E3:st=\E1:do=^J:\
                   2684:        :is=\EDF\EC\Ed\EG0\Er\EO\E\047\E(\E%\Ew\EX\Ee ^O\
                   2685:        \El\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\
                   2686:        \Ex3\200\200\Ex4\r\200\Ef\r:if=/usr/share/tabset/stdcrt:\
                   2687:        :al=\EE:am:le=^H:bs:bt=\EI:cd=\Ey:ce=\Et:cl=\E*:cm=\E=%+ %+ :\
                   2688:        :co#80:dc=\EW:dl=\ER:do=^V:ei=\Er:ho=^^:im=\Eq:k0=^A0\r:\
                   2689:        :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
                   2690:        :k7=^AF\r:k8=^AG\r:k9=^AH\r:kb=^H:kd=^V:kh=^^:kl=^H:\
                   2691:        :ko=ic\054dc\054al\054dl\054cl\054bt\054ce\054cd:kr=^L:\
                   2692:        :ku=^K:li#24:ma=^Vj^Kk^Hh^Ll^^H:mi:ms:nd=^L:pt:se=\EG0:\
                   2693:        :sg#1:so=\EG4:sr=\Ej:ue=\EG0:ug#1:up=^K:us=\EG8:\
                   2694:        :vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:\
                   2695:        :xn:hs:ts=\Eg\Ef:fs=\r:ds=\Eg\Ef\r:
                   2696: #
                   2697: # is for 950 with two pages adds the following:
                   2698: #      set 48 line page (\E\\2)
                   2699: #      place cursor at page 0, line 24, column 1 (\E-07 )
                   2700: #      set local (no send) edit keys (\Ek)
                   2701: #
                   2702: # two page 950 adds the following:
                   2703: #      when entering ex, set 24 line page (\E\\1)
                   2704: #      when exiting ex, reset 48 line page (\E\\2)
                   2705: #                       place cursor at 0,24,1 (\E-07 )
                   2706: #      set duplex (send) edit keys (\El) when entering vi
                   2707: #      set local (no send) edit keys (\Ek) when exiting vi
                   2708: #
1.6       cgd      2709: tvi950-2p|950-2p|televideo950 w/2 pages:\
1.1       cgd      2710:        :is=\EDF\EC\Ed\EG0\Eg\Er\EO\E\047\E(\E%\Ew\EX\Ee ^O\
                   2711:        \Ek\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\
                   2712:        \Ex3\200\200\Ex4\r\200\E\\2\E-07 \
                   2713:        :te=\E\\2\E-07 :ti=\E\\1\E-07 :ks=\El:ke=\Ek:tc=tvi950:
                   2714: #
                   2715: # is for 950 with four pages adds the following:
                   2716: #      set 96 line page (\E\\3)
                   2717: #      place cursor at page 0, line 24, column 1 (\E-07 )
                   2718: #
                   2719: # four page 950 adds the following:
                   2720: #      when entering ex, set 24 line page (\E\\1)
                   2721: #      when exiting ex, reset 96 line page (\E\\3)
                   2722: #                       place cursor at 0,24,1 (\E-07 )
                   2723: #
1.6       cgd      2724: tvi950-4p|950-4p|televideo950 w/4 pages:\
1.1       cgd      2725:        :is=\EDF\EC\Ed\EG0\Eg\Er\EO\E\047\E(\E%\Ew\EX\Ee ^O\
                   2726:        \Ek\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\
                   2727:        \Ex3\200\200\Ex4\r\200\E\\3\E-07 \
                   2728:        :te=\E\\3\E-07 :ti=\E\\1\E-07 :ks=\El:ke=\Ek:tc=tvi950:
                   2729: #
                   2730: # is for reverse video 950 changes the following:
                   2731: #      set reverse video (\Ed)
                   2732: #
                   2733: # set vb accordingly (\Ed ...nulls... \Eb)
                   2734: #
1.6       cgd      2735: tvi950-rv|950-rv|televideo950 rev video:\
1.1       cgd      2736:        :is=\EDF\EC\Eb\EG0\Eg\Er\EO\E\047\E(\E%\Ew\EX\Ee ^O\
                   2737:        \El\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\
                   2738:        \Ex3\200\200\Ex4\r\200:\
                   2739:        :vb=\Ed\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Eb:\
                   2740:        :tc=tvi950:
                   2741: #
                   2742: # uses the appropriate entries from 950-2p and 950-rv
                   2743: #
1.6       cgd      2744: tvi950-rv-2p|950-rv-2p|televideo950 rev video w/2 pages:\
1.1       cgd      2745:        :is=\EDF\EC\Eb\EG0\Eg\Er\EO\E\047\E(\E%\Ew\EX\Ee ^O\
                   2746:        \Ek\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\
                   2747:        \Ex3\200\200\Ex4\r\200\E\\2\E-07 :\
                   2748:        :vb=\Ed\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Eb:\
                   2749:        :te=\E\\2\E-07 :ti=\E\\1\E-07 :ks=\El:ke=\Ek:tc=tvi950:
                   2750: #
                   2751: # uses the appropriate entries from 950-4p and 950-rv
                   2752: #
1.6       cgd      2753: tvi950-rv-4p|950-rv-4p|televideo950 rev video w/4 pages:\
1.1       cgd      2754:        :is=\EDF\EC\Eb\EG0\Er\EO\E\047\E(\E%\Ew\EX\Ee ^O\
                   2755:        \Ek\E016\E004\Ex0\200\200\Ex1\200\200\Ex2\200\200\
                   2756:        \Ex3\200\200\Ex4\r\200\E\\3\E-07 :\
                   2757:        :vb=\Ed\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Eb:\
                   2758:        :te=\E\\3\E-07 :ti=\E\\1\E-07 :ks=\El:ke=\Ek:tc=tvi950:
1.6       cgd      2759: tvi924|924|televideo model 924:\
1.1       cgd      2760:        :am:bs:xn:co#80:li#24:cm=\E=%+ %+ :cl=\E*0:cd=\Ey:ce=\Et:is=\Ek0\E"^O:\
                   2761:        :al=\EE:dl=\ER:im=:ei=:ic=\EQ:dc=\EW:if=/usr/share/tabset/stdcrt:ho=^^:\
                   2762:        :nd=^L:bt=\EI:pt:so=\EG4:se=\EG0:us=\EG8:ue=\EG0:up=^K:do=^V:kb=^H:\
                   2763:        :ku=^K:kd=^V:kl=^H:kr=^L:kh=^^:ma=^Vj^Kk^Ll^^H^R^L:k1=^A@\r:k2=^AA\r:\
                   2764:        :k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:\
                   2765:        :k0=^AI\r:ko=ic,dc,al,dl,cl,ce,cd,bt:sr=\Ej:\
                   2766:        :hs:fs=^Y\Es1:ts=\Ef:ds=\Es0\Ef^Y:
1.6       cgd      2767: tvi924vb|924vb|televideo model 924 visual bells:\
1.1       cgd      2768:        :vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:\
                   2769:        :tc=tvi924:
                   2770: # tvipt termcap from armsis@amber (Gene Rochlin), 9/19/84.  Works with vi and
                   2771: # rogue.  NOTE: Esc v sets autowrap on, Esc u sets 80 char/line (rather than
                   2772: # 40), Esc K chooses the normal character set.  Not sure padding is needed, but
                   2773: # adapted from the tvi920c termcap.  so and us are klutzy, but at least use no
                   2774: # screen space.
1.6       cgd      2775: tvipt|televideopt:if=/usr/share/tabset/stdcrt:\
1.1       cgd      2776:        :is=\Ev\Eu\EK:al=5*\EE:am:bs:bt=\EI:ce=\ET:cm=\E=%+ %+ :cl=^Z:co#80:\
                   2777:        :dl=5*\ER:kb=^H:ku=^K:kd=^J:kl=^H:kr=^L:ho=^^:li#24:nd=^L:se=\EF:\
                   2778:        :so=\EG1@A\EH:ue=\EF:us=\EG1B@\EH:up=^K:ma=^Kk^Ll^R^L:
                   2779: # Vanilla tvi910 -- W. Gish (cswarren@violet) 10/29/86
1.6       cgd      2780: tvi910|910|televideo model 910:if=/usr/share/tabset/stdcrt:\
1.1       cgd      2781:        :bs:bt=\EI:cd=\EY:ce=\ET:cm=\E=%+ %+ :cl=^Z:co#80:\
                   2782:        :kb=^H:ku=^K:kd=^J:kl=^H:kr=^L:k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:\
                   2783:        :k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:k9=^AH\r:k0=^AI\r:\
                   2784:        :li#24:nd=^L:pt:se=\EG0:so=\EG4:up=^K:us=\EG8:ue=\EG0:\
                   2785:        :ho=\E=\001\001:ma=^Kk^Ll^R^L:sg#1:
                   2786: # from Alan R. Rogers (rogers%albany@csnet-relay)
1.6       cgd      2787: tvi910+|910+|televideo 910+:\
1.1       cgd      2788:        :al=5*\EE:am:bs:bt=\EI:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+\040%+\040:\
                   2789:        :co#80:dc=\EW:dl=\ER:do=^J:ei=:ho=^^:ic=\EQ:\
                   2790:        :if=/usr/share/tabset/stdcrt:im=:k0=^A@\r:k1=^AA\r:k2=^AB\r:k3=^AC\r:\
                   2791:        :k4=^AD\r:k5=^AE\r:k6=^AF\r:k7=^AG\r:k8=^AH\r:k9=^AI\r:kb=^H:\
                   2792:        :kd=^J:kh=^^:kl=^H:kr=^L:ku=^K:li#24:ll=\E=7\040:ma=^K^P^L\040:\
                   2793:        :nd=^L:pt:se=\EG0:sg#1:so=\EG4:ue=\EG0:up=^K:us=\EG8:xn:
                   2794: # From Humberto Appleton, beto@cs.utexas.edu, 880521 UT Austin
1.6       cgd      2795: tvi970|970|televideo970:\
1.1       cgd      2796:        :is=\E<\E[?21l\E[19h\E[1Q\E[10l\E[7l\E[H\E[2J:\
                   2797:        :ae=\E(B:al=\E[L:as=\E(B:bs:bt=\E[Z:\
                   2798:        :cd=\E[0J:ce=\E[0K:cl=\E[H\E[2J:cm=\E[%i%d;%df:co#80:\
                   2799:        :da:db:dc=\E[P:dl=\E[M:do=\ED:ei=\E[4l:im=\E[4h:\
                   2800:        :k1=\E?a:k2=\E?b:k3=\E?c:k4=\E?d:k5=\E?e:k6=\E?f:k7=\E?g:k8=\E?h:\
                   2801:        :k9=\E?i:kb=^H:kd=\E[B:kh=\E[H:kl=\E[D:kr=\E[C:ku=\E[A:\
                   2802:        :li#24:mi:ms:nd=\E[C:pt:se=\E[0m:sg#0:so=\E[7m:sr=\EM:\
                   2803:        :ue=\E[0m:ug#0:up=\EM:us=\E[4m:vs=\E[1Q:\
                   2804:        :vb=\E[5;m\200\200\200\200\200\200\200\200\200\E[0;m
                   2805: # From fair@ucbarpa  Sun Oct 27 07:21:05 1985
1.6       cgd      2806: ims950-b|bare ims950 no is:\
1.1       cgd      2807:        :is@:tc=ims950:
1.6       cgd      2808: ims950-ns|ims950 w/no standout:\
1.1       cgd      2809:        :so@:se@:us@:ue@:tc=ims950:
1.6       cgd      2810: ims950|ims televideo 950 emulation:\
1.1       cgd      2811:        :k0@:k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:k9@:kb@:kd@:kh@:kl@:ko@:kr@:ku@:\
                   2812:        :vb@:xn@:tc=tvi950:
1.6       cgd      2813: ims950-rv|ims tvi950 rev video:\
1.1       cgd      2814:        :k0@:k1@:k2@:k3@:k4@:k5@:k6@:k7@:k8@:k9@:kb@:kd@:kh@:kl@:ko@:kr@:ku@:\
                   2815:        :vb@:xn@:tc=tvi950-rv:
1.6       cgd      2816: #From Andreas Stolcke <stolcke@icsi.berkeley.edu>
                   2817: tvi955|955|televideo955:\
                   2818:        :ct=\E3:st=\E1:do=^J:\
                   2819:        :rs=\EDF\EC\Eg\Er\EO\E\047\E(\Ew\EX\Ee ^O\
                   2820:        \E0P\E6\200\E0p\E4\200\Ef\r:\
                   2821:        :is=\E[=3l\EF1\Ed\EG0\E[=5l\E%\El:\
                   2822:        :al=\EE:am:le=^H:bs:bt=\EI:cd=\Ey:ce=\Et:cl=\E*:cm=\E=%+ %+ :\
                   2823:        :co#80:dc=\EW:dl=\ER:do=^V:ei=\Er:ho=^^:im=\Eq:k0=^A0\r:\
                   2824:        :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:\
                   2825:        :k7=^AF\r:k8=^AG\r:k9=^AH\r:kb=^H:kd=^V:kh=^^:kl=^H:\
                   2826:        :ko=ic\054dc\054al\054dl\054cl\054bt\054ce\054cd:kr=^L:\
                   2827:        :ku=^K:li#24:ma=^Vj^Kk^Hh^Ll^^H:mi:nd=^L:pt:se=\EG0:\
                   2828:        :so=\EG4:sr=\Ej:ue=\EG0:up=^K:us=\EG8:\
                   2829:        :vb=\Eb\200\200\200\200\200\200\200\200\200\200\200\200\200\200\200\Ed:\
                   2830:        :xn:hs:ts=\Eg\Ef:fs=\r:ds=\Eg\Ef\r:\
                   2831:        :mb=\EG2:mh=\E[=5h:me=\EG0\E[=5l:mk=\EG1:mr=\EG4:\
                   2832:        :ve=\E.2:vi=\E.0:vs=\E.1:\
                   2833:        :xo:RX=^N:SX=^O:RA=\E[=7l:SA=\E[=7h:\
                   2834:        :kA=\EE:kB=\EI:kC=\EY:kD=\EW:kE=\ET:kI=\EQ:kL=\ER:kM=\EQ:\
                   2835:        :kN=\EK:kP=\EJ:kT=\E1:ka=\E3:kt=\E2:\
                   2836:        :as=\E$:ae=\E%:ac=0_`RjHkGlFmEnIoPqKsQtMuLvOwNxJ:\
                   2837:        :5i:ps=\EP:po=\E`:pf=\Ea:
                   2838: tvi955-w|955-w|televideo955 w/132 cols:\
                   2839:        :is=\E[=3h\EF1\Ed\EG0\E[=5l\E%\El:\
                   2840:        :co#132:tc=tvi955:
                   2841: # use half-intensity as normal mode, full intensity as bold (md)
                   2842: tvi955-hb|955-hb|televideo955 half-bright:\
                   2843:        :is=\E[=3l\EF1\Ed\EG0\E[=5h\E%\El:\
                   2844:        :mh@:md=\E[=5l:me=\EG0\E[=5h:\
                   2845:        :tc=tvi955:
                   2846: ims-ansi|ultima2|ultimaII|IMS Ultima II:\
1.1       cgd      2847:        :pt:am:bs:co#80:li#24:\
                   2848:        :is=\E[0m\E[>14l\E[?1;?5;20l\E>\E[1m^M:if=/usr/share/tabset/vt100:\
                   2849:        :cl=\E[;H\E[2J:cd=\E[0J:ce=\E[0K:cm=\E[%i%2;%2H:up=\EM:do=\ED:\
                   2850:        :ku=\E[A:kd=\E[B:kr=\E[C:kl=\E[D:kh=\E[H:\
                   2851:        :so=\E[7m:se=\E[0m\E[1m:us=\E[4m:ue=\E[0m\E[1m:sr=\EM:
                   2852: # # --------------------------------
                   2853: #
                   2854: # w: WYSE
                   2855: #
                   2856: # The wy{30,50,75,85} entries are recommended by
                   2857: #      Wyse Technology
                   2858: #      3571 North First Street
                   2859: #      San Jose, CA 95134
                   2860: # Entries for the wy60 and wy99 are only based on Wyse's recommendations.
                   2861: #
                   2862: # Advice on the Wyse 30 and 50 standout mode glitch:
                   2863: #                      (from steve@omni.com or ...pyramid!koosh!steve)
                   2864: #
                   2865: # These terminals support a "PROTECT" sequence on/off that has no
                   2866: # standout-glitch (xmc), while the regular "attribute" stuff enabled
                   2867: # with <ESC>G'some-character' gives a 1-space glitch.
                   2868: #
                   2869: # All but the very old revision firmware on both terminals support a
                   2870: # visible PROTECT attribute that's selectable by the ol' SETUP menu.
                   2871: # (The older rev. terminals do support PROTECT attribute but only
                   2872: #  have the options REGULAR and DIM)
                   2873: #
                   2874: # Get into your terminal's SETUP menu, and down-key to the 5'th
                   2875: # menu (on a wyse 30; I think 3'rd or 4'th on a wyse 50) and
                   2876: # right-key over to the PROTECT item.
                   2877: #
                   2878: # Change PROTECT to REVERSE or REVERSE/DIM, and go over to the next
                   2879: # item -- ATTRIBUTE and change it to LINE;  then save the changes for
                   2880: # power-on.  (ATTRIBUTE change isn't necessary but looks a whole lot
                   2881: # nicer to the eye when inverting the remainder of a line rather then
                   2882: # the rest of the screen!).
                   2883: #
                   2884: # The next thing to do is change your /usr/lib/something?/terminfo/w/wyse50
                   2885: # so that it uses the proper escape sequences to turn on/off the protect
                   2886: # sequence rather than the very-ugly \EG4 and \EG0.
                   2887: #
                   2888: # Change standout to \E), standend to \E(, and glitch to 0, which means
                   2889: # changing the so, se, and sg fields to :so=\E):se=\E(:sg#0:
                   2890: #
1.6       cgd      2891: wy30|wyse30|Wyse 30:\
1.1       cgd      2892:        :am:bw:hs:mi:xo:bs:pt:\
                   2893:        :co#80:li#24:sg#1:ug#1:kn#9:\
                   2894:        :ae=\EG0\EH^C:al=2\EE:as=\EG0\EH^B:bt=\EI:cd=80\Ey:\
                   2895:        :ce=\Et:cl=80\E*:cm=\E=%+ %+ :ct=\E0:dc=10\EW:dl=1\ER:\
                   2896:        :ds=\EF\r:ei=\Er:fs=\r:ho=^^:im=\Eq:ip=2:\
                   2897:        :is=\E'\E(\E\^3\E`9^N^T:k1=^A@\r:k2=^AA\r:k3=^AB\r:\
                   2898:        :k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:kb=\b:\
                   2899:        :kd=\n:kh=^^:kl=\b:kr=\f:ku=^K:nd=\f:se=\EG0:so=\EG4:\
                   2900:        :sr=3\Ej:st=\E1:ts=\EF:ue=\EG0:up=^K:us=\EG8:ve=\E`1:\
                   2901:        :pf=^T:po=^R:\
                   2902:        :vi=\E`0:ko=bt,le,do,nd,up,dc,dl,ho,al:
1.6       cgd      2903: wy30-vb|wyse30-vb|wyse 30 visual bell:\
1.1       cgd      2904:        :vb=\E`8\E`\072\E`9:\
                   2905:        :tc=wy30:
1.6       cgd      2906: wy50|wyse50|Wyse 50:\
1.1       cgd      2907:        :am:bw:hs:mi:xo:bs:pt:\
                   2908:        :co#80:li#24:sg#1:ug#1:kn#9:\
                   2909:        :ae=\EG0\EH^C:al=\EE:as=\EG0\EH^B:bt=\EI:cd=20\Ey:\
                   2910:        :ce=\Et:cl=20\E*:cm=\E=%+ %+ :ct=\E0:dc=1\EW:dl=\ER:\
                   2911:        :ds=\EF\r:ei=\Er:fs=\r:ho=^^:i1=30\E`\072\E`9:im=\Eq:\
                   2912:        :ip=1:is=^N^T\E'\E(:k1=^A@\r:k2=^AA\r:k3=^AB\r:\
                   2913:        :k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:k8=^AG\r:\
                   2914:        :k9=^AH\r:kb=\b:kd=\n:kh=^^:kl=\b:kr=\f:ku=^K:nd=\f:\
                   2915:        :se=\EG0:so=\EGt:sr=\Ej:st=\E1:ts=\EF:ue=\EG0:up=^K:\
                   2916:        :us=\EG8:ve=\E`1:vi=\E`0:\
                   2917:        :pf=^T:po=^R:\
                   2918:        :ko=bt,le,do,nd,up,dc,dl,ho,al:
1.6       cgd      2919: wy50-vb|wyse50-vb|wyse 50 visual bell:\
1.1       cgd      2920:        :vb=\E`8\E`\072\E`9:\
                   2921:        :tc=wy50:
1.6       cgd      2922: wy50-w|wyse50-w|wyse 50 132-column:\
1.1       cgd      2923:        :cm=\Ea%i%dR%dC:co#132:dc=2\EW:i1=\E`;\E`9:\
                   2924:        :tc=wy50:
1.6       cgd      2925: wy50-wvb|wyse50-wvb|wyse 50 132-column visual bell:\
1.1       cgd      2926:        :cm=\Ea%i%dR%dC:co#132:dc=2\EW:i1=\E`;\E`9:\
                   2927:        :vb=\E`8\E`;\E`9:\
                   2928:        :tc=wy50:
                   2929: # from John Gillmore hoptoad!gnu@lll-crg.arpa
1.6       cgd      2930: wyse-vp|wyse|Wyse 50 in ADDS Viewpoint emulation mode with "enhance" on:\
1.1       cgd      2931:        :am:do=^J:if=/usr/share/tabset/wyse-adds:\
                   2932:        :le=^H:bs:li#24:co#80:cm=\EY%+ %+ :cd=\Ek:ce=\EK:nd=^F:\
                   2933:        :up=^Z:cl=^L:ho=^A:ll=^A^Z:kl=^U:kr=^F:kd=^J:ku=^Z:kh=^A:\
                   2934:        :pt:so=^N:se=^O:us=^N:ue=^O:dl=\El:al=\EM:im=\Eq:ei=\Er:dc=\EW:\
                   2935:        :is=\E`\072\E`9^O\Er:rs=\E`\072\E`9^O\Er:
1.6       cgd      2936: wyse-vp-nk|Wyse 50 in ADDS Viewpoint enhanced mode with cursor keys gone:\
1.1       cgd      2937:        :kl@:kr@:kd@:ku@:kh@:tc=wyse-vp:
1.6       cgd      2938: wyse925|Wyse-50 emulating tvi925:\
1.1       cgd      2939:        :xn@:tc=tvi925:
                   2940: # Wyse 60 in 24 row native mode, switches screens for vi and emacs.
                   2941: # This termcap is a composite of entries submitted by Steve Van Domelen
                   2942: # (Wyse Tech, svd@bigboy.wyse.com) and Douglas Good (doug@cli.com).
                   2943: # Merged by Paul Vojta (vojta@math.berkeley.edu).
1.6       cgd      2944: wy60|wyse60|Wyse 60 in native mode:\
1.1       cgd      2945:        :ae=\EH^C:al=4\EE:am:as=\EH^B:bl=^G:bs:bt=\EI:bw:cd=100\Ey:ce=\Et:\
                   2946:        :cl=100\E*:cm=\E=%+ %+ :co#80:ct=\E0:da:db:dc=11\EW:dl=5\ER:do=^J:\
                   2947:        :ds=\EF\r:ei=\Er:fs=\r:ho=^^:hs:if=/usr/share/tabset/std:im=\Eq:ip=3:\
                   2948:        :is=\Ed$\EcD\E'\Er\EH^C\Ed/\EO\Ee1\Ed*\E`@\E`9\E`1^N^T\EwG\Ew0^^^K:\
1.6       cgd      2949:        :it#8:k0=^A@\r:k1=^AA\r:k2=^AB\r:k3=^AC\r:k4=^AD\r:k5=^AE\r:k6=^AF\r:\
1.1       cgd      2950:        :k7=^AG\r:k8=^AH\r:k9=^AI\r:kb=\b:kd=\EOB:ke=200\EcU:kh=\E{:kl=\EOD:\
1.6       cgd      2951:        :kn#10:ko=bt,le,do,nd,up,dc,dl,ho,al:kr=\EOC:\
1.1       cgd      2952:        :ks=200\EZ0+\EOA\177\EZ0,\EOB\177\EZ0.\EOC\177\EZ0-\EOD\177\EZ0*\E{\177:\
                   2953:        :ku=\EOA:l0=F1:l1=F2:l2=F3:l3=F4:l4=F5:l5=F6:l6=F7:l7=F8:l8=F9:l9=F10:\
                   2954:        :le=\b:li#24:ll=^^^K:mb=\EG2:me=\EG0:mh=\EGp:mi:mr=\EG4:ms:nd=\f:pf=^T:\
                   2955:        :po=^R:pt:rs=500\E~!\E~4\E`\:\EeF\Ee(\EwG:se=\EG0:sf=^J:so=\EGt:\
                   2956:        :sr=7\Ej:st=\E1:te=50^Z\Ew0:ti=50\Ew1:ts=\EF:ue=\EG0:up=^K:us=\EG8:
                   2957: #      Must delete uc= if using infocomp to translate
1.6       cgd      2958: wy60-w|wyse60-w|wyse 60 132-column:\
1.1       cgd      2959:        :co#132:cm=\Ea%i%dR%dC:dc=16\EW:ip=5:\
                   2960:        :rs=500\E~!\E~4\EeF\E`;\Ee(\EwG:tc=wy60:
                   2961: #      From now on, page-switching is no longer possible
1.6       cgd      2962: wy60-25|wyse60-25|wyse 60 80-column 25-lines:\
1.1       cgd      2963:        :li#25:te:ti:\
                   2964:        :rs=500\E~!\E~4\E`\:\EeG\Ee)\EwG:tc=wy60:
1.6       cgd      2965: wy60-25-w|wyse60-25-w|wyse 60 132-column 25-lines:\
1.1       cgd      2966:        :co#132:li#25:cm=\Ea%i%dR%dC:dc=16\EW:ip=5:te:ti:\
                   2967:        :rs=500\E~!\E~4\EeF\E`;\Ee)\EwG:tc=wy60:
1.6       cgd      2968: wy60-42|wyse60-42|wyse 60 80-column 42-lines:\
1.1       cgd      2969:        :li#42:al=11\EE:cd=260\Ey:cl=260\E*:cm=2\E=%+ %+ :dc=16\EW:\
                   2970:        :dl=11\ER:ip=5:sr=10\Ej:te:ti:\
                   2971:        :rs=500\E~!\E~4\E`\:\EeF\Ee*\EwG:tc=wy60:
1.6       cgd      2972: wy60-42-w|wyse60-42-w|wyse 60 132-column 42-lines:\
1.1       cgd      2973:        :co#132:li#42:al=11\EE:cd=260\Ey:cl=260\E*:cm=2\Ea%i%dR%dC:dc=19\EW:\
                   2974:        :dl=11\ER:ho=2^^:ip=6:sr=10\Ej:te:ti:\
                   2975:        :rs=500\E~!\E~4\EeF\E`;\Ee*\EwG:tc=wy60:
1.6       cgd      2976: wy60-43|wyse60-43|wyse 60 80-column 43-lines:\
1.1       cgd      2977:        :li#43:al=11\EE:cd=260\Ey:cl=260\E*:cm=2\E=%+ %+ :dc=16\EW:\
                   2978:        :dl=11\ER:ip=5:sr=10\Ej:te:ti:\
                   2979:        :rs=500\E~!\E~4\E`\:\EeF\Ee+\EwG:tc=wy60:
1.6       cgd      2980: wy60-43-w|wyse60-43-w|wyse 60 132-column 43-lines:\
1.1       cgd      2981:        :co#132:li#43:al=11\EE:cd=260\Ey:cl=260\E*:cm=2\Ea%i%dR%dC:dc=19\EW:\
                   2982:        :dl=11\ER:ho=2^^:ip=6:sr=10\Ej:te:ti:\
                   2983:        :rs=500\E~!\E~4\EeF\E`;\Ee+\EwG:tc=wy60:
                   2984: #      Not recommended at high baud rates
1.6       cgd      2985: wy60-vb|wyse60-vb|Wyse 60 visual bell:\
1.1       cgd      2986:        :vb=\E`8\E`9:\
                   2987:        :tc=wy60:
1.6       cgd      2988: wy60-w-vb|wy60-wvb|wyse60-wvb|Wyse 60 132-column visual bell:\
1.1       cgd      2989:        :vb=\E`8\E`9:\
                   2990:        :tc=wy60-w:
                   2991: #
                   2992: #      The Wyse 75 is a vt100 lookalike without advanced video.
                   2993: #
                   2994: #         The Wyse 75 can support one attribute (e.g. Dim, Inverse,
                   2995: #      Underline) without magic cookies.  The following description
                   2996: #      uses this capability, but when more than one attribute is
                   2997: #      put on the screen at once, all attributes will be changed
                   2998: #      to be the same as the last attribute given.
                   2999: #         The Wyse 75 can support more attributes when used with magic
                   3000: #      cookies.  The wy75-mc terminal description uses magic cookies
                   3001: #      to correctly handle multiple attributes on a screen.
                   3002: #
1.6       cgd      3003: wy75|wyse75|wyse 75:\
1.1       cgd      3004:        :am:hs:mi:ms:xn:xo:bs:pt:\
                   3005:        :co#80:li#24:pb#1201:kn#6:\
                   3006:        :AL=2*\E[%dL:DC=3*\E[%dP:DL=1*\E[%dM:DO=\E[%dB:\
                   3007:        :IC=1*\E[%d@:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=^O:\
                   3008:        :al=2\E[L:as=\E[0m^N:bt=\E[1Z:cd=30\E[J:ce=3\E[K:\
                   3009:        :ch=\E[%i%dG:cl=30\E[H\E[J:cm=\E[%i%d;%dH:\
                   3010:        :cs=2\E[%i%d;%dr:ct=\E[3g:dc=3\E[P:dl=\E[M:\
                   3011:        :ds=\E[>,^A^A\E[>-^A^A:ei=\E[4l:fs=^A:ho=\E[H:\
                   3012:        :im=\E[4h:ip=1:is=\E>\E[?7;?8h\E[4;?1l^O\E)0:kb=\b:\
                   3013:        :kd=\E[B:ke=\E[?1l\E>:kh=\E[H:kl=\E[D:kr=\E[C:\
                   3014:        :ks=\E[?1l\E[?7h\E=:ku=\E[A:nd=\E[C:r1=\E7\E[1;24r\E8:\
                   3015:        :r2=20\E[0m\E[35;?7;?8h\E[30;?1l:r3=80\E[?3l:rc=\E8:\
                   3016:        :sc=\E7:se=\E[0m:so=\E[1t\E[7m:sr=2\EM:st=\EH:\
                   3017:        :ts=\E[>,^A:ue=\E[0m:up=\E[A:us=\E[2t\E[4m:ve=\E[?25h:\
                   3018:        :po=\E[5i:pf=\E[4i:\
                   3019:        :vi=\E[?25l:ko=nd,up,dl,ce,ho,al:
                   3020: #
                   3021: #      This terminal description uses the non-hidden attribute mode
                   3022: #      (with magic cookie).
                   3023: #
1.6       cgd      3024: wy75-mc|wyse75-mc|wyse 75 with magic cookies:\
1.1       cgd      3025:        :ae=\E[0p^O:as=\E[0p^N:ms@:r2=20\E[0p\E[35;?7;?8h\E[30;?1l:\
                   3026:        :se=\E[0p:sg#1:so=\E[17p:ue=\E[0p:ug#1:us=\E[8p:\
                   3027:        :tc=wy75:
1.6       cgd      3028: wy75-vb|wyse75-vb|wyse 75 with visual bell:\
1.1       cgd      3029:        :vb=\E[30h\E,\E[30l:\
                   3030:        :tc=wy75:
1.6       cgd      3031: wy75-w|wyse75-w|wyse 75 in 132 column mode:\
1.1       cgd      3032:        :co#132:r3=80\E[?3h:\
                   3033:        :tc=wy75:
1.6       cgd      3034: wy75-wvb|wyse75-wvb|wyse 75 with visual bell 132 columns:\
1.1       cgd      3035:        :co#132:r3=80\E[?3h:vb=\E[30h\E,\E[30l:\
                   3036:        :tc=wy75:
                   3037: #
1.6       cgd      3038: wy75ap|wyse75ap|wy-75ap|wyse-75ap|Wyse WY-75 Applications and Cursor keypad:\
1.1       cgd      3039:        :is=\E[1;24r\E[?10;3l\E[?1;25h\E[4l\E[m\E(B\E=:\
                   3040:        :kd=\EOB:ke=10\E[?1l\E>:kh=\EOH:kl=\EOD:kr=\EOC:\
                   3041:        :ks=10\E[?1h\E=:ku=\EOA:\
                   3042:        :tc=wyse75:
                   3043: #
                   3044: #      Wyse 85 emulating a vt220 7 bit mode.
                   3045: #              24 line screen with status line.
                   3046: #
                   3047: #      The vt220 mode permits more function keys but it wipes out
                   3048: #      the escape key.  I strongly reccomend that f11 be set to
                   3049: #      escape (esc).
                   3050: #      The terminal may have to be set for 8 data bits and 2 stop
                   3051: #      bits for the arrow keys to work.
                   3052: #      The Wyse 85 runs faster with XON/XOFF enabled.  Also the
                   3053: #      (dch) and (ich) work best when XON/XOFF is set.  (ich) and
                   3054: #      (dch) leave trash on the screen when used without XON/XOFF.
                   3055: #
1.6       cgd      3056: wy85|wyse85|wyse 85:\
1.1       cgd      3057:        :am:hs:mi:ms:xn:xo:bs:pt:\
                   3058:        :co#80:li#24:kn#3:\
                   3059:        :AL=5*\E[%dL:DC=3*\E[%dP:DL=3*\E[%dM:DO=\E[%dB:\
                   3060:        :IC=4*\E[%d@:LE=\E[%dD:RI=\E[%dC:UP=\E[%dA:ae=^O:\
                   3061:        :al=5\E[L:as=^N:bt=\E[Z:cd=110\E[J:ce=\E[K:\
                   3062:        :cl=110\E[H\E[J:cm=1\E[%i%d;%dH:cs=\E[%i%d;%dr:\
                   3063:        :ct=\E[3g:dc=3\E[P:dl=3\E[M:ds=\E[40l:ei=\E[4l:\
                   3064:        :fs=\E[1;24r\E8:ho=\E[H:\
                   3065:        :i1=\E[62;1"p\E7\E[?6l\E8\E[?5W:im=\E[4h:ip=3:\
                   3066:        :is=16\E[2;4;20;30l\E[?1;4;10;16l\E[12;36h\E[?7;8;25h:\
                   3067:        :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:\
                   3068:        :kb=\b:kd=\E[B:ke=\E>:kh=\E[26~:\
                   3069:        :kl=\E[D:kr=\E[C:ks=\E[?1l\E=:ku=\E[A:l1=PF1:l2=PF2:\
                   3070:        :l3=PF3:l4=PF4:nd=\E[C:\
                   3071:        :r1=\E<\E[3;13l\E[!p\E7\E[1;24r\E8\E(B:\
                   3072:        :r2=70\E[35h\E[?3l:rc=\E8:sc=\E7:se=\E[m:so=\E[1m:\
                   3073:        :sr=3\EM:st=\EH:ts=\E[40h\E7\E[25;%i%dH:ue=\E[m:\
                   3074:        :up=\E[A:us=\E[4m:ve=\E[?25h:vi=\E[?25l:nl=\E[B:\
                   3075:        :po=\E[5i:pf=\E[4i:\
                   3076:        :ko=do,nd,up:
                   3077: #
                   3078: #      Wyse 85 with visual bell.
1.6       cgd      3079: wy85-vb|wyse85-vb|wyse 85 with visual bell:\
1.1       cgd      3080:        :vb=\E[30h\E,\E[30l:\
                   3081:        :tc=wy85:
                   3082: #
                   3083: #      Wyse 85 in 132-column mode.
1.6       cgd      3084: wy85-w|wyse85-w|wyse 85 in 132-column mode:\
1.1       cgd      3085:        :co#132:\
                   3086:        :r2=120\E[35h\E[?3h:\
                   3087:        :tc=wy85:
                   3088: #
                   3089: #      Wyse 85 in 132-column mode with visual bell.
1.6       cgd      3090: wy85-wvb|wyse85-wvb|wyse 85 with visual bell 132-columns:\
1.1       cgd      3091:        :vb=\E[30h\E,\E[30l:\
                   3092:        :tc=wy85:
                   3093: # From pett@cgl.ucsf.edu
1.6       cgd      3094: wy99|wyse-99gt|wyse99gt|wyse 99GT, 80 col, native mode:\
1.1       cgd      3095:        :is=\E\140\072\Ee(\Ew1\Ee-\Ee$\Ee'\EeT^T:ct=\E0:st=\E1:gn:\
                   3096:        :li#24:co#80:bl=^G:am:bw:ul:hs:as=\EcE:ae=\EcD:bt=\EI:\
                   3097:        :ma=^Kj^Jk^Hh^Ll^^H:cm=\Ea%i%2R%3C:it#8:\
                   3098:        :vs=^^\EY\E\140\072:vi=\E`0:es:ws#80:\
                   3099:        :lm#0:md=\Ee1\EG6:me=\Ee0\E(:mh=\Ee1\EGb:mb=\Ee1\EG2:\
                   3100:        :mk=\Ee1\EG1:mp=\E):mr=\Ee1\EG4:pf=^T:po=\EP\E7:ps=:\Ed&\E7\
                   3101:        :fs=\004:ds=\EA31:i2=\EA30:vb=\E\1361\E\1360:da:db:sf=^J:sr=\Ej:\
                   3102:        :cl=^Z:ce=\ET:cd=\EY:al=\EE:dl=\ER:dc=\EW:\
                   3103:        :so=\EGt:se=\EG0:sg#1:ue=\EG0:us=\EG8:ug#1:ll=\Ea24R1C:\
                   3104:        :pt:bs:nd=^L:up=^K:do=^J:ho=^^:kl=^H:kr=^L:ku=^K:kd=^J:kh=^^:kn#20:\
                   3105:        :ei=\Er:im=\Eq:ic=:mi:if=/usr/share/tabset/stdcrt:\
                   3106:        :k1=^A@^M:k2=^AA^M:k3=^AB^M:k4=^AC^M:k5=^AD^M:\
                   3107:        :k6=^AE^M:k7=^AF^M:k8=^AG^M:k9=^AH^M:k0=^AI^M:\
                   3108:        :l1=^A`^M:l2=^Aa^M:l3=^Ab^M:l4=^Ac^M:l5=^Ad^M:\
                   3109:        :l6=^Ae^M:l7=^Af^M:l8=^Ag^M:l9=^Ah^M:l0=^Ai^M:
                   3110: # From freudent@eric.ultra.nyu.edu (Eric Freudenthal)
1.6       cgd      3111: wy100q|Wyse 100 for Quotron:\
1.1       cgd      3112:        :al=\EE:bs:bt=\EI:cd=\EY:ce=\ET:cl=^Z:cm=\E=%+ %+ :co#80:\
                   3113:        :dc=\EW:dl=\ER:do=^J:ei=\Er:im=\Eq:is=\E`\072\200\EC\EDF\E0\E'\E(\EA21:\
                   3114:        :kd=^J:kl=^H:kr=^L:ku=^K:li#24:nd=^L:up=^K:us=\EG8:ue=\EG0:\
                   3115:        :so=\EG4:se=\EG0:sg#1:sr=\Ej:ho=^^:ug#1:
                   3116: # # --------------------------------
                   3117: #
                   3118: # y: TELERAY
                   3119: #
                   3120: # Note two things called "teleray".  Reorder should move the common one
                   3121: # to the front if you have either.  A dumb teleray with the cursor stuck
                   3122: # on the bottom and no obvious model number is probably a 3700.
1.6       cgd      3123: t3700|teleray|dumb teleray 3700:\
1.1       cgd      3124:        :do=^J:le=^H:bs:cl=^L:co#80:li#24:
1.6       cgd      3125: t3800|teleray 3800 series:\
1.1       cgd      3126:        :do=^J:le=^H:bs:cd=\EJ:ce=\EK:cl=^L:cm=\EY%+ %+ :co#80: \
                   3127:        :do=\n:ho=\EH:li#24:ll=\EY7 :nd=\EC:pt:up=^K:
1.6       cgd      3128: t1061|teleray 1061:\
1.1       cgd      3129:        :if=/usr/share/tabset/teleray:\
                   3130:        :ct=\EG:st=\EF:do=^J:\
                   3131:        :al=2*\EL:am:le=^H:bs:cd=1\EJ:ce=\EK:cl=1^L:cm=\EY%+ %+ :co#80:\
                   3132:        :dc=\EQ:dl=2*\EM:ei=:ho=\EH:ic=\EP:im=:ip=0.4*:\
                   3133:        :k1=^Z1:k2=^Z2:k3=^Z3:k4=^Z4:k5=^Z5:k6=^Z6:k7=^Z7:k8=^Z8:\
                   3134:        :li#24:nd=\EC:pt:se=\ER@:so= \ERD:\
                   3135:        :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:\
                   3136:        :up=\EA:us=\ERH:ue=\ER@:xs:xt:sg#2:ug#1:
                   3137: # "Teleray Arpa Special", offically designated as
                   3138: # "Teleray Arpa network model 10" with "Special feature 720".
                   3139: # This is the new (1981) fast microcode updating the older "arpa" proms
                   3140: # (which gave meta-key and pgmmable-fxn keys).  720 is much much faster,
                   3141: # converts the keypad to programmable function keys, and has other goodies.
                   3142: # Standout mode is still broken (magic cookie, etc) so is suppressed as no
                   3143: # programs handle such lossage properly.
                   3144: # Note: this is NOT the old termcap's "t1061f with fast proms."
                   3145: # From Univ of Utah, J.Lepreau  Tue Feb  1 06:39:37 1983
                   3146: # lepreau@utah-cs, harpo!utah-cs!lepreau
                   3147: #
1.6       cgd      3148: t10|teleray 10 special:\
1.1       cgd      3149:        :so@:se@:us@:ue@:\
                   3150:        :al=\EL:bs:cd=\EJ:ce=\EK:cl=30\Ej:cm=\EY%+ %+ :co#80:\
                   3151:        :dc=\EQ:dl=\EM:ei=:ho=\EH:ic=\EP:im=:km:li#24:nd=\EC:pc=\200:pt:\
                   3152:        :se=\ER@:so=\ERD:sf=\Eq:sg#2:sr=\Ep:up=\EA:ug#1:ue=\ER@:us=\ERH:\
                   3153:        :xs:xt:
1.6       cgd      3154: t1061f|teleray 1061 with fast PROMs:\
1.1       cgd      3155:        :al=\EL:ip@:dl=\EM:tc=t1061:
                   3156: # # --------------------------------
                   3157: #
                   3158: # z: Miscellaneous
                   3159: #
1.6       cgd      3160: wind:\
1.1       cgd      3161:        :bs:cm=\Ep%r%.%.:cl=\En\120\030\Eo:co#80:\
                   3162:        :ho=\Ep\200\200:li#24:nd=^L:up=^K:nl=\035:\
                   3163:        :kl=\E3:kr=\E4:ku=\E1:kd=\E2:k1=\E5:k2=\E6:k3=\E7:k4=\E8:\
                   3164:        :so=\Em\014:se=\Em\003:
1.6       cgd      3165: wind16:\
1.1       cgd      3166:        :bs:cm=\Ep%r%.%.:cl=\En\120\020\Eo:co#80:\
                   3167:        :ho=\Ep\200\200:li#16:nd=^L:up=^K:nl=\035:\
                   3168:        :so=\Em\014:se=\Em\003:
1.6       cgd      3169: wind40:\
1.1       cgd      3170:        :bs:cm=\Ep%r%.%.:cl=\En\120\050\Eo:co#80:\
                   3171:        :ho=\Ep\200\200:li#40:nd=^L:up=^K:nl=\035:\
                   3172:        :so=\Em\014:se=\Em\003:
1.6       cgd      3173: wind50:\
1.1       cgd      3174:        :bs:cm=\Ep%r%.%.:cl=\En\128\062\Eo:co#88:\
                   3175:        :ho=\Ep\200\200:li#50:nd=^L:up=^K:nl=\035:\
                   3176:        :kl=\E3:kr=\E4:ku=\E1:kd=\E2:k1=\E5:k2=\E6:k3=\E7:k4=\E8:\
                   3177:        :so=\Em\014:se=\Em\003:
1.6       cgd      3178: cad68-3|cgc3|cad68 basic monitor transparent mode size 3 chars:\
1.1       cgd      3179:        :am:bs:cl=^Z:co#73:ho=\036:li#36:nd=^L:up=^K:
1.6       cgd      3180: cad68-2|cgc2|cad68 basic monitor transparent mode size 2 chars:\
1.1       cgd      3181:        :am:bs:cl=^Z:co#85:ho=\036:li#39:nd=^L:up=^K:\
                   3182:        :kl=\E3:kr=\E4:ku=\E1:kd=\E2:k1=\E5:k2=\E6:k3=\E7:k4=\E8:\
                   3183:        :so=\Em\014:se=\Em\003:
1.6       cgd      3184: v50|visual 50:\
1.1       cgd      3185:        :am:bs:al=\EL:dl=\EM:\
                   3186:        :cd=\Ek:ce=\EK:cl=^Z:cm=\E=%+\040%+\040:co#80:do=^J:ho=\EH:\
                   3187:        :kb=^H:kd=\EB:kh=\EH:kl=\ED:kr=\EC:ku=\EA:li#24:ms:nd=^L:pt:\
                   3188:        :so=\EU:se=\ET:up=^K:
1.6       cgd      3189: trs2|trsII|trs80II|Radio Shack Model II using P&T CP/M:\
1.1       cgd      3190:        :nl=^_:al=^D:am:bs:cd=^B:ce=^A:cl=^L:cm=\EY%+ %+ :co#80:\
                   3191:        :dl=^K:do=^_:ho=^F:li#24:nd=^]:ms:pt:se=^O:so=^N:up=^^:\
                   3192:        :kb=^H:kd=^_:kl=^\:kr=^]:ku=^^:
                   3193: #From: ksb@mentor.cc.purdue.edu (Kevin Braunsdorf)
1.6       cgd      3194: trs16|trs-80 model 16 console:\
1.1       cgd      3195:        :al=\EL:am:bs:cd=\EJ:ce=\EK:cl=^L:cm=\EY%+ %+ :co#80:dc=\EQ:dl=\EM:\
                   3196:        :do=\EB:ei=:ic=\EP:ho=\EH:im=:kb=^H:kd=\EB:kl=\ED:kn#2:kr=\EC:\
                   3197:        :ku=\EA:k0=^A:k1=^B:l0=f1:l1=f2:li#24:nd=\EC:pt:se=\ER@:sg#0:so=\ERD:\
                   3198:        :k2=^D:k3=^L:k4=^U:k5=^P:k6=^N:k7=^S:\
                   3199:        :l2=f3:l3=f4:l4=f5:l5=f6:l6=f7:l7=f8:\
                   3200:        :up=\EA:GS=\ERG:GE=\ERg:GV=s:GH=u:GU=e:GD=c:G1=`:G2=_:G3=b:G4=a:\
                   3201:        :BN=\E[?33h:BF=\E[?33l:UC=\E[_\040q:BC=\E[\177\040q:\
                   3202:        :PN=\E]=:PS=\E]+:\
                   3203:        :CN=\ERC:CF=\ERc:NR=\ERD:NM=\ER@:
                   3204: #From {pbrown,ctl}@ocf.berkeley.edu, 12 Mar 90
1.6       cgd      3205: coco3|os9LII|Tandy CoCo3 24*80 OS9 Level II:\
1.1       cgd      3206:        :am:bs:cl=5*^L:li#24:co#80:ho=^A:\
                   3207:        :cd=^K:ce=^D:cm=2%r^B%+ %+ :\
                   3208:        :bl#7:do=^J:up=^I:nd=^F:so=\037\040:se=\037\041:\
                   3209:        :us=\037\042:ue=\037\043:al=\037\060:dl=\037\061:\
                   3210:        :ku=^L:kd=^J:kr=^I:kl=^H:ta:mb=\037\042:md=\E\072^A:\
                   3211:        :mr=\037\040:me=\037\041\E\072\000:\
                   3212:        :vi=\005\040:ve=\005\041
1.6       cgd      3213: ps300|Picture System 300:us@:ue@:so@:se@:xt:pt@:tc=vt100:
                   3214: masscomp2:co#64:li#21:tc=masscomp:
                   3215: masscomp1:co#104:li#36:tc=masscomp:
                   3216: masscomp:\
1.1       cgd      3217:        :al=\E[L:bs:cd=\E[J:ce=\E[K:co#80:dc=\E[P:dl=\E[M:do=\E[B:\
                   3218:        :ei=\E[4l:im=\E[4h:is=\EGc\EGb\EGw:li#24:mi:MT:nd=\E[C:pt:se=\E[0m:\
                   3219:        :sg#0:so=\E[7m:cm=\E[%i%d;%dH:ue=\EGau:us=\EGu:up=\E[A:\
                   3220:        :ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:kb=^h:cl=\E[2J:
                   3221: # Kimtron TC entries include (undocumented) codes for: enter dim mode (mh),
                   3222: # enter bold mode (md), enter reverse mode (mr), turn off all attributes (me)
                   3223: # Kimtron ABM 85 added by Dual Systems
1.6       cgd      3224: abm85|Kimtron ABM 85:\
1.1       cgd      3225:        :is=\EC\EX\Eg\En\E%\Er\E(\Ek\Em\Eq:if=/usr/share/tabset/stdcrt:\
                   3226:        :li#24:co#80:am:bs:bw:ms:pt:\
                   3227:        :cl=\E*:cd=\Ey:dl=\ER:al=\EE:ce=\Et:dc=\EW:im=\EQ:ei=\Er:\
                   3228:        :cm=\E=%+ %+ :do=^J:nd=^L:up=^K:bt=\EI:\
                   3229:        :kh=^^:kb=^H:kd=^J:ku=^K:kd=^J:kl=^H:kr=^L:\
                   3230:        :so=\Ej:se=\Ek:sg#1:us=\El:ue=\Em:ug#1:
                   3231: # Kimtron ABM 85H added by Dual Systems.
                   3232: # Some notes about the 85h entries:
                   3233: # 1) there are several firmware revs of 85H in the world. Use o85h for
                   3234: #    firmware revs prior to SP51
                   3235: # 2) Make sure to use 85h entry if the terminal is in 85H mode and the
                   3236: #    85e entry if it is in 920 emulation mode. They are incompatible in
                   3237: #    some places and NOT software settable i.e., `is' can't fix change it)
                   3238: # 3) In 85h mode, the arrow keys and special functions transmit when
                   3239: #    the terminal is in dup-edit, and work only locally in local-edit.
                   3240: #    Vi won't swallow `del char' for instance, but `vs' turns on
                   3241: #    dup-edit anyway so that the arrow keys will work right. If the
                   3242: #    arrow keys don't work the way you like, change `vs', `ve', and `is'.
                   3243: #    920E mode does not have software commands to toggle between dup
                   3244: #    and local edit, so you get whatever was set last on the terminal.
                   3245: # 4) vb attribute is nice, but seems too slow to work correctly (\Eb<pad>\Ed)
                   3246: # 5) Make sure `hidden' attributes are selected. If `embedded' attributes
                   3247: #    are selected, the entries :sg@: and :ug@: should be removed.
                   3248: # 6) auto new-line should be on (selectable from setup mode only)
                   3249: #
                   3250: # From fair@ucbarpa  Sun Oct 27 07:21:05 1985
1.6       cgd      3251: 85h|85H|abm85h|Kimtron ABM 85H, 85H mode:\
1.1       cgd      3252:        :is=\EC\EN\EX^T^N\EA\Ea\E%\E9\Ee\Er\En\E"\E}\E'\E(\Ef^M\EG0\Ed\E.4\El:\
                   3253:        :im=\EZ:kd=^V:so=\EG4:se=\EG0:us=\EG8:ue=\EG0:vb@:vs=\E.2:ve=\E.4:\
                   3254:        :mh=\E):mr=\EG4:me=\E(\EG0:sg@:ug@:ds=\Ee:fs=^M:hs:ts=\Eg\Ef:tc=abm85:
1.6       cgd      3255: 85e|85E|abm85e|Kimtron ABM 85H, 920E mode:\
1.1       cgd      3256:        :is=\EC\EX\EA\E%\E9\Ee\Er\En\E"\E}\E'\E(\Ef^M\Ek\Eq\Em:\
                   3257:        :mh=\E):mr=\Ej:me=\E(\Ek:im=\EZ:sg@:ug@:vb@:tc=abm85:
1.6       cgd      3258: o85h|oabm85h|Kimtron ABM 85H, old firmware rev.:\
1.1       cgd      3259:        :is=\E}\EC\EX\Ee\En\E%\Er\E(\Ek\Em\Eq\Ed\ET\EC\E9\EF:\
                   3260:        :im=\EZ:sg@:ug@:vb=\200\200\200^G\200\200\200:\
                   3261:        :mh=\E):mr=\Ej:me=\E(\Ek:tc=abm85:
                   3262: #from  malman@bbn-vax.arpa
1.6       cgd      3263: kt7|kimtron model kt-7:\
1.1       cgd      3264:        :am:bs:co#80:li#24:cm=\E=%+ %+ :cl=^Z:cd=\EY:ce=\ET:is=\El\E":\
                   3265:        :al=\EE:dl=\ER:im=:ei=:ic=\EQ:dc=\EW:if=/usr/share/tabset/stdcrt:\
                   3266:        :ho=^^:nd=^L:bt=\EI:pt:so=\EG4:se=\EG0:sg#0:us=\EG8:ue=\EG0:ug#0:\
                   3267:        :up=^K:do=^V:kb=^H:ku=^K:kd=^V:kl=^H:kr=^L:kh=^^:ma=^V^J^L :\
                   3268:        :k1=^A@\r:k2=^AA\r:k3=^AB\r:k4=^AC\r:k5=^AD\r:k6=^AE\r:k7=^AF\r:\
                   3269:        :k8=^AG\r:k9=^AH\r:k0=^AI\r:ko=ic,dc,al,dl,cl,ce,cd,bt:\
                   3270:        :ts=\Ef:fs=\Eg:
1.6       cgd      3271: appleII|apple ii plus:vs=\024\103\066:ve=\024\103\062:\
1.1       cgd      3272:        :am:co#80:ce=\035:li#24:cl=\014:bs:nd=\034:up=\037:ho=\E\031:pt:\
                   3273:        :cd=\013:so=\017:se=\016:cm=\036%r%+ %+ :is=\024T1\016:do=^J:kd=^J:\
                   3274:        :vb=\024G1\024T1:kr=:
                   3275: #  Gary Ford 21NOV83
                   3276: #  New version from ee178aci%sdcc7@SDCSVAX.ARPA  Fri Oct 11 21:27:00 1985
1.6       cgd      3277: apple-80|apple II with smarterm 80 col:\
1.1       cgd      3278:        :am:bs:bt=^R:bw:cd=10*^K:ce=10^]:cl=10*^L:cm=^^%r%+ %+ :\
                   3279:        :co#80:cr=10*^M:do=^J:ho=^Y:le=^H:li#24:nd=^\\:up=^_:
1.6       cgd      3280: lisa|apple lisa console display, black on white:\
1.1       cgd      3281:        :al=\E[L:am:bs:cd=\E[J:ce=\E[K:cl=^L:cm=\E[%i%d;%dH:co#88:\
                   3282:        :dc=\E[P:dl=\E[M:do=\E[B:ei=:ho=\E[H:ic=\E[@:im=:li#32:\
                   3283:        :nd=\E[C:ms:pt:so=\E[7m:se=\E[m:us=\E[4m:ue=\E[m:up=\E[A:\
                   3284:        :kb=^h:ku=\E[A:kd=\E[B:kl=\E[D:kr=\E[C:eo:is=\E>\E[0m^L:\
                   3285:        :GS=\E[11m:GE=\E[10m:GV=\140:GH=a:G1=c:G2=f:G3=e:G4=d:GU=u:\
                   3286:        :GD=s:GC=b:GL=v:GR=t:CO=\E[5l:CF=\E[5h:
1.6       cgd      3287: liswb|apple lisa console display, white on black:\
1.1       cgd      3288:        :so=\E[0m:se=\E[0;7m:us=\E[4m:ue=\E[0;7m:is=\E>\E[0;7m^L:\
                   3289:        :tc=lisa:
                   3290: # The following is a version of the ibm-pc entry distributed with PC/IX,
                   3291: # (Interactive Systems' System 3 for the Big Blue), modified by Richard
                   3292: # McIntosh at UCB/CSM.  The :pt: and :uc: have been removed from the original,
                   3293: # (the former is untrue, and the latter failed under UCB/man); standout and
                   3294: # underline modes have been added.  Note: this entry describes the "native"
                   3295: # capabilities of the PC monochrome display, without ANY emulation; most
                   3296: # communications packages (but NOT PC/IX connect) do some kind of emulation.
                   3297: pc|ibmpc|ibm pc PC/IX:\
                   3298:        :li#24:co#80:am:bs:bw:eo:\
                   3299:        :cd=\E[J:ce=\E[K:cl=\Ec:cm=\E[%i%2;%2H:do=\E[B:ho=\E[;H:\
                   3300:        :nd=\E[C:up=\E[A:so=\E[7m:se=\E[0m:us=\E[4m:ue=\E[0m:
1.5       cgd      3301: pc3|ibmpc3|IBM PC 386BSD Console:\
1.9     ! cgd      3302:        :DO=\E[%dB:\
        !          3303:        :K1=\E[H:\
        !          3304:        :K2=\E[I:\
        !          3305:        :K3=\E[E:\
        !          3306:        :K4=\E[F:\
        !          3307:        :K5=\E[G:\
        !          3308:        :LE=\E[%dD:\
        !          3309:        :RI=\E[%dC:\
        !          3310:        :UP=\E[%dA:\
        !          3311:        :am:\
        !          3312:        :bl=^G:\
        !          3313:        :bs:\
        !          3314:        :cb=\E[1K:\
        !          3315:        :cd=\E[J:\
        !          3316:        :ce=\E[K:\
        !          3317:        :cl=\E[H\E[J:\
        !          3318:        :cm=\E[%i%d;%dH:\
        !          3319:        :co#80:\
        !          3320:        :cr=^M:\
        !          3321:        :do=^J:\
        !          3322:        :ho=\E[H:\
        !          3323:        :is=\E[m:\
        !          3324:        :k0=\E[V:\
        !          3325:        :k1:\E[M:\
        !          3326:        :k2:\E[N:\
        !          3327:        :k3:\E[O:\
        !          3328:        :k4:\E[P:\
        !          3329:        :k5:\E[Q:\
        !          3330:        :k6:\E[R:\
        !          3331:        :k7:\E[S:\
        !          3332:        :k8:\E[T:\
        !          3333:        :k9:\E[U:\
        !          3334:        :kD=\177:\
        !          3335:        :kH=\E[F:\
        !          3336:        :kN=\E[G:\
        !          3337:        :kP=\E[I:\
        !          3338:        :kb=\177:\
        !          3339:        :kd=\E[B:\
        !          3340:        :kh=\E[H:\
        !          3341:        :kl=\E[D:\
        !          3342:        :kr=\E[C:\
        !          3343:        :ku=\E[A:\
        !          3344:        :le=^H:\
        !          3345:        :li#25:\
        !          3346:        :ms:\
        !          3347:        :nd=\E[C:\
        !          3348:        :rs=\E[m:\
        !          3349:        :se=\E[m:\
        !          3350:        :sf=\E[S:\
        !          3351:        :so=\E[7;1r\E[7m:\
        !          3352:        :sr=\E[T:\
        !          3353:        :ta=^I:\
        !          3354:        :te=\E[m:\
        !          3355:        :ti=\E[m:\
        !          3356:        :up=\E[A:
1.6       cgd      3357: ibmx|ibmpcx|IBM PC xenix console display:\
1.1       cgd      3358:        :al=\E[L:am:bs:cd=\E[J:ce=\E[K:cl=^L:cm=\E[%d;%dH:co#80:\
                   3359:        :dc=\E[P:dl=\E[M:do=\E[B:ei=:ho=\E[H:ic=\E[@:im=:li#25:\
                   3360:        :nd=\E[C:ms:se=\E[0m:so=\E[7m:us=\E[4m:\
                   3361:        :ue=\E[m:up=\E[A:MR=\E[0m:\
                   3362:        :kb=^h:kh=\E[Y:ku=\E[A:kd=\E[B:kl=\E[D:kr=\E[C:eo:\
                   3363:        :GS=\E[11m:GE=\E[10m:\
                   3364:        :GC=b:GL=v:GR=t:RT=^J:\
                   3365:        :GH=\E[196g:GV=\E[179g:\
                   3366:        :GU=\E[193g:GD=\E[194g:\
                   3367:        :G1=\E[191g:G2=\E[218g:G3=\E[192g:G4=\E[217g:\
                   3368:        :CW=\E[E:NU=\E[F:RF=\E[G:RC=\E[H:\
                   3369:        :WL=\E[K:WR=\E[L:CL=\E[M:CR=\E[N:\
                   3370:        :HM=\E[Y:EN=\E[d:PU=\E[Z:PD=\E[e:
1.6       cgd      3371: ibmc|ibmcpc|IBM PC xenix color console display:\
1.1       cgd      3372:        :tc=ibm:
1.6       cgd      3373: ibmcx|ibmcpcx:\
1.1       cgd      3374:        :tc=ibmx:
1.6       cgd      3375: kaypro|kaypro2|kaypro II:\
1.1       cgd      3376:        :am:bs:cm=\E=%+ %+ :cl=1^Z:co#80:ho=^^:li#24:ma=^K^P:nd=^L:up=^K:\
                   3377:        :kr=:kl=^H:ku=:kd=^J:
                   3378: # From Suk Lee ..!{decvax,linus,allegra,ihnp4}!utcsrgv!spoo
1.6       cgd      3379: trs100|Radio Shack Model 100:\
1.1       cgd      3380:        :am:bs:le=^H:li#8:co#40:ku=^^:kd=^_:kl=^]:kr=^\:up=\EA:\
                   3381:        :nd=\EC:ho=\EH:ce=\EK:cd=\EJ:cl=\EE:xt:cm=\EY%+ %+ :\
                   3382:        :so=\Ep:se=\Eq:al=\EL:dl=\EM:
1.6       cgd      3383: mac|macintosh|Macintosh with MacTerminal:\
1.1       cgd      3384:        :al=20\E[L:dl=20\E[M:ip=7:dc=7\E[P:ic=9\E[@:xn:dN#30:tc=vt100:
1.6       cgd      3385: zen50|z50:zephyr:\
1.1       cgd      3386:        :cm=\E=%+ %+ :cd=\EY:co#80:li#24:\
                   3387:        :am:al=\EE:ce=\ET:dc=\EW:dl=\ER:ic=\EQ:im=:ei=:\
                   3388:        :cl=\E+:bs:ma=^Hh^Ll^Jj^Kk:sg#1:se=\EGO:so=\EG4:\
                   3389:        :kl=^H:kr=^L:ku=^K:kd=^J:kh=\036:up=^K:\
                   3390:        :BS=^U:CL=^V:CR=^B:RK=^L:UK=^K:LK=^H:DK=^J:HM=\036:
1.6       cgd      3391: go140|graphon go-140:\
1.1       cgd      3392:        :co#80:li#24:cl=10\E[;H\E[2J:bs:cm=\E[%i%2;%2H:nd=\E[C:up=\E[A:\
                   3393:        :ce=\E[K:cd=10\E[J:so=\E[7m:se=\E[m:us=\E[4m:ue=\E[m:\
                   3394:        :is=\E<\E=\E[?3l\E[?7l\E(B\E[J\E7\E[;r\E8\E[m\E[q:\
                   3395:        :dl=\E[M:al=\E[L:dc=\E[P:im=\E[4h:ei=\E[4l:\
                   3396:        :ks=\E[?1h\E=:ke=\E[?1l\E>:\
                   3397:        :if=/usr/share/tabset/vt100:ku=\EOA:kd=\EOB:kr=\EOC:kl=\EOD:\
                   3398:        :kh=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:pt:sr=\EM:
1.6       cgd      3399: go140w|graphon go-140 in 132 column mode:\
1.1       cgd      3400:        :co#132:is=\E<\E=\E[?3h\E[?7h\E(B\E[J\E7\E[;r\E8\E[m\E[q:\
                   3401:        :tc=go140:
                   3402: #From edm@nwnexus.WA.COM.  Hacked up vt200 termcap to handle GO-225/VT220
1.6       cgd      3403: go225|go-225|Graphon 225:\
1.1       cgd      3404:        :im=\E[4h:ei=\E[4l:mi:dc=\E[P:al=\E[L:dl=\E[M:\
                   3405:        :cs=\E[%i%d;%dr:sf=\ED:sr=\EM:\
                   3406:        :ce=\E[K:cl=\E[H\E[J:cd=\E[J:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\
                   3407:        :so=\E[7m:se=\E[27m:us=\E[4m:ue=\E[24m:\
                   3408:        :md=\E[1m:mr=\E[7m:mb=\E[5m:me=\E[m:\
                   3409:        :is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h:\
1.6       cgd      3410:        :rs=\E[!p\E[?7h\E[2;1;1#w:rf=/usr/share/tabset/vt100:\
1.1       cgd      3411:        :do=^J:co#80:li#25:le=^H:bs:am:ks=\E=:ke=\E>:\
                   3412:        :ku=\E[A:kd=\E[B:kr=\E[C:kl=\E[D:kb=^H:kh=\E[H:\
                   3413:        :ho=\E[H:k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:pt:vt#3:xn:\
                   3414:        :sc=\E7:rc=\E8:ti=\E[2;0#w\E[1;25r:te=\E[!p\E[?7h\E[2;1;1#w:
1.6       cgd      3415: sanyo55|sanyo|sanyo mbc-55x pc compatible:\
1.1       cgd      3416:        :co#80:li#25:am:cl=\E[H\E[J:bs:cm=\E[%i%d;%dH:nd=\E[C:up=\E[A:\
                   3417:        :ce=\E[K:cd=\E[J:so=\E[7m:se=\E[m:us=\E[4m:ue=\E[m:
                   3418: #From: Simson L. Garfinkel <simsong@media-lab.mit.edu>
1.6       cgd      3419: ST|atari st:\
1.1       cgd      3420:        :bs:cd=\EJ:ce=\EK:cl=\EH\EJ:cm=\EY%+ %+ :co#80:li#25:nd=\EC:\
                   3421:        :pt:sr=\EI:up=\EA:ku=\EA:kd=\EB:kr=\EC:kl=\ED:\
                   3422:        :do=\EB:\
                   3423:        :so=\Ep:se=\Eq:dl=\EM:al=\EL:am:
                   3424: # UniTerm terminal program for the Atari ST:  49-line VT220 emulation mode
                   3425: # From Paul M. Aoki, aoki@ucbvax.Berkeley.EDU
1.6       cgd      3426: uniterm|uniterm49|UniTerm VT200 emulator, 49 lines:\
1.1       cgd      3427:        :li#49:is=\E>\E[?3l\E[?4l\E[?5l\E[?7h\E[?8h\E[1;49r\E[49;1H:\
                   3428:        :tc=vt200:
                   3429: # YTERM standard version 1.0.  (gts 9-25-84)
                   3430: # Straight old ascii keyboard except function keys are Yale (e.g.,ASCII.KBD).
                   3431: # Only 80 tab columns (else yterm 1.1 bug).  No :xn: in 1.0.
                   3432: # Cannot use termcap :sr=\EM: because vi will not work, too bad.
                   3433: # vi string is given so that yterm is reset each vi startup.
1.6       cgd      3434: yterm10|yterm 1.0 UCB ascii.kbd:\
1.1       cgd      3435:        :am:bs:cd=^K:ce=^]:cl=^L:cm=^^%r%+ %+ :co#80:EP:ho=^Y:li#24:nd=^\:pt:\
                   3436:        :rc=\E8:sc=\E7:so=\E[7m:se=\E[m:up=^_:us=\E[4m:ue=\E[m:\
                   3437:        :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:\
                   3438:        :ku=^K:kd=^J:kl=^H:kr=^L:kh=^^:ma=h\012jklH:\
                   3439:        :k0=\E0:k1=\E1:k2=\E2:k3=\E3:k4=\E4:k5=\E5:k6=\E6:k7=\E7:k8=\E8:k9=\E9:\
                   3440:        :vs=^O\E[7i\E[m\E[?7h\E[?3g\r\EHY0      \EH        \EH        \EH        \EH        \EH        \EH        \EH        \EH        \EH\r:
                   3441: # YTERM varient version 1.1.  (gts 9-13-84)  Version 1.1 has :xn:.
1.6       cgd      3442: yterm11|yterm 1.1 UCB ascii.kbd:\
1.1       cgd      3443:        :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:\
                   3444:        :tc=yterm10:
                   3445: # YTERM 1.0 varient no autowrap or tabs
                   3446: # X does not remember autowrap or tabs when T is deleted and restarted.
1.6       cgd      3447: yterm10nat|yterm 1.0 UCB ascii.kbd no autowrap or tabs:\
1.1       cgd      3448:        :am@:pt@:vs=^O\E[7i\E[m\E[?7l\E[?3g\rY2\r:\
                   3449:        :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:\
                   3450:        :tc=yterm10:
                   3451: # KERMIT standard all versions.  (gts 9-25-84)
                   3452: # Straight ascii keyboard. :sr=\EI: not avail. many versions + bug prone in vi.
1.6       cgd      3453: kermit|standard kermit:\
1.1       cgd      3454:        :bs:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :co#80:ho=\EH:li#24:nd=\EC:up=\EA:\
                   3455:        :ku=^K:kd=^J:kl=^H:kr=^L:kh=^^:ma=^Hh\012j^Kk^Ll^^H:\
                   3456:        :is=K0 Standard Kermit  9-25-84\n:
1.6       cgd      3457: kermitam|standard kermit plus am:\
1.1       cgd      3458:        :am:is=K1 Standard Kermit plus Automatic Margins\n:tc=kermit:
                   3459: # IBMPC Kermit 1.2.  (gts 8-30-84)
                   3460: # Bugs :cd:ce: do not work except at beginning of line!  :cl: does not work,
                   3461: # but fake with :cl=\EH\EJ (since :cd=\EJ: works at beginning of line).
1.6       cgd      3462: pckermit|pckermit12|UCB IBMPC Kermit 1.2:\
1.1       cgd      3463:        :am:li#25:cd@:ce@:cl=\EH\EJ:\
                   3464:        :is=K2 UCB IBMPC Kermit 1.2  8-30-84\n:tc=kermit:
                   3465: # IBMPC Kermit 1.20    (gts 12-19-84)
                   3466: # Cannot use line 25, now acts funny like ansi special scrolling region.
                   3467: # Initialization must escape from that region by cursor position to line 24.
                   3468: # Cannot use character insert because 1.20 goes crazy if insert at col 80.
                   3469: # Does not use am: because autowrap mode lost when kermit dropped and restarted.
1.6       cgd      3470: pckermit120|UCB IBMPC Kermit 1.20:\
1.1       cgd      3471:        :al=\EL:am@:dc=\EN:dl=\EM:do=\EB:ei@:im@:li#24:pt:se=\Eq:so=\Ep:\
                   3472:        :is=\EO\Eq\EJ\EY7 K3 UCB IBMPC Kermit 1.20  12-19-84\n:\
                   3473:        :vs=\EO\Eq\EEK3:tc=kermit:
                   3474: # MS-DOS Kermit 2.27 for the IBMPC     (UCB gts 3-17-85)
                   3475: # Straight ascii keyboard. :sr=\EI: not avail. many versions + bug prone in vi.
                   3476: # Cannot use line 25, now acts funny like ansi special scrolling region.
                   3477: # Initialization must escape from that region by cursor position to line 24.
                   3478: # Does not use am: because autowrap mode lost when kermit dropped and restarted.
                   3479: # Reverse video for standout like H19.
1.6       cgd      3480: msk227|mskermit227|MS-DOS Kermit 2.27 for the IBMPC:\
1.1       cgd      3481:        :al=\EL:am@:bs:cd=\EJ:ce=\EK:cl=\EE:cm=\EY%+ %+ :co#80:\
                   3482:        :dc=\EN:dl=\EM:do=\EB:ei=\EO:im=\E@:\
                   3483:        :ho=\EH:li#24:nd=\EC:up=\EA:pt:rc=\Ek:sc=\Ej:se=\Eq:so=\Ep:\
                   3484:        :ku=^K:kd=^J:kl=^H:kr=^L:kh=^^:ma=^Hh\012j^Kk^Ll^^H:\
                   3485:        :is=\EO\Eq\EG\Ew\EJ\EY7 K4 MS Kermit 2.27 for the IBMPC 3-17-85\n:\
                   3486:        :vs=\EO\Eq\EG\EwK4:
                   3487: # MS-DOS Kermit 2.27 with automatic margins    (UCB gts 3-17-85)
1.6       cgd      3488: msk227am|mskermit227am|UCB MS-DOS Kermit 2.27 with automatic margins:\
1.1       cgd      3489:        :am:\
                   3490:        :is=\EO\Eq\EG\Ev\EJ\EY7 K5 MS Kermit 2.27 +automatic margins 3-17-85\n:\
                   3491:        :vs=\EO\Eq\EG\EvK5:tc=mskermit227:
                   3492: # MS-DOS Kermit 2.27 UCB 227.14 for the IBM PC (UCB gts 3-17-85)
                   3493: # Automatic margins now default.  Use ansi set graphic rendition for standout,
                   3494: # underline and ul codes (md,me,mr).  Define function keys.
1.6       cgd      3495: msk22714|mskermit22714|UCB MS-DOS Kermit 2.27 UCB 227.14 IBM PC:\
1.1       cgd      3496:        :am:kn#10:\
                   3497:        :k0=\E0:k1=\E1:k2=\E2:k3=\E3:k4=\E4:k5=\E5:k6=\E6:k7=\E7:k8=\E8:k9=\E9:\
                   3498:        :md=\E[1m:me=\E[m:mr=\E[7m:se=\E[m:so=\E[1m:ue=\E[m:us=\E[4m:\
                   3499:        :is=\EO\Eq\EG\Ev\EJ\EY7 K6 MS Kermit 2.27 UCB 227.14 IBM PC 3-17-85\n:\
                   3500:        :vs=\EO\Eq\EG\EvK6:tc=mskermit227:
                   3501: # From earle@smeagol.UUCP 29 Oct 85 05:40:18 GMT
                   3502: # MS-Kermit with Heath-19 emulation mode enabled
1.6       cgd      3503: h19k|h19kermit|heathkit emulation provided by Kermit (no auto margin):\
1.1       cgd      3504:        :am@:ta@:pt@:xt:da:db:tc=h19-u:
                   3505: # Amiga termcap by Kent Polk, kent@swrinde.nde.swri.edu (30 May 90)
                   3506: # Added a few more entries, converted caret-type control sequence (^x) entries
                   3507: # to '\0xx' entries since a couple of people mentioned loosing '^x' sequences.
                   3508: #
                   3509: # :as, :ae                     Support for alternate character sets.
                   3510: # :ve=\E[\040p:vi=\E[\060\040p cursor visible/invisible.
                   3511: # :xn:  vt100 kludginess at column 80/NEWLINE ignore after 80 cols(Concept)
                   3512: #     This one appears to fix a problem I always had with a line ending
                   3513: #     at 'width+1' (I think) followed by a blank line in vi. The blank
                   3514: #     line tended to disappear and reappear depending on how the screen
                   3515: #     was refreshed. Note that this is probably needed only if you use
                   3516: #     something like a Dnet Fterm with the window sized to some peculiar
                   3517: #     dimension larger than 80 columns.
                   3518: # :k0=\E9~     map F10 to k0 - could have F0-9 -> k0-9, but ... F10 was 'k;'
                   3519: # :F1-FA                       removed F11 through F20.
1.6       cgd      3520: amiga|Amiga ANSI:\
1.1       cgd      3521:        :co#80:li#24:am:bs:bw:\
                   3522:        :AL=\E[%dL:DC=\E[%dP:DL=\E[%dM:DO=\E[%dB:\
                   3523:        :LE=\E[%dD:RI=\E[%dC:SF=\E[%dS:SR=\E[%dT:UP=\E[%dA:IC=\E[%d@:\
                   3524:        :ae=\017:al=\E[L:as=\016:bl=\007:bt=\E[Z:cd=\E[J:ce=\E[K:cl=\E[H\E[J:\
                   3525:        :cm=\E[%i%d;%dH:dc=\E[P:dl=\E[M:do=\E[B:ho=\E[H:ic=\E[@:is=\E[20l:\
                   3526:        :k1=\E0~:k2=\E1~:k3=\E2~:k4=\E3~:k5=\E4~:k6=\E5~:k7=\E6~:k8=\E7~:\
                   3527:        :k9=\E8~:k0=\E9~:kn#10:kb=^H:kd=\EB:kl=\ED:kr=\EC:ku=\EA:le=\E[D:\
                   3528:        :mb=\E[7;2m:md=\E[1m:me=\E[0m:mh=\E[2m:mk=\E[8m:mr=\E[7m:nd=\E[C:\
                   3529:        :rs=\Ec:se=\E[0m:sf=\E[S:so=\E[7m:sr=\E[T:ue=\E[0m:up=\E[A:us=\E[4m:\
                   3530:        :vb=\007:ve=\E[\040p:vi=\E[\060\040p:xn:
                   3531: # The pcplot IBM-PC terminal emulation program is really messed up. It is
                   3532: # supposed to emulate a vt-100, but emulates the wraparound bug incorrectly,
                   3533: # doesn't support scrolling regions, ignores add line commands, and ignores
                   3534: # delete line commands. Consequently, the resulting behavior looks like a
                   3535: # crude adm3a-type terminal.
                   3536: # Steve Jacobson 8/85
1.6       cgd      3537: pcplot:\
1.1       cgd      3538:        :cs@:sc@:rc@:xn@:tc=vt100:
                   3539: # From Joel Rubin, jmrubin@coral, a preliminary TERMCAP for VIDTEX,
                   3540: # a terminal program sold by Compuserve.  Line and column numbers are
                   3541: # computer-dependent (I have a Commodore '64); you should use the meta-B
                   3542: # option to shut off clean-breaking of lines.  No key codes included
                   3543: # since some of them are programmable and most are machine-specific.
                   3544: # Works on vi if you don't use clean-breaking.  Very similar to the IBM 3101
                   3545: # termcap.  Escape-D used for backspace because control-H is destructive
                   3546: # backspace.  There seem to be a few weirdnesses (especially at the beginning
                   3547: # of a wrapped line), and the cursor does not, unfortunately, flash.
1.6       cgd      3548: vid|vidtex|Compuserve vidtex program:\
1.1       cgd      3549:        :am:bc=\ED:cl=^L:li#25:co#40:nd=\EC:up=\EA:cd=\EJ:ce=\EK:\
                   3550:        :ho=\EH:cm=\EY%+\40%+\40:pt:
                   3551: # Fortune from c160-3bp@Coral (Robert Nathanson) via tut   Wed Oct 5, 1983
1.6       cgd      3552: fos|fortune|Fortune system:\
1.1       cgd      3553:        :is=^_..:li#25:co#80:am:bs:bw:cl=20^L:cd=3*^\Y:\
                   3554:        :ic=5^\Q:dc=5^\W:dl=15^\R:al=15^\E:cm=^\C%+ %+ :ta=^Z:ho=10^^:do=3^J:\
                   3555:        :up=3^K:bs=^H:kb=^H:kd=^Ay\r:kh=^A?\r:kl=^Aw\r:kr=^Az\r:ku=^Ax\r:\
                   3556:        :nl=5^J:so=^\H`:se=^\I`:sg=0:us=^\HP:ue=^\IP:ug=0:ce=^\Z:rv=\EH:re=\EI:\
                   3557:        :rg=0:GS=\Eo:GE=^O:GG=0:GV=-:GH=&:GU=%:GD=#:G1=(:G2= :G3=":G4=*:CF=\E]:\
                   3558:        :CO=\E\\:WL=^Aa\r:WR=^Ab\r:CL=^Ac\r:CR=^Ad\r:DL=^Ae\r:RF=^Af\r:\
                   3559:        :RC=^Ag\r:CW=^Ah\r:NU=^Aj\r:EN=^Ak\r:HM=^Al:PL=^Am\r:PU=^An\r:PD=^Ao\r:\
                   3560:        :PR=^Ap\r:HP=^A@\r:RT=^Aq\r:TB=\r:CN=\177:MP=\E+F:
                   3561: # basis from Peter Harrison, Computer Graphics Lab, San Francisco
                   3562: #   ucbvax!ucsfmis!harrison ...uucp / ucbvax!ucsfmis!harrison@BERKELEY ...ARPA
1.6       cgd      3563: basis|BASIS108 computer with terminal translation table active:\
1.1       cgd      3564:        :do=5000^J:nl=5000*^J:\
                   3565:        :cd=\EY:ce=\ET:cl=300\E*:ma=^K^P^R^L^L :\
                   3566:        :kb=^H:kl=^H:ku=^K:kr=^L:kd=^J:so=\E(:se=\E):tc=adm3a:
                   3567: # From Peter Harrison, Computer Graphics Lab, San Francisco
                   3568: #   ucbvax!ucsfmis!harrison  .....uucp
                   3569: #   ucbvax!ucsfmis!harrison@BERKELEY   .......ARPA
                   3570: # "These two work.  If you don't have the inverse video chip for the
                   3571: # Apple with videx then remove the so and se fields."
1.6       cgd      3572: DaleApple|Apple with videx videoterm 80 column board with inverse video:\
1.1       cgd      3573:        :do=^J:am:le=^H:bs:cd=^K:ce=^]:cl=300^L:cm=^^%r%+ %+ :co#80:ho=^Y:\
                   3574:        :kd=^J:kl=^H:kr=^U:kh=^Y:\
                   3575:        :li#24:nd=^\:pt:so=^Z3:se=^Z2:up=^_:xn:
1.6       cgd      3576: ibmaed|IBM Experimental display:\
1.1       cgd      3577:        :al=\EN:am:bs:cd=\EJ:ce=\EI:cl=\EH\EK:cm=\EY%+\40%+\40:co#80:\
                   3578:        :dc=\EQ:dl=\EO:do=\EB:ei=:ho=\EH:ic=\EP:im=:li#52:\
                   3579:        :nd=\EC:ms:so=\E0:se=\E0:us=:ue=:up=\EA:\
                   3580:        :kb=^h:ku=\EA:kd=\EB:kl=\ED:kr=\EC:eo:vb=\EG:pt:
                   3581: # funny terminal that the TANDEM uses.
1.6       cgd      3582: 653|t653x|Tandem 653x multipage terminal:\
1.1       cgd      3583:        :li#24:co#80:ho=\EH:cm=\023%+ %+ :cl=\EI:cd=\EJ:ce=\EK:am:bs:\
                   3584:        :if=/usr/share/tabset/tandem653:sb=\ES:sr=\ET:da:db:so=\E6$:se=\E6 :\
                   3585:        :us=\E60:ue=\E6 :sg#1:ug#1:up=\EA:do=\012:le=\010:nd=\EC:\
                   3586:        :hs:ts=\Eo:fs=\r:ds=\Eo\r:ws#64:
                   3587: # From Paul Leondis, unllab@amber.berkeley.edu
1.6       cgd      3588: ifmr|Informer D304:\
1.1       cgd      3589:        :am:bs:cd=\E/:ce=\EQ:cl=\EZ:cm=\EY%r%+ %+ :co#80:dc=\E\\:\
                   3590:        :do=^J:im=:ei=:ic=\E[:li#24:nd=\EC:so=\EJ:se=\EK:up=\EA:\
                   3591:        :sr=\En:ho=\EH:
1.7       cgd      3592: #
                   3593: # Termcap for SCO Console (extended ANSI)
                   3594: #
                   3595: li|scoansi|scoansi80x25|SCO Extended Ansi standard crt:\
                   3596:        :al=\E[L:am:bs:cd=\E[J:ce=\E[K:cl=\E[2J\E[H:cm=\E[%i%d;%dH:co#80:\
                   3597:        :dc=\E[P:dl=\E[M:do=\E[B:bt=\E[Z:ei=:ho=\E[H:ic=\E[from: @:im=:li#25:\
                   3598:        :nd=\E[C:pt:so=\E[7m:se=\E[m:us=\E[4m:ue=\E[m:up=\E[A:\
                   3599:        :k1=\E[M:k2=\E[N:k3=\E[O:k4=\E[P:k5=\E[Q:k6=\E[R:\
                   3600:        :k7=\E[S:k8=\E[T:k9=\E[U:k0=\E[V:\
                   3601:        :kb=^h:ku=\E[A:kd=\E[B:kl=\E[D:kr=\E[C:eo:sf=\E[S:sr=\E[T:\
                   3602:        :mb=\E[5m:md=\E[1m:me=\E[m:\
                   3603:        :GS=\E[12m:GE=\E[10m:GV=\63:GH=D:\
                   3604:        :GC=E:GL=\64:GR=C:RT=^J:G1=?:G2=Z:G3=@:G4=Y:G5=;:G6=I:G7=H:G8=<:\
                   3605:        :GU=A:GD=B:\
                   3606:        :CW=\E[M:NU=\E[N:RF=\E[O:RC=\E[P:\
                   3607:        :WL=\E[S:WR=\E[T:CL=\E[U:CR=\E[V:\
                   3608:        :HM=\E[H:EN=\E[F:PU=\E[I:PD=\E[G:\
                   3609:        :Gc=N:Gd=K:Gh=M:Gl=L:Gu=J:Gv=\072:
1.2       cgd      3610: #
1.1       cgd      3611: # END OF TERMCAP
                   3612: #  ------------------------

CVSweb <webmaster@jp.NetBSD.org>